#paginaCostumerExperience {
    float: left;
    width: 100%;
}

/* Bloco Inicial */

.blocoInicial {
    float: left;
    width: 100%;
    background: url('../images/bg-topo.jpg') center center no-repeat;
    background-size: cover;
    padding: 170px 0 80px 0;
}

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

.blocoInicial .col-sm-6 {
    padding: 0 15px;
}

.blocoInicial .preTitulo {
    color: #AAAAAA;
    float: left;
    width: 100%;
    font-size: 13px;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    font-weight: 500;
}

.blocoInicial h1 {
    background: linear-gradient(120deg, hsl(358deg 85% 58%) 0%, hsl(354deg 70% 46%) 34%, hsl(345deg 55% 34%) 56%, hsl(310deg 35% 28%) 65%, hsl(275deg 35% 34%) 74%, hsl(255deg 38% 42%) 88%, hsl(240deg 38% 49%) 100%);;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.blocoInicial p {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 24px;
}

.blocoInicial a {
    color: #fff!important;
    float: left;
    border-radius: 10px;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.1s linear;
    font-weight: 600;
    margin-top: 20px;
    background-color: #EF373E;
}

.blocoInicial a:hover {
    transform: scale(1.03);
}

/* Box Conteúdo */

.boxConteudo {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.boxConteudo + .boxConteudo {
    padding-top: 0px;
}

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

.boxConteudo .col-sm-6 {
    padding: 0 15px;
}

.boxConteudo .preTitulo {
    color: #AAAAAA;
    float: left;
    width: 100%;
    font-size: 13px;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    font-weight: 500;
}

.boxConteudo h2 {
    float: left;
	width: 100%;
	color: #000;
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    margin: 0 0 20px 0;
}

.boxConteudo p {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

.boxConteudo img {
    width: 100%;
    height: auto;
}

/* Link Consultor */

.boxLinkConsultor {
    float: left;
    width: 100%;
    padding: 70px 0;
}

.boxLinkConsultor .boxBg {
    float: left;
    width: 100%;
    background: url('../images/bg-topo.jpg') top right no-repeat;
    background-size: cover;
    border-radius: 40px;
    padding: 50px;
    text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.boxLinkConsultor .boxBg .preTitulo {
    color: #717680;
    float: left;
    width: 100%;
    font-size: 13px;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: center;
}

.boxLinkConsultor .boxBg h2 {
    float: left;
	width: 100%;
	color: #000;
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-align: center;
    position: relative;
}

.boxLinkConsultor .boxBg p {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 24px;
}

.boxLinkConsultor .boxBg a {
    color: #fff;
    background-color: #EF373E;
    border-radius: 10px;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.1s linear;
    font-weight: 600;
    display: inline-block;
}

.boxLinkConsultor .boxBg a:hover {
    transform: scale(1.03);
}

@media screen and (max-width: 1000px) {

    #paginaCostumerExperience .container {
        max-width: 100%;
        padding: 0 10px;
    }

}

@media screen and (max-width: 768px) {

    /* Bloco Inicial */

    .blocoInicial {
        padding: 130px 0 60px 0;
    }

    .blocoInicial .container {
        flex-direction: column-reverse;
    }

    .blocoInicial .col-sm-6 {
        width: 100%;
        text-align: center;
    }

    .blocoInicial .col-sm-6 + .col-sm-6 {
        margin-bottom: 30px;
    }

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

    .blocoInicial a {
        width: 100%;
    }

    /* Box Conteúdo */

    .boxConteudo {
        padding: 50px 0;
    }

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

    .boxConteudo:nth-child(even) .container {
        flex-direction: column-reverse;
    }

    .boxConteudo .col-sm-6 {
        float: left;
        width: 100%;
    }

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

    .boxConteudo img {
        margin-top: 30px;
    }

    /* Link Consultor */

    .boxLinkConsultor {
        padding: 50px 0;
    }

    .boxLinkConsultor .container {
        padding: 0 20px!important;
        float: left;
        width: 100%;
    }

    .boxLinkConsultor .boxBg {
        padding: 30px 20px;
    }

    .boxLinkConsultor .boxBg h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .boxLinkConsultor .boxBg a {
        width: 100%;
    }

}