@import url("/assets/common/resultado-busca/css/modal-busca.css");
@import url("/assets/common/resultado-busca/css/resultado-busca.css");

header {
    height: 110px;
    width: 100%;
    display: unset;
    position: relative;
    padding: 0 60px;
}

header .logo-desktop {
    width: 188px;
    line-height: 89px;
    float: left;
    position: absolute;
    height: auto;
    top: 55px;
    z-index: 9
}

header .logo-mobile {
    display: none;
}

header .logo-desktop img {
    padding: 20px 0px;
    margin: 0 auto;
    display: block;
    height: auto;
    z-index: 9;
    position: absolute;
}

div.busca {
    position: absolute;
    top: 80px;
    right: 60px;
    height: 26px;
    z-index: 900;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-busca {
    top: 37px;
}

.modal-busca .modal-content-busca header  .voltar-busca p {
    margin-bottom: 0px;
}

.info-content-search {
    margin-top: 50px;
}

.path-link {
    margin: 120px 0px 0px 70px !important;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 18px;
    bottom: 18px;
    overflow: hidden;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 9;
    height: 35px;
}

.path-link a {
    color: #fff;
    font-size: 13px;
    display: inline;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    header {
        padding: 0 20px;
    }

    div.busca {
        display: none;
    }

    .path-link {
        display: none;
    }

    iframe {
        width: 90%;
    }
}

body section.banner {
    margin-top: 0px;
}

div#topBar.headertopBar div.holderMobile p {
    margin: 0 0 0 25px;
}

.todo-pelo-app-voltar picture {
    width: 20px;
}

.todo-pelo-app-voltar span {
    color: #fff !important;
}
