﻿/*
Theme Name: Alves e Maia
Author: Ivo Costa Nascimento e Joabe Pinheiro
Version: 1.0
License: GNU General Public License v2 or later
Tags: engenharia, arquitetura, construção civil
*/


/* =WordPress Core
-------------------------------------------------------------- */


img {
	margin: 5px;
	padding: 10px 30px;
}



img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}




html,body        {height:100%;}
.wrapper         {width:80%;height:100%;margin:0 auto;background:#CCC}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}



body{
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

#logo{
	padding: 15px 0;
}

#top-header{
	background: #e4e4e4;
	margin: 0px;
	padding: 4px 0px;
	text-align: right;
	font-weight: 400;
	font-size: 13px;
}

#top-header ul{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

#top-header ul li{
	list-style: none;
	display: inline-block;
}

#top-header #whatsapp .fa-whatsapp{
		font-size: 20px;
}

#top-header .barra{
	padding: 0px 10px;
}

.navbar-toggle{
	float: left;
	margin: 0px;
	padding: 0px;
}
.navbar-toggle .icon-bar{
	width: 30px;
	background: #ec671f;
	border: 2px solid #ec671f;
	border-radius: 4px;
}

.container-icon-bar{
	float: left;
}

.name-menu-toggle{
	display: inline-block;
	color: #ec671f;
	padding-left: 10px;
	float: right;
}

.texto-redes-sociais{
	padding-right: 10px;
}

#redes-sociais .fa{
	background: #626262;
	color: #e4e4e4;
	padding: 5px 8px;
	border-radius: 90px;
}
#redes-sociais .fa:hover{
	background: #ec671f;
}

#redes-sociais .fa-instagram,
#redes-sociais .fa-whatsapp,
#redes-sociais .fa-youtube-play{
	padding: 5px 6px;
}

#redes-sociais .item-list-whatsapp{
	display: none;
}





/** search **/
#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

	opacity: 0;
	position: absolute;
	z-index: 999999;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}

#search input[type="search"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
}
#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
}
#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

#menu-menu-principal{
	margin-top: 40px;
}

#menu-menu-principal a{
	text-transform: uppercase;
	color: #565656;
	font-weight: 400;
	border-left: 1px solid #d4d7ce;
	padding: 0px 24px;
    margin-top: 20px;
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}

#menu-item-16 a{
	border: none;
}

#menu-item-28 a{
	padding: 0 0 0 90px;
	border: none;
	margin: -12px 0 0 0;
}
#menu-item-28 a:hover{
	background: transparent;
	margin: -12px 0 0 0;
}

.navbar-brand{
	height: auto;
	padding: 3px 0px;
}

.titulo{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 33px;
	color: #ec671f;
	font-weight: 600;
	text-align: center;
	padding-top: 20px;
}

.sub-titulo{
	text-align: center;
	color: #949494;
	padding-bottom: 30px;
}

.home .titulo{
	padding-top: 30px;
}

.home .sub-titulo{
	padding-bottom: 20px;
}

#container-trabalho-destaque{
	padding-bottom: 40px;
}

.borda{
	background: #d6d6d6;
	height: 1px;
	margin: auto;
	width: 80%;
}

.trabalho-destaque h4 a{
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	display: block;
	margin-top: 20px;
	color: #787878;
	text-transform: uppercase;
}

.trabalho-destaque h4 a:hover{
	text-decoration: none;
	color: #666;
}

.descricao-trabalho-destaque{
	max-width: 370px;
	font-size: 12px;
	color: #999999;
	text-align: center;
}

#hiper-container{
	margin-top: -70px;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #e6e6e6;
}

.container-servico{
	
	margin-bottom: 40px;
}

.container-servico img,
.single-servico-imagem{
	border: 1px solid #ec671f;
	border-radius: 99px;
	padding: 25px 20px;
	margin-top: 15px;
}

.container-servico h6 a{
	color: #ec671f;
	font-size: 24px;
	font-weight: 300;
}

.container-servico h6 a:hover{
	color: #8fb134;
	text-decoration: none;
}


.container-servico .descricao-servico{
	font-size: 13px;
	color: #7c7c7c;
}


#single-servico h6{
	text-align: center;
	color: #ec671f;
	font-size: 24px;
	font-weight:300;
	text-transform: uppercase;
	padding: 8px 0px;
	margin-top:33px;
}

#single-servico .descricao-servico,
#single-servico .descricao-servico-single{
	max-width: 800px;
	margin: auto;
	font-size: 14px;
	color: #7c7c7c;
	padding: 15px 0px;
	text-align: center;
}

#searchForm,
#map_sidebar{
	display: none;
}

div#map{
	border: none;
	margin: 0px;
}

#footer{
	padding: 20px 0px;
}

#creditos{
	background: #f2f2f2;
	padding: 10px 0px;
	font-size: 14px;
	color: #656565;
	font-weight: 600;
}





.cd-top {
	margin-top: 20px;
	display: inline-block;
	float: right;
	text-align: center;
}


.cd-top:hover {
	opacity: 0.7;
}

.container-post h2{
	background: #e4e4e4;
	color: #ec671f;
	text-align: center;
	padding: 25px 0px;
	font-weight: 300;
    margin: 0px 0px 30px 0px;.texto;
    text-transform: uppercase;
}

