
/*  Geral  */
.screen-resolution {
    position: fixed; /* Fixa o elemento na tela */
    top: 10px; /* Ajusta a posição do topo */
    left: 10px; /* Ajusta a posição da esquerda */
    background-color: rgba(0, 0, 0, 0.7); /* Fundo semi-transparente */
    color: white; /* Cor do texto */
    padding: 10px; /* Espaçamento interno */
    border-radius: 5px; /* Cantos arredondados */
    z-index: 1000; /* Coloca acima de outros elementos */
}	

/* Cor do texto padrão*/
.text-padrao {
    color: #ae9751 !important; /* Altera a cor para dourado */
}

.text-justify{	
	text-align: justify;
	text-justify: inter-word;	
}
	
.spacing-top-10 {
    margin-top: 10px;
}

.spacing-top-25 {
    margin-top: 25px;
}

.spacing-top-50 {
    margin-top: 50px;
}	
	
.spacing-top-100 {
    margin-top: 100px;
}	

.spacing-top-150 {
    margin-top: 150px;
}

/* ADVERTISERS SERVICE CARD */
body {
  font-family: "Roboto", sans-serif !important;
}

.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;  /* quase preto */
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec {
  background-color: #f5f5f5; /*cinza clarinho*/
  
  margin: 0 auto; /* Centraliza */
  padding: 0 15px; /* Espaçamento interno */
  max-width: 1400px; /* Define uma largura máxima */
}

.advertisers-service-sec span {
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  /*background: linear-gradient(#0dcaf0, rgb(255, 23, 131));  lista + degrade  */
  background: linear-gradient( #A9A9A9 , #ae9751);
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;  /*Azulão*/
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b ;  /*white #575a7b  cinza azulado About?   */
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe; /* azul caiçara*/
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;  /*branco*/
  /*color: rgb(255, 23, 131); #A9A9A9 #707070  */
  color: #ae9751 ;
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  /*color: #0dcaf0;   icone on mouse over*/
  color: #ae9751;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0; /* cinza quase branco */
}
/* ADVERTISERS SERVICE CARD ENDED */


.row-cols-1>*{flex:0 0 auto;width:100%}
.mt-5{margin-top:3rem!important}


@media (min-width:576px){
.row-cols-sm-1>*{flex:0 0 auto;width:100%}
}


@media (min-width:768px){
.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}	
.mt-md-4{margin-top:1.5rem!important}
}
	

/*  Carousel   */  

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h2 {
  text-align: center;
  padding: 50px 0;
  font-family: "Abel", sans-serif;
  font-size: 45px;
}

ul {
  padding: 0;
  list-style: none;
}
ul:after {
  content: "";
  display: block;
  clear: both;
}

#container {
  width: 100%;
}

#slider-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#slider-container ul li {
  float: left;
}
#slider-container ul li img {
  width: 100%;
  float: left;
}
#slider-container .arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%) scale(1);
  cursor: pointer;
}
#slider-container .arrow:before, #slider-container .arrow:after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  position: absolute;
  background: white;
  border-top: 1px solid grey;
}


#slider-container .arrow.a-left {
  left: 15px;
}
#slider-container .arrow.a-left:before {
  top: 0;
  left: 0;
  margin-top: 0;
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}
#slider-container .arrow.a-left:after {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  transform: rotate(45deg);
  transform-origin: 100% 0;
}
#slider-container .arrow.a-right {
  right: 15px;
}
#slider-container .arrow.a-right:before {
  top: 0;
  right: 0;
  margin-top: 0;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
#slider-container .arrow.a-right:after {
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: 0 0;
}
#slider-container .bullets-container {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
#slider-container .bullets-container .bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid grey;
  cursor: pointer;
  margin: 0 8px;
}
#slider-container .bullets-container .bullet.active {
  background: grey;  /*  cinza medio grey = #808080 */
}

@media (max-width: 680px) {
  h2 {
    font-size: 30px;
  }
}


@media (max-width: 680px) {
  #slider-container .arrow {
    transform: translateY(-50%) scale(0.5);
  }
}

/* Texto Carousel */


/* Define o estilo para a imagem e o container */

img {
  max-width: 100%; /* Responsivo */
  height: auto;
}

