:root {
    --purple: #545895;
    --green: #4CB5A9;
    --blue: #4C74B5;
    --text: #757575;
}
h1,h2,h3,h4,h5,h6,
p,div,li,a,address{
    font-family: "Montserrat", system-ui;
    font-weight: 400;
    font-style: normal;
    color: var(--text);
}
.frase-container p.frase,
.frase-container p.autor {
    font-family: "Aboreto", system-ui;
    font-weight: 400;
    font-style: normal;
}
p.frase,
p.autor {
    margin-bottom: 0;
    text-align: center;
}
@media all and (min-width: 992px) {
    p.frase,
    p.autor {
        text-align: left;
    }
}
h2 {
    font-size: 1.9rem;
    font-weight: 500;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}
h3 {
    font-size: 1.6rem;
    font-weight: 400;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
p.big {
    font-size: 1.2rem;
    padding: 1rem 0 0;
}
.no-click {
    cursor: default;
    color: black;
}
.no-click:hover {
    color: black !important;
}
@media all and (min-width: 992px) {
    p.big {
        font-size: 1.1rem;
        padding: 0.8rem 0 0;
    }
}
p.big-frase {
    font-size: 1.7rem;
    line-height: 2.2rem;
}
@media all and (min-width: 992px) {
    p.big-frase {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}
hr {
    border-top: 2px solid var(--text);
    width: 100%;
}
p{
    padding: 0.9rem 0 0;
}
p, li, a {
    font-size: 1.1rem;
}
@media all and (min-width: 992px) {
    p, li, a {
        font-size: 1rem;
    }
}
.preheader {
    background-color: var(--green);
}
.preheader * {
    color: white;
    font-size: 11px;
    font-weight: 600;
}
.preheader span {
    display: inline-block;
    padding: 5px;
}
@media all and (min-width: 992px) {
    .preheader * {
        font-size: 12px;
    }
}
@media all and (min-width: 1200px) {
    .preheader * {
        font-size: 13px;
    }
}
.header-contact {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-content: content;
}
.header-contact a {
    text-decoration: none;
    padding: 3px 10px;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 200;
}
header.sticky {
    background-color: rgba(255,255,255,0.95);
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.18);
}
nav.desktop ul{
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    align-items: center;
}
nav.desktop a {
    font-weight: 600;
    text-decoration:  none;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.4s;
}
@media all and (min-width: 1200px) {
    nav.desktop a {
        font-size: 14px;
    }
}
nav.desktop a:hover {
    color: var(--verde);
}
nav.desktop li {
    padding: 10px 15px;
}

@media all and (min-width: 1200px) {
    .brand {
        padding-left: 40px;
    }
}
.brand  img {
    width: 250px;
    transition: width 0.4s;
}
@media all and (min-width: 992px) {
    .brand  img {
        width: 280px;
    }
}
@media all and (min-width: 1200px) {
    .brand  img {
        width: 300px;
    }
}
header.sticky .brand img {
    width: 200px;
}
header.sticky ul a {
    font-size: 12px;
}
#hero {
    background: var(--purple) url(../img/hero-xs-2x.jpg) no-repeat center center;
    background-size: cover;
}
#hero-parejas {
    background: var(--purple) url(../img/hero-parejas-xs.jpg) no-repeat center center;
    background-size: cover;
}
.hero {
    padding: 55vh 1rem 5vh;
}
.hero .frase-container p {
    color: white;
}
.hero .frase-container p.frase {
    font-size: 1.7rem;
    line-height: 1.85rem;
}
.hero hr {
    border-top-color: white;
}
@media all and (min-width: 992px) {
    #hero {
        background: var(--purple) url(../img/hero-2x.jpg) no-repeat center center;
        background-size: cover;
    }
    #hero-parejas {
        background: var(--purple) url(../img/hero-parejas.jpg) no-repeat center center;
        background-size: cover;
    }
    .hero .frase,
    #hero .autor {
        text-align: left;
    }
    .hero .frase-container p.frase {
        font-size: 1.9rem;
        line-height: 2rem;
    }
}
#soy {
    background-color: var(--purple);
}
#soy,
#soy-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    padding: 3rem 1rem;
}
#soy p,
#soy h2,
#soy h3 {
    color: white;
}
#soy hr{
    border-top-color: white;
}
#soy .logo-container {
    text-align: center;
}
@media all and (min-width: 992px) {
    #soy .logo-container {
        text-align: right;
        padding-right: 30px;
    }

    #soy .foto-container {
        position: absolute;
        width: 100%;
        bottom: -120px;
    }
}
@media all and (min-width: 1200px) {
    #soy .foto-container {
        width: 80%;
        bottom: -150px;
    }
}
#soy h3 {
    padding-top: 1.5rem;
}
#soy .logo {
    width: 50%;
    max-width: 120px;
    padding-bottom: 1.5rem;
}
@media all and (min-width: 992px) {
    #soy .logo {
        width: 40px;
    }
}
@media all and (min-width: 1200px) {
    #soy .logo {
        width: 80px;
    }
}
.bloque-xs {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    padding: 1.5rem ;
    background: #FFFFFF;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.18);
}
@media all and (min-width: 992px) {
    .bloque-xs {
        box-shadow: none;
    }
}
#bloque-1 {
    margin-top: -5rem;
}
@media all and (min-width: 992px) {
    #bloque-1 {
        margin-top: 0;
        max-width: 500px;
    }
}
@media all and (min-width: 1200px) {
    #bloque-1 {
        margin-top: 0;
        max-width: 650px;
    }
}
.foto-hippie img {
    width: 100%;
    max-width: 600px;
    float: right;
}
#psicoterapia {
    position: relative;
    z-index: 30;
}
#psicoterapia-2 {
    background-color: var(--green);
    padding: 8rem 1rem 10rem;
    margin-top: -100px;
    z-index: 21;
    position: relative;
}
#psicoterapia-2 hr {
    border-top: 1px solid white;
}
@media all and (min-width: 992px) {
    #psicoterapia-2 {
        width: 80%;
        padding: 5rem 1rem;
        margin-top: -3rem;
    }
    #psicoterapia-2 .container-text {
        width: 80%;
        max-width: 500px;

    }
}
@media all and (min-width: 1440px) {
    #psicoterapia-2 .container-text {
        width: 80%;
        max-width: 600px;
        margin-left: 5%;
    }
}
#psicoterapia-2 p {
    color: white;
}
#psicoterapia-2 picture,
#psicoterapia-2 img {
    margin-bottom: -6rem;
}
#caminos {
    margin-top: -6rem;
    position: relative;
    z-index: 25;
}
#caminos img {
    width: 80%;
    margin: 0 auto;
}
@media all and (min-width: 992px) {
    #caminos {
        margin-top: -25%;
    }
}
@media all and (min-width: 1920px) {
    #caminos {
        margin-top: -15%;
    }
}

