/* 17-4-2020 1 */
.spinner {
	width: 40px;
	height: 40px;
	background-color: #333;
	border-radius: 30px;
	margin: 100px auto;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}
 @-webkit-keyframes sk-rotateplane {
 0% {
-webkit-transform: perspective(120px)
}
 50% {
-webkit-transform: perspective(120px) rotateY(180deg)
}
 100% {
-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
}
}
 @keyframes sk-rotateplane {
 0% {
 transform: perspective(120px) rotateX(0deg) rotateY(0deg);
 -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
}
50% {
 transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
 -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
}
100% {
 transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
 -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.css3-spinner > div {
	background-color: #15a1e4;
}
/****************************************/

#envivo {
	background:  rgb(8, 10, 33);
	background: -moz-radial-gradient(center, ellipse cover, rgb(20, 94, 130) 0%, rgb(8, 10, 33) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgb(20, 94, 130) 0%, rgb(8, 10, 33) 100%);
	background: radial-gradient(ellipse at bottom, rgb(20, 94, 130) 0%, rgb(8, 10, 33) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#003366', GradientType=1 );
	/*background-image: url('../images/textura1.jpg');*/
	background-size: 100%;
}
#envivo h2 {
	font-size: 1.7em;
	position: relative;
	left: -17px;
	color: white;
	background: #41b6e4;
	border-radius: 30px;
	display: inline-block;
	padding: 5px 25px;
	box-shadow: 3px 6px 9px rgba(0, 0, 0, .41);
}
@media (min-width: 768px){#envivo .col-sm-8{padding-left: 0}}

@media (max-width: 991px){
	#envivo .articuloGrande{height: unset;  margin-bottom: 30px; border: 2px solid #41b6e4; overflow: visible; position: relative;}
	#envivo a h4{margin-bottom: 10px}
	.canalu iframe{min-height: unset !important}
}
@media (max-width: 480px){
#envivo .articuloMedio{height: 120px !important; }
}


#producciones {
	padding-bottom: 0;
}
.marcoProducciones {
	background-color: rgba(255,255,255,0.75);
	padding: 25px 0px;
	border-radius: 30px;
	box-shadow: 5px 12px 19px rgba(0,0,0,0.1);
}
#producciones h2 i {
	font-size: .7em;
	position: relative;
	top: -3px;
	opacity: 0.5;
	left: -3px;
}
#producciones h2 {
	font-size: 2.7em;
	position: relative;
	left: -30px;
	color: white;
	background: #41b6e4;
	border-radius: 30px;
	display: inline-block;
	padding: 5px 24px;
}
#top-social {
	display: inline-block;
	float: right;
	margin: 40px 0 40px 15px;
	transition: margin .4s ease, opacity .3s ease
}
#header.sticky-header:not(.static-sticky) #top-social {
	margin-top: 20px;
	margin-bottom: 20px;
}
#top-social a {
	display: inline-block;
	padding: 0 10px
}
.ipost .entry-title h4 {
	margin-top: -10px;
	text-align: center;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
	color: #009bdd !important;
}
#oc-clients {
	margin: 0 0;
	padding: 40px 0
}
.section {
	margin: 0 0
}
.spost .entry-image, .spost .entry-image a, .spost .entry-image img, .spost .entry-image i {
	width: 91px;
	height: 94px;
}
.spost .entry-title h4 a, .mpost .entry-title h4 a {
	font-size: 1.2em;
	line-height: 1.3em;
}
#talleres .col_one_fourth {
	margin-right: 2%;
}
#talleres {
	background-color: #efefef;
	padding-top: 30px;
}
#talleres .fancy-title.title-border:before {
	border-top: 1px solid #999
}
#talleres h3 {
	background-color: #efefef
}
#talleres img {
	border-radius: 8px;
}
/********************* series *********************************/
#series1 {
	/*
background: #000000;
background: -moz-linear-gradient(top, #000000 1%, #962271 100%);
background: -webkit-linear-gradient(top, #000000 1%,#962271 100%);
background: linear-gradient(to bottom, #000000 1%,#962271 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#962271',GradientType=0 );


	background: #7db9e8;
	background: -moz-radial-gradient(center, ellipse cover, #7db9e8 0%, #00459b 74%);
	background: -webkit-radial-gradient(center, ellipse cover, #7db9e8 0%, #00459b 74%);
	background: radial-gradient(ellipse at center, #7db9e8 0%, #00459b 74%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#00459b', GradientType=1 );
*/
	overflow: hidden;
	text-align: center;
	background-size: cover;
	;
	padding: 70px 20px 80px;
	box-shadow: inset 0px 0px 92px 20px rgba(0,0,0,.95);
}
.owl-carousel .owl-nav.disabled {
	display: block !important
}
#series1 h3 {
	color: white;
	text-align: center;
	border: 4px solid rgba(255,255,255,0.5);
	border-radius: 60px;
	display: inline-block;
	padding: 4px 20px;
	margin-bottom: 5px;
	box-shadow: 3px 6px 12px rgba(0,0,0,.3);
	background-color: rgba(0,0,0,0.5);
}
#series1 .vermas1 {
	border-left: none !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-color: #666;
	border-style: dotted;
	position: relative;
	left: 0;
	transition: linear 0.3s all;
	background: -moz-linear-gradient(left, rgba(51,51,51,0) 0%, rgba(51,51,51,0.01) 1%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left, rgba(51,51,51,0) 0%, rgba(51,51,51,0.01) 1%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(51,51,51,0) 0%, rgba(51,51,51,0.01) 1%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#000000', GradientType=1 );
	box-shadow: 3px 6px 12px rgba(0,0,0,.3);
}
#series1 .vermas1 a {
	color: #aaa;
	transition: linear 0.3s all;
}
#series1 .vermas1:hover a {
	color: #666 !important;
}
#series1 .vermas1 a:hover, #series1 .vermas1:hover {
	left: -10px;
	border-color: #444 !important;
	color: #666 !important;
}

@media (max-width: 767px) {
#series1 .vermas1 {
	border : none;
	font-size: 1em;
}
}
#series1 .owl-carousel .owl-stage-outer {
	overflow: visible !important;
	z-index: 3;
}
#series1 .owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
	z-index: 4
}
#series1 .owl-carousel:hover .owl-nav [class*=owl-] {
	left: 10px;
	height: 230px;
	top: 28px;
	border-radius: 0;
	background: rgba(0,0,0,0.5) !important;
	padding-top: 95px;
	z-index: 555555555;
	right: auto;
	border-radius: 20px;
	border: 2px solid rgba(250,250,250,0.9) !important;
	color: white;
	box-shadow: 3px 6px 9px rgba(0,0,0,0.5);
	width: 22px;
}
#series1 .owl-carousel:hover .owl-nav .owl-next {
	right: 10px;
	height: 230px;
	top: 28px;
	border-radius: 0;
	background: rgba(0,0,0,0.5) !important;
	z-index: 555555555;
	left: auto;
	border-radius: 20px;
	border: 2px solid rgba(250,250,250,0.9) !important;
	color: white;
	box-shadow: 3px 6px 9px rgba(0,0,0,0.5);
	width: 22px;
}
#series1 .owl-carousel .owl-dots .owl-dot span {
	background-color: white;
}
#series1 .owl-carousel:hover .owl-nav .owl-prev:hover, #series1 .owl-carousel:hover .owl-nav .owl-next:hover {
	background: white !important;
	color: black !important
}
.margenSeries {
	height: 400px;
	position: relative;
}
#series1 .item {
	min-height: 200px;
	background-size: cover;
	background-position: center 35%;
	transition: linear all 0.3s;
	position: relative;
	transform: scale(1);
	padding: 5px;
	margin: 5px;
	opacity: 1;
	border-radius: 15px;
	border: 2px solid rgba(250,250,250,0.7);
}
#series1 .item:hover {
	transform: scale(1.5);
	z-index: 2;
	opacity: 1 !important;
	border-width: 3px;
	box-shadow: 5px 6px 12px rgba(0,0,0,0.5);
}
#series1:hover .item {
	opacity: 0.7
}
#series1 .item h4 {
	opacity: 0;
	left: 20px;
	transition-delay: .35s;
	transition-duration: .5s;
	/*background-color: #2791e4c2;*/
	background-color: rgba(176, 39, 140, 0.8);
	color: white;
	font-size: 16px;
	border-radius: 40px;
	display: inline-block;
	bottom: -20px;
	position: absolute;
	padding: 2px 14px;
	box-shadow: 3px 6px 9px rgba(0,0,0,0.5);
}
#series1 .item:hover h4 {
	opacity: 1;
	left: 20%;
}

@media (min-width: 767px) {
#series1 .item h4 {
	left: 0
}
#series1 .item:hover h4 {
	opacity: 1;
	left: -8px;
}
}

@media (min-width: 1600px) {
#series1 .item {min-height: 250px;}
}

#series1 .item i {
	font-size: 30px;
	position: absolute;
	top: 25%;
	left: 40%;
	color: white;
	opacity: 0;
	transition-delay: .35s;
	transition-duration: .5s;
	text-shadow: 2px 4px 4px rgba(0,0,0,0.5);
	padding: 15px;
	border-radius: 100%;
	height: 60px;
	width: 60px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	padding-left: 19px;
	padding-top: 13px;
	border: 3px solid white;
}
#series1 .item:hover i {
	opacity: 1;
	top: 35%;
	animation-duration: 0.2s;
	transition: linear all 0.2s;
}
#series1 .item:hover i:hover {
	transition-delay: 0s;
	transition-duration: .1s;
	color: #ea43b5;
	border-color: #ea43b5;
	font-size: 25px;
	padding-top: 16px;
	padding-left: 20px
}

/*#series1 .owl-carousel .owl-item{min-width: 450px;}*/






@media (min-width: 992px) {
.soloMobile {
	display: none
}
}

@media (min-width: 992px) and (max-width: 1199px) {
#primary-menu {
	width: calc(100% - 343px);
	top: -20px;
	position: relative;
}
}
/************** logo **********/
body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input {
	padding-top: 0;
	position: relative;
}
#top-search form {
	width: 96% !important;
}
#header-wrap {
	box-shadow: 1px 4px 15px rgba(0,0,0,0.05);
}
.logoCin {
	margin-left: 0px;
	transition: linear 0.3s all;
	margin-right: 10px;
}
.logoCin img {
	max-width: 120px !important;
	transition: linear 0.3s all;
}
.logoU:before {
	content: '';
	position: absolute;
	margin-left: -54px;
	top: 0;
	background-image: url(../img/fondoLogo2.png);
	width: 58px;
	opacity: 0.7;
	transition: all 0.3s linear;
	z-index: 255;
	background-repeat: no-repeat;
	animation-delay: 1s;
	background-size: contain;
	height: 80px;
}
.logoU:after {
	content: '';
	position: absolute;
	margin-left: 88px;
	top: 0;
	background-image: url(../img/fondoLogo.png);
	width: 100px;
	opacity: 0.7;
	transition: all 0.3s linear;
	background-size: contain;
	height: 100px;
}
.sticky-header .logoU:before, .sticky-header .logoU:after {
	top: -120px;
	opacity: 0;
}
.sticky-header .logoU:after {
	transition-delay: 0.2s
}
.sticky-header .logoU:before {
	transition-delay: 0.1s
}
#logo {
	position: absolute;
	;
}
.logoU {
	margin-bottom: -80px;
	background: #009bdd;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	transition: all .5s linear;
	z-index: 131;
	padding: 8px 20px 30px;
	margin: 0 20px;
	background: linear-gradient(210deg, #0e82d2, #1560c8, #71b2df, #0b0fb2, #a7b20b, #930bb2, #0b58b2, #0b6eb2, #b20b0b, #3ea727 );
	background-size: 1000% 1000%;
	animation: animaLogo 30s ease infinite;
	box-shadow: 3px 6px 12px rgba(0,0,0,.25);
}
 @-webkit-keyframes animaLogo {
 0% {
background-position:51% 0%
}
 50% {
background-position:50% 100%
}
 100% {
background-position:51% 0%
}
}
@-moz-keyframes animaLogo {
 0% {
background-position:51% 0%
}
 50% {
background-position:50% 100%
}
 100% {
background-position:51% 0%
}
}
@keyframes animaLogo {
 0% {
background-position:51% 0%
}
 50% {
background-position:50% 100%
}
 100% {
background-position:51% 0%
}
}
/*******************************/
#header.full-header #logo {
	max-height: 100px;
	border-right: none;
}

@media (max-width: 991px) {
#top-social {
	position: absolute;
	right: 0;
	top: 26px;
}
#header-wrap {
	min-height: 80px;
}
.logoU {
	transform: scale(0.7);
	position: relative;
	top: -20px;
}
.logoCin img {
	width: auto !important
}
#top-search {
	margin: 40px 0 40px 15px !important;
	;
	display: inline-block !important;
}
.logoU:after {
	margin-left: 48px;
}
.logoU:before {
	margin-left: -95px;
}
#top-search a {
	right: 162px;
}
#top-social {
	margin-top: 15px;
	margin-right: 10px;
}
}
body:not(.top-search-open) #primary-menu-trigger {
	left: 73%;
}
#header.full-header #primary-menu > ul {
	position: relative;
}
#primary-menu > ul > li.sub-menu > a > div {
	text-align: left;
}
/*#primary-menu ul li:first-child div {
	text-align: left !important;
}*/
}
#header.full-header #logo {
	border-right: none
}
#logo a {
	display: inline-block;
	float: left;
}
.sticky-header .logoU {
	padding: 4px 7px 10px;
	margin: 0 20px;
	border-bottom-left-radius: 23%;
	border-bottom-right-radius: 23%;
}
.logoCin img {
	height: 100px !important;
	transition: linear 0.3s all;
	position: relative;
	left: 10px;
	top: 0px;
}
.sticky-header .logoCin img {
	height: 70px !important;
}

