#bloque1{
    background-color: var(--color-c4);
   padding-top: 30px;
}
#seccion1 {
    display: flex
;
    flex-direction: column;
    justify-content: end;
    align-items: start;
}
.titulo{
 font-size: 2rem;
 margin: 0px;
 line-height: 1.2;
 margin-bottom: 20px;
}

h1 span{
       font-family: 'Gotham Bold'; 
}
.cardOfertaFlash{
    width: 100%;
    background-color: var(--color-c3);
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 5px;
    padding: 15px 0px;
}

.textofertaFlash{
     font-family: 'Gotham Black Italic';
     text-align: center;
    font-size: 2rem;
    margin: 0px;
    line-height: 1;
    color:white;
}

.cardPromo{
    width: 100%;
    background-color: white;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.textoFibra{
    font-size: 1.8rem;
    font-family: 'Gotham Bold';
    text-align: center;
}
.textoFibra span{
    color:var(--color-c3)
}


.cardEuros {
    display: flex;
    justify-content: center;
    align-items: start;
    
}
.euros {
    font-size: 6rem;
    margin: 0px;
    line-height: 1;
    font-family: 'Gotham Bold';
    color: #ed0b84;
}
.carMes {
    display: flex;
    flex-direction: column;
}
.centimos {
    font-size: 3rem;
    margin: 0px;
    line-height: 1;
    font-family: 'Gotham Bold';
    color: #ed0b84;
    margin-top: 5px;
}
.mes {
    font-size: 1.8rem;
    margin: 0px;
    line-height: 1;
    color: #ed0b84;
}

.cardPromoDefinitivo {
    width: 100%;
    padding: 15px 0px;
    background-color: #000000;
    border-radius: 0px 0px 10px 10px;
    margin-top: 7px;
}
.textoDefinitivo {
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1;
    font-family: 'Gotham Bold';
    text-align: center;
    color: white;
}


/* SECCION2................................... */
#seccion2 {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.imagenPortada {
    width: 100%;
    height: 364px;
    background-image: var(--img-pc);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cardGratis {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
}
.cardLLevate {
    width: 60%;
    height: 70px;
    padding: 10px 0px;
    background-color: #ed0b84;
    display: flex;
    justify-content: center;
    align-items: center;
}
.textoXiaomi {
    font-size: 1.3rem;
    margin: 0px;
    line-height: 1.2;
    text-align: center;
    color: white;
}
.spanXiaomi {
    font-family: 'Gotham Bold';
}
.cardXiaomiGratis {
    width: 40%;
    height: 70px;
    padding: 10px 0px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.textoGratis {
    font-size: 2rem;
    margin: 0px;
    line-height: 1;
    text-align: center;
    font-family: 'Gotham Bold';
}




/* MEDIAQUERI.................................... */
@media (max-width: 1400px) {
.titulo{
    font-size: 1.8rem;
}

}
@media (max-width: 1200px) {
#bloque1{
    padding-top: 20px;
  padding-bottom: 20px;
}

}
@media (max-width: 990px) {
.titulo{
    font-size: 1.2rem;
}
.textoXiaomi{
font-size: 1.1rem;
}
.textoGratis{
    font-size: 1.8rem;
}
/* SECCION2................................... */

.imagenPortada {
    height: 340px;
    margin-bottom: 20px;
}

}

@media (max-width: 765px) {
.titulo{
    font-size: 1.5rem;
    text-align: center;
}
.cardGratis{
    margin-top: 20px;
}


/* SECCION2................................... */

.imagenPortada {
    height: 300px;
    margin-bottom: 20px;
}

}

@media (max-width: 400px) {
.titulo{
    font-size: 1.2rem;

}
/* SECCION2................................... */

.imagenPortada {
    height: 280px;
    margin-bottom: 20px;
}


}

@media (max-width: 320px) {
.textoFibra{
    font-size: 1.5rem;

}
.textoGratis{
    font-size: 1.5rem;
}

.textoXiaomi{
font-size: 0.8rem;
}

.textoDefinitivo{
    font-size: 1.3rem;
}

/* SECCION2................................... */

.imagenPortada {
    height: 250px;
    margin-bottom: 20px;
}


}
