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

/* - - - - BANNER - - - - */
#banner{
	width: 100%;
	height: 680px;
	position: relative;
	z-index: 1;
}

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

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

#banner li img{
	width: 1920px;
	height: 680px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
	animation: animacaoAumento 10s linear infinite;
	object-fit: cover;
}
#banner #txt_banner{
    position: absolute;
    width: 650px;
    margin-top: 230px;
    color: #fff;
    z-index: 5;
    left: 50%;
    margin-left: -325px;
    text-align: center;
}
#banner #txt_banner span{
    color: #32DCEA;
    line-height: 30px;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: 400;
}
#banner #txt_banner h1{
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}


#sub_banner{
    position: absolute;
    display: flex;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    margin-top: -110px;
    z-index: 5;
}


.bread{
	height: 265px;
	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.png")
}

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

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

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

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

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


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


/* - - - - PRODUTOS HOME - - - - */
#produtos_home{
	background: url("../../imagens/bg_produtos.jpg") center top no-repeat;
	background-size: cover;
	padding-top: 300px;
	padding-bottom: 150px;
	box-sizing:border-box;
	min-height: 800px;
}

#produtos_home h2{
	font-size: 40px;
	width: 400px;
	margin-left: 0;
}
#produtos_home h2 span{
	color: #00669c;
    line-height: 30px;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: 400;
}
#produtos_home p.resumo{
	float: right;
	width: 500px;
	margin-top: -80px;
}
#produtos_home #prods{
	clear: both;
	margin-top: 50px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	width: 1200px;
}
#produtos_home #prods a{
	display: block;
	width: 600px;
	height: 300px;
	color: #333;
	transition: 0.3s;
}

#produtos_home #prods a img{
	width: 300px;
	height: 300px;
	object-fit: cover;
	float: left;
	overflow: hidden;
	transition: 0.3s;
}
#produtos_home #prods a p{
	width: 300px;
	box-sizing: border-box;
	padding: 50px 30px;
	text-align: center;
	margin-right: 0;
}
#produtos_home #prods a p span{
	color: #00669c;
    line-height: 30px;
    font-size: 24px;
    font-weight: 400;
	font-weight: bold;
	margin-bottom: 20px;
}

#produtos_home #prods a:nth-child(4n + 4) > img, #produtos_home #prods a:nth-child(4n + 3) > img{ float: right;}
#produtos_home #prods a:nth-child(4n + 4) > p, #produtos_home #prods a:nth-child(4n + 3) > p{ margin-left: 0;}

#produtos_home #prods a:hover{
	background-color: #00669c;
	color: #fff;
}
#produtos_home #prods a:hover > p span{color: #fff;}


#clientes_home{
	padding: 70px 0;
	text-align: center;
	background-color: #F5F5F5;
}
#clientes_home h2 span{
	color: #00669c;
    line-height: 30px;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: 400;
}
#clientes_home h2{
	font-size: 30px;
	line-height: 60px;
	margin-bottom: 50px;
}

#sobre_home{
	background: url("../../imagens/bg.jpg") center center no-repeat;
	padding: 140px 0;
	color: #fff;
	height: 735px;
	box-sizing: border-box;
}
#sobre_home img{
	float: left;
	margin-right: 50px;
}

#sobre_home h2 span{
	color: #00669c;
    line-height: 30px;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: 400;
}
#sobre_home h2{
	font-size: 40px;
	margin-bottom: 50px
}
#sobre_home a{
	background-color:#00669c;
	color: #fff;
	border-radius: 5px;
	padding: 10px 15px;
	margin-top: 50px;
}

#blog_home{
	background: url("../../imagens/bg_produtos.jpg") center top no-repeat;
	background-size: cover;
	padding: 50px 0;
	box-sizing:border-box;
	text-align: center;
}

