#bloque1{
    padding-top: 30px;
    background-color: var(--color-c4);
}

.titulo{
    font-size: 2rem;
    font-family: 'Gotham Black Italic';
  color:black;
}

.subTitulo{
    font-size: 1.5rem;
     font-family: 'Gotham Book';
     font-style: italic;
  margin: 0px;
  line-height: 1.2;
  margin-bottom: 20px;
}   

.subTitulo span{
    color: var(--color-c3);
    font-family: 'Gotham Black Italic';
}


.cardOfertaFlash{
    width: 100%;
    background-color: var(--color-c3);
    padding: 20px 10px;
 
}

.fibraTextoPromo{
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1.2;
     font-family: 'Gotham Medium';
    color: var(--color-c1);
    text-align: center;
  
  
}
.fibraTextoPromo span{
  color:var(--color-c4);
}


.cardEurosPromo{
    width: 100%;
    background-color: white;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardMesPromo{
     display: flex;
     flex-direction: column;
    justify-content: start;
    align-items: start;
}
.eurosPromo{
       font-family: 'Gotham Black';
    color:black;
    font-size: 6rem;
    margin: 0px;
    line-height: 1;
}
.centimosPromo{
       font-family: 'Gotham Black';
    color:black;
    font-size: 2.3rem;
    margin: 0px;
    line-height: 1;
}
.mesPromo{
    color:black;
    font-size: 2rem;
    margin: 0px;
    line-height: 1;
     font-family: 'Gotham Book';
}



h4{
    font-size: 2.5rem;
    font-family: 'Gotham Bold';
    margin: 0px;
    line-height: 1;
    margin-bottom: 10px;
}




.cardFibra{
    width: 100%;
    background-color: var(--color-c2);
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 5px;
}
.textoFibra{
    font-size: 1.5rem;
    text-align: center;
    color: white;
    margin: 0px;
    line-height: 1.2;
    
}



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

#seccion2{
 display: flex;
 justify-content: center;

}
.imagenPortada{
    width: 100%;
    height: 380px;
    background-image: var(--img-pc);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* BLOQUE3.................................................. */



#bloque3{
    background-color: #f4f4f4;
}

.nuestrasTarifas{
    font-family: 'Gotham Bold';
    font-size: 1.5rem;
    color: black;
    padding: 20px 0px;
    margin: 0px;
    line-height: 1.2;
}
.caja{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;

}

