*{
    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 {
    width: 10px;
  }
  
  body::-webkit-scrollbar-track {
    background: #F8F8F8;
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: #AD9666;
    border-radius: 0px;
    border: 1px solid #AD9666;
  }

.seccion-general{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.seccion-general header{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}

.contenedor-header-uno{
    width: 100%;
    height: auto;
    background-color: #2A425B;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-flex;
    justify-content: center;
    padding-left: 90px;
    padding-right: 90px;
}

.header-uno{
    width: 100%;
    height: auto;
    background-color: transparent;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-tel-email-header{
    width: auto;
    background-color: transparent;
    float: left;
    height: auto;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-tel-email-header a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    margin-right: 30px;
}

.contenedor-tel-email-header a img{
    width: 20px;
    height: 20px;
    background-color: transparent;
    float: left;
    margin-right: 10px;
}

.contenedor-tel-email-header a span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
}

.contenedor-rss-header{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-rss-header a{
    width: 20px;
    height: 20px;
    background-color: transparent;
    float: left;
    margin-left: 30px;
}

.contenedor-rss-header a img{
    width: 20px;
    height: 20px;
    background-color: transparent;
    float: left;
}

.contenedor-header-dos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    position: relative;
    z-index: 10;
    border-bottom: solid 1px #818181;
    padding-left: 90px;
    padding-right: 90px;
}

.header-b{
    background-color: #FFFFFF;
}

.header-dos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
}

.header-dos .logo-header{
    width: 150px;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.header-dos .logo-header img{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.header-dos button{
    width: 35px;
    height: 35px;
    float: right;
    background-color: transparent;
    border: none;
    outline: none;
    appearance: none;
    margin-top: 25px;
    cursor: pointer;
    display: none;
    visibility: hidden;
}

.header-dos button img{
    width: 35px;
    height: 35px;
    float: right;
    background-color: transparent;
}

.header-dos nav{
    width: 1200px;
    height: 100%;
    background-color: transparent;
    float: left;
    position: relative;
    z-index: 100;
}

.header-dos nav button{
    width: 25px;
    height: 25px;
    float: right;
    background-color: transparent;
    border: none;
    outline: none;
    appearance: none;
    margin-top: 30px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
    visibility: hidden;
}

.header-dos nav button img{
    width: 25px;
    height: 25px;
    float: right;
    background-color: transparent;
}

.header-dos nav ul{
    width: 100%;
    height: 100%;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    list-style: none;
}

.header-dos nav ul li{
    width: auto;
    height: 100%;
    background-color: transparent;
    float: left;
    position: relative;
}

.header-dos nav ul li a{
    width: auto;
    height: 100%;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 35px;
}

.header-dos nav ul li .a-b{
    color: #2C2C2C;
}

.header-dos nav ul li a:hover{
    color: #AD9666;
}

.header-dos nav ul li .ul-sub-servicios{
    width: 320px;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    flex-wrap: wrap;
    list-style: none;
    position: absolute;
    top: 94px;
    left: 0px;
    opacity: 0;
    display: none;
}

.header-dos nav ul .btn-servicio:hover > .ul-sub-servicios{
    opacity: 1;
    display: block;
}

.header-dos nav ul li .ul-sub-servicios li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.header-dos nav ul li .ul-sub-servicios li a{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #2A425B;
    text-decoration: none;
    padding: 15px;
}

.header-dos nav ul li .ul-sub-servicios li .a-b{
    color: #2C2C2C;
}

.header-dos nav ul li .ul-sub-servicios li .a-legal:hover{
    background-color: #F07C00;
    color: #FFFFFF;
}

.header-dos nav ul li .ul-sub-servicios li .a-tec-conta:hover{
    background-color: #CECECD;
    color: #2C2C2C;
}

.header-dos nav ul li .ul-sub-servicios li .ul-sub-sub-servicios{
    width: 320px;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    flex-wrap: wrap;
    list-style: none;
    border: solid 1px #DADADA;
    position: absolute;
    top: 0px;
    left: -320px;
    opacity: 0;
    display: none;
}

.header-dos nav ul li .ul-sub-servicios .btn-subservicio:hover > .ul-sub-sub-servicios{
    opacity: 1;
    display: block;
}

.header-dos nav ul li .ul-sub-servicios li .ul-sub-sub-servicios li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.header-dos nav ul li .ul-sub-servicios li .ul-sub-sub-servicios li a{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #2A425B;
    text-decoration: none;
    padding: 20px;
}

.header-dos nav ul li .ul-sub-servicios li .ul-sub-sub-servicios li .a-legal:hover{
    background-color: #F07C00;
    color: #FFFFFF;
}






.btn-whatsapp{
    width: 70px;
    height: 70px;
    background-color: #2A425B;
    float: right;
    position: fixed;
    right: -150px;
    bottom: 40px;
    z-index: 100;
    border-radius: 75px;
    padding: 12.5px;
    transition: right ease .4s;
}

.btn-whatsapp.muestra-btn-wa{
    right: 20px;
    transition: right ease .4s;
}

.btn-whatsapp img{
    width: 45px;
    height: 45px;
    float: left;
    background-color: transparent;
}






footer{
    width: 100%;
    height: auto;
    background-color: #2A425B;
    float: left;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 120px;
    padding-bottom: 40px;
    position: relative;
    z-index: 10;
}

.contenedor-general-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-logo-rss-footer{
    width: 22%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-logo-rss-footer img{
    width: 200px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-logo-rss-footer p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: justify;
}

.contenedor-rss-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 20px;
}

.contenedor-rss-footer a{
    width: 20px;
    height: 20px;
    background-color: transparent;
    float: left;
    margin-right: 30px;
}

.contenedor-rss-footer a img{
    width: 20px;
    height: 20px;
    background-color: transparent;
    float: left;
}

.contenedor-navegacion-footer{
    width: 18%;
    height: auto;
    float: left;
    background-color: transparent;
}

.contenedor-navegacion-footer h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #AD9666;
    text-align: left;
    border-left: solid 3px #AD9666;
    padding-left: 10px;
}

.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;
    display: inline-flex;
    justify-content: start;
}

.contenedor-navegacion-footer ul li a img{
    width: 15px;
    height: 15px;
    background-color: transparent;
    float: left;
    margin-top: 2px;
}

.contenedor-navegacion-footer ul li a span{
    width: auto;
    background-color: transparent;
    float: left;
    height: auto;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 5px;
}

.contenedor-navegacion-footer ul li a span:hover{
    color: #AD9666;
}

.contenedor-datos-contacto-footer{
    width: 18%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-datos-contacto-footer h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #AD9666;
    text-align: left;
    border-left: solid 3px #AD9666;
    padding-left: 10px;
}

.datos-contacto-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 20px;
}

