@font-face {
	font-family : "DINNextLTProBold";
	src         : url("../fonts/DINNextLTPro-BoldCondensed.woff");
	font-display: swap
}

@font-face {
	font-family : "DINNextLTPro";
	src         : url("../fonts/DINNextLTPro-MediumCond.woff");
	font-display: swap
}

@font-face {
	font-family : "DINNextLTProLight";
	src         : url("../fonts/DINNextLTPro-Light.woff");
	font-display: swap
}

@font-face {
	font-family : "DINNextLTPro Regiular";
	src         : url("../fonts/DINNextLTPro-Regular_1.woff");
	font-display: swap
}

@font-face {
	font-family : 'Myriad Pro Regular';
	font-style  : normal;
	font-weight : normal;
	src         : local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
	font-display: swap
}

@font-face {
	font-family : 'Myriad Pro Condensed';
	font-style  : normal;
	font-weight : normal;
	src         : local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff');
	font-display: swap
}

@font-face {
	font-family : 'Myriad Pro Condensed Italic';
	font-style  : normal;
	font-weight : normal;
	src         : local('Myriad Pro Condensed Italic'), url('../fonts/MYRIADPRO-CONDIT.woff') format('woff');
	font-display: swap
}

@font-face {
	font-family : 'Myriad Pro Light';
	font-style  : normal;
	font-weight : normal;
	src         : local('Myriad Pro Light'), url('../fonts/MyriadPro-Light.woff') format('woff');
	font-display: swap
}

@font-face {
	font-family : 'Myriad Pro Semibold';
	font-style  : normal;
	font-weight : normal;
	src         : local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
	font-display: swap
}

