html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden !important;
}

.container {
    max-width: 1200px;
}

body {
    font-size: 18px;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    background-color: transparent;
}

h1 {
    font-size: 30px;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    color: #c41e22;
}

.rodape {
    height: auto;
    background-color: #c41e22;
    background-size: cover;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.rodape-mobile {
    height: auto;
    background-color: #c41e22;
    background-size: cover;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.texto-rodape {
    font-size: 15px;
    color: #FFFFFF;
}

.texto-rodape-mobile {
    font-size: 14px;
    color: #FFFFFF;
}

.texto-assinatura-masterix {
    font-size: 15px;
    color: #FFFFFF;
}

.hr-assinatura {
    border: 2px solid #FFFFFF;
}

.fundo-home {
    background: url("layout/fundo.jpg") no-repeat;
    height: 787px;
    width: 100%;
    background-size: cover;
}

.fundo-home-mobile {
    background-color: #4197db;
    height: auto;
    width: 100%;
    background-size: cover;
}

.texto-em-breve {
    color: #00569f;
    font-size: 35pt;
    font-style: italic;
    font-weight: 600;
}

#area-banner-home {
    background-size: cover;
    width: 100%;
}

#area-banner-home-mobile {
    background-size: cover;
    width: 100%;
    height: auto;
}

#topo-desktop {
    background-size: cover;
    background-color: #FFFFFF;
    width: 100%;
    padding-bottom: 1%;
    padding-top: 1%;
}

#topo-mobile {
    background-size: cover;
    background-color: #FFFFFF;
    width: 100%;
    padding-bottom: 5%;
    padding-top: 5%;
}

/*MENU - INÍCIO*/

.fundo-menu-desktop {
    background-size: cover;
    background-color: #0052a1;
    height: auto;
}

/*MOBILE - INÍCIO*/
.navbar-default {
    background-color: #f8f8f8;
    border: none !important;
}

.navbar-default .navbar-toggle {
    border: none !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 4px !important;
    border-radius: 3px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none !important;
}

/*VISUALIZAÇÃO DE CELULARES E TABLETS - INÍCIO*/
@media (min-width: 0px) and (max-width: 768px) {
    .navbar-nav>li>a {
        color: #FFFFFF !important;
        font-size: 16px !important;
        font-weight: bold;
    }

    .dropdown-menu {
        background-color: transparent !important;
        font-size: 13px !important;
        color: #FFF112 !important;
        height: 200px !important;
        margin-bottom: 5% !important;
    }

    .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:focus {
        text-decoration: none !important;
        color: #FFF112 !important;
        font-size: 13px !important;
        height: 200px !important;
        background-color: transparent !important;
    }

    li {
        display: list-item !important;
        list-style-type: none !important;
        text-align: -webkit-match-parent !important;
        font-size: 15px !important;
        padding-top: 2% !important;
        padding-bottom: 2% !important;
    }
}

/*VISUALIZAÇÃO DE CELULARES E TABLETS - FIM*/


/*VISUALIZAÇÃO DESKTOP - INÍCIO*/
@media(min-width: 769px) {
    .navbar-nav>li>a {
        color: #FFFFFF !important;
        font-size: 15px;
        font-weight: bold;
    }

    .dropdown-menu {
        background-color: #0052a1;
        font-size: 15px;
        color: #FFFFFF;
    }

    .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:focus {
        text-decoration: none;
        color: #0052a1 !important;
        background-color: #FFFFFF !important;
    }

    li {
        display: list-item !important;
        list-style-type: none !important;
        text-align: -webkit-match-parent !important;
        font-size: 15px !important;
    }
}

/*VISUALIZAÇÃO DESKTOP - FIM*/


.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
    font-weight: bold;
}

.linha-menu-desktop {
    margin-top: -2%;
}

.linha-menu-mobile {
    margin-top: 2%;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu>li:hover {
    font-size: 18px;
    color: #fff112;
}

.fundo-menu-mobile {
    background-size: cover;
    background-color: #0052a1;
    padding-bottom: 2%;
    padding-top: 2%;
    height: auto;
}

/*MENU - FIM*/

#area-video-home-desktop {
    background-size: cover;
    background-color: #FFFFFF;
    width: 100%;
    padding-bottom: 3%;
    padding-top: 3%;
}

