/*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{
    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 140px;
}
.sec-content .box-fields{
    padding: 0 30px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.sec-content .box-field-1 {
    flex: 0 0 35%;
    display: flex;
    flex-direction: column;
}
.sec-content .box-field-2 {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
}
.sec-content .form-input{
    width: 100%;
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    border: none;
}
.sec-content .form-input::placeholder{
    color: #000;
}
.sec-content textarea{
    min-height: 200px;
    margin-top: 10px;
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    color: #000;
}
.sec-content textarea::placeholder{
    color: #000;
}
.sec-content select.form-input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
    cursor: pointer;
    padding-right: 45px;
}
.sec-content .select-wrapper{
    position: relative;
    cursor: pointer;
}
.sec-content .select-wrapper::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free"; /* Nome da fonte */
    font-weight: 900;
    color: #07b1e9;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: calc(100% - 10px);
    padding: 21px 15px;
    pointer-events: none;
}
.sec-content .box-submit{
    padding: 0 35px;
    margin-top: 30px;
    text-align: right;
}
.sec-content .btn-primary{
    padding: 10px 60px;
    font-size: 14px;
}
.sec-content .form-contato{
    position: relative;
}
/* END SECTION CONTENT */

/*SECTION CONTACT*/
.sec-contact{
    position: relative;
    z-index: 1;
    padding: 50px 0;
    background-color: #efefef;
}
.sec-contact .box-contact{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: -120px;
}
.sec-contact .box-contact .item-loc,
.sec-contact .box-contact .item-sup{
    padding: 40px;
}
.sec-contact .box-contact .item-loc{
    background-color: #07b1e9;
    flex: 0 0 25%;
}
.sec-contact .box-contact .item-tel{
    background-color: #ffb71b;
    flex: 0 0 40%;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 40px;
}
.sec-contact .box-contact .item-loc > *, .sec-contact .box-contact .item-tel > *{
    color: #FFF;
}
.sec-contact .box-contact .item-sup{
    background-color: #fff;
    flex: 0 0 28%;
}
.sec-contact .box-contact .item-sup .btn-primary{
    margin-top: 20px;
    background: transparent;
    color: #07b1e9;
    border: 1px solid #07b1e9;
}
.sec-contact .box-contact p{
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}
.sec-contact .box-contact .item-loc{
    color: #fff;
}
.sec-contact .box-contact .item-tel{
    color: #fff;
}
.sec-contact .box-contact .item-sup{
    color: #000;
}
.sec-map, .sec-map .mapa{
    height: 460px;
}
.sec-map .mapa iframe{
    width: 100%!important;
    height: 100%!important;
}
/* END SECTION CONTACT */

/* 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;
    }
    #share-box::before, #share-box-content::before {
        left: 80%;
    }
    #share-box, #share-box-content {
        right: 15px;
    }
    .sec-content{
        padding: 340px 0 50px;
    }
    .sec-content .box-field-1 {
        flex: 0 0 100%;
    }
    .sec-content .box-field-2 {
        flex: 0 0 100%;
    }
    .sec-content .box-fields {
        gap: 0px;
        padding: 0;
    }
    .sec-contact .box-contact {
        gap: 10px;
        margin-top: 0px;
        flex-wrap: wrap;
    }
    .sec-contact .box-contact .item-tel {
        flex: 0 0 100%;
        grid-template-columns: 1fr;
    }
    .sec-contact .box-contact .item-loc {
        flex: 0 0 100%;
    }
    .sec-contact .box-contact .item-sup {
        flex: 0 0 100%;
    }
    .sec-content .box-submit{
        text-align: center;
    }
}
/* END RESPONSIVE */
