/*
Theme Name: Geromix
Theme URI: http://behance.net/rangeljavier
Description: Tema para o site da Geromix
Version: 1.0 or any other version you want
Author: Rangel Xavier
Author URI: http://behance.net/rangeljavier
*/


@import 'https://fonts.googleapis.com/css?family=Montserrat';
@import url(http://weloveiconfonts.com/api/?family=fontawesome);

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

p, a, h1, h2, h3, h4, h5, h6, article, section{
	font-family: 'Montserrat', sans-serif !important;
	color:  #333;
}

a{
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-khtml-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

*:focus {
    outline: none;
}

header#main{
	/* background-color:  #FAEA2F; */
	border-bottom: 5px solid  #FAEA2F;
	background-color: #fff;
	height: 120px;
	padding: 35px 0px;
}

	@media screen and (min-width: 320px) and (max-width: 418px){
		header#main{
			padding: 0;
			text-align: center;
			height: 150px;
		}
		
		header#main img{
			margin: 20px;
		}
	}

.row.large{
	max-width: 70rem;
}

.button{
	text-transform: uppercase
}

/* botao padrao cinza */
.button.default{
	color: #fff;
	background-color:  #333;
}

.button.default:hover{
	background-color: #fff;
	color:  #333;
}

/* botao branco */
.button.default.white{
	background-color: #fff;
	color:  #333;
}

.button.default.white:hover{
	color: #fff;
	background-color:  #333;
}

/* botao amarelo */
.button.default.yellow{
	color: #504215;
	background-color:  #FFDE00;
}

.button.default.yellow:hover{
	background-color: #504215;
	color:  #FFDE00;
}

 /* titulo das sessões */

.title-section h3{
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: bold;
}

.title-section{
	background-position: left top;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-top: 10px;
    display: inline-block;
}

	@media screen and (min-width: 312px) and (max-width: 418px){
		.title-section{
			display: block;
			text-align: center;
		}
	}

.title-section.default{
	background-image: url('images/title-section-gray.png');
} 

.title-section.white{
	background-image: url('images/title-section-white.png');
} 

.title-section.yellow{
	background-image: url('images/title-section-yellow.png');
} 

.title-section.default h3{
	color:  #333;
}

.title-section.white h3{
	color:  #fff;
}

.title-section.yellow h3{
	color: #FAEA2F;
} 

/* menu */ 
nav{
	color: #000;
}

	@media screen and (min-width: 320px) and (max-width: 418px){
		nav{
			background-color: #fff;
			position: absolute;
			z-index: 99;
		}

		a#menu-mobile{
			margin-bottom: 0;
		}
	}

nav ul{
	list-style: none;
}

	@media screen and (min-width: 320px) and (max-width: 418px){
		nav ul{
			margin-left: 0;
			position: absolute;
			background: #fff;
		}
	}

nav ul li{
	float: left;
}
	
	@media screen and (min-width: 320px) and (max-width: 418px){
		nav ul li{
			display: block;
			padding: 15px 0px;
			text-align: center;
			border-bottom: 1px solid #ddd;
			width: 100%;
		}

		nav ul li:hover{
			background: #BCAD22;
		}
	}

nav ul li a:hover{
	background: #FAEA2F;
	color:  #fff;
}

	@media screen and (min-width: 320px) and (max-width: 418px){
		background: none;
	}

nav ul li a{
	padding: 10px;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	color:  #000;
}

	@media screen and (min-width: 320px) and (max-width: 418px){
		nav ul li a{
			border-right: none;
			text-transform: uppercase;
			color:  #000;
			padding: 15px 100px;
		}
	}

nav ul li:last-child a{
	border-right: none;
}

/* banner */
section#banner{
	background-image: url('images/banner.png');
	background-size: cover;
	background-position: center;
	height: 500px;
	text-align: center;
}

section#banner article{
	height: 500px;
}

section#banner article h1{
	font-weight: lighter;
	color:  #fff;
	letter-spacing: -3px;
	text-shadow: 1px 1px 10px #444;
	padding-top: 170px;
}

	@media screen  and (min-width: 320px) and (max-width: 418px){
		section#banner article h1{
			padding-top: 70px;
			font-size: 38px;
		}
	}

/* sobre */
section#about{
	background-image: url('images/bg-about.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
	height: 600px;
	text-align: center;
	padding: 100px 0;
}

section#about article{
	font-size: 18px;
	margin-bottom: 15px;
}

section#about figure{
	display: inline-block;
	float: right;
}