.texto{
	padding: 0px 25px;
	color: #949494;
}

.parceiros{
	padding: 15px 0px;
}

.parceiros h5,
.parceiros h5 a{
	text-align: center;
	color: #ec671f;
	font-size: 18px;
	font-weight: bold;
}

.parceiros img:hover{
    opacity: 0.5;
}

#wpcf7-f47-p39-o1,
#wpcf7-f44-p40-o1,
#wpcf7-f15-p12-o1{
	padding: 0px 15%;
}

#wpcf7-f47-p39-o1 input,
#wpcf7-f44-p40-o1 input,
#wpcf7-f15-p12-o1 input,
#wpcf7-f47-p39-o1 textarea,
#wpcf7-f44-p40-o1 textarea,
#wpcf7-f15-p12-o1 textarea{
	width: 100%;
	height: 55px;
	border: 1px solid #ddd;
	padding: 10px 15px;
	margin: 5px 0;
}

#wpcf7-f47-p39-o1 textarea,
#wpcf7-f44-p40-o1 textarea,
#wpcf7-f15-p12-o1 textarea{
	height: 250px;
}

#wpcf7-f47-p39-o1 .wpcf7-submit,
#wpcf7-f44-p40-o1 .wpcf7-submit,
#wpcf7-f15-p12-o1 .wpcf7-submit{
	width: 200px;
	background: #ec671f;
	border: none;
	color: #fff;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

#wpcf7-f47-p39-o1 .wpcf7-submit:hover,
#wpcf7-f44-p40-o1 .wpcf7-submit:hover,
#wpcf7-f15-p12-o1 .wpcf7-submit:hover{
    background: #ec6700;
}

#wpcf7-f47-p39-o1 span.wpcf7-not-valid-tip,
#wpcf7-f44-p40-o1 span.wpcf7-not-valid-tip,
#wpcf7-f15-p12-o1 span.wpcf7-not-valid-tip{
	color: #fa8275;
	font-size: 12px;
}

#wpcf7-f47-p39-o1 div.wpcf7-validation-errors,
#wpcf7-f44-p40-o1 div.wpcf7-validation-errors,
#wpcf7-f15-p12-o1 div.wpcf7-validation-errors{
	background: #f6ffc5;
	border: 1px solid #fff07f;
}


.search-results .container-post h2{
    background: transparent;
    padding-bottom: 4px;
    margin: 0px 0px 10px 0px;
}
.search-results .container-post h2 a{
    color: #ec671f;
}

.search-results .container-post h2 a{
    text-decoration: none;
    color: #ec671f;
}


.search-results .texto{
    margin: auto;
    max-width: 800px;
    padding: 0px 20px;
}

.search-no-results h1,
.search-results h1{
    text-align: center;
    background: #e4e4e4;
    color: #ec671f;
    text-transform: uppercase;
    font-weight: 300;
    padding: 20px 0px;
}


#wpcf7-f46-p8-o1 .row{
    margin: 10px 0px;
}

.coluna-2-left{
    width: 49%;
    float: left;
    display: inline-block;
    overflow: hidden;
}
.coluna-2-right{
    width: 49%;
    float: right;
    display: inline-block;
    overflow: hidden;
}



#email {
    background: #e9e9e9;
    padding: 20px 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    color: #626262;
    font-weight: 400;
}

#email i {
    color: #ec671f;
    margin-right: 10px;
    zoom: 130%;
}



#email .botao {
    background: #ec671f;
    color: #fff;
    padding: 13px 24px;
    border: none;
    font-weight: 800;
    font-size: 15px;
}

#email .input-text {
    padding: 13px 10px;
    margin: 0 1px;
    border: none;
    font-weight: 400;
    font-size: 15px;
}


#mp_1 {
    display: inline-block;
}

#mp_1 label{
    display: none;
}





.slider {
	display: none;
	width: 90%;
	margin: 0px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}



.seguros img{
	border-radius: 15px;
	
}


.seguros a:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
}

.container-servicos .col-md-6{
	
}





.logo-footer{
	padding-right: 30px;
	border-right: 2px solid #ddd;
}

.frase-footer1{
	font-size: 26px; 
	font-weight: bold; 
	color: #4E4D4D; 
	padding-left: 30px; 
	margin-top: 2px;
}

.frase-footer2{
	padding-left: 30px; 
	color: #4E4D4D; 
	font-size: 20px;
	margin-top: 6px;
}

.seguros{
	margin: 40px 30px;
	background: #fff;
	padding-top: 1px;
	border-radius: 15px;
}

.seguros ul{
	list-style: none;
	height: 400px;
}

#seguro-para-sua-empresa.seguros ul{
	height: 407px;
}

.seguros li{
	padding: 2px 0;
}

.seguros a{
	color: #ec671f;
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

.seguros h5{
	color: #c1c1c1;
	font-size: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	margin: 20px 35px;
	padding: 10px 0px;
	border-bottom: 2px solid #d5d5d5;
	text-transform: uppercase;;
}

.seguros h5 img{
	margin-right: 10px;
	margin-top: -10px;
    padding: 0;
}

.seguros a:hover{
	text-decoration: none;
}

.seguros .orcamento{
	width: 100%;
	padding: 20px 0;
	display: inline-block;
	background: #167b02;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 27px;
	font-family: 'Source Sans Pro', sans-serif;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

