@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&family=Source+Sans+Pro:wght@300;400;700&display=swap');
@import url("https://p.typekit.net/p.css?s=1&k=igd0nat&ht=tk&f=47159&a=6722004&app=typekit&e=css");

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('../fonts/DMSerifDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter.ttc') format('truetype');
}

.header-fixed{
    position: fixed;
    z-index: 6;
    box-shadow: 0px 3px 6px #00000029;
}

:root {
    --bs-primary: #456EAC;
    --bs-secondary: #D1B06B;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'DM Sans', 'sans-serif';
}


:root {
    --bs-primary: #456EAC;
    --bs-secondary: #D1B06B;
}

.serif-display{
    font-family: 'DM Serif Display', 'sans-serif'!important;
}

.inter{
    font-family: 'Inter', 'DM Serif Display', 'sans-serif'!important;
}

/*Aqui esta todos styles do Header*************************************************/
.navbar-light .navbar-nav .nav-link {
    margin-right: 20px;
}
#header{
    background: #FFF!important ;
}
#header .navbar-light .navbar-nav .nav-link{
    color: var(--bs-primary);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Inter', 'DM Serif Display', 'sans-serif'!important;
}
.menu-mobile .nav-link{
    text-align: left!important;
}
#header .navbar-light .navbar-nav .nav-link:hover{
    color: var(--bs-primary);!important;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--bs-secondary); /* Cor da linha */

}
/*Aqui esta todos styles do Banner*************************************************/
.bg-banner {
    height: 580px !important;
    background-color: var(--bs-primary)!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.bg-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1F2732;
    opacity: 0.8; /* Ajuste a opacidade conforme necessário */
}

.bg-banner-content {
    position: relative;
    z-index: 1;
    color: black;
    padding: 20px;
}

/* =================== MENU MOBILE =========================== */

.content-menu-mobile {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    z-index: 2!important;
}

.logo-header-mobile {
    width: 190px;
}

.button-mobile {
    position: fixed;
    left: 262px;
    top: 38px;
    background: var(--bs-primary);
    border-radius: 50%;
    height: 42px;
    width: 42px;
    color: var(--bs-white)!important;
    font-weight: bolder;
}

.menu-mobile {
    width: 285px;
    height: 100vh;
    left: 0!important;
    position: fixed;
    z-index: 3!important;
    background-color: #ffffff;
    -webkit-animation: slide-right 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.menu-mobile .nav-link {
    font-size: 14px;
}

.border-bottom-gray {
    border-bottom: 1px solid var(--bs-gray);
}

/* =================== CARDS ================== */

#cards .card-header{
    border-radius: 20px 20px 0px 0px;
    opacity: 1;
    margin: 0 auto;
    width: 80%;

}

#cards a strong{
    font-weight: 900!important;
}

#cards ul li::marker {
    content: url("../images/icones/marker.png");
    margin-right: 5px;
    padding-right: 10px;
}

#cards .rounded-card{
    border-radius: 5%;
}
#cards .rounded-card img{
    border-radius: 5% 5% 0 0;
}
#cards .rounded-card img{
    height: 368px;
}

/* =================== Quem somos ================== */
#quem-somos p{
    letter-spacing: 0;
    line-height: 31px;
    min-height: 278px;
}
#quem-somos{
    align-self: center;
    align-items: center;
}


/* Produtos*/
.outlet {
    background-color: #EEEEEE;
    padding: 50px 0 60px 0;
    text-align: center;
}

.outlet h1{
    color: #363636;
    font-size: 40px;
    font-weight: bold;

}

/* pode ser usado de maneira geral */
.card-outlet{}

.card-outlet .img-content{
    display: inline-block;
    width: 321px;
    height: 418px;
    vertical-align: center;
    border: solid 1px #CDCDCE;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.card-outlet img{
    display: inline-block;
    max-width: 320px !important;
}

.card-outlet h2{
    color: #273341;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.card-outlet h2 span{
    display: block;
    color: #919191;
    font-size: 18px;
    font-weight: normal;
}

