<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

*{
  margin: 0;
  padding: 0;
}

body {
     background: linear-gradient(357deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
}

.title-section {
    text-align: center;
    padding: 2rem 1rem;
}





.revista-img {
  width: 300px;
  height: auto;
}


/* Ajustar tamaÃ±o en pantallas pequeÃ±as */
@media (max-width: 700px) {
  .revista-img .Revista1 {
    height: 70px;
  }
}

.Revista1 {
    width:100px;
    height: auto;    
}


.title-section h1 {
    font-weight: 800;
    color: #0a1823;
}

.subtitle {
    font-size: 1.7rem;
    color: #2b2b2b;
}

.image-row img {
    max-width: 150px;
    margin: 10px;
}

.edition-section {
  background-color: white;
  padding: 2rem 0 4rem;
  box-sizing: border-box;
}


.edition-section h2 {
    font-weight: 800;
    text-align: center;
}

.edition-img {
    height: auto;
}

.edition-card {
  
    margin-bottom: 2rem;

}

.zoom-hover {
  transition: transform 0.3s ease;
}

.zoom-hover:hover {
  transform: scale(1.1);
}

@media (max-width: 700px) {
  .edition-section {
    padding-left: 0;
    padding-right: 0;
  }
}</pre></body></html>