.elementor-kit-6{--e-global-color-primary:#000A5A;--e-global-color-secondary:#F5F3F0;--e-global-color-text:#000A5A;--e-global-color-accent:#9F0BFF;--e-global-color-2cb2a6b:#FF66FF;--e-global-color-d58f844:#FFFFFF;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );font-family:"Inter Tight", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );font-family:"Inter Tight", Sans-serif;}.elementor-kit-6 a:hover{font-family:"Inter Tight", Sans-serif;}.elementor-kit-6 h1{font-family:"Inter Tight", Sans-serif;font-size:100px;}.elementor-kit-6 h2{font-family:"Inter Tight", Sans-serif;}.elementor-kit-6 h3{font-family:"Inter Tight", Sans-serif;}.elementor-kit-6 h4{font-family:"Inter Tight", Sans-serif;}.elementor-kit-6 h5{font-family:"Inter Tight", Sans-serif;}.elementor-kit-6 h6{font-family:"Inter Tight", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Inter Tight", Sans-serif;}.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-6 h1{font-size:80px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:40px;}.elementor-kit-6 h4{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.single-post .elementor-widget-theme-post-content ul,
.single-post .elementor-widget-theme-post-content ol {
    margin-bottom: 14px; /* da aire debajo de la lista */
}

/* ===== Página protegida con contraseña (WordPress) ===== */

/* Centrar el bloque y darle presencia */
.post-password-form {
  max-width: 520px;
  margin: 80px auto;
  padding: 24px 26px;
  background: #F5F3F0;
  border-radius: 0px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  border-top: 3px solid #3853FC;
}

/* Texto informativo (si aparece) */
.post-password-form p {
  margin: 0 0 14px;
  font-size: 14px;
  color: #000A5A;
}

/* Label */
.post-password-form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000A5A;
  margin-bottom: 8px;
}

/* Alinear input + botón en una fila */
.post-password-form > p:last-of-type {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
}

/* Input contraseña */
.post-password-form input[type="password"] {
  flex: 1;
  height: 44px;
  padding: 0 12px;
  border-radius: 0px;
  border: 1px solid #D4D7E2;
  background: #F9FAFB;
  font-size: 14px;
  color: #000A5A;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

/* Focus corporativo */
.post-password-form input[type="password"]:focus {
  background: #FFFFFF;
  border-color: #3853FC;
  box-shadow: 0 0 0 3px rgba(56,83,252,.18);
}

/* Botón entrar */
.post-password-form input[type="submit"] {
  height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 0px;
  background: #000A5A;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .2s ease, transform .1s ease, box-shadow .2s ease;
}

/* Hover botón */
.post-password-form input[type="submit"]:hover {
  background: #9F0BFF;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
}

/* Móvil: input y botón en columna */
@media (max-width: 767px) {
  .post-password-form {
    margin: 40px 16px;
  }

  .post-password-form > p:last-of-type {
    flex-direction: column;
    align-items: stretch;
  }

  .post-password-form input[type="submit"] {
    width: 100%;
  }
}/* End custom CSS */