nav.navbar.navbar-expand-lg.fixed-top.scrolling-navbar.indigo.top-nav-collapse.menu-bg {
  height: 100px;
}

.seccionquiensomos {
  margin-top: 100px;
}

.colorverde {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
  margin-top: 20px;
}

.text ul {
  text-align: left
}

li.nav-item {
  list-style: none !important;
}

/* Ocultar sección y menú de Personas sin borrar contenido */
a.nav-link[href="#features2"],
.mobile-menu a[href="#features2"] {
  display: none !important;
}

#features2 {
  display: none !important;
}

.seccionvideo {
  position: relative;
  min-height: calc(100vh - 83px);
  overflow: hidden;
}

/* Estilos para dispositivos móviles */
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  /* height: 50% !important; */
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

header#hero-areas {
  height: 83px;
}

.seccionvideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

nav.navbar.navbar-expand-lg.fixed-top.scrolling-navbar.indigo {
  background: #000000;
}

.info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: min(90%, 700px);
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.elementor-background-overlay {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  background-color: transparent;
  background-image: radial-gradient(at center center,
      #0a0a0a8a 100%,
      #242424 100%);
  margin-top: -6px;
}

.text-sombra.display-3.animate__animated.animate__lightSpeedInLeft.animate__delay-2s.text-ergy {
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
  color: #ffffff;
}

.seccionvideo .info p {
  color: #ffffff;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  line-height: 1.5;
}

.hero-illustration {
  color: #ffffff;
  max-width: 140px;
  margin: 8px 0 16px 0;
  opacity: 0.9;
}

.hero-illustration svg {
  width: 100%;
  height: auto;
}

@media (min-width: 300px) and (max-width: 767px) {
  .seccionvideo {
    min-height: 70vh;
  }

  .info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: min(92%, 520px);
    text-align: center;
  }

  .text-sombra.display-3.animate__animated.animate__lightSpeedInLeft.animate__delay-2s.text-ergy {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
    color: #ffffff;
  }

  a.mobile-button.btn.btn-xl.btn-warning.text-white.animate__animated.animate__lightSpeedInLeft.animate__delay-2s {
    background: #4CAF50;
    border: 1px;
    font-size: 10px;
    padding: 10px;
    margin-top: 10px;
  }

  .seccionvideo video {
    top: 0;
    object-fit: cover;
  }

  .seccionquiensomos {
    margin-top: 50px;
  }
  .facebook {
    position: fixed;
    bottom: 41% !important;
    right: 10px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
  }

}


@media (min-width: 767px) and (max-width: 1200px) {
  .info {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 1;
  }

  .text-sombra.display-3.animate__animated.animate__lightSpeedInLeft.animate__delay-2s.text-ergy {
    font-size: 120%;
  }

  a.mobile-button.btn.btn-xl.btn-warning.text-white.animate__animated.animate__lightSpeedInLeft.animate__delay-2s {
    background: #4CAF50;
    border: 1px;
    font-size: 10px;
    padding: 10px;
    margin-top: 10px;
  }

  video {
    left: 0;
    object-fit: fill;
    top: 83px;
    width: 100%;
  }

  .seccionquiensomos {
    margin-top: 50px;
  }


}

.card.mb-4 {
  height: auto;
  min-height: 203px;
}

ul.lista-none li {
  list-style: none !important;
}

img.img-fulid.team {
  height: 160px;
}

.dropdown-menu {
  margin-top: 0px;
}

ul.dropdown-menu.menu2 {
  margin-left: 160px;
  margin-top: -33px;
}

ul.dropdown-menu.menu3 {
  margin-left: 160px;
  margin-top: -32px;
}


a.dropdown-item {
  color: #fff;
}


ul.dropdown-menu.lista-none {
  background: black;
}

ul.hola {
  padding: 30px;
}

#features {
  background-image: linear-gradient(#0000007d, #000000ba), url(../img/empresas.jpeg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

#features3 {
  background-image: linear-gradient(#0000007d, #000000ba), url(../img/green.jpeg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

h4.section-heading.font-weight-normal.text-center {
  font-size: 15px;
  padding: 30px;
  color: #fff;
}

h2.section-title.empresas {
  text-align: center;
  padding: 50px;
  color: #fff;
}

i.fab.fa-whatsapp {
  margin-top: 14px;
}

.whatsapp {
  position: fixed;
  bottom: 50%;
  right: 10px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  height: 75px;
}


.facebook {
  position: fixed;
  bottom: 43%;
  right: 10px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  height: 75px;
  top: 50%;
}

/* Ocultar botones flotantes de redes */
.whatsapp,
.facebook {
  display: none !important;
}

.lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #02a859;
  margin-top: 15px;
}

.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgb(237 53 58);
  line-height: 50px;
  z-index: 1000;
}
.back-to-top:focus, .back-to-top:hover {
  color: #fff;
}
.back-to-top:hover {
  background: #343a40;
}

