/* Main colors */
@font-face {
  font-family: 'ant1-icons';
  src: url("/css/fonts/icons/ant1-icons.eot?60726141");
  src: url("/css/fonts/icons/ant1-icons.eot?60726141#iefix") format("embedded-opentype"), url("/css/fonts/icons/ant1-icons.woff2?60726141") format("woff2"), url("/css/fonts/icons/ant1-icons.woff?60726141") format("woff"), url("/css/fonts/icons/ant1-icons.ttf?60726140") format("truetype"), url("/css/fonts/icons/ant1-icons.svg?60726140#ant1-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
.yellow {
    color: #CAF938;
}
.pink {
    color: #FF177A;
}
.white {
    color: #ffffff;
}
.blue {
    color: #12113F;
}
p {
    color: #12113F;
}
.light-pink {
    color: #EDC0CB;
}
.light-grey {
    color: #F4F4F4;
}
.grey {
    color: #E9E9E9;
}
/* Background colors */
.yellow-bg {
    background-color: #CAF938;
}
.pink-bg {
    background-color: #FF177A;
}
.white-bg {
    background-color: #ffffff;
}
.blue-bg {
    background-color: #12113F;
}
.light-pink-bg {
    background-color: #EDC0CB;
}
.light-grey-bg {
    background-color: #F4F4F4;
}
.grey-bg {
    background-color: #E9E9E9;
}
/* Titles */
.xxl-title {
    font-size: 4.6vw;
}
.xl-title {
    font-size: 80px;
}
.semi-xl-title {
    font-size: 65px;
}
.title {
    font-size: 50px;
}
.md-title {
    font-size: 35px;
}
.small-title {
    font-size: 25px;
}
.xsm-title {
    font-size: 21px;
}
/* Margins */
.sm-margin-bottom {
    margin-bottom: 50px;
}
.md-left-margin {
    margin-left: 150px;
}
.md-t-margin {
    margin-top: 150px;
}
.md-b-margin {
    margin-bottom: 150px;
}
/* Paddings */
.md-padding-x {
    padding-left: 150px;
    padding-right: 150px;
}
.md-x-padding {
    padding-left: 150px;
    padding-right: 150px;
}
.md-t-padding {
    padding-top: 150px;
}
/* General Font Settings */
body {
    font-family: 'Atyp Text';
}
.uppercase {
    text-transform: uppercase;
}
.light {
    font-weight: lighter;
}
.bold {
    font-weight: bold;
}
/* Image General settings */
img {
    min-width: 100%;
    height: auto;
}
.min-h {
    min-height: 427px;
}
a {
    text-decoration: none;
    text-transform: none;
}
/* Browser-inner */
.info {
	display: inline-block;
}
.info span img {
	min-width: 26px;
	top: -2px !important;
	margin-bottom: 6px;
	margin-right: 20px;
}
/* Buttons */
.mac-button {
	padding: 14px 20px 14px 20px;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.mac-button:hover {
	background-color: #FF177A;
	cursor: pointer;
	color:#12113F;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.clear-but {
    text-transform: none;
    text-decoration: none;
}
/* Alternatives Headers */
/* Schedule Header */
.browse-head .menu-link svg,
.browse-head a,
.schedule .menu-link svg,
.schedule a {
	fill: #12113F;
	color: #12113F;
}
.schedule .footer-social svg,
.schedule .header-socials svg {
	fill: #12113F;
}
/* Swiper js */
.swiper-wrapper {
	width: 100vw !important;
}
.nav-3d-slide {
	width: 1300px;
	position: absolute;
	height: 100px;
	left: calc(50% - 650px);
	top: 68%;
}
#slider-tuned .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
#slider-tuned .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: auto;
}
#slider-tuned .swiper-slide img {
    display: block;
    width: 100%;
}
#slider-tuned .swiper-slide {
	min-width: 1000px;
	margin-bottom: 150px;
}
.swiper-slide:hover {
    cursor: pointer;
}
/* week slider arrows */
.weekSlider .swiper-button-next::after,
.weekSlider .swiper-button-prev::after {
	font-size: 24px !important;
	color: #12113F;
}
.popular-article-description.white-bg.p-3 {
    min-height: 280px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	color: #12113F;
}
.weekSlider .swiper-button-next,
.weekSlider .swiper-button-prev {
	top: 75%;
}
/* First Slider Section */
.banner-slider-title.text-start.position-absolute {
	left: 150px;
}
#banner-hero {
	overflow: hidden;
}
#banner-hero .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#banner-hero .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#banner-hero .Swiper2 {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
#banner-hero .swiper-slide {
    background-size: cover;
    background-position: center;
}
.swiper .browse-inner,
#banner-hero .Swiper2 {
    height: 100%;
    width: 100%;
}
#banner-hero .Swiper1 {
	height: 10vh;
	box-sizing: border-box;
	padding: 10px 0;
	width: 80%;
	bottom: 0;
	z-index: 1;
	left: 10%;
	overflow: hidden;
}
 #banner-hero .Swiper1 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
}
 #banner-hero .Swiper1 .swiper-slide.swiper-slide-active {
	background-color: #fff;
	opacity: 1;
}
#banner-hero .Swiper1 .swiper-slide-thumb-active {
    opacity: 1;
}
#banner-hero .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
#slider-tuned .swiper-button-next-section-1,
#slider-tuned .swiper-rtl .swiper-button-prev-section-1,
#banner-hero .swiper-button-next-section-1,
#banner-hero .swiper-rtl .swiper-button-prev-section-1 {
    right: 6%;
    left: auto;
}
#slider-tuned .swiper-button-prev-section-1,
#slider-tuned .swiper-rtl .swiper-button-next-section-1 ,
#banner-hero .swiper-button-prev-section-1,
#banner-hero .swiper-rtl .swiper-button-next-section-1 {
	left: 6%;
	right: auto;
}
#slider-tuned .swiper-button-next-section-1,
#slider-tuned .swiper-button-prev-section-1,
#banner-hero .swiper-button-next-section-1,
#banner-hero .swiper-button-prev-section-1 {
	position: absolute;
	bottom: 0;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: 10vh;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
