/*    @copyright Copyright &copy; paul bengoa, www.bawi.cl   */
*{
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
@font-face {font-family:"Roboto";src:url("/master/fuentes/Roboto-Regular.ttf")format('truetype');font-weight: normal;  font-style: normal;font-display: swap;}
@font-face {font-family:"Roboto-Bold";src:url("/master/fuentes/Roboto-Bold.ttf")format('truetype');font-weight: normal;font-style: normal;font-display: swap;}
/********************************************************/
body{background-color:rgba(255,255,255,1);background-size:cover;background-repeat: no-repeat;background-position:top;background-attachment: fixed;color:rgba(65, 65, 65, 1)!important;width:calc(100vw);height:calc(100dvh);margin:0;padding:0;overflow: hidden;}
body{font-family:"Montserrat","Roboto","Open Sans","Libre Baskerville","Palatino Linotype", "Book Antiqua","Lucida Sans Unicode", "Lucida Grande", "sans-serif" !important;font-size: 12px !important;}
span{ -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;  }
/********************************************************/
.error,.loading{margin:auto;background-color:rgba(255,255,255,1);text-align:center; position:absolute;top:50%;left: 50%;margin-right: -50%;transform:translate(-50%, -50%);padding:1.5vw;border-radius: 0.8vw;}
.sombra{box-shadow: 0 3px 5px 0 rgba(0,0,0,.26), 0 3px 10px 0 rgba(0,0,0,.22);}
.sombra2{box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.dib{display: inline-block;}.db{display:block;}.dif{display: inline-flex;}.df{display:flex;}
.fw{flex-wrap: wrap;}.text-center{text-align: center;}.scroll{overflow-y: auto;}
.va-center{align-items: center;}.ha-center{justify-content: center;}
/************************   ********************************/
/*#inicial {background-image:url("https://consola.owntime.cl/images/layout/fondologin.jpg");background-origin: content-box;background-size:cover;background-repeat: no-repeat;background-position: center;}*/
#inicial {width:calc(100vw);height:100%;display:block;margin-top:0px;position:fixed;}
#inicial .container{width:calc(100vw);height:100%;display:flex;justify-content:center;align-items:center;margin-top:0px;position:fixed;}
#inicial .container{background:linear-gradient(0deg,rgba(104,112,113,0.5) 0%,rgba(104,112,113,0.8) 50%,rgba(104,112,113,0.5) 100%);}
/********************************************************/
/************************ celulares y tablets ********************************/
/********************************************************/
/************************ ********* ********************************/
@media screen and (orientation: portrait) and (max-width:799px)
{
  #inicial .container{display: flex;flex-direction: column;justify-content:center;align-items:center;}
}
/********************************************************/
@media screen and (orientation: portrait) and (max-width:479px)
{
  .error,.loading{padding:5.5vw;border-radius:2.8vw;}
  #inicial .container{display: flex;flex-direction: column;justify-content:center;align-items:center;}
}
/********************************************************/
