/*===========================
  COMMON css 
===========================*/
 :root {
  --font: "Montserrat", sans-serif;
  --body-color: #000000;
  --heading-color: #000;
  --quetrae-color: #311847;
  --sintiendo-color: #ED1459;
  --charla-color: #F9B233;
  --detras-color: #1B97C8;
  --modo-color: #A755C2; 
  --black: #000000;
  --white: #ffffff;
}

body {
	font-family: 'Montserrat', sans-serif;
  color: var(--white);
  font-weight: 400;
  background:var(--body-color);
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
button,
input,
textarea {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}


a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


a,
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
 

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}


 /* ==========================================================================
   text
========================================================================== */

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
	font-weight:700;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  color: var(--white);
  margin: 0px;
}


 /* ==========================================================================
   Navbar Style
   ========================================================================== */
 


#site-header.menu-bg .brand  a{
    background: url('../img/logos/EK_blanco.svg') center no-repeat;
    background-size: contain;	
 }	 
 
 
 
.brand  a{
	width:100%;
	height:50px;
	display: block;
	background: url('../img/logos/EK_negro.svg') center no-repeat;
	background-size: contain;	
	text-indent:-9999px;
}
 
.navbar{
	opacity: 1!important;
  pointer-events: all!important;

}
 
 .dropdown-menu {
	  padding: 20px 15px;
    left: -30px;
		background:#000;
 }

 
 
 
 
/* main-header start */
[data-target="#mainMenu"] {
  position: relative;
  z-index: 999;
}

#mainMenu li > a {
  font-size: 16px;
  letter-spacing:0px;
  color: #fff;
  font-weight:700;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
#mainMenu li > ul > li a {
	text-transform:none;
	margin-bottom:15px;
}


.main-header.fixed-nav #mainMenu li > a {
  color: #fff;
  text-decoration: none;
}

#mainMenu li:not(:last-of-type) {
  margin-right: 30px;
}

#mainMenu li > a::before {
  position: absolute;
  content: "";
  width: calc(100% - 1px);
  height: 1px;
  background: #fff;
  bottom: -6px;
  left: 0;

  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;

  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

#mainMenu li > a:hover::before,
#mainMenu li > a.active::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.main-header.fixed-nav #mainMenu li > a::before {
  background: #000;
}

.main-header {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 99;
  width: 100%;
	 	background-image: linear-gradient(180deg,rgba(0,0,0,.7) 10%,transparent);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#main-header.hide {
    top: -88px;
}

#main-header.menu-bg {
  background:#000;
}


