.info-destaque {
    padding: 0px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    background-color: white;
}

.back-info-destaque {
    width: 50%;
    height: auto;
    background-color: white;
}

.back-info-destaque img {
    width: 100%;
    height: auto;
    display: block;

}

.text-info-destaque {
    width: 50%;
    box-sizing: border-box;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #000;
    margin-bottom: 15px;
    padding: 60px 30px 0 5px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    text-align: left;

}

.text-info-destaque .title-pri {
    font-family: 'Big Shoulders Display';
    color: black;
    margin-bottom: 2px;
    font-size: xx-large;
}

.text-info-destaque .title-sec {
    font-family: 'Big Shoulders Display';
    color: #587A79;
    margin-bottom: 15px;
    font-size: xx-large;

}

.custom-button {
    display: inline-flex;
    align-items: center;
    background-color: #000;
    border: none;
    border-radius: 25px;
    padding: 5px 18px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-family: Mulish, sans-serif !important;
}

.custom-button .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: #f31212;
    border-radius: 50%;
    margin-left: 28px;
    font-size: 16px;
}

.custom-button:hover {
    background-color: #104607;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.text-info-destaque p {
    line-height: 1.6;
    margin-bottom: 10px;
    width: 70%;
}

.content-ultimas-noticias {
    padding: 20px 0;
    width: 100%;
    /* height: 120vh; */
    height: auto;
    background-color: #FFF;
}

