* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}


/*PANTONE
paleta de colores 
#7F8893 gris 
#83A0B5 azulgris 
#BB7F8A rosa claro
#713535 rgb(113,53,53) rosa oscuro  
*/


/*fuentes*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
body {
    font-family: 'Montserrat', Times, serif;
    background-image: url('../maqueta/img/background.png');
    background-repeat: no-repeat;
    background-size: cover;
}


/*movil 680*/

@media only screen and (max-width:680px) {
    /*secciones en movil */
    .contenedor {
        height: auto;
        position: relative;
        background-color: rgb(255, 255, 255);
        width: 90%;
        padding: 0 5% 0 5%;
        background-image: url('../AgustinLara/img/background.png');
        background-size: contain;
        background-repeat: repeat-y;
    }
    #banner {
        width: 90%;
        position: relative;
        height: auto;
        /*debe ser el alto de la imagen*/
        background-color: #ac4b1c;
    }
    #banner img {
        width: 90vw;
        margin: auto;
        float: center;
    }
    #encabezado {
        display: none;
    }
    #cuerpo {
        width: 100%;
        /*en realidad es el 100 respecto al texto de adentro*/
        padding: 5%;
        box-sizing: border-box;
        position: relative;
        height: auto;
        /*vh 100% de la altura de la salida*/
        background-color: rgba(255, 255, 255, 0.8);
        color: white;
        text-align: justify;
    }
    #cuerpo p {
        width: 95%;
        float: center;
        font: small;
        line-height: 1.5;
        color: #713535;
        padding: 2%;
    }
    #cuerpo h1 {
        font-size: 1.5rem;
        color: #713535;
        text-align: center;
    }
    #cuerpo h2 {
        margin: 0.8rem auto;
        font-size: 1.3rem;
        color: #713535;
        text-align: center;
    }
    .aire {
        height: 20px;
    }
    .ocultar {
        display: none !important;
    }
    .mostrar {
        display: block !important;
    }
    #clickable {
        font: xx-small;
        line-height: 1.8;
        color: #713535;
        width: 100%;
        padding: 2%;
        display: none;
    }
    #clickable:hover {
        color: #BB7F8A;
        cursor: pointer;
    }
    /*reproductor*/
    #reproductor {
        width: 100%;
        margin: 20px 0;
        position: relative;
        height: auto;
        background-color: rgba(113, 53, 53, 0.4);
        padding: 2vh 0;
    }
    .reproductor {
        /*     background-image: url('./img/background.png');
        background-size: cover;
    background-repeat: no-repeat; */
        background-color: white;
        width: 95%;
        height: auto;
        margin: 10px auto;
        padding: 2vh 0;
        border-radius: 10px;
        text-align: center;
        font-size: small;
        padding: 30px 5%;
        box-sizing: border-box;
        -webkit-box-shadow: -1px 4px 16px -4px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px 4px 16px -4px rgba(0, 0, 0, 0.75);
        box-shadow: -1px 4px 16px -4px rgba(0, 0, 0, 0.75);
    }
    .reproductor p {
        color: #713535;
        width: 80%;
        font-weight: lighter;
        margin: auto;
        float: center;
        line-height: 1.5em;
    }
    .scrollable {
        background-color: rgba(255, 255, 255, 0.8);
        overflow-y: scroll;
        width: 100%;
        margin: 1.5vh auto 0.5vh auto;
        box-sizing: border-box;
        height: 70vh;
        border: 2px solid #a5a5a5;
    }
    .scrollable p {
        color: white;
        font-weight: lighter;
    }
    /*div que contiene a la etiqueta audio*/
    .audio {
        position: relative;
        height: auto;
        width: 100%;
        margin: 3.5vh auto;
        padding: 1vh 0;
        /*relleno*/
        background: rgba(187, 127, 138, 1);
        background: -moz-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(187, 127, 138, 1)), color-stop(22%, rgba(187, 127, 138, 0.95)), color-stop(69%, rgba(113, 53, 53, 0.86)), color-stop(100%, rgba(113, 53, 53, 0.79)));
        background: -webkit-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: -o-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: -ms-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: linear-gradient(to bottom, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bb7f8a', endColorstr='#713535', GradientType=0);
        /*sombra */
        -webkit-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
    }
    .audio p {
        margin-top: 10px;
    }
    audio {
        width: 80%;
        margin: 30px 0;
    }
    /*slider*/
    #slider {
        width: 100%;
        position: relative;
        height: 100px;
        /*vh 100% de la altura de la salida*/
        border-radius: 15px;
        -webkit-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
    }
    #slider img {
        width: 100%;
    }
    /*controles next y prev*/
    .next {
        z-index: 9999;
        position: absolute;
        float: right;
        right: 0;
        margin: -80% 0 0 0;
        border-radius: 3px 0 0 3px;
        font-size: 1.5rem;
        padding: 10px;
        background-color: #BB7F8A;
        border-radius: 5px;
        color: white;
        /*     animation: respirar_R 2s infinite; 
    animation-delay: 500ms;
    animation-direction: alternate;*/
    }
    .prev {
        left: 0;
        margin: -80% 0 0 0;
        font-size: 1.5rem;
        z-index: 9999;
        float: left;
        position: absolute;
        padding: 10px;
        background-color: #BB7F8A;
        border-radius: 5px;
        color: white;
        /*     animation: respirar_L 2s infinite; 
    animation-delay: 500ms;
    animation-direction: alternate;*/
    }
    .next:hover {
        background-color: #713535;
        cursor: pointer;
    }
    .prev:hover {
        background-color: #713535;
        cursor: pointer;
    }
    .captions {
        background: rgb(113, 53, 53);
        background: linear-gradient(180deg, rgba(113, 53, 53, 1) 12%, rgba(187, 127, 138, 1) 49%, rgba(113, 53, 53, 1) 100%);
        padding: 1em 2em;
        height: 15vh;
        text-align: justify;
        margin: 0.1rem auto 2rem auto;
        position: relative;
        font-family: 'Montserrat', cursive;
    }
    .captions p {
        color: white;
        background-color: rgba(0, 0, 0, 0.05);
        width: 90%;
        text-align: center;
        float: center;
        margin: auto;
        font-weight: lighter;
        font-size: small;
        line-height: 1.2rem;
    }
}


