*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(13deg, #000000 14%,#1f1f1f 64%);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
    background: linear-gradient(13deg, #1f1f1f 14%,#000000 64%);
}
::-webkit-scrollbar-track{
    background: #ffffff;
    border-radius: 10px;
    box-shadow: inset 7px 10px 12px #f0f0f0;
}
section{
    overflow: hidden;
}
main{
    width: 100%;
    height: 100vh;   
    /* background-color: #000000; */
    overflow: hidden;
    background: url(../images/bg-goon.png) no-repeat center;
    background-size: cover;
    height: 100vh;
    cursor: none;
    position: relative;
}

/* --  */
.spotlight {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(
        circle,
        transparent 160px,
        rgba(0, 0, 0, 0.87) 200px
    );
}
/* --  */
.redes-sociales{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 10vh;
    left: 3%;
}
.red-social{
    width: 22px;
    margin-bottom: 20px;
}

.red-social:hover{
    cursor: pointer;
    transform: scale(1.3);
    transition: all .4s linear;
}

.contenedor{
    position: absolute;
    width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.contenedor h1{
    color: #ffffff;
    font-weight: 900;
    font-size: 7em;
    position: relative;
    text-transform: uppercase;
}
.contenedor h1::after{
    position: absolute;
    content: "";
    width: 400px;
    height: 3px;
    background-color: #ffffff;
    bottom: -15px;
    left: 0px;
}
.contenedor img{
    width: 70%;
}
/* ================
|    Responsive    |
================= */
@media only screen and (max-width: 1440px) {
    .contenedor h1{
        font-size: 4em;
    }
}
@media only screen and (max-width: 1024px) {
    .contenedor{
        flex-direction: column;
    }
    .contenedor h1{
        text-align: center;
        margin-bottom: 2em;
    }
    .contenedor h1::after {
        bottom: -47px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #f2e520;
    }
    .redes-sociales {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: revert;
        bottom: -70vh;
        left: 50%;
        transform: translateX(-50%);
    }
    .red-social {
        width: 25px;
        margin: 20px;
    }
}
@media only screen and (max-width: 414px) {
    .contenedor h1{
       font-size: 2em;
    }
    .contenedor h1::after {
        bottom: -36px;
        width: 148px;
        height: 2px;
    }
}
/* ================
|  Seccion Thumbs  |
================= */
.section{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em 0em;
    position: relative;
}
.content{
    width: 80%;
    max-width: 1170px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
 /* --  */
.sect-thumb{
    height: 40vh !important;
}
.thumb-img{
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thumb-img img{
    width: 90px;
    height: auto;
}
/* ================
|    Responsive    |
================= */
@media only screen and (max-width: 1024px) {
    .sect-thumb {
        height: 20vh !important;
    }
}
@media only screen and (max-width: 414px){
    .section{
        padding: 5em 0em;
    }
    .content{
        width: 100%;
    }
    .thumb-img {
        width: 100px;
        height: 100px;
    }
    .thumb-img img {
        width: 60px;
    }
}
/* ================
|  Seccion Thumbs  |
================= */
.sect-trabajo{
    height: 80vh !important;
}
.letra-fondo{
    z-index: 1;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20em;
    color: #E2E2E2;
    font-weight: bold;
}
.trabajo{
    width: 250px;
    height: 350px;
    border-radius: 15px;
    box-shadow: 0px 3px 30px #5a85e979;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    margin: 10px;
    padding: 15px;
    z-index: 5;
    transition: all .4s linear;
    animation-direction: alternate-reverse;
}
.trabajo:hover{
    transform: translateY(15px);
    animation-duration: 5s;
}
.trabajo h5{
    color: #003da5;
    font-weight: bold;
    margin-bottom: 20px;
}
.trabajo img{
    width: 80px;
    height: auto;
    margin-bottom: 15px;
}
.trabajo p{
    color: #BCBCBC;
    font-size: 14px;
    text-align: center;
}
/* ================
|    Responsive    |
================= */
@media only screen and (max-width: 1280px) {
    .sect-trabajo{
        height: auto !important;
    }
}
@media only screen and (max-width: 414px){
    .trabajo{
        width: 180px;
    }
    .letra-fondo {
        top: 3%;
        font-size: 3.5em;
    }
}
/* ================
|  Seccion Videos  |
================= */
.video-text{
    width: 75%;
    height: auto;
}
.video-text h2{
    color: #9090FB;
    font-weight: bold;
    font-size: 5em;
    margin-bottom: 10px;
    line-height: 0.7em;
}
.video-text p{
    color: #BCBCBC;
}
/* ================
|  Seccion Videos  |
================= */
.sect-exito{
    height: auto !important;
    position: relative;
}
.nuestros_clientes{
    margin-top: 18em;
}
.content .exito{
    z-index: 5;
}
.letra-fondo-2{
    z-index: 1;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16em;
    color: #E2E2E2;
    font-weight: 900;
}
.letra-frente{
    z-index: 6;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 3em;
    color: #828282;
    font-weight: 400;
    letter-spacing: 25px;
}
.content a{
    z-index: 5;
}
.content .exito{
    width: 220px;
    height: 130px;
    border-radius: 20px;
    box-shadow: 0px 3px 20px #9bb4f179;
    margin: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* z-index: 5; */
    background-color: #ffffff;
    overflow: hidden;
    transition: all .4s linear;
}
.exito img{
    width: 150px;
    height: auto;
    transition: all .4s linear;
}
.exito:hover {
    box-shadow: 0px 7px 20px #9bb3f1af;
    transform: translateY(-10px);
}
.exito:hover img {
    transform: scale(1.2);
}

/* ================
|    Responsive    |
================= */
@media only screen and (max-width: 1440px) {
    .letra-fondo-2{
        top: 26%;
    }
    .letra-frente{
        top: 18%;
    }
}
@media only screen and (max-width: 1280px) {
    .letra-frente{
        top: 22%;
    }
}
@media only screen and (max-width: 428px){
    .sect-exito {
        height: auto !important;
    }
    .nuestros_clientes{
        margin-top: 5em;
    }
    .content .exito {
        width: 150px;
        height: 100px;
    }
    .exito img{
        width: 100px;
    }
    .letra-frente {
        top: 9%;
        font-size: 1.5em;
        letter-spacing: 10px;
    }
    .letra-fondo-2 {
        top: 7%;
        font-size: 4em;
    }
}
/* ================
|      Blog       |
================= */
.section-blog{
    width: 100%;
    height: auto;
    margin: 3em 0em;
    padding: 7em 0em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.blogslider{
    padding: 4em 0 2em 0;
}
.h1-blog{
    z-index: -1;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16em;
    color: #E2E2E2;
    font-weight: 900;  
}
.h5-blog{
    z-index: 6;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1.5em;
    color: #828282;
    font-weight: 400;
    letter-spacing: 10px;
}
.h6-blog-link{
    z-index: 6;
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
}
.h6-blog-link a{
    color: #000000;
}

.h6-blog-link a img{
    margin-left: 5px;
}

.blog{
   width: 100%; 
   height: 90%;
   box-shadow: 0px 3px 30px #5a85e979;
   border-radius: 25px;
   padding: 15px;
   z-index: 3;
   background-color: #ffffff;
   margin: 10px;
}
.blog:hover{

    transform: translateY(-15px);
    transition: all .4s linear;
}
.blog .blog-img{
    overflow: hidden;
    width: 100%;
    height: 160px;
    background-color: #828282;
    border-radius: 5px;
    margin-bottom: 15px;
}
.blog-img img{
    width: 100%;
    height: auto;
    transition: all .4s linear;
}
.blog-img img:hover{
    transform: scale(1.2);
}
.blog h5{
    color: #003da5;
    font-weight: bold;
    text-align: center;
}
.blog h5:hover{
    text-decoration: none !important;
}
.blog p{
    color: #828282;
    text-align: center;
}
.blog p:hover{
    text-decoration: none !important;
}
.a:hover{
    text-decoration: none !important;
}

/* Slider
===========*/
.slide{
    margin: 20px 10px 0 10px;
    padding: 1em 0 3em 0;
}
.arrow-and-desc{
    width: 100%;
    height: auto;
    padding: 10px 0;
    /* border-radius: 25px;
    box-shadow: 0px 3px 30px #5a85e979; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow {
    display: inline-block;
    margin: 0 10px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center;
    cursor: pointer;
    vertical-align: middle;
    transition: all .4s linear;
  }
  .arrow:hover{
    transform: scale(1.3);
    background-color: #5a85e91b;
    border-radius: 50%;
    box-shadow: inset -5px -5px 9px rgba(255, 255, 255, 0.45), inset 5px 5px 9px #c3d3f81b;
  }
  #arrow-prev {
    background-image: url('../images/arrow_prev.svg');
  }
  
  #arrow-next {
    background-image: url('../images/arrow_next.svg');
  }
  

/* ================
|   Suscripcion    |
================= */
.suscripcion{
    position: relative;
}
.h1-suscripcion{
    z-index: 1;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20em;
    color: #E2E2E2;
    font-weight: bold;
}
.suscripcion-cont{
    z-index: 5;
    width: 500px;
    height: auto;
    box-shadow: 0px 3px 30px #5a85e979;
}
/* ================
|    Responsive    |
================= */
@media only screen and (max-width: 1280px) {
    .h1-suscripcion {
        top: 4%;
        font-size: 3em;
    }
}
@media only screen and (max-width: 414px){
    .h1-blog {
        top: 4%;
        font-size: 7em;
    }
    .h5-blog {
        top: 6%;
        font-size: 1.3em;
        letter-spacing: 6px;
    }
}

/* ================
|      Footer      |
================= */

.inner-header {
    height:65vh;
    width:100%;
    margin: 0;
    padding: 0;
}
  
.flex { 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px;
    min-height:100px;
    max-height:150px;
}

.footer {
    position:relative;
    height: 90px;
    text-align:center;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer h6{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.footer h6 span{
    color: #a80202;
    font-size: 21px;
} 

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% { 
        transform: translate3d(85px,0,0);
    }
}

@media (max-width: 768px) {
    .waves {
        height:40px;
        min-height:40px;
    }
}