﻿body{
    font-family: "Montserrat";
}


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    width: 60px;
}
.chat img{
    width: 100%;
}

.efecto{
    background: url(../images/efecto.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
}


.cabecera-ayuda{
    height: 135px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgb(105, 197, 210, 0.9);
    padding-top: 5px;
    padding-bottom: 5px;
}


.logotipo{
    font-family: "Saira", sans-serif;
}
.logotipo a{
    text-decoration: none;
}
.logotipo strong{
    width: 100%;
    color: white;
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
}
.logotipo span{
    color: #006F8A;
    font-size: 28px;
}


nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 25%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    color: #006F8A;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
.menu:hover{
    color: white;
    font-weight: bold;
}


.datos{
    text-align: center;
    font-size: 20px;
    color: white;
}
.datos img{
    width: 30px;
}


.textoEfecto{
    margin-top: 40vh;
}
.textoEfecto strong{
    width: 100%;
    font-size: 30px;
    display: inline-block;
}
.textoEfecto span{
    width: 100%;
    font-size: 20px;
    display: inline-block;
    margin: 20px 0;
}

.btn-verde{
    background: #006F8A;
    color: white;
    font-size: 20px;
}
.btn-verde:hover{
    background: #006F8A;
    font-weight: bold;
    color: white;
}



.seccion{
    font-size: 18px;
    padding: 40px;
}
.seccion strong{
    font-size: 23px;
}


.imagen img, .imagen iframe{
    width: 100%;
}

.seccion-video{
    background: linear-gradient(135deg, #eef9fb 0%, #ffffff 52%, #e9f3ef 100%);
    padding-top: 70px;
    padding-bottom: 70px;
}
.video-salud{
    background: #006F8A;
    padding: 12px;
    box-shadow: 0 18px 45px rgba(0, 111, 138, 0.18);
}
.video-salud video{
    width: 100%;
    aspect-ratio: 4 / 5;
    display: block;
    object-fit: cover;
}
.texto-video{
    padding: 20px 0 20px 26px;
}
.etiqueta-video{
    background: #69C5D2;
    color: #003d4c;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 16px;
    padding: 8px 14px;
    text-transform: uppercase;
}
.texto-video h2{
    color: #006F8A;
    font-family: "Saira", sans-serif;
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 18px;
}
.texto-video p{
    color: #333;
    font-size: 18px;
    line-height: 30px;
}
.texto-video strong{
    color: #006F8A;
    display: inline-block;
    font-size: 21px;
    margin-top: 8px;
}
.texto-video ul{
    list-style: none;
    margin: 18px 0;
    padding: 0;
}
.texto-video li{
    background: white;
    border-left: 5px solid #69C5D2;
    color: #333;
    font-size: 17px;
    margin-bottom: 12px;
    padding: 12px 16px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}
.texto-video li b{
    color: #006F8A;
}
.cierre-video{
    font-weight: bold;
}

.seccion-ubicacion-nueva{
    background: url(../images/ser3.jpg) no-repeat center center;
    background-size: cover;
}
.overlay-ubicacion{
    background: rgba(0, 38, 48, 0.76);
    padding-top: 78px;
    padding-bottom: 78px;
}
.texto-ubicacion-nueva{
    color: white;
    padding-right: 18px;
}
.etiqueta-ubicacion{
    background: #69C5D2;
    color: #003d4c;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 16px;
    padding: 8px 14px;
    text-transform: uppercase;
}
.texto-ubicacion-nueva h2{
    color: white;
    font-family: "Saira", sans-serif;
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 18px;
}
.texto-ubicacion-nueva p{
    color: #f4f4f4;
    font-size: 18px;
    line-height: 30px;
}
.texto-ubicacion-nueva strong{
    color: #9ce2ea;
    display: inline-block;
    font-size: 23px;
    line-height: 30px;
    margin: 8px 0 14px;
}
.accion-ubicacion{
    font-weight: bold;
    margin-bottom: 18px;
}
.botones-ubicacion{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.btn-claro{
    background: white;
    color: #006F8A;
    font-size: 20px;
    font-weight: bold;
}
.btn-claro:hover{
    background: #69C5D2;
    color: #003d4c;
}
.imagen-ubicacion-nueva{
    border: 10px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.3);
}
.imagen-ubicacion-nueva img{
    width: 100%;
    display: block;
    object-fit: cover;
}


.servicios{
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
}

.titulo{
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 40px;
}


.ser img{
    width: 100%;
    height: 300px;

    border-radius: 30px;

    object-fit: cover;
}
.ser strong{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    margin: 12px 0;
}


.leyenda1{
    background: #006F8A;
    padding-top: 20px;
    padding-bottom: 20px;
}
.leyenda1 strong{
    width: 100%;
    color: white;
    font-size: 30px;
    display: inline-block;
}
.leyenda1 span{
    font-size: 20px;
    color: #f7f7f7;
}

.footer-sitio{
    background: #f7f7f7;
    border-top: 1px solid #e4e4e4;
    color: #006F8A;
    padding-top: 24px;
    padding-bottom: 24px;
}
.footer-contenido{
    row-gap: 24px;
}
.footer-marca strong{
    width: 100%;
    display: inline-block;
    font-family: "Saira", sans-serif;
    font-size: 26px;
    line-height: 30px;
}
.footer-marca span{
    color: #444;
    display: inline-block;
    font-size: 17px;
}
.footer-ubicacion address{
    color: #444;
    font-size: 17px;
    line-height: 25px;
    margin: 0;
}
.footer-contacto strong,
.footer-ubicacion strong{
    width: 100%;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 12px;
}
.footer-contacto a{
    color: #444;
    text-decoration: none;
}
.footer-contacto a{
    display: block;
    font-size: 17px;
    margin-bottom: 8px;
}
.footer-contacto a:hover{
    color: #006F8A;
    font-weight: bold;
}
.footer-mapa{
    margin-top: 14px;
}
.footer-mapa iframe{
    width: 100%;
    height: 150px;
    border: 0;
}


.testi{
    background: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.titulo{
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 20px;
}
.subtitulo{
    text-align: center;
    font-size: 25px;
    font-weight: lighter;
    margin-bottom: 60px;
}

.image-testi{
    width: 100%;
}
.texto-testi{
    text-align: left;
    font-size: 17px;
    line-height: 27px;
}
.texto-testi span{
    color: gray;
}



.tratamientos{
    padding-top: 40px;
    padding-bottom: 40px;
}


.card{
    border: 1px solid #ddd;
}

.card-tratamiento {
    transition: transform 0.3s;
    padding: 20px 0;
}
.card-tratamiento:hover {
    transform: translateY(-5px);
}
.card-tratamiento img{
    width: 60px;
}
.card-tratamiento .card-body {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .cabecera{
        position: relative;
    }
    .cabecera-ayuda{
        display: none;
    }
}

@media screen and (max-width:992px){
    nav{
        margin: 20px 0 !important;
    }
    .textoEfecto{
        background: rgba(255, 255, 255, 0.8);
        padding: 20px;
    }
    .texto-video{
        padding: 10px 0 0;
    }
    .texto-video h2{
        font-size: 34px;
        line-height: 38px;
    }
    .overlay-ubicacion{
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .texto-ubicacion-nueva{
        padding-right: 0;
    }
    .texto-ubicacion-nueva h2{
        font-size: 34px;
        line-height: 38px;
    }
    .footer-sitio{
        text-align: center;
    }
    .footer-mapa iframe{
        height: 190px;
    }
}

@media screen and (max-width:768px){
    .menu-r{
        display:block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        padding: 8px 0;
    }
}

@media screen and (max-width:576px){
    .seccion-video{
        padding-top: 44px;
        padding-bottom: 44px;
    }
    .texto-video h2{
        font-size: 30px;
        line-height: 34px;
    }
    .texto-video p,
    .texto-video li{
        font-size: 16px;
        line-height: 26px;
    }
    .texto-ubicacion-nueva h2{
        font-size: 30px;
        line-height: 34px;
    }
    .texto-ubicacion-nueva p{
        font-size: 16px;
        line-height: 26px;
    }
    .botones-ubicacion .btn{
        width: 100%;
    }
}
