#map {
    height: 520px;
    width: 100%;
    position: relative;
}

#map_01 .category-grid-box-1 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 5px -1px rgb(0 0 0 / 16%);
    margin-bottom: 30px;
    overflow: hidden;
    float: left;
    display: block;
    width: 100%;
    position: relative;
    opacity: 0.95;
}

#map_01 .cluster div {
    background-color: #c5051f;
}

#map_01 .box-map-home {
    overflow: hidden;
    position: relative;
    background-color: rgba(232, 232, 232, 0.95);
    padding: 35px 20px;
    padding-bottom: 35px;
}

#map_01 .infoBox {
    left: -44% !important;
    bottom: -220px !important;
    width: 400px !important;
}

#map_01 .infogeralmap p {
    font-size: 14px;
    font-family: "Poppins",sans-serif;
    color: #575757;
}

#map_01 .tit-unidade-map {
    color: #444;
    font-size: 17px !important;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    margin-bottom: 20px;
}

#map_01 .tit-serv-mapbox {
    color: #c5051f;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: 700;
    font-family: "Poppins",sans-serif;
}

#map_01 .data-infobox {
    line-height: 1.6em;
    font-size: 13px;
    color: #575757;
    font-family: "Poppins",sans-serif;
}

#map_01 .botao-maps-home {
    border: 1px solid #c5051f;
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    font-size: 15px !important;
    color: #c5051f !important;
}

#map_01 .botao-whatsapp-maps {
    border: 1px solid #33af23;
    background-color: #33af23;
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    font-size: 15px !important;
    color: #FFF !important;
}

@media screen and (max-width: 768px) {
    #map {
        height: 500px;
        width: 100%;
        position: relative;
    }

    #map_01 .infoBox {
        left: -50% !important;
        bottom: -220px !important;
        width: 100% !important;
    }
}

.header-phone {
    width: 180px;
    margin-left: 15px;
}

.header-phone .top-telefone {
    position: relative;
    list-style: none;
}

.menu-header-new li {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

.header-phone .top-telefone .dropdown-btn {
    position: relative;
}

.header-phone .dropdown-btn {
    cursor: pointer;
    border-radius:4px; 
    background: #FFC107; 
    color: #FFF !important; 
    padding: 10px 15px; 
    border: 1px solid #FFC107;
}

.header-phone .dropdown-btn a {
    color: #FFF !important;
}
.header-phone .dropdown-btn a:hover {
    color: #9A191E !important;
}

.header-phone i {
    font-size: 20px;
    margin-right: 5px;
}

.header-phone .top-telefone ul {
    padding: 0;
    list-style: none;
    z-index: 999;
}

.menu-header-new li {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}

.header-phone .top-telefone ul {
    padding: 0;
    list-style: none;
}

.header-phone .dropdown-content ul>div {
    padding: 10px;
    background-color: #9A191E;
    color: #fff;
    position: relative;
    border-bottom: 1px solid rgba(120, 2, 6, 0.8);
}

.header-phone .dropdown-content ul>li {
    display: none;
}

.header-phone .dropdown-content li {
    float: none;
    padding-left: auto;
    padding-right: auto;
    cursor: pointer;
}

.header-phone .dropdown-content ul>li>div {
    padding: 5px 10px;
    border-bottom: 1px solid #d8d8d8;
}

.header-phone .dropdown-content ul>li span {
    color: #707070;
    font-size: 12px;
}

.header-phone .dropdown-content {
    position: absolute;
    display: none;
    width: 300px;
    left: 0px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.header-phone .top-telefone .dropdown-btn.open::after {
    transform: translateY(-50%) rotate(180deg);
    margin-left: 10px;
    }

.header-phone .top-telefone .dropdown-btn::after {
    font-family: "FontAwesome",sans-serif;
    content: "\f107";
    position: absolute;
    top: 55%;
    transform: translateY(-50%) rotate(0);
    color: #FFF;
    font-size: 25px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; 
    margin-left: 10px;
}


.header-phone .top-telefone {
    position: relative;
    list-style: none;
}

@media screen and (max-width: 768px) {
    .header-phone {
        width: 100%;
        margin-left: 0px;
    }

    .header-phone .dropdown-content {
        width: 100%;
    }
}