.ted-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    margin-bottom: 20px;
}

.ted-footer img{
    width: 25px;
    height: 25px;
    background-color: transparent;
    float: left;
}

.ted-footer span{
    width: auto;
    background-color: transparent;
    float: left;
    height: auto;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 5px;
    margin-top: 3px;
}

.contenedor-newsletter-legal-footer{
    width: 22%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-newsletter-footer label{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #AD9666;
    text-align: left;
}

.contenedor-inputs-newsletter-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    margin-top: 5px;
}

.contenedor-inputs-newsletter-footer input[type="email"]{
    width: 80%;
    height: 50px;
    background-color: transparent;
    float: left;
    background-color: #FFFFFF;
    padding: 5px;
    appearance: none;
    border: solid 3px #AD9666;
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #2C2C2C;
    text-align: left;
}

.contenedor-inputs-newsletter-footer button{
    width: 20%;
    height: 50px;
    background-color: #AD9666;
    float: left;
    appearance: none;
    border: 3px solid #AD9666;
    outline: none;
    position: relative;
    cursor: pointer;
}

.contenedor-inputs-newsletter-footer button:hover{
    background-color: #2A425B;
}

.contenedor-inputs-newsletter-footer button img{
    width: 30px;
    height: 30px;
    background-color: transparent;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contenedor-legales-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 40px;
}

.contenedor-legales-footer h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #AD9666;
    text-align: left;
    border-left: solid 3px #AD9666;
    padding-left: 10px;
}

.contenedor-legales-footer ul{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 20px;
    list-style: none;
}

.contenedor-legales-footer ul li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
}

.contenedor-legales-footer ul li a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
}

.contenedor-legales-footer  ul li a img{
    width: 15px;
    height: 15px;
    background-color: transparent;
    float: left;
    margin-top: 2px;
}

.contenedor-legales-footer  ul li a span{
    width: auto;
    background-color: transparent;
    float: left;
    height: auto;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 5px;
}

.contenedor-legales-footer  ul li a span:hover{
    color: #AD9666;
}

.contenedor-txt-registro{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 60px;
}

.contenedor-txt-registro p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}









