﻿body {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.boton {
    position: fixed;
    top: 100px;
    right: 10px;
    z-index: 1000;
    width: 40px;
    cursor: pointer;
}

.play {
    display: none;
}

.boton img {
    width: 100%;
}


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

.chat img {
    width: 100%;
}


.cabecera-ayuda {
    position: relative;
    height: 160px;
}

.cabecera {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #0c4b66;
    color: white;
}

.logotipo img {
    width: 90%;
}


.leyenda {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}


.datos {
    text-align: center;
    font-size: 20px;
}

.datos a {
    color: white;
}

.datos strong {
    color: yellow;
}


.efecto {
    position: relative;
    padding: 0;
}

.efecto .frase {
    position: absolute;
    top: 55%;
    left: 45%;
    z-index: 10;
}

.efecto strong {
    background: #bd29d6;
    color: white;
    font-size: 25px;
    line-height: 45px;
    padding: 2px 0;
}


.leyenda2 {
    background: yellow;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
}


.seccion {
    background: #0c4b66;
    color: white;
    font-size: 19px;
    line-height: 24px;
    padding: 40px;
}

.seccion strong {
    color: yellow;
    font-size: 30px;
}

.img1 {
    background: url(../images/que-es-la-hipnosis.webp) no-repeat center center;
    background-size: cover;
}



.padecimientos {
    text-align: center;
    font-size: 22px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.padecimientos b {
    font-size: 30px;
}

.titulo {
    text-align: center;
    font-weight: bold;
    font-size: 33px;
    color: #bd29d6;
    margin-bottom: 30px;
}

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


.bio {
    background: url(../images/fondo-gris.avif) no-repeat center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.seccion2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}

.imagen img {
    width: 100%;
}



footer {
    background: #0c4b66;
    color: white;
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 40px;
}

footer strong {
    width: 100%;
    font-size: 23px;
    color: yellow;
    display: inline-block;
    margin-bottom: 12px;
}

footer a {
    color: white;
}

footer iframe {
    width: 100%;
    height: 180px;
}



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

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

    .cabecera {
        position: relative;
    }
}

@media screen and (max-width:992px) {
    .efecto .frase {
        position: relative;
        left: 0;
        width: 100%;
        display: inline-block;
    }

    .efecto .frase strong {
        width: 100%;
        font-weight: lighter;
        line-height: 32px;
        text-align: center;
        display: inline-block;
        padding: 12px 10px;
    }
}

@media screen and (max-width:768px) {
    .img {
        height: 300px;
    }
}

@media screen and (max-width:576px) {
    .seccion {
        padding: 12px;
    }
}