/* Reset do Navegador */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
a{
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* CSS DEFAULT */
.container{
	width: 93%;
	margin: 0 auto;
}
.clearFix{
	clear: both;
}
h1{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 1.3em;
	font-size: 2rem;
	/*color: #fff;*/
}
h2, h3, h4{
	font-family: 'Archivo Black', sans-serif;
	line-height: 1.3em;
	text-transform: uppercase;
}
p, a{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 1.3em;
	color: #333;
}
button{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	border: 0;
	background-color: transparent;
}
span{
	color: #c41230;
}
.icon-facebook-squared{
	color: #3b5998;
}
.icon-twitter-rect{
	color: #4099FF;
}
.icon-youtube-squared{
	color: #c4302b;
}
.icon-whatsapp{
	color: #34af23;
}
.icon-instagram{
	color: #3f729b;
}
.icon-twitter{
	color: #1c94e0;
}
/* HEADER */
body{
	position: relative;
}
header{
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 0;
	left: 0;
}
header.ativo{
	background-color: #fff;
}
.logo{
	float: left;
	padding: 10px 0;
}
.logo-solo{
	width: 40px;
}
.logo-title{
	width: 100px;
}
.bt-menu{
	float: right;
	font-size: 2rem;
	color: #999;
	padding: 10px;
}
.menu{
	display: none;
	clear: both;
	text-align: center;
	padding: 10px 10px 10px;
}
.menu li{
	padding: 10px 0;
	border-bottom: 2px solid #959595;
}
.menu li:last-child{
	border-bottom: 0;
}
.menu a{
	font-family: 'Archivo Black', sans-serif;
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #333;
}
/* MAIN */
section{
	padding: 30px 0;
}
section.banner{
	position: relative;
	padding: 90px 0 40px;
	border-bottom: 15px solid #c41230;
	background-color: rgba(0,0,0,0.5);
}
section.banner:before{
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('img/banner.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
h2{
	color: #c41230;
}
h3{
	font-size: 1.3rem;
	text-align: center;
	color: #333;
	position: relative;
	margin: 0 0 30px;
}
h3:after{
	content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 7px;
    background: transparent;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, hsla(0, 0%, 0%, 0)), color-stop(10%, hsl(349.9, 83.2%, 42%)), color-stop(90%, hsl(349.9, 83.2%, 42%)), color-stop(90%, hsla(0, 0%, 0%, 0)));
    background: -webkit-linear-gradient(left, hsl(0, 0%, 0%, 0) 10%, hsl(349.9, 83.2%, 42%) 10%, hsl(349.9, 83.2%, 42%) 90%, hsl(0, 0%, 0%, 0) 90%);
    background: -moz-linear-gradient(left, hsl(0, 0%, 0%, 0) 10%, hsl(349.9, 83.2%, 42%) 10%, hsl(349.9, 83.2%, 42%) 90%, hsl(0, 0%, 0%, 0) 90%);
    background: -ms-linear-gradient(left, hsl(0, 0%, 0%, 0) 10%, hsl(349.9, 83.2%, 42%) 10%, hsl(349.9, 83.2%, 42%) 90%, hsl(0, 0%, 0%, 0) 90%);
    background: -o-linear-gradient(left, hsl(0, 0%, 0%, 0) 10%, hsl(349.9, 83.2%, 42%) 10%, hsl(349.9, 83.2%, 42%) 90%, hsl(0, 0%, 0%, 0) 90%);
    background: linear-gradient(left, hsl(0, 0%, 0%, 0) 10%, hsl(349.9, 83.2%, 42%) 10%, hsl(349.9, 83.2%, 42%) 90%, hsl(0, 0%, 0%, 0) 90%);
}
p{
	font-size: 1.2rem;
	text-align: center;
}
.title-banner{
	text-align: center;
}
.title-banner h2{
	font-size: 1.1rem;
}
.title-banner h1{
	color: #fff;
}
main button{
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background-color: #c41230;
	border-radius: 25px;
	padding: 10px 25px;
	border: 1px solid #c41230;
	margin: 35px auto 10px;
	display: block;
}
main button:hover{
	color: #c41230;
	background: #fff;
}
.bt-contato{
	display: none;
}
.sobre button{
	position: relative;
	color: #c41230;
	background-color: transparent;
}
.sobre button:before{
	content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: -10px;
    height: 7px;
    background: transparent;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, hsla(0, 0%, 0%, 0)), color-stop(10%, hsl(0, 0%, 20%)), color-stop(90%, hsl(0, 0%, 20%)), color-stop(90%, hsla(0, 0%, 0%, 0)));
    background: -webkit-linear-gradient(left,hsl(0, 0%, 0%, 0) 10%, hsl(0, 0%, 20%) 10%, hsl(0, 0%, 20%) 90%,hsl(0, 0%, 0%, 0) 90%);
    background: -moz-linear-gradient(left,hsl(0, 0%, 0%, 0) 10%, hsl(0, 0%, 20%) 10%, hsl(0, 0%, 20%) 90%,hsl(0, 0%, 0%, 0) 90%);
	background: -ms-linear-gradient(left,hsl(0, 0%, 0%, 0) 10%, hsl(0, 0%, 20%) 10%, hsl(0, 0%, 20%) 90%,hsl(0, 0%, 0%, 0) 90%);
	background: -o-linear-gradient(left,hsl(0, 0%, 0%, 0) 10%, hsl(0, 0%, 20%) 10%, hsl(0, 0%, 20%) 90%,hsl(0, 0%, 0%, 0) 90%);
	background: linear-gradient(left,hsl(0, 0%, 0%, 0) 10%, hsl(0, 0%, 20%) 10%, hsl(0, 0%, 20%) 90%,hsl(0, 0%, 0%, 0) 90%);
}
section.servicos{
	background-color: #ededed;
}
.servicos-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px 0 10px;
}
.servicos-item{
	cursor: pointer;
	width: 50%;
	text-align: center;
	padding: 10px;
}
.icon-wrap{
	margin: 0 0 10px;
}
.icon-wrap i{
	font-size: 3rem;
	border: 1px solid;
	border-radius: 100%;
	padding: 21px;
	width: 96px;
	height: 96px;
	background: #fff;
}
.servicos-item h2{
	font-size: 0.8rem;
}
.bullets-item{
	display: none;
	width: 100%;
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #333;
	z-index: 99;
	margin: 0 0 15px;
}
.bullets-item li{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 1.3em;
	text-align: left;
	color: #333;
	margin: 0 0 5px 10px;
	list-style: circle;
}
.info{
	margin: 25px 0;
}
.info p{
	font-family: 'Archivo Black', sans-serif;
}
.info span p{
	font-size: 1.7rem;
	color: #333;
	margin: 10px 0 0;
}
.info a{
	font-family: 'Archivo Black', sans-serif;
	color: #333;
	text-decoration: underline;
}
.form-wrap{
	padding: 20px 0 0;
}
.form-wrap input, .form-wrap textarea{
	width: 100%;
	font-size: 1rem;
	border: 1px solid #333;
	border-radius: 10px;
	padding: 10px;
	margin: 0 0 7px;
}
.form-wrap textarea{
	height: 100px;
}
.form-wrap button{
	padding: 10px 40px;
}
/* FOOTER */
footer{
	background-color: #2e2e2e;
	text-align: center;
	padding: 10px;
}
footer p{
	font-size: 0.9rem;
	color: #fff;
}
.topoSite{
	display: none;
	position: fixed;
	bottom: 7px;
	right: 7px;
	z-index: 999;
}
.topoSite p{
	cursor: pointer;
	font-size: 1.5rem;
	color: #fff;
}
.topoSite i{
	width: 37px;
	height: 37px;
	border-radius: 100%;
	background-color: #333;
	padding: 7px;
}
/* RESPONSIVE */

