html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Paytone One', sans-serif;
    line-height: 1.3;
    font-size: 20px;
    color: #f2dd96;
}

header {
    background-color: #006030;
}

.logo {
    width: 250px;
}

nav.navbar {
    border-radius: 45px;
}

.navbar-nav .nav-item {
    text-align: center;
    flex: 1;
}

.navbar-nav .nav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

section.conteudo.banner {
    background: url('../imagens/fundo-cabecalho.webp') no-repeat center center;
    background-size: cover;
    position: relative;
    height: 100vh;
}

section.conteudo.sobre {
    background: url('../imagens/fundo-sobre.webp') no-repeat top center;
    background-size: cover;
    font-size: 25px;
    color: #f2dd96;
    position: relative;
    margin-top: -175px;
}

section.conteudo.palestrantes {
    background: url('../imagens/fundo-palestrantes.webp') no-repeat center center;
    background-size: cover;
    font-size: 25px;
    color: #f2dd96;
    position: relative;
}

section.conteudo.palestrantes h2 {
    font-family: 'Visual Fantasy', sans-serif;
    font-size: 55px;
    color: #006030;
}

section.conteudo.palestrantes p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    color: #c95716;
}

section.conteudo.videos {
    background: url('../imagens/fundo-videos.webp') no-repeat top center;
    background-size: cover;
    font-size: 25px;
    color: #f2dd96;
    position: relative;
    margin-top: -100px;
}

section.conteudo.programacao {
    background: url('../imagens/fundo-programacao.webp') no-repeat center center;
    background-size: cover;
    font-size: 35px;
    color: #f2dd96;
    position: relative;
}

section.conteudo h2 {
    font-family: 'Visual Fantasy', sans-serif;
    font-size: 55px;
    color: #f2dd96;
}

.btn.btn-programacao.collapsed {
    background-color: #bd5002;
    border: 1px solid #bd5002;
    color: #ffffff;
    border-radius: 45px;
    padding: 15px 20px;
    font-size: 22px;
    text-decoration: none;
    text-align: left;
    position: relative;
}

.btn.btn-programacao {
    background-color: #f6a000;
    border: 1px solid #f6a000;
    border-radius: 45px;
    padding: 15px 20px;
    font-size: 22px;
    text-decoration: none;
    text-align: left;
    position: relative;
}

.btn.btn-programacao::after {
    content: '+';
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 0.5;
    font-size: 35px;
    position: absolute;
    right: 15px;
}

section.conteudo.programacao .collapse .fundo-bege {
    background-color: #efde8f;
    border-radius: 0;
    padding: 20px;
}

section.conteudo.programacao .horario {
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    font-size: 18px;
    background-color: #006030;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
}

section.conteudo .painel {
    font-family: 'Visual Fantasy', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    background-color: #b95f02;
    padding: 5px 15px;
    border-radius: 5px;
}

section.conteudo.programacao .descricao-painel {
    font-size: 22px;
    color: #006030;
}

section.conteudo.programacao .palestrantes-painel {
    font-size: 18px;
    color: #006030;
}

section.conteudo.programacao .palestrantes-painel .nome {
    font-family: 'Josefin Sans', sans-serif;
}

section.conteudo.programacao .tema {
    font-size: 18px;
    color: #006030;
}

section.conteudo.programacao .tema .subtema {
    font-family: 'Josefin Sans', sans-serif;
}

section.conteudo.inscricao {
    position: relative;
    margin-top: -175px;
}

.fundo-amarelo {
    background-color: #f6a000;
}

