@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300&family=Montserrat:ital,wght@1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap');
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Barlow Condensed', sans-serif;

ROJO #FF1749;
NEGRO #1A1A1A;
/

/*----------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: 1500px;
  overflow: hidden;
  margin: auto;
	padding: 80px 0;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
}
p {
font-family: 'Titillium Web', sans-serif;
font-size: 1.1em;
line-height: 1.3em;

}
.titulo-seccion {
	max-width: 1000px;
	margin: auto;
  font-size: 2em;
  text-align: center;
  color: #1A1A1A;
}
.titulo-seccion span {
	color: #FF1749
}
.subtitulo-seccion {
  font-size: 1.4em;
  text-align: center;
  color: #333;
}
.grupo-dots {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.dot {
  height: 7px;
  width: 7px;
  background-color: #FF1749;
  border-radius: 50%;
  display: inline-block;
	margin: 0 1px;
}

/*BARRA SUPERIOR*/
.barrasuperior {
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
  background: #8ABE11;
  padding: 5px 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: 260px;
}
.logosuperior-datos {
	display: none;
}

/*HEADER*/
.header {
	overflow: hidden;
  max-width: 1500px;
  margin: auto;
	background: #fff;
}




/*--------------------BANNER--------------------*/
.mockfondo-index {
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
	background-image: url(../img/banner-interior.jpg);
	background-size: cover;
	background-position: 35%;
  background-attachment: fixed;
  height: 300px;
  object-fit: cover;
  position: relative;
	z-index: -100;
}
.mockfondo-index:before {
  content: "";
  position: absolute;
	z-index: -90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.interior {
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
	background-image: url(../img/index-banner.jpg);
	background-size: cover;
	background-position: 35%;
  background-attachment: fixed;
  height: 360px;
  object-fit: cover;
  position: relative;
	z-index: -100;
}
.interior:before {
  content: "";
  position: absolute;
	z-index: -90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.textos-banner {
  position: absolute;
  width: 90%;
  margin: auto;
  top: 50%;
	left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.banner-txt {
  text-align: center;
  color: #fff;
  font-size: 2.2em;
  margin: 10px 0;
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px;
}
.banner-txt2 {
  text-align: center;
  padding-left: 10px;
  color: #fff;
  font-size: 1.4em;
}


/*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;
}

/*SLOGAN*/
.solicite-asesor {
	position: relative;
overflow: hidden;
max-width: 1500px;
margin: auto;
	background-image: url(../img/SLOGAN.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 10px;
	text-align: center;
}
.solicite-asesor:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.solicite-asesor-titulo {
	max-width: 950px;
  margin: auto;
	font-size: 1.3em;
	color: #fff;
	text-align: center;
}
.solicite-asesor-titulo span {
	padding: 7px;
	color: #fff;
}

/*COMMODITIES*/
#commodities {
  background: #F5F8FA;
}
.grupo-commodities {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-commodities {
	width: 48%;
	margin: 1%;
	padding: 10px;
	border: 1px dashed #1a1a1a;
}
.commodities-img {
	height: 200px;
	object-fit: cover;
	margin-bottom: 20px;
}
#commodities h2 {
	text-align: center;
}



/*---------------------FOOTER---------------------*/
.footer {
overflow: hidden;
max-width: 1500px;
margin: auto;
background-image: url(../img/footer-img.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
object-fit: cover;
position: relative;
padding: 120px 0;
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
}

.footer .contenedor {
	position: relative;
	z-index: 100;
}

.footer-columna {
  padding: 0 10px;
}
.logotipo-footer {
	display: none;
}
.footer-subtitulo {
	font-size: 1.4em;
  padding-bottom: 10px;
	color: #fff;
  border-bottom: 1px dashed rgba(255,255,255,0.5);
}

.footer p {
	font-size: 1em;
	padding: 20px 0;
	color: #fff;
}
.footer [class^="icon-"] {
	padding-right: 10px;
	font-size: 1em;
	color: #fff;
}

/*POLITICAS DE PRIVACIDAD*/
#privacidad {
overflow: hidden;
max-width: 1500px;
margin: auto;
	background: #000;
	padding: 10px;
	text-align: center;
}
#privacidad a {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1em;
  text-align: center;
	color: #fff;
}

#copy {
max-width: 1500px;
margin: auto;
background: #FF1749;
padding: 40px
}
#copy p {
  text-align: center;
	color: #fff;
}
#copy a {
	font-family: 'Titillium Web', sans-serif;
	font-size: 0.9em;
  text-align: center;
	color: #fff;
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
.logotipo-header {
	padding: 0px;
}
.logosuperior-datos {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	border: 1px dashed #eee;
	border-radius: 10px;
	padding: 7px;
	}
.whatsapp-img {
	width: 40px;
	margin-right: 10px;
}
.grupo-logosuperior {
		padding: 20px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
.a {
		width: 20%;
		margin: 0;
	}
.gruposuperior-datos {
	display: flex;
}
.datos-titulo {
	font-size: 0.95em;
	color: #1a1a1a;
}
.telefonos {
	font-size: 0.95em;
	color: #1a1a1a;
}
.logosuperior-datos .icon-mail {
  color: #FF1749;
  margin-right: 10px;
  font-size: 2em;
  display: block;
	position: relative;
	top: 4px;
}
	
	
/*GRUPO FOOTER*/
.grupo-footer {
  max-width: 1500px;
  display: flex;
  justify-content: space-around;
}
.footer-columna {
	width: 20%;

}
.logotipo-footer {
	display: block;
	width: 400px;
	margin: 0;
}
}

@media (min-width: 1024px) {
.titulo-seccion {
  font-size: 2.6em;
}
/*	BANNER*/
	.mockfondo-index {
		height: 360px;
	}
.interior {
	height: 400px;
}
.textos-banner {
  width: 70%;
}
.banner-txt2 {
font-size: 2.4em;
}
.banner-txt {
font-size: 2.4em;
}
/*SLOGAN*/
.solicite-asesor {
  padding: 200px 10px;
}
.solicite-asesor-titulo {
	font-size: 2.4em;
}
	
}