.elementor-798 .elementor-element.elementor-element-c4fc601{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* =====================================
   ACCESO PRIVADO
===================================== */

.mc-private-access {

    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 40px 20px;

    background:
        radial-gradient(
            circle at top left,
            #f2f4f8,
            #ffffff 55%
        );
}


/* TARJETA */

.mc-private-card {

    width: 100%;
    max-width: 480px;

    padding: 50px 44px;

    background: #ffffff;

    border: 1px solid #e9e9e9;

    border-radius: 20px;

    box-shadow:
        0 25px 70px rgba(0,0,0,.08);

    text-align: center;
}


/* LOGO */

.mc-private-logo {

    margin-bottom: 32px;
}

.mc-private-logo img {

    max-width: 160px;

    height: auto;
}


/* ACCESO PRIVADO */

.mc-private-eyebrow {

    display: inline-block;

    margin-bottom: 14px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;

    color: #777777;
}


/* TITULO */

.mc-private-card h1 {

    margin: 0 0 16px;

    font-size: 34px;

    line-height: 1.15;

    color: #111111;
}


/* DESCRIPCIÓN */

.mc-private-description {

    margin: 0 auto 32px;

    max-width: 360px;

    font-size: 16px;

    line-height: 1.6;

    color: #666666;
}


/* FORMULARIO */

.mc-private-form {

    text-align: left;
}


/* LABEL */

.mc-private-form label {

    display: block;

    margin-bottom: 8px;

    font-size: 14px;

    font-weight: 600;

    color: #222222;
}


/* INPUT */

.mc-private-form input[type="password"] {

    width: 100%;

    height: 54px;

    padding: 0 16px;

    border: 1px solid #d8d8d8;

    border-radius: 8px;

    background: #ffffff;

    font-size: 16px;

    outline: none;

    transition: .2s ease;
}


.mc-private-form input[type="password"]:focus {

    border-color: #111111;

    box-shadow:
        0 0 0 3px rgba(0,0,0,.06);
}


/* BOTÓN */

.mc-private-form button {

    width: 100%;

    height: 54px;

    margin-top: 14px;

    border: none;

    border-radius: 8px;

    background: #111111;

    color: #ffffff;

    font-size: 15px;

    font-weight: 600;

    cursor: pointer;

    transition: .2s ease;
}


.mc-private-form button:hover {

    transform: translateY(-1px);

    opacity: .88;
}


/* ERROR */

.mc-private-error {

    margin-bottom: 22px;

    padding: 12px 14px;

    border-radius: 8px;

    background: #fff2f2;

    color: #b42318;

    font-size: 14px;

    text-align: left;
}


/* TEXTO INFERIOR */

.mc-private-footer {

    margin: 26px 0 0;

    font-size: 12px;

    color: #999999;
}


/* MOBILE */

@media (max-width: 767px) {

    .mc-private-access {

        padding: 24px 16px;
    }

    .mc-private-card {

        padding: 36px 24px;

        border-radius: 16px;
    }

    .mc-private-card h1 {

        font-size: 28px;
    }

}/* End custom CSS */