.video-portada {
  position: relative;
}
@media (max-width: 498px) {
  .video-portada{
    height: 445px !important;
  }
.logo-portada img {
  width: 100% !important;
}}
.portada-sobre-video {
  position: absolute;
}
.logo-portada img {
  width: 50%;
}
.idioma a {
  color: #fff;
}

.ediciones-anteriores {
  margin: 50px 0;
}
.ediciones-anteriores h2{
  text-align: center;
}

.zoom {
    transition: transform .2s; 
}
.zoom:hover {
    transform: scale(1.4); 
}
.cartel{
  padding: 20px;
}
.footer-fondo{
  background-color: #d4005a;
}

.button-abonos {
  color: #fff !important;
  background-color: #d4005a;
  padding: 0.5rem 1rem;
  border-radius: .25rem;
  font-weight: 500 !important;
  text-transform: uppercase;
  box-sizing: inherit;
  display: block;
  text-align: center;
}

/* Start: Video Responsive */
.video-responsive {
    overflow:hidden;
    padding-bottom:200px; /* 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 */



.fondo-conciertos{

  background-image: url('../images/degradado.png');

  background-size: cover;

  background-repeat: no-repeat;

}



h3{

    color:#d4005a;

}





h2 { 
 
  color: #d4005a;
  font-weight: 600 !important;

}



.box{

    height: 6px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    background-image: -webkit-linear-gradient(to right, #579c69 0%, #f0de40 100%);

    background-image: -moz-linear-gradient(to right, #579c69 0%, #f0de40 100%);

    background-image: -o-linear-gradient(to right, #579c69 0%, #f0de40 100%);

    background-image: linear-gradient(to right, #579c69 0%, #f0de40 100%);

}







@media (min-width: 768px) {

	.border-desk{

		border-right: 3px solid #91b242;

	}

}



.color-precios{

	color: #91b242 !important;

	font-weight: 400 !important;

}



h4{

	font-weight: 300 !important;

}



/*nav{

	background-image: url('../images/barra arriba.png');

}*/



.menu-icon li{

	list-style: none;

}



.menu-icon{

	display: inline-flex;

}



.textos-legales a{

	color: 	white !important;

	padding-right: 10px;

}



a:hover{

	text-decoration: none;

}



.video-fluid {

  width: 100%;

  height: auto;

}



/* NUEVA PÁGINA WEB CSS*/







.cabecera-en{

    position: relative;

    z-index: 2;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    width: 100%;

    height: 100vh;

    padding: 1rem;

    text-align: center;

    color: #fff;

    background-image: url('../images/PLAT angles.png');

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    justify-content: center;

}



@media (min-width: 1026px){

	.cabecera{

	    position: relative;

	    z-index: 2;

	    display: -webkit-flex;

	    display: -ms-flexbox;

	    display: flex;

	    -webkit-flex-direction: column;

	    -ms-flex-direction: column;

	    flex-direction: column;

	    width: 100%;

	    height: auto;

	    text-align: center;

	    color: #fff;

	    justify-content: center;

	}

}



@media (max-width: 1025px){

	.cabecera{

	    position: relative;

	    z-index: 2;

	    display: -webkit-flex;

	    display: -ms-flexbox;

	    display: flex;

	    -webkit-flex-direction: row;

	    -ms-flex-direction: row;

	    flex-direction: row;

	    width: 100%;

	    height: 100vh;

	    text-align: center;

	    color: #fff;

	    justify-content: flex-end;


	}

	.portada-sobre-video {
		 margin-top: 100px;
	}

  .cabecera-en{

      position: relative;

      z-index: 2;

      display: -webkit-flex;

      display: -ms-flexbox;

      display: flex;

      -webkit-flex-direction: column;

      -ms-flex-direction: column;

      flex-direction: column;

      width: 100%;

      height: 100vh;

      padding: 1rem;

      text-align: center;

      color: #fff;

      background-image: url('../images/Plat_Cabecera_MOV_ingl.png');

      background-repeat: no-repeat;

      background-position: center;

      background-size: cover;

      justify-content: flex-end;

  }

}

/* Style the navbar */

#navbar {

  overflow: hidden;

  background-color: #333;

}



/* Navbar links */

#navbar a {

  float: left;

  display: block;

  color: #f2f2f2;

  text-align: center;

  padding: 14px;

  text-decoration: none;

}



/* Page content */

.content {

  padding: 16px;

}



/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.sticky {

  position: fixed;

  top: 0;

  width: 100%;

}



/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */

.sticky + .content {

  padding-top: 60px;

}



.nav-link{

  color: #fff !important;

  font-weight: 500 !important;

}



.navbar-nav{

  width: 100%;

}



.video-border{

  border-radius: 50px;

  border: 6px solid grey;

}



.imagen1-hover:hover{

  background-image: url('../images/entrevistas/BL FEM Alison Adesida_ Yewande ROLLOVER.png');

}









.video-background-holder {

  position: relative;

  background-color: black;

  height: calc(100vh - 72px);

  min-height: 25rem;

  width: 100%;

  overflow: hidden;

}



.video-background-holder video {

  position: absolute;

  top: 50%;

  left: 50%;

  min-width: 100%;

  min-height: 100%;

  width: auto;

  height: auto;

  z-index: 0;

  -ms-transform: translateX(-50%) translateY(-50%);

  -moz-transform: translateX(-50%) translateY(-50%);

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

}



.video-background-content {

  position: relative;

  z-index: 2;

}



.video-background-overlay {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  /*background-color: black;*/

  opacity: 0.5;

  z-index: 1;

}





.div_contendor {

  position: relative;

  padding-bottom: 56.25%; /*panorámico*/

  padding-top: 25px;

  height: 0;

}

.div_contendor iframe {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}



.embed-responsive {

    position: relative;

    display: block;

    height: 0;

    padding: 0;

    overflow: hidden;

}



/* ==== 8) Gallery ==== */



#gallery .thumbnail {

  background: transparent;

  text-align: center;

  position: relative;

  padding: 0;

  margin: 0;

  border: 0;

}



.gallery-item {

  padding: 0;

}



.gallery-overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  -webkit-transition: all 1s ease;

  -moz-transition: all 1s ease;

  -ms-transition: all 1s ease;

  -o-transition: all 1s ease;

  transition: all 1s ease;

}



.gallery-overlay:hover {

  background: rgba(0, 0, 0, .4);

}



.myway-icon-gallery {

  position: absolute;

  top: 50%;

  left: 50%;

  right: 0;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  width: 68px;

  height: 68px;

  display: inline-block;

  fill: rgba(255, 255, 255, 0);

  stroke: rgba(255, 255, 255, 1);

  stroke-width: .05em;

  stroke-opacity: 1;

  stroke-linecap: butt;

  stroke-linejoin: bevel;

  stroke-dasharray: 0, 150;

  -webkit-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;

  -moz-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;

  -ms-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;

  -o-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;

  transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;

}



@media (max-width: 768px) {

  .myway-icon-gallery {

    width: 48px;

    height: 48px;

  }

}



.gallery-overlay:hover > .myway-icon-gallery {

  fill: rgba(255, 255, 255, 1);

  stroke-dasharray: 150, 1;

  stroke-opacity: 0;

}



.myway-icon-gallery:after {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}



.modal-backdrop.in {

  -webkit-opacity: 0.8;

  -moz-opacity: 0.8;

  opacity: 0.8;

  background-color: #000;

}



.ekko-lightbox .modal-content {

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

  border: none;

  background-color: transparent;

}



.ekko-lightbox .modal-header {

  padding-left: 0;

  padding-right: 0;

  text-align: center;

  border: 0;

}



.ekko-lightbox .modal-header .close {

  font-size: 42px;

  font-weight: 100;

  color: #fff;

  text-shadow: none;

  -webkit-opacity: 1;

  -moz-opacity: 1;

  opacity: 1;

  filter: alpha(opacity=100);

  float: none;

}



.ekko-lightbox .modal-header .close:hover {

  -webkit-opacity: .8;

  -moz-opacity: .8;

  opacity: .8;

  filter: alpha(opacity=80);

}



.ekko-lightbox .modal-body {

  padding: 0;

}



.ekko-lightbox .modal-footer {

  -webkit-opacity: 0.9;

  -moz-opacity: 0.9;

  opacity: 0.9;

  border: 0;

  padding: 0;

}



.img-responsive {

  display: inline-block;

  width: 100%;

}



#barraaceptacion {

    display: none;

    position: fixed;

    left: 0px;

    right: 0px;

    bottom: 0px;

    width: 100%;

    text-align: center;

    min-height: 25px;

    background-color: rgba(0, 0, 0, 0.5);

    color: #fff;

    z-index: 99999;

}

