@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

h1.title-section {
    width: 40%;
    text-align: center;
    border-bottom: 1px solid #111e30;
    line-height: 0.1em;
    margin: 10px 0 20px;
    margin-top: 20px;
}

h1.title-section.dark {
    border-bottom: 1px solid #ffffff;
}

h1.title-section span {
    padding: 0 10px;
    font-size: 32px;
    background: #F8F9FA;
    color: #111e30;
    margin-bottom: 20px;
}
h1.title-section.dark span {
    background: #111e30;
    color: #ffffff;
}

h1.title-section-page {
    text-align: center;
    padding: 110px 0;
}

h1.title-section-page span {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 20px;
}

.box-equipe h3{
    font-size: 18px;
    font-weight: 500;
}
.box-equipe h3 small{
    font-size: 15px;
    font-weight: normal;
}

.botao-principal {
    background-color: #caae6f;
    color: #ffffff;
    font-weight: 600;
}

.botao-principal:hover {
    background-color: #caae6f;
}

.home-servicos{
    background-color: #111e30;
    color: #ffffff;
}

.cor-primaria {
    color: #111e30;
}

.cor-secundaria {
    color: #caae6f;
}

.cor-primaria-background {
    background-color: #111e30;
}

.navbar-nav>.nav-item>.sublinhado:hover {
    text-decoration: none;
    position: relative;
}

.navbar-nav>.nav-item>.sublinhado:hover::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #111e30;
    cursor: pointer;
}
.nav-link, .nav-link:visited{
    color: #ffffff;
}
.nav-link:hover, .nav-link:active, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #caae6f;
}
.nav-item>.nav-link-dropdown:hover {
    text-decoration: none !important;
}
.nav-item.dropdown{
    color: #dddddd;
}
.dropdown-item:hover {
    background-color: #dddddd;
}

.navbar-nav {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.navbar-nav .nav-item {
    flex: 0 0 auto;
}

.navbar-top-icons {
    background-color: #111e30;
    color: #111e30;
    padding: 0px 0px;
}
.navbar-top-icons a {

     color: #111e30;
 }

.active {
    color:#caae6f !important;
}

.carousel-control-next .carousel-control-next-icon, .carousel-control-prev .carousel-control-prev-icon {
    border: 1px solid #9CEC4F;
    border-radius: 50%;
}



.texto-quem-somos {
    font-size: 18px;
}

.row-section {
    margin-top: 20px;
}

.bgPageTitle{
    color: #ffffff;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-height: 360px;
}
.bgPageTitle.title-section{

}


.card {
    --bs-card-border-color: none;
}


.card-title {
    color: white;
}

.title-section-numeros {
    text-align: center;
    position: relative;
    font-size: 32px;
    margin-bottom: 50px;
}

.title-section-numeros::before,
.title-section-numeros::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    background-color: white;
}

.title-section-numeros::before {
    right: 100%;
    margin-right: 10px;
}

.title-section-numeros::after {
    left: 100%;
    margin-left: 10px;
}

.row-duvidas {
    font-size: 24px;
}

.nav-footer {
    text-decoration: none;
}

.li-footer {
    list-style: none;
    padding-left: 0;
    color: #111e30;
}

.li-footer a:hover {
    color: #caae6f;
}

.sublinhado a:hover {
    text-decoration: none;
    position: relative;
}

.sublinhado a:hover::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #111e30;
    cursor: pointer;
}

footer{
    background-color: #111e30;
}

footer h4{
    font-size: 20px;
    color: #caae6f;
}
footer p, footer a {
    color: #ffffff;
}
.footer-bottom{
    border-top: 1px solid #414B59;
}

.logo-footer {
    float: left;
}

.feed-powered-by-es{
    visibility: hidden;
}

.display-on-hover, .hide-on-hover {
    transition: opacity 250ms;
}
.box-numeros{
    text-align: center;
}
.box-numeros-hidden{
    opacity: 0;
}
.box-sobre-hidden {
    opacity: 0;
}
.box-estrutura-hidden {
    opacity: 0;
}
.box-setores-hidden {
    opacity: 0;
}
.box-midia-hidden {
    opacity: 0;
}
.box-podcast-hidden {
    opacity: 0;
}


.box-servicos{
    text-align: center;
}
.box-servicos-hidden{
    opacity: 0;
}

.box-numeros .iconCircleBorder{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 0;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-numeros .iconCircleBorder:hover{
    border: 1px solid #111e30;
}
.box-numeros .iconCircle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #111e30;
    color: #ffffff;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-numeros .iconCircle:hover{
    color: #eeeeee;
    font-size: 38px;

}

.box-numeros h2{
    font-size: 28px;
    font-weight: bold;
}
.box-numeros .textValor{
    font-size: 18px;
    font-weight: 500;
}
.card-with-hover:hover .display-on-hover {
    opacity: 1 !important;
}

.card-with-hover:hover .hide-on-hover {
    opacity: 0 !important;
}

