@font-face {
  font-family: "Ogilvy Sans Light";
  src: url(typografia/OgilvySansWeb-Light.woff2) format("woff2"),url(typografia/OgilvySansWeb-Light.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Ogilvy Sans";
  src: url(typografia/OgilvySansWeb-Regular.woff2) format("woff2"),url(typografia/OgilvySansWeb-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Ogilvy Sans";
  src: url(typografia/OgilvySansWeb-RegularItalic.woff2) format("woff2"),url(typografia/OgilvySansWeb-RegularItalic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: "Ogilvy Sans";
  src: url(typografia/OgilvySansWeb-Bold.woff2) format("woff2"),url(typografia/OgilvySansWeb-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Ogilvy Serif";
  src: url(typografia/OgilvySerifWeb-Regular.woff2) format("woff2"),url(typografia/OgilvySerifWeb-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Ogilvy Serif";
  src: url(typografia/OgilvySerifWeb-RegularItalic.woff2) format("woff2"),url(typografia/OgilvySerifWeb-RegularItalic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: "Ogilvy Serif";
  src: url(typografia/OgilvySerifWeb-Bold.woff2) format("woff2"),url(typografia/OgilvySerifWeb-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap
}


#app {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expanding-collection {
  width: 100%;
  height: 100%;
}
.expanding-collection .swiper-slide {
  width: 600px;
  max-width: calc(100% - 32px - 32px);
}
.expanding-collection-cover {
  color: gray;
}
@media (orientation: portrait) {
  .expanding-collection-cover img {
    height: 40vh;
    object-fit: cover;
  }
}
.expanding-collection .demo-cover-title {
  box-sizing: border-box;
  padding: 8px 16px;
  font-size: 24px;
  color: gray;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  text-align: center;
  z-index: 10;
  font-weight: 600;
}
.expanding-collection .demo-cover-coords {
  padding: 8px 16px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.expanding-collection .demo-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.expanding-collection .demo-content-title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
  width: 100%;
}
.expanding-collection .demo-content-avatars {
  display: flex;
}
.expanding-collection .demo-content-avatars img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 4px solid #fff;
}
.expanding-collection .demo-content-avatars img + img {
  margin-left: -16px;
}
.expanding-collection .demo-content-rating {
  display: flex;
}
.expanding-collection .demo-content-rating img {
  width: 16px;
  height: 16px;
}

.demo-content-buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.demo-button {
  border: none;
 
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.demo-button i {
  margin-right: 5px; /* Espacio entre el ícono y el texto */
}

.demo-button.play:hover {
  background-color: #007bff; /* Azul al hacer hover en botón Play */
}

.demo-button.info:hover {
  background-color: #17a2b8; /* Azul claro al hacer hover en botón Más Info */
}


.swiper-slide {
  display: flex;
  align-items: center; /* Centra verticalmente el contenido del slide */
}

.ranking-number {
  /* Ajusta el tamaño de tu imagen según necesites */
  width: 150px; /* Ejemplo de tamaño, ajusta según tu diseño */
  margin-right: 1px; /* Espacio entre la imagen y el contenedor */
}

.expanding-collection-container {
  flex-grow: 1; /* Permite que el contenedor llene el espacio restante */
}

@media (max-width: 768px) {
  .swiper-slide {
    flex-direction: column; /* Cambia a disposición vertical en pantallas pequeñas */
  }

  .ranking-number {
    margin-right: 0; /* Remueve el margen derecho en disposición vertical */
    margin-bottom: 10px; /* Añade espacio debajo de la imagen */
  }
}
