.elementor-22745 .elementor-element.elementor-element-fcd328e{--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-22745 .elementor-element.elementor-element-fcd328e:not(.elementor-motion-effects-element-type-background), .elementor-22745 .elementor-element.elementor-element-fcd328e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-22745 .elementor-element.elementor-element-efbe561{--display:flex;}.elementor-22745 .elementor-element.elementor-element-d07eb8f{--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-22745 .elementor-element.elementor-element-2ada97d{--display:flex;}.elementor-22745 .elementor-element.elementor-element-b9cc551{--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;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22745 .elementor-element.elementor-element-c0a2173{--display:flex;}.elementor-22745 .elementor-element.elementor-element-47b4c2e{--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-22745 .elementor-element.elementor-element-6b2096e{--display:flex;}.elementor-22745 .elementor-element.elementor-element-6e24bed{--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-22745 .elementor-element.elementor-element-af24f85{--display:flex;}/* Start custom CSS for html, class: .elementor-element-af63654 *//* CONTENEDOR */
.msite {
  max-width: 1200px;
  margin: auto;
}

/* HERO */
.hero-section {
  display: flex;
  align-items: center;
  padding-bottom: 4rem;
  gap: 40px;
}

.hero-text {
  flex: 1;
}

.hero-title {
  font-family: 'MONTSERRAT', sans-serif!important;
  line-height: 1.05 !important;
  font-weight: 900!important;
  font-size: 2.4rem!important;
  color: #a10964 !important;
  margin-bottom: 1.2rem;
  text-align: left;
}
.hero-banner{
  width: 80%;
  background: linear-gradient(90deg, #a10964, #ff9700);
  border-radius: .2rem;
  font-family: 'candal';
  line-height: 1.4 !important;
  font-weight: 900!important;
  font-size: 2rem!important;
  color: white;
  text-align: center; 
  padding: 1rem;
  text-shadow: 0 2px 2px #1a1a1a;
}
.herramientas {
  font-family: 'MONTSERRAT', sans-serif!important;
  line-height: 1.05 !important;
  font-weight: 900!important;
  font-size: 2.4rem!important;
  color: #ff9700 !important;
  margin-bottom: 1.2rem;
  text-align: left;
}

.hero-desc {
font-family: 'MONTSERRAT', sans-serif!important;
font-weight: 400;
  font-size: 1.2rem;
  color: #380635;
  margin-bottom: 25px;
  text-align: justify;
}

/* BOTONES */
.hero-buttons {
  display: flex;
  gap: 12px;
}

.btn-main {
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  background: #ff9900;
  color: #fff;
}

.btn-alt {
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #ccc;
  color: #333;
}

/* IMAGEN HERO */
.hero-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 12px;
}

/* SEGUNDO BLOQUE */
.ms-banner {
  display: flex;
  gap: 30px;
  background: #380635;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 60px;
}

.ms-banner-text {
  flex: 1;
}

/* CATEGORIAS */
.ms-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* CARD */
.ms-card {
  display: flex;
  height: 180px;
  border-radius: 14px;
  overflow: hidden;
}

.ms-card-text {
  flex: 1;
  padding: 20px;
  background: #380635;
  color: #380635;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ms-card-img {
  flex: 1;
}

.ms-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-section,
  .ms-banner {
    flex-direction: column;
    text-align: center;
  }
  .hero-buttons {
    justify-content: center;
  }
  .ms-categories {
    grid-template-columns: 1fr;
  }
  .ms-card {
    flex-direction: column;
    height: auto;
  }
  .ms-card-img {
    height: 180px;
  }
  .hero-banner{
  width: 100%;
  background: linear-gradient(90deg, #a10964, #ff9700);
  border-radius: .2rem;
  font-family: 'candal';
  line-height: 1.05 !important;
  font-weight: 900!important;
  font-size: 2rem!important;
  color: white;
  text-align: center; 
  padding: 1rem;
  text-shadow: 0 2px 2px #1a1a1a;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f2543a1 *//* CONTENEDOR */
.features-wrapper {
  width: 100%;
  padding-bottom: 4rem;
}
/* título */
.features-title {
  font-family: 'candal', sans-serif;
  font-size: 2.4rem!important;
  font-weight: 700;
  color: #a10964!important;
  text-align: center;
  margin-bottom: 3rem!important;
  position: relative;
}

.features-title::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #a10964, #ff9700);
  border-radius: 4px;
}


.importan{
    color: #ff9700;
}
/* responsive */
@media (max-width: 600px) {
  .features-title {
    font-size: 22px;
  }
}
.features {
  display: grid;
  gap: 20px;
  padding: 20px;
  
  /* Por defecto (móviles): 1 columna */
  grid-template-columns: 1fr;
}

/* Tablets medianas y grandes (768px en adelante) → 2 columnas */
@media (min-width: 768px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* PC / Escritorio grande (1024px en adelante) → 4 columnas */
@media (min-width: 1024px) {
  .features {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* PC muy ancho (1400px+) → puedes mantener 4 o subir a 5 si quieres */
@media (min-width: 1400px) {
  .features {
    grid-template-columns: repeat(4, 1fr);   /* o repeat(5, 1fr) si quieres */
  }
}

/* Estilos de las cards (mejoro un poco el diseño) */
.feature-card {
  background: linear-gradient(#280527, #a10965);
  padding: 25px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

.icon {
  font-size: 2.5rem;        /* hago los iconos un poco más grandes */
  color: #ffffff;
  margin-bottom: 12px;
}
/* ICONO CONTENEDOR */
.icon {
  margin-bottom: 12px;
}

/* SVG */
.icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* TITULO */
.feature-card h3 {
   font-family: 'candal', sans-serif;
  font-size: 1.2rem!important;
  color: white;
  text-align: center;
  text-shadow: 0 2px 2px #380635;
}

/* TEXTO */
.feature-card p {
  font-family: 'montserrat', sans-serif;
  font-size: 1rem!important;
  color: white;
  text-align: center;
  margin-bottom: 1rem!important;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

/* 📱 TABLET */
@media (max-width: 900px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 📱 CELULAR */
@media (max-width: 600px) {
  .features {
    grid-template-columns: 1fr;
  }

  .icon img {
    width: 35px;
    height: 35px;
  }

  .feature-card h3 {
    font-size: 16px;
  }

  .feature-card p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf15354 *//* ===================== PROCESO 4 PASOS MODERNO ===================== */
.proceso-section {
    background: linear-gradient(#fff, #fff);
    position: relative;
    overflow: hidden;
    padding-bottom: 4rem;
}

.proceso-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('') center/cover;
    opacity: 0.15;
    z-index: 0;
}

.proceso-container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    
}

.section-title {
 font-family: 'candal', sans-serif;
  font-size: 2.4rem!important;
  font-weight: 700;
  color: #a10964!important;
  text-align: center;
  margin-bottom: 3rem!important;
  position: relative;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #a10964, #ff9700);
  border-radius: 4px;
}

.section-subtitle {
    text-align: center;
    font-size: 1.35rem;
    color: #ffcc80;
    margin-bottom: 80px;
}

/* GRID - 4 en fila en PC */
.proceso-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);   /* ← 4 columnas siempre en PC */
    gap: 30px;
    position: relative;
    padding-top: 20px;
}

.proceso-grid::before {
    content: '';
    position: absolute;
    top: 48px;
    left: 60px;
    right: 60px;
    height: 3px;
    background: linear-gradient(to right, #a10964, #a10964, #a10964);
    z-index: -1;
    border-radius: 20px;

}

.proceso-item {
    text-align: center;
    position: relative;
}

.numero {
    width: 78px;
    height: 78px;
    background: #ff9700;
    color: white;
    font-size: 2.2rem;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    border: 6px solid rgba(255,255,255,0.15);
    transition: all 0.4s;
}

.proceso-item:hover .numero {
    transform: scale(1.1);
}

.proceso-item h3 {
  font-family: 'candal', sans-serif;
  font-size: 1.3rem!important;
  color: #a10964!important;
  text-align: center;
  margin-bottom: 3rem!important;
}

.proceso-item p {
    font-family: 'montserrat', sans-serif;
  font-size: 1rem!important;
  color: #380635!important;
  text-align: center;
  margin-bottom: 1rem!important;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

/* Responsive */
@media (max-width: 1200px) {
    .proceso-grid {
        grid-template-columns: repeat(2, 1fr);   /* 2 columnas en tablets */
    }
    .proceso-grid::before { display: none; }
}

@media (max-width: 768px) {
    .proceso-grid {
        grid-template-columns: 1fr;   /* 1 columna en móvil */
    }
    .proceso-section {
        padding: 80px 15px;
    }
    .section-title {
        font-size: 2.4rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aca7cf3 */.awards-section {
  background: white;
  text-align: center;
 padding-bottom: 4rem;ding-bottom: 3rem;
}

.section-title {
font-family: 'candal'!important;
  font-weight: 700!important;
  font-size: 2.4rem!important;
  color: #a10964 !important;
  margin-bottom: 3rem!important;
  text-align: center;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #a10964, #ff9700);
  border-radius: 4px;
}
/* Grid Responsivo */
.awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  
}
/* ====================== TARJETA ====================== */
.award-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: all 0.4s ease;
}

.award-card:hover {
  transform: translateY(-12px);
}

/* Overlay oscuro para el fondo */
.award-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Contenido por encima del overlay */
.award-icon,
.award-content,
.btn-container {
  position: relative;
  z-index: 2;
}

/* Icono */
.award-icon {
  width: 80px;
  height: 80px;
  margin: 30px auto 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-icon img {
  width: 4rem;
  height: 4rem;
}

/* Contenido */
.award-content {
  flex: 1;
  padding: 0 26px;
  text-align: center;
}

.award-content h3 {
  font-family: 'candal', sans-serif;
  font-size: 1.8rem!important;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-bottom: 3rem!important;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.award-year {
  font-family: 'montserrat', sans-serif;
  font-size: 1rem!important;
  color: white;
  text-align: left;
  margin-bottom: 1rem!important;
  line-height: 1.3;
}

/* Botón */
.btn-container {
  padding: 0 24px 28px 24px;
  margin-top: 1rem;
}

.btn-principal {
  width: 50%;                    /* Cambiado a 100% para que se vea completo */
  padding: 10px 20px;
  background: linear-gradient(135deg, #FF9700, #FF9700);
  color: #380635;
  border: none;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;

}

.btn-principal:hover {
  background: linear-gradient(135deg, #ff9700, #ff9700);
  color: #ffffff;               /* ← Esto cambia el color del texto a blanco */
  transform: translateY(-3px);
}
.btn-principal:visited {
  background: linear-gradient(135deg, #ff9700, #ff9700);
  color: #ffffff;               /* ← Esto cambia el color del texto a blanco */
  transform: translateY(-3px);
}
.btn-principal:active {
  background: linear-gradient(135deg, #ff9700, #ff9700);
  color: #ffffff;               /* ← Esto cambia el color del texto a blanco */
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .awards-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
  
  .section-title {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .award-card {
    margin: 0 auto;
    max-width: 320px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4635d83 *//* CONTENEDOR */
.opiniones-wrapper {
  padding: 40px 20px;
  text-align: center;
}

/* TITULO */
.opiniones-title {
font-family: 'candal'!important;
  font-weight: 700!important;
  font-size: 2.4rem!important;
  color: #a10964 !important;
  margin-bottom: 2rem!important;
  text-align: center;
  position: relative;
}
.opiniones-title::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #a10964, #ff9700);
  border-radius: 4px;
}

/* SUBTITULO */
.opiniones-subtitle {
font-family: 'montserrat', sans-serif;
  font-size: 1.5rem!important;
  color: #380635!important;
  text-align: center;
  margin-bottom: 1rem!important;
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.opiniones-subtitle1 {
  padding-bottom: 30px;
  font-family: 'montserrat', sans-serif;
  font-size: 1.3rem!important;
  color: #380635!important;
  text-align: center;
  margin-bottom: 1rem!important;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

/* GRID */
.opiniones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* CARD */
.op-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.op-card:hover {
  transform: translateY(-5px);
}

/* IMAGEN */
.op-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

/* CONTENIDO */
.op-body {
  padding: 15px;
  text-align: left;
}

.op-body h3 {
 font-family: 'montserrat', sans-serif;
  font-size: 1.2rem!important;
  color: #380635;
  text-align: left;
  margin-bottom: 1rem!important;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.op-body p {
  font-family: 'montserrat', sans-serif;
  font-size: 1rem!important;
  color: #380635;
  text-align: justify;
  margin-bottom: 1rem!important;
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.custom-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30%; /* editable */
  height: 40px; /* editable */
  padding: 0 14px;
  background: #ff9900;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem!important;
}

/* hover */
.custom-btn:hover {
  background: #a10964;
  color: white;
}

/* hover */
.btn-link:hover {
  background: #e68a00;
}
/* BOTON reutiliza .btn-link */

/* 📱 TABLET */
@media (max-width: 900px) {
  .opiniones {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 📱 MOBILE */
@media (max-width: 600px) {
  .opiniones {
    grid-template-columns: 1fr;
  }
.opiniones-subtitle1 {
  padding-bottom: 30px;
  font-family: 'montserrat', sans-serif;
  font-size: 1.3rem!important;
  color: #380635!important;
  text-align: justify;
  margin-bottom: 1rem!important;
  margin: 0 0 12px 0;
  line-height: 1.3;
}
  .opiniones-title {
    font-size: 22px;
  }

  .opiniones-subtitle {
    font-size: 14px;
  }
}/* End custom CSS */