﻿body{
    font-family: "Montserrat", sans-serif;
}



.fijo-ayuda{
    height: 150px;
}
.fijo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}



.cintillo1{
    background: #bdabc6;
    font-family: "Cinzel", serif;
    text-align: center;
    font-size: 32px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cintillo1 img{
    height: 30px;
}


.cintillo2{
    background: #8ad3f2;
    font-family: "Cinzel", serif;
    font-size: 23px;
    color: #3F3A86;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cintillo2 span{
    font-weight: 500;
    font-size: 43px;
}



.menuSup{
    background: rgba(255, 255, 255, 0.4);
}

nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 16.66%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    text-align: center;
    padding: 4px 0;
    cursor: pointer;
}



.efecto{
    background: url(../images/fondo-efecto.webp) no-repeat center center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 20px;
}


.palabras1{
    text-align: center;
    font-family: "Cinzel", serif;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    color: #3F3A86;
    font-size: 26px;
}


.palabras2{
    text-align: center;
    font-family: "Cinzel", serif;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    color: #3F3A86;
    font-size: 26px;
}
.palabras2 span{
    width: 100%;
    display: inline-block;
    margin: 50px 0;
}

.t1{animation: fadeInOut 3s infinite;}
.t2{animation: fadeInOut 5s infinite;}
.t3{animation: fadeInOut 7s infinite;}
.t4{animation: fadeInOut 9s infinite;}
.t5{animation: fadeInOut 11s infinite;}

@keyframes fadeInOut {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
}



.logotipo img{
    width: 100%;
}


.leyenda{
    background: rgba(164, 222, 207, 0.66);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
}


.seccion{
    text-align: justify;
    font-size: 16px;
    line-height: 21px;
}


.blanco{
    background: white;
    padding: 5px 20px;
    margin-bottom: 8px;

    border-radius: 12px;
}


.imagen{
    text-align: justify;
}
.imagen img, .imagen iframe{
    width: 100%;
}
.imagen strong{
    width: 100%;
    text-align: center;
    font-family: Cinzel;
    font-size: 23px;
    display: inline-block;
}


.conoce{
    background: #cce8e0;
    font-size: 17px;
    line-height: 27px;
    padding-top: 100px;
    padding-bottom: 100px;
}


.ayuda{
    text-align: justify;
    padding-top: 70px;
    padding-bottom: 70px;
}
.ayuda ul{
    list-style-image: url('../images/lista.png');
}



.conoce1{
    background: #e2f2ee;
    text-align: justify;
    font-size: 17px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.conoce1 .titulo{
    margin-bottom: 40px;
}
.conoce1 strong{
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #2d5c4f;
    font-family: 'Cinzel';
    display: inline-block;
}


.conoce2{
    background: #f1f8f6;
    font-size: 17px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.conoce2 .titulo{
    margin-bottom: 40px;
}
.conoce2 strong{
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #2d5c4f;
    font-family: 'Cinzel';
    display: inline-block;
}



.testi{
    position: relative;
    background: url(../images/fondo-efecto.webp) no-repeat center center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 20px;
}
.fondo-blanco{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
}
.testi .container{
    position: relative;
    z-index: 2;
}

.titulo{
    font-family: 'Cinzel';
    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: 15px;
    line-height: 15px;
}
.texto-testi span{
    color: gray;
}




.contactanos{
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
}


.textoContactanos{
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
}

.form-group{
    margin-bottom: 12px;
}

input, textarea{
    background: #ebebeb !important;
    font-size: 15px !important;
}
textarea{
    height: 110px;
}
label{
    font-weight: bold;
}


.sesiones{
    padding-top: 80px;
    padding-bottom: 80px;
}


.btn-verde{
    background: #a5dfce;
}


.imagen img{
    width: 100%;
}



.sesion2{
    background: #9bedd6;
    padding-top: 40px;
    padding-bottom: 40px;
}

.texto-sesion{
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
}


.carousel-item{
    height: 250px;
}
.carousel-inner{
    overflow: visible;
}
.carousel-caption{
    right: auto;
    left: auto;
    bottom: auto !important;
    /* width: 100%; */
}
.carousel-indicators, .carousel-control-prev, .carousel-control-next{
    visibility: hidden;
}

.testi .carousel-item{
    height: 500px;
}
.testi .carousel-control-prev, .testi .carousel-control-next{
    visibility: visible;
}


.btn{
    font-size: 20px;
    font-weight: bold;
}
.btn img{
    height: 40px;
}


.complace{
    background: #8ad3f2;
    font-size: 19px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.complaceImagen{
    background-color: white;
    width: 200px;
    padding: 12px;
    margin-bottom: 30px;
}
.complace .btn{
    box-shadow: 4px 5px 10px #2d5c4f;
    margin-bottom: 40px;
}
.complace b{
    color: #3F3A86;
    font-size: 22px;
    font-family: "Cinzel", serif;
}



footer{
    background: #cce8e0;
    text-align: center;
    color: gray;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}






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

}

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

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

}

@media screen and (max-width:768px){
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu-r{
        display: block;
    }
    .palabras1, .palabras2{
        font-size: 21px;
    }
    .logotipo img{
        width: 220%;
        margin-top: 40%;
        margin-left: -60%;
    }
    .cintillo1{
        font-size: 23px;
    }
}

@media screen and (max-width:576px){
    .textomaspequeno1{
        font-size: 14px;
    }
}


.chat{
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    box-shadow: 2px 2px 2px black;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
.citas{
    background: #a754a4 !important;
    bottom: 30px;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}



.miniEntradas{
    padding-top: 40px;
    padding-bottom: 40px;
}
.miniEntradas a{
    text-decoration: none;
    color: gray;
}


.miniEntrada{
	background: white;
	padding: 20px;
}

.imagenMiniEntrada{
    width: 100%;

    overflow: hidden;
}
.imagenMiniEntrada img{
    width: 100%;
}
.miniEntrada p{
    color: #95a5a6;
    font-size: 17px;
    line-height: 28px;
}
.tituloMiniEntrada{
    width: 100%;
    text-align: left;
    min-height: 70px;
    color: black;
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
}

.textoMiniEntrada strong{
    font-size: 17px;
    color: gray;
}

.fechaMiniEntrada{
    color: gray;
    font-size: 18px;
    font-weight: bold;
}


.entrada{
	background: white;
	font-weight: normal;
    font-size: 18px;
    line-height: 32px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.entrada img{
    width: 400px;
    float: left;
    margin: 0 20px 20px 0;

}
.entrada .tituloEntrada{
    font-size: 37px;
	color: black;
}


.blog a{
    text-decoration: none;
}