@media (max-width: 500px) {
#rotativas {
	margin-top: 0!important;
	padding: 40px 0 22px !important;
}
#rotativas .slider-caption:not(.dark) h2 {
	top: -100px !important;
	font-size: 16px !important;
	width: 125%;
	padding: 3px 1px;
	margin-left: -30px;
}
#header, #header-wrap, #header.sticky-style-2, #header.sticky-style-3, #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap {
	height: auto !important; /* 80 */
}
.container, #header.full-header .container, .container-fullwidth {
	width: 86% !important
}
#top-search a {
	right: 0px;
}
 body.top-search-open #top-search form input::placeholder {
font-size: 0.7em;
}
#logo {
	left: -10px;
	position: absolute;
}
.logoU {
	transform: scale(0.75);
	margin-top: 4px;
	left: -20px;
}
.logoCin img {
	width: 110px;
}
.primary-menu-open #rotativas {
	margin-top: 0px !important
}
#header.full-header #primary-menu > ul {
	top: 0px;
	margin-bottom: 0
}
.primary-menu-open #header-wrap, .primary-menu-open #header {
	min-height: 440px !important;
}
.primary-menu-open nav {
	margin-top: 80px;
}
#logo img {
	max-width: 80px !important;
	height: auto !important;
	top: 10px;
}
body:not(.top-search-open) #primary-menu-trigger {
	left: 70%;
}
}

@media (min-width: 501px) and (max-width: 767px) {
.primary-menu-open nav {
	margin-top: 80px;
}
#top-search {
	margin: 0 0 0 0 !important
}
 body.top-search-open #top-search form input::placeholder {
font-size: 0.7em;
}
#top-search a {
	right: 15%;
}
body:not(.top-search-open) #primary-menu-trigger {
	left: 90%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
body:not(.top-search-open) #primary-menu-trigger {
	left: 68%;
}
body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input {
	position: absolute !important;
	left: 10%
}
}
body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input {
	position: absolute !important;
}
/********* SLIDER ********/
.swiper_wrapper {
	max-width: 1170px;
}
@media (min-width: 1400px){
	#rotativas .container,
	.swiper_wrapper {
	max-width: 1370px; width: 1370px;
}
}

.swiper-slide {
	height: 500px !important;
	border-radius: 20px
}

@media (min-width: 992px) and (max-width: 1400px) {
.swiper_wrapper {
	/*max-width: 960px;*/
	max-width: 100%;
	max-height: 400px;margin: auto;
}
.slider-caption.slider-caption-center{max-width: 82% !important; float: left; top: 51% !important;}
#rotativas{padding: 60px 0px !important;}
#rotativas .container{width: 90% !important;}

.swiper-slide {
    height: 400px !important;
    }


}

@media (min-width: 992px) and (max-width: 1199px) {
.slider-caption.slider-caption-center{float: none;}
}


.swiper_wrapper .swiper-container {
	background: transparent;
}

.slider-caption {
	top: 330px !important;
	position: relative;
}

@media (max-width:767px) {
.slider-caption {
	top: 220px !important;
}
.slider-caption:not(.dark) h2 {
	font-size: 1.2em !important;
	top: -12px !important;
}

.swiper-slide {
    height: 320px !important;
    }
#rotativas .container{width: 90% !important;}


}

@media (max-width: 991px) and (min-width: 768px){
.swiper-slide {
    height: 320px !important;
}
}


@media (max-width: 767px) and (min-width: 600px){
.swiper-slide {
    height: 230px !important;
}
}

@media (max-width: 599px) and (min-width: 480px){
.swiper-slide {
    height: 180px !important;
}
}

@media (max-width: 479px){
	.swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide, .ei-slider{
    height: 140px !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.primary-menu-open nav .show {
	position: relative;
	top: 80px !important
}
.slider-caption {
	top: 230px !important;
}

.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid), 
.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {    height: 340px !important;
    }
#rotativas .container{width: 90% !important;}


}
@media (min-width: 768px) and (max-width: 820px) {
.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid), 
.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide  {
    height: 300px !important;
    }
}


.slider-caption:not(.dark) a h2 {
	display: block;
	background-color: rgba(255,255,255,0.9);
	border-radius: 40px;
	font-size: 1.5em;
	color: #135386;
	display: inline-block;
	margin: auto;
	padding: 10px 20px;
	position: relative;
	top: 10px;
	z-index: 43;
	transition: linear 0.3s all;
	margin-left: 0;
	box-shadow: 3px 6px 9px rgba(0,0,0,.5);
}
.slider-caption:not(.dark) a:hover h2 {
	background-color: #135386;
	color: white !important;
	margin-left: 010px;
	;
}
#rotativas {
	padding: 100px 0px;
	overflow: hidden;
	width: 100%;
	z-index: 0;
	position: relative;
	background: rgb(64,150,238);
	background: -moz-radial-gradient(center, ellipse cover, rgba(64,150,238,1) 0%, rgba(20,11,43,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(64,150,238,1) 0%, rgba(20,11,43,1) 100%);
	background: radial-gradient(ellipse at center, rgba(64,150,238,1) 0%, rgba(20,11,43,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#140b2b', GradientType=1 );
	background-image: url(../img/fondoblur1.png) !important;
	background-size: 100% 100%;
}
/*
#rotativas:after {
	width: 100%;
	content: '';
	height: 30px;
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );
}*/
.slider-caption.slider-caption-center {
	max-width: 100%
}
.slider-caption h2 {
	text-transform: none !important;
	letter-spacing: 0;
	text-shadow: none !important;
	color: #1b8dc5 !important;
}
/*
.slider-caption p {
	padding-top: 14px;
	font-size: 18px;
	max-width: 85%;
	margin: auto;
	background-color: rgba(0,0,0,.8);
	padding: 20px;
	border-radius: 50px;
	border: 3px solid #6499a9;
	box-shadow: 3px 6px 9px rgba(0,0,0,.5);
	color: #c3e6f1;
}*/
.slider-caption p {
	padding-top: 14px;
	font-size: 18px;
	max-width: 80%;
	margin: auto;
	background-color: rgba(0, 85, 119, 0.9);
	padding: 13px 20px;
	border-radius: 50px;
	border:2px solid rgba(27, 141, 197, .5);
	box-shadow: 2px 5px 8px rgba(0,0,0,.5);
	color: #ecf1f3;
	text-shadow: 2px 2px 3px rgba(0,0,0,.75);
}
.slider-caption a {
	color: white;
}

@media (min-width:768px) and (max-width: 991px) {
.slider-caption p {
	padding-top: 14px;
	font-size: 14px;
	max-width: 95% !important;
	margin: auto;
	padding: 20px;
	border-radius: 50px;
}
}

@media (min-width:992px) and (max-width: 1200px) {
.slider-caption p {
	font-size: 14px;
	max-width: 95% !important;
}
}
section {
	z-index: 1;
	background-color: white;
	position: relative;
}
#slider {
	border: 4px solid #666;
	border-radius: 30px;
	position: relative;
	box-shadow: 3px 6px 26px black;
	background-color: rgba(0,0,0,.5);
	background-image: url('../img/202.gif');
}
#rotativas #slider .container {
	padding: 0 30px
}
/***** nubes *****/

#background-wrap {
	bottom: 0;
	left: 0;
	padding-top: 100px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	overflow: hidden;
}
#background-wrap2 {
	left: 0;
	padding-top: 00px;
	position: absolute;
	margin-top: -65px;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	opacity: 0.5;
	min-height: 300px;
}
#background-wrap2 .x2 {
	margin-top: -55px;
}
#background-wrap2 .x3 {
	margin-top: -10px;
}
#background-wrap2 .x4 {
	margin-top: -180px;
}
#background-wrap2 .x5 {
	margin-top: -100px;
	opacity: 0.5
}
/* KEYFRAMES */

@-webkit-keyframes animateCloud {
 0% {
 margin-left: -1000px;
}
 100% {
 margin-left: 100%;
}
}
 @-moz-keyframes animateCloud {
 0% {
 margin-left: -1000px;
}
 100% {
 margin-left: 100%;
}
}
 @keyframes animateCloud {
 0% {
 margin-left: -1000px;
}
 100% {
 margin-left: 100%;
}
}
/* ANIMATIONS */

.x1 {
	-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}
.x2 {
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}
.x3 {
	-webkit-animation: animateCloud 30s linear infinite;
	-moz-animation: animateCloud 30s linear infinite;
	animation: animateCloud 30s linear infinite;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}
.x4 {
	-webkit-animation: animateCloud 18s linear infinite;
	-moz-animation: animateCloud 18s linear infinite;
	animation: animateCloud 18s linear infinite;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}
.x5 {
	-webkit-animation: animateCloud 25s linear infinite;
	-moz-animation: animateCloud 25s linear infinite;
	animation: animateCloud 25s linear infinite;
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	transform: scale(0.55);
}
/* OBJECTS */

