progress::-moz-progress-bar { background: orange; }
progress::-webkit-progress-value { background: orange; }
progress { color: orange; }
@font-face {
  font-family: Habanera;
  src: url("../fonts/Habanera-Regular.ttf");
}
body{
	font-family: Habanera;
}
.novidade {
	color: white !important;
	position: absolute;
	top: 0;
	left: 0;
	background: #197dbd;
	/*background: orange;*/
  height: 25px;  
  clip-path: polygon(0 0, 100% 0%, calc(100% - 25px) 100%, 0% 100%);

}
.texton{
	padding-right: 50px;
	height: 100%;
}

@media only screen and (max-height: 750px) { 
	@media only screen and (max-width: 990px){
		#altura{
		margin-top: 40px !important;
		padding-bottom: 40px !important;
		}
	}
	
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.shadowhover:hover{
	box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.nav-item {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px !important;
}
.zoomhover:hover {
  transform: scale(1.1);
}
.zoomhover {
	transition: transform .2s;
}
.datacapa{
	position: absolute !important ; 
	bottom: 0; 
	right: 0;
}
.capa{
	min-height: calc(100vh - 50px);
}
.w-20{
	width: 20% !important;
}
.w-15{
	width: 15% !important;
}
.imagem {
  opacity: 1;
  transition: ease 0.5s;
}

.texto {
  opacity: 0;
  transition: ease 0.5s;
  color: black !important;
}
.destgaleria:hover .imagem {
  opacity: 0.5;
}
.destgaleria:hover .texto {
  opacity: 1;
}

.btndestgaleria{
	border:none;
	padding: 0;
	width: 100%;
	text-align: unset;
}
@media only screen and (max-width: 800px) {

	.texto {
	  color: black !important;
	}
	.destgaleria .imagem {
	  opacity: 0.5;
	}
	.destgaleria .texto {
	  opacity: 1;
	}
}
#overlay1 {
		-moz-animation: overlay 1.5s 0.5s forwards;
		-webkit-animation: overlay 1.5s 0.5s forwards;
		-ms-animation: overlay 1.5s 0.5s forwards;
		animation: overlay 1.5s 0.5s forwards;
		background-attachment: scroll;
		background-image: url("../img/overlay.svg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		min-width: 100%;
		display: block;
		background-color: unset;
		z-index:0;
	}	
	
/* Overlay */

	@-moz-keyframes overlay {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes overlay {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes overlay {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes overlay {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}


.play_icon{
		opacity: 0;
		-moz-animation: overlay 1.5s 0.5s forwards;
		-webkit-animation: overlay 1.5s 0.5s forwards;
		-ms-animation: overlay 1.5s 0.5s forwards;
		animation: overlay 1.5s 0.5s forwards;

    width: 90px;
    height: 90px;
    float: left;
    position: relative;
    z-index: 3;
}
.play_icon a{

    position: relative;
    z-index: 4;
}
	.play_icon img{
		
    max-width: 100%;
    height: auto;
}
.play_icon::before {
		

    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: 2;
    animation: fadeEffect 1.3s infinite ease ;
    box-shadow: 0px 0px 10px 0px;
}
#play{
	cursor: pointer;
}

@keyframes fadeEffect{
    0%{
    transform: translate(-50%,-50%) scale(0);
    opacity: 1
    }
    40%{
        opacity: 1;
    }
    100%{
    transform: translate(-50%,-50%) scale(1.2);
    opacity: 0;
    }
}
.zoom{
	  transition: transform .2s; /* Animation */
}
.ultvideos:hover .zoom{
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3); 
}
.btnvmais{
	transition: ease 0.5s;
	border: solid rgba(104,169,212,1);
	background-color: transparent;
}
.btnvmais:hover{
	color: white;
	border: solid rgba(104,169,212,1);
	background-color: rgba(104,169,212,1);
}
@media only screen and (max-width: 768px) {
	.menu_m{
		height: 100%;
		padding-bottom: 30px;
	}
	.menu_2{
		margin-top: 0px !important;
	}
}
a {
    text-decoration: none;
}
.main{
	padding-top: 50px;
	background: #0772b8;
}
.main div{
	position: relative;
	z-index: 99;
}
.categorias{
	min-height:40px;
	height: auto;
	background-color: orange;
	width: 100%;
	border-radius: 2px;
}
.hr_live{
	width: 100%;
	height:3px !important;
	border:none;
	color:#f4bc46;
	background-color:#f4bc46;
	opacity: 1;
}
.ultvideos{
	color: black;
	font-size: 15px;
}
.ultvideos .info{
	color: grey;
	font-size: 14px;
}
.data{
	color: grey;
	font-size: 14px;
	position: absolute !important;
	bottom: 10px;
	left: 0;
}
.ultvideos iframe{
	width: 100%;
	height: 65%;
}
	/* width */
::-webkit-scrollbar {
  width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: orange;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: orange;
}
/*.nav-link {
	color: white !important;
}*/
.navbar-dark .navbar-nav .nav-link {
    color: white;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: orange;
}
.bg-dark {
	/*background-color: #00548b !important;*/
	/*background-color: #197dbd !important;*/
	background-color: #0772b8 !important;
}
.navbar{
	font-size: 17px;
	padding: 20px 0 20px 0;
	transition: padding-top 0.4s, padding-bottom 0.4s, background-color 0.4s;
}
.nav-link{
	padding: 0 30px 0 30px !important;
}
.nav-item{
	padding: 10px 0 10px 0;
}
.titulo{
	background: rgb(104,169,212);
	background: linear-gradient(90deg, rgba(104,169,212,1) 0%, rgba(104,169,212,1) 5.5%, rgba(255,255,255,1) 5.6%, rgba(255,255,255,1) 5.7%, rgba(60,144,199,1) 5.8%, rgba(60,144,199,1) 55%, rgba(255,255,255,1) 55.1%, rgba(255,255,255,1) 55.2%, rgba(25,125,189,1) 55.3%, rgba(25,125,189,1) 100%); 
	height: 35px;   
	transform: skew(45deg); 
	max-width: 100%;

	
}
@media only screen and (max-width: 768px) {
	.titulo{
	transform: skew(0deg) !important; 
	}
}
.titulo h4{
	transform: skew(-45deg); 
	color: white;
	text-transform: uppercase;
    font-weight: bold;
	font-size: 18px;
	line-height: normal;
}
@media only screen and (max-width: 768px) {
	.titulo h4{
	transform: skew(0deg) !important; 
	margin-left: 0%;
	}
}
.codegena{
	position:relative;
	width:100%;
	height:0;
	padding-bottom:56.27198%;
	overflow: hidden;
}
.fotos1{
	position:relative;
	width:100%;
	height:auto;
	padding: 0 !important;
}
.codegena iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*border-radius: 5px;*/
}
.destgaleria{
	position: relative; 
	background-color: transparent; 
	height: unset;
  font-size: 20px;
  /*border-radius:5px;*/
}
.destgaleria img{
  width: 100%;
  /*border-radius:5px 5px 0 0;*/
}
.destgaleria .infos{
  padding: 10px 12px 10px 12px;
  color: black;
  position: relative;
}
.nome{
	position: absolute !important;
	top: 0;
}
.destgaleria .infos .data{
	color: grey;
	font-size: 14px;
	position: absolute;
	bottom: 10px;
}
.infoB{
  @media only screen and (min-width: 992px) {
	 font-size: 27px;
  }
}
.link {
    padding: 10px 15px;
    background: transparent;
    border: #bccfd8 1px solid;
    border-left: 0px;
    cursor: pointer;
    color: #607d8b;
	@media only screen and (max-width: 450px) {
		padding: 6px 9px;
	}
}
.disabled {
    cursor: not-allowed;
    color: #bccfd8;
}
.current {
    background: #bccfd8;
}
.first {
    border-left: #bccfd8 1px solid;
}
#pagination {
    margin-top: 20px;
    padding-top: 30px;
    border-top: #F0F0F0 1px solid;
}
.dot {
    padding: 10px 15px;
    background: transparent;
    border-right: #bccfd8 1px solid;
}
#overlay {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#overlay div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}
.pagination-setting {
    padding: 10px;
    margin: 5px 0px 10px;
    border: #bccfd8 1px solid;
    color: #607d8b;
}	