@keyframes showSweetAlert {
0% {
    transform: scale(0.7);
}
45% {
    transform: scale(1.05);
}
80% {
    transform: scale(0.95);
}
100% {
    transform: scale(1);
}
}
@keyframes hideSweetAlert {
0% {
    transform: scale(1);
}
100% {
    transform: scale(0.5);
}
}
.showSweetAlert {
    animation: 0.3s ease 0s normal none 1 running showSweetAlert;
}
.hideSweetAlert {
    animation: 0.2s ease 0s normal none 1 running hideSweetAlert;
}
@keyframes animateSuccessTip {
0% {
    left: 1px;
    top: 19px;
    width: 0;
}
54% {
    left: 1px;
    top: 19px;
    width: 0;
}
70% {
    left: -8px;
    top: 37px;
    width: 50px;
}
84% {
    left: 21px;
    top: 48px;
    width: 17px;
}
100% {
    left: 14px;
    top: 45px;
    width: 25px;
}
}
@keyframes animateSuccessLong {
0% {
    right: 46px;
    top: 54px;
    width: 0;
}
65% {
    right: 46px;
    top: 54px;
    width: 0;
}
84% {
    right: 0;
    top: 35px;
    width: 55px;
}
100% {
    right: 8px;
    top: 38px;
    width: 47px;
}
}
@keyframes rotatePlaceholder {
0% {
    transform: rotate(-45deg);
}
5% {
    transform: rotate(-45deg);
}
12% {
    transform: rotate(-405deg);
}
100% {
    transform: rotate(-405deg);
}
}
.animateSuccessTip {
    animation: 0.75s ease 0s normal none 1 running animateSuccessTip;
}
.animateSuccessLong {
    animation: 0.75s ease 0s normal none 1 running animateSuccessLong;
}
.icon.success.animate::after {
    animation: 4.25s ease-in 0s normal none 1 running rotatePlaceholder;
}
@keyframes animateErrorIcon {
0% {
    opacity: 0;
    transform: rotateX(100deg);
}
100% {
    opacity: 1;
    transform: rotateX(0deg);
}
}
.animateErrorIcon {
    animation: 0.5s ease 0s normal none 1 running animateErrorIcon;
}
@keyframes animateXMark {
0% {
    margin-top: 26px;
    opacity: 0;
    transform: scale(0.4);
}
50% {
    margin-top: 26px;
    opacity: 0;
    transform: scale(0.4);
}
80% {
    margin-top: -6px;
    transform: scale(1.15);
}
100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1);
}
}
.animateXMark {
    animation: 0.5s ease 0s normal none 1 running animateXMark;
}
@keyframes pulseWarning {
0% {
    border-color: #f8d486;
}
100% {
    border-color: #f8bb86;
}
}
.pulseWarning {
    animation: 0.75s ease 0s alternate none infinite running pulseWarning;
}
@keyframes pulseWarningIns {
0% {
    background-color: #f8d486;
}
100% {
    background-color: #f8bb86;
}
}
.pulseWarningIns {
    animation: 0.75s ease 0s alternate none infinite running pulseWarningIns;
}
.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
.sweet-alert {
    background-color: #ffffff;
    border-radius: 5px;
    display: none;
    left: 50%;
    margin-left: -240px;
    margin-top: -200px;
    overflow: hidden;
    padding: 17px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 478px;
    z-index: 2000;
}
@media all and (max-width: 767px) {
.sweet-alert {
    left: 15px;
    margin-left: 0;
    margin-right: 0;
    right: 15px;
    width: auto;
}
}
.cerrar{  position: absolute;
  top: 10px;  right: 10px;  
  color: #000000 !important;
  font-weight: bold !important;}
.icon .fa {font-size:2.5em;margin: 0;}
.sweet-alert .icon {color:#F7921A;
    
}
.sweet-alert h2 {color:#F7921A; font-size:1.2em }
.lead {
  font-size: 16px;
}
.sweet-alert .icon.error {
    border-color: #d43f3a;
}
.sweet-alert .icon.error .x-mark {
    display: block;
    position: relative;
}
.sweet-alert .icon.error .line {
    background-color: #d9534f;
    border-radius: 2px;
    display: block;
    height: 5px;
    position: absolute;
    top: 37px;
    width: 47px;
}
.sweet-alert .icon.error .line.left {
    left: 17px;
    transform: rotate(45deg);
}
.sweet-alert .icon.error .line.right {
    right: 16px;
    transform: rotate(-45deg);
}
.sweet-alert .icon.warning {
    border-color: #eea236;
}
.sweet-alert .icon.warning .body {
    background-color: #f0ad4e;
    border-radius: 2px;
    height: 47px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 10px;
    width: 5px;
}
.sweet-alert .icon.warning .dot {
    background-color: #f0ad4e;
    border-radius: 50%;
    bottom: 10px;
    height: 7px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 7px;
}

/*
.sweet-alert .icon.info {
    border-color: #46b8da;
}
.sweet-alert .icon.info::before {
    background-color: #5bc0de;
    border-radius: 2px;
    bottom: 17px;
    content: "";
    height: 29px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    width: 5px;
}
.sweet-alert .icon.info::after {
    background-color: #5bc0de;
    border-radius: 50%;
    content: "";
    height: 7px;
    margin-left: -3px;
    position: absolute;
    top: 19px;
    width: 7px;
}
*/
.sweet-alert .icon.success {
    border-color: #4cae4c;
}
.sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
    background: white none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}
.sweet-alert .icon.success::before {
    border-radius: 120px 0 0 120px;
    left: -33px;
    top: -7px;
    transform: rotate(-45deg);
    transform-origin: 60px 60px 0;
}
.sweet-alert .icon.success::after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform: rotate(-45deg);
    transform-origin: 0 60px 0;
}
.sweet-alert .icon.success .placeholder {
    border: 4px solid rgba(92, 184, 92, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}
.sweet-alert .icon.success .fix {
    background-color: #ffffff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}
.sweet-alert .icon.success .line {
    background-color: #5cb85c;
    border-radius: 2px;
    display: block;
    height: 5px;
    position: absolute;
    z-index: 2;
}
.sweet-alert .icon.success .line.tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
}
.sweet-alert .icon.success .line.long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
}
.sweet-alert .icon.custom {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: medium none;
    border-radius: 0;
}
.sweet-alert .btn-default:focus {
    border-color: #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(204, 204, 204, 0.6);
    outline: 0 none;
}
.sweet-alert .btn-success:focus {
    border-color: #4cae4c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(76, 174, 76, 0.6);
    outline: 0 none;
}
.sweet-alert .btn-info:focus {
    border-color: #46b8da;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(70, 184, 218, 0.6);
    outline: 0 none;
}
.sweet-alert .btn-danger:focus {
    border-color: #d43f3a;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(212, 63, 58, 0.6);
    outline: 0 none;
}
.sweet-alert .btn-warning:focus {
    border-color: #eea236;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(238, 162, 54, 0.6);
    outline: 0 none;
}
.sweet-alert button::-moz-focus-inner {
    border: 0 none;
}
