/* - - - - - INDEX - - - - - */

/* - - - - BANNER - - - - */
#banner{
	width: 100%;
	height: 675px;
	position: relative;
	z-index: 1;
	border-bottom: 5px solid red;
}

#banner .owl-dots{display: none;}

#banner li{
	width: 100%;
	height: 675px;
    display: block;
    overflow: hidden;
    position: relative;
}

#banner li img{
	width: 1920px;
	height: 675px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
	object-fit: cover;
}

.banner-texto {
    position: absolute;
    top: 270px;
    left: 15%;
    transform: translateY(-50%);
    max-width: 600px;
    color: #000;
    border-left: 2px solid #000;
	padding-left: 20px;
}

.banner-texto .subtitulo {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #c00; /* vermelho */
    margin-bottom: 15px;
}

.banner-texto h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 10px;
}

.banner-texto h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px;
}

.banner-texto p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}



.bread{
	height: 299px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	background-image: url("../../imagens/bread.jpg");
	margin-top: 130px;
	border-bottom: 3px solid #FE0100;
}

.bread h1{
	text-align: center;
	font-size: 35px;
	color: #000;
	font-weight: 300;
}

.bread .way li a{
	color: #000;
	font-weight: bold;
}

.bread .way li:after{color: #000;}

@keyframes animacaoAumento {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}


/* - - - - BANNER - - - - */

/* - - - - - INDEX - - - - - */

#quem_somos{
	width: 100%;
	position: relative;
	display: block;
	height: 665px;
	margin: 70px auto;
}

#quem_somostxt{
	position: absolute;
	right: 0px;
	width: 565px;
	margin-top: 40px;
}

#quem_somos h1 span{
	color: #FE0100;
	font-size: 14px;
	font-weight: bold;
}

#quem_somos h1{
	font-size: 30px;
	color: #000;
	border-bottom: 1px solid #918E8E;
}

#quem_somos p{
	font-size: 14px;
	color: #707070;
	margin: 20px auto;
}

#quem_somos a{
	margin: auto 0px auto auto;
	position: relative;
	display: block;
	border-radius: 20px;
	background-color: #FE0100;
	color: #fff;
	text-align: center;
	line-height: 30px;
	width: 88px;
	height: 30px;
	font-size: 9px;
	font-weight: bold;
}

#quem_somos .image{
	max-width: 50%;
	position: absolute;
	left: 0;
}

#quem_somostxt section{
	width: 375px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 25px;
	background-color: #EFEBEB;
	color: #707070;
	font-size: 14px;
	font-weight: bold;
	margin: 40px auto 20px auto;
}

#quem_somostxt img{
	display: block;
	position: relative;
	margin: auto;
}

#servicos{
	width: 100%;
	height: 880px;
	background: url("../../imagens/servicos.png") no-repeat center center;
	background-size: cover;
	position: relative;
}

#servicos ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#servicos ul li{
	width: 350px;
	height: 235px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 25px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden; /* importante pra não vazar */
}

#servicos ul li section{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	position: relative;
}

#servicos ul li section .icon{
border-radius: 50%;
    width: 75px;
    height: 75px;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 13px;
}

#servicos ul li section .icon::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../../imagens/servicos.png") no-repeat center center;
	background-size: cover;
	/* isso alinha o background com o do #servicos */
	background-attachment: fixed;

}

.icon i {
    z-index: 2;
    position: relative;
    width: 45px;
    height: 45px;
    font-size: 45px; /* controla o tamanho do ícone */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; /* ícones pretos */
}

#servicos ul li section p{
	color: #1B1A1F;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	width: 200px;
}

#servicos ul li p{
	font-size: 12px;
	color: #A5A1A1;
}

#servicos_txt{
	width: 555px;
	position: relative;
	display: block;
	margin: auto;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 66px;
}

#servicos_txt p:first-of-type{
	color: #FE0100;
	font-size: 14px;
	font-weight: bold;
}