:root {
  scroll-padding-top: 120px;
}

section[id] {
  scroll-margin-top: 120px;
}

#contact {
  scroll-margin-top: 170px;
  padding-top: 150px;
  margin-top: -150px;
}


body {
  font-family: 'Poppins', 'Montserrat', Arial, sans-serif;
  color: #222;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #222;
}

p, li, span {
  font-size: 1.15rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
  color: #02a859;
  opacity: 0.9;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3.25rem + 2px);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

#featuresdd {
  background-image: linear-gradient(rgba(5, 5, 5, 0.75), rgba(5, 5, 5, 0.85)),
    url("./img/bg1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 130px 0;
  position: relative;
  overflow: hidden;
}

#featuresdd .mb-4 {
  margin-bottom: 2.5rem !important;
}

#featuresdd h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 3.4rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.6);
}


@keyframes shine {
  0% { box-shadow: 0 0 12px #00ff9d55; }
  50% { box-shadow: 0 0 32px #00ff9d99; }
  100% { box-shadow: 0 0 12px #00ff9d55; }
}

#featuresdd .client-card {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-bottom: 1.6rem;
  border: none;
  backdrop-filter: none;
  width: 100%;
}

#featuresdd .client-card:hover {
  transform: translateY(-2px);
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}

#featuresdd .client-card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  filter: none;
  transition: transform 0.2s ease;
}

#featuresdd .skills-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

#featuresdd .skills-slider {
  overflow: hidden;
  padding: 20px 0 40px 0;
}

#featuresdd .skills-track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: slideSkills 30s linear infinite;
  align-items: center;
}

#featuresdd .skills-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
}

@keyframes slideSkills {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#featuresdd .client-card:hover img {
  transform: scale(1.03);
}

@media (max-width: 991px) {
  #featuresdd .client-card {
    height: auto;
    padding: 0;
  }
  #featuresdd .client-card img {
    max-width: 140px;
    max-height: 80px;
  }
}

@media (max-width: 600px) {
  #featuresdd {
    padding: 70px 0 95px 0;
  }
  #featuresdd h2 {
    font-size: 2rem;
  }
  #featuresdd .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #featuresdd .client-card {
    height: auto;
    margin-bottom: 1.2rem;
    padding: 0;
  }
  #featuresdd .client-card img {
    width: 70%;
    max-width: 200px;
    max-height: 90px;
  }
}

.encuentranos-section {
  background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
  padding: 90px 0 70px 0;
}

section#direccion {
  background: #ffffff;
}

.encuentranos-title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 3rem;
  letter-spacing: 1px;
  font-family: 'Poppins', 'Montserrat', Arial, sans-serif;
  text-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

