@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

/*colores
font-family: "Poppins", sans-serif;
font-family: "Open Sans", sans-serif;

AZUL: #312783;
VERDE: #A6C836;
GRIS: #878786;
*/

/*----------ESTILOS GENERALES----------*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: #eee;
}
img {
  display: block;
  width: 100%;
  margin: auto;
}
ul,
li {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
  font-family: "Poppins", 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: "Fjalla One", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
}

/*TITULOS Y TEXTOS*/
.titulo {
  font-size: 2.2em;
	font-weight: 400;
  text-align: center;
  color: #242424;
  line-height: 1.1em;
	letter-spacing: 0.5px;
}
.txt {
  font-size: 1em;
  max-width: 960px;
  margin: auto;
  text-align: center;
  color: #242424;
}
.txt span {
	font-weight: 700;
  color: #A6C836;
}

/*BANNER*/
.banner {
  max-width: 100%;
  margin: auto;
	margin-top: -80px;
  overflow: hidden;
  position: relative;
	background: #2B2B2B;
	background-image: url(../img/BANNER-1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.textos-banner {
  position: absolute;
  top: 55%;
	left: 50%;
	transform: translateX(-50%) translateY(-55%);
	width: 80%
}
.euro-img {
	position: relative;
	width: 100px;
	margin-bottom: 10px;
}
.banner-titulo {
  font-size: 2em;
	font-weight: 400;
  color: #eee;
  text-align: center;
  line-height: 1.2em;
	margin-bottom: 15px;
}
.banner-titulo span {
  color: #A6C836;
}
.banner-parrafo {
  font-family: "Open Sans", sans-serif;
  font-size: 0.91em;
  color: #A6C836;
  text-align: center;
	border: 2px solid #A6C836;
	width: 200px;
	margin: auto;
	padding: 7px;
}
.conbtn {
  width: fit-content;
  background: #A6C836;
}
/*SOCIOS*/
#socios {
  overflow: hidden;
  max-width: 100%;
  margin: -1px auto;
	background: #2B2B2B;
}
#socios h2, h3, txt {
	letter-spacing: 0.5px;
	color: #fff;
}
.grupo-socios {
	max-width: 550px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.socios-columna {
	border-radius: 20px;
	background: #eee;
	padding: 10px;
	width: 48%;
	margin: 1%;
	
	display: flex;
  flex-wrap: wrap;
}
.socios-mitad {
  width: 100%;
}
.columna-botones {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;

  width: 100%;
  align-self: flex-end;
}
.socios-rubros {
	letter-spacing: 0.5px;
	font-weight: 400;
	color: #333;
	font-size: 1.2em;
}
.socios-img {
	margin-bottom: 20px;
}
#socios .txt {
	color: #eee;
}
.socios-ver {
	font-size: 0.9em;
	color: #333;
	border: 2px solid #333;

	margin: 10px auto;
	width: 120px;
	padding: 7px;
  transition: all 0.4s;
}
.socios-ver:hover {
	background: #999;
}
.whats-img {
  width: 54px;
  margin: 0;
}

/*NOSOTROS*/
#nosotros {
	overflow: hidden;
	max-width: 100%;
	margin: -1px auto;
	background: #2B2B2B;
}
#nosotros h2 {
	color: #eee;
}
#nosotros .txt {
	color: #eee;
	font-weight: 400;
	text-align: left;
}
.grupo-nosotros {
	max-width: 960px;
	margin: auto;
}
.columna-nosotros {
	padding: 20px 10px;
}
.nosotros-img {
	max-width: 360px;
}

/*HISTORIA*/
#historia {
  overflow: hidden;
  max-width: 100%;
  margin: -1px auto;
	background: #eee;
}
.grupo-historia {
	max-width: 760px;
	margin: auto;
}
.columna-historia {
	padding: 20px 10px;
	border: 1px dashed #999;
}
#historia .txt {
	color: #333;
}
.calendar-img {
	width: 80px;
	margin-bottom: 20px;
}

/*slogan*/
#slogan {
  overflow: hidden;
  max-width: 100%;
  margin: -1px auto;
	background: #2B2B2B;
}
.slogan-img {
	width: 80%;
	margin-bottom: 40px;
}
.slogan-txt {
	color: #eee;
	font-size: 1.4em;
	font-weight: 100;
}
.slogan-txt span {
  color: #A6C836;
}


/*BOTON FLOTANTE WASAP*/
.btn-whatsapp {
  display: block;
  width: 90px;
  height: 90px;
  color: #fff;
  right: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
}



/*FOOTER*/
.footer {
  max-width: 100%;
  margin: auto;
  background: #242424;
	position: relative;
}
.grupo-footer {
	
}
.footer-columna {
  margin-bottom: 20px;
  text-align: left;
  padding: 10px;
}
.logofooter {
  width: 260px;
}
.footer .rubros {
  font-size: 1.2em;
  color: #eee;
	font-weight: 400;
}
.footer p {
  font-size: 0.9em;
  color: #eee;
  padding: 10px 20px;
  opacity: 0.8;
}
.footer span {
  font-size: 1em;
  color: #fff;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

/*REDES*/
.grupo-redes {
	display: flex;
	justify-content: center;
	align-items: center;
}
.redes-link span {
	font-size: 2em;
	opacity: 0.5;
}
.redes-link span:hover {
	opacity: 1;
}

#copy {
  max-width: 100%;
  padding: 20px 10px;
  margin: auto;
  background: #242424;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.copy {
  color: #eee;
  font-size: 0.9em;
}




/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/


@media (min-width: 450px) {
}

@media (min-width: 768px) {
.banner {
	height: 600px;
}
}

@media (min-width: 1024px) {
/*BANNER*/
.banner-titulo {
  font-size: 2.2em;
}
.textos-banner {
  top: 64%;
	transform: translateX(-50%) translateY(-64%);
	width: 60%
}
.banner-subtitulo {
  font-size: 2em;
}
	.interior {
		height: 400px;
	}
/*	SOCIOS*/
.socios-columna {
	width: 48%;
}

/*	NOSOTROS*/
.grupo-nosotros {
	display: flex;
	justify-content: center;
}
.columna-nosotros {
	width: 50%;
}
	
/*	HISTORIA*/
	.grupo-historia {
		display: flex;
		justify-content: center;
	}
	.columna-historia {
		margin: 0 10px;
	}
	
/*SLOGAN	*/
	.grupo-slogan {
		position: relative;
		padding: 60px 100px;
		max-width: 960px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 40px;
	}
	.columna-slogan {
		width: 50%;
	}
	.slogan-img {
		position: absolute;
		width: 340px;
		margin-bottom: 0;
		bottom: -65px;
	}
	
/*FOOTER*/
.grupo-footer {
  display: flex;
  justify-content: space-between;
	max-width: 1100px;
	margin: auto;
}
.logofooter {
  width: 200px;
}
.footer-columna {
  width: 25%;
  margin: 0%;
	border-radius: 0px;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.footer-columna:last-child {
	border-right: none;
}
/*REDES*/
.grupo-redes {
margin: 10px auto;
}
}
