*{
    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;  
}

.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: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 90px;
    padding-right: 90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.seccion-general header.fija-header{
    position: fixed;
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
}

.contenedor-header{
    width: 1400px;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
}

.a-logo{
    width: 200px;
    height: auto;
    background-color: transparent;
    float: left;
}

.a-logo img{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-header nav{
    width: 520px;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.contenedor-header nav ul{
    width: 100%;
    height: fit-content;
    background-color: transparent;
    float: left;
    list-style: none;
    display: inline-flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-header nav ul li{
    width: fit-content;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-header nav ul li a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #272727;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

.contenedor-header nav ul li a:hover{
    color: #C3B3B3;
}

.contenedor-btns-header{
    width: 220px;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.contenedor-btns-header a{
    width: 220px;
    height: 50px;
    background-color: #F9CACC;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
}

.contenedor-btns-header a img{
    width: 20px;
    height: 20px;
    background-color: transparent;
    float: left;
}

.contenedor-btns-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;
    color: #272727;
}

.contenedor-btns-header a:hover{
    background-color: #C3B3B3;
}

.btn-menu{
    display: none;
    visibility: hidden;
}







.btn-flotante-contacto{
    position: fixed;
    width: 65px;
    height: 65px;
    float: left;
    display: inline-flex;
    border-radius: 65px;
    justify-content: center;
    right: 30px;
    z-index: 1000;
    text-decoration: none;
    box-shadow: 10px 10px 42px -20px rgba(0,0,0,0.3);
    -webkit-box-shadow: 10px 10px 42px -20px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 42px -20px rgba(0,0,0,0.3);
    transform: translateX(200px);
    transition: transform ease .4s;
}

.btn-flotante-llamada{
    bottom: 20px;
    background-color: #F02F2F;
}

.btn-flotante-llamada.muestra-btn-llamada{
    transform: translateX(0px);
    transition: transform ease .4s;
}

.btn-flotante-whatsapp{
    bottom: 100px;
    background-color: #1DAA61;
    transition-delay: .3s;
}

.btn-flotante-whatsapp.muestra-btn-llamada{
    transform: translateX(0px);
    transition: transform ease .4s;
    transition-delay: .3s;
}

.btn-flotante-contacto img{
    width: 35px;
    height: 35px;
    float: left;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.btn-flotante-contacto span{
    width: 130px;
    height: 28px;
    background-color: #4E4C4D;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding: 3px;
    border-radius: 10px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transition: right ease .4s, opacity ease .4s;
}

.btn-flotante-contacto:hover span{
    opacity: 1;
    right: 70px;
    transition: right ease .4s, opacity ease .4s;
}






footer{
    width: 100%;
    height: auto;
    background-color: #C3B3B3;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 30px;
    position: relative;
    z-index: 10;
}

.contenedor-general-footer{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-footer{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 40px;
    padding-bottom: 0px;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer-uno{
    width: 40%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.footer-uno .logo-footer{
    width: 200px;
    height: auto;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-uno .contenedor-rss-footer{
    width: 110px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    position: absolute;
    bottom: 40px;
    left: 0;
}

.footer-uno .contenedor-rss-footer a{
    width: 45px;
    height: 45px;
    background-color: #C3B3B3;
    border-radius: 50px;
    position: relative;
    text-decoration: none;
}

.footer-uno .contenedor-rss-footer a img{
    width: 25px;
    height: 25px;
    background-color: transparent;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.footer-uno .contenedor-rss-footer a:hover{
    background-color: #F9CACC;
}

.img-footer{
    width: 260px;
    height: auto;
    background-color: transparent;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.contenedor-footer-dos-tres{
    width: 56%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.footer-dos{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
}

.footer-tres{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
}

.footer-dos h3,
.footer-tres h3{
    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: 22px;
    color: #272727;
    margin-bottom: 20px;
}

.footer-dos ul,
.footer-tres ul{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    list-style: none;
}

.footer-dos ul li,
.footer-tres ul li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
}

.footer-dos ul li a,
.footer-tres ul li a{
    width: fit-content;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    cursor: pointer;
    text-decoration: none;
}

.footer-dos ul li a img{
    width: 12px;
    height: 12px;
    background-color: transparent;
    float: left;
    margin-top: 4px;
    margin-right: 15px;
}

.footer-tres ul li a img{
    width: 26px;
    height: 26px;
    background-color: transparent;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}

.footer-dos ul li a span,
.footer-tres ul li a span{
    width: fit-content;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #272727;
}

.footer-dos ul li a:hover span,
.footer-tres ul li a:hover span{
    color: #C3B3B3;
}

.contenedor-copy-politicas{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 40px;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-copy-politicas p,
.contenedor-copy-politicas a{
    width: fit-content;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #272727;
    text-decoration: none;
}

.contenedor-copy-politicas a:hover{
    color: #C3B3B3;
}

.contenedor-contacto-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-contacto-footer h2{
    width: 60%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 46px;
    color: #FFFFFF;
}

.contenedor-btns-contacto-footer{
    width: 35%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.btn-contacto-footer{
    width: 100%;
    height: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: inline-flex;
    justify-content: space-between;
    background-color: transparent;
}

.btn-contacto-footer a{
    width: 200px;
    height: 50px;
    background-color: #F9CACC;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    border-radius: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
}

.btn-contacto-footer a img{
    width: 20px;
    height: 20px;
    background-color: transparent;
    float: left;
}

.btn-contacto-footer 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;
    color: #272727;
}

.btn-contacto-footer a:hover{
    background-color: #FFFFFF;
}

.btn-contacto-footer .btn-urgencias-f{
    background-color: #F02F2F;
}

.btn-contacto-footer .btn-urgencias-f span{
    color: #FFFFFF;
}

.btn-contacto-footer .btn-urgencias-f:hover{
    background-color: #c21515;
}








@media only screen and (max-width: 1580px){
    
    .contenedor-header{
        width: 100%;
    }




    .contenedor-general-footer{
        width: 100%;
    }

    .contenedor-copy-politicas{
        flex-wrap: wrap;
    }

    .contenedor-copy-politicas p{
        width: 100%;
        margin-bottom: 10px;
    }
}







@media only screen and (max-width: 1380px){
    
    .contenedor-header nav{
        width: 420px;
    }




    .footer-uno{
        width: 20%;
    }

    .img-footer{
        display: none;
        visibility: hidden;
    }

    .contenedor-footer-dos-tres{
        width: 70%;
    }

    .footer-dos{
        width: 25%;
    }

    .footer-tres{
        width: 65%;
    }

    .contenedor-contacto-footer h2{
        width: 55%;
        font-size: 42px;
    }

    .contenedor-btns-contacto-footer{
        width: 42%;
    }
}







@media only screen and (max-width: 1180px){

    .contenedor-header nav{
        width: 340px;
        height: 100vh;
        background-color: #FFFFFF;
        position: fixed;
        top: 0;
        right: -500px;
        z-index: 100;
        padding-top: 60px;
        padding-bottom: 60px;
        transition: ease .4s right;
    }

    .contenedor-header nav.muestra-menu{
        right: 0;
        transition: ease .4s right;
    }

    .contenedor-header nav ul{
        flex-wrap: wrap;
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        margin: unset;
    }

    .contenedor-header nav ul .contenedor-btn-cerrar{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        display: inline-flex;
        justify-content: end;
        padding-left: 40px;
        padding-right: 40px;
    }

    .contenedor-header nav ul .contenedor-btn-cerrar button{
        display:block;
        visibility: visible;
        height: 35px;
        width: 35px;
        background-color: transparent;
        float: left;
        appearance: none;
        outline: none;
        border: none;
        cursor: pointer;
    }

    .contenedor-header nav ul .contenedor-btn-cerrar button img{
        height: 35px;
        width: 35px;
        background-color: transparent;
        float: left;
    }

    .contenedor-header nav ul li{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        display: inline-flex;
        justify-content: end;
    }
    
    .contenedor-header nav ul li a{
        width: fit-content;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 36px;
        color: #272727;
        text-align: right;
        padding-left: 40px;
        padding-right: 40px;
    }

    .contenedor-header nav ul li a:hover{
        color: #F9CACC;
    }

    .contenedor-btns-header{
        width: 290px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .btn-menu{
        display: inline;
        visibility: visible;
        height: 40px;
        width: 40px;
        background-color:transparent;
        float: right;
        appearance: none;
        margin-top: 13px;
        border: none;
        outline: none;
    }

    .btn-menu img{
        width: 40px;
        height: 40px;
        background-color: transparent;
        float: left;
    }






    .contenedor-footer{
        flex-wrap: wrap;
    }

    .footer-uno{
        width: 100%;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .footer-uno .logo-footer{
        position: relative;
        top: unset;
        left: unset;
        margin-bottom: 20px;
    }

    .footer-uno .contenedor-rss-footer{
        width: 100%;
        justify-content: center;
        position: relative;
        bottom: unset;
        left: unset;
    }

    .footer-uno .contenedor-rss-footer a{
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .contenedor-footer-dos-tres{
        width: 100%;
    }

    .footer-dos{
        width: 25%;
    }

    .footer-tres{
        width: 70%;
    }

    .contenedor-copy-politicas{
        flex-wrap: nowrap;
    }

    .contenedor-copy-politicas p,
    .contenedor-copy-politicas a{
        width: fit-content;
    }

    .contenedor-contacto-footer{
        flex-wrap: wrap;
    }

    .contenedor-contacto-footer h2{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .contenedor-btns-contacto-footer{
        width: 100%;
    }

    .btn-contacto-footer{
        width: 100%;
        height: fit-content;
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        margin: auto;
        justify-content: center;
    }

    .btn-contacto-footer a{
        width: 220px;
        margin-left: 10px;
        margin-right: 10px;
    }
}







@media only screen and (max-width: 980px){

    .seccion-general header{
        padding-left: 70px;
        padding-right: 70px;
    }









    footer{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-footer{
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-dos{
        width: 30%;
    }

    .footer-tres{
        width: 62%;
    }

    .footer-dos h3,
    .footer-tres h3{
        font-size: 20px;
    }

    .contenedor-copy-politicas{
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-copy-politicas p{
        width: 100%;
        text-align: center;
    }

    .contenedor-contacto-footer h2{
        font-size: 38px;
    }
}







@media only screen and (max-width: 780px){

    .seccion-general header{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-btns-header{
        width: 40px;
    }

    .contenedor-btns-header a{
        display: none;
        visibility: hidden;
    }









    footer{
        padding-left: 50px;
        padding-right: 50px;
    }

    .footer-dos{
        width: 100%;
        margin-bottom: 40px;
    }

    .footer-tres{
        width: 100%;
    }

    .contenedor-copy-politicas{
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-copy-politicas p{
        width: 100%;
        text-align: center;
    }

    .contenedor-contacto-footer h2{
        font-size: 38px;
    }
}







@media only screen and (max-width: 580px){

    .seccion-general header{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-header nav ul .contenedor-btn-cerrar{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-header nav ul li a{
        padding-left: 30px;
        padding-right: 30px;
    }









    footer{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-contacto-footer h2{
        font-size: 34px;
    }

    .btn-contacto-footer{
        justify-content: space-between;
    }

    .btn-contacto-footer a{
        width: 220px;
        margin-left: 0px;
        margin-right: 0px;
    }
}







@media only screen and (max-width: 480px){

    .seccion-general header{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .contenedor-header nav ul .contenedor-btn-cerrar{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-header nav ul li a{
        padding-left: 20px;
        padding-right: 20px;
    }





    .btn-flotante-contacto{
        right: 20px;
    }





    footer{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-contacto-footer h2{
        font-size: 34px;
    }

    .btn-contacto-footer{
        justify-content: center;
        flex-wrap: wrap;
    }

    .btn-contacto-footer a{
        width: 220px;
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }
}








@media only screen and (max-width: 380px){

    .seccion-general header{
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-header nav{
        width: 100%;
    }

    .contenedor-header nav ul .contenedor-btn-cerrar{
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-header nav ul li a{
        padding-left: 10px;
        padding-right: 10px;
    }



    

     .btn-flotante-contacto{
        right: 10px;
    }





    footer{
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-contacto-footer h2{
        font-size: 30px;
    }
}