:root {
    --vermelho: #390000;
    --branco: #FFF;
    --preto: #1e1e1e;
}

.schedule {
    background: var(--branco);

}

.schedule h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 101px;
    padding: 3rem 2rem 0;
    color: var(--vermelho);
}

.description p {
    font-size: 24px;
    font-weight: 300;
    color: var(--vermelho);
    text-align: center;
    padding: 0 0 4rem;
}

.buttons-link {
    display: flex;
    flex-direction: row;

}

.buttons-link a {
    text-decoration: none;
    color: var(--branco);
    padding: 0.5rem;
    border: 1px solid var(--branco);
    border-radius: 2px;
    margin: 1rem;
    transition: .3s;

}

.buttons-link a:hover {
    text-decoration: none;
    background: rgba(171, 171, 171, 0.775);
    color: var(--branco);
}

.description-event {
    color: var(--branco);
    padding: 22px 10rem;
    text-align: center;
    font-size: 24px;
}

.info-event {
    margin-top: 4rem;
    background: linear-gradient(0deg, rgba(57, 0, 0, 0.8), rgba(57, 0, 0, 0.8)), url(../img/congresso-nacional.jpg);
    background-size: cover;
    background-position: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 13rem 0;
}

.info-event p:nth-last-child(1) {
    color: var(--branco);
    font-style: italic;
    text-align: center;
}

.sponsorship {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 4rem 0 0;

}

.sponsorship img {
    width: 50vw;
    height: auto;
    padding: 1rem 0 2rem;

}

.sponsorship h4 {
    color: var(--vermelho);
    text-transform: uppercase;
}

#about-event {
    width: 80%;
    margin: 0 auto;
}

/* -------------------------------------------------------------- Slide -------------------------------------------------------------- */
.speakers-carousel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 1rem;
}

.group-speaker {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem 2rem;
}

.group-speaker p {
    /*color: var(--vermelho);*/
    color: #390000;
    text-transform: uppercase;
    margin-top: -1rem;
    text-align: center;
}

.group-speaker img {
    padding: 0 1rem 1rem;
}

.speaker-name {
    font-weight: 600;
}

a.carousel-control-next {
    color: #390000 !important;
    font-size: 30px;
}

a.carousel-control-prev {
    color: #390000 !important;
    font-size: 30px;
}

.slide-mobile {
    display: none;
}

.slide-desktop {
    display: flex;
}

.down-button {
    font-size: 50px;
    margin-top: 2rem;
    color: var(--branco);
    text-shadow: -1px 1px 10px rgba(255, 255, 255, 0.5);

}

.down-button:hover {
    color: rgba(198, 198, 198, 0.846);
}

.g-recaptcha {
    padding-bottom: 14px;
}

.privacypolicy {
    margin-left: 5px;
    font-size: 14px;
    color: var(--branco);

}
.privacypolicy .link {
    color: var(--branco);
    text-decoration: none;
    font-weight: 600;
}

.privacypolicy .link:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.privacy-policy {
    display: flex;
    flex-direction: column;
}

.privacy-policy p {
    text-align: justify;
    font-size: 18px;
    margin-top: 5rem;
    padding: 1rem;

}


/* modal */

.modal {
    display: none;
    /* ocultar o modal por padrão */
    position: fixed;
    /* posição fixa na tela */
    z-index: 1;
    /* exibir acima de outros elementos */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* habilitar rolagem em caso de conteúdo longo */
    background-color: rgba(0, 0, 0, 0.4);
    /* fundo semi-transparente */
}

.modal-card {
    background-color: #fff;
    margin: 10% auto;
    /* centralizar verticalmente e posicionar 10% a partir do topo */
    padding: 20px;
    border-radius: 5px;
    width: 30%;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.modal-header h2 {
    margin: 0;
}

.close-button {
    background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.close-button:hover {
    color: #aaa;
}






@media (max-width: 1280px) {
    .slide-desktop {
        display: none;
    }

    .slide-mobile {
        display: flex;
    }
}

@media screen and (max-width:912px) {
    body {
        height: 100vh;
        width: 100vw;
    }

    .description-event {
        padding: 1rem;
        font-size: 30px;
    }

    .buttons-link a {
        text-align: center;
    }

}

@media (max-width: 768px) {
    .privacypolicy {
        margin: 0;
        font-size: 14px;
        padding: 0 81px;
    }
}

@media screen and (max-width:414px) {
    .schedule h1 {
        font-size: 21px;
    }

    .description-event {
        font-size: 20px;
        padding: 1rem 5px;
    }

    .privacypolicy {
        color: var(--branco);
    }

    .privacypolicy a {
        color: var(--branco);
        font-weight: 400;
    }
}

@media (max-width:912px) {
    .description-event p {
        font-size: 24px;
        padding: 0;
    }
}

@media (max-width:624px) {
    .description-event {
        font-size: 20px;
        padding: 1rem 5px;
    }

    .sponsorship img {
        width: 100%;
    }


}

@media (max-width:393px) {
    .logo-arko-conference {
        width: 360px;
        height: auto;
    }

    .description-event {
        padding: 1rem 5px;
    }

    .schedule h1 {
        font-size: 20px;
    }
}

@media (max-width:280px) {
    .logo-arko-conference {
        width: 310px;
        height: auto;
    }

}