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

/*
font-family: 'Raleway', sans-serif;
verde #52A807;
marron #633710;
*/

/*----------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: 100%;
	margin: auto;
	padding: 80px 10px;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
p {
font-family: 'Open Sans', sans-serif;
}
/*TITULOS*/
.presentacion-titulo {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #1d1d1d;
}
.presentacion-subtitulo {
  font-size: 2.2em;
  font-weight: 600;
  text-align: center;
  color: #1d1d1d;
	margin-bottom: 20px;
}

/*BARRA SUPERIOR*/
.barrasuperior {
  overflow: hidden;
  width: 100%;
  margin: auto;
  background: #633710;
  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: #52A807;
}
.barrasuperior-sociales [class*='icon-']:hover {
  color: rgba(255,255,255,0.8);
}

/*LOGO SUPERIOR*/
.logo-superior {
	overflow: hidden;
	width: 100%;
	margin: auto;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.logotipo-header {
	padding: 10px;
	width: 300px;
}
.logosuperior-datos {
	display: none;
}

/*HEADER*/
.header {
	overflow: hidden;
  width: 100%;
  margin: auto;
	background: #fff;
}


/*--------------------BANNER--------------------*/
.mockfondo-index {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/index-banner.jpg);
	background-size: cover;
	background-position: center;
  background-attachment: fixed;
  height: 360px;
  object-fit: cover;
  position: relative;
}
.mockfondo-index:before {
  content: "";
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.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: 5em;
}
.banner-txt2 {
  text-align: center;
  font-weight: 600;
  color: #eee;
  font-size: 2.6em;
  line-height: 96%;
}
.banner-txt2 span {
  font-weight: 600;
}
.banner-txt3 {
	width: 220px;
	margin: 20px auto;
	border: 4px solid #52A807;
	background: rgba(255,255,255, 0.2);
  font-weight: 600;
  padding: 10px;
  text-align: center;
  color: #333;
  font-size: 1.2em;
  line-height: 96%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

/*SLOGAN*/
.beneficios {
  position: relative;
  overflow: hidden;
  background-image: url(../img/slogan.jpg);
  background-size: cover;
  max-width: 100%;
  margin: auto;
  padding: 80px 10px;
}
.beneficios:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.grupo-beneficios {
  
}
.beneficios-titulo {
  font-size: 2em;
  text-align: center;
  color: #fff;
}
.beneficios-subtitulo {
	font-weight: 300;
  font-size: 2em;
  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;
	width: 100%;
	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: 100px 0;
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background: #52A807;
	opacity: 0.85;
}
.footer-columna {
  padding: 0 10px;
}
.logotipo-footer {
	display: none;
}
.footer-subtitulo {
	position: relative;
	z-index: 100;
  padding-bottom: 10px;
	color: #633710;
  border-bottom: 1px dashed #633710;
}
.footer-txt {
	position: relative;
	z-index: 100;
	padding-top: 10px;
  font-size: 0.8em;
	color: #633710;
	margin-bottom: 20px;
}
.footer [class^="icon-"] {
	padding-right: 10px;
	font-size: 1.6em;
	color: #633710;
	position: relative;
	z-index: 10;
	top: 7px;
}

/*footer sociales*/
.footer-sociales {

}
.footer-sociales .contenedor {
	display: flex;
}
.footer-sociales [class^="icon-"] {
	font-size: 2em;
	color: #633710;
}

/*copy*/
.copy {

}
.copy-txt {
	position: relative;
	z-index: 100;
	padding: 10px 0;
	color: #633710;
  font-size: 0.8em;
	width: 100%;
  text-align: left;
}

/*POLITICA*/
.banner-politica {
	background: #633710;
	padding: 60px 0;
}
.banner-politica h1 {
	font-size: 2em;
	color: #fff;
	font-weight: 600;
}
.politica .copy-txt {
	font-size: 1em;
	color: #633710;
}



/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*HEADER*/
.logotipo-header {
	padding: 0px;
	width: 350px;
}
.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;
}

.gruposuperior-datos {
	display: flex;
}
.datos-titulo {
	font-weight: 800;
	color: #633710;
}
.telefonos {
	font-size: 0.9em;
	color: #633710;
}
.logosuperior-datos [class*='icon-'] {
  color: #52A807;
  margin-right: 10px;
  font-size: 1.8em;
  display: block;
	border-left: 1px dashed #79D87B;
	padding-left: 20px;
}
	
/*BANNER*/
.mockfondo-index {
  height: 660px;
}
	.interior {
  height: 400px;
	}
/* SLOGAN*/
.beneficios {
  padding: 180px;
}
}

@media (min-width: 1024px) {
.grupo-indicativos {
display: flex;
justify-content: space-between;
}
.columna-indicativos {
width: 50%;
}

.banner-txt2 {
	font-size: 4em;
	max-width: 900px;
	margin: auto;
}

/*GRUPO FOOTER*/
.grupo-footer {
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
}
.footer-columna {
	width: 20%;
}
.logotipo-footer {
	position: relative;
	z-index: 100;
	display: block;
	width: 400px;
	margin: 0;
}

}