/*#slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}*/

.images-container {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/**/
.images-container li {
    position: relative;
    flex: 1 0 50%;
}

.images-container img {
    width: 80%;
    display: block;
}





.carousel-text, .carousel-text1 {
    position: absolute;
    bottom: 60px;
    left: 50%; /* Centraliza o texto horizontalmente */
    transform: translateX(-50%); /* Ajusta a posição do texto para centralizá-lo */
    width: 600px; /* Largura fixa em pixels (ajuste conforme necessário) */
    color: rgba(0, 0, 0, 0.7); /* Texto preto com transparência */
    background-color: rgba(255, 255, 255, 0.7); /* Fundo branco com transparência */
    padding: 15px;
    font-size: 2.0rem;
    text-align: center;
    border-radius: 5px;
}

#containerimg {
  display: inline-block;
  position: relative;
}

#containerimg figcaption {
  font-family: "Roboto", sans-serif !important;
  position: absolute;
  top: 51px;
  right: -7px;
  font-size: 12px;
  color: black;
  text-shadow: 0px 0px 0px black;
}

@media (max-width: 768px) {
    .carousel-text, .carousel-text1 {
        font-size: 1rem; /* Ajusta o tamanho da fonte para telas menores */
        padding: 5px;
        bottom: 20px;    
        width: 90%; /* Largura adaptável em porcentagem */
        left: 50%; /* Centraliza o texto horizontalmente */
        transform: translateX(-50%); /* Ajusta a posição do texto para centralizá-lo */
    }
    
    #containerimg figcaption {    
        right: -7px;
        font-size: 12px;
    }

    .header-text {
        font-size: 1rem; /* Ajusta o tamanho da fonte para telas menores */
        padding: 8px;
    }        
}

@media (max-width: 480px) {
    .carousel-text, .carousel-text1 {
        font-size: 0.8rem; /* Ajuste adicional para telas muito pequenas */
        padding: 5px;
        bottom: 20px;    
        width: 90%; /* Largura adaptável em porcentagem */
        left: 5%; /* Centraliza o texto horizontalmente */
        transform: translateX(-5%); /* Ajusta a posição do texto para centralizá-lo */
		/*color: blue !important;*/
    }
    
    #containerimg figcaption {    
        right: -7px;
        font-size: 12px;
    }    
    .header-text {
        font-size: 0.9rem; /* Ajuste adicional para telas muito pequenas */
        padding: 6px;
    }
}

/*
@media (max-width: 400px) {
    .carousel-text, .carousel-text1 {
        font-size: 0.8rem; /* Ajuste adicional para telas muito pequenas */
        padding: 5px;
        bottom: 20px;    
        width: 90%; /* Largura adaptável em porcentagem */
        left: 50%; /* Centraliza o texto horizontalmente */
        transform: translateX(-70%); /* Ajusta a posição do texto para centralizá-lo */
		color: red !important;
    }
    
    #containerimg figcaption {    
        right: 30px;
        font-size: 12px;
    }    
    .header-text {
        font-size: 0.9rem; /* Ajuste adicional para telas muito pequenas */
        padding: 6px;
    }
}
*/





/*
OLD


.carousel-text, .carousel-text1 {
    position: absolute;
    bottom: 60px;
    left: 300px;
    right: 300px;
	margin-right: 300px;
	margin-left: 300px;
    color: rgba(0, 0, 0, 0.7); /* Texto preto com transparência */
    background-color: rgba(255, 255, 255, 0.7); /* Fundo branco com transparência */
    padding: 15px;
    font-size: 2.0rem;
    text-align: center;
    border-radius: 5px;
}

#containerimg {
  display: inline-block;
  position: relative;
}

#containerimg figcaption {
  font-family: "Roboto", sans-serif !important;
  position: absolute;
  top: 51px;
  right: -7px;
  font-size: 12px;
  color: black;
  text-shadow: 0px 0px 0px black;
}


/*(min-width: 481px) and*/
@media  (max-width: 768px) { {
.carousel-text, .carousel-text1 {
    font-size: 1rem; /* Ajusta o tamanho da fonte para telas menores */
    padding: 5px;
    bottom: 20px;	
    left: 40px;
    right: 40px;
	margin-right: 0px;
	margin-left: 0px;/**/	
    }
	
#containerimg figcaption {	
  right: -7px;
  font-size: 12px;
}
  
.header-text{
		font-size: 1rem; /* Ajusta o tamanho da fonte para telas menores */
        padding: 8px;
    }		
}



