@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');

/*
font-family: 'Rubik', sans-serif;
AZUL: #1C588C;
CELESTE: #25B8D9;
VERDE: #BFF205;
GRIS: #F2F2F2;
*/

/*----------ESTILOS GENERALES----------*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
  background: #1a1a1a;
}
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;
margin: auto;
padding: 80px 10px;
overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Rubik', sans-serif;
}
p {
font-family: 'Open Sans', sans-serif;
}

/*TITULOS*/
.presentacion-titulo {
  font-size: 1.8em;
  text-align: center;
  color: #1C588C;
	font-weight: 500;
}
.presentacion-subtitulo {
  font-size: 2.4em;
  text-align: center;
  color: #1C588C;
	font-weight: 800;
}

/*HEADER*/
.header {
	overflow: hidden;
  max-width: 1500px;
  margin: auto;
}
.logotipo-header {
	max-width: 260px;
	padding: 10px 0;
}
.grupo-header {
	max-width: 1200px;
	margin: auto;
}


/*--------------------BANNER--------------------*/
.mockfondo-index {
  overflow: hidden;
  max-width: 1500px;
	margin: auto;
	margin-top: -230px;
	background-image: url(../img/index-banner.jpg);
	background-size: cover;
	background-position: center;
  background-attachment: fixed;
  height: 600px;
  object-fit: cover;
  position: relative;
	z-index: -100;
}
.mockfondo-index:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: linear-gradient(0deg, rgba(0,0,0,1) 25%, rgba(14,14,10,1) 50%, rgba(255,255,255,1) 81%);
  opacity: 0.7;
}
.textos-banner {
  position: absolute;
  top: 65%;
	left: 50%;
	transform: translateX(-50%) translateY(-60%);
	width: 90%;
	max-width: 1200px;
	
}
.banner-txt {
  text-align: center;
  color: #fff;
  font-size: 2.6em;
  margin: 10px 0;
	font-weight: 300;
	text-shadow: 2px 2px 4px #333;
	letter-spacing: -2px;
}
.banner-txt2 {
  text-align: center;
  color: #fff;
  font-size: 1.2em;
	margin-bottom: 20px;
	font-weight: 300;
	text-shadow: 2px 2px 4px #333;
}
.banner-txt3 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	margin: auto;
  padding: 7px;
  text-align: center;
  color: #333;
	background: #BFF205;
  font-size: 1.2em;
	font-weight: 300;
	border-radius: 7px;
}
.banner-txt3 span {
	position: relative;
	top: 3px;
	font-size: 1.5em;
	margin-right: 5px;
}

/*SLOGAN*/
.beneficios {
  position: relative;
  overflow: hidden;
  background-image: url(../img/gold-office.jpg);
	background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1500px;
  margin: auto;
  padding: 140px 30px;
}
.beneficios:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.grupo-beneficios {
  
}
.beneficios-subtitulo {
  font-size: 2em;
  text-align: center;
  color: #fff;
	font-weight: 300;
}
.beneficios span {
	color: #fff;
	background: #21D904;
}



/*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 {
	background: #fff;
	text-align: center;
}
.grupo-marcas {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-marcas {
	width: 48%;
	padding: 10px;
	margin: 1%;
}
.marcas-img {

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


/*---------------------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: 80px 0;
z-index: -10;
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
	opacity: 0.8;
	z-index: -1;
}
.footer-columna {
  padding: 0 10px;
	text-align: center;
	margin-bottom: 20px;
}

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

.footer-subtitulo {
	font-size: 1.2em;
	font-weight: 800;
  padding-bottom: 10px;
	color: #fff;
  border-bottom: 1px dashed rgba(255,255,255,0.7);

}
.footer-txt {
  font-size: 0.9em;
	padding: 10px;
	color: #fff
}
.footer [class^="icon-"] {
	padding-right: 10px;
	font-size: 1.2em;
	color: #fff;
	position: relative;
	top: 5px;
}

/*copy*/
.footer-copy {
	max-width: 1500px;
	margin: auto;
	padding: 20px 0;
	background: #BFF205;
}
.copy-txt {
	display: flex;
	justify-content: center;
	color: #333;
  font-size: 0.9em;
	width: 100%;
  text-align: center;
}
.footer-copy [class^="icon-"] {
	margin: 0 5px;
	font-size: 2em;
	color: #fff;
	position: relative;
	top: 5px;
}
.redes {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.publi-link {
	color: #333;
	margin-left: 5px;
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*BANNER*/
.mockfondo-index {
  height: 900px;
}
/* SLOGAN*/
.beneficios {
  padding: 180px;
}
/*CLIENTES*/
.columna-marcas {
	width: 18%;
}
/*TRABAJOS*/
.columna-trabajos {
	width: 29%;
}
}

@media (min-width: 1024px) {
/*	HEADER*/
.header {

}
.grupo-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logotipo-header {
	max-width: 280px;
}

/*	BANNER*/
.banner-txt {
  font-size: 5em;
	text-align: left;
  }
.banner-txt2 {
  font-size: 3em;
	text-align: left;
}
.banner-txt3 {
	margin: 0;
}
	
/*BENEFICIOS	*/
	.beneficios-subtitulo {
  font-size: 2.4em;
}
	
/*GRUPO FOOTER*/
	.footer {
		padding: 120px 0;
	}
.grupo-footer {
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
}
.footer-columna {
	width: 20%;
}
.footer-subtitulo, .footer-txt {
text-align: left;
}
}