.main-header.fixed-nav {
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-header.fixed-nav .navbar-brand > img:last-of-type {
  display: block;
}

.main-header.fixed-nav .navbar-brand > img:first-of-type {
  display: none;
}
.navbar-brand {
  color: #fff;
}
.main-header .navbar-brand img {
    width: 150px;
  animation: fadeInLeft 0.4s both 0.4s;
}

/* main-header end */
@media (max-width: 991px) {
  /*header starts*/
  .collapse.in {
    display: block !important;
    padding: 0;
    clear: both;
  }

  .navbar-toggler {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    right: 0;
    border: none;
    border-radius: 0;
    outline: none !important;
  }

  .main-header .navbar {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

.main-header .navbar-nav {
    margin-top: 30px;
    margin-bottom: 30px;
}

  .main-header .navbar-nav li   {
    text-align: center;
    padding: 10px 0px;
   }
.navbar-collapse { 
    background: black;
}
  /**/
  .main-header .navbar-toggler .icon-bar {
    background-color: #fff;
    margin: 0 auto 6px;
    border-radius: 0;
    width: 30px;
    height: 3px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .main-header .navbar .navbar-toggler .icon-bar:first-child {
    margin-top: 3px;
  }

  .main-header .navbar-toggler .icon-bar-1 {
    width: 10px;
    top: 0px;
  }

  .main-header .navbar-toggler .icon-bar-2 {
    width: 16px;
    top: 12px;
  }

  .main-header .navbar-toggler .icon-bar-3 {
    width: 20px;
    top: 21px;
  }

  .main-header .current .icon-bar {
    margin-bottom: 5px;
    border-radius: 0;
    display: block;
  }

  .main-header .current .icon-bar-1 {
    width: 18px;
  }

  .main-header .current .icon-bar-2 {
    width: 30px;
  }

  .main-header .current .icon-bar-3 {
    width: 10px;
  }

  .main-header .navbar-toggler:hover .icon-bar {
    background-color: #fff;
  }

  .main-header .navbar-toggler:focus .icon-bar {
    background-color: #fff;
  }

  /*header ends*/
}


/* ==========================================================================
 INTRO  
   ========================================================================== */
.volatile-billboard-animations-container {
    display: block;
    position: relative;
    z-index: 1;
}
.billboard-row {
    background-color: #000;
    margin-bottom: 20px;
    padding-bottom: 100vh;
    position: relative;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
}
.billboard {
    background-color: #000;
    height: 56.25vw;
    position: absolute;
    width: 100%;
    z-index: 0;
}


.billboard .hero-image-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
		height:100vh;
}

.trailer-vignette {
    background: linear-gradient(77deg,rgba(0,0,0,.6),transparent 85%);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 26.09%;
    top: 0;
    transition: opacity .5s;
}
.hero-image-wrapper .details-post{
	width:100%;
	padding:0 30px;
	 display: flex;
  justify-content: space-between;
  align-items: center; 
	
	position: absolute;
  top: 30vh;
  right: 0px; 
	color:#fff;
	font-weight:800;
	font-size:24px;
	z-index:10
}

 
.hero-image-wrapper .duracion {
    padding: 0 5px;
    font-size: 32px;
		    font-weight: 800;
    background: var(--black);
    position: absolute;
    top: calc(50% - 24px);
    right: 30px;
		z-index:10;
}

.hero-image-wrapper .titulo {
		width:45%;
}

.hero-image-wrapper h3.tit-post{
	padding:0 ;
	color:#fff;
	font-weight:800;
	font-size:82px;
}

.hero-image-wrapper .ico-categoria{
	width:70px;
}

.hero-image-wrapper .ver-post {
    background: var(--white);
    color: var(--black);
    font-size: 21px;
    padding: 10px 50px 10px 10px;
    background: url("../img/play-button-ns.png") no-repeat right center var(--white);
    background-size: 30px;
    border: 2px solid white;
     text-transform: uppercase;
		transition: all .2s;
}
 
.hero-image-wrapper .ver-post:hover {
	 color: var(--white);
     padding: 10px 60px 10px 10px;

    background: url("../img/play-button-s.png") no-repeat right center transparent;
    background-size: 30px;
    
 }
 
.field {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    position: absolute;
    bottom: 20px;
}

.mouse {
    width: 40px;
    height: 75px;
    border: 3px solid #fff;
    border-radius: 60px;
    position: relative;
}
.mouse::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}



/* ==========================================================================
 INTRO  
========================================================================== */

section {
    outline: 0;
    position: relative;
		z-index:1
}

.destacadosSlider img{
	width:100%;
} 

.slide-post {
	position:relative;
}
.slide-post img{
	transition: transform .2s;
}

.slide-post .details-post{
	width:100%;
	padding:0 15px;
	display: flex;
  justify-content: space-between;
  align-items: center;
	
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	color:#fff;
	font-weight:800;
	font-size:24px;
}

.slide-post .details-post .episodio {
	padding:0 5px;  
}

.slide-post .details-post .duracion {
	padding:0 5px; 
}

.slide-post h3.tit-post{
	width:100%;
	padding:0 15px;
	position: absolute;
  bottom: 20px;
  left: 0px;
	color:#fff;
	font-weight:800;
	font-size:24px;

}
 

.slide-post .ver-post {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0,0,0,0.4);
		display:flex;
		justify-content:center;
		align-items:center;
		opacity:0;
    transition: 0.3s all;
}
.slide-post .ver-post img {
	width:100px;
}
.slide-post:hover .ver-post{ 
	opacity:1;
}

.postSlider .slick-slider {
    margin:0 -10px;
}
.postSlider .slick-slide {
    margin-right:10px;
    margin-left:10px;
}
.postSlider .slick-list{padding:0 10% 0 0 !important;}

