#bloque1 {
    background-color: #ffcd00;
    padding-top: 30px;
  }
  #seccion2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  h1 {
    font-size: 2.3rem;
    margin: 0px;
    line-height: 1.2;
    font-family: "Gotham Bold";
    margin-bottom: 20px;
  }
  h2 {
    font-size: 2rem;
    margin: 0px;
    line-height: 1.2;
    font-family: "Gotham Black Italic";
    color: white;
    text-align: center;
    padding: 10px 0px;
  }
  .cardFlash {
    width: 100%;
    background-color: var(--color-c3);
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .cardPromo {
    width: 100%;
    background-color: white;
    padding: 10px;
    margin-bottom: 5px;
  }
  h3 {
    font-size: 2.2rem;
    margin: 0px;
    line-height: 1.2;
    text-align: center;
    font-family: "Gotham Bold";
    margin-bottom: 10px;
  }
  .euros {
    font-size: 7rem;
    margin: 0px;
    line-height: 1;
    font-family: "Gotham Bold";
    text-align: center;
    color: var(--color-c3);
  }
  .euros span {
    font-size: 3rem;
    margin: 0px;
    line-height: 1;
  }
  .meses {
    color: var(--color-c3);
    font-size: 1rem;
    margin: 0px;
    line-height: 1;
    text-align: center;
  }
  
  .cardTarifa {
    width: 100%;
    background-color: black;
    border-radius: 5px;
  }
  
  .textoTarifa {
    font-size: 1.3rem;
    color: white;
    text-align: center;
    padding: 10px;
  }
  
  /* SECCION2.................................... */
  
  .imagenPortada {
    width: 100%;
    height: 395px;
    background-image: var(--img-pc);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  /* MEDIAQUERI..................................... */
  @media (max-width: 1400px) {
    h3 {
        font-size: 2rem;
      }
  }
  @media (max-width: 1200px) {
    #bloque1 {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }
  
  @media (max-width: 990px) {
    h1 {
      font-size: 2rem;
    }
    h3 {
        font-size: 1.8rem;
      }

  }
  
  @media (max-width: 765px) {
    h1 {
      font-size: 1.8rem;
      text-align: center;
      margin-bottom: 10px;
    }
 
    .euros {
      font-size: 5rem;
    }
    .euros span {
      font-size: 2.5rem;
    }
    /* seccion2................................ */
  
    .imagenPortada {
      height: 280px;
      margin-bottom: 15px;
    }
  }
  @media (max-width: 380px) {
    h3 {
      font-size: 2rem;
    }
  }
  
  @media (max-width: 320px) {
    h1 {
      font-size: 1.5rem;
    }
    h3 {
      font-size: 1.8rem;
    }
    .textoTarifa{
        font-size: 1rem;
    }
    /* seccion2................................ */
  
    .imagenPortada {
      height: 220px;
    }
  }
  