@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?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');

/*colores
font-family: "Poppins", sans-serif;
font-family: "Open Sans", sans-serif;
VERDE OSCURO #0B2019;
VERDE CLARO #8BDA71;
*/

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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: #333;
}
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: 60px 0;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Poppins", sans-serif;
}

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

/*TITULOS Y TEXTOS*/
.titulo {
	font-weight: 200;
  font-size: 2.0em;
  text-align: center;
  color: #0B2019;
  margin-bottom: 10px;
  line-height: 1.1em;
	letter-spacing: -0.02em;
}
.titulo span {
  font-size: 1.1em;
	font-weight: 600;
}
.txt {
  font-size: 1em;
  max-width: 960px;
  font-weight: 400;
  margin: auto;
  text-align: center;
  color: #0B2019;
}
.txt  span {
  font-size: 1em;
  font-weight: 900
}
.listado {
  font-size: 1em;
  max-width: 960px;
  font-weight: 400;
  margin: auto;
  text-align: left;
  color: #0B2019;
}
.rubros {
  color: #0B2019;
  font-size: 1.4em;
  /*	border-bottom: 1px dashed #080C1F;*/
}

/*BANNER NUEVO*/
.bannernuevo {
	position: relative;
	background: #8BDA71;
	overflow: hidden;
  max-width: 100%;
}
.bannernuevo-img {
	width: 300px;
}
.bannernuevoweb-img {
	margin: auto;
	object-fit: cover;
}
.bannernuevo .titulo {
	width: 90%;
	margin: auto;
	margin-bottom: 7px;
  font-size: 2.2em;
	font-weight: 200;
	color: #0B2019;
}
.bannernuevo .titulo span {
  font-size: 1.1em;
	font-weight: 600;
}
.bannernuevo .txt {
	font-size: 1.2em;
	color: #0B2019;
	background: rgba(255,255,255,0.3);
	padding: 7px 0;
}
.bannernuevo .contenedor {
	width: 100%;
	margin: auto;
}

/*INDEX - SERVICIOS*/
#servicios {
	position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #eee;
}
.grupo-servicios {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.columna-servicios {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	width: 98%;
}
.servicios-mitad {
	width: 100%;
	margin-bottom: 20px;
}
.servicios-img {
	border-radius: 40px;
}
.ul-servicios {
  font-family: "Open Sans", sans-serif;
	text-align: left;
}
.servicios-item {
	border-bottom: 1px dashed #999;
	padding: 5px;
}
.servicios-item:last-child {
	border-bottom: none;
}
.servicios-item .icon-check {
	margin-right: 10px;
	color: #8BDA71;
}
.columna-botones {
	display: flex;
  align-self: flex-end;
	width: 99%
}
.precio-desde {
	width: 48%;
	margin: 1%;
	padding: 5px;
	border: 2px solid #8BDA71;
	border-radius: 20px;
	color: #0B2019;
}
.desde-precio {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  max-width: 960px;
  font-weight: 600;
  margin: auto;
  text-align: center;
  color: #0B2019;
}
.btn-alterno {
  background: #8BDA71;
}
.btn-alterno p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  max-width: 960px;
  font-weight: 500;
  color: #0B2019;
}

/*POR QUE ELEGIRNOS*/
#elegirnos {
	background: #eee;
}
#elegirnos .icon-calendar, .icon-android-globe, .icon-group-full, .icon-imprint, .icon-megaphone, .icon-group-full, .icon-agent, .icon-line-chart, .icon-android-locate {
	font-size: 2em;
}
.grupo-elegirnos {
	
}
.elegirnostitulo {
	margin-bottom: 10px;
}
.columna-elegirnos {
	margin: 1%;
	padding: 20px;
/*	background: #8BDA71;*/
	background: rgba(0,0,0,0.1);
	border-radius: 10px;
	margin-bottom: 20px;
}

/*PREGUNTAS FRECUENTES*/
#preguntas {
	background: #eee;
}

/*TESTIMONIOS*/
#testimonios {
	position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #eee;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}