@font-face {
	font-family : 'Myriad Pro Semibold Italic';
	font-style  : normal;
	font-weight : normal;
	src         : local('Myriad Pro Semibold Italic'), url('../fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
	font-display: swap
}

@font-face {
	font-family : 'Myriad Pro Bold Condensed';
	font-style  : normal;
	font-weight : normal;
	src         : local('Myriad Pro Bold Condensed'), url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
	font-display: swap
}

@font-face {
	font-family : 'Myriad Pro Bold';
	font-style  : normal;
	font-weight : normal;
	src         : local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
	font-display: swap
}

@font-face {
	font-family : 'Myriad Pro Bold Italic';
	font-style  : normal;
	font-weight : normal;
	src         : local('Myriad Pro Bold Italic'), url('../fonts/MYRIADPRO-BOLDIT.woff') format('woff');
	font-display: swap
}

@font-face {
	font-family : 'Myriad Pro Bold Condensed Italic';
	font-style  : normal;
	font-weight : normal;
	src         : local('Myriad Pro Bold Condensed Italic'), url('../fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
	font-display: swap
}

body {
	/* font-size: 12px;  */
	margin               : 0px;
	padding              : 0px;
	font-family          : "DINNextLTPro";
	/* background-image  : url(../images/Gradiente.png); */
	/* background-size   : 100% 100%;
     */
	background-size      : 100% 100%;
	background           : linear-gradient(23deg, rgb(249, 31, 137) 2%, rgb(209, 26, 115) 5%, rgb(134, 17, 73) 8%, rgb(114, 14, 62) 10%, rgb(79, 10, 43) 14%, rgb(0, 0, 0) 20.71%, rgb(0, 0, 0) 68.71%, rgb(114, 14, 62) 80%, rgb(134, 17, 73) 82%, rgb(209, 26, 115) 87%, rgb(249, 31, 137) 92%);
	background-attachment: fixed;
	background-repeat    : no-repeat;
}

body::after {
	content   : "";
	position  : fixed;
	top       : 0;
	height    : 100%;
	left      : 0;
	right     : 0;
	z-index   : -1;
	background: linear-gradient(23deg, rgb(249, 31, 137) 2%, rgb(209, 26, 115) 5%, rgb(134, 17, 73) 8%, rgb(114, 14, 62) 10%, rgb(79, 10, 43) 14%, rgb(0, 0, 0) 20.71%, rgb(0, 0, 0) 68.71%, rgb(114, 14, 62) 80%, rgb(134, 17, 73) 82%, rgb(209, 26, 115) 87%, rgb(249, 31, 137) 92%);
}

/*Banda de verificación*/
.imgl {
	display     : block;
	margin-left : 0;
	margin-right: 1;
	width       : 45%;
	float       : right;
}

/****/
#videoplayer {
	width : 100vw;
	height: 100vh;
}

.OnceDropDown {
	display      : inline-block;
	color        : #FFF;
	border-radius: 6px;
	font-family  : "DINNextLTPro Regiular";
	font-size    : 1.8rem;
}

.OnceDropDown:hover {
	background-color       : rgb(77 77 77);
	border-radius          : 0px;
	border-top-right-radius: 6px;
	border-top-left-radius : 6px;
}

.OnceDropDown .title {
	width         : 100%;
	padding       : 15px;
	padding-bottom: 10px;
	cursor        : pointer;
}

.OnceDropDown .title img {
	margin-left: 1rem;
}

.OnceDropDown .options {
	display: none;
}

.OnceDropDown:hover>.title {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius : 0px;
}

.OnceDropDown:hover>.options {
	display                   : block;
	position                  : absolute;
	z-index                   : 12;
	background-color          : rgb(77 77 77);
	border-bottom-right-radius: 6px;
	border-bottom-left-radius : 6px;
}

.OnceDropDown .options .option {
	padding-left  : 15px;
	padding-right : 15px;
	padding-bottom: 10px;
	padding-top   : 10px;
	cursor        : pointer;
}

.OnceDropDown .options .option:hover {
	background-color: rgb(213 0 48);
	border-radius   : 6px;
}

.navigationBar {
	position                                          : fixed;
	width                                             : 100%;
	z-index                                           : 999999;
	padding-top                                       : 1rem;
	padding-bottom                                    : 1rem;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#782243+0,cb1745+100 */
	background                                        : rgb(120, 34, 67);
	/* Old browsers */
	background                                        : -moz-linear-gradient(left, rgba(120, 34, 67, 1) 0%, rgba(203, 23, 69, 1) 100%);
	/* FF3.6-15 */
	background                                        : -webkit-linear-gradient(left, rgba(120, 34, 67, 1) 0%, rgba(203, 23, 69, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background                                        : linear-gradient(to right, rgba(120, 34, 67, 1) 0%, rgba(203, 23, 69, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter                                            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#782243', endColorstr='#cb1745', GradientType=1);
	/* IE6-9 */
}

.navigationBar .menu {
	display       : flex;
	width         : 80%;
	max-width     : 1596px;
	margin        : 0 auto;
	flex-direction: row;
}

.navigationBar .menu .logo {
	width : 118px;
	height: auto;
}

.navigationBar .menu .menuToggle {
	font-size   : 1.8rem;
	color       : #FFF;
	line-height : 40px;
	margin-right: 2rem;
}

.navigationBar .menu .spacer {
	flex      : 1;
	min-height: 40px;
}

.navigationBar .menu .socialBar {
	display       : inline-flex;
	min-width     : 100px;
	flex-direction: row;
	color         : #FFF;
	height        : 30px;
	margin-top    : 5px;
	overflow      : hidden;
}

.navigationBar .menu .socialBar a {
	display     : block;
	color       : #FFF;
	font-size   : 1.6rem;
	line-height : 40px;
	margin-right: 4px;
	margin-left : 4px;
}

.navigationBar .menu .searchHolder {
	display       : inline-flex;
	min-width     : 40px;
	flex-direction: row;
	color         : #FFF;
	font-size     : 1.5rem;
	margin-right  : 4px;
	margin-left   : 4px;
	height        : 40px;
}

.navigationBar .menu .searchHolder .SearchIcon {
	display    : block;
	line-height: 40px;
	cursor     : pointer;
}

.navigationExpansion {
	position        : fixed;
	top             : 0px;
	left            : 0px;
	width           : 100vw;
	height          : 100vh;
	background-color: rgb(0 0 0 / 41%);
	z-index         : 9999999;
}

.navigationExpansion .menu {
	overflow                                          : scroll;
	padding                                           : 2rem;
	display                                           : flex;
	flex-direction                                    : column;
	color                                             : #FFF;
	position                                          : fixed;
	top                                               : 0px;
	left                                              : 0px;
	bottom                                            : 0px;
	z-index                                           : 9999999;
	max-width                                         : 480px;
	height                                            : 100vh;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#313139+0,313139+13,1b1d24+94,1b1d24+100 */
	background                                        : #313139;
	/* Old browsers */
	background                                        : -moz-linear-gradient(top, #313139 0%, #313139 13%, #1b1d24 94%, #1b1d24 100%);
	/* FF3.6-15 */
	background                                        : -webkit-linear-gradient(top, #313139 0%, #313139 13%, #1b1d24 94%, #1b1d24 100%);
	/* Chrome10-25,Safari5.1-6 */
	background                                        : linear-gradient(to bottom, #313139 0%, #313139 13%, #1b1d24 94%, #1b1d24 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter                                            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#313139', endColorstr='#1b1d24', GradientType=0);
	/* IE6-9 */
	box-sizing                                        : content-box !important;
}

.navigationExpansion .menu::-webkit-scrollbar {
	width: 14px;
}

.navigationExpansion .menu::-webkit-scrollbar-thumb {
	background   : linear-gradient(to right, rgba(120, 34, 67, 1) 0%, rgba(203, 23, 69, 1) 100%);
	border-radius: 5px;
	height       : 40px;
}

.navigationExpansion .menu::-webkit-scrollbar-thumb:horizontal {
	background: transparent;
}

.navigationExpansion .menu .topCollapse {
	width         : 107%;
	display       : flex;
	flex-direction: row-reverse;
	margin-bottom : 2rem;
}

.navigationExpansion .menu .topCollapse .btn {
	width           : 50px;
	height          : 50px;
	background-image: url(../images/ICONOS_ONCE_Regresar_Pasivo.svg);
	cursor          : pointer;
}

.navigationExpansion .menu .topCollapse .btn:hover {
	background-image: url(../images/ICONOS_ONCE_Regresar_Activo.svg);
}

.navigationExpansion .menu .menu_item {
	font-family    : "DINNextLTProBold";
	font-size      : 2.3rem;
	text-align     : right;
	color          : rgb(181, 180, 217);
	text-decoration: none;
	margin-bottom  : 1rem;
	text-transform : uppercase;
}

.navigationExpansion .menu .menu_item:hover {
	color: #E33453;
}

.navigationExpansion .menu .spacer {
	flex: 1;
}

.navigationExpansion .menu .socialTitle {
	font-family   : "DINNextLTProBold";
	font-size     : 1.8rem;
	text-align    : right;
	color         : rgb(181, 180, 217);
	text-transform: uppercase;
}

.navigationExpansion .menu .redes {
	display       : flex;
	flex-direction: row-reverse;
	margin-bottom : 2rem;
}

.navigationExpansion .menu .small {
	font-size: 1.2rem !important;
}

.navigationExpansion .menu .ninoslink {
	margin-left     : -2rem;
	margin-right    : -2rem;
	max-width       : 480px;
	padding-top     : 22%;
	background-image: url(../images/bninosN.png);
	background-size : cover;
}

.navigationExpansion .menu .ninoslink:hover {
	background-image: url(../images/bninosO.png);
}

.navigationExpansion .menu .noticiaslink {
	margin-left     : -2rem;
	margin-right    : -2rem;
	max-width       : 480px;
	padding-top     : 22%;
	background-image: url(../images/bnoticiasN.png);
	background-size : cover;
}

.navigationExpansion .menu .noticiaslink:hover {
	background-image: url(../images/bnoticiasO.png);
}

/*Once méxico*/
.navigationExpansion .menu .oncemlink {
	margin-left     : -2rem;
	margin-right    : -2rem;
	max-width       : 480px;
	padding-top     : 22%;
	background-image: url(../images/once-mexico-menub.png);
	background-size : cover;
}

.navigationExpansion .menu .oncemlink:hover {
	background-image: url(../images/once-mexico-menu.png);
}

/*Digital*/
.navigationExpansion .menu .oncedlink {
	margin-left        : -2rem;
	background-position: 0px 0px;
	margin-right       : -2rem;
	max-width          : 480px;
	padding-top        : 21%;
	background-image   : url(../images/once-digital-menu.jpg);
	background-size    : cover;
}

.navigationExpansion .menu .oncedlink:hover {
	background-image: url(../images/once-digital-menub.jpg);
}

.footer {
	width      : 100%;
	font-family: 'Myriad Pro Regular';
	background : rgb(37 37 42);
	margin-top : 2%;
}

.footer .compromisos {
	width    : 80%;
	max-width: 1596px;
	margin   : 0 auto;
}

.footer .compromisos a {
	display    : inline-flex;
	margin     : 0px 10px 0px 10px;
	align-items: center;
}

.footer .compromisos a:first-child {
	padding-bottom: 10px;
	padding-top   : 10px;
}

.footer .links {
	display       : flex;
	width         : 84%;
	max-width     : 1596px;
	margin        : 0 auto;
	flex-direction: row;
	margin-bottom : 1rem;
	flex-wrap     : wrap;
}

.footer .links a {
	color          : #FFF;
	text-decoration: none;
	flex           : 1;
	text-align     : center;
}

.footer .links a:first-child {
	flex: 2.5;
}

.footer .copy {
	display       : flex;
	flex-direction: row;
	width         : 80%;
	max-width     : 1596px;
	margin        : 0 auto;
	color         : #FFF;
	border-top    : 1px solid #FFF;
}

.footer .copy .col {
	flex     : 1;
	max-width: 50%;
}

.footer .copy .col p {
	margin: 0px;
}

.home .homeContainer {
	width      : 80%;
	max-width  : 1596px;
	margin     : 0 auto;
	padding-top: 75px;
}

.home .homeContainer .mainBanner {
	position         : relative;
	width            : 100%;
	height           : 0;
	padding-top      : 56.26%;
	background-size  : cover;
	background-repeat: no-repeat;
	margin           : 5px auto;
	border-radius    : 6px;
	background-color : #CCC;
	overflow         : hidden;
}

.home .homeContainer .mainBanner .shadow {
	position        : absolute;
	width           : 102%;
	height          : 102%;
	top             : 0px;
	left            : -2px;
	background-image: url(../images/sobra_grande.png);
	background-size : cover;
	border-radius   : 6px;
}

.home .homeContainer .mainBanner .controlls {
	position      : absolute;
	width         : 95%;
	left          : 2.5%;
	bottom        : 4.5%;
	color         : #FFF;
	text-transform: uppercase;
	display       : flex;
	flex-direction: column;
}

.home .homeContainer .mainBanner .controlls p {
	width      : 100%;
	font-size  : 6em;
	margin     : 0px;
	font-family: "DINNextLTProBold";
}

.home .homeContainer .mainBanner .controlls span {
	font-size  : 3.5em;
	color      : #E33453;
	font-family: "DINNextLTPro";
}

.home .homeContainer {
	width      : 80%;
	max-width  : 1596px;
	margin     : 0 auto;
	padding-top: 75px;
}

.home .homeContainer .mainBannerR {
	position         : relative;
	width            : 100%;
	height           : 0;
	padding-top      : 56.26%;
	background-size  : cover;
	background-repeat: no-repeat;
	margin           : 5px auto;
	border-radius    : 6px;
	background-color : #CCC;
	overflow         : hidden;
}

.home .homeContainer .mainBannerR .shadow {
	position        : absolute;
	width           : 102%;
	height          : 102%;
	top             : 0px;
	left            : -2px;
	background-image: url(../images/sobra_grande.png);
	background-size : cover;
	border-radius   : 6px;
}

.home .homeContainer .mainBannerR .controlls {
	position      : absolute;
	width         : 95%;
	left          : 2.5%;
	bottom        : 4.5%;
	color         : #FFF;
	text-transform: uppercase;
	display       : flex;
	flex-direction: column;
}

.home .homeContainer .mainBannerR .controlls p {
	width      : 100%;
	font-size  : 6em;
	margin     : 0px;
	font-family: "DINNextLTProBold";
}

.home .homeContainer .mainBannerR .controlls span {
	font-size  : 3.5em;
	color      : #E33453;
	font-family: "DINNextLTPro";
}

.home .homeContainer .swiper-pagination-bullet {
	background-color: #fff !important;
	width           : 0.8rem !important;
	height          : 0.8rem !important;
	opacity         : 0.8 !important;
}

.home .homeContainer .swiper-pagination-bullet-active {
	background-color: rgb(190, 45, 70) !important;
}

.home .homeContainer .splitBannerH {
	position   : relative;
	width      : 100%;
	padding-top: 27.94%;
	display    : inline-flex;
	margin     : 2px;
}

.home .homeContainer .splitBannerH a {
	position: absolute;
	width   : 49.68%;
	height  : 100%;
	top     : 0px;
}

.home .homeContainer .splitBannerH a:last-child {
	right: 0px;
}

.home .homeContainer .splitBannerH a .splitBanner {
	display          : flex;
	flex-direction   : column;
	width            : 100%;
	height           : 100%;
	border-radius    : 6px;
	background-size  : cover;
	background-repeat: no-repeat;
	overflow         : hidden;
}

.home .homeContainer .splitBannerH a .splitBanner .shadow {
	position        : absolute;
	width           : 100%;
	height          : 100%;
	top             : 0px;
	left            : 0px;
	background-image: url(../images/sombra_mediana.png);
	background-size : cover;
	border-radius   : 6px;
}

.home .homeContainer .splitBannerH a .splitBanner .controlls {
	position      : absolute;
	width         : 95%;
	left          : 2.5%;
	bottom        : 4.5%;
	color         : #FFF;
	text-transform: uppercase;
	display       : flex;
	flex-direction: column;
}

.home .homeContainer .splitBannerH a .splitBanner .controlls p {
	width      : 100%;
	font-size  : 3em;
	margin     : 0px;
	font-family: "DINNextLTProBold";
}

.home .homeContainer .splitBannerH a .splitBanner .controlls span {
	font-size  : 2em;
	color      : #E33453;
	font-family: "DINNextLTPro";
}

.home .homeContainer .promoBanner {
	display          : block;
	position         : relative;
	width            : 100%;
	height           : 0;
	padding-top      : 27.94%;
	background-size  : cover;
	background-repeat: no-repeat;
	margin           : 2px auto;
	border-radius    : 6px;
}

.home .OnceNoticias {
	width           : 100%;
	background-image: url(../images/bannerLIMPIO.jpg);
	background-size : cover;
}

.home .OnceNoticias .content {
	position      : relative;
	display       : flex;
	flex-direction: row;
	width         : 100%;
	overflow      : hidden;
}

.home .OnceNoticias .content * {
	box-sizing: border-box;
}

.home .OnceNoticias .content .leftController {
	display         : flex;
	position        : absolute;
	top             : 1rem;
	left            : 0px;
	margin-left     : 1rem;
	width           : 45px;
	height          : 11rem;
	z-index         : 9;
	background-image: url(../images/ShadowCarrouselL.png);
	background-size : cover;
	cursor          : pointer;
	align-items     : center;
	justify-content : center;
}

.home .OnceNoticias .content .leftController .icon {
	width           : 25px;
	height          : 46px;
	background-image: url(../images/RewindCarrousel.png);
	background-size : cover;
}

.home .OnceNoticias .content .rigthController {
	display         : flex;
	position        : absolute;
	top             : 1rem;
	right           : 1rem;
	width           : 45px;
	height          : 11rem;
	z-index         : 9;
	background-image: url(../images/ShadowCarrousel.png);
	background-size : cover;
	cursor          : pointer;
	align-items     : center;
	justify-content : center;
}

.home .OnceNoticias .content .rigthController .icon {
	width           : 25px;
	height          : 46px;
	background-image: url(../images/FowardCarrousel.png);
	background-size : cover;
}

.home .OnceNoticias .content .brand {
	width      : 30%;
	height     : 100%;
	padding-top: 6rem;
}

.home .OnceNoticias .content .brand .logoNoticias {
	width       : 270px;
	height      : auto;
	margin-right: 2rem;
	margin-left : 2rem;
}

.home .OnceNoticias .content .brand .lastNews {
	width      : 150px;
	height     : auto;
	margin-left: 2rem;
	margin-top : 3rem;
}

.home .OnceNoticias .content #shelfOnceNoticias {
	flex          : 1;
	padding       : 1rem;
	padding-bottom: 0rem;
	color         : #FFF;
	width         : 800px;
}

.home .OnceNoticias .content #shelfOnceNoticias .item {
	width           : 280px;
	background-color: #15161b;
	border-radius   : 6px;
	cursor          : pointer;
}

.home .OnceNoticias .content #shelfOnceNoticias .item .thumbnail {
	width          : 100%;
	height         : 11rem;
	background-size: cover;
}

.home .OnceNoticias .content #shelfOnceNoticias .item .data {
	padding-left  : 1rem;
	padding-right : 1rem;
	padding-bottom: 1rem;
	padding-top   : 0.4rem;
}

.home .OnceNoticias .content #shelfOnceNoticias .item .data p {
	display           : block;
	display           : -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	width             : 100%;
	height            : 5.62rem;
	margin-top        : 0.3rem;
	margin-bottom     : 0.3rem;
	font-size         : 1.4rem;
	font-family       : "DINNextLTProBold";
	overflow          : hidden;
}

.home .OnceNoticias .content #shelfOnceNoticias .item .data span {
	color             : rgb(180, 179, 210);
	display           : block;
	display           : -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size         : 0.9rem;
	font-family       : "DINNextLTPro Regiular";
	width             : 100%;
	height            : 55px;
	overflow          : hidden;
}

/* interior programs */
.content-sideBar {
	position: fixed;
	width   : 369.3px;
}

.col-left {
	z-index: 3;
}

.content-sideBar img {
	width: 60px;
}

.content-sideBar .sideBar {
	position  : absolute;
	width     : 100% !important;
	min-height: 100px;
	max-width : 360.39px;
	top       : 0px;
}

.title-programation {
	color         : rgb(255, 255, 255);
	text-align    : left;
	font-family   : "DINNextLTProBold";
	font-size     : 2.4rem;
	margin-top    : 0.5rem;
	margin-bottom : 0rem;
	text-transform: uppercase;
}

.title-social-networks {
	color         : rgb(255, 255, 255);
	text-align    : left;
	font-family   : "DINNextLTProBold";
	font-size     : 1.4rem;
	margin-top    : 0.3rem;
	margin-bottom : 0rem;
	text-transform: uppercase;
	cursor        : pointer;
}

.programation {
	color         : rgb(186, 0, 47);
	text-align    : left;
	font-family   : "DINNextLTPro Regiular";
	font-size     : 1.28rem;
	margin-top    : 0rem;
	margin-bottom : 0rem;
	text-transform: uppercase;
	line-height   : 1.99;
}

.clasification-program {
	color         : rgb(255, 255, 255);
	text-align    : left;
	font-family   : "DINNextLTPro Regiular";
	font-size     : 1rem;
	margin-top    : 0rem;
	margin-bottom : 0.7rem;
	text-transform: uppercase;
}

.secionMenu .element {
	font-family   : "DINNextLTProBold";
	font-size     : 2.2rem;
	color         : rgb(180, 179, 210);
	cursor        : pointer;
	text-transform: uppercase;
	text-align    : left;
	margin-top    : 0rem;
}

.dataHolder .contentHolder {
	width      : 100% !important;
	min-height : 100px;
	margin-left: 0% !important;
	font-size  : 2rem;
	color      : rgb(180, 179, 210);
}

.sinopsis {
	width: 90%;
}

@media (max-width: 1200px) {
	.programation {
		width      : 225px;
		line-height: 1.2;
	}
}

@media (max-width: 925px) {
	.programation {
		width: 200px;
	}
}

@media (max-width: 767px) {
	.secionMenu {
		display: none;
	}

	.container {
		max-width: 658px;
	}

	.programation {
		width: auto;
	}

	.content-sideBar {
		position     : relative;
		width        : 100%;
		padding-right: 0px;
		padding-left : 0px;
	}

	.padding-row {
		margin-right: 0px;
		margin-left : 0px;
	}

	.content-episodes {
		flex     : 0 0 100%;
		max-width: 100%;
	}

	.col-left {
		order: 2;
	}

	.col-right {
		order: 1;
	}

	.col-right-down {
		order: 3;
	}
}

/*  */
.interior .interiorContainer {
	width      : 80%;
	max-width  : 1596px;
	margin     : 0 auto;
	padding-top: 75px;
}

.interior .interiorContainer .topShelfImage {
	position         : relative;
	width            : 100%;
	height           : 0;
	padding-top      : 56.26%;
	background-size  : cover;
	background-repeat: no-repeat;
	margin           : 5px auto;
	background-color : #CCC;
	overflow         : hidden;
}

.interior .interiorContainer .dataHolder {
	position       : relative;
	display        : flex;
	width          : 100%;
	justify-content: space-between;
}

.interior .interiorContainer .dataHolder .sideBar {
	position  : absolute;
	width     : 25%;
	min-height: 100px;
	max-width : 360.39px;
}

.interior .interiorContainer .dataHolder .sideBar h1 {
	color         : rgb(255, 255, 255);
	text-align    : left;
	font-family   : "DINNextLTProBold";
	font-size     : 2.4rem;
	margin-top    : 1rem;
	margin-bottom : 0rem;
	text-transform: uppercase;
}

.interior .interiorContainer .dataHolder .sideBar h2 {
	color         : #E33453;
	text-align    : left;
	font-family   : "DINNextLTPro Regiular";
	font-size     : 1.4rem;
	margin-top    : 0rem;
	margin-bottom : 0rem;
	text-transform: uppercase;
}

.interior .interiorContainer .dataHolder .sideBar span {
	color         : rgb(255, 255, 255);
	text-align    : left;
	font-family   : "DINNextLTPro Regiular";
	font-size     : 1rem;
	margin-top    : 0rem;
	margin-bottom : 0.7rem;
	text-transform: uppercase;
}

.interior .interiorContainer .dataHolder .sideBar .socialIcons {
	display       : flex;
	width         : 100%;
	flex-direction: row;
	margin-top    : 1.6rem;
	flex-wrap     : wrap;
}

.interior .interiorContainer .dataHolder .sideBar .socialIcons p {
	width    : 100%;
	color    : #fff;
	font-size: 1.6rem;
	margin   : 0px;
}

.interior .interiorContainer .dataHolder .sideBar .secionMenu {
	margin-top: 2rem;
}

.interior .interiorContainer .dataHolder .sideBar .secionMenu .element {
	font-family   : "DINNextLTProBold";
	font-size     : 2.4rem;
	color         : rgb(180, 179, 210);
	cursor        : pointer;
	text-transform: uppercase;
	margin-top    : 1rem;
	margin-bottom : 1rem;
}

.interior .interiorContainer .dataHolder .sideBar .secionMenu .element:hover {
	color: #E33453;
}

.interior .interiorContainer .dataHolder .sideBar .secionMenu .element a {
	font-family    : "DINNextLTProBold";
	font-size      : 2.4rem;
	color          : rgb(180, 179, 210);
	cursor         : pointer;
	text-transform : uppercase;
	margin-top     : 1rem;
	margin-bottom  : 1rem;
	text-decoration: none;
}

.interior .interiorContainer .dataHolder .sideBar .secionMenu .element a:hover {
	color: #E33453;
}

.interior .interiorContainer .dataHolder .contentHolder {
	width      : 70%;
	min-height : 100px;
	margin-left: 30%;
	font-size  : 2rem;
	color      : rgb(180, 179, 210);
}

.interior .interiorContainer .dataHolder .contentHolder .title {
	text-align    : left;
	font-family   : "DINNextLTProBold";
	font-size     : 2.4rem;
	margin-top    : 1rem;
	margin-bottom : 0rem;
	text-transform: uppercase;
}

.interior .interiorContainer .dataHolder .contentHolder .bloglink {
	display: none;
}

.interior .interiorContainer .dataHolder .contentHolder .bloglink a {
	text-decoration: none;
	color          : rgb(180, 179, 210);
}

.interior .interiorContainer .dataHolder .contentHolder .sinopsis {
	font-family  : "DINNextLTPro Regiular";
	text-align   : left;
	font-size    : 1.4rem;
	margin-bottom: 1rem;
}

.interior .interiorContainer .dataHolder .contentHolder .seasonSelectorHolder {
	width        : 100%;
	display      : flex;
	margin-bottom: 1rem;
}

.interior .interiorContainer .dataHolder .contentHolder .seasonSelectorHolder .spacer {
	flex: 1;
}

.interior .interiorContainer .dataHolder .contentHolder .seasonSelectorHolder .seasonSelector {
	display         : inline-block;
	background-color: transparent;
	border          : 0px solid transparent;
	font-family     : "DINNextLTProBold";
	color           : rgb(180, 179, 210);
	font-size       : 1.6rem;
	float           : right;
	height          : 1.6rem;
	margin-top      : 1.7rem;
}

.interior .interiorContainer .dataHolder .contentHolder .seasonSelectorHolder .seasonSelector:focus {
	outline: none;
}

.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder {
	width         : 100%;
	display       : flex;
	flex-direction: column;
}

.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode {
	display       : flex;
	width         : 100%;
	flex-direction: column;
	padding-top   : 10px;
}

.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .colapsed {
	border-bottom: 1px solid rgb(180, 179, 210);
}

.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .headerEpisode {
	display       : flex;
	width         : 100%;
	flex-direction: row;
	padding-top   : 10px;
	padding-bottom: 10px;
}

.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .headerEpisode .epiNumber {
	width      : 3rem;
	font-family: "DINNextLTProBold";
	font-size  : 1.7rem;
	text-align : center;
}

.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .headerEpisode .epiTitle {
	flex          : 1;
	font-family   : "DINNextLTPro Regiular";
	font-size     : 1.7rem;
	text-transform: uppercase;
	text-overflow : ellipsis;
	white-space   : nowrap;
	overflow      : hidden;
}

.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .headerEpisode .epiControls {
	display       : flex;
	flex-direction: row;
	width         : 6rem;
}

.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .headerEpisode .epiControls .playIcon {
	width           : 37px;
	height          : 37px;
	cursor          : pointer;
	background-image: url(../images/ICONOS_ONCE_Play_circular_Gris.png);
	background-size : 100% 100%;
}

.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .headerEpisode .epiControls .moreIcon {
	width           : 37px;
	height          : 37px;
	cursor          : pointer;
	background-image: url(../images/ICONOS_ONCE_Mas_Gris.png);
	background-size : 100% 100%;
	transition      : background-image 1s;
}

.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .headerEpisode .epiControls .moreIcon:hover {
	background-image: url(../images/ICONOS_ONCE_Menos_Gris.png);
}

.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .headerEpisode .epiControls .lessIcon {
	background-image: url(../images/ICONOS_ONCE_Menos_Gris.png);
}

.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .lowEpisode {
	display       : flex;
	width         : 100%;
	flex-direction: row-reverse;
	margin-top    : 5px;
	margin-bottom : 15px;
}

.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .lowEpisode .epiDescription {
	font-family: "DINNextLTPro Regiular";
	font-size  : 1.4rem;
	margin-left: 3rem;
}

.programs .pgmContainer {
	width      : 80%;
	max-width  : 1596px;
	margin     : 0 auto;
	padding-top: 75px;
}

.programs .pgmContainer .featuredProgram {
	position         : relative;
	width            : 100%;
	height           : 0;
	padding-top      : 56.26%;
	background-size  : cover;
	background-repeat: no-repeat;
	margin           : 5px auto;
	border-radius    : 6px;
	background-color : #CCC;
	overflow         : hidden;
}

.programs .pgmContainer .featuredProgram .shadow {
	position        : absolute;
	width           : 102%;
	height          : 102%;
	top             : 0px;
	left            : -2px;
	background-image: url(../images/sobra_grande.png);
	background-size : cover;
	border-radius   : 6px;
}

.programs .pgmContainer .featuredProgram .controlls {
	position      : absolute;
	width         : 95%;
	left          : 2.5%;
	bottom        : 4.5%;
	color         : #FFF;
	text-transform: uppercase;
	display       : flex;
	flex-direction: column;
}

.programs .pgmContainer .featuredProgram .controlls p {
	width      : 100%;
	font-size  : 6em;
	margin     : 0px;
	font-family: "DINNextLTProBold";
}

.programs .pgmContainer .featuredProgram .controlls span {
	font-size  : 3.5em;
	color      : #E33453;
	font-family: "DINNextLTPro";
}

.programs .pgmContainer .filterHolder {
	display        : flex;
	flex-direction : row;
	align-items    : flex-end;
	align-content  : flex-end;
	justify-content: flex-end;
	margin         : 15px auto;
	max-height     : 60px;
	overflow       : hidden;
}

.programs .pgmContainer .filterHolder #searchVOD {
	width        : 2.5rem;
	height       : auto;
	margin-bottom: 0.4rem;
	cursor       : pointer;
}

.programs .pgmContainer .filterHolderM {
	display        : none;
	flex-direction : row;
	font-size      : 1.2rem;
	align-items    : center;
	align-content  : center;
	justify-content: center;
	margin         : 15px auto;
	max-height     : 60px;
	overflow       : hidden;
}

.programs .pgmContainer .filterHolderM select {
	font-size   : 0.8rem;
	margin-right: 1rem;
	padding     : 0.3rem;
}

.programs .pgmContainer .shelf {
	display       : flex;
	width         : 100%;
	flex-direction: column;
}

.programs .pgmContainer .shelf .shelfTitle {
	color         : rgb(213 2 48);
	font-family   : "DINNextLTProBold";
	font-size     : 1.8rem;
	margin-top    : 10px;
	text-transform: uppercase;
}

.programs .pgmContainer .shelf .content {
	position: relative;
	width   : 100%;
	height  : 177px;
	overflow: hidden;
}

.programs .pgmContainer .shelf .content * {
	box-sizing: border-box;
}

.programs .pgmContainer .shelf .content .wrapper {
	position         : absolute;
	/*transform-style: preserve-3d;*/
	height           : 177px;
	min-width        : 100%;
	white-space      : nowrap;
	transition       : all 0.25s ease 0s;
	left             : 0;
}

.programs .pgmContainer .shelf .content .wrapper .element {
	display         : inline-block;
	width           : 315px;
	height          : 177px;
	background-color: #000;
	border-radius   : 6px;
	cursor          : pointer;
	background-size : cover;
	position        : relative;
	vertical-align  : top;
	margin-right    : 5px;
}

.programs .pgmContainer .shelf .content .wrapper .element .data {
	display       : flex;
	flex-direction: column;
	height        : 100%;
	position      : absolute;
	top           : 0px;
}

.programs .pgmContainer .shelf .content .wrapper .element .data .tag {
	display                   : block;
	min-width                 : 70px;
	max-width                 : 150px;
	min-height                : 21px;
	padding-left              : 10px;
	padding-right             : 10px;
	background-color          : rgb(213 0 48);
	color                     : #FFF;
	font-family               : "DINNextLTProBold";
	font-size                 : 1.1rem;
	border-bottom-right-radius: 6px;
	border-top-left-radius    : 6px;
	text-align                : center;
	text-transform            : uppercase;
}

.programs .pgmContainer .shelf .content .wrapper .element .data .spacer {
	flex: 1;
}

.programs .pgmContainer .shelf .content .wrapper .element .data .title {
	display       : block;
	padding       : 10px;
	color         : #FFF;
	font-family   : "DINNextLTProBold";
	font-size     : 1.36rem;
	text-align    : left;
	text-transform: uppercase;
	white-space   : break-spaces;
}

.programs .pgmContainer .shelf .content .swiper-container .swiper-wrapper .swiper-slide {
	width         : 300px;
	/*margin-right: 5px;*/
}

.programs .pgmContainer .shelf .content .swiper-container .swiper-wrapper .swiper-slide .element {
	display         : inline-block;
	width           : 300px;
	height          : 177px;
	background-color: #000;
	border-radius   : 6px;
	cursor          : pointer;
	background-size : cover;
	position        : relative;
	vertical-align  : top;
}

.programs .pgmContainer .shelf .content .swiper-container .swiper-wrapper .swiper-slide .element .data {
	display       : flex;
	flex-direction: column;
	height        : 100%;
	position      : absolute;
	top           : 0px;
}

.programs .pgmContainer .shelf .content .swiper-container .swiper-wrapper .swiper-slide .element .data .tag {
	display                   : block;
	min-width                 : 70px;
	max-width                 : 150px;
	min-height                : 21px;
	padding-left              : 10px;
	padding-right             : 10px;
	background-color          : rgb(213 0 48);
	color                     : #FFF;
	font-family               : "DINNextLTProBold";
	font-size                 : 1.1rem;
	border-bottom-right-radius: 6px;
	border-top-left-radius    : 6px;
	text-align                : center;
	text-transform            : uppercase;
}

.programs .pgmContainer .shelf .content .swiper-container .swiper-wrapper .swiper-slide .element .data .spacer {
	flex: 1;
}

.programs .pgmContainer .shelf .content .swiper-container .swiper-wrapper .swiper-slide .element .data .title {
	display       : block;
	padding       : 10px;
	color         : #FFF;
	font-family   : "DINNextLTProBold";
	font-size     : 1.36rem;
	text-align    : left;
	text-transform: uppercase;
	white-space   : break-spaces;
}

.programs .pgmContainer .shelf .content .owl-carousel .item {
	width         : 315px;
	/*margin-right: 5px;*/
}

.programs .pgmContainer .shelf .content .owl-carousel .item .element {
	display         : inline-block;
	width           : 315px;
	height          : 177px;
	background-color: #000;
	border-radius   : 6px;
	cursor          : pointer;
	background-size : cover;
	position        : relative;
	vertical-align  : top;
}

.programs .pgmContainer .shelf .content .owl-carousel .item .element .data {
	display       : flex;
	flex-direction: column;
	height        : 100%;
	position      : absolute;
	top           : 0px;
}

.programs .pgmContainer .shelf .content .owl-carousel .item .element .data .tag {
	display                   : block;
	min-width                 : 70px;
	max-width                 : 150px;
	min-height                : 21px;
	padding-left              : 10px;
	padding-right             : 10px;
	background-color          : rgb(213 0 48);
	color                     : #FFF;
	font-family               : "DINNextLTProBold";
	font-size                 : 1.1rem;
	border-bottom-right-radius: 6px;
	border-top-left-radius    : 6px;
	text-align                : center;
	text-transform            : uppercase;
}

.programs .pgmContainer .shelf .content .owl-carousel .item .element .data .spacer {
	flex: 1;
}

.programs .pgmContainer .shelf .content .owl-carousel .item .element .data .title {
	display       : block;
	padding       : 10px;
	color         : #FFF;
	font-family   : "DINNextLTProBold";
	font-size     : 1.36rem;
	text-align    : left;
	text-transform: uppercase;
	white-space   : break-spaces;
}


.programs .pgmContainer .shelf .content .leftController {
	display         : flex;
	position        : absolute;
	top             : 0px;
	left            : 0px;
	width           : 45px;
	height          : 100%;
	z-index         : 9;
	background-image: url(../images/ShadowCarrouselL.png);
	background-size : cover;
	cursor          : pointer;
	align-items     : center;
	justify-content : center;
}

.programs .pgmContainer .shelf .content .leftController .icon {
	width           : 25px;
	height          : 46px;
	background-image: url(../images/RewindCarrousel.png);
	background-size : cover;
}

.programs .pgmContainer .shelf .content .rigthController {
	display         : flex;
	position        : absolute;
	top             : 0px;
	right           : 0px;
	width           : 45px;
	height          : 100%;
	z-index         : 9;
	background-image: url(../images/ShadowCarrousel.png);
	background-size : cover;
	cursor          : pointer;
	align-items     : center;
	justify-content : center;
}

.programs .pgmContainer .shelf .content .rigthController .icon {
	width           : 25px;
	height          : 46px;
	background-image: url(../images/FowardCarrousel.png);
	background-size : cover;
}

.programs .pgmContainer .extraData {
	display              : grid;
	grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
}

.programs .pgmContainer .extraData .element {
	display         : inline-block;
	width           : 315px;
	height          : 177px;
	background-color: #000;
	border-radius   : 6px;
	cursor          : pointer;
	background-size : cover;
	position        : relative;
	vertical-align  : top;
	margin-bottom   : 10px;
}

.programs .pgmContainer .extraData .element .data {
	display       : flex;
	flex-direction: column;
	height        : 100%;
	position      : absolute;
	top           : 0px;
}

.programs .pgmContainer .extraData .element .data .tag {
	display                   : block;
	min-width                 : 70px;
	max-width                 : 150px;
	min-height                : 21px;
	padding-left              : 10px;
	padding-right             : 10px;
	background-color          : rgb(213 0 48);
	color                     : #FFF;
	font-family               : "DINNextLTProBold";
	font-size                 : 1.1rem;
	border-bottom-right-radius: 6px;
	border-top-left-radius    : 6px;
	text-align                : center;
	text-transform            : uppercase;
}

.programs .pgmContainer .extraData .element .data .spacer {
	flex: 1;
}

.programs .pgmContainer .extraData .element .data .title {
	display       : block;
	padding       : 10px;
	color         : #FFF;
	font-family   : "DINNextLTProBold";
	font-size     : 1.36rem;
	text-align    : left;
	text-transform: uppercase;
	white-space   : break-spaces;
}


.shelfHover {
	display : none;
	position: absolute;
	z-index : 20;
}

.shelfHover .expand {
	display         : block;
	width           : 325px;
	min-height      : 308px;
	background-color: rgb(19, 23, 28);
	z-index         : 10;
	margin-top      : -5px;
	margin-left     : -5px;
	border-radius   : 6px;
}

.shelfHover .expand .data {
	display       : flex;
	flex-direction: column;
	width         : 100%;
}

.shelfHover .expand .data .main {
	display                : flex;
	cursor                 : pointer;
	flex-direction         : column;
	width                  : 100%;
	height                 : 195px;
	border-top-left-radius : 6px;
	border-top-right-radius: 6px;
	background-size        : cover;
}

.shelfHover .expand .data .main .TagHolder {
	display       : flex;
	flex-direction: row;
}

.shelfHover .expand .data .main .TagHolder .tag {
	display                   : block;
	min-width                 : 70px;
	max-width                 : 150px;
	min-height                : 21px;
	padding-left              : 10px;
	padding-right             : 10px;
	background-color          : rgb(213 0 48);
	color                     : #FFF;
	font-family               : "DINNextLTProBold";
	font-size                 : 1.1rem;
	border-bottom-right-radius: 6px;
	border-top-left-radius    : 6px;
	text-align                : center;
	text-transform            : uppercase;
}

.shelfHover .expand .data .main .spacer {
	flex: 1;
}

.shelfHover .expand .data .main .title {
	display       : block;
	padding       : 10px;
	color         : #FFF;
	font-family   : "DINNextLTProBold";
	font-size     : 1.56rem;
	text-align    : left;
	text-transform: uppercase;
}

.shelfHover .expand .data .controlls {
	display        : flex;
	flex-direction : row;
	align-content  : center;
	justify-content: center;
	align-items    : center;
	padding        : 0.3rem;
	margin-bottom  : 0.5rem;
}

.shelfHover .expand .data .controlls .play {
	cursor: pointer;
}

.shelfHover .expand .data .controlls .title {
	color      : rgb(180, 179, 210);
	font-family: "DINNextLTPro";
	font-size  : 1.2rem;
}

.shelfHover .expand .data .controlls .info {
	color      : rgb(213, 0, 47);
	flex       : 1;
	font-family: "DINNextLTPro";
	font-size  : 1rem;
	text-align : center;
}

.shelfHover .expand .data .controlls .info:last-child {
	margin-right: 5px;
}

.shelfHover .expand .data .description {
	padding    : 0rem 0.8rem 0rem;
	color      : rgb(180, 179, 210);
	display    : block;
	white-space: break-spaces;
	font-size  : 1rem;
	margin-top : 0px
}


.vivo .asomateComtainer {
	width      : 80%;
	max-width  : 1596px;
	margin     : 0 auto;
	color      : rgb(182, 180, 215);
	padding-top: 75px;
}

.vivo .asomateComtainer .videoC {
	position         : relative;
	width            : 100%;
	height           : 0;
	padding-top      : 56.26%;
	background-size  : cover;
	background-repeat: no-repeat;
	margin           : 5px auto;
	border-radius    : 6px;
	background-color : #CCC;
	overflow         : hidden;
}

.vivo .asomateComtainer .videoC #videoplayer {
	position: absolute;
	top     : 0px;
	left    : 0px;
}