#jiddu {
    background: white url(../img/joven-xs-2x.png) no-repeat bottom center;
    background-size: 100% auto;
    padding-top: 5rem;
    padding-bottom: 30rem;
    position: relative;
    z-index: 20;
}
@media all and (min-width: 768px){
    #jiddu { 
        padding-bottom: 50rem;
    }
}
@media all and (min-width: 992px){
    #jiddu {
        background: white url(../img/joven-2x.jpg) no-repeat bottom left;
        background-size: cover;
        padding-top: 6rem;
        padding-bottom: 12rem;
    }
}
@media all and (min-width: 1200px){
    #jiddu {
        padding-top: 18rem;
        margin-top: -8rem;
    }
}
#jiddu .frase {
    font-size: 1.7rem;
    line-height: 1.8rem;
    padding: 0 1.5rem;
}
@media all and (min-width: 992px) {
    #jiddu .frase {
        font-size: 1.9rem;
        line-height: 2rem;
        padding: 0;
    }
}
#ansiedad {
    padding: 3rem 1rem;
}
@media all and (min-width: 1200px) {
    #ansiedad {
        margin-top: -7rem;
        position: relative;
        z-index: 30;
    }
}
#ansiedad hr {
    border-top-color: var(--text);
}
#ansiedad .texto {
    padding-bottom: 30px;
}
@media all and (min-width: 992px) {
    #ansiedad .texto {
        padding-bottom: 60px;
    }
}
#viaje {
    margin-top: -8rem;
    padding: 7rem 1rem 25rem;
    background: var(--blue) url(../img/viaje-xs-2x.jpg)  no-repeat center center;
    background-size: cover;
}
@media all and (min-width: 768px) {
    #viaje {
        margin-top: -5rem;
        padding: 8rem 1rem 30rem;
    }
}
@media all and (min-width: 992px) {
    #viaje {
        background: var(--blue) url(../img/viaje.jpg)  no-repeat bottom center;
        background-size: cover;
        padding: 5rem 1rem 22rem;
    }
}
@media all and (min-width: 1200px) {
    #viaje {
        padding: 5rem 1rem 26rem;
    }
}
#viaje .frase {
    font-size: 1.9rem;
    line-height: 2rem;
}
@media all and (min-width: 992px) {
    #viaje .frase {
        text-align: center;
        width: 75%;
        margin: 0 auto;
        font-size: 2rem;
        line-height: 2.1rem;
    }
}
h2.big{
    font-size: 2.1rem;
    font-weight: 700;
}
h3.big{
    margin-top: 2rem;
    font-size: 2.0rem;
    font-weight: 700;
}
#psicoterapia-relacional {
    margin-top: 2rem;
    z-index: 7;
    position: relative;
}
@media all and (min-width: 992px) {
    #psicoterapia-relacional {
        margin-top: -4rem;
    }
    #psicoterapia-relacional .texto {
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 40px;
    }
}
.terapia-img {
    background: url(../img/terapia-2x.jpg) no-repeat center center;
    background-size: cover;
    min-height: 400px;
    margin-top: 30px;
    border: 15px inset transparent;
}
#metodo {
    background-color: var(--blue);
    padding: 7rem 1rem 6rem;
    margin-top: -5rem;
    z-index: 6;
    position: relative;
}
@media all and (min-width: 992px) {
    #metodo {
        width: 65%;
        padding: 4rem 1rem 4rem;
        margin-top: -4rem;
    }
    #metodo .container-text {
        width: 80%;
        margin-left: 5%;
    }
}
#metodo h3 {
    font-weight: 600;
}
#metodo h3,
#metodo p {
    color: white;
}
#frase-pareja-1 {
    background: white url(../img/reconciliacion-xs-2x.jpg) no-repeat bottom center;
    background-size: cover; 
    padding: 4rem 1rem 30rem;
    position: relative;
}
@media all and (min-width: 768px){
    #frase-pareja-1 {
        padding: 4rem 1rem 50rem;
    }
}
@media all and (min-width: 992px){
    #frase-pareja-1 {
        background: white url(../img/reconciliacion-2x.jpg) no-repeat bottom center;
        background-size: cover; 
        padding: 25rem 1rem 5rem;
        margin-top: -20rem;
        z-index: 5;
    }
}
#frase-pareja-1 .frase {
    font-size: 1.8rem;
    line-height: 1.9rem;
}
#pareja {
    padding: 2rem 1rem 0;
}
.pareja-feliz {
    width: 100%;
    max-width: 450px;
}
#manos {
    background: var(--blue) url(../img/manos-xs-2x.jpg) no-repeat center center;
    background-size: cover;
    padding: 5rem 1rem 20rem;
}
@media all and (min-width: 768px){
    #manos {
        background: var(--blue) url(../img/manos-2x.jpg) no-repeat center center;
        background-size: cover;
        padding: 10rem 1rem ;
    }
}

