.elementor-kit-23{--e-global-color-primary:#2E4077;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#171717;--e-global-color-accent:#408BF4;--e-global-color-2f0b43d:#272727;--e-global-color-474f0a9:#02010100;--e-global-color-312855e:#FFFFFF;--e-global-typography-primary-font-family:"Archivo Black";--e-global-typography-primary-font-size:80px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-primary-word-spacing:0em;--e-global-typography-secondary-font-family:"Archivo Black";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-secondary-word-spacing:0em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-text-word-spacing:0em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:0px;--e-global-typography-accent-word-spacing:0em;background-color:var( --e-global-color-secondary );}.elementor-kit-23 e-page-transition{background-color:#FFBC7D;}.elementor-kit-23 a{color:var( --e-global-color-accent );}.elementor-kit-23 a:hover{color:var( --e-global-color-primary );}.elementor-kit-23 h4{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1170px;}.e-con{--container-max-width:1170px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-23{--e-global-typography-primary-font-size:45px;--e-global-typography-secondary-font-size:25px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-23{--e-global-typography-primary-font-size:28px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- INICIO ESTILOS PASSWORD --- */

/* 1. La tarjeta central (Fondo blanco, sombra y bordes redondeados) */
.mi-password-container {
    max-width: 500px; /* Ancho máximo */
    margin: 100px auto; /* Centrado vertical y horizontal */
    padding: 50px;
    background-color: #ffffff;
    border-radius: 15px; /* Bordes redondeados */
    box-shadow: 0 15px 30px rgba(0,0,0,0.1); /* Sombra elegante */
    text-align: center;
    font-family: inherit; /* Hereda la fuente de tu Elementor */
}

/* 2. El título (El candado y el texto) */
.mi-password-container h2 {
    color: #2c3e50; /* Color oscuro para título */
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}

/* 3. El texto descriptivo */
.mi-password-container p {
    color: #666;
    margin-bottom: 30px;
    font-size: 16px;
}

/* 4. El campo donde escriben la clave */
.mi-password-container input[type="password"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    background-color: #f8f9fa;
    color: #333;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
}

/* Efecto al seleccionar el campo */
.mi-password-container input[type="password"]:focus {
    border-color: #0073e6; /* <--- CAMBIA ESTE COLOR */
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(0, 115, 230, 0.1);
}

/* 5. El botón de entrar */
.mi-password-container .btn-acceder {
    background-color: #0073e6; /* <--- CAMBIA ESTE COLOR POR EL DE TU MARCA */
    color: #ffffff;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Efecto al pasar el mouse por el botón */
.mi-password-container .btn-acceder:hover {
    filter: brightness(90%); /* Lo oscurece un poco automáticamente */
    transform: translateY(-2px); /* Se eleva un poquito */
    box-shadow: 0 5px 15px rgba(0, 115, 230, 0.3);
}

/* --- FIN ESTILOS PASSWORD --- */


/* --- OCULTAR TODO TIPO DE HEADER Y FOOTER (VERSIÓN NUCLEAR) --- */
body.post-password-required header, 
body.post-password-required footer,
body.post-password-required #colophon, /* Nombre común en temas WP */
body.post-password-required #footer,
body.post-password-required .footer,
body.post-password-required .site-footer,
body.post-password-required .site-header,
body.post-password-required .elementor-location-footer,
body.post-password-required .elementor-type-footer,
body.post-password-required .elementor-location-header,
body.post-password-required .elementor-type-header,
body.post-password-required .elementor-section-wrap > .elementor-section:last-child { /* Intenta borrar la última sección si es footer manual */
    display: none !important;
}

/* Forzar que el fondo ocupe todo y centrar */
body.post-password-required {
    background-color: #f0f2f5;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}/* End custom CSS */