.cloud {
	background: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 120px;
	position: relative;
	width: 350px;
}
#background-wrap2 .cloud {
	border: 10px solid rgba(255,255,255,0.33);
	background: transparent;
	;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 120px;
	position: relative;
	width: 350px;
}
.cloud:after, .cloud:before {
	background: #fff;
	content: '';
	position: absolute;
	z-indeX: -1;
}
.x1 .cloud, .x2 .cloud, .x3 .cloud, .x4 .cloud, .x5 .cloud {
	opacity: 0.2;
	background: -moz-linear-gradient(-45deg, rgba(60,180,193,0.69) 0%, rgba(99,175,242,0.45) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(60,180,193,0.69) 0%, rgba(99,175,242,0.45) 100%);
	background: linear-gradient(135deg, rgba(60,180,193,0.69) 0%, rgba(99,175,242,0.45) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b03cb4c1', endColorstr='#7363aff2', GradientType=1 );
}
.x1 .cloud, .x2 .cloud, .x3 .cloud, .x4 .cloud, .x5 .cloud {
	opacity: 0.2;
	background: -moz-linear-gradient(-45deg, rgba(60,180,193,0.69) 0%, rgba(99,175,242,0.45) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(60,180,193,0.69) 0%, rgba(99,175,242,0.45) 100%);
	background: linear-gradient(135deg, rgba(60,180,193,0.69) 0%, rgba(99,175,242,0.45) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b03cb4c1', endColorstr='#7363aff2', GradientType=1 );
}
/****************/ 



.articuloGrande {
	width: 100%;
	height: 350px;
	background-size: 101%;
	background-position: top;
	border-radius: 15px;
	overflow: hidden;
}

@media (max-width: 767px) {
.articuloGrande {
	margin-bottom: 50px
}
}
.articuloGrande:before {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: -53px;
	left: 0;
	width: 100%;
	height: 51px;
	background: url('../img/sombralarga2.png');
	background-position: TOP center;
	background-repeat: no-repeat;
	background-size: 90% 100%;
}
.articuloGrande .info {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.articuloGrande .info p {
	margin-bottom: 0;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.8);
	width: calc(100% - 30px);
*width: 80%;
	color: white;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	z-index: 2;
	padding-top: 1.5em;
	font-size: 1.1em;
}
.articuloGrande .info h3 {
	margin: 0 0;
	padding: 0 0;
	display: inline-block;
	background: rgb(176,39,140);
	background: -moz-linear-gradient(left, rgba(176,39,140,1) 0%, rgba(176,39,140,1) 1%, rgba(237,90,49,0.81) 100%);
	background: -webkit-linear-gradient(left, rgba(176,39,140,1) 0%, rgba(176,39,140,1) 1%, rgba(237,90,49,0.81) 100%);
	background: linear-gradient(to right, rgba(176,39,140,1) 0%, rgba(176,39,140,1) 1%, rgba(237,90,49,0.81) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0278c', endColorstr='#cfed5a31', GradientType=1 );
	box-shadow: 3px 6px 9px rgba(0,0,0,.5);
	border-radius: 30px;
	position: relative;
	left: -20px;
	top: 10px;
	transform: scale(1);
	transition: linear 0.1s all;
}
.articuloGrande .info h3 a {
	text-align: center;
	margin: 0 0;
	padding: 5px 25px;
	color: white;
	font-size: 17px;
	display: block;/*white-space: nowrap;
	text-overflow: ellipsis;
	
	overflow: hidden;*/
}
.articuloGrande .info h3:hover {
	transform: scale(0.975);
}
.articuloGrande .info h3 a:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	color: white;
	left: 0;
}

@media (min-width: 767px ) {
.articuloGrande {
	background-size: cover;
	background-position: center center;
	width: 100%;
	overflow: hidden;
	height: 457px;
	border: 2px solid #41b6e4;
	box-sizing: content-box; 
}

.articuloGrande .info p{border-bottom:2px solid #41b6e4; }

.articuloGrande .info h3 a {
	font-size: 24px !important;
}
}
.articuloChico {
	padding-bottom: 12px;
	border-bottom: 1px dotted #dedede;
	margin-bottom: 13px;
}
.articuloChico:last-child {
	border-bottom: none
}
.articuloChico .foto {
	width: 100%;
	height: 100px;
	background-size: cover;
	background-position: center 30%;
	border-radius: 10px;
}
.articuloChico p {
	margin-bottom: 0;
}
.articuloChico .fecha {
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	margin-bottom: 2px;
	max-width: 180px;
}
.articuloChico .fecha i {
	opacity: 0.5;
	position: relative;
	top: 1px;
	left: -1px;
}
.articuloChico .col-xs-7 {
	margin-left: 0;
	padding-left: 0
}
.articuloChico a {
	color: #b0278c;
}
.articuloChico a:hover {
	color: black;
}
.articuloChico h4 {
	line-height: 1.3em;
	margin-bottom: 0;
}
.articuloMedio {
	width: 100%;
	height: 170px;
	background-size: cover;
	background-position: center 30%;
	border-radius: 15px;
	border: 2px solid #41b6e4;
}
#envivo .articuloMedio {
	height: 220px;
}
#envivo .articuloSecundario {margin-bottom: 15px;}


.articuloMedio:before {
	content: '';
	position: relative;
	z-index: 0;
	top: 219px;
	left: 0;
	width: 100%;
	height: 34px;
	background: url('../img/sombralarga2.png');
	background-position: TOP center;
	background-repeat: no-repeat;
	background-size: 95% 100%;
	float: left;
	display: block;
}
.articuloChico .foto:before {
	content: '';
	position: relative;
	z-index: 0;
	top: 100px;
	left: 0;
	width: 100%;
	height: 15px;
	background: url('/img/sombralarga2.png');
	background-position: TOP center;
	background-repeat: no-repeat;
	background-size: 93% 100%;
	float: left;
	display: block;
}
.tituloMedio {
	color: #b0278c;
	font-size: 20px;
	line-height: 23px;
	padding-top: 8px;
}
.loscanales h3 {
	text-align: center;
}
.loscanales {
	padding: 70px 50px;
	text-align: center;
	margin-top: 50px;
	box-shadow: inset 0px 0px 62px 10px rgba(0,0,0,.55);
}
/******************** canales ***************************/


.loscanales h3 {
	color: rgb(150, 213, 240);
	text-align: center;
	border: 4px solid rgba(81, 203, 255, 0.5);
	border-radius: 60px;
	display: inline-block;
	padding: 4px 20px;
	margin-bottom: 5px;
	background-color: rgba(0,0,0,.5);
	box-shadow: 3px 6px 12px rgba(0,0,0,.3);
}
.loscanales .vermas1 {
	border-left: none !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-color: rgba(179, 213, 226, 0.5);
	border-style: dotted;
	position: relative;
	left: 0;
	transition: linear 0.3s all;
	background: -moz-linear-gradient(left, rgba(51,51,51,0) 0%, rgba(51,51,51,0.01) 1%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left, rgba(51,51,51,0) 0%, rgba(51,51,51,0.01) 1%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(51,51,51,0) 0%, rgba(51,51,51,0.01) 1%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#000000', GradientType=1 );
	box-shadow: 3px 6px 12px rgba(0,0,0,.3);
}
.loscanales .vermas1 a {
	color: #96d6f1;
	transition: linear 0.3s all;
}
.loscanales .vermas1:hover a {
	color: #666 !important;
}
.loscanales .vermas1 a:hover, .loscanales .vermas1:hover {
	left: -10px;
	border-color: #444 !important;
	color: #666 !important;
}

@media (max-width: 767px) {
.loscanales .vermas1 {
	border : none;
	font-size: 1em;
}
}
/* 3.7 Section News */


#envivo .label {
	background-color: white;
	border-radius: 50px;
	padding: 2px 10px;
	line-height: 20px;
	font-size: 0.72em;
	padding-top: 0;
	position: relative;
	top: -3px;
	animation: viva 1s infinite;
	left: 2px;
}
 @keyframes viva {
 0% {
 background-color: #fff;
}
 50% {
 background-color: rgba(255,255,255,0.5);
}
 100% {
 background-color: #fff;
}
}
.loscanales .owl-item {
	max-width: 200px;
	margin-right: 40px;
}
.section-news {
	border-bottom: 1px solid #e1e1e1;
}
.news-carousel {
	margin-top: 4.7rem;
}
.news-item {
	position: relative;/*max-width: 200px;  probar  */
}
.news-item img {
	width: 100%;
}
.news-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 2.7rem;
	color: #999;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.hover-border {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.hover-border div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hover-border div::before {
	position: absolute;
	content: "";
	background: #b0288c;
	height: 4px;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.hover-border::after {
	position: absolute;
	content: "";
	background: #b0288c;
	width: 4px;
	height: 100%;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: 0.2s 0.2s;
	-o-transition: 0.2s 0.2s;
	transition: 0.2s 0.2s;
}
.hover-border div::after {
	position: absolute;
	content: "";
	background: #b0288c;
	width: 100%;
	height: 4px;
	right: 0;
	bottom: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 0.2s 0.4s;
	-o-transition: 0.2s 0.4s;
	transition: 0.2s 0.4s;
}
.hover-border::before {
	position: absolute;
	content: "";
	background: #b0288c;
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: 0.2s 0.8s;
	-o-transition: 0.2s 0.8s;
	transition: 0.2s 0.8s;
}
.news-hover .content {
	opacity: 0;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.news-hover .time {
	margin-bottom: 0.6rem;
}
.news-title {
	font-size: 1.65rem;
	line-height: 1.1em;
	letter-spacing: 0;
	margin: 0;
	-webkit-transform: translateX(-2rem);
	-ms-transform: translateX(-2rem);
	-o-transform: translateX(-2rem);
	transform: translateX(-2rem);
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.news-item p {
	line-height: 1.3em;
}
.news-description {
	opacity: 0;
	margin-bottom: 0;
	line-height: 1.71;
	margin-top: 10%;
	-webkit-transform: translateY(-2rem);
	-ms-transform: translateY(-2rem);
	-o-transform: translateY(-2rem);
	transform: translateY(-2rem);
	-webkit-transition: 0.5s 0.3s ease;
	-o-transition: 0.5s 0.3s ease;
	transition: 0.5s 0.3s ease;
}
.news-hover .read-more {
	position: absolute;
	opacity: 0;
	bottom: 2.7rem;
}
.read-more {
	font-weight: 600;
}
.news-item:hover .news-hover {
	background: #333333;
	background: -moz-linear-gradient(top, #333333 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
	background: linear-gradient(to bottom, #333333 0%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0 );
}
.loscanales .owl-carousel.owl-drag .owl-item:hover {
	box-shadow: 2px 2px 26px #000;
}
.news-item:hover .hover-border::before, .news-item:hover .hover-border::after, .news-item:hover .hover-border div::before, .news-item:hover .hover-border div::after {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.news-item:hover .news-hover .content {
	opacity: 1;
}
.news-item:hover .news-hover .news-title, .news-item:hover .news-hover .news-description {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.news-item:hover .news-hover .read-more {
	opacity: 1;
}
.news-item h4 {
	color: #fff;
	font-size: 1.52em;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 0.85em;
	text-shadow: 4px 4px 10px rgba(0,0,0,0.7);
}
.dark .owl-carousel .owl-nav [class*=owl-] {
	border-color: #ccc;
	border-width: 2px !important
}
.owl-carousel .owl-nav [class*=owl-]:hover {
	border-color: #009BD9
}

@media (max-width: 1199px) {
.loscanales .news-description {
	display: none !important;
}
.news-item h4 {
	font-size: 1.5em;
}
}

@media (max-width: 767px) {
.news-item h4 {
	font-size: 1.2em;
}
.news-item:hover .news-hover .read-more {
	left: 10% !important;
}
}
.news-item:hover .news-hover .read-more {
	transition: linear 0.3s all;
	left: 27%;
	margin-left: 0
}
.news-item:hover .news-hover .read-more:hover {
	color: white;
	margin-left: 3px;
}
.loscanales .owl-carousel .owl-stage-outer {
	padding-bottom: 20px;
}
/*.loscanales .owl-carousel.owl-drag .owl-item{box-shadow: 2px 2px 26px #000}*/


/******************* sponsors ************/

.logosUniversidades {
	margin: 0 -5rem;
	padding: 2.5rem 8em !important;
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #cccccc 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #cccccc 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #cccccc 0%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff', GradientType=0 );
}
.logosUniversidades .owl-dots {
	display: none!important
}
.logosUniversidades img {
	height: 60px !important;
	width: auto !important;
	max-width: inherit !important;
	position: relative;
	display: block;
	margin: auto;
}
.logosUniversidades {
	vertical-align: middle;
	padding: 60px 20px 80px !important;
}
.logosUniversidades .oc-items {
	text-align: center;
}
footer {
	margin-top: 10px;
	padding-top: 130px;
	color: white;
	background: #014e7a;
	background: -moz-linear-gradient(top, #014e7a 20%, #000000 100%);
	background: -webkit-linear-gradient(top, #014e7a 20%, #000000 100%);
	background: linear-gradient(to bottom, #014e7a 20%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014e7a', endColorstr='#000000', GradientType=0 );
}
footer h4 {
	color: rgba(255,255,255,0.5);
	margin-bottom: 8px;
}
footer:before {
	content: '';
	background-image: url('../img/logo_blanco.png');
	position: absolute;
	left: 49%;
	width: 120px;
	height: 120px;
	background-color: #014e7a;
	background-size: 70%;
	z-index: 2;
	border-radius: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-top: -140px;
}
.footer-widgets-wrap {
	margin-top: 40px;
}
.footer-logo {
	max-width: 170px;
	height: auto;
}
.subscribe-widget h5, footer a {
	color: white !important;
}
footer a:hover {
	color: rgba(255,255,255,.5) !important;
}
footer i {
	color: #0488ba
}
footer ul {
	list-style: none;
}
footer ul li {
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 4px;
	margin-bottom: 5px;
}
footer ul li:last-child {
	border-bottom: none!important;
}
footer .form-control {
	background-color: black;
	border-color: #5bc0de;
	color: #5bc0de;
	outline: none;
	border-left: none;
}
footer .input-group-addon {
	background-color: rgba(0, 20, 35, 0.4);
	border-color: #5bc0de;
	outline: none;
	border-right: none !important;
}
footer .btn-info {
	color: black;
	font-weight: 700;
	background-color: #3e95c7
}
footer .btn-info:hover {
	background-color: #53bbf9;
	color: #013553;
}
/**************************************/
/************* DSNET ******************/ 

.dsnet1 a {
	margin-top: 21px;
	float: right;
}
.dsnetbot {
	float: right;
	margin: 5px 5px 5px 0;
	width: 170px;
	text-align: center;
	line-height: 28px !important;
	color: #ccc;
	border: 2px solid rgba(48, 207, 230, 0.3) !important;
	border-radius: 20px;
	overflow: hidden;
	height: 28px;
	position: relative;
	text-decoration: none!important;
	right: auto;
	top: 0;
}

@media (min-width: 767px) {
.dsnetbot {
	right: 0em;
	top: 3.3em;
}
}
.dsnetbot:hover {
	box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.51);
	border: 2px solid rgba(48, 207, 230, 0.8) !important;
}
.dsnetbot i {
	display: block;
}
.dsnetbot i p {
	margin: 0;
	padding: 0;
	height: 39px;
	text-decoration: none!important;
	font-size: 14px;
	font-weight: 700 !important;
	letter-spacing: 0px;
	text-shadow: none;
	font-style: normal;
	margin-top: -1px;
}
.dsnetbot * {
	transition: all 0.3s linear;
}
.dsnetbot i:last-child {
/*background: #48bbf3*/
}
.dsnetbot i:first-child {
	background: transparent;
}
.dsnetbot i:last-child p {
	color: rgba(48, 207, 230, 0.75) !important;
}
.dsnetbot i:first-child p {
	color: #417e8a !important;
}
.dsnetbot:hover i:first-child {
	margin-top: -38px;
}
@media (max-width: 479px) {
	.dsnetbot{float: left;}
}
/******************************/
.film {
	display: inline-block;
	max-width: 38px;
	position: relative;
	opacity: 0.5;
	top: -3px;
	animation: giraa 1s infinite linear;
}
 @keyframes giraa {
 100% {
 transform: rotate(360deg);
}
}
#logo {
	transition: linear 0.3s all
}

@media (max-width: 767px) {
.content-wrap {
	padding: 0px 0px
}
#producciones {
	background-position: 0 0 !important
}
#producciones h2 {
	font-size: 1.6em;
	padding: 5px 15px
}
#producciones h2 img {
	max-width: 30px;
}
.articuloChico:first-child {
	margin-top: 20px;
}
.articuloChico .fecha {
	font-size: .8em
}
#series1 h3 {
	font-size: 1.2em;
	padding: 4px 10px;
}
#envivo h2 {
	font-size: 1.7em;
}
.articuloMedio:first-child {
	margin-top: 20px;
}
footer:before {
	left: 40% !important;
	width: 80px;
	height: 80px;
	margin-top: -120px;
}
.dsnetbot {
	top: 40px !important;
	margin-bottom: 30px !important
}
.acercade {
	background-position: 50% 50%
}
.footer-logo {
	margin-bottom: 0px
}
.logoU:before, .logoU:after {
	display: none;
}
.logoCin img {
	width: 80px;
	height: auto;
	left: -10px;
}
.logoU {
	margin-left: -10px;
}
}
#primary-menu ul li > a{color:#126c9e }

@media (min-width: 991px) and (max-width: 1199px) {
#primary-menu ul li > a {
	padding: 10px 5px;
	font-size: 14px;
}
.sticky-header #primary-menu > ul {
	height: 50px;
	top: -10px;
}
#top-search form {
	width: 100% !important;
	position: absolute;
	left: -250px;
	top: 10px;
}
.sticky-header #top-search form {
	top: 0;
}
body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#primary-menu ul > li {
	display: block;
}
#primary-menu > ul {
	
	text-align: center;
	top: 30px;
	transition: linear 0.3s all;

