/* Css para Menu movil Regla 1.1 BOTÓN Inicio*/


.mm-toggle {
   font-size: 20px;
    background: none;
    border: 0;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* OVERLAY */
.mm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 999;
}

/* PANEL */
.mm-panel {
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100%;
    background: #fff;
    color: #000;
    padding: 20px;
    transition: .3s ease;
    z-index: 9999 !important;
    display: flex;
    flex-direction: column;
}

/* ACTIVO */
.mm-active .mm-panel {
    left: 0;
}

.mm-active .mm-overlay {
    opacity: 1;
    visibility: visible;
}

/* CERRAR */
.mm-close {
    display: none;
}

/* MENÚ */
.mm-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.mm-list a {
    color: #011342;
    text-decoration: none;
    padding: 12px 0;
    display: block;
    font-size: 18px;
}

/* ZONA EXTRA */
.mm-extra {
    margin-top: auto;
}

.mm-btn {
    display: block;
    padding: 12px;
    text-align: center;
    background: #011342;
    color: #fff !important;
    border-radius: 5px;
    margin-bottom: 10px;
}

.mm-btn.outline {
    background: none;
    border: 1px solid #011342;
    color: #011342 !important;
    
}

/* BLOQUEAR SCROLL */
body.mm-active {
    overflow: hidden;
    height: 100vh;
}


/* SOLO MÓVIL */
@media (min-width: 769px) {
    .mm-toggle,
    .mm-panel,
    .mm-overlay {
        display: none;
    }
}


/* SUBMENÚ ACORDEÓN REAL */
.mm-list .sub-menu {
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
    padding-left: 15px;
     list-style: none;
    
}

/* Estado abierto */
.menu-item-has-children.open > .sub-menu {
    overflow: hidden;
     
}

/* Icono */
.mm-sub-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease;
    
}


/* ENLACE PADRE */
.mm-list li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

/* ICONO TOGGLE */
.mm-sub-toggle {
    font-size: 22px;
    margin-left: 10px;
    cursor: none;
    user-select: none;
    padding: 8px;
    
}



/* ROTACIÓN DEL ICONO SUBMENÚ */
.mm-sub-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease;

}

/* Cuando el submenú está abierto */
.menu-item-has-children.open .mm-sub-toggle {
    transform: rotate(180deg);
      
}

/* Css para Menu movil Regla 1.1 BOTÓN  Final*/

/* icno de cnsentimiento */

/* Botón flotante de Adopt */
#adopt-controller-button,
.adopt-c-cyPWlR {
    z-index: 1 !important;
}