.vivo .asomateComtainer .topDataHolder {
	width         : 100%;
	display       : flex;
	flex-direction: row;
	box-sizing    : border-box;
}

.vivo .asomateComtainer .topDataHolder .title {
	color         : #E33453;
	text-transform: uppercase;
	font-family   : "DINNextLTPro";
	font-size     : 2.8rem;
	margin-top    : 0.9rem;
	margin-bottom : 0.9rem;
}

.vivo .asomateComtainer .topDataHolder .title span {
	color      : #FFF;
	font-family: "DINNextLTProBold";
}

.vivo .asomateComtainer .topDataHolder .spacer {
	flex: 1;
}

.vivo .asomateComtainer .topDataHolder #signalSelector {
	display         : none;
	height          : 2rem;
	margin-top      : 1.3rem;
	margin-bottom   : 1.3rem;
	background-color: #E33453;
	color           : #FFF;
	border          : none;
	font-family     : "DINNextLTProBold";
	font-size       : 1.2rem;
	padding-left    : 1rem;
	padding-right   : 1rem;
}

.vivo .asomateComtainer .signalDescription {
	width      : 100%;
	font-size  : 1.34rem;
	font-family: "DINNextLTPro Regiular";
}

.vivo .asomateComtainer .pgmContainer {
	width   : 100%;
	margin  : 0 auto;
	position: relative;
}

