.swal2-html-container .contenedorMasInfoModal, .swal2-html-container .contenedorMasInfoModal .contenidoMasInfoModal {
    align-items: flex-start;
}

.swal2-popup.swal2-toast.swal2-icon-error.swal2-show {
    display: flex !important;
    align-items: center !important;
}

.swal2-popup.swal2-toast.swal2-icon-error.swal2-show {
    display: flex !important;
    align-items: center !important;
}

.swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show .5s;
    display: flex !important;
    align-items: center;
}

.swal2-html-container .form,
.swal2-html-container .form .parteForm {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

.swal2-html-container .form .parteForm {
    width: 70% !important;
}

.swal2-html-container .form .parteForm label {
    width: 90%;
}

.swal2-html-container .parteDetallePrograma {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swal2-html-container .parteDetallePrograma  p {
    margin-top: 0;
}

@media (max-width: 410px) {
    .swal2-html-container .form {
        width: 90% !important;
    }

    .swal2-html-container .form .parteForm {
        width: 85% !important;
    }

    .swal2-html-container .titulo {
        width: 90% !important;
    }
} 