
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Martel:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn&display=swap');

html {
    scroll-behavior: smooth;
}
body {
    background-color: rgb(250, 232, 217);
    overflow-x: hidden;
    font-family: 'Martel', serif;
    font-weight: 900;
    font-size: 1em;
    line-height: 2em;
    
}
@media (min-width:768px){
    body {
        font-size: 1.2em;
    }
    
}
.direccionPequeña {
    font-size: 0.6em;
    position: absolute;
    top: -75%;
    right: 7%;
}
/*
La Barra fija: Base y efecto
*/
#BarraFija, .BarraFija {
    position: relative;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    height: inherit;
    z-index: 10;
    background-color:rgba(201, 166, 138, 0.5);
    transition: all 0.25s ease;
}
#BarraFija:hover, .BarraFija:hover {
    background-color: rgba(201, 166, 138, 1);
}
/*
.relleno {
    height: 85px;
    background-color: white;
}*/
/*
Estilos para maquetar el logo de monica huarte
*/
header {
    text-align: center;
}
header h1 {
    font-family: 'Cormorant Upright', serif;
    padding-left: 10px;
}
header h1.nombre{
    padding-top: 20px;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.4);
}
header h1.Peque {
    font-size: 15px;
}

header h1.profesion {
    font-family: 'Cormorant Upright', serif;
    font-size: 15px;
    text-align: center;
}
header h1.Peque2 {
    font-size: 12px;
}

.citasFamosas {
    font-family: 'Charm', cursive;
}


/*
EStilos para los efectos de la barra de herramientas
*/
.MenuInicio {
    font-size: 0.8em;
    transition:all 0.5s ease;
    font-family: 'Martel', cursive;
    align-self: center;
    text-align: center;
}

.MenuInicio a {
    margin-left: 1em;
    text-decoration: none;
    /*color:rgba(0,0,0,0.7);*/
    color: rgba(50,50,50,0.7);
    border-bottom:  2px solid rgba(0,0,0,0);
    transition: all 0.5s ease;
}
.MenuInicio a:hover {
    color : black;
    font-weight:800;
    border-bottom:  2px solid rgba(0,0,0,1);
}


/*
Estilos para el lado derecho de la barra, para las redes sociales
*/

.enlaceRedes {
    color: black;
    font-size: 1em;
    margin-right: 0.5em;
    transition: all 0.5s ease;
}
.enlaceRedes:hover {

    font-size: 1.4em;
    color: black;
}
.enlaceRedesDeshabilitado {
    display: none;
    color: grey;
    cursor: default;
}
.enlaceRedesDeshabilitado:hover {
    color:grey;
    font-size: 1em;
}



/*
Estilos para la seccion inicio, la que está un poco torcida
*/

#inicio {
    height: 700px;
    align-content: left;
    transform: skew(0, 6deg);
}
#inicio .container {
    transform: skew(0, -6deg);
}
@media (min-width:768px){
    #inicio {
        height: 600px;
        align-items: center;
        align-content:center;
        transform: skew(0, 3deg);
    }
    #inicio .container {
        transform: skew(0, -3deg);
    }   
}
#inicio::before {
    content:"";
    background-color: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#inicio h4 {
    color: black;
    text-shadow: 1px 1px 2px white;
    line-height: 200%;
    font-size: 0.9em;
    line-height: 200%;
    font-weight: bolder;
}


#paddingextremo {
    padding-top: 13em;
}




/*
pruebas para el texto chorra de monica
*/
.comoTrabajo {
    text-align: center;
    background-image: url("img/mente.jpg");
    background-size: cover;
    background-color:  rgba(201, 166, 138, 0.4);
    box-shadow:  5px 5px 20px grey;
}
.comoTrabajo h4 {
    text-align: center;
    font-size: 0.9em;
    line-height: 200%;
    font-weight: bolder;
}
.comoTrabajo a {
    color: rgb(71, 83, 49);
    transition: all 0.5s ease;
}