max-width: calc(95% - 145px);
    margin-left: 2%;
    text-align: center;
    padding-right: 4px;


}
.soloMobile {
	display: none !important
}
.sticky-header #top-social, #header.sticky-header:not(.static-sticky) #top-search {
	margin-top: 11px !important
}
.sticky-header #primary-menu {
	top: 10px;
}
.sticky-header #primary-menu > ul {
	max-width: 550px !important;
}
.sticky-header #primary-menu ul li > a {
	padding: 10px 5px;
	font-size: 13px;
}
#primary-menu ul:first-child ul:active {
	display: inline !important
}
}
.copyrights {
	opacity: 0.5;
	font-size: .8em;
}
/* COLORES BOTONERA */
#primary-menu ul li a:hover {
	color: white !important;
}
#primary-menu ul:first-child ul {
	background: #1e426d;
	background: -moz-linear-gradient(top, #1e426d 2%, #317684 99%);
	background: -webkit-linear-gradient(top, #1e426d 2%, #317684 99%);
	background: linear-gradient(to bottom, #1e426d 2%, #317684 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e426d', endColorstr='#317684', GradientType=0 );
} /*  MUNDO**/

@media (min-width: 991px) {
#primary-menu ul:first-child ul {
	box-shadow: 3px 6px 12px black;
	border-top: none;
	border-left: none;
	border-color: #41829e
}
}
#primary-menu ul li:hover {
	border: none;
	background: -moz-linear-gradient(45deg, rgba(30,66,109,1) 0%, rgba(30,66,109,1) 2%, rgba(49,118,132,0.8) 100%);
	background: -webkit-linear-gradient(45deg, rgba(30,66,109,1) 0%, rgba(30,66,109,1) 2%, rgba(49,118,132,0.8) 100%);
	background: linear-gradient(45deg, rgba(30,66,109,1) 0%, rgba(30,66,109,1) 2%, rgba(49,118,132,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e426d', endColorstr='#cc317684', GradientType=1 );
}
#primary-menu ul li:hover a div {
	color: white !important;
}
#primary-menu ul ul:not(.mega-menu-column) a, #primary-menu ul li .mega-menu-content a {
	color: white;
}
#primary-menu ul ul li:hover a {
	background-color: black !important;
	color : white !important;
}
/*
#primary-menu ul li:nth-child(3) > a:hover{background-color: cyan }
#primary-menu ul li:nth-child(4) > a:hover{background-color: blue }
#primary-menu ul li:nth-child(5) > a:hover{background-color: purple }
#primary-menu ul li:nth-child(6) > a:hover{background-color: red }
#primary-menu ul li:nth-child(7) > a:hover{background-color: yellow }*/


#titulo {
	position: absolute;
	width: 100%;
	z-index: 55;
}
.margensuperior {
	position: relative;
	width: 100%;
	margin-top: 150px;
	margin-bottom: -149px;
}
.tituloPagina {
	position: fixed !important;
	top: 100px;
	z-index: 22;
	box-shadow: 3px 6px 14px rgba(0,0,0,0.25);
	width: 100%;
	border-bottom: 0;
	transition: linear .5s all;
	background: rgb(23, 23, 23);
	background: -moz-linear-gradient(25deg, rgb(23, 23, 23) 0%, rgba(204, 71, 126,0.8) 50%, rgb(26, 134, 245) 100%);
	background: -webkit-linear-gradient(25deg, rgb(23, 23, 23) 0%, rgba(204, 71, 126,0.8) 50%, rgb(26, 134, 245) 100%);
	background: linear-gradient(25deg, rgb(23, 23, 23) 0%, rgba(204, 71, 126,0.8) 50%, rgb(26, 134, 245) 100%);
}

@media (max-width: 991px) {
.tituloPagina {
	position: absolute !important;
	top: 0 !important
}
}
.sticky-header .tituloPagina {
	top: 60px;
	box-shadow: 1px 3px 7px rgba(0,0,0,0.45);
}
.tituloPagina p a {
	color: lemonchiffon;
	text-transform: uppercase;
	font-weight: 700;
	transition: linear .3s all;
}
.tituloPagina p a:hover {
	color: white;
	font-size: 1.2em;
	text-shadow: 3px 3px 6px black;
}
.tituloPagina p {
	position: relative;
	margin-top: 20px;
	transition: linear .3s all;
	margin-bottom: 0;
	color: lemonchiffon;
	opacity: 1;
	transform: scale(1, 1);
	letter-spacing: 2px;
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 10px;
	text-align: center;
}
.sticky-header .tituloPagina p {
	opacity: 0;
	transform: scale(0, 0);
	height: 0;
	line-height: 0;
	margin: 0 0
}
.tituloPagina h1 {
	display: block;
	width: 100%;
	transition: linear .1s all;
	position: relative;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 3px 3px 6px rgba(0,0,0,.5);
	font-size: 2.8em;
	line-height: 1em;
	text-align: center;
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 15px;
	border-bottom: 0px;
}

@media (min-width:1500px) {
.tituloPagina h1:after {
	animation: colora 10s infinite linear;
}
 @keyframes colora {
 00% {
 filter:hue-rotate(0deg);
}
 25% {
 filter:hue-rotate(180deg);
}
 50% {
 filter:hue-rotate(360deg);
}
 75% {
 filter:hue-rotate(180deg);
}
 100% {
 filter:hue-rotate(0deg);
}
}
.tituloPagina h1:after {
	content: '';
	position: absolute;
	background-image: url('../img/stripes.png');
	background-size: 100% 100%;
	right: -30px;
	width: 466px;
	height: 200px;
	transition: linear .5s all;
	filter: grayscale(0);
	z-index: 32432;
	opacity: 0.5;
	margin-top: -34px;
}
.sticky-header .tituloPagina h1:after {
	opacity: 0.35;
	right: -30px;
	width: 300px;
	height: 135px;
	z-index: -1;
	animation: none;
	filter: grayscale(50) !important;
}
}
.sticky-header .tituloPagina h1 {
	font-weight: 600;
	font-size: 1.7em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#videoReproductor {
	width: 100%;
	position: relative;
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
	background: #0e0e0e; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #21597d 0%, #0e0e0e 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #21597d 0%, #0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #21597d 0%, #0e0e0e 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21597d', endColorstr='#0e0e0e', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 130px 0px 90px;
	margin-top: 150px;
	border-bottom: 3px solid #142834;
}
#videoReproductor .mfp-figure figure {
	max-width: 1600px;
}
.videobox iframe {
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 85%;
	margin: auto;
	display: block;
	border: 3px solid #2f4d61 !important;
}

@media (min-width: 767px) {
.videobox iframe {
	min-height: 460px
}
}
.videobox {
	display: block;
	margin: auto;
	/*background-color: rgba(0,0,0,0.50);*/
	max-width: 950px;
	position: relative;
	margin-bottom: 30px;
}
.videobox:before {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: -51px;
	LEFT: 0;
	width: 100%;
	height: 51px;
	background: url(/img/sombralarga2.png);
	background-position: TOP center;
	background-repeat: no-repeat;
	background-size: 85% 100%;
}
.noticias .videobox:before {
	bottom: -46px;
}
.noticias .videobox iframe {
	width: 100%;
}
/* CONTENEDOR SECCION ***********************************************************/

.contenedorSeccion {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(top, rgb(43, 67, 82) 0%, rgb(41, 59, 74) 10%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgb(43, 67, 82) 0%, rgb(41, 59, 74) 10%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgb(43, 67, 82) 0%, rgb(41, 59, 74) 10%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293b4a', endColorstr='#000000', GradientType=0 );
	border: 4px solid #4c616f; /* 666*/
	padding: 10px 10px;
	box-shadow: 3px 5px 10px rgba(0,0,0,0.5);
	margin-right: -25px;
	margin-left: -25px
}
#content .parallax {
	padding: 20px 0;
}
.presentacion {
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.79) 0%, rgba(0,0,0,0.21) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.79) 0%, rgba(0,0,0,0.21) 100%);
	background: linear-gradient(135deg, rgba(0,0,0,0.79) 0%, rgba(0,0,0,0.21) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9000000', endColorstr='#36000000', GradientType=1 );
}
.presentacion p {
	margin-bottom: 15px;
	font-size: 16px;
	text-align: justify;
	color: #ccc;
}
.presentacion img {
	border-radius: 6px;
}
.tipodeContenidoform span {
	display: none
}
.tipodeContenidoform .checkbox {
	display: inline-block;
	width: 80px;
}

@media (min-width: 767px) and (max-width: 1400px) {
#page-title.page-title-mini {
	padding: 20px 0 !important;
	box-shadow: 2px 5px 16px rgba(0,0,0,0.45);
}
}

@media (min-width: 1401px) {
.page-title-mini {
	padding: 50px 0 !important;
}
}

@media (min-width: 767px) {
.tipodeContenidoform .checkbox {
	display: inline-block;
	width: 125px;
}
.tipodeContenidoform span {
	display: inline-block;
	padding: 0 5px
}
.contenedorSeccion {
	padding: 40px 60px 45px;
	box-shadow: 6px 9px 20px rgba(0,0,0,0.5);
	margin-right: 0px;
	margin-left: 0px;
	border-radius: 45px;
}
}
.contenedorSeccion .tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
	top: -1px;
	height: 43px;
	line-height: 38px;
	/* border-top: 2px solid #009bdd; */
	border-top-width: 2px;
	border-width: 2px;
	border-color: #888;
	border-top-color: #888;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #22313d;
	background: -moz-linear-gradient(top, #265a6d 0%, #22313d 100%);
	background: -webkit-linear-gradient(top, #265a6d 0%, #22313d 100%);
	background: linear-gradient(to bottom, #265a6d 0%, #22313d 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#265a6d', endColorstr='#22313d', GradientType=0 );
}
.contenedorSeccion ul.tab-nav:not(.tab-nav-lg) {
	border-width: 2px;
}
#content .parallax {
	padding: 100px 0;
	border-image-width: 0 !important;
	background-size: cover;
}
#content {
	border-top: 0;
	border-top-width: 0;
	border-top-color: black !important
}
.contenedorSeccion h2 {
	color: #09c;
	font-size: 1.7em
}
.tipodeContenidoform {
	height: 20px;
	position: relative;
	top: -15px
}
.tipodeContenidoform i {
	font-size: 21px;
	position: relative;
	top: -11px
}