.btn-social {
    margin: 4px 15px;
}
.btn-social-top {
    color: #111e30;
}
.btn-social-top:hover  {
    color: #ffffff;
}
.btn-social-bottom {
    color: #ffffff;
    margin: 4px 30px 4px 0;
}
.btn-social-bottom:hover {
    color: #caae6f;
}

/*Modal*/
.btn-close-white {
    filter: invert(1) grayscale(100%);
}

.rodape-modal:hover {
    font-weight: 700;
    cursor: pointer;
}

/* width */
.modal .modal-texto::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.modal .modal-texto::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
.modal .modal-texto::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.233);
    border-radius: 10px;
}

/* Handle on hover */
.modal .modal-texto::-webkit-scrollbar-thumb:hover {
    background: #00000067;
}

/************************ pagina noticia ***********************/
.pagination {
    --bs-pagination-color: #111e30;
    --bs-pagination-hover-color: #111e30;
    --bs-pagination-focus-color: #111e30;
    --bs-pagination-active-bg: #111e30;
    --bs-pagination-active-border-color: #111e30;
}


/************************ pagina serviços ***********************/
.banner-servico {
    min-height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {

    h1.title-section, .title-section-numeros {
        width: 60%;
    }
    h1.title-section span {
        font-size: 28px;
    }

    .row-duvidas {
        font-size: 18px;
    }
}

@media (max-width: 768px) {

    h1.title-section, .title-section-numeros {
        width: 90%;
    }
    h1.title-section span {
        font-size: 26px;
    }

    .image-container, .text-container {
        width: 100%;
        float: none;
    }

    .navbar-nav {
        gap: 10px;
    }

    .col-quem-somos-img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        width: 100%;
    }

    .row-duvidas {
        font-size: 14px;
        margin: 0 !important;
    }


    .logo-footer {
        display: flex;
        justify-content: center;
    }
}


@media (max-width: 425px) {
    h1.title-section, .title-section-numeros {
        width: 90%;
    }
    h1.title-section span {
        font-size: 24px;
    }


    .texto-quem-somos {
        font-size: 20px;
    }

    .col-quem-somos-img .img-fluid {
        max-width: 70%;
    }

    .card-img.contato, .card-img.numeros {
        width: 100%;
        height: 300px;
        object-fit: cover;
        background-position: center;
    }

    .card-img-overlay .text p {
        font-size: 12px;
    }

    .card-img-overlay h2 {
        font-size: 20px;
    }

    .row-footer-footer {
        flex-direction: column;
    }

    .row-footer-footer .col:nth-child(1) {
        display: flex;
        justify-content: center;
    }

    .row-footer-footer p {
        font-size: 12px;
    }


    /************************ pagina serviços ***********************/
    .banner-servico {
        min-height: 110px;
    }

}

/************************ pagina sobre ***********************/

.wave-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    font-size: 14px;
    list-style: none;
    padding-top: 28px;
}



.verde li {
    color: white;
}

.tituloContent{
    font-size: 24px;
    font-weight: bold;
    color: #111e30;
    padding: 0 3px 3px 3px;
    border-bottom: 3px solid #caae6f;
}

.tituloContentPage{
    font-size: 22px;
    font-weight: bold;
    color: #111e30;
    padding: 0 3px 3px 3px;
    border-bottom: 2px solid #caae6f;
}
.titulo-verde {
    color: #111e30;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
}

.titulo-verdinho {
    color: #84cb39;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

.card-img-bottom {
    max-width: 120px;
}

.texto-card-verde{
    min-height: 84px;
    max-width: 450px;
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-form .form-group {
    margin-bottom: 20px;
}


@media (min-width: 1441px) {

    /************************ pagina serviços ***********************/
    .banner-servico {
        min-height: 355px;
    }
}


/*********************************/

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}


.swiper-pagination-bullet{
    background-color: #111e30 !important;
    width: 10px !important;
    height: 10px !important;
}

.swiper-button-prev{
    color: #111e30 !important;
}

.swiper-button-next{
    color: #111e30 !important;
}

.blog-categoria-area a{
    text-decoration: none;
    color: #919191;
}
.blog-categoria-area ul {
    list-style-type: none;
}
.blog .post-icon {
    width: 81px;
    height: 81px;
    border-radius: 4px;
    position: absolute;
    left: 80px;
}
.blog a {
    text-decoration: none;
}
.blog h1 {
    color: #111e30;
    font-size: 28px;
    margin: 0;
}
.blog .tag {
    color: #919191;
    font-size: 14px;
    padding-top: 15px;
}
.text_link{
    color: #333333;
    text-decoration: none;
}
.post-card {
    text-decoration: none;
    color: #00000086;
}
hr.post-divider{
    color: #999999;
}
.content-post-img{
    text-align: center;
}
.content-post img, .content-post-ind img {
    max-height: 240px;
}
.btn-email {
    width: 100%;
    clear: none;
    border: 0px solid;
    height: 50px;
    font-weight: bold;
    font-size: 18px;
    color: white;
    background-color: #111e30;
}

.ultimos-posts-link {
    font-size: 16px;
    text-decoration: none;
}


.ultimos-posts-link:hover {
    text-decoration: underline;
}

