.elementor-kit-2406{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-e433843:#D90C30;--e-global-color-fbfa494:#54595F;--e-global-color-5a45cf6:#E4E4E4;--e-global-color-0a1f042:#223C64;--e-global-color-295d4c3:#54C2C1;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2406 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Contenedor general centrado y con ancho fijo */
.wpmem_login {
    max-width: 500px;
    margin: 40px auto;
    padding: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Campos de entrada */
.wpmem_login input[type="text"],
.wpmem_login input[type="password"] {
    width: 100%;
    padding: 14px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}

/* Botón de acceso */
.wpmem_login input[type="submit"] {
    background-color: #e30613;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpmem_login input[type="submit"]:hover {
    background-color: #b9000f;
}

/* Recuerda y enlaces */
.wpmem_login .login-links,
.wpmem_login .wpmem_login_link {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #555;
}

.wpmem_login label {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

/* Estilo solo para el loop de cursos */
.loop-cursos .elementor-loop-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}

/* Estilo para cada tarjeta */
.loop-cursos .elementor-loop-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
}
#loop-cursos {
  scroll-margin-top: 100px; /* ajusta si tu cabecera es más alta o más baja */
}

/* Estilo específico para el Loop Grid de Vatech Academy */
.loop-vatech .elementor-loop-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}

.loop-vatech .elementor-loop-item {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Contenedor general */
.software-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  text-align: center;
  min-height: 500px; /* asegura altura uniforme */
}

/* Logo SVG */
.software-logo-img img {
  width: 140px;
  height: 50px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}

/* Texto descriptivo */
.software-desc {
  font-size: 15px;
  color: #444;
  min-height: 48px;
  max-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  margin-bottom: 16px;
}

/* Imagen del monitor o captura */
.software-img img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 20px;
}

/* Botón */
.software-item .elementor-button {
  background-color: #c4001e;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 14px;
}


@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-swiper .swiper-wrapper {
    display: flex;
  }

  .elementor-swiper .swiper-slide {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}/* End custom CSS */