section.conteudo.formulario {
    background-image: url('../imagens/fundo-formulario.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.conteudo.formulario label {
    color: #bf5a00;
    font-size: 16px;
}

.form-control {
    padding: .1rem .75rem;
}

section.conteudo.formulario h3 {
    font-size: 25px;
    color: #006030;
}

section.conteudo.informacoes {
    background-image: url(../imagens/fundo-informacoes.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 250px !important;
}

.iframe-mapa {
    height: 650px;
}

section.conteudo.informacoes .local {
    font-family: 'Visual Fantasy', sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 24px;
    background-color: #006030;
    padding: 10px;
    border-radius: 15px;
    text-transform: uppercase;
}

footer {
    position: relative;
    margin-top: -175px;
}

.btn-inscricao {
    background-color: #006030;
    border: 1px solid #006030;
    color: #ffffff;
    border-radius: 20px;
    font-size: 25px;
    text-decoration: none;
}

.btn-inscricao:hover,
.btn-inscricao:focus {
    border: 1px solid #006030;
    background-color: transparent;
    color: #006030;
}


.form-control {
    background-color: #f2851c;
    border: 1px solid #f2851c;
    border-radius: 25px;
    color: #ffffff;
}

.modal .modal-dialog .modal-content {
    background-color: #e19f02;
    color: #ffffff;
}

/* .navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 70%;
    height: 1px;
    background-color: #ffffff;
    margin-top: 3px;
    left: 15%;
    position: relative;
}

.navbar-nav .nav-link:hover::after {
    content: '';
    display: block;
    width: 70%;
    height: 1px;
    background-color: #264182;
    margin-top: 3px;
    left: 15%;
    position: relative;
} */

.swiper {
    width: 100%;
    height: 100%;
}


section.conteudo.fiocruz {
    background-color: #bd5002;
    color: #f2dd96;
}

section.conteudo.fiocruz p {
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
}

section.conteudo.palestrantes {
    background-image: url('../imagens/fundo-palestrantes.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.conteudo.palestrantes h4,
section.conteudo.depoimentos h4 {
    font-family: "Visual Fantasy", sans-serif;
    color: #006030;
    font-weight: bold;
    font-size: 65px;
    text-transform: uppercase;
}

section.conteudo.palestrantes h5 {
    font-family: 'Paytone One', sans-serif;
    color: #006030;
    font-size: 30px;
    text-decoration: underline;
    text-decoration-color: #de9702;
}

section.conteudo.palestrantes p {
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

section.conteudo.videos h4 {
    margin-top: 3rem;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
}

.img-video {
    width: 100%;
}


.video-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.video-wrapper img {
    transition: box-shadow 0.3s ease;
}

.video-wrapper:hover img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Texto que aparece no hover */
.video-wrapper::after {
    width: 100%;
    height: 100%;
    content: "Clique para assistir";
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 22px;
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: none;
    display: flex;
    align-items: center;
    text-align: center;
}

.swiper-pagination {
    margin: 1.5rem;
    position: relative;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: #ffa93b;

}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #e76600;
}

section.conteudo.sustentabilidade {
    background-image: url(../imagens/fundo-valores.webp);
}

.texto-laranja {
    color: #b95f02 !important;
}

.texto-verde {
    color: #006030 !important;
}

section.conteudo.depoimentos {
    background-image: url(../imagens/fundo-depoimentos.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.conteudo.depoimentos .texto-depoimento {
    font-weight: normal;
    font-size: 18px;
}

section.conteudo.depoimentos .nome-depoimento {
    font-family: 'Visual Fantasy', sans-serif;
    font-size: 20px;
}

section.conteudo.depoimentos .cargo-depoimento {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
}

ol li {
    position: relative;
    width: fit-content;
}

ol li::after {
    content: '';
    background-image: url(../imagens/traco-lista.png);
    background-position: center;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 10;
}

#ModalFotos a:not(.btn){
    color: #006030;
}

@media (min-width: 992px) {
    .img-formulario {
        width: 100%;
        height: 100%;
        background-image: url('../imagens/formulario.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }


    .borda-direita-marrom {
        border-right: 4px solid #b95f02;
    }
}


@media (max-width: 991px) {

    body {
        font-size: 16px;
    }

    header .navbar-brand {
        width: 75%;
    }

    header .navbar-brand img {
        width: 75%;
    }

    header nav {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    nav.navbar {
        background: transparent !important;
    }

    .navbar-toggler {
        font-size: 20px;
        border: 1px solid #b35712;
        color: #b35712;
    }

    .navbar-nav .nav-item {
        flex: none;
    }

    .navbar-nav .nav-link {
        display: block;
        margin-bottom: 10px;
    }

    .navbar-collapse {
        padding-top: 25px;
    }


    section.conteudo.sobre {
        height: auto;
        font-size: 18px;
        margin-top: 0;
        background-color: #ff8600;
    }

    section.conteudo.inscricao {
        position: relative;
        margin-top: -155px;
    }

    section.conteudo.informacoes {
        height: auto;
        padding-bottom: 100px !important;
    }

    .iframe-mapa {
        height: 450px;
    }

    footer {
        position: relative;
        margin-top: -45px;
    }

    section.conteudo.informacoes .local {
        font-size: 18px;
    }

    section.conteudo.formulario h3 {
        font-size: 25px;
        color: #006030;
    }

    section.conteudo.programacao .horario {
        font-size: 18px;
    }

    section.conteudo.programacao .painel {
        font-size: 20px;
    }

    section.conteudo.programacao .descricao-painel {
        font-size: 20px;
    }

    section.conteudo.programacao .palestrantes-painel {
        font-size: 18px;
    }


    section.conteudo.programacao .tema {
        font-size: 18px;
    }

    section.conteudo h2 {
        font-size: 40px;
    }

    section.conteudo.palestrantes {
        background-image: url('../imagens/mobile/fundo-palestrantes.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    section.conteudo.palestrantes h4,
    section.conteudo.depoimentos h4 {
        font-size: 35px;
    }

    section.conteudo.palestrantes p {
        font-size: 16px;

    }

    section.conteudo.videos {
        margin-top: -65px;
    }

    section.conteudo.banner {
        height: auto;
    }

    section.conteudo.fiocruz p {
        font-size: 25px;
    }

    section.conteudo.palestrantes h5 {
        font-size: 20px;
    }

    section.conteudo.formulario {
        background-image: url(../imagens/mobile/fundo-formulario.webp);
    }
}