/*

Author: Willy Cruz
www.willycruz.com.br

*/

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

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

/* MENU */
.navbar{
	min-height: 72px;
}
.navbar-default {
	background-color: #5193bd;
}
.navbar-default .navbar-nav > li > a:link,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:visited {
	color: #fff;
	border-bottom: 2px solid transparent;
	transition: 0.4s;
	text-align: center;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #595959;
	background-color: rgba(255, 255, 255, 0.56);
	border-bottom: 2px solid #fff;
	transition: 0.4s;
}
.navbar-fixed-top{
	border: none;
}
.navbar-brand {
    padding: 10px 15px;
}
.logotipo{
	max-height: 55px;
}
.navbar-toggle{
	margin-top: 18px;
	margin-bottom: 18px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
/* /MENU */

/* SLIDER */
.carousel-control{
	z-index: 100;
}
.carousel-caption{
  position: absolute;
  margin: auto;
  padding: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 700px;
  height: 150px;
}
.carousel-caption p{
	font-style: italic;
	font-size: 14px;
}
.carousel-caption a:link,
.carousel-caption a:active,
.carousel-caption a:visited,
.carousel-caption a:hover{
	color: #ffffff;
	text-decoration: none;
}
.item{
	width:100%;
	height:350px;
}
.tituloSlider{
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 500;
}
.fundoSlider{
	width:100%;
	height:350px;
	background-position: center;
	background-size: cover;
	opacity: 0.8;
	background-attachment: fixed;
}
.carousel-control.left{
	background-image: none;
}
.carousel-control.right{
	background-image: none;
}
.fundo01{
	background-image: url("../img/slider01.jpg");
}
/* / SLIDER */

/* ICONSHOME */
.marginIcons{
	margin-top: 80px;
}
.iconsFA{
	color: #8ec3e4;
	padding-bottom: 30px;
}
.iconsP{
	max-width: 220px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
/* /ICONSHOME */


/* BARRA */
.barraServidor{
	height: 170px;
	background-image: url('../img/fundoServidor01.jpg');
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	font-weight: 300;
	margin-top: 80px;
}
.imgBarraServidor{
	margin-top: -40px;
}
.barraServidor p{
	padding-top: 20px;
}
.txtBarraServidor{
	padding-top: 20px;
}
.txtBarraServidor span{
	font-family: 'Raleway', sans-serif;
	font-size: 21px;
}
.txtBarraServidor p{
	padding-top: 10px;
	padding-right: 150px;
}
/* /BARRA */


/* BOXES */
.boxes img{
	width: 100%;
	padding-bottom: 15px;
}
.boxes span{
	font-family: 'Raleway', sans-serif;
	font-size: 21px;
	color: #444;
}
/* /BOXES */


/* TITULO PAGINAS */
.tituloPaginas{
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 300;
	margin-top: 150px;
	margin-bottom: 50px;
}
.tituloPaginas hr{
	width: 100px;
	height: 3px;
	margin-top: 0px;
	background-color: #5193bd;
}
/* /TITULO PAGINAS */


/* MAPA REGIOES */
.mapaRegioes{
	margin-top: 50px;
	margin-bottom: 50px;
}
.mapaRegioes img{
	width: 100%;
	max-width: 359px;
}
.mapaRegioes span{
	font-family: 'Raleway', sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	color: #444;
}
.mapaRegioes p{
	margin-top: 15px;
	font-size: 16px;
}
/* /MAPA REGIOES */



/* SERVICOS */
.hrServicos{
	width: 70%;
	height: 2px;
	background-color: #eaeaea;
	margin-top: 70px;
	margin-bottom: 90px;
}
.boxServicos{
	background-color: #fff;
	padding: 20px 10px;
	transition: 0.6s;
	height: 330px;
	margin-bottom: 30px;
}
.boxServicos:hover{
	box-shadow: 0 2px 20px rgba(0,0,0,0.25);
}
.boxServicos img{
	padding-bottom: 20px;
}
.boxServicos span{
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
}
.boxServicos p{
	padding-top: 20px;
	max-width: 210px;
	margin-left: auto;
	margin-right: auto;
}
.tituloServicos{
	font-size: 21px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.linkServicos a,
.linkServicos a:link,
.linkServicos a:active,
.linkServicos a:visited,
.linkServicos a:focus{
	color: #888;
	text-decoration: none;
}
.linkServicos a:hover{
	color: #888;
	text-decoration: none;
}
/* /SERVICOS */


/* CLIENTES */
.clientes img{
	width: 100%;
	max-width: 200px;
	padding-bottom: 70px;
}
.clientes div{
	height: 280px;
}
/* /CLIENTES */

/* CONTATO */
.btoEnviar {
    color: #fff;
    background-color: #5193bd;
    border-color: #326c90;
}
.formErro{
	color: #E22;
}
.formSucesso{
	color: #0B0;
}
/* /CONTATO */

/* FOOTER */
footer{
	background-color: #777;
	font-size: 13px;
	padding: 30px 0;
	color: #d0d0d0;
	margin-top: 120px;
}
footer a,
footer a:link,
footer a:active,
footer a:visited,
footer a:focus{
	color: #d0d0d0;
	text-decoration: none;
}
footer a:hover{
	color: #fff;
	text-decoration: none;
}

/* /FOOTER */

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


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

.navbar-default .navbar-nav > li > a:link,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:visited {
	padding-top: 25px;
	padding-bottom: 25px;
}
.navbarFundoOff{
	background-color: transparent;
	background: transparent;
	border-color: transparent;
}
.navbarFundoOn{
	background-color: #5193bd;
	transition: 0.5s;
}
.navbarFundoTransition{
	transition: 0.7s;
}
.navbar-brand{
	padding: 8px 15px;
}

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

.carousel-caption p{
	font-style: italic;
	font-size: 18px;
}
.item{
	height: 550px;
}
.tituloSlider{
	font-size: 65px;
	font-weight: 500;
	letter-spacing: -2px;
}
.fundoSlider{
	height:550px;
}

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

/* BOXES */
.boxes{
	margin-top: 200px;
}
/* /BOXES */

/* MAPA */
.mapaTxtPadding{
 	padding-top: 100px;
 }
 .mapaAlign{
 	text-align: right;
 }
/* MAPA */


}


@media (max-width: 767px) {

 .boxesMargin{
 	margin-top: 50px;
 }
 .logotipo{
 	max-height: 50px;
 }


}