* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Sauna Pro';
  }

body {
  word-wrap: break-word;
  width: 100vw;
  max-width: 100dvw;
  overflow-x: hidden;
}

audio {
    width: 100%;
}

hr.separador {
    margin: 3em 0em;
    opacity: 0.5;
}

hr.slashed {
    border-top: 1px dashed var(--color1);
}


#inicio {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(img/portada-fondo.jpg);
    background-size: cover;
    background-position: center;
}

#menu-button {
    position: fixed; 
    top: 15px; 
    left: 15px; 
    cursor: pointer; 
    z-index: 2; 
    color: white;
}
#menu-button img {
    width: 40px;
}

.container-titulo {
    width: 500px;
    max-width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titulo #marca {
    width: 100%;
}

.titulo {
    position: relative;
}

#nena {
    width: 245px;
    position: absolute;
    top: 100px;
    right: -210px;
}

@media only screen and (max-width: 750px) {
    #nena {
      display: none;
    }
  }

.texto-inicio {
    color: var(--color1);
    font-size: 1.3em;
}

.texto-inicio p,h2 {
 margin-bottom: 0.5em;
}

.botones {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.5em;
}

.btn-comenzar {
    background-color: var(--color2);
    color: white;
    border: 0px solid;
    border-radius: 15px;
    padding: 0.4em 2.5em;
    line-height: 3em;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    font-weight: 600;
  }
  
  .btn-comenzar:hover {
    background-color: var(--color1);
    color: var(--color4);
  }
  
  .btn-acercade {
    background-color: white;
    color: var(--color1);
    border: 0px solid;
    border-radius: 15px;
    padding: 0.4em 2.5em;
    line-height: 3em;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    font-weight: 600;
  }
  
  .btn-acercade:hover {
    background-color: var(--color1);
    color: var(--color4);
  }

.video {
    background-color: var(--color1);
    padding: 0px;
    position: relative;
}

.titulo-video {
    position: absolute;
    display: none;
    top: 2em;
    left: 0em;
    border: 2px solid var(--color1);
    border-radius: 0em 1em 1em 0em;
    background-color: var(--color3);
    opacity: 0.8;
    padding: 1em;
    padding-left: 2em;
    color: var(--color1);
    width: 400px;
    max-width:40vw;
    max-width: 40vw;
    font-size: 1.5em;
    z-index: 3;
    }



.titulo-video p {
    margin-bottom: 0em;
        }

@media only screen and (min-width: 750px) {
    .video {
        height: 100vh;
        display: flex;
        justify-content: center;
    }

    .video video {
        object-fit: cover;
    }

    .titulo-video {
        display: block;
    }
  }

.video video {
    width: 100%;
    display: flex;
    justify-content: center;
}

.container-capitulo {
    padding-top: -3em;
}

.titulo-seccion {
    z-index: 1;
    display: inline-block;
    position: sticky;
    margin-top: 0em;
    margin-left: 80px;
    top: 1em;
    right: 100% !important;
    background-color: #ddddddcc;
    color: var(--color1);
    padding: 15px 20px 5px 20px;
    border-radius: 1.5em;
}

.portada {
    min-height: 130vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: visible;
}

.container-portada {
    width: 90vw;
    max-width: 95vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.container-portada .titulo {
    flex-basis: 50%;
    flex-grow: 2;
    max-height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 3em;
    color: var(--color1);
    align-self: center;
}

.container-portada .titulo img {
    width: 130px;
    margin: 0.5em;
}

.container-portada .caja-texto {
    flex-basis: 40%;
    flex-grow: 1;
    max-width: 90vw;
    padding: 1.5em;
    margin: 1em;
    color: var(--color1);
    background-color: white;
    border-radius: 1em;
    font-size: 1.5em;
    align-self: flex-end;
    justify-self: flex-end;
    position: relative;
}

#portada-elconteo {
    background: url(img/back-conteo.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

#portada-recitarycontar {
    background: url(img/back-recitarycontar.png);
    background-position: right;
    background-color: var(--color3);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    font-size: 0.8em;
}

#portada-delimitarlacoleccion {
    background: url(img/back-recitarycontar.png);
    background-position: right;
    background-color: var(--color3);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    font-size: 0.8em;
}

