/*otros capitulos*/
.customer-oc .card{
    margin-right: 4px;
    margin-bottom: 0;
    margin-left: 4px;  
}
/*otros capitulos*/


/*materil extra*/
.tarjeta-material-extra {
    background-color: #fff;
  }
  
  .contenedor-material-extra {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
  

 .frase-material-extra h5 {
    font-size: 1.3rem;
    line-height: 100%;
    margin: 0px;
    color: #000;
}

.bajada-de-texto-material-extra h6 {
    font-size: 0.8rem;
    line-height: 100%;
    margin: 0px;
    color: #989898;
    font-weight: 500;
    font-family: var(--font-bp);
}


.modal-material-extra {
    padding: 0px !important;
    border: 0px;
}

.caja-contenido-mmh {
    padding-left: 0%;
    padding-right: 13%;
}
/*material extra*/

/*mejores momentos*/
#mejores-momentos-interno.mejores-momentos .foto-portada {
    height: 310px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    display: flex;
    justify-content: flex-start; 
    align-items: flex-end;
    padding: 1rem;
    font-size: 0.9rem;
    overflow: hidden;
    line-height: 100%;
    color: #000;
    -webkit-box-shadow: 0 5px 5px 0px #000;
    box-shadow: 0 5px 5px 0px #000;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-bottom: 5px solid var(--color-blanco-bp);
  }


  #mejores-momentos-interno.mejores-momentos .foto-portada:hover{
    
    border-bottom: 5px solid var(--color-bp);
  }
  
  
  #mejores-momentos-interno.mejores-momentos .bp-style h3 {
      font-weight: 500;
      font-size: 1.25rem;
      text-align: left;
    text-transform:uppercase;
  }
  
  #mejores-momentos-interno.mejores-momentos .bp-style .contenedor-bp-caja-slider{
    height:150px; 
     
   }
 
   #mejores-momentos-interno.mejores-momentos .bp-style p {
    height: 50px;
    font-size: 0.75rem;
    margin: 0px;
}
 
  #mejores-momentos-interno.mejores-momentos .foto-portada h3::before{
      content: '"';
      display: block;
      font-size: 4rem;
      position: relative;
      color: #adadad;
      font-family: 'Catamaran', sans-serif;
      transform: rotate(180deg);
      text-align: right;
      position: relative;
      top: 5px;
      left: -3px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
  }

  #mejores-momentos-interno.mejores-momentos .foto-portada:hover h3::before{
    color: var(--color-bp);  
  }

/*mejores momentos*/

/*boton trailer*/



.trailer-boton.btn-info {
    color: #fff;
    background-color: #0000;
    background-color: #91919159;
    border-radius: 4px;
    border: 0;
    width: 178px;
    height: 40px;
    display: flex;
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2.4rem;
    opacity: 1;
    padding: 0.8rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.4rem;
}

.btn-trailer {
    color: #fff;
    background-color: #0000;
    background-color: #91919159;
    border-radius: 4px;
    border: 0;
    width: 178px;
    height: 40px;
    display: flex;
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2.4rem;
    opacity: 1;
    padding: 0.8rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.4rem;
}

.btn-trailer:hover {
    color: #fff;
    background-color: #0000;
    background-color: #91919159;
    border-radius: 4px;
    border: 0;
    width: 178px;
    height: 40px;
    display: flex;
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2.4rem;
    opacity: 1;
    padding: 0.8rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.4rem;
}
/*boton trailer*/

/* Actualización Mié. 28-04-2021*/

/* Portada Cafepublico */
.header-cafepublico {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 420px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 13.8%;
    padding-right: 13%;
    box-shadow: inset 0px -20px 20px 5px rgb(0 0 0);
}

.header-cafepublico-mm {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    height: 420px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 8%;
    padding-right: 13%;
    box-shadow: inset 0px -20px 20px 5px rgb(0 0 0);
}

.contenedor-display {
    width: 100%;
    height: 99px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0%;
}

.contenedor-display-mm {
    width: 100%;
    height: 272px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0%;
}

@media (min-width: 1350px) and (max-width: 1400px) {
    .contenedor-display-mm {
        width: 100%;
        height: 99px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        margin-left: 0%;
    }
}

.extracto-cafepublico {
    width: 68%;
    height: auto;
}

.extracto-cafepublico p{
    font-family:'Tahoma', sans-serif;
    font-size:19px;
    font-weight:500;
    color:#fff;
}