#manos .frase,
#manos .autor {
    color: white;
}
#manos .frase {
    font-size: 2rem;
    line-height: 2.1rem;
}
@media all and (min-width: 992px){
    #manos p.frase,
    #manos p.autor{
        text-align: center;
    }
}
#pareja-2  {
    padding: 3rem 1rem 1rem;
    position: relative;
    z-index: 3;
}
@media all and (min-width: 992px){
    #pareja-2  {
        padding: 5rem 1rem 5rem;
    }
}
#pareja-3 {
    background: var(--green);
    padding: 6rem 1rem;
    margin-top: -5rem;
    position: relative;
    z-index: 2;
}
@media all and (min-width: 992px) {
    #pareja-3 {
        width: 60%;
        margin-left: 40%;
        padding: 3rem 4rem;
    }
}
@media all and (min-width: 1200px) {
    #pareja-3 {
        margin-top: -8rem;
    }
}
#pareja-3 p,
#pareja-3 li{ 
    font-size: 1.2rem;
    color: white;
}
#pareja-3 li {
    font-weight: 500;
}
#carousel {
    position: relative;
    z-index: 1;
}
@media all and (min-width: 992px) {
    #carousel {
        margin-top: -8rem;
    }
}
#contacto {
    position: relative;
    z-index: 19;
    margin-top: -6rem;
}
.logo-contacto {
    padding: 2rem;
    background-color: var(--purple);
}
.logo-contacto img {
    width: 100px;
}
@media all and (min-width: 992px) {
    .logo-contacto img {
        width: 120px;
    }
}
.container-ficha-contacto {
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.18);
}
.ficha-contacto {
    background: white;
    z-index: 9;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.18);
}
.ficha-contacto .text {
    padding: 1.5rem;
}
.footer-list-contacto {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-list-contacto strong {
    display: block;
    font-size: 14px;
}
.footer-list-contacto li {
    font-size: 1.2rem;
    margin-bottom: 1.4rem;
    padding-left: 2.5rem;
    position: relative;
}
.footer-list-contacto picture {
    position: absolute;
    left: -5px;
    top: 1px;
    width: 34px;
}
.footer-list-contacto a {
    text-decoration: none;
}
.footer-list-contacto .ver-google {
    color: var(--green);
    font-weight: bold;
}
#primera {
    padding: 3rem 1rem;
}
#primera.pb-pareja {
    margin-bottom: -1rem;
    padding-bottom: 0;
}
#prefooter {
    background: var(--purple) url(../img/manos-hilo-xs-2x.jpg) no-repeat center;
    background-size: cover;
    padding: 4rem 1rem 22rem;
}
@media all and (min-width: 992px) {
    #prefooter {
        background: var(--purple) url(../img/manos-hilo-2x.jpg) no-repeat bottom left;
        background-size: cover;
        padding: 4rem 1rem;
    }
}
@media all and (min-width: 1200px) {
    #prefooter {
        padding: 5rem 1rem 15rem;
    }
}
#prefooter .frase,
#prefooter .autor,
.prefooter .frase,
.prefooter .autor { 
    color: #41141D;
}
#prefooter .frase,
.prefooter .frase {
    font-size: 1.8rem;
    line-height: 2rem;
    padding: 30px 0;
}
footer {
    background: var(--purple);
    color: white;
    text-align: center;
}
footer p {
    color: white;
    font-size: 0.9rem;
}
#menu-responsive {
    position: fixed;
    top: 0;
    right: -105%;
    width: 100%;
    height: 100vh;
    background-color: var(--purple);
    z-index: 300;
    transition: all 0.4s;
    overflow: auto;

}
#menu-responsive.open {
    right: 0;
}
@media all and (min-width: 992px) {
    #menu-responsive,
    #menu-responsive.open {
        display: none;
        right: -200% !important;
    }
}
#menu-responsive .nombre {
    padding: 15px;
}

