@font-face 
{
    font-family:'Lato';
    font-style: normal;
    font-weight: 600;
    src: url(font/lato/Lato-Regular.ttf) format('ttf');
    
  
}
.letra
{
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 1em;
}
.letramenu
{
    font-family: Lato, sans-serif;
    font-size: .8em;
}

.letrahom
{
    font-family: Lato, sans-serif;
    color: #fff;
}
.container-l {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

.imgenlogin
{
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.wrap-l {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}
.formm
{
    width: 436px;
    display: block;
    background-color: #333333;
    height: 466px;
    padding: 41px;
}
.p-b-43 {
    padding-bottom: 43px;
}
.btn1
{
    background-color: #fff;
    border: 0px;
    font-size: 12px;
   
}
.btn1:hover
{
    background: transparent;
    font-family: Lato, sans-serif;
    font-weight: 600;
    color: rgb(95, 95, 95);
    background-color: #fff;
    font-size: 1em;
}
.logi{
    /* width: 100%; */
    display: block;
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
}

::selection {
    background: white;
    color: black;
}
  
 
.headerS 
{
    height: 100px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    z-index: 99999;
    transition: top .5s ease-in-out;
}
.bb
{
    background-color:#fbfdff; 
    z-index: 10;
}
.header-divider 
{
    border-left: 1px solid rgba(0,0,0,.1);
    height: 30px;
    vertical-align: middle;
    position: relative;
    margin: 0 7.5px;
}
/*.modal 
{
    z-index: 1043;
    display: none;
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    /*overflow: auto;**/ /*
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
  
.modal-content 
{
    background-color: #fefefe;
    margin: auto;
    /* padding: 20px;**/
 /*   border: 1px solid #888;
    width: 64%;/*
}
.close 
{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
  .close:hover,
  .close:focus 
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}*/

.formm1 {
    display: block;
    background-color: #000;
    height: 300px;
    padding: 41px;
}

.formm2 {
   
    display: block;
    background-color: #000;
    height: 123px;
   
}
.fondo12
{
    background-image: url(../../imagenes/f.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: -56px;
    background-size: 865px;
    background-position-x: 107px;

}
.fondos1
{
    background-image: url(../../imagenes/P.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.letraAdmin
{
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-size: 2em;
    color:#fff;
}
   
#outlinenone a:focus 
{
    outline: none;
    background-color: #0000;
    border: 0;
}

#page 
{
    display: none;
}
#loading 
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(214, 214, 214, 0.219);
    background-image: url("../../imagenes/loding.gif");
    background-repeat: no-repeat;
    background-position: center;
} 