.logo-cafepublico img {
    width: 43%;
    height: auto;
}



.logo-cafepublico {
    width: 100%;
    height: 340px;
    margin-top: 49px;
    margin-bottom: 36px;
    margin-right: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boton-trailer-cafepublico{
        margin-top: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
    width: 68%;
    height: auto;
}




.contenedor-display-basetv {
    width: 100%;
    height: 99px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    margin-left: 5%;
}

.boton-trailer-cafepublico-basetv {
    margin-top: 18px;
    width: 40%;
    height: 204px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
}

.boton-trailer-cafepublico-programa-basetv {
    color: #fff;
    background-color: transparent;
    background-color: rgb(145 145 145 / 90%);
    border-radius: 4px;
    border: 0;
    width: 50%;
    height: 31px;
    display: flex;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 1;
    padding: 0px 25px 0px 25px;
    font-size: 21px;
    font-weight: 500;
    margin-right: 10px;
}

.boton-reproducir-cafepublico-programa-basetv {
    background-color: #fff;
    color: #000!important;
    border-radius: 4px;
    border: 0;
    width: 50%;
    height: 31px;
    display: flex;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    opacity: 1;
    padding: 0px 25px 0px 25px;
    font-size: 19px;
    font-weight: 500;
    margin-right: 10px;
}

.boton-trailer-cafepublico-programa {
    color: #fff;
    background-color: transparent;
    background-color: rgb(145 145 145 / 35%);
    border-radius: 4px;
    border: 0;
    width: 64%;
    height: 31px;
    display: flex;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 1;
    padding: 0px 25px 0px 25px;
    font-size: 21px;
    font-weight: 500;
    margin-right: 10px;
}

.boton-trailer-cafepublico-capitulonuevo {
    color: #fff;
    background-color: transparent;
    background-color: rgb(145 145 145 / 35%);
    border-radius: 4px;
    border: 0;
    width: 100%;
    height: 31px;
    display: flex;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 1;
    padding: 0px 25px 0px 25px;
    font-size: 21px;
    font-weight: 500;
    margin-right:13px;
}

.boton-reproducir-conversaciones {
    background-color: #fff;
    color: #000!important;
    border-radius: 4px;
    border: 0;
    width: 35%;
    height: 31px;
    display: flex;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    opacity: 1;
    padding: 0px 25px 0px 25px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #000;
}

/* Capitulos */

.titulo-cafepublico{
    margin-top: 36px;
    margin-bottom: 30px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 44px;
    color:#000;
}

.contenedor-capitulo-cafepublico {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 12px 22px -12px rgb(0 0 0 / 35%);
}

.capitulo-display-cafepublico {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
    width: 50%;
    height: 300px;
    margin-left: 4%;
}

.capitulo-display-cafepublico h3{
    margin-bottom: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 33px;
    text-transform: uppercase;
    color: #fff;
}

.capitulo-display-cafepublico h3::before{
    content: '';
    width: 72px;
    height: 9px;
    background-color: #fff;
    margin-bottom: 4px;
    display: block;
}

.capitulo-display-cafepublico p{
    font-family: 'Tahoma', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    width:50%;
    margin-bottom: 15px;
    line-height: 20px;
}

.contenedor-botones-cafepublico {
    width: 84%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: relative;
}

.boton-ver-trailer-cafepublico{
    color: #fff;
    background-color: rgb(145 145 145 / 35%);
    border-radius: 4px;
    border: 0;
    width: 100%;
    height: 31px;
    display: flex;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    opacity: 1;
    padding: 0px 25px 0px 25px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 18px;
}

.boton-reproducir-cafepublico{
    background-color: #fff;
    color:#000!important;
    border-radius: 4px;
    border: 0;
    width: 100%;
    height: 31px;
    display: flex;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    opacity: 1;
    padding: 0px 25px 0px 25px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
    box-shadow: 0 0 3px 0px rgb(0 0 0 / 44%);
}

.boton-reproducir-cafepublico-oculto{
    background-color: transparent;
    background-color: transparent;
    color:transparent;
    border-radius: 4px;
    border: 0;
    width: 100%;
    height: 31px;
    display: flex;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    opacity: 1;
    padding: 0px 25px 0px 25px;
    font-size: 18px;
    font-weight: 500;
    cursor:context-menu!important;
}

.play {
    color: #000;
    margin-right: 13px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-mm {
    color: #000;
    margin-right: 13px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-trailer {
    color: #fff;
    margin-right: 13px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo-capitulo-cafepublico{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 40%;
    height: auto;
}

.titulo-capitulo-cafepublico p{
    color: #fff;
    font-size: 32px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    letter-spacing: 6px;
}

/* Modificación Slider */
.card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px!important;
    margin-left: 0px!important;
}


/* mejores momentos pagina */
.bajada-mm{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-weight: 500!important;
    font-size: 18px!important;
    color: #fff!important;
    line-height: 20px!important; 
}
/* Mejores momentos capitulo */

.degradado {
    background: -webkit-linear-gradient(rgb(18 18 18), #000000);
    background: -o-linear-gradient(rgb(18 18 18), #000000);
    background: -moz-linear-gradient(rgb(18 18 18), #000000);
    background: linear-gradient(rgb(14 14 14 / 0%), #000000);
    position: absolute;
    top: 29px;
    width: 100%;
    height: 184px;
}

@media (min-width: 1350px) and (max-width: 1400px) {
    .degradado {
        background: -webkit-linear-gradient(rgb(18 18 18), #000000);
        background: -o-linear-gradient(rgb(18 18 18), #000000);
        background: -moz-linear-gradient(rgb(18 18 18), #000000);
        background: linear-gradient(rgb(14 14 14 / 0%), #000000);
        position: absolute;
        top: 10px;
        width: 100%;
        height: 207px;
    }
}


.descripcion-mejormomentoh{
    font-family: 'Tahoma', sans-serif!important;
    font-weight: 400!important;
    font-size: 16px!important;
    width: 100%!important;
    color: #fff!important;
    line-height: 20px!important;
    text-transform: inherit!important;
}

.boton-reproducir-cafepublico-mejormomentoh {
    background-color: #FFF!important;
    color: #000!important;
    border-radius: 4px!important;
    border: 1px solid #000;
    width: 100%!important;
    height: 31px!important;
    display: flex!important;
    text-transform: uppercase!important;
    font-family: 'Barlow Condensed', sans-serif!important;
    border-radius: 4px!important;
    justify-content: center!important;
    align-items: center!important;
    opacity: 1!important;
    padding: 0px 25px 0px 25px!important;
    font-size: 18px!important;
    font-weight: 500!important;
    cursor: pointer!important;
}

.boton-volver-cafepublico {
    background-color: #fff;
    color: #000!important;
    border-radius: 4px;
    border: 1px solid #000;
    width: 100%;
    height: 31px;
    display: flex;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    opacity: 1;
    padding: 0px 25px 0px 25px;
    font-size: 18px;
    font-weight: 500;
}

.single.single-cafepublico .card-deck .card-nueva {
    margin-left: 0px;
    margin-right: 39px;
}


.single.single-cafepublico .card-deck .card-nueva .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color:#000;
}

/* Material Extra 2.0 */
.datos-soy-base {
    padding: 0px;
}

.frase-material-extra h5 {
    font-size: 1.3rem;
    line-height: 100%;
    margin: 0px;
    color: #000;
    font-family: 'Barlow Condensed';
    font-weight:800;
}

.frase-material-extra h5::before {
    content: '';
    background-color: #000;
    height: 12px;
    width: 75px;
    display: block;
    margin: 0 0 13px;
}

.bajada-de-texto-material-extra {
    margin-top: 20px;
}

.bajada-de-texto-material-extra h6 {
    font-family: 'Tahoma', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    width: 100%;
    margin-bottom: 15px;
    line-height: 20px;
}

.spotify-icon{
    width:17px;
    height:auto;
    color: #000;
    margin-right: 13px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-mm {
    color: #000;
    margin-right: 13px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen-material-extra img{
    width: 100%;
    height: 290px;
}

.card-footer {
    padding: 0px;
    background-color: #fff;
    border-top:0px;
}

/* Portada conversaciones impostergables */

.header-ci {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 551px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 147px;
    padding-right: 13%;
    box-shadow: inset 0px -20px 20px 5px rgb(0 0 0);
}

@media (min-width: 1340px) and (max-width: 1440px) {
    .header-ci {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        height: 503px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-left: 4%;
        padding-right: 13%;
        box-shadow: inset 0px -20px 20px 5px rgb(0 0 0);
    }
}



.header-dep {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 551px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 147px;
    padding-right: 13%;
}

@media (min-width: 1340px) and (max-width: 1440px) {
    .header-dep {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        height: 503px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-left: 4%;
        padding-right: 13%;
    }
}