@import url('https://fonts.googleapis.com/css?family=Oswald:300');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

/*
rojo #D00100;
negro #000000;
*/

/*----------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;
margin: auto;
padding: 80px 10px;
overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
letter-spacing: -0.5px;
}
p {
font-family: 'Open Sans', sans-serif;
}
/*TITULOS*/
.presentacion-titulo {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #4d4d4d;
}
.presentacion-subtitulo {
	background: #D00100;
  font-size: 1.6em;
  font-weight: 400;
  color: #fff;
	margin-bottom: 40px;
	display: inline-block;
	padding: 5px 15px;
}

/*BARRA SUPERIOR*/
.barrasuperior {
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
  background: #fff;
  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: #FE0000;
}
.barrasuperior-sociales [class*='icon-']:hover {
  color: #000;
}

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

/*HEADER*/
.header {
	overflow: hidden;
  max-width: 1500px;
  margin: auto;
	background: #fff;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
}




/*--------------------BANNER--------------------*/
.mockfondo-index {
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
	background-image: url(../img/index-banner.jpg);
	background-size: cover;
	background-position: 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.4;
}
.textos-banner {
  position: absolute;
  top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 98%
}
.banner-txt {
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 10px 0;
}
.banner-txt2 {
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 1.6em;
  line-height: 96%;
}
.banner-txt3 {
	width: 220px;
	margin: 20px auto;
  font-weight: 400;
  padding: 10px;
  text-align: center;
  color: #fff;
	background: #1d1d1d;
  font-size: 1.2em;
	border: 1px solid #D00100;
}
/*BENEFICIOS*/
#beneficios {
	background: #fff;
	text-align: center;
}
.grupo-beneficios {
  max-width: 1100px;
  margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-beneficios {
	border: 1px solid rgba(0,0,0,0.1);
	width: 48%;
	padding: 10px;
	margin: 1%;
}
.beneficios-img {
	width: 100px;
	border-radius: 50%;
}




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

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

.logotipo-footer {
	width: 100px;
	margin: auto;
}

.footer-subtitulo {
  font-weight: 400;
  padding-bottom: 10px;
	color: #eee;
}
.footer-txt {
  font-size: 0.9em;
	padding: 10px;
	color: #eee;
}
.footer [class^="icon-"] {
	padding-right: 10px;
	font-size: 1.6em;
	color: #eee;
	position: relative;
	top: 5px;
}
.copy-txt {
	color: #eee;
  font-size: 0.9em;
	width: 100%;
  text-align: center;
	position: relative;
	z-index: 10;
}


/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*HEADER*/
.logotipo-header {
	padding: 0px;
}
.logosuperior-datos {
	display: flex;
	justify-content: center;
	margin-left: 30px;
}
.grupo-logosuperior {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.a {
	width: 20%;
	margin: 0;
}
.gruposuperior-datos {
		display: flex;
	}
.datos-titulo {
	font-weight: 800;
	color: #eee;
}
.telefonos {
	font-size: 0.85em;
	color: #eee;
}
.logosuperior-datos .icon-call, .icon-mail-read {
  color: #D00100;
  margin-right: 10px;
  font-size: 1.8em;
  display: block;
	border-left: 1px dashed #eee;
	padding-left: 20px;
}
	
/*BANNER*/
.mockfondo-index {
  height: 450px;
}
	
/*BENEFICIOS*/
.columna-beneficios {
	width: 29%;
}

	/* SLOGAN*/
.beneficios {
  padding: 130px;
}

}

@media (min-width: 1024px) {
.grupo-indicativos {
display: flex;
justify-content: space-between;
}
.columna-indicativos {
width: 50%;
}
	
.banner-txt {
	max-width: 700px;
	margin: auto;
  font-size: 3em;
}

/*GRUPO FOOTER*/
.grupo-footer {
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
}
.footer-columna {
	width: 20%;
}
.copy-txt {
	text-align: center;
}
}