.elementor-576 .elementor-element.elementor-element-bcbdc26{--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;--overlay-opacity:0.8;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-576 .elementor-element.elementor-element-bcbdc26::before, .elementor-576 .elementor-element.elementor-element-bcbdc26 > .elementor-background-video-container::before, .elementor-576 .elementor-element.elementor-element-bcbdc26 > .e-con-inner > .elementor-background-video-container::before, .elementor-576 .elementor-element.elementor-element-bcbdc26 > .elementor-background-slideshow::before, .elementor-576 .elementor-element.elementor-element-bcbdc26 > .e-con-inner > .elementor-background-slideshow::before, .elementor-576 .elementor-element.elementor-element-bcbdc26 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-576 .elementor-element.elementor-element-e7e77ae{--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;}.elementor-576 .elementor-element.elementor-element-a5e2044{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fc8ec87 *//* ===== HERO MICRO DC ===== */

.frog-micro-hero {
  background: linear-gradient(135deg, #0b1220, #111827);
  padding: 100px 20px;
  color: #ffffff;
}

.frog-micro-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.frog-micro-hero-text .frog-eyebrow {
  color: #85C441;
  letter-spacing: 2px;
  font-size: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.frog-micro-hero-text h1 {
  font-size: 3rem;
  font-weight: 900;
  margin: 15px 0 20px;
  line-height: 1.1;
}

.frog-micro-hero-text h1 span {
  color: #85C441;
}

.frog-micro-hero-text p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin-bottom: 25px;
}

.frog-micro-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.frog-micro-bullets li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
  font-size: 0.95rem;
}

.frog-micro-bullets li::before {
  content: "✔";
  color: #85C441;
  position: absolute;
  left: 0;
}

/* IMAGEN */

.frog-micro-hero-image {
  position: relative;
}

.frog-micro-hero-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.45);
  object-fit: cover;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .frog-micro-hero-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .frog-micro-hero-image {
    margin-top: 40px;
  }

  .frog-micro-hero-text h1 {
    font-size: 2.3rem;
  }
}


.frog-micro-hero-text h1 span {
  color: #85C441;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b045154 */.frog-micro-pdfs {
  max-width: 900px;
  margin: 30px auto;
  font-family: "Segoe UI", sans-serif;
}

.frog-micro-pdfs h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.frog-pdf-subtitle {
  color: #666;
  margin-bottom: 40px;
}

.frog-pdf-group {
  margin-bottom: 40px;
}

.frog-pdf-group h4 {
  color: #85C441;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.frog-pdf-group ul {
  list-style: none;
  padding-left: 0;
}

.frog-pdf-group li {
  margin-bottom: 10px;
}

.frog-pdf-group a {
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.frog-pdf-group a::before {
  content: "📄";
}

.frog-pdf-group a:hover {
  color: #85C441;
}/* End custom CSS */