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

/*
font-family: 'Encode Sans', sans-serif;
VERDE: #29813D;
VERDE 2: #29813D;
*/

/*----------ESTILOS GENERALES----------*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
  background: #1a1a1a;
}
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;
margin: auto;
padding: 80px 10px;
overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Encode Sans', sans-serif;
}
p {
font-family: 'Open Sans', sans-serif;
}

/*TITULOS*/
.presentacion-titulo {
  font-size: 1.8em;
  text-align: center;
  color: #29813D;
	font-weight: 600;
	text-transform: uppercase;
}
.presentacion-subtitulo {
  font-size: 2.4em;
  text-align: center;
  color: #29813D;
	font-weight: 600;
	text-transform: uppercase;
}
.valores-titulo {
  font-size: 1.8em;
  text-align: center;
  color: #010101;
	font-weight: 600;
	text-transform: uppercase;
}
/*HEADER*/
.header {
	overflow: hidden;
  max-width: 1500px;
  margin: auto;
	background: rgba(255,255,255,0.3);
}
.logotipo-header {
	padding: 10px;
	max-width: 120px;
}
.grupo-header {
	max-width: 1200px;
	margin: auto;
}


/*--------------------BANNER--------------------*/
.mockfondo-index {
  overflow: hidden;
  max-width: 1500px;
	margin: auto;
	margin-top: -230px;
	background-image: url(../img/index-banner.jpg);
	background-size: cover;
	background-position: center;
  background-attachment: fixed;
  height: 600px;
  object-fit: cover;
  position: relative;
	z-index: -100;
}
.mockfondo-index:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.1;
}
.textos-banner {
  position: absolute;
  top: 65%;
	left: 50%;
	transform: translateX(-50%) translateY(-60%);
	width: 90%;
	max-width: 1200px;
	
}
.banner-txt {
  text-align: center;
  color: #fff;
  font-size: 1.8em;
  margin: 10px 0;
	font-weight: 600;
	background: rgba(0,0,0,0.4);
}
.banner-txt2 {
  text-align: center;
  color: #fff;
  font-size: 1.6em;
	margin-bottom: 20px;
	font-weight: 300;
}
.banner-txt3 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	margin: auto;
  padding: 7px;
  text-align: center;
  color: #fff;
	background: #29813D;
  font-size: 1.2em;
	font-weight: 300;
	border-radius: 7px;
}
.banner-txt3 span {
	position: relative;
	top: 3px;
	font-size: 1.5em;
	margin-right: 5px;
}

/*SLOGAN*/
.beneficios {
  position: relative;
  overflow: hidden;
  background-image: url(../img/gold-office.jpg);
	background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1500px;
  margin: auto;
  padding: 140px 30px;
}
.beneficios:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
.grupo-beneficios {
  
}
.beneficios-subtitulo {
  font-size: 2em;
  text-align: center;
  color: #fff;
	font-weight: 300;
}
.beneficios span {
	color: #fff;
	background: #21D904;
}

/*SERVICIOS*/
#servicios {
	overflow: hidden;
  max-width: 1500px;
  margin: auto;
  background: #fff;
	background-image: url(../img/SISGERS-BASE.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.grupo-serviciosfotos {
  max-width: 1000px;
  margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-serviciosfotos {
	width: 48%;
	margin: 1%;
}
.servicios-txt {
	max-width: 1200px;
	margin: auto;
  font-size: 1em;
  padding: 0 10px;
  text-align: justify;
  color: #333;
}
/*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;
max-width: 1500px;
margin: auto;
position: relative;
padding: 80px 0;
z-index: -10;
background: #eee;
}
.footer-columna {
  padding: 0 10px;
	text-align: center;
	margin-bottom: 20px;
}

.logotipo-footer {
	padding: 5px;
	max-width: 180px;
}

.footer-subtitulo {
	font-size: 1.2em;
	font-weight: 300;
  padding-bottom: 10px;
	color: #333;
  border-bottom: 1px dashed rgba(255,255,255,0.7);

}
.footer-txt {
  font-size: 0.9em;
	padding: 10px;
	color: #333
}
.footer [class^="icon-"] {
	padding-right: 10px;
	font-size: 1.2em;
	color: #333;
	position: relative;
	top: 5px;
}

/*copy*/
.footer-copy {
	max-width: 1500px;
	margin: auto;
	padding: 20px 0;
	background: #29813D;
}
.copy-txt {
	display: flex;
	justify-content: center;
	color: #fff;
  font-size: 0.9em;
	width: 100%;
  text-align: center;
}
.footer-copy [class^="icon-"] {
	margin: 0 5px;
	font-size: 2em;
	color: #fff;
	position: relative;
	top: 5px;
}
.redes {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.publi-link {
	color: #fff;
	margin-left: 5px;
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*BANNER*/
.mockfondo-index {
  height: 800px;
}
/* SLOGAN*/
.beneficios {
  padding: 180px;
}
/*SERVICIOS*/
.columna-serviciosfotos {
	width: 31%;
}
}

@media (min-width: 1024px) {
/*	HEADER*/
.header {

}
.grupo-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logotipo-header {

}

/*	BANNER*/
.banner-txt {
  font-size: 3em;
	text-align: left;
  }
.banner-txt3 {
	margin: 0;
}
	
/*BENEFICIOS	*/
	.beneficios-subtitulo {
  font-size: 2.4em;
}
	
/*GRUPO FOOTER*/
.grupo-footer {
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
}
.footer-columna {
	width: 20%;
}
.footer-subtitulo, .footer-txt {
text-align: left;
}
}