#servicos_txt p:nth-of-type(2){
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin: 15px auto;
}

#servicos_txt p:last-of-type{
	font-size: 14px;
	color: #C7C4C4;
}

#duvidas{
	height: auto;
	width: 100%;
	margin: 70px auto;
}

#duvidas_hack{display: flex;}

#duvidas_solucao,#duvidas_bloco{
	width: 50%;
	height: 500px;
	overflow: hidden;
}

#duvidas_solucao{border-left: 1px solid #2B495A;padding-left: 40px;}

#duvidas_bloco h5 span{
	font-size: 18px;
	font-style: normal;
	color: red;
}

#duvidas_bloco h5{
	color:#000;
	font-style: italic;
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 45px;
	width: 90%;
	margin-left: 0px;
}

#duvidas_bloco ul li{
	height:50px;
	width: 80%;
	border-radius: 20px;
	background-color: #fff;
	display: inline-flex;
	align-items: center;
	text-align: center;
	margin: auto auto 20px auto;
	border: 1px solid #656667;
	transition: 0.3s;
}

#duvidas_bloco ul li:hover{
	background-color: #000;
	color: #fff;
}

#duvidas_bloco ul li:hover p{color: #fff!important;}

#duvidas_bloco ul li p{
	color:#000;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
	text-align: left;
}


#duvidas_solucao p:first-of-type{
	font-size: 22px;
	color: #000;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 30px;
}

#duvidas_solucao p:nth-of-type(2){
	color:#000;
	font-size: 16px;
	font-weight: 300;
}

#duvidas_botao {
	display: inline-flex;
	margin: auto;
	width: 185px;
	height: 35px;
	background-color: #fff;
	color: #184583;
	border-radius: 20px;
	font-size: 16px;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: 200px;
	font-style: italic;
	font-weight: 300;
	padding: 5px;
	transition: 0.3s;
}

#duvidas_solucao a:hover{
	transform: scale(1.05);
}

#avaliacoes{
	width: 725px;
	height: 330px;
	border-radius: 20px;
	background-color: #0E0E0F;
	text-align: center;
	box-sizing: border-box;
	padding: 55px;
	margin-bottom: 70px;
}

#avaliacoes p{
	color: #fff;
	font-size: 22px;
	line-height: 30px;
}

#avaliacoes ul{padding-top: 55px;}

#avaliacoes ul li p:first-of-type{
	font-size: 15px;
	color: #C8C1C1;
	margin-bottom: 55px;
}

#avaliacoes ul li p:last-of-type{
	color: #F6F6EC;
	font-size: 20px;
}

#avaliacoes p span{color: #FE0100;}

#avaliacoes ul li p{line-height: normal;}

#avaliacoes .owl-dots{margin-top: 70px;}

#avaliacoes .owl-dot{
	width: 10px;
	height: 10px;
	background-color: #000;
}

#avaliacoes .owl-dot.active{background-color: red;}

/* - - - - BLOG - - - - */
#blog{
    background: url("../../imagens/Grupo 58.png") center top no-repeat;
    height: 540px;
    position: relative;
    z-index: 0;
	margin-bottom: 120px;
	display: none;

}
#blog #frase{
    position: absolute;
    color: #fff;
    font-family: "Dancing Script";
    font-size: 46px;
    width: 650px;
    margin-left: 0;
    margin-top: 50px;
}
#blog h2{
    color: red;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 50px;
    line-height: 32px;
    position: absolute;
    margin-top: 60px;
}
#blog h2 span{
    color: #fff;
    font-size: 36px;
    letter-spacing: 0;
}

#blog p{
    position: absolute;
    margin-top: 175px;
    color: #fff;
    width: 400px;
}
#blog .todos{
    position: absolute;
    margin-top: 290px;
    width: 200px;
    line-height: 40px;
    border: 1px solid red;
    color: #fff;
	background-color: red;
	border-radius: 5px;
	font-weight: bold;
    text-align: center;
    transition: 0.3s;
}

