.slider.slider-horizontal {
	width: 100%;
	margin-top: 5px;
}
.slider-handle {
	background-image: linear-gradient(to bottom, #15718E 0%, #0E607A 100%);
}
.slider-selection {
	background: #BABABA;
}
i.fa.fa-volume-up {
	font-size: 25px;
	color: #0C627D;
}
.media.noticias {
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease; /* Safari */
	transition: all 0.4s ease;
	cursor: pointer;
}
.pointer {
	cursor: pointer;
}
.imgInterview {
	position: relative;
	right: calc((100%-100px)/6);
}
.hideImgExtra {
	width: 100px;
	overflow: hidden;
}
.hoje {
	border-bottom: 1px solid #18ABB2;
	width: 125px;
}
.polaroid-etapa.bg-blue.pull-right-lg.pull-right-xs {
	position: absolute;
}
.invisivel {
	background-color: rgba(186,53,48,0.5);
}
.noticiasTitulo > p {
	max-width: 640px;
	word-break: break-word;
}
.carousel-indicators.programacaoInd li, .carousel-indicators.programacaoInd li.active {
	width: 20px;
	height: 20px;
}
ul.programacao > li {
	margin-bottom: 15px;
	word-wrap: break-word;
}
#ens01, #ens02, #ens03, #ens04 {
	margin-top: -2px;
}
.slider-handle.min-slider-handle.round {
	display: none;
}
.slider-selection {
	background: #0c5971;
	border-radius: 15px;
}
.slider-track {
	background-color: aqua;
}
.slider-track-high {
	background-color: #A7DCD5;
}
.margin-left-25 {
	margin-left: 25px;
}
.programas3, .panel-group .panel+.panel.programas3 {
	margin-top: 0px;
}
.panel-group .panel {
	border-radius: 0px;
}
.programas3 > .panel-heading {
	color: #F5F5F5;
	background-color: #89CACB;
	border-color: #18ABB2;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.panel-default.programas3 {
	border-color: #18ABB2;
}
.panel.programas3 {
	border: 0px solid white;
	border-top: 1px solid #18ABB2;
}
.panel.programas3:last-child {
	border-bottom: 1px solid #18ABB2;
}
.programas4.panel-body {
	color: black;
	background-color: white;
	border-left: 1px solid #18ABB2;
	border-right: 1px solid #18ABB2;
}
div#actionsMenu {
	background-color: rgba(62,62,62,0.9);
	height: 175px;
	margin-top: 37px;
	margin-left: 16.6666%;
	width: 350px;
	padding-top: 15px;
}
.overPointer {
	cursor: pointer;
}
.subMenuAction {
	font-size: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	-webkit-transition: all 0.3s ease; /* Safari */
	transition: all 0.3s ease;
}
.subMenuAction:hover, .subMenuAction > .fancybox:hover {
	color: black;
	background-color: rgba(255, 255, 255, 0.8);
}
.destaque-light-red a, destaque-light-blue a {
	color: #FFFFFF;
}
#separatorTop {
	margin-top: 25px;
}
.Invisible {
	background-color: #bd3630;
	text-transform: uppercase;
	padding: 5px;
	color: white;
}
.ordemEditarNoticias {
	color: white;
	width: 100%;
}
.fix-position{
	position: initial !important;
}
.ordemEditarNoticiasSup {
	margin-top: 15px;
	max-width: 200px;
	margin-left: 15px;
	background-color: coral;
}
.alert-success {
	position: absolute;
	left: 40%;
	box-shadow: 0px 0px 10px black;
	top: 80px;
	display: none;
	font-size: 20px;
}
.bg-imprensa .fa.fa-eye-slash {
	color: red;
	font-size: 20px !important;
	padding-left: 10px;
}
.bg-imprensa .fa.fa-eye {
	color: green;
	font-size: 20px !important;
	padding-left: 10px;
}
div#progsLado {
/*max-height: 450px;*/
    /*overflow-y: auto;*/
}
.erroForm {
	margin-top: 80px;
	font-weight: bold;
}
.fancybox {
	cursor: pointer;
}
.submenus_desafios {
	padding: 15px;
	background-color: #5fc816;
	margin-top: 15px;
	box-shadow: 2px 2px 2px grey;
	color: white;
	cursor: pointer;
	text-transform: uppercase;
}
.home_top_right {
	top: 20px;
    right: 0px;
}
.home_top_right_magin {
	top: 15px;
    right: -25px;
}
/******************************************
   The switch - the box around the slider 
******************************************/

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
	left: 25%;
}
/* Hide default HTML checkbox */
.switch input {
	display: none;
}
/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #bb3530;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
/****************************************
****************************************/

.right {
	text-align: right;
	font-size: 20px;
}
.youtubeCarousel {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 20px;
}
.switchBottom {
	border-bottom: 3px solid #bb3530;
	margin-left: 40px;
	margin-right: 40px;
}

.linkVideo{
	display: none;
	min-height: 50px;
	background-color: #bb3530;
	margin-bottom: 10px;
}

#videoYoutube{
	margin-top: 10px;
}

#linkVideoIn {
    margin-top: 10px;
    padding: 7px;
    border: 0px solid white;
    min-width: 445px;
}

.saveThings {
    width: 75%;
    left: 15%;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    color: white;
    background-color: #bb3530;
	text-transform: uppercase;
	display: none;
	letter-spacing: 1px;
	cursor: pointer;
}

.pesquisa_result .foram {
    font-size: 20px;
    border-bottom: 3px solid #3e3e3e;
    padding-bottom: 20px;
}

.pesquisa_result .resultado {
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pesquisa_result .resultado:hover {
	background-color: #3e3e3e;
	color:white;
	letter-spacing: 1px;
}

.tituloP{
	font-size:18px;
	padding-bottom: 10px;
}

.textoP{
	padding-top: 10px;
	font-size: 16px;
}

.pesquisa_result .shareP{
	
}

.pesquisa_result #srch-term2{
	width: 100%;
    min-height: 40px;
    border: 0px solid white;
    background-color: rgba(62, 62, 62, 0.75);
	color:white;
	padding-left: 15px;
	font-size: 18px;
	outline: none;
}


.individual_player .tituloI{
	font-size: 25px;
    margin-bottom: 25px;
}
.individual_player .resumoI{
    margin-bottom: 25px;
	font-size: 16px;
}
.individual_player .imagemI{
    margin-bottom: 25px;
}
.individual_player .playerI{
    margin-bottom: 25px;
}
.individual_player .share{
    margin-bottom: 25px;
}

.desafiosDireito{
	margin-bottom: 15px;
}


/*Substituição do MARQUEE Página INICIAL*/
.marquee {
    width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	/*background-color: Pink;*/
	color: Black;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee p {
    display: inline-flex;
    padding-left: 100%;
    animation: marquee 60s linear infinite;
}
.marquee p img{
	padding: 0px 10px;
}
.marquee p t{
	padding-top: 15px;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
