/* geral */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
	font-family: 'Open Sans', sans-serif
}
a, a:hover{
	color: #FFF
}
h1, h2, h3, h4{
	font-weight: 100
}
.texto-centro{
	text-align: center
}
.swiper-container{
	z-index: 0
}
/* Cabeçalho */
header{
	height: 85px;
	width: 100%;
	z-index: 2
}
.conteudo-header{
	background-image: url(../imagens/menu.png);
	background-repeat: no-repeat;
	background-position: center top;
    position: absolute;
	width: 100%;
	background-position-y: 85%;
	z-index: 2;
	max-width: 1920px;
	height: 205px
}
.conteudo-cabecalho{
	margin: auto;
	max-width: 1200px
}
.cabecalho-logo{
	float: left;
	margin-left: 50px;
}
.conteudo-cabecalho nav{
	display: table;
	margin: auto;
	width: auto
}
.conteudo-header nav .menu-total{
	display: none;
}
.conteudo-header nav .menu-total{
	background-color: #9A0106;
	position: absolute;
	width: 100%;
	z-index: 100
}
.conteudo-header nav .menu-total a{
	color: #FFF;
	margin: 0px 0;
	font-size: 13px;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #700;
}

.conteudo-cabecalho nav a{
	color: #353535;
	font-weight: 600;
	font-size: 15px;
	float: left;
	transition: 0.3s ease-in-out;
	margin: 20px;
	margin-top: 40px;
	padding: 15px 0;
}
.conteudo-cabecalho nav img{
	float: left;
	margin-top: 63px;
}
.conteudo-cabecalho nav .cabecalho-logo a, .conteudo-cabecalho nav .cabecalho-logo img{
	margin-top: 6px;
	padding: 0;
}
.espacamento-cabecalho{
	float: left;
	width: 268px;
}
.cabecalho-logo{
	margin: 0 96px;
}
.espacamento-cabecalho .menu-esquerda{
	display: table;
	float: right;
}
.espacamento-cabecalho .menu-direita{
	display: table;
	float: left;
}
.conteudo-cabecalho nav a:hover, .conteudo-cabecalho nav a.selected{
	font-weight: bold;
	color: #C51B21;
}
/* mobile menu */
.nav-icon-toggle {
  width: 44px;
  height: 31px;
  position: relative;
  margin: auto;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  outline: none;
}
.nav-icon-toggle span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #FFF;
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  outline: none
}
.nav-icon-toggle span:nth-child(even) {
  left: 50%;
  border-radius: 0 5px 5px 0
}
.nav-icon-toggle span:nth-child(odd) {
  left:0px;
  border-radius: 5px 0 0 5px
}
.nav-icon-toggle span:nth-child(1), .nav-icon-toggle span:nth-child(2) {
  top: 0px
}
.nav-icon-toggle span:nth-child(3), .nav-icon-toggle span:nth-child(4) {
  top: 12px
}
.nav-icon-toggle span:nth-child(5), .nav-icon-toggle span:nth-child(6) {
  top: 24px
}
.nav-icon-toggle.open span:nth-child(1),.nav-icon-toggle.open span:nth-child(6) {
  transform: rotate(45deg)
}
.nav-icon-toggle.open span:nth-child(2),.nav-icon-toggle.open span:nth-child(5) {
  transform: rotate(-45deg)
}
.nav-icon-toggle.open span:nth-child(1) {
  left: 5px;
  top: 7px
}
.nav-icon-toggle.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px
}
.nav-icon-toggle.open span:nth-child(3) {
  left: -50%;
  opacity: 0
}
.nav-icon-toggle.open span:nth-child(4) {
  left: 100%;
  opacity: 0
}
.nav-icon-toggle.open span:nth-child(5) {
  left: 4px;
  top: 20px
}
.nav-icon-toggle.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 20px
}
/* Conteudo */
.button{
	background-color: #263646;
	border-color: #FFF;
	border-radius: 45px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 100;
	min-height: 50px;
	min-width: 140px
}
.button:focus{
	border-color: #263646;
	outline: none
}
.input:focus, .textarea:focus{
	outline: none
}
.button:hover{
	background-color: transparent;
	border-color: #263646;
	color: #263646
} 
/* Trabalhamos  */
.trabalhamos{
	background-image: url(../imagens/fundo-img-branco.jpg);
	background-size: cover;
	background-position: center top;
	padding: 1px 0 5px
}
.trabalhamos a.button{
    display: block;
    margin: 50px auto 45px;
    padding: 15px 30px;
	width: 250px
}
.trabalhamos h1{
	color: #263646;
	font-size: 38px;
	margin-top: 60px;
}
.trabalhamos h2{
	color: #263646;
	font-size: 39px;
	font-weight: 600;
	margin-bottom: 45px;
}
.trabalhamos .caixa-servicos{
	background-color: #FFF;
	display: block;
	margin: 5px auto;
	width: calc(100% - 40px);
	min-height: 364px;
	position: relative;
	padding: 37px 30px 37px 16px;
	font-size: 11px;
	color: #838383;
	font-weight: 100;
}
.caixa-servicos .borda-hover{
	color: #353535;
	z-index: 2;
	position: absolute;
	top: -10px;
	left:-10px;
	width: 100%;
	height: 100%;
}
.caixa-servicos .borda-hover:hover{
	border: 2px solid #263646;
}
.trabalhamos .caixa-servicos .img-titulo{
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	width: 80px;
}
.trabalhamos .caixa-servicos h3{
	color: #C51B21;
	margin-left: 20px;
	height: 69px;
	display: table-cell; 
	vertical-align: middle;
	padding-left: 26px;
	font-weight: bold;
	font-size: 22px;
	width: calc(60% - 20px);
}
.trabalhamos .caixa-servicos h3 div{
	height: 69px;
	width: 100%;
	overflow: hidden;
}
.trabalhamos .caixa-servicos p{
	font-size: 15px;
	float: left;
	margin: 5px 13px;
	padding-top: 13px;
	max-height: 240px;
	overflow: hidden;
	width: 95%
}
.trabalhamos .icone-seta{
	display: inline
}
.trabalhamos .caixa-servicos:hover{
	background-color: #FFF;
}
/* Sobre  */
.sobre{
	background-color: #263646;
	color: #FFF;
	margin-top: -12px;
	padding: 130px
}
.sobre h1 {
	font-size: 35px;
	margin-bottom: 80px;
}
.sobre p{
	color: #CCC;
	font-size: 14px;
  	overflow: hidden;
}
.sobre .sobre-imagem{
	margin-right: 15px;
}
.sobre .sobre-imagem img{
	display: block;
	margin: auto
}
.sobre .button{
	background-color: #FFF;
	color: #263646;
	padding-top: 1em;
	width: 140px
}
.sobre .button:hover{
	background-color: transparent;
	border-color: #FFF;
	color: #FFF
}
.fundo-efeito-circulo{
	width: 100%;
	margin-top: -25px;
}
/* rodapé */
.rodape{
	background-image: url(../imagens/rodape-topo.png), url(../imagens/rodape-baixo.jpg);
	background-position: center top, center 50px;	
	background-repeat: no-repeat,no-repeat;
	color: #FFF;
	padding: 110px 0 0;
	margin-top: -50px;
}
.rodape .xs-12.sm-5.md-6 h2{
	font-size: 40px;
}
.rodape .telefone{
	margin: 30px 0 0 11px
}
.rodape .email{
	margin: 23px 0 0 11px
}
.rodape .endereco{
	margin: 22px 0 0 11px
}
.rodape .endereco p, .rodape .telefone p, .rodape .email p{
	font-size: 16px;
	font-weight: 100;
	max-height: 48px
}
.rodape .endereco p{
    max-width: 70%;
    max-height: 100px;
    overflow: hidden;
}
.titulo-contatos{
	padding-bottom: 10px;
}
.final-da-linha{
	padding-left: 11px;
	width: 100%
}
.rodape .social-instagram, .rodape .social-facebook{
	background-size: contain;
    background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 30px;
}
.rodape .social-facebook{
	background-image: url(../imagens/facebook-logo.svg);
	margin: 50px 10px 0 0;
}
.rodape .social-instagram{
	background-image: url(../imagens/instagram-logo.svg);
	margin: 50px 0 0;
}
.rodape .social{
	margin: 150px 0 15px 11px
}
.rodape .social-facebook:hover{
	opacity: 0.5;
}
.rodape .social-instagram:hover{
	opacity: 0.5;
} 
.linha-vermelha{
    margin: auto;
    width: 2px;
    padding: 0 17px 0 16px;
    max-height: 355px;
    min-height: 350px;    
    height: 66%;
}
.linha-inferior{
	display: block;
    color: #9A0106;
    background: #9A0106;
    width: 2px;   
    height: 100%;
}
.linha-contatos{
	display: block;
	margin: auto
}
.copyright{
	background-color: #9A0106;
	color: #FFF;
	font-size: 12px;
	font-weight: 100;
	padding: 8px 0
}
/* formulario */
.caixa-formulario{
	background-color: #FBF8F4;
	color: #263646;
	padding: 20px 25px 25px 35px;
}
.caixa-formulario h1{
	font-size: 35px;
	margin-bottom: 22px
}
.caixa-formulario .label{
	color: #9F9E9A;
	font-weight: 100;
	margin-bottom: 2px;
}
.caixa-formulario .button{
	margin-top: 11px
}
.caixa-formulario .textarea, .caixa-formulario .input{
	background-color: transparent;
	border-radius: 6px;
}
.rodape .caixa-formulario .form-botao .mensagem-contato{
	float: left;
	margin-top: 23px;
    margin-left: 15px;
}
.rodape .caixa-formulario .form-botao .button.is-outlined.bold.btt-send{
	float: left;
}
.msg-erro{
	color: #ef1c23;
}
/*CSS overrides*/
.swiper-container{
    height: auto;
    min-height: 100px;
    width: 100%;
}
.swiper img{
    height: 100%;
}
.input:active, .input:focus, .textarea:active, .textarea:focus{
	border-color: #766;
}
.input,.textarea{
	color: #777;
	font-family: 'Open Sans', sans-serif;
}
/* Media Querys */	
@media (max-width: 1400px){
	.sobre{
		padding: 100px 10px
	}
}
@media (max-width: 1200px){
	.linha-vermelha{
    	margin: auto;
	}
	.sobre p{
		max-height: 555px;
		overflow: hidden;
	}
}
@media (max-width: 997px){
	.rodape .sm-5.md-6 h2{
		font-size: 33px;
		text-align: center;
	}
	.rodape .sm-5.md-6 .xs-11.sm-11.md-11, .rodape .xs-12 .xs-12.sm-12.md-12, .rodape .xs-12 h2{
		text-align: center;
	}
	.rodape .social-facebook{
		margin-left: 38%;
	}
	.caixa-formulario{
		padding: 20px 20px 25px;
	}	
}
@media (max-width: 991px){
	header{
		height: 237px!important
	}
	.conteudo-header{
		background-image: none;
		background-color: #FFF;
		height: auto
	}
	.conteudo-header .cabecalho-xs img{
		display: block;
		height: auto;
		margin: 15px auto 5px;
	}
	.btn-back{
		background-color: #9A0106;
		margin-top: 22px;
		padding: 11px 0
	}
	header nav .toggle-menu{
		outline: none;
		height: 60px;
		width: 100%;
	}
	.trabalhamos {
		background-repeat: no-repeat;
		background-size: cover;
	}
	.trabalhamos .caixa-servicos{
		min-height: 140px;
	}
	.sobre{
		margin-top: -10px;
		padding: 135px 120px
	}
	.sobre .sobre-imagem{
		background-position-x: 50%;
		width: auto;
	}
	.sobre p{
		max-height: 305px;
	}
	.sobre .button{
		display: block;
		margin: auto
	}
	.caixa-formulario{
		margin-bottom: 40px;
		text-align: center
	}
	.rodape{
		background-image: url(../imagens/fundo-rodape.png);
		background-size: cover;
		margin-top: -10px;
	}
	.rodape .endereco p{
		max-width: 100%
	}
}
@media (max-width: 767px){
	.sobre .sobre-imagem{
		margin-right: 0;
	}
	.trabalhamos h1{
        font-size: 1.4rem;
    }
    .trabalhamos h2{
        font-size: 1.6rem;
    }
    .sobre h1{
        font-size: 1.6rem;
        margin-bottom: 45px; 	
    }
	.caixa-formulario{
		margin-bottom: 35px;
	}
	.trabalhamos .caixa-servicos{
		min-height: 100px;
		padding: 10px 5px;
	}
	.trabalhamos .caixa-servicos p{
		max-height: 90px;
	}	
	.sobre{
		padding: 45px 20px
	}
	.sobre p{
		max-height: 315px;
		text-align: justify;
		padding-top: 15px
	}
	.rodape .social{
		margin-top: 0
	}
	.rodape .social-facebook{
		margin-left: 44%
	}
	.rodape .telefone, .rodape .email, .rodape .endereco, .rodape .social{
		margin-left: 0;
	}
	.rodape .final-da-linha{
		margin-bottom: 15px;
		padding-left: 0
	}
	.caixa-formulario{
		padding: 20px 10px 25px;
	}
	.rodape .caixa-formulario .form-botao .button.is-outlined.bold.btt-send{
		display: block;
		float: none;
	    margin: 30px auto 0;
	}
	.caixa-formulario{
		padding-bottom: 11px
	}
	.rodape .caixa-formulario .form-botao .mensagem-contato{
		padding-bottom: 11px;
		margin-left: 0;
	}
	.rodape .caixa-formulario .form-botao .mensagem-contato{
		text-align: center;
		float: none
	}
}
@media (max-width: 425px){
	header nav .toggle-menu{
		right: 10%
	}	
	.cabecalho-xs .left{
		width: 73%
	}
	.rodape{
		margin-top: -5px;
	}
	.rodape .social-facebook{
		margin-left: 41%;
	}
	.trabalhamos .caixa-servicos {
		text-align: center;
		padding: 10px 3px;
	}
	.trabalhamos .caixa-servicos .img-titulo{
		display: block;
		float: none;
		margin: auto;
	}
	.trabalhamos .caixa-servicos h3{
    	display: block;
		margin: auto;
    	max-height: 60px;
    	height: auto;
		overflow: hidden;
		padding-left: 0;
		margin-top: 5px
	}
	.trabalhamos .caixa-servicos p{
		max-height: 75px;
		margin-top: 4px;
		padding-top: 1px;
	}
}
@media (max-width: 340px){
	.cabecalho-xs .left{
		width: 66%
	}
	.sobre{
		padding: 55px 10px
	}
}