@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url(../css/estilosmenu_submenu.css);

/*
VERDE OSCURO #008001;
VERDE CLARO #71BF45;
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
	font-family: 'Raleway', sans-serif;
}
img {
  display: block;
  width: 100%;
}
ul, li {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
}
body {
  background: #333;
}
.contenedor {
	width: 95%;
	max-width: 1200px;
	margin: auto;
}
.section {
	padding: 80px 0;
	overflow: hidden;
}

/*BARRA SUPERIOR*/
.barrasuperior {
	overflow: hidden;
	max-width: 100%;
	margin: auto;
	padding: 7px 0;
	background: #008001;
}
.barrasuperior .colum {
	margin-right: 20px;
	display: flex;
	justify-content: flex-start;
}
.barrasuperior-redes {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.barrasuperior-txt {
	color: #fff;
	font-size: 0.9em;
}
.barrasuperior-redes span {
	font-size: 1em;
	color: #fff;
	margin-right: 10px;
}

/*LOGO SUPERIOR*/
.logo-superior {
	overflow: hidden;
	max-width: 100%;
	margin: auto;
	background: #fff;
}
.logotipo-header {
	padding: 10px 0;
	width: 180px;
	margin: auto;
}
.datos-s {
	display: none;
}
.logosuperior-datos {
	display: none;
}
.whatsapp-img {
	display: none;
}

/*BANNER*/
.banner {
	overflow: hidden;
	width: 100%;
	position: relative;

  margin: auto;
	background-image: url(../img/banner-fondo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}
.banner:before {
	content: "";
	position: absolute;

	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
	background: rgba(0,0,0,0.7);
}
.banner span {
	font-weight: 700;
}
.banner-textos {
	position: absolute;

	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	color: #fff;
	text-align: center;
}
.banner-titulo {
	letter-spacing: -1.5px;
	font-size: 2.5em;
  font-weight: 300;
	color: #eee;
}
.titulo-interior {
	letter-spacing: -1.5px;
	font-size: 2.5em;
  font-weight: 300;
}
.banner-subtitulo {
	padding: 10px;
	font-size: 1.2em;
  font-weight: 300;
	color: #eee;
}
.banner-botones {
	max-width: 400px;
	margin: auto;
}
.banner-btn {
	position: relative;
	z-index: 1000;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 10px;
	background: #71BF45;
	border: 2px solid #71BF45;
	width: 48%;
}
.banner-btn2 {
	position: relative;
	z-index: 1000;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 10px;
	border: 2px solid #71BF45;
	width: 48%;
}
.banner-ingenieria {
	overflow: hidden;
	max-width: 100%;
	position: relative;

  margin: auto;
	background-image: url(../img/banner-ingenieria.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	background-attachment: fixed;
  height: 400px;
}
.banner-ingenieria:before {
	content: "";
	position: absolute;

	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
	background: rgba(0,0,0,0.3);
}

/*BENEFICIOS*/
#beneficios {
	width: 100%;
	background: #fff;
}
.grupo-beneficios {
	max-width: 100%;
	margin: auto;
}
.columna-beneficios {
	padding: 20px 0;
}
.azul {
	position: relative;
	background: #008001;
}
.amarillo {
	position: relative;
	background: #71BF45;
}
#beneficios .beneficios-rubros{
	font-size: 1.2em;
	font-weight: 700;
	text-align: left;
	color: #fff;
	margin-bottom: 10px;
}

#beneficios .presentacion-txt {
	font-size: 1em;
	font-weight: 300;
	text-align: justify;
	color: #fff;
	padding: 0;
}
.grupo-interior {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 540px;
}
#beneficios .icon-torsos-all {
	font-size: 4em;
	margin-right: 30px;
	color: #fff;
}
#beneficios .icon-male-user-1 {
	font-size: 4em;
	margin-right: 30px;
	color: #fff;
}