/* ==================== ESTILIZACAO FOOTER ================== */

#footer {
    background-color: #293451;
    color: #ffffff !important;
    padding-top: 60px;
}
#footer .text-foot {
    min-height: 90px;
    font-size: 14px;
    position: relative;
    align-content: center;
}
#footer .direitos {
    color: #939393;
    text-align: center;
    font-size: 9.531px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 157.377% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

#footer .menu-foot{
    text-decoration: none !important;
    color: #FFF;
    font-size: 11.813px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 152.381% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

#footer #maps-google{
    color: #ffffff;
    text-decoration: none;
}

#footer #logo-footer{
    width: 246px !important;
}

#footer #footer-detail{
    height: 56px;
    line-height: 56px;
    color: #ffffff !important;
    background-color: var(--bs-primary);
    font-weight: lighter;
}


#footer #footer-detail a {
    color: #ffffff !important;
    text-decoration: none;
    display: block;
    float: right;
}
.footer-card .footer-title{
    font-size:1.1em;
    margin-bottom: 17px;
    font-weight: bold;;
}


.footer-card .footer-title-light{
    font-weight: lighter;
    font-size: 1.3em;
}


.footer-card .footer-body{
    margin: 0;
}

.footer-card .footer-body-padded{
    padding-bottom: 30px;
}

.footer-card .footer-body ul {
    padding: 0;
    margin: 0;
}

.footer-card .footer-body ul li{
    list-style: none;
}

.footer-card .footer-body ul li a{
    text-decoration: none;
    color: white;
}
.btn-social{
    background: var(--bs-primary);
    color: #273341;
    border: solid 1px var(--bs-primary);
    padding: 8px 15px!important;
    font-size: 15px;
}
.btn-social:hover{
    background: #ffffff;
    color: var(--bs-primary);
    border: solid 1px var(--bs-primary);
}

.btn-secondary {
    background-color: var(--bs-secondary)!important;
    border: 1px solid var(--bs-secondary)!important;
    color: black;
}
.btn-secondary {
    background-color: var(--bs-secondary)!important;
    border: 1px solid var(--bs-secondary)!important;
    color: black;
    border-radius: 1px!important;
}
.btn-secondary:hover {
    background-color: var(--bs-primary)!important;
    border: 1px solid var(--bs-primary)!important;
    color: var(--bs-secondary);
}


#footer .list-none-style a.text-white:hover{
    border-bottom: 1px solid #ffffff;
}


#whatsapp{
    font-size: 1.5em;
    position: fixed;
    right: 20px;
    bottom: 3px;
    color: #ffffff;
    z-index: 9999;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;

    background-color: #07B240;
}

/*quem somos*/
/*#numeros{*/
/*    height: 600px;*/
/*}*/
#numeros .text-dentro-numero{
    width:109px;
    height:56px;
    text-align: center;
    align-content: center;
}
#numeros .text-dentro-numero-2{
    color: #1F2732;
    font-size: 22px;
    align-content: end;
    font-style: normal;
    font-weight: 500;
    line-height: 94.6%; /* 20.812px */
}
#numeros .bg-numeros{
    /*width: 335px;*/
    /*height: 116px;*/
}

/* =================== FALE CONOSCO ======================= */
#contact-us{
    position:fixed;
    height: 43px;
    right: -65px;
    top:50vh;
    padding: 5px;
    transform: rotate(270deg);
    background-color: var(--bs-primary);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0px 3px 6px #00000029;
    color:#273341;
    align-content: center;
    z-index: 3;
}
#contact-us:hover{
    background-color: #0056FF;
    color: #ffffff
}

#contact-us a{
    font-size: 10px;
    color: #273341;
    padding-right: 5px;
}

#icon-contact-us{
    height: 15px;
    transform: rotate(90deg)!important;
    margin:5px;
}

/* =================== SOLUÇÕES ======================= */

.card-segments {
    display: block;
    border-radius: 20px 20px 0 0 ;
    height: 368px;
    background-position: center;
    background-size: 100%;
    width: 100%;
    transition: width 0.35s;
}

