/*********************************************                 IMPORTS              **********************************************/


/*Fontes*/


/*@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,latin-ext);*/

@import url('//fonts.googleapis.com/css?family=Archivo+Narrow:400,700');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400');
@import url('abcdiabetes.css');

/*********************************************                Geral              **********************************************/

a {
    outline: 0;
}

a:hover, a:active, a:focus {
    outline: 0;
    outline: none;
}

button:hover, button:active, a:focus {
    outline: 0;
    outline: none;
}

#sidebar img {
    width: auto;
}


/*********************************************                TOP MENU              **********************************************/

.inner_pages {
    min-height: calc(100vh - 70px);
}

.footer {
    /*height: 50px;*/
}

.footer {
    background-color: #323232;
}

#top_menu {
    font: 400 12px'Archivo Narrow', sans-serif;
    background-color: #009C9F;
    border: none;
    min-height: 30px;
    margin: 0;
}

#top_menu_left li a {
    color: #ffffff;
    padding: 6px 0 4px 10px;
}

#top_menu_left li a:hover {
    color: #00686A;
}

#top_menu_right li a {
    color: #ffffff;
    padding: 0;
}

#top_menu_right li a:hover {
    color: #00686A;
}

.dropdown-menu>li>a.selected {
    color: #ffffff;
    text-decoration: none;
    background-color: #008f91;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle {
    background: transparent;
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f5f5f5;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #247d7b;
}


/*********************************************                HEADER             **********************************************/


/*#bar_logo {
	background-color: #fdfefd;
	border-bottom: 2px solid #EFEFEF;
}*/

#bar_logo .row {
    padding-bottom: 10px;
}

#logo_wraper {
    padding: 1% 0 1% 1%;
}

#logo_bar_right {
    padding: 0;
    margin-top: 3.5%;
}

#youtube_top {
    margin: 0;
    text-align: right;
    padding-right: -10px;
    padding-top: 12px;
}

#pesquisa_top {
    margin: 0;
    padding: 10px;
}


/*#formpesquisa{
	margin-right: 25px;
}*/

#pesquisa_top input {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 40px;
    border: 1px solid #61D6D0;
    border-right: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    color: #61D6D0;
    padding: 6px 17px;
}


/* do not group these rules */

#pesquisa_top ::-webkit-input-placeholder {
    color: #61D6D0 !important;
}

#pesquisa_top :-moz-placeholder {
    /* FF 4-18 */
    color: #61D6D0 !important;
}

#pesquisa_top ::-moz-placeholder {
    /* FF 19+ */
    color: #61D6D0 !important;
}

#pesquisa_top :-ms-input-placeholder {
    /* IE 10+ */
    color: #61D6D0 !important;
}

#pesquisa_top button {
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 40px;
    border: 1px solid #61D6D0;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-search {
    background: url('../img/sprite.png') no-repeat;
    height: 19px;
    width: 22px;
    display: block;
    background-position: -25px -183px;
}

#pesquisa_top button:hover {
    background-color: transparent;
}

.add_to_favorites {
    display: block;
    margin-right: 15px;
    float: right;
    position: relative;
}

.favorites-star {
    background: url('../img/sprite.png') no-repeat -11px -13px;
    height: 45px;
    width: 45px;
    display: block;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.favorites-star:hover {
    opacity: 0;
}

.star_hover {
    background-position: -11px -72px;
    opacity: 1 !important;
    position: absolute;
    top: 0;
    z-index: -9;
}


/*.add_to_favorites:hover{
	background: #BBBBBB;
	border: #F1F1F1 solid 2px;
	text-decoration: none;
}*/

.add_to_favorites .glyphicon {
    display: block;
    text-align: center;
    line-height: 27px;
    margin-left: 1px;
    color: #000;
}

.add_to_favorites:hover .glyphicon {
    color: #FFF;
}


/*********************************************                MAIN MENU              **********************************************/

#main_menu {
    font: 400 15px'Archivo Narrow', sans-serif;
    text-align: center;
    background-color: #61D6D0;
    border: none;
    min-height: 50px;
    margin: 0;
}

#main_menu span {
    font: 800 15px'Archivo Narrow', sans-serif;
}

#main_menu li a {
    padding-top: 20px;
    width: 220px;
    height: 60px;
    margin: 0;
    white-space: normal;
    color: #ffffff !important;
    font-size: 12px;
}
body.ie #main_menu li a {
    font-size: 10px;
}
.open a.dropdown-toggle {
    background: none !important;
    font-weight: bold;
}

.open a.dropdown-toggle:after {
    bottom: 0;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 156, 159, 0);
    border-bottom-color: #009C9F;
    border-width: 10px;
    right: 0;
    margin: 0 auto;
}

#main_menu .dropdown-menu {
    background-color: #009C9F;
    border: none;
    text-align: left;
    margin-left: 15px;
    width: 170px;
    border-radius: 0px;
}

#main_menu .dropdown-menu li a {
    padding: 10px 20px !important;
    width: 100% !important;
    border-bottom: 1px solid #26a8a1 !important;
}

#main_menu .dropdown-menu li a:last-child {
    border-bottom: none !important;
}

#main_menu .dropdown-menu li a:hover {
    background-color: #09989b;
}

.jus-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


/********************************************* Carousel **********************************************/

.item {
    height: 330px;
    background-repeat: no-repeat;
    background-position: right top;
}

#myCarousel img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

#carousel {
    background: #fff;
    max-height: 330px;
}

#carousel h2 {
    font: 400 58px/48px'Archivo Narrow', sans-serif;
    text-shadow: none;
    width: 51%;
}

.carousel_info {
    text-align: left;
    left: 11%;
    top: 30px;
}

.carousel_info a {
    border-radius: 20px;
    padding-left: 10%;
    padding-right: 10%;
    font: 400 15px'Archivo Narrow', sans-serif;
    background: none;
    color: #61D6D0;
    border: 1px solid #61D6D0;
}

.carousel_info a:hover {
    background: #009C9F;
    color: #ffffff;
    border-color: #009C9F;
}

#carousel p {
    font: 800 120%'Archivo Narrow', sans-serif;
    text-shadow: none;
    width: 31%;
}

.dark-overlay, .dark-overlay2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#323232+0,323232+100&1+0,1+38,0.9+48,0+100 */
    background: -moz-linear-gradient(left, rgba(50, 50, 50, 1) 0%, rgba(50, 50, 50, 1) 38%, rgba(50, 50, 50, 0.9) 48%, rgba(50, 50, 50, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(50, 50, 50, 1) 0%, rgba(50, 50, 50, 1) 38%, rgba(50, 50, 50, 0.9) 48%, rgba(50, 50, 50, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(50, 50, 50, 1) 0%, rgba(50, 50, 50, 1) 38%, rgba(50, 50, 50, 0.9) 48%, rgba(50, 50, 50, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#00323232', GradientType=1);
    /* IE6-9 */
    height: 330px;
    position: absolute;
    top: 0;
    width: 80%;
    z-index: 9;
}

#carousel_bts {
    bottom: -21px;
    left: -30px;
    margin-left: 0;
    width: 100%;
    margin: -40px auto;
    position: relative;
    margin-bottom: 60px;
}

#carousel_bts li {
    border: none;
    border-radius: 0;
}

#carousel_bts #carousel_bt1, #carousel_bts #carousel_bt1.active, #carousel_bts #carousel_bt2, #carousel_bts #carousel_bt2.active {
    position: absolute;
}

#carousel_bts #carousel_bt3, #carousel_bts #carousel_bt3.active {
    margin-bottom: 0;
    margin-top: 0;
}

#carousel_bts #carousel_bt1 figure {
    background: url('../img/slider/bt1_norm3.png') no-repeat left top;
}

#carousel_bts #carousel_bt2 figure {
    background: url('../img/slider/bt2_norm3.png') no-repeat left top;
}

#carousel_bts #carousel_bt3 figure {
    background: url('../img/slider/bt3_norm3.png') no-repeat left top;
}

#carousel_bts li span {
    margin: 0;
    float: left;
    width: 98%;
    border-top: 4px solid #DDD;
    margin-top: 8%;
}

#carousel_bts li figure {
    background: red;
    width: 92px;
    height: 93px;
    z-index: 9999;
    float: left;
    margin: 0 4% auto -5px;
}