.vivo .asomateComtainer .pgmContainer .bpgm {
	position           : absolute;
	top                : 0px;
	left               : -1rem;
	z-index            : 99;
	width              : 4rem;
	height             : 75%;
	background-image   : url(../images/ICONOS_ONCE_Atras_Gris.svg);
	background-position: center;
	background-repeat  : no-repeat;
	cursor             : pointer;
	margin-right       : 1rem;
}

.vivo .asomateComtainer .pgmContainer .fpgm {
	position           : absolute;
	top                : 0px;
	right              : -1rem;
	z-index            : 99;
	width              : 4rem;
	height             : 75%;
	background-image   : url(../images/ICONOS_ONCE_Adelante_Gris.svg);
	background-position: center;
	background-repeat  : no-repeat;
	cursor             : pointer;
}

.vivo .asomateComtainer .pgmContainer .swiper-container .swiper-wrapper .swiper-slide {
	max-width: 277px;
}

.vivo .asomateComtainer .pgmContainer .swiper-container .swiper-wrapper a {
	text-decoration: none;
}

.vivo .asomateComtainer .pgmContainer .swiper-container .swiper-wrapper .thumbnail {
	background-image   : url(../images/Once-Generico_392x220.webp);
	width              : 100%;
	height             : 10.4vw;
	background-size    : cover;
	border-radius      : 6px;
	background-position: center;
	background-size    : cover;
}

