/* here you can put your own css to customize and override the theme */

@font-face {
	font-family: 'NexaLight';
	font-weight: normal;
	font-style: normal;
	src: url(../fonts/NexaLight.woff) format('woff');
}
@font-face {
	font-family: 'NexaBold';
	font-weight: normal;
	font-style: normal;
	src: url(../fonts/NexaBold.woff) format('woff');
}

body{
	font-family: "Open Sans";
}

h1{
	font-family: 'NexaBold';
	font-size: 50px;
}

.follow_h1{	
	font-family: 'NexaLight';
	font-size: 42px;
	text-transform: uppercase;
}

h6{
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 20px;
}

.menu > li ul {
	background: rgba(33, 150, 243, 0.8);
}

.menu > li ul a{
	opacity: 1;
}

.menu > li > ul:not(.multi-column) > li.dropdown > a::after{
	display: none !important;
}


.lead img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
	z-index: -1 !important;
}
.lead .texto {
	z-index: 1;
	font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    text-shadow: 1px 2px 5px rgba(0,0,0,0.5);
	font-family: 'NexaBold';
}

.form--active{
	margin-bottom:20px;
}

.form--merge input {
    border-radius: 0px 0 0 0px;
}

.form--merge button[type="submit"] {
    border-radius: 0 0px 0px 0;
	background: #2196f3;
}

nav.nav-open .nav-bar{
	height: auto;
}

.nav-bar.nav--absolute {
    border-top: 20px solid #48a7f2;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.25);
}

.menu > li > a {
    font-size: 12px;
	letter-spacing: 0px;
}

.nav-bar {
    height: 111px;
    max-height: 110px;
}

.nav-bar .logo{
	max-height:90px;
	margin-top: -25px;
}

.nav-mobile-toggle {
    width: 20px;
    margin-top: 62px;
    padding: 0;
}

.nav-bar .nav-module {
    margin-top: 14px;
}

.nav-mobile-toggle span {
    height: 2px;
    width: 100%;
    background-color: #2196f3;
    margin-top: 5px;
    display: block;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.homepage_geranswers{
    background-color: #2196f3;
    color: #fff;
	padding-top: 80px;
    padding-bottom: 130px;
	border-bottom: 7px solid #36caf9;
}

.prod_home a{
	color:#2196f3 !important;
	text-decoration: underline;
}

.homepage_servicos{
    overflow: hidden;
    padding-top: 40px !important;
	padding-bottom: 70px;
}

.homepage_servicos .background-image-holder{
    background-position: 50% 100% !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.blobo_servico{
    position: relative;
    width: 19.7%;
    display: inline-block;
    text-align: center;
    padding: 0 1%;
    vertical-align: top;
}

.blobo_servico .titulo_servico {
    color: #17c2f8;
    text-transform: uppercase;
	font-weight: bold;
    min-height: 45px;
    font-size: 14px;
    line-height: 20px;
}

.blobo_servico .subtitulo_servico{
    font-size: 14px;
    line-height: 20px;
    min-height: 75px;
    color: #3c5f77 !important;
}

footer{
	padding-bottom:0;
	background: #c1eefc;
	color:#8b8b8b;
	position: relative;
}

footer h6{
	color:#7a7a7a;
}

.img_footer {
    position: absolute;
    bottom: 15px;
    width: 200px;
    margin: auto;
    left: 0;
    right: 0;
}

.footer__lower{
	padding: 40px 60px;
    background-color: #2196f3;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
	margin-top: 50px;
}

.footer__navigation a{
    color: #7a7a7a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.footer__navigation li{
	line-height: 30px;
}

.titulo_mais_azul{
    background: url(/site/imagens/mais_branco.png) no-repeat;
    color: #fff;
    font-weight: bold;
    height: 76px;
    line-height: 70px;
    display: inline-block;
    background-position: 0;
	min-width: 80px;
	clear:both;
	margin-bottom: 60px;
}

.titulo_mais_azul span{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
	margin-left: 20px;
	margin-top: -5px;
}

.titulo_mais_preto{
    background: url(/site/imagens/mais_preto.png) no-repeat;
    color: #455a64;
    font-weight: bold;
    height: 76px;
    line-height: 70px;
    display: inline-block;
    background-position: 0;
	min-width: 85px;
	clear:both;
	margin-bottom: 60px;
}

.titulo_mais_preto span{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
	margin-left: 20px;
	margin-top: -5px;
}

.titulo_mais_cinzento{
    background: url(/site/imagens/mais_cinzento.png) no-repeat;
    color: #fff;
    font-weight: bold;
    height: 76px;
    line-height: 70px;
    display: inline-block;
    background-position: 0;
	clear:both;
	min-width: 80px;
    text-align: center;
	margin-bottom: 60px;
}

.titulo_mais_cinzento span{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
	margin-left: 20px;
	margin-top: -5px;
}

.blobo_servico button{
    background: #2196f3;
    border: 2px solid #2196f3;
    border-radius: 5px;
    width: 120px;
    font-size: 13px !important;
    line-height: 20px;
	letter-spacing: 0px;
}

#form_newsletter input{
	padding: 5px 10px;
    height: 50px;
    border-radius: 2px;
    border: 2px solid #8b8b8b;
    font-size: 14px;
}

#form_newsletter button {
    height: 50px;
    border-radius: 2px;
    border: 2px solid #2196f3;
    width: 100px;
    font-size: 15px !important;
    letter-spacing: 0;
}

