#page {

    background-image: url(../../bem-estar/post-background.png);

    background-repeat: no-repeat;

    background-size: auto;

    background-position: top right;

    background-position-y: 35%;

}

/* Header */

#masthead {

	height: 104px;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

}

#masthead .call-to-action {

	margin-top: 0;

}

#masthead #menu-principal {

    margin: 0 30px 0 0;

}

#masthead .logo{

    height: 62%;

}

#masthead #header-logo #logo{

	margin: 0 43px;

}

/* Conteudo */

.banner {

    height: 415px;

    background-color: var(--principal);

    background-image: url(../../bem-estar/fiibo-banner-espiral.png);

    background-repeat: no-repeat;

    background-size: auto;

    background-position: center;

	background-position-y: -75px;

    border-bottom-right-radius: 17% 81%;

    overflow: hidden;

    display: -webkit-box;

    display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

}

.banner .titulo {

    color: #fff;

    font-size: 48px;

    font-weight: 600;

    margin: 0;

    line-height: 45px;

    letter-spacing: 0.02em;

}

.box-conteudo {

    margin: -115px auto 150px;

    width: 1250px;

    background-color: #f7f7f7;

    border-radius: 30px;

	padding: 50px 90px;

	position: relative;

}

.box-conteudo .btn-voltar {

    text-decoration: none;

    border-radius: 50px;

    padding: 16px 0;

    font-size: 22px;

    text-align: center;

    letter-spacing: 0.04em;

    border: 2px solid var(--principal);

    color: #fff;

    font-weight: 500;

    width: 430px;

    display: block;

    z-index: 1;

    margin: 0 auto -81px;

}

.box-conteudo .btn-voltar .bg_color {

	background-color: var(--principal);

}

.box-conteudo .btn-voltar.btn-effect .round {

	background-color: var(--azul);

}

.box-conteudo .btn-voltar:hover {

	border-color: var(--azul);

	color: #fff;

	transition: .3s;

}
/**** Tabelas ****/
.tabela td, .tabela th {
	padding: 15px;
}
.tabela .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tabela tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-left: 2px solid #AAAAAA;
	border-right: 2px solid #AAAAAA;
}
.tabela tr:first-child {
	border: none;
}
.tabela-1 .titulo {
    width: 100%;
    background-color: var(--principal);
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 12px 5%;
	border: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.box-tabela {
	max-width: 100%;
}
.tabela {
	border-collapse: collapse;
	min-width: 520px;
	margin-top: 20px;
}
.tabela td, .tabela th {
	border: 1px solid #AAAAAA;
	font-size: 18px;
}
.tabela tr:first-child th {
	border-top: 0;
}
.tabela tr:last-child td {
	border-bottom: 2px solid #AAAAAA;
}
.tabela tr td:first-child,
.tabela tr th:first-child {
	border-left: 0;
}
.tabela tr td:last-child,
.tabela tr th:last-child {
	border-right: 0;
}
.tabela-2 .titulo {
    background-color: var(--principal);
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 12px 5%;
	border: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.tabela p {
    font-size: 18px!important;
    line-height: 25px!important;
    margin: 0 0 10px 0!important;
}
#primary {
    overflow: hidden;
}