#metodo {
    height: 850px;
    align-self: center;
    background-attachment: cover;
    color: black;
    text-shadow: 1px 1px 2px rgb(239, 245, 225);
    line-height: 200% !important;
}
@media (min-width:768px){
    #metodo {

    height: 700px;
    align-self: center;
    background-attachment: cover;
    color: black;
    text-shadow: 1px 1px 2px rgb(239, 245, 225);
    line-height: 200% !important;
    }

}


#metodo h4 {
    text-align: center;
    font-size: 0.9em;
    line-height: 200%;
    font-weight: bolder;
}



.pruebaMonica {
    background-color: rgba(255,255,255,0.25);
}
#enfoque {
        height: 1000px;
        align-self: center;
        background-attachment: cover;
}
@media (min-width:768px){
    #enfoque {
        height: 800px;
        align-self: center;
        background-attachment: cover;
    }
    .desplazarMariposa {
        padding-top: 17em;
    }
}
#enfoque h4 {
    color: black;
    text-shadow: 1px 1px 2px white;
    line-height: 200%;
    font-size: 0.9em;
    line-height: 200%;
    font-weight: bolder;
}
.desplazarMariposa {
    padding-top: 19em;
}

#MiPerfil {
   
    background-color:rgba(201, 166, 138, 0.5);
    height: 1700px;
   /* box-shadow: -20px -20px 20px rgba(201, 166, 138, 1) inset;*/
}

@media (min-width:768px){
    #MiPerfil {
        background-image: url("img/FotoConsulta.jpg");
        height: 1000px;
    }
}
.Yo {
    position:relative
}
#MiPerfil h4 {
    margin: 1em;
    font-size: 0.9em;
    line-height: 200%;
    font-weight: bolder;
    line-height: 200%;
    font-weight: bolder;
}


.caracteristicasMonica {
    padding-top: 2em;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.5);
}

.iconoGirar,.iconoGirarDelay {
    font-size: 0.75em;
}
/*
.iconoGirar {
    color: rgba(0, 0, 0, 1);
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: 3;
}
.iconoGirarDelay {
    color: rgba(0, 0, 0, 1);
    animation-name: girar;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-iteration-count: 3;
}

@keyframes girar {
    0% {
        color: rgba(0, 0, 0, 1);
        transform: rotatey(0deg);
    }
    50%  {
        color: rgba(0, 0, 0, 1);
        transform: rotatey(180deg);
    }

    100% {
        color: rgba(0, 0, 0, 1);
        transform: rotatey(360deg);
    }
  }

*/
.citasFamosas h2 {
    font-size: 1em;
    color: white;
    margin: 50px;
    text-shadow: 2px 2px rgba(0,0,0,0.7);
}
@media (min-width:768px){

.citasFamosas  h2{
    margin: 100px;
    font-size: 2em;
    color: white;
    text-shadow: 2px 2px rgba(0,0,0,0.7);
}
.citasFamosas h3 {
    text-shadow: 2px 2px rgba(255,255,255,0.7);
    text-align: end;
}
.Blanco {
    color:white;
    text-shadow: 2px 2px rgba(0,0,0,0.7) !important;
}

}
/* para el SWIPPER */
.swiper-container {
    width: 100%;
    height: 500px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: white;
    background-size: cover;
    background-position-x: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-felx-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}
.swiper-slide::before{
    content:"";
    position: absolute;
    background: rgba(0,0,0,0.4);
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
}
.swiper-button-prev,.swiper-button-next {
    background-image: none !important;
    color: rgba(0,0,0,0.3);
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items:center;
    color: white;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.swiper-button-next::before {
    transform: rotate(180deg);
}
.swiper-button-prev:hover,.swiper-button-next:hover {

    color: rgba(0,0,0,0.7);

}
.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    margin: 0 0.4rem !important;
    color: white;
}
.swiper-pagination-bullet-active {
    background: white;
}




