#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;
}
h1 span{
    color: white;

}
.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);
}
.lineasAdicionales{
    font-size: 1.2rem;
    margin: 0px;
    line-height: 1;
    font-weight: 300;
    color: white;
    background-color: var(--color-c3);
    padding: 5px 30px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.lineasAdicionales span{
    font-weight: 500;
}
@media (max-width: 1400px) {
 
}


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

  @media (max-width: 750px) {
    .lineasAdicionales{
       padding: 5px 20px;
    }
  }

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