@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800&display=swap');
@import url(../css/estilosmenu_submenu.css);
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap');

/*
AMARILLO #F2CE00;
AZUL #001E50;
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
p {
	font-family: 'Open Sans', sans-serif;
}
img {
  display: block;
  width: 100%;
}
ul, li {
  list-style: none;
}
a {
	font-family: 'Oswald', sans-serif;
  display: block;
  text-decoration: none;
}
body {
  background: #999;
}
h1, h2, h3, h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

.contenedor {
	width: 95%;
	max-width: 1200px;
	margin: auto;
}
.section {
	padding: 80px 0;
	overflow: hidden;
}

/*BOTON FLOTANTE WASAP*/

.btn-whatsapp {
  display: block;
  width: 70px;
  height: 70px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  line-height: 80px;
	text-align: center;
  z-index: 999;
}

/*BOTON FIJO WHATSAPP*/

.wa-btn {
  width: 50%;
  margin: auto;
	position: relative;
	z-index: 100;
}
.wa-btnverde {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  background: rgb(37,211,102);
  color: #fff;
  padding: 10px;
  text-align: center;
	border-radius: 5px;
}

/*BARRA SUPERIOR*/
.barrasuperior {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
  height: 10px;
	background: #F2CE00;
}
.barrasuperior-redes {
	display: flex;
	justify-content: flex-end;
}
.barrasuperior-redes span {
	font-size: 1em;
	color: #fff;
	margin-left: 5px;
}

/*LOGO SUPERIOR*/
.logo-superior {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
	background: #fff;
}
.logotipo-header {
	padding: 5px 0;
	max-width: 290px;
	margin: auto;
}
.logosuperior-datos {
	display: none;
}

/*BENEFICIOS*/
#beneficios {
	max-width: 1500px;
	margin: auto;
	background: #eee;
	padding: 20px;
}
.grupo-beneficios {
	max-width: 1000px;
	margin: auto;
}
.columna-beneficios {
	padding: 10px;
	margin-bottom: 20px;
  border-radius: 20px;
}
.azul {
	position: relative;
	background: #001E50;
}
.amarillo {
	position: relative;
	background: #001E50;
}
.contraste {
	position: relative;
	background: #001E50;
}
#beneficios .presentacion-txt {
	font-size: 1em;
	text-align: center;
	color: #fff;
	padding: 0;
}
.columna-interior {
	text-align: center;
}
.columna-interior span {
font-size: 2em;
	color: #eee;

}

/*BANNER*/
.banner {
	overflow: hidden;
	max-width: 1500px;
	position: relative;
	z-index: -1000;
  margin: auto;
	background-image: url(../img/banner-fondo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	background-attachment: fixed;
  height: 360px;
}
.b-inte {
	height: 200px;
}
.banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
	background: rgba(0,0,0,0.5);
}
.banner-textos {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 95%;
	color: #fff;
	text-align: center;
}
.banner-titulo {
	font-size: 2.2em;
	line-height: 1.2;
	margin-bottom: 10px;
}
.banner-subtitulo {
	font-size: 1.34em;
  font-weight: 400;
}

/*POR QUE HANDYMAN*/
#porquehandyman {
	overflow: hidden;
	max-width: 1500px;
	position: relative;
	margin: auto;
	background-image: url(../img/porque-fondo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	background-attachment: fixed;
}
#porquehandyman:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
	background: #fff;
	opacity: 0.7;
}
.grupo-porque {
	position: relative;
	z-index: 1000;
	max-width: 800px;
	margin: auto;
}
.columna-porque {
	padding: 10px;
}
.porque {
	max-width: 800px;
	margin: auto;
}
.porque-item {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 7px;
  text-align: left;
  color: #001E50;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	border-bottom: 1px dashed #333;
}
.porque-item:last-child {
	border-bottom: none;
}
.porque-item span {
	font-size: 1.2em;
	color: #333;
	position: relative;
	top: 2px;
	margin-right: 10px;

}