.testimonial-section {
  max-width: 900px;
	margin: auto;
  text-align: center;
}
.testimonial-slider {
  position: relative;
  overflow: hidden;
}
.testimonial-container {
  display: flex;
	transition: transform 0.5s ease-in-out;
}
.testimonial {
  min-width: 100%;
  padding: 25px;
/*  background: #fff;*/
  border-radius: 10px;
}
.cliente-img {
	background: #fff;
	width: 130px;
	height: 130px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 10px;
}
.testimonial h4 {
  margin-top: 15px;
}
.buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.buttons button {
  background: #8BDA71;
  border: none;
  color: #0B2019;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transition: background 0.3s;
}
.buttons button:hover {
	color: #8BDA71;
	background: #0B2019;
}

/* Estilos responsive */
@media (max-width: 768px) {
}

@media (max-width: 480px) {
}



/*WhatsApp*/
#wasap {
	background: #eee;
}
.wa-btngeneral {
	background: #eee;
	border: 1px dashed gray;
	border-radius: 10px;
	padding: 20px 0;
  width: 100%;
	max-width: 1100px;
  margin: auto;
}
.celular-img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 20px;
}
.wa-btngeneral h3 {
	color: #333;
}
.wa-btngeneral p {
	color: #333;
}
.botonwasap {
  display: flex;
  justify-content: center;
  align-items: center;
	margin-bottom: 20px;
}
.wa-btnverdegeneral {
  color: #333;
	background: #4CC95B;
  font-size: 1em;
  font-weight: 400;
  padding: 7px 15px;
  border-radius: 30px;
  transition: all 0.4s;
}
.wa-btnverdegeneral:hover {
  color: #fff;
  background: #333;
}

.ver-galeria {
  width: 290px;
  margin: auto;
  margin-top: 20px;
  border: 2px solid #003566;
  padding: 5px;
  border-radius: 30px;
  color: #1d1d1d;
}

/*EMPRENDEDOR BROCHURE*/
#emprendedor-brochure {
  max-width: 100%;
  margin: auto;
  padding: 80px 0;
  position: relative;
	background: #0B2019
}
.grupo-emprendedor-brochure {
  display: flex;
  justify-content: center;
	flex-wrap: wrap;
}
.columna-emprendedor-brochure {
  padding: 10px;
  border-radius: 20px;
  width: 48%;
	margin: 1%;
}
#emprendedor-brochure .titulo {
	color: #8BDA71
}
#emprendedor-brochure h3 {
	font-weight: 300;
	color: #eee;
}
#emprendedor-brochure .txt {
	color: #784D18;
  font-size: 0.9em;
}
.txtpaquete {
	color: #eee;
}
#emprendedor-brochure .txtprecio {
	color: #784D18;
	font-weight: 800;
	background: #FFA02B;
	border-radius: 120px;
	padding: 7px;
	max-width: 400px;
	margin: auto;
}
.wa-btn {
	max-width: 300px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wa-btnverde {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 0.9em;
  font-weight: 800;
  padding: 7px 15px;
  border-radius: 30px;
  background: #4CC95B;
  transition: all 0.4s;
}
.wa-btnverde:hover {
  color: #fff;
  background: #333;
}
.whats-img {
  width: 54px;
  margin: 0;
}

/*TRABAJOS RECIENTES*/
#trabajos {
	position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #eee;
}
#trabajos .bannerbase-img {
	position: absolute;
	bottom: -1px;
}
.grupo-trabajos {
	max-width: 1100px;
	margin: auto;
  display: flex;
  flex-wrap: wrap;
	position: relative;
	z-index: 10;
}
.columna-trabajos {
  padding: 10px;
  width: 50%;

  position: relative;
}
.trabajos-img {
  border-radius: 10px;
}

.verpdf {
  font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  font-weight: 500;

  color: #0B2019;
  background: #8BDA71;
  padding: 5px 15px;
  border-radius: 10px;

  transition: all 0.4s;
  position: absolute;
  z-index: 100;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.verpdf:hover {
  background: #0B2019;
  color: #8BDA71;
}

/*VER PORTAFOLIO*/
.portafolio a {
  font-size: 1em;
	color: #0B2019;
  transition: all 0.4s;
}
.portafolio {
	width: 150px;
	margin: auto;
	background: #8BDA71;
  padding: 5px 10px;
	border-radius: 5px;
}
.portafolio a:hover {
  color: #fff;
}


/*LISTADO DE CLIENTES WEB*/
#listado {
	position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #eee;
}
.grupo-listado {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-listado {
	width: 50%;
	margin-bottom: 20px;
}


/*BOTON FLOTANTE WASAP*/
.btn-whatsapp {
  display: block;
  width: 90px;
  height: 90px;
  color: #fff;
  right: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
}

/*SIGANOS*/
.grupo-siganos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 70px;
	margin-left: 20px;
}
.columna-siganos {
  width: 50%;
}
.siganos-logos {
	width: 30px;
	transition: all 0.4s;
}
.siganos-logos:hover {
	transform: scale(1.1);
}