.vivo .asomateComtainer .pgmContainer .swiper-container .swiper-wrapper .thumbnail .more {
	line-height               : 30px;
	text-decoration           : none;
	display                   : none;
	min-width                 : 30px;
	max-width                 : 60px;
	min-height                : 28px;
	padding-left              : 10px;
	padding-right             : 10px;
	background-color          : rgb(213 0 48);
	color                     : #FFF;
	font-family               : "DINNextLTProBold";
	font-size                 : 1.2rem;
	border-bottom-right-radius: 6px;
	border-top-left-radius    : 6px;
	text-align                : center;
	text-transform            : uppercase;
	color                     : #FFF;
}

.vivo .asomateComtainer .pgmContainer .swiper-container .swiper-wrapper .thumbnail:hover>.more {
	display: block;
}

.vivo .asomateComtainer .pgmContainer .swiper-container .swiper-wrapper .title {
	font-family  : "DINNextLTProBold";
	font-size    : 1.5rem;
	text-align   : center;
	margin-top   : 10px;
	margin-bottom: 15px;
	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
}

.vivo .asomateComtainer .pgmContainer .swiper-container .swiper-wrapper .hour {
	display      : block;
	width        : 100%;
	font-family  : "DINNextLTProBold";
	font-size    : 1rem;
	margin-top   : 0px;
	margin-bottom: 10px;
	text-align   : center;
}

#customControlls {
	position        : absolute;
	top             : 0px;
	left            : 0px;
	width           : 100vw;
	height          : 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	display         : flex;
	flex-direction  : column;
}

#customControlls .topAndMeta {
	display       : flex;
	flex-direction: row;
	width         : 100%;
}

#customControlls .topAndMeta .times {
	background-image: url(../images/ICONOS_ONCE_CerrarGris.svg);
	width           : 2.87rem;
	height          : 2.87rem;
	background-size : cover;
	margin-left     : 1.6rem;
	margin-top      : 1.6rem;
	cursor          : pointer;
}

#customControlls .topAndMeta .meta {
	display       : flex;
	flex-direction: column;
	text-align    : center;
	flex          : 1;
}

#customControlls .topAndMeta .meta .channelName {
	color      : #FFF;
	font-size  : 1.3rem;
	font-family: "DINNextLTPro";
	margin-top : 1.6rem;
}

#customControlls .topAndMeta .meta .episodeName {
	color        : #FFF;
	font-size    : 1.3rem;
	font-family  : "DINNextLTProLight";
	margin-bottom: 0.6rem;
}

#customControlls .spacer {
	width: 100%;
	flex : 1;
}

#customControlls .basicControls {
	display        : flex;
	flex-direction : row;
	justify-content: center;
	align-items    : center;
}

#customControlls .basicControls .rewind {
	width           : 12vw;
	height          : 12vw;
	background-image: url(../images/ICONOS_ONCE_Retroceso.svg);
	cursor          : pointer;
}

#customControlls .basicControls .play {
	width           : 12vw;
	height          : 12vw;
	background-image: url(../images/ICONOS_ONCE_Play_Gris2.svg);
	cursor          : pointer;
	margin-left     : 7vw;
	margin-right    : 7vw;
}

#customControlls .basicControls .pause {
	width           : 12vw;
	height          : 12vw;
	background-image: url(../images/ICONOS_ONCE_Pausa.svg);
	cursor          : pointer;
	margin-left     : 7vw;
	margin-right    : 7vw;
}

#customControlls .basicControls .foward {
	width           : 12vw;
	height          : 12vw;
	background-image: url(../images/ICONOS_ONCE_Adelantar.svg);
	cursor          : pointer;
}

#customControlls .controlBar {
	display       : flex;
	flex-direction: column;
	width         : 100%;
	padding       : 1.6rem;
	box-sizing    : border-box;
}

#customControlls .controlBar .icons {
	display       : flex;
	flex-direction: row-reverse;
	width         : 100%;
}

#customControlls .controlBar .icons .vquality {
	display            : none;
	background-image   : url(../images/videQuality.png);
	width              : 34px;
	height             : 22px;
	cursor             : pointer;
	background-size    : 34px 22px;
	background-position: center;
	background-repeat  : none;
	margin-top         : 5px;
	margin-right       : 5px;
}

#customControlls .controlBar .icons .qualityControll {
	display       : flex;
	flex-direction: column;
	width         : 100px;
	position      : absolute;
}

#customControlls .controlBar .icons .qualityControll .qHolder {
	width           : 100%;
	min-height      : 20px;
	background-color: #31313a;
	border-radius   : 6px;
}

#customControlls .controlBar .icons .qualityControll .qHolder .level {
	color         : #FFF;
	padding-left  : 1.25rem;
	padding-right : 1.25rem;
	padding-top   : 0.3rem;
	padding-bottom: 0.3rem;
	font-size     : 1.2rem;
	font-family   : "DINNextLTPro Regiular";
	cursor        : pointer;
}

#customControlls .controlBar .icons .qualityControll .qHolder .level:hover {
	color: #E33453;
}

#customControlls .controlBar .icons .qualityControll .qHolder .active {
	color: #E33453;
}

#customControlls .controlBar .icons .qualityControll .bottom {
	width           : 100%;
	height          : 10px;
	background-image: url(../images/bottomQaulity.png);
	background-size : 100% 100%;
}

#customControlls .controlBar .icons .fullscreen {
	background-image: url(../images/ICONOS_ONCE_ExpandirVideo.svg);
	width           : 30px;
	height          : 30px;
	cursor          : pointer;
}

#customControlls .controlBar .icons .volume {
	width           : 30px;
	height          : 30px;
	background-image: url(../images/ICONOS_ONCE_Volumen.svg);
	cursor          : pointer;
}

#customControlls .controlBar .icons .volumeBar {
	display       : flex;
	flex-direction: column;
	position      : absolute;
	width         : 30px;
	height        : 120px;
}

#customControlls .controlBar .icons .volumeBar .vBody {
	display           : flex;
	flex-direction    : row;
	justify-content   : center;
	width             : 100%;
	height            : 120px;
	/*background-color: #313139; border-top-left-radius: 6px; border-top-right-radius:6px;*/
	background-image  : url(../images/VolumeBar.png);
	background-size   : 100% 100%;
}

