.locais_section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: var(--gray-1);
    padding-top: 30px;
}

.locais_section h1{
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: var(--orange-1);
    font-family: 'Braah', sans-serif;
}
.container_mapa{
    width: 85%;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}
.container_mapa .mapa_area{
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mapa_area>div{
    flex:1;
}

.locais_section h1{
    font-size: 30px;
}

.mapa-container {
    position: relative;
    background-image: url('../images/mapa2.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 350px;
    height: 450px;
}

.linhas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.mapa-container .text_map{
    font-family: 'Comfortaa', sans-serif;
    font-weight: lighter;
    font-size: 14px;
    max-width: 190px;
    position:absolute;

}
.mapa-container .text_map span{
    color: var(--orange-2);
}


@media (max-width: 601px){
    .locais_section{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .locais_section h1{
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        color: var(--orange-1);
        font-family: 'Braah', sans-serif;
    }
    .container_mapa{
        flex-direction: column;
    }
    .mapa_area{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 90%;
        height: 350px;
    }
    .mapa_area .locais_list h3{
        font-size: 14px;
    }
    .mapa_area .locais_list div{
        display: flex;
        flex-wraP: wrap;
        font-size:9px;
        text-align: left;
    }
    .mapa_area .locais_list div li{
        line-height: 15px;
    }

    .mapa-container {
        width: 350px;
        height: 410px;
    }
    .linhas {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    }
    .mapa-container .text_map{
        font-family: 'Comfortaa', sans-serif;
        font-weight: lighter;
        font-size: 14px;
        max-width: 190px;
        position:absolute;

    }
    .mapa-container .text_map span{
        color: var(--orange-2);
    }

}