#carousel_bts li hgroup {
    float: left;
    width: 180px;
    height: 60px;
    margin-top: 20px;
    z-index: 9999;
    text-align: left;
    text-indent: 0;
}

#carousel_bts li h2 {
    float: left;
    margin: 0;
    font: 700 20px 'Archivo Narrow', sans-serif;
    color: #999999;
}

#carousel_bts li h3 {
    float: left;
    margin: 0;
    font: 400 100% 'Archivo Narrow', sans-serif;
    color: #999999;
}

#carousel_bts li.active {
    background: none;
}

#carousel_bts li.active span {
    border-top: 4px solid #009C9F;
}

#carousel_bts li.active h2 {
    color: #009C9F;
}

#carousel_bts li.active h3 {
    color: #808080;
}


/*********************************************                HOME CONTENT             **********************************************/

.backgroundGrey {
    background-color: #F2F2F2;
    padding: 25px 0 20px;
}

.home_highlight {
    margin: 0 20px;
    padding: 10px 0;
}

.noticiaList .home_highlight {
    border-bottom: 1px solid #009C9F;
}

.noticiaList .home_highlight:last-child {
    border: none;
}

.home_highlight h2 a, .home_highlight h4 a {
    color: #333333;
}

.home_highlight .homeBtn {
    border: 1px solid #009C9F;
    display: block;
    width: 150px;
    text-align: center;
    padding: 9px 30px 7px;
    margin-top: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font: 700 12px 'Archivo Narrow', sans-serif;
    color: #009C9F;
    background: url('../img/arrow_mais.png') no-repeat 101px -2px;
    bottom: 15px;
    position: absolute;
}

.home_highlight .homeBtn:hover {
    color: #ffffff;
    background: #009C9F url('../img/arrow_mais.png') no-repeat 101px -40px;
}

.noticiaDest, .noticiaList {
    background: #ffffff;
    margin-bottom: 20px;
    height: 370px;
    position: relative;
}

.noticiaList {
    height: 420px;
}

.noticiasImagem a {
    background-repeat: no-repeat;
    height: 180px;
    background-size: cover;
    display: block;
}
.showmore{
position:relative;
    text-align: center;
    margin-top: 30px;
}
.showmore span{position:relative; cursor:pointer;}
.showmore span:after {
    background: url(../img/sprite.png) no-repeat;
    content: " ";
    position: absolute;
    height: 30px;
    width: 30px;
    background-position: -19px -557px;
    background-color: #17a4a6;
    top: -5px;
    right: -38px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
#home h3 {
    font: 400 24px 'Archivo Narrow', sans-serif;
    margin-top: 2%;
    margin-bottom: 1.5%;
}
.diabetes4 td img {
    max-width: 100%;
    width: 100%;
}

/*#home h3 {
	font: 700 20px 'Archivo Narrow', sans-serif;
	margin-top: 2%;
	margin-bottom: 1%;
  height: 50px;
}*/


/*#home h3 {
	font: 800 16px 'Archivo Narrow', sans-serif;
	min-width: 170px;
	height: auto;
	min-height: 73px;
	margin-top: 0px;
	margin-left: 5px;
	padding-right: 10px;
}*/

#home h4 {
    font: 800 18px 'Archivo Narrow', sans-serif;
    margin-top: 2%;
    margin-bottom: 1%;
    /*color: #179A9A;*/
}

#home h3 a, #home h4 a {
    color: inherit;
}

#home p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 2%;
    margin-bottom: 1%;
    color: #999999;
}

#home .centrar {
    padding-left: 5%;
    padding-right: 3%;
}

#home .separador {
    border-bottom: 3px solid #DCDCDC;
}

#home .separador_inner {
    border-bottom: 3px solid #DCDCDC;
    margin-top: 10px;
    margin-bottom: 15px;
}


/*#home .home_highlight_col1 {
	padding: 0px 10px 0px 10px;
}*/

#home .home_highlight_col1_inner1 {
    height: auto;
    width: 100%;
}

#home .home_highlight_col1_inner1 img {
    float: left;
    margin-right: 15px;
}

#home .home_highlight_col1_inner2 {
    height: auto;
    width: 100%;
    clear: both;
}


/*#home .home_highlight_col2 {
	padding: 0px 10px 0px 10px;
}
#home .home_highlight_col3 {
	padding: 0px 10px 0px 10px;
}*/

.mini_img {}

.rosa {
    border-bottom: 3px solid #922C6E !important;
}

.rosa_bottom {
    border-bottom: 2px solid #C73E97 !important;
}

.azul {
    border-bottom: 3px solid #61D6D0 !important;
}


/*.azul_bottom {
	border-bottom: 2px solid #179A9A !important;
}*/

.cinza_bottom {
    border-bottom: 2px solid #DCDCDC !important;
}

.pink {
    color: #C73E97;
}

.blue {
    color: #61D6D0;
}

.grey {
    color: #AAAAAA;
}

.link_txt_rosa {
    color: #C53E97;
    text-decoration: underline;
}

.link_txt_rosa:hover {
    color: #A02F79;
}

.link_txt_azul {
    text-decoration: none;
    text-transform: uppercase;
    font: 700 12px 'Archivo Narrow', sans-serif;
    color: #009C9F;
    background: url(../img/arrow_mais.png) no-repeat 42px -8px;
    display: block;
    width: 80px;
    padding: 3px 0;
}

.link_txt_azul:hover {
    color: #007779;
}

.bt_download_azul {
    text-decoration: none;
    background-color: #009B9C;
    color: #fff;
    border: 1px solid #0B6867;
    padding: 5px;
    font: 400 10px 'Archivo Narrow', sans-serif;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
}

.bt_download_azul: hover {
    background-color: #007779;
    color: #fff;
    text-decoration: none;
    border: 1px solid #098583;
}

.home_bottom {
    background-color: #FFF;
    width: 100%;
    margin: 0px;
}

.home_icon1 {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url('../img/sprite.png') no-repeat -4px -264px;
}

#sidebar .highlight .highlight_content a img:hover, .home_icon4:hover, .home_icon_video:hover, .home_icon1:hover, .home_icon_newsletter:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.bt_ver_video:hover {
    opacity: 0.7;
}

.home_icon4 a, .home_icon_video a, .home_icon1 a {
    display: block;
    width: 60px;
    height: 60px;
}

.home_icon2 {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url('../img/home/icon2.png') no-repeat left top;
}

.home_icon3 {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url('../img/home/icon3.png') no-repeat left top;
}

.home_icon_video {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url('../img/sprite.png') no-repeat -4px -346px;
}

.home_icon_youtube {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url('../img/youtube.png') no-repeat center center;
}

.home_icon_newsletter {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url('../img/sprite.png') no-repeat -4px -422px;
    cursor: pointer;
}

.home_icon4 {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url('../img/home/icon4.png') no-repeat left top;
}

.bottomColHome {
    padding: 35px;
}

.bottomColHome figure {
    width: 180px;
    height: 225px;
    margin: 0 auto;
    background: url('../img/home/revista.png') no-repeat left top;
}

.bottomColHome p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 2%;
    margin-bottom: 1%;
    color: #999999;
    height: 55px;
}

.border_right {
    border-right: 1px solid #eee;
}

.bottomColHome ul {
    position: relative;
    top: 10px;
    left: -10px;
    font: 400 16px 'Archivo Narrow', sans-serif;
    color: #666666;
}

.bottomColHome ul li {
    padding-bottom: 10px;
}

.bottomColHome input[type=text] {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 5px;
    margin-top: 10px;
    color: #333;
}

.bottomColHome input: focus {
    outline: none;
}

.pesquisa h1 {
    font: 400 35px 'Archivo Narrow', sans-serif;
    color: #61D6D0;
    text-transform: uppercase;
    border-bottom: 4px solid #61D6D0;
    padding-top: 5px;
    height: auto;
}

.pesquisa h4 {
    font: 400 20px 'Archivo Narrow', sans-serif;
    color: #333;
    padding-top: 5px;
}