/* ==========================================================================
 SECTIONS
========================================================================== */
 
 
.details-post .episodio,
.hero-image-wrapper .duracion,
section.mes .slide-post .details-post .episodio,
section.mes .slide-post .details-post .duracion {
 	background:var(--black);
}
 

section.quetrae .slide-post .details-post .episodio,
section.quetrae .slide-post .details-post .duracion {
 	background:var(--quetrae-color);
}
 

section.detrasde .slide-post .details-post .episodio,
section.detrasde .slide-post .details-post .duracion {
 	background:var(--detras-color);
}
 
section.sintiendo .slide-post .details-post .episodio,
section.sintiendo .slide-post .details-post .duracion {
 	background:var(--sintiendo-color);
}

 
section.delotrolado .slide-post .details-post .episodio,
section.delotrolado .slide-post .details-post .duracion {
 	background:var(--black);
}
 
section.modobrujx .slide-post .details-post .episodio,
section.modobrujx .slide-post .details-post .duracion {
 	background:var(--modo-color);
}
 
section.charlasde .slide-post .details-post .episodio,
section.charlasde .slide-post .details-post .duracion {
 	background:var(--charla-color);
}


h2.subtit {
	margin:15px 0;
	position:relative;
	padding:15px 65px 15px 0px;
	display:inline-block; 
}
h2.subtit a{
	color:var(--white);
}

section.charlasde h2.subtit {
	background:url("../img/ico-charlasde.svg") no-repeat right center;
	background-size:55px;
}
section.detrasde h2.subtit {
	background:url("../img/ico-detrasde.svg") no-repeat right center;
	background-size:55px;
}
section.sintiendo h2.subtit {
	background:url("../img/ico-sintiendo.svg") no-repeat right center;
	background-size:55px;
}
section.delotrolado h2.subtit {
	background:url("../img/ico-delotrolado.svg") no-repeat right center;
	background-size:55px;
}
section.modobrujx h2.subtit {
	background:url("../img/ico-modobrujx.svg") no-repeat right center;
	background-size:55px;
}
section.quetrae h2.subtit {
	background:url("../img/ico-quetrae.svg") no-repeat right center;
	background-size:55px;
}

a.explorar {
    text-align: right;
    color: var(--black);
    text-transform: uppercase;
    padding: 5px 30px 5px 10px;
    background: url(../img/explorar.png) no-repeat right center var(--white);
    background-size: 20px;
    font-weight: 700;
    float: right;
    border: 2px solid var(--white);
		transition:0.3s all;
}
a.explorar:hover { 
    color: var(--white); 
    background: url(../img/explorar-w.png) no-repeat right center var(--black);
    background-size: 20px;
}

.ver-video{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	transform:translate(-50%, -50%);
	z-index:100;
	cursor:pointer;
	transition:.3s transform:

}
 .ver-video img {
transition: .2s ease all; width: 100%; object-fit:cover;

 }
 
.ver-video:hover  img{
	transform:scale(1.1);
}

.content-post h1 {
	font-size:48px;
			font-weight:700;

}

.content-post .duracion {
    padding: 0 10px;
    font-size: 32px;
    background: var(--black);
		font-weight:700;
		display:inline-block;
		margin-bottom:10px;
}
.content-post.single {
	    padding-top: 100px;
    min-height: 80vh;
}


.content-post.archive {
    padding-top: 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.content-post.archive  #myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
.content-post .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
		background: rgb(0,0,0);
		background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 43%, rgba(0,0,0,0.8) 100%);
}

.content-post .container {
	position:relative;
	z-index:10;
}

/* Start: Video Responsive */
.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%; /* Adecua este valor para controlar la altura del video */
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* End: Video Responsive */


/* ==========================================================================
 SLICK
========================================================================== */
 
 
.slick-prev, .slick-next {
    width: 60px;
    height: 100%; 
}
.slick-prev:hover,
.slick-prev:focus,
.slick-prev { 
	opacity:0;
}


.slick-next {
    right: 0px;
			background:url("../img/next-arrow.png") no-repeat  center transparent;
	background-size:40px;
}

