:root{
	--header-bg: #010f1c;
	--sidebar-bg: #19212e;
	--soundbar-bg:#282137;
	--carousel-bg:#010f1b;
	--text-accent-color:#f4e60e;
	--text-see-all:#fff;
	--body-bg:#010f1c;
	--slider-bg: rgba(14,17,34,0.9);
}

[data-theme="light"] {
	--header-bg: #010f1c;
	--sidebar-bg: #b784ed;/*violeta*/
	--soundbar-bg:#282137;
	--carousel-bg:#010f1b;
	--text-accent-color:#9132fe;
	--text-see-all:#9636fb;
	--body-bg:#dee0df;
	--slider-bg: rgb(129,10,171,0.5);
    }
.slider-bg img{filter:blur(10px);}
html[data-theme="light"] .section-padding .owl-carousel .owl-nav button.owl-next,html[data-theme="light"] .section-padding .owl-carousel .owl-nav button.owl-prev {border-color:var(--text-see-all)!important}
html[data-theme="light"] .section-padding span.carousel-control-prev-icon, html[data-theme="light"] .section-padding span.carousel-control-next-icon{filter: invert(23%) sepia(61%) saturate(4437%) hue-rotate(261deg) brightness(102%) contrast(97%);}
html[data-theme="light"] .owl-carousel-small-podcast .item-card {border:3px solid rgb(183, 132, 237, 0.5)}

