.elementor-1751 .elementor-element.elementor-element-3e24882{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* HERO MICRORUTAS */

.hero-microrutas {
  position: relative;
  height: 80vh;
  min-height: 600px;

  background-image: url("https://afuerahayunmundo.com/wp-content/uploads/2026/03/pexels-pixabay-326709-scaled.webp");
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
}

.hero-microrutas .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(15,45,58,0.85) 0%,
    rgba(15,45,58,0.5) 50%,
    rgba(15,45,58,0.2) 100%
  );
}

.hero-microrutas .hero-container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.hero-microrutas .hero-content {
  max-width: 520px;
  color: white;
}

.hero-microrutas .eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  color: #D8CFC4;
}

.hero-microrutas h1 {
  font-family: "Poppins";
  font-size: 52px;
  margin: 15px 0;
}

.hero-microrutas .hero-subtitle {
  font-size: 20px;
  margin-bottom: 15px;
}

.hero-microrutas .hero-text {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 25px;
}

.hero-microrutas .hero-btn {
  display: inline-block;
  background: #1E5A74;
  color: white;
  padding: 12px 26px;
  border-radius: 30px;
  font-family: "Poppins";
  transition: 0.3s;
}

.hero-microrutas .hero-btn:hover {
  background: #D8CFC4;
  color: #0F2D3A;
}

/* responsive */
@media (max-width: 768px) {

  .hero-microrutas {
    height: auto;
    padding: 100px 0;
  }

  .hero-microrutas h1 {
    font-size: 34px;
  }

}
/* EXPLAINER MICRORUTAS */

.microrutas-explainer {
  background: #FFFFFF;
  padding: 100px 0;
}

.microrutas-explainer .explainer-container {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

.microrutas-explainer .explainer-intro {
  margin-bottom: 60px;
}

.microrutas-explainer h2 {
  font-family: "Poppins";
  font-size: 36px;
  color: #24323A;
  margin-bottom: 15px;
}

.microrutas-explainer .explainer-sub {
  font-size: 18px;
  color: #7A7A7A;
  max-width: 600px;
}

.microrutas-explainer .explainer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.microrutas-explainer .explainer-item h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.microrutas-explainer .explainer-item p {
  font-size: 15px;
  color: #7A7A7A;
}

/* responsive */
@media (max-width: 768px) {

  .microrutas-explainer .explainer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .microrutas-explainer h2 {
    font-size: 28px;
  }

}
/* EJEMPLOS MICRORUTAS */

.microrutas-examples {
  background: #F4F6F8;
  padding: 110px 0;
}

.examples-container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

/* header */
.examples-header {
  margin-bottom: 60px;
}

.examples-header h2 {
  font-family: "Poppins";
  font-size: 34px;
  color: #24323A;
}

.examples-header p {
  margin-top: 10px;
  color: #7A7A7A;
}

/* grid */
.examples-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* card */
.example-card {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: white;
  transition: transform .35s ease, box-shadow .35s ease;
}

.example-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* contenido */
.example-content {
  padding: 18px;
}

.example-content h3 {
  font-family: "Poppins";
  font-size: 18px;
  margin-bottom: 6px;
}

.example-content p {
  font-size: 14px;
  color: #7A7A7A;
}

.example-meta {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  color: #1E5A74;
  font-weight: 500;
}

/* hover */
.example-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

/* responsive */
@media (max-width: 900px) {
  .examples-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .examples-grid {
    grid-template-columns: 1fr;
  }
}
/* PROCESO MICRORUTAS */

.microrutas-process {
  background: #FFFFFF;
  padding: 100px 0;
}

.microrutas-process .process-container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

/* header */
.process-header {
  margin-bottom: 50px;
}

.process-header h2 {
  font-family: "Poppins";
  font-size: 32px;
  color: #24323A;
}

.process-header p {
  margin-top: 10px;
  color: #7A7A7A;
}

/* grid */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* cards */
.process-card {
  background: #F4F6F8;
  padding: 22px;
  border-radius: 12px;
  transition: all .3s ease;
}

.process-card span {
  font-size: 11px;
  letter-spacing: 2px;
  color: #1E5A74;
  font-family: "Poppins";
}

.process-card h3 {
  margin: 8px 0;
  font-size: 16px;
}

.process-card p {
  font-size: 13px;
  color: #7A7A7A;
}

/* hover */
.process-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

/* responsive */
@media (max-width: 900px) {
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}
/* PARA QUIÉN MICRORUTAS */

.microrutas-fit {
  background: #F4F6F8;
  padding: 100px 0;
}

.microrutas-fit .fit-container {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

/* header */
.microrutas-fit .fit-header {
  margin-bottom: 50px;
}

.microrutas-fit h2 {
  font-family: "Poppins";
  font-size: 32px;
  color: #24323A;
}

.microrutas-fit p {
  margin-top: 10px;
  color: #7A7A7A;
}

/* grid */
.microrutas-fit .fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

/* bloques */
.microrutas-fit .fit-block {
  background: white;
  padding: 25px;
  border-radius: 14px;
}

/* listas */
.microrutas-fit ul {
  list-style: none;
}

.microrutas-fit li {
  font-size: 14px;
  color: #7A7A7A;
  margin-bottom: 10px;
}

/* variantes */
.microrutas-fit .yes {
  border-top: 3px solid #1E5A74;
}

.microrutas-fit .no {
  border-top: 3px solid #0F2D3A;
}

/* responsive */
@media (max-width: 768px) {
  .microrutas-fit .fit-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */