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

/*
TURQUESA: #42C0BD;
CONTRASTE: #387D7A;
TEXTO: #333333;
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  width: 100%;
}
ul, li {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
	font-family: 'Oswald', sans-serif;
}
body {
  background: #1d1d1d;
}
h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
.contenedor {
	width: 95%;
	max-width: 1400px;
	margin: auto;
}
.section {
	padding: 60px 0;
	overflow: hidden;
}

/*TITULOS*/
.titulo {
  font-size: 2em;
  text-align: center;
  color: #115390;
}
.texto-txt {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  color: #333;
	text-align: justify;
}
.texto-txt span {
  color: #115390;
	font-weight: 700;
}
.valores-item {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  color: #333;
	text-align: justify;
	border-bottom: 1px dashed #999;
	line-height: 1.5em;
}
.valores-item:last-child {
	border-bottom: none;
}
.valores-item span {
	font-size: 1.4em;
	color: #42C0BD;
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.rubros {
  color: #115390;
  margin: 0;
  font-size: 1.2em;
  text-align: center;
	line-height: 1.1em;
}

/*BARRA SUPERIOR*/
.barrasuperior {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
	padding: 3px 0;
	background: #42C0BD;
}
.barrasuperior-redes {
	display: flex;
	justify-content: flex-end;
}
.barrasuperior-redes span {
	font-size: 1em;
	color: #fff;
	margin-left: 5px;
}

/*LOGO SUPERIOR*/
.logo-superior {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
	background: #FFF;
	padding: 10px 0;
	border-bottom: 2px solid rgba(0,0,0,0.1);
}
.logotipo-header {
	padding: 10px 0;
	max-width: 260px;
	margin: auto;
}
.grupo-logosuperior {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*CABECERA*/
.cabecera {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
	background: #fff;
	padding: 7px 0;
}
.cabecera-txt {
	font-size: 0.9em;
}

/*BANNER*/
.banner-interior {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
	position: relative;

	background-image: url(../img/banner-fondo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 360px;
}
.banner-interior:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
	background: #115390;
	opacity: 0.0;

}
.banner-textos {
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	color: #fff;
	text-align: center;
	z-index: 1000;
}
.banner-titulo {
font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-align: left;
	line-height: 1em;
	font-size: 1.6em;
	width: 70%;
	margin: auto;
}
.banneradorno-img {
	position: absolute;
	top: -12%;
	left: -25%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	color: #fff;
	text-align: center;
	z-index: 900;
}
.banneradorno-img2 {
	position: absolute;
	top: -25%;
	left: -25%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	color: #fff;
	text-align: center;
	z-index: 900;
}
.banner-subtitulo {
	padding: 10px;
	font-size: 1.2em;
  font-weight: 300;
}

/*BENEFICIOS*/
#beneficios {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
	background: #fff;
}
.grupo-beneficios {
	max-width: 100%;
	margin: auto;
}
.columna-beneficios {
	padding: 30px 0;
}
.azul {
	position: relative;
	background: #003A5C;
}
.amarillo {
	position: relative;
	background: #EA7B62;
}
#beneficios .presentacion-rubros{
	font-size: 1.4em;
	font-weight: 700;
	text-align: left;
	color: #fff;
	margin-bottom: 10px;
}

#beneficios .presentacion-txt {
	font-size: 1em;
	font-weight: 300;
	text-align: center;
	color: #fff;
	padding: 0;
}
.grupo-interior {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 540px;
}
#beneficios .icon-barco {
	font-size: 4em;
	margin-right: 30px;
	color: #003A5C;
}
#beneficios .icon-line-chart {
	font-size: 4em;
	margin-right: 30px;
	color: #EA7B62;
}

/*WADIRECTO*/
#wadirecto {
	overflow: hidden;
	max-width: 1500px;
	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;
}



/*CLIENTES	*/
#marcas {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
	background: #fff;
	text-align: center;
}
.grupo-marcas {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-marcas {
	width: 48%;
	margin: 1%;
}

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

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.solicite-asesor .titulo {
  margin: auto;
	font-size: 1.6em;
	color: #fff;
	margin-bottom: 10px;
}
.soliciteasesor-btn:hover {
  background-color: #333;
}
.asesor-btn {
	position: relative;
	width: 160px;
	margin: auto;
	z-index: 1000;
  padding: 10px 30px;
	color: #fff;
	background: #42C0BD;
	border-radius: 5px;
}
/*FOOTER*/
.footer {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
	padding: 80px 0;
  background: #42C0BD;
}
.grupo-footer {

}
.logo-footer {
	width: 150px;
}
.columna-footer {
	padding: 20px 0;
}
.footer-titulo {
  font-weight: 300;
  color: #fff;
  font-size: 1.2em;
	margin-bottom: 10px;
}
.footer-txt {
  font-size: 0.9em;
  font-weight: 300;
  color: #fff;
	text-align: left;
	line-height: 1.5em;
}
.footer .datos {
  display: flex;
}
.footer span {
	margin-right: 10px;
  position: relative;
  top: 2px;
  color: #fff;
  font-size: 1em;
}
.icontec-img {
	width: 120px;
}
.copy {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
  text-align: center;
  background: #387D7A;
  padding: 20px 0;
}
.copy-derechos {
	font-weight: 300;
	font-size: 0.9em;
	color: #fff;
  padding: 0;
}
.elaboradopor {
  font-weight: 200;
  font-size: 1em;
  color: #fff;
}

/*REDES SOCIALES*/
#redes {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
	padding: 20px 0;
  background: #999;
}
.redes-titulo {
	text-align: center;
}
.grupo-redes {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grupo-redes span {
	color: #fff;
	font-size: 1.6em;
}
.columna-redes {
	margin: 3px;
	padding: 5px;
	border: 1px solid white;
}

@media (min-width: 450px) {
.banner-textos {
	top: 60%;
}
}

@media (min-width: 768px){
/*LOGO SUPERIOR*/
.grupo-logosuperior {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*BANNER*/
.banner-interior {
  height: 700px;
	background-position: bottom;
}
.banner-textos {
top: 45%;
}
.banner-titulo {
	font-size: 3.4em;
}
.banneradorno-img {
	width: 60%;
	position: absolute;
	top: -40%;
	left: -10%;
}
.interior {
  height: 400px;
}
.banneradorno-img2 {
	width: 40%;
	top: -25%;
	left: -5%;
}
	
	/*CLIENTES*/
.columna-marcas {
	width: 18%;
}
	/*ASESOR*/
.solicite-asesor-txt {
	display: block;
	max-width: 1000px;
  margin: auto;
  font-weight: 300;
	font-size: 1.6em;
	color: #fff;
	position: relative;
}
}


@media (min-width: 1024px) {
.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%;
}
	
.clientes-img {
	width: 15%;
}

/*ASESOR*/
	.solicite-asesor-txt {
	display: block;
	max-width: 1000px;
  margin: auto;
  font-weight: 300;
	font-size: 1.4em;
	color: #eee;
	margin-bottom: 40px;
	position: relative;
}
	
/*FOOTER*/
.grupo-footer {
	display: flex;
	justify-content: space-between;
}
.columna-footer {
	margin-right: 15px;
	width: 30%;
	padding: 0;
	border-right: 1px dashed #eee;
}
	.columna-footer:last-child {
	border-right: none;
	}
}