section.banner-unidades {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.txt-banner-unidades {
    width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.txt-banner-unidades h1 {
    color: #FFF;
}
.txt-banner-unidades span {
    font-weight: bold;
    font-size: 35px;
}
.txt-banner-unidades p {
    color: #FFF;
}
section.unidade-asa-sul {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
        margin-bottom: 50px;
}
.contenier-unidade-asa-sul {
    width: 1000px;
}
.contenier-unidade-asa-sul {
    width: 1000px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.coluna-1-asa-sul {
    width: 50%;
}
.coluna-2-asa-sul {
    width: 50%;
}
.icone-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 5px;
}
.txt-localizacao-asa-sul p {
    color: #957799;
    font-weight: 900;
    margin: 0;
}
.btn-localizacao-asa-sul button {
    background-color: #D6B185;
    border: 0;
    width: 150px;
    font-size: 11px;
    height: 30px;
    border-radius: 10px;
    color: #FFF;
    font-weight: 600;
}
.texto-asa-sul {
    width: 80%;
}
.localizacao-asa-sul {
    padding-bottom: 20px;
    padding-top: 50px;
}
.texto-asa-sul {
    width: 80%;
    padding-left: 40px;
}
.txt-localizacao-asa-sul span {
    font-weight: 300;
}
.texto-asa-sul p {
    margin: 0;
    color: #858585;
    font-size: 13px;
    line-height: 1.5;
}
.texto-asa-sul span {
    font-weight: 800;
}
.funcionamento-asa-sul {
    margin-bottom: 25px;
}
.contenier-contato-asa-sul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.contato-1-asa-sul p {
    font-size: 12px;
    margin: 0;
    text-align: center;
    color: #858585;
}
.contato-1-asa-sul {
    width: 150px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #858585;
}
.contato-asa-sul {
    margin-bottom: 50px;
}
.btn-consulta-unidades button {
    background: #957799;
    border: 0;
    width: 300px;
    height: 50px;
    border-radius: 50px;
    color: #FFF;
    font-weight: 600;
}
.coluna-1-asa-sul h2 {
    color: #957799;
    font-size: 40px;

}
.coluna-1-asa-sul span {
    font-weight: 800;
}
.coluna-2-asa-sul img {
    width: 100%;
}
section.especialidades-unidades {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}