.elementor-kit-64{--e-global-color-primary:#EB1946;--e-global-color-secondary:#232221;--e-global-color-text:#121212;--e-global-color-accent:#61CE70;--e-global-color-dbc7eed:#FFA84D;--e-global-color-fe20d8b:#FFFFFF;--e-global-typography-primary-font-family:"Prociono";--e-global-typography-primary-font-size:12px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Recursive";--e-global-typography-secondary-font-size:12px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inria Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-64 button,.elementor-kit-64 input[type="button"],.elementor-kit-64 input[type="submit"],.elementor-kit-64 .elementor-button{background-color:#EC9A55;color:var( --e-global-color-text );}.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-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 *//* DISEÑO DEL CONTENEDOR */
.post-password-form {
    background-color: #232221;
    padding: 50px 40px;
    border-radius: 15px;
    color: #ffffff;
    text-align: center;
    max-width: 450px;
    margin: 60px auto;
    border-bottom: 5px solid #a51e36;
    box-shadow: 0px 20px 40px rgba(0,0,0,0.4);
    font-family: sans-serif;
}

/* TÍTULO Y TEXTO */
.post-password-form h3 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
}

.post-password-form p {
    font-size: 15px;
    color: #bdc3c7;
    line-height: 1.5;
    margin-bottom: 30px;
}

/* CAMPO DE ENTRADA */
.post-password-form input[type="password"] {
    width: 100%;
    background: #1a1918;
    border: 1px solid #3d3c3b;
    color: #ffffff;
    padding: 14px;
    border-radius: 6px;
    margin-bottom: 15px;
    text-align: center;
    box-sizing: border-box;
}

/* BOTÓN DE ACCIÓN */
.post-password-form input[type="submit"] {
    background-color: #a51e36;
    color: #ffffff;
    border: none;
    padding: 14px;
    width: 100%;
    border-radius: 6px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.post-password-form input[type="submit"]:hover {
    background-color: #8a172c;
    transform: translateY(-2px);
    box-shadow: 0px 5px 15px rgba(165, 30, 54, 0.4);
}/* End custom CSS */