.elementor-kit-310{--e-global-color-primary:#17375F;--e-global-color-secondary:#EDF5FE;--e-global-color-text:#7A7A7A;--e-global-color-accent:#EF7D17;--e-global-color-5b337e4:#3860A8;--e-global-color-ceeebcf:#EEF3F7;--e-global-color-7c4059b:#F6FBFF;--e-global-typography-primary-font-family:"Fira Sans";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;--e-global-typography-f51c6a1-font-size:41px;--e-global-typography-f51c6a1-font-weight:900;--e-global-typography-f51c6a1-line-height:50px;--e-global-typography-f21cac3-font-size:35px;--e-global-typography-f21cac3-font-weight:900;--e-global-typography-e79b92d-font-size:25px;--e-global-typography-77abbdc-font-weight:900;--e-global-typography-ec8ec7f-font-size:15px;--e-global-typography-ec8ec7f-font-weight:600;}.elementor-kit-310 e-page-transition{background-color:#FFBC7D;}.elementor-kit-310 h1{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-310{--e-global-typography-secondary-font-size:16px;--e-global-typography-text-font-size:15px;--e-global-typography-f51c6a1-font-size:30px;--e-global-typography-f21cac3-font-size:25px;--e-global-typography-e79b92d-font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-310{--e-global-typography-secondary-font-size:13px;--e-global-typography-text-font-size:13px;--e-global-typography-f51c6a1-font-size:25px;--e-global-typography-f51c6a1-line-height:1.2em;--e-global-typography-f21cac3-font-size:20px;--e-global-typography-f21cac3-line-height:1.2em;--e-global-typography-e79b92d-font-size:20px;--e-global-typography-77abbdc-font-size:35px;--e-global-typography-ec8ec7f-font-size:10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.degradado {
  position: relative;
  overflow: hidden; /* evita que el pseudo se desborde */
}

.degradado::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(
    to top,
    rgba(255, 165, 0, 0.35) 0%,
    rgba(255, 165, 0, 0.15) 30%,
    rgba(255, 165, 0, 0) 100%
  );
  transition: height 0.8s ease-in-out;
  z-index: 0; /* detrás del contenido */
}

.degradado:hover::after {
  height: 100%;
}



.slot {
  width: 100%;
  max-width: 500px; /* Queda bien para desktop */
  height: 2.5rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #F2994A;
  line-height: 2.5rem;
  text-align: center;
}

.slot-inner {
  display: flex;
  flex-direction: column;
}

.slot-inner div {
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700; /* Montserrat Bold */
  font-family: 'Montserrat', sans-serif;
  color: #F28020;
  margin: 0;
  padding: 0;
  line-height: 2.5rem;
  white-space: nowrap;
}


/* --- Estilos responsive para móviles --- */
@media (max-width: 768px) {
  .slot {
    max-width: 300px; /* Ajusta el ancho en móvil */
    height: 2rem; /* Menor altura */
    line-height: 2rem;
  }

  .slot-inner div {
    height: 2rem;
    font-size: 1.4rem; /* Reduce el tamaño del texto */
    line-height: 2rem;
  }

  h1, h2 {
    font-size: 1.6rem; /* Reduce los títulos generales en móvil */
  }
.slot-inner div.slot-small {
  font-size: 1.6rem; /* Tamaño más pequeño en desktop */
}

@media (max-width: 768px) {
  .slot-inner div.slot-small {
    font-size: 1.1rem; /* Más pequeño en móvil */
  }
  
  
.degradado2 {
  background: linear-gradient(to top, #cce9ff 60%, transparent 100%);
}


.orange {
  color: #EF7D17 !important;
}


.swal-padding-alto {
  padding: 2.5em 1.5em !important;
  min-height: 200px;
  z-index: 99999 !important; /* fuerza a estar por encima */
}/* End custom CSS */