#blog_home h2 span{
	color: #00669c;
    line-height: 30px;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: 400;
}
#blog_home h2{
	font-size: 40px;
	width: 660px;
}
#blog_home #artigos{
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
#blog_home #artigos a{
	width: 370px;
	height: 595px;
	margin-bottom: 15px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 15px;
	padding: 10px;
	box-sizing: border-box;
	color: #333;
	transition: 0.3s;
}
#blog_home #artigos a:hover{
	background-color: #00669c;
	color: #fff;
}
#blog_home #artigos a img{
	width: 350px;
	height: 350px;
	border-radius: 10px;
	object-fit: cover;
	margin-bottom: 20px;
}
#blog_home #artigos a h4{
	font-size: 20px;
	padding: 0 30px;
	margin-bottom: 20px;
}
#blog_home #artigos a p{
	font-size: 16px;
	padding: 0 30px;
	margin-bottom: 20px;
}
/* - - - - - INDEX - - - - - */

/* - - - - - QUEM SOMOS - - - - - */
#bc_quemsomos{background-image: url("../../imagens/breadcrumb/bc-categoria.jpg");}

/*content_quemsomos*/
.img_quemsomos{width: 465px; height: 630px; position: sticky; right: 0; top: 10px; float: right; margin-top: 50px;}
.content_quemsomos{box-sizing: border-box; margin: 60px 0 60px 0; padding: 25px 0 0 0; width: 600px; color: #707070; float: left;}

.content_quemsomos .descricao{font-size: 16px; position: relative; line-height: 25px;}
.content_quemsomos .descricao span{font-size: 14px; position: relative; line-height: 20px; padding-left: 25px; display: block; margin-bottom: 15px;}
.content_quemsomos .descricao span b{position: absolute; left: 10px;}
.content_quemsomos .final{font-size: 14px; margin-top: 25px; line-height: 25px; font-style: italic;}
.content_quemsomos .topico{font-size: 14px; position: relative; line-height: 20px; display: block; margin-top: 10px;}
.content_quemsomos .topico b{display: block; margin-bottom: 2.5px;}
.content_quemsomos .title_page{margin-top: 20px; font-size: 22.5px;}
.content_quemsomos h2{margin-bottom: 50px; font-size: 30px; color:#00669c; font-weight: 300; }
.content_quemsomos h2 b{ font-weight:900; }
/*content_quemsomos*/

/*marcas_quemsomos*/
.marcas_quemsomos{text-align: center; box-sizing: border-box; padding: 0 0 35px 0; margin-top:50px;}
.marcas_quemsomos li{width: 130px; height: 100px; position: relative; margin: 0 15px 15px; display: inline-block; vertical-align: top;}
.marcas_quemsomos li img{width: auto; max-width: 130px; height: auto; max-height: 130px; position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto;}
.marcas_quemsomos h2{margin-bottom: 50px; font-size: 30px; color:#00669c; font-weight: 300; }
.marcas_quemsomos h2 b{ font-weight:900; }
/*marcas_quemsomos*/

/* - - - - - QUEM SOMOS - - - - - */


/* - - - - - FALE CONOSCO - - - - - */
#bc_faleconosco{background-image: url("../../imagens/breadcrumb/bc-faleconosco.jpg");}

/* - - - info_contato - - - */
.info_contato{box-sizing: border-box; padding: 60px 700px 0 30px; min-height: 525px;}

/*texto*/
.info_contato .texto{width: 100%; position: relative; color: #272727; font-size: 20px; font-weight: 400; box-sizing: border-box;}
.info_contato .texto b{display: block; font-size: 25px;  color: #0071BC;}
.info_contato .texto b a{width: auto; height: 20px; position: relative; display: inline-block; vertical-align: top; transition: 0.3s; object-fit: cover; margin: 7.5px 10px 0 0;} 
.info_contato .texto b a:hover{margin-top: 5px;} 
.info_contato .texto b a img{width: 100%; height: 100%; position: relative;}
.info_contato .texto b span{font-size: 20px;}

.info_contato .texto.descricao{margin: 65px 0 40px 0; font-size: 14px; line-height: 20px;}
.info_contato .texto.descricao b{margin-bottom: 7.5px; line-height: normal;}

.info_contato .texto.info{margin-bottom: 20px;}
/*texto*/

/*form*/
.info_contato .form{
    position: absolute; 
    padding: 40px 20px; 
    width: 585px; 
    right: 0; 
    top: 60px;
    background-color: #fff;
    z-index: 2;
    -webkit-box-shadow: 0px 5px 10px 2.5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 10px 2.5px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px 2.5px rgba(0,0,0,0.2);
}
.info_contato .form input,.info_contato .form button{height: 60px; line-height: 60px;}
.info_contato .form textarea{height: 175px;}
/*form*/

/* - - - info_contato - - - */

/*endereco_contato*/
.endereco_contato{width: 100%; min-height: 405px; position: relative; background: url("../imagens/bg-endereco-contato.jpg") top center no-repeat; box-sizing: border-box; padding: 55px 25px 0;}

.endereco_contato .titulo{color: #FFFFFF; font-size: 21px; font-weight: 400; position: relative; line-height: 30px; box-sizing: border-box; padding-right: 700px;}
.endereco_contato .titulo b{display: block; line-height: normal;}

.endereco_contato .iframe_contato{width: 45%; height: 275px; position: relative; margin: 25px 0; border-radius: 10px;}  
/*endereco_contato*/

/* - - - - - FALE CONOSCO - - - - - */


/* - - - - - BLOG INSIDE - - - - - */
#blog_inside{
    display: flex;
    margin: 50px auto;
}
#blog_inside #texto_blog{
    width: 750px;
	text-align: justify;
}
#blog_inside #texto_blog h1{
    text-transform: none;
    margin-bottom: 20px;
	font-size: 25px;
    
}

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

#texto_blog h2{font-size: 20px; font-weight: 600; color: #1A4568;}
#texto_blog ul li{list-style: disc;list-style-position: inside;margin: 10px auto;}
#texto_blog a{text-decoration: underline; color: #B6D0E1;}

.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;}
/* - -  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%; box-sizing: border-box;}

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

#veja{border-bottom: 2px solid #00669c}

#veja p{
	margin-top: 20px;
	font-size: 14px;
	color: #00669c;
	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); }

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



/* - - - - PRODUTOS PAGE - - - - */
#produtos_page{
	background: url("../../imagens/bg_produtos.jpg") center top no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 150px;
	box-sizing:border-box;
	min-height: 800px;
}

#produtos_page h2{
	font-size: 40px;
	width: 400px;
	margin-left: 0;
}
#produtos_page h2 span{
	color: #00669c;
    line-height: 30px;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: 400;
}
#produtos_page p.resumo{
	float: right;
	width: 500px;
	margin-top: -80px;
}
#produtos_page #prods{
	clear: both;
	margin-top: 50px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	width: 1200px;
}
#produtos_page #prods a{
	display: block;
	width: 600px;
	height: 300px;
	color: #333;
	transition: 0.3s;
}

