﻿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%;
}


.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;
}


.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;
    }
}

@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){
    
}