.bg-bannerPrincipal {
	background-size: cover;
}

.bg-testimonios {
	background: #259468;
}

.bg-calltoaction {
	background-image: url(../images/bg-calltoaction.jpg);
	background-size: cover;
	padding: 150px 0;
}

.bg-copyright {
	background: black;
	padding: 15px 0;
}

.banner-conttexto {
	padding: 0 150px;
	font-size: 16px;
	font-weight: 600;
}

.banner-titulo {
	font-size: 52px;
}

.banner-subtitulo {
	font-size: 30px;
	font-weight: 600;
}

.form-titulo {
	color: #aaaaaa;
	font-size: 18px;
}

.beneficios-titulo {
	color: #259468;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.beneficios-texto {
	color: #537B9F;
	font-size: 18px;
	font-weight: 600;
}

.testimonio-contenedor {
	background: rgba(255, 255, 255, .2);
	border-radius: 15px;
	font-size: 18px;
	font-weight: 600;
	margin: 0 25px;
	padding: 80px 50px 90px 50px;
	position: relative;
	text-align: center;
}

.testimonio-datos {
	margin: -75px 0 25px 0;
	position: relative;
}

.testimonio-foto {
	max-width: 150px;
}

.testimonio-nombre {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 15px;
}

.testimonio-puesto {
	font-size: 18px;
	opacity: .6;
}

.testimonio-quote {
	max-width: 40px;
	position: absolute;
}

.quote-inicio {
	top: 30px;
	left: 50px;
}

.quote-fin {
	bottom: 50px;
	right: 50px;
}

.txt-color-1 {
	color: #aaaaaa;
}

.txt-color-2 {
	color: #EC6F29;
}

.btn-principal {
	background-color: #EC6F29 !important;
	border-radius: 0 !important;
	color: #FFF !important;
	font-weight: 600 !important;
}

.btn-principal:hover {
	opacity: .8;
}

.banner-contform {
	background: #1A293E;
	color: #FFF;
	padding: 50px;
}

@media (max-width: 991px) {
  .banner-conttexto {
    padding: 50px 25px;
    font-size: 16px;
    font-weight: 600;
	}
}

.dropZone {
  width: 100%;
  border: 3px dotted #ccc;
  text-align: center;
  padding: 20px;
}

.hide {
	display: none !important;
}

form .error {
	color: #ff4a5b;
}