@media screen and (max-width: 700px) {
    .desktop{
        display: none;
    }
    .whatsapp{
        display: none;
    }
    .mobile-responsive{
        display: flex;
    }
    .responsive{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background-color: #efebea;
        position: fixed;
        z-index: 99999;
        box-shadow: 0px 0px 1vh #c1bebd;
        transition: 0.5s;
    }
    .ancora-logo-header-responsive{
        width: 40%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        text-decoration: none;
        margin-left: 2vh;
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
    .logo-header-responsive{
        width: 30%;
        height: auto;
        margin-right: 1vh;
    }
    .texto-logo-header-responsive{
        width: auto;
        height: auto;
    }
    .nav-header-responsive{
        width: 30%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-right: 3vh;
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
    .ancora-nav-header-responsive{
        width: 15%;
        height: auto;
    }
    .pinmapa{
        width: 11%;
    }
    .imagem-ancora-nav-header-responsive{
        width: 100%;
        height: auto;
    }
    .banner-primeira-sesao-responsive{
        width: 100%;
        height: auto;
        margin-top: 3vh;
    }
    .barra-degrade{
        width: 100%;
        height: 0.5vh;
    }
    .segunda-sesao-responsive{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: url(imagens/FundoSegundaSessao.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .titulo-segunda-sesao-responsive{
        width: auto;
        height: auto;
        font-size: 3vh;
        font-family: 'lucida-grande';
        margin-top: 3vh;
        margin-bottom: 3vh;
    }
    .paragrafo-segunda-sesao-responsive{
        width: auto;
        height: auto;
        font-size: 1.2vh;
        line-height: 1.7;
        font-family: 'lucida-grande';
        color: #264e36;
    }
    .texto-destaque-paragrafo-segunda-sesao-responsive{
        font-family: 'alkaline';
        font-size: 1.8vh;
        line-height: 0vh;
        font-weight: bold;
    }
    /*CARROSEL RESPONSIVE*/
    .sesao-carrosel-responsive{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 3vh;
        margin-bottom: 3vh;
    }
    .carrosel-responsive{
        width: 200px;
        height: auto;
        overflow: hidden;
    }
    .setas-responsive{
        width: 10%;
        height: auto;
    }
    .seta-esquerda-carrosel-responsive{
        margin-right: 2vh;
    }
    .seta-direita-carrosel-responsive{
        margin-left: 2vh;
    }
    .container-carrosel-responsive{
        width: auto;
        height: auto;
        display: flex;
        flex-direction: row;
        transition: 0.5s;
    }
    .cartao-container-carrosel-responsive{
        min-width: 200px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
    }
    .titulo-cartao-carrosel-responsive{
        width: auto;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
    }
    .imagem-titulo-cartao-carrosel-responsive{
        width: 17%;
        height: auto;
        margin-right: 0.5vh;
    }
    .texto-titulo-cartao-carrosel-responsive{
        font-family: 'lucida-grande';
        font-size: 2vh;
        font-weight: bold;    
    }
    .paragrafo-cartao-carrosel-responsive{
        width: max-content;
        font-size: 1.5vh;
        margin-top: 2vh;
        margin-bottom: 2vh;
        text-align: center;
        line-height: 1.8vh;
    }
    .ancora-saibamais-cartao-carrosel-responsive{
        font-family: 'alkaline';
        font-size: 2vh;
        text-decoration: none;
        font-weight: bold;
    }
    /*FINAL CARROSEL RESPONSIVE*/
    .contato-segunda-sesao-responsive{
        margin-top: 3vh;
        margin-bottom: 3vh;
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .titulo-contato-segunda-sesao-responsive{
        width: auto;
        height: auto;
        font-family: 'alkaline';
        font-size: 3vh;
        color: #009a17;
        font-weight: bolder;
    }
    .unidade-contato-responsive{
        font-family: 'alkaline';
        font-size: 2.5vh;
        font-weight: bold;
        color: #009a17;
        margin-bottom: 2vh;
        margin-top: 2vh;
    }
    .logo-whatsapp-contato-responsive{
        width: 3%;
        height: auto;
        margin-right: 1vh;
    }
    .medicina-whatsapp-contato-responsive{
        width: 100%;
        display: flex;
        align-items: center;
        color: #53b0ae;
        text-decoration: none;
        font-size: 1.5vh;
        font-family: 'lucida-grande';
        font-weight: bold;
        margin-bottom: 2vh;
    }
    .banho-whatsapp-contato-responsive{
        width: 100%;
        display: flex;
        align-items: center;
        color: #009a17;
        text-decoration: none;
        font-size: 1.5vh;
        font-family: 'lucida-grande';
        font-weight: bold;
        margin-bottom: 2vh;
    }
    .email-contato-responsive{
        width: 100%;
        display: flex;
        align-items: center;
        color: #264e36;
        text-decoration: none;
        font-size: 1.5vh;
        font-family: 'lucida-grande';
        font-weight: bold;
        margin-bottom: 1.5vh;
    }
    .logo-email-contato-responsive{
        width: 3%;
        height: auto;
        margin-right: 1vh;
    }
    .endereco-contato-responsive{
        width: 100%;
        display: flex;
        align-items: center;
        color: #264e36;
        text-decoration: none;
        font-size: 1.5vh;
        font-family: 'lucida-grande';
        font-weight: bold;
    }
    .pinmapa-contato-responsive{
        width: 3%;
        height: auto;
        margin-right: 1vh;
    }
    .texto-mapa-contato-sesao-responsive{
        font-family: 'lucida-grande';
        font-size: 1.5vh;
        line-height: 1.8vh;
        color: #264e36;
    }
    footer{
        margin-top: 2vh;
        margin-bottom: 1vh;
    }
    .politica-footer{
        flex-direction: column;
    }
    .ancora-politica-footer{
        font-size: 1.3vh;
    }
    .texto-politica-footer{
        font-size: 1.3vh;
        margin-top: 1.5vh;
        margin-bottom: 1.5vh;
    }
    .logo-ffdnacriativo-footer{
        width: 30%;
    }
    .carrosel-primeira-sesao{
        display: none;
    }
    .logo-dinola-footer{
        display: none;
    }

    #segunda-sesao-home{
        display: none;
    }

    /*POLITICA E PRIVACIDADE*/
    .borda-segunda-sessao-politicaeprivacidade{
        margin-top: 4vh;
    }
    .titulo-segunda-sesao-politicaeprivacidade{
    font-size: 2.5vh;
    margin-top: 5vh;
    margin-bottom: 3vh;
    margin-left: 4vh;
    }
    .texto-segunda-sesao-politicaeprivacidade{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4vh;
    font-size: 1.1vh;
    margin-left: 4vh;
    margin-bottom: 3vh;
    }
    .titulo-paragrafo-politicaeprivacidade{
    font-size: 2vh;
    }
}