.card-segments>img{
    visibility: hidden;
}

.card-segments>.details{
    display: block;
    background-color: #2342BA;
    border-radius: 0 0 20px 20px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
}


.card-segments>.details>.title{
    line-height: 50px;
    height: 50px;
    float: left;
    margin-left: 20px;
}


.card-segments>.details>.action{
    line-height: 50px;
    height: 50px;
    float: right;
    margin-right: 20px;
    visibility: hidden;
    font-size: 15px;
}

.card-segments:hover {
    background-size: 110%;
    width: 100%;
}
#cards h3{
    border-radius: 0 0 20px 20px;
}
#cards h3:hover + .card-segments {
    background-size: 110%;
    width: 100%;
    cursor: pointer;
}

/* =================== PRODUTO DETALHE ======================= */
#grote_image{
    height: 696px;
    width: 480px;
}
/* =================== PRODUTOS ======================= */
/* outlet*/
.produtos {
    padding: 50px 0 60px 0;
    text-align: center;
}

.produtos h1{
    color: #363636;
    font-size: 40px;
    font-weight: bold;

}

.endless_page_current{
    padding: 8px;
    color: #ffffff!important;
    background-color: var(--bs-secondary)!important;
    border: 1px solid var(--bs-secondary)!important;
}

.endless_page_link{
    padding: 8px;
    margin-left: 10px;
    color: var(--bs-secondary)!important;
    border: 1px solid var(--bs-secondary)!important;
}
.endless_page_link:hover{
    padding: 8px;
    color: #ffffff!important;
    background-color: var(--bs-secondary)!important;
    border: 1px solid var(--bs-secondary)!important;
}

#solucao-list .card-outlet {
    width: 310px;
}

.card-outlet:hover .img-content {
    background-size: 110%;
}

.resumo{
    min-height: 250px;
}
#indicacoes>div{
    /*height: 250px;*/
}

.infos .title-beneficio{
    color:#5E5E5E
}

/* =================== CONTATO ======================= */
.form-contato{
    border-radius: 30px;
    background-color: var(--bs-primary);
}


#contato .form-label{
    color: var(--bs-dark-blue);
}

#contato .atendimento{
    height: 546px;
}
/* =================== TERCEIRIZAÇÃO ======================= */


.bg-terceirizacao ul {
    list-style-type: none;
}
.bg-terceirizacao ul li:before {
    content: ""; /* necessário para exibir a imagem */
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 23px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-image: url('../images/icones/certinho.png');
    background-size: cover;
}
#quem-somos-banner .g-recaptcha{
    text-align: -webkit-right;
}
/* =================== CULTURAS ======================= */
#culturas .container-fluid{
    height: 546px;
}
#culturas .owl-carousel img{
    width: 89px!important;
    height: 89px!important;
}
.border-bottom-1{
    border-bottom: 1px solid #CBCBCB;
}

/* =================== medias ======================= */

@media (max-width: 1000px) {
    .detalhe-blog-img{
        max-width: 600px;
    }
    .ultimos-blog-img{
        max-width: 320px;
    }
}
@media (max-width: 767px) {
    .page-banner h1 {
        font-size: 40px!important;
        padding-top: 50px!important;
        text-align: center!important;
    }
    #grote_image{
        width: 100%!important;
        height: 550px!important;
    }
    #contato .page-banner{
        height: 1000px!important;
    }

    .video {
        width: 100% !important;
    }

    .logo-header {
        max-width: 200px !important;
    }
    #quem-somos-banner .text-start{
        font-size: 30px!important;
    }
    .parceria{
        font-size: 40px!important;
    }
    #header .content-menu-mobile .btn{
        padding: 8px 15px;
    }
    #footer #footer-detail {
        height: 118px;
        text-align: center;
    }
    .card-segments {
        background-size: 135%!important;
    }
    .bread-path p, .bread-path span{
        font-size: 12px;
        margin-top: 15px;
    }
    .resumo{
        min-height: 0px;
    }

    .detalhe-blog-img{
        max-width: 320px;
    }
    .ultimos-blog-img{
        max-width: 320px;
    }
}