#area-video-home-mobile {
    background-size: cover;
    background-color: #FFFFFF;
    width: 100%;
    padding-bottom: 3%;
    padding-top: 3%;
}

.titulo-video-home {
    color: #0052a1;
    font-size: 31px;
}

.titulo-video-home-mobile {
    color: #0052a1;
    font-size: 20px;
}

.texto-video-home {
    color: #a29e9e;
    font-size: 18px;
}

.texto-video-home-mobile {
    color: #a29e9e;
    font-size: 16px;
}

.videos-miniaturas-home {
    width: 100%;
    height: 400px;
    -webkit-box-shadow: 2px 2px 2px 1px rgba(38, 32, 30, 0.5);
    -moz-box-shadow: 2px 2px 2px 1px rgba(38, 32, 30, 0.5);
    box-shadow: 2px 2px 2px 1px rgba(38, 32, 30, 0.5);
    outline: none;
}

/**NOVO LAYOUT - MAIO DE 2023 */

.fundo-topo-2023 {
    height: auto;
    padding-bottom: 1%;
    padding-top: 1%;
    background-color: #0051a4;
    width: 100%;
    background-size: cover;
    border-bottom: 1px solid #014488;
}

.pesquisa input {
    width: 100%;
    background: url("layout/lupa.png") no-repeat 15% center;
    background-size: auto 25px;
    background-color: #014488;
    outline: none;
    color: #FFFFFF;
    border: 1px solid #014488;
    border-radius: 30px;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 15px;
    height: auto;
    text-align: center;
}

.links-primeiro-menu {
    font-size: 15px;
    color: #FFFFFF;
    margin-top: 3%;
    text-align: center;
}

.links-primeiro-menu:hover {
    font-size: 15px;
    color: #D8BFD8;
    margin-top: 3%;
}