footer .data_footer{
	font-size:12px;
}

.bg-20-50{
	background-position: 20% 50% !important;
}

.bloco_geranswers{
	text-align: center;
}

.bloco_geranswers .blobo_servico{
	width: 100%;
}

.bloco_geranswers .blobo_servico button{
	border: 2px solid #2196f3;
	background: transparent;
	padding: 5px 8px;
	letter-spacing: 0px;
	height: 35px;
	border-radius: 5px;
	font-size: 13px !important;
}
.bloco_geranswers .blobo_servico button:hover,
.bloco_geranswers .blobo_servico button:active, 
.bloco_geranswers .blobo_servico button:focus {
    border-color: #2196f3 !important;
}

.card-1 .card__icon {
    height: 290px;
	padding: 0;
}

.card-1 button{
    border: 2px solid #2196f3;
    color: #2196f3;
    background: transparent;
    padding: 11px 8px;
    letter-spacing: 0px;
    height: 36px;
    line-height: 10px;
	border-radius: 5px;
	font-size: 13px !important;
}

.card-1 button:hover,
.card-1 button:active, 
.card-1 button:focus {
    border-color: #2196f3 !important;
	color: #2196f3 !important;
}

#form_servico input,
#form_servico textarea{
	padding: 8px 15px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif,"FontAwesome" !important;
    border: 2px solid #979797;
}

#form_servico input::-webkit-input-placeholder,
#form_servico textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-style: normal !important;
	font-size: 13px !important;
    color: #333;
}
#form_servico input::-moz-placeholder,
#form_servico textarea::-moz-placeholder { /* Firefox 19+ */
	font-style: normal !important;
	font-size: 13px !important;
    color: #333;
}
#form_servico input:-ms-input-placeholder,
#form_servico textarea:-ms-input-placeholder { /* IE 10+ */
	font-style: normal !important;
	font-size: 13px !important;
    color: #333;
}
#form_servico input:-moz-placeholder,
#form_servico textarea:-moz-placeholder { /* Firefox 18- */
	font-style: normal !important;
	font-size: 13px !important;
    color: #333;
}

#form_servico button{
    border: 2px solid #2196f3;
    color: #fff;
    background: #2196f3;
    padding: 11px 8px;
    letter-spacing: 0px;
    height: 45px;
    line-height: 10px;
	border-radius: 5px;
	font-size: 14px !important;
}

#alertas {
    padding: 0 20px 30px;
}