/*FORMULARIO DE CONTACTO*/
#cotiza {
	background: #F0F3FA;
  max-width: 100%;
  margin: auto;
	overflow: hidden;
}
form {
  width: 95%;
  margin: auto;
  padding: 10px;
}
form p {
	font-size: 0.9em;
	padding: 5px 0;
	color: #666;
}
input, textarea {
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  padding: 10px;
	margin: 5px 0;
	border: none;
	border-radius: 10px;
}
::placeholder {
	color: #999;
}
textarea {
  min-height: 100px;
  max-height: 200px;
  max-width: 100%;
}

#contacto-boton {
  width: 40%;
	max-width: 140px;
  margin: 15px auto;
  background: #8BDA71;
  color: #0B2019;
  padding: 10px;
  text-align: center;
	cursor: pointer;
	border-radius: 10px;
}
.cotiza-img {
	max-width: 440px;
}

/*WESTERN UNION - PAYPAL*/
#paypal {
	background: #eee;
}
.paypal-contenedor {
	background: #eee;
/*	border: 1px dashed gray;*/
	border-radius: 10px;
	padding-top: 20px;
  width: 100%;
	max-width: 1100px;
  margin: auto;
}
.grupo-paypal {

}
.paypalimg {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 20px;
}
#paypal h3 {
	color: #0B2019;
	font-weight: 500;
}
h3 span {
	color: #0B2019;
	font-weight: 800;
}
.western-btn {
	max-width: 200px;
  margin: 15px auto;
  background: #FFDD00;
  color: #333;
  padding: 7px;
  text-align: center;
	cursor: pointer;
	border-radius: 20px;
	transition: all .4s;
}
.western-btn:hover {
  background: #333;
	color: #FFDD00;
}
.paypal-btn {
	max-width: 200px;
  margin: 15px auto;
  background: #007B7B;
  color: #fff;
  padding: 7px;
  text-align: center;
	cursor: pointer;
	border-radius: 20px;
	transition: all .4s;
}
.paypal-btn:hover {
  background: #0B2019;
}

/*FOOTER*/
.footer {
  max-width: 100%;
  margin: auto;
	background: #0B2019;
	position: relative;
}
.footer .bannerbase-img {
	position: relative;
	top: -111px;
}
.footer-columna {
  margin-bottom: 20px;
  text-align: left;
  padding: 20px;
/*  background: rgba(0, 0, 0, 0.3);*/
  border-radius: 40px;
}
.logofooter {
  width: 220px;
}
.footer .rubros {
  font-size: 1.2em;
	color: #eee;
}
.footer p {
  font-size: 0.9em;
	color: #eee;
  padding: 10px 20px;
}
.footer span {
  font-size: 1.2em;
	color: #eee;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
/*FORMA DE PAGO*/
.footer .formadepago-txt {
	color: #eee;
	padding: 5px;
	margin: 0;
}
.formadepago-contenedor {
	display: flex;
}
.formadepago-img {
	width: 40px;
	margin: 0;
	margin-right: 10px;
}
/*COPY*/
#copy {
  max-width: 100%;
  padding: 20px 10px;
  margin: auto;
  background: #8BDA71;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.columna-copy p {
  color: #0B2019;
  font-size: 0.9em;
}
.columna-copy span {
  color: #0B2019;
}

/*PAGINA NOSOTROS*/
#nosotros {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #eee;
}
.grupo-nosotros {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.columna-nosotros {
}
#nosotros .rubros {
}
#nosotros .txt {
	text-align: left;
}
.manuel-img {
  width: 160px;
	height: 160px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 20px;
}

