#paginaTransplanteCapilar {
    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 h2 {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    margin: 30px 0;
}

.blocoInicial .boxBaixo .boxTexto {
    float: left;
    width: 100%;
}

/* Técnica FUE */

.tecnicaFue {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #F4F1EF;
}

.tecnicaFue .container {
    display: flex;
    align-items: center;
}

.tecnicaFue 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;
}

.tecnicaFue h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 5px;
    background: #9E4B47;
}

/* Correção da Calvície */

.correcaoDaCalvicie {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: url(../../../uploads/2023/07/Bg-A-GrafGuimaraes.jpg) center center no-repeat;
    background-size: 100% auto;
}

.correcaoDaCalvicie h2 {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
}

.correcaoDaCalvicie h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 5px;
    background: #9E4B47;
}

.correcaoDaCalvicie .boxBaixo {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
}

@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: 30px;
    }

}

@media (max-width: 768px) {

    /* Bloco Inicial */

    .blocoInicial h1 {
        font-size: 24px;
        line-height: 34px;
    }

    /* FUE */

    .tecnicaFue {
        padding: 50px 0 0 0;
    }

    .tecnicaFue .container {
        flex-direction: column;
    }

    /* Correção da Calvície */

    .correcaoDaCalvicie {
        padding: 30px 0 0 0;
    }

    .correcaoDaCalvicie h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .correcaoDaCalvicie .boxBaixo {
        flex-direction: column;
    }

    .correcaoDaCalvicie .boxBaixo figure {
        margin-top: 20px;
    }

}

@media (max-width: 500px) {

    /* Bloco Inicial */

    .blocoInicial .boxBaixo .boxDoutoraCima {
        flex-direction: column;
    }

    .blocoInicial .boxBaixo .boxDoutoraCima figure {
        margin-bottom: 20px;
    }

    .blocoInicial .boxBaixo .boxDoutoraCima span {
        text-align: center;
    }

}