#paginapicoway {
    float: left;
    width: 100%;
    padding: 0 0 50px 0;
}

/* Bloco Inicial */

.blocoInicial {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.blocoInicial h1 {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
    margin: 0 0 10px 0;
}

.blocoInicial span.subtitulo {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    margin: 0 0 40px 0;
}

.blocoInicial .boxBaixo {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.blocoInicial .boxBaixo .boxDoutoraCima {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.blocoInicial .boxBaixo .boxDoutoraCima span {
    color: #EA6C00;
    flex: 1;
    margin-left: 20px;
    font-weight: bold;
    font-size: 16px;
}

.blocoInicial .boxBaixo .boxTexto {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.blocoInicial .textoBaixo {
    float: left;
    width: 100%;
    margin-top: 40px;
}

/* Rejuvenecimento */

.boxRejuvenecimento {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #F4F1EF;
}

.boxRejuvenecimento .boxCima {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.boxRejuvenecimento h2 {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    position: relative;
    margin: 0 0 40px 0;
    padding-bottom: 20px;
}

.boxRejuvenecimento h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 5px;
    background: #9E4B47;
}

.boxRejuvenecimento .boxBaixo {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.boxRejuvenecimento .boxBaixo .boxBg {
    float: left;
    width: 100%;
    background: #9E4B47;
    border-radius: 0 80px 0 80px;
    padding: 25px;
}

.boxRejuvenecimento .boxBaixo .boxBg .titulo {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin: 0 0 30px 0;
}

.boxRejuvenecimento .boxBaixo .boxBg ul {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;
    margin: 0;
}

.boxRejuvenecimento .boxBaixo .boxBg ul li {
    list-style: none;
    text-align: center;
}

.boxRejuvenecimento .boxBaixo .boxBg ul li span {
    float: left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin: 20px 0 0 0;
    line-height: 22px;
}

/* Remoção de Manchas */

.remocaoDeManchas {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: url(../../../uploads/2023/05/Background-A-Clinica.jpg) no-repeat;
    background-size: cover;
}

.remocaoDeManchas .boxCima {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.remocaoDeManchas h2 {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    position: relative;
    margin: 0 0 40px 0;
    padding-bottom: 20px;
}

.remocaoDeManchas h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 5px;
    background: #9E4B47;
}

.remocaoDeManchas .boxBaixo {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.remocaoDeManchas .boxBaixo .boxBg {
    float: left;
    width: 100%;
    background: #9E4B47;
    border-radius: 0 80px 0 80px;
    padding: 25px;
}

.remocaoDeManchas .boxBaixo .boxBg .titulo {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin: 0 0 30px 0;
}

.remocaoDeManchas .boxBaixo .boxBg ul {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;
    margin: 0;
}

.remocaoDeManchas .boxBaixo .boxBg ul li {
    list-style: none;
    text-align: center;
}

.remocaoDeManchas .boxBaixo .boxBg ul li span {
    float: left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin: 20px 0 0 0;
    line-height: 22px;
}

/* Remoção de Tatuagens */

.remocaoDeTatuagens {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #F4F1EF;
}

.remocaoDeTatuagens .boxCima {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.remocaoDeTatuagens h2 {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    position: relative;
    margin: 0 0 40px 0;
    padding-bottom: 20px;
}

.remocaoDeTatuagens h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 5px;
    background: #9E4B47;
}

.remocaoDeTatuagens .boxBaixo {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.remocaoDeTatuagens .boxBaixo .boxBg {
    float: left;
    width: 100%;
    background: #9E4B47;
    border-radius: 0 80px 0 80px;
    padding: 25px;
}

.remocaoDeTatuagens .boxBaixo .boxBg .titulo {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin: 0 0 30px 0;
}

.remocaoDeTatuagens .boxBaixo .boxBg ul {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;
    margin: 0;
}

.remocaoDeTatuagens .boxBaixo .boxBg ul li {
    list-style: none;
    text-align: center;
}

.remocaoDeTatuagens .boxBaixo .boxBg ul li span {
    float: left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin: 20px 0 0 0;
    line-height: 22px;
}

/* Doutora Mônica */

.doutoraMonica {
    float: left; 
    width: 100%;
    padding: 50px 0; 
}

.doutoraMonica h2 {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 40px 0;
}

.doutoraMonica .boxTexto {
    float: left;
    width: 100%;
}

.doutoraMonica .boxEsquerda figure {
    margin-bottom: 30px;
}

.doutoraMonica .crm {
    float: left;
    width: 100%;
    margin: 50px 0 20px 0;
    font-size: 18px;
}

.doutoraMonica ul {
    float: left;
    width: 100%;
    margin: 40px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.doutoraMonica ul li {
    list-style: none;
    text-align: center;
}

.doutoraMonica .boxLink {
    float: left;
    width: 100%;
    text-align: center;
}

.doutoraMonica .boxLink a {
    padding: 10px 20px;
    background: #EA6C00;
    border-radius: 10px;
}

.doutoraMonica .boxLink a span {
    color: #fff;
    margin-right: 10px;
}

@media (max-width: 1000px) {

    /* Bloco Inicial */

    .blocoInicial {
        padding: 50px 0 0 0;
    }

    .blocoInicial .boxBaixo {
        flex-direction: column-reverse;
    }

    .blocoInicial span.subtitulo {
        margin: 0 0 20px 0;
    }

    .blocoInicial .boxBaixo .col-sm-6 {
        float: left;
        width: 100%;
        max-width: 100%;
    }

    .blocoInicial .boxBaixo .imagemPrincipal {
        text-align: center;
        margin-top: 10px;
    }

    /* Rejuvenecimento */

    .boxRejuvenecimento .boxBaixo .col-sm-8 {
        float: left;
        width: 100%;
        max-width: 100%;
    }

    /* Remoção de Manchas */

    .remocaoDeManchas .boxBaixo .col-sm-8 {
        float: left;
        width: 100%;
        max-width: 100%;
    }

    /* Remoção de Tatuagens */

    .remocaoDeTatuagens .boxBaixo .col-sm-8 {
        float: left;
        width: 100%;
        max-width: 100%;
    }

}

@media (max-width: 768px) {

    /* Bloco Inicial */

    .blocoInicial h1 {
        font-size: 24px;
        line-height: 34px;
    }

    /* Rejuvenecimento */

    .boxRejuvenecimento {
        padding: 30px 0;
    }

    .boxRejuvenecimento .boxCima {
        flex-direction: column;
    }

    .boxRejuvenecimento .boxCima figure {
        margin-top: 30px;
    }

    .boxRejuvenecimento .boxBaixo .boxBg ul {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .boxRejuvenecimento .boxBaixo .boxBg ul li figure img {
        max-width: 50px!important;
    }

    .boxRejuvenecimento .boxBaixo .boxBg ul li span {
        margin: 15px 0 0 0;
    }

    .boxRejuvenecimento .boxBaixo .boxBg ul li span br {
        display: none;
    }

    /* Remoção de Manchas */

    .remocaoDeManchas {
        padding: 30px 0;
    }

    .remocaoDeManchas .boxCima {
        flex-direction: column;
    }

    .remocaoDeManchas .boxCima figure {
        margin-top: 30px;
    }

    .remocaoDeManchas .boxBaixo .boxBg ul {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .remocaoDeManchas .boxBaixo .boxBg ul li figure img {
        max-width: 50px!important;
    }

    .remocaoDeManchas .boxBaixo .boxBg ul li span {
        margin: 15px 0 0 0;
    }

    .remocaoDeManchas .boxBaixo .boxBg ul li span br {
        display: none;
    }

    /* Remoção de Tatuagens */

    .remocaoDeTatuagens {
        padding: 30px 0;
    }

    .remocaoDeTatuagens .boxCima {
        flex-direction: column;
    }

    .remocaoDeTatuagens .boxCima figure {
        margin-top: 30px;
    }

    .remocaoDeTatuagens .boxBaixo .boxBg ul {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .remocaoDeTatuagens .boxBaixo .boxBg ul li figure img {
        max-width: 50px!important;
    }

    .remocaoDeTatuagens .boxBaixo .boxBg ul li span {
        margin: 15px 0 0 0;
    }

    .remocaoDeTatuagens .boxBaixo .boxBg ul li span br {
        display: none;
    }

    /* Doutora Monica */

    .doutoraMonica {
        padding: 30px 0;
    }

    .doutoraMonica h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .doutoraMonica .col-sm-6 {
        float: left;
        width: 100%;
    }

    .doutoraMonica .crm {
        margin: 20px 0;
    }

}

@media (max-width: 500px) {

    /* Bloco Inicial */

    .blocoInicial .boxBaixo .boxDoutoraCima {
        flex-direction: column;
    }

    .blocoInicial .boxBaixo .boxDoutoraCima figure {
        margin-bottom: 20px;
    }

    .blocoInicial .boxBaixo .boxDoutoraCima .textoDoutor {
        margin: 0;
        text-align: center;
    }

    .blocoInicial .boxBaixo .boxDoutoraCima span {
        text-align: center;
        margin-bottom: 10px;
    }

}