/*PAGINA CONTACTO*/
#contacto {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #eee;
}
.grupo-contacto {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-img {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}

/*POPUP*/
.popup-titulo {
	margin-top: 15px;
	font-size: 2.4em;
	line-height: 0.8em;
}
.popup-img {
	
}
.popup-iconofiesta {
	position: absolute;
	z-index: -10;
	top: 30%;
	left: 5px;
	opacity: 0.7;
	width: 30%;
}
/* Fondo oscuro semitransparente */
.popup-overlay {
  position: fixed;
  top: 0;
	left: 0;
  width: 100%;
	height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 999;
}

/* Contenedor del popup */
.popup-content {
  background: #fff;
  padding: 0px;
  text-align: center;
  max-width: 85%;
  position: relative;
  transform: scale(0.8);
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Mostrar popup */
.popup-overlay.active {
  visibility: visible;
  opacity: 1;
}
.popup-overlay.active .popup-content {
  transform: scale(1);
}
/* Botón cerrar */
.popup-close {
  position: absolute;
  top: 10px;
	right: 20px;
  font-size: 2em;
	background: #eee;
	width: 35px;
	border-radius: 50%;
  color: #333;
  cursor: pointer;
  transition: color 0.3s;
}
.popup-close:hover {
  color: #e63946;
}

/* Botón de acción */
.popup-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 7px 20px;
  background: green;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s;
}
.popup-btn:hover {
  background: #333;
}



/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/

/*CELULARES*/
@media (min-width: 450px) {
}

/*TABLETS*/
@media (min-width: 768px) {
	
	.grupo-popup {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 750px;
	}	
	.columna-popup {
		overflow: hidden;
		width: 50%;
	}
	.popup-img {
		height: 450px;
		width: 590px;
		object-fit: cover;
	}
	
.bannernuevo {
	padding-bottom: 40px;
}
.grupo-banner {
	max-width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row-reverse;
}
.columna-banner {
	width: 50%;
}
.bannernuevoweb-img {
	width: 100%;
	height: 450px;
}
.grupo-banner .titulo {
	font-size: 3.1em;
	text-align: left;
	margin: 0;
	margin-bottom: 10px;
}
.grupo-banner .txt {
	font-size: 1.3em;
	margin-left: 0;
	text-align: left;
	max-width: 500px;
	padding-left: 10px;
}
.bannernuevo .botonwasap {
	margin: 0;
	width: 300px;
}
		
.txt {
  font-size: 1.2em;
}

/*SERVICIOS*/
.columna-servicios {
	width: 31%;
	border-right: 1px dashed #999;
}
.columna-servicios:last-child {
	border-right: none;
}
/*POR QUE ELEGIRNOS*/
.grupo-elegirnos {
	max-width: 1100px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-elegirnos {
	width: 31%;
	margin-bottom: 0px;
}
	
/*TRABAJOS*/
.columna-trabajos {
  width: 33%;
}
.columna-nosotros {
  width: 48%;
  margin: 1%;
}

/*PAGINA NOSOTROS*/
.manuel-img {
  width: 360px;
	height: 360px;
}
	
/*FORMULARIO DE CONTACTO*/
.grupo-cotiza {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
	align-items: center;
}
.form-boton {
	display: flex;
	justify-content: flex-start;
}
#contacto-boton {
	margin: 10px 0;
}
.columna-cotiza {
  width: 50%;
}
.form-grupo {
	display: flex;
	justify-content: space-between;
}
.form-grupo input {
	width: 49%;
}
}

/*LAPTOPS*/
@media (min-width: 1024px) {
  .titulo {
    font-size: 2.6em;
  }

/*BTNGENERAL*/
	.grupo-btngeneral {
		max-width: 700px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.columna-btngeneral {
		width: 50%;
	}
	.celular-img {
	margin-bottom: 0px;
	}

/*PAYPAL*/
	.grupo-paypal {
		max-width: 750px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.columna-paypal {
		padding-left: 30px;
		text-align: left;
	}
	
	
	
/*EMPRENDEDOR*/
.columna-emprendedor-brochure {
  width: 23%;
}
	
/*TRABAJOS*/
  .columna-trabajos {
    width: 25%;
  }

	.columna-listado {
		width: 25%;
	}
	
/*FOOTER*/
  .grupo-footer {
		max-width: 1100px;
		margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .footer-columna {
    width: 24%;
    margin: 0.5%;
		background: none;
  }
	.footer-columna {
		border-radius: 0px;
		border-right: 1px solid rgba(255,255,255,0.3);
	}
	.footer-columna:last-child {
		border-right: none;
	}
	
/*COPY*/
	.grupo-copy {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.columna-copy {
	}
}
