.opcao-lazer {
    display: grid;
    grid-template-columns: 70%;
    justify-content: center;
    /* background-image: url('../image/lazer/background-cinza.png'); */
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-opcao-lazer {
    color: #B1B3B6;


}

.text-lazer {
    display: grid;
    flex-direction: 60%;
    margin-top: 10px;
    column-gap: 3%;
    text-align: center;
}

.title-lazer {
    font-family: 'l-bold';
    color: var(--cor-verde);
    font-size: 2rem;
    margin-bottom: 20px;
}

.text-lazer ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #16263E;
}

.subtitle-lazer {
    color: var(--cor-preta);
    font-family: 'm-regular';
    font-size: 1.3rem;
    padding: 20px;
}

.text-lazer li {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.text-lazer img {
    margin-right: 10px;
}

.gallery-espaco {
    width: 100% !important;
    margin-top: 50px;
}

.text-lista-localizacao {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #636466;
}

.list-loc {
    display: flex;
    justify-content: center;
    text-align: start;
    color: #636466;
}

.list-loc li {
    list-style: none;
}

.list-loc ul {
    margin-left: 50px;
}

iframe {
    width: 100%;
}

.text-lazer .title {
    font-family: 'm-bold';
    color: var(--cor-amarelo);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.itens_lazer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    align-items: center;
    justify-items: center;
}

.itens_lazer .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    font-family: 'm-medium';
    text-align: center;

}

.opcoes_lazer {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    margin-bottom: 100px;
}


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


    .text-lazer {
        display: flex;
        /* grid-template-columns: 25% 25% 25% 25%; */
        margin-top: 10px;
        flex-direction: column;
    }

    .opcao-lazer {
        display: grid;
        grid-template-columns: 90%;
        justify-content: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 0px;
        padding-bottom: 50px;

    }

    .gallery-espaco {
        width: 100% !important;
        margin-top: 0px;
    }



    .title-lazer {

        font-size: 2rem !important;
    }

    .subtitle-lazer {
        color: var(--cor-preta);
        font-family: 'm-regular';
        font-size: 1rem;
        padding: 0px;
        margin-bottom: 20px;

    }

    .itens_lazer {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 1rem;
        align-items: center;
        justify-items: center;
    }

    .itens_lazer .item p {
        font-size: 0.8rem;
    }


    .opcoes_lazer {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        margin-bottom: 50px;
    }

    .container_button_plantao button {
        font-family: 'm-semibold';
        font-size: 1rem !important;
        padding: 5px 50px;
    }


}