/* === FOOTER SECTION === */
.main-footer {
	width: 100%;
	background: #2a5d53;
	color: #fff;
	padding: 48px 0 18px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'Segoe UI', 'Arial', sans-serif;
}
.footer-content {
	display: flex;
	justify-content: center;
	gap: 48px;
	max-width: 1100px;
	width: 100%;
	margin-bottom: 24px;
}
.footer-col {
	flex: 1;
	min-width: 220px;
}
.footer-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 12px;
	color: #fff;
}
.footer-text {
	font-size: 1rem;
	color: #eaf5ef;
	margin: 0 0 8px 0;
	line-height: 1.5;
}
.footer-contact {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.footer-person {
	font-size: 1rem;
	color: #eaf5ef;
	margin-bottom: 6px;
}
.footer-icon {
	margin-right: 6px;
	font-size: 1.1rem;
}
.footer-divider {
	width: 90%;
	border: none;
	border-top: 1px solid #eaf5ef;
	margin: 0 0 12px 0;
}
.footer-bottom {
	text-align: center;
	font-size: 1.05rem;
	color: #eaf5ef;
	letter-spacing: 1px;
}
@media (max-width: 900px) {
	.footer-content {
		flex-direction: column;
		gap: 18px;
		max-width: 98vw;
	}
	.footer-col {
		min-width: 0;
	}
	.main-footer {
		padding: 24px 0 10px 0;
	}
	.footer-bottom {
		font-size: 0.95rem;
	}
}
/* === END FOOTER SECTION === */
/* === COMPROMISO SECTION === */
.comp-section {
	width: 100%;
	background: #eaf5ef;
	margin-top: 48px;
	margin-bottom: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 48px 0;
}
.comp-container {
	max-width: 700px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.comp-title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #21805c;
	margin-bottom: 24px;
	text-align: center;
	font-family: 'Merriweather', 'Georgia', serif;
	letter-spacing: 1px;
}
.comp-text {
	font-size: 1.18rem;
	color: #176b4a;
	text-align: center;
	font-family: 'Merriweather', 'Georgia', serif;
	line-height: 1.7;
	font-weight: 400;
	margin: 0;
}
@media (max-width: 900px) {
	.comp-section {
		padding: 24px 0;
	}
	.comp-container {
		max-width: 98vw;
	}
	.comp-title {
		font-size: 1.3rem;
	}
	.comp-text {
		font-size: 1rem;
	}
}
/* === END COMPROMISO SECTION === */
/* === SECTORES ATENDIDOS SECTION === */
.sa-section {
	width: 100%;
	background: #f5f5f0;
	margin-top: 48px;
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
}
.sa-title {
	font-size: 2rem;
	font-weight: 700;
	color: #222;
	margin-bottom: 32px;
	text-align: center;
}
.sa-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	max-width: 900px;
	width: 100%;
}
.sa-card {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 4px 24px 0 rgba(33,128,92,0.08);
	padding: 32px 18px 24px 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: box-shadow 0.2s;
	min-height: 180px;
}
.sa-card:hover {
	box-shadow: 0 8px 32px 0 rgba(33,128,92,0.14);
}
.sa-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
}
.sa-icon-energia {
	background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%232bb673" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="18" r="2"/><circle cx="18" cy="18" r="2"/><line x1="12" y1="2" x2="12" y2="14"/><line x1="12" y1="14" x2="6" y2="18"/><line x1="12" y1="14" x2="18" y2="18"/></svg>') no-repeat center/32px;
}
.sa-icon-infra {
	background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%232bb673" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><rect x="4" y="10" width="16" height="8"/><line x1="4" y1="10" x2="12" y2="2"/><line x1="20" y1="10" x2="12" y2="2"/></svg>') no-repeat center/32px;
}
.sa-icon-industria {
	background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%232bb673" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><rect x="4" y="12" width="16" height="8"/><rect x="8" y="8" width="8" height="4"/><rect x="10" y="4" width="4" height="4"/></svg>') no-repeat center/32px;
}
.sa-icon-mineria {
	background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%232bb673" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 18l6-6 6 6"/><circle cx="12" cy="12" r="2"/></svg>') no-repeat center/32px;
}
.sa-icon-urbano {
	background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%232bb673" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><rect x="4" y="12" width="4" height="8"/><rect x="10" y="8" width="4" height="12"/><rect x="16" y="4" width="4" height="16"/></svg>') no-repeat center/32px;
}
.sa-icon-forestal {
	background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%232bb673" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="6"/><line x1="12" y1="18" x2="12" y2="22"/><line x1="12" y1="6" x2="12" y2="2"/></svg>') no-repeat center/32px;
}
.sa-card-title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #21805c;
	margin-bottom: 6px;
	margin-top: 0;
	text-align: center;
}
.sa-card-title.energia {
	color: #2bb673;
}
.sa-card-text {
	font-size: 1rem;
	color: #222;
	margin: 0;
	text-align: center;
}
@media (max-width: 900px) {
	.sa-cards {
		grid-template-columns: 1fr;
		gap: 18px;
		max-width: 98vw;
	}
	.sa-card {
		min-height: 120px;
		padding: 18px 8px;
	}
}
/* === END SECTORES ATENDIDOS SECTION === */
/* === LÍNEAS ESTRATÉGICAS DE SERVICIO === */
.les-section {
	width: 100%;
	background: #fff;
	margin-top: 48px;
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 2px 16px 0 rgba(33,128,92,0.04);
	border-radius: 18px;
	padding: 40px 0;
}
.les-title {
	font-size: 2rem;
	font-weight: 700;
	color: #21805c;
	margin-bottom: 32px;
	text-align: center;
}
.les-accordion {
	width: 100%;
	max-width: 900px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.les-block {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 2px 12px 0 rgba(33,128,92,0.07);
	overflow: hidden;
	transition: box-shadow 0.2s;
}
.les-block:hover {
	box-shadow: 0 6px 24px 0 rgba(33,128,92,0.13);
}
.les-header {
	display: flex;
	align-items: center;
	font-size: 1.18rem;
	font-weight: 600;
	color: #21805c;
	padding: 18px 24px;
	cursor: pointer;
	border-bottom: 1px solid #eaf5ef;
	user-select: none;
	gap: 12px;
}
.les-number {
	background: #21805c;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
}
.les-icon {
	width: 24px;
	height: 24px;
	margin-left: auto;
	background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%2321805c" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat center/18px;
	transition: transform 0.2s;
}
.les-toggle {
	display: none;
}
.les-toggle:checked + .les-header .les-icon {
	transform: rotate(180deg);
}
.les-content {
	max-height: 0;
	overflow: hidden;
	background: #fafcfa;
	padding: 0 24px;
	transition: max-height 0.3s, padding 0.3s;
}
.les-toggle:checked ~ .les-content {
	max-height: 600px;
	padding: 18px 24px;
}
.les-content ul {
	margin: 0;
	padding-left: 18px;
	font-size: 1rem;
	color: #222;
	line-height: 1.6;
}
.les-content li {
	margin-bottom: 8px;
}
@media (max-width: 900px) {
	.les-section {
		padding: 18px 0;
		border-radius: 8px;
	}
	.les-accordion {
		max-width: 98vw;
	}
	.les-header {
		font-size: 1rem;
		padding: 12px 10px;
	}
	.les-content {
		padding: 0 10px;
	}
	.les-toggle:checked ~ .les-content {
		padding: 12px 10px;
	}
}
/* === END LÍNEAS ESTRATÉGICAS DE SERVICIO === */
/* === PROPUESTA DE VALOR SECTION === */
.pv-section {
	width: 100%;
	background: transparent;
	margin-top: 40px;
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pv-title {
	font-size: 2rem;
	font-weight: 700;
	color: #222;
	margin-bottom: 32px;
	text-align: center;
}
.pv-cards {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	max-width: 600px;
}
.pv-card {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 4px 24px 0 rgba(33,128,92,0.08);
	padding: 24px 28px;
	display: flex;
	align-items: flex-start;
	gap: 18px;
	transition: box-shadow 0.2s;
}
.pv-card:hover {
	box-shadow: 0 8px 32px 0 rgba(33,128,92,0.14);
}
.pv-icon {
	width: 48px;
	height: 48px;
	min-width: 48px;
	min-height: 48px;
	margin-top: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
}
.pv-icon-integral {
	background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%2321805c" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" stroke="%2321805c" stroke-width="2"/><path d="M12 6v6l4 2" stroke="%2321805c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/32px;
}
.pv-icon-sectorial {
	background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%2321805c" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><rect x="4" y="4" width="16" height="16" stroke="%2321805c" stroke-width="2"/><path d="M8 8h8v8H8z" stroke="%2321805c" stroke-width="2"/></svg>') no-repeat center/32px;
}
.pv-icon-equipos {
	background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%2321805c" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="7" cy="7" r="3" stroke="%2321805c" stroke-width="2"/><circle cx="17" cy="7" r="3" stroke="%2321805c" stroke-width="2"/><circle cx="12" cy="17" r="3" stroke="%2321805c" stroke-width="2"/></svg>') no-repeat center/32px;
}
.pv-icon-normativo {
	background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%2321805c" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2l7 7-7 7-7-7z" stroke="%2321805c" stroke-width="2"/><circle cx="12" cy="12" r="3" stroke="%2321805c" stroke-width="2"/></svg>') no-repeat center/32px;
}
.pv-icon-tecnologia {
	background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%2321805c" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 4h16v16H4z" stroke="%2321805c" stroke-width="2"/><path d="M8 8h8v8H8z" stroke="%2321805c" stroke-width="2"/></svg>') no-repeat center/32px;
}
.pv-card-title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #21805c;
	margin-bottom: 6px;
	margin-top: 0;
}
.pv-card-text {
	font-size: 1rem;
	color: #222;
	margin: 0;
}
@media (max-width: 900px) {
	.pv-cards {
		max-width: 98vw;
	}
	.pv-card {
		flex-direction: column;
		align-items: flex-start;
		padding: 18px 12px;
	}
	.pv-icon {
		margin-bottom: 8px;
	}
}
/* === END PROPUESTA DE VALOR SECTION === */
/* === QUIÉNES SOMOS SECTION === */
.qs-section {
	width: 100%;
	background: transparent;
	margin-top: 32px;
	margin-bottom: 32px;
	display: flex;
	justify-content: center;
}
.qs-container {
	display: flex;
	gap: 48px;
	max-width: 1100px;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.qs-content {
	flex: 1;
	min-width: 320px;
}
.qs-title {
	font-size: 2rem;
	font-weight: 700;
	color: #21805c;
	margin-bottom: 18px;
}
.qs-text {
	font-size: 1.08rem;
	color: #222;
	line-height: 1.6;
	margin: 0;
}
.qs-image {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
}
.qs-image-placeholder {
	width: 320px;
	height: 180px;
	background: #eaf5ef;
	border: 2px dashed #21805c;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #21805c;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 1px;
}
@media (max-width: 900px) {
	.qs-container {
		flex-direction: column;
		gap: 24px;
		max-width: 98vw;
	}
	.qs-image-placeholder {
		width: 90vw;
		height: 120px;
		font-size: 1rem;
	}
}
/* === END QUIÉNES SOMOS SECTION === */
/* === MISIÓN Y VISIÓN SECTION === */
.mv-section {
	width: 100%;
	background: transparent;
	margin-top: 48px;
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mv-title {
	font-size: 2rem;
	font-weight: 700;
	color: #222;
	margin-bottom: 32px;
	text-align: center;
}
.mv-cards {
	display: flex;
	gap: 40px;
	justify-content: center;
	flex-wrap: wrap;
}
.mv-card {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 4px 24px 0 rgba(33,128,92,0.08);
	padding: 32px 28px 28px 28px;
	width: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: box-shadow 0.2s;
}
.mv-card:hover {
	box-shadow: 0 8px 32px 0 rgba(33,128,92,0.14);
}
.mv-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
}
.mv-icon-mision {
	/* Aquí puedes poner un SVG o icono de reloj/brújula */
	background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%2321805c" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" stroke="%2321805c" stroke-width="2"/><path d="M12 6v6l4 2" stroke="%2321805c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/32px;
}
.mv-icon-vision {
	/* Aquí puedes poner un SVG o icono de gráfico */
	background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%2321805c" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 17v-2a4 4 0 014-4h2a4 4 0 014 4v2" stroke="%2321805c" stroke-width="2"/><path d="M16 17V9a4 4 0 014-4h0" stroke="%2321805c" stroke-width="2"/></svg>') no-repeat center/32px;
}
.mv-card-title {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: 0;
	text-align: center;
}
.mv-card-title.mision {
	color: #21805c;
}
.mv-card-title.vision {
	color: #2bb673;
}
.mv-card-text {
	font-size: 1rem;
	color: #222;
	text-align: center;
	margin: 0;
}
@media (max-width: 900px) {
	.mv-cards {
		flex-direction: column;
		gap: 24px;
		align-items: center;
	}
	.mv-card {
		width: 90vw;
		min-width: 220px;
	}
}
/* === END MISIÓN Y VISIÓN SECTION === */
/* === HEADER & HERO STYLES === */
body {
	margin: 0;
	font-family: 'Segoe UI', 'Arial', sans-serif;
	background: #f7f8fa;
	color: #222;
	overflow-x: hidden;
}

.main-header {
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.04);
	margin: 0;
	width: 100vw;
	padding: 0 0 32px 0;
}

.navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 40px 18px 32px;
	background: transparent;
}
.navbar__logo {
	font-size: 1.7rem;
	font-weight: bold;
	color: #21805c;
	letter-spacing: 2px;
}
.navbar__menu {
	display: flex;
	gap: 32px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navbar__menu li a {
	text-decoration: none;
	color: #222;
	font-weight: 500;
	font-size: 1rem;
	transition: color 0.2s;
}
.navbar__menu li a:hover {
	color: #21805c;
}
.navbar__contact-btn {
	background: #21805c;
	color: #fff;
	padding: 8px 28px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	margin-left: 24px;
	transition: background 0.2s;
	box-shadow: 0 2px 8px 0 rgba(33,128,92,0.08);
}
.navbar__contact-btn:hover {
	background: #176b4a;
}

.hero {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px 40px 0 40px;
	gap: 64px;
}
.hero__content {
	max-width: 520px;
	margin-left: 80px;
}
.hero__content h1 {
	font-size: 2.2rem;
	color: #21805c;
	margin-bottom: 18px;
	font-weight: 700;
	line-height: 1.2;
}
.hero__content p {
	font-size: 1.1rem;
	color: #444;
	margin-bottom: 28px;
	line-height: 1.5;
}
.hero__cta {
	display: inline-block;
	background: #21805c;
	color: #fff;
	padding: 12px 28px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.05rem;
	box-shadow: 0 2px 8px 0 rgba(33,128,92,0.08);
	transition: background 0.2s;
}
.hero__cta:hover {
	background: #176b4a;
}
.hero__image {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 320px;
	min-height: 260px;
}
.image-placeholder {
	width: 340px;
	height: 240px;
	background: #eaf5ef;
	border: 2px dashed #21805c;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #21805c;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 1px;
}
@media (max-width: 900px) {
	.main-header {
		width: 100%;
		padding: 0 0 18px 0;
	}
	.navbar, .hero {
		padding-left: 8px;
		padding-right: 8px;
	}
	.hero {
		flex-direction: column;
		gap: 18px;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.hero__content {
		margin-left: 0;
	}
	.hero__image {
		min-width: 220px;
		min-height: 120px;
	}
	.image-placeholder {
		width: 220px;
		height: 120px;
		font-size: 1rem;
	}
}
/* === END HEADER & HERO STYLES === */
