@font-face {
	font-family: opensans;
	src: url('../font/OpenSans-ExtraBold.woff');
}

@font-face {
	font-family: opensans-regular;
	src: url('../font/OpenSans-Regular.ttf');
}

@font-face {
	font-family: opensans-semibold;
	src: url('../font/OpenSans-Semibold.ttf');
}

@font-face {
	font-family: 'museo300';
	src: url('../font/museo_300_regular.ttf');
}

@font-face {
	font-family: 'museo900';
	src: url('../font/Museo900-Regular.woff');
}

@font-face {
	font-family:  'museo500';
	src:  url('../font/Museo500-Regular.woff');
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

body {
	background-color: #efefef;
	overflow-x: hidden;
}

body.contraste,
.menu-acessibilidade.contraste,
.mapa-menu.contraste,
.embed.contraste,
header.contraste,
.noticia.contraste,
.ultimas-noticias .ultima-noticia.contraste {background: #000; color: #fff !important;}

.contraste p,
.contraste h1,
.contraste h2,
.contraste h3,
.contraste small,
.contraste span {
	color: #fff !important;
}

.interna.contraste .tempo-porcao span,
.interna.contraste .submenu-item p,
.interna.contraste span {
	color: #000 !important;
}

.interna.contraste .conteudo-noticia p,
.interna.contraste .conteudo-noticia h1,
.interna.contraste .conteudo-noticia h2,
.interna.contraste .conteudo-noticia h3,
.interna.contraste .conteudo-noticia small,
.interna.contraste .conteudo-noticia span,
.interna.contraste .conteudo-noticia td,
.interna.contraste .conteudo-noticia li{
	color: #000 !important;
}

.contraste a {
	color: #000;
}

.contraste {
	color: #fff;
}

.ultimas-noticias .ultima-noticia.contraste .ultima-noticia-desc p,
.noticia.contraste .desc p {
	color: #fff;
}

header {
	width: 100%;
	background-color: #ebedf1;
	height: auto;
}

a {
	text-decoration: none;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.barra-brasil {
	width: 100%;
	height: 30px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	font-family: arial;
	font-size: 11px;
}

.wrap {
    width: 80%;
    height: auto;
    margin: auto;
}

.barra-brasil a {
	text-decoration: none;
	color: #5a5a5a;
	font-weight: bold;
}

.barra-brasil .wrap {
    display: flex;
    justify-content: space-between;
}

.barra-brasil ul li {
	list-style-type: none;
}

.barra-brasil ul li {
	display: inline-block;
}

.barra-brasil .acesso-a-informacao {
	display: flex;
	justify-content: center;
}

.barra-brasil ul {
	list-style-type: none;
}

.barra-brasil .acesso-a-informacao img {
	width: 26px;
	height: 19px;
	margin-top: 6px;
}

.barra-brasil .acesso-a-informacao li:first-child {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 7px;
}

.barra-brasil li {
	padding: 8.5px 10px;
	border-right: 2px solid #d1d1d1;
	padding-left: 10px;
	color: #5a5a5a;
}

.barra-brasil .servicos li {
	border-right: 2px solid #d1d1d1;
}

.menu-acessibilidade {
	color: #2c66ce;
	font-family: Arial;
	font-size: 10px;
	margin-bottom: 15px;
}

.menu-acessibilidade .wrap:first-child {
    margin-top: 12px;
}

.menu-acessibilidade a {
    text-decoration: none;
}

.menu-acessibilidade .posicao {
	margin-bottom: 20px;
}

.menu-acessibilidade .posicao span {
	background-color: #2c66ce;
	color: #fff;
	padding: 0 3px;
}

.menu-acessibilidade .posicao p a {
    font-size: 10px;
    color: #658ed8;
}

.menu-acessibilidade .acessibilidade {
	text-transform: uppercase;
}

.menu-acessibilidade .acessibilidade a {
	text-decoration: none;
}

.menu-acessibilidade .acessibilidade p a {
	margin-right: 10px;
	color: #2c66ce;
}

.menu-acessibilidade .acessibilidade li:nth-child(4) {
	margin-left: 40px;
}

.menu-acessibilidade .wrap {
	display: flex;
	justify-content: space-between;
}

.menu-acessibilidade ul li {
	display: inline-block;
	margin-right: 5px;
}
.menu-acessibilidade ul li:last-child {
}
.menu-acessibilidade .logo p {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 15px;
	color: #2c66ce;
}

.menu-acessibilidade .logo h1 {
	font-size: 40px;
	font-family: opensans;
	color: #2c66ce;
}

.menu-acessibilidade .direita {
	position: relative;
}

.menu-acessibilidade .search {margin-top: 10px;}

.menu-acessibilidade .direita .search input {
	border-radius: 5px;
	border: none;
	padding: 7px 0px 7px 10px;
	width: 200px;
	position: relative;
	border-top: 2px solid #cccccc;
}

form.form-inline {
    position: relative;
}

::-webkit-input-placeholder {
    color: #2c66ce;
    font-size: 12px;
    font-family: opensans-regular;
    font-weight: 500;
}

.menu-acessibilidade .direita .search i {
	position: absolute;
	top: 14px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
}

.perguntas {
	background-image: linear-gradient(to bottom, #dadce2, #dadce2, #c6c8c7);
	height: 30px;
	font-size: 12px;
}

.perguntas a {
	text-decoration: none;
	color: #2c66ce;
	font-weight: 500;
}

.perguntas .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.perguntas ul li {
	display: inline-block;
	font-family: opensans-regular;
	color: #2c66ce;
	float: right;
	margin-top: 7px;
	border-right: 1px solid #c3c5c7;
	padding-right: 15px;
	padding-left: 15px;
}

.perguntas ul li:first-child {
    padding-right: 0;
}

.perguntas ul li:first-child {
	border: none;
}

/* SUBMENU PRINCIPAL */

.submenu {
  display: none;
  width: 100%;
  height: 70px;
}
.submenu .submenu-item {
  width: 25%;
  height: 70px;

  border-bottom: 10px solid;

  cursor: pointer;
}
/* BACKGROUND E BORDER COLOR */

.submenu .item-1 {
  border-color: #fb8e8e;
}
.submenu .item-2 {
  border-color: #8bbdff;
}
.submenu .item-3 {
  border-color: #fec28c;
}
.submenu .item-4 {
  border-color: #c7e52f;
}


.submenu .item-1:hover {
  background-color: #f74f4f;
}
.submenu .item-2:hover {
  background-color: #4c8cff;
}
.submenu .item-3:hover {
  background-color: #fd944d;
}
.submenu .item-4:hover {
  background-color: #9cce0e;
}



/* ESTILIZAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O INTERNA */
.submenu .submenu-item {
	background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: helvetica;
  color: #fff;
}

.submenu-item {
	position: relative;
}

.subhome .item-1 i,
.subhome .item-2 i,
.subhome .item-3 i,
.subhome .item-4 i {
	display: none;
	position: absolute;
	right: 20px;
	color: #000;
	width: 30px;
	height: 30px;
}

.home .item-1 i,
.home .item-2 i,
.home .item-3 i,
.home .item-4 i {
	display: none;
}

.submenu .submenu-item p {
  font-size: 18px;
  line-height: 15px;
  color: #000;

  position: relative;
}

.submenu .submenu-item span {
  font-size: 10px;
  text-transform: uppercase;
}

/* COR E POSICAO DO 'P'  */
.submenu .item-1 p,
.submenu .item-2 p,
.submenu .item-3 p,
.submenu .item-4 p{
  padding-left: 5px;
}

.submenu .item-1:hover p,
.submenu .item-4:hover p,
.submenu .item-2:hover p,
.submenu .item-3:hover p {
  color: #fff;
}

.submenu .item-1 p {
  color: #f74f4f;
  margin-left: 30px;
}
.submenu .item-2 p {
  color: #4c8cff;
  margin-left: 30px;
}
.submenu .item-3 p {
  color: #fd944d;
  margin-left: 25px;
}
.submenu .item-4 p {
  color: #9cce0e;
  margin-left: 30px;
}

/* REGRA GERAL DO ITEM */
.submenu .item-1 p::before,
.submenu .item-2 p::before,
.submenu .item-3 p::before,
.submenu .item-4 p::before{
  	content: "";
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 31px;
	height: 31px;
	display: block;
	position: absolute;
  	right: 100%;
  	top: 2px;
}

/* ICONE DO ITEM */
.submenu .item-1 p::before {
  background-image: url('../images/fumar-r.png');
}
.submenu .item-2 p::before {
  background-image: url('../images/peso-r.png');
}
.submenu .item-3 p::before {
  background-image: url('../images/alimento-r.png');
}
.submenu .item-4 p::before {
  background-image: url('../images/exercicio-r.png');
}

.submenu .item-1:hover p::before {
  background-image: url('../images/fumar.png');
}
.submenu .item-2:hover p::before {
  background-image: url('../images/peso.png');
}
.submenu .item-3:hover p::before {
  background-image: url('../images/alimento.png');
}
.submenu .item-4:hover p::before {
  background-image: url('../images/exercicio.png');
}

/* FIM SUBMENU PRINCIPAL */

/* SUBMENU DA HOME */

.home .submenu {
  width: 100%;
  height: auto;
  display: flex;
}

.home .submenu .submenu-item {
  width: 25%;
  height: 120px;

  border-bottom: 10px solid;

  cursor: pointer;
}

/* BACKGROUND E BORDER COLOR */

.home .submenu .item-1 {
  background-color: #f74f4f;
  border-color: #fb8e8e;
}
.home .submenu .item-2 {
  background-color: #4c8cff;
  border-color: #8bbdff;
}
.home .submenu .item-3 {
  background-color: #fd944d;
  border-color: #fec28c;
}
.home .submenu .item-4 {
  background-color: #9cce0e;
  border-color: #c7e52f;
}

/* ESTILIZAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O INTERNA */
.home .submenu .submenu-item {
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: 'museo300';
}

.home .submenu .submenu-item p {
  color: #fff;
  font-size: 20px;
  line-height: 15px;

  position: relative;

  margin-top: 55px;
}

.home .submenu .submenu-item span {
  font-size: 11px;
  text-transform: uppercase;

  font-family: opensans-regular;
}

/* COR E POSICAO DO 'P'  */
.home .submenu .item-1 p,
.home .submenu .item-2 p,
.home .submenu .item-3 p,
.home .submenu .item-4 p{
  padding-top: 5px;
}

.home .submenu .item-1 p {
  margin-left: 0;
}
.home .submenu .item-2 p {
  margin-left: 0;
}
.home .submenu .item-3 p {
  margin-left: 0;
}
.home .submenu .item-4 p {
  margin-left: 0;
}

/* REGRA GERAL DO ITEM */
.home .submenu .item-1 p::before,
.home .submenu .item-2 p::before,
.home .submenu .item-3 p::before,
.home .submenu .item-4 p::before{
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: -42px;
}

.home .submenu .item-1 p::before {
  background-image: url('../images/fumar.png');
}
.home .submenu .item-2 p::before {
  background-image: url('../images/peso.png');
}
.home .submenu .item-3 p::before {
  background-image: url('../images/alimento.png');
}
.home .submenu .item-4 p::before {
  background-image: url('../images/exercicio.png');
}

/* FIM SUBMENU DA HOME */


/* DESTAQUE */

.destaque {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-top: 40px;
}

.home .destaque {
    margin-top: 0;
}

.destaque::after {
	content: "";
	position: absolute;
	top: 100%;
	background-image: url('../images/detalhe-destaque.png');
	width: 100px;
	height: 10px;
}

.destaque figure {
	width: 100%;
}

.destaque figure img {
  width: 100%;
  max-width: 100%;
}

.destaque img {
  width: 100%;
  max-width: 100%;
}

.destaque figcaption {
  position: absolute;
  bottom: 0;
}

.destaque p {
  font-size: 39px;
  color: #fff;
  line-height: 35px;
  text-shadow: 0px 1px 1px #000;
  width: 70%;
  margin-left: 40px;
  margin-bottom: 40px;
  font-family: opensans;
}

@media (max-width: 940px) {
  .destaque p {
    width: 90%;
    font-size: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

/* VIDEOS HOME */
.embed .wrap .videos small {
    font-size: 11px;
}

.embed .wrap small {
    font-family: opensans-regular, verdana;
    font-size: 14px;
    color: #31a225;
    margin-top: 5px;
}

.embed .wrap .videos .video[data-color="azul"] small {
	color: #3f7cea;
}
.embed .wrap .videos .video[data-color="laranja"] small {
	color: #fd944d;
}
.embed .wrap .videos .video[data-color="vermelho"] small {
	color: #fb8e8e;
}

.embed .wrap #verde p, .embed .wrap #verde small {
	color: #88b509;
}


.embed .wrap #laranja p, .embed .wrap #laranja small {
	color: #fd944d;
}


.embed .wrap #azul p, .embed .wrap #azul small {
	color: #3f7cea;
}

.embed .wrap #vermelho p, .embed .wrap #vermelho small {
	color: #f74f4f;
}

/* FIM DESTAQUE */

.noticias {
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
	padding-bottom: 50px;
	flex-wrap: wrap;
}

.noticia {
	width: 32.5%;
	height: auto;
	border-bottom: 2px solid;
	background-color: #fff;
	font-family: opensans-regular;
	margin-bottom: 20px;
}

.noticia:not(:last-child) {
    margin-right: 1.2%;
}

.noticia img {
	width: 100%;
	max-height: 220px;
	height: 100%;
}

.noticia-1 {
	border-color: #f74f4f;
	color: #f74f4f;
}

.noticia-2 {
	border-color: #fd944d;
	color: #fd944d;
}

.noticia-3 {
	border-color: #9cce0e;
	color: #9cce0e;
}

.noticia .desc {
	padding: 15px;
	line-height: 25px;
	min-height: 200px;
}

.noticia .desc h3 {
	font-size: 20px;
	max-width: 100%;
	line-height: 27px;
}

.noticia .desc p {
	margin-top: 10px;
	color: #717070;
	font-size: 16px;
	line-height: 20px;
}

.noticia .desc p a {
	color: #717070;
}

.noticia.pare-de-fumar {
	border-color: #f74f4f;
}
.noticia.pare-de-fumar .desc h3{
	color: #f74f4f;
	min-height: 50px;
}

.noticia.me-alimentar-melhor {
	border-color: #fd944d;
}
.noticia.me-alimentar-melhor .desc h3{
	color: #fd944d;
	min-height: 50px;
}

.noticia.me-exercitar-mais {
	border-color: #9cce0e;
}

.noticia.perder-peso {
	border-color: #4c8cff;
}
.noticia.perder-peso .desc h3{
	color: #4c8cff;
}

.ultimas-noticias {
	display: flex;
	justify-content: space-between;
}

h1.ultimas:nth-child(3) {
	margin-top: 100px;
}

.ultimas-noticias.acesse {
    margin-bottom: 100px;
}

.wrap .ultimas-noticias.acesse img {
	max-height: 220px;
	height: 100%;
}

.ultimas-noticias.acesse .ultima-noticia {
	width: 33%;
}

.ultimas {
	font-family: opensans;
	font-size: 39px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #2c66ce;
}

.ultimas-noticias .ultima-noticia {
	width: 24%;
	border-bottom: 2px solid;
	font-family: opensans-semibold;
	background-color: #fff;
	margin-right: 10px;
}



.ultimas-noticias .ultima-noticia .ultima-noticia-desc {
	padding: 10px 10px 0;

	color: #979696;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc .title {
	height: 80px;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc .date {
	height: 50px;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc p {
	width: 100%;
	font-size: 17px;
	color: #717070;
}

.ultimas-noticias.acesse .ultima-noticia .ultima-noticia-desc p {
	font-size: 17px;
}

.ultimas-noticias.acesse .ultima-noticia .ultima-noticia-desc {
	height: 100px;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc p.data-publicacao {
	width: auto;
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 100px;
}

.ultimas-noticias .pare-de-fumar {
	border-color: #f74f4f;
}

.ultimas-noticias .me-alimentar-melhor {
	border-color: #fd944d;
}

.ultimas-noticias .me-exercitar-mais {
	border-color: #9cce0e;
}

.ultimas-noticias .perder-peso {
	border-color: #4c8cff;
}

.ver-mais {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.ver-mais button {
	width: 165px;
	border: 2px solid #e5be00;
	padding: 12px;
	text-transform: uppercase;
	cursor: pointer;
	color: #e5be00;
	font-weight: bold;
	border-radius: 4px;

	background: transparent;
}

.mapa-menu {
    background-color: #ebedf1;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.mapa-menu .wrap {
	display: flex;
	justify-content: center;
}

.mapa-menu .secao {
	width: 25%;
	/* border-left: 1px dotted #2c66ce; */
	font-family: opensans-semibold;
	line-height: 27px;
	color: #2c66ce;
}

.mapa-menu .secao:nth-child(3) {
    margin-left: 80px;
}

.mapa-menu .secao:nth-child(2) {
    margin-left: 25px;
}

.mapa-menu .secao h1 {
	margin-bottom: 10px;
	font-size: 19px;
	font-family: opensans-regular;
}

.mapa-menu .secao ul {
	list-style-type: none;
	margin-bottom: 20px;
	border-left: 1px dotted #2c66ce;
	padding-left: 20px;
}

.mapa-menu .secao a {
	text-decoration: none;
	font-size: 13px;
	color: #2c66ce;
	font-family: opensans-regular;
}

.secao.redes-sociais a {
    font-size: 15px;
}

.mapa-menu .secao:last-child {
	margin-left: 80px;
}

#footer-brasil {
   background: none repeat scroll 0% 0% #0042b1;
   padding: 1em 0px;
   max-width: 100%;
}

/* INTERNA ALIMENTO */

.interna-receita .noticia .desc {
	min-height: 100px;
}

.interna-receita .quero-1 .img:before,
.interna-receita .quero-2 .img:before,
.interna-receita .quero-3 .img:before,
.interna-receita .quero-4 .img:before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 31px;
	height: 31px;
	display: block;
}

.interna-receita .quero-1 .img:before {
	background-image: url(../img/fumar-r.png);
}

.interna-receita .quero-2 .img:before {
	background-image: url(../img/peso-r.png);
}

.interna-receita .quero-3 .img:before {
	background-image: url(../img/alimento-r.png);
}

.interna-receita .quero-4 .img:before {
	background-image: url(../img/exercicio-r.png);
}

.interna-receita .quero-1:hover .img:before {
	background-image: url(../img/fumar.png);
}

.interna-receita .quero-2:hover .img:before {
	background-image: url(../img/peso.png);
}

.interna-receita .quero-3:hover .img:before {
	background-image: url(../img/alimento.png);
}

.interna-receita .quero-4:hover .img:before {
	background-image: url(../img/exercicio.png);
}

.interna-materia .wrap .quero-3 p {
    width: 215px;
}

.interna-materia .wrap .quero-2 p {
    margin-left: 25px;
}

.interna-materia .wrap .quero-3 p:before {
    left: 25px;
}

.interna-receita .wrap {
	width: 80%;
}

.interna-receita .wrap .eu-quero {
    height: 70px;
}

.interna-receita .wrap .quero {
	width: 25%;
	height: 70px;
	border-bottom: 10px solid #000;
	display: flex;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	flex-wrap: inherit;
	align-items: center;
}

.interna-receita .wrap .quero {
	background-color: #fff;
}

.interna-receita .wrap .quero .img {
	width: initial;
	/* margin-top: 10px; */
	padding-right: 5px;
}

.interna-receita .wrap .quero img {
	width: 100%;
}

.interna-receita .wrap .quero p {
    font-family: 'museo300';
    font-size: 18px;
    /* width: 120px; */
    line-height: 15px;
    /* margin-top: 13px; */
}

.interna-receita .wrap .quero-3 p,
.interna-receita .wrap .quero-4 p{
    width: initial;
}

.interna-receita .wrap .quero-1{
	border-color: #fb8e8e;
	color: #fb8e8e;
}

.interna-receita .wrap .quero-1:hover{
	background-color: #f74f4f;
	border-color: #fb8e8e;
	color: #fff;
}

.interna-receita .wrap .quero-2 {
	border-color: #8bbdff;
	color: #8bbdff;
}

.interna-receita .wrap .quero-2:hover {
	background-color: #4c8cff;
	border-color: #8bbdff;
	color: #fff;
}

.interna-receita .wrap .quero-3 {
	background-color: #fff;
	border-color: #fec28c;
	color: #fd944d;
}

.interna-receita .wrap .quero-3:hover {
	background-color: #fd944d;
	border-color: #fec28c;
	color: #fff;
}

.interna-receita .wrap .quero-4 {
	border-color: #c7e52f;
	color: #c7e52f;
}

.interna-receita .wrap .quero-4:hover {
	border-color: #c7e52f;
	background-color: #9cce0e;
	color: #fff;
}

.interna-receita .wrap table {
	margin: auto;
	width: 80%;
}

.interna-receita .wrap table th {
	padding-bottom: 10px;
    text-transform: uppercase;
}

.interna-receita .wrap table td {
	border: 1px solid #c1c1c1;
    padding: 3px 30px;
}

.breadcrumbs {
    margin-top: 10px;
    font-family: opensans-regular;
    text-transform: uppercase;
    font-size: 10px;
}

.breadcrumbs p {
    text-transform: uppercase;
    font-size: 11px;
    font-family: opensans-regular;
    font-weight: bold;
}

.breadcrumbs span:first-child {
	color: #000;
	cursor: pointer;
	font-weight: 100;
	font-weight: bold;
}

.breadcrumbs span:last-child {
    color: initial;
}

.interna-receita .wrap aside {
    float: right;
    width: 20%;
    height: auto;
    margin-top: 30px;
}

.interna-receita .wrap aside .mais-receitas {
    background-color: #fd944d;
    width: 100%;
    padding: 15px 0;
    border-top: 5px solid #fec28c;
    border-bottom: 6px solid #fff;
}

.interna-receita .wrap aside .mais-receitas p {
	text-transform: uppercase;
	font-size: 14px;
	font-family: opensans-regular;
	font-weight: bold;
	color: #fff;
	margin-left: 20px;
}

.interna-receita .wrap aside .receita img {
	width: 100%;
	padding-bottom: 20px;
}

.interna-receita .wrap aside .receita p {
	color:  #717070;
	font-size: 12px;
	font-family: opensans-regular;
	padding: 10px;
	font-weight: 600;
}

.interna-receita .wrap aside .receita {
    background-color: #fff;
    width: 100%;
    border-bottom: 3px solid #fd944d;
    margin-bottom: 8px;
    padding: 10px 10px 20px;
}

.interna-receita .wrap .conteudo-noticia h1 {
	margin-bottom: 30px;
}

.interna-receita .wrap .conteudo-noticia p {
	line-height: 20px;
	font-family: opensans-regular;
	margin-bottom: 15px;
}

.interna-receita .wrap .conteudo-noticia ol li {
	margin-bottom: 20px;
}

=.wrap .interna:before {
	content: "";
	display: table;
}

.wrap .interna:after {
	content: "";
	display: table;
	clear: both;
}

.wrap .conteudo-interna {
	width: 77%;
	float: left;
}

.wrap .conteudo-interna .compartilhar {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    font-family: opensans-regular;
}

.wrap .conteudo-interna .compartilhar p {
	margin-top: 5px;
}

.wrap .conteudo-interna .compartilhar .font {
    display: flex;
}

.wrap .conteudo-interna .compartilhar .font p {
    cursor: pointer;
    margin-left: 10px;
}

.wrap .conteudo-interna .compartilhar .font p:hover {
    text-decoration: underline;
}

.wrap .conteudo-interna .social {
    width: 150px;
    height: 30px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.wrap .conteudo-interna i {
	font-size: 23px;
	margin-top: 3px;
}

.wrap .conteudo-interna .social-1 {
	border-color: #3B5998;
}

.wrap .conteudo-interna .social-1 i {
	color: #3B5998;
}

.wrap .conteudo-interna .social-2 {
	border-color: #00aced;
}

.wrap .conteudo-interna .social-2 i {
	color: #00aced;
}

.wrap .conteudo-interna .social-3 {
	border-color: #777;
}

.wrap .conteudo-interna .social-3 i {
	color: #777;
}

.wrap .conteudo-interna .infos-noticia {
	display: flex;
	align-items: center;
	margin-top: 25px;
	font-family: opensans-regular;
	font-size: 10px;
}

.wrap .conteudo-interna .infos-noticia p:not(.data) {
	color: #2c66ce;
	cursor: pointer;
}

.interna .noticia {
    width: 32%;
}

.wrap .conteudo-interna .titulo-noticia h1 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wrap .conteudo-interna .noticia-interna .tempo-porcao {
    background-color: #fff;
    box-shadow: 0px 2px 5px #cccccc;
    width: 50%;
    height: 80px;
    border-radius: 3px;
    text-align: center;
    font-family: 'museo300';
    color: #fd944d;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    position: relative;
    padding: 27px;
}

.interna-receita .wrap .conteudo-interna .noticia-interna .tempo-porcao i {
    font-size: 18px;
    margin-right: 3px;
    margin-left: 5px;
}

.interna-receita .wrap .interna .conteudo-interna .noticia-interna .tempo-porcao span.tempo {

}

span.porcao {
}

span.tempo:before {
    content: "";
    display: block;
    background-image: url('../img/horario.png');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    position: absolute;
    right: 70px;
    bottom: -23px;
}

.interna-receita .wrap .conteudo-interna .noticia-interna span.porcao {
}

span.porcao:before {
    content: "";
    display: block;
    background-image: url('../img/porcoes.png');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    position: absolute;
    right: 95px;
    bottom: -23px;
}

.noticia-interna .img-destaque img {
    width: 100%;
}

.conteudo-noticia {
    width: 100%;
    padding: 80px 65px;
    background-color: #fffcf4;
    font-family: 'museo300';
    margin-top: -3px;
}

.conteudo-noticia #slideshow-1 .cycle-slideshow img {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.conteudo-noticia ul li {
    font-family: Arial;
    line-height: 25px;
}

.interna-receita

#slideshow-1 .cycle-slide {
    width: 100%;
}

#slideshow-1 .cycle-slide img {
	left: 50%;
    transform: translateX(-50%);
}

#slideshow-1 .cycle-prev {
    left: 10px;
    position: absolute;
    top: 200px;
    z-index: 200;
    text-decoration: none!important;
    outline: none!important;
}

#slideshow-1 .cycle-next {
    right: 10px;
    position: absolute;
    top: 200px;
    z-index: 200;
    text-decoration: none!important;
    outline: none!important;
}