/* card Business */
.business {
    background-color: #002189;
    color: #ffffff;
    padding: 40px 0 50px 0;
}
.business .subtitulo {
    font-weight: 400;
}

.business h1{
    color: #ffffff;
    font-size: 40px;
    font-weight: bold !important;
    text-align: center;
}

.card-business{
    margin-top: 30px;
}

.card-business>.blue-bar{
    width: 100%;
    text-align: center;
    height: 15px;
}

.card-business>.blue-bar span{
    height: 10px;
    width: 80%;
    background-color: var(--bs-secondary);
    border-radius: 20px 20px 0px 0px;
    display: inline-block;
    text-align: center;
}


.card-business>.content{
    width: 100%;
    background-color: #fff;
    border-radius: 20px 20px 20px 20px;
    border: solid 1px #CDCDCE;
    padding: 36px;
    text-align: center;
    min-height: 380px;
}

/*.span-card-negocio{*/
/*    height: 100px;*/
/*}*/

.card-business>.content h3{
    font-size: 25px;
    font-weight: 500;
    color: #232323;
    min-height: 40px;
    height: 67px;
}

.card-business>.content span{
    display: block;

    color: #5E5E5E;
    font-size: 16px;
    font-weight: lighter;
    min-height: 0px;
}

.card-business>.content p{
    color: #919191;
    font-size: 15px;
    margin-bottom: 30px;
    min-height: 40px;
}

.text-green-um-pouco-escuro{
    color: #00C65E;
}

/* --------------------------- ESTILIZAÇÃO DESTAQUES BLOGS INDEX ---------------------------------*/

.destaques-blogs-container{
    background-color: #EEEEEE
}
.destaques-blog-tag, .destaques-blog-tag a{
    color: #00C65E!important;
    font-weight: 900;
}

.destaques-title{
    color: #2F71EB;
    font-weight: 900;
}

.destaques-blog-title{
    color: #2F71EB;
    font-weight: 600;
}

.destaques-blog-date{
    color: #5E5E5E;
    font-weight: 900;
}

.destaques-blog-text{
    color: #5E5E5E;
}

.destaques-blog-date{
    font-size: 12px;
}

.destaques-blog-text{
    font-size: 16px;
}

.detalhe-blog-img{
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 30px;
    width: auto;
}

.imagem-servico{
    height: 140px;
}


#cards .blue-bar{
    width: 100%;
    text-align: center;
    height: 15px;
}

#cards .blue-bar span{
    height: 10px;
    width: 80%;
    background-color: var(--bs-secondary);
    border-radius: 20px 20px 0px 0px;
    display: inline-block;
    text-align: center;
}

#contato .btn-primary{
    color: #0a0a0a!important;
}

.text-black{
    color :#273341
}

.title-section{
    color: #293451;
    font-family: "DM Serif Display";
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px; /* 106.061% */
    letter-spacing: -1.32px;
}

/* --------------------------- Academicos ---------------------------------*/
.img-academicos{
    border-radius: 12px;
    flex-shrink: 0;
}
/* --------------------------- Videos ---------------------------------*/
#videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 0;
}
#videos .img-content {
    position: relative;
    background-repeat: round;
    width: 100%;
    max-width: 300px;
    height: 200px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#videos .img-content img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
#videos .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    color: white;
}
#videos .video-title {
    text-align: center;
    margin-top: 10px;
    color: #ffffff;
}

.modal-dialog {
    max-width: 80%;
}
.modal-body {
    padding: 0;
}
.modal-body iframe {
    width: 100%;
    height: 40vw; /* Aspect ratio 16:9 */
}

.video-institucional-list {
    height: 548px;
    width: 100%;
    margin: 0 auto;
}

.video-institucional {
    height: 548px;
    width: 100%;
    margin: 0 auto;
}

.video-institucional {
    position: relative; /* Necessário para o ::before funcionar corretamente */
    background-color: var(--bs-primary) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.layer {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6));
}