.Direccion {
    background-color: rgba(201, 166, 138, 1);
    color: rgb(250, 232, 217);
    border-top: 2px solid black;
}
.direccionSobreMi {
    border-top: none;
}
.DireccionConsulta {
    width: 250px;
    height: 200px;
}
.logoProteccion {
    filter: grayscale(100%);
    width: 75px;
    height: 75px;
    transition: all 0.5s ease-in-out;
}
.logoProteccion:hover {
    filter: grayscale(0%);
}
.CabeceraDireccion {
    color: black;
    font-size: 0.8em;
    font-weight:900 ;
}
.cursiva {
    font-style: italic;
}
.CuadroDireccion {
    background-color: rgba(255,255,255,0.1);
}
.TextoDireccion {
    font-size: 0.7em;
    color:rgba(0, 0, 0, 0.75);
    line-height: normal;
}
/*
.TextoDireccion a {
    color:rgba(0, 0, 0, 0.75);
    text-decoration: black underline;
    transition: all 0.5 ease;
}
.TextoDireccion a:hover {
    color:rgba(255, 255, 255, 0.75);
}*/

.LinkFinal {
    color: black;
    text-decoration: none;
    transition: all 0.5s ease;
}
.LinkFinal:hover {
    color: rgb(250, 232, 217);
    text-decoration:none;
    text-shadow: 1px 1px black;
}




.aviso {
    font-family: 'Martel', serif !important;
    margin: 1em;
    line-height: 1.5em;

}
.aviso ul,ol{
    padding-top: 2em;
    text-indent: 0;
}
.aviso ul li {
    padding-bottom: 1.5em;
}
.aviso ol li {
    padding-bottom: 1.5em;
    list-style-type: upper-alpha;
}

.h1aviso {
    font-size: 2em;
    font-weight: bold;

}
.h2aviso {
    font-size: 1.5em;
    font-weight: bold;
}
.h3aviso {
    font-size: 1em;
    color: blue;
}
.h3avisoN {
    font-size: 1em;
    font-weight: bold;
}
.h4aviso {
    font-size: 0.8em;
    color: rgba(0,0,0,0.9);
    text-indent: 3em;
    padding-right: 4em;
    text-align: justify;
}
.cuadroAviso {
    border: 1px solid black;
}
.espacioOscuro {
    width: 200px;
}
.nombreMonica {
    font-size: 0.9em;
    font-weight: bold;
    font-style: italic;
    margin-right: 0.3em;
}
.CabeceraIdentificacion {
    font-size: 1em;
    font-weight: bold;
}
.EnlaceAviso {
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 0 3em 0 3em;
    background-color: grey;
    border: 1px solid black;
    border-radius: 20px;
    transition: all 1s ease;
}

.EnlaceAviso:hover {
    text-decoration: none;
    color: black;
    background-color: white;
}
.h4aviso a:hover {
    text-decoration: none;
}

.avisoCuadro {
    border: 2px solid black;
    font-size: 0.9em;
    font-weight: bolder;
    
}
.avisoCuadroTexto {
    font-size: 0.8em;
    line-height: 100%;
    font-weight: normal;
    border-top: 1px solid grey;
}
/*
ESTILOS PARA LOS TIPOS DE TERAPIA
AGRUPADOS EN 4 DISTINTOS
*/

.subrayado {
    border-bottom: 3px solid rgba(20,20,40,0.9);
    margin-bottom: 1em;
}
.celdaTerapia {
    font-size: 1em;
    color: black;
    padding-top: 3em;
    height: 250px;
    line-height: 1em;
}
.celdaTerapia .subrayado {
    border-bottom : 3px solid  rgba(201, 166, 138, 1);
}
.efectoCeldaTerapia {
    /*
    filter: grayscale(100%);*/
    filter: contrast(25%);
    transition: all 0.5s ease-in-out;
}
.efectoCeldaTerapia:hover {
    filter: contrast(100%);
    /*filter: grayscale(0%);*/
}