.pesquisa section {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.pesquisa a {
    font: 800 18px 'Archivo Narrow', sans-serif;
    color: #009C9F;
}

.pesquisa .last_vert {
    border: none;
    padding-bottom: 40px;
}

.inner_pages {
    margin-top: 50px;
}

.inner_pages h1 {
    font: 400 35px 'Archivo Narrow', sans-serif;
    color: #61D6D0;
    text-transform: uppercase;
    border-bottom: 4px solid #61D6D0;
    padding-top: 0;
    height: 50px;
    margin: 0;
}

.inner_pages h2 {
    font: 700 20px 'Archivo Narrow', sans-serif;
    text-transform: uppercase;
}

.inner_pages h3 {
    color: #333;
    font: 700 20px 'Archivo Narrow', sans-serif;
    padding-top: 10px;
}

.inner_pages h4 {
    font: 400 18px 'Archivo Narrow', sans-serif;
    color: #009c9f;
    padding-top: 20px;
}

.inner_pages p, .tick, .inner_pages li {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #999999 !important;
    font-weight: 300 !important;
}

.inner_pages ul {
    list-style: none;
    padding: 0;
}

.inner_pages ul li {
    padding: 5px 30px 5px;
    /*0 0 10px 27px*/
    position: relative;
    font-size: 14px;
}

.inner_pages ol, ul.alimentacao-verao, ul.bullets-numerados {
    counter-reset: item;
    list-style: none;
    padding-left: 30px;
}

.inner_pages ol li, ul.alimentacao-verao li, ul.bullets-numerados li {
    counter-increment: item;
    margin-bottom: 5px;
    position: relative;
}

ul.bullets-numerados li {
    padding: 1px;
}

.inner_pages ol li:before, ul.alimentacao-verao li:before, ul.bullets-numerados li:before {
    content: counter(item)".";
    font: 700 14px 'Archivo Narrow', sans-serif;
    color: #009c9f;
    margin: 0px 0 0 -30px;
}

.inner_pages p strong em {
    font-style: normal;
    font: 700 20px 'Archivo Narrow', sans-serif;
    color: #009C9F;
    text-transform: uppercase;
}

.inner_pages li:before {
    content: "\2022";
    color: #009c9f;
    position: absolute;
    font-size: 18px;
    left: 18px;
    top: 3px;
}


/*.inner_pages p img{
  display: none;
}*/

.inner_pages a {
    color: #C73E97;
    text-decoration: none;
}

.inner_pages a:hover {
    color: #C73E97;
    text-decoration: underline;
}

.inner_pages span {
    font: 700 16px 'Archivo Narrow', sans-serif;
    color: #009c9f;
}

.inner_pages .main-highlight {
    font: 400 18px 'Archivo Narrow', sans-serif;
    color: #C73E97;
}


/*.inner_pages li {
	font: 400 16px 'Archivo Narrow', sans-serif;
}*/

.inner_main-img {
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 767px){
    .inner_main-img{
        height: 250px;
    }
}

.inner_pages table {
    border-color: #009c9f;
}

.inner_pages table td strong, .inner_pages table td span {
    font-family: 'Archivo Narrow', sans-serif !important;
}

.inner_pages table p {
    padding: 10px;
    margin: 0;
    font-size: 13px;
}

.inner_pages table tr:only-child {
    background-color: transparent !important;
}

.table_calculadora_imc tr:first-of-type {
    background-color: transparent !important;
}

.inner_pages table tr:first-of-type {
    background-color: #009c9f;
}


/*.main_img {
  min-width: 100%;
  height: 380px;
  width: auto;
	margin-bottom: 20px;
}*/

.print_pdf {
    width: 100%;
    height: 100%;
    height: 37px;
    background: url('../img/icon-pdf.png') no-repeat left center;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 42px;
    padding-top: 8px;
}

.print_pdf a {
    font: 300 15px 'Archivo Narrow', sans-serif;
    color: #C73E97;
}

.endcontentborder {
    width: 66%;
    height: 60px;
}

.codigo_peca {
    width: 100%;
    /*height: 60px;*/
    /*border-bottom: 3px solid #922C6E;*/
}

.codigo_peca p {
    font: 300 13px 'Archivo Narrow', sans-serif;
    color: #333;
    padding-top: 15px;
}

#sidebar {
    /*background-color: rgba(239, 239, 239, 0.25);*/
    padding: 10px 10px 0px 10px;
    height: auto;
}

#sidebar .categories {
    background-color: #009C9F;
    color: #FFF;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
}

#sidebar .categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar .categories li {
    padding: 0;
    font-size: 15px;
}

#sidebar .categories li:before, .shortcut_links li:before {
    content: none;
    padding-right: 0px;
}

#sidebar .categories li a {
    font: 700 14px 'Archivo Narrow', sans-serif;
    color: #FFF;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 8px 5px 6px 25px;
    border-bottom: 1px solid #1ba8a1;
}


/*#sidebar .categories li a.selected,*/

#sidebar .categories li a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #008f91;
}

#sidebar .categories ul li ul {
    list-style-type: none;
    margin-left: 0px;
    list-style-image: none;
}

#sidebar .categories ul li ul li {
    list-style-type: none;
    margin-left: 0px;
    list-style-image: none;
}

#sidebar .categories li ul li a {
    font: 400 12px 'Archivo Narrow', sans-serif;
    color: #FFF;
    line-height: 20px;
    text-transform: none;
    /*text-indent: 30px;*/
    margin-left: 25px;
    padding: 5px 10px 5px 55px !important;
    border: none;
}

#sidebar .categories ul li ul li a.selected, #sidebar .categories ul li ul li a:hover {
    background-position: 35px 7px;
}

#sidebar .highlight {
    color: #FFF;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 25px;
    padding-top: 10px;
}

#sidebar .highlight .highlight_content {
    color: #FFF;
    text-align: center;
}

.inner_pages hr {
    display: none;
}

#sidebar .highlight_content h4, #sidebar .highlight_content .titulo_abc, #sidebar .highlight_content .botao {
    background-color: #F2F2F2;
    margin: 0px 0 0;
}

#sidebar .highlight_content .botao {
    padding: 20px 0 45px;
}

#sidebar .highlight_content a {
    width: 100%;
    display: block;
    background-color: #F2F2F2;
    padding-top: 20px;
}

.bottomColHome h4, #sidebar .highlight .highlight_content h4 {
    font: 700 20px 'Archivo Narrow', sans-serif;
    color: #C93897;
    text-align: center;
    padding: 10px;
}

.bottomColHome h4 a {
    color: inherit;
    margin: 0;
}

#sidebar .highlight .highlight_content h5 {
    font: 700 16px 'Archivo Narrow', sans-serif;
    color: #666666;
}

#sidebar .highlight .highlight_content h5 span {
    color: #C53D97;
}

#sidebar .highlight .highlight_content p {
    font: 300 16px 'Archivo Narrow', sans-serif;
    color: #666666;
    line-height: 18px;
}

#sidebar .highlight .highlight_content form {
    text-align: left;
}

.bottomColHome input, #sidebar .highlight .highlight_content input {
    margin-top: 0px;
}

.bottomColHome label, #sidebar .highlight .highlight_content form label {
    font: 300 16px 'Archivo Narrow', sans-serif;
    color: #333333;
    margin-left: 25px;
    margin-top: -18px;
    margin-bottom: -10px;
    /* width:200px; */
    display: block;
}

.bottomColHome a.botao, #sidebar .highlight a.botao, button.pinkbuttons {
    text-transform: uppercase;
    display: block;
    font: 700 11px 'Archivo Narrow', sans-serif;
    color: #FFF;
    text-decoration: none;
    background-color: #C93897;
    color: #FFF;
    width: 160px;
    padding: 11px 0 10px;
    margin: auto;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 0;
    height: auto;
    float: none;
}

.pinkbuttons: active, button.pinkbuttons: focus {
    outline: none;
    ie-dummy: expression(this.hideFocus=true);
}

.bottomColHome a.botao:hover, #sidebar .highlight a.botao:hover, button.pinkbuttons:hover {
    display: block;
    background: #992a73;
    color: #FFF;
}

.bottomColHome .buttoncontainer {
    text-align: center;
    width: 100%;
}

#sidebar .sondagem-resultados {
    width: 88%;
    height: 300px;
    margin: 0 auto;
}

#sidebar .sondagem-resultados hr {
    background-color: #f1f1f1;
    width: 100%;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}

#sidebar .resultados-bar-container {
    width: 100%;
    height: auto;
    float: left;
}

#sidebar .resultados-bar-container p {
    font: 300 14px 'Archivo Narrow', sans-serif;
    color: #000;
    line-height: 18px;
    text-align: left;
}

#sidebar .bar-background {
    margin: -5px 0px 0px 0px;
    height: 25px;
    width: 85%;
    background-color: #f1f1f1;
    float: left;
}

