.presentacion-premios {
  margin-top: 70px;
  margin-bottom: 40px;
}
.presentacion-premios-titulo {
  font-size: clamp(48px, 3.611vw, 72px);
  font-weight: 400;
  line-height: 1.1;
  color: #001417;
  text-align: left;
  margin-bottom: 0;
}
.presentacion-premios-separador {
  border: 0;
  border-top: 2px solid #001417;
  margin: 24px 0;
}
.presentacion-premios-texto-principal {
  font-size: clamp(16px, 1.25vw, 22px);
  color: #000;
  line-height: 1.3;
  margin-bottom: 24px;
}
.presentacion-premios-texto-secundario {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #4B4B4B;
}
.presentacion-premios-contenido {
  align-items: stretch;
}
.presentacion-premios-col-imagen {
  position: relative;
}
.presentacion-premios-imagen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  border-radius: 12px;
}

@media only screen and (max-width: 769px) {
  .presentacion-premios-imagen {
    position: static;
    height: auto;
    margin-top: 24px;
  }
}

/*# sourceMappingURL=presentacion-premios.css.map */
