.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;
}

.titulo-tabela-precos {
    color: #434343;
    font-size: 25px;
    border-bottom: 2px solid #ff0b12;
    margin-top: 3%;
    text-align: center;
    text-transform: uppercase;
}

.produto {
    color: #434343;
    font-size: 22px;
    text-align: center;
}

.preco {
    color: #434343;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.entre-em-contato {
    color: #153170;
    font-size: 30px;
    font-weight: 500;
}

.titulos-noticias {
    text-align: center;
    margin-bottom: 5%;
    margin-top: 3%;
    color: #014488;
}

.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;
}

.texto-ale-mobile {
    color: #FFFFFF;
    font-size: 13pt;
    margin-top: 3%;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
}

.titulo-tabela-precos-mobile {
    color: #434343;
    font-size: 18px;
    border-bottom: 2px solid #ff0b12;
    margin-top: 3%;
    text-align: center;
    text-transform: uppercase;
}



/**UTILIZADOS */

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: 38px;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    color: #c41e22;
    margin-top: -0.5%;
}

h2 {
    font-size: 30px;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    color: #c41e22;
    margin-top: 3%;
}

.titulo-noticia-destaque-home {
    color: #921616;
    font-size: 24px;
    font-weight: 400;
}

.chamada-noticia-destaque-home {
    color: #2A2A2A;
    font-size: 18px;
    text-align: justify;
    margin-top: 3%;
}

.links-primeiro-menu {
    font-size: 16pt;
    color: #921616;
    font-weight: 500;
    float: left;
}

.links-primeiro-menu:hover {
    font-size: 16pt;
    color: #560470;
    font-weight: 500;
}

.card-missao-visao-valores {
    height: 300px;
    background-color: #EFEFEF;
    background-size: cover;
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 30px;
}

.card-missao-visao-valores-mobile {
    height: auto;
    background-color: #FFFFFF;
    background-size: cover;
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 5px #c1c1c1;
    margin-top: -5%;
}

