@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=Poppins:wght@400;600&display=swap');

/*
font-family: "Poppins", sans-serif;
AZUL #102A4F;
ROJO #EE1B24;
NEGRO #1A1A1A;
BODY #DDE3EB;
*/

/*----------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;
}
.contenedor {
	width: 98%;
  max-width: 1400px;
	margin: auto;
}
.section {
	max-width: 100%;
	margin: auto;
	padding: 80px 10px;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	line-height: 1.2em;
}
p {
	font-family: 'Open Sans', sans-serif;
}
/*TITULOS*/
.presentacion-titulo {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  color: #EE1B24;
	text-transform: uppercase;
}
.presentacion-subtitulo {
  font-size: 2.4em;
  font-weight: 600;
  text-align: center;
  color: #102A4F;
	margin-bottom: 20px;
}

/*BARRA SUPERIOR*/
.barrasuperior {
  overflow: hidden;
  width: 100%;
  margin: auto;
  background: #B00000;
}
.barrasuperior-sociales {
  display: flex;
  justify-content: flex-end;
  align-items: center;
	padding: 5px;
}
.barrasuperior-sociales [class*='icon-'] {
  font-size: 1.2em;
	margin-left: 10px;
  color: #fff;
}
.barrasuperior-sociales [class*='icon-']:hover {
  color: rgba(255,255,255,0.8);
}
.tiktokicon {
	width: 1.1em;
	margin-left: 10px;
	position: relative;
	bottom: 1.5px;
}
.tiktokicon:hover {
  opacity: 0.8;
}

/*LOGO SUPERIOR*/
.logo-superior {
	overflow: hidden;
	width: 100%;
	margin: auto;
	background: #DDE3EB
}
.logotipo-header {
	padding: 10px;
	width: 240px;
}
.logosuperior-datos {
	display: none;
}

/*--------------------BANNER--------------------*/
.mockfondo-index {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/index-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  height: 380px;
  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: 600;
  color: #fff;
  font-size: 2.4em;
	margin-bottom: 10px;
}
.banner-txt2 {
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 1.2em;
  line-height: 96%;
	margin-bottom: 10px;
}
.asesor-btn {
	font-family: 'Raleway', sans-serif;
	position: relative;
	z-index: 1000;
  color: #fff;
  text-align: center;
  padding: 10px;
	background: rgba(0,0,0,0.5);
	width: 200px;
	margin: auto;
}

/*SLOGAN*/
.beneficios {
  position: relative;
  overflow: hidden;
  background-image: url(../img/slogan.jpg);
  background-size: cover;
	background-attachment: fixed;
  max-width: 100%;
  margin: auto;
  padding: 100px 10px;
}
.beneficios:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.grupo-beneficios {
  
}
/*
.beneficios-titulo {
  font-size: 2em;
  text-align: center;
  color: #fff;
}
*/
.beneficios-subtitulo {
	font-weight: 300;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
}
.beneficios-subtitulo span {
  font-size: 1.2em;
	font-weight: 600;
}
/*BOTON FLOTANTE WASAP*/
.btn-whatsapp {
        display: block;
        width: 80px;
        height: 80px;
        color: #fff;
        position: fixed;
        right: 30px;
        bottom: 30px;
        border-radius: 50%;
        line-height: 80px;
        text-align: center;
        z-index: 999;
}