.conteudo-noticia p {
    font-family: Arial;
    line-height: 25px;
    margin-bottom: 20px;
}

.detalhe-conteudo {
	width: 100%;
}

.detalhe-conteudo:not(:last-child) {
    margin-top: 20px;
}

.detalhe-conteudo img {
    width: 100%;
}

.conteudo-noticia .ingredientes {
    margin-bottom: 65px;
}

.ingredientes img,
.preparo img {
	margin-left: calc(50% - 25px);
}

.ingredientes h2,
.preparo h2 {
    text-align: center;
    color: #fd944d;
    margin-bottom: 45px;
}

.ingredientes p {
    line-height: 10px;
}

.preparo p {
	line-height: 30px;
}

.wrap .ultimas-noticias img {
    width: 100%;
    max-height: 157px;
}

.ultimas-noticias-interna {
	margin-top: 25px;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 20px 0;
	background-color: #f6eee5;
}


/* MATÃƒÆ’Ã¢â‚¬Â°RIA INTERNA */

.interna-materia .wrap {
	width: 80%;
}

/* MENU QUERO PARA MATÃƒÆ’Ã¢â‚¬Â°RIA INTERNA */



/* FIM MENU QUERO */

.interna-materia .slider {
	margin-top: 20px;
}

.interna-materia .conteudo-texto {
    font-family: Arial;
    margin-top: 20px;
}

.interna-materia .conteudo-texto p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pag-fumar {
	margin-bottom: 40px;
}

.interna-materia figure {
    position: relative;
    /* border-bottom: 10px solid #f75555; */
    height: auto;
    font-family: arial;
    width: 100%;
    max-width: 100%;
}

figure img {
    max-width: 100%;
    width: 100%;
}

.interna-materia figcaption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 19px;
    color: #fff;
    font-size: 18px;
    border-bottom: 10px solid #f75555;
}

.exibicao {

}

.navegacao {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}

.miniatura {
	margin-left: 10px;
}

.miniatura img {
    width: 100%;
    height: auto;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 1.6;
    opacity: 1;
    color: gray;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    z-index: 999;
}

/* SUBHOME */

.subhome .wrap {
	width: 80%;
}

/* DISPLAY */

.display {
	width: 100%;
	height: 139px;
	padding-top: 1px;
}

.display.parar-de-fumar {
	border-bottom: 3px solid #f74f4f;
	background-color: #f1d9d9;
	color: #f74f4f;
}

.display.perder-peso {
	border-bottom: 3px solid #4c8cff;
	background-color: #8bbdff;
	color: #4c8cff;
}

.display.me-alimentar-melhor {
	border-bottom: 3px solid #fd944d;
	background-color: #fec28c;
	color: #fd944d;
}

.display.me-exercitar-mais {
	border-bottom: 3px solid #9cce0e;
	background-color: #c7e52f;
	color: #9cce0e;
}