.noticia .card__icon img{
	/*width: 117px;*/
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.servico .card__icon img{
	/*width: 117px;*/
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.noticia .titulo_mais_preto{
	margin-bottom: 0;
}

.noticia p{
	min-height: initial !important;
}

.noticia .data{
	font-size: 13px;
	color: #8f8f8f;
}

.noticia .card__body{
	min-height: 375px;
}

.noticia button{
    border: 2px solid #2196f3;
    background: #2196f3;
    color: #fff;
    padding: 11px 8px;
    letter-spacing: 0px;
    height: 45px;
    line-height: 10px;
	border-radius: 5px;
	font-size: 14px !important;
}
.noticia button:hover,
.noticia button:active, 
.noticia button:focus {
	color: #fff !important;
}

.slider_noticia .slides{
    text-align: center;
    background: #f2f2f2;
    padding: 200px 0;
}

.slider_noticia .slides .data{
	font-size: 13px;
	color: #8f8f8f;
}

.shop-ultimas-noticias{
    background: #fff;
}

.shop-ultimas-noticias .imagem{
    background: #f2f2f2;
    text-align: center;
	padding: 35px 0;
}

.shop-ultimas-noticias .imagem img.default{
    width: 77px;
}

.shop-ultimas-noticias .resto {  
	padding: 15px;
	color: #767676;
	min-height: 310px;
}

.shop-ultimas-noticias .resto .titulo_mais_preto{
	margin-bottom: 0;
}
.shop-ultimas-noticias .resto .data{
	font-size: 13px;
	color: #8f8f8f;
	margin-top: 10px;
}

.bg--secondary.bg_cont {
    background: #455a64;
}

.bg--dark.bg_cont {
    background: #2196f3;
}

.bg--secondary.bg_cont .titulo_mais_preto,
.bg--dark.bg_cont .titulo_mais_preto {
    background: url(/site/imagens/mais_cinzento.png) no-repeat center;
}

.bg--white.bg_cont .titulo_mais_preto {
    background: url(/site/imagens/mais_preto.png) no-repeat center;
}

.bg--secondary.bg_cont .titulo_mais_preto span, .bg--secondary p,
.bg--dark.bg_cont .titulo_mais_preto span, .bg--dark p {
    color: #fff;
}

.card.card-1.produto {
	background: #fff;
	overflow: auto;
}

.card.card-1.produto .conteudo {
    padding: 5px 15px 35px;
	color: #455a64;
    font-weight: bold;
}

.card.card-1.produto .conteudo button{
	float: right;
    background: #2196f3;
    color: #fff;
    font-weight: normal;
}
.card.card-1.produto .conteudo button:hover,
.card.card-1.produto .conteudo button button:active, 
.card.card-1.produto .conteudo button button:focus {
	color: #fff !important;
}


.section_marcas{
	background: #fff;
	border-bottom: 7px solid #36caf9;
	padding-top: 10px;
    padding-bottom: 30px;
}

.holder_home_marcas {
	text-align: center;
	width: Calc( 100% - 130px);
    margin: 0 auto;
}

.holder_home_marcas .marca {
    width: 90%;
    /*display: inline-block;*/
    display: flex;
    border: 2px solid #36caf9;
    position: relative;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}

.holder_home_marcas .marca .imagem {
    /*width: 50%;*/
    width: 100%;
    float: left;
	text-align: center;
    position: relative;
    display: inline-block;
	height: 140px;
	padding: 15px;
}

.holder_home_marcas .marca .imagem table {
	width: 100%;
    height: 100%;
    margin: 0;
}

.holder_home_marcas .marca .imagem img{
    margin: 0;
	vertical-align: middle;
}

.holder_home_marcas .marca .conteudo {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
	padding: 15px;
	margin: auto 10px;
}

.holder_home_marcas .marca .conteudo .titulo {
    margin: 0;
    line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.holder_home_marcas .marca .conteudo .descricao {
    margin: 0;
    line-height: 20px;
}

.holder_home_marcas .marca .conteudo a {
    font-size: 15px;
    color: #2ce1fd;
}

.holder_home_marcas .owl-theme .owl-controls .owl-nav .owl-prev i,
.holder_home_marcas .owl-theme .owl-controls .owl-nav .owl-next i {
	font-size: 55px;
}

.owl-theme .owl-controls .owl-nav {
    top: 25%;
}

.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -20px;
}

.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -20px;
}

.holder_home_marcas .owl-theme .owl-controls .owl-nav .owl-prev::before,
.holder_home_marcas .owl-theme .owl-controls .owl-nav .owl-next::before {
	content: none;
}

.holder_silder_banner,
#slider_banners {
    position: relative;
    width: 100%;
    height: auto;
	margin-bottom: 0;
}