#produtos_page #prods a img{
	width: 300px;
	height: 300px;
	object-fit: cover;
	float: left;
	overflow: hidden;
	transition: 0.3s;
}
#produtos_page #prods a p{
	width: 300px;
	box-sizing: border-box;
	padding: 50px 30px;
	text-align: center;
	margin-right: 0;
}
#produtos_page #prods a p span{
	color: #00669c;
    line-height: 30px;
    font-size: 24px;
    font-weight: 400;
	font-weight: bold;
	margin-bottom: 20px;
}

#produtos_page #prods a:nth-child(4n + 4) > img, #produtos_page #prods a:nth-child(4n + 3) > img{ float: right;}
#produtos_page #prods a:nth-child(4n + 4) > p, #produtos_page #prods a:nth-child(4n + 3) > p{ margin-left: 0;}

#produtos_page #prods a:hover{
	background-color: #00669c;
	color: #fff;
}
#produtos_page #prods a:hover > p span{color: #fff;}



/* - - - PRODUTO INSIDE - - - */
#bc_categoria{background-image: url("../../imagens/breadcrumb/bc-categoria.jpg");}
/* - -content_pinside - - */
.content_pinside{box-sizing: border-box; padding: 40px 0 0 480px; min-height: 675px;}

.content_pinside ul{margin: 20px auto;}

.content_pinside ul li{
	margin-bottom: 15px;
	list-style-type: disc;
	list-style-position: inside;
	text-align: justify;
}

