body {
    padding-top: 0;
    padding-bottom: 0;
    color: #5a5a5a;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 200;
}

a {
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.btn-theme {
    color: #fff;
    background-color: #012251;
    border-color: #012251;
}

label {
    font-weight: 500;
    color:#000;
}

/*TOPO*/


header{
    background-color: #012251;
    background-color: #012251B3;
    background-color: rgba(1, 34, 81, 0.7);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.navbar {
    padding: 0 !important;
}

.navbar-expand-md .navbar-nav .nav-link:hover, .navbar-expand-md .navbar-nav .active .nav-link {
    border-bottom: 3px solid #99d4f0 !important;
    color: #99d4f0 !important;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #FFF !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    height: 130px;
    margin: 0;
    padding: 0;
    line-height: 124px;
}

.navbar-expand-md .navbar-nav .nav-link img{
    background: #FFF;
    margin: 10px;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    height: 90px;
}

.dropdown-toggle::after {
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: 4px !important;
    vertical-align: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    content: "\e259" !important;
    font-family: 'Glyphicons Halflings' !important;
    font-size: 10px !important;
}

li.dropdown-gs {
    position: relative;
}

li.dropdown-gs:hover div.dropdown-menu {
    display: block;
    opacity: 1;
}

.dropdown-menu {
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #012251 !important;
    background-clip: padding-box;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0;
    transition-property: all;
    transition-duration: 5s;
    transition-timing-function: ease-in-out;
}

.dropdown-item {
    color: #FFF !important;
    padding: 20px 40px 20px 20px;
}

.dropdown-item:hover {
    Background: #99d4f0 !important;
    color: #012251 !important;
}

div#topo{
    background-image: url(../images/predios.jpg);
    background-size: 100% auto;
    background-position-y: center;
}

div#topo .content{
    padding: 150px 0 40px;
    border-bottom: 8px solid #012251;
    background: rgb(14 1 1 / 80%);
}

div#topo h1{
    padding: 40px 0 0;
    font-weight: 800;
}

div#Subheader h1.title {
    color: #ffffff;
    font-size: 2.8em;
    font-weight: bold;
    letter-spacing: 0.01em;
    margin: 18px 0 12px 0;
    text-align: left;
}

div#Subheader ul.breadcrumbs {
    float: none;
    font-size: 0.9em;
    margin: 0 0 22px;
    text-align: left;
    overflow: visible;
    padding: 0;
}

div#Subheader ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}

div#Subheader ul li a {
    color: #fff;
    text-decoration: underline;
}

div#Subheader ul li span {
    color: #fff;
}

.rodape {
    background: #0072ce;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 300px;
    position: relative;
}

.back-top {
    position: absolute;
    right: 15px;
}

.back-top a {
    color: #CCC;
    font-size: 50px;
}

.menu-rodape h4 {
    color: #b9d9eb !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
}

.menu-rodape ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-rodape ul li {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.menu-rodape ul li a {
    color: #FFF;
}

.ultima-linha {
    padding-top: 20px;
}

.ultima-linha p {
    color: #FFF;
}

.ultima-linha ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ultima-linha ul li {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    display: inline;
    margin-right: 10px;
}

.ultima-linha ul li a {
    color: #FFF;
    font-size: 1.4rem;
}

.menu-rodape {
    margin-bottom: 45px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-right-15 {
    padding-right: 15px;
}

.bg-blue {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 40%, rgba(8, 113, 205, 1) 40%);
}

.input-contato {
    background-color: #f3f3f3 !important;
    color: #999 !important;
    border: 0 !important;
    padding: 13px 10px !important;
    outline: none;
    margin: 0;
    font-size: 14px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.05);
    background-image: url(../images/pattern_form.png);
    margin-bottom: 3px;
}

textarea.input-contato {
    height: 196px;
}

input.rose {
    background-color: #aa0061 !important;
    border-color: #aa0061 !important;
}

.login {
    border: 1px solid #c0d4df;
    background-color: #eef6fa;
    padding: 10px;
}

.login h2 {
    background-color: #0871cd;
    font-size: 1.7em;
    padding: 5px 10px;
    color: #FFF;
}

.login input {
    margin-bottom: 10px;
    border-radius: 0 !important;
}

.float-left {
    float: left !important;
}

