#bloque1 {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  /* SECCION1***************************** */
  .ContenedorTodo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .ContenedorTodo2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  h1 {
    font-size: 2.5rem;
    margin: 0px;
    line-height: 1.2;
    color: white;
    margin-bottom: 20px;
  }
  
  .cardPrecio {
    width: 70%;
    padding: 20px 0px;
    border: 2px solid var(--color-c6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cardEuros {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  
  .cardMes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .desde {
    font-family: "Helvetica Neuer";
    font-size: 1.8rem;
    margin: 0px;
    line-height: 1;
    color: white;
  }
  
  .euros {
    font-size: 6rem;
    margin: 0px;
    line-height: 1;
    color: var(--color-c6);
  }
  
  .simbolo {
    font-size: 3rem;
    margin: 0px;
    line-height: 1;
    color: var(--color-c6);
  }
  
  .mes {
    font-size: 2rem;
    margin: 0px;
    line-height: 1;
    color: var(--color-c6);
  }
  .tiempo {
    font-family: "Helvetica Neuer";
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1;
    color: white;
    margin-bottom: 10px;
  }
  .contrato {
    font-family: "Helvetica Neuer";
    font-size: 1rem;
    margin: 0px;
    line-height: 1;
    color: white;
  }
  .sujeto {
    width: 70%;
    font-family: "Helvetica Neuer";
    font-size: 1rem;
    margin: 0px;
    line-height: 1;
    color: white;
    text-align: center;
    margin-top: 20px;
  }
  /* SECCION2***************************** */
  
  #seccion2 {
    z-index: 0;
  }
  .carousel-item {
    transition: opacity 2s ease-in-out !important;
  }
  
  #imagenPortada img {
    height: 380px;
    object-fit: contain;
    object-position: center;
  }
  
  /* MEDIAQUERIS*************************** */
  
  @media (max-width: 1400px) {
    h1 {
      font-size: 2rem;
    }
  }
  
  @media (max-width: 1200px) {
    h1 {
      text-align: center;
    }
    #bloque1 {
      padding-top: 20px;
    }
    #seccion1,
    #seccion2 {
     margin-bottom: 20px;
    }
  
    .ContenedorTodo {
      justify-content: start;
      align-items: center;
    }
    .ContenedorTodo2 {
      justify-content: start;
    }
    .cardPrecio{
      width: 100%;
    }
    .sujeto{
      width: 100%;
    }
  }
  
  @media (max-width: 765px) {
      #imagenPortada img {
          height: 350px;
      }
      h1{
        text-align: center;
        font-size: 2.5rem;
        margin-bottom: 10px;
      }
   
  }
  
  @media (max-width: 400px) {
    h1{
      font-size: 2rem;
   }
  
  }
  
  @media (max-width: 320px) {
      h1{
         font-size: 1.8rem;
      }
  }