.quienes-bonito-section {
  background: radial-gradient(circle at 20% 0%, #ffffff 0%, #f3fbf7 55%, #e7f6ef 100%);
  padding: 110px 0 70px 0;
}

.quienes-bonito-title {
  text-align: center;
  font-size: 3.1rem;
  font-weight: 900;
  color: #1c1a18;
  margin-bottom: 2.5rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: 'Poppins', 'Montserrat', Arial, sans-serif;
  animation: fadeInDown 1s;
}


.quienes-bonito-descripcion {
  text-align: center;
  font-size: 1.15rem;
  color: #3a342f;
  max-width: 980px;
  margin: 0 auto 60px auto;
  line-height: 1.85;
  font-family: 'Poppins', Arial, sans-serif;
  animation: fadeIn 1.2s;
}

.quienes-bonito-grid {
  display: flex;
  gap: 34px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.quienes-bonito-card {
  background: #f8fdfb;
  border-radius: 36px;
  border: 1px solid #e6f5ee;
  box-shadow: 0 18px 40px rgba(2, 168, 89, 0.08);
  padding: 36px 34px;
  flex: 1 1 350px;
  min-width: 320px;
  max-width: 520px;
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  animation: fadeInUp 1.2s;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.quienes-bonito-card:hover {
  transform: translateY(-6px);
  border-color: rgba(2, 168, 89, 0.5);
  box-shadow: 0 26px 60px rgba(2, 168, 89, 0.2);
}

.quienes-bonito-card h3 {
  font-size: 1.7rem;
  font-weight: 800;
  color: #16a34a;
  margin-bottom: 6px;
  text-align: left;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.quienes-bonito-card ul,
.quienes-bonito-list {
  padding-left: 0;
  list-style: none;
  text-align: left;
}

.quienes-bonito-card ul li,
.quienes-bonito-list li {
  margin-bottom: 18px;
  padding-left: 22px;
  color: #3b342f;
  position: relative;
  font-size: 1.15rem;
  line-height: 1.8;
}

.quienes-bonito-card ul li:before,
.quienes-bonito-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.15em;
  color: #16a34a;
  font-size: 1.1rem;
  line-height: 1;
}

.quienes-bonito-mision {
  align-items: stretch;
  text-align: left;
  position: relative;
}

.quienes-bonito-card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}

.quienes-bonito-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: #eaf7f0;
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}

.quienes-bonito-kicker {
  display: block;
  font-size: 0.95rem;
  color: #7a7f86;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.quienes-bonito-text {
  color: #3a342f;
  line-height: 1.75;
}

.quienes-bonito-mision img.quienes-bonito-icono {
  width: 110px;
  height: auto;
  opacity: 0.8;
  margin-top: 18px;
  filter: drop-shadow(0 4px 16px #00ff9d33);
  animation: floatIcon 2.5s infinite ease-in-out;
}

@keyframes floatIcon {
  0%, 100% { transform: translateY(0);}
  50% { transform: translateY(-10px);}
}

@media (max-width: 900px) {
  .quienes-bonito-grid {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .quienes-bonito-card {
    max-width: 98vw;
    min-width: 0;
    padding: 18px 8px;
  }
  .quienes-bonito-title {
    font-size: 2.1rem;
  }
}
@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-40px);}
  100% { opacity: 1; transform: translateY(0);}
}
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(40px);}
  100% { opacity: 1; transform: translateY(0);}
}
@keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}

.servicios-bonito-section {
  background-image: linear-gradient(#0000007d, #000000ba), url("./img/green.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0 90px 0;
  color: #ffffff;
  --servicios-text-size: 1.15rem;
  position: relative;
  overflow: hidden;
}

.servicios-bonito-section::before,
.servicios-bonito-section::after {
  content: none;
}

.servicios-bonito-section::before {
  top: -120px;
  left: -120px;
}

.servicios-bonito-section::after {
  bottom: -140px;
  right: -140px;
}

.servicios-bonito-section::after {
  background: radial-gradient(circle, #e5393533 0%, #e5393500 70%);
}

.servicios-bonito-section .section-header {
  position: relative;
  z-index: 1;
}

.servicios-bonito-section .section-title {
  color: #f6fff9;
  font-size: 3.4rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.servicios-bonito-kicker {
  color: #22c55e;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 1.15rem;
  margin-bottom: 12px;
  display: inline-block;
}

.servicios-bonito-section .section-subtitle {
  color: #e6f5ee;
  max-width: 980px;
  margin: 0 auto 42px auto;
  line-height: 1.85;
  font-size: var(--servicios-text-size);
}

.servicios-bonito-section p,
.servicios-bonito-section li {
  font-size: var(--servicios-text-size);
}

.servicios-bonito-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 12px;
}

.servicios-bonito-card {
  background: #ffffff;
  border: none;
  border-radius: 28px;
  padding: 38px 32px 34px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;
}

.servicios-bonito-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.22);
}

.servicios-bonito-icono {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf7f0;
  color: #16a34a;
  font-size: 1.7rem;
  margin: 0 auto 4px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.servicios-bonito-card h4 {
  color: #0f172a;
  font-size: var(--servicios-text-size);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}

.servicios-bonito-lista {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.servicios-bonito-lista li {
  color: #374151;
  margin: 14px 0;
  padding-left: 0;
  position: relative;
  line-height: 1.7;
  font-size: var(--servicios-text-size);
}

.servicios-bonito-lista li::before {
  content: "•";
  color: #16a34a;
  display: inline-block;
  margin-right: 10px;
}

#features2 .section-subtitle {
  color: #e6f5ee;
  max-width: 980px;
  margin: 0 auto 42px auto;
  line-height: 1.85;
  font-size: 1.15rem;
}

.section-subtitle.text-white {
  color: #e6f5ee;
  max-width: 980px;
  margin: 0 auto 42px auto;
  line-height: 1.85;
  font-size: 1.15rem;
}

#features2 .colorverde,
#features2 .section-subtitle,
#features2 .card-text {
  font-size: 1.15rem;
}