/*texto*/
.content_pinside .titulo{width: 100%; box-sizing: border-box; padding: 30px 0 0 0;}
.content_pinside .titulo .title_page{font-size: 25px; margin-bottom: 0; line-height: 32.5px;}
.content_pinside .titulo .codigo{color: #FF9100; font-size: 18px; font-weight: bold; line-height: 25px;}

.content_pinside .descricao{color: #333; font-size: 16px; position: relative; line-height: 25px; margin-top: 30px;}

.content_pinside .download{
    background-color: #0071BC; 
    border: 2px #0071BC solid;
    width: 260px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    border-radius: 20px;
    position: relative;
    display: block;
    color: #FFFFFF;
    font-size: 22px;
    padding: 0 0 0 25px;
    margin: 25px 0 0 0;
}
.content_pinside .download a{
    height: 36px; 
    line-height: 40px; 
    width: 100px; 
    color: #0071BC; 
    font-size: 24px; 
    position: relative; 
    display: inline-block;
    vertical-align: top;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 20px;
    margin: 0 0 0 10px;
    font-weight: bold;
    transition: 0.3s;
}
.content_pinside .download a:hover{background-color: #0071BC; color: #fff; }
/*texto*/

/*imagens_inside*/
.content_pinside .imagens_inside{position: absolute; left: 0; top: 40px; width: 450px; height: auto;}

.content_pinside .imagens_inside a{
    position: relative; 
    box-sizing: border-box; 
    display: inline-block; 
    vertical-align: top; 
    z-index: 1; 
    border: 1px #E1E1E1 solid; 
    background-color: #fff;
    overflow: hidden;
}
.content_pinside .imagens_inside a img{width: auto; max-width: 100%; height: auto; max-height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; transition: 0.3s;}

.content_pinside .imagens_inside .marca{position: absolute; z-index: 2; width: 110px; height: 110px; top: 25px; right: -55px;}
.content_pinside .imagens_inside .marca img{max-width: 90%; max-height: 90%;}
.content_pinside .imagens_inside .big{width: 450px; height: 450px; margin-bottom: 20px;}
.content_pinside .imagens_inside .big:hover > img{transform: scale(1.07);}
.content_pinside .imagens_inside .small{width: 95px; height: 95px; margin: 0 5px;}
.content_pinside .imagens_inside .small:hover > img{transform: scale(1.05);}
/*imagens_inside*/

/* - - content_pinside - - */

/* - - texto_inside - - */
.texto_inside{box-sizing: border-box; padding: 40px 35px;}

.texto_inside .texto_tecnico,.texto_inside .form_inside{position: relative;}

.texto_inside .texto_tecnico{float: left; width: 600px;}
.texto_inside .texto_tecnico .iframe_inside{width: 100%; height: 350px; position: relative; margin-bottom: 30px;}
.texto_inside .texto_tecnico .title{font-size: 30px; margin-bottom: 15px; position: relative; font-weight: 800; color: #000000;}
.texto_inside .texto_tecnico .texto{color: #33363E; font-size: 14px; position: relative; line-height: 25px;}

.texto_inside .form_inside{float: right; width: 485px; position: sticky; top: 5px;}

/* - - texto_inside - - */ 

/* - - - PRODUTO INSIDE - - - */

/* ===== FAQ ===== */
.faq_inside{
    margin:40px auto;
	padding: 30px;
	background-color:#f3f3f3;
	border-radius: 10px;
}

.faq_grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    align-items:start; /* 👈 IMPORTANTE */
}

.faq_item{
    border:1px solid #e0e0e0;
    border-radius:8px;
    overflow:hidden;
	width: 100%;
}

.faq_pergunta{
    padding:16px 50px 16px 18px; /* espaço extra à direita */
    cursor:pointer;
    font-weight:600;
    background:#00669c;
    position:relative;
    display:flex;
    align-items:center;
	color: #fff;
}

.faq_pergunta::after{
    content:"+";
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    font-size:20px;
    transition:.3s;
}

.faq_item.active .faq_pergunta::after{
    content:"−";
}

.faq_resposta{
    display:none;
    padding:16px 18px;
    background:#fff;
    font-size:14px;
    line-height:1.6;
}

/* MOBILE */
@media screen and (max-width: 800px){
    .faq_grid{
        grid-template-columns:1fr;
    }
}
.faq_inside h2 span{
	color: #00669c;
    line-height: 30px;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: 400;
}
.faq_inside h2{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 50px;
	text-align: center;
}