#sidebar .bar {
    height: 25px;
    width: 80%;
    float: left;
    background: #973876;
    /* Old browsers */
    background: -moz-linear-gradient(left, #973876 0%, #c34196 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #973876), color-stop(100%, #c34196));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #973876 0%, #c34196 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #973876 0%, #c34196 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #973876 0%, #c34196 100%);
    /* IE10+ */
    background: linear-gradient(to right, #973876 0%, #c34196 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#973876', endColorstr='#c34196', GradientType=1);
    /* IE6-9 */
}

#sidebar .percentagem {
    margin: -5px 0px 0px 0px;
    width: 10%;
    font: 300 1.2em 'Archivo Narrow', sans-serif;
    color: #c34196;
    text-align: right;
    float: right;
}

#sidebar .total-votos {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    float: left;
    font: 700 16px 'Archivo Narrow', sans-serif;
    color: #c34196;
    text-align: center;
}

.home_bottom .sondagem-resultados {
    width: 100%;
}

.home_bottom .sondagem-resultados hr {
    background-color: #f1f1f1;
    width: 100%;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}

.home_bottom .resultados-bar-container {
    width: 100%;
    height: auto;
    float: left;
}

.home_bottom .resultados-bar-container p {
    font: 300 12px 'Archivo Narrow', sans-serif;
    color: #666;
    line-height: 18px;
    text-align: left;
}

.home_bottom .bar-background {
    margin: -5px 0px 0px 0px;
    height: 15px;
    width: 80%;
    background-color: #f1f1f1;
    float: left;
}

.home_bottom .bar {
    height: 15px;
    width: 80%;
    float: left;
    background: #973876;
    /* Old browsers */
    background: -moz-linear-gradient(left, #973876 0%, #c34196 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #973876), color-stop(100%, #c34196));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #973876 0%, #c34196 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #973876 0%, #c34196 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #973876 0%, #c34196 100%);
    /* IE10+ */
    background: linear-gradient(to right, #973876 0%, #c34196 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#973876', endColorstr='#c34196', GradientType=1);
    /* IE6-9 */
}

.home_bottom .percentagem {
    margin: -5px 0px 0px 0px;
    width: 15%;
    font: 700 15px 'Archivo Narrow', sans-serif;
    color: #c34196;
    text-align: right;
    float: right;
}

.home_bottom .total-votos {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    float: left;
    font: 300 13px 'Archivo Narrow', sans-serif;
    color: #c34196;
    text-align: center;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-txt h2 {
    font: 700 12px 'Archivo Narrow', sans-serif;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.footer-txt h2:after {
    content: "";
    width: 15px;
    height: 11px;
    top: 2px;
    margin-left: 7px;
    position: absolute;
    display: inline-block;
    background: url(../img/sprite.png) no-repeat -26px -498px;
}

.footer-txt ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*display: none;*/
}

.testeul {
    list-style: none;
    /*padding: 0;*/
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 15px !important;
}

.footerMenu .testeul ul {
    display: none;
    width: 100px;
}

.footerMenu .testeul ul li {
    width: 120px;
}

.footer-txt li {
    font: 300 10px 'Archivo Narrow', sans-serif;
    color: #fff;
    line-height: 15px;
    min-width: 100px;
}

#breadcrumbs {
    margin-top: 10px;
    width: 100%;
    display: block;
}

#breadcrumbs ul {}

#breadcrumbs li {
    display: inline;
    position: relative;
}

#breadcrumbs li:before {
    content: "\0203A";
    color: #009c9f;
    position: absolute;
    font-size: 18px;
    left: 1px;
    top: -3px;
}

#breadcrumbs li:first-child:before {
    content: none;
}

#breadcrumbs li a {
    text-decoration: underline;
    font: 300 12px 'Archivo Narrow', sans-serif;
    color: #179a9a;
    line-height: 15px;
    /*margin-left: 5px;*/
}


/*#breadcrumbs li: nth-child(n+2): before {
	content: "/";
	padding-left: 2px;
	color: #fff;
}*/

#breadcrumbs li a:hover {
    text-decoration: underline;
    font: 300 12px 'Archivo Narrow', sans-serif;
    color: #fff;
    x line-height: 15px;
}

#breadcrumbs li a.selected {
    margin-left: 10px !important;
    text-decoration: none;
    font: 700 12px 'Archivo Narrow', sans-serif;
    color: #fff;
    line-height: 15px;
    cursor: default;
}

#legal-menu {
    display: block;
    margin-top: 15px;
    width: 60%;
    text-align: left;
    float: left;
}

#legal-menu ul {}

#legal-menu li {
    display: inline;
}

#legal-menu li a {
    font: 300 12px 'Archivo Narrow', sans-serif;
    color: #fff;
    line-height: 15px;
    margin-right: 5px;
}

#legal-menu li: nth-child(n+2): before {
    content: "|";
    padding-left: 2px;
    color: #fff;
}

#legal-menu li a:hover {
    text-decoration: underline;
    font: 300 12px 'Archivo Narrow', sans-serif;
    color: #fff;
    line-height: 15px;
}

#footer-links {
    margin-top: 10px;
    width: 100%;
}

#social-links {
    width: 60%;
    float: left;
    margin-left: 0px;
}

#copyright {
    display: block;
    width: 60%;
    float: left;
    margin-left: -2px;
}

#copyright p {
    font: 300 13px 'Archivo Narrow', sans-serif;
    color: #fff;
    line-height: 15px;
}

#apoio {
    width: auto;
    float: right;
    margin-right: 0px;
    margin-top: 0px;
}

#apoio p {
    font: 300 13px 'Archivo Narrow', sans-serif;
    color: #fff;
    line-height: 15px;
    text-align: right;
}

#apoio img {
    margin-left: 10px;
}


/*********************************************
   Mapa do Site
**********************************************/

.mapa_site {}

#mapa_site h1 {
    font: 400 35px 'Archivo Narrow', sans-serif;
    color: #C73E97;
    text-transform: uppercase;
    border-top: 4px solid #922C6E;
    padding-top: 5px;
    height: 50px;
}

#mapa_site ul {
    background: url('../img/site_map_img1.png') no-repeat left top;
    list-style-type: none;
    margin-left: 0px;
}

#mapa_site ul a {
    color: #C73E97;
    text-decoration: none;
}

#mapa_site ul a:hover {
    color: #C73E97;
    text-decoration: underline;
}

#mapa_site ul li {
    margin-left: -10px;
}

#mapa_site ul li ul {
    background: url('../img/site_map_img2.png') no-repeat left top;
    list-style-type: none;
    margin-top: 10px;
    padding-left: 65px;
    margin-left: -10px;
    height: auto;
}

#mapa_site li.submenu {
    background: url('../img/site_map_img2.png') no-repeat left top;
    list-style-type: none;
    padding-left: 55px;
    margin-left: -65px;
    height: auto;
}

#mapa_site ul li ul li {
    margin-left: -10px;
}

#mapa_site li {
    font: 700 14px 'Archivo Narrow', sans-serif;
    color: #c63e97;
    line-height: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#mapa_site ul li ul li ul {
    background: none;
    list-style-type: none;
}

#mapa_site ul li ul li ul li {
    background: url('../img/site_map_img3.png') no-repeat left top;
    list-style-type: none;
    margin-left: -65px;
    padding-left: 55px;
}

.sidebar_bottom_bar {
    display: none;
}

.video_highlight_container {
    width: 230px;
    margin: 10px auto;
    background-color: #F2F2F2;
    height: 345px;
}

.video_highlight_container h2 {
    width: 230px;
    font: 700 15px 'Archivo Narrow', sans-serif;
    color: #61D6D0;
    padding: 0 10px 10px 0;
    display: table-cell;
    vertical-align: bottom;
    background-color: #ffffff;
    height: 65px !important;
}

.video_highlight_container .thumb {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    float: left;
    border-top: 2px solid #61D6D0;
}

.video_highlight_container .thumb a {
    display: block;
}

.video_highlight_container .thumb a:hover {
    opacity: 0.7;
}

.video_highlight_container .thumb_play {
    background: url('../img/video-thumb-play.png') no-repeat;
    position: absolute;
    z-index: 1;
    width: 230px;
    height: 130px;
    top: 0px;
}

