

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

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


#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: 3rem;
    text-transform: uppercase;
    color: #000000;
    white-space: nowrap;
    font-weight: 300;
}
h2{
    font-family: "Walsheim Black";
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
    margin: 0px;
    background-color: var(--color-c1);
    padding: 5px 15px;
    display: inline-block;
}





.boxSmart {
    width: 100%;
    background-color: var(--color-c1);
    padding: 20px;
    margin-top: 20px;
   
}
.boxTitulo {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}


.titulo {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-family: "Walsheim Black";
    text-align: center;
    margin: 0px;
}

.boxPrecios{
    width: 100%;
    height: auto;
    border:2px dashed black;
    background-color: #ffffff;
    margin-top: 10px;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.boxPrecios .divPrecio{
    display: flex;
    justify-content: center;
    align-items: center;
}
.divPrecio .precio{
    font-size: 5rem;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-family: "Walsheim Black";
    line-height: 1;
   margin: 0px;
}


.divPrecio .centimos{
    font-size: 3rem;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-family: "Walsheim Black";
    line-height: 1;
   
   

}
.divPrecio .mes{
    font-size: 2rem;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-family: "Walsheim Black";
    line-height: 1;

}
.boxPrecios .durante1{
  
    font-size: 1rem;
    color: #000000;
    font-family: "Walsheim Regular";
    text-align: center;
    margin: 0px;
    margin-top: -25px;
  
}
.boxPrecios .durante2{
  
    font-size: 1rem;
    color: #000000;
    font-family: "Walsheim Regular";
    text-align: center;
    margin: 0px;

  
}

.cardContratando{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.cardContratando .contratando{
    font-size: 1rem;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-family: "Walsheim Medium";
margin: 0px;
}
.cardContratando .oferta{
    font-size: 1rem;
    text-transform: uppercase;
    color: #000000;
    font-family: "Walsheim Bold";
    margin: 0px;

}
.cardContratando .oferta span{
    background-color: white;
    margin-left: 10px;
    padding: 0px 5px;

}

.cardPermanencia{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
   align-items: center;
    background-color: #000000;
margin-top: 5px;

}
.cardPermanencia p{
    font-size: 1.3rem;
    color: white;
    text-align: center;
    font-family: "Walsheim Bold";
    margin: 0px;
    padding: 5px;
  
}

/* SECCION 2 IMÁGEN PORTADA */


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

/* BLOQUE3 *******************************************************************************************/
#bloque3 {
    padding: 15px;
       background-color: #ececec;
       flex: 1;
     
    }

#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;
}
.condiciones{
    font-size: 0.7rem;
    margin: 0px;
 
}
/* MEDIA QUERIS ************************************************************************************/
@media (min-width: 765px) and (max-width: 1200px) {
 
    .cardPermanencia{
        margin-bottom: 50px;
    }
}

@media (max-width: 1200px) {

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

     h1,h2{
      font-size: 2.5rem;
     }


    .titulo{
        font-size: 1.5rem;
    }
    .divPrecio .precio{
        font-size: 4rem;
    }
    
    .divPrecio  .centimos{
        font-size: 2rem;
    
    }
    .divPrecio .mes{
        font-size: 1rem;
    
    }
    .boxPrecios .durante1{
      
        font-size: 0.8rem;
        
      
    }
    .boxPrecios .durante2{
      
        font-size: 0.8rem;

      
    }
    .cardContratando .contratando{
        font-size: 0.8rem;

    }
    .cardContratando .oferta{
        font-size: 0.8rem;

    
    }
    .cardPermanencia p{
        font-size: 1rem;
    }
    .imgPortada{
        background-position: top;
    }


}

@media (max-width: 765px) {

    h1,h2{
        font-size: 1.8rem;
       }
  
       .imgPortada{
        width: 100%;
        height: 250px;
        background-image: var(--img-movil);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 20px;
      
        
    }
  




}
@media (max-width: 380px) {
    h1,h2{
        font-size: 1.5rem;
       }
    .titulo{
        font-size: 1.2rem;
    }
 
    


    .cardContratando .contratando{
        font-size: 0.6rem;

    }
    .cardContratando .oferta{
        font-size: 0.6rem;

    
    }
   
}