@font-face {
    font-family: 'montserratmedium';
    src: url('montserrat-medium-webfont.woff2') format('woff2'),
    url('montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratextralight';
    src: url('montserrat-extralight-webfont.woff2') format('woff2'),
    url('montserrat-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

body {
    font-family: montserratmedium;
}

.menu {
    display: flex;
}

.menuTopo #menu-toggle {
    display: none; /* esconde o checkbox */
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -28px !important;
    z-index: 1 !important;
    position: relative !important;
}

.posto-producao {
    background: url(../img/bg-posto.png) no-repeat center;
    background-size: cover;
}

.posto-producao2 {
    background: url(../img/bg-conveniencia.png) no-repeat center;
    background-size: cover;
}

ul.menu-rodape {
    display: flex;
    list-style: none;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-around;
    border-bottom: solid 1px #004221;
}

.menu-rodape li a {
    color: #FFF;
    font-size: 14px;
}

.popup {
    min-width: 840px;
}

.titulo-popup {
    background: url(../img/bg-titulo-popup.png) center center no-repeat;
    padding: 20px;
    font-size: 2em;
    background-size: contain;
    justify-content: center;
    align-items: center;
    color: #DAD7A9;
    text-align: center;
    height: auto;
    display: flex;
    margin-bottom: 0px;
}

.sub-titulo-popup {
    background: url(../img/bg-dia.png) center center no-repeat;
    padding: 0px;
    font-size: 1.5em;
    background-size: contain;
    justify-content: center;
    align-items: center;
    color: #0C7F3F;
    text-align: center;
    height: auto;
    display: flex;
    margin-top: -1px;
}

@media (max-width: 1024px) {
    .header {
        position: relative !important;
    }

    .menu {
        display: none;
        position: fixed;

        right: 0px;
        top: 53px;
        width: 100%;
        flex-direction: column;
        background-color: rgba(0, 66, 25, 0.8);
    }

    ul.menu li {
        margin-bottom: 10px;
    }

    .menuMobile {
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 10px;
        right: 10px;
        background-color: rgba(0, 66, 25, 0.8);
        padding: 4px;
        border-radius: 3px;

    }

    .menuTopo #menu-toggle:checked + #menu {
        display: flex;
    }

}

@media (max-width: 768px) {

}

@media (max-width: 480px) {
    .posto-producao {
        background: none;
    }

    .posto-producao2 {
        background: none;
    }

    .esconderMobile {
        display: none;
    }

    .alturaAutoMobile {
        min-height: auto !important;
    }

    .centralizarMobile {
        text-align: center;
        margin-top: 15px;
    }

    .menu-rodape {
        flex-direction: column;
    }

    .titulo-popup {
        padding: 10px;
        font-size: 1em;

    }

    .popup {
        min-width: auto;
    }
}