﻿.wrapper-novo {
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 100px 10px !important;
}

.containerImgTexto {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.containerImgMapa {
    background-image: url("/img/ondeEstamos/mapa.png");
    background-repeat: no-repeat;
    height: 243px;
    width: 303px;
}

.containerTextoNumero {
    display: flex;
    flex-direction: column;
}

.containerTextoOndeEstamos {
    color: #666;
    display: block;
    font-size: 13px;
    padding: 0px;
}

.headPresencaNacional {
    color: #f56e23;
    display: block;
    font-size: 25px;
    font-weight: bold;
}

.textoPresencaNacional {
    width: 300px;
}

.containerTextoPhone {
    display: block;
    width: 280px;
}

.containerPhone0800 {
    color: #f56e23;
    font-size: 30px;
    font-weight: bold;
    width: 250px;
}

.containerTextoLigue {
    margin-top: 10px;
}

.scrollEstados {
    /*background-color:gray;*/
    display: block;
    height: 250px;
    margin-left: 643px;
    margin-top: -241px;
    overflow: auto;
    text-align: left;
    width: 210px;
}

.containerTextoEstados {
    /*background-color:#f56e23;*/
    color: #666;
    height: 350px;
    position: relative;
    width: 150px;
    white-space: pre;
}

.enfatizaEstados {
    color: #f56e23;
    font-weight: bold;
}

.first {
    display: none;
}

ul.menu_onde {
    width: 190px;
    height: 254px;
    overflow: hidden;
}

li.filiais_bne {
    padding-bottom: 15px;
    list-style: none;
}

span.enfatizaEstados {
    color: #f56e23;
    font-weight: bold;
}

#controller a.next {
    padding: 5px 40px 5px 40px;
    margin-left: 50px;
    margin-top: 20px;
    cursor: pointer;
    border-top: 1px #f0f0f0 solid;
}

.bg_list_filial {
    width: 240px;
    height: 322px;
    background: white;
    padding: 0px;
    border-left: 1px solid #f5f5f5;
}

i.fa-sort-desc {
    font-size: 26px;
    color: #c6c6c6;
}

#controller a.next:hover {
    background: #f0f0f0;
}

#upTopo {
    height: 80px !important;
}

/*.Logo_3{
    padding-top: 0px;
}*/

.teste {
    flex-wrap: wrap;
    display: flex;
}

@media (max-width: 903px) {
    .wrapper-novo {
        gap: 40px;
        justify-content: center;
    } 
}