#slider-tuned .swiper-button-next-section-1::after,
#slider-tuned .swiper-button-prev-section-1::after,
#banner-hero .swiper-button-next-section-1::after,
#banner-hero .swiper-button-prev-section-1::after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}
#slider-tuned .swiper-button-next-section-1::after,
#slider-tuned .swiper-rtl .swiper-button-prev-section-1::after,
#banner-hero .swiper-button-next-section-1::after,
#banner-hero .swiper-rtl .swiper-button-prev-section-1::after {
	content: 'next';
}
#slider-tuned .swiper-button-prev-section-1::after,
#slider-tuned .swiper-rtl .swiper-button-next-section-1::after,
#banner-hero .swiper-button-prev-section-1::after,
#banner-hero .swiper-rtl .swiper-button-next-section-1::after {
	content: 'prev';
}
#slider-tuned .swiper-button-next-section-1::after,
#slider-tuned .swiper-button-prev-section-1::after {
	color: #fff;
}
#banner-hero::before,
.browse-inner-banner::before  {
	position: absolute;
	content: '';
	width: 80px;
	height: 180px;
	left: 0;
	background-image: url('/assets/slider-left.svg');
	z-index: 99;
	background-size: contain;
	background-repeat: no-repeat;
	top: calc(50% - 90px);
}
#browse-banner {
	padding-top: 150px;
}
#banner-hero::after,
.browse-inner-banner::after {
	position: absolute;
	content: '';
	width: 450px;
	height: 180px;
	right: 0;
	background-image: url('/assets/slider-right.svg');
	z-index: 99;
	background-size: contain;
	background-repeat: no-repeat;
	top: calc(50% - 90px);
}
.browse-inner-banner::after,
.browse-inner-banner::before {
    top: unset;
    bottom: 100px;
}
/* Second Slider section */
#slider-tuned .stay-tuned-desc {
    position: absolute;
    bottom: -160px;
    right: 0;
    max-width: 50%;
}
#slider-tuned .stay-tuned-desc {
    display: none;
}
#slider-tuned .swiper-slide-active .stay-tuned-desc {
    display: block;
}
/* Header */
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
	z-index: 99;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-logo svg,
.header-inner-logo svg {
	max-width: 140px;
    fill: #FF177A;
}
.menu-link {
	font-size: 20px;
	line-height: 25px;
}
.menu-link svg {
	height: 25px;
	line-height: 25px;
	width: auto;
    fill: #fff;
}
.footer-social svg,
.header-socials svg {
	height: 22px;
	width: auto;
    fill: #fff;
}
#slider-tuned::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 20%;
	background-image: url('/assets/Bag-Slider.svg');
	background-size: contain;
	background-repeat: no-repeat;
	top: calc(50% - 7%);
}
/* Footer */
.footer-logo-inner {
    max-width: 120px;
}
.footer-logo svg,
.footer-social svg {
    fill: #12113F;
}

