.elementor-1542 .elementor-element.elementor-element-46f620a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-1542:not(.elementor-motion-effects-element-type-background), body.elementor-page-1542 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://semillasdelhuila.com/wp-content/uploads/2025/09/BANNER-PRINCIPAL.png");}@media(max-width:767px){.elementor-1542 .elementor-element.elementor-element-46f620a{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-3705495 */body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,1);
}

h2 {
    color: #fff;
}

h3 {
    color: #fff;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero {
  position: relative;
  width: 70%;
  height: 590px;
  display: flex;
  align-items: center;
  padding: 0 10em;
  color: #fff;
}

.hero-content {
  position: relative;
  max-width: 700px;
  z-index: 1;
  top: 25%;
}

.hero-content h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1; /* corregido, eliminado duplicado */
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  background: #ccff00;
  color: #000;
  font-size: 19px;
  font-weight: bold;
  padding: 18px 30px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease; /* corregido */
}

.btn:hover {
  background: #b3e600;
}

.section-green {
  background: #b3e600;
  color: #fff;
  border-radius: 80px;
  padding: 90px 0px;
  margin-top: 80px;
  height: 900px;
}

.carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.card {
  flex: 0 0 300px;
  height: 540px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start; /* corregido */
  transition: all 0.3s ease; /* corregido */
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 3px solid #fff;
}

.card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  text-align: left;
}

.card-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 16px;
  margin-bottom: 15px;
  display: none;
}

.card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  color: #0d2c26;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-decoration: none;
  width: 50px;
}

.card-btn .btn-text {
  opacity: 0;
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease;
}

.card-btn:hover .btn-text {
  opacity: 1;
  max-width: 100px;
}

.card-btn:hover {
  width: 140px;
  background: #0d2c26;
  color: #fff;
}

.card {
  transition: all 0.3s ease;
}

.card-btn .arrow {
  font-size: 18px;
}

.card-btn:hover {
  background: #0d2c26;
  color: #fff;
}

.card.expanded {
  flex: 0 0 350px;
}

.card.expanded p {
  display: block;
}

.carousel-indicators {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.dot.active {
  background: #0d2c26;
  opacity: 1;
}

.section-green-2 {
  background: #07332D;
  color: #fff;
  border-radius: 80px;
  padding: 0px 40px;
  margin-top: -190px;
  height: 1060px;
}

.services-title {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  background: #b3e600;
  display: block;
  width: fit-content;
  padding: 8px 25px;
  border-radius: 0px 0px 20px 20px;
  margin: 0 auto;
}

.services-text {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  max-width: 1200px;
  margin: 15px auto;
  padding-top: 100px;
  margin-bottom: 100px;
  color: #fff;
}

.services-subtitle {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  background: #ccff00; 
  padding: 12px 65px;
  border-radius: 10px;
  margin: 30px auto 100px auto;
  color: #07332D;
  display: block;
  width: fit-content;
}

.services-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 110px;
  margin-top: 30px;
}

.service-item {
  text-align: center;
  max-width: 800px;
}

.service-item .icon {
  width: 150px;
  height: 150px;
  background: #ccff00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  color: #0d2c26;
  /* Eliminamos font-size porque ya no usamos emoji */
}

.service-item .icon img {
  max-width: 70%;   /* la imagen no saldrá del círculo */
  max-height: 70%;
  object-fit: contain;
  display: block;
}

.service-item p {
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

.section-white {
  background: #fff;
  border-radius: 80px 80px 0px 0px;
  padding: 0px 0px;
  margin-top: -150px;
  height: 2000px;
}

.events-title {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  background: #07332D;
  display: block;
  width: fit-content;
  padding: 9px 50px;
  border-radius: 0px 0px 20px 20px;
  margin: 0 auto;
  color: #ccff00;
}

.events-text {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  max-width: 1200px;
  margin: 15px auto 100px auto;
  padding-top: 100px;
  color: #07332D;
}

.celebraciones {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0px 0;
}

.card {
  flex: 0 0 300px;
  height: 540px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  transition: all 0.3s ease;
  transform-origin: left center;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 3px solid #fff;
}

.cards-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #07332D;
}

.cards-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
  border: 2px solid #07332D;
}

.card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  color: #0d2c26;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-decoration: none;
  width: 50px;
}

.card-btn2{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ccff00;
  color: #0d2c26;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-decoration: none;
  width: 200px;
}

.card-btn .btn-text {
  opacity: 0;
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease;
}

.card-btn:hover {
  width: 140px;
  background: #0d2c26;
  color: #fff;
}

.card-btn:hover .btn-text {
  opacity: 1;
  max-width: 100px;
}

.card-btn:hover .arrow,
.card-btn:hover .btn-text {
  transition: all 0.3s ease;
}

.card-btn:hover {
  width: 140px;
}

.card-btn:hover .arrow ~ .btn-text,
.card-btn:hover {
  width: 140px;
}

.card-btn:hover {
  width: 140px;
}

.card-btn:hover {
  width: 140px;
}

.card-btn:hover {
  width: 140px;
}

.card-btn:hover {
  width: 140px;
}

.card:has(.card-btn:hover) {
  flex: 0 0 390px;
}

.card.expanded {
  transform: scaleX(1.3);
}

.video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  position: relative;
  margin-top: 80px;
}

.video-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #ccff00;
  transform: translateY(-50%);
  z-index: 1;
}