html[data-theme="light"] .owl-theme .owl-nav [class*='owl-']:hover {background: #e5d7f4;}

#dark, #light{display: none;}
#dark.activeTheme, #light.activeTheme{display: block!important;}
#toggleTheme{background:transparent; border:0;}

@font-face {
    font-family: 'avenir_nextheavy';
    src: url('../fonts/avenir-next-heavy-webfont.woff2') format('woff2'),
         url('../fonts/avenir-next-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avenir_nextregular';
    src: url('../fonts/avenir-next-regular-webfont.woff2') format('woff2'),
         url('../fonts/avenir-next-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avenirblack';
    src: url('../fonts/avenir_black-webfont.woff2') format('woff2'),
         url('../fonts/avenir_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{font-family: 'avenir_nextregular';}
.bg-header {background: var(--header-bg)}
body{background: var(--body-bg)}
.modal {--bs-modal-margin: 7rem 1rem 1rem 1rem;}
.modal-xl .modal-title{font-size:20px; font-weight:700;color:#fff; margin-top:30px;}
.box-suscription{border:1px solid var(--text-accent-color); text-align:center; padding:20px; color:#fff;position:relative;}
.box-suscription-name{ font-size: 1.2rem; margin-bottom: 0rem; margin-top:-1.5rem;}
.box-suscription-price{font-size:30px;font-weight:900}
.box-suscrption-legal{font-size:0.8rem;}
.box-sucription-description{font-weight:400;opacity: 0.5; margin:2rem 0}
.fix-thumb{
	width:auto; 
	background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
	aspect-ratio: 1 / 1;
}
.bg-fix-thumb{
	filter: blur(10px);
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
	height:100%;
}

.see-all a {
    color:  var(--text-see-all);
    text-decoration: none;
}

/*
.box-suscription:before{content: "";
    position: relative;
    width: 80px;
    height: 95px;
    display: inline-block;
    background: url('../images/bitel-icon.svg');
    top: -60px;
}
*/

.boxes-suscription{padding-top:1rem;}/*padding-bottom:4rem}*/
#soundbar {background: var(--soundbar-bg); display:flex; align-items: center!important;
    box-shadow: -1rem 1rem 4rem rgba(0,0,0,.9)!important;
}
.btn-primary {
    --bs-btn-color: #8035ff;
    --bs-btn-bg: #f4e60e;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #f4e60e;
    --bs-btn-hover-bg: #8035ff;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #d0c40c;
    --bs-btn-active-bg: #4b0767;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: transparent;
}
.btn-secondary {
    --bs-btn-color: #f4e60e;
    --bs-btn-bg: #24364a;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #24364a;
    --bs-btn-hover-bg: #f4e60e;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #1f2e3f;
    --bs-btn-active-bg: #d0c40c;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: transparent;
}
.btn-category{}
.btn-category:hover{color: var(--text-accent-color)!important;}
.btn-listen{border-radius:20px; font-family: 'avenir_nextheavy'; position:relative; display:flex; align-items:center; padding-right:56px; padding-left:27px; height:57px; width:246px; display:flex; align-items:center; line-height:44px}
.btn-listen:after{width:64px; height:64px; background: #7d36fc url('../images/play-button.svg') no-repeat; position:absolute;right:-72px; content:""; border-radius: 150px; top:-5px; border: 3px solid yellow;}
.text-accent {color: var(--text-accent-color);}
.footer{background: #1f2837; color:#fff;}
.footer a{color:#fff; text-decoration:none}
.footer img {
    margin-bottom: 10px;
}
.tooltip-inner	{background: #333!important;border-radius:0px!important;padding:0 15px!important}

.img-podcast {
    text-align: center;
    margin: 0 auto;
    max-width: 250px;
    height: auto;
    width: auto!important;
    max-height: 250px;
}

/* sidebar */
#sidebar {
width: 100%;
color: #fff;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
position: absolute;
z-index: 0;
background: var(--sidebar-bg);
}
#sidebar .sidebar-content{padding:12px}
#sidebar ul li {
    font-size: 14px;margin: 5px 0;
	
}

#sidebar ul li a {
    display: inline-block;
    color: #fff;
	font-weight:900;
	padding: 5px 0;
	text-decoration:none;cursor: pointer;
}
#sidebar ul li a:hover{color:var(--text-accent-color);}
#sidebar ul li a.active{color:var(--text-accent-color);}
#sidebar li ul li{margin:0}
#sidebar li ul li a { font-weight:300; color:#fff; padding:5px 0; margin:0;cursor: pointer; }

.list-unstyled li ul{margin-left:30px}

a[data-toggle="collapse"] {
position: relative; }

#sidebar li ul li.active a{font-weight:bold;}

/*sidbar open*/
a[aria-expanded="true"] ~ ul.collapse {
position: relative;
display:block;
color:red!important
}

#sidebar .dropdown-toggle::after {
content: "+";
    border: none;
    display: inline;
    position: relative;
    vertical-align: 2px;
	padding-right:0.5em
}



/*sidebar*/

.modal-bg{background:var(--header-bg);}
.close-popup{position:absolute;z-index:1; right:-20px; top:-20px; background:transparent; border:0;}
#content {
width: 100%;
padding: 0;
/*min-height: 100vh;*/
/*height: Calc(100vh - 227px);*/
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; 
margin-top:87px;
margin-top: 0;
}

.slider-bg:before{background:var(--slider-bg); content:""; position:absolute; width:100%; height:100%;z-index:1}
.slider-bg:after{background:url('../images/dots.png'); content:""; position:absolute; width:100%; height:100%;z-index:1;    top: 0;
    left: 0;}
.slider-bg{
	position: absolute;
    z-index: -1;
    top: 0;    
	width: 100%;
	height: 100%;
}

.bg-cover{
	position: absolute;
    z-index: -1;
    top: 0;    
	width: 100%;
	height: Calc(100vh - 227px);
}
.rounded{border-radius:30px; overflow:hidden;}

.slider-bg img, .bg-cover img{object-fit:cover;}
.bg-cover img {opacity:0.23}

#podcast{
	background:#d6dde6;
	position: relative;
    width: 100%;
    /*overflow: hidden;*/

	z-index: 1;
}
.favorite-post{position:absolute;right:0;width:28px; top:10px; height:25px; right:10px; background:url('../images/icon-favorite-empty.svg');z-index:9999;cursor:pointer;}
.favorite-post-active{background:url('../images/icon-favorite-active.svg')}
.owl-carousel-category .label{
	position: absolute;
    top: 40px;
    right: -3px;
}
.icon-favorite-empty{background:url('../images/icon-favorite-empty.svg') no-repeat;}
.label{background:var(--sidebar-bg); color:#fff;font-size:11px; font-weight:bold; height:30px; display:flex; align-items:center; justify-content:center;display: inline-flex; padding: 0 18px; text-transform:uppercase}
.owl-carousel-small-rounded .label{position: absolute;
    top: -15px;left: 50%;transform: translateX(-50%);}
	
.carousel-inner h2{font-family: avenir_nextheavy;position: relative;}
.carousel-inner p{font-family: avenir_nextregular;}
.carousel-description {color:#fff; position:relative;}
.carousel-description h2{}
.controls [class*="carousel-control"]{}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot, .carousel-control-prev, .carousel-control-next{width:30px; height:30px;border:1px solid #fff!important; border-radius:150px;background-size: 50%;}
span.carousel-control-prev-icon, span.carousel-control-next-icon {
    width: 15px;
    height: 30px;
}
.owl-carousel .owl-theme .owl-nav [class*='owl-']:hover{background:transparent;}

.owl-carousel-small-podcast .item-card .card-description{ position:relative; background: #0c1f2b;
    border-radius: 0;}
.owl-carousel-small-podcast .item-card, .owl-carousel-small-podcast .item-card a{text-decoration:none; color:#fff}
.owl-carousel-small-podcast .item-card {
    background: #0c1f2b;
    display: inherit;
	/*padding:3px;*/
	display: flex;
    flex-direction: column;
	border-radius:10px;
	overflow:hidden;
}
.owl-carousel-small-podcast .item-card a{
	border-radius:8px;
	overflow:hidden;
	position:relative;
}

.owl-carousel-category .item-card a img.img-fluid{
	/*width: 556px;*/ height: 556px; object-fit: cover; object-position:top;
}

#inner-section .owl-carousel-small-podcast .item-card a div:first-child{
	width: 100%; 
	/*height: 256px; */
	object-fit: cover; 
	object-position:top;
	position: relative;
    z-index: 1;
    overflow: hidden;
}

.owl-carousel-small-podcast .item-card a img.img-fluid{
	/*width: 256px;*/ height: 256px; object-fit: cover; object-position:top;
}

.owl-carousel-small-podcast .label{
	position: absolute;
    top: 30px;
    right: 3px;
}
.owl-carousel-small-podcast.transparent .item-card{background:transparent!important;padding: 0; height:40px}


.owl-carousel-small-podcast .item-card .card-description .name, .owl-carousel-small-podcast .item-card .card-description h4{
	color:#fff;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.owl-carousel-small-podcast .item-card .card-description{padding:18px 12px 12px 30px; margin:0; width:100%}
.owl-carousel-small-podcast .item-card .card-description h4 {max-width: 300px;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 40px;
 }
.owl-carousel-small-podcast .item-card .card-description .card-text{width:85%}
.owl-carousel-small-rounded .item-card .card-description{background:transparent;margin-top:-15px; position:relative; padding: 0;} 
.owl-carousel-small-rounded .owl-stage{padding-top:15px}
.owl-carousel-small-rounded  .item-card .card-description .card-text{width:100%}
.owl-carousel-small-rounded .item-card .card-description .name, .owl-carousel-small-rounded .item-card .card-description h4{text-decoration:none; color:#fff}
.owl-carousel-small-rounded .item-card{ text-decoration:none}

.owl-carousel-category-simple .item-card .card-description{background: #143447;position:relative;padding: 0;width: 100%;padding-top: 10px;margin: 0;border-radius: 0;} 
.owl-carousel-category-simple .owl-stage{}
.owl-carousel-category-simple  .item-card .card-description .card-text{width:100%}
.owl-carousel-category-simple .item-card .card-description .name, .owl-carousel-category-simple .item-card .card-description h4{text-decoration:none; color:#fff}
.owl-carousel-category-simple .item-card .card-description h4{font-size:16px;  }
.owl-carousel-category-simple .item-card{ 
text-decoration: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.owl-carousel-category-simple .label{position:relative;}
.owl-carousel-category-simple .card-description {
    background: #1a202e;
    padding: 5px;
	
}
.owl-item a{
	color:#fff;
	text-decoration:none;
}
.item-card .card-description h4{margin-bottom:0;margin-top: 4px; color:#000; font-size:16px}
.item-card .card-description .name{color:#383333; font-size:11px}

.menu-mobile{z-index: 20!important;top: 55px;}

.navbar-toggler, .navbar-toggler:focus{ border:none;box-shadow: none;}
.navbar-toggler-icon{filter:invert(1)}
.bg-light-section{
	background: rgba(112,112,112, 0.59);
    padding: 56px 0px 56px 16px;
    margin-left: -16px;
}

#soundbar{
	left: 0;
    bottom: 0;
    width: 100%;
    clear: both;
    position: fixed;
    z-index: 2;
}

.posdcast-description .name{color:#fff;font-size:14px}
.posdcast-description .chapter{color:#cecece;font-size:15px}
.sub-title{font-size:18px; font-family: 'avenir_nextheavy';}

.grid-section{
	display:grid;
	grid-template-columns: repeat( auto-fit, minmax(220px, 1fr) );
	grid-gap: 10px;
}

.img-with-play-center{position:relative}
.img-with-play-center:after {
	content:""; position:absolute;width:40px;height:40px;z-index:2;
	background:url('../images/btn-play-icon.svg') no-repeat;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.img-with-play-center img {
  width: 100%;
  height: 295px;
  object-fit: cover;
 }

.img-with-play-audiopodcast-center{position:relative}
.img-with-play-audiopodcast-center:after {
	content:""; position:absolute;width:40px;height:40px;z-index:2;
	background:url('../images/btn-audiolibro.svg') no-repeat;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.img-with-play-audiopodcast-center img {
  width: 100%;
  height: 295px;
  object-fit: cover;
 }

.img-with-play-videopodcast-center{position:relative}
.img-with-play-videopodcast-center:after {
	content:""; position:absolute;width:40px;height:40px;z-index:2;
	background:url('../images/btn-videopodcast.svg') no-repeat;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.img-with-play-audiopodcast-center img {
  width: 100%;
  height: 295px;
  object-fit: cover;
 }
 
.img-with-videopodcast{position:relative}
.img-with-videopodcast:after {
	content:""; position:absolute;width:64px;height:64px;z-index:2;
	background:url('../images/btn-videopodcast.svg') no-repeat;
    right: 20px;
    bottom: 20px;
}

 
 
.title-top .card-text{padding:10px;}

.title-top .card-text h2{ 
font-size:18px; font-family: 'avenirblack'; margin-bottom:0;
}
.title-top .card-text .temp, .title-top .card-text .desc{font-size:11px;}
.title-top .card-text .temp:not(.normal){text-transform:uppercase;font-weight:bold;}
.owl-carousel-small-podcast .item-card .card-description {font-size:11px; padding:10px!important}

.podcast-content{max-width:90%; margin:0 auto; }
.podcast-player{background:#fff;  }
.podcast-player .podcast-description{display: flex; flex-direction: column; }
.podcast-player .podcast-description{display: flex; flex-direction: column; }
.podcast-player .title{font-size:22px;margin-bottom:0}
.podcast-player .author{font-size:14px;}
.podcast-player .metadata{font-size:14px;}
.podcast-player .metadata p{ margin-bottom:0px;}

.btn-actions .three-dots{border: 0;
    padding: 0;
    width: 25px;
    display: flex;
    justify-content: space-between;
    background: transparent;
	height:30px;
	align-items:center;
}
.btn-actions .dot{width:5px; height:5px; background:var(--sidebar-bg); border-radius:150px}
.podcast-content{max-width:90%; margin:0 auto; width:90% }
	.podcast-player{background:#fff;}
	.podcast-player .title{font-size:22px;}
.podcast-player .author{font-size:14px; color:#929292}
.podcast-player .metadata{font-size:14px;color:#929292}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(0deg);
  position: absolute;
  right: 10px;
  top: 40%;
border-top: 0.5em solid transparent;
    border-right: 0;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid;
}


.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  /*margin-left: .1rem;*/
  margin-right: .1rem;
}
.btn-actions .dropdown-menu{width:236px;}
.btn-actions .dropdown-menu, .btn-actions a.dropdown-item{border-radius:0; background:#282828;  font-size:12px; padding:5px; line-height:36px;}
.btn-actions a.dropdown-item{color:#fff;}
.btn-actions .dropdown-menu li button{border:0;width:100%; background:transparent;text-align: left;color:#fff;}
.btn-actions .dropdown-menu li button:hover, .btn-actions .dropdown-item:hover{background:#404040}
.no-height{height:auto!important}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before{border-top-color: transparent!important;}
.search-inside{background:transparent; border:none;color:#fff}
.search-inside:focus{outline:none;}

.form-select {

    display: block;
    width: auto;
    padding: 0.375rem 3.25rem 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: var(--sidebar-bg);
    background-image: url('../images/arrow-down.png');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 18px 31px;
    border: 0;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	cursor:pointer;
}
.form-select:focus{box-shadow:none}
.rounded-corners .owl-item {border-radius:30px; overflow:hidden}
.lightbox-dark{
	backdrop-filter: blur(10px);
    background-color: rgba(0,0,0,.7);
	width:100%;
	height:100vh;
	left:0;
	top:0;
	position:fixed;
	z-index:1031
}
.lightbox-dark .options-lightbox{text-align:center; list-style:none; padding:0}
.lightbox-dark .options-lightbox li{border-bottom:1px solid rgba(255,255,255,0.5)}
.lightbox-dark .options-lightbox button {border:0; color:#fff; background:transparent;  padding: 10px; width: 100%;}
.close{cursor:pointer;}
.float-right{float:right;}
/*search*/
.input-wrapper {
  position: relative;
  width:160px
}

.input {
  box-sizing: border-box;
  color: #191919;
  padding: 5px;
  width: 100%;
  font-size:12px
}


ul#ui-id-1{
    margin: 2px 0 0 0;
    list-style: none;
    padding: 0;
    width: 173px!important;
	border-radius: 10px;
	position: fixed !important;
    top: 39px!important;
}
@media (min-width: 992px){
	ul#ui-id-1{
	position: fixed !important;
    top: 54px!important;
	}
}

ul#ui-id-2 {
    margin: 2px 0 0 0;
    list-style: none;
    padding: 0;
    width: 173px!important;
    border-radius: 10px;
}

.ui-widget-content {
    background: rgba(255,255,255,0.95);
    border: none!important;
    color: #555!important;
    font-size: 12px!important;
	
}
.ui-menu-item{
	height: 30px;
    line-height: 30px;
    text-indent: 10px;
	cursor:pointer!important;
}
#icon-search{cursor:pointer;}

.form-control {border:none;}
.form-check-input[type=checkbox]{border-radius:0}
.link-no-underline{text-decoration:none;}
.link-no-underline:hover{text-decoration:underline;}
.form-check-input:checked{background-color:var(--sidebar-bg); border-color:var(--sidebar-bg);}
.form-check-label{cursor:pointer;}

@media (max-width: 991px) {
.logo {max-width:100px;height: auto;}
#content {padding-top: 54px;}
.section-padding-inner{padding:10px}

.item-card .card-description{background:#fff; position:absolute; margin: 18px 9px; width:Calc(100% - 18px); bottom:0;   border-radius : 20px;
  -moz-border-radius : 20px;
  -webkit-border-radius : 20px;
  padding:2px 24px;

  }
  .item-card .card-description .card-text{width:80%}
  .item-card .card-description h4{margin-bottom:0;margin-top: 4px; color:#000; font-size:16px; font-weight: bolder;}
  .item-card .card-description .name{color:#383333; font-size:11px;height:16.5px}
  .btn-play-icon{width:64px; height:64px; background:var(--sidebar-bg) url('../images/play-button.svg') no-repeat;}

.section-padding {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 0px;
}

.carousel-description h2{margin-top:5px;margin-bottom: 30px;}
.carousel-description h2:after {
    content: "";
    width: 122px;
    height: 1px;
    background: #ffed00;
    display: block;
    bottom: -14px;
    left: -15px;
    position: absolute;
}
.carousel-inner, #carouselHome{
	height: Calc(115vh - 119px - 137px)!important;
}



.carousel-inner p{font-size:10px}
.slider-mobile{
	margin: 0 auto;
    width: 76vw;
    max-width: 566px;
    padding-top: 10%;
}
.controls .carousel-control-prev{top:35%;left:1%; position:absolute}
.controls .carousel-control-next{top:35%;right:1%; position:absolute}
.slider-mobile .btn-listen{ position: absolute;
    bottom: 20px;
    transform: scale(0.7);
    left: 0;
    right: 0;
    margin: auto;
    width: 250px;
}

#player{
	display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
}
#play {transform: scale(0.5);}
.thumb-cover{width: 40px; height: 40px;}
.menu{padding-bottom:0!important}
.posdcast-description .name {
    font-size: 14px;
}
.posdcast-description .chapter {
    font-size: 15px;
}

#progress-bar{width:100%!important}
#progress-bar-nowplaying{width:80%!important}
#bar, #bar-nowplaying {padding-top:0!important; padding-bottom:10px!important}


.footer{ padding: 5px 5px 15px 15px; font-size:12px; margin-bottom: 75px;}
.footer-logo{margin-left:auto; margin-right:auto; text-align:center}
.item-card .menu .control{transform:scale(0.5);transform-origin:center left; margin-left:3px}

.section-padding p{font-size:14px; line-height:16px; padding-right:10px}
.podcast-cover img {object-fit:cover; width:70%}
}

@media (min-width: 576px) {
    
}
@media(max-width:768px){
	 #mobile-play{margin-left:auto;}
}

@media (min-width: 992px) {
	#carouselHome{height: Calc(100vh - 227px);}
	
	#carouselHome img.img-fluid{
width: 536px; height: 566px; object-fit: cover; object-position:top;
}

	
	#content{width:Calc(100% - 316px);    margin-left: auto;}
	.logo{margin-left:50px}
	#sidebar{
	min-width: 316px;
max-width: 316px;
height:100%;
position: fixed;
	}
	#sidebar .sidebar-content{width:200px; padding:15px 0 0 0}
	#soundbar { 
	left: 0;
    bottom: 0;
    width: 100%;
    clear: both;
    height: 140px;
    position: fixed;
	z-index:99
	}
	.cover-bg{position:absolute;}
	.carousel-container{}
	.carousel-description{padding:0 33px;}
	.truncate-4{
		  -webkit-line-clamp: 4;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
	}
	.carousel-description h2{/*margin-left:-54px;*/ margin-top:7vh; font-size:3.5vw!important; line-height : 7.1vh!important; padding-bottom:7.1vh!important; margin-bottom:8vh!important}
	.carousel-description h2:after{content:""; width:122px; height:1px; background:#ffed00; display:block;bottom: 0;position: absolute;}
	.carousel-description p { font-size : 2vh!important; line-height : 3.5vh!important;}
	.controls{
		width: 65px;
    position: absolute;
    height: 30px;
    right: 5vw;
    bottom: 50px;
	}
	main {padding-top: 79px;}
	.bg-pattern-home {background:var(--body-bg) url('../images/bg-pattern-home.png')}
	/*#inner-section{padding-bottom:10px}*/
.footer{/*height:305px;*/    margin-top: 60px; }
.footer-logo{
		    width: 36%;
    margin-left: 58px;
	}
	.section-padding{padding-left:58px; padding-top:48px; padding-bottom:0px}
	.section-padding-inner{padding:10px 58px 40px 58px }
	.sub-title{font-size:25px;}
	.section-padding p{font-size:16px;  line-height : 21px; width:71%}
	.item-card{}
	.owl-carousel .owl-item{overflow:hidden;}
	.owl-carousel .owl-item img.no-resize {
    width: auto;
}
	.item-card .card-description{background:#fff; position:absolute; margin: 18px 9px; width:Calc(100% - 18px); bottom:0;   border-radius : 20px;
  -moz-border-radius : 20px;
  -webkit-border-radius : 20px;
  padding:3px 24px;

  }
  .item-card .card-description .card-text{width:80%}
  .item-card .card-description h4{margin-bottom:0;margin-top: 4px; color:#000; font-size:16px}
  .item-card .card-description .name{color:#383333; font-size:11px;height:16.5px}
  .btn-play-icon{width:64px; height:64px; background:var(--sidebar-bg) url('../images/play-button.svg') no-repeat;}
  .with-buttons .owl-nav{
		right: 10%;
    top: -3em;
    margin-top: 0!important;
    position: absolute;
	}
	.see-all{    
	right: 13%;
    position: absolute;
        margin-bottom: 10px;
		color:#fff;
		text-decoration:none;
	}
		
.posdcast-description .name{color:#fff;font-size:20px}
.posdcast-description .chapter{color:#cecece;font-size:15px}



.section-padding-inner{padding:10px 58px 40px 58px }

.grid-section{
 grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
grid-row-gap: 40px;
}
.title-top .card-text{height:90px}
.title-top .card-text h2 {
    font-size: 20px;
    font-family: 'avenirblack';
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.podcast-content{width:882px; margin:0 auto; }
.podcast-cover{width:300px; padding-bottom:15px}
.podcast-player{background:#fff; }
.podcast-player .podcast-description{display: flex; flex-direction: column; min-height:386px}
.podcast-player .title{font-size:22px;margin-bottom:0}
.podcast-player .author{font-size:14px;}
.podcast-player .metadata{font-size:14px;}
.podcast-player .metadata p{ margin-bottom:0px;}

#podcast {
    height: 800px !important; overflow:hidden;
}
.podcast-player .podcast-description{display: flex; flex-direction: column; min-height:386px;margin-left: 43px;width:446px}
.min-height-auto{min-height:auto!important;}
#submenu-dropdown {top:-85px!important; left:15px!important}
#inner-section .owl-carousel-small-podcast .item-card a div:first-child{width:256px}

}

@media (min-width: 992px) and (max-width: 1300px) {
	.owl-carousel .owl-item img.no-resize{width:30px}
 }

@media (min-width: 1200px) {


.close-popup{transform:scale(2)}
.modal-xl .modal-title{ font-size: 2rem;}
}
@media (min-width: 1600px) {
	.modal-xl { --bs-modal-width: 1580px;}
}
 
 /*analizar*/


#music-player{
  width:100%;
  height:100vh;
  background: var(--bg-color);
}

#top-bar{
  position: relative;
  height: 8vh;
  color: white;
  width: 90%;
  padding: 0 0 0 5%;
  z-index: 50;
}
#top-bar > *{ display:inline-block; }
#top-bar button{ margin:0;background: inherit; border: none; color: white; font-size: 100%;vertical-align:middle;transform:translateY(-40%);padding: 5px 10px;}
#about-song{ width: 60%; margin: 0 5%; line-height: 1vh; font-size:70%;}
.artist-name{ color: #ffffff79;}


@media only screen and (max-width: 340px){
  #top-bar > button{ font-size: 15px; }
  #top-bar > #about-song *{ font-size:120%;line-height:0; }
  .menu > button{ font-size: 5vw !important; padding: 4px 6px !important;  }
}
#player{
  /*background: var(--menu-color);
  position: fixed;
  bottom: 0;
  height: 25vh;
  width: 100%;
  z-index: 50;*/
  width:100%;
  padding: 0 3vw;
}
#bar, #bar-nowplaying{
  position:relative;
  text-align: center;
  width:100%;
  padding-top: 20px;
  display: flex;
    align-items: center;
       height: 43px;
    padding-bottom: 20px;
}
#bar-nowplaying{justify-content:space-between; color:#fff;}
#nowplaying{color:#fff; padding:20px; border-top-right-radius: 10px; border-top-left-radius: 10px; position:absolute;z-index:1050; bottom:0px; background:#25a0a7;}
div#nowplaying:before {
    content: "";
    position: absolute;
    z-index: 5;
    width: 74px;
    background: #f4e60e;
    display: block;
    height: 4px;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
	border-radius:5px
}


#nowplaying .podcast-description{margin:20px 0 40px 0}
#nowplaying .title{font-size:1.1em;}
#nowplaying .author{font-size:0.8em}
#nowplaying .season{font-size:0.7em}
#nowplaying p{margin-bottom:0}
.nowplaying-cover img{-webkit-box-shadow: -1px 3px 5px 2px rgba(0,0,0,0.33);
-moz-box-shadow: -1px 3px 5px 2px rgba(0,0,0,0.33);
box-shadow: -1px 3px 5px 2px rgba(0,0,0,0.33);
}
#currentTime,#totalTime{width:3%; font-size: 3vh}
#currentTime-nowplaying,#totalTime-nowplaying{font-size:0.8em}
#currentTime{text-align:left;}
#totalTime{text-align:right}
@media only screen and (min-height: 500px){#currentTime,#totalTime{font-size: 1.5vh !important;}}
#currentTime,#progress-bar,#totalTime{color: white;display: inline-block;}
#progress-bar{
  position: relative;
  text-align: center;
  height: 8px;
  width:94%;
  background: #fff;
  border-radius: 20px;
  margin:0;padding:0;
  cursor: pointer;
}

#progress-bar-nowplaying{
  position: relative;
  text-align: center;
  height: 8px;
  width:94%;
  background: #fff;
  border-radius: 20px;
  margin:0;padding:0;
  cursor: pointer;
}

#progress{
  height:100%;
  width:0%;
  background: #24364a;
  border-radius: 20px;
  text-align: right;
  transition: ease all;
}
#progress > i{
  position: absolute;
  transform: translate(-50%,-35%);
  background:url('../images/progress-button.svg') no-repeat;
  width:28px;
  height:28px
}

.menu{
    position:relative;
    text-align: center;
    width:100%;
    /*overflow: hidden;*/
    padding-bottom: 16px;
  }

.menu .control > button{
  padding: 0px 7px;
  border-radius: 50%;
  border: none;
  margin: 0 0.5vw;
  background: inherit;
  color: #fff;
  font-size: 20px;
  text-align: center;
  opacity: 1;
  cursor: pointer;
}
.menu .control > button > i{
  padding: 5px 3px 5px 5px;
}
.menu .control > button#play{
  opacity: 1;
  background:#fff;
  color:#2e363d;
  width: 76px;
    height: 76px;
box-shadow: 7px 10px 15px -8px rgba(0,0,0,0.4);

}

.menu .control > button#play-nowplaying{
  opacity: 1;
  background:#fff;
  color:#2e363d;
  width: 76px;
    height: 76px;
box-shadow: 7px 10px 15px -8px rgba(0,0,0,0.4);

}


.menu .control > button:focus{
  outline: none;
}


#playlist > #label{
  width:100%;
  text-align: center;
  font-size:100%;
}
#playlist > #label > h1{ line-height:0;margin: 6vh 0 2.5vh;}
.rew {    
	background: url(../images/rew.svg) no-repeat;
    width: 33px;
    height: 34px;
	display: inline-block;
	transform: translateY(10px);
}
.for {    
	background: url(../images/for.svg) no-repeat;
    width: 33px;
    height: 34px;
	display: inline-block;
	transform: translateY(10px);
}

.favorite {    
	background: url(../images/button-favorite.svg) no-repeat;
    width: 38px;
    height: 33px;
	display: inline-block;
	transform: translateY(10px);
}

.favorite-full {    
	background: url(../images/button-favorite-full.svg) no-repeat;
	width: 38px;
    height: 33px;
    display: inline-block;
    transform: translateY(10px);
}

.queue {    
	background: url(../images/button-queue.svg) no-repeat;
    width: 31px;
    height: 33px;
	display: inline-block;
	transform: translateY(10px);
}
.queue-full {    
background: url(../images/button-queue-full.svg) no-repeat;
}

.playlist {    
	background: url(../images/button-playlist.svg) no-repeat;
    width: 24px;
    height: 33px;
	display: inline-block;
	transform: translateY(10px);
}
.playlist-full {    
background: url(../images/button-playlist-full.svg) no-repeat;
width: 24px;
    height: 33px;
    display: inline-block;
    transform: translateY(10px);
}
.shuffle {    
	background: url(../images/button-shuffle.svg) no-repeat;
    width: 33px;
    height: 33px;
	display: inline-block;
	transform: translateY(10px);
}
.sound {    
	background: url(../images/button-sound.svg) no-repeat;
    width: 40px;
    height: 33px;
	display: inline-block;
	transform: translateY(10px);
}

.icon-speed {    
	background: url(../images/icon-speed.svg) no-repeat center center;
    width: 40px;
    height: 34px;
	display: inline-block;
	transform: translateY(10px);
}

.speed-options{position:absolute;z-index:5;font-size: 12px;
    text-align: left;width: 80px;
    left:-14px;
    top: -88px;
    
    background:rgba(0,0,0,0.8); border-radius:5px
    
    }
    .speed-options:after {
    content:"";
    position:absolute;
    left:45%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #000000cc transparent transparent transparent;
    transform: rotate(0deg);}