.text-right-s{
    text-align: right!important;
}

.btnCancelarSuscripcion{
    background-color: #ff4c4c !important;
    border-color: #dc3545 !important;
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    color: #fff;
}


.btnPrimary{
    background-color: #007bff !important;
    border-color: #007bff !important;
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    color: #fff;
}

.btnDanger{
    background-color: #ff4c4c !important;
    border-color: #dc3545 !important;
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    color: #fff;
}


.alert {
    position: relative !important;
    padding: 0.75rem 1.25rem !important;
    margin-bottom: 1rem !important;
    border: 1px solid transparent !important;
    border-radius: 0.25rem !important;
}

.alert-warning{
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

.alert-warning::before {
    border: none;
  }

.cerrarModal{
    padding: .5rem 1rem !important;
}


.donacionDirecta, .donacionDirectaTA {
    margin-top: 15px;
}

.even-product{
    margin-bottom: 20px;
}
.odd-product{
    margin-bottom: 20px;
    background-color: #f4f4f4;
}

.elementor-element-2deed05{
    width: 80px !important;
    left: 95% !important;
}

.alerta-danger{
	margin-top: 1rem !important;
	color: #721c24 !important;
	background-color: #f8d7da !important;
	border-color: #f5c6cb;
	position: relative !important;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem !important;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alerta-link{
	font-weight: 700;
	color: #42993a;
}