.video-container {
  position: relative;
  width: 80%;
  max-width: 1100px;
  aspect-ratio: 16/9;
  z-index: 2;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

.logos-section-partners {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

.logos-container-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}

.logo-partner {
  max-width: 200px!important;
  height: 10px;
  transition: transform 0.3s ease;
}

.logo-partner:hover {
  transform: scale(1.1);
}

.footer {
  width: 100%;
  height: 80px;
  background: #ccff00;
  border-radius: 80px 80px 0px 0px;
  margin-top: -70px;
}

/* Botón hamburguesa */
.menu-toggle {
  display: none;
  font-size: 30px;
  background: none;
  border: none;
  color: #ccff00;
  cursor: pointer;
  z-index: 1000;
  margin: 0 auto;         /* lo centra horizontalmente */
  text-align: center;
}

/* ===================== */
/* 📱 RESPONSIVE DESIGN */
/* ===================== */

/* Versión móvil */
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    align-items: center;
  }

  .menu-toggle {
    display: block;       /* visible en móvil */
    margin-bottom: 10px;  /* un poco de espacio con el menú */
  }

  .menu {
    display: none;
    flex-direction: column;
    align-items: center;
    background: #0d2c26;
    position: relative;   /* cambia de absolute a relative */
    width: 100%;
    padding: 20px 0;
    border-radius: 0 0 20px 20px;
    z-index: 999;
  }

  .menu.active {
    display: flex;        /* se despliega debajo del botón */
  }

  .menu-item {
    margin: 15px 0;
    font-size: 18px;
    color: #ccff00;
  }
}

/* TABLETS (≤1024px) */
@media (max-width: 1024px) {
  .header {
    flex-direction: column;
    width: 90%;
  }

  .logo {
    margin: 0 auto 20px auto;
  }

  .menu {
    border-radius: 20px;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .menu-item {
    margin: 10px 20px;
  }

  .hero {
    width: 90%;
    padding: 0 2em;
    height: auto;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .services-list {
    gap: 50px;
  }

  .celebraciones {
    flex-wrap: wrap;
  }

  .carousel {
    justify-content: left;
  }

  .cards {
    max-width: 90%;
   }

  .video-container {
    width: 95%;
  }
}

@media (max-width: 1024px) {
  .carousel {
    gap: 15px;
    padding: 20px 0;
  }

  .card {
    flex: 0 0 250px;
    height: 450px;
  }
}

/* MÓVILES GRANDES (≤768px) */
@media (max-width: 768px) {
  .menu {
    flex-direction: column;
    gap: 15px;
    border-radius: 20px;
  }

  .menu-item {
    margin: 5px 0;
    font-size: 16px;
  }

  .hero {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
    height: auto;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .btn {
    font-size: 16px;
    padding: 14px 25px;
  }

  .section-green,
  .section-green-2,
  .section-white {
    padding: 0px 20px 40px;
    margin: 0px auto;
    border-radius: 0px;
    height: auto;
  }

  .services-title,
  .events-title {
    font-size: 24px;
    padding: 6px 20px;
  }

  .services-text,
  .events-text {
    font-size: 18px;
    padding: 10px 20px;
    margin-bottom: 15px;
  }

  .services-subtitle {
    font-size: 20px;
    padding: 18px 20px;

  }

  .services-list {
    flex-direction: column;
    gap: 40px;
  }

  .service-item .icon {
    width: 150px;
    height: 150px;
    font-size: 60px;
  }

  .service-item p {
    font-size: 18px;
  }

  .celebraciones {
    flex-direction: column;
    align-items: center;
  }

  .cards {
    width: 100%;
    max-width: 400px;
  }

  .video-section {
    margin-top: 40px;
  }

  .video-container {
    width: 100%;
  }

  .logos-container-partners {
    gap: 30px;
  }

  .logo-partner {
    max-width: 120px;
  }
}

@media (max-width: 768px) {
  .carousel {
    justify-content: flex-start;  /* que inicie desde la izquierda */
    padding: 20px;
    overflow-x: auto;
  }

  .card {
    flex: 0 0 80%;         /* cada tarjeta ocupa 80% del ancho */
    height: auto;          /* altura automática */
    min-height: 400px;
  }
}

/* MÓVILES PEQUEÑOS (≤480px) */
@media (max-width: 480px) {
  .header {
    width: 70%;
    padding: 10px;
  }

  .logo {
    width: 100px;
    height: 100px;
  }

  .menu-item {
    font-size: 14px;
  }

  .hero-content h1 {
    font-size: 22px;
  }

  .btn {
    font-size: 14px;
    padding: 10px 18px;
  }

  .section-green,
  .section-green-2,
  .section-white {
    border-radius: 30px;
    padding: 20px 15px;
  }

  .services-title,
  .events-title {
    font-size: 20px;
    padding: 5px 15px;
  }

  .services-text,
  .events-text {
    font-size: 16px;
    padding: 10px;
  }

  .services-subtitle {
    font-size: 18px;
    padding: 6px 15px;
  }

  .service-item .icon {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }

  .service-item p {
    font-size: 16px;
  }

  .cards-title {
    font-size: 18px;
  }

  .cards-btn2 {
    font-size: 14px;
    padding: 8px 20px;
  }

  .logo-partner {
    max-width: 90px;
  }

  .footer {
    height: 60px;
    border-radius: 40px 40px 0 0;
  }
}

@media (max-width: 480px) {
  .card {
    flex: 0 0 90%;         /* cada tarjeta ocupa casi todo el ancho */
    min-height: 350px;
  }
}/* End custom CSS */