/* Browse Inner */
#nav-tabContent .row {
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
}
.right-episode-info p {
	margin-right: 40px;
}
.serie-info .info {
    position: relative;
}
.serie-info .info:not(:first-child) {
	margin-left: 30px;
}
.serie-info .info:first-child::after,
.serie-info .info:nth-child(2)::after,
.serie-info .info:nth-child(3)::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #FF177A;
    right: -15px;
    top: 1px;
}
/* Burger menu */
.menu-btn {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 2;
	overflow: hidden;
	right: 4%;
	top: 15%;
	margin-top: 20px;
}
.menu-btn .bar {
	width: 30px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
    border-radius: 4px;
	transform: translate(-50%, -50%);
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}
.menu-btn .bar:nth-of-type(2) {
	top: calc(50% - 9px);
}
.menu-btn .bar:nth-of-type(3) {
	top: calc(50% + 9px);
}
.menu-btn.active .bar:nth-of-type(1) {
	display: none;
}
.menu-btn.active .bar:nth-of-type(2) {
	top: 50%;
	transform: translate(-50%, 0%) rotate(45deg);  
}
.menu-btn.active .bar:nth-of-type(3) {
	top: 50%;
	transform: translate(-50%, 0%) rotate(-45deg); 
}
.menu-btn:hover {
    cursor: pointer;
}
/* Menu modal */
.header__nav .header-inner-logo {
	width: 100%;
	padding-top: 50px;
}
.header__nav .nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
    background: #12113f;
	transform: translateX(100%);
	transition: transform 0.5s; 
}
.header__nav .nav.active {
	transform: translateX(0);
}
.header__nav .nav .nav__list_item {
	list-style-type: none;
}
.header__nav .nav__link:hover {
    color: #ff177a;
}

/* Cursor */
.cursor {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #fff;
	transition: all 200ms ease-out;
	position: fixed;
	pointer-events: none;
	left: 0;
	top: 0;
	transform: translate(calc(-50% + 15px), -50%);
	z-index: 99999999999999999999;
}
.cursor::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	left: -40px;
	top: calc(50% - 20px);
	background-image: url("/assets/chevron-left.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	filter: invert();
}
.cursor::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	right: -40px;
	top: calc(50% - 20px);
	background-image: url("/assets/chevron-right.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	filter: invert();
}
.cursor2 {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #fff;
	opacity: .3;
	position: fixed;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: width .3s, height .3s, opacity .3s;
	z-index: 99999999999999999999;
}
.hover {
	background-color: red;
	opacity: 0.5;
}
.cursorinnerhover {
	width: 50px;
	height: 50px;
	opacity: .5;
}
/* Banners Comercial */
.banner-com {
	width: 360px;
	height: 270px;
	left: 0;
	top: 20px;
	padding: 0px;
	z-index: 9;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	background-color: #caf938;
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
}
.banner-com.deactive {
	left: -360px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
}
.banner-com-arrow {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	right: 3px;
	top: calc(50% - 20px);
	background-image: url('/assets/chevron-left.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}
.inner-banner-land-img {
	position: relative;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.banner-image-land.mob .inner-banner-land-img {
	position: relative;
	width: 300px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}
.exit {
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #fff;
	right: 0;
	top: 0;
	cursor: pointer;
}
.exit::after,
.exit::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 24px;
	background-color: black;
	top: 3px;
	left: calc(50% - 1px);
	transform: rotate(45deg);
}
.exit::after {
	transform: rotate(-45deg);
}
/* Hovers */
.popular-inner-article:hover {
	cursor: pointer;
}
.menu-link svg,
.header-menu a{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.header-menu a:hover,
.menu-link:hover svg {
	color: #FF177A;
	fill: #FF177A;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.inner-banner-img.position-relative {
	width: 100vw;
	height: 85vh;
}
.inner-banner-img.position-relative img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	width: auto;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	max-width: unset;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
.item:hover .has-video::after {
    content: '\e803';
    font-family: 'ant1-icons';
    position: absolute;
    top: 31%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-size: 3rem;
    z-index: 8;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 72px;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    padding-left: 7px;
}
.rerun {
    border: 2px solid #000;
    border-radius: 20px;
    padding: 4px 9px;
    font-size: 1vw;
    font-weight: bold;
    color: #000;
    position: relative;
    top: -4px;
}