.video_highlight_container p {
    font: 300 14px'Open Sans', sans-serif;
    float: left;
    height: 85px;
    margin: 10px 10px 3px;
}

.video_highlight_container hr {
    background-color: #C73898;
    width: 100%;
    height: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}

.video_highlight_container p.download_pdf {
    width: 91%;
    background: url(../img/icon-pdf.png) no-repeat left 7px;
    margin: 0px 10px;
    padding: 15px 0 6px 38px;
    border-top: 1px solid #d4d4d4;
    height: initial;
}

.video_highlight_container p.download_pdf a {
    font: 300 15px 'Archivo Narrow', sans-serif;
    color: #C73E97;
}

.shortcut_links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shortcut_links ul {
    margin-left: 0px;
}

.shortcut_links li {
    font: 400 16px 'Archivo Narrow', sans-serif;
    color: #009C9F;
    line-height: 20px;
    padding: 2px 0 !important;
}

.shortcut_links li a, .inner_pages a {
    text-decoration: none;
    color: #009C9F;
    font: 400 16px 'Archivo Narrow', sans-serif;
    word-break: break-word;
}

.shortcut_links li a:hover, .inner_pages a:hover {
    text-decoration: none;
    color: #137a74;
}

.highlight-text p {
    font: 300 18px 'Archivo Narrow', sans-serif;
    color: #C73E97;
    line-height: 24px;
}

.accao-medicamentos ul {
    list-style-type: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    font-weight: 700 !important;
}

.accao-medicamentos li {
    list-style-type: none !important;
    list-style-image: none !important;
    font: 300 15px 'Open Sans', sans-serif;
    line-height: 20px;
}

.accao-medicamentos li:before {
    content: none;
}

.accao-medicamentos li:nth-of-type(1) {
    list-style-image: none;
    background: url(../img/ControlarDiabetes_Medicamentos_bullet1.jpg) no-repeat 5px 0 !important;
}

.accao-medicamentos li:nth-of-type(2) {
    list-style-image: none;
    background: url(../img/ControlarDiabetes_Medicamentos_bullet2.jpg) no-repeat 5px 0 !important;
}

.accao-medicamentos li:nth-of-type(3) {
    list-style-image: none;
    background: url(../img/ControlarDiabetes_Medicamentos_bullet3.jpg) no-repeat 5px 0 !important;
}

.accao-medicamentos li:nth-of-type(4) {
    list-style-image: none;
    background: url(../img/ControlarDiabetes_Medicamentos_bullet4.jpg) no-repeat 5px 0 !important;
}

.accao-medicamentos li:nth-of-type(5) {
    list-style-image: none;
    background: url(../img/ControlarDiabetes_Medicamentos_bullet5.jpg) no-repeat 5px 0 !important;
}

.accao-medicamentos li:nth-of-type(6) {
    list-style-image: none;
    background: url(../img/ControlarDiabetes_Medicamentos_bullet6.jpg) no-repeat 5px 0 !important;
}

.alimentacao-verao ul {
    list-style-type: none;
    counter-reset: item;
}

.alimentacao-verao li {
    list-style-type: none;
    font: 300 14px 'Open Sans', sans-serif;
    line-height: 20px;
    padding: 0px !important;
}

.alimentacao-verao li:before {
    top: 2px !important;
}

ul.alimentacao-verao-2 {
    margin: 10px 0 10px 12px;
}

.alimentacao-verao-2 li:before {
    content: "\2022" !important;
    color: #009c9f;
    position: absolute;
    font-size: 18px;
    left: 18px;
    top: 3px;
}

.tick {
    background-image: none;
    background: url(../img/tick.png) no-repeat 0px 2px;
    padding-left: 25px;
    margin-bottom: 13px;
}

.complicacoes-content {
    width: 100%;
    height: auto;
    display: none;
}

.complicacoes-content ul {
    /*margin-left:160px;*/
}

.complicacoes-content ul li ul {
    margin-left: 0px;
}


/*FAQS*/

#nav_tabs {
    margin-top: 30px;
    text-align: center;
}

#nav_tabs ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    list-style: none;
    margin-left: 5%;
}

#nav_tabs ul li {
    padding: 0;
}

#nav_tabs ul li:before {
    content: none;
}

#nav_tabs ul li a {
    color: #009C9F;
    font: 700 16px 'Archivo Narrow', sans-serif;
    background: transparent;
    line-height: 1.5em;
    float: left;
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 200px;
    text-align: center;
    padding: 6px 4px 6px 4px;
    border-radius: 18px;
    border: 1px solid #009C9F;
}

#nav_tabs ul li a:hover {
    background-color: #008f91;
    text-decoration: none;
    color: #ffffff;
}

#nav_tabs ul li a.active {
    background-color: #008f91;
    color: #ffffff;
}

.duvidas-frequentes-roda-dos-alimentos {
    background-size: contain;
}

.faq_container table tr:first-of-type {
    background-color: #009c9f !important;
}

.faq_container table tr:first-of-type p {
    color: #ffffff !important;
}

.accordionButton {
    width: 100%;
    float: left;
    float: none;
    /* Float works in all browsers but IE6 */
    cursor: pointer;
    color: #009C9F;
    font: 600 16px 'Archivo Narrow', sans-serif;
    padding-left: 14px;
    margin-bottom: 10px;
    position: relative;
}

.accordionButton:before {
    content: "\025B9";
    color: #009c9f;
    position: absolute;
    font-size: 22px;
    left: -6px;
    top: -7px;
}

.accordionButton.on:before {
    content: "\025BE";
}

.accordionContent {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    padding-left: 15px;
    float: none;
    /* Float works in all browsers but IE6 */
    color: #555;
    font: 400 15px 'Archivo Narrow', sans-serif;
}


/*.on {
	background: url('../img/arrow_on.png') no-repeat left center;
}
.over {
	color: #7E085B;
	background: url('../img/arrow_over.png') no-repeat left center;
}*/

.faq_container {
    padding: 0;
}

.faq_container h2 {
    color: #333;
}


/*********************************************                Referencias              **********************************************/

#refs {
    font: 400 13px 'Archivo Narrow', sans-serif;
    margin: 0px;
}

#refs p {
    font-size: 13px;
}

#refs li {
    margin: 0px 0px 0px -10px;
    font-size: 13px;
}

.disclaimerhipoglicemia {
    color: #212121;
    font: 400 16px 'Archivo Narrow', sans-serif;
}


/*COOKIES*/

#cookies_bar {
    background-color: #07A7A9;
    border: 4px solid #fff;
    margin: 0;
    text-align: center;
    z-index: 99999;
}

#cookies_bar button {
    color: red;
}

#cookies_bar p {
    color: #fff;
    text-align: center;
}

#cookies_bar p a {
    color: #fff;
    text-decoration: underline;
}

.cookie_bt {
    color: #fff;
    padding-top: 20px;
    padding: 8px;
    border: 2px solid #fff;
    text-decoration: none;
    margin-right: 10px;
    font-size: 12px;
}

.cookie_bt: hover {
    background: #f5f5f5;
    color: #07A7A9;
    text-decoration: none;
}

.fixed_cookies {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0px 1px 4px #444;
    -moz-box-shadow: 0px 1px 4px #444;
    -o-box-shadow: 0px 1px 4px #444;
    -ms-box-shadow: 0px 1px 4px #444;
    box-shadow: 0px 1px 4px #444;
}

#carousel_bts li hgroup {
    width: 180px;
}


/*********************************************   CSS - 20/03/2014   **********************************************/

.btn_newsletter {
    background: url('../img/sprite.png') no-repeat 165px -128px;
    text-transform: uppercase;
    display: block;
    font: 300 12px 'Archivo Narrow', sans-serif;
    color: #595959;
    text-decoration: none;
    padding: 3px 52px 3px 17px;
    margin-right: 0px;
    text-align: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    border: 1px solid #61D6D0;
    float: right;
    text-decoration: none;
}

.btn_newsletter:hover {
    color: #61D6D0;
    border: 1px solid #61D6D0;
    text-decoration: none;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(34, 148, 142, 0.08);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(34, 148, 142, 0.08);
    box-shadow: inset 0px 0px 5px 0px rgba(34, 148, 142, 0.08);
}

.news_txt {
    display: block;
    padding: 8px 0;
    font-size: 13px;
    color: #61D6D0;
}

.footnote {
    font-size: 11px !important;
    text-align: left;
}

