@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);

.menu-subcategory > span {

}

.menu-subcategory > span:hover {
    cursor: pointer;
}

.listado{
    color: black;
    font-size: 1.5rem;
    background-color: white;
    border-color: white;
    border-radius: 10px 0 0 10px;
    /* padding: 20px;
    margin-right: -4px; */
    height: 75px;
    padding: 11px;
    margin-right: 0px;
}

form > button.btn.btn-dark{
    margin-left: 0;
    border-radius: 0 10px 10px 0;
    height: 75px;
}

.listado > option{
    background-color: white;
}

.buttons-landing button{
    background-color: white !important;
    border-color: white !important;
}

.fa-search:before{
    /* color: #7E6F58; */
    color: #b5b5b5;
}

@media (max-width: 900px) {
    .megamenu {
        padding-left: 10px !important;
    }

    .active-li {
        padding-left: 10px !important;
    }

    .active-li a {
        color: #000 !important;
    }

    .active-li, a.active {
        color: #000 !important;
    }

    .mobile_nav a {
        font-size: 1.5rem !important;
    }

    .nav-logo-wrap{
        margin-right: 0;
    }
    .listado, form > button.btn.btn-dark{
        border-radius: 10px 10px 10px 10px;
        width: 100%;
    }
}
