@import url('https://fonts.googleapis.com/css?family=Oswald:300');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;700&display=swap');

/*
font-family: 'Hind', sans-serif;
AZUL #3E4095;
ROJO #BF4E4A;
*/

/*----------ESTILOS GENERALES----------*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
  background: #333;
}
img {
	display: block;
  width: 100%;
	max-width: 100%;
  margin: auto;
}
ul, li {
	list-style: none;
}
a {
	display: block;
	text-decoration: none;
  font-family: 'Hind', sans-serif;
}

.contenedor {
	width: 98%;
  max-width: 1200px;
	margin: auto;
}
.section {
max-width: 1500px;
margin: auto;
padding: 60px 10px;
overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Hind', sans-serif;
}
p {
font-family: 'Open Sans', sans-serif;
}

/*TITULOS*/
.presentacion-titulo {
  font-size: 2em;
  font-weight: 300;
  text-align: center;
  color: #333;
	line-height: 0.5em;
}
.presentacion-subtitulo {
  font-size: 2em;
  font-weight: 700;
  color: #333;
	margin-bottom: 40px;
  line-height: 1em;
}

/*BARRA SUPERIOR*/
.barrasuperior {
  max-width: 100%;
  margin: auto;
	background: #3E4095;
	padding: 7px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.barrasuperior-txt {
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
.barrasuperior-txt span {
	font-weight: 700;
}

/*ICONOS IMG*/
.iconos-img {
	position: relative;
	display: inline-block;
	width: 34px;
	margin-right: 10px;
}

/*LOGO SUPERIOR*/
.logo-superior {
	overflow: hidden;
	max-width: 100%;
	margin: auto;
	background: #fff;
	padding: 10px 0;
}
.logotipo-header {
	width: 140px;
}
.logosuperior-datos {
	display: none;
}

/*boton CTA*/
.botonwasap {

  padding: 5px 20px;
	margin: auto;
}
.wa-btnverdegeneral {
  width: fit-content;
  margin: auto;
  text-align: center;
  color: #fff;
	background: #3E4095;
  font-size: 1em;
  padding: 7px 30px;
  border-radius: 5px;
  transition: all 0.4s;
}
.wa-btnverdegeneral:hover {
  color: #fff;
  background: #BF4E4A;
}


/*--------------------BANNER--------------------*/
.mockfondo-index {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/BANNER.png);
	background-size: cover;
	background-position: center;
  background-attachment: fixed;
  height: 400px;
  object-fit: cover;
  position: relative;
}
.mockfondo-index:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.textos-banner {
  position: absolute;
  top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 98%
}
.banner-txt {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 2em;
  line-height: 1.2em;
}
.banner-txt2 {
font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 1em;
}

/*prueba social 1*/
.pruebasocial1 {
	padding: 5px;
	border-radius: 7px;
	margin: auto;
	margin-bottom: 10px;

	display: flex;
	justify-content: center;
}
.bannerelegirnostxt {
	font-size: 1em;
	color: #fff;
}
.estrellas {
	position: relative;
	top: 2px;
	padding: 0 5px;
	margin: auto;
}
.icon-star {
	color: #F5B700;
	font-size: 0.7em;
}
.reductores {
  text-align: center;
  color: #fff;
}
/*SLOGAN*/
.beneficios {
  position: relative;
  overflow: hidden;
  background-image: url(../img/gold-office.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  margin: auto;
  padding: 100px 30px;
}
.beneficios:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.grupo-beneficios {
  
}
.beneficios-titulo {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #fff;
	margin-bottom: 20px;
}
.beneficios-subtitulo {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.2em;
}

/*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;
}

/*---------------------FOOTER---------------------*/
.footer {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  padding: 60px 0;
  background: #333;
}

.footer-columna {
  padding: 0 10px;
	text-align: center;
	margin-bottom: 20px;
}

.logotipo-footer {
	width: 200px;
	margin: auto;
}
/*ICONOS IMG*/
.footer .iconos-img {
	position: relative;
	top: 7px;
	display: inline-block;
	width: 34px;
	margin-right: 10px;
}
.footer-subtitulo {
  font-weight: 400;
	color: #fff;
}
.footer-txt {
  font-size: 0.9em;
	padding: 20px;
	color: #eee;
}
.footer [class^="icon-"] {
	padding-right: 10px;
	font-size: 1.6em;
	color: #fff;
	position: relative;
	top: 5px;
}
.copy-txt {
	color: #eee;
  font-size: 0.9em;
	width: 100%;
  text-align: center;
  padding: 10px;
	border-top: 1px dashed rgba(255,255,255,0.5);
}


/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*HEADER*/
.logotipo-header {
	padding: 0px;
}
.logosuperior-datos {
		display: flex;
		justify-content: center;
		margin-left: 30px;
	}
.grupo-logosuperior {
		padding: 10px 0 10px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
.gruposuperior-datos {
		display: flex;
	}
.datos-titulo {
	font-weight: 800;
	color: #4d4d4d;
}
.telefonos {
	font-size: 0.9em;
	color: #4d4d4d;
}

/*BANNER*/
.mockfondo-index {
  height: 550px;
}
.interior {
  height: 300px;  
}
/* SLOGAN*/
.beneficios {
  padding: 160px;
}
}

@media (min-width: 1024px) {
/*TITULOS*/
.presentacion-titulo {
  font-size: 50px;
}
.grupo-indicativos {
display: flex;
justify-content: space-between;
}
.columna-indicativos {

}
	
.banner-txt {
max-width: 900px;
margin: auto;
font-size: 3.6em;
}
.banner-txt2 {
max-width: 900px;
margin: auto;
  font-size: 1.4em;
}

/*GRUPO FOOTER*/
.grupo-footer {
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
}
.footer-columna {
	width: 20%;
}
.copy-txt {
	text-align: center;
}
}