#paginaSegmento {
    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 50px 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 .boxLinks {
    float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

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

.blocoInicial .boxLinks a + a {
    margin-left: 10px;
	color: #061021;
	border: solid 1px #061021;
	background: none;
}

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

/* Planejamento */

.boxPlanejamento {
  float: left;
  width: 100%;
  text-align: center;
  padding: 70px 0 30px 0;
}

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

.boxPlanejamento h2 strong {
	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;
}

.boxPlanejamento ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 70px 0 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.boxPlanejamento ul li {
    list-style: none;
	margin-bottom: 70px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.boxPlanejamento ul li .boxImg {
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.boxPlanejamento ul li .boxImg img {
  width: 45px;
}

.boxPlanejamento ul li h3 {
  float: left;
  width: 100%;
  font-size: 16px;
  margin: 20px 0 0 0;
}

/* Funcionalidades */

.boxFuncionalidades {
    float: left;
    width: 100%;
    padding: 0;
}

.boxFuncionalidades .boxTitulo {
    float: left;
    width: 100%;
    text-align: center;
}

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

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

.boxFuncionalidades .boxTitulo h2 strong {
	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;
}

.boxFuncionalidades .boxBotoes {
    float: left;
    width: 100%;
    margin: 70px 0 0 0;
    overflow: hidden;
    overflow-x: auto;
}

.boxFuncionalidades .boxBotoes ul {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
}

.boxFuncionalidades .boxBotoes ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F0F0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border-radius: 20px 20px 0 0;
	height: 60px;
	padding: 0 15px;
	text-align: center;
}

.boxFuncionalidades .boxBotoes ul li:hover,
.boxFuncionalidades .boxBotoes ul li.active {
    background: #EF373E;
}

.boxFuncionalidades .boxBotoes ul li span {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.boxFuncionalidades .boxBotoes ul li:hover span,
.boxFuncionalidades .boxBotoes ul li.active span {
    color: #fff;
}

.boxFuncionalidades .boxConteudos {
    float: left;
    width: 100%;
    background: #F0F0F0;
    padding: 70px 0;
}

.boxFuncionalidades .boxConteudos ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.boxFuncionalidades .boxConteudos ul li {
    list-style: none;
    display: none;
    align-items: center;
}

.boxFuncionalidades .boxConteudos ul li.active {
    display: flex;
}

.boxFuncionalidades .boxConteudos ul li .row {
    display: flex;
    align-items: center;
}

.boxFuncionalidades .boxConteudos ul li figure img {
    max-width: 100%;
}

.boxFuncionalidades .boxConteudos ul li h3 {
    color: #000;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    margin: 0 0 20px 0;
}

.boxFuncionalidades .boxConteudos ul li .boxTexto {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.boxFuncionalidades .boxConteudos ul li .boxTexto p {
    font-size: 14px;
    line-height: 24px;
}

.boxFuncionalidades .boxConteudos ul li 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;
}

.boxFuncionalidades .boxConteudos ul li a:hover {
    transform: scale(1.03);
}

/* Benefícios */

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

.boxBeneficios h2 {
    float: left;
    width: 100%;
    color: #AAAAAA;
    letter-spacing: 2px;
    text-align: center;
    font-size: 14px;
    margin: 0;
}

.boxBeneficios ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 70px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.boxBeneficios ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
}

.boxBeneficios ul li .boxImg {
    margin-right: 20px;
    min-width: 60px;
}

.boxBeneficios ul li img {
    width: 60px;
}

.boxBeneficios ul li h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #101010;
    line-height: 24px;
}

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

.boxBeneficios .boxLink {
    float: left;
    width: 100%;
    margin-top: 50px;
}

/* Perguntas Frequentes */

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

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

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

.perguntasFrequentes h2 strong {
    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;
}

.perguntasFrequentes .boxBaixo {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.perguntasFrequentes .listaPerguntasFrequentes {
    float: left;
    width: 100%;
}

.perguntasFrequentes .listaPerguntasFrequentes .accordion-item {
    border: solid 1px #2A61AC;
    float: left;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px -7px #061021;
}

.perguntasFrequentes .listaPerguntasFrequentes .accordion-item.active {
    border: 0;
}

.perguntasFrequentes .listaPerguntasFrequentes .accordion-item + .accordion-item {
    margin-top: 20px;
}

.perguntasFrequentes .listaPerguntasFrequentes .accordion-item h3 {
    float: left;
    width: 100%;
    margin: 0;
}

.perguntasFrequentes .listaPerguntasFrequentes .accordion-item h3 button {
    color: #000;
    float: left;
    width: 100%;
    padding: 25px 40px;
    font-size: 14px;
    font-weight: 700;
    outline: none;
    line-height: 24px;
}

.perguntasFrequentes .listaPerguntasFrequentes .accordion-item h3 button:not(.collapsed) {
    background: none;
    box-shadow: none!important;
}

.perguntasFrequentes .listaPerguntasFrequentes .accordion-item .accordion-collapse {
    float: left;
    width: 100%;
}

.perguntasFrequentes .listaPerguntasFrequentes .accordion-item .accordion-collapse .accordion-body {
    float: left;
    width: 100%;
    padding: 0 40px 20px 40px;
}

.perguntasFrequentes .listaPerguntasFrequentes .accordion-item .accordion-collapse .accordion-body p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

/* Clareza */

.boxClareza {
    float: left;
    width: 100%;
    padding-bottom: 70px;
    text-align: center;
}

.boxClareza h2 {
    color: #444444;
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    margin: 0 0 40px 0;
    text-align: center;
}

.boxClareza .boxTexto {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 20px;
}

.boxClareza .boxTexto p {
    margin: 0;
}

.boxClareza .boxLinks {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Clareza */

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

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

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

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

.boxClareza .boxBg .boxLinks {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxClareza .boxBg .boxLinks 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;
}

.boxClareza .boxBg .boxLinks a + a {
    margin-left: 10px;
	color: #061021;
	border: solid 1px #061021;
	background: none;
}

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

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

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

    /* Funcionalidades */

    .boxFuncionalidades {
        padding: 60px 0;
    }

    .boxFuncionalidades .boxBotoes ul {
        min-width: 1000px;
        padding-right: 15px;
    }

}

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

    /* Bloco Inicial */

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

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

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

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

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

    .blocoInicial .boxTextos .boxLinks {
        flex-direction: column;
    }

    .blocoInicial .boxLinks a {
        width: 100%;
        text-align: center;
    }

    .blocoInicial .boxLinks a + a {
        margin-left: 0;
        margin-top: 10px;
    }

    /* Planejamento */

    .boxPlanejamento {
        padding: 40px 0 0 0;
    }

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

    .boxPlanejamento ul {
        grid-template-columns: repeat(2, 1fr);
        margin: 30px 0 0 0;
        gap: 20px 15px;
    }

    .boxPlanejamento ul li h3 {
        font-size: 16px;
        line-height: 24px;
        margin: 15px 0 0 0;
        font-weight: 600;
    }

    /* Funcionalidades */

    .boxFuncionalidades {
        padding: 0 0 40px 0;
    }

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

    .boxFuncionalidades .boxTitulo h2 br {
        display: none;
    }

    .boxFuncionalidades .boxBotoes {
        margin: 40px 0 0 0;
    }

    .boxFuncionalidades .boxConteudos {
        padding: 40px 0;
    }

    .boxFuncionalidades .boxConteudos ul li {
        padding: 0 15px;
        flex-direction: column;
    }

    .boxFuncionalidades .boxConteudos ul li figure {
        margin-bottom: 40px;
        text-align: center;
    }

    .boxFuncionalidades .boxConteudos ul li h3 {
        font-size: 24px;
    }

    .boxFuncionalidades .boxConteudos ul li a {
        width: 100%;
        text-align: center;
    }

    /* Benefícios */

    .boxBeneficios {
        padding: 20px 0 50px 0;
    }

    .boxBeneficios ul {
        margin: 40px 0 0 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .boxBeneficios ul li {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .boxBeneficios ul li .boxImg {
        width: 60px;
        min-width: 60px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .boxBeneficios ul li .boxTexto {
        text-align: center;
    }

    /* FAQ */

    .perguntasFrequentes {
        padding: 50px 0 40px 0;
    }

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

    .perguntasFrequentes .boxBaixo .col-sm-9 {
        float: left;
        width: 100%;
        max-width: 100%;
    }

    .perguntasFrequentes .listaPerguntasFrequentes .accordion-item h3 button {
        padding: 20px;
    }

    .perguntasFrequentes .listaPerguntasFrequentes .accordion-item .accordion-collapse .accordion-body {
        padding: 0 20px 20px 20px;
    }

    /* Clareza */

    .boxClareza {
        padding: 20px 0 50px 0;
    }

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

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

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

    .boxClareza .boxBg h2 br {
        display: none;
    }

    .boxClareza .boxBg .boxLinks {
        flex-direction: column;
    }

    .boxClareza .boxBg .boxLinks a {
        width: 100%;
    }

    .boxClareza .boxBg .boxLinks a + a {
        margin-left: 0;
        margin-top: 10px;
    }

}