                                                                                                                                                                                                                                                                                                                                                                                                                                                        body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}
header .mega-menu .menu-logo > li > a img {   height: 75px;   margin-top: 0px;}
header .mega-menu .menu-links { padding-left: 50px;}
.main-bg { background: #1e66b0;}  
.iq-workinfo .service-shap { border: 10px solid #d23353;}   
.button { background: #f6a41d;   }   
.first { background-color: #f6a41d; }  
.main-color {
    color: #f6a41d;
}       
.c-layout-breadcrumbs-1.c-bgimage-full .c-breadcrumbs-wrapper {
    background: rgb(0 0 0 / 55%);
    padding: 10px 0;
    margin-bottom: 30px;
}


.canto {
  position: fixed;
  bottom: 70px;
  height: 70px;
  width: 150px;
  z-index: 100;
  right: -100px;
  opacity: 0.9;
  text-align:left;
  transition:all 0.3s ease;
}
.canto:hover{
  opacity: 1;
  right:0px;
}
.canto2 {
  position: fixed;
  bottom: 50px;
  height: 70px;
  width: 150px;
  z-index: 100;
  right: 0px;
  opacity: 0.8;
  text-align:left;
  transition:all 0.3s ease;
}
.canto2:hover{
  opacity: 1;
  right:0px;
}            
       
.text-footer{
        text-align: center;

}

.c-layout-footer.c-layout-footer-3 .c-prefooter {
    padding: 31px 0 0px 0 !important;
}

#destaque-carousel .c-content-person-1-slider .owl-carousel .item {
  position: relative;
  overflow: hidden; /* Cria o efeito de máscara */
  height: 300px; /* Altura específica para o carrossel */
  display: flex;
  align-items: center; /* Centraliza verticalmente */
  justify-content: center; /* Centraliza horizontalmente */
}

#destaque-carousel .owl-carousel .item img {
  width: auto; /* Largura automática para manter a proporção */
  height: 240px; /* Altura fixa */
  object-fit: cover; /* Ajusta a imagem para preencher o espaço */
  display: block; /* Garante que a imagem seja tratada como um bloco */
  margin: 0 auto; /* Centraliza horizontalmente dentro do contêiner */
}
/*******************************
REMOVER BTN BANNER
*******************************/
/*.tparrows.tp-leftarrow{
    display: none !important;
}
.tparrows.tp-rightarrow {
    display: none !important;
} */

.titulo-limitado {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Número máximo de linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; /* Opcional, pode ajudar no comportamento esperado */
}


@media (min-width: 992px) {
.c-layout-header .c-brand {
        margin: 20px 0 20px 0;
    }
    .c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand {
        transition: margin 0.2s;
        margin: 7px 0 7px 0;
    }
} 





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



@media (max-width: 991px) {
    /* .c-layout-header.c-layout-header-dark-mobile.c-header-transparent-dark {
        background: rgba(30, 36, 42, 0.9);
        height: 85px; 
    } */
    #c-navbar {
        height: auto !important;
    }
.text-center-mobile{
  text-align: center;
padding: 10px;
}

} 

@media (min-width: 425px){
.h3-nossa-empresa{
   text-align: left !important;
}
}                                                                                                                                                                                                                                                                                                                                                                                                     