.lista-ultimas-noticias {
    height: auto;
    padding: 20px 0;
    margin: 0 auto;
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.item-noticia {
    width: 30%;
    background-color: #fff;
    height: auto;
    padding: 5px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

.item-noticia:hover {
    box-shadow: 0px 8px 16px rgba(26, 57, 19, 0.453);
    transform: scale(1.01);
}

.item-noticia a {
    text-decoration: none;
    color: inherit;
}

.item-noticia a:hover {
    color: #682b06;
}

.item-noticia a:active {
    color: #682b06;
}

.item-noticia a:visited {
    color: #682b06;
}

.small-img-noticia img {
    width: 100%;
    border-radius: 8px;
    /* background-size: cover;
    background-size: 90%;
    background-position: top left;
    background-repeat: no-repeat; */
}

.title-categoria {
    color: #B13235;
    font-family: Mulish, sans-serif;
    font-size: 13px;
    padding: 5px 5px;
}

.desc-noticia {
    color: #746f6f;
    font-family: Mulish, sans-serif;
    font-size: 20px;
    padding: 8px 5px;
}

.item-noticia :hover {
    color: #000000;
}

.link-leiamais {
    color: #000000;
    font-family: Mulish, sans-serif;
    font-size: 16px;
    padding: 15px 5px;
    display: inline-flex;
    align-items: center;
}

.link-leiamais img {
    margin-left: 5px;
}

.btn-leia-mais {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-h3-noticias {
    font-family: 'Big Shoulders Display';
    border-left: 3px solid #B13235;
    border-bottom: 1px solid black;
    padding-left: 10px;
    padding-bottom: 5px;
    width: 75%;
    margin: 0 auto 20px auto;
    font-size: 34px;
}

.owl-carousel .owl-item img {
    border-radius: 10px;
}

.list-instagram {
    background-color: #000;
    margin: 0 auto;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    padding-top: 20px;
    position: relative;
    z-index: 10;

}

.title-h3-instagram {
    color: #FFF;
    font-family: 'Big Shoulders Display';
    font-size: 34px;
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.carrosel-instagram-mobile,
.carrosel-instagram {
    margin-top: 50px;
}

.highlight-instagram {
    color: red;
    font-family: 'Big Shoulders Display';
}

.content-patrocinio {
    padding: 180px 0 0 0;
    width: 100%;
    height: auto;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: 70px; */
}

.box-patrocinio {
    height: auto;
    padding: 20px 0;
    margin: 0 auto;
    background-color: #FFF;
    display: block;
}


.img-patrocinio {
    display: block;
    margin: 0 auto 20px;
}

.title-patrocinio {
    margin: 10px auto 20px auto;
    padding-top: 100px;
    font-size: 1.275rem;
    font-weight: 900;

}

.title-apoio {
    margin: 10px auto 20px auto;
    padding-top: 10px;
    font-size: 1.275rem;
    font-weight: 900;

}

.content-noticia {
    width: 100%;
    padding: 20px;
    background-color: #FFF;
}

.info-noticia {
    /* display: flex;
    flex-wrap: wrap; */
    margin: 0 auto;
    padding: 20px;
    width: 75%;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.info-noticia h3 {
    margin-bottom: 0px !important;
}

.back-info-noticia {
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.back-info-noticia img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.text-info-noticia {
    flex: 1;
    font-family: 'Arial', sans-serif;
    color: #333;
    padding: 10px 0;
}

.text-info-noticia .title-pri {
    font-family: 'Big Shoulders Display', sans-serif;
    color: #333;
    margin-bottom: 15px;
    font-size: 24px;
}

.text-info-noticia p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}

.date-noticia {
    font-size: 11px !important;
    padding: 5px 0 !important;
    color: #555 !important;
    font-family: 'Arial', sans-serif !important;
    margin-bottom: 10px !important;
}


.back-info-list {
    flex: 0 0 30%;
    max-width: 35%;
    margin-right: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.back-info-list img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.text-info-list {
    flex: 1;
    font-family: 'Arial', sans-serif;
    color: #333;
    padding: 0px 0;
}

.text-info-list .title-pri {
    font-family: 'Big Shoulders Display', sans-serif;
    color: #333;
    margin-bottom: 15px;
    font-size: 24px;
}

.text-info-list p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    font-family: Mulish, sans-serif;
}

.date-list {
    font-size: 11px !important;
    padding: 5px 0 !important;
    color: #555 !important;
    font-family: 'Arial', sans-serif !important;
    font-weight: bold !important;
    margin-bottom: 10px---------;
}

.info-list h2 {
    margin-bottom: 0px !important;
}

.info-list p {
    margin-bottom: 0px !important;
}

.info-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px;
    width: 75%;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
}

.info-list a {
    text-decoration: none;
    color: #555;
    font-size: 11px;
}

.box-list {
    margin-bottom: 15px;
}

.title-h3-noticias-listagem {
    font-family: 'Big Shoulders Display';
    border-left: 3px solid #B13235;
    border-bottom: 1px solid black;
    padding-left: 10px;
    padding-bottom: 5px;
    width: 75%;
    margin: 0 auto 20px auto;
    font-size: 34px;
}

.d-flex {
    display: flex !important;
    justify-content: center !important;
    background-color: #FFF !important;
}

.d-flex nav {

    background-color: #FFF !important;
}

.container-main {
    width: 100%;
    height: auto;
    background-color: #FFF;
}

.tempo-online {
    width: 80%;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    margin: 0 auto;
}

.tempo-online-h3 {
    color: #FFBD6B;
    font-family: 'Big Shoulders Text';
    font-weight: 900;
}

.tempo-online-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    align-items: center;

}

.tempo-online-desc p {
    text-decoration: none;
    color: #000;
    font-family: Inter;
    margin-bottom: 0px;
}

.tempo-online ul {
    list-style-type: none;
    padding-left: 0;
}

.tempo-online ul li {
    margin-bottom: 5px;
}


/*  */

.calendario-box {
    width: 80%;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    margin: 0 auto;
}

.calendario-box p {
    margin-bottom: 5px;
}

.calendario-content-h3 {
    color: #FFBD6B;
    font-family: 'Big Shoulders Text';
    font-weight: 900;
}

.calendario-content-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    align-items: center;

}

.calendario-content-desc p {
    text-decoration: none;
    color: #000;
    font-family: Inter;
    margin-bottom: 0px;
}

.calendario-box ul {
    list-style-type: none;
    padding-left: 0;
}

.calendario-box ul li {
    margin-bottom: 5px;
}

.box-content-etapas {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1),
        -2px 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    justify-content: center;
    width: 30%;
}

.box-content-etapas img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.maps-etapas,
.info-etapas {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;

}

.info-etapas {
    padding: 10px 5px 5px 10px;
}

.info-etapas p {
    font-family: 'Montserrat';
}

.info-etapas h3 {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 900;
}

.content-etapas {
    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 20px;

}

.info-etapas p span img {
    vertical-align: middle;
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.circle img {
    width: 20px;
}

.evento-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.evento-descricao {
    flex-grow: 1;
    margin-right: 20px;
    padding-top: 20px;
}

.container .owl-carousel .video-thumbnail .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    pointer-events: none;
}

.banner-desktop {
    display: block;
}

.banner-mobile {
    display: none !important;
}

@media (max-width: 600px) {
    .info-destaque {
        padding: 40px 0 10px 0;
    }

    .banner-desktop {
        display: none !important;
    }

    .banner-mobile {
        display: block !important;
    }

    .bar-header .menu__wrapper {
        height: 70px;
    }
}


@media (max-width: 580px) {
    .video-thumbnail {
        position: relative;
        display: inline-block;
    }

    .video-thumbnail img {
        display: block;
        width: 100%;
        height: auto;
    }

    .video-thumbnail .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        pointer-events: none;
    }

    .content-patrocinio {
        padding: 100px 0 0 0;
    }

    .youtube-box-fix .container .owl-carousel button.owl-dot {
        background-color: #ccc;
    }

    .owl-dots {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .owl-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 5px;
        background-color: #ddd;
        border-radius: 50%;
        cursor: pointer;
    }

    .owl-dot.active {
        background-color: #000;
    }

    .carrosel-videos {
        display: none !important;
    }

    .carousel-list-youtube {
        display: none !important;
    }

    .controles-videos {
        display: none !important;
    }

    .controle-youtube {
        width: 100%;
    }

    .controle-youtube img {
        width: 80%;
    }

    .youtube-box-fix {
        display: block !important;
        width: 100%;
        height: auto;
        background-color: #000;
    }

    .logo-youtube {
        justify-content: center;
        align-items: center;
        background-color: transparent;
        display: flex !important;
        width: 100%;
        padding: 5px 3px;
        margin-top: -50px;
        z-index: 1;
        position: relative;

    }

    .logo-youtube img {
        width: 90%;
    }



}