@media only screen and (max-width: 1580px){

    .header-dos button{
        display: block;
        visibility: visible;
    }
    
    .header-dos nav{
        width: 400px;
        height: 100vh;
        background-color: #2A425B;
        float: left;
        position: fixed;
        right: -500px;
        top: 0;
        padding-top: 40px;
        padding-bottom: 40px;
        transition: right .4s ease;
    }

    .header-dos nav.muestra-menu{
        right: 0px;
        transition: right .4s ease;
    }

    .header-dos nav button{
        display: block;
        visibility: visible;
    }
    
    .header-dos nav ul{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    
    .header-dos nav ul li{
        width: 100%;
        height: auto;
    }
    
    .header-dos nav ul li a{
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: right;
    }

    .header-dos nav ul li .ul-sub-servicios{
        width: 100%;
        position: absolute;
        top: -20px;
    }

    .header-dos nav ul .btn-servicio:hover > .ul-sub-servicios{
        opacity: 1;
        display: block;
        position: relative;
    }

    .header-dos nav ul li .ul-sub-servicios li a{
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-dos nav ul li .ul-sub-servicios li .ul-sub-sub-servicios{
        top: -170px;
    }

    .header-dos nav ul li .ul-sub-servicios li .ul-sub-sub-servicios li a{
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}






@media only screen and (max-width: 1380px){

    .header-dos nav ul li .a-b{
        color: #FFFFFF;
    }
}








@media only screen and (max-width: 1180px){

    .contenedor-general-footer{
        flex-wrap: wrap;
    }
    
    .contenedor-logo-rss-footer{
        width: 46%;
        margin-bottom: 40px;
    }
    
    .contenedor-navegacion-footer{
        width: 46%;
        margin-bottom: 40px;
    }
    
    .contenedor-datos-contacto-footer{
        width: 46%;
    }
    
    .contenedor-newsletter-legal-footer{
        width: 46%;
    }
}









@media only screen and (max-width: 980px){

    .contenedor-header-uno{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-header-dos{
        padding-left: 70px;
        padding-right: 70px;
    }





    footer{
        padding-left: 70px;
        padding-right: 70px;
    }
}









@media only screen and (max-width: 780px){

    .contenedor-header-uno{
        padding-left: 50px;
        padding-right: 50px;
    }

    .header-uno{
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-tel-email-header{
        width: 100%;
        justify-content: center;
    }

    .contenedor-tel-email-header a{
        margin-right: 50px;
    }

    .contenedor-rss-header{
        width: 100%;
        display: none;
        justify-content: center;
        margin-top: 10px;
        visibility: hidden;
    }

    .contenedor-header-dos{
        padding-left: 50px;
        padding-right: 50px;
    }

    .header-dos nav{
        width: 350px;
    }

    .header-dos nav ul li .ul-sub-servicios li .ul-sub-sub-servicios{
        width: 100%;
        background-color: #DADADA;
        border: none;
        position: relative;
        top: -20px;
        left: -0px;
    }





    footer{
        padding-left: 50px;
        padding-right: 50px;
    }
}










@media only screen and (max-width: 580px){

    .contenedor-header-uno{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-tel-email-header{
        width: 100%;
        justify-content: space-between;
    }

    .contenedor-tel-email-header a{
        margin-right: 0px;
    }

    .header-dos nav button{
        margin-right: 30px;
    }

    .contenedor-header-dos{
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-dos nav ul li a{
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-dos nav ul li .ul-sub-servicios li a{
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-dos nav ul li .ul-sub-servicios li .ul-sub-sub-servicios li a{
        padding-left: 30px;
        padding-right: 30px;
    }




    .btn-whatsapp{
        bottom: 30px;
    }




    footer{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-logo-rss-footer{
        width: 100%;
    }
    
    .contenedor-navegacion-footer{
        width: 100%;
    }
    
    .contenedor-datos-contacto-footer{
        width: 100%;
        margin-bottom: 40px;
    }
    
    .contenedor-newsletter-legal-footer{
        width: 100%;
    }
}










@media only screen and (max-width: 480px){

    .contenedor-header-uno{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-tel-email-header{
        width: 100%;
        justify-content: space-between;
    }

    .contenedor-tel-email-header a{
        margin-right: 0px;
    }

    .contenedor-tel-email-header a span{
        letter-spacing: -.8px;
    }

    .contenedor-header-dos{
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-dos nav{
        width: 300px;
    }

    .header-dos nav button{
        margin-right: 20px;
    }

    .header-dos nav ul li a{
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-dos nav ul li .ul-sub-servicios li a{
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-dos nav ul li .ul-sub-servicios li .ul-sub-sub-servicios li a{
        padding-left: 20px;
        padding-right: 20px;
    }





    .btn-whatsapp{
        bottom: 20px;
    }




    footer{
        padding-left: 20px;
        padding-right: 20px;
    }
}










@media only screen and (max-width: 380px){

    .contenedor-header-uno{
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-tel-email-header{
        width: 100%;
        justify-content: center;
    }

    .contenedor-tel-email-header a{
        margin-right: 0px;
    }

    .contenedor-tel-email-header .a-tel-header{
        display: none;
        visibility: hidden;
    }

    .contenedor-tel-email-header a span{
        letter-spacing: -0px;
    }

    .contenedor-header-dos{
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-dos nav{
        width: 300px;
    }

    .header-dos nav button{
        margin-right: 10px;
    }

    .header-dos nav ul li a{
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-dos nav ul li .ul-sub-servicios li a{
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-dos nav ul li .ul-sub-servicios li .ul-sub-sub-servicios li a{
        padding-left: 10px;
        padding-right: 10px;
    }



    .btn-whatsapp{
        right: 10px;
        bottom: 10px;
    }


    footer{
        padding-left: 10px;
        padding-right: 10px;
    }
}