
@font-face {
    font-family:  CaveatBrush ;
    src: url(fuentes/CaveatBrush.ttf);
}

@font-face {
    font-family:  Lost ;
    src: url(fuentes/Lost.ttf);
}

@font-face {
    font-family:  Mag;
    src: url(fuentes/Majoris.ttf);
}

:root{
    
}


*{
    margin: 0;
    top: 0;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
}

/* PARA CELULARES */
html{
    height: 100%;
}



.container-fluid{
   
    width: 35%;
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content:baseline;
    align-items: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  

}

.caja{
    width: 35%;
    height: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: rgba(191, 241, 64, 0);
    border-radius: 10px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0);
    transition: 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0px;
}

.uno{
    margin-right: 10px;
}

.dos{
    margin-right: 10px;
}

.cuatro{
    margin-right: -10px;
  
}

.cajalogin{
    margin-top: -40%;
    width: 100%;
    align-items: center;
}

.in4{
    width: 70%;
}





/* PARA PANTALLAS GRANDES */
@media (min-width:934px){



.container-fluid{
   
    width: 45%;
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  

}

.caja{
    width: 55%;
    height: 30vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: rgba(191, 241, 64, 0);
    border-radius: 10px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0);
    transition: 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 20px;
}

.uno{
    margin-right: 10px;
}

.dos{
    margin-right: 10px;
}

.cuatro{
    margin-right: -10px;
}

.cajalogin{
    margin-top: 20px;
    width: 100%;
    align-items: center;
}

.in4{
    width: 25%;
}

@media (orientation: landscape) {




}
 }