@media (max-width: 767px) {
.tipodeContenidoform i {
	top: 8px
}
}
.tipodeContenidoform span {
	font-size: 14px;
	position: relative;
	top: -14px;
	font-weight: 700;
	color: #666;
}
.tipodeContenidoform .checkbox {
	margin-right: 20px;
}
.marcoFoto {
	width: 100%;
	position: relative;
	display: block
}
.datosTecnicos p {
	font-size: 14px;
	line-height: 28px;
	color: #ccc;
}
.datosTecnicos h4 {
	margin-bottom: 8px;
	padding-bottom: 0;
	color : white;
}
.datosTecnicos .tabs.tabs-alt ul.tab-nav li a {
	background-color: transparent;
	color: white;
}
.si-share {
	background-color: rgba(0,0,0,0.66);
	border-radius: 30px;
	margin: 10px auto;
	border: 3px solid rgba(90,90,90,0.3) !important;
	max-width: 280px;
	padding: 4px 20px;
	color: #999;
	margin-bottom: 25px;
	min-height: 50px;
}
.si-share a {
	border-radius: 5px;
	color: #999;
}
.si-share span {
	text-align: right;
}
.social-icon .fa {
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 38px !important;
	text-shadow: none;
	overflow: hidden;
}
.si-whatsapp:hover, .si-colored.si-whatsapp {
	background-color: #5BA525 !important;
}
.fotoFicha {
	border-radius: 20px;
	border: 3px solid #557079;
	padding: 5px;
	box-shadow: 4px 8px 22px rgba(0,0,0,0.8);
	position: relative;
	display: block;
	width: 100%;
	z-index: 4;
	background: -moz-linear-gradient(-45deg, rgba(125,126,125,0) 0%, rgba(14,14,14,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(125,126,125,0) 0%,rgba(14,14,14,1) 100%);
background: linear-gradient(135deg, rgba(125,126,125,0) 0%,rgba(14,14,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007d7e7d', endColorstr='#0e0e0e',GradientType=1 );


}
.fotoFicha iframe {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.fotoFicha .owl-carousel .owl-stage-outer {
	border-radius: 16px;
}
.redondo, .redondo > iframe, .redondo > object, .redondo >embed {
	overflow: hidden;
	line-height: 0;
	-webkit-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	border-radius: 20px !important;
}
.datosTecnicos hr {
	border-top-color: #8bb2bf36;
	width: 100%;
	margin-top: 5px;
}
.datosTecnicos .overlay .overlay-wrap, .datosTecnicos .text-overlay {
	position: relative;
	width: 93.05%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	border-radius: 20px;
	float: none;
	margin: 0 auto;
	border: 2px solid #fff;
}
.datosTecnicos .tags strong {
	display: inline-block;
	float: left;
}
.datosTecnicos .tags a {
	display: inline-block;
	position: relative;
	float: left;
	padding: 0px 11px;
	background-color: #8bb2bf;
	font-weight: 700;
	color: black;
	border-radius: 30px;
	margin: 0 5px 10px;
}
/************************************ CATEGORIA *********************/

.portfolio-filter li.activeFilter a {
	border-radius: 20px !important;
}
.portfolio-filter li:first-child a, .portfolio-filter li.activeFilter a, .portfolio-filter li:last-child a, .portfolio-filter li a {
	color: white;
	border: 2px solid rgba(255,255,255,0);
	transition: linear 0.3s all;
	margin: 0 5px;
	border-radius: 20px !important;
	height: 45px;
	font-size: 16px;
}
.portfolio-filter li a {
	background-color: rgba(255,255,255,0.1);
}
.portfolio-filter li a:hover {
	border: 2px solid rgba(255,255,255,0.9);
	color: White;
}
.portfolio-filter li.activeFilter a:hover {
	border-color: rgba(255,255,255,0);
}
.dark .well {
	border-radius: 30px;
	border: 2px solid #3d82af;
	box-shadow: 6px 9px 20px rgba(0,0,0,0.5);
	padding: 15px 20px 5px;
}
.dark .widget p {
	color: #a6cae2;
	margin-bottom: 5px;
}
.dark .form-control:not(.not-dark):active, .dark .form-control:not(.not-dark):focus, .dark .sm-form-control:not(.not-dark):active, .dark .sm-form-control:not(.not-dark):focus, .dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark) {
	background-color: rgba(0,0,0,.8);
	border: 1px solid #1a3d54 !important;
	color: white;
	border-radius: 20px;
}
.dark .form-control:not(.not-dark) option, .dark .sm-form-control:not(.not-dark) option {
	background-color: rgba(0,0,0,.7);
	color: white;
	padding: 0 5px;
}
.buscadorVideos .checkbox {

	 display: inline-block;
	 position: relative;
	 min-width: 66px;
	margin-left: 20px;

}
.radio label, .checkbox label {
	padding-left: 5px !important;
}
.buscadorVideos h4 {
	border-bottom: 2px dotted #3d82af;
	text-align: center;
	color: #3d82af;
	font-weight: 700;
	padding-bottom: 5px;
	margin: 0 auto;
	max-width: 160px;
	margin-bottom: 25px;
}
.buscadorVideos .buscar {
	background-color: rgba(38, 111, 158, 0.5);
	font-size: 1.1em;
	width: 100%;
	border-radius: 20px;
}
.postcontent, .postcontent.bothsidebar, .sidebar {
	border-bottom: none;
	margin-bottom: 0 !important
}
#fondoSeccion {
	width: 100%;
	position: relative;
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
	background: #0e0e0e; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #21597d 0%, #0e0e0e 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #21597d 0%, #0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #21597d 0%, #0e0e0e 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21597d', endColorstr='#0e0e0e', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 130px 0px 90px;
	margin-top: 150px;
	border-bottom: 3px solid #142834;
}

@media (max-width: 767px) {
#fondoSeccion .container {
	width: 96% !important
}
}
.resultadoVideos .portfolio-image figure {
	border-radius: 0px;
	overflow: hidden;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 20px;
	border: 3px solid #3d82af;
}
.recomendados .resultadoVideos .portfolio-image figure {
	height: 200px;
}

@media(min-width: 1600px) {
.recomendados .resultadoVideos .portfolio-image figure {
	height: 240px;
}
}
.recomendados .resultadoVideos .portfolio-desc h3 a {
	font-size: 18px;
	line-height: 22px;
	min-height: 48px;
}
.recomendados .portfolio-desc {
	padding-top: 8px;
}
.resultadoVideos .portfolio-overlay a {
	position: relative;
	top: 50%;
	left: 50%;
	background-color: #F5F5F5;
	width: 40px !important;
	height: 40px !important;
	margin: -28px 0 0 -18px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #444;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	box-shadow: 3px 6px 16px rgba(0,0,0,.7);
}
.resultadoVideos .portfolio-overlay a:hover {
	background-color: rgb(61, 130, 175);
	color: white;
}
.portfolio-overlay {
	background-color: rgba(0,0,0,.7);
	background: -moz-linear-gradient(45deg, rgba(0,0,0,0.86) 0%, rgba(15,91,117,0.59) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.86) 0%, rgba(15,91,117,0.59) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,0.86) 0%, rgba(15,91,117,0.59) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db000000', endColorstr='#960f5b75', GradientType=1 );
}
.resultadoVideos .portfolio-image {
	display: block;
	border-radius: 20px;
	box-shadow: 3px 6px 12px rgba(0, 0, 0, .5);
	z-index: 333
}

@media (max-width:479px) {

.resultadoVideos .portfolio-image {
	width: 40%;
	display: inline-block;
}
.portfolio-desc {
	display: inline-block;
	width: 57%;
	vertical-align: top;
	padding-top: 10px;
}
.recomendados .resultadoVideos .portfolio-image {
	width: 100%;
	display: inline-block;
}
.recomendados .portfolio-desc {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-top: 5px;
}
.resultadoVideos .portfolio-image figure {
	height: 80px;
}
.resultadoVideos .portfolio-desc h3 a {
	text-align: left;
}
}


.resultadoVideos .portfolio-overlay {
	border: 3px solid white;
	display: block;
	border-radius: 20px;
}
.resultadoVideos .portfolio-desc h3 a {
	color: white;
	text-shadow: 3px 3px 6px black;
	font-size: 16px;
	line-height: 18px;
	display: block;
	min-height: 75px
}
.resultadoVideos .portfolio-desc h3 {
	text-align: center;
	width: 100%;
}
/*
.resultadoVideos .portfolio-desc {
	z-index: 0;
	padding: 20px 6px 10px;
	position: relative;
	top: -10px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: rgba(9,29,43,0.87);
}*/

.resultadoVideos .portfolio-item {
	width: 100%
}

@media (min-width: 500px) {
.resultadoVideos .portfolio-item {
	width: 50%
}
}

@media (min-width: 768px) {
.resultadoVideos .portfolio-item {
	width: 33%
}
}

@media (min-width: 1200px) {
.resultadoVideos .portfolio-item {
	width: 25%
}
}

@media (min-width: 1400px) {
.resultadoVideos .portfolio-item {
	width: 20%; min-height: 300px;
}
}

@media (min-width: 1601px) {
.resultadoVideos .portfolio-item {
	width: 16.6%
}
}

@media (min-width: 1911px) {
.resultadoVideos .portfolio-item {
	width: 14.2%
}
}

@media (max-width: 767px) and (min-width: 580px) {
}

@media (min-width: 991px) {
.postcontent {
	width: calc(100% - 300px);
}
}
.noticias .datosTecnicos hr, .series .datosTecnicos hr {
	border-top-color: #8bb2bf36;
	width: 100%;
	margin-top: 5px;
}
.noticias .overlay .overlay-wrap, .noticias .datosTecnicos .text-overlay, .series .overlay .overlay-wrap, .series .datosTecnicos .text-overlay {
	position: relative;
	width: 90%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	border-radius: 20px;
	float: none;
	margin: 0 auto;
	border: 2px solid #fff;
}
.series .fotoPrincipal .overlay .overlay-wrap, .series .datosTecnicos .text-overlay {
	width: 94%;
}
.noticias .overlay .overlay-wrap {
	width: 94% !important;
}
.noticias h2, .series h2 {
	color: white;
	font-size: 4.5em;
	text-shadow: 4px 4px 6px black;
	margin-bottom: 0px;
}
.series .fichaDatos {
	color: #ccc;
	font-size: 18px;
}
.noticias h3, .series h3 {
	margin-bottom: 0
}
.series h3 a {
	color: #99c8e6;
	font-size: 1em;
	text-shadow: 4px 4px 6px rgba(0,0,0,0.5);
	margin-bottom: 0px;
	font-weight: 400;
	display: block;
	transition: linear .3s all;
	position: relative;
	left: 0;
	top: 0
}
.series h3 a:hover {
	text-decoration: none;
	color: #fdffbe
}
.series h3 a i {
	transition: linear .3s all;
	transform: scale(1);
	opacity: .5;
	margin-right: 3px;
	color: #99c8e6;
	border: 3px solid #99c8e6;
	border-radius: 100%;
	width: 32px;
	height: 32px;
	padding-left: 4px;
	line-height: 26px;
	font-size: 21px;
	box-shadow: 3px 6px 9px rgba(0, 0, 0, .5);
}
.series h3 a:hover i {
	opacity: 1;
	transform: scale(1.3);
	margin-right: 8px;
	color: #cdebff;
	box-shadow: 3px 6px 9px rgba(0, 0, 0, .3);
}
.series h3 a strong {
	font-weight: 700;
	font-size: 1.3em;
	color: white;
}
.series h3 a:hover strong {
	color: #fdffbe
}
.noticias h3 a {
	color: #fff;
	font-size: 1.8em;
	text-shadow: 4px 4px 6px rgba(0,0,0,0.3);
	margin-bottom: 0px;
	font-weight: 400;
	display: block;
	transition: linear .3s all;
	position: relative;
	left: 0;
	top: 0;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.15em;
}
.noticias h3 a:hover {
	color: #fdffbe
}
.noticias p, .series p {
	color: #99c8e6;
}
p {
	margin-bottom: 0
}
.noticias .fecha {
	border: 2px solid rgba(153, 200, 230, 0.3);
	border-radius: 20px;
	padding: 2px 8px;
	display: inline-block;
	margin-top: 15px;
}
.vermas {
	background-color: rgb(102, 171, 214);
	border-radius: 20px;
	padding: 0px 7px;
	display: inline-block;
	margin-left: 10px;
	display: inline-block;
	font-size: 0.8em;
	color: black;
	font-weight: 700;
	text-transform: uppercase;
	transition: linear 0.3s all;
}
.articuloGrande .vermas {
	background-color: rgba(255, 255, 255, .75);
}
.articuloGrande .tipoProduccion {
	color: #ccc;
	border-color: #666;
	border-width: 2px
}
.vermas:hover {
	background-color: white;
}
.vermas i {
	transform: scale(1);
	transition: linear 0.3s all;
}
.vermas:hover i {
	transform: scale(1.2);
}
.noticias hr, .series hr {
	border-top-color: #99c8e6;
	opacity: 0.5;
	border-top-style: dotted
}

@media (max-width:767px) {
.series h3 a {
	margin-top: 0px;
}
.flotaIzquierda {
	float: left
}
.flotaDerecha {
	float: right
}
}
.noticias {
	padding-top: 200px !important;
}
.tituloPagina .tituloGrande {
	font-size: 4em;
	padding-top: 15px
}
.sticky-header .tituloPagina .tituloGrande {
	padding-top: 0px
}
.noticias .copete {
	font-size: 34px;
	line-height: 44px;
	color: white;
}
.noticias .cuerpoTexto, .cuerpoTexto p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}
.noticias .cuerpoTexto::first-letter {
	color: #99bdbe;
	font-size: 2em;
	margin-right: 2px;
}
.noticias .fecha2 {
	border: 2px solid rgba(153, 200, 230, 0.3);
	border-radius: 20px;
	padding: 2px 8px;
	display: inline-block;
	background-color: #183445;
	z-index: 432;
	left: 41%;
	margin-top: -36px;
	position: absolute;
}
.noticias .owl-carousel .owl-dots {
	position: absolute;
	margin-left: 47%;
}
.noticias .owl-carousel .owl-nav .owl-prev, .noticias .owl-carousel .owl-nav .owl-next {
	background-color: rgba(23, 51, 69, .9);
	border: 2px solid #7aa0ad;
	color: #7aa0ad;
}
.noticias .videobox {
	max-width: 800px;
	margin: 50px auto
}
.listaCanales #portfolio {
	z-index: 55555
}
.listaCanales .news-item {
	margin: 6px;
}
.listaCanales .news-hover {
	height: 98%;
}
.listaCanales .portfolio-6 .portfolio-item {
	width: 45%;
}

@media (min-width: 768px) {
.listaCanales .portfolio-6 {
	margin-left: 10%;
}
}

@media (min-width: 991px) and (max-width: 1199px) {
.listaCanales .portfolio-6 .portfolio-item {
	width: 20%;
}
}

@media (min-width: 1200px) {
.listaCanales .portfolio-6 .portfolio-item {
	width: 14%;
}
}
.listaCanales .news-item:hover .news-hover .read-more {
	font-size: 1.2em;
}

/*.listaCanales  img{display: block;max-width: 220px !important; }*/