#customControlls .controlBar .icons .volumeBar .vBody input[type=range] {
	-webkit-appearance: none;
	width             : 95px;
	height            : 5px;
	background        : #FFF;
	outline           : none;
	opacity           : 0.7;
	-webkit-transition: .2s;
	transition        : opacity .2s;
	-webkit-transform : rotate(-90deg);
	-moz-transform    : rotate(-90deg);
	-o-transform      : rotate(-90deg);
	-ms-transform     : rotate(-90deg);
	transform         : rotate(-90deg);
	margin-top        : 56px;
}

#customControlls .controlBar .icons .volumeBar .vBody input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background-color  : #FFF;
	width             : 15px;
	height            : 15px;
	border-radius     : 25px;
}

#customControlls .controlBar .icons .volumeBar .vBody input[type=range]::-moz-range-thumb {
	-webkit-appearance: none;
	background-color  : #FFF;
	width             : 15px;
	height            : 15px;
	border-radius     : 25px;
}

#customControlls .controlBar .progress {
	position: relative;
	width   : 100%;
}

#customControlls .controlBar .progress .slider {
	-webkit-appearance: none;
	width             : 100%;
	height            : 2px;
	background        : #FFF;
	outline           : none;
	opacity           : 0.7;
	-webkit-transition: .2s;
	transition        : opacity .2s;
	margin-top        : 14px;
	margin-bottom     : 14px;
}

#customControlls .controlBar .progress .slider:hover {
	opacity: 1;
}

#customControlls .controlBar .progress .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance        : none;
	width             : 32px;
	height            : 32px;
	cursor            : pointer;
	background-color  : transparent;
	border            : none;
	background-image  : url(../images/ICONOS_VOD_Circulolineareproductor.svg);
}

#customControlls .controlBar .progress .slider::-moz-range-thumb {
	width           : 32px;
	height          : 32px;
	background-image: url(../images/ICONOS_VOD_Circulolineareproductor.svg);
	cursor          : pointer;
}

#customControlls .controlBar .progress .indicator {
	position        : absolute;
	width           : 1.87rem;
	height          : 1.87rem;
	top             : 0px;
	left            : 9%;
	background-image: url(../images/ICONOS_VOD_Circulolineareproductor.svg);
	background-size : cover;
}

#customControlls .controlBar .progress .bar {
	width           : 100%;
	height          : 2px;
	background-color: #b3b3b3;
	margin-top      : 14px;
	margin-bottom   : 14px;
}

#customControlls .controlBar .progress .bar .pv {
	width           : 10%;
	height          : 2px;
	background-color: #E33453;
}

#customControlls .controlBar .labels {
	display       : flex;
	flex-direction: row;
	width         : 100%;
}

#customControlls .controlBar .labels .time {
	color      : #FFF;
	font-size  : 1rem;
	font-family: "DINNextLTPro";
}

.busqueda .busquedaComtainer {
	width      : 80%;
	max-width  : 1596px;
	margin     : 0 auto;
	padding-top: 75px;
}

.busqueda .busquedaComtainer .searchBlock {
	display       : flex;
	flex-direction: row;
	width         : 100%;
	min-height    : 1.5rem;
	margin-top    : 2rem;
	align-items   : center;
	flex-wrap     : wrap;
}

.busqueda .busquedaComtainer .searchBlock input {
	flex            : 1;
	background-color: transparent;
	border          : none;
	border-bottom   : 2px solid #E33453;
	color           : #FFF;
	font-family     : "DINNextLTPro Regiular";
	font-size       : 1.2rem;
}

.busqueda .busquedaComtainer .searchBlock input:focus {
	outline: none !important;
}

/* .busqueda .busquedaComtainer .searchBlock .searchClose { width: 30px; height: 30px; background-image:url(../images/ICONOS_ONCE_CerrarGris.svg); cursor: pointer; } */
.busqueda .busquedaComtainer .searchTypeBlock {
	display        : flex;
	flex-direction : row;
	justify-content: center;
	width          : 100%;
	color          : #FFF;
	margin-top     : 1rem;
	margin-bottom  : 1rem;
	color          : rgb(181, 180, 217);
	cursor         : pointer;
	font-size      : 1.4rem;
	flex-wrap      : wrap;
}

.busqueda .busquedaComtainer .searchTypeBlock .searchtype {
	margin-right: 2rem;
	font-family : "DINNextLTPro";
}

.busqueda .busquedaComtainer .searchTypeBlock .active {
	color: #E33453;
}

.busqueda .busquedaComtainer .pgmresult {
	color: #FFF;
}

.busqueda .busquedaComtainer .pgmresult .sectionTitle {
	font-size  : 1.5rem;
	font-family: "DINNextLTProBold";
}

.busqueda .busquedaComtainer .pgmresult .results {
	display       : flex;
	flex-direction: row;
	flex-wrap     : wrap;
}

.busqueda .busquedaComtainer .pgmresult .results a {
	display        : block;
	text-decoration: none;
	width          : 24%;
	color          : #FFF;
	margin-right   : 10px;
	margin-bottom  : 10px;
}

.busqueda .busquedaComtainer .pgmresult .results a .pgm {
	width           : 100%;
	background-color: rgb(19, 23, 28);
	border-radius   : 6px;
}

.busqueda .busquedaComtainer .pgmresult .results a .pgm .thumbnail {
	width                  : 100%;
	height                 : 195px;
	border-top-left-radius : 6px;
	border-top-right-radius: 6px;
	background-size        : cover;
}

.busqueda .busquedaComtainer .pgmresult .results a .pgm .data {
	padding-top   : 15px;
	padding-bottom: 20px;
	padding-left  : 20px;
	padding-right : 20px;
}

.busqueda .busquedaComtainer .pgmresult .results a .pgm .data .title {
	font-family  : "DINNextLTPro";
	font-size    : 25px;
	margin-bottom: 9px;
	margin-top   : 0px;
	text-overflow: ellipsis;
	overflow     : hidden;
	white-space  : nowrap;
}

.busqueda .busquedaComtainer .pgmresult .results a .pgm .data .description {
	margin            : 0px;
	font-family       : "DINNextLTPro";
	font-size         : 0.9rem;
	width             : 100%;
	height            : 91px;
	display           : -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow          : hidden;
	color             : rgb(181, 180, 217);
}

.busqueda .busquedaComtainer .pgmresult .option {
	display       : flex;
	flex-direction: row-reverse;
}

.busqueda .busquedaComtainer .pgmresult .option a {
	display         : block;
	color           : #FFF;
	text-decoration : none;
	font-size       : 1.2rem;
	background-color: rgb(192, 0, 51);
	padding         : 0.1rem;
	border-radius   : 6px;
	text-align      : center;
	min-width       : 80px;
}

.busqueda .busquedaComtainer .epiresult {
	color: #FFF;
}

.busqueda .busquedaComtainer .epiresult .sectionTitle {
	font-size  : 1.5rem;
	font-family: "DINNextLTProBold";
}

.busqueda .busquedaComtainer .epiresult .results {
	display       : flex;
	flex-direction: row;
	flex-wrap     : wrap;
}

.busqueda .busquedaComtainer .epiresult .results a {
	display        : block;
	text-decoration: none;
	width          : 300px;
	color          : #FFF;
	margin-right   : 10px;
	margin-bottom  : 10px;
}

.busqueda .busquedaComtainer .epiresult .results a .episode {
	width           : 100%;
	background-color: rgb(19, 23, 28);
	border-radius   : 6px;
}

.busqueda .busquedaComtainer .epiresult .results a .episode .thumbnail {
	width                  : 100%;
	height                 : 195px;
	border-top-left-radius : 6px;
	border-top-right-radius: 6px;
	background-size        : cover;
}

.busqueda .busquedaComtainer .epiresult .results a .episode .data {
	padding-top   : 15px;
	padding-bottom: 20px;
	padding-left  : 20px;
	padding-right : 20px;
}

.busqueda .busquedaComtainer .epiresult .results a .episode .data .title {
	font-family  : "DINNextLTPro";
	font-size    : 25px;
	margin-bottom: 9px;
	margin-top   : 0px;
	text-overflow: ellipsis;
	overflow     : hidden;
	white-space  : nowrap;
}

.busqueda .busquedaComtainer .epiresult .results a .episode .data .description {
	margin            : 0px;
	font-family       : "DINNextLTPro";
	font-size         : 0.9rem;
	width             : 100%;
	height            : 91px;
	display           : -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow          : hidden;
	color             : rgb(181, 180, 217);
}

.busqueda .busquedaComtainer .epiresult .option {
	display       : flex;
	flex-direction: row-reverse;
}

.busqueda .busquedaComtainer .epiresult .option a {
	display         : block;
	color           : #FFF;
	text-decoration : none;
	font-size       : 1.2rem;
	background-color: rgb(192, 0, 51);
	padding         : 0.1rem;
	border-radius   : 6px;
	text-align      : center;
	min-width       : 80px;
}

.busqueda .busquedaComtainer .hresult {
	color: #FFF;
}

.busqueda .busquedaComtainer .hresult .sectionTitle {
	font-size  : 1.5rem;
	font-family: "DINNextLTProBold";
}

.busqueda .busquedaComtainer .hresult .results {
	display       : flex;
	flex-direction: row;
	flex-wrap     : wrap;
}

.busqueda .busquedaComtainer .hresult .results .item {
	display       : flex;
	flex-direction: row;
	width         : 100%;
	color         : rgb(181, 180, 217);
	border-bottom : 1px solid rgb(181, 180, 217);
	margin-top    : 30px;
}

.busqueda .busquedaComtainer .hresult .results .item .day {
	font-size  : 2.6rem;
	font-family: "DINNextLTProBold";
	width      : 115px;
}

.busqueda .busquedaComtainer .hresult .results .item .divider {
	width           : 5px;
	height          : 2.6rem;
	background-color: rgb(192, 0, 51);
	margin-right    : 30px;
	margin-left     : 30px;
}

.busqueda .busquedaComtainer .hresult .results .item .meta {
	flex: 1;
}

.busqueda .busquedaComtainer .hresult .results .item .meta .title {
	font-family: "DINNextLTProBold";
	font-size  : 2.6rem;
	margin     : 0px;
}

.busqueda .busquedaComtainer .hresult .results .item .meta .metaP {
	font-family  : "DINNextLTProBold";
	font-size    : 1.5rem;
	margin-bottom: 30px;
	margin-top   : 1rem;
}

.busqueda .busquedaComtainer .hresult .results .item .clasification {
	width       : 45px;
	height      : 45px;
	margin-right: 1.3rem;
}

.busqueda .busquedaComtainer .hresult .option {
	display       : flex;
	flex-direction: row-reverse;
}

.busqueda .busquedaComtainer .hresult .option a {
	display         : block;
	color           : #FFF;
	text-decoration : none;
	font-size       : 1.2rem;
	background-color: rgb(192, 0, 51);
	padding         : 0.1rem;
	border-radius   : 6px;
	text-align      : center;
	min-width       : 80px;
	margin-top      : 16px;
}