.icon-search {
    right: 20px;
    top: 8px;
}

img.white {
    filter: brightness(100);
}

img.black {
    filter: brightness(0);
}


/* Ajax load */

.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.ajax_load_box {
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
}

.ajax_load_box p {
    padding: 20px 0;
    font-family: roboto;
    font-size: 22px;
}

.ajax_load_box_circle {
    border: 5px solid #e3e3e3;
    border-top: 5px solid #012251;
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

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

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


/* Fim Ajax load */

.picture-file {
    font-size: 50px;
}

.bg-files {
    background-color: #f7f3f3;
}

.alert-cookie {
    position: fixed;
    z-index: 9999;
    background: rgba(68, 68, 68, 0.95);
    filter: alpha(opacity=95);
    bottom: 0;
}

.alert-cookie a {
    text-decoration: underline;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.password-tooltip {
    width: calc(100% - 25px);
    background: #FFF;
    margin-top: -215px;
    box-shadow: 0 0 1em #555;
    padding: 20px 30px 10px;
    display: none;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}
.l-bg-cherry {
    background: linear-gradient(to right, #493240, #f09) !important;
    color: #fff;
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas, .card .card-statistic-3 .card-icon-large .far, .card .card-statistic-3 .card-icon-large .fab, .card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

/*TOOLTIP*/

.tooltipcss {
    cursor: pointer;
    position: relative;
    width: 100px;
}
span.tooltipcss span {
    position: absolute;
    text-align: center;
    visibility: hidden;
    background-color: #000;
    color: #FFF;
    padding: 5px 10px;
    width: 200px;
}
span.tooltipcss span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 8px;
    margin-left:0;
    width: 0;
    height: 0;
    border-bottom: 8px solid #000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
span:hover.tooltipcss span {
    visibility: visible;
    opacity: 0.9;
    top: 30px;
    left: 0;
    z-index: 999;
}

#carouselMain .carousel-item .crop{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#carouselMain .carousel-item .crop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(45%) saturate(110%);
}

/* Película azul escura */
#carouselMain .carousel-item .crop::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(1, 34, 81, 0.6); /* tom azul escuro translúcido */
    mix-blend-mode: multiply;         /* mistura natural da cor com a imagem */
    pointer-events: none;
}

.carousel-caption{
    position: absolute;
    right: 15%;
    bottom: 200px;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: right;
}

.carousel-indicators [data-bs-target]{
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #FFF;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-indicators .active {
    opacity: .8;
    background: #012251;
}

.carousel-indicators [data-bs-target]:hover {
    background: #012251;
}

.sorrisos-conquistados{
    margin: 70px 0 0;
    background: #5c5959;
    padding: 30px 40px;
}

.sorrisos-conquistados .linha-1{
    font-size: 86px;
    line-height: 1;
    font-weight: bold;
}

.sorrisos-conquistados .linha-2{
    border-bottom: 3px solid #FFF;
    height: 10px;
    width: 50px;
}

.sorrisos-conquistados .linha-3{
    font-size: 32px;
    line-height: 2;
}

.time-experiencia {
    padding: 30px 0 20px;
    margin-top: 100px;
    border: 1px solid #000;
}

.time-experiencia p {
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px;
    line-height: 1;
}

.time-experiencia p i {
    font-size: 56px;
}

.nossos-produtos-home {
    margin: 0 0 70px;
    padding: 0;
}

.nossos-produtos-bg-title{
    background-image: url('../images/nossos-produtos.png');
    background-position-x: right;
    background-position-y: 30px;
    background-repeat: no-repeat;
    background-size: auto 68px;
}


.nossos-produtos-home .linha-1{
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
    color: #012251;
}

.nossos-produtos-home .linha-2{
    border-bottom: 3px solid #012251;
    height: 10px;
    width: 50px;
}

.nossos-produtos-home .produto{
    width: 18%;
}

.nossos-produtos-home .produto .image{
    width: 100%;
    height: 180px;
    background-position: center center;
    background-size: auto 100%!important;
    background-repeat: no-repeat;
    cursor:pointer;
}

.nossos-produtos-home .produto .description{
    padding: 5px;
    background: #EEE;
}
.nossos-produtos-home .produto .description a{
    color: #000;
    font-weight: 400;
}

.fala-com-a-gente{
    background: #EEEEEE;
    padding-bottom: 50px;
}

.fala-com-a-gente .container{
    /* background-image: url('../images/consultores-branco.png'); */
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: auto 68px;
}


.fala-com-a-gente-home .linha-1{
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    max-width: 400px;
}

.fala-com-a-gente-home .linha-2{
    border-bottom: 3px solid #012251;
    height: 10px;
    width: 100%;
}

.fala-com-a-gente-home-whats .linha-1 a{
    font-size: 24px;
    line-height: 1;
    color: #000;
}

.fala-com-a-gente-home-whats .linha-1 a:hover{
    ;
    color: #012251;
}

.nossos-parceiros {
    background: #faf7f7;
}

.nossos-parceiros-home {
    margin: 0 0 70px;
    padding: 0;
}

.nossos-parceiros-bg-title{
    background-position-x: right;
    background-position-y: 30px;
    background-repeat: no-repeat;
    background-size: auto 68px;
}


.nossos-parceiros-home .linha-1{
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
    color: #012251;
}

.nossos-parceiros-home .linha-2{
    border-bottom: 3px solid #012251;
    height: 10px;
    width: 50px;
}

.nossos-parceiros-home .linha-3{
    max-width: 450px;
    font-size: 22px;
}

.nossos-parceiros-home img{
    width: 100%;
    height: auto;
    border: 1px solid #CCC;
}


.page-bg-title{
    background-position-x: right;
    background-position-y: 30px;
    background-repeat: no-repeat;
    background-size: auto 68px;
}

.quem-somos {
    margin: 0 0 50px;
    padding: 0;
}

.quem-somos-bg-title{
    background-image: url('../images/quemsomos.png');
}

.missaovisaovalores{
    background: #3c3d3f;
    color: #FFF;
    border-bottom: 8px solid #012251;
}

.missaovisaovalores h2{
    font-weight: 300;
}

.contato {
    margin: 0 0 50px;
    padding: 0;
}

.contato-bg-title{
    background-image: url('../images/fale-conosco.png');
}

.conteudo-contato h3{
    color: #012251;
}

.conteudo-contato .linha-subtitulo{
    border-bottom: 3px solid #012251;
    height: 10px;
    width: 50px;
    float: left;
}

.col-list-contatos span{
    display: block;
}

.col-list-contatos span.label{
    font-weight: bold;
    font-size: 18px;
    color: #012251;
    margin-bottom: 8px;
}

.col-list-contatos span.label i{
    margin-right: 8px;
}

.col-list-contatos span.text{
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.consultores-bg-title{
    /*background-image: url('../images/setores.png');*/
}

.team-member:hover {
    box-shadow: 0 .150rem .40rem rgba(0, 0, 0, .075) !important;
}
.team-member {
    text-align: center;
    margin-bottom: 30px;
}
.team-member img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.team-member h5 {
    margin-top: 15px;
    margin-bottom: 5px;
}
.team-member p {
    margin: 0;
    color: gray;
}
.social-icons {
    margin-top: 15px;
}

footer a.text-light:hover {
    color: #0d6efd !important;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

footer{
    background: #00193e!important;
}


.social-icons a {
    color: #333;
    margin: 0 10px;
    text-decoration: none;
    font-size: 18px;
}
.social-icons a:hover {
    color: #007bff;
}
.eventos-bg-title{
    background-image: url('../images/eventos.png');
}


.lista-de-eventos img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.destaq-produtos, .destaq-eventos {
    height: 250px;
    width:100%;
    object-fit: cover;
}

.whatsapp-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    width: 60px;
    height:60px;
    line-height: 60px;
    font-size: 36px;
}

.whatsapp-fixed:hover {
    background-color: #1ebf5f;
    text-decoration: none;
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #fff;
    color: #333;
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.cookie-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cookie-content p {
    margin: 0;
    font-size: 18px!important;
    text-align: center;
}

.cookie-content a {
    color: #007bff;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cookie-buttons button {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s;
}

#accept-cookies {
    background-color: #007bff;
    color: white;
    min-width: 250px;
}

#accept-cookies:hover {
    background-color: #0056b3;
}

#decline-cookies {
    background-color: #e0e0e0;
    color: #333;
}

#decline-cookies:hover {
    background-color: #cfcfcf;
}