.display .categoria {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.display .categoria p {
	font-family: 'museo900';
	font-size: 50px;
	line-height: 35px;
	position: relative;
	margin-left: 80px;
	margin-top: 15px;
}

.display .categoria p:before {
	content: "";
	display: block;
	background-image: url('../img/fumar-r-g.png');
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 100%;
	top: 17px;
	margin-right: 20px;
}

.display .categoria span {
	font-family: opensans-semibold;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

/* OPÇÕES SUBHOME */

.subhome .opcoes {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.subhome .opcao {
    width: 32.7%;
    height: 50px;
    margin-bottom: 5px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.subhome .opcao p {
	/* text-align: center; */
	color: #f74f4f;
	font-family: 'museo300';
	margin-left: 35px;
}

.subhome i {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 15px;
}

.item-1 .opcoes .opcao i,
.item-1 .opcoes .opcao p {
    color: #f74f4f;
}

.item-2 .opcoes .opcao i,
.item-2 .opcoes .opcao p {
    color: #8bbdff;
}

.item-3 .opcoes .opcao i,
.item-3 .opcoes .opcao p {
    color: #fd944d;
}

.item-4 .opcoes .opcao i,
.item-4 .opcoes .opcao p {
    color: #b3da47;
}



.subhome .destaque {
	background-image: url('../img/esqueleto.jpg');
}

.portalredes-item i {
    position: relative;
    font-size: 23px;
    color: #2c66ce;
}

.doencas-tabagismo .bloco h2 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* BUSCA */

.home button.button.btn.btn-primary {
	top: 22px;
}

button.button.btn.btn-primary {
    position: absolute;
    background: transparent;
    right: 10px;
    top: 7px;
    width: 30px;
    height: 20px;
    border: none;
    display: block;
}

button.button.btn.btn-primary:after {
    content: "\f002";
    font-family: FontAwesome;
    display: block;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: -5px;
    color: #2c66ce;
    z-index: 5;
}

h1.documentFirstHeading {
    color: #fd944d;
    font-size: 39px;
    font-family: 'museo500';
    margin-top: 30px;
    margin-bottom: 20px;
}

h1.documentFirstHeading {color: #fd944d;font-size: 39px;font-family: 'museo500';margin-top: 30px;margin-bottom: 20px;}

legend {
    font-size: 20px;
    font-family: opensans-regular;
}

.input-append {
    width: 85%;
    position: relative;
}

input#search-searchword {
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 7px 0 7px 0;
    position: relative;
    border-top: 2px solid #cccccc;
}

button.btn {
    padding: 5px;
    position: absolute;
    background: transparent;
    top: 17px;
    right: 0;
    width: 30px;
    height: 20px;
    border: none;
}

button.btn:after {
    content: "\f002";
    font-family: FontAwesome;
    display: block;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: -9px;
    right: 10px;
    color: #2c66ce;
    z-index: 5;
}

fieldset.word {
    margin-bottom: 20px;
    border: none;
}

p.description {
    font-family: opensans-regular;
    font-size: 15px;
}

h2.tileHeadline.result-title {
    color: #2c66ce;
}

h2.tileHeadline.result-title a {
    color: #2c66ce;
}

.searchintro {
    margin-bottom: 10px;
}

.description.result-text {
    font-family: opensans-regular;
    font-size: 15px;
}

.tileItem {
    border-top: 1px solid #dfdfdf;
    padding: 10px;
    font-family: opensans-regular;
    margin-bottom: 20px;
}

.keywords {
    font-size: 11px;
    margin-top: 20px;
}

.span1.tileInfo {
    display: none;
}

.hide {
    display: none;
}

.interna .bloco h2 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 40px;
    margin-bottom: 20px;
}

.interna .submenu-item i {
    display: none;
}

.interna ul.nav.menu.jmoddiv {
	display: flex;
	justify-content: flex-start;
	margin-top: 80px;
	font-family: helvetica;
	flex-wrap: wrap;
	min-height: 200px;
}

@media (max-width: 768px) {
	.interna ul.nav.menu.jmoddiv {
		justify-content: center;
	}
}

ul.nav.menu > li {
	max-width: 300px;
	margin-bottom: 50px;
}

ul.nav.menu > li > a {
    width: 100%;
    background-color: #fff;
    padding: 14px 10px 10px 15px;
    border-top: 4px solid #0a5517;
    font-size: 19px;
    display: block;
    font-family: sans-serif;
    color: #0042b1;
    width: 250px;
    display: flex;
    align-items: center;
}
ul.nav.menu > li a[href^='/eu-quero-parar-de-fumar'] {
	border-color: #f74f4f;
	color: #f74f4f;
}
ul.nav.menu > li a[href^='/eu-quero-perder-peso'] {
	border-color: #4c8cff;
	color: #4c8cff;
}
ul.nav.menu > li a[href^='/eu-quero-me-alimentar-melhor'] {
	border-color: #fd944d;
	color: #fd944d;
}
ul.nav.menu > li a[href^='/eu-quero-me-exercitar-mais'] {
	border-color: #9ecf14;
	color: #9ecf14;
}

ul.nav.menu > li img {
    display: none;
}

ul.nav.menu > li:not(.deeper) {
    list-style-type: none;
    margin-left: 10px;
}

.interna li.deeper {
	list-style-type: none;
  border-left: 1px dotted #a1a1a1;
  padding-left: 10px;
}

.interna li.deeper > a {
	min-width: 150px;
	background-color: #e0e0e0;
	padding: 14px 10px 10px 15px;
	border-top: 4px solid #0a5517;
	font-size: 19px;
	display: block;
	font-family: sans-serif;
	color: #fff;
	display: flex;
	align-items: center;
}

.interna span.image-title {
	margin-left: 15px;
}

.interna ul.nav-child {
	margin-top: 10px;
	border-left: 1px dotted #a1a1a1;
}

.interna ul.nav-child li {
	list-style-type: none;
	padding-left: 10px;
	margin-top: 10px;
}


/* CSS ORIGINAL ACABA AQUI */

header {
	width: 100%;
	background-color: #ebedf1;
	height: auto;
}
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.barra-brasil {
	width: 100%;
	height: 30px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	font-family: arial;
	font-size: 11px;
}

.barra-brasil a {
	text-decoration: none;
	color: #5a5a5a;
	font-weight: bold;
}

.barra-brasil .wrap {
    display: flex;
    justify-content: space-between;
}

.barra-brasil ul li {
	list-style-type: none;
}

.barra-brasil ul li {
	display: inline-block;
}

.barra-brasil .acesso-a-informacao {
	display: flex;
	justify-content: center;
}

.barra-brasil ul {
	list-style-type: none;
}

.barra-brasil .acesso-a-informacao img {
	width: 26px;
	height: 19px;
	margin-top: 6px;
}

.barra-brasil .acesso-a-informacao li:first-child {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 7px;
}

.barra-brasil li {
	padding: 8.5px 10px;
	border-right: 2px solid #d1d1d1;
	padding-left: 10px;
	color: #5a5a5a;
}

.barra-brasil .servicos li {
	border-right: 2px solid #d1d1d1;
}

.menu-acessibilidade {
	color: #2c66ce;
	font-family: Arial;
	font-size: 10px;
	margin-bottom: 15px;
}

.menu-acessibilidade .wrap:first-child {
    margin-top: 12px;
}

.menu-acessibilidade .posicao {
	margin-bottom: 20px;
}

.menu-acessibilidade .posicao span {
	background-color: #2c66ce;
	color: #fff;
	padding: 0 3px;
}

.menu-acessibilidade .posicao p a {
    font-size: 10px;
    color: #658ed8;
}

.menu-acessibilidade .acessibilidade {
	text-transform: uppercase;
}

.menu-acessibilidade .acessibilidade p a {
	margin-right: 10px;
	color: #2c66ce;
}

.menu-acessibilidade .acessibilidade li:nth-child(4) {
	margin-left: 40px;
}

.menu-acessibilidade .wrap {
	display: flex;
	justify-content: space-between;
}

.menu-acessibilidade ul li {
	display: inline-block;
	margin-right: 5px;
}
.menu-acessibilidade ul li:last-child {
}
.menu-acessibilidade .logo p {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 15px;
	color: #2c66ce;
}

.menu-acessibilidade .logo h1 {
	font-size: 40px;
	font-family: opensans;
	color: #2c66ce;
}

.menu-acessibilidade .direita {
	position: relative;
}

.menu-acessibilidade .search {margin-top: 10px;}

.menu-acessibilidade .direita .search input {
	border-radius: 5px;
	border: none;
	padding: 7px 0px 7px 10px;
	width: 200px;
	position: relative;
	border-top: 2px solid #cccccc;
}

form.form-inline {
    position: relative;
}

::-webkit-input-placeholder {
    color: #2c66ce;
    font-size: 12px;
    font-family: opensans-regular;
    font-weight: 500;
}

.menu-acessibilidade .direita .search i {
	position: absolute;
	top: 14px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
}

.perguntas {
	background-image: linear-gradient(to bottom, #dadce2, #dadce2, #c6c8c7);
	height: 30px;
	font-size: 12px;
}

.perguntas a {
	text-decoration: none;
	color: #2c66ce;
	font-weight: 500;
}

.perguntas .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.perguntas ul li {
	display: inline-block;
	font-family: opensans-regular;
	color: #2c66ce;
	float: right;
	margin-top: 7px;
	border-right: 1px solid #c3c5c7;
	padding-right: 15px;
	padding-left: 15px;
}

.perguntas ul li:first-child {
    padding-right: 0;
}

.perguntas ul li:first-child {
	border: none;
}

/* SUBMENU PRINCIPAL */

.submenu {
  display: none;
  width: 100%;
  height: 70px;
}
.submenu .submenu-item {
  width: 25%;
  height: 70px;

  border-bottom: 10px solid;

  cursor: pointer;
}
/* BACKGROUND E BORDER COLOR */

.submenu .item-1 {
  border-color: #fb8e8e;
}
.submenu .item-2 {
  border-color: #8bbdff;
}
.submenu .item-3 {
  border-color: #fec28c;
}
.submenu .item-4 {
  border-color: #c7e52f;
}


.submenu .item-1:hover {
  background-color: #f74f4f;
}
.submenu .item-2:hover {
  background-color: #4c8cff;
}
.submenu .item-3:hover {
  background-color: #fd944d;
}
.submenu .item-4:hover {
  background-color: #9cce0e;
}



/* ESTILIZAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O INTERNA */
.submenu .submenu-item {
	background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: helvetica;
  color: #fff;
}

.submenu-item {
	position: relative;
}

.submenu .submenu-item p {
  font-size: 18px;
  line-height: 15px;
  color: #000;

  position: relative;
}

.submenu .submenu-item span {
  font-size: 10px;
  text-transform: uppercase;
}


.submenu .item-1 p {
  color: #f74f4f;
  margin-left: 30px;
}
.submenu .item-2 p {
  color: #4c8cff;
  margin-left: 30px;
}
.submenu .item-3 p {
  color: #fd944d;
  margin-left: 25px;
}
.submenu .item-4 p {
  color: #9cce0e;
  margin-left: 30px;
}

/* REGRA GERAL DO ITEM */
.submenu .item-1 p::before,
.submenu .item-2 p::before,
.submenu .item-3 p::before,
.submenu .item-4 p::before{
  	content: "";
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 31px;
	height: 31px;
	display: block;
	position: absolute;
  	right: 100%;
  	top: 2px;
}

/* ICONE DO ITEM */
.submenu .item-1 p::before {
  background-image: url('../images/fumar-r.png');
}
.submenu .item-2 p::before {
  background-image: url('../images/peso-r.png');
}
.submenu .item-3 p::before {
  background-image: url('../images/alimento-r.png');
}
.submenu .item-4 p::before {
  background-image: url('../images/exercicio-r.png');
}

.submenu .item-1:hover p::before {
  background-image: url('../images/fumar.png');
}
.submenu .item-2:hover p::before {
  background-image: url('../images/peso.png');
}
.submenu .item-3:hover p::before {
  background-image: url('../images/alimento.png');
}
.submenu .item-4:hover p::before {
  background-image: url('../images/exercicio.png');
}

/* FIM SUBMENU PRINCIPAL */

/* SUBMENU DA HOME */

.home .submenu {
  width: 100%;
  height: auto;
  display: flex;
}

.home .submenu .submenu-item {
  width: 25%;
  height: 120px;

  border-bottom: 10px solid;

  cursor: pointer;
}

/* BACKGROUND E BORDER COLOR */

.home .submenu .item-1 {
  background-color: #f74f4f;
  border-color: #fb8e8e;
}
.home .submenu .item-2 {
  background-color: #4c8cff;
  border-color: #8bbdff;
}
.home .submenu .item-3 {
  background-color: #fd944d;
  border-color: #fec28c;
}
.home .submenu .item-4 {
  background-color: #9cce0e;
  border-color: #c7e52f;
}

/* ESTILIZAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O INTERNA */
.home .submenu .submenu-item {
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: 'museo300';
}

.home .submenu .submenu-item p {
  color: #fff;
  font-size: 20px;
  line-height: 15px;

  position: relative;

  margin-top: 55px;
}

.home .submenu .submenu-item span {
  font-size: 11px;
  text-transform: uppercase;

  font-family: opensans-regular;
}

/* COR E POSICAO DO 'P'  */
.home .submenu .item-1 p,
.home .submenu .item-2 p,
.home .submenu .item-3 p,
.home .submenu .item-4 p{
  padding-top: 5px;
}

.home .submenu .item-1 p {
  margin-left: 0;
}
.home .submenu .item-2 p {
  margin-left: 0;
}
.home .submenu .item-3 p {
  margin-left: 0;
}
.home .submenu .item-4 p {
  margin-left: 0;
}

/* REGRA GERAL DO ITEM */
.home .submenu .item-1 p::before,
.home .submenu .item-2 p::before,
.home .submenu .item-3 p::before,
.home .submenu .item-4 p::before{
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: -42px;
}

.home .submenu .item-1 p::before {
  background-image: url('../images/fumar.png');
}
.home .submenu .item-2 p::before {
  background-image: url('../images/peso.png');
}
.home .submenu .item-3 p::before {
  background-image: url('../images/alimento.png');
}
.home .submenu .item-4 p::before {
  background-image: url('../images/exercicio.png');
}

/* FIM SUBMENU DA HOME */


/* DESTAQUE */

.home .destaque {
    margin-top: 0;
}

.destaque a {
    width: 100%;
}

.destaque::after {
	content: "";
	position: absolute;
	top: 100%;
	background-image: url('../images/detalhe-destaque.png');
	width: 100px;
	height: 10px;
}

.destaque figure {
	width: 100%;
}

.destaque figcaption {
  position: absolute;
  bottom: 0;
}

.destaque p {
  font-size: 39px;
  color: #fff;
  line-height: 35px;
  text-shadow: 0px 1px 1px #000;
  width: 70%;
  margin-left: 40px;
  margin-bottom: 40px;
  font-family: opensans;
}

@media (max-width: 940px) {
  .destaque p {
    width: 90%;
    font-size: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

/* FIM DESTAQUE */

.noticias {
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
	padding-bottom: 50px;
	flex-wrap: wrap;
}

.noticia {
	width: 32.5%;
	height: auto;
	border-bottom: 2px solid;
	background-color: #fff;
	font-family: opensans-regular;
	margin-bottom: 20px;
}

.noticia:not(:last-child) {
    margin-right: 10px;
}

.noticia-1 {
	border-color: #f74f4f;
	color: #f74f4f;
}

.noticia-2 {
	border-color: #fd944d;
	color: #fd944d;
}

.noticia-3 {
	border-color: #9cce0e;
	color: #9cce0e;
}

.noticia .desc h3 {
	font-size: 20px;
	max-width: 100%;
	line-height: 27px;
}

.noticia.pare-de-fumar {
	border-color: #f74f4f;
}
.noticia.pare-de-fumar .desc h3{
	color: #f74f4f;
	min-height: 50px;
}

.noticia.me-alimentar-melhor {
	border-color: #fd944d;
}

.noticia.me-exercitar-mais {
	border-color: #9cce0e;
}

.noticia.perder-peso {
	border-color: #4c8cff;
}
.noticia.perder-peso .desc h3{
	color: #4c8cff;
}

.ultimas {
	font-family: opensans;
	font-size: 39px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #2c66ce;
}

.ultimas-noticias .ultima-noticia {
	width: 24%;
	border-bottom: 2px solid;
	font-family: opensans-semibold;
	background-color: #fff;
	margin-right: 10px;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc {
	padding: 10px 10px 0;

	color: #979696;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc p {
	width: 100%;
	font-size: 17px;
	color: #717070;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc p.data-publicacao {
	width: auto;
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ultimas-noticias .pare-de-fumar {
	border-color: #f74f4f;
}

.ultimas-noticias .me-alimentar-melhor {
	border-color: #fd944d;
}

.ultimas-noticias .me-exercitar-mais {
	border-color: #9cce0e;
}

.ultimas-noticias .perder-peso {
	border-color: #4c8cff;
}

.ver-mais {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.ver-mais button {
	width: 165px;
	border: 2px solid #e5be00;
	padding: 12px;
	text-transform: uppercase;
	cursor: pointer;
	color: #e5be00;
	font-weight: bold;
	border-radius: 4px;

	background: transparent;
}

/* INTERNA ALIMENTO */


.interna-receita .quero-1 .img:before,
.interna-receita .quero-2 .img:before,
.interna-receita .quero-3 .img:before,
.interna-receita .quero-4 .img:before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 31px;
	height: 31px;
	display: block;
}

.interna-receita .quero-1 .img:before {
	background-image: url(../img/fumar-r.png);
}

.interna-receita .quero-2 .img:before {
	background-image: url(../img/peso-r.png);
}

.interna-receita .quero-3 .img:before {
	background-image: url(../img/alimento-r.png);
}

.interna-receita .quero-4 .img:before {
	background-image: url(../img/exercicio-r.png);
}

.interna-receita .quero-1:hover .img:before {
	background-image: url(../img/fumar.png);
}

.interna-receita .quero-2:hover .img:before {
	background-image: url(../img/peso.png);
}

.interna-receita .quero-3:hover .img:before {
	background-image: url(../img/alimento.png);
}

.interna-receita .quero-4:hover .img:before {
	background-image: url(../img/exercicio.png);
}

.interna-materia .wrap .quero-3 p {
    width: 215px;
}

.interna-materia .wrap .quero-2 p {
    margin-left: 25px;
}

.interna-materia .wrap .quero-3 p:before {
    left: 25px;
}

.interna-receita .wrap {
	width: 80%;
}

.interna-receita .wrap .eu-quero {
    height: 70px;
}

.interna-receita .wrap .quero {
	width: 25%;
	height: 70px;
	border-bottom: 10px solid #000;
	display: flex;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	flex-wrap: inherit;
	align-items: center;
}

.interna-receita .wrap .quero {
	background-color: #fff;
}

.interna-receita .wrap .quero .img {
	width: initial;
	/* margin-top: 10px; */
	padding-right: 5px;
}

.interna-receita .wrap .quero img {
	width: 100%;
}

.interna-receita .wrap .quero p {
    font-family: 'museo300';
    font-size: 18px;
    /* width: 120px; */
    line-height: 15px;
    /* margin-top: 13px; */
}

.interna-receita .wrap .quero-3 p,
.interna-receita .wrap .quero-4 p{
    width: initial;
}

.interna-receita .wrap .quero-1{
	border-color: #fb8e8e;
	color: #fb8e8e;
}

.interna-receita .wrap .quero-1:hover{
	background-color: #f74f4f;
	border-color: #fb8e8e;
	color: #fff;
}

.interna-receita .wrap .quero-2 {
	border-color: #8bbdff;
	color: #8bbdff;
}

.interna-receita .wrap .quero-2:hover {
	background-color: #4c8cff;
	border-color: #8bbdff;
	color: #fff;
}

.interna-receita .wrap .quero-3 {
	background-color: #fff;
	border-color: #fec28c;
	color: #fd944d;
}

.interna-receita .wrap .quero-3:hover {
	background-color: #fd944d;
	border-color: #fec28c;
	color: #fff;
}

.interna-receita .wrap .quero-4 {
	border-color: #c7e52f;
	color: #c7e52f;
}

.interna-receita .wrap .quero-4:hover {
	border-color: #c7e52f;
	background-color: #9cce0e;
	color: #fff;
}

.breadcrumbs {
    margin-top: 10px;
    font-family: opensans-regular;
    text-transform: uppercase;
    font-size: 10px;
}

.breadcrumbs p {
    text-transform: uppercase;
    font-size: 11px;
    font-family: opensans-regular;
    font-weight: bold;
}

.breadcrumbs span:first-child {
	color: #000;
	cursor: pointer;
	font-weight: 100;
	font-weight: bold;
}

.breadcrumbs span:last-child {
    color: initial;
}

.interna-receita .wrap aside {
    float: right;
    width: 20%;
    height: auto;
}

.interna-receita .wrap aside .mais-receitas {
    background-color: #fd944d;
    width: 100%;
    padding: 15px 0;
    border-top: 5px solid #fec28c;
    border-bottom: 6px solid #fff;
}

.interna-receita .wrap aside .mais-receitas p {
	text-transform: uppercase;
	font-size: 14px;
	font-family: opensans-regular;
	font-weight: bold;
	color: #fff;
	margin-left: 20px;
}

.interna-receita .wrap aside .receita img {
	width: 100%;
}

.interna-receita .wrap aside .receita a {
	color:  #717070;
	font-size: 14px;
	font-family: opensans-regular;
	font-weight: 600;
}

.interna-receita .wrap aside .receita {
    background-color: #fff;
    width: 100%;
    border-bottom: 3px solid #fd944d;
    margin-bottom: 8px;
}

.wrap .interna:before {
	content: "";
	display: table;
}

.wrap .interna:after {
	content: "";
	display: table;
	clear: both;
}

.wrap .conteudo-interna {
	width: 77%;
	float: left;
}

.wrap .conteudo-interna .compartilhar {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    font-family: opensans-regular;
}

.wrap .conteudo-interna .compartilhar p {
	margin-top: 5px;
}

.wrap .conteudo-interna .compartilhar .font {
    display: flex;
}

.wrap .conteudo-interna .compartilhar .font p {
    cursor: pointer;
    margin-left: 10px;
}

.wrap .conteudo-interna .compartilhar .font p:hover {
    text-decoration: underline;
}

.wrap .conteudo-interna .social {
    width: 150px;
    height: 30px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.wrap .conteudo-interna i {
	font-size: 23px;
	margin-top: 3px;
}

.wrap .conteudo-interna .social-1 {
	border-color: #3B5998;
}

.wrap .conteudo-interna .social-1 i {
	color: #3B5998;
}

.wrap .conteudo-interna .social-2 {
	border-color: #00aced;
}

.wrap .conteudo-interna .social-2 i {
	color: #00aced;
}

.wrap .conteudo-interna .social-3 {
	border-color: #777;
}

.wrap .conteudo-interna .social-3 i {
	color: #777;
}

.wrap .conteudo-interna .infos-noticia {
	display: flex;
	align-items: center;
	margin-top: 25px;
	font-family: opensans-regular;
	font-size: 10px;
}

.wrap .conteudo-interna .infos-noticia p:not(.data) {
	color: #2c66ce;
	cursor: pointer;
}

.wrap .conteudo-interna .titulo-noticia h1 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wrap .conteudo-interna .noticia-interna {
	width: 100%;
	min-height: 500px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.interna-receita .wrap .conteudo-interna .noticia-interna .tempo-porcao i {
    font-size: 18px;
    margin-right: 3px;
    margin-left: 5px;
}

.img-destaque {
    max-width: 100%;
    margin-top: -5px;
    z-index: 2;
    box-shadow: 0px 0px 5px #cccccc;
    overflow: hidden;
}

.conteudo-noticia {
    width: 100%;
    padding: 80px 65px;
    background-color: #fffcf4;
    font-family: 'museo300';
    margin-top: -3px;
}

.conteudo-noticia p {
    font-family: Arial;
    line-height: 25px;
    margin-bottom: 20px;
}

.detalhe-conteudo:not(:last-child) {
    margin-top: 20px;
    width: 100%;
}

.detalhe-conteudo img {
    width: 100%;
}

.conteudo-noticia .ingredientes {
    margin-bottom: 65px;
}

.ingredientes img,
.preparo img {
	margin-left: calc(50% - 25px);
}

.ingredientes h2,
.preparo h2 {
    text-align: center;
    color: #fd944d;
    margin-bottom: 45px;
}

.ingredientes p {
    line-height: 10px;
}

.preparo p {
	line-height: 30px;
}

.ultimas-noticias-interna {
	margin-top: 25px;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 20px 0;
	background-color: #f6eee5;
}


/* MATÃƒÆ’Ã¢â‚¬Â°RIA INTERNA */

.interna-materia .wrap {
	width: 80%;
}

/* MENU QUERO PARA MATÃƒÆ’Ã¢â‚¬Â°RIA INTERNA */



/* FIM MENU QUERO */

.interna-materia .slider {
	margin-top: 20px;
}

.interna-materia .conteudo-texto {
    font-family: Arial;
    margin-top: 20px;
}

.interna-materia .conteudo-texto p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pag-fumar {
	margin-bottom: 40px;
}

.interna-materia figure {
    position: relative;
    /* border-bottom: 10px solid #f75555; */
    height: auto;
    font-family: arial;
    width: 100%;
    max-width: 100%;
}

figure img {
    max-width: 100%;
    width: 100%;
}

.interna-materia figcaption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 19px;
    color: #fff;
    font-size: 18px;
    border-bottom: 10px solid #f75555;
}

.exibicao {

}

.navegacao {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}

.miniatura {
	margin-left: 10px;
}

.miniatura img {
    width: 100%;
    height: auto;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 1.6;
    opacity: 1;
    color: gray;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    z-index: 999;
}

/* SUBHOME */

.subhome .wrap {
	width: 80%;
}

/* DISPLAY */

.display {
	width: 100%;
	height: 139px;
	padding-top: 1px;
}

.display.parar-de-fumar {
	border-bottom: 3px solid #f74f4f;
	background-color: #f1d9d9;
	color: #f74f4f;
}

.display.perder-peso {
	border-bottom: 3px solid #4c8cff;
	background-color: #8bbdff;
	color: #4c8cff;
}

.display.me-alimentar-melhor {
	border-bottom: 3px solid #fd944d;
	background-color: #fec28c;
	color: #fd944d;
}

.display.me-exercitar-mais {
	border-bottom: 3px solid #9cce0e;
	background-color: #c7e52f;
	color: #9cce0e;
}

.display .categoria {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.display .categoria p {
	font-family: 'museo900';
	font-size: 50px;
	line-height: 35px;
	position: relative;
	margin-left: 80px;
	margin-top: 15px;
}

.display .categoria p:before {
	content: "";
	display: block;
	background-image: url('../img/fumar-r-g.png');
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 100%;
	top: 17px;
	margin-right: 20px;
}

.display .categoria span {
	font-family: opensans-semibold;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

h1.documentFirstHeading {color: #fd944d;font-size: 39px;font-family: 'museo500';margin-top: 30px;margin-bottom: 20px;}

legend {
    font-size: 20px;
    font-family: opensans-regular;
}

.input-append {
    width: 85%;
    position: relative;
}

input#search-searchword {
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 7px 0 7px 0;
    position: relative;
    border-top: 2px solid #cccccc;
}

fieldset.word {
    margin-bottom: 20px;
    border: none;
}

p.description {
    font-family: opensans-regular;
    font-size: 15px;
}

h2.tileHeadline.result-title {
    color: #2c66ce;
}

h2.tileHeadline.result-title a {
    color: #2c66ce;
}

.searchintro {
    margin-bottom: 10px;
}

.description.result-text {
    font-family: opensans-regular;
    font-size: 15px;
}

.tileItem {
    border-top: 1px solid #dfdfdf;
    padding: 10px;
    font-family: opensans-regular;
    margin-bottom: 20px;
}

.keywords {
    font-size: 11px;
    margin-top: 20px;
}

.span1.tileInfo {
    display: none;
}

.hide {
    display: none;
}

.interna .bloco h2 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 40px;
    margin-bottom: 20px;
}

.interna .conteudo-noticia a {
	text-decoration: underline;
	color: #000;
}

.interna .submenu-item i {
    display: none;
}

header {
	width: 100%;
	background-color: #ebedf1;
	height: auto;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.barra-brasil {
	width: 100%;
	height: 30px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	font-family: arial;
	font-size: 11px;
}

.barra-brasil a {
	text-decoration: none;
	color: #5a5a5a;
	font-weight: bold;
}

.barra-brasil .wrap {
    display: flex;
    justify-content: space-between;
}

.barra-brasil ul li {
	list-style-type: none;
}

.barra-brasil ul li {
	display: inline-block;
}

.barra-brasil .acesso-a-informacao {
	display: flex;
	justify-content: center;
}

.barra-brasil ul {
	list-style-type: none;
}

.barra-brasil .acesso-a-informacao img {
	width: 26px;
	height: 19px;
	margin-top: 6px;
}

.barra-brasil .acesso-a-informacao li:first-child {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 7px;
}

.barra-brasil li {
	padding: 8.5px 10px;
	border-right: 2px solid #d1d1d1;
	padding-left: 10px;
	color: #5a5a5a;
}

.barra-brasil .servicos li {
	border-right: 2px solid #d1d1d1;
}

.menu-acessibilidade {
	color: #2c66ce;
	font-family: Arial;
	font-size: 10px;
	margin-bottom: 15px;
}

.menu-acessibilidade .wrap:first-child {
    margin-top: 12px;
}

.menu-acessibilidade .posicao {
	margin-bottom: 20px;
}

.menu-acessibilidade .posicao span {
	background-color: #2c66ce;
	color: #fff;
	padding: 0 3px;
}

.menu-acessibilidade .posicao p a {
    font-size: 10px;
    color: #658ed8;
}

.menu-acessibilidade .acessibilidade {
	text-transform: uppercase;
}
.menu-acessibilidade .acessibilidade p a {
	margin-right: 10px;
	color: #2c66ce;
}

.menu-acessibilidade .acessibilidade li:nth-child(4) {
	margin-left: 40px;
}

.menu-acessibilidade .wrap {
	display: flex;
	justify-content: space-between;
}

.menu-acessibilidade ul li {
	display: inline-block;
	margin-right: 5px;
}
.menu-acessibilidade ul li:last-child {
}
.menu-acessibilidade .logo p {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 15px;
	color: #2c66ce;
}

.menu-acessibilidade .logo h1 {
	font-size: 40px;
	font-family: opensans;
	color: #2c66ce;
}

.menu-acessibilidade .direita {
	position: relative;
}

.menu-acessibilidade .search {margin-top: 10px;}

.menu-acessibilidade .direita .search input {
	border-radius: 5px;
	border: none;
	padding: 7px 0px 7px 10px;
	width: 200px;
	position: relative;
	border-top: 2px solid #cccccc;
}

form.form-inline {
    position: relative;
}

::-webkit-input-placeholder {
    color: #2c66ce;
    font-size: 12px;
    font-family: opensans-regular;
    font-weight: 500;
}

.menu-acessibilidade .direita .search i {
	position: absolute;
	top: 14px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
}

.menu-acessibilidade .direita .social {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.perguntas {
	background-image: linear-gradient(to bottom, #dadce2, #dadce2, #c6c8c7);
	height: 30px;
	font-size: 12px;
}

.perguntas a {
	text-decoration: none;
	color: #2c66ce;
	font-weight: 500;
}

.perguntas .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.perguntas ul li {
	display: inline-block;
	font-family: opensans-regular;
	color: #2c66ce;
	float: right;
	margin-top: 7px;
	border-right: 1px solid #c3c5c7;
	padding-right: 15px;
	padding-left: 15px;
}

.perguntas ul li:first-child {
    padding-right: 0;
}

.perguntas ul li:first-child {
	border: none;
}

/* SUBMENU PRINCIPAL */

.submenu {
  display: none;
  width: 100%;
  height: 70px;
}
.submenu .submenu-item {
  width: 25%;
  height: 70px;

  border-bottom: 10px solid;

  cursor: pointer;
}
/* BACKGROUND E BORDER COLOR */

.submenu .item-1 {
  border-color: #fb8e8e;
}
.submenu .item-2 {
  border-color: #8bbdff;
}
.submenu .item-3 {
  border-color: #fec28c;
}
.submenu .item-4 {
  border-color: #c7e52f;
}


.submenu .item-1:hover {
  background-color: #f74f4f;
}
.submenu .item-2:hover {
  background-color: #4c8cff;
}
.submenu .item-3:hover {
  background-color: #fd944d;
}
.submenu .item-4:hover {
  background-color: #9cce0e;
}



/* ESTILIZAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O INTERNA */
.submenu .submenu-item {
	background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: helvetica;
  color: #fff;
}

.submenu-item {
	position: relative;
}

.submenu .submenu-item p {
  font-size: 18px;
  line-height: 15px;
  color: #000;

  position: relative;
}

.submenu .submenu-item p:not(span.tit) {
	text-align: center;
}

.submenu .submenu-item span {
  font-size: 10px;
  text-transform: uppercase;
}

/* COR E POSICAO DO 'P'  */
.submenu .item-1 p,
.submenu .item-2 p,
.submenu .item-3 p,
.submenu .item-4 p{
  padding-left: 5px;
}

.submenu .item-1:hover p,
.submenu .item-4:hover p,
.submenu .item-2:hover p,
.submenu .item-3:hover p {
  color: #fff;
}

.submenu .item-1 p {
  color: #f74f4f;
  margin-left: 30px;
}
.submenu .item-2 p {
  color: #4c8cff;
  margin-left: 30px;
}
.submenu .item-3 p {
  color: #fd944d;
  margin-left: 25px;
}
.submenu .item-4 p {
  color: #9cce0e;
  margin-left: 30px;
}

/* REGRA GERAL DO ITEM */
.submenu .item-1 p::before,
.submenu .item-2 p::before,
.submenu .item-3 p::before,
.submenu .item-4 p::before{
  	content: "";
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 31px;
	height: 31px;
	display: block;
	position: absolute;
  	right: 100%;
  	top: 2px;
}

/* ICONE DO ITEM */
.submenu .item-1 p::before {
  background-image: url('../images/fumar-r.png');
}
.submenu .item-2 p::before {
  background-image: url('../images/peso-r.png');
}
.submenu .item-3 p::before {
  background-image: url('../images/alimento-r.png');
}
.submenu .item-4 p::before {
  background-image: url('../images/exercicio-r.png');
}

.submenu .item-1:hover p::before {
  background-image: url('../images/fumar.png');
}
.submenu .item-2:hover p::before {
  background-image: url('../images/peso.png');
}
.submenu .item-3:hover p::before {
  background-image: url('../images/alimento.png');
}
.submenu .item-4:hover p::before {
  background-image: url('../images/exercicio.png');
}

/* FIM SUBMENU PRINCIPAL */

/* SUBMENU DA HOME */

.home .submenu {
  width: 100%;
  height: auto;
  display: flex;
}

.home .submenu .submenu-item {
  width: 25%;
  height: 120px;

  border-bottom: 10px solid;

  cursor: pointer;
}

/* BACKGROUND E BORDER COLOR */

.home .submenu .item-1 {
  background-color: #f74f4f;
  border-color: #fb8e8e;
}
.home .submenu .item-2 {
  background-color: #4c8cff;
  border-color: #8bbdff;
}
.home .submenu .item-3 {
  background-color: #fd944d;
  border-color: #fec28c;
}
.home .submenu .item-4 {
  background-color: #9cce0e;
  border-color: #c7e52f;
}

/* ESTILIZAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O INTERNA */
.home .submenu .submenu-item {
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: 'museo300';
}

.home .submenu .submenu-item p {
  color: #fff;
  font-size: 20px;
  line-height: 15px;

  position: relative;

  margin-top: 55px;
}

.home .submenu .submenu-item span {
  font-size: 11px;
  text-transform: uppercase;

  font-family: opensans-regular;
}

/* COR E POSICAO DO 'P'  */
.home .submenu .item-1 p,
.home .submenu .item-2 p,
.home .submenu .item-3 p,
.home .submenu .item-4 p{
  padding-top: 5px;
}

.home .submenu .item-1 p {
  margin-left: 0;
}
.home .submenu .item-2 p {
  margin-left: 0;
}
.home .submenu .item-3 p {
  margin-left: 0;
}
.home .submenu .item-4 p {
  margin-left: 0;
}

/* REGRA GERAL DO ITEM */
.home .submenu .item-1 p::before,
.home .submenu .item-2 p::before,
.home .submenu .item-3 p::before,
.home .submenu .item-4 p::before{
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: -42px;
}

.home .submenu .item-1 p::before {
  background-image: url('../images/fumar.png');
}
.home .submenu .item-2 p::before {
  background-image: url('../images/peso.png');
}
.home .submenu .item-3 p::before {
  background-image: url('../images/alimento.png');
}
.home .submenu .item-4 p::before {
  background-image: url('../images/exercicio.png');
}

/* FIM SUBMENU DA HOME */


/* DESTAQUE */


.home .destaque {
    margin-top: 0;
}

.destaque::after {
	content: "";
	position: absolute;
	top: 100%;
	background-image: url('../images/detalhe-destaque.png');
	width: 100px;
	height: 10px;
}

.destaque figure {
	width: 100%;
}

.destaque figcaption {
  position: absolute;
  bottom: 0;
}

.destaque p {
  font-size: 39px;
  color: #fff;
  line-height: 35px;
  text-shadow: 0px 1px 1px #000;
  width: 70%;
  margin-left: 40px;
  margin-bottom: 40px;
  font-family: opensans;
}

@media (max-width: 940px) {
  .destaque p {
    width: 90%;
    font-size: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

/* FIM DESTAQUE */

.noticias {
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
	padding-bottom: 50px;
	flex-wrap: wrap;
}

.noticia {
	width: 32.5%;
	height: auto;
	border-bottom: 2px solid;
	background-color: #fff;
	font-family: opensans-regular;
	margin-bottom: 20px;
}

.noticia:not(:last-child) {
    margin-right: 1.2%;
}

.noticia-1 {
	border-color: #f74f4f;
	color: #f74f4f;
}

.noticia-2 {
	border-color: #fd944d;
	color: #fd944d;
}

.noticia-3 {
	border-color: #9cce0e;
	color: #9cce0e;
}

.noticia .desc {
	padding: 15px;
	line-height: 25px;
}

.noticia .desc h3 {
	font-size: 20px;
	max-width: 100%;
	line-height: 27px;
}

.noticia.pare-de-fumar {
	border-color: #f74f4f;
}
.noticia.pare-de-fumar .desc h3{
	color: #f74f4f;
	min-height: 50px;
}

.noticia.me-alimentar-melhor {
	border-color: #fd944d;
}

.noticia.me-exercitar-mais {
	border-color: #9cce0e;
}
.noticia.me-exercitar-mais .desc h3{
	color: #9cce0e;
	min-height: 50px;
}

.noticia.perder-peso {
	border-color: #4c8cff;
}
.noticia.perder-peso .desc h3{
	color: #4c8cff;
}

.embed {
  width: 100%;
  height: auto;
  padding: 1px 0 50px;
  background-color: #e2e7f1;
}

.embed .ultimas {
	display: block;
}

.embed .wrap {
	width: 80%;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.embed .wrap .destaque-videos {
	width: 60%;
}

.embed .wrap .destaque-videos img {
	max-width: 100%;
	width: 100%;
}

.embed .wrap .destaque-videos iframe {
	width: 100%;
	height: 380px;
	border-radius: 5px;
}

.embed .wrap .destaque-videos p {
	font-family: opensans-semibold;
	font-size: 24px;
	color: #88b509;
	margin-top: 5px;
}

.embed .wrap .videos {
	width: 35%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}

.embed .wrap .video {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	cursor: pointer;
}

.embed .wrap .video .img {
	width: 45%;
}

.embed .wrap .video img {
	border-radius: 5px;
	max-width: 100%;
	width: 100%;
}

.embed .wrap .video .desc {
	width: 45%;
}

.embed .wrap .video .desc span {
	display: block;
	width: 100%;
	font-family: opensans-semibold, verdana;
	font-size: 12px;
	text-transform: uppercase;
}

.embed .wrap .videos .desc span.verde {
	color: #9cce0e;
}

.embed .wrap .videos .desc span.laranja {
	color: #fd944d;
}

.embed .wrap .videos .desc span.azul {
	color: #3f7cea;
}

.embed .wrap .videos .desc span.vermelho {
	color: #f74f4f;
}

.ultimas {
	font-family: opensans;
	font-size: 39px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #2c66ce;
}

.ultimas-noticias .ultima-noticia {
	width: 24%;
	border-bottom: 2px solid;
	font-family: opensans-semibold;
	background-color: #fff;
	margin-right: 10px;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc {
	padding: 10px 10px 0;
	color: #979696;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc p {
	width: 100%;
	min-height: 70px;
	font-size: 17px;
	color: #717070;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc p.data-publicacao {
	width: auto;
	font-size: 10px;
	text-align: right;
	margin-top: 50px;
	margin-bottom: 10px;
}

.ultimas-noticias .pare-de-fumar {
	border-color: #f74f4f;
}

.ultimas-noticias .me-alimentar-melhor {
	border-color: #fd944d;
}

.ultimas-noticias .me-exercitar-mais {
	border-color: #9cce0e;
}

.ultimas-noticias .perder-peso {
	border-color: #4c8cff;
}

.ver-mais {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.ver-mais button {
	width: 165px;
	border: 2px solid #e5be00;
	padding: 12px;
	text-transform: uppercase;
	cursor: pointer;
	color: #e5be00;
	font-weight: bold;
	border-radius: 4px;

	background: transparent;
}

/* INTERNA ALIMENTO */


.interna-receita .quero-1 .img:before,
.interna-receita .quero-2 .img:before,
.interna-receita .quero-3 .img:before,
.interna-receita .quero-4 .img:before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 31px;
	height: 31px;
	display: block;
}

.interna-receita .quero-1 .img:before {
	background-image: url(../img/fumar-r.png);
}

.interna-receita .quero-2 .img:before {
	background-image: url(../img/peso-r.png);
}

.interna-receita .quero-3 .img:before {
	background-image: url(../img/alimento-r.png);
}

.interna-receita .quero-4 .img:before {
	background-image: url(../img/exercicio-r.png);
}

.interna-receita .quero-1:hover .img:before {
	background-image: url(../img/fumar.png);
}

.interna-receita .quero-2:hover .img:before {
	background-image: url(../img/peso.png);
}

.interna-receita .quero-3:hover .img:before {
	background-image: url(../img/alimento.png);
}

.interna-receita .quero-4:hover .img:before {
	background-image: url(../img/exercicio.png);
}

.interna-materia .wrap .quero-3 p {
    width: 215px;
}

.interna-materia .wrap .quero-2 p {
    margin-left: 25px;
}

.interna-materia .wrap .quero-3 p:before {
    left: 25px;
}

.interna-receita .wrap {
	width: 80%;
}

.interna-receita .wrap .eu-quero {
    height: 70px;
}

.interna-receita .wrap .quero {
	width: 25%;
	height: 70px;
	border-bottom: 10px solid #000;
	display: flex;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	flex-wrap: inherit;
	align-items: center;
}

.interna-receita .wrap .quero {
	background-color: #fff;
}

.interna-receita .wrap .quero .img {
	width: initial;
	/* margin-top: 10px; */
	padding-right: 5px;
}

.interna-receita .wrap .quero img {
	width: 100%;
}

.interna-receita .wrap .quero p {
    font-family: 'museo300';
    font-size: 18px;
    /* width: 120px; */
    line-height: 15px;
    /* margin-top: 13px; */
}

.interna-receita .wrap .quero-3 p,
.interna-receita .wrap .quero-4 p{
    width: initial;
}

.interna-receita .wrap .quero-1{
	border-color: #fb8e8e;
	color: #fb8e8e;
}

.interna-receita .wrap .quero-1:hover{
	background-color: #f74f4f;
	border-color: #fb8e8e;
	color: #fff;
}

.interna-receita .wrap .quero-2 {
	border-color: #8bbdff;
	color: #8bbdff;
}

.interna-receita .wrap .quero-2:hover {
	background-color: #4c8cff;
	border-color: #8bbdff;
	color: #fff;
}

.interna-receita .wrap .quero-3 {
	background-color: #fff;
	border-color: #fec28c;
	color: #fd944d;
}

.interna-receita .wrap .quero-3:hover {
	background-color: #fd944d;
	border-color: #fec28c;
	color: #fff;
}

.interna-receita .wrap .quero-4 {
	border-color: #c7e52f;
	color: #c7e52f;
}

.interna-receita .wrap .quero-4:hover {
	border-color: #c7e52f;
	background-color: #9cce0e;
	color: #fff;
}

.breadcrumbs {
    margin-top: 10px;
    font-family: opensans-regular;
    text-transform: uppercase;
    font-size: 10px;
}

.breadcrumbs p {
    text-transform: uppercase;
    font-size: 11px;
    font-family: opensans-regular;
    font-weight: bold;
}

.breadcrumbs span:first-child {
	color: #000;
	cursor: pointer;
	font-weight: 100;
	font-weight: bold;
}

.breadcrumbs span:last-child {
    color: initial;
}

.interna-receita .wrap aside {
    float: right;
    width: 20%;
    height: auto;
}

.interna-receita .wrap aside .mais-receitas {
    background-color: #fd944d;
    width: 100%;
    padding: 15px 0;
    border-top: 5px solid #fec28c;
    border-bottom: 6px solid #fff;
}

.interna-receita .wrap aside .mais-receitas p {
	text-transform: uppercase;
	font-size: 14px;
	font-family: opensans-regular;
	font-weight: bold;
	color: #fff;
	margin-left: 20px;
}

.interna-receita .wrap aside .receita img {
	width: 100%;
}

.interna-receita .wrap aside .receita p {
	color:  #717070;
	font-size: 14px;
	font-family: opensans-regular;
	padding: 10px;
	font-weight: 600;
}

.interna-receita .wrap aside .receita {
    background-color: #fff;
    width: 100%;
    border-bottom: 3px solid #fd944d;
    margin-bottom: 8px;
}

=.wrap .interna:before {
	content: "";
	display: table;
}

.wrap .interna:after {
	content: "";
	display: table;
	clear: both;
}

.wrap .conteudo-interna {
	width: 77%;
	float: left;
}

.wrap .conteudo-interna .compartilhar {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    font-family: opensans-regular;
}

.wrap .conteudo-interna .compartilhar p {
	margin-top: 5px;
}

.wrap .conteudo-interna .compartilhar .font {
    display: flex;
}

.wrap .conteudo-interna .compartilhar .font p {
    cursor: pointer;
    margin-left: 10px;
}

.wrap .conteudo-interna .compartilhar .font p:hover {
    text-decoration: underline;
}

.wrap .conteudo-interna .social {
    width: 150px;
    height: 30px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.wrap .conteudo-interna i {
	font-size: 23px;
	margin-top: 3px;
}

.wrap .conteudo-interna .social-1 {
	border-color: #3B5998;
}

.wrap .conteudo-interna .social-1 i {
	color: #3B5998;
}

.wrap .conteudo-interna .social-2 {
	border-color: #00aced;
}

.wrap .conteudo-interna .social-2 i {
	color: #00aced;
}

.wrap .conteudo-interna .social-3 {
	border-color: #777;
}

.wrap .conteudo-interna .social-3 i {
	color: #777;
}

.wrap .conteudo-interna .infos-noticia {
	display: flex;
	align-items: center;
	margin-top: 25px;
	font-family: opensans-regular;
	font-size: 10px;
}

.wrap .conteudo-interna .infos-noticia p:not(.data) {
	color: #2c66ce;
	cursor: pointer;
}

.wrap .conteudo-interna .titulo-noticia h1 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.interna-receita .wrap .conteudo-interna .noticia-interna .tempo-porcao i {
    font-size: 18px;
    margin-right: 3px;
    margin-left: 5px;
}


.img-destaque {
	width: 100%;
	max-height: 350px;
    margin-top: -5px;
    z-index: 2;
    box-shadow: 0px 0px 5px #cccccc;
    overflow: hidden;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.conteudo-noticia {
    width: 100%;
    padding: 60px 65px;
    background-color: #fffcf4;
    font-family: 'museo300';
    margin-top: -3px;
}

.conteudo-noticia .thumbnail {
	width: 100%;
	height: auto;
	text-align: center;
}

.conteudo-noticia .thumbnail img {
	width: 100%;
	margin-bottom: 30px;
}

.conteudo-noticia p {
    font-family: Arial;
    line-height: 25px;
    margin-bottom: 15px;
}

.detalhe-conteudo:not(:last-child) {
    margin-top: 20px;
    width: 100%;
}

.detalhe-conteudo img {
    width: 100%;
}

.conteudo-noticia .ingredientes {
    margin-bottom: 65px;
}

.ingredientes img,
.preparo img {
	margin-left: calc(50% - 25px);
}

.ingredientes h2,
.preparo h2 {
    text-align: center;
    color: #fd944d;
    margin-bottom: 45px;
}

.ingredientes p {
    line-height: 10px;
}

.preparo p {
	line-height: 30px;
}

.ultimas-noticias-interna {
	margin-top: 25px;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 20px 0;
	background-color: #f6eee5;
}


/* MATÃƒÆ’Ã¢â‚¬Â°RIA INTERNA */

.interna-materia .wrap {
	width: 80%;
}

/* MENU QUERO PARA MATÃƒÆ’Ã¢â‚¬Â°RIA INTERNA */



/* FIM MENU QUERO */

.interna-materia .slider {
	margin-top: 20px;
}

.interna-materia .conteudo-texto {
    font-family: Arial;
    margin-top: 20px;
}

.interna-materia .conteudo-texto p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pag-fumar {
	margin-bottom: 40px;
}

.interna-materia figure {
    position: relative;
    /* border-bottom: 10px solid #f75555; */
    height: auto;
    font-family: arial;
    width: 100%;
    max-width: 100%;
}

figure img {
    max-width: 100%;
    width: 100%;
}

.interna-materia figcaption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 19px;
    color: #fff;
    font-size: 18px;
    border-bottom: 10px solid #f75555;
}

.exibicao {

}

.navegacao {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}

.miniatura {
	margin-left: 10px;
}

.miniatura img {
    width: 100%;
    height: auto;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 1.6;
    opacity: 1;
    color: gray;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    z-index: 999;
}

/* SUBHOME */

.subhome .wrap {
	width: 80%;
}

/* DISPLAY */

.display {
	width: 100%;
	height: 139px;
	padding-top: 1px;
}

.display.parar-de-fumar {
	border-bottom: 3px solid #f74f4f;
	background-color: #f1d9d9;
	color: #f74f4f;
}

.display.perder-peso {
	border-bottom: 3px solid #4c8cff;
	background-color: #8bbdff;
	color: #4c8cff;
}

.display.me-alimentar-melhor {
	border-bottom: 3px solid #fd944d;
	background-color: #fec28c;
	color: #fd944d;
}

.display.me-exercitar-mais {
	border-bottom: 3px solid #9cce0e;
	background-color: #c7e52f;
	color: #9cce0e;
}

.display .categoria {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.display .categoria p {
	font-family: 'museo900';
	font-size: 50px;
	line-height: 35px;
	position: relative;
	margin-left: 80px;
	margin-top: 15px;
}

.display .categoria p:before {
	content: "";
	display: block;
	background-image: url('../img/fumar-r-g.png');
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 100%;
	top: 17px;
	margin-right: 20px;
}

.display .categoria span {
	font-family: opensans-semibold;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

.portalredes-item i {
    position: relative;
    font-size: 23px;
    color: #2c66ce;
}

.doencas-tabagismo .bloco h2 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 20px;
    margin-bottom: 20px;
}

h1.documentFirstHeading {
    color: #fd944d;
    font-size: 39px;
    font-family: 'museo500';
    margin-top: 30px;
    margin-bottom: 20px;
}

h1.documentFirstHeading {color: #fd944d;font-size: 39px;font-family: 'museo500';margin-top: 30px;margin-bottom: 20px;}

legend {
    font-size: 20px;
    font-family: opensans-regular;
}

.input-append {
    width: 85%;
    position: relative;
}

input#search-searchword {
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 7px 0 7px 0;
    position: relative;
    border-top: 2px solid #cccccc;
}

fieldset.word {
    margin-bottom: 20px;
    border: none;
}

p.description {
    font-family: opensans-regular;
    font-size: 15px;
}

h2.tileHeadline.result-title {
    color: #2c66ce;
}

h2.tileHeadline.result-title a {
    color: #2c66ce;
}

.searchintro {
    margin-bottom: 10px;
}

.description.result-text {
    font-family: opensans-regular;
    font-size: 15px;
}

.tileItem {
    border-top: 1px solid #dfdfdf;
    padding: 10px;
    font-family: opensans-regular;
    margin-bottom: 20px;
}

.keywords {
    font-size: 11px;
    margin-top: 20px;
}

.span1.tileInfo {
    display: none;
}

.hide {
    display: none;
}

.interna .bloco h2 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 40px;
    margin-bottom: 20px;
}

.interna .submenu-item i {
    display: none;
}




/* DROPDOWN PARA POSTS */
.conteudo-noticia .drop {
    cursor: pointer;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #fd944d;
    position: relative;
    font-weight: 600;
}

.conteudo-noticia .drop:after {
	content: attr(data-content);
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    font-size: 20px;
    color: #fd944d;
}

.conteudo-noticia .drop-content {
	display: none;
	width: 100%;
	height: auto;
	font-family: Arial;
    line-height: 25px;
}

.conteudo-noticia .drop-content table tr td {
	padding: 3px 10px;
}


.display-img-destaque{
	height: 190px;
	overflow: hidden;
}

.conte-sua-historia p{
    margin-top: 10px;
    color: #717070;
    font-size: 16px;
    line-height: 20px;
    font-family: opensans-regular;
}

.banner-carousel{
	margin-bottom: 50px!important;
}

.slick-dots{
	bottom: -30px
}
.slick-dots li button:before {
    font-size: 16px!important;
    color: #2c66ce!important;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.barra-brasil {
	width: 100%;
	height: 30px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	font-family: arial;
	font-size: 11px;
}

.barra-brasil a {
	text-decoration: none;
	color: #5a5a5a;
	font-weight: bold;
}

.barra-brasil .wrap {
    display: flex;
    justify-content: space-between;
}

.barra-brasil ul li {
	list-style-type: none;
}

.barra-brasil ul li {
	display: inline-block;
}

.barra-brasil .acesso-a-informacao {
	display: flex;
	justify-content: center;
}

.barra-brasil ul {
	list-style-type: none;
}

.barra-brasil .acesso-a-informacao img {
	width: 26px;
	height: 19px;
	margin-top: 6px;
}

.barra-brasil .acesso-a-informacao li:first-child {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 7px;
}

.barra-brasil li {
	padding: 8.5px 10px;
	border-right: 2px solid #d1d1d1;
	padding-left: 10px;
	color: #5a5a5a;
}

.barra-brasil .servicos li {
	border-right: 2px solid #d1d1d1;
}

.menu-acessibilidade {
	color: #2c66ce;
	font-family: Arial;
	font-size: 10px;
	margin-bottom: 15px;
}

.menu-acessibilidade .wrap:first-child {
    margin-top: 12px;
}

.menu-acessibilidade .posicao {
	margin-bottom: 20px;
}

.menu-acessibilidade .posicao span {
	background-color: #2c66ce;
	color: #fff;
	padding: 0 3px;
}

.menu-acessibilidade .posicao p a {
    font-size: 10px;
    color: #658ed8;
}

.menu-acessibilidade .acessibilidade {
	text-transform: uppercase;
}

.menu-acessibilidade .acessibilidade p a {
	margin-right: 10px;
	color: #2c66ce;
}

.menu-acessibilidade .acessibilidade li:nth-child(4) {
	margin-left: 40px;
}

.menu-acessibilidade .wrap {
	display: flex;
	justify-content: space-between;
}

.menu-acessibilidade ul li {
	display: inline-block;
	margin-right: 5px;
}
.menu-acessibilidade ul li:last-child {
}
.menu-acessibilidade .logo p {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 15px;
	color: #2c66ce;
}

.menu-acessibilidade .logo h1 {
	font-size: 40px;
	font-family: opensans;
	color: #2c66ce;
}

.menu-acessibilidade .direita {
	position: relative;
}

.menu-acessibilidade .search {margin-top: 10px;}

.menu-acessibilidade .direita .search input {
	border-radius: 5px;
	border: none;
	padding: 7px 0px 7px 10px;
	width: 200px;
	position: relative;
	border-top: 2px solid #cccccc;
}

form.form-inline {
    position: relative;
}

::-webkit-input-placeholder {
    color: #2c66ce;
    font-size: 12px;
    font-family: opensans-regular;
    font-weight: 500;
}

.menu-acessibilidade .direita .search i {
	position: absolute;
	top: 14px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
}

.perguntas {
	background-image: linear-gradient(to bottom, #dadce2, #dadce2, #c6c8c7);
	height: 30px;
	font-size: 12px;
}

.perguntas a {
	text-decoration: none;
	color: #2c66ce;
	font-weight: 500;
}

.perguntas .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.perguntas ul li {
	display: inline-block;
	font-family: opensans-regular;
	color: #2c66ce;
	float: right;
	margin-top: 7px;
	border-right: 1px solid #c3c5c7;
	padding-right: 15px;
	padding-left: 15px;
}

.perguntas ul li:first-child {
    padding-right: 0;
}

.perguntas ul li:first-child {
	border: none;
}

/* SUBMENU PRINCIPAL */

.submenu {
  display: none;
  width: 100%;
  height: 70px;
}
.submenu .submenu-item {
  width: 25%;
  height: 70px;

  border-bottom: 10px solid;

  cursor: pointer;
}
/* BACKGROUND E BORDER COLOR */

.submenu .item-1 {
  border-color: #fb8e8e;
}
.submenu .item-2 {
  border-color: #8bbdff;
}
.submenu .item-3 {
  border-color: #fec28c;
}
.submenu .item-4 {
  border-color: #c7e52f;
}


.submenu .item-1:hover {
  background-color: #f74f4f;
}
.submenu .item-2:hover {
  background-color: #4c8cff;
}
.submenu .item-3:hover {
  background-color: #fd944d;
}
.submenu .item-4:hover {
  background-color: #9cce0e;
}



/* ESTILIZAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O INTERNA */
.submenu .submenu-item {
	background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: helvetica;
  color: #fff;
}

.submenu-item {
	position: relative;
}

.submenu .submenu-item p {
  font-size: 18px;
  line-height: 15px;
  color: #000;

  position: relative;
}

.submenu .submenu-item span {
  font-size: 10px;
  text-transform: uppercase;
}

/* COR E POSICAO DO 'P'  */
.submenu .item-1 p,
.submenu .item-2 p,
.submenu .item-3 p,
.submenu .item-4 p{
  padding-left: 5px;
}

.submenu .item-1:hover p,
.submenu .item-4:hover p,
.submenu .item-2:hover p,
.submenu .item-3:hover p {
  color: #fff;
}

.submenu .item-1 p {
  color: #f74f4f;
  margin-left: 30px;
}
.submenu .item-2 p {
  color: #4c8cff;
  margin-left: 30px;
}
.submenu .item-3 p {
  color: #fd944d;
  margin-left: 25px;
}
.submenu .item-4 p {
  color: #9cce0e;
  margin-left: 30px;
}

/* REGRA GERAL DO ITEM */
.submenu .item-1 p::before,
.submenu .item-2 p::before,
.submenu .item-3 p::before,
.submenu .item-4 p::before{
  	content: "";
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 31px;
	height: 31px;
	display: block;
	position: absolute;
  	right: 100%;
  	top: 2px;
}

/* ICONE DO ITEM */
.submenu .item-1 p::before {
  background-image: url('../images/fumar-r.png');
}
.submenu .item-2 p::before {
  background-image: url('../images/peso-r.png');
}
.submenu .item-3 p::before {
  background-image: url('../images/alimento-r.png');
}
.submenu .item-4 p::before {
  background-image: url('../images/exercicio-r.png');
}

.submenu .item-1:hover p::before {
  background-image: url('../images/fumar.png');
}
.submenu .item-2:hover p::before {
  background-image: url('../images/peso.png');
}
.submenu .item-3:hover p::before {
  background-image: url('../images/alimento.png');
}
.submenu .item-4:hover p::before {
  background-image: url('../images/exercicio.png');
}

/* FIM SUBMENU PRINCIPAL */

/* SUBMENU DA HOME */

.home .submenu {
  width: 100%;
  height: auto;
  display: flex;
}

.home .submenu .submenu-item {
  width: 25%;
  height: 120px;

  border-bottom: 10px solid;

  cursor: pointer;
}

/* BACKGROUND E BORDER COLOR */

.home .submenu .item-1 {
  background-color: #f74f4f;
  border-color: #fb8e8e;
}
.home .submenu .item-2 {
  background-color: #4c8cff;
  border-color: #8bbdff;
}
.home .submenu .item-3 {
  background-color: #fd944d;
  border-color: #fec28c;
}
.home .submenu .item-4 {
  background-color: #9cce0e;
  border-color: #c7e52f;
}

/* ESTILIZAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O INTERNA */
.home .submenu .submenu-item {
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: 'museo300';
}

.home .submenu .submenu-item p {
  color: #fff;
  font-size: 20px;
  line-height: 15px;

  position: relative;

  margin-top: 55px;
}

.home .submenu .submenu-item span {
  font-size: 11px;
  text-transform: uppercase;

  font-family: opensans-regular;
}

/* COR E POSICAO DO 'P'  */
.home .submenu .item-1 p,
.home .submenu .item-2 p,
.home .submenu .item-3 p,
.home .submenu .item-4 p{
  padding-top: 5px;
}

.home .submenu .item-1 p {
  margin-left: 0;
}
.home .submenu .item-2 p {
  margin-left: 0;
}
.home .submenu .item-3 p {
  margin-left: 0;
}
.home .submenu .item-4 p {
  margin-left: 0;
}

/* REGRA GERAL DO ITEM */
.home .submenu .item-1 p::before,
.home .submenu .item-2 p::before,
.home .submenu .item-3 p::before,
.home .submenu .item-4 p::before{
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: -42px;
}

.home .submenu .item-1 p::before {
  background-image: url('../images/fumar.png');
}
.home .submenu .item-2 p::before {
  background-image: url('../images/peso.png');
}
.home .submenu .item-3 p::before {
  background-image: url('../images/alimento.png');
}
.home .submenu .item-4 p::before {
  background-image: url('../images/exercicio.png');
}

/* FIM SUBMENU DA HOME */


/* DESTAQUE */

.destaque {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-top: 40px;
}

.home .destaque {
    margin-top: 0;
}

.destaque::after {
	content: "";
	position: absolute;
	top: 100%;
	background-image: url('../images/detalhe-destaque.png');
	width: 100px;
	height: 10px;
}

.destaque figure {
	width: 100%;
}

.destaque img {
  width: 100%;
  max-width: 100%;
}

.destaque figcaption {
  position: absolute;
  bottom: 0;
}

.destaque p {
  font-size: 39px;
  color: #fff;
  line-height: 35px;
  text-shadow: 0px 1px 1px #000;
  width: 70%;
  margin-left: 40px;
  margin-bottom: 40px;
  font-family: opensans;
}

@media (max-width: 940px) {
  .destaque p {
    width: 90%;
    font-size: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

/* FIM DESTAQUE */

.noticias {
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
	padding-bottom: 50px;
	flex-wrap: wrap;
}

.noticia {
	width: 32.5%;
	height: auto;
	border-bottom: 2px solid;
	background-color: #fff;
	font-family: opensans-regular;
	margin-bottom: 20px;
}

.noticia:not(:last-child) {
    margin-right: 1.2%;
}

.noticia-1 {
	border-color: #f74f4f;
	color: #f74f4f;
}

.noticia-2 {
	border-color: #fd944d;
	color: #fd944d;
}

.noticia-3 {
	border-color: #9cce0e;
	color: #9cce0e;
}

.noticia .desc h3 {
	font-size: 20px;
	max-width: 100%;
	line-height: 27px;
}

.noticia.pare-de-fumar {
	border-color: #f74f4f;
}
.noticia.pare-de-fumar .desc h3{
	color: #f74f4f;
}

.noticia.me-alimentar-melhor {
	border-color: #fd944d;
}

.noticia.me-exercitar-mais {
	border-color: #9cce0e;
}

.noticia.perder-peso {
	border-color: #4c8cff;
}
.noticia.perder-peso .desc h3{
	color: #4c8cff;
}

.ultimas {
	font-family: opensans;
	font-size: 39px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #2c66ce;
}

.ultimas-noticias .ultima-noticia {
	width: 24%;
	border-bottom: 2px solid;
	font-family: opensans-semibold;
	background-color: #fff;
	margin-right: 10px;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc {
	padding: 10px 10px 0;

	color: #979696;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc p {
	width: 100%;
	font-size: 17px;
	color: #717070;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc p.data-publicacao {
	width: auto;
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ultimas-noticias .pare-de-fumar {
	border-color: #f74f4f;
}

.ultimas-noticias .me-alimentar-melhor {
	border-color: #fd944d;
}

.ultimas-noticias .me-exercitar-mais {
	border-color: #9cce0e;
}

.ultimas-noticias .perder-peso {
	border-color: #4c8cff;
}

.ver-mais {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.ver-mais button {
	width: 165px;
	border: 2px solid #e5be00;
	padding: 12px;
	text-transform: uppercase;
	cursor: pointer;
	color: #e5be00;
	font-weight: bold;
	border-radius: 4px;

	background: transparent;
}

.mapa-menu {
    background-color: #e2e7f1;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.mapa-menu .wrap {
	display: flex;
	justify-content: center;
}

.mapa-menu .secao {
	width: 25%;
	/* border-left: 1px dotted #2c66ce; */
	font-family: opensans-semibold;
	line-height: 27px;
	color: #2c66ce;
}

.mapa-menu .secao:nth-child(3) {
    margin-left: 80px;
}

.mapa-menu .secao:nth-child(2) {
    margin-left: 25px;
}

.mapa-menu .secao h1 {
	margin-bottom: 10px;
	font-size: 19px;
	font-family: opensans-regular;
}

.mapa-menu .secao ul {
	list-style-type: none;
	margin-bottom: 20px;
	border-left: 1px dotted #2c66ce;
	padding-left: 20px;
}

.mapa-menu .secao a {
	text-decoration: none;
	font-size: 13px;
	color: #2c66ce;
	font-family: opensans-regular;
}

.secao.redes-sociais a {
    font-size: 15px;
}

.mapa-menu .secao:last-child {
	margin-left: 80px;
}

#footer-brasil {
   background: none repeat scroll 0% 0% #0042b1;
   padding: 1em 0px;
   max-width: 100%;
}

/* INTERNA ALIMENTO */


.interna-receita .quero-1 .img:before,
.interna-receita .quero-2 .img:before,
.interna-receita .quero-3 .img:before,
.interna-receita .quero-4 .img:before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 31px;
	height: 31px;
	display: block;
}

.interna-receita .quero-1 .img:before {
	background-image: url(../img/fumar-r.png);
}

.interna-receita .quero-2 .img:before {
	background-image: url(../img/peso-r.png);
}

.interna-receita .quero-3 .img:before {
	background-image: url(../img/alimento-r.png);
}

.interna-receita .quero-4 .img:before {
	background-image: url(../img/exercicio-r.png);
}

.interna-receita .quero-1:hover .img:before {
	background-image: url(../img/fumar.png);
}

.interna-receita .quero-2:hover .img:before {
	background-image: url(../img/peso.png);
}

.interna-receita .quero-3:hover .img:before {
	background-image: url(../img/alimento.png);
}

.interna-receita .quero-4:hover .img:before {
	background-image: url(../img/exercicio.png);
}

.interna-materia .wrap .quero-3 p {
    width: 215px;
}

.interna-materia .wrap .quero-2 p {
    margin-left: 25px;
}

.interna-materia .wrap .quero-3 p:before {
    left: 25px;
}

.interna-receita .wrap {
	width: 80%;
}

.interna-receita .wrap .eu-quero {
    height: 70px;
}

.interna-receita .wrap .quero {
	width: 25%;
	height: 70px;
	border-bottom: 10px solid #000;
	display: flex;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	flex-wrap: inherit;
	align-items: center;
}

.interna-receita .wrap .quero {
	background-color: #fff;
}

.interna-receita .wrap .quero .img {
	width: initial;
	/* margin-top: 10px; */
	padding-right: 5px;
}

.interna-receita .wrap .quero img {
	width: 100%;
}

.interna-receita .wrap .quero p {
    font-family: 'museo300';
    font-size: 18px;
    /* width: 120px; */
    line-height: 15px;
    /* margin-top: 13px; */
}

.interna-receita .wrap .quero-3 p,
.interna-receita .wrap .quero-4 p{
    width: initial;
}

.interna-receita .wrap .quero-1{
	border-color: #fb8e8e;
	color: #fb8e8e;
}

.interna-receita .wrap .quero-1:hover{
	background-color: #f74f4f;
	border-color: #fb8e8e;
	color: #fff;
}

.interna-receita .wrap .quero-2 {
	border-color: #8bbdff;
	color: #8bbdff;
}

.interna-receita .wrap .quero-2:hover {
	background-color: #4c8cff;
	border-color: #8bbdff;
	color: #fff;
}

.interna-receita .wrap .quero-3 {
	background-color: #fff;
	border-color: #fec28c;
	color: #fd944d;
}

.interna-receita .wrap .quero-3:hover {
	background-color: #fd944d;
	border-color: #fec28c;
	color: #fff;
}

.interna-receita .wrap .quero-4 {
	border-color: #c7e52f;
	color: #c7e52f;
}

.interna-receita .wrap .quero-4:hover {
	border-color: #c7e52f;
	background-color: #9cce0e;
	color: #fff;
}

.breadcrumbs {
    margin-top: 10px;
    font-family: opensans-regular;
    text-transform: uppercase;
    font-size: 10px;
}

.breadcrumbs p {
    text-transform: uppercase;
    font-size: 11px;
    font-family: opensans-regular;
    font-weight: bold;
}

.breadcrumbs span:first-child {
	color: #000;
	cursor: pointer;
	font-weight: 100;
	font-weight: bold;
}

.breadcrumbs span:last-child {
    color: initial;
}

.interna-receita .wrap aside {
    float: right;
    width: 20%;
    height: auto;
}

.interna-receita .wrap aside .mais-receitas {
    background-color: #fd944d;
    width: 100%;
    padding: 15px 0;
    border-top: 5px solid #fec28c;
    border-bottom: 6px solid #fff;
}

.interna-receita .wrap aside .mais-receitas p {
	text-transform: uppercase;
	font-size: 14px;
	font-family: opensans-regular;
	font-weight: bold;
	color: #fff;
	margin-left: 20px;
}

.interna-receita .wrap aside .receita img {
	width: 100%;
}

.interna-receita .wrap aside .receita p {
	color:  #717070;
	font-size: 14px;
	font-family: opensans-regular;
	padding: 10px;
	font-weight: 600;
}

.interna-receita .wrap aside .receita {
    background-color: #fff;
    width: 100%;
    border-bottom: 3px solid #fd944d;
    margin-bottom: 8px;
}

=.wrap .interna:before {
	content: "";
	display: table;
}

.wrap .interna:after {
	content: "";
	display: table;
	clear: both;
}

.wrap .conteudo-interna {
	width: 77%;
	float: left;
}

.wrap .conteudo-interna .compartilhar {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    font-family: opensans-regular;
}

.wrap .conteudo-interna .compartilhar p {
	margin-top: 5px;
}

.wrap .conteudo-interna .compartilhar .font {
    display: flex;
}

.wrap .conteudo-interna .compartilhar .font p {
    cursor: pointer;
    margin-left: 10px;
}

.wrap .conteudo-interna .compartilhar .font p:hover {
    text-decoration: underline;
}

.wrap .conteudo-interna .social {
    width: 150px;
    height: 30px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.wrap .conteudo-interna i {
	font-size: 23px;
	margin-top: 3px;
}

.wrap .conteudo-interna .social-1 {
	border-color: #3B5998;
}

.wrap .conteudo-interna .social-1 i {
	color: #3B5998;
}

.wrap .conteudo-interna .social-2 {
	border-color: #00aced;
}

.wrap .conteudo-interna .social-2 i {
	color: #00aced;
}

.wrap .conteudo-interna .social-3 {
	border-color: #777;
}

.wrap .conteudo-interna .social-3 i {
	color: #777;
}

.wrap .conteudo-interna .infos-noticia {
	display: flex;
	align-items: center;
	margin-top: 25px;
	font-family: opensans-regular;
	font-size: 10px;
}

.wrap .conteudo-interna .infos-noticia p:not(.data) {
	color: #2c66ce;
	cursor: pointer;
}

.interna .noticia {
    width: 32%;
}

.wrap .conteudo-interna .titulo-noticia h1 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.interna-receita .wrap .conteudo-interna .noticia-interna .tempo-porcao i {
    font-size: 18px;
    margin-right: 3px;
    margin-left: 5px;
}

.conteudo-noticia {
    width: 100%;
    padding: 80px 65px;
    background-color: #fffcf4;
    font-family: 'museo300';
    margin-top: -3px;
}

.conteudo-noticia #slideshow-1 .cycle-slideshow img {
    width: auto;
    max-height: 500px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.conteudo-noticia ul li {
    font-family: Arial;
    line-height: 25px;
}

.conteudo-noticia p {
    font-family: Arial;
    line-height: 25px;
    margin-bottom: 20px;
}

.detalhe-conteudo:not(:last-child) {
    margin-top: 20px;
    width: 100%;
}

.detalhe-conteudo img {
    width: 100%;
}

.conteudo-noticia .ingredientes {
    margin-bottom: 65px;
}

.ingredientes img,
.preparo img {
	margin-left: calc(50% - 25px);
}

.ingredientes h2,
.preparo h2 {
    text-align: center;
    color: #fd944d;
    margin-bottom: 45px;
}

.ingredientes p {
    line-height: 10px;
}

.preparo p {
	line-height: 30px;
}

.ultimas-noticias-interna {
	margin-top: 25px;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 20px 0;
	background-color: #f6eee5;
}


/* MATÃƒÆ’Ã¢â‚¬Â°RIA INTERNA */

.interna-materia .wrap {
	width: 80%;
}

/* MENU QUERO PARA MATÃƒÆ’Ã¢â‚¬Â°RIA INTERNA */



/* FIM MENU QUERO */

.interna-materia .slider {
	margin-top: 20px;
}

.interna-materia .conteudo-texto {
    font-family: Arial;
    margin-top: 20px;
}

.interna-materia .conteudo-texto p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pag-fumar {
	margin-bottom: 40px;
}

.interna-materia figure {
    position: relative;
    /* border-bottom: 10px solid #f75555; */
    height: auto;
    font-family: arial;
    width: 100%;
    max-width: 100%;
}

figure img {
    max-width: 100%;
    width: 100%;
}

.interna-materia figcaption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 19px;
    color: #fff;
    font-size: 18px;
    border-bottom: 10px solid #f75555;
}

.exibicao {

}

.navegacao {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}

.miniatura {
	margin-left: 10px;
}

.miniatura img {
    width: 100%;
    height: auto;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 1.6;
    opacity: 1;
    color: gray;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    z-index: 999;
}

/* SUBHOME */

.subhome .wrap {
	width: 80%;
}

/* DISPLAY */

.display {
	width: 100%;
	height: 139px;
	padding-top: 1px;
}

.display.parar-de-fumar {
	border-bottom: 3px solid #f74f4f;
	background-color: #f1d9d9;
	color: #f74f4f;
}

.display.perder-peso {
	border-bottom: 3px solid #4c8cff;
	background-color: #8bbdff;
	color: #4c8cff;
}

.display.me-alimentar-melhor {
	border-bottom: 3px solid #fd944d;
	background-color: #fec28c;
	color: #fd944d;
}

.display.me-exercitar-mais {
	border-bottom: 3px solid #9cce0e;
	background-color: #c7e52f;
	color: #9cce0e;
}

.display .categoria {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.display .categoria p {
	font-family: 'museo900';
	font-size: 50px;
	line-height: 35px;
	position: relative;
	margin-left: 80px;
	margin-top: 15px;
}

.display .categoria p:before {
	content: "";
	display: block;
	background-image: url('../img/fumar-r-g.png');
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 100%;
	top: 17px;
	margin-right: 20px;
}

.display .categoria span {
	font-family: opensans-semibold;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

.portalredes-item i {
    position: relative;
    font-size: 23px;
    color: #2c66ce;
}

.doencas-tabagismo .bloco h2 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 20px;
    margin-bottom: 20px;
}

h1.documentFirstHeading {
    color: #fd944d;
    font-size: 39px;
    font-family: 'museo500';
    margin-top: 30px;
    margin-bottom: 20px;
}

h1.documentFirstHeading {color: #fd944d;font-size: 39px;font-family: 'museo500';margin-top: 30px;margin-bottom: 20px;}

legend {
    font-size: 20px;
    font-family: opensans-regular;
}

.input-append {
    width: 85%;
    position: relative;
}

input#search-searchword {
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 7px 0 7px 0;
    position: relative;
    border-top: 2px solid #cccccc;
}

fieldset.word {
    margin-bottom: 20px;
    border: none;
}

p.description {
    font-family: opensans-regular;
    font-size: 15px;
}

h2.tileHeadline.result-title {
    color: #2c66ce;
}

h2.tileHeadline.result-title a {
    color: #2c66ce;
}

.searchintro {
    margin-bottom: 10px;
}

.description.result-text {
    font-family: opensans-regular;
    font-size: 15px;
}

.tileItem {
    border-top: 1px solid #dfdfdf;
    padding: 10px;
    font-family: opensans-regular;
    margin-bottom: 20px;
}

.keywords {
    font-size: 11px;
    margin-top: 20px;
}

.span1.tileInfo {
    display: none;
}

.hide {
    display: none;
}

.interna .bloco h2 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 40px;
    margin-bottom: 20px;
}

.interna .submenu-item i {
    display: none;
}

header {
	width: 100%;
	background-color: #ebedf1;
	height: auto;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.barra-brasil {
	width: 100%;
	height: 30px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	font-family: arial;
	font-size: 11px;
}

.barra-brasil a {
	text-decoration: none;
	color: #5a5a5a;
	font-weight: bold;
}

.barra-brasil .wrap {
    display: flex;
    justify-content: space-between;
}

.barra-brasil ul li {
	list-style-type: none;
}

.barra-brasil ul li {
	display: inline-block;
}

.barra-brasil .acesso-a-informacao {
	display: flex;
	justify-content: center;
}

.barra-brasil ul {
	list-style-type: none;
}

.barra-brasil .acesso-a-informacao img {
	width: 26px;
	height: 19px;
	margin-top: 6px;
}

.barra-brasil .acesso-a-informacao li:first-child {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 7px;
}

.barra-brasil li {
	padding: 8.5px 10px;
	border-right: 2px solid #d1d1d1;
	padding-left: 10px;
	color: #5a5a5a;
}

.barra-brasil .servicos li {
	border-right: 2px solid #d1d1d1;
}

.menu-acessibilidade {
	color: #2c66ce;
	font-family: Arial;
	font-size: 10px;
	margin-bottom: 15px;
}

.menu-acessibilidade .wrap:first-child {
    margin-top: 12px;
}

.menu-acessibilidade .posicao {
	margin-bottom: 20px;
}

.menu-acessibilidade .posicao span {
	background-color: #2c66ce;
	color: #fff;
	padding: 0 3px;
}

.menu-acessibilidade .posicao p a {
    font-size: 10px;
    color: #658ed8;
}

.menu-acessibilidade .acessibilidade {
	text-transform: uppercase;
}

.menu-acessibilidade .acessibilidade a {
	text-decoration: none;
}

.menu-acessibilidade .acessibilidade p a {
	margin-right: 10px;
	color: #2c66ce;
}

.menu-acessibilidade .acessibilidade li:nth-child(4) {
	margin-left: 40px;
}

.menu-acessibilidade .wrap {
	display: flex;
	justify-content: space-between;
}

.menu-acessibilidade ul li {
	display: inline-block;
	margin-right: 5px;
}
.menu-acessibilidade ul li:last-child {
}
.menu-acessibilidade .logo p {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 15px;
	color: #2c66ce;
}

.menu-acessibilidade .logo h1 {
	font-size: 40px;
	font-family: opensans;
	color: #2c66ce;
}

.menu-acessibilidade .direita {
	position: relative;
}

.menu-acessibilidade .search {margin-top: 10px;}

.menu-acessibilidade .direita .search input {
	border-radius: 5px;
	border: none;
	padding: 7px 0px 7px 10px;
	width: 200px;
	position: relative;
	border-top: 2px solid #cccccc;
}

form.form-inline {
    position: relative;
}

::-webkit-input-placeholder {
    color: #2c66ce;
    font-size: 12px;
    font-family: opensans-regular;
    font-weight: 500;
}

.menu-acessibilidade .direita .search i {
	position: absolute;
	top: 14px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
}

.perguntas {
	background-image: linear-gradient(to bottom, #dadce2, #dadce2, #c6c8c7);
	height: 30px;
	font-size: 12px;
}

.perguntas a {
	text-decoration: none;
	color: #2c66ce;
	font-weight: 500;
}

.perguntas .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.perguntas ul li {
	display: inline-block;
	font-family: opensans-regular;
	color: #2c66ce;
	float: right;
	margin-top: 7px;
	border-right: 1px solid #c3c5c7;
	padding-right: 15px;
	padding-left: 15px;
}

.perguntas ul li:first-child {
    padding-right: 0;
}

.perguntas ul li:first-child {
	border: none;
}

/* SUBMENU PRINCIPAL */

.submenu {
  display: none;
  width: 100%;
  height: 70px;
}
.submenu .submenu-item {
  width: 25%;
  height: 70px;

  border-bottom: 10px solid;

  cursor: pointer;
}
/* BACKGROUND E BORDER COLOR */

.submenu .item-1 {
  border-color: #fb8e8e;
}
.submenu .item-2 {
  border-color: #8bbdff;
}
.submenu .item-3 {
  border-color: #fec28c;
}
.submenu .item-4 {
  border-color: #c7e52f;
}


.submenu .item-1:hover {
  background-color: #f74f4f;
}
.submenu .item-2:hover {
  background-color: #4c8cff;
}
.submenu .item-3:hover {
  background-color: #fd944d;
}
.submenu .item-4:hover {
  background-color: #9cce0e;
}



/* ESTILIZAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O INTERNA */
.submenu .submenu-item {
	background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: helvetica;
  color: #fff;
}

.submenu-item {
	position: relative;
}

.submenu .submenu-item p {
  font-size: 18px;
  line-height: 15px;
  color: #000;

  position: relative;
}

.submenu .submenu-item span {
  font-size: 10px;
  text-transform: uppercase;
}

/* COR E POSICAO DO 'P'  */
.submenu .item-1 p,
.submenu .item-2 p,
.submenu .item-3 p,
.submenu .item-4 p{
  padding-left: 5px;
}

.submenu .item-1:hover p,
.submenu .item-4:hover p,
.submenu .item-2:hover p,
.submenu .item-3:hover p {
  color: #fff;
}

.submenu .item-1 p {
  color: #f74f4f;
  margin-left: 30px;
}
.submenu .item-2 p {
  color: #4c8cff;
  margin-left: 30px;
}
.submenu .item-3 p {
  color: #fd944d;
  margin-left: 25px;
}
.submenu .item-4 p {
  color: #9cce0e;
  margin-left: 30px;
}

/* REGRA GERAL DO ITEM */
.submenu .item-1 p::before,
.submenu .item-2 p::before,
.submenu .item-3 p::before,
.submenu .item-4 p::before{
  	content: "";
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 31px;
	height: 31px;
	display: block;
	position: absolute;
  	right: 100%;
  	top: 2px;
}

/* ICONE DO ITEM */
.submenu .item-1 p::before {
  background-image: url('../images/fumar-r.png');
}
.submenu .item-2 p::before {
  background-image: url('../images/peso-r.png');
}
.submenu .item-3 p::before {
  background-image: url('../images/alimento-r.png');
}
.submenu .item-4 p::before {
  background-image: url('../images/exercicio-r.png');
}

.submenu .item-1:hover p::before {
  background-image: url('../images/fumar.png');
}
.submenu .item-2:hover p::before {
  background-image: url('../images/peso.png');
}
.submenu .item-3:hover p::before {
  background-image: url('../images/alimento.png');
}
.submenu .item-4:hover p::before {
  background-image: url('../images/exercicio.png');
}

/* FIM SUBMENU PRINCIPAL */

/* SUBMENU DA HOME */

.home .submenu {
  width: 100%;
  height: auto;
  display: flex;
}

.home .submenu .submenu-item {
  width: 25%;
  height: 120px;

  border-bottom: 10px solid;

  cursor: pointer;
}

/* BACKGROUND E BORDER COLOR */

.home .submenu .item-1 {
  background-color: #f74f4f;
  border-color: #fb8e8e;
}
.home .submenu .item-2 {
  background-color: #4c8cff;
  border-color: #8bbdff;
}
.home .submenu .item-3 {
  background-color: #fd944d;
  border-color: #fec28c;
}
.home .submenu .item-4 {
  background-color: #9cce0e;
  border-color: #c7e52f;
}

/* ESTILIZAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O INTERNA */
.home .submenu .submenu-item {
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: 'museo300';
}

.home .submenu .submenu-item p {
  color: #fff;
  font-size: 20px;
  line-height: 15px;

  position: relative;

  margin-top: 55px;
}

.home .submenu .submenu-item span {
  font-size: 11px;
  text-transform: uppercase;

  font-family: opensans-regular;
}

/* COR E POSICAO DO 'P'  */
.home .submenu .item-1 p,
.home .submenu .item-2 p,
.home .submenu .item-3 p,
.home .submenu .item-4 p{
  padding-top: 5px;
}

.home .submenu .item-1 p {
  margin-left: 0;
}
.home .submenu .item-2 p {
  margin-left: 0;
}
.home .submenu .item-3 p {
  margin-left: 0;
}
.home .submenu .item-4 p {
  margin-left: 0;
}

/* REGRA GERAL DO ITEM */
.home .submenu .item-1 p::before,
.home .submenu .item-2 p::before,
.home .submenu .item-3 p::before,
.home .submenu .item-4 p::before{
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: -42px;
}

.home .submenu .item-1 p::before {
  background-image: url('../images/fumar.png');
}
.home .submenu .item-2 p::before {
  background-image: url('../images/peso.png');
}
.home .submenu .item-3 p::before {
  background-image: url('../images/alimento.png');
}
.home .submenu .item-4 p::before {
  background-image: url('../images/exercicio.png');
}

/* FIM SUBMENU DA HOME */


/* DESTAQUE */

.home .destaque {
    margin-top: 0;
}

.destaque a {
    width: 100%;
}

.destaque::after {
	content: "";
	position: absolute;
	top: 100%;
	background-image: url('../images/detalhe-destaque.png');
	width: 100px;
	height: 10px;
}

.destaque figure {
	width: 100%;
}

.destaque figcaption {
  position: absolute;
  bottom: 0;
}

.destaque p {
  font-size: 39px;
  color: #fff;
  line-height: 35px;
  text-shadow: 0px 1px 1px #000;
  width: 70%;
  margin-left: 40px;
  margin-bottom: 40px;
  font-family: opensans;
}

@media (max-width: 940px) {
  .destaque p {
    width: 90%;
    font-size: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

/* FIM DESTAQUE */

.noticias {
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
	padding-bottom: 50px;
	flex-wrap: wrap;
}

.noticia {
	width: 32.5%;
	height: auto;
	border-bottom: 2px solid;
	background-color: #fff;
	font-family: opensans-regular;
	margin-bottom: 20px;
}

.noticia:not(:last-child) {
    margin-right: 10px;
}

.noticia-1 {
	border-color: #f74f4f;
	color: #f74f4f;
}

.noticia-2 {
	border-color: #fd944d;
	color: #fd944d;
}

.noticia-3 {
	border-color: #9cce0e;
	color: #9cce0e;
}

.noticia .desc h3 {
	font-size: 20px;
	max-width: 100%;
	line-height: 27px;
}

.noticia.pare-de-fumar {
	border-color: #f74f4f;
}
.noticia.pare-de-fumar .desc h3{
	color: #f74f4f;
}

.noticia.me-alimentar-melhor {
	border-color: #fd944d;
}

.noticia.me-exercitar-mais {
	border-color: #9cce0e;
}

.noticia.perder-peso {
	border-color: #4c8cff;
}
.noticia.perder-peso .desc h3{
	color: #4c8cff;
}

.ultimas {
	font-family: opensans;
	font-size: 39px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #2c66ce;
}

.ultimas-noticias .ultima-noticia {
	width: 24%;
	border-bottom: 2px solid;
	font-family: opensans-semibold;
	background-color: #fff;
	margin-right: 10px;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc {
	padding: 10px 10px 0;

	color: #979696;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc p {
	width: 100%;
	font-size: 17px;
	color: #717070;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc p.data-publicacao {
	width: auto;
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ultimas-noticias .pare-de-fumar {
	border-color: #f74f4f;
}

.ultimas-noticias .me-alimentar-melhor {
	border-color: #fd944d;
}

.ultimas-noticias .me-exercitar-mais {
	border-color: #9cce0e;
}

.ultimas-noticias .perder-peso {
	border-color: #4c8cff;
}

.ver-mais {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.ver-mais button {
	width: 165px;
	border: 2px solid #e5be00;
	padding: 12px;
	text-transform: uppercase;
	cursor: pointer;
	color: #e5be00;
	font-weight: bold;
	border-radius: 4px;

	background: transparent;
}

.mapa-menu {
    background-color: #ebedf1;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.mapa-menu .wrap {
	display: flex;
	justify-content: center;
}

.mapa-menu .secao {
	width: 25%;
	/* border-left: 1px dotted #2c66ce; */
	font-family: opensans-semibold;
	line-height: 27px;
	color: #2c66ce;
}

.mapa-menu .secao:nth-child(3) {
    margin-left: 80px;
}

.mapa-menu .secao:nth-child(2) {
    margin-left: 25px;
}

.mapa-menu .secao h1 {
	margin-bottom: 10px;
	font-size: 19px;
	font-family: opensans-regular;
}

.mapa-menu .secao ul {
	list-style-type: none;
	margin-bottom: 20px;
	border-left: 1px dotted #2c66ce;
	padding-left: 20px;
}

.mapa-menu .secao a {
	text-decoration: none;
	font-size: 13px;
	color: #2c66ce;
	font-family: opensans-regular;
}

.secao.redes-sociais a {
    font-size: 15px;
}

.mapa-menu .secao:last-child {
	margin-left: 80px;
}

#footer-brasil {
   background: none repeat scroll 0% 0% #0042b1;
   padding: 1em 0px;
   max-width: 100%;
}

/* INTERNA ALIMENTO */


.interna-receita .quero-1 .img:before,
.interna-receita .quero-2 .img:before,
.interna-receita .quero-3 .img:before,
.interna-receita .quero-4 .img:before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 31px;
	height: 31px;
	display: block;
}

.interna-receita .quero-1 .img:before {
	background-image: url(../img/fumar-r.png);
}

.interna-receita .quero-2 .img:before {
	background-image: url(../img/peso-r.png);
}

.interna-receita .quero-3 .img:before {
	background-image: url(../img/alimento-r.png);
}

.interna-receita .quero-4 .img:before {
	background-image: url(../img/exercicio-r.png);
}

.interna-receita .quero-1:hover .img:before {
	background-image: url(../img/fumar.png);
}

.interna-receita .quero-2:hover .img:before {
	background-image: url(../img/peso.png);
}

.interna-receita .quero-3:hover .img:before {
	background-image: url(../img/alimento.png);
}

.interna-receita .quero-4:hover .img:before {
	background-image: url(../img/exercicio.png);
}

.interna-materia .wrap .quero-3 p {
    width: 215px;
}

.interna-materia .wrap .quero-2 p {
    margin-left: 25px;
}

.interna-materia .wrap .quero-3 p:before {
    left: 25px;
}

.interna-receita .wrap {
	width: 80%;
}

.interna-receita .wrap .eu-quero {
    height: 70px;
}

.interna-receita .wrap .quero {
	width: 25%;
	height: 70px;
	border-bottom: 10px solid #000;
	display: flex;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	flex-wrap: inherit;
	align-items: center;
}

.interna-receita .wrap .quero {
	background-color: #fff;
}

.interna-receita .wrap .quero .img {
	width: initial;
	/* margin-top: 10px; */
	padding-right: 5px;
}

.interna-receita .wrap .quero img {
	width: 100%;
}

.interna-receita .wrap .quero p {
    font-family: 'museo300';
    font-size: 18px;
    /* width: 120px; */
    line-height: 15px;
    /* margin-top: 13px; */
}

.interna-receita .wrap .quero-3 p,
.interna-receita .wrap .quero-4 p{
    width: initial;
}

.interna-receita .wrap .quero-1{
	border-color: #fb8e8e;
	color: #fb8e8e;
}

.interna-receita .wrap .quero-1:hover{
	background-color: #f74f4f;
	border-color: #fb8e8e;
	color: #fff;
}

.interna-receita .wrap .quero-2 {
	border-color: #8bbdff;
	color: #8bbdff;
}

.interna-receita .wrap .quero-2:hover {
	background-color: #4c8cff;
	border-color: #8bbdff;
	color: #fff;
}

.interna-receita .wrap .quero-3 {
	background-color: #fff;
	border-color: #fec28c;
	color: #fd944d;
}

.interna-receita .wrap .quero-3:hover {
	background-color: #fd944d;
	border-color: #fec28c;
	color: #fff;
}

.interna-receita .wrap .quero-4 {
	border-color: #c7e52f;
	color: #c7e52f;
}

.interna-receita .wrap .quero-4:hover {
	border-color: #c7e52f;
	background-color: #9cce0e;
	color: #fff;
}

.breadcrumbs {
    margin-top: 10px;
    font-family: opensans-regular;
    text-transform: uppercase;
    font-size: 10px;
}

.breadcrumbs p {
    text-transform: uppercase;
    font-size: 11px;
    font-family: opensans-regular;
    font-weight: bold;
}

.breadcrumbs span:first-child {
	color: #000;
	cursor: pointer;
	font-weight: 100;
	font-weight: bold;
}

.breadcrumbs span:last-child {
    color: initial;
}

.interna-receita .wrap aside {
    float: right;
    width: 20%;
    height: auto;
}

.interna-receita .wrap aside .mais-receitas {
    background-color: #fd944d;
    width: 100%;
    padding: 15px 0;
    border-top: 5px solid #fec28c;
    border-bottom: 6px solid #fff;
}

.interna-receita .wrap aside .mais-receitas p {
	text-transform: uppercase;
	font-size: 14px;
	font-family: opensans-regular;
	font-weight: bold;
	color: #fff;
	margin-left: 20px;
}

.interna-receita .wrap aside .receita img {
	width: 100%;
}

.interna-receita .wrap aside .receita p {
	color:  #717070;
	font-size: 14px;
	font-family: opensans-regular;
	padding: 10px;
	font-weight: 600;
}

.interna-receita .wrap aside .receita {
    background-color: #fff;
    width: 100%;
    border-bottom: 3px solid #fd944d;
    margin-bottom: 8px;
}

=.wrap .interna:before {
	content: "";
	display: table;
}

.wrap .interna:after {
	content: "";
	display: table;
	clear: both;
}

.wrap .conteudo-interna {
	width: 77%;
	float: left;
}

.wrap .conteudo-interna .compartilhar {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    font-family: opensans-regular;
}

.wrap .conteudo-interna .compartilhar p {
	margin-top: 5px;
}

.wrap .conteudo-interna .compartilhar .font {
    display: flex;
}

.wrap .conteudo-interna .compartilhar .font p {
    cursor: pointer;
    margin-left: 10px;
}

.wrap .conteudo-interna .compartilhar .font p:hover {
    text-decoration: underline;
}

.wrap .conteudo-interna .social {
    width: 150px;
    height: 30px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.wrap .conteudo-interna i {
	font-size: 23px;
	margin-top: 3px;
}

.wrap .conteudo-interna .social-1 {
	border-color: #3B5998;
}

.wrap .conteudo-interna .social-1 i {
	color: #3B5998;
}

.wrap .conteudo-interna .social-2 {
	border-color: #00aced;
}

.wrap .conteudo-interna .social-2 i {
	color: #00aced;
}

.wrap .conteudo-interna .social-3 {
	border-color: #777;
}

.wrap .conteudo-interna .social-3 i {
	color: #777;
}

.wrap .conteudo-interna .infos-noticia {
	display: flex;
	align-items: center;
	margin-top: 25px;
	font-family: opensans-regular;
	font-size: 10px;
}

.wrap .conteudo-interna .infos-noticia p:not(.data) {
	color: #2c66ce;
	cursor: pointer;
}

.wrap .conteudo-interna .titulo-noticia h1 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wrap .conteudo-interna .noticia-interna {
	width: 100%;
	min-height: 500px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.interna-receita .wrap .conteudo-interna .noticia-interna .tempo-porcao i {
    font-size: 18px;
    margin-right: 3px;
    margin-left: 5px;
}

.conteudo-noticia {
    width: 100%;
    padding: 80px 65px;
    background-color: #fffcf4;
    font-family: 'museo300';
    margin-top: -3px;
}

.conteudo-noticia p {
    font-family: Arial;
    line-height: 25px;
    margin-bottom: 20px;
}

.detalhe-conteudo:not(:last-child) {
    margin-top: 20px;
    width: 100%;
}

.detalhe-conteudo img {
    width: 100%;
}

.conteudo-noticia .ingredientes {
    margin-bottom: 65px;
}

.ingredientes img,
.preparo img {
	margin-left: calc(50% - 25px);
}

.ingredientes h2,
.preparo h2 {
    text-align: center;
    color: #fd944d;
    margin-bottom: 45px;
}

.ingredientes p {
    line-height: 10px;
}

.preparo p {
	line-height: 30px;
}

.ultimas-noticias-interna {
	margin-top: 25px;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 20px 0;
	background-color: #f6eee5;
}


/* MATÃƒÆ’Ã¢â‚¬Â°RIA INTERNA */

.interna-materia .wrap {
	width: 80%;
}

/* MENU QUERO PARA MATÃƒÆ’Ã¢â‚¬Â°RIA INTERNA */



/* FIM MENU QUERO */

.interna-materia .slider {
	margin-top: 20px;
}

.interna-materia .conteudo-texto {
    font-family: Arial;
    margin-top: 20px;
}

.interna-materia .conteudo-texto p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pag-fumar {
	margin-bottom: 40px;
}

.interna-materia figure {
    position: relative;
    /* border-bottom: 10px solid #f75555; */
    height: auto;
    font-family: arial;
    width: 100%;
    max-width: 100%;
}

figure img {
    max-width: 100%;
    width: 100%;
}

.interna-materia figcaption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 19px;
    color: #fff;
    font-size: 18px;
    border-bottom: 10px solid #f75555;
}

.exibicao {

}

.navegacao {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}

.miniatura {
	margin-left: 10px;
}

.miniatura img {
    width: 100%;
    height: auto;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 1.6;
    opacity: 1;
    color: gray;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    z-index: 999;
}

/* SUBHOME */

.subhome .wrap {
	width: 80%;
}

/* DISPLAY */

.display {
	width: 100%;
	height: 139px;
	padding-top: 1px;
}

.display.parar-de-fumar {
	border-bottom: 3px solid #f74f4f;
	background-color: #f1d9d9;
	color: #f74f4f;
}

.display.perder-peso {
	border-bottom: 3px solid #4c8cff;
	background-color: #8bbdff;
	color: #4c8cff;
}

.display.me-alimentar-melhor {
	border-bottom: 3px solid #fd944d;
	background-color: #fec28c;
	color: #fd944d;
}

.display.me-exercitar-mais {
	border-bottom: 3px solid #9cce0e;
	background-color: #c7e52f;
	color: #9cce0e;
}

.display .categoria {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.display .categoria p {
	font-family: 'museo900';
	font-size: 50px;
	line-height: 35px;
	position: relative;
	margin-left: 80px;
	margin-top: 15px;
}

.display .categoria p:before {
	content: "";
	display: block;
	background-image: url('../img/fumar-r-g.png');
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 100%;
	top: 17px;
	margin-right: 20px;
}

.display .categoria span {
	font-family: opensans-semibold;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

.portalredes-item i {
    position: relative;
    font-size: 23px;
    color: #2c66ce;
}

.doencas-tabagismo .bloco h2 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 20px;
    margin-bottom: 20px;
}

h1.documentFirstHeading {
    color: #fd944d;
    font-size: 39px;
    font-family: 'museo500';
    margin-top: 30px;
    margin-bottom: 20px;
}

h1.documentFirstHeading {color: #fd944d;font-size: 39px;font-family: 'museo500';margin-top: 30px;margin-bottom: 20px;}

legend {
    font-size: 20px;
    font-family: opensans-regular;
}

.input-append {
    width: 85%;
    position: relative;
}

input#search-searchword {
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 7px 0 7px 0;
    position: relative;
    border-top: 2px solid #cccccc;
}

fieldset.word {
    margin-bottom: 20px;
    border: none;
}

p.description {
    font-family: opensans-regular;
    font-size: 15px;
}

h2.tileHeadline.result-title {
    color: #2c66ce;
}

h2.tileHeadline.result-title a {
    color: #2c66ce;
}

.searchintro {
    margin-bottom: 10px;
}

.description.result-text {
    font-family: opensans-regular;
    font-size: 15px;
}

.tileItem {
    border-top: 1px solid #dfdfdf;
    padding: 10px;
    font-family: opensans-regular;
    margin-bottom: 20px;
}

.keywords {
    font-size: 11px;
    margin-top: 20px;
}

.span1.tileInfo {
    display: none;
}

.hide {
    display: none;
}

.interna .bloco h2 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 40px;
    margin-bottom: 20px;
}

.interna .submenu-item i {
    display: none;
}

header {
	width: 100%;
	background-color: #ebedf1;
	height: auto;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.barra-brasil {
	width: 100%;
	height: 30px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	font-family: arial;
	font-size: 11px;
}

.barra-brasil a {
	text-decoration: none;
	color: #5a5a5a;
	font-weight: bold;
}

.barra-brasil .wrap {
    display: flex;
    justify-content: space-between;
}

.barra-brasil ul li {
	list-style-type: none;
}

.barra-brasil ul li {
	display: inline-block;
}

.barra-brasil .acesso-a-informacao {
	display: flex;
	justify-content: center;
}

.barra-brasil ul {
	list-style-type: none;
}

.barra-brasil .acesso-a-informacao img {
	width: 26px;
	height: 19px;
	margin-top: 6px;
}

.barra-brasil .acesso-a-informacao li:first-child {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 7px;
}

.barra-brasil li {
	padding: 8.5px 10px;
	border-right: 2px solid #d1d1d1;
	padding-left: 10px;
	color: #5a5a5a;
}

.barra-brasil .servicos li {
	border-right: 2px solid #d1d1d1;
}

.menu-acessibilidade {
	color: #2c66ce;
	font-family: Arial;
	font-size: 10px;
	margin-bottom: 15px;
}

.menu-acessibilidade .wrap:first-child {
    margin-top: 12px;
}

.menu-acessibilidade .posicao {
	margin-bottom: 20px;
}

.menu-acessibilidade .posicao span {
	background-color: #2c66ce;
	color: #fff;
	padding: 0 3px;
}

.menu-acessibilidade .posicao p a {
    font-size: 10px;
    color: #658ed8;
}

.menu-acessibilidade .acessibilidade {
	text-transform: uppercase;
}

.menu-acessibilidade .acessibilidade p a {
	margin-right: 10px;
	color: #2c66ce;
}

.menu-acessibilidade .acessibilidade li:nth-child(4) {
	margin-left: 40px;
}

.menu-acessibilidade .wrap {
	display: flex;
	justify-content: space-between;
}

.menu-acessibilidade ul li {
	display: inline-block;
	margin-right: 5px;
}
.menu-acessibilidade ul li:last-child {
}
.menu-acessibilidade .logo p {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 15px;
	color: #2c66ce;
}

.menu-acessibilidade .logo h1 {
	font-size: 40px;
	font-family: opensans;
	color: #2c66ce;
}

.menu-acessibilidade .direita {
	position: relative;
}

.menu-acessibilidade .search {margin-top: 10px;}

.menu-acessibilidade .direita .search input {
	border-radius: 5px;
	border: none;
	padding: 7px 0px 7px 10px;
	width: 200px;
	position: relative;
	border-top: 2px solid #cccccc;
}

form.form-inline {
    position: relative;
}

::-webkit-input-placeholder {
    color: #2c66ce;
    font-size: 12px;
    font-family: opensans-regular;
    font-weight: 500;
}

.menu-acessibilidade .direita .search i {
	position: absolute;
	top: 14px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
}

.perguntas {
	background-image: linear-gradient(to bottom, #dadce2, #dadce2, #c6c8c7);
	height: 30px;
	font-size: 12px;
}

.perguntas a {
	text-decoration: none;
	color: #2c66ce;
	font-weight: 500;
}

.perguntas .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.perguntas ul li {
	display: inline-block;
	font-family: opensans-regular;
	color: #2c66ce;
	float: right;
	margin-top: 7px;
	border-right: 1px solid #c3c5c7;
	padding-right: 15px;
	padding-left: 15px;
}

.perguntas ul li:first-child {
    padding-right: 0;
}

.perguntas ul li:first-child {
	border: none;
}

/* SUBMENU PRINCIPAL */

.submenu {
  display: none;
  width: 100%;
  height: 70px;
}
.submenu .submenu-item {
  width: 25%;
  height: 70px;

  border-bottom: 10px solid;

  cursor: pointer;
}
/* BACKGROUND E BORDER COLOR */

.submenu .item-1 {
  border-color: #fb8e8e;
}
.submenu .item-2 {
  border-color: #8bbdff;
}
.submenu .item-3 {
  border-color: #fec28c;
}
.submenu .item-4 {
  border-color: #c7e52f;
}


.submenu .item-1:hover {
  background-color: #f74f4f;
}
.submenu .item-2:hover {
  background-color: #4c8cff;
}
.submenu .item-3:hover {
  background-color: #fd944d;
}
.submenu .item-4:hover {
  background-color: #9cce0e;
}



/* ESTILIZAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O INTERNA */
.submenu .submenu-item {
	background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: helvetica;
  color: #fff;
}

.submenu-item {
	position: relative;
}

.subhome .item-1 i,
.subhome .item-2 i,
.subhome .item-3 i,
.subhome .item-4 i {
	display: none;
	position: absolute;
	right: 20px;
	color: #000;
	width: 30px;
	height: 30px;
}

.home .item-1 i,
.home .item-2 i,
.home .item-3 i,
.home .item-4 i {
	display: none;
}

.submenu .submenu-item p {
  font-size: 18px;
  line-height: 15px;
  color: #000;

  position: relative;
}

.submenu .submenu-item p:not(span.tit) {
	text-align: center;
}

.submenu .submenu-item span {
  font-size: 10px;
  text-transform: uppercase;
}

/* COR E POSICAO DO 'P'  */
.submenu .item-1 p,
.submenu .item-2 p,
.submenu .item-3 p,
.submenu .item-4 p{
  padding-left: 5px;
}

.submenu .item-1:hover p,
.submenu .item-4:hover p,
.submenu .item-2:hover p,
.submenu .item-3:hover p {
  color: #fff;
}

.submenu .item-1 p {
  color: #f74f4f;
  margin-left: 30px;
}
.submenu .item-2 p {
  color: #4c8cff;
  margin-left: 30px;
}
.submenu .item-3 p {
  color: #fd944d;
  margin-left: 25px;
}
.submenu .item-4 p {
  color: #9cce0e;
  margin-left: 30px;
}

/* REGRA GERAL DO ITEM */
.submenu .item-1 p::before,
.submenu .item-2 p::before,
.submenu .item-3 p::before,
.submenu .item-4 p::before{
  	content: "";
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 31px;
	height: 31px;
	display: block;
	position: absolute;
  	right: 100%;
  	top: 2px;
}

/* ICONE DO ITEM */
.submenu .item-1 p::before {
  background-image: url('../images/fumar-r.png');
}
.submenu .item-2 p::before {
  background-image: url('../images/peso-r.png');
}
.submenu .item-3 p::before {
  background-image: url('../images/alimento-r.png');
}
.submenu .item-4 p::before {
  background-image: url('../images/exercicio-r.png');
}

.submenu .item-1:hover p::before {
  background-image: url('../images/fumar.png');
}
.submenu .item-2:hover p::before {
  background-image: url('../images/peso.png');
}
.submenu .item-3:hover p::before {
  background-image: url('../images/alimento.png');
}
.submenu .item-4:hover p::before {
  background-image: url('../images/exercicio.png');
}

/* FIM SUBMENU PRINCIPAL */

/* SUBMENU DA HOME */

.home .submenu {
  width: 100%;
  height: auto;
  display: flex;
}

.home .submenu .submenu-item {
  width: 25%;
  height: 120px;

  border-bottom: 10px solid;

  cursor: pointer;
}

/* BACKGROUND E BORDER COLOR */

.home .submenu .item-1 {
  background-color: #f74f4f;
  border-color: #fb8e8e;
}
.home .submenu .item-2 {
  background-color: #4c8cff;
  border-color: #8bbdff;
}
.home .submenu .item-3 {
  background-color: #fd944d;
  border-color: #fec28c;
}
.home .submenu .item-4 {
  background-color: #9cce0e;
  border-color: #c7e52f;
}

/* ESTILIZAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O INTERNA */
.home .submenu .submenu-item {
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: 'museo300';
}

.home .submenu .submenu-item p {
  color: #fff;
  font-size: 20px;
  line-height: 15px;

  position: relative;

  margin-top: 55px;
}

.home .submenu .submenu-item span {
  font-size: 11px;
  text-transform: uppercase;

  font-family: opensans-regular;
}

/* COR E POSICAO DO 'P'  */
.home .submenu .item-1 p,
.home .submenu .item-2 p,
.home .submenu .item-3 p,
.home .submenu .item-4 p{
  padding-top: 5px;
}

.home .submenu .item-1 p {
  margin-left: 0;
}
.home .submenu .item-2 p {
  margin-left: 0;
}
.home .submenu .item-3 p {
  margin-left: 0;
}
.home .submenu .item-4 p {
  margin-left: 0;
}

/* REGRA GERAL DO ITEM */
.home .submenu .item-1 p::before,
.home .submenu .item-2 p::before,
.home .submenu .item-3 p::before,
.home .submenu .item-4 p::before{
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: -42px;
}

.home .submenu .item-1 p::before {
  background-image: url('../images/fumar.png');
}
.home .submenu .item-2 p::before {
  background-image: url('../images/peso.png');
}
.home .submenu .item-3 p::before {
  background-image: url('../images/alimento.png');
}
.home .submenu .item-4 p::before {
  background-image: url('../images/exercicio.png');
}

/* FIM SUBMENU DA HOME */


/* DESTAQUE */


.home .destaque {
    margin-top: 0;
}

.destaque::after {
	content: "";
	position: absolute;
	top: 100%;
	background-image: url('../images/detalhe-destaque.png');
	width: 100px;
	height: 10px;
}

.destaque figure {
	width: 100%;
}

.destaque figcaption {
  position: absolute;
  bottom: 0;
}

.destaque p {
  font-size: 39px;
  color: #fff;
  line-height: 35px;
  text-shadow: 0px 1px 1px #000;
  width: 70%;
  margin-left: 40px;
  margin-bottom: 40px;
  font-family: opensans;
}

@media (max-width: 940px) {
  .destaque p {
    width: 90%;
    font-size: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

/* FIM DESTAQUE */

.noticias {
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
	padding-bottom: 50px;
	flex-wrap: wrap;
}

.noticia {
	width: 32.5%;
	height: auto;
	border-bottom: 2px solid;
	background-color: #fff;
	font-family: opensans-regular;
	margin-bottom: 20px;
}

.noticia:not(:last-child) {
    margin-right: 1.2%;
}

.noticia-1 {
	border-color: #f74f4f;
	color: #f74f4f;
}

.noticia-2 {
	border-color: #fd944d;
	color: #fd944d;
}

.noticia-3 {
	border-color: #9cce0e;
	color: #9cce0e;
}

.noticia .desc h3 {
	font-size: 20px;
	max-width: 100%;
	line-height: 27px;
}

.noticia.pare-de-fumar {
	border-color: #f74f4f;
}
.noticia.pare-de-fumar .desc h3{
	color: #f74f4f;
}

.noticia.me-alimentar-melhor {
	border-color: #fd944d;
}

.noticia.me-exercitar-mais {
	border-color: #9cce0e;
}

.noticia.perder-peso {
	border-color: #4c8cff;
}
.noticia.perder-peso .desc h3{
	color: #4c8cff;
}

.embed {
  width: 100%;
  height: auto;
  padding: 1px 0 50px;
  background-color: #e2e7f1;
}

.embed .ultimas {
	display: block;
}

.embed .wrap {
	width: 90%;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.embed .wrap .destaque-videos {
	width: 60%;
}

.embed .wrap .destaque-videos img {
	max-width: 100%;
	width: 100%;
}

.embed .wrap .destaque-videos iframe {
	width: 100%;
	height: 350px;
	border-radius: 5px;
}

.embed .wrap .destaque-videos p {
	font-family: opensans-semibold;
	font-size: 24px;
	color: #88b509;
	margin-top: 5px;
}


.embed .wrap .videos {
	width: 35%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}

.embed .wrap .video {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	cursor: pointer;
}

.embed .wrap .video .img {
	width: 45%;
}

.embed .wrap .video img {
	border-radius: 5px;
	max-width: 100%;
	width: 100%;
}

.embed .wrap .video .desc {
	width: 45%;
}

.embed .wrap .video .desc span {
	display: block;
	width: 100%;
	font-family: opensans-semibold;
	font-size: 12px;
	text-transform: uppercase;
}

.embed .wrap .videos .desc span.verde {
	color: #88b509;
}

.embed .wrap .videos .desc span.laranja {
	color: #fd944d;
}

.embed .wrap .videos .desc span.azul {
	color: #3f7cea;
}

.embed .wrap .videos .desc span.vermelho {
	color: #f74f4f;
}

.ultimas {
	font-family: opensans;
	font-size: 39px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #2c66ce;
}

.ultimas-noticias .ultima-noticia {
	width: 24%;
	border-bottom: 2px solid;
	font-family: opensans-semibold;
	background-color: #fff;
	margin-right: 10px;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc {
	padding: 10px 10px 0;

	color: #979696;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc p {
	width: 100%;
	font-size: 17px;
	color: #717070;
}

.ultimas-noticias .ultima-noticia .ultima-noticia-desc p.data-publicacao {
	width: auto;
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ultimas-noticias .pare-de-fumar {
	border-color: #f74f4f;
}

.ultimas-noticias .me-alimentar-melhor {
	border-color: #fd944d;
}

.ultimas-noticias .me-exercitar-mais {
	border-color: #9cce0e;
}

.ultimas-noticias .perder-peso {
	border-color: #4c8cff;
}

.ver-mais {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.ver-mais button {
	width: 165px;
	border: 2px solid #e5be00;
	padding: 12px;
	text-transform: uppercase;
	cursor: pointer;
	color: #e5be00;
	font-weight: bold;
	border-radius: 4px;

	background: transparent;
}

.mapa-menu {
    background-color: #ebedf1;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.mapa-menu .wrap {
	display: flex;
	justify-content: center;
}

.mapa-menu .secao {
	width: 25%;
	/* border-left: 1px dotted #2c66ce; */
	font-family: opensans-semibold;
	line-height: 27px;
	color: #2c66ce;
}

.mapa-menu .secao:nth-child(3) {
    margin-left: 80px;
}

.mapa-menu .secao:nth-child(2) {
    margin-left: 25px;
}

.mapa-menu .secao h1 {
	margin-bottom: 10px;
	font-size: 19px;
	font-family: opensans-regular;
}

.mapa-menu .secao ul {
	list-style-type: none;
	margin-bottom: 20px;
	border-left: 1px dotted #2c66ce;
	padding-left: 20px;
}

.mapa-menu .secao a {
	text-decoration: none;
	font-size: 13px;
	color: #2c66ce;
	font-family: opensans-regular;
}

.secao.redes-sociais a {
    font-size: 15px;
}

.mapa-menu .secao:last-child {
	margin-left: 80px;
}

#footer-brasil {
   background: none repeat scroll 0% 0% #0042b1;
   padding: 1em 0px;
   max-width: 100%;
}

/* INTERNA ALIMENTO */


.interna-receita .quero-1 .img:before,
.interna-receita .quero-2 .img:before,
.interna-receita .quero-3 .img:before,
.interna-receita .quero-4 .img:before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 31px;
	height: 31px;
	display: block;
}

.interna-receita .quero-1 .img:before {
	background-image: url(../img/fumar-r.png);
}

.interna-receita .quero-2 .img:before {
	background-image: url(../img/peso-r.png);
}

.interna-receita .quero-3 .img:before {
	background-image: url(../img/alimento-r.png);
}

.interna-receita .quero-4 .img:before {
	background-image: url(../img/exercicio-r.png);
}

.interna-receita .quero-1:hover .img:before {
	background-image: url(../img/fumar.png);
}

.interna-receita .quero-2:hover .img:before {
	background-image: url(../img/peso.png);
}

.interna-receita .quero-3:hover .img:before {
	background-image: url(../img/alimento.png);
}

.interna-receita .quero-4:hover .img:before {
	background-image: url(../img/exercicio.png);
}

.interna-materia .wrap .quero-3 p {
    width: 215px;
}

.interna-materia .wrap .quero-2 p {
    margin-left: 25px;
}

.interna-materia .wrap .quero-3 p:before {
    left: 25px;
}

.interna-receita .wrap {
	width: 80%;
}

.interna-receita .wrap .eu-quero {
    height: 70px;
}

.interna-receita .wrap .quero {
	width: 25%;
	height: 70px;
	border-bottom: 10px solid #000;
	display: flex;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	flex-wrap: inherit;
	align-items: center;
}

.interna-receita .wrap .quero {
	background-color: #fff;
}

.interna-receita .wrap .quero .img {
	width: initial;
	/* margin-top: 10px; */
	padding-right: 5px;
}

.interna-receita .wrap .quero img {
	width: 100%;
}

.interna-receita .wrap .quero p {
    font-family: 'museo300';
    font-size: 18px;
    /* width: 120px; */
    line-height: 15px;
    /* margin-top: 13px; */
}

.interna-receita .wrap .quero-3 p,
.interna-receita .wrap .quero-4 p{
    width: initial;
}

.interna-receita .wrap .quero-1{
	border-color: #fb8e8e;
	color: #fb8e8e;
}

.interna-receita .wrap .quero-1:hover{
	background-color: #f74f4f;
	border-color: #fb8e8e;
	color: #fff;
}

.interna-receita .wrap .quero-2 {
	border-color: #8bbdff;
	color: #8bbdff;
}

.interna-receita .wrap .quero-2:hover {
	background-color: #4c8cff;
	border-color: #8bbdff;
	color: #fff;
}

.interna-receita .wrap .quero-3 {
	background-color: #fff;
	border-color: #fec28c;
	color: #fd944d;
}

.interna-receita .wrap .quero-3:hover {
	background-color: #fd944d;
	border-color: #fec28c;
	color: #fff;
}

.interna-receita .wrap .quero-4 {
	border-color: #c7e52f;
	color: #c7e52f;
}

.interna-receita .wrap .quero-4:hover {
	border-color: #c7e52f;
	background-color: #9cce0e;
	color: #fff;
}

.breadcrumbs {
    margin-top: 10px;
    font-family: opensans-regular;
    text-transform: uppercase;
    font-size: 10px;
}

.breadcrumbs p {
    text-transform: uppercase;
    font-size: 11px;
    font-family: opensans-regular;
    font-weight: bold;
}

.breadcrumbs span:first-child {
	color: #000;
	cursor: pointer;
	font-weight: 100;
	font-weight: bold;
}

.breadcrumbs span:last-child {
    color: initial;
}

.interna-receita .wrap aside {
    float: right;
    width: 20%;
    height: auto;
}

.interna-receita .wrap aside .mais-receitas {
    background-color: #fd944d;
    width: 100%;
    padding: 15px 0;
    border-top: 5px solid #fec28c;
    border-bottom: 6px solid #fff;
}

.interna-receita .wrap aside .mais-receitas p {
	text-transform: uppercase;
	font-size: 14px;
	font-family: opensans-regular;
	font-weight: bold;
	color: #fff;
	margin-left: 20px;
}

.interna-receita .wrap aside .receita img {
	width: 100%;
}

.interna-receita .wrap aside .receita p {
	color:  #717070;
	font-size: 14px;
	font-family: opensans-regular;
	padding: 10px;
	font-weight: 600;
}

.interna-receita .wrap aside .receita {
    background-color: #fff;
    width: 100%;
    border-bottom: 3px solid #fd944d;
    margin-bottom: 8px;
}

=.wrap .interna:before {
	content: "";
	display: table;
}

.wrap .interna:after {
	content: "";
	display: table;
	clear: both;
}

.wrap .conteudo-interna {
	width: 77%;
	float: left;
}

.wrap .conteudo-interna .compartilhar {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    font-family: opensans-regular;
}

.wrap .conteudo-interna .compartilhar p {
	margin-top: 5px;
}

.wrap .conteudo-interna .compartilhar .font {
    display: flex;
}

.wrap .conteudo-interna .compartilhar .font p {
    cursor: pointer;
    margin-left: 10px;
}

.wrap .conteudo-interna .compartilhar .font p:hover {
    text-decoration: underline;
}

.wrap .conteudo-interna .social {
    width: 150px;
    height: 30px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.wrap .conteudo-interna i {
	font-size: 23px;
	margin-top: 3px;
}

.wrap .conteudo-interna .social-1 {
	border-color: #3B5998;
}

.wrap .conteudo-interna .social-1 i {
	color: #3B5998;
}

.wrap .conteudo-interna .social-2 {
	border-color: #00aced;
}

.wrap .conteudo-interna .social-2 i {
	color: #00aced;
}

.wrap .conteudo-interna .social-3 {
	border-color: #777;
}

.wrap .conteudo-interna .social-3 i {
	color: #777;
}

.wrap .conteudo-interna .infos-noticia {
	display: flex;
	align-items: center;
	margin-top: 25px;
	font-family: opensans-regular;
	font-size: 10px;
}

.wrap .conteudo-interna .infos-noticia p:not(.data) {
	color: #2c66ce;
	cursor: pointer;
}

.wrap .conteudo-interna .titulo-noticia h1 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.interna-receita .wrap .conteudo-interna .noticia-interna .tempo-porcao i {
    font-size: 18px;
    margin-right: 3px;
    margin-left: 5px;
}

.conteudo-noticia {
    width: 100%;
    padding: 60px 65px;
    background-color: #fffcf4;
    font-family: 'museo300';
    margin-top: -3px;
}

.conteudo-noticia .thumbnail {
	width: 100%;
	height: auto;
	text-align: center;
}

.conteudo-noticia .thumbnail img {
	width: 100%;
	margin-bottom: 30px;
}

.conteudo-noticia p {
    font-family: Arial;
    line-height: 25px;
    margin-bottom: 15px;
}

.detalhe-conteudo:not(:last-child) {
    margin-top: 20px;
    width: 100%;
}

.detalhe-conteudo img {
    width: 100%;
}

.conteudo-noticia .ingredientes {
    margin-bottom: 65px;
}

.ingredientes img,
.preparo img {
	margin-left: calc(50% - 25px);
}

.ingredientes h2,
.preparo h2 {
    text-align: center;
    color: #fd944d;
    margin-bottom: 45px;
}

.ingredientes p {
    line-height: 10px;
}

.preparo p {
	line-height: 30px;
}

.ultimas-noticias-interna {
	margin-top: 25px;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 20px 0;
	background-color: #f6eee5;
}


/* MATÃƒÆ’Ã¢â‚¬Â°RIA INTERNA */

.interna-materia .wrap {
	width: 80%;
}

/* MENU QUERO PARA MATÃƒÆ’Ã¢â‚¬Â°RIA INTERNA */



/* FIM MENU QUERO */

.interna-materia .slider {
	margin-top: 20px;
}

.interna-materia .conteudo-texto {
    font-family: Arial;
    margin-top: 20px;
}

.interna-materia .conteudo-texto p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pag-fumar {
	margin-bottom: 40px;
}

.interna-materia figure {
    position: relative;
    /* border-bottom: 10px solid #f75555; */
    height: auto;
    font-family: arial;
    width: 100%;
    max-width: 100%;
}

figure img {
    max-width: 100%;
    width: 100%;
}

.interna-materia figcaption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 19px;
    color: #fff;
    font-size: 18px;
    border-bottom: 10px solid #f75555;
}

.exibicao {

}

.navegacao {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}

.miniatura {
	margin-left: 10px;
}

.miniatura img {
    width: 100%;
    height: auto;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 1.6;
    opacity: 1;
    color: gray;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    z-index: 999;
}

/* SUBHOME */

.subhome .wrap {
	width: 80%;
}

/* DISPLAY */

.display {
	width: 100%;
	height: 139px;
	padding-top: 1px;
}

.display.parar-de-fumar {
	border-bottom: 3px solid #f74f4f;
	background-color: #f1d9d9;
	color: #f74f4f;
}

.display.perder-peso {
	border-bottom: 3px solid #4c8cff;
	background-color: #8bbdff;
	color: #4c8cff;
}

.display.me-alimentar-melhor {
	border-bottom: 3px solid #fd944d;
	background-color: #fec28c;
	color: #fd944d;
}

.display.me-exercitar-mais {
	border-bottom: 3px solid #9cce0e;
	background-color: #c7e52f;
	color: #9cce0e;
}

.display .categoria {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.display .categoria p {
	font-family: 'museo900';
	font-size: 50px;
	line-height: 35px;
	position: relative;
	margin-left: 80px;
	margin-top: 15px;
}

.display .categoria p:before {
	content: "";
	display: block;
	background-image: url('../img/fumar-r-g.png');
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 100%;
	top: 17px;
	margin-right: 20px;
}

.display .categoria span {
	font-family: opensans-semibold;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

.subhome .destaque {
	background-image: url('../img/esqueleto.jpg');
}

.portalredes-item i {
    position: relative;
    font-size: 23px;
    color: #2c66ce;
}

.doencas-tabagismo .bloco h2 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 20px;
    margin-bottom: 20px;
}

h1.documentFirstHeading {
    color: #fd944d;
    font-size: 39px;
    font-family: 'museo500';
    margin-top: 30px;
    margin-bottom: 20px;
}

h1.documentFirstHeading {color: #fd944d;font-size: 39px;font-family: 'museo500';margin-top: 30px;margin-bottom: 20px;}

legend {
    font-size: 20px;
    font-family: opensans-regular;
}

.input-append {
    width: 85%;
    position: relative;
}

input#search-searchword {
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 7px 0 7px 0;
    position: relative;
    border-top: 2px solid #cccccc;
}

fieldset.word {
    margin-bottom: 20px;
    border: none;
}

p.description {
    font-family: opensans-regular;
    font-size: 15px;
}

h2.tileHeadline.result-title {
    color: #2c66ce;
}

h2.tileHeadline.result-title a {
    color: #2c66ce;
}

.searchintro {
    margin-bottom: 10px;
}

.description.result-text {
    font-family: opensans-regular;
    font-size: 15px;
}

.tileItem {
    border-top: 1px solid #dfdfdf;
    padding: 10px;
    font-family: opensans-regular;
    margin-bottom: 20px;
}

.keywords {
    font-size: 11px;
    margin-top: 20px;
}

.span1.tileInfo {
    display: none;
}

.hide {
    display: none;
}

.interna .bloco h2 {
    font-family: 'museo300';
    font-size: 42px;
    color: #fd944d;
    margin-top: 40px;
    margin-bottom: 20px;
}

.interna .submenu-item i,
.me-alimentar-melhor .submenu-item i,
.parar-de-fumar .submenu-item i,
.me-exercitar .submenu-item i,
.perder-peso .submenu-item i {
    display: none;
}




/* DROPDOWN PARA POSTS */
.conteudo-noticia .drop {
    cursor: pointer;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #fd944d;
    position: relative;
    font-weight: 600;
}

.conteudo-noticia .drop:after {
	content: attr(data-content);
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    font-size: 20px;
    color: #fd944d;
}

.conteudo-noticia .drop-content {
	display: none;
	width: 100%;
	height: auto;
	font-family: Arial;
    line-height: 25px;
}

.conteudo-noticia .drop-content table tr td {
	padding: 3px 10px;
}


.display-img-destaque{
	height: 190px;
	overflow: hidden;
}

.conte-sua-historia p{
    margin-top: 10px;
    color: #717070;
    font-size: 16px;
    line-height: 20px;
    font-family: opensans-regular;
}

.banner-carousel{
	margin-bottom: 50px!important;
}

.slick-dots{
	bottom: -30px
}
.slick-dots li button:before {
    font-size: 16px!important;
    color: #2c66ce!important;
}

/**/

/*.interna .mapa-do-site {
    min-height: 200px;
}

.interna .mapa-do-site a {
	color: inherit;
}

.interna .mapa-do-site section {
	display: flex;
	justify-content: space-around;
	margin-top: 80px;
	font-family: helvetica;
}

.interna .mapa-do-site section dl {
	border-left: 1px dotted;
  padding-left: 10px;
}
.interna .mapa-do-site section dl.fumar {
	color: #f74f4f;
}
.interna .mapa-do-site section dl.peso {
	color: #4c8cff;
}
.interna .mapa-do-site section dl.alimentar {
	color: #fd944d;
}
.interna .mapa-do-site section dl.exercitar {
	color: #9ecf14;
}

.interna .mapa-do-site section dl dt {
	min-width: 150px;
	height: 50px;
	background-color: #FFF;
	border-top: 4px solid;
	padding: 15px;
}

.interna .mapa-do-site section dl dd {
	border-left: 1px dotted;
  padding-left: 10px;
  margin-top: 5px;
}*/

.cycle-slideshow .cycle-slide {
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 100%;
}


.paginacao {
    text-align: center;
    margin: 62px;
    width: 100%;
    position: relative;
    font-family: 'museo300';
}
.paginacao a {
    display: inline-block;
    width: 35px; height: 35px;
    background: #f6f6f6;
    color: #323232;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
		border-bottom: 2px solid #f6f6f6;
}
.paginacao a:hover  {
	text-decoration: none;
	border-bottom: 2px solid #fd944d;
	color: #fd944d;
}
.paginacao .is-current {
	background: #f6f6f6;
  color: #fd944d;
  border-bottom: 2px solid #fd944d;
}