/*tablet 1024*/

@media screen and (min-width:768px) and (max-width:1024px) {
    /*secciones */
    .contenedor {
        height: auto;
        position: relative;
        background-color: white;
        width: 90%;
        padding: 0 5% 0 5%;
        background-image: url('../AgustinLara/img/background.png');
        background-size: contain;
        background-repeat: repeat-y;
    }
    #banner {
        width: 90%;
        position: relative;
        height: auto;
        /*debe ser el alto de la imagen*/
        background-color: #ac4b1c;
    }
    #banner img {
        width: 90vw;
        margin: auto;
        float: center;
    }
    #encabezado {
        display: none;
        width: 90%;
        margin: 50px 0;
        padding: 40px 20px;
        position: relative;
        height: 50vh;
        background-color: rgba(255, 255, 255, 0.65);
    }
    #encabezado img {
        float: right;
        position: relative;
        max-width: 40%;
        max-height: 50vh;
        margin: 0 10% 0 25px;
    }
    #encabezado h1 {
        font-size: 6rem;
        color: #ac4b1c;
    }
    #encabezado h2 {
        font-size: 4rem;
        color: gray;
    }
    .encabezado {
        position: absolute;
        text-align: center;
        margin: 30px 0px;
        width: 60%;
    }
    #cuerpo {
        width: 100%;
        /*en realidad es el 100 respecto al texto de adentro*/
        padding: 5%;
        box-sizing: border-box;
        position: relative;
        height: auto;
        /*vh 100% de la altura de la salida*/
        background-color: rgba(255, 255, 255, 0.8);
        color: white;
        text-align: justify;
    }
    #cuerpo p {
        width: 95%;
        float: center;
        font-size: x-large;
        line-height: 1.8;
        color: #713535;
        padding: 2%;
    }
    #cuerpo h1 {
        font-size: 2.5rem;
        color: #713535;
        text-align: center;
    }
    #cuerpo h2 {
        margin: 1rem auto;
        font-size: 2rem;
        color: #713535;
        text-align: center;
    }
    .aire {
        height: 20px;
    }
    .ocultar {
        display: none !important;
    }
    .mostrar {
        display: block !important;
    }
    #clickable {
        font: xx-small;
        line-height: 1.8;
        color: #713535;
        width: 100%;
        padding: 2%;
        display: none;
    }
    #clickable:hover {
        color: #BB7F8A;
        cursor: pointer;
    }
    /*reproductor*/
    #reproductor {
        width: 100%;
        margin: 50px 0;
        position: relative;
        height: auto;
        background-color: rgba(113, 53, 53, 0.4);
        padding: 10vh 0;
    }
    .reproductor {
        /*     background-image: url('./img/background.png');
        background-size: cover;
    background-repeat: no-repeat; */
        background-color: white;
        width: 80%;
        height: auto;
        margin: 10px 10%;
        padding: 5vh 0;
        border-radius: 15px;
        text-align: center;
        font-size: 1.2rem;
        padding: 30px 5%;
        box-sizing: border-box;
        font-weight: bolder;
        -webkit-box-shadow: -1px 4px 16px -4px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px 4px 16px -4px rgba(0, 0, 0, 0.75);
        box-shadow: -1px 4px 16px -4px rgba(0, 0, 0, 0.75);
    }
    .reproductor p {
        color: #713535;
        width: 80%;
        font-weight: lighter;
        margin: auto;
        float: center;
        line-height: 1.5em;
    }
    .scrollable {
        background-color: rgba(255, 255, 255, 0.8);
        overflow-y: scroll;
        width: 90%;
        margin: 3vh auto 2vh auto;
        box-sizing: border-box;
        height: 70vh;
        border: 2px solid #a5a5a5;
    }
    .scrollable p {
        color: white;
        font-weight: lighter;
    }
    /*div que contiene a la etiqueta audio*/
    .audio {
        position: relative;
        min-height: 20vh;
        width: 100%;
        margin: 5vh auto;
        /*relleno*/
        background: rgba(187, 127, 138, 1);
        background: -moz-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(187, 127, 138, 1)), color-stop(22%, rgba(187, 127, 138, 0.95)), color-stop(69%, rgba(113, 53, 53, 0.86)), color-stop(100%, rgba(113, 53, 53, 0.79)));
        background: -webkit-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: -o-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: -ms-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: linear-gradient(to bottom, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bb7f8a', endColorstr='#713535', GradientType=0);
        /*sombra */
        -webkit-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        float: left;
    }
    .audio p {
        margin-top: 10px;
    }
    audio {
        width: 80%;
        margin: 30px 0;
    }
    /*slider*/
    #slider {
        width: 100%;
        position: relative;
        height: 100px;
        /*vh 100% de la altura de la salida*/
        border-radius: 15px;
        -webkit-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
    }
    #slider img {
        width: 100%;
    }
    /*controles next y prev*/
    .next {
        z-index: 9999;
        position: absolute;
        float: right;
        right: 0;
        margin: -40% 0 0 0;
        border-radius: 3px 0 0 3px;
        font-size: 5rem;
        padding: 10px;
        background-color: #BB7F8A;
        border-radius: 5px;
        color: white;
        /*     animation: respirar_R 2s infinite; 
    animation-delay: 500ms;
    animation-direction: alternate;*/
    }
    .prev {
        left: 0;
        margin: -40% 0 0 0;
        font-size: 5rem;
        z-index: 9999;
        float: left;
        position: absolute;
        padding: 10px;
        background-color: #BB7F8A;
        border-radius: 5px;
        color: white;
        /*     animation: respirar_L 2s infinite; 
    animation-delay: 500ms;
    animation-direction: alternate;*/
    }
    .next:hover {
        background-color: #713535;
        cursor: pointer;
    }
    .prev:hover {
        background-color: #713535;
        cursor: pointer;
    }
    .captions {
        background: rgb(113, 53, 53);
        background: linear-gradient(180deg, rgba(113, 53, 53, 1) 12%, rgba(187, 127, 138, 1) 49%, rgba(113, 53, 53, 1) 100%);
        padding: 1em 2em;
        height: 20vh;
        text-align: justify;
        margin: 0.1rem auto 2rem auto;
        position: relative;
        line-height: 1.5em;
        font-family: 'Montserrat', cursive;
    }
    .captions p {
        color: white;
        background-color: rgba(0, 0, 0, 0.05);
        width: 50%;
        text-align: center;
        float: center;
        margin: auto;
        font-weight: lighter;
        font-size: x-large;
        line-height: 2rem;
    }
}