@media (max-width: 480px) {
.carousel-text, .carousel-text1 {
	font-size: 0.8rem; /* Ajuste adicional para telas muito pequenas */
	padding: 5px;
	bottom: 20px;	
    left: 40px;
    right: 40px;
	margin-right: 0px;
	margin-left: 0px;/**/	
    }
	
#containerimg figcaption {	
  right: -7px;
  font-size: 12px;
}	
.header-text{
	font-size: 0.9rem; /* Ajuste adicional para telas muito pequenas */
	padding: 6px;
    }
	
}


/*  Nossos serviços  */


.sectionservices {
            padding: 60px 0;
            min-height: 100vh;
        }
        
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #6f6f6f;  /*  #6f6f6f  Cinza medio escuro*/
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
.section_title {
  margin-bottom: 40px;
}

.section_title h2 {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
    background: #ae9751 none repeat scroll 0 0; /* #F8C01B amarelo*/
    width: 100px;
}
.brand_border .fas.fa-handshake {
    font-size: 14px;
        color:#000000;
}


.section_title p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  padding: 14px 0;
}

.choose_us .section_title {
    margin-top: 45px;
}
#service .single_service {
  padding: 32px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

#service .single_service:hover{
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}


/*  Removida borda do icone */
#service .icon {
  border: 0px solid #666;
  border-radius: 5%;
  color: #333333;
  font-size: 35px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 70px;
}

#service .single_service .single_service-left {
  padding-right: 25px;
}

.single_service-heading {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.single_service-body p {
  font-size: 13px;
  line-height: 25px;
  text-align: justify;
}

.single_service-left {
  display: table-cell;
  vertical-align: top;
}
.single_service-body {
  color: #333333;
  display: table-cell;
  vertical-align: top;
}
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
/*
#service .single_service:hover,
#service .single_service:hover * {
    background: #ae9751; /* Define a cor de fundo */
    color: #fff; /* Define a cor do texto */
}*/


#service .single_service:hover {
    background: #ae9751 none repeat scroll 0 0; /* #F8C01B amarelo*/
	color: #ff0000 !important; 
	
}

.single_service {
  display: flex;
  align-items: flex-start; /* Alinha o ícone e o texto no topo */
}

.single_service-body {
  width: 100%;          /* Largura em % da div principal */
  max-width: 800px;    /* Máximo para telas maiores */
  height: auto;
  box-sizing: border-box; /* Garante que padding e border sejam incluídos na largura */
  padding: 15px;       /* Adiciona espaçamento interno */
  border: 0px solid #ccc; /* Define o contorno */
  
  /*  background-color: green !important;  Cor verde para teste */
}

.single_service-body ul {
  list-style-type: disc; /* Exibe marcadores como bolinhas; altere para 'square' para quadrados */
  padding-left: 20px; /* Ajuste o espaçamento à esquerda para exibir os marcadores */
  margin: 0; /* Remove a margem superior e inferior, se necessário */
}

.single_service-body li {
  margin-bottom: 10px; /* Espaçamento entre itens */
}


@media (max-width: 768px) {
#service .single_service-left {
  padding-right: 0px;
}		
.single_service-left {
  display: none;
}
}

@media (max-width: 480px) {
#service .single_service-left {
  padding-right: 0px;
}		
.single_service-left {
  display: none;
}
	
}


/* OUR SERVICES -  Anterior... */
/*start global */

@import url('https://fonts.googleapis.com/css?family=Roboto');

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

.container {
    max-width: 1170px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.heading h1:after {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #BABABA;  /*cinza claro*/
    margin-top: 4px;
    
}

.clear-fix {
    clear: both;
}

.hidden {
    visibility: hidden !important;
}

/* end global */

/* start of our services section */

#our-services {
    background: #f6f6f6;  /*cinza clarinho*/
    min-height: 100vh;
    padding-top: 25vh;
}

/* OUR SERVICES LEFT SIDE */

