/*SECTION BANNER*/
.sec-banner {
    position: relative;
    z-index: 1;
    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{
    align-items: center;
}
.sec-banner .botoes-banner a{
    color: #fff;
}
/* END SECTION BANNER */

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

.sec-content .academics{
    padding: 0 50px;
}

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

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

.sec-content .title-event{
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0 30px 0;
    color: #01246d
}

.sec-content .text-event{
    position: relative;
    margin: 10px 0 30px 0;
}

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

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

.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 .spn {
    color: #07b1e9;
    margin-left: 20px;
    font-size: 1.2rem;
    font-weight: 500;
}

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

/* END SECTION CONTENT */

/*SECTION TESTIMONIALS*/
.sec-testimonials{
    padding: 70px 0 100px;
    background-color: #e5e5e5;
}

.sec-testimonials .titulo{
    font-size: 36px;
    color: #01246d;
    font-weight: 800;
    font-family: "Karla";
    text-align: center;
    margin: 0;
}

.sec-testimonials .redes-sociais{
    position: relative;
    justify-content: center;
    margin: 30px 0 0;
}

.sec-testimonials .redes-sociais::before{
    content: '';
    position: absolute;
    bottom: -35px;
    width: 100px;
    height: 2px;
    background-color: #ffb71b;
}

.sec-testimonials .texto-sec{
    width: 600px;
    margin: 70px auto 0;
}

.sec-testimonials .texto-sec > *{
    color: #000000;
    margin: 0;
}

.sec-testimonials .texto-sec p{
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Karla";
    text-align: center;
    line-height: 1.4;
}

.slide-testimonials{
    margin: 30px 0 0;
}

.slide-testimonials .slick-list{
    padding: 30px 0;
}

.slide-testimonials .slide{
    max-width: 340px;
    margin: 0 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.slide-testimonials .content{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
}

.slide-testimonials .blo-1{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
}

.slide-testimonials .blo-1 .img-autor{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.slide-testimonials .blo-1 .img-icon{
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.slide-testimonials .blo-1 .infos-autor{
    width: 100%;
}

.slide-testimonials .blo-1 .infos-autor h1{
    line-height: 1.2;
    font-size: 18px;
    color: #121b2f;
    font-weight: 600;
    font-family: "Open Sans";
    margin: 0 0 10px;
}

.slide-testimonials .blo-1 .infos-autor h2{
    line-height: 1.2;
    font-size: 14px;
    color: #121b2f;
    font-weight: 500;
    font-family: "Open Sans";
    margin: 0 0 10px;
}

.slide-testimonials .blo-2{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.slide-testimonials .blo-2 .texto{
    margin-top: 10px;
}

.slide-testimonials .blo-2 p{
    line-height: 1.4;
    font-size: 14px;
    color: #121b2f;
    font-weight: 500;
    font-family: "Open Sans";
}

.slide-testimonials .slick-prev{
    left: -30px;
}

.slide-testimonials .slick-next{
    right: -25px;
}

.slide-testimonials .slick-prev:before, .slide-testimonials .slick-next:before{
    color: #bcb7b7;
}

.slide-testimonials .slick-dots li.slick-active button{
    background-color: #07b1e9;
}

.slide-testimonials .img-stars{
    width: auto;
    height: 17px;
}
/* END SECTION TESTIMONIALS */

/* 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-banner-pdf .banner{
        flex-direction: column;
    }
    .sec-banner-pdf .banner .img{
        width: 100%;
    }
    .sec-banner-pdf .banner .content{
        grid-template-columns: 100%;
        padding: 30px 40px 40px;
    }
    .sec-banner-pdf .banner .titulo-banner{
        padding: 0;
        font-size: 30px;
    }
    .sec-banner-pdf .banner .texto{
        margin-top: 20px;
    }
    .sec-banner-pdf .banner .btn-pdf {
        margin-top: 10px;
    }
    .sec-content{
        padding: 340px 0 50px;
    }
    .sec-content .academics{
        padding: 0;
    }
    .sec-content .title-event {
        font-size: 26px;
    }
    .sec-content .text-event {
        font-size: 18px;
    }
    .sec-content .img-event {
        flex: 1;
    }
    .sec-content .img-event img {
        width: 100%;
        max-width: 100%;
        flex: 1;
    }
    .sec-content .item-event {
        gap: 0px;
        flex-wrap: wrap;
    }

    .sec-testimonials .texto-sec{
        width: 100%;
    }

    .slide-testimonials .slide{
        max-width: 1000px;
    }

    .slide-testimonials .slick-prev {
        left: -26px;
    }

    .slide-testimonials .slick-next{
        right: -17px;
    }
}
/* END RESPONSIVE */