/*escritorio chico*/

@media screen and (min-width:1024px) and (max-width:1360px) {
    /*secciones */
    .contenedor {
        height: auto;
        position: relative;
        background-color: white;
        width: 90%;
        padding: 0 5% 0 5%;
        background-image: url('../AgustinLara/img/background.png');
        background-size: contain;
        background-repeat: repeat-y;
    }
    #banner {
        width: 90%;
        position: relative;
        height: auto;
        /*debe ser el alto de la imagen*/
        background-color: #ac4b1c;
    }
    #banner img {
        width: 90vw;
        margin: auto;
        float: center;
    }
    #encabezado {
        display: none;
        width: 90%;
        margin: 50px 0;
        padding: 40px 20px;
        position: relative;
        height: 50vh;
        background-color: rgba(255, 255, 255, 0.65);
    }
    #encabezado img {
        float: right;
        position: relative;
        max-width: 40%;
        max-height: 50vh;
        margin: 0 10% 0 25px;
    }
    #encabezado h1 {
        font-size: 6rem;
        color: #ac4b1c;
    }
    #encabezado h2 {
        font-size: 4rem;
        color: gray;
    }
    .encabezado {
        position: absolute;
        text-align: center;
        margin: 30px 0px;
        width: 60%;
    }
    #cuerpo {
        width: 100%;
        /*en realidad es el 100 respecto al texto de adentro*/
        padding: 5%;
        box-sizing: border-box;
        position: relative;
        height: auto;
        /*vh 100% de la altura de la salida*/
        background-color: rgba(255, 255, 255, 0.8);
        color: white;
        text-align: justify;
    }
    #cuerpo p {
        width: 95%;
        float: center;
        font-size: large;
        line-height: 1.8;
        color: #713535;
        padding: 2%;
    }
    #cuerpo h1 {
        font-size: 2.5rem;
        color: #713535;
        text-align: center;
    }
    #cuerpo h2 {
        margin: 1rem auto;
        font-size: 2rem;
        color: #713535;
        text-align: center;
    }
    .aire {
        height: 20px;
    }
    .ocultar {
        display: none !important;
    }
    .mostrar {
        display: block !important;
    }
    #clickable {
        font: xx-small;
        line-height: 1.8;
        color: #713535;
        width: 100%;
        padding: 2%;
        display: none;
    }
    #clickable:hover {
        color: #BB7F8A;
        cursor: pointer;
    }
    /*reproductor*/
    #reproductor {
        width: 100%;
        margin: 50px 0;
        position: relative;
        height: auto;
        background-color: rgba(113, 53, 53, 0.4);
        padding: 10vh 0;
    }
    .reproductor {
        /*     background-image: url('./img/background.png');
        background-size: cover;
    background-repeat: no-repeat; */
        background-color: white;
        width: 80%;
        height: auto;
        margin: 10px 10%;
        padding: 5vh 0;
        border-radius: 15px;
        text-align: center;
        font-size: 1.2rem;
        padding: 30px 5%;
        box-sizing: border-box;
        font-weight: bolder;
        -webkit-box-shadow: -1px 4px 16px -4px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px 4px 16px -4px rgba(0, 0, 0, 0.75);
        box-shadow: -1px 4px 16px -4px rgba(0, 0, 0, 0.75);
    }
    .reproductor p {
        color: #713535;
        width: 80%;
        font-weight: lighter;
        margin: auto;
        float: center;
        line-height: 1.5em;
    }
    .scrollable {
        background-color: rgba(255, 255, 255, 0.8);
        overflow-y: scroll;
        width: 90%;
        margin: 3vh auto 2vh auto;
        box-sizing: border-box;
        height: 70vh;
        border: 2px solid #a5a5a5;
    }
    .scrollable p {
        color: white;
        font-weight: lighter;
    }
    /*div que contiene a la etiqueta audio*/
    .audio {
        position: relative;
        min-height: 20vh;
        width: 100%;
        margin: 5vh auto;
        /*relleno*/
        background: rgba(187, 127, 138, 1);
        background: -moz-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(187, 127, 138, 1)), color-stop(22%, rgba(187, 127, 138, 0.95)), color-stop(69%, rgba(113, 53, 53, 0.86)), color-stop(100%, rgba(113, 53, 53, 0.79)));
        background: -webkit-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: -o-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: -ms-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: linear-gradient(to bottom, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bb7f8a', endColorstr='#713535', GradientType=0);
        /*sombra */
        -webkit-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        float: left;
    }
    .audio p {
        margin-top: 10px;
    }
    audio {
        width: 80%;
        margin: 30px 0;
    }
    /*slider*/
    #slider {
        width: 100%;
        position: relative;
        height: 100px;
        /*vh 100% de la altura de la salida*/
        border-radius: 15px;
        -webkit-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
    }
    #slider img {
        width: 100%;
    }
    /*controles next y prev*/
    .next {
        z-index: 9999;
        position: absolute;
        float: right;
        right: 0;
        margin: -40% 0 0 0;
        border-radius: 3px 0 0 3px;
        font-size: 5rem;
        padding: 10px;
        background-color: #BB7F8A;
        border-radius: 5px;
        color: white;
        /*     animation: respirar_R 2s infinite; 
    animation-delay: 500ms;
    animation-direction: alternate;*/
    }
    .prev {
        left: 0;
        margin: -40% 0 0 0;
        font-size: 5rem;
        z-index: 9999;
        float: left;
        position: absolute;
        padding: 10px;
        background-color: #BB7F8A;
        border-radius: 5px;
        color: white;
        /*     animation: respirar_L 2s infinite; 
    animation-delay: 500ms;
    animation-direction: alternate;*/
    }
    .next:hover {
        background-color: #713535;
        cursor: pointer;
    }
    .prev:hover {
        background-color: #713535;
        cursor: pointer;
    }
    .captions {
        background: rgb(113, 53, 53);
        background: linear-gradient(180deg, rgba(113, 53, 53, 1) 12%, rgba(187, 127, 138, 1) 49%, rgba(113, 53, 53, 1) 100%);
        padding: 1em 2em;
        height: 20vh;
        text-align: justify;
        margin: 0.1rem auto 2rem auto;
        position: relative;
        line-height: 1.5em;
        font-family: 'Montserrat', cursive;
    }
    .captions p {
        color: white;
        background-color: rgba(0, 0, 0, 0.05);
        width: 50%;
        text-align: center;
        float: center;
        margin: auto;
        font-weight: lighter;
        font-size: x-large;
        line-height: 2rem;
    }
}


