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

/*
azul: #293952
naranja: #e65e03
*/

/*ESTILOS GENERALES*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
  background: #333;
}
img {
  display: block;
  width: 100%;
}
ul, li {
  list-style: none;
}
a {
  font-family: 'Open Sans', sans-serif;
  display: block;
  text-decoration: none;
}
p {
	font-family: 'Open Sans', sans-serif;
}
.contenedor {
	width: 98%;
	max-width: 1400px;
	margin: auto;
}
.section {
	padding: 80px 0;
	max-width: 1500px;
  margin: auto;
	overflow: hidden;
	
}

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

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

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

/*BANNER*/
.banner {
	overflow: hidden;
	max-width: 1500px;
	position: relative;
	z-index: -1000;
  margin: auto;
	background-image: url(../img/banner-2-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	background-attachment: fixed;
  height: 360px;
	text-align: center;
}
.banner-textos {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 95%;
	color: #fff;
	text-align: center;
}
.banner-titulo {
	font-family: 'Open Sans', sans-serif;
	font-size: 3em;
  font-weight: 800;
	line-height: 1;
  max-width: 960px;
  margin: auto;
  padding: 0 20px;
}

/*FOOTER*/
.footer {
	overflow: hidden;
  max-width: 1500px;
	padding: 60px 0;
  margin: auto;
  background: #eee;
}
.grupo-footer {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.logo-footer {
	width: 120px;
}
.columna-footer {
	width: 300px;
	padding: 10px;
}
.footer-titulo {
	font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  color: #666;
  font-size: 1.2em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #999;
}
.footer-txt {
  padding: 5px 10px;
	font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  color: rgba(0,0,0,0.7);
	text-align: left;
}
.footer .datos {
  display: flex;
}
.footer span {
  margin-right: 0;
  position: relative;
  top: 8px;
  color: #FB0000;
  font-size: 1.2em;
}

.copy {
	max-width: 1500px;
	margin: auto;
  text-align: center;
  background: #000;
  padding: 60px 0;
}
.copy-derechos {
  font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	color: #eee;
  padding: 0;
}
.elaboradopor {
	font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  color: #eee;
}

/*ESTILOS RESPONSIVE*/
@media (min-width: 450px) {

}

@media (min-width: 768px) {
.logotipo-header {
	padding: 0px;
}
.logosuperior-datos {
		display: flex;
		justify-content: center;
		margin-left: 30px;
	}
.grupo-logosuperior {
		padding: 10px 0 20px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
.a {
		width: 20%;
		margin: 0;
	}
.gruposuperior-datos {
		display: flex;
	}
.datos-titulo {
	font-weight: 800;
	color: #666;
}
.telefonos {
	font-size: 0.9em;
	color: #666;
}
.logosuperior-datos .icon-call, .icon-mail-read {
  color: #FB0000;
  margin-right: 10px;
  font-size: 1.4em;
  display: block;
}
	
/*BANNER*/
.banner {
  height: 560px;
}
.banner-titulo {
	font-size: 5em;
}

}

@media (min-width: 1024px) {
.columna-footer {
	width: 20%;
}
.footer {
	padding: 80px 0;
}
.copy {
  text-align: left;
}
}