.fuente {
    font-family: 'Oswald', sans-serif;
}
body {
    font-family: 'Roboto', sans-serif;
}
.fina {
    font-weight: 300;
}
.gruesa {
    font-weight: 400;
}
.chica {
    font-size: small !important;
}
.muychica {
    font-size: x-small;
}
.gris {
    background-color: rgb(204, 204, 204);
}
.cajitas {
    vertical-align: top;
    width: 250px;
    /*border: 1px solid #2c2c2c;*/
    border-radius: 5px;
    /*background-color: #f1f1f1;*/
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    /*color: #000000;*/
    /*font-family: 'Oswald', sans-serif;*/
    text-align: left;
    /*box-shadow: 2px 2px 2px;*/
    display: inline-block;
    min-height: 5px;
    padding-left: 8px;
    float: none;
    line-height: 1.3em;
}
a:link {
    /*color: black;*/
    text-decoration: none;
}
.card {
    transition: all 0.3s ease-in-out;
    /* agregamos una transición suave a todas las propiedades */
}

.special-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.slider {
    display: block;
    white-space: nowrap;
    overflow-x: none;
    overflow-y: hidden;
    box-sizing: content-box;
    border-radius: 10px;
}
.corre {
    /*max-width: 70%;*/
    /*width: 50vw;*/
    height: fit-content;
    width: 80%;
    background: rgb(219, 219, 219);
}
.item {
    /* width: 150px; */
    height: 225px;
    border-radius: 10px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
    position: relative;
}
.overlay {
    /*font-family: 'Oswald', sans-serif;*/
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    height: 50px;
    transition: .5s ease;
    opacity: 0;
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
    white-space: normal;
}
.item:hover .overlay {
    opacity: 1;
}
.plataform {
    color: #000000;
    background-color: #012f4e;
    text-align: center;
    align-items: center;
    margin-top: auto;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    border-radius: 4px;
    /*font-family: 'Oswald', sans-serif;*/
    padding-top: 5px;
    padding-bottom: 5px;
}
.crew {
    width: 75vw;
    height: fit-content;
    /*background: rgb(219, 219, 219, 0.5);*/
    display: flex;
    align-items: top;
}
.cabezal {
    /*font-family: 'Oswald', sans-serif;*/
    width: auto;
    height: 350px;
    border-radius: 10px;
}
.tapa {
    width: auto;
    height: 350px;
    border-radius: 10px;
}
.negra {
    background: rgba(0, 0, 0, 0.8);
}
.botfav {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    cursor: pointer;
}
.poster {
    height: 330px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    font-size: small;
    float: none;
    cursor: pointer;
}
.padreprov {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}
.logoprovider {
    height: 40px;
}
.contieneprov {
    min-width: 200px;
    /* width: 200px;*/
    /* background: rgba(255, 255, 255, 0.6);*/
    /*padding: 5px;*/
    /* box-shadow: 0 0 25px rgba(0, 0, 0, 0.25); */
    vertical-align: middle;
    border: #000000;
    border-radius: 5px;
    /*font-family: 'Oswald', sans-serif;*/
    /*color: #000000;*/
    /*margin: 5px;*/
    font-size: small;
}
.fondodiv {
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.custom-fixed-width {
    width: 250px;
    flex: 0 0 250px;
    /* Para que el ancho no sea flexible */
}
/* CSS para agrandar la imagen al hacer hover */
.poster-image {
    transition: all 0.3s ease;
    /* Agrega una transición suave para el efecto hover */
}
.poster-image:hover {
    transform: scale(1.2);
    /* Escala la imagen en el eje X al 120% al hacer hover */
    cursor: pointer;
    /* Cambia el cursor a una mano al hacer hover sobre la imagen */
}
.botonlateral {
    transition: transform 0.3s ease-in-out;
    transform: translateX(82%);
    z-index: 99;
  }
  .botonlateral:hover {
    transform: translateX(0);
  }
  .botoncafe {
    transition: transform 0.3s ease-in-out;
    transform: translateY(-50%);
    z-index: 99;
  }
  .botoncafe:hover {
    transform: translateY(0);
  }

  /* p.indentado {
    padding-left: 40px;
} */
  
