@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

* {
  font-family: 'Open Sans';
  font-style: normal;
  font-size: 13px;
}

.click-cursor {
 cursor: pointer;
}


.show-flex {
  display: flex !important;
}
@media(max-width: 767px) {
  .gallery-wrap {
    display: none !important;
  }
  .show-flex {
    display: block !important;
  }
}

@media (max-width: 1920px) {
  .show-block {
      display: block !important;
  }
}

.plantilla-texto p {
  font-family: "Open Sans";
}

.border-button-contenidos {
  border-radius: 30px;
  background-color: white;
}
.border-button-contenidos:hover {
  background-color: #c1c1c1;
}

.fill-color {
  background-color: #c1c1c1;
}

.desc-txt {
  margin-top: 20px !important;
  font-weight: 600 !important;
}
.title {
  font-size: 25px !important;
  font-weight: 600!important;
}
.img-img {
  width: 25%;
  display: inline-block;
  margin: 10px;
}
.img-title {
  color: #4a4a49d9 !important;
  font-weight: bold !important;
  font-size: 18px !important;
  display: inline-block;
}

.menu_bar {
  display: none;
  text-align: center;
  background-color: #6C488A;
  height: 40px;
}
.menu_bar > a {
  line-height: 40px;
  font-size: 17px;
  color: white !important;
}

.menu-block {
  float: left;
  margin-top: 60px; /* ver si usar margin o poner un titulo al menu */
}
.menu-block > div > a {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  font-weight: bold;
}

.menu-block-playlist {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-block-playlist > a {
  display: block;
  color: white !important;
  font-size: 18px;
  line-height: 22px;
}
.playlist-title-selected {
  background-color: #4a3061;;
}

.nav-icon-open {
  float: right;
  margin-right: 5%;
  margin-top: 7px;
}
.nav-icon-close {
  display: none;
  float: right;
  margin-right: 5%;
  margin-top: 7px;
}

.nav-icon-open-playlist {
  position: absolute;
  right: 0;
  height: 19px;
  float: right;
  margin-right: 3%;
  margin-top: 2px;
}
.nav-icon-close-playlist {
  display: none;
  position: absolute;
  right: 0;
  margin-right: 3%;
  margin-top: 2px;
  height: 19px;
}

.full-icon-der {
  position: absolute;
  width: 65%;
  left: 68%;
  opacity: 60%;
  top: 25px;
}

@media(max-width: 1500px) {
  .menu-block {
    float: none;
    margin-top: 20px;
    margin-right: 5%;
    margin-left: 5%;
  }
  .menu-block > div > a {
    border-radius: 20px;
  }
  .full-icon-der {
    display: none;
  }
}

.menu-item {
  display: block;
  text-transform: uppercase;
  margin-left: 30px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
}
.menu-item:hover {
  background: #4e1e56;
  color: white !important;
}
.menu-item.selected {
  background: #783884;
  color: white !important;
}
.video-slot {
  margin-left: 10px;
  width: 420px;
  height: 345px;
}
@media(max-width: 1000px) {
  .video-slot {
    margin-left: 0;
    width: 420px;
    height: 345px;
    display: flex;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media(max-width: 1499px) {
  .menu-block {
    margin-top: 0;
    display: none;
    margin-left: 0;
    margin-right: 0;
  }
  .gallery-wrap {
    margin-top: 0;
  }
  .menu_bar {
    display: block;
  }
  #display-menu > .item-0 {
    margin-top: 15px;
  }
}
@media(max-width: 460px) {
  .video-slot {
    margin-left: 0;
    width: 280px;
    height: 250px;
    display: flex;
    margin: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  #header-seccion {
    height: 147px;
  }
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-button {
  text-align: center;
  border-radius: 10px;
  color: white !important;
  font-weight: 800 !important;
  margin: 0 !important;
}

.next-button {
  margin: auto;
  width: 80px;
}

.back-button {
  margin: auto;
  width: 80px;
}

.border {
  border: 2px solid white;
  background-color: #ffffff38;
  border-radius: 15px;
  padding-top: 7px;
  margin-top: 10px;
  padding-bottom: 3px;
}

.ver-todos {
  width: 50%;
  margin: auto;
  display: block;
  text-align: center;
  border-radius: 10px;
  background-color: #6C488A;
  color: white !important;
  font-size: 18px;
  line-height: 2.0em;
  margin-top: 10px;
}

.contanier-list-playlist {
  font-size: 15px;
  line-height: 23px;
  background-color: #6C488A;
  color: white !important;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  text-decoration: none !important;
}
.button-ver-playlist {
  position: relative;
  display: block;
  height: 23px;
  font-size: 18px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none !important;
  background-color: white;
  color: #4a4a49d9 !important;
  border-radius: 11px;
  font-weight: 600;
}
.button-ver-playlist:hover {
  color: #4a4a49d9 !important;
}
@media(max-width: 767px) {
  .contanier-list-playlist {
    width: 100%;
  }
}


.nav-icon {
  background: url(../img/nav-icon.png);
}


.marg-capsulas {
  margin-top: 100px !important;
}
@media(max-width: 768px) {
  .marg-capsulas {
    margin-top: 0 !important;
  }
}
@media(max-width: 1499px) {
  .marg-capsulas {
    margin-top: 40px !important;
  }
}



.barra-progress {
  border-radius: 20px;
}


.ver-playlist-detallada {
  position: absolute;
  width: 86%;
  text-align: center;
  margin-bottom: 0 !important;
  line-height: 20px;
  color: white !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}
@media (min-width: 1024px) {
  .ver-playlist-detallada {
    width: 884px;
  }
}