/*********************************************************GERAL*********************************************************/

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

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

.trava{
	width: 1020px;
	margin: 0 auto;
}

p{
	margin: 15px 0;
}


/*********************************************************HEADER*********************************************************/

.topo{
	width: 100%;
	background: #233b5e;
	border-bottom: 6px solid #4972b1;
	float: left;
	line-height: 30px;
	padding: 5px;
}
.numeros, .celular, .telefone{
	float: right;
}

.telefone span a, .telefone span, .celular span, .celular span a{
	text-decoration: none;
	color: white;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 12px;
}

.telefone span a:hover, .celular span a:hover{
	color: #101c2e;
}

.telefone img, .celular img{
	float: left;
	margin-left: 20px;
}

.telefone{
	margin-right: 200px;
}

.banner{
	background: url(imagens/banner.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	border-bottom: 6px solid #a82730;
	height: 637px;
}

.logo{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.infos-banner{
	float: right;
	width: 540px;
	
}

.titulo-banner{
	font-weight: 700;
	font-size: 10px;
	color: #233b5e;
	margin-top: 50px;
	font-family: 'Roboto';
}

.texto-banner{
	font-weight: 400;
	font-size: 14px;
	text-align: justify;
	font-family: 'Roboto';
	color: #2c2a2a;
	margin-bottom: 40px;
}

.formulario{
	background: white;
	padding: 15px;
	border-radius: 15px;
	border: 0;
	width: 100%;
}

.formulario h2{
	font-family: 'Roboto';
	font-weight: 700;
	color: #a82730;
	font-size: 25px;
	margin-bottom: 20px;
}

.formulario span{
	font-family: 'Roboto';
	font-weight: 400;
	color: #474a4c;
	font-size: 14px;
}


.formulario input[type="text"], .formulario input[type="email"], .formulario input[type="tel"], .formulario textarea{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #94989a;
	border-radius: 5px;
	background: #eeeeee;
	padding: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0;
	width: 100%;
}

.formulario input[type="submit"]{
	background: #a82730;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	text-transform: uppercase;
	width: 100%;
	border: 0;
	border-radius: 5px;
	padding: 7px;
	color: white;
	margin-top: 15px;
}

.formulario input[type="submit"]:hover{
	cursor: pointer;
	background: #611217;
}

.formulario textarea{
	height: 100px;
}

/*WHATSAPP*/
a.tel-header {

	    width: 400px;

	    float: left;

	    position: fixed;

	    right: -247px;

	    top: 42px;

	    background-color: #368e00;

		z-index: 9;   

		transition: all 0.3s linear;

		-webkit-transition: all 0.3s linear;

	}

	a.tel-header img {

		float: left;

	}

	a.tel-header:hover{

		margin-right: 247px;

		transition: all 0.3s linear;

		-webkit-transition: all 0.3s linear;

	}

	span.tel-header-hover {

	    position: relative;

	    width: 245px;

	    line-height: 79px;

	    background-color: #368e00;

	    border-left: 1px solid #FFF;

	    color: #fff;

	    font-weight: bold;

	    font-size: 30px;

	    text-align: center;

	    float: left;
		font-family: 'Roboto';

	}

/*FIM WHATSAPP*/

/*********************************************************CONTENT*********************************************************/

.sobre-nos{
	width: 470px;
	float: left;
}

.sobre-nos h3{
	text-transform: uppercase;
	color: #444444;
	font-size: 25px;
	font-family: 'Roboto';
	font-weight: 700;
	margin-top: 100px;
}

.sobre-nos span{
	text-align: justify;
	color: #444444;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
}

.sobre-nos h3:after{
	content: url(imagens/nossa-empresa.png);
}

.servicos{
	width: 100%;
	float: left;
}

.servicos h4{
	font-family: 'Roboto';
	color: #233b5e;
	font-size: 25px;
	margin-top: 35px;
	margin-bottom: 20px;
}

#lista-servicos ul{
	list-style: none;
	width: 100%;
}

#lista-servicos ul li{
	float: left;
	width: 310px;
	margin: 15px;
}
#lista-servicos ul li:first-child, #lista-servicos ul li:nth-child(3n+1){
	margin-left: 0;
}

#lista-servicos figure img{
	width: 100%;
}

#lista-servicos h5{
	font-family: 'Roboto';
	font-weight: 700;
	color: #333333;
	font-size: 18px;
	margin-top: 10px;
}

