* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 100%;
}

.slider input {
    display: none;
}

body {
	font-family: Roboto, Arial, Tahoma, Sans-serif;
}
 .slider {
     display: block;
     height: 293px;
     width: 600px;
     margin: auto;
     margin-top: 20px;
     position: relative;
 }

 .slider li {
     list-style: none;
     position: absolute;
 }

 .slider img {
     margin: auto;
     height: 100%;
     width: 100%;
     vertical-align: top;
 } 
 
.slider img {
    opacity: 0;
    visibility: hidden;
}

.slider li input:checked ~ img {
   opacity: 1;
    visibility: visible;
   z-index: 10;
 }
 

.slider label {
     background-color: #000;
     bottom: 10px;
     cursor: pointer;
     display: block;
     height: 10px;
     position: absolute;
     width: 10px;
     z-index: 10;
 }

.slider li:nth-child(1) label {
     left: 10px;
 }

.slider li:nth-child(2) label {
     left: 40px;
 }

.slider li:nth-child(3) label {
     left: 70px;
 } 



.container {
	margin: 0;
	height:380px;
}
.container2 {
	margin: 0;
	height:300px;
	float:none;
}

.texto{
	position:absolute;
	text-align:justify;
	float:left;
	margin-bottom:0px;
}
	

.title-1 {
	font-weight: 700;
	font-size: 2.5rem; /* contexto / 16px = rem */
	text-align: center;
	margin-bottom: 10px;
}

.title-1 + p {
	margin: 0 auto 100px;
	width: 700px;
	color: rgba(0, 0, 0, 0.4);
	text-align: center;
	font-weight: 300;
	font-size: 1.13rem;
}

section {
	padding: 100px 0;
}

section:after,
section:before {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	max-height: 100%;
}

/***
**** HEADER
***/
.header {
	position: fixed;
	top: 0px;
	width: 100%;
	text-align: center;
	background-color:#92b9f4;
	padding: 15px 0;
}

.logo {
	font-weight: 300;
	color: #000;
	padding: 0 0 20px;
	display: none;
}

.header li {display: inline-block;}

.header a {
	display: inline-block;
	padding: 0 20px;
	color:#000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 300;
	font-size: .88rem;
	letter-spacing: 3px;
}

.highlight {
	box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.2);
	padding: 0 0 120px;
	background-size:cover;
	text-align: center;
	color: #000;
	float:right;
	position:relative;
	margin-left: 35%;
}
.transparencia {
     filter:alpha(opacity=70);
     opacity: 0.7;
     -moz-opacity:0.7;
     -webkit-opacity:0.7;
}
.texto {
	color:#000;
	position:absolute;
	border-color:#000;
position:absolute;
	
}
.highlight h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 3.13rem;
	padding-left:30px;
}

.highlight p {
	width: 1024px;
	margin: auto;
	padding: 50px 0;
	font-weight: 100;
	font-size: 1.20rem;
}

.highlight .btn {font-size: 1.25rem;}

/***
**** FEATURES
***/
.feature {
	
	width: 100%;
	height:20%;
	padding: 100px;
	margin-bottom: 200px;
	margin-top:100 px;
	text-align:justify;
	font-size:36px;
}

* { margin: 0; padding: 0; }

.feature h2 {
	font-size: 18px;
}

.feature p,
.more-info p {
	font-size: 14px;
	font-weight: 100;
	line-height: 1.5;
	margin: 10px auto 25px;
}

/***
**** More Links
***/
.more-links {
	background-color: #f0eeed;
	text-align: center;
}

.more-lnk {color: #000;}

.more-info {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin-right: 50px;
}
.more-info:last-child {margin-right: 0;}

.more-info figure {
	/*overflow: hidden;
	height: 200px;*/
	display: block;
	margin-bottom: 30px;
}
.more-info img {width: 400px;}

/***
**** offer
***/
.offer {
	text-align: center;
}

.text {
	width: 450px;
	float: left;
	text-align: left;
}

.offer img {
	float: right;
	width: 500px;
	margin-left: 40px;
}

.offer h1 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 2.5rem;
}

.offer p {
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.5;
}


/***
**** Botoes
***/
.btn {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 3px;
	border: 3px solid;
	color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
}

.btn:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}


/***
**** FOOTER
***/
.footer {
	padding: 40px;
	font-size: 14px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	text-align: center;
	height:30px;
	background-color:#92b9f4;
}

