/*
*CODIGO PARA PANTALLAZO DE DISPOSITIVOS SIN ACCCESO
*
*/

/*
.header, .content, .footer, .top-header{
    display:none;
}

.body-device{
    display:block;
    background-image: url("../images/device/home-cel.png");
    width: 100%;
}

.body-device img{
    
    width: 100%;
    object-fit: contain;
}

*/





/*
**
**ACTIVAR CUANDO TRABAJEPARA CELULARES

*/
/*.content, .banner, .footer{
    border: orangered 3px solid;
}*/

/*.header{
    height: 70px;
}

.logo{
    width: 140px;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -70px;
}

.logo img{
    width: 140px;
}

.content{
    width: 100vw;
    height: 350px;
    background-image: url("/images/device/bloque-device.png");
    background-repeat: no-repeat;
    background-size: cover ;
    display: block;
    font-family: Sora;
    font-size: 1.2rem;
    color: #dee0ed;
}

.welcome{
    top: 70px;
    font-size: 1rem;
}

.login-form{
    top: 73px;
}

.field{
    width: 200px;
    height: 30px;
    margin: 6px 0;
}

.olvido{
    display: none;
}

.banner img{
    display: inline-block;
    height: 27%;
    margin: 0 15px;
}

.banner{
    height: 100px;
}


.forma{
    display: grid;
    grid-template-columns: repeat(6, 50px);
    grid-template-areas: 
    "a b c d e f"
    "h g i j k l"
    "m n o p q r"
    "s s s s s s"
    "t t u u v v"
    ;
    row-gap: 2px;
    column-gap: 2px;
}

.cell{

    width: 100%;
    height: 50px;
    display: block;
    background-color: hotpink;
}

#a{
      
    grid-area: v;

}

#b{
      
    grid-area: b;

}

#c{
      
    grid-area: c;
 
}

#d{
      
    grid-area: d;
    
}

#e{
      
    grid-area: e;
 
}

#f{
      
    grid-area: f;
   
}

#g{
      
    grid-area: g;
   
}

#h{
      
    grid-area: h;
    
}

#i{
      
    grid-area: i;
   
}

#j{
      
    grid-area: j;
    
}

#k{
      
    grid-area: k;
   
}

#l{
      
    grid-area: l;
    
}

#m{
      
    grid-area: m;
    
}

#n{
      
    grid-area: n;
    
}

#o{
      
    grid-area: o;
    
}

#p{
      
    grid-area: p;
  
}
*/