#menu-responsive h2, h3 {
    color: white;
}
#menu-responsive h2{
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.6rem;
}
#menu-responsive h3{
    font-size: 1.5rem;
}
.brand-mobile {
    padding: 15px;
}
.brand-mobile img {
    width: 80%;
}
.close-menu {
    color: white;
    display: inline-block;
    width: auto;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px auto 30px;
}
#menu-responsive .container {
    height: 100vh;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-menu-mobile {
    padding: 0;
    list-style: none;
    list-style-type: none;
}
.contact-menu-mobile  li {
    text-align: center;
}
.contact-menu-mobile a{
    padding: 7px;
    display: inline-block;
    text-decoration: none;
}
.contact-menu-mobile a span {
    color: white;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;

}
.contact-menu-mobile a span.titulo {
    font-size: 13px;
    font-weight: 600;
}
nav.mobile ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 15px;
}
nav.mobile ul a {
    color: white;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
nav.mobile ul li {
    border-bottom: 1px dashed rgba(255,255,255,0.5);
}
.whatsapp {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 200;
}
.escribeme {
    display: none;
}
.whatsapp img {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 11;
}
.btn-whastapp,
.btn-whastapp span {
    transition: all 0.4s;
    text-decoration:  none;
}
.btn-whastapp:hover span {
    color: white;
    background-color: #24D366;;
}
@media all and (min-width: 768px) {
    .whatsapp {
        left: 25px;
        bottom: 25px;
    }
    .whatsapp img {
        width: 70px;
        height: 70px;
    }
    .escribeme {
        color: #24D366;
        padding: 10px 10px 10px 75px;
        margin-left: -70px;
        display: inline-block;
        border-radius: 20px;
        background-color: rgba(255,255,255,0.9);
        position: relative;
        z-index: 10;
        font-weight: 600;
    }
    
}
#online p {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    padding: 5px;
}
#online p em.green {
    color: var(--green);
    font-style: normal;
}
#online p em.purple {
    color: var(--purple);
    font-style: normal;
}
#online.bg-gris {
    background-color: #efefef;
}
@media all and (max-width: 767px) {
    #online span,
    #online em {
        display: block;
        text-align: center;
    }
    #online p {
        font-size: 16px;
        padding: 5px;
        text-align: center;
        line-height: 22px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
}
.universidades {
    margin-top: 40px;
    margin-bottom: 20px;
}
.universidades ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.universidades li{
    display: inline-block;
    padding: 5px;
}
.universidades li img {
    width: auto;
    height: 40px;

}
@media all and (max-width: 768px) {
    .universidades li {
        width: 45%;
        text-align: center;
        padding: 10px;
    }
}

.certificaciones ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.certificaciones li{
    display: inline-block;
    padding: 5px;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
   
}
.certificaciones li img {
    width: auto;
    height: 40px;

}
.certificaciones li  a {
    margin: 0 5px;
}
@media all and (max-width: 768px) {
    .certificaciones li {
        width: 45%;
        text-align: center;
        padding: 10px;
    }
}

.deacuerdo {
    font-size: 24px;
    color: var(--green);
}
.btn-agenda {
    margin-top: 10px;
    background-color: var(--purple);
    color: white;
    text-decoration: none;
    padding: 17px 30px;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.cta-header-parejas {
    background-color: var(--green);
    text-align: center;
}
.cta-header-parejas a {
    color: white;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
@media all and (min-width: 768px) {
    .cta-header-parejas {
        display: none;
    }
}

.close-container {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: -50px;
    left: 0;
}
