.alert {
    z-index: 3;
}

#com_coontesta-juega #button-menu-header-movil,
#com_coontesta-juega #button-notification-header-movil,
#com_coontesta-juega #menu-header-desktop,
#com_coontesta-reto #menu-header-desktop,
#com_coontesta-reto #button-menu-header-movil,
#com_coontesta-reto #button-notification-header-movil {
    display: none !important;
}

#com_coontesta-juega #seccion-juego-coontesta,
#com_coontesta-reto #seccion-juego-coontesta {
    display: none;
}

.modal-backdrop.in {
    display: none;
}

.btn-primary.btn-juego.btn-completado {
    cursor: auto;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    opacity: 0.5;
}

.btn-primary.btn-juego.btn-completado:hover {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
}

@media (min-width: 992px) {
    .btn-primary.btn-juego {
        margin: .75em 0rem;
    }
}

@media (min-width: 767px) {
    .btn-primary.btn-juego {
        padding: 0.7rem 1rem;
    }
}

.alert-notice {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.logo.cliente {
    background-color: #ffffff;
    border-radius: 16px;
    background-clip: padding-box;
    padding: 1rem;
}

.logo.cliente img {
    max-width: 100% !important;
    max-height: 140px !important;
}

.alert.alert-primary{
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.alert.alert-danger{
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

/*ini logo pastilla */


.header .logo.logo-pastilla {
    position: relative;
    width: 180px;
    height: 70px;
    background: var(--white);
    -webkit-border-radius: 28px 28px 0px 0px;
    border-radius: 28px 28px 0px 0px;
    background-clip: padding-box;
    margin-top: .5rem;
    margin-bottom: 0rem;
}

@media (min-width: 992px) {
    .header .logo.logo-pastilla {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }
}

.header .logo.logo-pastilla img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
}

@media (min-width: 767px) {
    .header .logo.logo-pastilla {
        width: 220px;
        height: 90px;
    }
}