#our-services .desc {
    width: 33%;
    float: left;
}

#our-services .desc .heading h1 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
}

#our-services .desc .text {
    color: #BABABA;
}

/* OUR SERVICES RIGHT SIDE */

#our-services .services {
    width: 67%;
    float: left;
}


#our-services .services .column {
    float: left;
    margin-right: 60px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

#our-services .services .column .service {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    transition: all 0.1s ease;
    margin-bottom: 7px;
}

#our-services .service1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    transition: all 0.1s ease;
    margin-bottom: 7px;
}

#our-services .services .column .service:hover {
    background: #28282e;   /* preto */
    color: #fff;
}

#our-services .service1:hover {
    background: #28282e;  /* preto */
    color: #fff;
}

#our-services .services .service1:hover .column .service:hover .service-icon {
    color: #fff;
}

#our-services .services .column .service .service-desc {
    transform: rotate(-45deg);
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

#our-services .services .column .service .service-desc .service-icon  {
    font-size: 20px;
    margin-bottom: 5px;
    color: #ae9751;  /*#f57469;*/
}

/* end of our services section */

/* media query */

@media all and (max-width: 967px) {
    #our-services {
        padding-top: 60px;
    }
    
    #our-services .desc {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    
    #our-services .services {
        width: 100%;
    }
    
    #our-services .services .column {
        transform: rotate(0deg);
        margin-right: 10px;
    }
    
    #our-services .services .column .service .service-desc {
        transform: rotate(0deg);
    }
}


.double-down-line-left {
    color: #ae9751 !important; /* Para o texto */
}

.double-down-line-left::before,
.double-down-line-left::after {
    background-color: #ae9751 !important; /* Para as linhas */
 /*   content: "";  Se necessário para mostrar as linhas */
 /*   display: block;  Ou inline-block, dependendo do layout */
 /*  height: 2px;  Ajuste a altura da linha conforme necessário */
 /*   width: 100%;  Ou a largura desejada */
 /*   margin: 10px 0;  Ajuste a margem conforme necessário */
}




/*  About Us  */
.text-justify {
    text-align: justify; /* Alinha o texto em ambas as margens */
}

.full-rowimgab {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto; /* Ajuste conforme necessário */
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Alinha o conteúdo à esquerda */
}

.full-rowimgab::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url('uploads/faccilite_reuniao.jpg');*/
    /*background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(3px);  Aplica o desfoque */
    z-index: 1;
}

.containerimgab {
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6); /* Fundo preto com transparência */
    padding: 2rem; /* Espaçamento interno */
    border-radius: 8px; /* Cantos arredondados (opcional) */
    max-width: 100%; /* Limita a largura em telas grandes */
    margin: 0; /* Remove margens automáticas */
}

.contentimgab-area {
    width: 100%; /* Padrão para telas pequenas */
}

@media (max-width: 991px) {
    .containerimgab {
        max-width: 100%; /* 100% em telas pequenas */
    }
}

/*  --------------  texto  ----------------  */

.full-row {
    padding: 20px 0; /* Adicione algum preenchimento se necessário */
	/*background-color: white !important;   não funcionou */
}

.about-company {
    display: flex; /* Usa flexbox para alinhar os filhos em linha */
    flex-wrap: nowrap; /* Impede a quebra de linha dos itens */
}

.about-content {
    padding-right: 20px; /* Adiciona espaço entre o texto e a imagem */
}

.about-img {
    margin-top: -50px !important; /* Ajusta o alinhamento superior da imagem */
}

.about-img img {
    max-width: 100%; /* Garante que a imagem não exceda a largura do seu container */
    height: auto; /* Mantém a proporção da imagem */
}

/* Para dispositivos móveis */
@media (max-width: 767.98px) {
    .about-company {
        flex-direction: column; /* Alinha texto e imagem em coluna */
    }

    .about-img {
        margin-top: 20px; /* Adiciona espaço entre o texto e a imagem em telas pequenas */
    }
}




/*  ---------------------------------  */
.imagem-desfocada {
    filter: blur(5px); /* Ajuste o valor em pixels para aumentar ou diminuir o desfoque */
}

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

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #71797E;   /*     899499 #9fa6b2  #888 6f6f6f 808080 */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
