@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

.lazyload,
.lazyloading {
    opacity: 0;
    transition: opacity 300ms;
}

.lazyloaded {
    opacity: 1;
}

body, html {
    text-wrap: pretty;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    background-color: #ebebeb;
    color: #232323;
    /* overflow: hidden; */

}


.iframe-container {
    position: relative;
    width: 100%;
    height: auto;
}

.titulo-h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #232323; /* Ajuste conforme necessário */
    font-size: 3rem;
    font-weight: 900;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8); /* Sombra para melhorar a visibilidade */
    text-align: center;
    text-transform: uppercase;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.clickable-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px; /* Altura da área clicável */
    cursor: pointer;
    z-index: 10; /* Certifique-se de que a área clicável esteja acima do iframe */
    text-align: right; 
    color: rgb(255, 247, 0); 
    padding-right: 20%;
}
/* .section {
    height: 100vh;
} */

.h1, .h2, .h3, .h4, .h5, .h6, #p-meta, .blockquote, .text-h2, .flourish, .p-creditos, .p-titulocreditos, .p-creditos-titulo{
    margin-left: 20%;
    margin-right: 20%;
    text-wrap: balance;
    text-align: left;
}
.h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 100px;
}
.h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    margin-top: 50px;
}
.text-h2{
    font-size: 4rem;
    font-weight: 900;
    margin-top: 600px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

#p-meta {
    font-size: 1.2rem;
    line-height: 2.0;
    margin-top: 20px;
    /* font-size: clamp(1.2rem,round(down,1.6rem + 3vw,2px),1.5rem); */
  
    /* 
     1rem = 16px | 2.5rem = 40px
     we go from 16px to 40px with a 2px step
     16px,18px,20px,22px,24px,..,38px,40px
    */
    
    /* OR a more friendly syntax*/
    /* --fluid: clamp(1rem, 1.6rem + 3vw, 1.5rem); the original function */
    /* font-size: round(down, var(--fluid), 2px); */

    
}


/* Seleciona todos os elementos com a classe p-creditos */

.blockquote {
    font-size: 2rem;
    line-height: 1.6;
    border-left: 5px solid #232323;
    padding-left: 10px;
    font-style: italic;
    color: #232323;
    margin-top: 60px;
    margin-bottom: 60px;
}

#destaque {
    font-size: 1.2rem;
    line-height: 2.0;
    margin-top: 20px;
    background-color: #d9d273;
    color: #232323;
    margin-right: 20%; 
    display: inline
}

.img-g1-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 60px auto;
    position: relative;
}
  
.img-g1 {
    width: 83%;
    height: auto;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-g1-foto {
    width: 50%;
    height: auto;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

.img-g1-aspas {
    width:60%;
    height: auto;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;

}


.efplayer{
    margin-top: 50px;
    margin-bottom: 50px;
}

.flourish{
    width: 60%;
    height: 60vh;
    margin-top: 40px;
    margin-bottom: 40px;
}

.p-titulocreditos {
    font-size: 20px;
    font-weight: 900;
    color: #8c7e37;
    margin-bottom: 20px;
    margin-top: 100px;
}

.p-creditos {
    font-size: 16px;
    color: #232323;
    margin-bottom: 16px;
    font-weight: 700;
    /* Outros estilos que desejar */
  }

  .p-creditos-titulo {
    font-size: 16px;
    color: #232323;
    margin-bottom: 2px;
    /* Outros estilos que desejar */
  }

  #chapter15 {
    margin-top: 60px;
    padding-bottom: 200px;
    margin-bottom: 200px;
  }

@media (max-width: 768px) {
    body, html {
        text-wrap: pretty;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        /* overflow: hidden; */
    
    }
    
    
    .iframe-container {
        position: relative;
        width: 100%;
        height: 70vh;
    }

    .img-g1-aspas {
        width: 100vw;
        height: auto;
        object-fit: cover;
        display: block;
    }

    .img-g1-foto {
        width: 80%;
        height: auto;
        object-fit: cover;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
    }
    
    iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
    
    .clickable-area {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100px; /* Altura da área clicável */
        cursor: pointer;
        z-index: 10; /* Certifique-se de que a área clicável esteja acima do iframe */
        text-align: center; 
        color: rgb(255, 247, 0); 
        padding-bottom: 50px;
    }
    
    /* .section {
        height: 100vh;
    } */
    
    .h1, .h2, .h3, .h4, .h5, .h6, #p-meta, .blockquote, .text-h2, .img-g1-container, .flourish, .p-creditos, .p-titulocreditos, .p-creditos-titulo{
        margin-left: 10%;
        margin-right: 10%;
        text-wrap: balance;
        text-align: left;
    }


    .titulo-h2 {
        position: absolute;
        top: 65%;
        left: 50%;
        font-size: 2rem;
        font-weight: 900;
        transform: translate(-50%, -50%);
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8); /* Sombra para melhorar a visibilidade */
        text-align: center;
        text-transform: uppercase;
    }


    .h2 {
        font-size: 2rem;
        font-weight: bold;
        margin-top: 10px;
    }
    .h3 {
        font-size: 1.5rem;
        font-weight: bold;
        text-align: left;
        margin-top: 10px;
    }
    
    #p-meta {
        font-size: 1rem;
        line-height: 2;
    }


    .text-h2{
        font-size: 1.7rem;
        font-weight: 900;
        margin-top: 350px;
        text-shadow: 4px 5px 10px #141414;
        text-align: center;
        text-transform: uppercase;
        margin-left: 0;
        margin-right: 0;
    }
    .blockquote {
        font-size: 1.5rem;
        line-height: 1.2;
        padding-left: 10px;
        font-style: italic;
        margin-top: 25px;
        margin-bottom: 25px;
    }



    .flourish{
        width: 80%;
        height: 50vh;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
}    