@media all and (min-width:480px){
	
}/*/mediaquery*/
@media all and (min-width:560px){
	.info span span{
		display: none;
	}
}/*/mediaquery*/
@media all and (min-width:640px){
	.container{
		width: 596px;
	}
	.servicos-item{
		flex: 1;
	}
	.icon-wrap i{
		font-size: 5rem;
		width: 140px;
		height: 140px;
		padding: 28px;
	}
	.servicos-item h2{
		font-size: 1rem;
	}
}/*/mediaquery*/
@media all and (min-width:768px){
	.container{
		width: 730px;
	}
	.logo-solo{
		width: 60px;
	}
	.logo-title{
		width: 140px;
	}
	.bt-menu{
		display: none;
	}
	.menu{
		display: block;
		clear: none;
		text-align: right;
	}
	.menu nav{
		position: relative;
	}
	.menu nav:after{
		content: '';
	    width: 400px;
	    position: absolute;
	    right: -30px;
	    bottom: -10px;
	    height: 7px;
	    background: transparent;
	    background: -webkit-gradient(linear, left top, right top, color-stop(0%, hsl(0, 0%, 60%)), color-stop(100%, hsl(0, 0%, 60%)));
	    background: -webkit-linear-gradient(left,hsl(0, 0%, 60%) 0%, hsl(0, 0%, 60%) 100%);
	    background: -moz-linear-gradient(left,hsl(0, 0%, 60%) 0%, hsl(0, 0%, 60%) 100%);
		background: -ms-linear-gradient(left,hsl(0, 0%, 60%) 0%, hsl(0, 0%, 60%) 100%);
		background: -o-linear-gradient(left,hsl(0, 0%, 60%) 0%, hsl(0, 0%, 60%) 100%);
		background: linear-gradient(left,hsl(0, 0%, 60%) 0%, hsl(0, 0%, 60%) 100%);
	}
	.menu li{
		position: relative;
		display: inline-block;
		border-bottom: 0;
		padding: 10px;
	}
	.menu li:hover::after{
		content: '';
		width: 100%;
		border-bottom: 7px solid #c41230;
		position: absolute;
		left: 0;
		bottom: -10px;
		z-index: 999999;
	}
	.menu a{
		color: #f4f4f4;
	}
	.menu li:hover a{
		color: #c41230;
	}
	section.banner{
		padding: 190px 0 40px;
	}
	.title-banner {
	    text-align: left;
	    float: left;
	    width: 515px;
	    margin: 45px 0 0;
	}
	.bt-whats{
		display: none;
	}
	.bt-contato{
		display: block;
		float: right;
		margin: 110px 0 0;
	}
	h3{
		margin: 0 0 50px;
	}
	.contato-options{
		padding: 25px 0 0;
	}
	.info{
		float: right;
		width: 50%;
	}
	.form-wrap{
		float: left;
		width: 48%;
	}
	.bullets-item{
		padding: 20px 25px;
	}
	.servicos-item:hover .icon-wrap i{
		transition-property: transform;
		transition-duration: 1s;
		-webkit-transform:scale(113%);
    	-moz-transform:scale(113%);
    	-o-transform:scale(113%);
		transform: scale(113%);
	}
}/*/mediaquery*/
@media all and (min-width:1024px){
	.container{
		width: 990px;
	}
	section.banner{
		padding: 290px 0 40px;
	}
	.title-banner{
		width: 650px;
	}
	.title-banner h2{
		font-size: 1.5rem;
	}
	.title-banner h1{
		font-size: 2.4rem;
		font-weight: bold;
	}
	.bt-contato{
		font-size: 1.4rem;
	}
	h3:after{
	    background: transparent;
	    background: -webkit-gradient(linear, left top, right top, color-stop(20%, hsla(0, 0%, 0%, 0)), color-stop(20%, hsl(349.9, 83.2%, 42%)), color-stop(80%, hsl(349.9, 83.2%, 42%)), color-stop(80%, hsla(0, 0%, 0%, 0)));
	    background: -webkit-linear-gradient(left, hsl(0, 0%, 0%, 0) 20%, hsl(349.9, 83.2%, 42%) 20%, hsl(349.9, 83.2%, 42%) 80%, hsl(0, 0%, 0%, 0) 80%);
	    background: -moz-linear-gradient(left, hsl(0, 0%, 0%, 0) 20%, hsl(349.9, 83.2%, 42%) 20%, hsl(349.9, 83.2%, 42%) 80%, hsl(0, 0%, 0%, 0) 80%);
	    background: -ms-linear-gradient(left, hsl(0, 0%, 0%, 0) 20%, hsl(349.9, 83.2%, 42%) 20%, hsl(349.9, 83.2%, 42%) 80%, hsl(0, 0%, 0%, 0) 80%);
	    background: -o-linear-gradient(left, hsl(0, 0%, 0%, 0) 20%, hsl(349.9, 83.2%, 42%) 20%, hsl(349.9, 83.2%, 42%) 80%, hsl(0, 0%, 0%, 0) 80%);
	    background: linear-gradient(left, hsl(0, 0%, 0%, 0) 20%, hsl(349.9, 83.2%, 42%) 20%, hsl(349.9, 83.2%, 42%) 80%, hsl(0, 0%, 0%, 0) 80%);
	}
}/*/mediaquery*/
@media all and (min-width:1200px){
	.container{
		width: 1200px;
	}
	h3:after{
	    background: transparent;
	    background: -webkit-gradient(linear, left top, right top, color-stop(27%, hsla(0, 0%, 0%, 0)), color-stop(27%, hsl(349.9, 83.2%, 42%)), color-stop(73%, hsl(349.9, 83.2%, 42%)), color-stop(73%, hsla(0, 0%, 0%, 0)));
	    background: -webkit-linear-gradient(left, hsl(0, 0%, 0%, 0) 27%, hsl(349.9, 83.2%, 42%) 27%, hsl(349.9, 83.2%, 42%) 73%, hsl(0, 0%, 0%, 0) 73%);
	    background: -moz-linear-gradient(left, hsl(0, 0%, 0%, 0) 27%, hsl(349.9, 83.2%, 42%) 27%, hsl(349.9, 83.2%, 42%) 73%, hsl(0, 0%, 0%, 0) 73%);
	    background: -ms-linear-gradient(left, hsl(0, 0%, 0%, 0) 27%, hsl(349.9, 83.2%, 42%) 27%, hsl(349.9, 83.2%, 42%) 73%, hsl(0, 0%, 0%, 0) 73%);
	    background: -o-linear-gradient(left, hsl(0, 0%, 0%, 0) 27%, hsl(349.9, 83.2%, 42%) 27%, hsl(349.9, 83.2%, 42%) 73%, hsl(0, 0%, 0%, 0) 73%);
	    background: linear-gradient(left, hsl(0, 0%, 0%, 0) 27%, hsl(349.9, 83.2%, 42%) 27%, hsl(349.9, 83.2%, 42%) 73%, hsl(0, 0%, 0%, 0) 73%);
	}
}/*/mediaquery*/