/*MARCAS - LOGOS*/
#clientes {
  background: #fff;
}
.grupo-clientes {
  max-width: 1000px;
  margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-clientes {
	background: #fff;
	width: 48%;
	margin: 1%;
	border: 2px solid rgba(0,0,0,0.1);
}
.clientes-img {
	width: 100%;
}


/*---------------------FOOTER---------------------*/
.footer {
	overflow: hidden;
	width: 100%;
	padding: 100px 0;
	background: #102A4F;
}

.footer-columna {
/*	outline: 2px solid red;*/
  padding: 0 10px;
	margin-bottom: 20px;
}
.footer-subtitulo {
	position: relative;
	z-index: 100;
  padding-bottom: 10px;
	color: #fff;
  border-bottom: 1px dashed rgba(255,255,255,0.3);
}
.footer-txt {
	position: relative;
	z-index: 100;
	padding-top: 10px;
  font-size: 1em;
	color: #fff;
	margin-bottom: 20px;
	opacity: 0.8;
}
.footer-txt-tiktok {
	padding-top: 10px;
  font-size: 0.9em;
	color: #fff;
	opacity: 0.8;
	transition: all .4s;
}
.footer-txt-tiktok:hover {
	transform: translateX(10%);
}
.footer [class^="icon-"] {
	padding-right: 10px;
	font-size: 1.6em;
	color: #EE1B24;
	position: relative;
	top: 7px;
}
.footer-sociales span:hover {
  opacity: 0.5;
}
.tiktokiconfooter {
	opacity: 0.8;
	width: 22px;
	margin: 5px 0;
	margin-right: 10px;
}
.tiktokiconfooter:hover {
  opacity: 0.5;
}
.logofooter {
	width: 50%;
	margin: 0;


}
/*footer sociales*/
.footer-sociales {
	display: flex;
}
.footer-sociales .footer-txt {
	padding-top: 0px;
	margin-bottom: 0px;
}

/*copy*/
.copy {
	padding: 10px;
	background: rgba(0,0,0,0.2);
}
.copy-txt {
	color: #eee;
  font-size: 0.8em;
	width: 100%;
  text-align: left;
  opacity: 0.3;
}
.copy a{
	font-family: 'Open Sans', sans-serif;
	color: #eee;
  font-size: 0.8em;
  text-align: left;
	transition: all .4s;
  opacity: 0.3;
}
.copy a:hover {
	color: #B00000;
	transform: translateX(2%);
}

.brochure-descargar {
	width: 260px;
  padding: 0 10px;

}
.pdf-img {
	display: inline-block;
	width: 60px;
}
.pdf-btn {
	font-family: 'Open Sans', sans-serif;
	color: #eee;
  font-size: 1em;
  text-align: left;
	
	display: flex;
	align-items: center;
}
.pdf-btn:hover {
	opacity: 0.5;
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
.logotipo-header {
	padding: 0px;
	width: 200px;
}
.logosuperior-datos {
	display: flex;
	justify-content: center;
	margin-left: 30px;
}
.grupo-logosuperior {
	padding: 10px 0 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gruposuperior-datos {
	display: flex;
}
.datos-titulo {
	font-weight: 800;
	color: #102A4F;
}
.telefonos {
	font-size: 0.85em;
	color: #102A4F;
}
.logosuperior-datos [class*='icon-'] {
  margin-right: 10px;
  font-size: 1.8em;
  display: block;
	padding-left: 20px;
}
	.logosuperior-datos .icon-call {
		color: #102A4F;
	}
		.logosuperior-datos .icon-mail {
		color: #EE1B24;
	}

/* SLOGAN*/
.beneficios {
  padding: 180px;
}
.beneficios-subtitulo {
	font-weight: 300;
  font-size: 2em;
  text-align: center;
  color: #fff;
}
.beneficios-subtitulo span {
  font-size: 1.2em;
	font-weight: 600;
}
/*MARCAS CLIENTES*/
.columna-clientes {
	width: 23%;
}
}

@media (min-width: 1024px) {
/*BANNER*/
.mockfondo-index {
  height: 573px;
}
.interior {
	height: 400px;
}
.textos-banner {
	max-width: 70%;
}
.banner-txt {
	font-size: 3em;
	margin-bottom: 10px;
}
.banner-txt2 {
	font-size: 2em;
}

/*GRUPO FOOTER*/
.grupo-footer {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
}
.footer-columna {
	width: 35%;
}
	.footer .lg {
		width: 25%
	}
.logofooter {
	width: 200px;
}

}