/*WADIRECTO*/
#wadirecto {
  max-width: 100%;
  margin: auto;
  background: #FAFAFA;
	padding: 20px 0;
}
.wadirecto-titulo {
font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
.wadirecto-subtitulo {
font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  text-align: center;
  color: #333;
}
.wadirecto-img {
	width: 120px;
	margin: auto;
}

/*SOLICITE ASESOR*/
.solicite-asesor {
	position: relative;
	overflow: hidden;
  max-width: 1500px;
  margin: auto;
	background-image: url(../img/solicite-asesor.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	background-attachment: fixed;
  padding: 100px 10px;
	text-align: center;
}
.solicite-asesor:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.solicite-asesor-txt {
  margin: auto;
	font-size: 2.4em;
	letter-spacing: -0.5px;
	color: #fff; 
}
.soliciteasesor-btn {
	position: relative;
	z-index: 1000;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    border: 2px solid rgba(255,255,255,0.8);
    display: inline-block;
    padding: 10px 30px;
		background: #FF9E26;
}
.soliciteasesor-btn:hover {
    background-color: #333;
}

/*FOOTER*/
.footer {
	overflow: hidden;
  max-width: 1500px;
	padding: 80px 0;
  margin: auto;
  background: #001E50;
}
.grupo-footer {

}
.logo-footer {
	width: 260px;
}
.columna-footer {
	padding: 20px 0;
}
.footer-titulo {
  color: #eee;
  font-size: 1.2em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999;
}
.footer-txt {
	font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  color: #eee;
	text-align: left;
	line-height: 1.5em;
}
.footer .datos {
  display: flex;
}
.footer span {
	margin-right: 10px;
  position: relative;
  top: 2px;
  color: #eee;
  font-size: 1.4em;
}
.copy {
	max-width: 1500px;
	margin: auto;
  text-align: center;
  background: #F2CE00;
  padding: 40px 0;
}
.copy-derechos {
	font-size: 1.2em;
	color: #001E50;
  padding: 0;
}
.elaboradopor {
	font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  color: #001E50;
}

/*CLIENTES*/
.grupo-clientes {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.clientes-img {
	padding: 10px;
	width: 48%;
	margin: 1%;
}

@media (min-width: 768px){
/*LOGO SUPERIOR*/
.logosuperior-datos {
	display: flex;
	justify-content: center;
}
.grupo-logosuperior {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.datos-titulo {
font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	color: #001E50;
}
.telefonos {
	font-size: 0.9em;
	color: #001E50;
}
.logosuperior-datos .icon-call, .icon-mail-read {
  color: #F2CE00;
  margin-right: 10px;
  font-size: 1.4em;
  display: block;
}
.grupo-datos {
	display: flex;
}
	.grupo-datos .columna-logosuperior {
		margin-left: 20px;
	}
/*BANNER*/
.banner {
  height: 600px;
}
.banner-titulo {
	font-size: 3.0em;
}
.banner-subtitulo {
	font-size: 2.0em;
}
.b-inte {
	height: 300px;
}
/*PORQUE*/
	.grupo-porque {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}


@media (min-width: 1024px) {
/*  banner*/
  .interior {
    height: 350px;
  }
.grupo-beneficios {
	display: flex;
	justify-content: space-between;
}
.columna-beneficios {
	width: 32%;
	padding: 20px;
	margin-bottom: 0;
}
	
/*FOOTER*/
.grupo-footer {
	display: flex;
	justify-content: space-between;
}
.logo-footer {
	width: 220px;
}
.columna-footer {
	margin-right: 15px;
	width: 25%;
	padding: 0;
}
.columna-footer:last-child {
	border-right: none;
}
	
/*SOLICITE ASESOR*/
.solicite-asesor {
  padding: 140px 10px;
}
.wa-btn {
  width: 15%;
}
}