/*Aqui esta todos styles do Header*************************************************/
.navbar-light .navbar-nav .nav-link {
    margin-right: 20px;
}
/*Aqui esta todos styles do Banner*************************************************/
.bg-banner {
    height: 546px !important;
    background-color: #2C407D!important;
}
.bg-gray{
    background: #f2f4f8;
}

.text-secondary{
    color: #2F71EB;
}

#main-header.transition {
    transition: background-color 0.4s ease, box-shadow 0.3s ease;
    z-index: 1050;
}

#main-header.scrolled {
    background-color: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

/* Remove espaço duplicado se o banner já está com min-height:100vh */
body {
    margin-top: 0 !important;
}

/* MENU COM FUNDO TRANSPARENTE */
#main-header a.nav-link,
#main-header .dropdown-toggle,
#main-header .btn {
    color: white !important;
    transition: color 0.3s ease;
}

/* BOTÃO DE CLIENTE PODE MANTER OUTRA COR SE PRECISAR */
#main-header .btn-secondary {
    background-color: white !important;
    border-color: #fff !important;
    color: #2D39F5 !important;
    font-weight: bold;
}

/* Quando o header ganha .scrolled */
#main-header.scrolled .btn-secondary {
    background-color: #2D39F5 !important;
    border-color: #2D39F5 !important;
    color: #fff !important;
}

/* AO ROLAR A PÁGINA */
#main-header.scrolled a.nav-link,
#main-header.scrolled .dropdown-toggle {
    color: #2D39F5 !important; /* azul padrão do layout */
}

/* Se quiser alterar hover também */
#main-header a.nav-link:hover {
    opacity: 0.85;
}

.border-radius-10 {
    border-radius: 10px !important;
}
.border-radius-15 {
    border-radius: 15px !important;
}
.border-radius-20 {
    border-radius: 20px !important;
}
.border-radius-25 {
    border-radius: 25px !important;
}
.border-radius-30 {
    border-radius: 30px !important;
}

body.force-scrolled #main-header {
    background-color: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

body.force-scrolled #main-header .nav-link,
body.force-scrolled #main-header .dropdown-toggle {
    color: #2D39F5 !important;
}

body.force-scrolled #main-header .btn-secondary {
    background-color: #2D39F5 !important;
    border-color: #2D39F5 !important;
    color: #fff !important;
}

/* =================== 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{
    /*min-height: 648px;*/
    align-self: center;
    align-items: center;
}


/* Produtos*/
.outlet {
    background-color: #fff;
    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: #2342BA;
    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: #1C1F50;
    color: #ffffff !important;
    padding-top: 60px;
}

#footer a{
    text-decoration: none !important;
}

#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: #39D1B7;
    font-weight: lighter;
}


#footer #footer-detail a {
    color: #ffffff !important;
    text-decoration: none;
    display: block;
    float: right;
}
.footer-card .footer-title{
    font-size: 25px;
    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: #ffffff;
    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: #39D1B7!important;
    border: 1px solid #39D1B7!important;
    color: white;
}


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


#whatsapp{
    font-size: 1.5em;
    position: fixed;
    left: 20px;
    bottom: 20px;
    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 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 0;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* =================== FALE CONOSCO ======================= */
#contact-us{
    position:fixed;
    height: 50px;
    right: -50px;
    top:50vh;
    padding: 10px;
    transform: rotate(270deg);
    background-color: #2F71EB;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 12px;
    font-weight: bolder;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0px 3px 6px #00000029;
    color:#FFFFFF;
    z-index: 3;
}

#contact-us:hover{
    background-color: #5ACE30;
}

#contact-us a{
    font-size: 10px;
    color:#FFFFFF;
    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: 441px;
    width: 100%;
}
/* =================== 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: 210px;
}
#indicacoes>div{
    /*height: 250px;*/
}

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

/* =================== CONTATO ======================= */
.form-contato{
    border-radius: 30px;
}

#contato .form-label{
    color: #ffffff;
}

