@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


/*colores
font-family: "Poppins", sans-serif;
font-family: "Open Sans", sans-serif;
*/

/*----------ESTILOS GENERALES----------*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
}
img {
  display: block;
  width: 100%;
  margin: auto;
}
ul, li {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

.contenedor {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.section {
  padding: 80px 0;
}

h1,h2,h3,h4,h5,h6 {
font-family: "Raleway", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
}

/*TITULOS Y TEXTOS*/
.titulo {
  font-weight: 900;
  font-size: 2.0em;
  text-align: center;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.1em;
}
.titulo span {
	font-size: 100;
  color: #333;
  font-weight: 200;
}

/*BANNER*/
.banner {
  width: 100%;
  margin: auto;
	position: relative;
	background-image: url(../img/BANNER-FOTO.jpg);
	background-size: cover;

	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
	margin-top: -70px;
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}

.textos-banner {
	position: absolute;
	max-width: 1200px;
	margin: auto;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);

}
.logoprincipal {
  width: 270px;
}
.banner-titulo {
  font-size: 2.0em;
  color: #fff;
	font-weight: 200;
}
.banner-titulo span {
  font-size: 1.4em;
	color: #fff;
	font-weight: 900;
}
.banner-subtitulo {
  font-size: 1.4em;
	color: #fff;
}

/*NOSOTROS*/
#nosotros {
	width: 100%;
	margin: auto;
	background: #fff;
}
.nosotros-img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 20px;
}
.nosotros-txt {
	font-size: 1em;
  max-width: 960px;
  font-weight: 400;
  margin: auto;
  text-align: left;
	color: #333;
}
.nosotros-txt span {
	color: green;
	font-weight: 800;
}
.leermas {
	width: 110px;
	padding: 7px;
	color: #333;
	border: 2px solid #333;
	margin: 20px 0;
	transition: all 0.4s;
}
.leermas:hover {
	background: #333;
	color: #fff;
}


/*UNIDADES*/
#unidades {
	width: 100%;
	margin: auto;
	background: #eee;
}
.grupo-unidades {
		max-width: 1000px;
		margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-unidades {
	position: relative;
	width: 48%;
	margin: 1%;
	border: 1px solid #999;
	overflow: hidden;
	background: #000;
}
.columna-unidades a {
	transition: all 0.4s;
}
.columna-unidades a:hover {
	opacity: 0.6;
}
.unidades-img {
	height: 200px;
	object-fit: cover;
}
.unidades-titulo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	font-size: 1.4em;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	padding: 10px 30px;
}
.vertodos {
	width: 110px;
	margin: 20px auto;
	padding: 7px;
	color: #333;
	border: 2px solid #333;
	transition: all 0.4s;
}
.vertodos:hover {
	background: #333;
	color: #fff;
}

/*FOOTER*/
.footer {
  max-width: 100%;
  margin: auto;
  background: #333;
	position: relative;
}
.footer-columna {
  margin-bottom: 20px;
  text-align: left;
  padding: 20px;
}
.logofooter {
  width: 220px;
}
.footer .rubros {
  font-size: 1.2em;
  color: #fff;
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px;
}
.footer p {
  font-size: 0.9em;
  color: #fff;
  padding: 10px 20px;
  opacity: 0.8;
}
.footer span {
  font-size: 1em;
  color: #fff;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
#copy {
  max-width: 100%;
  padding: 20px 10px;
  margin: auto;
  background: #333;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: #eee;
}
.elaborado {
	color: #eee;
}

/*PAGINA CONTACTO*/
#contacto {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #D72A2C;
}
.grupo-contacto {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#contacto h2, h3, .txt, .rubros {
	color: #fff;
}
.contact-img {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}
.contacto-txt h2 {
	font-size: 1.4em;
}
/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/

/*CELULARES*/
@media (min-width: 450px) {
}
/*TABLETS*/
@media (min-width: 768px) {
.logoprincipal {
  width: 370px;
}
	.grupo-footer {
		display: flex;
		justify-content: space-between;
	}
	.footer-columna {
		width: 25%;
		margin-bottom: 0px;
		padding: 0 10px;
	}
	





}
/*LAPTOPS*/
@media (min-width: 1024px) {
/*BANNER*/
	.banner {
		height: 600px;
	}
	.banner-titulo {
  font-size: 3.0em;
}
.banner-titulo span {
  font-size: 1.4em;
}
.banner-subtitulo {
  font-size: 1.6em;
}
/*NOSOTROS*/
	.grupo-nosotros {
		max-width: 1000px;
		margin: auto;
		display: flex;
		justify-content: center;
	}
	.columna-nosotros {
		width: 50%;
	}
	.nosotros-img {
		height: 400px;
	}
/*UNIDADES DE NEGOCIO*/
	.columna-unidades {
		width: 31%;
	}
/*FOOTER*/
	.grupo-copy {
		display: flex;
		justify-content: space-between;
	}
}
