/*

Author: Willy Cruz
www.willycruz.com.br


NOTES:

xs sm md lg

margin: top right bottom left

margin bottom or right in div: .container {position: relative;} .content {position: absolute; bottom: 10px;}

for center image in col: .center-block

*/

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background-color: #f5f5f5;
}

/* ----------------------- PAGINAS */

.espacoLinhas{
	height: 75px;
}
.tituloPagina{
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	letter-spacing: normal;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}
.corSessao{
	background-color: #ffffff;
}
a,
a:link,
a:focus,
a:visited,
a:active{
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: inherit;
    text-decoration: none;
}
.btn01{
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	background-color: #f10;
	padding: 8px 15px;
	transition: 0.25s;
	text-shadow: none;
	border-radius: 2px;
}
.btn01:hover{
	background-color: #c00;
}
.btnWhats{
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	background-color: #128C7E;
	padding: 8px 15px;
	transition: 0.25s;
	text-shadow: none;
	text-transform: none;
}
.btnWhats:hover{
	background-color: #075E54;
}

.mb1{
	margin-bottom: 20px;
}
/* ----------------------- /PAGINAS */


/* ----------------------- NOVOS TELEFONES */

/* ----------------------- /NOVOS TELEFONES */




/* ----------------------- HEADER */

.navbar {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.06);
}
.navbar-default {
	background-color: #ffffff;
	border-color: #e7e7e7;
}
.navbar-brand{
	padding: 7px 15px;
}
.navbar-toggle {
    margin-top: 21px;
    margin-bottom: 20px;
}
.navbar-default .navbar-nav>li>a {
	color: #444444;
	text-transform: uppercase;
	transition: background 0.7s;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
	background-color: #707070;
	transition: background 0.7s;
}
.navbar-toggle {
    margin-top: 23px;
    margin-bottom: 22px;
}

/* ----------------------- /HEADER */


/* ----------------------- SLIDER */

.carousel-inner{
	max-height: 450px;
}
.carousel{
	background-color: #000000;
}
.carousel-control{
	z-index: 100;
}
.carousel-caption{
  position: absolute;
  margin: 80px auto auto auto;
  padding: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 700px;
  height: 200px;
}
.carousel-caption p{
	font-style: italic;
	font-size: 14px;
}
.carousel-caption a:link{
	color: #ffffff;
	text-decoration: none;
}
.carousel-caption a:hover{
	color: #ffffff;
	text-decoration: none;
}
.carousel-caption a:active{
	color: #ffffff;
	text-decoration: none;
}
.carousel-caption a:visited{
	color: #ffffff;
	text-decoration: none;
}
.phoneSlider{
	font-size: 18px;
}
.tituloSlider{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 800;
}
.whatsApp{
	font-size: 24px;
	color: #444;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 60px;
	font-weight: 700;
}
.fundoSlider{
	width:100%;
	height:300px;
	background-position: center;
	background-size: cover;
	opacity: 0.4;
	background-attachment: fixed;
}
.fundo01{
	background-image: url("../img/raulchaveiroslider01.jpg");
}
.fundo02{
	background-image: url("../img/raulchaveiroslider02.jpg");
}
.fundo03{
	background-image: url("../img/raulchaveiroslider03.jpg");
}

/* ----------------------- /SLIDER */


/* ----------------------- PRODUTOS */

.textoEmpresa{
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 30px;
}

/* ----------------------- /PRODUTOS */


.boxServicos{
	background-color:#ffffff;
	margin-top:50px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}
.tituloServicos{
	font-size:20px;
	font-weight:700;
	margin-top:15px;
	margin-bottom:5px;
}
.tituloEstrutura{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #555555;
	margin-bottom: 30px;
}
.imgServicos{
	width:100%;
	margin: 15px 0px;
}
.numEstrutura{
	font-size:50px;
	font-weight:700;
	color:#aaaaaa;
}




/* ----------------------- PARALLAX */

.efeitoParallax{
	width: 100%;
	height: 300px;
	background-image: url("../img/parallaxCopiaDeChave01.jpg");
	background-position:bottom;
	background-attachment: fixed;
	background-size: cover;
}
.opacityParallax{
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: relative;
}
.textoParallax{
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 800;
	font-size: 30px;
	top: calc(50% - 20px); /* px = 2/3 font-size */
	text-align: center;
	position: absolute;
	width: 100%;
}

/* ----------------------- /PARALLAX */


/* ----------------------- CONTATO */

.formContato{
	margin-top: 30px;
}
.iconInfosContato{
	color:#aaaaaa;
	float: right;
}
.marginInfosContato{
	margin-top: 30px;
}
.marginMapaContato{
	margin-top: 30px;
	margin-left: 20px;
}
.scrollMapOff{
	background: transparent;
	position: relative;
	width: 100%;
	height: 250px;
	top: 250px;
	margin-top: -250px;
}
.btoEnviar {
    color: #fff;
    background-color: #c70000;
    border-color: #c70000;
}

/* ----------------------- /CONTATO */


/* ----------------------- FOOTER */

.footer{
	width: 100%;
	height: auto;
	min-height: 100px;
	background-color: #444444;
}
.textoFooter{
	color: #aaaaaa;
	margin-top: 40px; /* metade do heigh (.footer) -10px */
	position: absolute;
}

/* ----------------------- /FOOTER */


/* ------------------------------------------------------------------------------------------------- MEDIA QUERY */


/* Small, medium and large devices (tablets, 768px and up) */
@media (min-width: 768px) {

	/* ---------- PAGINAS */
	.tituloPagina{
		font-size: 40px;
		letter-spacing: 2px;
	}
	/* ---------- /PAGINAS */


	/* ---------- HEADER */

	.navbar-nav>li>a {
		padding-top: 31px;
		padding-bottom: 30px;
	}

	/* ---------- /HEADER */


	/* ---------- SLIDER */

	.carousel-caption p{
		font-style: italic;
		font-size: 18px;
	}
	.tituloSlider{
		font-family: 'Open Sans', sans-serif;
		font-size: 60px;
		text-transform: uppercase;
		font-weight: 800;
	}
	.fundoSlider{
		height:550px;
	}
	.phoneSlider{
		font-size: 36px;
	}
	.whatsApp{
		font-size: 31px;
	}

	/* ---------- /SLIDER */


	/* ---------- CONTATO */

	.linhaDivisaoContato{
		border-left: 1px solid #dadada;
	}

	/* ---------- /CONTATO */

}