@media screen and (max-width: 1240px) {
    .wrap {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1200px) {
    #quero1semana {
        border-radius: 0;
    }
}
@media screen and (max-width: 1100px) {
    #menuprinc {
        display: none;
    }
    #menumob-btn {
        display: block;
    }
    #header-btnWhats {
        position: absolute; top: 50%; right: 100px;
        transform: translateY(-50%);
    }

    #especialidades .section-content {
        flex-wrap: wrap;
    }
    .especialidades-la {
        width: 100%;
        text-align: center;
    }
    .especialidades-lb {
        margin: auto;
    }

    .footer-l1-cols {
        grid-template-columns: repeat(1, 1fr);
        gap: 70px;
        width: fit-content;
        margin: auto;
    }
}
@media screen and (max-width: 900px) {
    .equipe-lst {
        grid-template-columns: repeat(1, 1fr);
    }
    .equipe-lst-item-info-texto {
        height: auto;
    }

    .servicos-lst {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 830px) {

    #quem-somos .wrap {
        gap: 40px;
        flex-wrap: wrap;
    }
    #qs-la {
        width: 100%;
    }
    #qs-lb {
        margin: auto;
    }
}
@media screen and (max-width: 768px) {
    #header-top {
        display: none;
    }

    .planos-lst {
        grid-template-columns: repeat(1, 1fr);
    }

    .contato-l1 {
        flex-wrap: wrap;
    }
    .contato-l1-la {
        max-width: none;
    }
    footer .wrap {
        flex-wrap: wrap;
    } 
    #footer-la, #footer-lb {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    #previdencia .section-title br {
        display: none;
    }
    #quero1semana {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 40px;
        text-align: center;
    }
    #quero1semana br {
        display: none;
    }
    #quero1semana-lb {
        margin: auto;
    }
}
@media screen and (max-width: 600px) {
    body {
        font-size: 18px;
    }

    #header-btnWhats {
        display: none;
    }
    #header-logo img {
        max-height: 70px;
    }

    .especialidades-lb {
        display: block;
    }

    #quem-somos-frm-lb {
        padding: 0;
        display: block;
    }
    #quem-somos-frm-lb div {
        display: inline;
    }

    .contato-item {
        margin: 40px 0;
        display: block;
        text-align: center;
    }
    .contato-item-icon {
        margin: auto;
    }

    .equipe-lst-item {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        max-width: 450px;
        margin: auto;
    }
    .equipe-lst-item-img {
        width: 100%;
        height: auto;
    }
    .equipe-lst-item-info-nome {
        font-size: 28px;
    }
    .equipe-lst-item-info-texto {
        font-size: 18px;
    }
    .popup {
        padding: 100px 0;
    }
    .popup-close {
        font-size: 40px;
    }
    .popup-main {
        max-width: none;
        width: calc(100% - 40px);
    }

    .servicos-item {
        height: 320px;
    }
    .servicos-item-overlay-l1-photo {
        width: 90px;
        height: 90px;
    }
    .servicos-item-overlay-l1-nome {
        font-size: 24px; line-height: 26px;
    }
    .servicos-item-overlay-l1-links {
        margin-top: 4px;
        display: block;
    }
    .servicos-item-overlay-l1-links a {
        display: block;
        width: fit-content;
        line-height: 1.4em;
    }
}
@media screen and (max-width: 500px) {
    .planos-lst-item-planos {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }
    .planos-lst-item-title {
        font-size: 28px; line-height: 32px;
    }
}