.elementor-1769 .elementor-element.elementor-element-20f21e1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1769 .elementor-element.elementor-element-b8f70ef{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* HERO ENCUENTROS */

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

  background-image: url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac");
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
}

.hero-encuentros .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-encuentros .hero-container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 2;
}

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

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

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

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

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

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

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

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

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

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

}
/* EXPLAINER ENCUENTROS */

.encuentros-explainer {
  background: #FFFFFF;
  padding: 110px 0;
}

.encuentros-explainer .explainer-container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

/* intro */
.encuentros-explainer .explainer-intro {
  margin-bottom: 70px;
}

.encuentros-explainer h2 {
  font-family: "Poppins";
  font-size: 36px;
  color: #24323A;
  max-width: 700px;
}

.encuentros-explainer .explainer-sub {
  margin-top: 15px;
  font-size: 18px;
  color: #7A7A7A;
  max-width: 600px;
}

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

/* cards */
.encuentros-explainer .explainer-card {
  background: #F4F6F8;
  padding: 28px;
  border-radius: 16px;
  transition: all .3s ease;
}

.encuentros-explainer .explainer-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

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

/* hover */
.encuentros-explainer .explainer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

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

  .encuentros-explainer .explainer-grid {
    grid-template-columns: 1fr;
  }

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

}
/* EJEMPLOS ENCUENTROS */

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

.encuentros-examples .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 ENCUENTROS */

.encuentros-process {
  background: #FFFFFF;
  padding: 110px 0;
}

.encuentros-process .process-container {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

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

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

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

/* steps */
.process-steps {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

/* step */
.process-step {
  position: relative;
  padding-left: 50px;
  border-left: 2px solid #E5E7EB;
}

/* número */
.process-step span {
  position: absolute;
  left: -12px;
  top: 0;
  background: #1E5A74;
  color: white;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 20px;
  font-family: "Poppins";
}

/* contenido */
.process-step h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.process-step p {
  font-size: 15px;
  color: #7A7A7A;
}

/* responsive */
@media (max-width: 768px) {
  .process-step {
    padding-left: 40px;
  }
}
/* PARA QUIÉN ENCUENTROS */

.encuentros-fit {
  background: #F4F6F8;
  padding: 110px 0;
}

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

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

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

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

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

/* bloques */
.encuentros-fit .fit-block {
  background: #FFFFFF;
  padding: 28px;
  border-radius: 16px;
  transition: all .3s ease;
}

/* títulos */
.encuentros-fit .fit-block h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

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

.encuentros-fit li {
  font-size: 15px;
  color: #7A7A7A;
  margin-bottom: 10px;
  line-height: 1.5;
}

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

.encuentros-fit .no {
  border-left: 3px solid #D8CFC4;
}

/* hover */
.encuentros-fit .fit-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* responsive */
@media (max-width: 768px) {
  .encuentros-fit .fit-grid {
    grid-template-columns: 1fr;
  }
}
/* CTA ENCUENTROS */

.encuentros-cta {
  background: #0F2D3A;
  padding: 110px 0;
  text-align: center;
}

.encuentros-cta .cta-container {
  width: 90%;
  max-width: 650px;
  margin: auto;
}

.encuentros-cta h2 {
  font-family: "Poppins";
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1.4;
}

.encuentros-cta p {
  margin: 18px 0 30px;
  color: rgba(255,255,255,0.75);
  font-size: 15px;
}

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

.encuentros-cta .cta-btn:hover {
  background: #D8CFC4;
  color: #0F2D3A;
}/* End custom CSS */