/**transparencia negra en img**/
.overlay {
    display:none;
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100001;
    opacity:0.5;
}

.panel.panel-ayuda{
	background-color: #01579B;
}
.panel-ayuda .panel-body > p{
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Roboto-Bold'; 
}
p.counter-indicador {
    font-size: 3rem;
    color: #01579B!important;
    font-family: 'Roboto-Light';
    margin-bottom:0;
}
.panel-indicadores .panel-icon.panel-secondary .panel-heading {
    background-color: #f9f9f9;
}
.panel-indicadores .panel-body p {
    color: #767676;
    text-transform: none;
    text-align: center;
}
.panel-indicadores a.panel:hover .panel-body p, .panel-indicadores a.panel:focus .panel-body p, .panel.panel-default:hover i{
	color: #fff!important;
}
.descripcion-secundaria p{
	text-align:justify;
}

/*************video iframe home********/
section.video-home{
	    padding: 40px 0 40px 0!important;
		margin-top: 3rem;
}
#video-home-conicet:hover,
#video-home-conicet-en:hover,
#video-home-conicet .thumb-icon:hover,
#video-home-conicet-en .thumb-icon:hover{	
	cursor: pointer;	
}

#video-home-conicet img,
#video-home-conicet-en img{
	filter: brightness(0.5);
}
#video-home-conicet .thumb-icon,
#video-home-conicet-en .thumb-icon{
    position: absolute;    
    z-index: 1;
    top: 38%;
    left: 43%;
    font-size: 6rem;
    color: #fff;
    text-shadow: 2px 2px 8px #000000;
}
section.video-home.mt-0{
	margin-top:0;
}
/**********fin video iframe home*******/

/**********slider deportes*******/
.slick-item-deporte{
	text-align:center;
}
.slick-item-deporte a{
	padding:0!important;
	margin-bottom:0!important;
}
.slick-item-deporte img{
	border-radius: 0px!important;
}
.slick-deportes .slick-prev:before, 
.slick-deportes .slick-next:before {
    color: #0695D6;
}
/**********fin slider deportes*******/
@media screen and (min-width: 767px) and (max-width: 991px){
	#video-home-conicet .thumb-icon, #video-home-conicet-en .thumb-icon {
    	top: 25%;
    	left: 38%;
	}
}
@media (max-width:768px){

.jumbotron .jumbotron_body {
    padding: 55px 0;
}
.jumbotron .jumbotron_body p {
    font-size: 16px;
    line-height: 22px;
}

	section.video-home{
		margin-top: 1rem;
	}

	.video-home .v-align{
		display:block;
	}
	#video-home-conicet .thumb-icon,
	#video-home-conicet-en .thumb-icon {
	    top: 36%;
	    left: 42%;
	    font-size: 3rem;
    }
    .video-home .text-content{
    	padding-top: 1rem;
    }
    .video-home .text-content h2,.video-home .text-content h3{
    	font-size: 1.25rem;
    }

}