.slick-next:hover,
.slick-next:focus {
    right: 0px;
			background:url("../img/next-arrow.png") no-repeat  center rgba(0,0,0,0.5);
	background-size:40px;
}

.slick-prev:before, .slick-next:before {
	display:none;
}

/* ==========================================================================
 MODAL
========================================================================== */
 
.modal-content {
	background:transparent;
}

iframe {
	position:absolute;top:0;left:0;width:100%;height:100%;
}


/* ==========================================================================
 FOOTER
========================================================================== */
 footer{}
 
 footer hr{ 
    background: black;
    opacity: 1;
    height: 2px;
    margin: 20px 0;
 
 }
 
 footer ul.social {
	 display:flex;
	 align-items:center;
	 justify-content:center;
	 margin-top:30px;
 }
 
 footer ul.social li {
	 margin:0 5px;
 }
 
 footer ul.social li a img{
	 transition: 0.3s all;
 }
 
 footer ul.social li a:hover img{
	 transform:scale(1.08)
 }
 
  footer ul.data {
	 display:flex;
	 align-items:center;
	 justify-content:center;
  } 
  
	footer ul.data li{
	 color:var(--black);
	 padding:3px 20px;
 }
footer ul.data li a{
	 color:var(--black);
	 font-weight:700;
 }
 
footer ul.data li:first-child {
	padding-left:20px;
	background:url(../img/location.svg) no-repeat left center;
	border-right:2px solid var(--black);
} 
 
/* ==========================================================================
 RESPONSIVE
========================================================================== */
 
 
 
@media (max-width:1190px) {
	.hero-image-wrapper h3.tit-post {
    font-size: 68px;
}
	#mainMenu li:not(:last-of-type) {
    margin-right: 10px;
}
#mainMenu li > a {
    font-size: 14px; 
}
}	 

@media (max-width: 991px) {
	.hero-image-wrapper h3.tit-post {
    font-size: 58px;
}
#mainMenu li > a {
    font-size: 18px;
}

}	
	
	@media (max-width: 767px) {

#mainMenu li:not(:last-of-type) {
    margin-right: 0;
}

	.billboard-row{
		padding-bottom:80vh;
	}
	
	.billboard-row .billboard {
    height: 100vh; 
	}
	
	.destacadosSlider h3.tit-post{
		font-size:32px;
	}
	
	.destacadosSlider .ico-categoria {
    width: 50px;
	}
	
.field {
	display:none;
}
	
	h2.subtit {
		margin:15px 0;
		position:relative;
		padding:15px 40px 15px 0px;
		display:inline-block; 
		font-size:24px;
	}

	section.charlasde h2.subtit {
		background:url("../img/ico-charlasde.svg") no-repeat right center;
		background-size:35px;
	}
	section.detrasde h2.subtit {
		background:url("../img/ico-detrasde.svg") no-repeat right center;
		background-size:35px;
	}
	section.sintiendo h2.subtit {
		background:url("../img/ico-sintiendo.svg") no-repeat right center;
		background-size:35px;
	}
	section.delotrolado h2.subtit {
		background:url("../img/ico-delotrolado.svg") no-repeat right center;
		background-size:35px;
	}
	section.modobrujx h2.subtit {
		background:url("../img/ico-modobrujx.svg") no-repeat right center;
		background-size:35px;
	}
	section.quetrae h2.subtit {
		background:url("../img/ico-quetrae.svg") no-repeat right center;
		background-size:35px;
	}

.destacadosSlider .details-post .duracion{
	display:none;
}

.destacadosSlider .titulo {
    width: 100%;
}

.hero-image-wrapper .ver-post {
    background: var(--white);
    color: var(--black);
    font-size: 21px;
    padding: 10px 50px 10px 0px;
    background: url("../img/play-button-ns.png") no-repeat 15px center var(--white);
    background-size: 30px;
    border: 2px solid white;
    text-transform: uppercase;
    transition: all .2s;
    text-indent: -9999px;
}

footer ul.data { 
    flex-direction: column;
}
footer ul.data li:first-child { 
    border-right:0;
}

}
