@font-face {
    font-family: 'Roboto-Regular';
    src: url(font/Roboto/Roboto-Regular.ttf);
    font-display: block;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto-Regular';
    outline: none;
    user-select: none;
}

.password{
    /* Para navegadores basados en Webkit (Chrome, Safari, Edge) */
    -webkit-text-security: disc; /* disc, circle, square, none */
}

svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #0e4166;
    background-image: linear-gradient(to bottom, rgba(14, 65, 102, 0.86), #0e4166);
}

.panLogin {
    width: 300px;
    height: 400px;
    background: rgba(5, 51, 85, 0.5);
    /* transparente solo el fondo */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -150px;
    z-index: 2;
    border: 2px solid white;
    color: white;
    border-radius: 10px;

    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    padding: 10px;
    text-align: center;
}

.panImgLogi {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: #062e4b;
    position: absolute;
    top: -60px;
    left: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    ;
}

.panDatoLogi {
    margin-top: 70px;
    padding: 0 10%;
}

.txtLogi {
    width: 200px;
    height: 40px;
    padding-left: 10px;
    border: 1px solid white;
}

.txtLogi:focus {
    background: #d1eeff;
    border: 1px solid #329fff;
}

.pantxtimg {
    display: flex;
    margin-bottom: 15px;
}

.icoTxt {
    padding: 11px;
    background: rgb(99, 159, 226);
    display: block;
}

.panOpciLogi {
    width: 130px;
    font-size: 11px;
    margin-top: 30px;
}

.panInicLogi {
    margin-top: 70px;
}

.btnInci {
    width: 200px;
    height: 40px;
    border: 1px solid #062e4b;
    background: #062e4b;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.btnInci:hover {
    background: #0e4166;
    cursor: pointer;
}

.panlblOlvi {
    width: 120px;
    height: 16px;
    font-size: 11px;
    margin: 0px 80px;
    border-bottom: 1px solid white;
}

.panlblOlvi:hover {
    font-size: 12px;
    cursor: pointer;
}

/*MENSAJE*/
.panMenj{
    position:absolute;
    top: 250px;
    z-index:1;
    animation: MensLogi 1s;
    -webkit-animation: MensLogi 1s;
    width:calc(100% - 20px);
    height:30px;
    display:none;
}
.iconAlertLogi {
    font-size: 20px;
    color:yellow;
}







































/* OJO */

    .panMensLogi{
        height:50px;
        margin-top:10px;
        margin-bottom:10px;
        position:absolute;
        z-index: 1;
    }
    #panFondMensLogi{
        display:none;
        height:100%;
        background:rgba(10,150,150,250);
        color:yellow;
        padding-top:15px;
        animation: MensLogi 1s;
        -webkit-animation: MensLogi 1s;
  }
  
  @keyframes MensLogi{
    from{
       opacity: 0;
       transform: translateY(-100%);
    }
    to{
        opacity:1;
       transform: translateY(0px);
    }
  }





  /*--- MODAL ---*/
.panModalInic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background:black;
    z-index: 100;

    animation: nombre 0.3s alternate;
    display: none;

    overflow-y: auto;
    background-image:url("img/svg/Mancha.svg");
    background-size:inherit;
}

#panVentEmpr{
    width:400px;
    height:200px;
    background:white;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-200px;
    margin-top:-200px;
    padding:0% 10px;
    box-shadow:5px 5px 15px black;
    border-radius:10px;
}
.imgSeleLogo{
    width:180px;
    position:absolute;
    top:-90px;
    left:110px;
    
}
.panTituEmprS{
    height:40px;
    display:flex;
    justify-content:flex-end;
    align-items: center;
    border-bottom:1px solid rgba(0,0,0,0.1);
    
}
.panCuerEmprS{
    height:60px;
    border-top:1px solid rgba(0,0,0,0.1);
    margin-top:5px;
}
.panPieeEmprS{
    float:right;
    padding-right:2px;
}
#btnCerrEmprS{
    font-size:20px;
    padding:4px 10px;
    cursor:pointer;
    color:rgba(0,0,0,0.5);
}
#btnCerrEmprS:hover{
    color:#111;
}
.panEmprS{
    text-align:center;
}
#cboSelecEmprS{
    list-style: none;
    margin:0;
    padding:0;
    cursor:pointer;
}
#cboSelecEmprS li{
    padding:7px 0px;
    padding-left:10px;
    border-bottom:1px solid rgba(0,0,0,0.1);
     border-bottom:1px solid rgba(0,0,0,0.1);
    font-size:12px;
}
#cboSelecEmprS li:hover{
    background:#6aa9ff;
    transition:background 0.3s;
    color:white;
}
.iconEmpresa{
    font-size:16px;
}
#btnAcepEmprS{
    border:2px solid green;
    background:green;
    padding:5px 15px;
    color:white;
    cursor:pointer;
    transition: all 0.3s;
}
#btnAcepEmprS:hover{
    background:none;
    color:rgb(155, 201, 255);
}




@media screen and (max-width:960px){

}
@media screen and (max-width:800px){

}

@media screen and (max-width:630px){

}
@media screen and (max-width:600px){

    
}

@media screen and (max-width:550px){
   
}

@media screen and (max-width:430px){

}

@media screen and (max-width:360px){

}