
/*SECTION BANNER*/
.sec-banner {
    position: relative;
    padding: 140px 0 70px;
}
.sec-banner .conteudo-banner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}
.sec-banner .breadcrumb{
    margin: 22px 0 40px 0;
}
.sec-banner .breadcrumb a {
    color: #335a9c;
    text-decoration: none;
    margin-right: 30px;
    font-family: 'Karla';
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.sec-banner .breadcrumb a:hover {
    color: #fff;
}
.sec-banner .texto-banner {
    color: white;
    padding-right: 50px;
}
.sec-banner .texto-banner h1 {
    color: #ffb71b;
    font-family: 'Karla';
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.sec-banner .texto-banner p {
    font-size: 18px;
}
.sec-banner .img-banner {
    position: relative;
    width: 100%;
    height: 100%;
}
.sec-banner .img-banner .btn-play{
    position: relative;
    z-index: 2;
    top: calc(100% - 20px);
    left: 50px;
}
.sec-banner .img-banner .img-grande {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(40vw + 30px);
    height: calc(100% + 110px);
    max-width: 750px;
    object-fit: cover;
}
.sec-banner .botoes-banner{
    margin-top: 30px;
    align-items: center;
}
.sec-banner .botoes-banner a{
    color: #fff;
}
/* END SECTION BANNER */

/*SECTION CONTENT*/
.sec-content{
    font-family: "Karla";
    background-color: #e5e5e5;
    padding: 100px 0;
}

.sec-content .events{
    padding: 0 100px;
}

.sec-content .right .item-event{
    flex-direction: row-reverse;
}

.sec-content .item-event{
    gap: 70px;
    align-items: center;
}

.sec-content select{
    width: 100%;
    padding: 10px 44px 10px 10px;
    border: none;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
    cursor: pointer;
    outline: none;
}

.sec-content .select-wrapper{
    position: relative;
    cursor: pointer;
    max-width: 155px;
}

.sec-content .select-wrapper::after {
    content: "\2b";
    font-family: "Font Awesome 6 Free"; /* Nome da fonte */
    font-weight: 900;    
    font-size: 13px;
    color: #07b1e9;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 10px;
    pointer-events: none;
}

.sec-content select, .sec-content option{
    font-family: "Karla";
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    line-height: 1.1;
    text-transform: uppercase;
}

.sec-content .item-content-event{
    position: relative;
    margin: 50px 0;
}

.sec-content .img-event img{
    width: 380px;
    height: 380px;
    object-fit: cover;
}

.sec-content .date-event{
    font-size: 36px;
    font-weight: 700;
}

.sec-content .title-event{
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 60px 0;
}

.sec-content .title-event::before{
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #07b1e9;
}

.sec-content .text-event{
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 30px 0;
}

.sec-content .content-btn-events{
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.sec-content .share {
    position: relative;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 500;
    margin: 10px 0;
    cursor: pointer;
    text-align: center;
    align-items: center;
}
.sec-content .share span{
    margin-left: 15px;
    color: #000;
}

.sec-content .dropdown-year {
    position: relative;
    display: inline-block;
}
.sec-content .dropdown-button {
    padding: 5px 15px;
    font-size: 1rem;
    border: none;
    background-color: white;
    cursor: pointer;
    color: #4d4d4d;
    font-weight: 500;
}
.sec-content .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
}
.sec-content .dropdown-menu .dropdown-item {
    padding: 5px 15px;
    cursor: pointer;
}
.sec-content .dropdown-menu .dropdown-item:hover {
    background-color: #f0f0f0;
}
.sec-content .dropdown-year.open .dropdown-menu {
    display: block;
}
.sec-content .spn {
    color: #07b1e9;
    margin-left: 20px;
    font-size: 1.2rem;
    font-weight: 500;
}

/* END SECTION CONTENT */

/*SECTION NOTICIAS*/
.sec-noticias{
    position: relative;
    z-index: 1;
    padding: 100px 0;
    background-color: #031f51;
}

.sec-noticias::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: -18px;
    left: 50%;
    width: 1200px;
    height: 100%;
    transform: translateX(-50%);
    background-color: #031f51;
}

.sec-noticias .titulo{
    font-size: 34px;
    line-height: 1;
    color: #FFF;
    font-weight: 800;
    font-family: "Karla";
    text-align: center;
    margin: 0 0 70px;
}

.slide-noticias{
    border-bottom: 1px solid #031f51;
}

.slide-noticias .slide{
    margin: 0 30px;
    border-bottom: 1px solid #031f51;
    transition: all 0.3s ease-in-out;
}

.slide-noticias .slide:hover{
    border-bottom: 1px solid #07b1e9;
}

.slide-noticias .slide .content{
    position: relative;
}

.slide-noticias .slide .img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.slide-noticias .slide .texto{
    padding: 30px 0 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.slide-noticias .slide .infos{
    font-size: 17px;
    line-height: 1.1;
    color: #07b1e9;
    font-weight: 400;
    font-family: "Karla";
}

.slide-noticias .slide .texto h1{
    font-size: 18px;
    line-height: 1.3;
    color: #FFF;
    font-weight: 500;
    font-family: "Karla";
    margin: 0;
}

.slide-noticias .slick-dots{
    bottom: -60px;
}

.slide-noticias .slick-dots li.slick-active button{
    background-color: #07b1e9;
}
/* END SECTION NOTICIAS */

/* RESPONSIVE */

@media (max-width: 1200px) {
    .sec-banner{
        padding: 120px 0 50px;
    }
    .sec-banner .texto-banner{
        padding: 0;
    }
    .sec-banner .img-banner .btn-play{
        position: absolute;
        top: 215px;
        left: 32px;
    }
    .sec-banner .img-banner .img-grande{
        top: 20px;
        width: 100%;
        height: 300px;
        max-width: 850px;
    }
    .sec-content{
        padding: 340px 0 50px;
    }
    .sec-content .events{
        padding: 0;
    }
    .sec-content .custom-dropdown-events.open .dropdown-content-events {
        flex-direction: column-reverse;
    }
    .sec-content .dropdown-right-events {
        width: 100%;
    }
    .sec-content .dropdown-left-events {
        width: 100%;
        padding-left: 0;
    }
    .sec-content .item-event {
        flex-wrap: wrap;
        gap: 0;
    }
    .sec-content .img-event {
        flex: 0 0 100%;
    }
    .sec-content .img-event img {
        width: 100%;
    }
    .sec-content .content-event{
        margin-top: 30px;
    }
    .sec-content .date-event {
        font-size: 24px;
    }
    .sec-content .title-event {
        font-size: 20px;
        margin: 5px 0 50px 0;
    }
    .sec-content .title-event::before{
        bottom: -25px;
    }
    .sec-content .text-event {
        font-size: 18px;
        margin: 10px 0 10px 0;
    }
    
    .sec-noticias::before{
        width: calc(100vw - 30px);
    }

    .slide-noticias .slide{
        margin: 0;
    }

}
/* END RESPONSIVE */