#lista-servicos .valor{
	font-family: 'Roboto';
	font-weight: 400;
	color: #464a4c;
	font-size: 14px;
	text-align: justify;
}

/*********************************************************FOOTER*********************************************************/

footer{
	width: 100%;
	float: left;
	background: #444444;
	border-top: 6px solid #233b5e;
}

.endereco h6, .contato h6{
	text-transform: uppercase;
	color: #959090;
	font-family: 'Roboto';
	font-weight: 700;
	margin-top: 30px;
}

.endereco{
	float: left;
	width: 200px;
}

.endereco span{
	color: white;
	font-family: 'Roboto';
	font-size: 12px;
	
} 

.certificados{
	width: 100%;
	float: left;
}

#galeria_de_certificados ul{
	list-style: none;
	width: 100%;
}

#galeria_de_certificados ul li{
	float: left;
	margin-top: 25px;
}

.contato{
	float: right;
}

.contato ul{
	list-style: none;
}

.contato ul li{
	margin-bottom: 10px;
	margin-top: 10px;
}

.contato ul li span{
	color: white;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 12px;
}

.contato ul li a{
	text-decoration: none;
	color: white;
}

.direitos{
	width: 100%;
	float: left;
	color: white;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 10px;
	text-align: right;
}

.direitos a{
	text-decoration: none;
	color: white;
}

.direitos a:hover{
	color: #f59c1d;
}

.contato ul li a:hover{
	color: #1e1d1d;
}

/**********************************************OBRIGADO**********************************************/
.page-template-page-obrigado .formulario, .page-template-page-politica-de-privacidade .formulario{
	display: none;
}

.page-template-page-obrigado .banner, .page-template-page-politica-de-privacidade .banner{
	height: auto;
}

.page-template-page-obrigado .logo, .page-template-page-politica-de-privacidade .logo{
	width: 100%;
	float: left;
	text-align: center;
}

.page-template-page-politica-de-privacidade .titulo-politica{
	text-transform: uppercase;
    color: #444444;
    font-size: 25px;
    font-family: 'Roboto';
    font-weight: 700;
}
.page-template-page-politica-de-privacidade span.texto{
	    text-align: justify;
    color: #444444;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
}
.page-template-page-politica-de-privacidade .banner{
	margin-bottom: 30px;
}
/**********************************************RESPONSIVO**********************************************/

@media (max-width: 1000px){
	.trava, .numeros, .celular, .telefone, .logo, .sobre-nos, .formulario, .infos-banner, #lista-servicos, .servicos, #lista-servicos ul, #lista-servicos ul li, .footer, .certificados, .certificados ul li, .endereco, .contato, .direitos, .banner{
		width: 100%;
		float: left;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
		height: auto;
	}
	
	.telefone img, .celular img, .sobre-nos h3:after{
		display: none;
	}
	
	
	a.tel-header{
		margin-top: 90px;
	}
	
	.titulo-banner{
		font-size: 9px;
	}
	
	.infos-banner, #lista-servicos ul, .sobre-nos span p{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	a.tel-header:hover{
		margin-right: 0;
		transition: none;
		-webkit-transition: none;
		
	}
	
	.valor{
		text-align: center !important;
	}
	
}

@media (min-width: 1024px){
	#lista-servicos ul li:first-child, #lista-servicos ul li:nth-child(3n+1), .sobre-nos, .servicos h4, .endereco{
		margin-left: 15px; 
	}
	

	.contato, .direitos p, .infos-banner{
		margin-right: 15px;
	}
	.sobre-nos{
		width: 450px;
	}
}

@media (width: 768px){
	#lista-servicos ul li:first-child, #lista-servicos ul li:nth-child(3n+1), .sobre-nos, .servicos h4, .endereco{
		margin-left: 0; 
	}
	

	.contato, .direitos p, .infos-banner{
		margin-right: 0;
	}
}

@media screen and (max-width: 1024px){
	#fpopup #image img {
    width: 100% !important;
    height: auto !important;
	}

	#fpopup {
		width: 100% !important;
		height: auto !important;
		position: fixed !important;
		top: 10% !important;
		left: 0 !important;
		margin: 0 !important;
		box-sizing: border-box;
	}

	#fpopup a#fechar {
		right: 5% !important;
	}
}


#fpopup {
    width: 500px;
    height: 500px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
}

#fpopup a#fechar {
    width: 45px;
    height: 45px;
    background: url(imagens/fechar.png) no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

#float {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.75);
    z-index: 999999;
    top: 0;
    left: 0;
}