@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Inter:wght@400;500;700&display=swap");
header.navbar {
  background: transparent;
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
}
header.navbar .nav-link {
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
}
header.navbar .nav-link:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
header.navbar .nav-link.active {
  color: #fff;
}
header.navbar.scrolled {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
header.navbar.scrolled .nav-link {
  color: #000;
}
header.navbar.scrolled .icon-denuncia {
  color: #000;
}
header.navbar.hovered {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
header.navbar.hovered .nav-link {
  color: #000;
}
header.navbar.hovered .icon-denuncia {
  color: #000;
}

.icon-denuncia {
  width: 20px;
  height: 20px;
  margin-top: -2px;
  color: #fff;
}
.icon-denuncia:hover {
  transform: scale(1.2);
  color: #E86F1C;
}

.navbar-nav .nav-link.icon-only {
  background: none;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-nav .nav-link.icon-only i, .navbar-nav .nav-link.icon-only .icon-denuncia {
  transition: transform 0.3s ease, color 0.3s ease;
}
.navbar-nav .nav-link.icon-only:hover i, .navbar-nav .nav-link.icon-only:hover .icon-denuncia {
  transform: scale(1.2);
}

.dropdown-menu {
  background: #fff;
  border-radius: 10px;
  min-width: 240px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  visibility: hidden;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
}
.dropdown-menu .dropdown-item {
  color: #333;
  padding: 10px 15px;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.dropdown-menu .dropdown-item:active {
  background-color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #fff;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: none;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  display: inline-block;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  margin: 5px 0;
  transition: background-color 0.3s ease;
}

header.navbar.scrolled .navbar-toggler-icon::before,
header.navbar.scrolled .navbar-toggler-icon::after,
header.navbar.scrolled .navbar-toggler-icon span {
  background-color: #000;
}

header.navbar.hovered .navbar-toggler-icon::before,
header.navbar.hovered .navbar-toggler-icon::after,
header.navbar.hovered .navbar-toggler-icon span {
  background-color: #000;
}

.site-footer {
  background-color: #333333;
  color: #f2f2f2;
  padding: 60px 0 40px;
  font-family: "Inter", sans-serif;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #E86F1C, rgb(143.464, 66.992, 14.536));
}
.site-footer a {
  color: #f2f2f2;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer a:hover {
  color: hsl(0, 0%, 114.9019607843%);
}
.site-footer .footer-logo img {
  max-width: 200px;
}
.site-footer .footer-contact p,
.site-footer .footer-menu li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.site-footer .footer-menu ul {
  padding: 0;
  list-style: none;
}
.site-footer .footer-menu ul li {
  margin-bottom: 8px;
}
.site-footer .footer-menu ul li a {
  position: relative;
  padding-left: 5px;
}
.site-footer .footer-menu ul li a::before {
  content: "›";
  position: absolute;
  left: -10px;
  color: #E86F1C;
}
.site-footer .footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-footer .footer-social a {
  font-size: 22px;
  margin-right: 12px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.site-footer .footer-social a:hover {
  transform: scale(1.2);
  color: #E86F1C;
}
.site-footer .footer-social p {
  font-size: 14px;
  margin-top: 20px;
  opacity: 0.8;
}

.footer-social .social-links {
  display: flex;
  gap: 16px;
  margin-bottom: 0;
}
.footer-social .social-links a {
  position: relative;
  font-size: 0;
  color: #f2f2f2;
  transition: transform 0.3s ease, color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-social .social-links a:hover {
  transform: scale(1.2);
  color: #E86F1C;
}
.footer-social .social-links a[href*=linkedin]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f08c";
  font-size: 22px;
}
.footer-social .social-links a[href*=instagram]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f16d";
  font-size: 22px;
}
.footer-social .social-links a[href*=youtube]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f167";
  font-size: 22px;
}

.home-proyectos {
  width: 100%;
  background: #111;
}

.proyectos-grid {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.card-proyecto {
  flex: 1 1 auto;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  filter: grayscale(100%) saturate(0);
  transition: filter 0.4s ease;
}
.card-proyecto:hover {
  filter: grayscale(0%) saturate(1);
}
.card-proyecto:hover .icono {
  transform: translate(-50%, -50%) scale(1.1);
  transition: transform 0.3s ease;
  background: rgba(232, 111, 28, 0.3);
  border-radius: 50%;
}
.card-proyecto .overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  color: #fff;
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  top: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: end;
}
.card-proyecto h3 {
  font-weight: 700;
  margin-bottom: 0px;
}
.card-proyecto .icono {
  width: 100px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.card-proyecto .link {
  color: #fff;
  font-size: 12px;
}

.page-proyectos {
  width: 100%;
  background: #111;
  min-height: 100vh;
  padding-top: 70px;
}

.card-proyecto.full {
  max-width: 100%;
  min-height: 250px;
}

@media (max-width: 768px) {
  .proyectos-grid {
    flex-direction: column;
    align-items: stretch;
  }
  .card-proyecto {
    max-width: 100%;
    min-height: 250px;
  }
}
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* recorta manteniendo proporción */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.projects .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.projects .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.alianzas-carousel {
  overflow: hidden;
}
.alianzas-carousel .alianzas-track {
  transition: transform 0.5s ease;
}
.alianzas-carousel .alianza-logo {
  text-align: center;
}

.carousel-indicators {
  margin-bottom: -3rem;
}

.carousel-indicators [data-bs-target] {
  background-color: #333333;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.directores {
  display: flex;
  width: 100%;
  margin: 60px 0px;
}

.card {
  flex: 1;
  display: flex;
  flex-direction: row;
  transition: flex 0.6s ease;
  cursor: pointer;
  border: none;
  border-radius: 0px;
}
.card .card__media {
  flex: 0 0 320px;
  overflow: hidden;
}
.card .card__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card .card__hidden {
  display: none;
  flex: 1;
  padding: 1em;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.card.activo {
  flex: 3;
}
.card.activo .card__hidden {
  display: flex;
  flex-direction: column;
  opacity: 1;
}
.card.inactivo {
  overflow: hidden;
}

@media (max-width: 768px) {
  .directores {
    flex-direction: column;
  }
  .card {
    flex: none;
    flex-direction: column;
  }
  .card .card__media {
    flex: none;
    max-width: 100%;
  }
  .card .card__hidden {
    display: none;
    opacity: 0;
  }
  .card.activo .card__hidden {
    display: block;
    opacity: 1;
  }
}
.departamentos .departamento {
  margin-bottom: 60px;
}
.departamentos .departamento h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.departamentos .departamento .bajada {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 30px;
}

.trabajador-card {
  position: relative;
  overflow: hidden;
  cursor: default;
  display: flex;
  align-items: end;
}
.trabajador-card .card-content {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: none;
  height: 308px;
}
.trabajador-card .card-content .overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 99%);
  color: #fff;
  text-align: left;
  width: 100%;
  padding: 30px 15px;
  border-radius: 8px;
}
.trabajador-card .card-content .overlay h4 {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 600;
}
.trabajador-card .card-content .overlay .cargo {
  font-size: 0.95rem;
  margin: 5px 0 0;
  color: #ddd;
}
.trabajador-card {
  /* 👇 estilo especial solo si es jefe */
}
.trabajador-card.jefe .card-content {
  min-height: 360px;
  border: 2px solid #E86F1C;
}

/* Responsive */
@media (max-width: 768px) {
  .trabajador-card {
    height: 260px;
    margin-bottom: 20px;
  }
  .trabajador-card.jefe {
    height: 300px;
  }
}
.area-banner {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: -80px;
  overflow: hidden;
}
.area-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.area-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 20px;
}
.area-banner .overlay h1 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.area-banner .overlay p {
  max-width: 700px;
  font-size: 17px;
  line-height: 1.6;
}

.card-servicio {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}
.card-servicio h5 {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #E86F1C;
  margin-top: 10px;
}
.card-servicio p {
  font-size: 14px;
  color: #555;
}
.card-servicio img {
  max-height: 64px;
  margin-bottom: 15px;
}

.tax-card-proyecto {
  position: relative;
  margin-bottom: 60px;
}
.tax-card-proyecto .tax-card-img img {
  width: 100%;
  max-height: 314px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.tax-card-proyecto .tax-card-body-proyecto {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  top: -60px;
  margin: 0 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.tax-card-proyecto .tax-card-body-proyecto h5 {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tax-card-proyecto .tax-card-body-proyecto p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}
.tax-card-proyecto .tax-card-body-proyecto .btn {
  background-color: #E86F1C;
  border-color: #E86F1C;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.tax-card-proyecto .tax-card-body-proyecto .btn:hover {
  border-color: rgb(189.772, 88.616, 19.228);
}

.news .row {
  align-items: center;
}
.news h2 {
  font-weight: 700;
  margin-bottom: 2rem;
}
.news h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.news p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1.5rem;
}
.news img {
  position: relative;
  max-height: 303px;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ultima-noticia {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  border-radius: 8px;
}
.ultima-noticia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ultima-noticia .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  text-align: start;
  color: #fff;
  padding: 3rem;
}
.ultima-noticia .overlay h2 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-transform: initial;
}
.ultima-noticia .overlay p {
  max-width: 700px;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.ultima-noticia .overlay .btn {
  min-width: 140px;
  font-weight: 500;
}

.card-noticia {
  position: relative;
  border-radius: 8px;
  height: 445px;
  overflow: hidden;
}
.card-noticia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-noticia .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem 2rem;
}
.card-noticia h5 {
  font-family: "Inter", sans-serif;
  text-transform: initial;
}

.banner-noticia {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}
.banner-noticia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-noticia .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.banner-noticia .caja-titulo {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
  text-align: center;
  border-radius: 0.5rem;
}
.banner-noticia .caja-titulo h1 {
  font-size: 2rem;
  font-weight: 700;
}
.banner-noticia .caja-titulo .fecha {
  font-size: 0.9rem;
  color: #666;
}

.contenido-noticia {
  font-size: 1rem;
  line-height: 1.7;
}
.contenido-noticia img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 0.5rem;
}
.contenido-noticia p {
  margin-bottom: 1.2rem;
}

/* Banner superior */
.area-banner-detalle {
  height: 200px;
}
.area-banner-detalle .overlay {
  justify-content: flex-end;
}

/* Imagen destacada + caja lateral */
.img-destacada img {
  max-height: 457px;
  border-radius: 8px;
  object-fit: cover;
}

.caja-proyecto {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 48px;
  position: relative;
  left: -300px; /* superposición lateral */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 530px;
}
.caja-proyecto h2 {
  font-weight: 700;
  text-transform: uppercase;
}

/* Texto principal en dos columnas */
.contenido-proyecto {
  column-count: 2; /* divide en 2 columnas */
  column-gap: 40px; /* espacio entre columnas */
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.contenido-proyecto p {
  margin-bottom: 1em;
}

.galeria-proyecto {
  margin-top: 40px;
  column-count: 3; /* número de columnas */
  column-gap: 15px;
  margin-bottom: 80px;
}
.galeria-proyecto img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.3s ease;
  object-fit: cover; /* recorta proporcionalmente */
  display: block;
}
.galeria-proyecto img:hover {
  transform: scale(1.05);
}
.galeria-proyecto {
  /* alturas específicas */
}
.galeria-proyecto .foto-1 {
  height: 353px;
}
.galeria-proyecto .foto-2 {
  height: 353px;
}
.galeria-proyecto .foto-3 {
  height: 477px;
}
.galeria-proyecto .foto-4 {
  height: 231px;
}
.galeria-proyecto .foto-5 {
  height: 231px;
}
.galeria-proyecto .foto-6 {
  height: 468px;
}
.galeria-proyecto .modal-content img {
  max-height: 90vh;
  object-fit: contain;
}
.galeria-proyecto .modal .btn-close {
  filter: invert(1); /* hace la X blanca sobre fondo oscuro */
  opacity: 0.8;
}
.galeria-proyecto .modal .btn-close:hover {
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .galeria-proyecto {
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .galeria-proyecto {
    column-count: 1;
  }
}
.empresa-timeline {
  position: relative;
  padding: 90px 0 50px;
  background: #e1e1e1;
}
.empresa-timeline .nav-tabs {
  border: none;
  justify-content: space-around;
  margin-top: 10px;
  position: relative;
}
.empresa-timeline .nav-tabs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #adadad;
  z-index: 1;
}
.empresa-timeline .nav-tabs .nav-link {
  position: relative;
  z-index: 2;
  border: none;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  font-weight: 600;
  color: #626262;
  transition: all 0.3s ease;
  margin: 0 20px;
  padding: 0;
  border-top: 2px solid #adadad;
}
.empresa-timeline .nav-tabs .nav-link:hover {
  border-top: 2px solid rgb(239.038, 155.064, 97.462);
  transform: scale(1.1);
}
.empresa-timeline .nav-tabs .nav-link.active {
  border-top: 4px solid #E86F1C;
  background: none;
  color: #E86F1C;
}
.empresa-timeline .tab-content img {
  max-height: 311px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.empresa-timeline .tab-content .tab-pane {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.empresa-timeline .tab-content .tab-pane.active.show {
  opacity: 1;
  transform: translateY(0);
}
.empresa-timeline .tab-content .tab-pane:not(.active) {
  opacity: 0;
  transform: translateY(20px);
}
.empresa-timeline .tab-content .tab-pane .timeline-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.empresa-timeline .tab-content .tab-pane .timeline-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
.empresa-timeline .tab-content .tab-pane .timeline-box h3 {
  font-weight: 600;
  color: #E86F1C;
  margin-bottom: 1rem;
  font-family: "Space Grotesk", sans-serif;
}
.empresa-timeline .tab-content .tab-pane .timeline-box p {
  font-size: 1rem;
  line-height: 1.6;
  color: #626262;
}

.textos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.textos-grid .col-texto {
  flex: 1;
  min-width: 250px;
}
.textos-grid.cols-1 .col-texto {
  flex: 0 0 calc(100% - 20px);
}
.textos-grid.cols-2 .col-texto {
  flex: 0 0 calc(50% - 20px);
}
.textos-grid.cols-3 .col-texto {
  flex: 0 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}
.textos-grid.cols-4 .col-texto:nth-child(4) {
  flex: 0 0 100%;
}

.empresas-contacto {
  text-align: center;
}

.contacto-info {
  text-align: left;
}

.contacto-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.contacto-item .contacto-icon {
  font-size: 20px;
  color: #E86F1C;
  transition: transform 0.3s ease, color 0.3s ease;
}
.contacto-item .contacto-icon:hover {
  transform: scale(1.2);
}
.contacto-item i {
  font-size: 20px;
  color: #E86F1C;
  transition: transform 0.3s ease, color 0.3s ease;
}
.contacto-item i:hover {
  color: #E86F1C;
}
.contacto-item a {
  text-decoration: none;
}
.contacto-item a:hover {
  text-decoration: underline;
}

/* Formulario con borde */
.contacto-form form {
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.contacto-form textarea {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.contacto-form input:focus,
.contacto-form textarea:focus {
  border-color: #E86F1C;
  outline: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.img-banner-footer {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  display: block;
}

.contacto-redes a {
  color: #626262 !important;
}

.empleo-main h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.empleo-main .bajada {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.empleo-main .empleo-contenedor .empleo-texto {
  font-size: 1rem;
  line-height: 1.6;
}
.empleo-main .empleo-form form {
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.empleo-main .empleo-imagen img {
  max-height: 500px;
  object-fit: cover;
}

.empleo-box {
  display: flex;
  width: 100%;
  min-height: 600px;
}
.empleo-box .col-form {
  width: 50%;
  padding-left: calc((100% - 1140px) / 2);
  padding-right: 2rem;
  background: #cccccc;
}
.empleo-box .col-form .form-wrapper {
  max-width: 540px;
}
.empleo-box .col-img {
  width: 50%;
  overflow: hidden;
}
.empleo-box .col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}

.denuncias-box {
  margin-top: 60px;
  width: 100%;
  min-height: 600px;
}
.denuncias-box .col-form {
  width: 50%;
  display: flex;
  align-items: end;
  justify-content: end;
}
.denuncias-box .col-form .form-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  width: 100%;
  max-width: 700px;
  margin-top: 65px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-right: -65px;
  z-index: 99;
}
.denuncias-box .col-img {
  width: 50%;
  overflow: hidden;
  padding-bottom: 65px;
}
.denuncias-box .col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  display: block;
}

.denuncias-contacto {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.alcance-mapa .mapa-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.alcance-mapa .mapa-chile {
  flex: 0 0 40%;
  max-width: 300px;
  position: relative;
}
.alcance-mapa .mapa-chile svg {
  width: 100%;
  height: auto;
  display: block;
}
.alcance-mapa .mapa-chile svg path {
  fill: #ccc;
  transition: fill 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}
.alcance-mapa .mapa-chile svg path:hover {
  fill: #E86F1C;
}
.alcance-mapa .mapa-chile svg path.active {
  fill: #E86F1C;
}
.alcance-mapa #region-info {
  flex: 1;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 70vh;
  overflow-y: auto;
  position: relative;
}
.alcance-mapa #region-info .close-info {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease;
}
.alcance-mapa #region-info .close-info:hover {
  color: #000;
}

.alcance-plantas .planta {
  position: relative;
  margin-bottom: 2rem;
}
.alcance-plantas .planta-img {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.alcance-plantas .planta-img:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.alcance-plantas .planta-img .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  text-align: center;
}
.alcance-plantas .planta-img .overlay p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .alcance-mapa .mapa-wrapper {
    flex-direction: column;
  }
  .alcance-mapa .mapa-chile,
  .alcance-mapa #region-info {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/* Secciones generales */
section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
section .bajada {
  font-size: 1.1rem;
  color: #555;
  text-align: center;
  margin-bottom: 2rem;
}

/* Cards */
.solucion-card, .ventaja-card, .innovacion-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.solucion-card:hover, .ventaja-card:hover, .innovacion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.solucion-card img.icono, .solucion-card img.logo, .ventaja-card img.icono, .ventaja-card img.logo, .innovacion-card img.icono, .innovacion-card img.logo {
  max-width: 80px;
  margin-bottom: 15px;
}
.solucion-card h4, .ventaja-card h4, .innovacion-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.solucion-card p, .ventaja-card p, .innovacion-card p {
  font-size: 0.95rem;
  color: #444;
}

/* Tipografía base */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

/* Marca y títulos */
.navbar-brand,
h1, h2, h3, h4, h5, h6 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #E86F1C;
  border-color: #E86F1C;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 0.5rem 1rem;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: rgb(189.772, 88.616, 19.228);
  border-color: rgb(189.772, 88.616, 19.228);
  color: #fff;
}

.btn-outline-secondary {
  color: #333333;
  border: 1px solid #333333;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
  background-color: transparent;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.btn-outline-secondary:hover {
  background-color: #333333;
  color: #fff;
}
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.25);
}

.link-flecha {
  transition: color 0.3s ease;
  text-decoration: none;
}
.link-flecha::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  margin-left: 6px;
  font-size: 0.9em;
}
.link-flecha:hover {
  text-decoration: none;
}

.sello {
  position: relative;
}
.sello::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 120px;
  height: 120px;
  background: url("./../images/logo-tensacon.png") no-repeat center;
  background-size: contain;
  opacity: 0.25;
  pointer-events: none;
}

.page-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 300px;
  color: #fff;
}
.page-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.page-banner .overlay .container {
  text-align: left;
}

.alcance-datos {
  padding: 60px 20px;
  border-radius: 12px;
}
.alcance-datos .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.alcance-datos .dato {
  flex: 1 1 calc(20% - 20px);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}
.alcance-datos .dato:hover {
  transform: translateY(-5px);
}
.alcance-datos .dato .porcentaje {
  font-size: 3rem;
  font-weight: 700;
  color: #E86F1C;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.alcance-datos .dato .porcentaje::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #E86F1C;
  margin: 8px auto 0;
  border-radius: 2px;
}
.alcance-datos .dato p {
  font-size: 1rem;
  color: #555;
  margin: 0;
}

@media (max-width: 992px) {
  .alcance-datos .dato {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .alcance-datos .dato {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.bg-color-principal {
  background-color: #E86F1C;
}

.lead {
  font-size: 1.5rem;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 7rem;
  }
}

/*# sourceMappingURL=main.css.map */
