.map {
    display: grid;
    grid-template-columns: 100%;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.text-map {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.texto-localizacao {
    font-size: 1.2rem;
    color: var(--cor-laranja);
    font-family: 'ms900';
}

.texto-endereco > p {
    font-size: 1.8rem;
    font-family: 'ms700';
    color: black;
}

.texto-endereco .localizacao_texto{
    font-size: 1.2rem;
    font-family: 'b-regular';
    color: var(--cor-verde);
    margin: 20px 0;
    display: grid;
    grid-template-columns: 70%;
    justify-content: center;
}

.texto-endereco {
    font-size: 1.5rem;
    margin-top: 20px;
    font-family: 'ms500';
    color: var(--cor-verde);
    position: relative;
}


.list_lazer {
    display: grid;
    grid-template-columns: 30% 30%;
    justify-content: center;
    margin-top: 50px;
    font-family: 'ms500';
    padding-bottom: 25px;
    color: var(--cor-marrom);

}

.list_lazer .item p {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    column-gap: 10px;

}

.itens_atendimento {
    display: grid;
    grid-template-columns: 25% 25% 25%;
    justify-content: center;
    background-color: var(--cor-verde);
    margin-top: -20px;
position: fixed;
    bottom: -6px;
    width: 100%;
    z-index: 999;
}


.itens_atendimento a img {
    transition: filter 0.3s ease; /* Suaviza a transição do filtro */
}

.itens_atendimento a:hover img {
    filter: brightness(1.2); /* Aumenta o brilho da imagem em 50% durante o hover */
}

.itens_atendimento img {
    width: 100%
}

.list_lazer {
    display: grid;
    grid-template-columns: 30% 30%;
    justify-content: center;
    margin-top: 50px;
    font-family: 'ms500';
    color: var(--cor-marrom);
}

    .itens_localizacao {
      display: flex;
      gap: 40px;
      max-width: 1000px;
      margin: auto;
      flex-wrap: wrap;
    }

    .column {
      flex: 1;
      min-width: 300px;
      margin-top: 10px;
    }

    .column p {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      margin: 6px 0;
      margin-bottom: 10px;
    }

    .linha {
      flex: 1;
      position: relative;
      display: flex;
      margin-right: 10px;

    }

    .linha::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      border-bottom: 1px dotted #999;
      z-index: 0;
    }

    .local {
      background: #f9f9f9;
      position: relative;
      z-index: 1;
      padding-right: 4px;
          display: flex;
    align-items: center;
    column-gap: 5px;
    }

    .tempo {
      white-space: nowrap;
      background: #f9f9f9;
      position: relative;
      z-index: 1;
      padding-left: 4px;
    }

@media only screen and (max-width: 813px) {


.itens_atendimento {
    display: grid;
        grid-template-columns: 100%;
    margin-top: 0px;
position: relative;
justify-content: center;
    bottom: 0px;
    width: 100%;
    z-index: 0;
}

    .list_lazer {
        display: grid;
        grid-template-columns: 50%;
        justify-content: center;
        margin-top: 50px;
        font-family: 'ms500';
        color: var(--cor-marrom);
    }

.texto-endereco {
    font-size: 1.2rem;
    margin-top: 20px;
    font-family: 'ms500';
    color: var(--cor-verde);
    position: relative;
}

.itens_localizacao {
    display: grid;
    justify-content: center;
    grid-template-columns: 90%;
    gap: 0px;
    max-width: auto;
    margin: auto;
    flex-wrap: wrap;
}

}