.elementor-2310 .elementor-element.elementor-element-424c4be{--display:flex;}.elementor-2310 .elementor-element.elementor-element-459d361{--spacer-size:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2310 .elementor-element.elementor-element-398676e{text-align:center;}.elementor-2310 .elementor-element.elementor-element-398676e .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:65px;font-weight:600;text-transform:none;font-style:normal;text-decoration:none;line-height:1.2em;letter-spacing:0px;color:var( --e-global-color-secondary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2310 .elementor-element.elementor-element-46f096f img{width:45%;}.elementor-2310 .elementor-element.elementor-element-213c9f6.elementor-element{--align-self:center;}.elementor-2310 .elementor-element.elementor-element-ef53be5{--display:flex;}@media(max-width:1024px){.elementor-2310 .elementor-element.elementor-element-398676e .elementor-heading-title{font-size:45px;}}@media(max-width:767px){.elementor-2310 .elementor-element.elementor-element-398676e .elementor-heading-title{font-size:28px;line-height:1.1em;}.elementor-2310 .elementor-element.elementor-element-46f096f img{width:60%;}}/* Start custom CSS for heading, class: .elementor-element-398676e */.elementor-2310 .elementor-element.elementor-element-398676e {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem; /* Ajusta según necesidad */
  margin: 0;
  padding: 0;
  color: #001323;
}

.elementor-2310 .elementor-element.elementor-element-398676e .ai-text {
  background: linear-gradient(to right, #0066c1, #00d1fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b751259 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap');

/* CONTENEDOR PRINCIPAL */
.welcome-box {
  max-width: 580px;
  margin: 60px auto;
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  font-family: 'Inter', sans-serif;
  text-align: left;
  color: #333;
}

/* TITULAR PRINCIPAL */
.welcome-box h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
  text-align: center;
}

/* SUBTÍTULO */
.welcome-box .subtitle {
  font-size: 16px;
  color: #555;
  text-align: center;
  margin-bottom: 30px;
}

/* SECCIÓN DE INSTRUCCIONES */
.instructions h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #222;
}

.instructions h3 {
  font-size: 16px;
  margin-top: 20px;
  color: #444;
  font-weight: 600;
}

.instructions ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.instructions ul li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #555;
}

.instructions p {
  font-size: 14px;
  color: #444;
  margin-bottom: 12px;
}

/* BOTÓN ACCESO AL CURSO */
.course-link {
  display: inline-block;
  background-color: #3366ff;
  color: #fff !important;
  padding: 14px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: background-color 0.3s ease;
}

.course-link:hover {
  background-color: #254eda;
}

/* ENLACES */
.instructions a {
  color: #3366ff;
  text-decoration: none;
  font-weight: 500;
}

h1, h2, h3,
.signup-box h1,
.welcome-box h1 {
  font-family: 'Oswald', sans-serif !important;
}/* End custom CSS */