#features2 {
  position: relative;
  background-image: linear-gradient(#0000007d, #000000ba), url(../img/solarcielo.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #e6f5ee;
  overflow: hidden;
}

#features2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
  opacity: 0;
}

#features2 .section-header,
#features2 .container {
  position: relative;
  z-index: 1;
}

#features2 .row {
  row-gap: 22px;
}

#features2 .card {
  border: none;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#features2 .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.35);
}

#features2 .card-body {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.12) 0%, rgba(11, 34, 24, 0.7) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 26px 18px;
  border-radius: 18px;
}

#features2 .card-title {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.25rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

#features2 .card-text {
  color: #e6f5ee;
  font-weight: 500;
}

#features2 .colorverde {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.25);
}

#features2 .hola li {
  list-style: disc;
}

#features {
  position: relative;
  color: #f2fff6;
}

#features::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}

#features .section-header,
#features .container {
  position: relative;
  z-index: 1;
}

#features .section-title {
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
  letter-spacing: 0.08em;
}

#features .section-subtitle {
  color: #e6f5ee;
  max-width: 980px;
  margin: 0 auto 28px auto;
  line-height: 1.85;
  font-size: 1.1rem;
}

#features .colorverde {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.25);
}

#features .hola li {
  color: #e6f5ee;
  margin-bottom: 10px;
  list-style: disc;
}

#features .row {
  row-gap: 22px;
}

#features .card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#features .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.35);
}

#features .card-body {
  background: transparent !important;
  padding: 26px 18px;
}

#features .card-title {
  color: #02a859;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(2, 168, 89, 0.25);
}

#features .card-text {
  color: #e6f5ee;
  font-weight: 500;
}

@media (max-width: 900px) {
  .servicios-bonito-section {
    padding: 90px 0 70px 0;
  }

  .servicios-bonito-section .section-title {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }

  .servicios-bonito-section .section-subtitle {
    font-size: var(--servicios-text-size);
  }

  .servicios-bonito-lista li {
    font-size: var(--servicios-text-size);
  }
}

/* Estilo solo para la sección de mapa (tipo ejemplo) */
#direccion {
  background: transparent;
  padding: 20px 0 60px 0;
}

.mapa-fullwidth {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.mapa-fullwidth iframe {
  width: 100%;
  height: 380px;
  border: 0;
  border-radius: 22px;
  filter: saturate(1.02) contrast(1.05);
}

.contact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 24px auto 0 auto;
  box-shadow: none;
  border: none;
  background: transparent;
}

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 18px;
  text-align: center;
  color: #0f172a;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-card i {
  font-size: 1.6rem;
  margin-bottom: 8px;
  color: #02a859;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 168, 89, 0.12);
}

.contact-card span {
  font-size: 0.98rem;
  font-weight: 500;
  color: #475569;
}

.contact-card--phone {
  background: #ffffff;
}

.contact-card--address {
  background: #ffffff;
}

.contact-card--email {
  background: #ffffff;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  border-color: rgba(2, 168, 89, 0.35);
}

.contact-success {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #86efac;
  font-weight: 600;
  display: none;
}

.contact-success.is-visible {
  display: block;
}

#contact .clientes-title {
  color: #ffffff;
  text-align: center;
}

#contact .btn-warning {
  white-space: nowrap;
}

#contact .contact-social {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ffffff;
}

#contact .contact-social span {
  font-weight: 600;
  letter-spacing: 0.02em;
}

#contact .contact-social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

#contact .contact-social a:hover {
  transform: translateY(-2px);
  background: rgba(2, 168, 89, 0.2);
  border-color: rgba(2, 168, 89, 0.5);
}

@media (max-width: 600px) {
  #contact .btn-warning {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 600px) {
  #contact #contactWhatsApp,
  #contact #contactEmail {
    width: 100%;
    margin-top: 10px;
  }
  #contact #contactEmail {
    margin-left: 0 !important;
  }
}
#contact .form-control {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}

#contact .form-control:focus {
  color: #ffffff;
  border-color: #02a859;
  background: transparent;
}

#contact .form-control::placeholder {
  color: #cbd5e1;
  opacity: 1;
}

#contact .contact-form {
  margin-top: 20px;
}

#contact select.form-control {
  color: #ffffff;
}

#contact select.form-control:invalid {
  color: #cbd5e1;
}

#contact select.form-control option {
  color: #1f2933;
  background: #ffffff;
}

@media (max-width: 900px) {
  .mapa-fullwidth iframe {
    height: 260px;
  }
  .contact-strip {
    grid-template-columns: 1fr;
  }
  .contact-card {
    padding: 16px 12px;
  }
}