#bloque1{
   background-image: url(../images/img345/fondo_xl.webp);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
    padding-top: 30px;
}
#seccion1,#seccion2{
    margin-bottom: 20px;
}
h1{
    font-size: 3.3rem;
    font-weight: 700;
    color:var(--color-c7);
    margin: 0px;
    line-height: 1;
    margin-bottom: 10px;
}
h2{
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0px;
    line-height: 1.2;
    color:var(--color-c1);
    margin-bottom: 20px;
}
h3{
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0px;
    line-height: 1.2;
    color:var(--color-c5);
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}

#textoLegalPromo{
    font-size: 0.6rem;
    margin: 0px;
    line-height: 1.2;
    color: rgb(0, 0, 0);
    padding: 10px 0px;
}

/* SECCION1************************************************ */


/* CARD1****************************************** */
.cardDigi1{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: white;
    padding: 20px;

}
.cardPrecio1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   border-bottom: 1.5px solid var(--color-c7);
}
.cardPrecio1 img{
  width: 25px;
  object-fit: contain;
}
.titulo1{
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
    color:var(--color-c5);
    margin-top: 10px;
}

.cardEuros1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cardMes1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.euros1{
    font-size: 5rem;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
    color:var(--color-c5);
}
.mes1{
    font-size: 2rem;
    font-weight: 500;
    margin: 0px;
    line-height: 1;
    color:var(--color-c5);
}
.precioFinal1{
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0px;
    line-height: 1.2;
    color:black;
}

.containerProducto1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;

}

.cardProductos1{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    gap:15px;
    margin-bottom: 20px;
}
.cardProductos1 img{
 width: 25px;
 object-fit: contain;
}
.producto1{
    font-size: 1rem;
    font-weight: 500;
    margin: 0px;
    line-height: 1.2;
}
.producto1 .span1{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0px;
    line-height: 1.2;
}
.producto1 .span2{
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0px;
    line-height: 1.2;
}
.producto1 .span3{
    font-size: 1rem;
    font-weight: 300;
    margin: 0px;
    line-height: 1.2;
}

/* CARD2****************************************** */
.cardDigi2{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: var(--color-c2);
    padding: 20px;
    border:1px solid var(--color-c7);
}
.cardPrecio2{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   border-bottom: 1.5px solid var(--color-c7);
}
.cardPrecio2 img{
  width: 20px;
  object-fit: contain;
}
.titulo2{
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
    color:var(--color-c1);
    margin-top: 10px;
}

.cardEuros2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cardMes2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.euros2{
    font-size: 5rem;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
    color:var(--color-c1);
}
.mes2{
    font-size: 2rem;
    font-weight: 500;
    margin: 0px;
    line-height: 1;
    color:var(--color-c1);
}
.precioFinal2{
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0px;
    line-height: 1.2;
    color:white;
}

.containerProducto2{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-top: 20px;

}

.cardProductos2{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    gap:15px;
   
}
.cardProductos2 img{
 width: 25px;
 object-fit: contain;
}
.producto2{
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0px;
    line-height: 1.2;
    color:white;
}
.producto2 .span1{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0px;
    line-height: 1.2;
}
.producto2 .span2{
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0px;
    line-height: 1.2;
}
.producto2 .span3{
    font-size: 1rem;
    font-weight: 300;
    margin: 0px;
    line-height: 1.2;
}

.ul3{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-top: 10px;
   
}
.ul3 li{
    font-size: 1rem;
    font-weight: 300;
    margin: 0px;
    line-height: 1.2;
    color:white;
    margin-bottom: 5px;
}
/* Seccion3*************************************** */
#seccion3{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
  
}
.imagenPortada{
    width: 100%;
    height: 450px;
    background-image: var(--img-pc);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* Seccion4******************************************** */



.formularioContenedor{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

/* BLOQUE4 CAJAS************************************ */

.containerCajas{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.containerCajas img{
    width: 35px;
    object-fit: contain;
    margin-bottom: 20px;
}
.tituloCajas{
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0px;
    line-height: 1.2;
    color:var(--color-c5);
    margin-bottom: 20px;
    text-align: center;
}
.subtituloCajas{
    font-size: 1rem;
    font-weight: 400;
    margin: 0px;
    line-height: 1.2;
    text-align: center;
}
/* MEDIA QUERIS***************************************** */

@media (max-width: 1400px) {
    h1{
        font-size: 3rem;
    }
    h2{
        font-size: 1.6rem;
    }

    .imagenPortada{
        height: 400px;
    }
    .producto1 .span1{
        font-size: 1rem;
    }
  }
  


  @media (max-width: 1200px) {
    h3{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .producto1 .span1{
        font-size: 1.5rem;
    }
    .imagenPortada{
        height: 350px;
        margin-top: -50px;
    }

    #textoLegalPromo{
     padding: 20px 0px;
     text-align: center;
    }

  }


  @media (max-width: 990px) {
    h1{
        font-size: 2.2rem;
    }
    h2{
        font-size: 1.2rem;
    }
   
  }

  @media (max-width: 750px) {
    #logoCentrado{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #bloque1{
        padding-top: 20px;
    }
    h1{
        font-size: 2rem;
        text-align: center;
    }
    h2{
        text-align: center;
        font-size: 1.2rem;
    }

    .imagenPortada{
        height: 300px;
    }


    #textoLegalPromo{
        width: 100%;
         text-align: center;
        }
  }


  @media (max-width: 400px) {
    h1{
        font-size: 1.8rem;
    }
    h2{
        font-size: 1.1rem;
    }

   
  }


  @media (max-width: 360px) {
    h1{
        font-size: 1.7rem;
    }
    h2{
        font-size: 1rem;
    }

   
  }

  @media (max-width: 320px) {
    h1{
        font-size: 1.5rem;
    }
    h2{
        font-size: 0.9rem;
    }
    .producto1 .span1 {
        font-size: 1.3rem;
    }
   
  }