.elementor-25880 .elementor-element.elementor-element-f809e89{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-25880 .elementor-element.elementor-element-a190c3e{--display:flex;}.elementor-25880 .elementor-element.elementor-element-4038be3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-25880 .elementor-element.elementor-element-cae682c{--display:flex;}.elementor-25880 .elementor-element.elementor-element-18438b1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-25880 .elementor-element.elementor-element-5da19bb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cc29339 *//* ============================================= */
/* TÍTULO DE SECCIÓN - Responsive y Elegante */
/* ============================================= */
.section-title-wrapper {
  text-align: center;
}

.section-title {
  font-family: montserrat;
  font-weight: 900!important;
  font-size: 3rem!important;
  color: #ff9700!important;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 4px;
  background: linear-gradient(to right, #b11377, #ff9700);
  border-radius: 2px;
}

/* ============================================= */
/* RESPONSIVE */
/* ============================================= */
@media (max-width: 992px) {
  .section-title {
    font-size: 2.5rem;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2.2rem;
  }
  
  .section-subtitle {
    font-size: 1.05rem;
  }
  
  .section-title-wrapper {
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f51b87c *//* ============================================= */
/* SECCIÓN 2 - OC (Clases independientes) - Versión Limpia */
/* ============================================= */
.sec2-oc-section {
  padding: 0px 0 20px;
}

.sec2-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-bottom: 0px;
}

.sec2-card {
  background: white;
  border-radius: 18px;
  padding: 25px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.sec2-card:hover {
  transform: translateY(-4px);
}

/* Imagen */
.sec2-card-img {
  width: 30%;
  height: 130px;
  border-radius: 12px !important;
  object-fit: cover;
}

/* Contenido */
.sec2-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sec2-oc-id {
  color: #380635;
  font-weight: 600;
  margin-bottom: 5px;
}

.sec2-card-content h3 {
  font-family: 'candal', sans-serif;
  color: #b11377;
  font-size: 1.9rem !important;
  margin-bottom: 12px;
}

.sec2-card-content p {
  color: #380635;
  margin-bottom: 10px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 1rem;
  text-align: justify;
  line-height: 1.7;
}

/* Texto oculto */
.sec2-extra {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.3s ease,
              transform 0.3s ease;
}

.sec2-card.active .sec2-extra {
  opacity: 1;
  transform: translateY(0);
  margin-top: 10px;
}

/* Botones */
.sec2-card-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.sec2-toggle-btn,
.sec2-oc-btn {
  padding: 13px 24px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 155px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Toggle Button (Naranja) */
.sec2-toggle-btn {
  background-color: #ff9700 !important;
  color: #380635 !important;
}

.sec2-toggle-btn:hover {
  background-color: #a10964 !important;
  color: white !important;
  transform: translateY(-2px);
}

.sec2-card.active .sec2-toggle-btn {
  background-color: #ff9700 !important;
  color: #380635 !important;
}

/* Botón Texto Completo (Morado) */
.sec2-oc-btn {
  background-color: #a10964;
  color: white;
  text-decoration: none;
}

.sec2-oc-btn:hover {
  color: #ff9700;
  background-color: #380635;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .sec2-card {
    flex-direction: column;
  }
 
  .sec2-card-img {
    width: 100%;
    height: 200px;
  }
 
  .sec2-card-buttons {
    flex-direction: column;
    align-items: stretch;
  }
 
  .sec2-toggle-btn,
  .sec2-oc-btn {
    min-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64179c0 *//* ============================================= */
/* SECCIÓN CONSEJO ASESOR - 2 por fila */
/* ============================================= */
.sec-asesores {
  background: white;
}
.sec-asesores-title {
  text-align: center;
  font-family: montserrat!important;
  font-weight: 900!important;
  font-size: 2.8rem!important;
  color: #380635!important;
  margin-bottom: 40px!important;
  position: relative;
}
.sec-asesores-title::after {
  content: '';
  display: block;
  width: 150px;
  height: 4px;
  background: linear-gradient(to right, #b11377, #ff9700);
  margin: 15px auto;
  border-radius: 2px;
}
.asesores-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* ← 2 columnas */
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.asesor-card {
  background: white;
  border-radius: 20px;
  padding: 40px 35px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: all 0.4s ease;
  border: 1px solid #f0e6f5;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.asesor-card:hover {
  transform: translateY(-12px);
   box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  border-color: #a10964;
}
.asesor-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #b11377, #ff9700);
}
.asesor-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asesor-content h3 {
  font-family: 'candal', sans-serif;
  font-size: 1.75rem;
  color: #b11377;
  margin-bottom: 18px;
  margin-top: 0;
}
.asesor-content p {
  color: #444;
  line-height: 1.78;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 1.03rem;
  margin-bottom: 20px;
}
.asesor-extra {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.3s ease,
              transform 0.3s ease;
  margin-bottom: 20px;
}
.asesor-card.active .asesor-extra {
  opacity: 1;
  transform: translateY(0);
  height: auto;
}
.asesor-card-buttons {
  margin-top: auto;
}
.asesor-toggle-btn {
  padding: 12px 28px;
  font-size: 1.02rem;
  font-weight: 600;
  background-color: #ff9700;
  color: #380635;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 40%;
}
.asesor-toggle-btn:hover {
  background-color: #a10964;
  color: white;
  transform: translateY(-2px);
}
.asesor-card.active .asesor-toggle-btn{
  background-color: #ff9700!important;
  color: #380635;
}

/* === ELIMINA EL AZUL AL HACER CLIC === */
.asesor-toggle-btn:active,
.asesor-toggle-btn:focus,
.asesor-card.active .asesor-toggle-btn:active,
.asesor-card.active .asesor-toggle-btn:focus {
  background-color: #ff9700 !important;
  color: #380635 !important;
  outline: none;
  box-shadow: none;
}

/* Responsive */
@media (max-width: 768px) {
  .asesores-grid {
    grid-template-columns: 1fr; /* 1 columna en móvil */
  }
 
  .sec-asesores-title {
    font-size: 2.4rem;
  }
  .asesor-toggle-btn {
  padding: 12px 28px;
  font-size: 1.02rem;
  font-weight: 600;
  background-color: #ff9700;
  color: #380635;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 80%;
  }
}/* End custom CSS */