#paginaInboundMarketing {
    float: left;
    width: 100%;
    padding: 50px 0;
}

/* Bloco Inicial */

.blocoInicial {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.blocoInicial h1 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 50px 0;
    color: #3B3663;
    font-size: 30px;
}

.blocoInicial .boxTexto {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
}

.blocoInicial .boxTexto h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
    color: #3B3663;
    font-size: 24px;
}

.blocoInicial .boxTexto .textoBox {
    float: left;
    width: 100%;
}

/* Últimos Sites */

.ultimosSites {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: linear-gradient(to right, #EFECEC 50%, transparent 50%);
    text-align: center;
}

.ultimosSites h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
    color: #3B3663;
    font-size: 24px;
    line-height: 34px;
}

.ultimosSites .boxTexto {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.ultimosSites ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.ultimosSites ul li {
    list-style: none;
}

.ultimosSites ul li a {
    display: inline-block;
    color: #3B3663;
    text-decoration: underline!important;
    margin-top: 20px;
    font-size: 16px;
}

/* Marketing de Performance */

.marketingDePerformance {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: url('../../../uploads/2023/03/bg-marketing-de-performance.jpg') center center no-repeat;
    background-size: cover;
}

.marketingDePerformance h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
    color: #3B3663;
    line-height: 34px;
    font-size: 24px;
}

.marketingDePerformance .boxBaixo {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marketingDePerformance .boxLinkBaixo {
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.marketingDePerformance .boxLinkBaixo a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(269.28deg, rgba(85, 26, 103, 0.31) 20.86%, rgba(85, 26, 103, 0) 92.67%), #DC0456;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    border-radius: 10px;
    width: auto;
    padding: 10px 20px;
}

.marketingDePerformance .boxLinkBaixo a img {
    width: 25px;
}

.marketingDePerformance .boxLinkBaixo a span {
    color: #fff;
    margin-left: 10px;
}

/* Sites Responsivos */

.sitesResponsivos {
    float: left;
    width: 100%;
    background: url(../../../uploads/2023/03/bg-sites-responsivos.jpg) #EFECEC center center no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.sitesResponsivos h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
    color: #3B3663;
    font-size: 24px;
}

.sitesResponsivos .boxTexto {
    float: left;
    width: 100%;
    text-align: center;
}

/* Vantagens do WordPress */

.vantagensDoWordpress {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.vantagensDoWordpress h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
    color: #3B3663;
    font-size: 24px;
}

.vantagensDoWordpress .boxBaixo {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {

    #paginaInboundMarketing {
        padding: 30px 0 50px 0;
    }

    /* Bloco Inicial */

    .blocoInicial {
        padding-bottom: 30px;
    }

    .blocoInicial h1 {
        margin: 0 0 35px 0;
        font-size: 24px;
        line-height: 34px;
    }

    .blocoInicial .boxTexto {
        flex-direction: column;
    }

    .blocoInicial .boxTexto figure {
        margin-top: 30px;
    }

    /* Últimos Sites */

    .ultimosSites {
        padding: 35px 0;
        background: #EFECEC;
    }

    .ultimosSites .boxTexto {
        margin-bottom: 30px;
    }

    .ultimosSites ul {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 20px;
    }

    /* Marketing e Performance */

    .marketingDePerformance {
        padding: 40px 0;
    }

    .marketingDePerformance .boxBaixo {
        flex-direction: column;
    }

    .marketingDePerformance .boxBaixo figure {
        margin-top: 40px;
    }

    .marketingDePerformance .boxLinkBaixo {
        margin-top: 40px;
    }

    /* Vantagens */

    .vantagensDoWordpress {
        padding: 30px 0;
    }

    .vantagensDoWordpress h2 {
        margin: 0 0 30px 0;
        line-height: 34px;
    }

    .vantagensDoWordpress .boxBaixo {
        flex-direction: column-reverse;
    }

    .vantagensDoWordpress .boxBaixo figure {
        margin-top: 30px;
    }

}