#contato .form-input-file {
    width: 100%;
    min-height: 50px;
    padding: 8px 12px;
    border: 1px solid #B6B6B6;
    border-radius: 5px;
    background: #FFFFFF;
    color: #070707;
    font-size: 13px;
}

#contato .form-input-file::file-selector-button {
    margin-right: 12px;
    padding: 8px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #00367B;
    font-weight: 600;
    cursor: pointer;
    box-shadow: none;
}

#contato .form-input-file::-webkit-file-upload-button {
    margin-right: 12px;
    padding: 8px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #00367B;
    font-weight: 600;
    cursor: pointer;
    box-shadow: none;
}

#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: 2px solid #ffffff;
}

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

@media (max-width: 1000px) {
    .detalhe-blog-img{
        max-width: 600px;
    }
    .ultimos-blog-img{
        max-width: 320px;
    }
}
@media (max-width: 767px) {
    .btn-download{
        padding: 8px 48px!important;
    }
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
    }
    .page-banner h1 {
        font-size: 40px!important;
        padding-top: 50px!important;
        text-align: center!important;
    }
    #grote_image{
        width: 100%!important;
        height: auto!important;
    }
    .btn-acessar{
        padding: 8px 15px;
    }
    #contato .page-banner{
        height: 1000px!important;
    }

    .text-green-sust{
        font-size: 39px;
    }
    #contact-us{
        height: 40px;
        right: -54px;

    }

    .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;
    }
    #numeros {
        padding: 45px 0 60px 0 !important;
        min-height: auto;
    }
}

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

.business h1{
    color: #39D1B7;
    font-size: 40px;
    font-weight: lighter !important;
}

.text-align-start{
    text-align: start !important;
}

.text-align-center{
    text-align: center !important;
}

.text-align-end{
    text-align: end !important;
}

.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: #A3E659;
    border-radius: 20px 20px 0px 0px;
    display: inline-block;
    text-align: center;
}


/*.card-business>.content{*/
    /*width: auto;*/
    /*background-color: #fff;*/
    /*border-radius: 50%;*/
    /*border: solid 1px #CDCDCE;*/
    /*padding: 36px;*/
    /*text-align: center;*/
    /*min-height: 326px;*/
/*}*/

.card-business>.content {
    aspect-ratio: 1 / 1; /* Mantém o círculo */
    width: 100%;
    max-width: 260px; /* Limite em telas grandes */
    margin: 0 auto;
    border-radius: 50%;
    background: #FFF;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

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

/*.card-business>.content h3{*/
/*    font-size: 25px;*/
/*    font-weight: 500;*/
/*    color: #00367B;*/
/*    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 h3 {
    font-size: 20px;
    font-weight: lighter;
    color: #00367B;
    margin-bottom: 10px;
    height: auto !important;
}

.card-business>.content span {
    font-size: 14px;
    color: #5E5E5E;
}

.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;
}

.text-green-sust{
    color: #00C65E;
}

.btn-acessar-contato{
    background: #EEEEEE;
    color: #2F71EB;
    border-radius: 5px!important;
    font-size: 26px;
    font-weight: 600;
}
.btn-download{
    padding: 8px 64px;
}

.card-blog {
    max-width: 100%;
    width: 100%;
    /*background-color: #fff;*/
    /*padding: 20px;*/
    border-radius: 8px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);*/
    transition: all 0.2s ease-in-out;
    height: 100%;
}

.card-blog:hover {
    transform: translateY(-4px);
}

.card-blog img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.destaques-blog-title {
    font-size: 18px;
    font-weight: bold;
    color: #2D39F5;
    margin-bottom: 0.5rem;
}

.destaques-blog-date {
    font-size: 14px;
    color: #666;
}

.destaques-blog-text {
    font-size: 14px;
    color: #555;
}

.destaques-blog-tag a {
    font-weight: bold;
    font-size: 14px;
    color: #00A678;
    text-transform: uppercase;
}