#blog #artigos{
    position: absolute;
    display: flex;
    width: 710px;
    margin-top: 135px;
    margin-left: 450px;
}
.artigo{
    width: 340px;
    display: block;
    height: 460px;
    background-color: #F5F5F5;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.artigo .foto{
    width: 340px;
    height: 190px;
    overflow: hidden;    
}
.artigo .foto img{
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.artigo h4{
    padding: 30px;
    font-size: 22px;
    color: #000;  
}
.artigo span{
    padding: 0 30px;
    font-size: 16px;
    color: #B1830E;
    text-decoration: underline;
}
.artigo p{
	position: relative!important;
	margin: auto!important;
	color: #222!important;
	width: auto!important;
	box-sizing: border-box;
	padding: 0px 30px 30px;
	font-size: 14px!important;
}


/* - - - - BLOG - - - - */

/* - - - - PÁGINA SOBRE - - - - */
#sobre{
	text-align: center;
}
#sobre h1{
	width: 50%;
	font-size: 30px;
	margin: 50px auto;
	
	
}
#sobre p{
	text-align: justify;
	width: 85%;
	margin: 100px auto;
}
#sobre p img{
	float: right;
	width: 160px;
	margin-left: 50px;
}
#banner_sobre{position: relative;}
#banner_sobre li{
	width: 100%;
	height: 400px;
}
#banner_sobre li img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 15px;
}

#sobre ul{
	display: flex;
	margin: 100px auto;
}
#sobre ul li{
	position: relative;
	width: 500px;
	height: 165px;
	background-color: #E4E4E4;
	box-sizing: border-box;
	padding: 50px;
	color: #000;
	border-radius: 15px;
	font-size: 13px;
}
#sobre ul li h2{
	position: absolute;
	top: -25px;
	height: 50px;
	line-height: 50px;
	background-color: #FE0100;
	width: 150px;
	color: #fff;
	left: 50%;
	margin-left: -75px;
	border-radius: 10px;
}

#setores{
	width: 100%;
	height: 427px;
	background: url("../../imagens/bg-setores.jpg") center center no-repeat;
	box-sizing: border-box;
	padding: 80px 0;
	text-align: center;
	margin-bottom: 100px;
}
#setores h3{
	font-size: 20px;
	margin-bottom: 40px;
}
#setores ul{
	display: flex;
	width: 60%;
	margin-bottom: 50px;
}
#setores ul li{
	width: 150px;
	height: 70px;
	background-color: #000;
	color: #fff;
	border-radius: 5px;
	display: table-cell !important;
	vertical-align: middle;
	line-height: 70px;
	
}
#setores p{
	width: 60%;
}
/* - - - - PÁGINA SOBRE - - - - */
#contato .central{display: flex;}

#contato h1{
	width: 50%;
	font-size: 30px;
	margin: 50px auto;
	text-align: center;	
}

#contato #dados, #contato form{
	width: 50%;
	box-sizing: border-box;
	padding: 0 100px;
}
#contato #dados p{margin-bottom: 50px;}
#contato #dados p b{font-size: 30px;}
#contato #dados img{
	width: 42px;
	margin-right: 20px;
	float: left;
	filter: invert(27%) sepia(78%) saturate(7379%) hue-rotate(355deg) brightness(102%) contrast(122%);
}

#contato form input{
	width: 100%;
	border: 1px solid #707070;
	height: 40px;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 10px;
}
#contato form textarea{
	width: 100%;
	border: 1px solid #707070;
	height: 160px;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 10px;
}
#contato form button{
	width: 130px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: right;
	color: #FE0100;
	background-color: #fff;
	border: 1px solid #707070;

}
#mapa{
	width: 100%;
	height: 425px;
	margin-top: 100px;
}


/* - - - - Blog inside - - - - */
#blog_inside{
    display: flex;
    margin: 50px auto;
}
#blog_inside #texto_blog{
    width: 750px;
	color: #000;
}
#blog_inside #texto_blog h1{
    text-transform: none;
    margin-bottom: 20px;
	font-size: 25px;
	color: #000;
    
}

