@import "http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic";
@font-face {
	font-family: 'CrayonCrumble';
	src: url('../fonts/CrayonCrumble.ttf');
}
@font-face {
	font-family: 'DJB Chalk';
	src: url('../fonts/DJB Chalk It Up.ttf');
}
@font-face {
	font-family: 'Prestige';
	src: url('../fonts/PrestigeEliteStd-Bd.ttf');
}
@font-face {
	font-family: 'Embossed-Label';
	src: url('../fonts/fzm-Embossed-Label-Light.ttf');
}
@font-face {
	font-family: 'DirtyEgo';
	src: url('../fonts/DirtyEgo.ttf');
}
.font-weight-700 {
	font-weight: 700;
}
.font-weight-900 {
	font-weight: 900;
}
body {
	color: #5e5d60;
	font: 14px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-image: url('../img/bg-quadrados.jpg');
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: DJB Chalk;
}
a:hover {
	cursor: pointer;
	cursor: hand;
}
.lato, p {
	font-family: Lato;
}
b, strong, .lato strong {
	font-weight: 900;
}
h3 .blue .text-uppercase {
	font-family: Lato;
}
.bg-papel {
	background-image: url('../img/bg-watercolor.jpg');
}
.bg-miolo {
	padding-top: 30px;
	padding-bottom: 20px;
	background-image: url('../img/bg-grain.jpg');
	box-shadow: 0 -5px 5px -5px #cfcec9;
	min-height: 350px;
}
.logo-margin {
	margin-top: 20px;
	margin-bottom: 20px;
}
.inline {
	display: inline;
}
.display-table {
	display: table;
}
/* @group margem */
.header {
	height: 200px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-bottom-0 {
	margin-bottom: 0px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-right-15 {
	margin-right: 15px;
}
.no-gutter {
	padding-left: 0;
	padding-right: 0;
}
.padding-15 {
	padding: 15px;
}

@media (min-width: 1200px) {
.no-gutter-lg {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-left-lg {
	padding-left: 0;
}
.pull-right-lg {
	float: right;
}
.padding-top-left-lg {
	padding-top: 30px;
	padding-bottom: 30px;
}
}

@media (max-width: 992px) {
.no-gutter-md {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-left-md {
	padding-left: 0;
}
.pull-right-md {
	float: right;
}
}

@media (max-width: 768px) {
.no-gutter-sm {
	padding-left: 0;
	padding-right: 0;
}
.pull-right-sm {
	float: right;
}
}

@media (max-width: 360px) {
.no-gutter-xs {
	padding-left: 0;
	padding-right: 0;
}
.gutter-15-xs {
	width: 15px;
	display: inline-block;
}
.padding-10-xs {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pull-right-xs {
	float: right;
}
}
.height-inherit {
	height: inherit;
}
/* @end */

/* @group Cores */
.yellow, .amarelo {
	color: #ffaf00;
}

.orange, .laranja {
	color: #f47005;
}
.brown, .castanho {
	color: #a85f09;
}
.light-red {
	color: #f34e44;
}
.light-pink {
	color: #d010a8;
}
.pink,.rosa {
	color: #dc2047;
}
.red, .vermelho {
	color: #b93630;
}
.dark-red {
	color: #bf0824;
}
.purple {
	color: #8a0df6;
}
.light-blue, .azul-claro {
	color: #89cacb;
}
.turquesa {
	color: #18abb2;
}
.blue, .azul {
	color: #238ebc;
}
.green, .verde {
	color: #66c11d;
}
.bg-yellow, .bg-amarelo {
	background-color: #fcd570;
}
.bg-orange,.bg-laranja {
	background-color: #e77c3f;
}
.bg-pink ,.bg-rosa{
	background-color: #dc2047;
}
.bg-blue, .bg-azul {
	background-color: #32b5ca;
}
.bg-light-blue, .bg-azul-claro {
	background-color: #89cacb;
}
.bg-turquesa {
	background-color: #89cacb;
}
.bg-green, .bg-verde {
	background-color: #66c11d;
}
.bg-red, .bg-vermelho {
	background-color: #b93630;
}
/* @end */

/* @group Header */
/*.bg-radio {
	background: url('../img/bg-papel.png') no-repeat right;
	height: 202px;
}*/
.bg-radio {
	background: url("../img/bg-papel.png") no-repeat scroll -3px center rgba(0, 0, 0, 0);
	height: 178px;
	left: -50px;
	padding: 50px 17px 0 25px;
	position: absolute;
	top: -50px;
	width: 362px;
}

.padding-header {
	padding-top: 60px;
}
.legenda-radio {
	background: url('../img/scrap.png') no-repeat;
	font: 14px Prestige;
	padding: 10px 50px 15px 30px;
	height: 73px;
	margin-bottom: -20px;
	margin-top: -5px;
}
.legenda-radio p {
	margin: 0;
	padding: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.radio-player {
	margin-right: 20px;
	margin-top: -10px;
}
.radio-player > a {
	margin-left: 10px;
}

@media (max-width: 992px) {
.legenda-radio {
	background: none;
	font: 14px Prestige;
	margin-left: 0;
	padding: 10px 15px 15px 250px;
	text-align: right;
	width: 600px;
}
}

@media (max-width: 360px) {
.padding-header {
	padding-top: 0px;
}
.bg-radio {
	background: url('../img/bg-papel.png') no-repeat right top;
	height: 160px;
	padding-top: 35px;
	padding-bottom: 15px;
}
.legenda-radio {
	background: none;
	font: 14px Prestige;
	margin-left: 0;
	padding: 15px;
	text-align: left;
	width: 100%;
}
}
.prestige {
	font: 14px Prestige;
}
/* @group Nav Tab */

nav {
	position: absolute;
}
.navbar {
	height: 40px;
	margin: -40px 0 0 50px;
	position: absolute;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.nav-top {
	margin-left: 50px;
	margin-top: -40px;
	position: absolute;
}
ul.nav-tab2 {
	font-family: DJB Chalk;
	color: #ffffff;
	list-style: outside none none;
	font-size: 17px;
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-left: 50px;
}
ul.nav-tab2 > li > a {
	color: white;
}
ul.nav-tab2 > li > a:hover {
	cursor: pointer;
	cursor: hand;
}
ul.nav-tab2 > li.active {
	height: 50px;
	margin-bottom: -30px;
	z-index: 100 !important;
}
ul.nav-tab2 > li {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	width: 180px;
	height: 40px;
	margin-left: -50px;
	text-align: center;
	padding-top: 10px;
}
ul.nav-tab2 > li:first-child {
	margin-left: 0;
}
ul.nav-tab2 > li.tab-verde {
	background: url('../img/tab-verde.png') no-repeat;
}
ul.nav-tab2 > li.tab-amarelo {
	background: url('../img/tab-amarelo.png') no-repeat;
}
ul.nav-tab2 > li.tab-vermelho {
	background: url('../img/tab-vermelho.png') no-repeat;
}
ul.nav-tab2 > li.tab-rosa {
	background: url('../img/tab-rosa.png') no-repeat;
}
ul.nav-tab2 > li.tab-roxo {
	background: url('../img/tab-roxo.png') no-repeat;
}
ul.nav-tab2 > li.tab-azul {
	background: url('../img/tab-azul.png') no-repeat;
}

@media (max-width: 992px) {
.navbar {
	margin: -40px 0 -30px -15px;
}
ul.nav-tab2 {
	font-size: 16px;
	margin: 0 0 0 0px;
}
ul.nav-tab2 > li {
	width: 147px;
	margin-left: -30px;
	padding-right: 27px;
}
ul.nav-tab2 > li:last-child {
	margin-right: -50px;
}
ul.nav-tab2 > li.tab-verde {
	background: url('../img/tab-verde1.png') no-repeat;
}
ul.nav-tab2 > li.tab-amarelo {
	background: url('../img/tab-amarelo1.png') no-repeat;
}
ul.nav-tab2 > li.tab-vermelho {
	background: url('../img/tab-vermelho1.png') no-repeat;
}
ul.nav-tab2 > li.tab-rosa {
	background: url('../img/tab-rosa1.png') no-repeat;
}
ul.nav-tab2 > li.tab-roxo {
	background: url('../img/tab-roxo1.png') no-repeat;
}
ul.nav-tab2 > li.tab-azul {
	background: url('../img/tab-azul1.png') no-repeat;
}
}

@media (max-width: 360px) {
.navbar-toggle {
	background-color: white;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 8px;
	margin-right: 10px;
	margin-top: 14px;
	padding: 9px;
}
.navbar {
	height: 40px;
	position: relative!important;
	margin: 15px 0 40px;
}
ul.nav-tab2 {
	display: block;
	margin-left: 0px;
}
ul.nav-tab2 > li.active {
	margin-bottom: 0px;
	z-index: 100 !important;
}
ul.nav-tab2 > li, ul.nav-tab2 > li:last-child {
	display: block;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	height: 35px;
	margin-left: 0px;
	text-align: left;
	padding: 7px 15px;
	border-top: 1px solid white;
}
ul.nav-tab2 > li:last-child {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right-style: none;
	border-left-style: none;
}
ul.nav-tab2 > li:first-child {
	margin-left: 0;
}
ul.nav-tab2 > li.tab-verde {
	background: none;
	background-color: #66c11d;
}
ul.nav-tab2 > li.tab-amarelo {
	background: none;
	background-color: #ffae08;
}
ul.nav-tab2 > li.tab-vermelho {
	background: none;
	background-color: #bc3f30;
}
ul.nav-tab2 > li.tab-rosa {
	background: none;
	background-color: #cf3aa8;
}
ul.nav-tab2 > li.tab-roxo {
	background: none;
	background-color: #8643f4;
}
ul.nav-tab2 > li.tab-azul {
	background: none;
	background-color: #00cbf6;
}
}
/* @end */

/* @group Nav Direita */

ul.nav-pills {
	background-color: #89cacb;
	border-top: 1px solid #18abb2;
	margin-bottom: 20px;
}
.nav-pills > li {
	color: white;
	border-bottom: 1px solid #18abb2;
	font-size: 13px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: white;
	background-color: #18abb2;
}
.nav-pills > li > a:hover {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 0;
	color: #18abb2;
}
.nav-pills > li > a {
	color: white;
}
.nav-stacked > li + li {
	margin-top: 0px;
}
ul.nav-pills.nav-playlist {
	background-color: #e7bd45;
	border-top: 1px solid #18abb2;
	margin-bottom: 20px;
}
.nav-pills.nav-playlist > li > .nav-hora {
	background-color: #dde8e5;
	color: #18abb2;
	float: left;
	height: 52px;
	margin-right: 10px;
	padding-top: 10px;
	text-align: center;
	width: 55px;
}
.submenu_desafios {
	background-color: #89cacb;
	border-top: 1px solid #18abb2;
	margin: 0px;
	color: white;
	padding: 15px;
	box-shadow: none;
	cursor: pointer;
	text-transform: none;
	
}
.submenu_desafio:hover {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 0;
	color: #18abb2;
}

/* @end */



/* @end */

/* @group Destaques */

.destaque {
	position: relative;
	height: 160px;
	width: 100%;
}
.destaque h3 {
	font-size: 18px;
	font-family: Lato;
}
.img-entrevista {
	display: block;
	position: absolute;
	z-index: 1;
	right: -7px;
	top: 17px;
}
.img-disco {
	display: block;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 10px;
}
.destaque-light-blue {
	background-color: #89cacb;
	color: #fff;
	padding: 12px;
	width: 100%;
	font-family: Lato;
	position: absolute;
	bottom: 0;
}
.destaque-light-blue p {
	text-shadow: 0 0 2px #89cacb;
	/*-webkit-text-stroke: 1px #89cacb;*/
	text-shadow: 3px 3px 0 #89cacb,  -1px -1px 0 #89cacb,  1px -1px 0 #89cacb,  -1px 1px 0 #89cacb,  1px 1px 0 #89cacb;
}
.destaque-light-red p, .destaque-light-blue p {
	margin: 0;
}
.destaque-light-red {
	background-color: #f34e44;
	color: #fff;
	padding: 12px;
	width: 100%;
	font-family: Lato;
	position: absolute;
	bottom: 0;
}
.promocional-branco {
	height: 160px;
	background-color: white;
	color: #18abb2;
	padding: 10px;
}
.promocional-branco > .tit {
	font-family: "Lato", Verdana, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
}

.promocional-branco .center {
	text-align: center;
}
.promocional-branco img {
	max-height: 150px;
	margin-top: -10px;
}
@media (max-width: 992px) {
.destaque {
	position: relative;
	height: 153px;
}
}

@media (max-width: 360px) {
.destaque {
	position: relative;
	height: 143px;
	display: inline-block;
	width: 46%;
	margin-bottom: 15px;
}
.img-entrevista {
	height: 110px;
	position: absolute;
	top: 35px;
}
.img-disco {
	top: 35px;
	height: 90px;
}
}
/* @end */

/* @group Entrevista */
.ilustracao-direita {
	margin-right: -30px;
	margin-top: 10px;
	position: absolute;
	right: 0;
}
.caixa-entrevista {
	color: #0a4659;
	padding-bottom: 20px;
	background: url('../img/bg-espinhado.png') repeat-x #a7dcd5;
	font-size: 13px;
	max-height: 500px;
	overflow-y: auto;
}
.caixa-entrevista > h3 {
	color: #0a4659;
	font: 20px Lato;
}
.caixa-entrevista > media-object {
	padding-left: 0;
}
.tit-entrevista-semana {
	font: bold 15px "Lato", Arial, Helvetica, Geneva, sans-serif;
	color: #217d85;
	text-transform: uppercase;
}
/* @group Players */

.caixa-player {
	border: 1px solid white;
	height: 19px;
	font-size: 12px;
	color: #2c5f6c;
	margin-top: 10px;
	margin-bottom: 10px;
}
.caixa-player .slider-track {
	background-color: #d6d6d6;
	border-radius: 25px;
}
.caixa-player-tit {
	font-family: djb Chalk;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 7px;
	background-color: rgba(255, 255, 255, 0.5);
}
.caixa-player-bar {
	background-color: rgba(44, 95, 108, 0.8);
	padding: 1px 0;
	margin: 3px;
	display: inline-block;
	width: 58%;
}
.caixa-player-time {
	float: right;
	text-align: right;
	font-size: 11px;
	margin-right: 5px;
	margin-top: 2px;
	color: #0c5971;
}
.caixa-player-y {
	border: 1px solid #ffaf00;
	height: 19px;
	font-size: 12px;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}
.caixa-player .fancybox, .caixa-player-y .fancybox,.caixa-player-r .fancybox {
	float: right;
	background: none;
	color: white;
	margin-left: 5px;
	border: none;
	padding: 0 10px;
	margin-top: 0;
}
.caixa-player a:hover.fancybox, .caixa-player-y a:hover.fancybox,.caixa-player-r a:hover.fancybox {
	border: none;
}

.caixa-player-tit-y {
	font-family: djb Chalk;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 7px;
	background-color: #ffaf00;
}
.caixa-player-r {
	border: 1px solid #d53629;
	height: 19px;
	font-size: 12px;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}
.caixa-player-tit-r {
	font-family: djb Chalk;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 7px;
	background-color: #d53629;
}
/* @end */

/* @group Portugueses pelo mundo */
.header-pt-pelo-mundo {
	background-color: #0c5971;
	color: white;
	padding: 7px;
	padding-left: 15px;
	border-bottom-style: dashed;
	font: 20px Lato;
}
.caixa-pt-pelo-mundo {
	border: 1px solid #0c5971;
	color: #0c5971;
	max-height: 500px;
	overflow-y: auto;
}
.header-entrevista-autor {
	background-color: #d6e5e5;
	color: #d53e28;
	padding: 7px;
	padding-left: 15px;
	font: 20px Lato;
}
.caixa-entrevista-autor {
	color: white;
	background-color: #89cacb;
	margin-bottom: 25px;
	max-height: 180px;
    overflow: auto;
}
.header-entrevista-miudos {
	background-color: #f9dda3;
	color: #d22428;
	padding: 7px;
	padding-left: 15px;
	font: 20px Lato;
}
.caixa-entrevista-miudos {
	color: #0c5971;
	background-color: rgba(249, 221, 163, 0.50);
	max-height: 296px;
    overflow: auto;
}
.caixa-entrevista-miudos b, .caixa-pt-pelo-mundo b, .caixa-entrevista-autor b {
	font-weight: 900;
}
.caixa-entrevista-miudos ul, .caixa-pt-pelo-mundo ul, .caixa-entrevista-autor ul {
	padding: 15px;
}
.caixa-entrevista-miudos li, .caixa-pt-pelo-mundo li, .caixa-entrevista-autor li {
	list-style: none;
}
.tit-data {
	font-size: 17px;
	display: inline-block;
	margin-bottom: 6px;
}
.bandeira {
	border-left: 1px solid #79674c;
	padding-bottom: 10px;
	transform: rotate(-10deg);
	display: inline-block;
	float: left;
	margin-right: 12px;
	margin-top: 5px;
}
.bandeira img {
	vertical-align: top;
}
.separador-dash-blue {
	border-bottom: 1px dashed #0c5971;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px none #dddddd;
}
.panel-acordeao {
	background-color: none;
	border: none;
}

.panel.programas3 {
	background-color: #89cacb;
	border-radius: 0px;	
	margin-bottom: 0;
}
.panel.programas3 a {
	color: white;
	text-decoration: none;
}
.panel.programas3 .panel-heading:hover {
	background-color: rgba(24, 170, 178, 0.4)!important;
	color: white!important;
}
.programas3 .panel-title {
 font: 14px 'Lato';
}
/*.programas3 > .panel-heading:hover {
	background-color: rgba(255, 255, 255, 0.5);
	color: #18abb2;

}*/
.panel-body {
	background: none;
	padding: 0;
	border: none;
	border-top-style: none;
}
/* @end */

/* @end */

/* @group Desafios */

.desafio-77 {
	background-color: rgba(254, 255, 66, 0.30);
	padding: 15px;
	display: inline-block;
}
.desafio-77 h3 {
	background-color: rgb(24, 170, 178);
	color: white;
	padding: 10px 15px;
	margin: -15px -15px 30px;
	font-size: 20px;
}
.desafio-palavras {
	float: right;
	background: url('../img/bg-77.png') no-repeat;
	height: 497px;
	width: 300px;
	margin-top: -70px;
	margin-right: -20px;
	padding-left: 25px;
	font-family: DJB Chalk;
}
.desafio-titulo {
	text-align: left;
	color: #18abb2;
	width: 180px;
	margin-top: 64px;
	font-size: 20px;
	height: 70px;
}
.desafio-corpo {
	padding-top: 45px;
	padding-bottom: 30px;
	padding-right: 50px;
}
.desafio-corpo p {
	font-family: DJB Chalk;
	font-size: 17px;
	color: #0e3d65;
}
.desafio-entrevista h3 {
	background-color: #d210a8;
	color: white;
	padding: 10px 15px;
	margin: 0 0 30px;
	font-size: 20px;
}
.mark, mark {
	background-color: #ffff00;
	color: #57a69f;
	line-height: 27px;
	padding: 0 3px;
	margin: 0;
}
/* @end */

/* @group Carousel */

.margin-carousel {
	margin-top: 25px;
	margin-bottom: 25px;
}
.carousel-inner {
	height: 347px;
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li {
	background-color: #c7c6c3;
	border: 1px solid #fff;
}
.carousel-indicators .active {
	background-color: #eb8e57;
	width: 10px;
	height: 10px;
}
.carousel-caption {
	background-color: rgba(235, 119, 51, 1);
	color: #fff;
	font-family: Lato;
	left: 0;
	padding: 0 20px;
	position: absolute;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	width: 100%;
	z-index: 1;
	bottom: -16px;
}
.carousel-caption > h4 {
	font-weight: 900;
	font-family: Lato;
	margin-bottom: 0px;
	margin-top: 7px;
}
.carousel-caption p {
	margin: 0 0 7px;
}
/* @end */

/* @group Angle */
.angle-2 {
	-ms-transform: rotate(2deg); /* IE 9 */
	-webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
	transform: rotate(2deg);
}
.angle-5 {
	-ms-transform: rotate(5deg); /* IE 9 */
	-webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
	transform: rotate(5deg);
}
.angle-10 {
	-ms-transform: rotate(10deg); /* IE 9 */
	-webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
	transform: rotate(10deg);
}
.angle-2-neg {
	-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
	transform: rotate(-2deg);
}
.angle-5-neg {
	-ms-transform: rotate(-5deg); /* IE 9 */
	-webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
	transform: rotate(-5deg);
}
.angle-20 {
	-ms-transform: rotate(20deg); /* IE 9 */
	-webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
	transform: rotate(20deg);
	margin-top: -30px;
}

@media (max-width: 768px) {
.angle-2 {
	-ms-transform: rotate(2deg); /* IE 9 */
	-webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
	transform: rotate(2deg);
}
.angle-5 {
	-ms-transform: rotate(5deg); /* IE 9 */
	-webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
	transform: rotate(5deg);
}
.angle-2-neg {
	-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
	transform: rotate(-2deg);
}
.angle-5-neg {
	-ms-transform: rotate(-5deg); /* IE 9 */
	-webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
	transform: rotate(-5deg);
}
}
.angle-20 {
	-ms-transform: rotate(20deg); /* IE 9 */
	-webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
	transform: rotate(20deg);
	margin-top: -30px;
}
/* @end */
/* @group Programação */

.h3.text-uppercase.lato.yellow {
	margin-top: 0;
}
.h4.lato.text-uppercase.turquesa {
	margin-top: 5px;
}

.tit-programacao {
	border-style: double;
	border-width: 5px;
	padding: 7px
}
.tit-programacao-dia {
	font-weight: 900;
	font-size: 24px;
}
.icon-programacao {
	color: #ffaf00;
	float: right;
	font-size: 50px;
	position: absolute;
	right: 20px;
	top: 10px;
}
.hora {
	color: #505050;
	font-size: 14px;
	width: 50px;
	height: 20px;
	font-weight: 900;
	float: left;
	clear: left;
}
ul.programacao {
	list-style: none;
	padding: 0;
	margin-top: 20px;
}
ul.programacao > li {
	margin-bottom: 15px;
}
/* @end */
/* @group Titulos */

.tape2 {
	background: url('../img/tape2.png') no-repeat;
	font-size: 25px;
	padding: 10px;
	font-family: DJB Chalk;
	margin-bottom: 30px;
	margin-top: 30px;
}
.tape {
	background: url('../img/tape.png') no-repeat 0 12px;
	font-size: 37px;
	text-align: center;
	font-family: DJB Chalk;
	width: 320px;
	padding-top: 25px;
	-ms-transform: rotate(5deg); /* IE 9 */
	-webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
	transform: rotate(5deg);
	margin-bottom: 20px;
}
.tit-emboss {
	font-family: fzm-Embossed-Label-Light;
}
.bvc {
	width: 90%; /* width of overall box, variable or fixed */
	margin: 0 auto;
	position: relative;
	margin-bottom: 15px;
}
.bvc .tr, .bvc .tl, .bvc .br, .bvc .bl {
	height: 0px;
	width: 100%;
}
.bvc .tr, .bvc .tl {
	border-top: 0;
}
.bvc .br, .bvc .bl {
	border-bottom: 0;
}
.bvc .tr, .bvc .br {
	border-right-color: transparent;
}
.bvc .tl, .bvc .bl {
	border-left-color: transparent;
}
.no_bevel {
	height: 0px;
	width: 100%;
	border-bottom: 0;
}
.content {
	background: #efefef url(http://placehold.it/2000x200/efefef) no-repeat;
	width: 100%;
	border-top: 0;
	border-bottom: 0;
}
/* @end */

/* @group Projecto */

.bg-argolas {
	background: url(../img/bg-argolas.png) repeat-y left 0;
	padding-left: 64px;
	min-height: 513px;
}

@media (max-width: 360px) {
.bg-argolas {
	background: url(../img/bg-argolas-xs.png) repeat-y left 0;
	padding-left: 20px;
}
}
.caderno {
	background-color: #e7e7e7;
	-webkit-box-shadow: 5px 1px 2px 0px rgba(190,190,190,1);
	-moz-box-shadow: 5px 1px 2px 0px rgba(190,190,190,1);
	box-shadow: 5px 1px 2px 0px rgba(190,190,190,1);
	padding: 14px;
}
/* @end */

.bg-imprensa {
	background-image: url(../img/bg-papel2.png);
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: -15px;
	margin-left: 15px;
	margin-top: 10px;
	max-height: 750px;
	overflow-y: auto;
}

/* @group Backoffice */

.fancybox {
	float: right;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	padding: 4px;
	margin-left: 5px;
	z-index: 2;
	position: relative;
	border: 1px solid  #adaaa8;
}
a:hover.fancybox {
	color: black;
	background-color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	border: 1px solid  rgba(0, 0, 0, 0.3);
}
.fancy-add {
	color: white;
	padding: 4px;
	margin-left: 0px;
	margin-bottom: 10px;
	z-index: 2;
	position: relative;
	background-color: #32b5ca;
	border: 1px solid #32b5ca;
	float: none;
}
a:hover.fancy-add {
	color: #32b5ca;
	background-color: white;
	border: 1px solid #32b5ca;
}
.fa-eye {
    text-transform: uppercase;
    padding: 5px 2px;
    color: #32b5ca!important;
    /*background-color: rgba(255, 255, 255, 0.3);*/
	margin-right: 5px;
}
.fa-eye-slash.Invisible {
    background-color: #bd3630;
    text-transform: uppercase;
    padding: 4px 2px!important;
    color: white!important;    
    border: 1px solid #bd3630;
	margin-right: 5px;
}

/* @end */

/* @group Equipa */

.equipa {
	margin-bottom: 15px;
	height: 265px;
	overflow: auto;
}
img.equipa-foto {
	filter: grayscale(100%);
	filter: grayscale(1);
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	border-radius: 50%;
	width: 117px;
	height: 117px;
	margin-bottom: 15px;
}
.label-equipa {
	position: relative;
	margin-top: -40px;
	right: 10px;
	font: 14px Embossed-Label;
	font-weight: normal;
	background-color: white;
}
.label-equipa-funcao {
	color: #2867a6;
	font-size: 20px;
	font-family: DirtyEgo;
	position: absolute;
	right: 25px;
	top: 40px;
}
.tituloEquipa {
	color: #238ebc;
	text-transform: uppercase;
	font: 900 20px Lato;
	border-bottom: 1px dashed #238ebc;
	display: block;
	margin-bottom: 15px;
}
@media (max-width: 360px) {
.label-equipa {
	position: relative;
	margin-top: -25px;
	right: 0px;
}
}
/* @end */

/* @group Botões */

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}
.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	font-size: 30px;
	border-radius: 25px;
	color: white;
}
.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 12px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}
/* @end */
a:hover .destaque-home-azul {
	background-color: #66b8bb;
}

a:hover .destaque-home-01 {
	opacity:0.8;
}

a:hover .destaque-home {
	text-decoration: none;
}
.destaque-bg-home {
	padding: 15px 15px;
	position: relative;
	top: 100px;
}
.destaque-home {
	position: relative;
	height: 130px;
	width: 100%;
	margin-bottom: -10px;
}
.destaque-home img {
	display: block;
	position: absolute;
	right: 15px;
	top: 50px;
	z-index: 1;
}
.destaque-home h3 {
	font-size: 18px;
	font-family: Lato;
}
.destaque-home-azul {
	background-color: #89cacb;
	color: #fff;
	padding: 12px;
	width: 100%;
	font-family: Lato;
	position: absolute;
	bottom: 0;
	height: 50px;
}

.destaque-home-01 {
	/*background-color: #89cacb;*/
	color: #fff;
	padding: 12px;
	width: 100%;
	font-family: Lato;
	position: absolute;
	bottom: 0;
	height: 50px;
}

.destaque-home [class^="icon-"] {
	color: #317273;
	float: right;
	font-size: 70px;
	position: absolute;
	right: 0px;
	top: -30px;
}
.icon-radio {
	font-size: 80px!important;
	right: 10px!important;
	top: -20px!important;
}
/* @group Etapas */
#etapas-home a {
	text-decoration: none;
}
.etapas-home {
	height: 120px;/*margin-bottom: 60px;*/
}
.etapas-home img {
	position: relative;
	top: -30px;
	padding-left: 15px;
}
.etapas-bg-home {
	padding: 15px 15px;
	position: relative;
	top: 80px;
}
.etapas-tit-home {
	font: 900 18px Lato;
	color: #ffffff;
	z-index: 1;
	position: relative;
}
.polaroid-etapa {
	border-color: #e2e4e4 #dfe1d2 #dfe1d2;
	border-radius: 3px;
	border-style: solid;
	border-width: 10px 10px 35px;
	box-shadow: 2px 1px 2px 0 rgba(202, 201, 174, 1);
	display: inline-block;
	font-size: 24px;
	height: 163px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
	position: relative;
	text-align: center;
	width: 45%
}
.tit-polaroid {
	bottom: 0;
	margin-bottom: -35px;
	position: absolute;
	width: 100%;
	font-family: DJB Chalk;
}
.polaroid-etapa-mini {
	border-color: #e2e4e4 #dfe1d2 #dfe1d2;
	border-radius: 3px;
	border-style: solid;
	border-width: 8px 8px 20px;
	box-shadow: 2px 1px 2px 0 #cac9ae;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
	position: relative;
	text-align: center;
	height: 115px;
	width: 110px;
}
.polaroid-etapa-mini > img {
	width: 95px;
}
.polaroid-etapa-mini > .tit-polaroid {
	font-size: 16px;
	bottom: 0;
	margin-bottom: -20px;
	position: absolute;
	width: 100%;
	font-family: DJB Chalk;
}
.etapa-active {
	font-family: DJB Chalk;
	display: block;
	position: relative;
	top: 0;
}
.etapa-active > .polaroid-etapa {
	margin-bottom: 20px;
}
.bg-historia-esq {
	background: url(../img/bg-livro-esq.png) repeat-y right 0 #ead19d;
	border-radius: 20px 2px 2px 20px;
	box-shadow: inset 3px 3px 10px 0 #F3C15B;
	-webkit-box-shadow: inset 3px 3px 10px 0 #F3C15B;
	-moz-box-shadow: inset 3px 3px 10px 0 #F3C15B;
	-o-box-shadow: inset 3px 3px 10px 0 #F3C15B;
	height: 385px;
}
.bg-historia-dir {
	background: url(../img/bg-livro-dir.png) repeat-y left 0 #ead19d;
	border-radius: 2px 20px 20px 2px;
	box-shadow: inset -3px 3px 10px 0px #F3C15B;
	-webkit-box-shadow: inset -3px 3px 10px 0px #F3C15B;
	-moz-box-shadow: inset -3px 3px 10px 0px #F3C15B;
	-o-box-shadow: inset -3px 3px 10px 0px #F3C15B;
	height: 385px;
}
img.img-bottom {
	bottom: 0px;
	position: absolute;
}
.round-corners-left > img.img-bottom {
	-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;
	left: 0;
}
.round-corners-right > img.img-bottom {
	-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;
	right: 0;
}
.historia-player {
	background-color: rgba(30, 147, 132, 0.45);
	color: white;
	margin-top: 15px;
	padding: 15px;
	position: relative;
	z-index: 9999;
	margin-bottom: 10px;
}
.historia-player>h3 {
	color: #116985;
}

@media (max-width: 992px) {
.polaroid-etapa {
	border-color: #e2e4e4 #dfe1d2 #dfe1d2;
	border-radius: 3px;
	border-style: solid;
	border-width: 10px 10px 35px;
	box-shadow: 2px 1px 2px 0 rgba(202, 201, 174, 1);
	display: inline-block;
	font-size: 24px;
	height: 163px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
	position: relative;
	text-align: center;
	width: 22%
}
.tit-polaroid {
	bottom: 0;
	margin-bottom: -35px;
	position: absolute;
	width: 100%;
}
}

@media (max-width: 360px) {
.polaroid {
	margin: 20px 0 10px 0px;
	background: transparent;
	display: inline-block;
	font-size: 22px;
	height: 163px;
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
	margin-top: 0px;
}
.polaroid-etapa {
	border-color: #e2e4e4 #dfe1d2 #dfe1d2;
	border-radius: 3px;
	border-style: solid;
	border-width: 10px 10px 35px;
	box-shadow: 2px 1px 2px 0 rgba(202, 201, 174, 1);
	display: inline-block;
	font-size: 24px;
	height: 163px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	position: relative;
	text-align: center;
	width: 44%
}
.tit-polaroid {
	bottom: 0;
	margin-bottom: -35px;
	position: absolute;
	width: 100%;
	font-size: 23px;
}
}
/* @end */

/* @group Pesquisa */
.pesquisa {
	display: inline-block;
	margin-top: -25px;
	height: 30px;
}
.pesquisa .form-control {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-bottom: 1px solid #cccccc;
	border-radius: 0px;
	box-shadow: none;	
	display: inline-block;
	font-size: 14px;

	padding: 6px 0;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 85%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 0;
}
.pesquisa .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: silver;
}
.pesquisa .form-control::-moz-placeholder { /* Firefox 19+ */
  color: silver;
}
.pesquisa .form-control:-ms-input-placeholder { /* IE 10+ */
  color: silver;
}
.pesquisa .form-control:-moz-placeholder { /* Firefox 18- */
  color: silver;
}

.pesquisa .icon-search{
	font-size: 25px;
}
.float-pesquisa {
	position: absolute; 
	top: 50px; 
	background: white; 
	font-size: 25px; 
	border-radius: 5px; 
	border-width: 1px 0px 1px 1px; 
	border-style: solid none solid solid;
	right: -5px; 
	padding: 4px 9px 4px 7px;
}
/* @end */

/* @group Redes Sociais */

.tab-social {
	z-index: 5;
	margin-left: -25px;
}

.share-buttons .fa{
	font-size: 24px!important;
	color: #238ebc;
	padding-left: 5px;
}
/* @end */

/* @group Footer */

.nav-footer {
	font-family: Prestige;
	font-size: 13px;
}
.tit-footer {
	text-transform: uppercase;
	display: block;
	line-height: 35px;
	text-align: left;
}
.nav-footer ul {
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
	text-align: center;
}
.nav-footer li {
	display: inline-block;
}
.nav-footer li a {
	color: #717174;
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 35px;
	padding-right: 25px;
}
.nav-footer li a:hover {
	color: #297d95;
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 35px;
}
.col-md-2 > .nav-footer ul {
	padding: 0;
}
polaroid-etapa-mini bg-orange {
	z-index: 15;
}
/* @end */