/* Montserrat */

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-ExtraBoldItalic.woff") format("woff");
    font-weight: 800;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: block;
}

/* Karla */
@font-face {
    font-family: 'Karla';
    src: url('../fonts/karla/Karla-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Karla';
    src: url('../fonts/karla/Karla-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Karla';
    src: url('../fonts/karla/Karla-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Karla';
    src: url('../fonts/karla/Karla-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Karla';
    src: url('../fonts/karla/Karla-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Karla';
    src: url('../fonts/karla/Karla-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

body {
    position: relative;
    height: 100%;
    min-height: 100vh;
    font-family: "Montserrat";
}

a {
    text-decoration: none;
}

p {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 5px;
}

button{
    cursor: pointer;
}

.slide {
    position: relative;
}

.banner {
    position: relative;
    padding: 220px 0 90px;
}

.img-background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.link-completo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.navbar-nav .nav-item {
    list-style: none;
}

.redes-sociais{
    gap: 20px;
}

.redes-sociais img{
    width: 26px;
    height: 22px;
}

.slick-arrow {
    z-index: 1;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-prev:before, .slick-next:before{
    font-family: none;
    font-size: 27px;
}

.slick-dots{
    left: 0;
}

.slick-dots li button{
    width: auto;
    height: auto;
    padding: 4px;
    border-radius: 50%;
    border: 1px solid #07b1e9;
}

.slick-dots li button:before{
    display: none;
}

.slick-dots li.slick-active button{
    background-color: #FFFFFF;
}

.btn-primary {
    display: inline-block;
    font-family: "Karla";
    font-weight: 600;
    font-size: 14px;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    outline: none;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #07b1e9;
    transition: all 0.3s ease-in-out;
}

.btn-primary.border-white{
    border: 1px solid #FFFFFF;
}

.btn-primary.black {
    background-color: #000000;
}

.btn-primary.transparent {
    background-color: transparent;
}

.btn-primary:hover {
    color: #000;
}

.btn-primary.black:hover {
    color: #1D74F2;
}

.btn-play {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
}

.btn-play img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.sec-newsletter {
    max-width: 1050px;
    padding: 50px 50px 0 0;
    background-color: #fbb237;
    margin: 0 auto;
}

.sec-newsletter .content {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.sec-newsletter img{
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 260px;
    object-fit: contain;
}

.sec-newsletter .texto {
    width: 490px;
    padding: 0 0 0 250px;
}

.sec-newsletter .texto h1 {
    font-family: "karla";
    font-weight: 800;
    font-size: 30px;
    color: #01246d;
    margin: 0 0 10px;
}

.sec-newsletter .texto p {
    font-family: 'Karla';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    margin: 0 0 10px;
}

.sec-newsletter .form-newsletter {
    max-width: 450px;
    padding-bottom: 50px;
}

.sec-newsletter .inp-email,
.sec-newsletter .inp-email::placeholder {
    font-family: "Karla";
    font-weight: 600;
    font-size: 18px;
    color: #07b1e9;
    padding: 14px;
    border: none;
    border-radius: 5px;
    outline: none;
    width: 100%;
    height: auto;
}

.sec-newsletter .btn-primary {
    padding: 15px 30px;
    font-size: 18px;
}

.sec-newsletter .inp-termo {
    margin: 0 10px 5px 0;
}

.sec-newsletter .lb-termos {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    line-height: 1.4;
}

.sec-newsletter .blo-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.sec-newsletter .blo-2 {
    display: flex;
    align-items: flex-start;
}

.forms{
    position: relative;
}

/* pop video */

.popup-video {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: clip-path 0.1s ease-in;
    transition: clip-path 0.4s ease-out;
    transition: opacity 0.3s ease-in-out;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 0;
    background-color: #00000088;
}

.popup-video.ativado {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
}

.popup-video .video {
    position: relative;
    top: 50%;
    left: 50%;
    width: fit-content;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 5px;
    background-color: var(--branco);
}

.popup-video .fecha-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup-video iframe {
    width: 800px;
    height: 400px;
}

/* pop podcast */

.popup-podcast {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.popup-podcast.ativado {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.popup-podcast .podcast {
    position: relative;
    top: 50%;
    left: 50%;
    width: fit-content;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
    background-color: var(--branco);
}

.popup-podcast .fecha-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup-podcast iframe {
    width: 800px;
    height: 400px;
}

/* categorias */

.categorias{
    padding-right: 40px;
}

.categorias .titulo{
    padding: 0 0 15px;
}

.categorias h1{
    font-size: 18px;
    line-height: 1.2;
    color: #333333;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.categorias .item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    font-family: "Karla";
    transition: all 0.3s ease-in-out;
}

.categorias .item.active, .categorias .item:hover{
    background-color: #FFFFFF;
}

.categorias .item.active h1, .categorias .item:hover h1{
    color: #07b1e9;
}

.categorias .item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.categorias .item.active::before, .categorias .item:hover::before{
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.categorias .item .contagem{
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    color: #333333;
    font-weight: 400;
    padding: 5px 10px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.categorias .item.active .contagem, .categorias .item:hover .contagem{
    color: #07b1e9;
    border: 1px solid #07b1e9;
}

.categorias .item.active .contagem::before{
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;    
    font-size: 14px;
    position: absolute;
    top: -5px;
    left: -5px;
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    padding: 13px;
    background-color: #fff;
}

/* tags */

.tags{
    margin-top: 30px;
    padding-right: 40px;
}

.tags .titulo{
    padding: 0 0 15px;
}

.tags h1{
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
    padding: 30px 0;
}

.tags .itens{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.tags .item{
    font-family: "Karla";
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    text-transform: lowercase;
    border: 1px solid #FFFFFF;
    outline: none;
    padding: 5px 8px;
    margin: 0;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

.tags .item.selected, .tags .item:hover{
    color: #07b1e9;
    border: 1px solid #07b1e9;
}

.tags .item.selected{
    background-color: #FFFFFF;
}

.tags .carregar-mais{
    position: relative;
    font-size: 11px;
    margin: 15px auto 0;
    padding: 10px 13px;
    left: 50%;
    transform: translateX(-50%);
}

/* btns flutueante */

.btns-flutuante{
    position: fixed;
    z-index: 8;
    bottom: 30px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btns-flutuante .btn{
    padding: 18px;
    border-radius: 50%;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.btns-flutuante .btn i{
    font-size: 23px;
}

.btns-flutuante .btn.whatsapp{
    background-color: #19CC8D;
}

.btns-flutuante .btn.telefone i{
    font-size: 20px;
}

/* banner primary */

.sec-banner::before{
    content: '';
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #01246d;
}
.sec-banner .breadcrumb a.active{
    color: #FFFFFF;
}
.sec-banner .botoes-banner{
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}
.sec-banner .img-banner .img-grande{
    object-position: top center;
}

/*START SHARE*/

#share-button{
    width: 180px;
}

#share-button .share{
    position: relative;
}

#share-button .btn-drop-share{
    display: flex;
    align-items: center;
    gap: 10px;
    outline: none;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    font-family: "Karla";
    background-color: transparent;
}

.share-content {
    position: absolute;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0 10px;
    display: flex;
    gap: 10px;
    top: 40px;
    z-index: 1;
    max-height: 0;
    transition: all 0.3s ease-in-out;
}

.share-content.show {
    padding: 10px;
    max-height: fit-content;
}

.share-option {
    display: inline-flex;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 2px;
    transition: transform 0.2s;
}

.share-option img {
    width: 20px;
    height: 20px;
}

.share-option:hover {
    transform: scale(1.1);
}
/*END SHARE*/

/* COOKIE */
.popup-cookies{
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 100px;
}

.popup-cookies .content{
    display: grid;
    grid-template-columns: auto 100px;
    gap: 15px;
    background: #FFF;
    padding: 30px;
    border: 1px solid #CCC;
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .2);
}

.popup-cookies .content p{
    font-size: 16px;
}

.popup-cookies .content a{
    font-weight: 600;
    color: #000;
}

.popup-cookies .btn-cookie{
    background-color: #07b1e9;
    color: #FFF;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 8px 10px;
    transition: all ease-in-out 0.3s;
}

.popup-cookies .btn-cookie:hover{
    background-color: #19CC8D;
}

@media(max-width: 1200px) {

    .banner {
        padding: 160px 0 40px;
    }

    .sec-newsletter {
        padding: 50px 0 0;
    }

    .sec-newsletter .content {
        flex-direction: column;
        align-items: center;
        padding: 0 0 300px;
    }

    .sec-newsletter img{
        left: auto;
    }

    .sec-newsletter .texto {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
        text-align: center;
    }

    .sec-newsletter .blo-1 {
        margin-top: 20px;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .sec-newsletter .inp-email {
        width: 100%;
        margin: 0;
    }

    .sec-newsletter .btn-primary {
        width: 100%;
    }

    .popup-video .video {
        padding: 15px;
    }

    .popup-video iframe {
        width: 100%;
        height: 200px;
    }

    .popup-podcast .podcast {
        padding: 15px;
    }

    .popup-podcast iframe {
        width: 100%;
        height: 152px;
    }

    .categorias-mobile{
        padding: 0;
    }

    .categorias-mobile select{
        width: 100%;
        padding: 15px 44px 15px 15px;
        border: 1px solid #fff;
        background-color: transparent;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none; 
        cursor: pointer;
        outline: none;
    }

    .categorias-mobile .select-wrapper{
        position: relative;
        cursor: pointer;
    }
    
    .categorias-mobile .select-wrapper::after {
        content: "\f078";
        font-family: "Font Awesome 6 Free"; /* Nome da fonte */
        font-weight: 900;
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 100%;
        padding: 16px 15px;
        border: 1px solid #fff;
        pointer-events: none;
    }

    .categorias-mobile select, .categorias-mobile option{
        font-family: "Karla";
        font-size: 18px;
        font-weight: 600;
        color: #333333;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .tags{
        padding: 0;
        margin-top: 20px;
    }
    
    .share-content::before, .share-content-content::before {
        left: 80%;
    }

    .popup-cookies{
        padding: 0 30px;
    }
    .popup-cookies .content{
        grid-template-columns: 1fr;
    }
}