@media (max-width: 700px) {
    .carrosel-videos {
        height: 150px;
    }

    .icon-next {
        width: 25px;
        height: 25px;
    }

    .icon-back {
        width: 25px;
        height: 25px;
    }

}



.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 1);
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.modal-content {
    width: 80%;
    height: 60%;
    max-width: 1200px;
    max-height: 675px;
    background-color: #000;
    border: none;
    top: 100px;
}

.close {
    position: absolute;
    top: -10px;
    right: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media (min-width: 1000px) and (max-width: 1300px) {
    .carrosel-videos {
        /* margin-top: -300px; */
        height: 200px;
    }
}

@media (min-width: 1300px) and (max-width: 1700px) {
    .box-videos {
        /* margin-top: -30px; */
    }

    .carrosel-videos {
        width: 100%;
        background-color: #000;
        /* margin-top: -300px; */
        height: 200px;
    }
}

#banner-principal {
    position: relative;
    z-index: 1;
    height: auto;
}

.banner-patrocinio {
    width: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.banner-patrocinio-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.banner-patrocinio-container a {
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
    justify-content: space-around;
    display: flex;
    width: 15%;
    padding: 10px 3px;
    height: 100px;
    flex-direction: row;
}

.banner-patrocinio-container img {
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

@media(max-width: 600px) {
    .banner-patrocinio-container a {
        flex: 0 1 calc(50% - 20px);
    }

}


@media (min-width: 370px) and (max-width: 600px) {

    .list-instagram {
        margin-bottom: 300px;
    }
}

@media (max-width: 480px) {
    .banner-patrocinio-container a {
        flex: 0 1 calc(50% - 20px);
    }
}


.drive-files {
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Big Shoulders Text';
    color: #FFF;
    font-weight: 900;
    font-size: 20px;
    text-decoration: none;
}

.voyager-x {
    font-size: xx-large;
    color: #B13235;
}

/* Versão mobile (menos de 600px) */
@media (max-width: 600px) {
    .carrosel-instagram-mobile {
        display: block!important;
    }

    .carrosel-instagram {
        display: none!important;
    }
}

/* Versão desktop (mais de 600px) */
.carrosel-instagram-mobile {
    display: none;
}

.carrosel-instagram {
    display: block;
}