.challenge-title {

    /* H3 */
    font-family: Almaq;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 123.077% */
    /* 127.273% */
    background: var(--Degradado_rojo_morado, linear-gradient(90deg, #EE2D24 0%, #8D3089 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.reto-item img {
    width: 100px;
    margin-bottom: 1rem;
}

.reto-item h5 {
    font-weight: bold;
}

.reto-item.active {
    border: 2px solid #C91F56;
    border-radius: 10px;
    padding: 1rem;
}


.name_reto {
    color: #4B4A49;
    text-align: center;

    /* H2 */
    font-family: Almaq;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    /* 122.222% */
}

.title_reto {
    color: #4B4A49;
    text-align: center;

    /* párrafo small_bold */
    font-family: "Myriad Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}


.name_reto_active {
    background: var(--Degradado_rojo_morado, linear-gradient(90deg, #EE2D24 0%, #8D3089 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title_reto_active {
    background: var(--Degradado_rojo_morado, linear-gradient(90deg, #EE2D24 0%, #8D3089 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.challenge_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.volver {
    color: #8D3089;
    text-align: center;

    /* párrafo small_bold */
    font-family: "MyriadProBold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    cursor: pointer;
    /* 150% */
}

.imagen_info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.imagen_desafio_info {
    width: 50%;
    max-width: 122px;
}

.imagen_reto_info {
    width: 50%;
    max-width: 280px;
}

.centrar_btn {
    display: flex;
    justify-content: center;
}

input {
    font-family: "Trebuchet MS";
    display: flex;
    margin-bottom: 16px;
    width: 100%;
    border: none;




    display: flex;
    height: 48px;
    padding: 12px 12px 12px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 70px;
    background: var(--Blanco, #FFF);
    color: #4B4A49;

    /* párrafo small_Regular */
    font-family: "Myriad Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px !important;
}

.no_shadow {
    box-shadow: none;
    border-radius: 70px;
    border: 2px solid var(--Gris_2, #C6CAD5);
    background: var(--Gris_03, #EFF0F4);
    display: flex;
    height: 48px;
    padding: 12px 12px 12px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
}

input::placeholder {}

input:read-only {}

input:disabled {}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: #2c6cb0;
    /* Azul similar al de la imagen */
    cursor: pointer;
    box-shadow: none;
    margin-bottom: 0px;
}

.error {
    border: 2px solid red;
}

.label-input {
    display: flex;
    padding: 2px 20px 2px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    /* 125% */


    /* párrafo extra small_regular */
    font-family: "Myriad Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.label-input2 {
    display: flex;
    padding: 2px 20px 2px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    /* 125% */

    color: #4B4A49;

    /* párrafo extra small_regular */
    font-family: "Myriad Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    /* 142.857% */
}

.div_checkbox {
    font-size: 18px;
    color: #4a4a4a;
    display: flex;
    gap: 10px;
    color: var(--Text-500, #58585B);

    /* párrafo extra small/regular */
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

/* Inputs transparentes dentro de imágenes */
.input-transparent {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #323234;
    outline: none;
    /* Evitar bordes al enfocar */
}

/* Botón "Iniciar sesión" */
.btn-login {
    width: fit-content;
    /* Hug: El ancho se ajusta al contenido */
    height: auto;
    /* Hug: La altura se ajusta al contenido */
    padding: 10px 30px;
    /* Espaciado interno */
    display: flex;
    gap: 12px;
    /* Espaciado entre elementos dentro del botón (si aplica) */
    border-radius: 24px;
    /* Bordes redondeados */
    background: #8D3089;
    border: 2px solid #8D3089;
    /* Color de fondo */
    color: #FFF;
    /* Texto blanco */
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    line-height: 24px;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    /* Efecto de interacción */
}

.btn-login:hover {
    transform: translateY(-2px);
    background: #3D0A37;
    border: 2px solid #3D0A37;
    /* Efecto al pasar el cursor */

    /* Sombras más intensas */
}

.btn-login:active {
    transform: translateY(1px);
    background: #3D0A37;
    border: 2px solid #3D0A37;
    /* Efecto de presionado */

    /* Sombras más sutiles */
}

/* Botón "Iniciar sesión" */
.btn-cancelar {
    width: fit-content;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 24px;
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
    text-align: center;

    /* párrafo small/bold */
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    padding: 10px 30px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    /* 150% */

}

.btn-cancelar:hover {
    transform: translateY(-2px);
    color: #3D0A37;
    background: #ffffff80;
    border: 2px solid #ffffff80;
}

.btn-cancelar:active {
    transform: translateY(1px);
    color: #3D0A37;
    background: #ffffff80;
    border: 2px solid #ffffff80;
}

/* Botón "registro" */
.btn-cancelar2 {
    width: fit-content;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 24px;
    border: 2px solid #8D3089;
    background: transparent;
    color: #8D3089;
    text-align: center;

    /* párrafo small/bold */
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    padding: 10px 30px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    /* 150% */

}

.btn-cancelar2:hover {
    transform: translateY(-2px);
    color: #3D0A37;
    background: #FFF;
    border: 2px solid #3D0A37;
}

.btn-cancelar2:active {
    transform: translateY(1px);
    color: #3D0A37;
    background: #FFF;
    border: 2px solid #3D0A37;
}

.btn_form {
    display: flex;
    justify-content: center;
}

.tit_invitados {
    color: #4B4A49;
    text-align: center;

    /* Titulo big_Bold */
    font-family: "MyriadProBold";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
}

#invitations_info {
    width: 96%;
    max-width: 588px;
}


.card {
    background-color: transparent !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: row !important;
    border: none !important;
    border-radius: 0px !important;
    border-top: 1px solid var(--Gris_2, #C6CAD5) !important;
}

.profile {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
}

.avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info {
    color: #333;
}

.info .nombre {
    color: #4B4A49;

    /* párrafo small_bold */
    font-family: "MyriadProBold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.info .email,
.info .fecha {
    color: #4B4A49;

    /* párrafo small_Regular */
    font-family: "MyriadPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.estado {
    text-align: right;
    font-family: "MyriadProBold";
    color: #4B4A49;
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: center;
}




/* Media queries */
@media (min-width: 575px) {

    .card {
        background-color: transparent !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        display: flex;
        flex-direction: row !important;
        border: none !important;
        border-radius: 0px !important;
        border-top: 1px solid var(--Gris_2, #C6CAD5) !important;
    }

    .profile {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: row;
    }



    .imagen_info {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 20px;
    }

    .imagen_desafio_info {
        width: 50%
    }

    .imagen_reto_info {
        width: 50%
    }

    .centrar_btn {
        display: flex;
        justify-content: flex-start;
    }

}