@media (min-width: 768px) and (max-width: 991px) {
.listaCanales .portfolio-6 .portfolio-item {
	width: 28%;
}
.recomenados .portfolio .portfolio-item {
	width: 33%;
}
}
.tituloPagina h1 i {
	opacity: .8;
	font-size: .8em;
}
.sticky-header .tituloPagina h1 i {
	opacity: .5;
}
.tituloProduccion .film {
	opacity: .8;
	max-width: 30px;
	height: auto;
	transition: linear 0.3s all;
}
.sticky-header .tituloProduccion .film {
	opacity: .5;
	max-width: 20px;
	top: -2px
}
.formularioContacto {
	max-width: 800px !important;
	background-color: rgba(0,0,0,.6) !important;
	padding: 25px 50px !important;
	border: 3px solid #1a3d54 !important;
	border-radius: 40px !important;
	box-shadow: 3px 8px 20px rgba(0,0,0,0.5) !important;
}
.formularioContacto h2 {
	text-align: center;
	color: #7ac8e8;
	font-weight: 400;
	font-size: 1.8em;
}
.formularioContacto .form-control:not(.not-dark),  .formularioContacto .sm-form-control:not(.not-dark) {
	border: 3px solid #1a3d54 !important;
	border-radius: 30px !important;
}
.formularioContacto .form-control:not(.not-dark):active, .formularioContacto .form-control:not(.not-dark):focus, .formularioContacto .sm-form-control:not(.not-dark):active, .formularioContacto .sm-form-control:not(.not-dark):focus, .formularioContacto .form-control:hover input, .formularioContacto .form-control:not(.not-dark):hover input {
	border: 3px solid #009bdd !important;
}
.map {
	width: 100%;
	height: 26rem;
	border: 0;
	text-align: center;
	border: 2px solid #1a3d54 !important;
	border-radius: 30px !important;
	box-shadow: 0 1px 10px rgba(0,0,0,0.35) !important;
}
.map-info {
	color: #000;
	text-align: left;
	padding: 1rem 0;
}
.map-address-row {
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.4;
}
.map-address-row .fa {
	margin-right: 0.5rem;
}
.gmap-open {
	margin: 2rem 0 0;
}
a[href^="http://maps.google.com/maps"] {
	display: none !important
}
a[href^="https://maps.google.com/maps"] {
	display: none !important
}
.gmnoprint a, .gmnoprint span, .gm-style-cc {
	display: none;
}
.gmnoprint div {
	background: none !important;
}
.tipoProduccion {
	display: inline-block;
	position: relative;
	border-radius: 20px;
	border: 1px solid #ccc;
	color: #999;
	padding: 0 8px;
	font-size: .8em;
	top: -2px;
	letter-spacing: 1px;
}
.tipoProduccion:nth-child(2) {
	color: #41b6e4;
	border-color: #41b6e4
}
#sobremundoU .vermas:hover {
	color: black !important;
}

@media (min-width:768px) and (max-width:991px) {
#sobremundoU h2 {
	font-size: 1.5em;
	padding: 2px 10px;
	margin-bottom: 10px;
}
#sobremundoU p {
	max-width: 70%;
	margin-left: -20px;
}
#sobremundoU a {
	display: none;
}
#series1, #sobremundoU .acercade {
	background-size: 130% !important
}
}

@media (max-width:767px) {
#sobremundoU h2 {
	font-size: 1.5em;
	padding: 2px 10px;
	margin-bottom: 10px;
}
#sobremundoU p {
	max-width: 100%;
	margin-left: -20px;
	margin-bottom: 30px;
}
#sobremundoU a {
	display: none;
}
#sobremundoU .section {
	background: #1474ab !important
}
}

@media (max-width:767px) {
#slider-arrow-left, #slider-arrow-right {
	transform: scale(0.5);
	margin-top: -30%;
	border-radius: 50px;
}
}

@media (max-width:560px) {
#slider-arrow-left, #slider-arrow-right {
	margin-top: -23%;
}
}
/*capitulos*/


.datosTecnicos ul {
	list-style: none;
}
.datosTecnicos ul a {
	padding: 5px 0;
	display: block;
}
.datosTecnicos a:hover, .datosTecnicos ul a:hover {
	color: white !important;
}
.listaCapitulos {
	font-weight: 400;
}
.listaCapitulos a strong {
	font-weight: 700;
	font-size: 1.3em;
	color: #6fbada;
}
.listaCapitulos a:hover strong {
	color: white;
}
/************** serie con filtros por genero ********/


#page-menu-wrap {
	margin-top: -37px;
	z-index: 564654654;
	position: absolute;
	background: -moz-linear-gradient(45deg, rgba(30,87,153,1) 0%, rgba(59,116,177,1) 30%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(45deg, rgba(30,87,153,1) 0%, rgba(59,116,177,1) 30%, rgba(125,185,232,0) 100%);
	background: linear-gradient(45deg, rgba(30,87,153,1) 0%, rgba(59,116,177,1) 30%, rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1 );
	transition: linear 0.5s all;
}
#page-menu.sticky-page-menu #page-menu-wrap {
	top: 131px;
	z-index: 564654654;
}
#page-menu nav li {
	color: rgba(255,255,255,.5);
}
#page-menu .one-page-menu {
	float: left;
	margin-left: 30px;
}
.sinStripes h1:after {
	display: none !important;
	position: relative;
}
#page-menu, #page-menu-wrap, #page-menu nav ul, #page-menu nav ul li {
	height: 37px;
	line-height: 37px;
}
#page-menu nav ul li a {
	margin: 3px 4px;
	padding: 0 8px;
	position: relative;
	top: 2px;
}
#page-menu nav ul .accessoRapido {
	position: relative;
	top: 0px;
	border-bottom: 1px dashed rgba(255,255,255,.15);
	padding-bottom: 1px;
}
.series .container-fluid .resultadoVideos {
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid rgba(35, 93, 122, 0.5);
	padding: 30px 50px;
	margin-left: -15px;
	margin-right: -15px;
	box-shadow: 3px 9px 15px rgba(0,0,0,.8);
}
.series .container-fluid .resultadoVideos h2 {
	font-size: 2.5em;
	margin-bottom: 20px;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, .3);
	color: #a9cad8;
}
.series .container-fluid .resultadoVideos h2:before {
	content: '';
	position: absolute;
	width: 30%;
	height: 105px;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	left: 0;
	margin-top: -45px;
	z-index: -1;
	border: 1px solid rgba(62, 140, 175, 0.2);
	border-left: none;
	opacity: 0.5;
	background: -moz-linear-gradient(left, rgba(36,75,114,0.11) 0%, rgba(43,119,140,0.59) 100%);
	background: -webkit-linear-gradient(left, rgba(36,75,114,0.11) 0%, rgba(43,119,140,0.59) 100%);
	background: linear-gradient(to right, rgba(36,75,114,0.11) 0%, rgba(43,119,140,0.59) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c244b72', endColorstr='#962b778c', GradientType=1 );
}
.series .container-fluid .resultadoVideos:first-child h2:before {
	height: 77px;
	margin-top: -17px;
}
.series .container-fluid .resultadoVideos:first-child h2 {
	padding-bottom: 30px;
}
.series .container-fluid .resultadoVideos:nth-child(even) {
	background: -moz-linear-gradient(left, rgba(43,119,140,0.59) 0%, rgba(60,120,193,0) 100%);
	background: -webkit-linear-gradient(left, rgba(43,119,140,0.59) 0%, rgba(60,120,193,0) 100%);
	background: linear-gradient(to right, rgba(43,119,140,0.59) 0%, rgba(60,120,193,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#962b778c', endColorstr='#003c78c1', GradientType=1 );
	padding: 30px 50px;
	margin-left: -15px;
	margin-right: -15px;
}
.series .container-fluid .resultadoVideos:nth-child(odd) {
	background: transparent;
}
.series .container-fluid .resultadoVideos:last-child {
	box-shadow: none !important;
}
.series #page-menu nav li.current a {
	background-color: white !important;
	color: #2d5f8d;
}

@media (max-width: 767px) {
#page-menu nav ul li {
	background-color: rgba(32, 102, 136, .9);
	border-left: 1px solid white;
}
#page-menu nav ul li:fist-child {
display: none;
}
#page-menu nav ul li a {
	margin: 0 0;
}
#page-menu nav ul .accessoRapido {
	border-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#page-menu-wrap {
	background: transparent !important;
}
#page-submenu-trigger:before {
	content: 'Acceso Rápido';
	width: 200px;
	height: 50px;
	position: absolute;
	display: block;
	right: -18px;
	top: -1px;
	opacity: 0.75;
}
/*.one-page-menu ul li:first-child {
	display: none;
}*/
.series .container-fluid .resultadoVideos h2:before {
	opacity: 0.2
}
}
/******* PAGINACION *************************/ 

.paginacionListado .pagination {
	margin-top: 30px;
	display: inline-block;
}
.paginacionListado {
	text-align: center;
}
.paginacionListado .pagination > li > a, .paginacionListado .pagination > li span {
	margin: 3px;
}
.paginacionListado .pagination > li > a, .paginacionListado .pagination > li > span {
	background-color: rgba(15, 24, 29, 0.5);
	border-color: #305871;
	color: #66abd6;
	border-radius: 22px;
	box-shadow: 3px 6px 9px rgba(0,0,0,0.5);
	position: relative;
	top: 0;
	left: 0;
	transition: linear 0.3s all;
	;
}
.paginacionListado .pagination .disabled span:hover, .paginacionListado .pagination .disabled span:focus {
	background-color: #666 !important;
	color: black !important;
}
.paginacionListado .pagination > li > a:hover {
	background-color: #18567d !important;
	color: #8ad3f3 !important;
	border-color: #8ad3f3 !important;
	box-shadow: 0 0 0 rgba(0,0,0,0.7);
	top: 2px;
	left: 2px;
}
.paginacionListado .pagination > li > a:active, .paginacionListado .pagination > li > a:focus {
	background-color: white !important;
	color: black !important;
	border-color: black !important;
	box-shadow: 0 0 0 rgba(0,0,0,0.7);
	top: 2px;
	left: 2px;
}
.paginacionListado .pagination > .active a {
	background-color: #056380 !important;
	border-color: #1f748e !important;
}
.paginacionListado .pagination > .active a:hover {
	background-color: #44b4d6 !important;
}
footer .si-instagram:hover, footer .si-colored.si-instagram {
	background-color: #a03a7c!important;/*
 background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;*/
	border: none !important;
	vertical-align: middle;
	text-shadow: 3px 3px 4px rgba(0,0,0,.3);
}
footer .si-facebook, footer .si-twitter {
	text-shadow: 3px 3px 4px rgba(0,0,0,.3);
	border: none !important;
}
footer .widget > h4 {
	text-transform: none !important;
	letter-spacing: 0;
	font-size: 18px;
}
/************ slider canales ***********/
.sliderCanales .item {
	min-height: 200px !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
.sliderCanales .item {
	min-height: 200px !important;
}
.sliderCanales .item p {
	font-size: 0.6em !important;
	display: inline!important;
	float: right;
	position: absolute;
}
}

@media (min-width: 1601px) {
.sliderCanales .item {
	min-height: 250px !important;
}
}
.sliderCanales .item h4 {
	background-color: #2791e4c2 !important;
	border: 1.5px solid white;
	box-shadow: 2px 4px 6px rgba(0,0,0,0.3);
	z-index: 41;
}
.sliderCanales .item p {
	opacity: 0;
	transition: linear 0.5s all;
	bottom: -18px;
	position: absolute;
	left: 0px;
	background: black;
	border-radius: 30px;
	padding: 1px 8px;
	font-size: 0.7em;
	font-weight: 700;
	color: white;
	z-index: 0;
	text-transform: uppercase;
	;
	border: 1px solid #333;
	white-space: nowrap;
}
.sliderCanales .item:focus p, .sliderCanales .item:hover p {
	opacity: 1;
	bottom: -18px;
	position: absolute;
	left: 18px;
	background: black;
	border-radius: 30px;
	padding: 1px 8px;
	font-size: 0.7em;
	font-weight: 700;
	color: white;
	z-index: 0;
	text-transform: uppercase;
	;
	border: 1px solid #333;
}

@media (min-width: 767px) {
.sliderCanales .item:hover h4 {
	opacity: 1;
	left: -8px;
	bottom: -7px !important;
	z-index: 3;
}
}
#series1 .sliderCanales .item:hover i:hover {
	color: #00BCD4;
	border-color: #00BCD4;
}
.sliderCanales h3 {
	color: rgb(150, 213, 240);
	text-align: center;
	border: 4px solid rgba(81, 203, 255, 0.5);
	border-radius: 60px;
	display: inline-block;
	padding: 4px 20px;
	margin-bottom: 5px;
	background-color: rgba(0,0,0,.5);
	box-shadow: 3px 6px 12px rgba(0,0,0,.3);
}
.sliderCanales .vermas1 {
	border-color: rgba(179, 213, 226, 0.5) !important;
}
.sliderCanales .vermas1 a {
	color: #96d6f1 !important;
}
.fondoColorido:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	max-height: 1000px;
	background-image: url('../img/fondo5.png') !important;
	background-position: left bottom !important;
	background-size: 100% !important;
}
.fondoQuienes {
	background-color: rgba(0,0,0,.5);
	z-index: 455;
	padding: 10px 20px !important;
	border: 3px solid #1a3d54 !important;
	border-radius: 40px !important;
	box-shadow: 3px 8px 20px rgba(0,0,0,0.5) !important;
}

@media (min-width: 767px) {
.fondoQuienes {
	padding: 25px 50px !important;
}
}
.canalu iframe {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	display: block;
	width: 100% !important;
	min-height: 350px;
	vertical-align: top;
}

@media (min-width: 767px) {
.canalu iframe {
	min-height: 457px;
}
}
.sinMargenSuperior .container {
	margin-top: -150px;
}
.equipoMundoU .fotoFicha {
	max-width: 85%;
	margin: 20px auto;
}
.equipoMundoU .fotoFicha .redondo {
	min-height: 350px;
	margin: 3px;
	background-size: cover;
}


.fondoQuienes a:hover{color: white;}



#portfolio-filter{display: none!important;}
.fotoFicha .owl-carousel .owl-stage-outer{height: auto !important;}

#envivo .articuloMedio{background-position: 50% 50%;}

#envivo a{display: inline-block;position: relative;text-shadow: 3px 3px 4px rgba(0, 0, 0, .5);color: white; width: 100%;}
#envivo a h4,
#envivo a:visited{color: #fff; transition: 0.3s linear all; position: relative; left: 0;}
#envivo a:hover h4{color: #ddd; left: 3px;}

