@font-face {
  font-family: 'Obibok';
  src: url('../assets/fonts/Obibok/Obibok-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Sabre';
  src: url('../assets/fonts/Sabre/Sabre-Regular.otf') format('opentype');
  font-weight: normal;
}
@media (min-width: 200px) {
  .portada{
    background-image: url("../assets/movil/portada_movil.png");
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
    background-position: center;
  }
  .portada{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Sabre', serif;
    font-weight: normal;
    font-size: 1rem;
  }

  .elementos{
    margin-left: 0;
    margin-top: 10%;
    display: flex;
    gap: 0.2rem;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .texto {
    margin-top: 10%;
    text-align: center;
    line-height: 0.5rem;
  }
}
@media (min-width: 320px) {
  .texto {
    line-height: 0.8rem;
  }
  .elementos{
    gap: 0.3rem;
  }
}
@media (min-width: 480px) {
  .texto {
    line-height: 1.2rem;
  }
  .elementos{
    gap: 0.3rem;
  }
}
@media (min-width: 560px) {
  .texto {
    line-height: 1.5rem;
  }
  .elementos{
    gap: 0.5rem;
  }
}
@media (min-width: 720px) {
  .portada{
    background-image: url("../assets/web/portada_web.png");
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
    background-position: center;
    font-family: 'Sabre', serif;
    font-weight: normal;
    font-size: 1.5rem;
  }
  .portada{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .elementos{
    margin-top: 0;
    margin-left: 10%;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .texto {
    margin-top: 10%;
    text-align: center;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .portada{
    font-family: 'Sabre', serif;
    font-weight: normal;
    font-size: 2.5rem;
  }
  .texto {
    line-height: 2rem;
  }
}
