.navigation-menu-movil {
    position: absolute;
    z-index: 900;
    background-color: white;
    width: 100%;
     /* height: 30%;  */
    height: 240px;
    top: 0px;
    border-radius: 0px 0px 26px 26px;
    -webkit-border-radius: 0px 0px 26px 26px;
    -moz-border-radius: 0px 0px 26px 26px;
}

@media only screen
  and (width: 430px)
  and (height: 932px)
  and (resolution: 3dppx)
  and (orientation: portrait) {
  .navigation-menu-movil {
       position: absolute;
    z-index: 900;
    background-color: white;
    width: 100%;
    height: 200px;
    top: 0px;
    border-radius: 0px 0px 26px 26px;
    -webkit-border-radius: 0px 0px 26px 26px;
  }
}


.fix-row{
    margin: 0px !important;
}

.section-header-movil {
    position: absolute;
    top: 24px;
    left: 24px;
    gap: 8px;
    opacity: 1;
}

.title-menu-movil {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-top: 2px;
    font-size: 32px;
    color: #0D0D0D;
    line-height: 28px;

}

.title-menu-movil {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-top: 2px;
    font-size: 17px;
    color: #0D0D0D;
}


.button-info-movil {
    position: relative;
    cursor: pointer;
    background: #EFF3F6;
    width: 40px;
    height: 40px;
    border-radius: 123px;
    padding: 8px;
    display: inline-block;
}


.info-cicle-movil {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    z-index: 1;
    display: block;
    pointer-events: none;
}

/* Imagen encima (bolita) */
.info-filter-active-movil {
    position: absolute;
    left: 90%;
    top: 25%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    z-index: 2;
    display: block;
    pointer-events: none;
}


.info-cicle-movil {}


.select-nucleo {
    width: 86.5%;
    height: 56px;
    border-radius: 12px;
    border-width: 1px;
    justify-content: space-between;
    opacity: 1;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #808080;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.46967%208.46967C5.76256%208.17678%206.23744%208.17678%206.53033%208.46967L12%2013.9393L17.4697%208.46967C17.7626%208.17678%2018.2374%208.17678%2018.5303%208.46967C18.8232%208.76256%2018.8232%209.23744%2018.5303%209.53033L12.5303%2015.5303C12.2374%2015.8232%2011.7626%2015.8232%2011.4697%2015.5303L5.46967%209.53033C5.17678%209.23744%205.17678%208.76256%205.46967%208.46967Z'%20fill='currentColor'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.1rem center;
    background-size: 1.6rem 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 13px;
    margin-top: 30px;
}

.select-menu-movil {
    position: absolute;
    z-index: 900;
    background-color: white;
    width: 100%;
    height: 100%;
    top: 0px;
    /* padding-left: 35px; */
    padding-left: 5%;

}

.button-close-movil {
    cursor: pointer;
    background: #EFF3F6;
    width: 40px;
    height: 40px;
    border-radius: 123px;
    opacity: 1;
}

.info-close-movil {
    margin-left: 12px;
    margin-top: 12px;
}

.section-nucleo-movil {
    position: absolute;
    bottom: 24px;
    padding-bottom: 24px;
    box-sizing: border-box;
    overflow: visible;
    top: 10%;

}

.section-header-nucleo-movil {
    padding-top: 3%;
}

.select-nucleo-dropdown-movil{
      width: 86.5%;
    height: 56px;
    border-radius: 12px;
    border-width: 1px;
    justify-content: space-between;
    opacity: 1;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #808080;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.46967%208.46967C5.76256%208.17678%206.23744%208.17678%206.53033%208.46967L12%2013.9393L17.4697%208.46967C17.7626%208.17678%2018.2374%208.17678%2018.5303%208.46967C18.8232%208.76256%2018.8232%209.23744%2018.5303%209.53033L12.5303%2015.5303C12.2374%2015.8232%2011.7626%2015.8232%2011.4697%2015.5303L5.46967%209.53033C5.17678%209.23744%205.17678%208.76256%205.46967%208.46967Z'%20fill='currentColor'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.1rem center;
    background-size: 1.6rem 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 13px;
    margin-top: 30px;
}


.select-nucleo-movil {
    position: absolute;
    z-index: 900;
    background-color: white;
    width: 100%;
    height: 100%;
    top: 0px;
    padding-left: 18px;

}


.bar-close-movil {
    width: 134px;
    height: 5px;
    background: #404040;
    opacity: 1;
    top: 99%;
    left: 33%;
    border-radius: 100px;
    position: absolute;
}
.bar-close-movil-position-modal {

    top: 98% !important;
  
}