@charset "utf-8";
/***	CSS INDEX ***/
/***	01 GLOBAL
/***	02 FALSO PARALLAX
/***	03 INDEX TOPO
/***	04 SOLUÇÕES
/***	05 CONTATO

/*********************/
/***	01 GLOBAL
/*********************/

* {
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
}

ul, li {
	list-style-type: none;
}

body{
	background: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

#back-to-top {
	display: none;
	position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 99;
	border: none;
	outline: none;
	width: 56px;
    height: 56px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;    
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}

/****************************/
/***	02 FALSO PARALLAX
/****************************/

html, body {
	height:100%;
}

.fundodinamico {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 100%;
	min-height: 100%;
}

/*************************/
/***	03 INDEX TOPO
/*************************/

#home {
	color: #e0e0e0;
}

.container {
	width: 100%;
	max-width: 340px;
	text-align: center;
}

.brand-logo {
  position: relative;
  color: #fff;
  padding: 0;
  display: block;
  width: 360px;
  margin: 10px auto;
}

.logo-topo {
	margin: 3% 0 3% 0;
	width: 280px;
}

.principal h1 {
	margin: 0;
	
}

.principal h2 {
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 10px 0;
	line-height: 1.6;
}

.principal h2 span {
	background: #af1d22;
	padding: 5px 10px;
	font-weight: 500;
	color: #fff;
	font-size: 20px;
}

.principal h3 {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 10px 0;
}

.principal a.btn-contato-go {
	width: 260px;
	height: 120px;
	border: 2px solid #af1d22;
	display: block;
	margin: 30px auto;
}

.principal a.btn-contato-go:hover {
	width: 280px;
	color: #fff;
	background: #af1d22;
}

.principal .btn-contato-go .prop-contato-go{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 20px 0 0;
}

.principal .btn-contato-go .prop-clique-aqui{
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 5px 0;
}

.home-fale-conosco{
	margin: 5px auto 0;
	font-size: 18px;
	font-weight: 300;
}

.fa-whatsapp {
	font-size: 24px;
	margin: 0 5px;
	color: #af1d22;
}


.home-fale-conosco .email-fale-conosco{
	font-size: 14px;
}
	
	
	
/*************************/
/***	04 SOLUÇÕES
/*************************/
	
	
#solucoes {
	color: #212121;
	background: #f6f6f6;
	height: 580px;
}

.solucoes {
	padding: 10px 10px;
	
}

.solucoes h2 {
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 20px 0 0;
	text-align: center;
}

.solucoes h3 {
	font-size: 14px;
	font-weight: 300;
	margin: 10px 0;
	text-align: center;
	color: #777;
}

.solucoes .tit-bars {
	background: url(../img/tit-bars-solucoes.png) no-repeat center center;
	height: 391px;
	display: none;
}

.solucoes .item-solucao {
	margin: 5px 0;
	height: 180px;
	padding: 10px 10px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	cursor: auto;
}

.solucoes .item-solucao:hover {
	box-shadow: 1px 5px 10px #ddd;
	background: #fdfdfd;
}

.solucoes .item-solucao i {
	color: #b71c1c;
	font-size: 40px;
}

.solucoes .item-solucao p {
	font-size: 17px;
	font-weight: 500;
	color: #212121;
	line-height: 1;
}

.solucoes .item-solucao p span {
	font-size: 14px;
	font-weight: 300;
	color: #777;
}


/*************************/
/***	05 CONTATO
/*************************/

#contato {
	color: #e0e0e0;
	height: 1050px !important;
	min-height: 1050px !important;
}

.contato h2 {
	font-size: 26px;
	font-weight: 500;
	color: #f0f0f0;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 70px 0 0;
}

.contato h3 {
	font-size: 16px;
	font-weight: 300;
	color: #f0f0f0;
	margin: 5px 0 5px 0;
}

.contato .tit-bars {
	background: url(../img/tit-bars-contato.png) no-repeat center center;
	height: 391px;
	display: none;
}

.contato .contato-formulario {
	text-align: center;	
}


.contato .contato-formulario input, .contato .contato-formulario textarea {
	background: rgba(33,33,33,0.3);
	border-bottom-color: #3f948b;
	width: 300px;
	height: 50px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.contato .contato-formulario textarea {
	height: 90px;
}

.contato .contato-formulario input:focus, .contato .contato-formulario textarea:focus {
	background: rgba(33,33,33,0.8);
}

.contato button.btn-enviar {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 3px;
	width: 260px;
	height: 70px;
	border: 2px solid #3f948b;
	display: block;
	margin: 15px auto;
	background: #3f948b;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.contato button.btn-enviar:hover {
	width: 280px;
	color: #fff;
	background: #212121;
}

.contato .contato-infos {
	text-align: center;
	margin: 10px 0 0;
}

.contato .contato-infos p {
	font-size: 20px;
	font-weight: 300;
	margin: 20px 0;
}


.contato .contato-infos p i {
	font-size: 24px;
	color: #3f938a;
	margin: 0 10px 0 0;
}

.contato .contato-infos .contato-tel {
	font-size: 22px;
}

.contato .contato-infos p span {
	font-size: 16px;
}

.contato .contato-infos .logo-rodape {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.contato .contato-infos .logo-rodape img {
	width: 100px;
}

.contato .contato-infos .logo-rodape:hover {
	opacity: 0.5;
}

.contato .footer-copyright {
	margin: 30px 0;
	font-weight: 300;
	font-size: 15px;
}



	
	