.video-institucional::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Ajuste a opacidade conforme necessário */
    z-index: 1;
}

.youtube-video {
    z-index: 2;
}

@media (max-width: 768px) {
    #videos{
        margin: 20px;
    }
    .modal-dialog {
        max-width: 100%;
        margin: 0;
    }
    .modal-body iframe {
        height: 50vh;
    }
}
@media (max-width: 576px) {
    .modal-body iframe {
        height: 40vh;
    }
}

/* Spinner de carregamento */
#loading-spinner {
    display: none; /* Inicialmente escondido */
    position: fixed;
    z-index: 1031; /* Abaixo do modal do Bootstrap */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.select2-container--default .select2-selection--single{
    height: 52px;
    background-color: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 52px;
    align-content: center;
    text-align: start;
    color: #5A5E68;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 2px 21px;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    height: 52px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px;
}

#publicacoes .card{
    min-height: 300px;
    height: 390px;
}

.dropdown-item{
    color: var(--bs-secondary)!important;
}

/* Defina um tamanho fixo ou mínimo para os cards */
#academicos .owl-carousel .item .card {
    min-height: 500px; /* Defina a altura mínima dos cards */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#academicos .owl-carousel .item img {
    max-width: 100%;
    height: 100%; /* Mantém a proporção da imagem */
    object-fit: cover; /* Garante que a imagem cubra o espaço sem distorcer */
}

/* Ajusta o texto dentro do card */
#academicos .owl-carousel .item p {
    margin: 0;
}

#academicos .owl-carousel .item .card p.fs-22 {
    margin-bottom: auto;
}
.nome-academico{
    height: 112px;
}

#academicos .owl-carousel .item .card p.fs-16 {
    margin-bottom: 0;
}
.marker-number{
    ul {
        counter-reset: item;
        list-style: none; /* Remove os marcadores padrão */
    }

    /* Aplica o contador aos <li> */
    ul li {
        counter-increment: item;
        margin-bottom: 5px;
        color: #293451;
        font-family: 'Inter';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 33.6px */
    }

    /* Adiciona o marcador numerado */
    ul li::before {
        content: counter(item) ". ";
        font-weight: bold;
        margin-right: 5px;
    }

}
/* Inicializa o contador no <ul> */

@media (max-width: 767px) {
    .header-fixed {
        -webkit-animation: fadeInDown 700ms ease-in-out; /* Chrome, Safari, Opera */
        animation: fadeInDown 700ms ease-in-out;
    }
    #footer .text-foot{
        min-height: 30px;
    }
    #publicacoes .card{
        min-height: 300px;
        height: auto;
    }
    .slick-arrow.slick-prev{
        left: -1.0625rem !important;
        z-index: 999 !important;
    }
    .slick-arrow.slick-next{
        left: 18rem !important;
        z-index: 999 !important;
        display: block!important;
    }
}

.custom-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.custom-card-body {
    flex: 1;
}

.rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
    width: 280px;
}

.bg-video{
    transition: all 0.5s;
    cursor: pointer;
    height: 250px;
}
.bg-video:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.btn-play{
    color: var(--bs-secondary);
    position: absolute;
    top: 23%;
    font-size: 45px;
}
.bg-video:hover .btn-play, .bg-video:active .btn-play{
    color: var(--bs-secondary);
    position: absolute;
    top: 43%;
    font-size: 45px;
}


.slick-prev::before {
    font-family: 'Font Awesome 5 Free'; /* Certifique-se de que está usando a fonte correta */
    font-weight: 900; /* Necessário para algumas versões da Font Awesome */
    content: "\f053"; /* Código Unicode para a seta esquerda */
}

.slick-next::before {
    font-family: 'Font Awesome 5 Free'; /* Certifique-se de que está usando a fonte correta */
    font-weight: 900; /* Necessário para algumas versões da Font Awesome */
    content: "\f054"; /* Código Unicode para a seta esquerda */
}

.slick-prev:before, .slick-next:before{
    color: var(--bs-secondary);
}
