#bloque1{
    padding-top: 30px;
    background-image: var(--img-pc);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#seccion1{
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}
.cardPromocional{
    display: flex;
    flex-direction: column;
}

.cardTituloPromo{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: black;
    border-radius: 10px 10px 0px 0px;
}
h1{
    font-size: clamp(1.2rem, 5vw, 1.5rem);
    margin: 0px;
    line-height: 1.3;
    color:WHITE;
    text-align: center;
}

.cardProducto{
    width: 100%;
   padding-top: 20px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
}
.cardFibra img,
.cardFibra2 img{
width: 50px;
height: 50px;
object-fit: contain;
}
.cardFibra{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 20px;
    gap:20px;
}
.cardFibra2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    margin-bottom: 10px;
    gap:20px;
}
.textoFibra{
    font-size: 2.2rem;
    margin: 0px;
    line-height: 1;
    font-weight: 600;
}
.cardTexto2{
    display: flex;
    flex-direction: column;
}
.llamadas{
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1.5;
    font-weight: 300;
}

.cardEuros{
    display: flex;
}
.euros{
    font-size: 6rem;
    margin: 0px;
    line-height: 1;
    font-weight: 600;
    color: var(--color-c3);
}
.cardMes{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mes{
    font-size: 3rem;
    margin: 0px;
    line-height: 1;
    font-weight: 600;
    color: var(--color-c3);
}
.simbolo{
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1;
    font-weight: 500;
    color: var(--color-c2);
}
.iva{
    font-size: 1.2rem;
    margin: 0px;
    line-height: 1;
    font-weight: 500;
    color: var(--color-c2);
    margin-bottom: 20px;
}


.cardEntretenimiento{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: start;
   
}


.cardPepe{
  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0px 10px;
}
.pepephone{
 height: 30px;
 
}
.netflix{
    height: 32px;
}
.card2series{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}
.card2series img{
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.textoSeries{
    font-size: 0.8rem;
    margin: 0px;
    line-height: 1;
}
.textoSeries2{
     font-size: 0.8rem;
    margin: 0px;
    line-height: 1.2;
}



/* .cardSuma{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: -5px;
} */
.suma{
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1;
    font-weight: 300;
  
}
.integrado{
    font-size: 0.6rem;
    margin: 0px;
    line-height: 1;
    font-weight: 300;
  
}
.netflix{
    width: 100px;
    margin-left: 10px;
}
.sky{
width: 100px;

} 





@media (max-width: 1400px) {
 
}


  @media (max-width: 1200px) {
    #bloque1{
        background-image: var(--img-movil);
        padding-top: 20px;
        padding-bottom: 20px;
    }
  }

  @media (max-width: 750px) {
    .netflix{
        width: 90px;
        margin-left: 10px;
    }
    .sky{
    width: 90px;
    } 

    .cardEntretenimiento{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}


.cardPepe{
    margin: 5px 0px;
}
    
  }

  @media (max-width: 360px) {
    .textoFibra{
        font-size: 2rem;
    }
    .llamadas{
        font-size: 1.2rem;
    }
 
  }