@media (min-width: 300px) and (max-width: 767px) {
.owl-carousel .owl-dots .owl-dot{margin-top: 0px; transform: scale(0.5); max-width: 9px}
.owl-carousel .owl-dots {margin: auto; max-width: 90%;}
#sobremundoU p{margin-left:  10px;}

}

@media (min-width: 300px) and (max-width: 479px) {
	.tabs.tabs-alt ul.tab-nav li{width: 45%; margin: auto;}
	.contenedorSeccion .tabs.tabs-tb ul.tab-nav li.ui-tabs-active a{
		border-bottom: 		2px solid #888;
		border-radius: 10px;
	}
.contenedorSeccion ul.tab-nav:not(.tab-nav-lg){padding-bottom: 10px;}

.si-share div{float: none; text-align: center;}
.si-share .social-icon{float: none; display: inline-block;}
.videobox iframe{max-height: 220px; width: 100%}
#series1 .item{transform: scale(0.7);}
#series1 .item:hover{transform: scale(0.9);}

#series1 .owl-carousel:hover .owl-nav .owl-next,
#series1 .owl-carousel:hover .owl-nav .owl-prev{
height: 280px; top: 50px; padding-top: 125px;

}
.tituloPagina p{

    overflow: visible;
    letter-spacing: 1px;
    font-size: 0.9em;
    top: -8px;line-height: 1.2em;
    text-transform:uppercase; font-weight: 700;
}
.tituloPagina p span,
.tituloPagina p a {
    text-transform:uppercase; font-weight: 700;}

.tituloPagina p a:nth-child(3) {white-space:nowrap; }


.tituloPagina h1{font-size: 1.8em; margin-top: 8px}

.noticias .fecha2{left: -10px !important;}


.noticias .copete{font-size: 16px; line-height: 22px;}

.noticias .col-xs-12{padding-left: 0; padding-right: 0; margin-top: -50px;}

.noticias .videobox{margin: 10px auto}
.noticias .cuerpoTexto, .cuerpoTexto p{font-size: 14px; line-height: 18px;}
.series h3 a {    margin-top: 20px;}
.noticias h2, .series h2{    font-size: 2.2em;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 17px;}
.series h3 a strong{font-size: 1em;}
}
.tituloPagina p span{
    text-transform:uppercase; font-weight: 700;}


@media (min-width: 1199px) and (max-width: 1400px) {
.listaCanales .news-hover{padding: 1em;}
.listaCanales .news-item h4{font-size: 1.5em; line-height: 1em; left: 1em; }
.listaCanales .news-item:hover .news-hover .read-more{left: 1em !important}
}

.nombrePrograma{font-weight: 300; opacity: 0.7; font-size: 0.9em; line-height: 0.9em; }
.nombreProgramaChico{font-weight: 400;opacity: 0.7;font-size: .85em;display: block;line-height: 1em;}

.articuloChico a .nombreProgramaChico{text-align: left; transition: 0.3s linear all; transform-origin: left bottom; position: relative; transform: scale(1)}
.articuloChico a:hover .nombreProgramaChico{  color: #777; transform: scale(0.87);  opacity: 0.65;}

@media (min-width: 480px) and (max-width: 767px) {
.tituloPagina h1{font-size: 1.8em; margin-top: 8px}
.videobox iframe{width: 100% !important;height: auto; min-height: 260px; }
#videoReproductor .container{width: 90% !important;}

}
@media (min-width: 680px) and (max-width: 767px) {
	.videobox iframe{width: 100% !important;height: auto; min-height: 300px;
}
}
@media (min-width: 300px) and (max-width: 479px) {
.categoriaGenero{margin-bottom: 65px !important}
#slider{border-radius: 25px}
.articuloGrande{height: 315px; }
#envivo .articuloGrande{height: 204px; background-repeat: no-repeat; margin-bottom: 10px; border-radius: 24px;}
#envivo .canalu iframe	{height: 200px !important;}

	.articuloGrande .info h3{width: 97%; top: 10px;}
	.articuloGrande .info p{line-height: 1.3em; font-size: .9em;}
	.articuloGrande .tipoProduccion{margin-bottom: -3px;}
	#envivo h4 a{text-align: center; width: 100%; padding-top: 8px; font-size: .9em;}
	#series1{padding: 40px 0; background-position-y: 0; background-size: 100% 200% !important }

	#series1 .item:hover h4{left: 1% ; margin-bottom: 10%;}
	#series1 .item,	.sliderCanales .item{min-height: 320px !important; margin: 0; padding: 0}
	.sliderCanales .row{margin-top: -45px}
	.logosUniversidades img{height: 45px !important}
	.videobox{width: 100%}

.noticias{padding-top: 130px; padding-left: 12px !important; padding-right: 16px !important}
.noticias hr, .series hr{margin-top: 40px; margin-bottom: 40px; }

.noticias .fotoFicha{margin-bottom: 15px;}
.noticias .fecha2{margin-top: -56px;}
.noticias .col-xs-offset-1{margin-left: 0 !important;}
.noticias .col-xs-10{width: 100% !important}

.noticias .paginacionListado .pagination > li > a,
.noticias .paginacionListado .pagination > li > span{font-size: .9em;}
.listaCanales .news-item:hover .news-hover .read-more{ left: 15% !important; bottom: 1.7rem !important;  }
.series .container-fluid{padding-right: 0; padding-left: 0;}
.series .portfolio-3 .portfolio-item{padding-right: 0 !important}

#rotativas .container{width: 400px !important; max-width: 90% !important}
#rotativas .slider-caption:not(.dark) h2{top: -77px !important; margin-left: -38px}

#rotativas .slider-caption:not(.dark) h2{text-align: right;float: left;margin-left: -60px;padding-right: 20px;padding-left: 30px;width: auto;font-size: .65em !important;margin-right: -25px;margin-top: -10px;}
}


@media (min-width: 480px) and (max-width: 767px) {
.articuloGrande{height: 400px; background-color: black; background-repeat-y: no-repeat }
}

.resultadoVideos .portfolio-desc .nombrePrograma3{color: #ccc; display: inline !important; font-size: 13px !important; font-weight: 300;}




@media (min-width: 1500px) {

#series1 .owl-carousel:hover .owl-nav .owl-next, 
#series1 .owl-carousel:hover .owl-nav .owl-prev{top:53px;}
}

.buscadorVideos .checkbox {
	margin-left: 20px;
	width: 34%;
	display: inline-block;
}




/**********************************/
/*******  continuar viendo ********/
/**********************************/



#myModal .continuarViendo{

    border-radius: 40px;
    border: 3px solid #559dd6;
    background: rgba(0, 0, 0, .98) !important;
    box-shadow: 6px 12px 20px black;
    padding: 20px;
    margin-top: 70px;

}

#myModal .continuarViendo:hover{

        border: 3px solid #00c3ff;}

#myModal .continuarViendo h1,
#myModal .continuarViendo a h1{

color: #559dd6;

font-size: 26px;

line-height: 1.15em;

text-align: center;

margin-bottom: 12px;

max-width: 94%;

left: 3%;

position: relative;
}

#myModal .continuarViendo a h1 span{font-weight: 800; color : white;  transform: scale(1); transition: 0.3s linear all; 
	display: inline;}

#myModal .continuarViendo img,
#myModal .continuarViendo figure{border-radius: 30px; border: 6px solid #393a39; min-height: 140px;background-size: 100%;background-position: 50% 50%; transition: linear 0.4s all; display: block}

#myModal .continuarViendo:hover figure{background-size: 106% !important; border: 6px solid #666666;}

#myModal .modal-content,
#myModal .modal-body{
    background: transparent;
    box-shadow: none;
    border: none;
}

#myModal .modal-dialog{width: 90%; left: 5%}
@media (min-width: 768px){
	#myModal .continuarViendo{   background: rgba(0, 0, 0, .68) !important;}
	#myModal .continuarViendo figure{ min-height: 250px;}
#myModal .modal-dialog{width: 700px;}
}



#myModal .continuarViendo figure i {
	font-size: 30px;
	position: absolute;
	top: 250px;
	left: 45%;
	color: white;
	opacity: 0;
	transition-delay: .35s;
	transition-duration: .5s;
	text-shadow: 2px 4px 4px rgba(0,0,0,0.5);
	padding: 15px;
	border-radius: 100%;
	height: 60px;
	width: 60px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	padding-left: 19px;
	padding-top: 13px;
	border: 3px solid white;
}
#myModal .continuarViendo a figure:hover i {
	opacity: 1;
	top: 300px;
	animation-duration: 0.2s;
	transition: linear all 0.2s;
}
#myModal .continuarViendo figure:hover  i:hover {
	transition-delay: 0s;
	transition-duration: .1s;
	color: #48afff;
	border-color: #0fbfff;
	font-size: 25px;
	padding-top: 16px;
	padding-left: 20px
}


#myModal .continuarViendo a:hover h1 span{text-decoration: underline !important; transform: scale(.95); }


/************ agregado ***************************/


.videoRela strong{display: inline-block;padding-left: 10px;width: 60%;padding-top: 11px;}
.fotoRela{width: 40%;height: 80px;border-radius: 16px;border: 4px solid #444;background-size: cover;float: left;margin-right: 10px;display: inline-block;}
.continuarViendo h3{display: block; padding-top: 11px; text-align : center; color: #ccc;  margin: 0 20px 10px; font-size:1.5em;}
.contenidoRelacionado {clear: both;margin-top: 20px; padding: 10px}


.contenidoRelacionado .col-sm-6 {margin-bottom: 10px; border-bottom: 1px; display: block;  border-bottom: 1px dashed #333; padding-bottom: 10px; border-right: 1px dashed #333;  }

.contenidoRelacionado .row .col-sm-6:nth-child(5),
.contenidoRelacionado .row .col-sm-6:nth-child(3) {border-right:none;}

.contenidoRelacionado .col-sm-6 a strong{color: #559dd6;padding-left: 10px;display: block;position: relative;line-height: 1.4em;}
.contenidoRelacionado .col-sm-6 a:hover strong{color: #ffffff; padding-left: 10px}

@media (max-width:767px){
	#myModal .continuarViendo a h1 span{white-space: unset !important; display: inline;}
.continuarViendo h3{text-align: left;}
	.contenidoRelacionado .col-sm-6 {
		display: block;
		 min-height: 70px; 
		
		 border-right: none; clear: both; 
		 position: relative; float: none;
margin-bottom: 10px; padding-bottom: 10px;
		 width: 100%;}

	.fotoRela{max-width: 80px; height: 60px; margin-bottom: 10px; position: relative; display: block; border-width: 2px; border-radius: 8px;}

}



.menuEnVivo a div{color: #b30b0b}
.menuEnVivo a div i{color: Red; animation: 
enviva 1s infinite ease-in-out; top: 3px !important; }

	

 @keyframes enviva {
 50% {color: #ad0e39}
 }



@media (min-width: 1070px) and (max-width: 1199px) {
	.sticky-header #primary-menu > ul{max-width: 100%}
}

@media (min-width: 991px) and (max-width: 1069px) {
.sticky-header #primary-menu > ul {
	max-width: 100% !important;
	transform: scale(.9);
	display: inline-block;
	left: 47px;
}
}

@media (min-width: 1200px) and (max-width: 1360px) {

#primary-menu > ul{	max-width:700px;
	text-align: center;
	top: 30px; }
	#primary-menu ul li > a {
	padding: 10px 5px;
	font-size: 14px;
}
.sticky-header #primary-menu > ul {
	height: 50px;
	top: -10px;
}
#top-search form {
	width: 100% !important;
	position: absolute;
	left: -250px;
	top: 10px;
}
.sticky-header #top-search form {
	top: 0;
}

}



/**************************** GENEROS *************************/

#generos {
	
background: #000000;
background: -moz-radial-gradient(center, #444444 1%, #000000 100%);
background: -webkit-radial-gradient(center, #444444 1%,#000000 100%);
background: radial-gradient(ellipse at center, #444444 1%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 );

	overflow: hidden;
	text-align: center;
	background-size: cover;

	padding: 20px 20px 20px;
	box-shadow: inset 0px 0px 92px 20px rgba(0,0,0,.95);
}
.owl-carousel .owl-nav.disabled {
	display: block !important
}
#generos h3 {
	color: white;
	text-align: center;
	border: 4px solid rgba(255,255,255,0.5);
	border-radius: 60px;
	display: inline-block;
	padding: 4px 20px;
	margin-bottom: 5px;
	box-shadow: 3px 6px 12px rgba(0,0,0,.3);
	background-color: rgba(0,0,0,0.5);
}
#generos .vermas1 {
	border-left: none !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-color: #666;
	border-style: dotted;
	position: relative;
	left: 0;
	transition: linear 0.3s all;
	background: -moz-linear-gradient(left, rgba(51,51,51,0) 0%, rgba(51,51,51,0.01) 1%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left, rgba(51,51,51,0) 0%, rgba(51,51,51,0.01) 1%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(51,51,51,0) 0%, rgba(51,51,51,0.01) 1%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#000000', GradientType=1 );
	box-shadow: 3px 6px 12px rgba(0,0,0,.3);
}
#generos .vermas1 a {
	color: #aaa;
	transition: linear 0.3s all;
}
#generos .vermas1:hover a {
	color: #666 !important;
}
#generos .vermas1 a:hover, #generos .vermas1:hover {
	left: -10px;
	border-color: #444 !important;
	color: #666 !important;
}

