body{
	font-family: 'Lato', sans-serif;
}
.bg-faded{
	background-color: #060129;
}
#two {
	background-color: #8F4D3D;
	color: #ffffff;
}
#two p {
	text-transform: uppercase;
}
.form-control {
	background-color: #8F4D3D;
	color: #ffffff;
	border-radius: 0.7rem;
}
.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
	text-transform: none;
}
header{
	/*background-color: #A05C41;*/
	background: url(../img/bg-sky-pruebanner.jpg) center top;
	background-size: cover;
	font-family: 'Lato', sans-serif;
}
#topNav{
	background-color: transparent !important;
}
.navbar-default .nav .nav-link.active, .navbar-default .nav .nav-link.active:focus, .navbar-default .nav .nav-link:hover  {
	border-bottom: 1px solid #ffffff;
	color: #ffffff !important;
}
.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus, .navbar-default .nav>li>a:active {
	color: #ffffff;
}
h2{
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
}
#one {
	position: relative;
}
#one h2{
	font-weight: 300;
	margin-bottom: 3.5rem;
}
#one p {
	color: #ffffff;
	font-size: 12px;
	max-width: 50%;
	float: right;
	margin-right: 20px;
}
#one p.right {
	float: left;
	margin-left: 20px;
}
#one p strong{
	color: #00e597;
}
#one h3{
	text-transform: uppercase;
	font-size: 20px;
	color: #ffffff;
	margin: 0 20px 2.5rem;
}
.linea-1{
	position: absolute;
	margin-left: 50%;
	left: -4px;
}
.linea-2{
	position: absolute;
	margin-left: 50%;
	left: -4px;
	bottom: -70px;
}
.linea-3{
	position: absolute;
	margin-left: 50%;
	left: -4px;
	bottom: 0;
}
#one .icon-img{
	margin: 0 20px 5rem;
}
.btn-pruebanner{
	background-color: #1D0E46 !important;
	color: #ffffff !important;
	border-color: transparent !important;
	border-radius: 2rem;
}
.btn-pruebanner:hover{
	background-color: transparent !important;
	color: #ffffff;
	border-color: #ffffff !important;
}
.btn-xl{
	font-size: 12px;
}
.nav-contact{
	padding: 10px !important;
	margin-top: 20px !important;
	border: 1px solid transparent;
}
.nav-contact:hover{
	color: #ffffff !important;
	border: 1px solid #ffffff !important;
}
footer{
	background-color: #000000;
}
.footer-descarga{
	padding-top: 8rem;
}
footer a{
	color: #ffffff;
}
footer a:hover{
	color: #ffffff;
}
/*descarga*/
.descarga{
	min-height: 100%;
	width: 100%;
}
.logo-mediano{
	padding: 3rem 0;
	display: block;
	margin: auto;
}
.descarga .header-content {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
    width: 100%;
}
.descarga h1{
	color: #666666;
	font-weight: 300;
	font-size: 2rem;
	margin: 1rem 0;
}
.descarga .icono-descarga{
	padding: 4rem;
	background-color: transparent;
	width: 230px;
	margin: auto;
	border: 1px solid #00e597;
	border-radius: 50%;
}
.descarga .header-content .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    display: block;
}
.descarga p{
	margin: 1rem 0;
	color: #666666;
	text-transform: uppercase;

}
.descarga .cuadro-descarga{
	background: #ffffff url(../img/barrita_colores.png) top center repeat-x;
	padding: 2rem;
	border-radius: 0.5rem;
}
.btn-pruebanner-descarga{
	display: inline-block;
	max-width: 300px;
	background: #00e597 !important;
}
.btn-pruebanner-descarga:hover{
	background-color: #060129 !important;
}
@media(max-width:34em) {
	.navbar-brand, .linea-3, .linea-2, .linea-1{
		display: none;
	}
	img{
		max-width: 100%;
	}
	h2{
		font-size: 1.5rem;
	}
	#one p {
		width: 100%;
		margin: 0 !important;
		max-width: 100%;
		text-align: center !important;
		margin-bottom: 3em !important;

	}
	#one h3{
		text-align: center;
		font-size: 2em;
	}
	#one .icon-img{
		margin: 2em auto !important;
		max-width: 80% !important;
		display: block;
	}
	.logo-mediano{
		display: block;
		padding: 17px 0;
	}
	.descarga .header-content {
		margin-top: 60px;
		padding: 0 15px;
	}
	.descarga p {
		font-size: 15px;
	}
	.footer-descarga {
	    padding-top: 3rem;
	}
}