#backgrounds-footer {
    display: none !important;
}

.bg-heading {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.complete {
    padding-top: 180px;
}

.input-group-width {width: 80%;}

.label-register-input {font-size: 1rem}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none; /* Ocultar los mensajes por defecto */
}


.ttl-welcome{
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0;
}

.txt-welcome{
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0;
}

.txt-protection p{
    font-size: 9px;
    padding: 8px 70px 0px 70px;
    text-align: justify;
}

.session-card{
    height: auto;
    border: none;
    border-radius: 16px;
    background-color: #f2f2f256;
    box-shadow: 0 3px 6px #262626;

}

.session-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 48px;
    height: 20%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: transparent;
}

.cnt-tab{
    border: none;
    background-color: transparent;
    font-size: 22px;
    z-index: 999;
}

.session-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80%;
    border-radius: 16px;
}

.form{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.form-check-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
}

.inp-session{
    width: 80%;
    height: 56px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 24px;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #262626;
}

.inp-session.area{
    width: 80%;
    height: 120px;
    resize: none;
    overflow: hidden;
    outline: none;
    padding: 16px;
    font-size: 16px;
}

.txt-session-link{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
}

.txt-session-link:hover{
    cursor: pointer;
    color: #484848;
}


.icn-success{
    width: 40px;
    height: auto;
}


/* RESPONSIVE */
@media (max-height: 480px) and (orientation: landscape) {
    .bg-heading {
        min-height: 240vh
    }
}

@media(max-width: 1599px){

}

@media(max-width: 1299px){

}

@media(max-width: 1199px){

    .ttl-welcome{
        font-size: 56px;
        text-align: center;
    }
    
    .txt-welcome{
        font-size: 24px;
        text-align: center;
    }

    .session-tab{
        gap: 32px;
    }
}

@media(max-width: 991px){

}

@media(max-width: 767px){
    .bg-heading {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

}

@media(max-width: 575px){
    .ttl-welcome{
        font-size: 40px;
    }
    
    .txt-welcome{
        font-size: 16px;
    }

    .txt-session-link{
        font-size: 16px;
    }

    .session-tab{
        gap: 24px;
    }

    .cnt-tab{
        font-size: 16px !important;
    }

    .btn-xl.dark{
        font-size: 16px !important;
    }

    .bg-heading{
        height: auto;
    }
}