/*escritorio gigante*/

@media screen and (min-width:1361px) {
    /*secciones */
    .contenedor {
        height: auto;
        position: relative;
        background-color: white;
        width: 90%;
        padding: 0 5% 0 5%;
        background-image: url('../AgustinLara/img/background.png');
        background-size: contain;
        background-repeat: repeat-y;
    }
    #banner {
        width: 90%;
        position: relative;
        height: auto;
        /*debe ser el alto de la imagen*/
        background-color: #ac4b1c;
    }
    #banner img {
        width: 90vw;
        margin: auto;
        float: center;
    }
    #encabezado {
        display: none;
        width: 90%;
        margin: 50px 0;
        padding: 40px 20px;
        position: relative;
        height: 50vh;
        background-color: rgba(255, 255, 255, 0.65);
    }
    #encabezado img {
        float: right;
        position: relative;
        max-width: 40%;
        max-height: 50vh;
        margin: 0 10% 0 25px;
    }
    #encabezado h1 {
        font-size: 6rem;
        color: #ac4b1c;
    }
    #encabezado h2 {
        font-size: 4rem;
        color: gray;
    }
    .encabezado {
        position: absolute;
        text-align: center;
        margin: 30px 0px;
        width: 60%;
    }
    #cuerpo {
        width: 100%;
        /*en realidad es el 100 respecto al texto de adentro*/
        padding: 5%;
        box-sizing: border-box;
        position: relative;
        height: auto;
        /*vh 100% de la altura de la salida*/
        background-color: rgba(255, 255, 255, 0.8);
        color: white;
        text-align: justify;
    }
    #cuerpo p {
        width: 95%;
        float: center;
        font-size: x-large;
        line-height: 1.8;
        color: #713535;
        padding: 2%;
    }
    #cuerpo h1 {
        font-size: 2.5rem;
        color: #713535;
        text-align: center;
    }
    #cuerpo h2 {
        margin: 1rem auto;
        font-size: 2rem;
        color: #713535;
        text-align: center;
    }
    .aire {
        height: 20px;
    }
    .ocultar {
        display: none !important;
    }
    .mostrar {
        display: block !important;
    }
    #clickable {
        font: xx-small;
        line-height: 1.8;
        color: #713535;
        width: 100%;
        padding: 2%;
        display: none;
    }
    #clickable:hover {
        color: #BB7F8A;
        cursor: pointer;
    }
    /*reproductor*/
    #reproductor {
        width: 100%;
        margin: 50px 0;
        position: relative;
        height: auto;
        background-color: rgba(113, 53, 53, 0.4);
        padding: 10vh 0;
    }
    .reproductor {
        /*     background-image: url('./img/background.png');
        background-size: cover;
    background-repeat: no-repeat; */
        background-color: white;
        width: 80%;
        height: auto;
        margin: 10px 10%;
        padding: 5vh 0;
        border-radius: 15px;
        text-align: center;
        font-size: 1.2rem;
        padding: 30px 5%;
        box-sizing: border-box;
        font-weight: bolder;
        -webkit-box-shadow: -1px 4px 16px -4px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px 4px 16px -4px rgba(0, 0, 0, 0.75);
        box-shadow: -1px 4px 16px -4px rgba(0, 0, 0, 0.75);
    }
    .reproductor p {
        color: #713535;
        width: 80%;
        font-weight: lighter;
        margin: auto;
        float: center;
        line-height: 1.5em;
    }
    .scrollable {
        background-color: rgba(255, 255, 255, 0.8);
        overflow-y: scroll;
        width: 90%;
        margin: 3vh auto 2vh auto;
        box-sizing: border-box;
        height: 70vh;
        border: 2px solid #a5a5a5;
    }
    .scrollable p {
        color: white;
        font-weight: lighter;
    }
    /*div que contiene a la etiqueta audio*/
    .audio {
        position: relative;
        min-height: 20vh;
        width: 100%;
        margin: 5vh auto;
        /*relleno*/
        background: rgba(187, 127, 138, 1);
        background: -moz-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(187, 127, 138, 1)), color-stop(22%, rgba(187, 127, 138, 0.95)), color-stop(69%, rgba(113, 53, 53, 0.86)), color-stop(100%, rgba(113, 53, 53, 0.79)));
        background: -webkit-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: -o-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: -ms-linear-gradient(top, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        background: linear-gradient(to bottom, rgba(187, 127, 138, 1) 0%, rgba(187, 127, 138, 0.95) 22%, rgba(113, 53, 53, 0.86) 69%, rgba(113, 53, 53, 0.79) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bb7f8a', endColorstr='#713535', GradientType=0);
        /*sombra */
        -webkit-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        float: left;
    }
    .audio p {
        margin-top: 10px;
    }
    audio {
        width: 80%;
        margin: 30px 0;
    }
    /*slider*/
    #slider {
        width: 100%;
        position: relative;
        height: 100px;
        /*vh 100% de la altura de la salida*/
        border-radius: 15px;
        -webkit-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
        box-shadow: -1px -1px 24px -5px rgba(0, 0, 0, 0.75);
    }
    #slider img {
        width: 100%;
    }
    /*controles next y prev*/
    .next {
        z-index: 9999;
        position: absolute;
        float: right;
        right: 0;
        margin: -40% 0 0 0;
        border-radius: 3px 0 0 3px;
        font-size: 5rem;
        padding: 10px;
        background-color: #BB7F8A;
        border-radius: 5px;
        color: white;
        /*     animation: respirar_R 2s infinite; 
    animation-delay: 500ms;
    animation-direction: alternate;*/
    }
    .prev {
        left: 0;
        margin: -40% 0 0 0;
        font-size: 5rem;
        z-index: 9999;
        float: left;
        position: absolute;
        padding: 10px;
        background-color: #BB7F8A;
        border-radius: 5px;
        color: white;
        /*     animation: respirar_L 2s infinite; 
    animation-delay: 500ms;
    animation-direction: alternate;*/
    }
    .next:hover {
        background-color: #713535;
        cursor: pointer;
    }
    .prev:hover {
        background-color: #713535;
        cursor: pointer;
    }
    .captions {
        background: rgb(113, 53, 53);
        background: linear-gradient(180deg, rgba(113, 53, 53, 1) 12%, rgba(187, 127, 138, 1) 49%, rgba(113, 53, 53, 1) 100%);
        padding: 1em 2em;
        height: 20vh;
        text-align: justify;
        margin: 0.1rem auto 2rem auto;
        position: relative;
        line-height: 1.5em;
        font-family: 'Montserrat', cursive;
    }
    .captions p {
        color: white;
        background-color: rgba(0, 0, 0, 0.05);
        width: 50%;
        text-align: center;
        float: center;
        margin: auto;
        font-weight: lighter;
        font-size: x-large;
        line-height: 2rem;
    }
}


/*fin escritorio gigante*/