
/*Si la pantalla es superior a 1000 en width*/
/*@media screen and (min-width: 1000px){*/
.barExpandedMenu {
    min-width: 300px;
}

.searchBarC.sactive {
    width: 476px;
    opacity: 1;
    height: 40px;
}


.searchResults {
    min-height: 40px !important;
    position: absolute !important;
    top: 50px !important;
    border-radius: 4px !important;
    width: calc(100% + 50%) !important;
    margin-left: -69px !important;
    border: 1px solid rgb(174, 174, 174);
}