#slider_banners li{
	width: 100%;
	height: auto;
}

#slider_banners li img{
	width: 100%;
}

.imagebg .container:not(.pos-absolute) {
    position: absolute;
    /*width: 100%;*/
}

#slider_banners.owl-theme .owl-controls .owl-nav {
	top: 50%;
}

#slider_banners.owl-theme .owl-controls .owl-nav img {
	height: 70px;
}

.single_produto {
    border: 2px solid #36caf9;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 15px;
}

.single_produto_titulo{
    font-weight: bold;
}

.single_produto_texto{
    font-size: 14px;
    line-height: 0;
}

.single_produto_texto ul{
    line-height: 2 !important;
}

.single_produto_internas {
    overflow: hidden;
    padding: 15px;
}

.single_produto .conteudo ul,
.single_produto .conteudo ul li{
	list-style: initial;
	padding-left: 25px;
}

.single_produto .conteudo .lead{
	font-size: 14px;
}

.single_produto .imagem{
	width:225px;
	display: inline-block;
    float: left;
    padding-right: 10px;
}

.single_produto .imagem img{
	width: 100%;
	margin: 0;
}

.single_produto_internas .imagem {
    display: inline-block;
    float: left;
    padding-right: 10px;
	width: 49%;
}

.single_produto_internas .imagem img{
    margin: 0;
}
.single_produto_internas .conteudo,
.single_produto .conteudo {
    display: inline-block;
    float: left;
}
.single_produto_internas .conteudo .titulo,
.single_produto .conteudo a {
    color: #36caf9;
    font-weight: bold;
    font-size: 14px;
}

.single_categoria .trigger_categoria {
    width: 100%;
    padding: 8px 15px;
    background: #26a0f5;
    margin: 10px 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
	border-radius: 5px;
}

.single_categoria .trigger_categoria i {
    float: right;
}

.single_categoria .holder_subcats {
    display: none;
}

.single_categoria.aberto .holder_subcats {
    display: block;
}

.single_categoria .holder_subcats .subcat {
    padding: 0 30px;
    margin: 10px 0;
}

.single_categoria .holder_subcats .subcat.selected {
    color: #36caf9;
    font-weight: bold;
}

.produto_h3 {
    text-align: center;
    color: #5a9cdd;
    text-transform: uppercase;
	margin-bottom: 50px;
}

#slider_banners .owl-prev,
#slider_banners .owl-next{
    opacity: 1; 
}

#slider_banners.owl-theme .owl-controls .owl-nav div.owl-prev:before,
#slider_banners.owl-theme .owl-controls .owl-nav div.owl-next:before{
	content: '';
}

#slider_banners.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 20px;
}

#slider_banners.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 20px;
}

.blobo_servico p{
	margin: 0;
}

#home_slider{
	/*
	height: 80vh;
    padding-bottom: 0;
	*/
	height: auto;
    background-color: #fff;
	padding-bottom: 0;
    padding-top: 0;
}

#home_slider a{
	text-decoration: none;
}

.link_hide_desktop{
	display:none;
}

footer .footer_padding_config{
	padding-right: 35px;
}

.pos-vertical-center {
	top: 45%;
	width: 755px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.banner_interno{
	padding: 270px 0;
	overflow: hidden;
}

.banner_interno .pos-vertical-center {
    top: 50%;
    z-index: 3;
}

.banner_interno .pos-vertical-center .lead img {
    width: 375px;
}

.banner_interno .follow_h1 {
	display: block;
    margin-bottom: 0;
}

#slider_noticias img{
	display:block;
	margin:0 auto;
}

.footer__navigation{
	margin-bottom: 40px;
}

.div_newsletter h6{
	margin-top: 60px;
}

.banner_interno .background-image-holder {
	background-size: auto 100% !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat !important;
    background-color: #f8f8f8 !important;
}


@media all and (min-width: 1700px) {
	
	.banner_interno .background-image-holder {
		background-size: 100% !important;
	}
	
}


