/*--------------------------------SLIDER -------------------------------------------------*/
#home-content #m-nivel1 {
	background-color: #262626;
	overflow: hidden;
}
#home-content #m-nivel1 *{
	-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
#home-content #featured {
	position: relative;
	overflow: visible;
	margin: auto;
	width: 980px;
	height: 277px;
}

#home-content .carousel-stage {
	position: relative;
	margin: auto;
	width: 980px;
	height: 277px;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
#home-content .carousel-stage ul {
	width: 20000em;
	position: relative;
	/* Optional, required in this case since it's a <ul> element */
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
#home-content .carousel-stage li {
	/* Required only for block elements like <li>'s */
	float: left;
	width: 980px;
	height: 277px;
	opacity: 0;
	filter: alpha(opacity = 0);
	/*margin-left:-490px;*/
}

#home-content .slider-image {
	width: 490px;
	height: 277px;
	float: left;
}

.slider-image-next, .slider-image-prev {
	position: absolute;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);*/
}

.slider-image-next:after, .slider-image-prev:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
 
.slider-image-next:after {
  background: linear-gradient(to left, transparent, rgba(0,0,0,.85));
}

.slider-image-prev:after {
  background: linear-gradient(to right, transparent, rgba(0,0,0,.85));
}

.slider-image-prev {
	left: -490px;
}

.slider-image-next {
	right: -490px;
}

#home-content .slider-image-mask {
	width: 490px;
	height: 277px; /*tamma�o wide 16:9 */
	position: absolute;
}


#home-content .slider-image img {
	width: 490px;
	height: 277px;
}

#home-content .info h2 {
    font-weight: normal;
    font-family: Roboto-bold;
    font-size: 1.5rem;
    line-height: 1.4em;
    color: #0072bc;
    /* margin: 10px 0; */
}

#home-content .info .volanta {
	text-transform: uppercase;
}

#home-content .info-text-wrapper {
	height: 225px;
	overflow: hidden;
	padding: 0 30px;
}

#home-content .info .info-text {
	display: table-cell;
	height: 225px;
	vertical-align: middle;
}

#home-content .info .vermas {
	font-size: 1.8rem;
	float: right;
	color: #767676;
}

#home-content .info .vermas:hover {
	color: #0072bc;
}

#home-content .mask-div{
	width: 1000em;
	height:277px;
	background-color: #000;
	z-index: 50;
	position: absolute;
	opacity: 0;	
}

#home-content .right-mask{
	top: 0px;
	left: 980px;	
}

#home-content .left-mask{
	bottom: 0;
	right: 980px;
}

#home-content #m-nivel1 #carouselControl {
    position: relative;
    max-width: 95%;
    margin: auto;
}
#home-content #m-nivel1 {
    background-color: #262626;
    overflow: hidden;
}
#home-content .info {
    width: 470px;
    height: 247px;
    float: left;
    padding: 15px 10px;
    background-color: #ffffff;
    color: #414141;
    font-family: Roboto-regular;
    font-size: 16px;
}
#home-content .slider-image-mask {
    width: 490px;
    height: 277px;
    position: absolute;
}

#home-content #m-nivel1 .flecha-izq,
#home-content #m-nivel1 .flecha-der {
	font-size: 3rem;
	color:#fff;
    z-index: 8;
    position: absolute;
    padding-top:115px;
   	width: 21%;
    height: 164px;
}

#home-content #m-nivel1 .flecha-izq {
    left: 0;
}
#home-content #m-nivel1 .flecha-der {
    right: 0;
}

#home-content #m-nivel1 .flecha-izq .fa{
	margin-left:10%;
}
#home-content #m-nivel1 .flecha-der .fa {
	margin-right:10%;
	float:right;
}

#home-content #m-nivel1 .slide-desc p, #home-content #m-nivel1 .volanta{
	font-size:0.95rem;
}

.ccarousel-next, .ccarousel-prev {
	display:block;
}

/*--------------------------------#SLIDER -------------------------------------------------*/

/*--------------------------------GRILLA-------------------------------------------------*/
#home-content #m-nivel3 {
	margin: auto;
	width: 980px;
	margin-bottom: 5px;
	padding-left: 4px;
}

/*--------------------------------#GRILLA-------------------------------------------------*/

/*--------------------------------SLICK DESTACADOS HOME-------------------------------------------------*/
.slick-home-conicet>.slick-prev::before{
	color: #0695d6;
}
.slick-home-conicet>.slick-next::before{
	color: #0695d6;
}
/*--------------------------------#SLICK DESTACADOS HOME-------------------------------------------------*/

/*------------------------------------HOME INGLES y OTROS IDIOMAS-----------------------------------*/
#body-en #main-fondo2 {
	width: 100%;
	min-width: 1020px;
	background-color: #ccc;
	background-image: url(../images/comunicacion/bkg03.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: auto 100%;
}

#body-en #m-nivel2 {
	padding-bottom: 10px;
}

#body-en .lang-pt  #featured {
	height: 345px !important;
	width: 540px !important;
	padding: 15px;
	background-color: #ffffff;
}

