
@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto+Condensed:300');


html,body{
	font-family: 'Roboto Condensed', sans-serif;
	background-color:#000;
	color:#eee;
	line-height:200%;
}
p{
	
	color:#999;
}


/* - - - - - - - - - - - - - - - - - - - - - - - [      NAVIGATION    ] */
nav{
	border-bottom:1px solid #000;
}
nav ul li a{
	padding:20px 40px;
	display:block;
	color:#ccc;
	margin-bottom: 2px;
}
nav ul li a:hover,
nav ul li.active a{
	color: #fff;
	margin-bottom: 0px;
	border-bottom: 2px solid #fff;
	text-decoration: none;
}
.btn-contratar a{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
	background: rgb(0, 123, 255);
	color:#fff;
	border-radius: 4px;
	font-weight: normal;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	padding: 10px;
	box-shadow: 0 2px 5px rgb(0, 123, 255, 0.4);
}
.btn-contratar a:hover {
	color: rgba(255, 255, 255, 1);
	box-shadow: 0 5px 15px rgb(0, 123, 255, 0.4);
}

.semli{margin:0;padding:0;}
.semli li{list-style:none; margin:0;}



/* - - - - - - - - - - - - - - - - - - - - - - - [      SECTIONS    ] */
.conteudo{
	padding-top:160px;

}
.section1Imagem img{
	width: 100%;
}
.section1botoes{
    margin-top:30px;
	padding:40px 0 70px;
	border:1px solid #999;
	border-left:none;
	border-right:none;
	clear: both;
}
.section1botoes li{
	float:left;
	display:block;
	width:50%;
	list-style:none;
	text-align:center;
	font-size:20px;
}
.section2{
	padding-top:160px;
	text-align:center;
}
.section3 .row{
	padding-top:160px;
	display: flex;
	align-items: center;
}
.section4{
	padding-top:160px;
}
.section5{
	padding-top:160px;
	text-align:center;
}
.section6{
	padding-top:160px;
	padding-bottom:130px;
	text-align: center;
}
.section6.jumbotron {
	background:#007bff;
	color: #fff;
}
.section6 p{
	color: #fff;
}
.section7{
	background-color: #fff;
	color: #000;
	padding-top:90px;
	padding-bottom:90px;
}
.section7 .listabonus{
	list-style: none;
	padding: 0;
}
.section7 .listabonus li{
	color: #333;
	text-align: center;
	width: 100%;
}
.section7 .listabonus li small{
	color: #2196f3;
}
.section7 .dominioResultado{
	color: #000;
}
.section7 .subtotal{
	text-align: center;
	line-height: 18px;
	color:#000;
	padding: 10px;
	border-bottom: 1px solid #333;
}
.section7 .total .valor{
	font-weight: 900;
	font-size: 42px;
	color: #000;
}
.rodape{
	padding:50px 0;
	background:#f8f9fa;
	text-align:center;
	border-top:1px solid #eee;
	color:#ccc;
}


.carousel-item{
	height: 200px;
}