.lentes-hero {
    background-image: url(https://ianarapinho.odo.br/wp-content/uploads/2024/05/fundo-lente-de-contato-dental-ianara-pinho.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.content-lentes-hero {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-top: 120px;
    max-width: 1200px;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.texto-lentes-hero {
    max-width: 600px;
}

.texto-lentes-hero h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.texto-lentes-hero p {
    font-size: 26px;
    line-height: 38px;
    font-style: normal;
    font-weight: normal;
    color: #F4F3F3;
    margin-bottom: 25px;
}

.texto-lentes-hero-2 p {
    font-size: 14px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
    color: #F4F3F3;
    margin-bottom: 25px;
}

.img-lentes-hero {
    max-width: 800px;
    text-align: center;
    width: 100%;
}

.img-lentes-hero img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.btn-agendar {
    cursor: pointer;
    color: #393D45;
    background-color: #4DFF74;
    border: 2px solid #4DFF74;
    border-radius: 10px;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Responsividade com ordem invertida */
@media (max-width: 1200px) {
    .content-lentes-hero {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .texto-lentes-hero {
        max-width: 100%;
        padding: 0 10%;
        order: 0; /* texto em cima */
    }

    .img-lentes-hero {
        max-width: 100%;
        order: 1; /* imagem embaixo */
    }
}
