#paginaGestaoDeMarketingDigital {
    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;
    line-height: 36px;
}

.blocoInicial .boxBaixo {
    float: left;
    width: 100%;
    margin-top: 30px;
}

/* Números */

.boxNumeros {
    float: left;
    width: 100%;
    background-color: #3B3663;
    padding: 50px 0;
}

.boxNumeros ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.boxNumeros ul li {
    list-style: none;
    text-align: center;
}

.boxNumeros ul li .numero {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    margin: 20px 0 0 0;
    line-height: 100%;
}

.boxNumeros ul li .subtitulo {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px 0;
    text-align: center;
}

.boxNumeros ul li .texto {
    float: left;
    width: 100%;
    color: #726F8E;
    font-size: 16px;
    margin: 0px 0 15px 0;
    text-align: center;
}

.boxNumeros ul li a {
    color: #fff;
    text-decoration: underline!important;
}

/* Agências Especializadas */

.agenciaEspecializada {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: url('../../../uploads/2023/03/bg-agencia-especializada.jpg') center center no-repeat;
    background-size: cover;
}

.agenciaEspecializada h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 50px 0;
    color: #3B3663;
    font-size: 24px;
    line-height: 36px;
}

.agenciaEspecializada .boxMeio {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agenciaEspecializada .boxBaixo {
    float: left;
    width: 100%;
    margin-top: 30px
}

/* Serviços */

.boxServicos {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.boxServicos h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
    color: #3B3663;
    font-size: 24px;
    line-height: 36px;
}

.boxServicos .boxTexto {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.boxServicos .listaConteudos {
	float: left;
	width: 100%;
}

.boxServicos .listaConteudos .card {
	display: inline-block;
    border: 0;
    width: 100%;
    margin: 0 0 10px 0!important;
	box-shadow: none!important;
    background-color: #726F8E;
    transition: all 0.2s linear;
}

.boxServicos .listaConteudos .card button {
	padding: 18px 25px;
	cursor: pointer;
	border: 0;
	width: 100%;
	text-align: center;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px;
}

.boxServicos .listaConteudos .card button p {
    font-size: 18px;
    text-align: left;
    color: #fff;
    flex: 1;
    margin: 0;
}

.boxServicos .listaConteudos .card button span {
    color: #551A67;
    font-size: 20px;
    display: flex;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.boxServicos .listaConteudos .card button span.menos {
	display: flex;
}

.boxServicos .listaConteudos .card button span.mais {
	display: none;
}

.boxServicos .listaConteudos .card button.collapsed span.mais {
	display: flex!important;
}

.boxServicos .listaConteudos .card button.collapsed span.menos {
	display: none!important;
}

.boxServicos .listaConteudos .card .boxConteudo {
	padding: 10px 30px 20px 30px;
    transition: all 0.2s linear;
}

.boxServicos .listaConteudos .card .boxConteudo p,
.boxServicos .listaConteudos .card .boxConteudo strong {
    color: #fff;
}

.boxServicos .listaConteudos .card .boxConteudo a {
    text-decoration: underline!important;
    color: #fff;
}

/* Estrutura */

.boxEstrutura {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: url('../../../uploads/2023/03/bg-conteudos.jpg') center center no-repeat;
    background-size: cover;
}

.boxEstrutura h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 70px 0;
    color: #3B3663;
    font-size: 24px;
    line-height: 36px;
}

.boxEstrutura ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.boxEstrutura ul li {
    list-style: none;
    text-align: center;
}

.boxEstrutura ul li h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #3B3663;
    margin: 20px 0;
}

@media (max-width: 768px) {

    #paginaGestaoDeMarketingDigital {
        padding: 30px 0 50px 0;
    }

    /* Bloco Inicial */

    .blocoInicial {
        padding-bottom: 30px;
    }

    .blocoInicial h1 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 35px 0;
    }

    .blocoInicial .boxTexto {
        flex-direction: column;
    }

    .blocoInicial .boxTexto h2 {
        margin: 0 0 20px 0;
        font-size: 22px;
        line-height: 32px;
    }

    .blocoInicial .boxTexto figure {
        margin-top: 30px;
    }

    /* Box Números */

    .boxNumeros {
        padding: 35px 0;
    }

    .boxNumeros ul li .numero {
        font-size: 40px;
    }

    /* Agência Especializada */

    .agenciaEspecializada {
        padding: 30px 0;
    }

    .agenciaEspecializada h2 {
        margin: 0 0 30px 0;
        font-size: 24px;
        line-height: 34px;
    }

    .agenciaEspecializada .boxMeio {
        flex-direction: column;
    }

    .agenciaEspecializada .boxMeio figure {
        margin-top: 20px;
    }

    /* Serviços */

    .boxServicos {
        padding: 30px 0 0 0;
    }

    .boxServicos h2 {
        line-height: 34px;
    }

    /* Estrutura */

    .boxEstrutura {
        padding: 30px 0;
    }

    .boxEstrutura h2 {
        margin: 0 0 40px 0;
        font-size: 24px;
        line-height: 34px;
    }

    .boxEstrutura ul {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 30px;
    }

}

@media (max-width: 550px) {

    .boxNumeros ul {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 40px;
    }

}