.imagenTerapia {
    width: 100%;
    height: 250px;
    border: 2px solid  rgba(20,20,40,0.9);
    border-radius: 2px;
    box-shadow: 5px 5px rgba(201, 166, 138, 0.5);
}
.covid19 {
    height: 150px;
    width: 220px;
}
.covid19nombre {
    display: block;
    font-size: 0.8em;
    margin-left: 1.5em;
    padding-bottom: 1em;
    color:rgba(0, 0, 0, 0.75)
}
.negrita {
    font-weight: bolder important!;
    font-size: 1.1em;
    color: black;
}

.NombreTerapia {
    font-size: 1em;
}
.DescripcionTerapia {
    font-size:0.65em;
    vertical-align: center;
    text-align: left;
    line-height: 2em;
    margin-top: 2em;
    text-align: justify;
 }
 .flexHoraria {
     text-align: center;
     align-self: center;
     padding-bottom: 3em;
     margin-top: 3em;
     margin-bottom: 3em;
 }

 .pruebaEnLinea {
     box-shadow: none;
     color: rgba(0,0,0,0.7);
     transition: all 0.5s ease;
 }
 .pruebaEnLinea:hover {
     background-color: white;
     color: rgba(0,0,0,1);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
 }

 /*
Estilos para la nueva implementacion de sobre mi
 */
 #relleno {
     padding-bottom: 7em;
 }
#nuevaSobremi {
    margin-bottom: 1.5em;
    text-align: center;
}

 #FotoDoctoralia {
     border-radius: 2em;
     border-left: 2px solid black;
     border-right: 2px solid grey;
     /*
     height: 12.5em;
     width: 22em;
     */
     width: 25em;
 }
 #recuadroCita {
     background-color: white;
     border-left: 4px solid rgba(201, 166, 138, 1);
 }
 #CitaCarl {
    font-family: 'Charm', cursive;
     text-align: right;
     font-size: 1.5em;
     margin-right: 1em;
     padding-bottom: 0.5em;
     color: rgba(0, 0, 0, 0.5);
 }
 #CitaSobremi {
    font-family: 'Charm', cursive;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0.4em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.75em;
    color: rgba(0, 0, 0, 0.7);
    
 }
 #CitaMonicaAdaptada {
     padding-top: 1.5em;
     padding-bottom: 2em;
     font-size: 0.8em;
 }
 .cuoteCitaMonica {
     color:rgba(201, 166, 138, 0.548);
     font-size: 1.2em;
     padding: 0.4em;
 }
 #TituloSobremi {
     font-weight: bolder;
     /*border-bottom: 3px solid rgba(0, 0, 0, 0.541);*/
     border-bottom: 3px solid rgba(76, 91, 104, 0.747);
     margin-bottom: 0.5em;
 }
 .iconoPunto {
     font-size: 0.75em;
 }

 /*
ESTILOS PARA LA NUEVA BARRA DE DIRECCIONES. lUEGO ESTA BARRA SE OCULTARÁ
 */
 #BarraLuegoOculta {
     /*
    background-color: rgb(250, 232, 217);*/
    
    background-color: rgba(0, 0, 0, 0.75);
     color:rgb(248, 223, 203);
 }
 .letrasBarraOculta {
     font-size: 0.75em;
 }
 .iconoBarraOculta {
     font-size: 0.75em;
     padding-right: 1em;
 }
 
 .iconoXBarraOculta {
     font-size: 0.75em;
     transition: all 0.3s ease;
 }
 .iconoXBarraOculta:hover {
     color:white;
     font-size: 0.9em;
     cursor:pointer;
 }


 .fotogobierno {
    margin-left: 3em;
    padding-top: 0.7em;
    width: 165px;
    height:120px;
 }

 .politicas {
    font-size: 0.75em;
    font-weight: 500;
 }