.about .aboutContainer {
	display       : flex;
	flex-direction: row;
	width         : 80%;
	max-width     : 1596px;
	margin        : 0 auto;
	padding-top   : 75px;
}

.about .aboutContainer .leftMenu {
	display       : flex;
	padding-top   : 3rem;
	max-width     : 200px;
	padding-bottom: 3rem;
	flex-direction: column;
}

.about .aboutContainer .leftMenu .aboutElment {
	display        : inline-block;
	color          : rgb(255, 255, 255);
	font-size      : 1.5rem;
	font-family    : "DINNextLTPro";
	text-decoration: none;
	text-transform : uppercase;
}

.about .aboutContainer .leftMenu .aboutElment:hover {
	color: #E33453;
}

.about .aboutContainer .leftMenu .active {
	color: #E33453;
}

.about .aboutContainer .mainContent {
	flex          : 1;
	padding-left  : 10px;
	padding-top   : 3rem;
	padding-bottom: 3rem;
	color         : rgb(255, 255, 255);
	font-family   : "DINNextLTPro";
	font-size     : 1.3rem;
}

.about .aboutContainer .mainContent h1 {
	color      : #FFF;
	margin     : 0px;
	font-family: "DINNextLTProBold";
	font-size  : 2.6rem;
}

.about .aboutContainer .mainContent h2 {
	color      : #E33453;
	margin     : 0px;
	font-family: "DINNextLTPro";
	font-size  : 1.6rem;
}

.about .aboutContainer .mainContent a {
	display         : inline-block;
	min-width       : 100px;
	padding         : 5px;
	padding-left    : 10px;
	padding-right   : 10px;
	text-decoration : none;
	color           : #FFF;
	background-color: rgb(192, 0, 51);
	border-radius   : 6px;
}

.about .aboutContainer .mainContent .fileLink {
	display         : inline-block;
	color           : #f9e7a1 !important;
	background-color: transparent !important;
}

.about .aboutContainer .mainContent .title {
	font-family  : "DINNextLTProBold";
	font-size    : 1.8rem;
	margin-bottom: 0px;
}

.about .aboutContainer .mainContent .flex {
	width         : 100%;
	display       : flex;
	flex-direction: row;
	flex-wrap     : wrap;
}

.about .aboutContainer .mainContent .flex .col {
	flex: 1;
}

.about .aboutContainer .mainContent .flex .col-2 {
	max-width: 50%;
}

.about .aboutContainer .mainContent .flex .col-3 {
	max-width: 33%;
}

.about .aboutContainer .mainContent .flex .col-4 {
	max-width: 25%;
}

.color-title {
	color: #fff !important;
}

@media (max-width: 768px) {

	/*Banda de verificación*/
	.imgl {
		display     : block;
		margin-left : 10;
		margin-right: 0;
		width       : 50%;
		float       : left;
	}

	/**/

	.OnceDropDown {
		display      : inline-block;
		color        : #FFF;
		border-radius: 6px;
		font-family  : "DINNextLTPro Regiular";
		font-size    : 1.2rem;
	}

	.OnceDropDown .title img {
		margin-left: 1rem;
		width      : 15px !important;
		height     : auto;
	}

	.navigationBar .menu {
		width: 95%;
	}

	.navigationBar .menu .menuToggle {
		margin-right: 0.8rem;
	}

	.navigationBar .menu .logo {
		width : 90px;
		height: auto;
	}

	.navigationBar .menu .socialBar {
		flex-wrap: wrap;
		min-width: 80px;
		max-width: 41vw;
	}

	.navigationBar .menu .socialBar a {
		line-height: none;
		font-size  : 1.2rem;
	}

	.navigationExpansion .menu .topCollapse {
		margin-bottom: 1rem;
	}

	.navigationExpansion .menu .menu_item {
		margin-bottom: 0.5rem;
	}

	.navigationExpansion .menu .redes {
		margin-bottom: 1rem;
	}

	.footer .compromisos {
		width: 100%;
	}

	.footer .links {
		text-align     : center;
		justify-content: center;
	}

	.footer .links a {
		flex  : none !important;
		margin: 6px;
	}

	.footer .copy {
		flex-direction: column;
	}

	/*Ajuste para cuadratura en celulares*/
	.home .homeContainer {
		width: 97%;
	}

	.home .homeContainer .mainBanner .controlls p {
		font-size: 3em;
	}

	.home .homeContainer .mainBanner .controlls span {
		font-size: 0.9em;
	}

	.home .homeContainer .mainBannerR .controlls p {
		font-size: 3em;
	}

	.home .homeContainer .mainBannerR .controlls span {
		font-size: 0.9em;
	}

	.home .homeContainer .splitBannerH a .splitBanner .controlls p {
		font-size: 1.5em;
	}

	.home .homeContainer .splitBannerH a .splitBanner .controlls span {
		font-size: 0.9em;
	}

	.home .OnceNoticias .content .leftController {
		display: none;
	}

	.home .OnceNoticias .content .rigthController {
		display: none;
	}

	.home .OnceNoticias .content .brand {
		padding-top: 2.5rem;
	}

	.home .OnceNoticias .content .brand .logoNoticias {
		width       : 108px;
		margin-left : 0.6rem;
		margin-right: 0px;
	}

	.home .OnceNoticias .content .brand .lastNews {
		width      : 80px;
		margin-left: 0.5rem;
	}

	.home .OnceNoticias .content #shelfOnceNoticias {
		width : 100%;
		color : #FFF;
		height: 12rem;
	}

	.home .OnceNoticias .content #shelfOnceNoticias .item {
		width           : 200px;
		background-color: #15161b;
		border-radius   : 6px;
		cursor          : pointer;
	}

	.home .OnceNoticias .content #shelfOnceNoticias .item .thumbnail {
		width                  : 100%;
		height                 : 6rem;
		background-size        : cover;
		border-top-left-radius : 6px;
		border-top-right-radius: 6px;
	}

	.home .OnceNoticias .content #shelfOnceNoticias .item .data {
		padding-left  : 0.5rem;
		padding-right : 0.5rem;
		padding-bottom: 0rem;
		padding-top   : 0rem;
	}

	.home .OnceNoticias .content #shelfOnceNoticias .item .data p {
		display           : block;
		display           : -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		width             : 100%;
		height            : 2.5rem;
		margin-top        : 0.3rem;
		margin-bottom     : 0.3rem;
		font-size         : 1rem;
		font-family       : "DINNextLTProBold";
		overflow          : hidden;
	}

	.home .OnceNoticias .content #shelfOnceNoticias .item .data span {
		color             : rgb(180, 179, 210);
		display           : block;
		display           : -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size         : 0.6rem;
		font-family       : "DINNextLTPro Regiular";
		width             : 100%;
		height            : 1.5rem;
		overflow          : hidden;
	}


	.interior .interiorContainer {
		width: 100%;
	}

	.interior .interiorContainer .topShelfImage {
		margin: 0px;
	}

	.interior .interiorContainer .dataHolder .sideBar h1 {
		font-size: 2rem;
	}

	.interior .interiorContainer .dataHolder .sideBar h2 {
		font-size: 1.1rem;
	}

	.interior .interiorContainer .dataHolder .sideBar span {
		font-size: 0.8rem;
	}

	.interior .interiorContainer .dataHolder {
		flex-direction: column;
	}

	.interior .interiorContainer .dataHolder .sideBar {
		position: relative;
		width   : 90%;
		margin  : 0 auto;
	}

	.interior .interiorContainer .dataHolder .sideBar .socialIcons {
		margin-top: 1rem;
	}

	.interior .interiorContainer .dataHolder .sideBar .secionMenu {
		display: none;
	}

	.interior .interiorContainer .dataHolder .contentHolder {
		width : 90%;
		margin: 0 auto;
	}

	.interior .interiorContainer .dataHolder .contentHolder .title {
		font-size: 2rem;
	}

	.interior .interiorContainer .dataHolder .contentHolder .bloglink {
		display: block;
	}

	.interior .interiorContainer .dataHolder .contentHolder .sinopsis {
		font-size: 1.1rem;
	}

	.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .headerEpisode .epiNumber {
		width     : 2rem;
		font-size : 1.4rem;
		margin-top: 5px;
	}

	.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .headerEpisode .epiTitle {
		font-size : 1.3rem;
		margin-top: 5px;
	}

	.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .headerEpisode .epiControls {
		width: 4rem;
	}

	.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .headerEpisode .epiControls .playIcon {
		width : 30px;
		height: 30px;
	}

	.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .headerEpisode .epiControls .moreIcon {
		width : 30px;
		height: 30px;
	}

	.interior .interiorContainer .dataHolder .contentHolder .EpisodeHolder .episode .lowEpisode .epiDescription {
		font-size: 0.8rem;
	}

	.programs .pgmContainer {
		width: 100%;
	}

	.programs .pgmContainer .featuredProgram .controlls p {
		font-size: 3em;
	}

	.programs .pgmContainer .featuredProgram .controlls span {
		font-size: 1.75em;
	}

	.programs .pgmContainer .extraData {
		width : 84%;
		margin: 0 auto;
	}

	.programs .pgmContainer .shelfHolder {
		width : 84%;
		margin: 0 auto;
	}

	.programs .pgmContainer .filterHolderM {
		display: flex;
	}

	.programs .pgmContainer .filterHolder {
		display: none;
	}

	.horarios .topHorarios .tContainer {
		width: 95%;
	}

	.horarios .topHorarios .tContainer .grid {
		flex-direction: column;
	}

	.horarios .topHorarios .tContainer .grid h1 {
		margin    : 0 auto;
		width     : 100%;
		text-align: center;
	}

	.horarios .topHorarios .tContainer .grid .logoSignal {
		margin: 15px auto;
	}

	.horarios .topHorarios .tContainer .grid .selectorH {
		margin: 0 auto;
	}

	.horarios .horariosContainer {
		width: 100%;
	}

	.horarios .horariosContainer .pgmElement .topPGM {
		font-size    : 1.2rem;
		margin-bottom: 1rem;
	}

	.horarios .horariosContainer .pgmElement .topPGM .hour {
		margin-left : 1rem;
		margin-right: 1.5rem;
	}

	.horarios .horariosContainer .pgmElement .topPGM .diver {
		width       : 5px;
		height      : 1.5rem;
		margin-right: 0.8rem;
		margin-top  : 0px;
	}

	.horarios .horariosContainer .pgmElement .topPGM .expand {
		width       : 24px;
		height      : 24px;
		margin-right: 10px;
	}

	.horarios .horariosContainer .pgmElement .bottomDivider {
		margin-top: 0px;
	}

	.horarios .horariosContainer .pgmElement .bottomDivider .meta {
		font-size: 1rem;
	}

	.horarios .horariosContainer .pgmElement .bottomDivider .meta .now {
		margin-top   : 5px;
		margin-bottom: 5px;
	}

	.horarios .horariosContainer .pgmElement .bottomDivider .meta .metaP {
		padding-left : 10px;
		padding-right: 10px;
	}

	.horarios .horariosContainer .pgmElement .bottomDivider .description {
		margin       : 0px;
		width        : 100%;
		padding-left : 10px;
		padding-right: 10px;
		font-size    : 0.8rem;
	}

	.vivo .asomateComtainer {
		width: 100%;
	}

	.vivo .asomateComtainer .topDataHolder {
		padding-left : 5%;
		padding-right: 5%;
	}

	.vivo .asomateComtainer .topDataHolder .title {
		font-size : 1.8rem;
		margin-top: 1.3rem;
	}

	.vivo .asomateComtainer .pgmContainer {
		width: 90%;
	}

	.vivo .asomateComtainer .pgmContainer .bpgm {
		height: 7.3rem;
		width : 3.1rem;
	}

	.vivo .asomateComtainer .pgmContainer .fpgm {
		height: 7.3rem;
		width : 3.1rem;
	}

	.vivo .asomateComtainer .pgmContainer .swiper-container .swiper-wrapper .thumbnail {
		width     : 100%;
		height    : 7rem;
		min-height: 9rem;
	}

	.vivo .asomateComtainer .pgmContainer .swiper-container .swiper-wrapper .title {
		font-size    : 1rem;
		margin-bottom: 5px;
	}

	.vivo .asomateComtainer .pgmContainer .swiper-container .swiper-wrapper .hour {
		font-size: 0.8rem;
	}

	.busqueda .busquedaComtainer .hresult .results .item .day {
		font-size: 1.5rem;
		width    : 65px;
	}

	.busqueda .busquedaComtainer .hresult .results .item .divider {
		height      : 1.5rem;
		margin-right: 10px;
		margin-left : 10px
	}

	.busqueda .busquedaComtainer .hresult .results .item .meta .title {
		font-size: 1.5rem;
	}

	.busqueda .busquedaComtainer .hresult .results .item .meta .metaP {
		font-size: 1.1rem;
	}

	.about .aboutContainer {
		flex-direction: column;
	}

	.about .aboutContainer .leftMenu {
		padding-bottom: 0px;
		max-width     : 100%;
	}

	.about .aboutContainer .mainContent .flex {
		flex-direction: column;
	}

	.about .aboutContainer .mainContent .flex .col-2 {
		width    : 100%;
		max-width: 100%;
		flex     : 1;
	}

	.about .aboutContainer .mainContent .flex .col-3 {
		width: 100%;
	}

	.about .aboutContainer .mainContent .flex .col-3 {
		width: 100%;
	}

}

