/* This file is reserved for overriding and extending the template styles. */


.bg-transparent{
    background-color: transparent !important;
}

tr.bg-success td{
    color: white !important;
}

.bg-transparent{
    background-color: transparent !important;
}

.text-shadow{
    text-shadow: 0px 2px 5px black;
}

.bg-fondo-oscuro {
    width: 100%;
    height: 100%;
    background-color: #00000080;
}

.me-10{
    margin-right: 4.5rem !important;
}


.hot-label::after {
    content: attr(data-label1);
    font-family: Poppins-Regular;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    position: absolute;
    top: -12px;
    right: -4px;
    height: 15px;
    min-width: 32px;
    border-radius: 7px;
    padding: 0 4px;
    background-color: #f74877;
    animation: blink 1s infinite alternate;
}

@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}