.smartedit-html-container #smarteditoverlay {
    z-index: 9999999999;
}

.smartedit-html-container .modal-open #smarteditoverlay > div {
    opacity: 0;
    display: none;
}


.smartedit-html-container .modal-open #smarteditoverlay > div[data-smartedit-component-id^="logista-modal"]{
    opacity: 1;
    display: block;
}


.smartedit-html-container .fixed-margin-home {
    padding-top: 20px;
}

.smartedit-html-container .fixed-margin-home-banners {
    padding-top: 20px;
}

.smartedit-html-container .fixed-header {
    position: relative;
}

.smartedit-html-container #navbar-custom .nav.navbar-nav {
    display: flex;
}

.smartedit-html-container #navbar-custom .nav.navbar-nav > div {
    display: flex;
    flex: 1 1 auto;
}

.smartedit-html-container #navbar-custom .nav.navbar-nav > div > li {
    float: none;
    border: 1px solid #dbdbdb;
    border-right: 0;
    display: flex;
    flex: 1 1 auto;
}


.smartedit-html-container #navbar-custom .nav.navbar-nav > div:last-child > li {
    border-right: 1px solid #dbdbdb;
}

.smartedit-html-container .navbar-logista2 .navbar-nav > div > li > div {
    flex: 1 1 auto;
    display: flex;
    color: #000;
    height: 50px;
    padding: 0;
    text-align: center;
    background-color: #FFF;
    min-width: 75px;
}

.smartedit-html-container .navbar-logista2 .navbar-nav > div > li > div > a {
    font-family: 'museo_sans700';
    text-transform: uppercase;
    font-size: 0.94em;
    line-height: 1.5em;
    max-width: none !important;
    padding: 0;
    text-align: center;
    background-color: #FFF;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    border: 0;
    color: transparent;
    position: relative;
    height: 100%;
    width: 100%;
}


.smartedit-html-container .navbar-logista2 .navbar-nav > div > li > div > a:focus,
.smartedit-html-container .navbar-logista2 .navbar-nav > div > li > div > a:hover,
.smartedit-html-container .navbar-logista2 .navbar-nav > div > .open > div > a,
.smartedit-html-container .navbar-logista2 .navbar-nav > div > .open > div > a:hover,
.smartedit-html-container .navbar-logista2 .navbar-nav > div > .open > div > a:hover {
    background-color: #ea8610;
    border-color: #ea8610;
}


.smartedit-html-container #navbar-custom .nav.navbar-nav > div > li > div > a span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #000;
    font-size: 9px;
    margin: 0 auto;
}

.smartedit-html-container #navbar-custom .nav.navbar-nav > div > li > div > a:hover span,
.smartedit-html-container #navbar-custom .nav.navbar-nav > div > li > div > a:focus span {
    color: #fff;
}

.smartedit-html-container #navbar-custom .nav.navbar-nav > div > li > ul{
    width: 1140px;
}

.smartedit-html-container #smarteditoverlay [data-smartedit-component-id="Section2DSlot-HomePageLogged"] {
    z-index: 9;
}


.smartedit-html-container-edit .modal-open  #logistaModal .modal-dialog {
    display: block;
    transform: none;
}

.smartedit-html-container-edit .modal-open .modal-dialog .logista-modal-image-container > div {
    display: block !important;
}

.smartedit-html-container-edit .modal-open #logistaModal .modal-dialog .logista-modal-content-container > div {
    margin-top: 90px;
}

.smartedit-html-container-edit [data-smartedit-component-id="FooterLoggedComponent"] {
    height: 207px !important;
}

.smartedit-html-container-edit [data-smartedit-component-id="LogistaInfoParagraphComponent"] {
    top: 266px !important;
}

@media (min-width: 991px) {
    .smartedit-html-container-edit .navbar-default.navbar-logista2 {
        display: block !important;
    }
}
