/* Header */
#masthead {
	height: 104px;
	background-color: var(--principal);
	-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, #masthead  #header-logo #logo{
    width: 110px;
}
#masthead #header-logo #logo{
	margin: 0 43px;
}
/* Breadcrumb */
.breadcrumb {
    height: auto;
    width: 100%;
    padding: 12px 62px;
    border-bottom: 1px solid #ebebeb;
}
/* Conteudo */
#primary {
    background-color: #f7f7f7;
    background-image: url(../../bem-estar/post-background.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    background-position-y: 14%;
	padding: 104px 0 0 0;
}
.box-conteudo {
	width: 1000px;
	margin: 0 auto;
}
.box-conteudo .conteudo {
    padding: 0 52px;
}
.box-conteudo .container {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 52px;
}
.box-conteudo .top .titulo{
    color: var(--principal);
	font-size: 48px;
    line-height: 60px;
    margin: 48px 0 35px;
    letter-spacing: 0.02em;
    text-align: center;
}
.box-conteudo .top .cat-date {
    margin: 0 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	padding: 0 50px;
}
.box-conteudo .top .cat-date .categoria {
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 52px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    border: 2px solid var(--roxo);
    color: #fff;
    background-color: var(--roxo);
    font-weight: 500;
    width: auto;
    z-index: 1;
}
.box-conteudo .top .cat-date .data {
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    color: var(--roxo);
    font-weight: 400;
}

.box-conteudo .img-principal {
    margin: 30px 0;
}
.box-conteudo .img-principal img {
    border-radius: 30px;
	margin: 0 auto;
	display: block;
}
/* Loop Blog */
#blog {
    background-color: #f7f7f7;
}
#blog .top {
    padding: 0;
    width: 100%;
    text-align: center;
}
#blog .top .titulo {
    display: block;
	font-weight: 600;
}
.breadcrumb {
    padding: 21px 62px;
}
/* Responsive */
@media only screen and (max-width: 1500px){
	.box-conteudo .top .titulo {
		font-size: 45px;
		line-height: 52px;
	}	
	.box-conteudo .top .cat-date .categoria, .box-conteudo .top .cat-date .data {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1410px){
	.box-conteudo .top .titulo {
		font-size: 40px;
		line-height: 46px;
	}
	.breadcrumb {
		padding: 22px 4%;
	}
	.conteudo ul li, .conteudo ol li {
		line-height: 28px;
	}
}
@media only screen and (max-width: 1280px){
	.box-conteudo {
		width: 90%;
	}
}
@media only screen and (max-width: 1024px){
	.box-conteudo .top .cat-date .categoria {
		padding: 10px 20px;
	}
	.box-conteudo .conteudo {
		padding: 0;
	}
	.box-conteudo .top .cat-date {
		padding: 0;
	}
	.box-conteudo .container {
		padding: 35px;
	}
}
@media only screen and (max-width: 800px){
	.box-conteudo .top .titulo {
		font-size: 38px;
		line-height: 45px;
		margin: 30px 0 12px;
	}
	.box-conteudo .top .cat-date .box-cat, .box-conteudo .top .cat-date .box-date {
		margin: 24px 0;
	}
	.box-conteudo .img-principal {
		margin: 0 0 30px 0;
	}
	.box-conteudo .top .cat-date .categoria, .box-conteudo .top .cat-date .data {
		font-size: 12px;
	}
	.box-conteudo .top .cat-date {
		margin: 0 0 20px 0;
	}
}