.font-montserrat{
    font-family: 'Montserrat', sans-serif !important;
}
.font-roboto{
    font-family: 'Roboto', sans-serif !important;
}
.bg-custom-blue{
    background-color: #008387 !important;
}

.text-yellow-marca{
    color: #ffda1a !important;
}
.text-yellow-marca:hover{
    color: #ffda1a !important;
}
.text-yellow-marca:focus{
    color: #ffda1a !important;
}
.text-yellow-marca:active{
    color: #ffda1a !important;
}
.bg-yellow-marca{
    background-color: #ffda1a !important;
}
.bg-yellow-marca:hover{
    background-color: #ffda1a !important;
}
.bg-yellow-marca:focus{
    background-color: #ffda1a !important;
}
.bg-yellow-marca:active{
    background-color: #ffda1a !important;
}
.border-yellow-marca{
    border-color: #ffda1a !important;
}
.border-yellow-marca:hover{
    border-color: #ffda1a !important;
}
.border-yellow-marca:focus{
    border-color: #ffda1a !important;
}
.border-yellow-marca:active{
    border-color: #ffda1a !important;
}
 
.logo{
    max-width: 58%;
    padding-top: 4px;
}

/* set mediaquery padding-top 11px para pantallas menores a 750px y padding top:4px para pantallas más grandes */
@media (max-width: 750px) {
    .logo{
        padding-top: 11px !important;
    }
}
@media (min-width: 750px) {
    .logo{
        padding-top: 4px !important;
    }
}


.bg-negro{
    background-color: #000000 !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Fondo semi-transparente */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 94041;
    color:#fff;
}

.overlay-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 94041;
    color:#fff;
}

.grumble-text {
	cursor: pointer;
}

.grumble50.hover{background-position:-200px 0}
.grumble100.hover{background-position:-200px -50px}
.grumble150.hover{background-position:-200px -150px}
.grumble200.hover{background-position:-200px -300px}

.producto-descripcion p{
    margin-top: 10px;
    margin-bottom: 10px;
}

.producto-descripcion ul{
    list-style: disc;
    margin-left: 20px;
}

.producto-descripcion ol{
    list-style: decimal;
    margin-left: 20px;
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.animate-fadeInOut {
    animation: fadeInOut 3s ease-in-out;
}

.swal2-container.swal2-backdrop-show {
    z-index: 94040 !important;
}

