@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/*
AZUL: #2C247A;
FONDO: #E6E6E6;
*/

/*ESTILOS GENERALES*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	background: #333;
}
img {
	display: block;
  width: 100%;
}
ul, li {
	list-style: none;
}
a {
	display: block;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
font-family: 'Exo', sans-serif;
}
P {
font-family: 'Open Sans', sans-serif;
}
.contenedor {
	width: 95%;
	margin: auto;
	max-width: 1400px;
}
.section {
  padding: 80px 0; 
	overflow: hidden;
}
.titulo {
	text-align: center;
	font-size: 2em;
	color: #1d1d1d;
}
.rubros {
	font-size: 1.1em;
	text-align: center;
	padding: 20px 0;
}
/*BOTON FLOTANTE WASAP*/
.wa-img {
  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;
}

/*ICONOS IMG*/
.iconos-img {
	position: relative;
	display: inline-block;
	width: 34px;
	margin-right: 10px;
}

/*barra*/
.barra {
	max-width: 1500px;
	margin: auto;
	background: #2C247A;
	padding: 5px 0;
}
.grupo-barra {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 600px;
	margin: auto;
}
.columna-barra {
	text-align: center;
	width: 50%;	
}
.barra .datos-titulo {
	font-size: 0.8em;
	color: #fff;
}
.barra .telefonos {
	font-size: 0.8em;
	color: #fff;
}





/*--------------------BANNER--------------------*/
.mockfondo-index {
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
	background-image: url(../img/index-banner.jpg);
	background-size: cover;
	background-position: center center;
  height: 300px;
  object-fit: cover;
  position: relative;
}
.mockfondo-index:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.0;
}
.textos-banner {
  position: absolute;
  top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 95%
}
.banner-txt {
  text-align: center;
  color: #fff;
  font-size: 2em;
  line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
}
.banner-txt2 {
  text-align: center;
  color: #fff;
  font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: 300;
}
.banner-txt3 {
	width: 220px;
	margin: auto;
  padding: 10px;
  text-align: center;
  color: #fff;
	background: #2C247A;
  font-size: 1.2em;
	border-radius: 5px;
}

/* --------------INDEX PRESENTACION--------------*/
#presentacion {
	max-width: 1500px;
	margin: auto;
	background: #E6E6E6;
}
.grupo-presentacion {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}
.columna-presentacion {
	width: 48%;
	margin: 1%;
	padding: 10px;
/*	border: 1px dashed #999;*/
}
.presentacion-img {
	width: 80%;
	object-fit: cover;
	margin: auto;
	border-radius: 50%;
}
.vermas {
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	width: 60%;
	margin: auto;
  padding: 5px;
  text-align: center;
  color: #fff;
	background: #2C247A;
  font-size: 0.9em;
	border-radius: 5px;
}


/* -------------------INDEX NOSOTROS-------------------*/
#nosotros {
	max-width: 1500px;
	margin: auto;
	background: #E6E6E6;
}
.grupo-nosotros {
  max-width: 1200px;
  margin: auto;
}
.grupo-indicativos .icon-check-circle {
	position: relative;
	top: 4px;
	font-size: 1.2em;
	color: #2C247A;
}
.grupo-indicativos {
  padding: 0 10px;
}
#nosotros .rubros {
	text-align: left;
}
.nosotros-img {
	height: 300px;
	object-fit: cover;
	border-bottom-left-radius: 80px;
	border-top-right-radius: 80px;
}
.nosotros-txt {
	text-align: justify;
}
#filosofia {
	max-width: 1500px;
	margin: auto;
	background: #E6E6E6;
}
.grupo-filosofia {
  max-width: 1200px;
  margin: auto;
}



/*SLOGAN INDEX*/
.slogan-index {
	position: relative;
	max-width: 1500px;
	margin: auto;
  padding: 140px 0px;
  background-image: url(../img/SLOGAN.jpg);
	background-position: center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.slogan-index:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.slogan-index h2 {
  color: #fff;
	font-size: 2em;
}

/*ASESOR*/
#asesor {
	max-width: 1500px;
	margin: auto;
	background: #E6E6E6;
}
.asesor-img {
	width: 255px;
	height: 255px;
	object-fit: cover;
	margin: auto;
	border-radius: 50%;
	margin-bottom: 20px;
}
.asesor-titulo {
	text-align: center;
}
.asesor-txt {
	text-align: center;
	padding: 10px;
}
.asesor-telef {
	width: 220px;
	margin: auto;
  padding: 10px;
  text-align: center;
  color: #fff;
	background: #2C247A;
  font-size: 1.2em;
	border-radius: 5px;
}

/*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 {
background: #2C247A;
overflow: hidden;
max-width: 1500px;
margin: auto;
padding: 80px 0;
}

.footer-columna {
	text-align: center;
	margin-bottom: 20px;
	width: 70%;
	margin: auto;
}

.logotipo-footer {
	width: 300px;
	margin: auto;
	padding: 20px;
}

/*ICONOS IMG*/
.footer .iconos-img {
	position: relative;
	top: 7px;
	display: inline-block;
	width: 34px;
	margin-right: 10px;
}
.footer-subtitulo {
  font-weight: 400;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px dashed #fff;
}
.footer-txt {
  font-size: 0.9em;
	padding: 20px 10px;
	color: #eee;
}
.footer [class^="icon-"] {
	padding-right: 10px;
	font-size: 1.6em;
	color: #fff;
	position: relative;
	top: 5px;
}
.footer a {
	width: 70%;
	margin: auto;
	text-align: center;
}


/*REDES*/
.grupo-redes {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 220px;
	margin: auto;
}
.s {
	width: 40%
}
.i {
	width: 26%;
}
.iconos-redes {
	width: 40px;
	margin: auto;
}

/*COPY*/
#copy {
background: #1d1d1d;
overflow: hidden;
max-width: 1500px;
margin: auto;
padding: 10px 0;
}
.copy-txt {
	color: #eee;
  font-size: 0.9em;
	width: 100%;
  text-align: center;
	padding-top: 20px;
	position: relative;
	z-index: 10;
}
.link-publimagen {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #fff;
  font-size: 1em;
	padding: 10px;
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*HEADER*/


/*BANNER*/
.banner-txt {
  font-size: 2.5em;
}

/*	PRESENTACION*/
.columna-presentacion {
	width: 30%;
}

}

@media (min-width: 1024px) {
	.mockfondo-index {
		margin-top: -120px;
		z-index: -100;
		height: 400px;
	}
/*barra*/
.barra {
	padding: 10px 0;
}
.columna-barra {
	display: flex;
	justify-content: center;
}
.barra .datos-titulo {
	font-size: 1em;
	color: #fff;
	margin-right: 10px;
}
.barra .telefonos {
	font-size: 1em;
	color: #fff;
}
	
/*NOSOTROS*/
.grupo-nosotros {
	display: flex;
	justify-content: center;
}
	.columna-nosotros {
		width: 50%;
		padding: 20px;
	}
.grupo-filosofia {
	max-width: 800px;
	display: flex;
	justify-content: center;
}
	.columna-filosofia {
		padding: 0 20px;
		width: 48%;
		margin: 1%;
	}

/*	ASESOR*/
.grupo-asesor {
	max-width: 800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	
/*GRUPO FOOTER*/
.grupo-footer {
  max-width: 1500px;
  display: flex;
  justify-content: center;
}
.footer-columna {
	width: 20%;
	margin: 0;
	padding: 10px;
}
.footer-txt {
  text-align: left;
}
.copy-txt {
	text-align: center;
}

}