
/*COLOR SPINER*/
.swal2-styled.swal2-confirm {
    border-left-color: #a8123e !important;
    border-right-color: #a8123e !important;
    height: 491px;
}

.swal2-title {
    font-family: "Poppins Light";
    font-size: 20px !important;
    color: #a8123e !important;
}
/*COLOR DE BACKGROUND  DE CARGANDO*/
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(238,238,238,.4) !important;
}