@keyframes saltito {
  0%   {transform: translateY(0px)}
  50%  {transform: translateY(20px)}
  100% {transform: translateY(0px);}
}

#mensaje-scroll {
    position: absolute;
    font-size: 1.2em;
    bottom: 3em;
    transform-origin: center;
    margin: auto;
    animation: saltito 1s infinite;
}

#mensaje-scroll img{
    vertical-align: middle;
    padding-left: 0.6em;
}

.scroll {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color3);
}

.container-scroll {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-basis: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    max-width: 100vw;
    height: 100vh;
    margin: auto;
    margin-top: 10vh;
    margin-bottom: 5vh;
}

.container-scroll .imagen {
    display: flex;
    width: 40vw;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
}

.container-scroll .imagen img {
    min-width: 45%;
    max-width: 100%;
}

.container-scroll .caja-texto {
    margin: 1em;
    width: 30vw;
    padding: 1.5em;
    color: var(--color1);
    background-color: white;
    border-radius: 1em;
    font-size: 1.5em;
    border: 1px solid var(--color1);
    font-weight: 500;
    position: relative;
}

@media only screen and (max-width: 750px) {
    .container-scroll .imagen {
        width: 95vw;
    }
    .container-scroll .caja-texto {
        width: 95vw;
    }
  }

.caja-texto .link-video {
    text-align: right;
    cursor: pointer;
    border-radius: 0.5em;
    margin-top: .5em;
    color: var(--color1);
    font-size: 0.8em;
    font-weight: 500 !important;
}
  
.link-video:hover {
    transform: scale(1.03);
    color: var(--color2);

}

.bullet {
    height: 1em;
    vertical-align: middle;
    margin-right: 8px;
}


/*
.caja-principio {
    background-color: var(--color1);
    border: 1px solid var(--color1);
    color: white;
    max-width: 80%;
    padding: .5em 1.5em;
    position: absolute;
    bottom: 0;
    right: 1em;
    border-radius: 1em 1em 0 0 ;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
    */

.link-principio {
    background-color: var(--color4);
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5em;
    border-radius: 0.5em;
    cursor: pointer;
    color: var(--color1);
    font-size: 0.9em;
    margin-bottom: 0.2em;
}


.link-principio:hover{
    transform: scale(1.03);
    background-color: var(--color2);
    color: var(--color3);
}
  

.seccion-columna-centrada {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10vh;
    padding-bottom: 10vh;
    overflow: hidden;
}

.seccion-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2em;
    padding-bottom: 2em;
    overflow: hidden;
}

.logo-footer {
    max-height: 3.3em;
}


.fondo-violeta {
    background-color: var(--color1);
    color: var(--color3);
}

.fondo-blanco {
    background-color: var(--color3);
    color: var(--color1);
}

.fondo-rosa {
    background-color: var(--color2);
    color: var(--color3);
}

.container-columna {
    max-width: 800px;
    margin: 1em;
    font-size: 1.4em;
}

.container-logos {
    width: 100%;
    margin: 1em;
    font-size: 1.4em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.container-logos a {
    max-width: 75%;
    margin: 0.5em;
    padding: 0.5em;
    text-align: center;
    max-width: 75%;
}

.container-logos img {
    max-width: 100%;
}

p, blockquote {
    margin-bottom: 0.7em;
}

blockquote {
    padding-left: 1em;
    font-size: 0.9em;
    opacity: 0.9;
}

ul {
    padding-left: 1em;
    font-size: 1em;
    opacity: 0.9;
}

li {
    margin-bottom: 0.3em;
}

.texto-chico {
    font-size: 0.8em;
}

.seccion-audio {
    width: 100%;
}

.audio-sticky {
    display: none;
    position: sticky;
    margin-top: 10vh;
    margin-bottom: 10vh;
    top: 90%;
    right: 10px;
}

.audio-sticky audio {
    position: absolute;
    right: 10px;
    opacity: 0.5;
    width: 250px;
}

.audio-sticky audio:hover {
    opacity: 1;
}

#fullscreenbutton {
    background-color: #22222277;
    padding: 5px;
    border-radius: 5px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#fullscreenbutton:hover {
    background-color: #222222dd;
    transform: scale(1.1);
}

@media only screen and (min-width: 1200px){
    #fullscreenbutton {
      display: none;
    }
  }

:fullscreen #fullscreenbutton {
  display: none;
}