.button-header-abonos{
    color: white;
    font-weight: 700;
    font-size: 20px;
    padding: 14px;
    border-radius: 10px;
    border: 2px solid #e6244d;
    text-shadow: 1px 1px #00000073;
    transition: 0.8 all ease-in-out;
}

.button-header-abonos:hover{
  background: #e6244d;
  color:  white;
  text-shadow: none;
}

.button-header-programa{
    color: white;
    font-weight: 700;
    font-size: 20px;
    padding: 14px;
    border-radius: 10px;
    border: 2px solid #3456a3;
    text-shadow: 1px 1px #00000073;
    transition: 0.8 all ease-in-out;
}

.button-header-programa:hover{
  background: #3456a3;
  color:  white;
  text-shadow: none;
}

.nav-pills .nav-link {
    background: lightgrey;
    color: rgba(0,0,0,.5) !important;
    text-transform: uppercase;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #000;
}
.video-documentales {
  display: flex;
  flex-direction: column;
}

#flecha {
  max-width: 30px;
}

@media (min-width: 768px) {
  #flecha {
    max-width: 65px;
  }
}

@media (max-width: 1650px) {
    .cabecera {
        height: 100%;
    }
}
@media (max-width: 1025px) {
   
    .button-header-programa, .button-header-abonos {
        font-size: 15px;
        padding: 12px;
    }
    .portada-sobre-video .row.no-gutters { // use id
        margin-bottom: 0.5rem!important;
    }
    .portada-sobre-video .row .btn img.img-fluid { // use id
        max-width: 30px !important;
    }
}
#programa-diseny {
  background: #d4005a;
  padding: 2%;
}
#programa-diseny h4{
  font-size: 20px;
  font-weight: 500 !important;
  color: #000;
}
#programa-diseny h5{
  font-size: 16px;
  color: #ffeb0f;
}
#programa-diseny p{
  font-size: 14px;
  color: #ffffff;
}

.logo-colab.batucapp {
  width: 17% !important;
}

@media (max-width: 768px) {
  .logo-colab {
    width: 24% !important;
  }
  .logo-colab.batucapp {
    width: 20% !important;
  }
}

.logo-colab{
    width: 20%;
    padding: 0 5%;
  }

.background-logos {
  background-image: url(../images/4_BannerLOGOS.png);
}

.tabla-precios {
  width: 100%;
}

.tabla-precios td{
  padding: 1%;
}

.tabla-header td{
  text-align: center;
  color: #ffffff;
  background-color: #d4005a;
}
