*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}

body{
    background-color: #FFFFFF;
    font-family: sans-serif;
    position: relative;
    float: none;
    height: auto;
    overflow-x: hidden;   
}


body::-webkit-scrollbar {
    -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
    width:10px;
}

body::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

body::-webkit-scrollbar:horizontal {
    height: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #6DC6D8;
    border-radius: 20px;
    border: 2px solid transparent;
}

body::-webkit-scrollbar-track {
    border-radius: 20px; 
    background-color: transparent;
}

.seccion-general{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
    overflow-x: hidden;
}

.seccion-general header{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.seccion-general header.fija-menu{
    position: fixed;
}


.contenedor-header{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.seccion-general header .a-logo{
    width: 140px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-btns-header{
    width: 320px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-btns-header a{
    width: 220px;
    height: auto;
    padding: 18px;
    display: inline-flex;
    justify-content: space-between;
    background-color: #020E1C;
    float: left;
    text-decoration: none;
    margin-top: 10px;
}

.contenedor-btns-header a span{
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #FFFFFF;
    font-size: 16px;
}

.contenedor-btns-header a img{
    width: 20px;
    height: 20px;
    background-color: transparent;
    float: left;
    margin-top: 2px;
}

.contenedor-btns-header a:hover{
    background-color: #6DC6D8;
}

.btn-abrir-menu{
    width: 60px;
    height: 60px;
    background-color: transparent;
    float: right;
    appearance: none;
    outline: none;
    border: none;
    margin-top: 10px;
}

.btn-abrir-menu img{
    width: 60px;
    height: 60px;
    float: left;
    background-color: transparent;
}

.nav-header{
    width: 100%;
    height: 100vh;
    float: left;
    background-color: #FFFFFF;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    position: fixed;
    top: -150vh;
    left: 0;
    transition: top ease .4s;
}

.nav-header.muestra-menu{
    width: 100%;
    height: 100vh;
    float: left;
    background-color: #FFFFFF;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    position: fixed;
    top: 0vh;
    left: 0;
    transition: top ease .4s;
}

.img-menu-header{
    width: 50%;
    height: 100%;
    float: left;
    background-color: #F7F7F7;
    background: url("../assets/img-menu.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contenedor-ul-header{
    width: 50%;
    height: 100%;
    float: left;
    background-color: transparent;
    position: relative;
}

.contenedor-ul-header ul{
    width: 100%;
    height: 550px;
    float: left;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 90px;
    padding-left: 40px;
    list-style: none;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedor-ul-header ul .btn-cerrar-menu{
    width: 50px;
    height: 50px;
    float: right;
    background-color: transparent;
    appearance: none;
    border: none;
    outline: none;
    margin-bottom: 40px;
}

.contenedor-ul-header ul .btn-cerrar-menu img{
    width: 50px;
    height: 50px;
    float: left;
    background-color: transparent;
}

.contenedor-ul-header ul li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-ul-header ul li a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: right;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #020E1C;
    font-size: 48px;
    text-decoration: none;
}

.contenedor-ul-header ul li a:hover{
    color: #6DC6D8;
}







footer{
    width: 100%;
    height: auto;
    background-color: #020E1C;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.contenedor-general-footer{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.titulos-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #6DC6D8;
    font-size: 16px;
}

.contenedor-info-contacto-footer{
    width: 300px;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 60px;
    padding-bottom: 40px;
}

.contenedor-info-contacto-footer img{
    width: 140px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-contacto-footer p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 20px;
}

.datos-contacto-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 20px;
}

.datos-contacto-f{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: start;
}

.datos-contacto-f img{
    width: 20px;
    height: 20px;
    float: left;
    background-color: transparent;
    margin-right: 10px;
}

.datos-contacto-f p{
    width: 100%;
    background-color: transparent;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 0px;
}

.contenedor-navegacion-footer{
    width: 150px;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 160px;
    padding-bottom: 40px;
}

.contenedor-navegacion-footer ul{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 20px;
    list-style: none;
}

.contenedor-navegacion-footer ul li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
}

.contenedor-navegacion-footer ul li a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}

.contenedor-navegacion-footer ul li a:hover{
    color: #6DC6D8;
}

.contenedor-rss-footer{
    width: 140px;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 160px;
}

.contenedor-iconos-rss-footer{
    width: 140px;
    margin-top: 20px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-iconos-rss-footer a{
    width: 30px;
    height: 30px;
    background-color: transparent;
    float: left;
    text-decoration: none;
    transform: scale(1);
    transition: transform ease .4s;
}

.contenedor-iconos-rss-footer a img{
    width: 30px;
    height: 30px;
    background-color: transparent;
    float: left;
}

.contenedor-iconos-rss-footer a:hover{
    transform: scale(.8);
    transition: transform ease .4s;
}

.contenedor-logo-studio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 40px;
}

.contenedor-logo-studio a{
    width: 140px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-logo-studio a img{
    width: 140px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-call-to-action-footer{
    width: 400px;
    height: 100%;
    float: left;
    background-color: #6DC6D8;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedor-call-to-action-footer h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    font-size: 32px;
    text-align: center;
}

.contenedor-call-to-action-footer p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}

.contenedor-call-to-action-footer a{
    width: 220px;
    height: 60px;
    padding: 18px;
    display: inline-flex;
    justify-content: space-between;
    background-color: #020E1C;
    float: left;
    text-decoration: none;
}

.contenedor-call-to-action-footer a span{
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #FFFFFF;
    font-size: 16px;
}

.contenedor-call-to-action-footer a img{
    width: 20px;
    height: 20px;
    background-color: transparent;
    float: left;
    margin-top: 2px;
}

.contenedor-call-to-action-footer a:hover{
    background-color: #020E1C;
}

.conetenedor-footer-dos{
    width: 100%;
    background-color: #6DC6D8;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contenedor-datos-footer-dos{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-datos-footer-dos p,
.contenedor-datos-footer-dos a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}

.contenedor-datos-footer-dos a:hover{
    color: #020E1C;
}










@media only screen and (max-width: 1580px){

    .seccion-general header{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-header{
        width: 100%;
    }






    .contenedor-general-footer{
        width: 100%;
        padding-left: 90px;
        padding-right: 90px;
    }

    .conetenedor-footer-dos{
        padding-left: 90px;
        padding-right: 90px;
    }
}










@media only screen and (max-width: 1380px){

    .seccion-general header{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-header{
        width: 100%;
    }






    .contenedor-general-footer{
        width: 100%;
        padding-left: 90px;
        padding-right: 90px;
    }

    .conetenedor-footer-dos{
        padding-left: 90px;
        padding-right: 90px;
    }
}











@media only screen and (max-width: 1180px){

    .contenedor-general-footer{
        flex-wrap: wrap;
    }

    .contenedor-navegacion-footer{
        width: 120px;
    }
    

    .contenedor-call-to-action-footer{
        width: 100%;
        height: auto;
    }

    .contenedor-call-to-action-footer h3{
        margin-bottom: 30px;
    }
    
    .contenedor-call-to-action-footer p{
        margin-bottom: 30px;
    }
}









@media only screen and (max-width: 980px){

    .seccion-general header{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-ul-header ul{
        padding-right: 70px;
    }

    .contenedor-ul-header ul li a{
        letter-spacing: -1px;
    }

    



    .contenedor-general-footer{
        width: 100%;
        padding-left: 70px;
        padding-right: 70px;
    }

    .conetenedor-footer-dos{
        padding-left: 70px;
        padding-right: 70px;
    }
}










@media only screen and (max-width: 780px){

    .seccion-general header{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-btns-header{
        width: 300px;
    }

    .img-menu-header{
        width: 40%;
    }
    .contenedor-ul-header{
        width: 60%;
    }

    .contenedor-ul-header ul{
        padding-right: 50px;
    }

    .contenedor-ul-header ul li a{
        letter-spacing: -1px;
    }

    



    .contenedor-general-footer{
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-rss-footer{
        padding-top: 0px;
        padding-bottom: 60px;
    }
    

    .conetenedor-footer-dos{
        padding-left: 50px;
        padding-right: 50px;
    }
}










@media only screen and (max-width: 580px){

    .seccion-general header{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-btns-header{
        width: 60px;
    }

    .contenedor-btns-header a{
        display: none;
        visibility: hidden;
    }

    .img-menu-header{
        width: 30%;
    }
    .contenedor-ul-header{
        width: 70%;
    }

    .contenedor-ul-header ul{
        padding-right: 30px;
    }

    .contenedor-ul-header ul li a{
        letter-spacing: -1px;
    }

    



    .contenedor-general-footer{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-rss-footer{
        padding-top: 0px;
        padding-bottom: 60px;
    }
    

    .conetenedor-footer-dos{
        padding-left: 30px;
        padding-right: 30px;
    }
}









@media only screen and (max-width: 480px){

    .seccion-general header{
        padding-left: 20px;
        padding-right: 20px;
    }

    .img-menu-header{
        width: 20%;
    }
    .contenedor-ul-header{
        width: 80%;
    }

    .contenedor-ul-header ul{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-ul-header ul li a{
        letter-spacing: -3px;
    }

    



    .contenedor-general-footer{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-info-contacto-footer{
        width: 100%;
    }

    .contenedor-navegacion-footer{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .contenedor-rss-footer{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 60px;
    }
    
    .conetenedor-footer-dos{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-datos-footer-dos{
        flex-wrap: wrap;
    }
    
    .contenedor-datos-footer-dos p,
    .contenedor-datos-footer-dos a{
        width: 100%;
        height: auto;
        text-align: center;
    }
}









@media only screen and (max-width: 380px){

    .seccion-general header{
        padding-left: 10px;
        padding-right: 10px;
    }

    .img-menu-header{
        display: none;
        visibility: hidden;
        width: 20%;
    }
    .contenedor-ul-header{
        width: 100%;
    }

    .contenedor-ul-header ul{
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-ul-header ul li a{
        letter-spacing: 0px;
    }

    



    .contenedor-general-footer{
        padding-left: 10px;
        padding-right: 10px;
    }

    
    .contenedor-call-to-action-footer{
        padding: 20px;
    }

    .conetenedor-footer-dos{
        padding-left: 10px;
        padding-right: 10px;
    }
}