@media all and (max-width: 1320px) {
	
	.homepage_servicos{
		text-align:center;
		background-size: cover;
	}
	
	.blobo_servico {
		width:25%;
		margin-bottom:20px;
	}
	
	footer .footer__lower{
		padding: 40px 0;
	}
	
}

@media all and (max-width: 1200px) {

	footer .footer_padding_config{
		padding-right: 15px;
	}
	
}

@media all and (max-width: 1000px) {
	
	.blobo_servico {
		width:49.7%;
		margin-bottom:20px;
	}
	
	p.lead {
		font-size: 30px;
	}

	#slider_marcas.owl-theme .owl-controls .owl-nav div.owl-prev{
		left: -20px;
	}
	
	#slider_marcas.owl-theme .owl-controls .owl-nav div.owl-next{
		right: -20px;
	}
	
	.owl-theme .owl-controls .owl-nav div.owl-prev {
		left: 0px;
	}

	.owl-theme .owl-controls .owl-nav div.owl-next {
		right: 0px;
	}
	
	.imagebg {
		padding: 0 0 20px 0;
	}
	
	.banner_interno {
		padding: 155px 0;
		
	}

	.banner_interno .pos-vertical-center {
		top: 37%;
	}

	/*
	.lead .texto {
		font-size: 15px;
		line-height: 20px;
	}
	*/
	
	.lead img {
		width: 300px;
	}
	
}

@media all and (max-width: 991px) {
	
	.link_hide_desktop{
		display:block;
	}
	
	.link_hide_mobile{
		display:none;
	}
	
	#form_newsletter{
		margin-bottom: 40px;
	}
	
	.banner_interno .follow_h1 {
		font-size: 30px;
	}

	.div_newsletter h6{
		margin-top: 0px;
	}


}

@media all and (max-width: 990px) {
	
	.nav-bar .logo {
		margin-top: 0;
	}
	
	.menu{
		margin-top: 25px;
	}
	
	.menu > li ul {
		height: auto !important;
		display: block !important;
		opacity: 1 !important;
		visibility: initial !important;
		margin: 15px 0;
	}
	
	.img_footer {
		display: none;
	}
	
	.div_newsletter{
		margin: 15px 0;
	}
	
	.homepage_geranswers{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.nav-bar {
		height: 134px;
		max-height: 134px;
	}
	
}


@media all and (max-width: 900px) {
	
	.lead .texto {
		font-size: 30px;
	}

	.pos-vertical-center {
		width: 570px;
	}

}

@media all and (max-width: 767px) {
	
	.titulo_missao{
		margin-top:60px;
	}
	
	.first_imagem{
		display: none;
	}
	
	.section--overlap{
		margin-top: 0 !important;
	}
	
	.noticia,
	.produto,
	.servico {		
		margin: 15px 0 30px;
	}
	
	.servico .card__icon {
		height: 200px;
	}
	

	.bg--white.bg_cont .titulo_mais_preto span,
	.bg--secondary.bg_cont .titulo_mais_preto span,
	.bg--dark.bg_cont .titulo_mais_preto span {
		margin-left: 0;
	}
	
	
	.lead .texto {
		font-size: 15px;
		line-height: 20px;
	}
	
	.lead img {
		width: 100px;
	}
	
	.pos-vertical-center {
		top: 49%;
	}
	
	#slider_banners.owl-theme .owl-controls .owl-nav {
		top: 33%;
	}
	
	.footer_noticias{
		margin-bottom: 40px;
	}
	
	.noticia .card__body{
		min-height: initial;
	}

	.footer_noticias p{
		height: auto !important;
	}

}

@media all and (max-width: 720px) {
	
	.pos-vertical-center {
		width: 265px;
	}

}

@media all and (max-width: 645px) {
	
	.blobo_servico .subtitulo_servico {
		min-height: initial;
		margin-bottom:5px;
	}
	
	.blobo_servico {
		margin-bottom: 50px;
	}
	
}

@media all and (max-width: 400px) {
	
	.pos-vertical-center {
		width: 235px;
		top: 45%;
	}

	#slider_banners.owl-theme .owl-controls .owl-nav {
		top: 27%;
	}
	
	.holder_home_marcas {
		width: Calc( 100% - 30px);
	}

}