.cardCajaTitulo{
    width: 100%;
    background-color: var(--color-c2);
    border-radius: 5px 5px 0px 0px;
}
.tituloCaja{
    font-family: 'Gotham Black Italic' ;
    color:white;
    text-align: center;
    font-size: 1.5rem;  
    margin: 0px;
    line-height: 1;
    padding: 10px 0px;
}
.cajaOferta{
    width: 100%;
    background-color: var(--color-c3);
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.textoOferta1{
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1.5;
    color: white;
    text-align: center;
}
.textoOferta{
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1.2;
    color: white;
}
.textoOferta span{
    font-family: 'Gotham Bold';
}
.cardLineas{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardOferta{
display: flex;
flex-direction: column;
}
.dos{
    font-size: 2.5rem;
    color:white;
     font-family: 'Gotham Bold';
     margin-right: 5px;
}
.cajaEuros{
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  
}
.cardPorsolo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.porSolo{
    font-size: 1rem;
    margin: 0px;
    line-height: 1;
}
.cardCajaEuros{
    display: flex;
    margin-top: 20px;
}
.cardCajaMes{
    font-display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cajaTextoEuros{
    font-size: 6rem;
    margin: 0px;
    line-height: 1;
    font-family: 'Gotham Bold';
}
.centimosCaja{
    font-size: 3rem;
    margin: 0px;
    line-height: 1;
    font-family: 'Gotham Bold';
}
.eurosMes{
    font-size: 1.8rem;
    margin: 0px;
    line-height: 1;
    font-family: 'Gotham Bold';
}

.textoPrecioDifinitivo{
    margin: 0px;
    line-height: 1;
    font-family: 'Gotham Bold';
    background-color: var(--color-c4);
    padding: 5px 10px;
    margin-bottom: 10px;
}













/* DISPOSITIVOS.................................................. */


h6{
    font-size: 1.5rem;
    font-family: 'Gotham Bold';
    margin-top: 20px;
    margin-bottom: 50px;
    }
    
    .caja2{
        width: 100%;
        display: flex;
     justify-content: center;
     align-items: start;
        margin-bottom: 30px;
    }
    
    .cajaParte1{
       
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        padding-right: 10px;
    }
    .cajaParte1 img{
        width: 80%;
        object-fit: contain;
    
    }
    .cajaParte2{
        width: 50%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        position: relative;
    }
    .textoSmart{
        width: 100%;
        background-color: black;
        margin-bottom: 5px;
    }
    
    .disponible{
        font-size: 1rem;
        color: var(--color-c4);
        font-family: 'Gotham Bold';
        padding: 10px;
    }
    .tituloCaja2{
        font-size: 1.2rem;
        font-family: 'Gotham Bold';
        margin: 0px;
        line-height: 1.2;
    
    }

    .caja2Euros{
        font-size: 1.8rem;
        color:var(--color-c3);
        font-family: 'Gotham Bold';
      
        margin: 0px;
        line-height: 1;
    }
    .caja2Euros span{
        font-size: 4rem;
        margin: 0px;
        line-height: 1;
    
    }
    .cardEurosCaja2{
        display: flex;
        
      
    }
    .CardMesCaja2{
        display: flex;
        flex-direction: column;
    }
    .centimos{
        font-size: 2rem;
        color:var(--color-c3);
        font-family: 'Gotham Bold';
        margin: 0px;
        line-height: 1;
    }
    .loQuiero{
        font-size: 1.2rem;
        margin: 0px;
        line-height: 1;
        font-family: 'Gotham Black Italic';
        background-color: var(--color-c3);
        padding: 10px 20px;
        color: white;
        margin-top: 10px;
    }
    .mesesCaja2{
        font-family: 'Gotham Bold';
        margin: 0px;
        line-height: 1.5;
     
    }
    .pago{
    
        margin: 0px;
       line-height: 1.5;
    }


/* FORMULARIO.................................... */

.containerForm{
margin-top: -50px;
}

@media (max-width: 1400px) {

.textoFibra{
    font-size: 1.3rem;
}
.disponible{
    font-size: 0.8rem;
}
}

@media (max-width: 1200px) {
    #bloque1{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .containerForm{
        margin-top: 0px;
    }
    .textoOferta{
        font-size: 1.2rem;
    }
}

@media (max-width: 990px) {
    .tituloCaja2{
        font-size: 1rem;
    }

    .centimos{
        font-size: 1.5rem;
    }
.caja2Euros{
    font-size: 1.5rem;
}
.caja2Euros span {
    font-size: 3rem;
}
}

@media (max-width: 765px) {
    .titulo{
    font-size: 2rem;
    
}
.subTitulo{
    font-size: 1.8rem;
 
  
}

    h4{
    font-size: 2rem;
}

h6{
   
    margin-bottom: 30px;
    }

.textoFibra{
    font-size: 1.2rem;
}
.imagenPortada{
    width: 100%;
    height: 324px;
 background-image: var(--img-movil);
 margin-bottom: 20px;
 
}

}

@media (max-width: 400px) {
    .titulo{
    font-size: 1.8rem;
    
}
.subTitulo{
    font-size: 1.5rem;
 
  
}


}

@media (max-width: 320px) {
.titulo{
        font-size: 1.5rem;
    }
    .subTitulo{
        font-size: 1.2rem;
      
    }
    h4{
    font-size: 1.5rem;
}
.acumula{
    font-size: 0.8rem;
   
}
.textoFibra{
    font-size: 1rem;}


    .tituloCaja2{
        font-size: 0.8rem;
    }
    .pago{
        font-size: 0.8rem;
    }
    .loQuiero{
        font-size: 1rem;
    }
    
}