/*WADIRECTO*/
#wadirecto {
  max-width: 100%;
  margin: auto;
  background: #FAFAFA;
	padding: 20px 0;
}
.wadirecto-titulo {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
.wadirecto-subtitulo {

  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
  color: #333;
}
.wadirecto-img {
	width: 120px;
	margin: auto;
}

/*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;
}

/*SOLICITE ASESOR*/
.solicite-asesor {
	position: relative;
	overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/solicite-asesor.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	background-attachment: fixed;
  padding: 150px 10px;
	text-align: center;
}
.solicite-asesor:before {
  content: "";
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.solicite-asesor-titulo {
  margin: auto;
  font-weight: 700;
	font-size: 2em;
	color: #fff;
	margin-bottom: 10px;
}
.solicite-asesor-txt {
	display: none;
}
.soliciteasesor-btn {
	position: relative;
	z-index: 1000;
  font-weight: 600;
    color: #333;
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
		background: #71BF45;
}
.soliciteasesor-btn:hover {
    background-color: #fff;
}


/*FOOTER*/
.footer {
	overflow: hidden;
  max-width: 100%;
	padding: 100px 0;
  margin: auto;
  background: #1d1d1d;
}
.grupo-footer {

}
.logo-footer {
	width: 260px;
	padding: 10px;
}
.columna-footer {
	padding: 20px 0;
}
.footer-titulo {
  font-weight: 300;
  color: #eee;
  font-size: 1.2em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
}
.footer-txt {
font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  color: #eee;
	text-align: left;
}
.footer .datos {
  display: flex;
}
.footer span {
	margin-right: 10px;
  position: relative;
  top: 2px;
  color: #eee;
  font-size: 1.1em;
}
.copy {
	max-width: 100%;
	margin: auto;
  text-align: center;
  background: #333;
  padding: 20px 0;
}
.copy-derechos {
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
	color: #fff;
  padding: 0;
}
.elaboradopor {
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  color: #fff;
}

@media (min-width: 768px){
	.barrasuperior {
		display: none;
	}
	.barrasuperior-redes {
		display: block;
	}
	.barrasuperior-redes .colum {
		padding: 5px 0;
		display: flex;
		border-bottom: 1px dashed #999;
	}
	.barrasuperior-redes span {
		font-size: 1.2em;
		color: #71BF45;
	}
	.barrasuperior-txt {
		font-size: 1em;
		color: #666;
	}
	
/*LOGO SUPERIOR*/
.whatsapp-img {
	display: block;
	width: 160px;
	padding: 0 10px;
	border: 1px dashed #71BF45;
	border-radius: 10px;
}
.grupo-logosuperior {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	.datos-s {
		display: block;
	}
  
/*BANNER*/
.banner {
  height: 700px;
}
.banner-titulo {
	font-size: 4.6em;
}
.banner-subtitulo {
	font-size: 2em;
}
.binterior {
  height: 300px;
}
.banner-ingenieria {
  height: 300px;
}
.titulo-interior {
	font-size: 3em;
}
}


@media (min-width: 1024px) {
.banner-titulo {
	font-size: 5em;
}

.section {
	padding: 80px 0;
}

/*	BENEFICIOS*/
.grupo-beneficios {
	display: flex;
}
.columna-beneficios {
	width: 50%;
	padding: 90px;
}
.azul .contenedor {
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translateX(-50%) translateY(-50%);
	width: 55%;
}
.amarillo .contenedor {
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translateX(-50%) translateY(-50%);
	width: 55%;
}

/*ASESOR*/
	.solicite-asesor-txt {
	display: block;
		max-width: 1000px;
  margin: auto;
  font-weight: 300;
	font-size: 1.6em;
	color: #fff;
	position: relative;
}
	
/*FOOTER*/
.grupo-footer {
	display: flex;
	justify-content: space-between;
}
.columna-footer {
	margin-right: 15px;
	width: 25%;
	padding: 0;
}

}