@media (max-width: 767px) {
#generos .vermas1 {
	border : none;
	font-size: 1em;
}
}
#generos .owl-carousel .owl-stage-outer {
	overflow: visible !important;
	z-index: 3;
}
#generos .owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
	z-index: 4
}
#generos .owl-carousel:hover .owl-nav [class*=owl-] {
	padding-top: 100px;
	left: 10px;
	height: 230px;
	top: 28px;
	border-radius: 0;
	background: rgba(0,0,0,0.5) !important;
	
	z-index: 555555555;
	right: auto;
	border-radius: 20px;
	border: 2px solid rgba(250,250,250,0.9) !important;
	color: white;
	box-shadow: 3px 6px 9px rgba(0,0,0,0.5);
	width: 22px;
}
#generos .owl-carousel:hover .owl-nav .owl-next {
	padding-top: 100px;
	right: 10px;
	height: 230px;
	top: 28px;
	border-radius: 0;
	background: rgba(0,0,0,0.5) !important;
	z-index: 555555555;
	left: auto;
	border-radius: 20px;
	border: 2px solid rgba(250,250,250,0.9) !important;
	color: white;
	box-shadow: 3px 6px 9px rgba(0,0,0,0.5);
	width: 22px;
}
#generos .owl-carousel .owl-dots .owl-dot span {
	background-color: white;
}
#generos .owl-carousel:hover .owl-nav .owl-prev:hover, #generos .owl-carousel:hover .owl-nav .owl-next:hover {
	background: white !important;
	color: black !important
}

#generos .item {
	min-height: 220px;
	background-size: cover;
	background-position: center 35%;
	transition: linear all 0.3s;
	position: relative;
	transform: scale(1);
	padding: 5px;
	margin: 5px;
	opacity: 1;
	border-radius: 15px;
	border: 2px solid #333;
}
#generos .item:hover {
	transform: scale(1.1);
	z-index: 2;
	opacity: 1 !important;
	border-width: 3px;
		border: 2px solid #999;
	box-shadow: 4px 8px 22px rgba(0,0,0,0.5);
}
#generos:hover .item {
	opacity: 0.7
}
#generos .item h5 {
	opacity: .81;
	left: 0;
	text-align: left;
	margin-top: -4px;
	
	/*background-color: #2791e4c2;*/
	background-color: transparent;
	color: white;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	border-radius: none;
	display: inline-block;
	position: absolute;
	width: 100%;
	box-shadow: none ;
	transform: scale(1);
	margin-bottom: 0;
	transform-origin: center;
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
}
#generos .item:hover h5 {
	opacity: 1;
	text-shadow: 2px 3px 4px rgba(0,0,0,.5);
	
}

@media (min-width: 767px) {
#generos .item h4 {
	left: 0
}
#generos .item:hover h5 {
	opacity: 1;
	
}
}

@media (min-width: 1600px) {
#generos .item {min-height: 280px;}
}

#generos .item i {
	font-size: 30px;
	position: absolute;
	top: 25%;
	left: 40%;
	color: white;
	opacity: 0;
	transition-delay: .35s;
	transition-duration: .5s;
	text-shadow: 2px 4px 4px rgba(0,0,0,0.5);
	padding: 15px;
	border-radius: 100%;
	height: 60px;
	width: 60px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	padding-left: 19px;
	padding-top: 13px;
	border: 3px solid white;
}
#generos .item:hover i {
	opacity: 1;
	top: 35%;
	animation-duration: 0.2s;
	transition: linear all 0.2s;
}
#generos .item:hover i:hover {
	transition-delay: 0s;
	transition-duration: .1s;
	color: #ea43b5;
	border-color: #ea43b5;
	font-size: 25px;
	padding-top: 16px;
	padding-left: 20px
}

#generos .descripcionPrograma{
    padding: 0;
    padding-top: 10px;
    margin: 0;
     display: block;
    line-height: 1.1em;
    position: absolute; left: 0; top: unset; bottom: -10px;
    width: 100%;
}
#generos .descripcionPrograma h5 span{

transition: 0.3s linear all;
    display: block;
    font-size: .8em; opacity: 0; padding-top: 3px;
    text-transform: uppercase;}

    #generos .item:hover h5 span{opacity: 1}



@media (min-width: 1500px) {

#generos .owl-carousel:hover .owl-nav .owl-next, 
#generos .owl-carousel:hover .owl-nav .owl-prev{top:44px; padding-top: 100px;}

}

.margenCategoria{
	/*max-width: 1600px; */
	padding-left: 10px;
	padding-right: 30px;
	text-align: left;
	}
.margenCategoria h4{
		font-size: 30px;
		background-color: #00BCD4;
		text-decoration: none;
		font-weight: 300;
		margin-bottom: 15px;
		color: black;
		padding-left: 40px;
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
		-khtml-user-select: none; /* Konqueror HTML */
		-moz-user-select: none; /* Old versions of Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none;
		border-radius: 50px;
	}

.categoriaGenero:nth-child(1) .margenCategoria h4{background-color: black !important; border: 2px solid #8ec8fd; color: #8ec8fd !important;}
.categoriaGenero:nth-child(2) .margenCategoria h4{background-color: #00BCD4 !important;}
.categoriaGenero:nth-child(3) .margenCategoria h4{background-color: #956ee0 !important;}
.categoriaGenero:nth-child(4) .margenCategoria h4{background-color: #b6bb47 !important;}
.categoriaGenero:nth-child(5) .margenCategoria h4{background-color: #da5353 !important;}
.categoriaGenero:nth-child(6) .margenCategoria h4{background-color: #da902a !important;}
.categoriaGenero:nth-child(7) .margenCategoria h4{background-color: #c577a6 !important;}
.categoriaGenero:nth-child(8) .margenCategoria h4{background-color: #33c37e !important;}
.categoriaGenero:nth-child(9) .margenCategoria h4{background-color: #516fff !important;}
.categoriaGenero:nth-child(10) .margenCategoria h4{background-color: #9e7b5c !important;}
.categoriaGenero:nth-child(11) .margenCategoria h4{background-color: #9986d4 !important;}
.categoriaGenero:nth-child(12) .margenCategoria h4{background-color: #95c178 !important;}



.categoriaGenero:nth-child(1) .item:hover i:hover{ border-color:#8ec8fd !important; color: #8ec8fd !important; }
.categoriaGenero:nth-child(2) .item:hover i:hover{ border-color:#00BCD4 !important; color: #00BCD4 !important; }
.categoriaGenero:nth-child(3) .item:hover i:hover{ border-color:#956ee0 !important; color: #956ee0 !important; }
.categoriaGenero:nth-child(4) .item:hover i:hover{ border-color:#b6bb47 !important; color: #b6bb47 !important; }
.categoriaGenero:nth-child(5) .item:hover i:hover{ border-color:#da5353 !important; color: #da5353 !important; }
.categoriaGenero:nth-child(6) .item:hover i:hover{ border-color:#da902a !important; color: #da902a !important; }
.categoriaGenero:nth-child(7) .item:hover i:hover{ border-color:#c577a6 !important; color: #c577a6 !important; }
.categoriaGenero:nth-child(8) .item:hover i:hover{ border-color:#33c37e !important; color: #33c37e !important; }
.categoriaGenero:nth-child(9) .item:hover i:hover{ border-color:#516fff !important; color: #516fff !important; }
.categoriaGenero:nth-child(10) .item:hover i:hover{ border-color:#9e7b5c !important; color: #9e7b5c !important; }
.categoriaGenero:nth-child(11) .item:hover i:hover{ border-color:#9986d4 !important; color: #9986d4 !important; }
.categoriaGenero:nth-child(12) .item:hover i:hover{ border-color:#95c178 !important; color: #95c178 !important; }

.categoriaGenero:nth-child(1) .descripcionPrograma h5 span{color: #8ec8fd !important;}
.categoriaGenero:nth-child(2) .descripcionPrograma h5 span{color: #00BCD4 !important;}
.categoriaGenero:nth-child(3) .descripcionPrograma h5 span{color: #956ee0 !important;}
.categoriaGenero:nth-child(4) .descripcionPrograma h5 span{color: #b6bb47 !important;}
.categoriaGenero:nth-child(5) .descripcionPrograma h5 span{color: #da5353 !important;}
.categoriaGenero:nth-child(6) .descripcionPrograma h5 span{color: #da902a !important;}
.categoriaGenero:nth-child(7) .descripcionPrograma h5 span{color: #c577a6 !important;}
.categoriaGenero:nth-child(8) .descripcionPrograma h5 span{color: #33c37e !important;}
.categoriaGenero:nth-child(9) .descripcionPrograma h5 span{color: #516fff !important;}
.categoriaGenero:nth-child(10) .descripcionPrograma h5 span{color: #9e7b5c !important;}
.categoriaGenero:nth-child(11) .descripcionPrograma h5 span{color: #9986d4 !important;}
.categoriaGenero:nth-child(12) .descripcionPrograma h5 span{color: #95c178 !important;}


.categoriaGenero:nth-child(1)  .item:hover {border-color: #8ec8fd !important;}
.categoriaGenero:nth-child(2)  .item:hover {border-color: #00BCD4 !important;}
.categoriaGenero:nth-child(3)  .item:hover {border-color: #956ee0 !important;}
.categoriaGenero:nth-child(4)  .item:hover {border-color: #b6bb47 !important;}
.categoriaGenero:nth-child(5)  .item:hover {border-color: #da5353 !important;}
.categoriaGenero:nth-child(6)  .item:hover {border-color: #da902a !important;}
.categoriaGenero:nth-child(7)  .item:hover {border-color: #c577a6 !important;}
.categoriaGenero:nth-child(8)  .item:hover {border-color: #33c37e !important;}
.categoriaGenero:nth-child(9)  .item:hover {border-color: #516fff !important;}
.categoriaGenero:nth-child(10)  .item:hover {border-color: #9e7b5c !important;}
.categoriaGenero:nth-child(11)  .item:hover {border-color: #9986d4 !important;}
.categoriaGenero:nth-child(12)  .item:hover {border-color: #95c178 !important;}


	/*
	.margenCategoria h4:after{
		content: '';
		position: absolute;
		width: 97%;
		height: 3px;
		background-color: #ffffff33;
		left: 30px;
		top: 46px;
	}*/

.categoriaGenero{
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
		padding-top: 8px;
		margin-bottom: 90px;
		margin-left: 30px;
	}

	@media (max-width: 991px){
		.categoriaGenero{padding: 0 15px}
		.margenCategoria h4{font-size: 21px; padding-left:20px;}
	}

	@media (max-width: 479px){

	#generos .item h5{font-size: 13px;}
	#generos .owl-carousel:hover .owl-nav .owl-next,
	#generos .owl-carousel:hover .owl-nav [class*=owl-]{padding-top: 68px; height: 157px; transform: scale(0.75)}
	#generos .owl-carousel:hover .owl-nav .owl-next{margin-right: -24px;}
	#generos .owl-carousel:hover .owl-nav [class*=owl-]{margin-left: -24px;}
	.margenCategoria{padding-left: 0; padding-right: 0}
	#generos .item{min-height: 120px;}
	#generos .item:hover i{transform: scale(.7); top: 25%; left: 29%;}
	.categoriaGenero{margin-left: 15px; padding-left: 0}
}

@media (min-width: 481px){
.canalesEnVivo{margin-left: 30px;}
.canalesEnVivo .margenCategoria{padding-left: 10px;}
}

.swiper_wrapper .swiper-slide a{
    width: 100%;
    height: 100%;
    
    display: block;}
    
.rotativoPrincipal .owl-item .item i{display: none;} 
    .rotativoPrincipal .owl-item .item{background-size: cover !important;
     background-position: 50% 50%  !important; 
    	min-height: 150px;}
#slider .owl-nav div{transform:scale(.5)}

@media (min-width: 481px){.rotativoPrincipal .owl-item .item{ min-height: 240px }}
@media (min-width: 768px){.rotativoPrincipal .owl-item .item{ min-height: 280px }}
@media (min-width: 992px){.rotativoPrincipal .owl-item .item{ min-height: 380px }}
@media (min-width: 1199px){.rotativoPrincipal .owl-item .item{ min-height: 440px }}

@media (min-width: 1366px){
	.rotativoPrincipal .owl-item .item{ min-height: 500px }
#slider .owl-nav div{transform:scale(1)}
}

@media (max-width: 767px){
	.margenCategoria h4 { font-size: 18px;}
.noticias h2, .series h2{font-size: 2.5em;}
.series h3 a { font-size: .9em;   margin-top: 20px !important;}
.series h3 a i{transform: scale(.8);}
}



	@media (max-width: 991px){
	.soloDesktop{display: none; visibility: hidden;}
	#sobremundoU .bordeBannerDesktop p {    
    margin-left: 10px !important;
	}

}

.bordeBannerDesktop{
	border: none !important;
	background-color: transparent !important;
	padding: 60px 40px;
    background: transparent;
    margin: auto;
}

	@media (min-width: 992px){
	.bordeBannerDesktop{
    min-height: 600px;
    max-width: 860px;
    text-align: justify;
	}
	.bannerDerecha a img{
		position: relative;
		display: inline-block;
transform-origin: 50% 50%;
transform: scale(1);
transition: .3s linear all;
  border: 2px solid white;
    box-shadow: 0px 0px 20px #00000040;
    border-radius: 16px;

	}
	.bannerDerecha a:hover img{
transform: scale(.95);
border: 2px solid cyan;
box-shadow: 0px 0px 20px #0a7c77e6;
	}
}
