﻿.text-align-center {
    text-align: center;
}

.footer-session {
    display: block !important;
}

.border-radius-12 {
    border-radius: 12px;
}

.w-90 {
    width: 90%
}

.title-pop-msg {
    line-height: 110%
}

.modal-custom {
    max-width: 25% !important; /* o el tamaño que quieras */
    margin: auto !important; /* mantiene el modal centrado */
}

.modal-body-custom {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 2px;
}

.poppins {
    font-family: 'Poppins-SemiBold';
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    padding: 12px 24px 0 24px;
    margin-bottom: 20px;
    
}

    .footer h4 {
        text-align: center;
        font-size: 16px;
        color: black;
        font-family: "Poppins-Light";
        margin-top: 24px;
    }

    .footer p {
        text-align: center;
        color: black;
    }

    .footer a {
        text-align: center;
    }

    .footer img.image-footer {
        width: 100%;
    }

@media (max-width: 767px) {
    .modal-custom {
        max-width: 80% !important;
        margin: auto !important; /* mantiene el modal centrado */
    }
}

@media (min-width: 1024px) {
    .footer img.image-footer {
        margin-top: 36px;
    }
}