.tdimg{
  display: block;
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) {
    #logo_wraper {
        text-align: center;
    }
    #barra_de_cereal {
        width: 100%;
    }
    #youtube_top {
        text-align: center;
    }
    #pesquisa_top {
        padding: 0;
        /*margin: 13px auto 10px 10px;*/
        /*width: 60%;*/
        float: right;
        margin-right: 15px;
    }
    #newsletter_top {
        float: right;
    }
    #logo_bar_right {
        padding: 0;
        /*margin: -146px 130px 0px 0px;*/
        z-index: 1000;
    }
    #logo_wraper {
        padding: 1% 0 0% 0%;
    }
    #youtube_top {
        background: url('../img/logo/youtube_small.png') no-repeat;
        width: 34px;
        height: 34px;
        margin: 7px auto;
    }
    #main_menu li a {
        width: 100%;
        padding-top: 12px;
        height: 40px;
    }
    #main_menu {
        min-height: 2px;
        border-bottom: none;
    }
    #carousel h2 {
        font-family: 'Archivo Narrow', sans-serif;
        font-size: 23px;
        font-weight: 400;
        text-shadow: none;
        width: 100%;
        margin: 0;
        line-height: 28px;
    }
    .carousel_info {
        text-align: center;
        width: 300px;
        margin: 0 auto;
        bottom: -27px;
    }
    .carousel_info a {
        border-radius: 20px;
        padding-left: 5%;
        padding-right: 5%;
        font: 400 12px 'Archivo Narrow', sans-serif;
    }
    #carousel p {
        font: 800 13px 'Archivo Narrow', sans-serif;
        text-shadow: none;
        width: 100%;
    }
    /*#home h3 {
		font: 800 18px 'Archivo Narrow', sans-serif;
		min-width: 280px;
		height: auto;
		min-height: 73px;
		margin-top: 0px;
		margin-left: 5px;
		padding-right: 10px;
	}*/
    .home_highlight_col1_inner1 img {
        width: 100%;
        margin: 0;
    }
    .home_bottom {
        display: none;
    }
    .inner_pages h1 {
        font-size: 30px;
    }
    .endcontentborder {
        display: none;
    }
}

@media only screen and (min-width: 720px) {
    #main_menu li a {
        /*width: 114px;*/
        height: 65px;
        padding-top: 13px;
    }
    .endcontentborder {
        display: block;
    }
    #logo_bar_right {
        padding: 0;
        margin: 0;
        margin-top: 3%;
    }
    #logo_wraper {
        padding: 1% 0 0% 0%;
    }
    #youtube_top {
        background: url('../img/logo/youtube_small.png') no-repeat;
    }
    #carousel h2 {
        font: 400 40px 'Archivo Narrow', sans-serif;
        line-height: 40px;
        text-shadow: none;
        width: 100%;
    }
    .carousel_info {
        text-align: left;
        width: 280px;
        margin: 0 auto;
        bottom: -2px;
        line-height: 10px;
        left: -220px;
    }
    .carousel_info a {
        border-radius: 20px;
        padding-left: 5%;
        padding-right: 5%;
        font: 400 15px 'Archivo Narrow', sans-serif;
    }
    #carousel p {
        font: 800 16px 'Archivo Narrow', sans-serif;
        text-shadow: none;
        width: 100%;
    }
    /*#home h3 {
		font: 800 18px 'Archivo Narrow', sans-serif;
		min-width: 550px;
		height: auto;
		min-height: 73px;
		margin-top: 0px;
		margin-left: 5px;
		padding-right: 10px;
	}*/
    .bottomColHome figure {
        width: 180px;
        height: 225px;
        margin: 0 auto;
        background: url('../img/home/revista.png') no-repeat left top;
    }
    .bottomColHome a {
        margin-left: 1%;
    }
    #carousel_bts #carousel_bt1 {
        width: 27%;
        height: 80px;
        margin: 0;
        padding: 0;
        left: 52px;
    }
    #carousel_bts #carousel_bt1.active {
        width: 27%;
        height: 80px;
        margin: 0;
        padding: 0;
        left: 52px;
    }
    #carousel_bts #carousel_bt2 {
        width: 27%;
        height: 80px;
        margin: 0;
        padding: 0;
        left: 308px;
    }
    #carousel_bts #carousel_bt2.active {
        width: 27%;
        height: 80px;
        margin: 0;
        padding: 0;
        left: 308px;
    }
    #carousel_bts #carousel_bt3 {
        width: 27%;
        height: 80px;
        margin-right: -572px;
        padding: 0;
    }
    #carousel_bts #carousel_bt3.active {
        width: 27%;
        height: 80px;
        margin-right: -572px;
        padding: 0;
    }
    #carousel_bts {
        left: 0;
    }
    #carousel_bts li span {
        margin: 0;
        float: left;
        width: 50%;
        border-top: none;
        margin-top: 8%;
    }
    .accordionContent {
        width: 100%;
    }
    .home_highlight_col1_inner1 img {
        width: 200px;
        margin: 0;
    }
    .video_highlight_container {
        width: 230px;
        margin: 17px 5px 0px 5px;
        float: left;
    }
    .home_bottom {
        display: block;
    }
    .inner_pages h1 {
        font-size: 35px;
    }
    #main_menu {
        min-height: 2px;
    }
}

@media only screen and (min-width: 980px) {
    #logo_wraper {
        text-align: center;
    }
    #youtube_top {
        margin: 0;
        text-align: right;
        padding-left: 49%;
        padding-top: 12px;
        max-width: 120px;
    }
    #pesquisa_top {
        margin: 0;
        max-width: 170px;
        float: right;
        margin-right: 15px;
    }
    #newsletter_top {
        float: right;
    }
    /*#main_menu li a {
		width: 150px;
	}*/
    #logo_bar_right {
        padding: 0;
        margin-top: 3%;
    }
    #logo_wraper {
        padding: 0% 0 0% 3%;
    }
    #youtube_top {
        background: url('../img/logo/youtube_top.png') no-repeat right top;
        margin-top: 2%;
        margin-left: 4%;
    }
    #carousel h2 {
        font: 400 50px 'Archivo Narrow', sans-serif;
        line-height: 58px;
        text-shadow: none;
        width: 51%;
    }
    .carousel_info {
        text-align: left;
        left: 35px;
        bottom: 0px;
        width: 720px;
    }
    .carousel_info a {
        border-radius: 20px;
        padding-left: 10%;
        padding-right: 10%;
        font: 400 15px 'Archivo Narrow', sans-serif;
    }
    #carousel p {
        font: 800 14px 'Archivo Narrow', sans-serif;
        text-shadow: none;
        width: 40%;
    }
    /*#home h3 {
		font: 800 16px 'Archivo Narrow', sans-serif;
		min-width: 90px;
		height: auto;
		min-height: 73px;
		margin-top: 0px;
		margin-left: 5px;
		padding-right: 10px;
	}*/
    .bottomColHome a {
        margin-left: 12%;
    }
    .bottomColHome figure {
        width: 180px;
        height: 225px;
        margin: 0 auto;
        background: url('../img/home/revista.png') no-repeat left top;
    }
    #carousel_bts #carousel_bt1 {
        width: 32%;
        height: 80px;
        left: -3px;
    }
    #carousel_bts #carousel_bt1.active {
        width: 32%;
        height: 80px;
        left: -3px;
    }
    #carousel_bts #carousel_bt2 {
        width: 32%;
        height: 80px;
        left: 318px;
    }
    #carousel_bts #carousel_bt2.active {
        width: 32%;
        height: 80px;
        left: 318px;
    }
    #carousel_bts #carousel_bt3 {
        width: 32%;
        height: 80px;
        margin-right: -68%;
    }
    #carousel_bts #carousel_bt3.active {
        width: 32%;
        height: 80px;
        margin-right: -68%;
    }
    #carousel_bts {
        left: 0%;
    }
    #carousel_bts li span {
        margin: 0;
        float: left;
        width: 98%;
        border-top: 4px solid #DDD;
        margin-top: 19px;
    }
    #nav_tabs ul {
        margin-left: 0;
    }
    #nav_tabs ul li a {
        margin-right: 10px;
        min-width: 180px;
    }
    #carousel_bts li hgroup {
        width: 180px;
    }
    .home_highlight_col1_inner1 img {
        width: 280px;
    }
    .video_highlight_container {
        width: 230px;
        margin: 17px 5px 0px 40px;
        float: left;
    }
}

