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

/*

TEXTO #122689;
CELESTE #1883C5;
CELESTE CLARO #9CD5DE;

*/

/*----------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: 95%;
  max-width: 1300px;
	margin: auto;
}
.section {
  max-width: 1500px;
  overflow: hidden;
  margin: auto;
	padding: 60px 0;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", sans-serif;
}
p {
font-family: 'Open Sans', sans-serif;
}

.titulo {
  font-size: 1.6em;
  text-align: center;
  color: #122689;
}
.subtitulo {
  font-size: 2em;
  text-align: center;
  color: #122689;
}
.txt {
	max-width: 960px;
	margin: auto;
  font-size: 1em;
  padding: 0 10px;
  text-align: center;
  color: #333;
}

/*BARRA SUPERIOR*/
.barrasuperior {
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
  background: linear-gradient(90deg, #194C9C, #01ADED, #74C93D);
  padding: 3px 0;
}
.barrasuperior-sociales {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.barrasuperior-sociales [class*='icon-'] {
  font-size: 1.2em;
  margin-left: 10px;
  color: #fff;
}
.barrasuperior-sociales [class*='icon-']:hover {
  color: rgba(255,255,255,0.5);
}

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





/*--------------------BANNER--------------------*/
.mockfondo-index {
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
	background-image: url(../img/index-banner.jpg);
	background-size: cover;
	background-position: center;
  height: 360px;
  object-fit: cover;
  position: relative;
}
.mockfondo-index:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

/*banner interior*/
.interior {
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
	background-image: url(../img/interior-banner.jpg);
	background-size: cover;
	background-position: center;
  height: 360px;
  object-fit: cover;
  position: relative;
}
.interior:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.textos-banner {
  position: absolute;
  padding: 0 10px;
  width: 100%;
  margin: auto;
  top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.banner-txt {
  text-align: center;
  color: #fff;
  font-size: 2em;
}
.banner-txt3 {
	display: block;
	text-align: center;
	width: 270px;
	margin: auto;

  background: #1883C5;
  padding: 10px;
  color: #fff;
  font-size: 1em;
	border-radius: 10px;
	

}

/*ASESOR*/
#asesor {
	background-image: url(../img/ASESOR-FONDO.jpg);
	background-size: cover;
	background-position: center center;
	
	max-width: 1500px;
	margin: auto;
  position: relative;
	height: 400px;
}
#asesor:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #194C9C, #01ADED, #74C93D);
	opacity: 0.8;
}
.grupo-asesor {
  position: absolute;
  padding: 0 10px;
  width: 100%;
  margin: auto;
  top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.asesor-titulo {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.asesor-txt {
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding: 10px;
}
.asesor-telef {
	width: 220px;
	margin: auto;
  padding: 7px;
  text-align: center;
  color: #fff;
	
	border: 3px solid #fff;
  font-size: 1.2em;
	border-radius: 30px;
}
.tecnico-img {
	width: 100px;
	margin: auto;
	margin-bottom: 10px;
}

/*---------------------FOOTER---------------------*/
.footer {
overflow: hidden;
max-width: 1500px;
margin: auto;
background: #1883C5;
position: relative;
padding: 60px 0;
}
.footer .contenedor {
	position: relative;
	z-index: 100;
}

.footer-columna {
  padding: 0 10px;
}
.logotipo-footer {
	width: 200px;
	margin-bottom: 40px;
}
.footer-subtitulo {
  font-weight: 800;
  padding-bottom: 10px;
	color: #fff;
  border-bottom: 1px dashed rgba(255,255,255,0.5);
}
.footer p {
  font-size: 1em;
	padding: 20px;
	color: #fff;
}
.footer [class^="icon-"] {
	padding-right: 10px;
	font-size: 1.4em;
	color: #fff;
}
.copy p {
  font-size: 1em;
	width: 100%;
  text-align: center;
  padding: 40px;
}

/*BOTON FLOTANTE WASAP*/
.btn-whatsapp {
  display: block;
  width: 90px;
  height: 90px;
  color: #fff;
  right: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
.logotipo-header {
	padding: 0px;
}
.logosuperior-datos {
		display: flex;
		justify-content: center;
		margin-left: 30px;
	}
.grupo-logosuperior {
		padding: 10px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
.a {
		width: 20%;
		margin: 0;
	}
.gruposuperior-datos {
		display: flex;
	}
.datos-titulo {
	font-size: 0.9em;
	color: #1883C5;
}
.telefonos {
	font-size: 0.9em;
	color: #1883C5;
}
.logosuperior-datos .icon-call, .icon-mail-read {
  color: #1883C5;
  margin-right: 10px;
	padding-right: 10px;
  font-size: 1.4em;
  display: block;
	border-right: 5px solid #1883C5;
}
	
/*BANNER*/
.mockfondo-index {
  height: 600px;
}
	.interior {
		height: 400px;
	}


/*GRUPO FOOTER*/
.grupo-footer {
  max-width: 1500px;
  display: flex;
  justify-content: space-around;
}
.footer-columna {
	width: 20%;

}
.logotipo-footer {
	width: 280px;
	margin: 0;
}
}

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

}