/* obras */
section#constructions{
	background-image: url('images/bg-obras.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	padding: 80px 0;
	background-attachment: fixed;
}

	@media screen and (min-width: 320px) and (max-width: 418px){
		section#constructions{
			padding: 50px 0;
			height: 700px;
		}
	}

section#constructions .row{
	max-width: 46em;
}

section#constructions article,
section#constructions h4{
	color:  #fff;
	text-align: center
}

section#constructions .slide-obras{
	margin-top: 30px;
	height: 390px;
}

section#constructions .slick-prev,
section#constructions .slick-next{
	background-color: transparent;
}


section#constructions .slick-arrow{
	position: absolute;
	bottom: 0;
	margin: 0 270px;
}

	@media screen and (min-width: 320px) and (max-width: 418px){
		section#constructions .slick-arrow{
			margin: 0 70px;
			top:  400px;
		}
	}

section#constructions .slick-arrow span{
	color:  #fff;
	font-size: 100px;
}

section#constructions .slick-next{left: 70px;}

section#constructions .slick-prev{left: 10px;}
	
	@media screen and (min-width: 320px) and (max-width: 418px){
	
	}

section#constructions .slide-obras img{
	border:  15px solid #FAEA2F;
}

	
	@media screen and (min-width: 320px) and (max-width: 418px){
		section#constructions .slide-obras img{
			width: 100%;
		}
	}

/* serviços */
section#services{
    padding: 40px 0 20px;
	position: relative;
	color: #333;
}

	@media screen and (min-width: 320px) and (max-width: 418px){
		section#services{
			padding: 40px 0 100px;
		}
	}

section#services .service article{
	padding: 25px 35px;
	border:  1px solid #dedede;
	font-size: 15px;
}

section#services figure{
	position: absolute;
	top:  -70px;
	right: -40px;
	z-index: 9;
	overflow-y: hidden;
	background-image: url('images/servicos.png');
	height: 776px;
	width: 680px; 
}

section#services .button{
	float: right;
	margin-top: 10px;
}

section#services .slide-obras{
	margin-top: 30px;}

section#services .slick-prev,
section#services .slick-next{
	background-color: transparent;
}


section#services .slick-arrow{
	position: absolute;
	bottom: -10px;
	margin: 0 400px;
	z-index: 99;
}

	
	@media screen and (min-width: 320px) and (max-width: 418px){
		section#services .slick-arrow{
			margin:  0 70px;
			bottom:  0;
			top: 530px;
		}
	}

section#services .slick-arrow span{
	color:  #333;
	font-size: 100px;
}

section#services .slick-next{left: 70px;}
section#services .slick-prev{left: 10px;}

/* contatos */
section#contacts{
	background-color:  #111;
	background-image: url('images/bg-contatos.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
}

section#contacts input[type="text"],
section#contacts input[type="email"],
section#contacts textarea{
	background: #333;
	border:  1px solid #000;
    	resize: none;
    	color:  #fff;
    	font-size: 12.5px;
}

section#contacts section.infos{
	background-color: #FFDE00;
    color: #fff;
    height: 100%;
    position: relative;
    width: 660px;
    padding: 25px 0px 15px 15px;
}

	
	@media screen and (min-width: 320px) and (max-width: 418px){
		section#contacts section.infos{
			position: static;
			width: 100%;
		}
	}

section#contacts section.infos ul{
	list-style: none;
}

section#contacts section.infos ul *{
	margin: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.1;
	font-style: normal;
}

section#contacts section.infos ul li{
	clear: both;
	margin-bottom: 22px;
}

section#contacts section.infos ul span{
	float: left;
	font-size: 32px;
	margin-right: 15px;
}

section#contacts p.dev{
	font-size: 13px;
	color: #fff;
	text-align: right;
}

section#contacts form br{
	display: none;
}

section#contacts p.dev a{
	color:  #fff;
	font-weight: bold;
}

section#contacts p.dev a:hover{
	color: #FFDE00;
}

footer#main{
	position: relative;
	height: 150px;
	margin: 0;
	padding: 0;
	text-align: center;
}

footer#main section.view-map{
	position: absolute;
	top: 50px;
	width: 100%;
}

 /* page */

section#titlepage{
	height: 300px;
	background-image: url('images/bg-obras.png');
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 50px;
}

section#titlepage .row{
	padding: 9% 0;
}

section#titlepage h1{
	color:  #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.wpcf7 form br{
	display: none;
}