/**************************************
 Seccion înterior programas
***************************************/
.container-program {
	display        : flex;
	flex-direction : row;
	flex-wrap      : wrap;
	justify-content: center;
	padding        : 0% 5%;
}

.container-sidebar {
	width: 40%;
}

.container-sidebar .sidebar {
	display       : flex;
	flex-direction: column;
	align-items   : center;
}

.container-sidebar .sidebar .programation {
	text-align: center;
}

.social-icons-programs {
	display       : flex;
	flex-direction: row;
	flex-wrap     : wrap;
	color         : #fff;
	cursor        : pointer;
	font-family   : dinnextltprobold;
	font-size     : 1.4rem;
	text-transform: uppercase;
	text-align    : center;
}

.social-icons-programs p {
	margin-bottom: 0rem;
	width        : 100%;
}

.social-icons-programs .container-icons {
	display        : flex;
	flex-direction : row;
	flex-wrap      : nowrap;
	width          : 100%;
	justify-content: center;
}

.social-icons-programs .section-menu {
	width: 100%;
}

.social-icons-programs .section-menu .element {
	font-family   : dinnextltprobold;
	font-size     : 2.2rem;
	color         : #b4b3d2;
	cursor        : pointer;
	text-transform: uppercase;
	text-align    : center;
}

.social-icons-programs .section-menu .element a {
	text-decoration: none;
	font-size      : 2.2rem;
	color          : #b4b3d2;
}

.social-icons-programs .section-menu .element a {
	color: #b4b3d2;
}

.container-image-program {
	display       : flex;
	flex-direction: row;
	width         : 60%;
}

.container-image-program .topShelfImage {
	position         : relative;
	width            : 100%;
	height           : 0;
	padding-top      : 56%;
	background-size  : cover;
	background-repeat: no-repeat;
	margin           : 5px auto;
	background-color : #ccc;
	overflow         : hidden;
}

.container-info-program {
	width         : 100%;
	display       : flex;
	flex-direction: column;
	align-items   : flex-end;
	padding-bottom: 5%;
}

.container-info-program .contentHolder {
	font-size     : 2rem;
	color         : #b4b3d2;
	display       : flex;
	flex-direction: column;
	width         : 60%;
}

.container-info-program .contentHolder .title {
	text-align    : left;
	font-family   : dinnextltprobold;
	font-size     : 2.4rem;
	margin-top    : 1rem;
	margin-bottom : 0;
	text-transform: uppercase;
}

.container-sidebar .sidebar .programation {
	color: rgb(246 36 89) !important;
}

.container-info-program .contentHolder .sinopsis {
	font-family  : dinnextltpro regiular;
	text-align   : left;
	font-size    : 1.4rem;
	margin-bottom: 1rem;
}

.container-info-program .contentHolder .bloglink {
	margin-top: 0rem;
}

.container-info-program .contentHolder .bloglink a,
.container-info-program .contentHolder .bloglink a:hover {
	color          : #b4b3d2;
	text-decoration: none;
	font-size      : 2.4rem;
}

.container-info-program .contentHolder .seasonSelectorHolder {
	width          : 100%;
	display        : flex;
	flex-direction : row;
	justify-content: space-between;
}

.container-info-program .contentHolder .seasonSelectorHolder .title {
	text-align    : left;
	font-family   : dinnextltprobold;
	font-size     : 2.4rem;
	margin-top    : 1rem;
	margin-bottom : 0;
	text-transform: uppercase;
}

.container-info-program .contentHolder .seasonSelectorHolder .seasonSelector {
	display         : inline-block;
	background-color: transparent;
	border          : 0px solid transparent;
	font-family     : "DINNextLTProBold";
	color           : rgb(180, 179, 210);
	font-size       : 1.6rem;
	float           : right;
	height          : 1.6rem;
	margin-top      : 1.7rem;
}

.container-info-program .contentHolder .seasonSelectorHolder .seasonSelector:focus {
	outline: none;
}

.container-info-program .contentHolder .EpisodeHolder {
	width         : 100%;
	display       : flex;
	flex-direction: column;
}

.container-info-program .contentHolder .EpisodeHolder .episode {
	display       : flex;
	width         : 100%;
	flex-direction: column;
	padding-top   : 10px;
}

.container-info-program .contentHolder .EpisodeHolder .episode {
	display: flex;
	width  : 100%;
	flex-direction:
		column;
	padding-top: 10px;
}

.container-info-program .contentHolder .EpisodeHolder .episode .colapsed {
	border-bottom: 1px solid rgb(180, 179, 210);
}

.container-info-program .contentHolder .EpisodeHolder .episode .headerEpisode {
	display       : flex;
	width         : 100%;
	flex-direction: row;
	padding-top   : 10px;
	padding-bottom: 10px;
}

.container-info-program .contentHolder .EpisodeHolder .episode .headerEpisode .epiNumber {
	width      : 3rem;
	font-family: "DINNextLTProBold";
	font-size  : 1.7rem;
	text-align : center;
}

.container-info-program .contentHolder .EpisodeHolder .episode .headerEpisode .epiTitle {
	flex          : 1;
	font-family   : "DINNextLTPro Regiular";
	font-size     : 1.7rem;
	text-transform: uppercase;
	text-overflow : ellipsis;
	white-space   : nowrap;
	overflow      : hidden;
}

.container-info-program .contentHolder .EpisodeHolder .episode .headerEpisode .epiControls {
	display       : flex;
	flex-direction: row;
	width         : 6rem;
}

.container-info-program .contentHolder .EpisodeHolder .episode .headerEpisode .epiControls .playIcon {
	width           : 37px;
	height          : 37px;
	cursor          : pointer;
	background-image: url(../images/ICONOS_ONCE_Play_circular_Gris.png);
	background-size : 100% 100%;
}

.container-info-program .contentHolder .EpisodeHolder .episode .headerEpisode .epiControls .moreIcon {
	width           : 37px;
	height          : 37px;
	cursor          : pointer;
	background-image: url(../images/ICONOS_ONCE_Mas_Gris.png);
	background-size : 100% 100%;
	transition      : background-image 1s;
}

.container-info-program .contentHolder .EpisodeHolder .episode .headerEpisode .epiControls .moreIcon:hover {
	background-image: url(../images/ICONOS_ONCE_Menos_Gris.png);
}

.container-info-program .contentHolder .EpisodeHolder .episode .headerEpisode .epiControls .lessIcon {
	background-image: url(../images/ICONOS_ONCE_Menos_Gris.png);
}

.container-info-program .contentHolder .EpisodeHolder .episode .lowEpisode {
	display       : flex;
	width         : 100%;
	flex-direction: row-reverse;
	margin-top    : 5px;
	margin-bottom : 15px;
}

.container-info-program .contentHolder .EpisodeHolder .episode .lowEpisode .epiDescription {
	font-family: "DINNextLTPro Regiular";
	font-size  : 1.4rem;
	margin-left: 3rem;
}

@media (max-width: 1000px) {
	.container-program {
		width          : 100%;
		flex-direction : column;
		flex-wrap      : wrap;
		justify-content: center;
		align-items    : center;
	}

	.container-image-program {
		width: 100%;
		order: 1;
	}

	.container-sidebar {
		width: 100%;
		order: 2;
	}

	.container-sidebar .sidebar {
		display        : flex;
		flex-direction : row;
		flex-wrap      : wrap;
		align-items    : center;
		align-content  : space-between;
		justify-content: space-between;
	}

	.container-sidebar .sidebar .title-programation {
		width     : 100%;
		text-align: center;
	}

	.container-sidebar .sidebar .programation {
		width     : 100%;
		text-align: center;
	}

	.container-sidebar .sidebar .clasification-program {
		width     : 100%;
		text-align: center;
	}

	.social-icons-programs {
		width: 100%;
	}

	.social-icons-programs p {
		font-size: 2.4rem;
	}

	.container-info-program {
		width          : 100%;
		order          : 3;
		display        : flex;
		flex-direction : column;
		align-items    : center;
		justify-content: center;
		flex-wrap      : wrap;
	}

	.container-info-program .contentHolder {
		width: 100%;
	}
}