@media only screen and (min-width: 1080px) {
    /*#main_menu li a {
		width: 150px;
	}*/
    #youtube_top {
        margin-top: 2%;
        margin-left: 5%;
    }
    .carousel_info a {
        border-radius: 20px;
        padding-left: 10%;
        padding-right: 10%;
        font: 400 15px 'Archivo Narrow', sans-serif;
    }
    #carousel p {
        font: 800 16px'Archivo Narrow', sans-serif;
        text-shadow: none;
        width: 40%;
    }
    /*#home h3 {
		font: 800 16px 'Archivo Narrow', sans-serif;
		min-width: 120px;
		height: auto;
		min-height: 73px;
		margin-top: 0px;
		margin-left: 5px;
		padding-right: 10px;
	}*/
    .bottomColHome a {
        margin-left: 12%;
    }
    .bottomColHome figure {
        width: 180px;
        height: 225px;
        margin: 0 auto;
        background: url('../img/home/revista.png') no-repeat left top;
    }
    .carousel_info {
        text-align: left;
        left: 35px;
        bottom: 10px;
    }
    .accordionContent {
        width: 620px;
    }
    /*
	#carousel_bts #carousel_bt2{
		left: 318px;
	}
*/
    .home_highlight_col1_inner1 img {
        width: 280px;
    }
    .video_highlight_container {
        width: 230px;
        margin: 17px 5px 0px 40px;
        float: left;
    }
}

@media only screen and (max-width: 1199px) {
    #main_menu .dropdown-menu {
        text-align: center;
        transform: translate(-50%, 0);
        top: 100%;
        left: 50%;
        border-radius: 0px;
        margin-left: 0;
    }
    #main_menu .dropdown-menu li a {
        height: auto;
    }
    .bottomColHome p {
        height: 70px;
    }
    .bottomColHome h4, #sidebar .highlight .highlight_content h4 {
        height: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    #main_menu li a {
        /*width: 155px;*/
        height: 60px;
        padding-top: 20px;
    }
    .dropdown-menu li a {
        width: 155px !important;
        height: auto !important;
        padding: 20px 10px !important;
    }
    #logo_bar_right {
        padding: 0;
        margin-top: 2.2%;
    }
    #logo_wraper {
        padding: 0% 0 0% 1%;
    }
    #youtube_top {
        margin-top: 1.5%;
        margin-left: 12%;
    }
    .carousel_info {
        text-align: left;
        bottom: 18%;
        right: 410px;
        margin: 0 auto;
        position: absolute;
    }
    #carousel h2 {
        font: 400 58px 'Archivo Narrow', sans-serif;
        line-height: 68px;
        text-shadow: none;
        width: 72%;
        font-weight: 700;
    }
    .carousel_info a {
        border-radius: 20px;
        padding: 10px 40px;
        font: 700 13px 'Archivo Narrow', sans-serif;
        margin-top: 15px;
    }
    #carousel p {
        font: 800 28px 'Archivo Narrow', sans-serif;
        text-shadow: none;
        width: 40%;
        font-weight: 400;
    }
    /*#home h3 {
		font: 800 16px 'Archivo Narrow', sans-serif;
		min-width: 190px;
		height: auto;
		min-height: 73px;
		margin-top: 0px;
		margin-left: 5px;
		padding-right: 10px;
	}*/
    .bottomColHome a {
        margin-left: 20%;
    }
    .bottomColHome figure {
        width: 180px;
        height: 225px;
        margin: 0 auto;
        background: url('../img/home/revista.png') no-repeat left top;
    }
    #carousel_bts li {
        text-indent: 0;
    }
    #nav_tabs ul {
        margin-left: 5%;
    }
    #nav_tabs ul li a {
        margin-right: 20px;
        min-width: 200px;
    }
    .accordionContent {
        width: 740px;
    }
    #carousel_bts #carousel_bt1 {
        left: 0;
    }
    #carousel_bts #carousel_bt1.active {
        left: 0;
    }
    #carousel_bts #carousel_bt2 {
        left: 385px;
    }
    #carousel_bts #carousel_bt2.active {
        left: 385px;
    }
    .home_highlight_col1_inner1 img {
        margin-right: 15px;
        width: 200px;
    }
    .video_highlight_container {
        width: 230px;
        margin: 20px 5px 20px 5px;
        float: left;
    }
    #carousel_bts li hgroup {
        width: 190px;
    }
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (max-device-width: 320px) {}

@media only screen and (max-width: 1199px) {
    .footer-txt h2 {
        width: 110px;
    }
    .footer-txt h2 a {
        padding-right: 10px;
    }
    .footer-txt h2:after {
        background: none;
    }
    .footerMenu .testeul ul li {
        width: 75px;
        min-width: 75px;
    }
}

@media only screen and (max-width: 991px) {
    html, body {
        width: 100% !important;
        /*overflow-x: hidden !important;*/
    }
    .container {
        max-width: 100% !important;
    }
    #carousel_bts li span {
        margin: 0;
        width: 100%;
        margin-top: 0%;
        border-top: 4px solid #919191;
    }
    #carousel_bts li figure {
        display: none;
    }
    #carousel_bts {
        bottom: -30px;
    }
    #myCarousel img {
        height: 330px;
        max-width: none;
        width: inherit;
    }
    #myCarousel .container {
        height: 0 !important;
    }
    #carousel_bts li {
        height: 10px !important;
        padding: 0 20px !important;
    }
    #carousel_bts #carousel_bt3 {
        padding: 0;
        margin: 0;
        left: 564px;
        position: absolute;
    }
    .bottomColHome p {
        width: 320px;
        margin: 0 auto;
    }
    .bottomColHome h4, #sidebar .highlight .highlight_content h4 {
        height: auto;
    }
    .noticiaList {
        height: auto;
    }
    .testeul {
        display: none;
    }
    .footer {
        text-align: center;
    }
    #legal-menu, #copyright {
        width: 100%;
        float: none;
    }
    #legal-menu ul {
        width: 206px;
        margin: 0 auto;
    }
    #copyright p {
        width: 260px;
        margin: 0 auto;
    }
    #apoio {
        width: 100%;
        float: none;
    }
    #apoio p {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    td.comRes {
        display: block;
        float: right;
        height: 390px;
    }
    td.comRes2 {
        display: block;
    }
    .inner_pages ul li {
        margin: 0;
        padding: 5px 10px 5px;
    }
    .inner_pages li:before {
        left: -2px;
    }
    .inner_pages img {
        /* display: none !important; */
        width: unset;
        height: unset;
        max-width: 100%;
    }
    .abc ul {
        margin: 0;
    }
    ul.abc_list {
        margin: 0 0 0 8px;
    }
    .abc_list li:before {
        left: 19px !important;
    }
    .accao-medicamentos li {
        padding-left: 22px !important;
    }
    .accao-medicamentos li:nth-of-type(1) {
        background: url(../img/ControlarDiabetes_Medicamentos_bullet1.jpg) no-repeat 0px 0 !important;
    }
    .accao-medicamentos li:nth-of-type(2) {
        background: url(../img/ControlarDiabetes_Medicamentos_bullet2.jpg) no-repeat 0px 0 !important;
    }
    .accao-medicamentos li:nth-of-type(3) {
        background: url(../img/ControlarDiabetes_Medicamentos_bullet3.jpg) no-repeat 0px 0 !important;
    }
    .accao-medicamentos li:nth-of-type(4) {
        background: url(../img/ControlarDiabetes_Medicamentos_bullet4.jpg) no-repeat 0px 0 !important;
    }
    .accao-medicamentos li:nth-of-type(5) {
        background: url(../img/ControlarDiabetes_Medicamentos_bullet5.jpg) no-repeat 0px 0 !important;
    }
    .accao-medicamentos li:nth-of-type(6) {
        background: url(../img/ControlarDiabetes_Medicamentos_bullet6.jpg) no-repeat 0px 0 !important;
    }
    td.comRes img, .video_highlight_container img {
        display: block !important;
    }
    #indexRow1, #indexRow2, #indexRow3 {
        width: 400px;
        margin: 0 auto;
    }
    #indexRow1 .img-responsive, #indexRow2 .img-responsive, #indexRow3 .img-responsive {
        width: 100%;
    }
    #home h3 {
        height: auto;
    }
    .inner_pages ol li:before, ul.alimentacao-verao li:before, ul.bullets-numerados li:before {
        content: counter(item)".";
        font: 700 14px 'Archivo Narrow', sans-serif;
        color: #009c9f;
        margin: 0px 0 0 -10px;
    }
    .inner_pages ol, ul.alimentacao-verao, ul.bullets-numerados {
        padding-left: 10px;
    }
    .img_noticias img{
      display: block !important;
      width: 100% !important;
    }
    .img_noticias {
      float: none !important;
      width: 100%;
    }
    .news_txt {
      padding: 0px 0;
      text-align: center;
  }
  .add_to_favorites {
    display: none;
}
}
@media only screen and (max-width: 540px) {
  .news_txt {
    padding: 4px 0;
    font-size: 10px;
  }
}
@media only screen and (max-width: 500px) {
    #indexRow1, #indexRow2, #indexRow3 {
        width: 100%;
    }
    .home_highlight .homeBtn {
        position: relative;
        margin-top: 40px;
    }
    .noticiaDest, .noticiaList {
        height: auto;
    }
    .inner_pages h1 {
        font-size: 25px;
        height: auto;
    }
}