#body-en #featured {
	height: 235px;
	width: 485px;
	float: left;
}

#body-en #featured .ui-tabs-panel {
	height: 225px;
	overflow: hidden;
	padding: 10px 7px 10px 3px;
	position: relative;
	width: 485px;
}

#body-en .lang-pt #featured .ui-tabs-panel {
	height: 345px !important;
	width: 540px !important;
	padding: 0px !important;
	-webkit-box-shadow: 0 5px 20px;
	-moz-box-shadow: 0 5px 20px;
	box-shadow: 0 5px 20px;
}

#featured .ui-tabs-hide {
	display: none;
}

#body-en  #about-page {
	background-color: #F0F1F4;
	padding: 20px 15px;
	margin: 10px 0 0;
	width: 455px;
	float: right;
	color: #373737;
	height: 185px;
}

#body-en  .lang-pt #about-page {
	padding: 20px 15px;
	margin: 0px;
	width: 370px;
	height: 335px;
}

#body-en  #about-page  .m-title {
	color: #545454;
	font-size: 0.94em;
	font-weight: 600;
	line-height: 1.05em;
	margin: 0 0 10px;
	padding: 0;
}

#body-en  #about-page .m-content {
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
	margin: 0px !important;
	color: #686868;
	font-weight: 400;
	letter-spacing: 0.01em;
}

#body-en  #about-page .ver_button a {
	background-color: #e3e3e3;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(155, 155, 155, 0.95);
	-moz-box-shadow: 0 1px 3px rgba(155, 155, 155, 0.95);
	box-shadow: 0 1px 3px rgba(155, 155, 155, 0.95);
	padding: 5px;
	float: right;
	font-size: 10px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #333;
}

#body-en  #about-page .ver_button a:hover {
	background-color: #a6a6a6;
}

/*------------------------------------FIN HOME INGLES-----------------------------------*/

/*-------------------------Redise�o 2018------------------------------------------------*/
div #modalContacto.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	width: auto;
	background: transparent;
	padding: 15px 30px;
}
.contenedor-buttons-feeds,
.fb-feed-events, .tw-feed-timeline{
	position:fixed;
	z-index:10;
}
.contenedor-buttons-feeds{
	top:33%;
	right:0;
	text-align: center;
}

.fb-feed-button,
.tw-feed-button,
.instagram-feed-button,
.youtube-feed-button,
.contacto-feed-button,
.soundcloud-feed-button,
.linkedin-feed-button{
	box-shadow:-3px 3px 10px #333;
	padding: .6rem;
}

.fb-feed-button:hover,
.tw-feed-button:hover,
.instagram-feed-button:hover,
.youtube-feed-button:hover,
.contacto-feed-button:hover,
.soundcloud-feed-button:hover,
.linkedin-feed-button:hover{
	cursor:pointer;
}
.fb-feed-button .fa,
.tw-feed-button .fa,
.instagram-feed-button .fa,
.youtube-feed-button .fa,
.contacto-feed-button .fa,
.soundcloud-feed-button .fa,
.linkedin-feed-button .fa{
	color:#fff;
	font-size:1.3rem;
}
.tw-feed-button .fa{
	font-size: .75rem;
}
.soundcloud-feed-button .fa{
	font-size: 1rem;
}

.fb-feed-events, .tw-feed-timeline{
    top: 20%;
    right: 4rem;
    padding: .5rem;
    background: #fff;
    min-width: 15%;
}
.d-none{
	display:none;
}

/*--------------------------video home--------------------------*/
/*-----------------------en video home--------------------------*/

/***********coronavirus novedades*******************/
.panel-covid{
	background: #0695d6;
    color: #fff;
}
.panel-covid:hover{
	background: #fff!important;
    color: #000!important;
}
.panel-covid .panel-body {
    height: 100%;
    display: flex;
    align-items: center;
}

/*************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*******/


@media screen and (max-width: 1366px){
	#home-content #m-nivel1 .flecha-izq, #home-content #m-nivel1 .flecha-der {
    	width: 5%;
	}
	.contenedor-buttons-feeds {
    	top: 30%;
	}
}
/***coronavirus banner home****/

@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 screen and (max-width: 768px){
	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;
    }
    .nav.nav-icons li a {
    	width: 133px;
    }
    .nav.nav-icons li a i.fa {
    	line-height: 2.5;
	}
	
	#home-content #m-nivel1 .flecha-der {
    right: -25px;
	}
	#home-content #m-nivel1 .flecha-izq {
    left: -25px;
	}
	    
	/*--------------------------------SLICK DESTACADOS HOME-------------------------------------------------*/
	.slick-home-conicet>.slick-prev{
		left: -10px;
	}
	.slick-home-conicet{
		margin-left: 0px;
		margin-right: 0px;
		width: 95%;
		padding-left: 7px;
	}
	/*--------------------------------#SLICK DESTACADOS HOME-------------------------------------------------*/

}
/***fin coronavirus banner home****/
/*----------------------Fin-Redisenio 2018------------------------------------------------*/
