#apps, #altProgramas, #cont-exclusivo,
#qrcodes{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
}

#cont-exclusivo {
  margin-top: 40px;
}

.grid-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-x {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#qrcodes .grid-x {
    justify-content: space-around;
}

.cell {
  text-align: center;
}

.full-img {
  display: block;
  margin: 0 auto;
}

#cont-exclusivo .show-for-medium, #cont-exclusivo .hide-for-medium {
  width: 100%;
}

#videos-seccion .cell {
  padding: 15px;
}

@media print, screen and (min-width: 40em) {
  #videos-seccion .cell {
    padding: 0 15px;
  }
}

#cont-exclusivo hr {
  width: 98%;
}
#cont-exclusivo .row {
  width: 100%;
  margin: 15px 0;
}
#cont-exclusivo .row img {
  margin: 15px 0;
}

.maskara {
  height: 477px;
  background-size: cover;
  background-position: center;
  background-image: url('https://www.estrellatv.com/themes/custom/est/estrella_tv/img/streamgratis/TTMT-NUEVA-ERA-1400X2000.jpg');
}

.omar {
  height: 477px;
  background-size: cover;
  background-position: center;
  background-image: url('https://www.estrellatv.com/themes/custom/est/estrella_tv/img/streamgratis/NEW_67126171790.jpg');
}

.talento {
  height: 477px;
  background-size: cover;
  background-position: center;
  background-image: url('https://www.estrellatv.com/themes/custom/est/estrella_tv/img/streamgratis/NOCHES-DE-PLATANITO-1400X2000.jpg');
}

.block-content {
  top: 77%;
  position: relative;
}

.block-content h6 {
  margin-bottom: 0px;
}
.block-content p {
  margin-bottom: 0px;
}

.prog-block {
  margin: 10px;
  border-radius: 10px;
  box-sizing: border-box;
}

.cell-prog {
  width: 400px
}

@media (max-width: 640px) {
  .prog-block {
    width: 100%;
  }

  .boton.tipo2 {
    width: 33% !important;
    height: 600%;
  }

}

.field--name-field-thumb-widescreen img {
  width: 100vw;
  height: auto;
  margin-bottom: 40px;
}

.boton.tipo2 {
  width: auto;
}

#cont-exclusivo .boton.tipo2 {
  display: none;
  color: transparent;
  border-color: transparent;
}

iframe {
  width: revert-layer;
  height: revert-layer;
}