@media only screen and (max-width: 858px) {
    #main_menu li a {
        width: 101px !important;
    }
    #pesquisa_top {
        margin-top: 10px;
        float: right;
    }
    /*#formpesquisa {
		margin-right: 15px;
		margin-left: 40px;
	}*/
    .btn_newsletter {
        margin-top: 10px;
        /*float: left;*/
        background: url(../img/sprite.png) no-repeat 149px -128px;
        padding: 3px 10px 3px 11px;
        width: 82%;
    }
    .add_to_favorites {
        margin-top: 10px;
        float: left;
        margin-right: 0;
        position: absolute;
left: 6px;
    }
    #logo_bar_right {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    #main_menu li a {
        width: 100% !important;
        padding-top: 12px;
        border-bottom: 1px solid #55cbc5;
        border-top: 1px solid #6fded8;
        display: block;
    }
    .jus-nav {
        display: block;
        width: auto;
        margin: 0 -15px;
    }
    .open a.dropdown-toggle:after {
        bottom: -3px;
    }
    #main_menu .dropdown-menu li a {
        border: 0;
    }
    #main_menu .dropdown-menu li:nth-child(odd) a {
        background-color: #09989b;
    }
    #main_menu .dropdown-menu {
        text-align: center;
        transform: none;
        top: 100%;
        left: 0;
        width: 100%;
    }
    .navbar-collapse {
        max-height: none;
        position: absolute;
        width: 100%;
        background-color: #61d6d0;
        -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.31);
        -moz-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.31);
        box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.31);
    }
    /*#pesquisa{
		margin-left: 20px;
	}*/
    .btn_newsletter {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 640px) {
    #main_menu li a {
        width: 100% !important;
    }
    .btn_newsletter {
        float: none;
        width: 100%;
    }
    #formpesquisa {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 480px) {
    #logo_bar_right {
        float: none;
        margin: 0 auto;
        width: 270px;
    }
    #pesquisa_top {
        margin-top: 14px;
        width: 160px;
    }
    #main_menu li a {
        width: 100% !important;
    }
    .col-xxs-3 {
        width: 9%;
    }
    .col-xxs-6 {
        width: 85%;
    }
    #logo_wraper {
        text-align: center;
        width: 100%;
    }
    #pesquisa {
        margin-left: 0;
    }
    #formpesquisa {
        margin-left: 15px;
    }
    .popup_content {
        width: 280px !important;
    }
    .calculadora_diabetes_resultados_label {
        font-size:13px !important;
    }
    p.calculadora_subtitles {
        font-size: 17px !important;
    }
    a.calculadora_bt_submit {
        width: 100% !important;
        display: block;
        margin: 0px !important;
    }
    .calculadora_marcador {
        display: block;
        width: 50px;
        text-align: center;
        margin: 46px auto 0;
    }
    a.calculadora_bt_limpar {
        display: block;
        width: 100% !important;
        margin-bottom: 5px;
    }
    .quizAlimentacao_img{
        width: 100%;
    }
    .btn_newsletter{
      position: absolute;
  width: 100px;
  left: -20px;
  top: 4px;
    }


}

@media only screen and (max-width: 350px) {
    #pesquisa_top {
        margin-top: 25px;
        width: 160px;
    }
    #main_menu li a {
        width: 100% !important;
    }
    #newsletter_top {
        margin-top: 13px;
    }
    input#calculadorapeso, input#calculadoraaltura {
        width: 130px !important;
    }
    .calculadora_input_cm {
        width: 70px !important;
    }
    .calculadora_input_m {
        width: 40px !important;
    }
    .calculadora_bt_limpar {
        width: 80px !important;
    }
    .calculadora_bt_submit {
        width: 120px !important;
        margin-left: 15px !important;
        float: left !important;
    }
    #resultado a.calculadora_bt_submit {
        width: 100% !important;
        margin: 0px 0 10px !important;
    }
}


/*===============================================================*/


/*							QUIZ DIABETES						*/


/*=============================================================*/

.quiz_result, .quiz_page {
    min-height: 455px;
    display: none;
}

.quiz_page.show {
    display: block;
}

.quiz_page img {
    display: block !important;
    margin: 0 auto;
}

.quiz_page table tr:first-of-type {
    background-color: transparent !important;
}

.inner_pages .question {
    text-align: left;
    font-family: 'Archivo Narrow', sans-serif;
    color: #009C9F !important;
    font-size: 20px;
    margin-top: 20px;
}

.answers {
    width: 100%;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px;
    margin-bottom: 32px;
    margin-left: 20px;
}

.chosen {
    font-weight: bold;
}

.correct {
    font-weight: bold;
    color: #008C68;
}

.answers tr {
    background-color: transparent !important;
}

.answers td {
    position: relative;
    text-align: left;
    font-family: 'Open sans', sans-serif !important;
    font-size: 14px;
    /*color: #333;*/
}

.answers input {
    margin-right: 10px;
    position: absolute;
    left: -20px;
    top: -2px;
    margin-right: 10px;
}

.quiz_page .calculadora_bt_submit {
    display: inline-block;
    margin-bottom: 20px;
}

.quiz_page .calculadora_marcador {
    display: inline-block;
    margin-bottom: 40px;
}

.inner_pages .explain li, .inner_pages .explain {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px;
    text-align: left;
    display: none;
}

.inner_pages .explain.show li, .inner_pages .explain.show {
    display: block;
}

.inner_pages .explain.show li:before {
    content: "· ";
}

.inner_pages .quiz_result h5, .inner_pages .quiz_result p {
    text-align: left;
    font-family: 'Archivo Narrow', sans-serif;
}

.inner_pages .quiz_result h5 {
    color: #008C67;
    margin-bottom: 0;
    font-size: 16px;
}

.quiz_result em {
    font-style: normal;
    font-size: 40px;
}

.quiz_result .score {
    font-size: 20px;
}

.quiz_result h5.incorrect {
    color: #B20000;
}

.pink_txt_highlight {
    color: #C73E97;
    font-weight: bold;
}

.calculadora_fontes {
    text-align: left;
}

.calculadora_fontes a {
    font-size: 12px;
}

.calculadora_fontes p {
    font-size: 12px;
}

.calculadora_fontes p span {
    font-weight: bold;
    color: #212121;
    font-size: 12px;
}

.quizAlimentacao_img {
    max-width: 191px;
    max-height: 191px;
}

.quizAlimentacao_answers {
    width: 100%;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px;
    margin-bottom: 32px;
}

.quizAlimentacao_answers td {
    position: relative;
    text-align: center;
}

.quizAlimentacao_answers input {
    margin-right: 5px;
}

.txt_comparacao_tabela {
    font-size: 26px !important;
    color: #212121 !important;
}


/*.inner_pages table{
    margin: 20px 0px;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}
*/
.inner_pages table tr:first-of-type p{
    background-color: #009c9f;
    color: white !important;
    font-size: 16px !important;
}

.inner_pages table tr td:first-of-type p strong{
    font-size: 16px !important;
}


.table-block td{
    text-align:right !important;
}
.table-block td p{
    text-align:center !important;
}


.table-block td img{
    max-width: 394px !important;
    width:100%;
    display: inline !important;
}

.inner_pages table{
    width: unset !important;
}

.playlist_wrapper{
    margin-top:50px;
}