.openIconContainer {
    width: 50px;
}

.drawerContent {
    background: #2D2DD3;
}

.menuIcon {
    color: #BF0411;
    width: auto;
    height: 120%;
}

.childrenContainer {
    flex-direction: column;
    /* color: white; */
}

.closeIconContainer {
    justify-content: flex-end;
    position: sticky;
    top: 0;
    z-index: 5;
    padding: 10px;
}

.closeIconButton {
    color: white;
}

.opened {
    background: #2D2DD3;
}


.drawer--drawer-buscador-mobile,
.opened--drawer-buscador-mobile {
    background: none;
    min-width: auto !important;
    width: 100% !important;
    top: 110px;
    height: fit-content;
}

.drawerContent--drawer-buscador-mobile {
    background: none;
    padding: 0px;
}

.closeIconContainer--drawer-buscador-mobile {
    display: none;
}




@media screen and (max-width: 1000px){

    .openIconContainer {
        /* padding-bottom: 16px; */
        padding: 16px;
    }
    .drawerContent{
        padding-bottom: 5%;
    }

    .openIconContainer--drawer-buscador-mobile {
        padding: 0px;
    }
    
}