.faixa-por-cima-superbanner-desktop {
    background-color: transparent;
    width: 100%;
    background-size: cover;
    height: auto;
    z-index: 2000;
    position: absolute;
    bottom: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.titulo-missao-visao-valores {
    color: #921616;
    font-size: 20px;
}

.titulo-missao-visao-valores-mobile {
    color: #921616;
    font-size: 16px;
}

.texto-missao-visao-valores {
    color: #333333;
    font-size: 16px;
}

.texto-missao-visao-valores-mobile {
    color: #333333;
    font-size: 16px;
}

.botao-padrao {
    background-color: #921616;
    background-size: cover;
    width: 360px;
    text-align: center;
    height: 70px;
    border-radius: 10px;
    padding-top: 4%;
    padding-bottom: 3%;
    color: #f5d116;
    font-size: 24px;
}

.leia-mais-home {
    color: #921616;
    font-size: 18px;
    font-weight: 300;
}

.titulo-outras-noticias-home {
    font-size: 15px;
    color: #921616;
    font-weight: 300;
}

.chamada-outras-noticias-home {
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 200;
    margin-top: 2%;
}

.data-noticia-home {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 200;
}

.data-outras-noticias-home {
    color: #2a2a2a;
    font-size: 10px;
    font-weight: 200;
}

.leia-mais-outras-noticias-home {
    color: #921616;
    font-size: 14px;
    font-weight: 300;
}

.card-noticia-home {
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    background-size: cover;
    border-bottom: 2px solid #d7d7d7;
    padding-bottom: 6%;
    padding-top: 6%;
    padding-left: 6%;
    padding-right: 6%;
}

.data-noticia-destaque-home {
    color: #2A2A2A;
    font-size: 18px;
    margin-top: 5%;
}

.data-outras-noticias-home {
    color: #2A2A2A;
    font-size: 15px;
    margin-top: 2%;
}

.fundo-1-real {
    background-size: cover;
    background-color: #f5faff;
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 3%;
}

.fundo-rodape-cima {
    background-color: #921616;
    background-size: cover;
    width: 100%;
    height: 100px;
}

.fundo-rodape-baixo {
    height: auto;
    background-color: #F2C112;
    background-size: cover;
    width: 100%;
    padding-bottom: 2%;
}

.assinatura {
    font-size: 16px;
    background-color: #921616;
    background-size: cover;
    width: 100%;
    height: auto;
    color: #F5FAFF;
    padding-top: 1%;
    padding-bottom: 1%;
}

.texto-rodape {
    font-size: 14px;
    color: #202020;
    margin-top: 5%;
}

.texto-rodape-mobile {
    font-size: 13px;
    color: #202020;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.titulo-redes-sociais {
    color: #921616;
    font-size: 21px;
    text-align: center;
    font-weight: 500;
}

.links-menu-rodape {
    color: #921616;
    font-size: 16px;
    margin-top: 2%;
}

.links-menu-rodape:hover {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 2%;
    cursor: pointer;
    font-weight: 600;
}

.fundo-cima-internas {
    background-color: #F1BA10;
    background-size: cover;
    width: 100%;
    height: 50px;
}

.fundo-meio-internas {
    background-color: #921616;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

.fundo-baixo-internas {
    background-color: #F4CC15;
    background-size: cover;
    width: 100%;
    height: 50px;
    padding-top: 1%;
    padding-bottom: 1%;
}

.link-menu-internas {
    color: #f1be11;
    font-size: 16px;
    font-weight: 500;
    float: left;
}

.link-menu-internas:hover {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    float: left;
}

.card-noticia-interna {
    background-color: #FFFFFF;
    background-size: cover;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
    height: 200px;
    border: 2px solid #D7D7D7;
}

.titulo-noticia-interna {
    color: #921616;
    font-size: 15px;
    font-weight: bold;
}

.conteudo-noticia-interna {
    color: #434343;
    font-size: 13pt;
    margin-top: 5%;
}

.chamada-noticia-interna {
    color: #2A2A2A;
    font-size: 14px;
    margin-top: 3%;
}

.leia-mais-interna {
    color: #921616;
    font-size: 14px;
    font-weight: bold;
    margin-top: 2%;
}

.data-noticia-leia-mais-interna {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5%;
}

.fundo-fale-conosco {
    height: auto;
    padding-bottom: 2%;
    padding-top: 2%;
    background-color: #f5faff;
    width: 100%;
    background-size: cover;
    margin-top: 3%;
}

.card-banco {
    background-color: #f3ca14;
    width: 100%;
    height: auto;
    background-size: cover;    
    padding-bottom: 4%;
    padding-top: 4%;    
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 20px;
    text-align: center;
    color:#202020;
}

.card-pix {
    background-color: #f3ca14;
    width: 100%;
    height: auto;
    background-size: cover;    
    padding-bottom: 4%;
    padding-top: 4%;    
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 30px;
    text-align: center;
    color:#202020;
}

.faixa-por-cima-superbanner-mobile {
    background-color: transparent;
    width: 100%;
    background-size: cover;
    height: auto;
    z-index: 2000;
    position: absolute;
    bottom: 10%;
    /*padding-top: 2%;
    padding-bottom: 2%;*/
}

.botao-padrao-mobile {
    background-color: #921616;
    background-size: cover;
    width: 100%;
    text-align: center;
    height: auto;
    border-radius: 10px;
    padding-top: 4%;
    padding-bottom: 3%;
    color: #f5d116;
    font-size: 24px;
}

.links-menu-mobile {
    font-size: 17px;
    color: #F5D116;
    font-weight: 500;
    float: left;
}

.fundo-fique-por-dentro {
    height: 257px;
    background-image: url("layout/fundo_fique_por_dentro.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background-size: cover;
    margin-top: -5.5%;
}

.fundo-fique-por-dentro-mobile {
    height: auto;
    background-image: url("layout/fundo_fique_por_dentro.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background-size: cover;
    margin-top: -12%;
}

.titulos-secoes {
    color: #921616;
    font-size: 35px;
    font-weight: 500;
    margin-top: 25%;
}

.titulos-secoes-mobile {
    color: #921616;
    font-size: 35px;
    font-weight: 500;    
    padding-bottom: 5%;    
}


/**UTILIZADOS - fim */