

/* BLOQUE1 ******************************************************************************************* */

#bloque1{
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
#seccion1 , #seccion2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

/* SECCION 1 PROMOS */

.inboxPromo{
    width: 100%;
}
strong {
    font-family: "Walsheim Bold";
}

h1{
    font-size: 2rem;
    color: #000000;
    font-family: "Walsheim Black";
}


h2{
    font-size: 2rem;
    color: #000000;
    font-family: "Walsheim Black";
}

h2 span{
    background-color: var(--color-c1);
    padding: 0 5px;
}

.boxCard{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;

}

.tituloBoxCard{
    width: 100%;
    height: auto;
    padding: 5px;
    background-color: var(--color-c1);
}
.tituloBoxCard h3{
    font-size: 36px;
    margin: 0px;
font-family: 'Walsheim Medium';

}
.precioBoxCard{
    width: 100%;
    height: auto;
    border: 6px dashed black;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.precioBoxCard .precio{
font-size: 5rem;
margin: 0px;
font-family: "Walsheim Black";
}
.precioBoxCard .cardMes{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-left: 10px;
}

.cardMes .mes{
    font-size: 1.2rem;
    font-family: "Walsheim Black";
    margin: 0px;
}
.cardMes .mes span{
   font-size: 2rem;
}
.cardMes .iva{
    font-size: 1.2rem;
    margin: 0px;
    font-family: "Walsheim Regular"
}

.exclusivo{
    width: 100%;
    border:3px solid var(--color-c1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.exclusivo p{
    font-size: 1.3rem;
    text-align: center;
    font-family: "Walsheim Regular";
    margin: 0px;
}
/* SECCION 2 IMÁGEN PORTADA */


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

/* BLOQUE3 *******************************************************************************************/
#bloque3 {
   padding-top: 30px;
   padding-top: 30px;

}

#containerCajas #section1{
     display: flex;
     justify-content: center;
     align-items: center;
      
}
.imgCaja1{
    width: 100%;
    height: 300px;
    background-image: url(../images/img163/movilCaja1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.imgCaja2{
    width: 100%;
    height: 300px;
    background-image: url(../images/img163/movilCaja2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

/* MEDIA QUERIS ************************************************************************************/
@media (min-width: 990px) and (max-width: 1200px) {
    .titulo-tv {
        font-size: 25px;
    }
    .decimales{
        font-size: 34px;
    }
    .mes{
        font-size: 25px;
    }
.tarMoviles{
    margin-bottom: 50px;
}

}

@media (max-width: 1200px) {

    .imgDescuento{
        width: 80px;
        height: 80px;
    
       }
       h1{
        font-size: 1.5rem;
        color: #000000;
        font-family: "Walsheim Black";
    }
    
    
    h2{
        font-size: 1.5rem;
        color: #000000;
        font-family: "Walsheim Black";
    }
 
}
@media (max-width: 990px) {
    h1{
        font-size: 1.3rem;
        color: #000000;
        font-family: "Walsheim Black";
    }
    
    
    h2{
        font-size: 1.3rem;
        color: #000000;
        font-family: "Walsheim Black";
    }
    .precioBoxCard .precio{
        font-size: 4rem;
    }
    .cardMes .mes {
        font-size: 1rem;
    }
    .cardMes .mes span{
        font-size: 1.5rem;
    }
    .cardMes .iva{
        font-size: 1rem;
    }
    .exclusivo p{
        font-size: 1rem;
    }

    .imgPortada{
        background-position: top;
    }

}

@media (max-width: 765px) {
 
    #bloque1 {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    h1,h2{
        font-size: 1.5rem;
    }
    .boxCard{
        margin-top: 0px;
    }
    .imgPortada{
        width: 100%;
        height: 300px;
        background-image: var(--img-movil);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 20px;
   
    }
    .cardBotom2 .textoCardBootom{
        font-size: 18px;
    }


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

    h1{
        font-size: 1.3rem;
        color: #000000;
        font-family: "Walsheim Black";
    }
    
    
    h2{
        font-size: 1.3rem;
        color: #000000;
        font-family: "Walsheim Black";
    }
    .precioBoxCard .precio{
        font-size: 3rem;
    }
    .cardMes .mes {
        font-size: 0.8rem;
    }
    .cardMes .mes span{
        font-size: 1rem;
    }
    .cardMes .iva{
        font-size: 0.8rem;
    }
    .exclusivo p{
        font-size: 0.8rem;
    }
}
@media (max-width: 320px) {
    h1,h2{
        font-size: 1rem;
    }
}
