@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

/*
verde rgb(119, 165, 17);
marron rgb(110, 71, 40);
*/

/*----------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;
  overflow: hidden;
  margin: auto;
	padding: 100px 0;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: -0.5px;
}
p {
font-family: 'Open Sans', sans-serif;
}

/*BARRA SUPERIOR*/
.barrasuperior {
	position: relative;
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
background-image: url(../img/textura-superior.jpg);
/*  background: rgb(119, 165, 17);*/
  padding: 5px 0;
}
.barrasuperior:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.barrasuperior-sociales {
	position: relative;
	z-index: 100;
	top: 3px;
  display: flex;
  justify-content: flex-end;
}
.barrasuperior-sociales [class*='icon-'] {
  font-size: 1.8em;
  color: #fff;
}
.barrasuperior-sociales [class*='icon-']:hover {
  color: rgb(119, 165, 17);
}

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

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




/*--------------------BANNER--------------------*/
.mockfondo-index {
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
	background-image: url(../img/index-banner.jpg);
	background-size: cover;
  background-position: 55%;
  background-attachment: fixed;
  height: 460px;
  object-fit: cover;
  position: relative;
	z-index: -100;
}
.mockfondo-index:before {
  content: "";
  position: absolute;
	z-index: -90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.textos-banner {
  position: absolute;
  width: 100%;
  top: 50%;
	left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.banner-txt {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin: 15px 0;
}
.banner-txt2 {
  text-align: center;
  font-weight: 400;
  padding-left: 10px;
  color: #fff;
  font-size: 1.4em;
  line-height: 96%;
}
/*boton*/
.banner-txt3 {
  display: block;
  width: 280px;
  margin: auto;
  font-weight: 400;
  background: rgb(119, 165, 17);
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}

/*WHATSAPP DIRECTO	*/
	#whatsapp {
  max-width: 1500px;
	margin: auto;
	padding: 60px;
	background: #fff;
	}
#whatsapp .presentacion-rubros {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.4em;
	text-align: center;
}
	.link-wa {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1em;
		width: 240px;
		margin: auto;
  background: rgb(119, 165, 17);
  font-weight: 400;
  color: #fff;
  padding: 10px;
  text-align: center;
		border-radius: 10px;
	}

/*---------------------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: 120px 0;
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.90;
}
.grupo-footer {
	position: relative;
	z-index: 100;
}
.footer-columna {
  padding: 0 10px;
}
.logotipo-footer {
	display: none;
}
.footer-subtitulo {
  font-weight: 400;
  padding-bottom: 10px;
  color: rgba(255,255,255,0.9);
  border-bottom: 1px dashed rgba(255,255,255,0.5);
}
.footer p {
  font-size: 0.9em;
	padding: 20px;
	color: rgba(255,255,255,0.9);
}
.footer [class^="icon-"] {
	padding-right: 10px;
	font-size: 1.6em;
	color: rgb(119, 165, 17);
}
.copy {
	position: relative;
	z-index: 100;
  max-width: 1400px;
	margin: auto;
}
.copy p {
  font-size: 0.8em;
	width: 100%;
  text-align: left;
  padding: 20px;
	color: #fff;
}


/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
.logotipo-header {
	padding: 0px;
}
.logosuperior-datos {
		display: flex;
		justify-content: center;
		margin-left: 30px;
	}
.grupo-logosuperior {
	max-width: 1400px;
	margin: auto;
	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: rgb(119, 165, 17);
  margin-right: 10px;
  font-size: 2em;
  display: block;
}

.mockfondo-index {
  height: 600px;
}


/*GRUPO FOOTER*/
.grupo-footer {
  max-width: 1400px;
	margin: auto;
  display: flex;
  justify-content: space-around;
}
.footer-columna {
	width: 20%;
}
.logotipo-footer {
	display: block;
	width: 260px;
	margin: 0;
}
}

@media (min-width: 1024px) {

}