.links-segundo-menu {
    font-size: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.links-segundo-menu:hover {
    font-size: 15px;
    color: #D8BFD8;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.fundo-servicos-home-2023 {
    height: 150px;
    padding-bottom: 1%;
    padding-top: 1%;
    background-color: #f1f1f1;
    width: 100%;
    background-size: cover;
}

.botoes-servicos {
    padding-bottom: 1%;
    padding-top: 1%;
    background-color: #0051a4;
    width: 100%;
    background-size: cover;
    height: auto;
    font-size: 11pt;
    color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 25%;
    padding-right: 25%;
}

.titulos-secoes-home {
    color: #0051a4;
    font-size: 17pt;
    text-transform: uppercase;
}

.card-noticia-home {
    background-color: #FFFFFF;
    width: 290px;
    height: auto;
    background-size: cover;
    border-bottom: 3px solid #ff0b12;
    padding-bottom: 6%;
    padding-top: 6%;
    padding-left: 6%;
    padding-right: 6%;
    margin-top: -15%;
    z-index: 3000;
    position: absolute;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 5px 5px 5px #c1c1c1;
}

.titulo-noticia-home {
    text-transform: uppercase;
    color: #292929;
    font-size: 17px;
    border-bottom: 3px solid #0051a4;
    font-weight: 700;
}

.conteudo-noticia-home {
    color: #292929;
    font-size: 14px;
    text-align: justify;
    margin-top: 3%;
}

.botao-leia-todas {
    background-color: #0051a4;
    background-size: cover;
    width: 100%;
    text-align: center;
    height: auto;
    border-radius: 10px;
    padding-top: 3%;
    padding-bottom: 3%;
    color: #FFFFFF;
    font-size: 12pt;
}

.fundo-pai-mapa {
    height: 400px;
    background-size: cover;
    width: 100%;
    position: relative;
}

.fundo-filho-mapa {
    background-color: #1962ad;
    opacity: 0.75;
    width: 100%;
    background-size: cover;
    height: 400px;
    z-index: 4000;
    position: absolute;
}

.encontre-o-posto {
    background-image: url("layout/encontre_o_posto.png");
    width: 100%;
    height: 395px;
}

.encontre-o-posto-mobile {
    background-image: url("layout/encontre_o_posto_mobile.png");
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
}

.titulo-somos-referencia {
    color: #1962ad;
    font-size: 28px;
    text-align: center;
}

.texto-somos-referencia {
    color: #1962ad;
    font-size: 12pt;
    text-align: center;
    margin-top: 5%;
}

.fundo-rodape-cima-2023 {
    background-color: #656565;
    background-size: cover;
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
    height: auto;
}

.texto-ale {
    color: #FFFFFF;
    font-size: 13pt;
    margin-top: 3%;
}

.texto-encontre-combustivel {
    color: #FFFFFF;
    font-size: 25px;
    text-align: center;
    margin-top: 10%;
}

.texto-encontre-combustivel-mobile {
    color: #FFFFFF;
    font-size: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 30%;
}

.borda-direita {
    width: 100%;
    height: 150px;
    background-color: transparent;
    border-right: 5px solid red;
    border-right-width: thick;
}

.fundo-rodape-baixo-2023 {
    height: auto;
    background-color: #1962ad;
    background-size: cover;
    width: 100%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}

.card-tabela-precos {
    height: auto;
    background-color: #FFFFFF;
    background-size: cover;
    width: 100%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    border-radius: 30px;
    height: auto;
    box-shadow: 5px 5px 5px #c1c1c1;
    margin-top: -20%;
}

.titulo-tabela-precos {
    color: #434343;
    font-size: 25px;
    border-bottom: 2px solid #ff0b12;
    margin-top: 3%;
    text-align: center;
    text-transform: uppercase;
}

.titulo-tabela {
    color: #434343;
    font-size: 14px;
    text-transform: uppercase;
}

.produto {
    color: #434343;
    font-size: 22px;
    text-align: center;
}

.preco {
    color: #434343;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.fundo-contato {
    background-color: #f5f5f5;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 2%;
}

.entre-em-contato {
    color: #153170;
    font-size: 30px;
    font-weight: 500;
}

.titulos-noticias {
    text-align: center;
    margin-bottom: 5%;
    margin-top: 3%;
    color: #014488;
}

.card-noticia {
    height: auto;
    background-color: #FFFFFF;
    background-size: cover;
    width: 100%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    padding-left: 5%;
    padding-right: 5%;
    height: auto;
    box-shadow: 5px 5px 5px #c1c1c1;
    margin-top: -25%;
}

.conteudo-noticia-interna {
    color: #434343;
    font-size: 13pt;
    margin-top: 5%;
}

.compartilhe-noticia {
    color: #153170;
    font-size: 16px;
    margin-top: 5%;
}

.pesquisa-mobile input {
    width: 100%;
    background-size: auto 25px;
    background-color: #014488;
    outline: none;
    color: #FFFFFF;
    border: 1px solid #014488;
    border-radius: 30px;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 15px;
    height: auto;
    text-align: center;
}

.fundo-servicos-home-mobile-2023 {
    height: auto;
    padding-bottom: 2%;
    padding-top: 2%;
    background-color: #f1f1f1;
    width: 100%;
    background-size: cover;
}

.card-noticia-home-mobile {
    background-color: #FFFFFF;
    width: 90%;
    height: auto;
    background-size: cover;
    border-bottom: 3px solid #ff0b12;
    padding-bottom: 4%;
    padding-top: 4%;
    box-shadow: 5px 5px 5px #c1c1c1;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
}

.texto-ale-mobile {
    color: #FFFFFF;
    font-size: 13pt;
    margin-top: 3%;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
}

.card-tabela-precos-mobile {
    height: auto;
    background-color: #FFFFFF;
    background-size: cover;
    width: 100%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    height: auto;
    box-shadow: 5px 5px 5px #c1c1c1;
    margin-top: -5%;
}

.titulo-tabela-precos-mobile {
    color: #434343;
    font-size: 18px;
    border-bottom: 2px solid #ff0b12;
    margin-top: 3%;
    text-align: center;
    text-transform: uppercase;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1962ad;
    --bs-btn-border-color: #1962ad;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #656565;
    --bs-btn-hover-border-color: #656565;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #656565;
    --bs-btn-active-border-color: #656565;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1962ad;
    --bs-btn-disabled-border-color: #1962ad;
}