#blog_inside #texto_blog div img{
    width: 750px;
    height: 400px;
    margin-bottom: 30px;
    object-fit: cover;
       
}


#texto_blog h2, #texto_blog h2 a{font-size: 20px; font-weight: 600; color: #FF1B0E;margin: 20px auto;text-decoration: none;}
#texto_blog ul li{margin: 15px auto;}
#texto_blog ul{list-style-position: inside;list-style-type: disc;}
#texto_blog ul li strong{font-weight: 500!important;}
#texto_blog a{text-decoration: underline; color: #B6D0E1;}

#texto_blog table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

#texto_blog th,
#texto_blog td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

#texto_blog th {
  background-color: #f2f2f2;
  font-weight: bold;
}

#texto_blog tr:nth-child(even) {
  background-color: #fafafa;
}

#texto_blog tr:hover {
  background-color: #f1f7ff;
}

#texto_blog thead th {
  text-align: center;
  color: #333;
}


#texto_blog p{margin: 10px auto 20px auto;}

.sidebar{display: flex; flex-wrap: wrap; justify-content: center; width: 400px; align-self: flex-start; position: relative;}

/* - - - share - - - */
.sidebar .share{width: 100%; height: auto; position: relative; box-sizing: border-box; text-align: left; padding: 20px; background-color: #F5F8FF; margin-bottom: 35px;}

/* - - bloco - - */
.sidebar .share .bloco{width: 100%; margin-bottom: 0;}
.sidebar .share .bloco > *{text-align: left;}
.sidebar .share .bloco .title{font-size: 18px;}
.sidebar .share .bloco .description{font-size: 15px; width: 100%;}
/* - - bloco - - */

/* - - share-btn - - */
.sidebar .share .share-btn{
  	display: inline-block;
	vertical-align: middle;
  	color: #ffffff;
	background-color: #EBF0F8;
  	border: none;
  	padding: 7px;
	border-radius: 25px;
  	outline: none;
	box-sizing: border-box;
  	text-align: center;
  	margin: 0 2.5px 0 0;
  	height: 30px;
	width: 30px;
	transition: 0.3s;
	cursor: pointer;
}
.sidebar .share .share-btn:nth-of-type(2){margin: 0 2.5px 0 0;}
.sidebar .share .share-btn:last-of-type{margin: 0;}
.sidebar .share .share-btn img{
	height: 100%;
	width: auto; 
	position: relative; 
	display: block; 
	box-sizing: border-box; 
	filter: invert(45%) sepia(9%) saturate(826%) hue-rotate(180deg) brightness(94%) contrast(93%);
}

.sidebar .share .share-btn:hover > img{filter: brightness(0) invert(1);}

.sidebar .share .share-btn.twitter:hover{background: #55acee;}
.sidebar .share .share-btn.telegram:hover{background: #0088cc;}
.sidebar .share .share-btn.facebook:hover{background: #3B5998;}
.sidebar .share .share-btn.whatsapp:hover{background: #25d366;}
.sidebar .share .share-btn.linkedin:hover{background: #0077b5;}
.sidebar .share .share-btn.print:hover{background: #000;}
/* - - share-btn - - */

/* - - - share - - - */

/* - - - BLOG REL - - - */
.sidebar .blog_rel{width: 100%; height: auto; position: relative; margin-bottom: 45px;}

/* - - bloco - - */
.sidebar .blog_rel .bloco{margin-bottom: 10px; justify-content: flex-start; align-items: flex-start; width: 100%;}
.sidebar .blog_rel .bloco:last-child{margin: 25px 0 0 0;}

.sidebar .blog_rel .bloco .title{font-size: 22px; margin-bottom: 0;}
.sidebar .blog_rel .bloco .linkout{text-align: center; align-self: center; padding: 0 10px; width: auto; font-size: 14px;line-height: 14px;}
/* - -  bloco - - */

/* - -  artigo - - */
.sidebar .blog_rel .artigo{
	width: 100%; 
	height: auto;
	padding: 10px 10px 10px 35px; 
	text-align: left;
	display: block; 
	margin: 0 auto 10px;
	border: none;
	border-bottom: 1px #393939 solid;
	background: none;
}
.sidebar .blog_rel .artigo:last-child{margin: 0 auto 0; border-bottom: none;}
.sidebar .blog_rel .artigo .img{width: 150px; height: 150px; display: none;}
.sidebar .blog_rel .artigo .nome{font-size: 14px; color: #393939; margin-bottom: 0;}
.sidebar .blog_rel .artigo .nome:before{
	content: ""; 
	display: block;
	width: 8px;
	height: 8px; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin: -4px 0 0 -198px;
	transition: 0.3s;
	background-color: #393939;
}
.sidebar .blog_rel .artigo .descricao{font-size: 14px; display: none;}
.sidebar .blog_rel .artigo .link{display: none;}

.sidebar .blog_rel .artigo:hover{background-color: #336463;}
.sidebar .blog_rel .artigo:hover > .nome{color: #fff;}
.sidebar .blog_rel .artigo:hover > .nome:before{background-color: #fff;}
/* - -  artigo - - */

/* - - - BLOG REL - - - */

/* - - - formulario - - -*/
.sidebar .formulario{width: 100%;}

.blog_rel p{
	font-size: 22px;
	font-style: normal;
	color: #FF1B0E;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

#veja{border-bottom: 2px solid #FF1B0E;}

#veja ul li{
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}

#veja ul li:last-of-type{margin-bottom: 15px;}

#veja ul li a{color: #000;}

#veja p{
	margin-top: 20px;
	font-size: 14px;
	color: #000;
	font-weight: bolder;
	font-style: normal;
	transition: 0.3s;
    letter-spacing: 0;
	display: list-item;
	list-style-position: inside;
}

#veja p:hover{transform: scale(1.03); }

.without a{
	box-sizing: border-box;
	padding: 10px 5px!important;
	text-align: center;
	font-style: normal;
	color: #F6A500;
	border: 1px solid #F6A500;
	border-radius: 6px 0px;
	margin-left: 150px;
	transition: 0.3s;
}

.without a:hover{
	background-color: #F6A500;
	color: #ffffff;
	border: 1px solid #ffffff;
	
}

.formulario{
	border: 2px solid #f5f5f5;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 20px;
}

.formulario form{
	display: flex;
	flex-wrap: wrap;
}

.formulario form input{
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	background-color: transparent;
	color: #ababab;
	font-size:16px;
	font-style: normal;
	margin-bottom: 20px;
}

.formulario form textarea{
	width: 100%;
	height: 150px;
	border: 1px solid #ccc;
	background-color: transparent;
	color: #ababab;
	font-size:16px;
	font-style: normal;
}

#aceitar {
	font-size: 11px;
	font-style: normal;
	margin-left: -4px;
	margin-top: 25px;
	width: 50%;
}
#aceitar input{
	width: 15px;height: 15px;
	float: left;
}

#aceitar a{
	color: #707070;
	text-decoration: underline;
}

.formulario button{
	width: 100px!important;
	height: 45px!important;
	border: 1px solid #ababab;
	border-radius: 6px;
	margin-top: 20px;
	transition: 0.3s;
}

.formulario button:hover{background-color: #346A7E;color: #ffffff;}

#texto_blog {font-style: normal;}

#video{
	margin: auto;
	text-align: center;
	margin-bottom: 40px;
}

#video iframe{
	width: 1000px;
	height: 700px;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	object-fit: cover;
}

/*-------------Inside---------------*/

#blog_page{
	display: flex;
	flex-wrap: wrap;
	margin: 75px auto 45px auto;
}
#blog_page h1{
	width: 90%;
	font-size: 30px;
	margin-bottom: 50px;
    text-align: center;
	
}








