﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Light.ttf'), format('truetype');
}
*{
     padding: 0;
     margin: 0;
     box-sizing: 0;
 }
 body{
     background-color: #2ca1c8;
     background: url('/Images/fondo-login.png') no-repeat;
     background-size:cover;
     height: 100%;
     overflow: hidden;
 }
.contenerdorHeaderLogin{
    height: 100%;
    width: 100%;

}
.contenerdorHeaderLogin .header{
    width: 100%;
    height: 100%;
}
.contenerdorHeaderLogin .header .imgLogoLogin{
    background: url('/Images/logo-dbsoft.png') no-repeat left center;
    height: 75px;
    width: 100%;
    margin: 1rem 3rem;
}
.contenerdorHeaderLogin .header .line{
    width: 100%;
    border: 2px solid #fff;
    margin-top: 1rem;
}
.contenedorLogoSicsLogin{
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}
.contenedorLogoSicsLogin .contentLogoSicsLogin{
    width: 100%;
    height: 100%;
}
.contenedorLogoSicsLogin .imgLogoSicsLogin{
    background: url('/Images/LogoSics.png') no-repeat center center;
    background-size: contain;
    height: 58px;
    position: relative;
    display: block;
    margin: 1rem 0 0 0 ;
}
.contenedorLogoSicsLogin .LetraLogoLogin{
    font-family: 'Poppins', sans-serif;
    font-size: .65em;
    display: flex;
    justify-content: center;
    color: #2ca1c8;
}
 .contenerdorLogin{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
}
 .contenerdorLogin .formLogin{
    background: #fff;
    position: relative;
    width: 300px;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
   transform: scale(1.15);   
   box-shadow: 0 0 30px 5px rgb(1 36 153 / 25%);
 }
 .contenerdorLogin .formLogin .contentLogin{
     width: 100%;
     margin-top: 2rem;
 }
.contenerdorLogin .formLogin .contentLogin .inputLogin{
    width: 100%;
    margin: 0 0 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenerdorLogin .formLogin .contentLogin .inputLogin .iconoLogin{
    margin: 0 .5rem 0 0;
    color: #2ca1c8;
    font-size:17px;
}

.contenerdorLogin .formLogin .contentLogin .inputLogin input{
    width: 200px;
    height: 28px;
    border: none;
    border-bottom: 1px solid rgb(206, 206, 206);
    font-size: 11px;
    padding: 0rem .5rem;
    color: #2ca1c8;
    font-family: 'Poppins', sans-serif;
}
.contenerdorLogin .formLogin .contentLogin .inputLogin input:focus{
    border-bottom: 1px solid #2ca1c8;
    line-height: 1px;
    outline:none;
    transition: .3s all linear;
    
}
.contenerdorLogin .formLogin .contentLogin .inputLogin input::placeholder{
    padding: 0rem .08rem;
    color: rgb(163, 163, 163);
}
.contenerdorLogin .formLogin .contentLogin .inputLogin input:focus::placeholder{
    padding: 0rem .08rem;
    color: rgb(23, 128, 187, 0.7);
    transition: .5s all linear;
}
.contenerdorLogin .formLogin .contentLogin .contenedorBtnLogin{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 1rem 0 0 0;
}
.contenerdorLogin .formLogin .contentLogin .btnLogin{
  position: relative;
  display: inline-block;
  padding: 6px 40px;
  color: #2ca1c8;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 10px;
  overflow: hidden;
  font-family:'Poppins', sans-serif;
  box-shadow: 0 0 10px rgba(13, 86, 128, .1),
  0 0 40px rgba(13, 86, 128, .1),
  0 0 80px rgba(13, 86, 128, .1);
  top: 1rem;
  transition: .8s ease-in-out;
  border: none;
  background: #fff;
  cursor: pointer;
}
.contenerdorLogin .formLogin .contentLogin .btnLogin:hover{
    color: #fff;
    background: #2ca1c8;
    border: none;
    transition-delay: 1s;
    font-family:'Poppins';

}
.contenerdorLogin .formLogin .contentLogin .btnLogin span{
    position: absolute;
    display: block;
}
.contenerdorLogin .formLogin .contentLogin .btnLogin span:nth-child(1){
    top: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #2ca1c8);
}
.contenerdorLogin .formLogin .contentLogin .btnLogin:hover span:nth-child(1){
   left: 100%;
   transition: 1s;
   transition-delay: .015s;
}
.contenerdorLogin .formLogin .contentLogin .btnLogin span:nth-child(2){
    top: -100%;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #2ca1c8);
}
.contenerdorLogin .formLogin .contentLogin .btnLogin:hover span:nth-child(2){
   top: 100%;
   transition: 1s;
   transition-delay: .25s;
}
.contenerdorLogin .formLogin .contentLogin .btnLogin span:nth-child(3){
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, transparent, #2ca1c8);
}
.contenerdorLogin .formLogin .contentLogin .btnLogin:hover span:nth-child(3){
   right: 100%;
   transition: 1s;
   transition-delay:.5s ;

}
.contenerdorLogin .formLogin .contentLogin .btnLogin span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #2ca1c8);
}
.contenerdorLogin .formLogin .contentLogin .btnLogin:hover span:nth-child(4){
   bottom: 100%;
   transition: 1s;
   transition-delay:.75s ;

}

.contenedorRedesLogin{
    width: 100%;
    display: flex;
    position: absolute;
    justify-content: end;
    align-items: end;
    right: 10%;
    bottom: 10%;
}
.contenedorRedesLogin .iconoRedesLogin{
    width: 10%;
    color: #2ca1c8;
    pointer-events: all;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.contenedorRedesLogin .iconoRedesLogin:hover{
   
    color: #0d5680;
}
#iconoClave:before, #iconoClave:after{
    transition: 1s all linear;
}
#iconoClave:hover:before {
    content: 'Clave para autenticarse en el SICS';
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    background: #fff;
    height: 30px;
    border-radius: 5px;
    top: 40%;
    right: 11.5rem;
    font-size: 8px;
    font-family: 'Poppins';
    box-shadow: 0 0 7px 3px rgb(44 161 200 / 10%);
    border: 1px solid rgb(44 161 200 / 30%);
    transition: 1s all linear;
}
#iconoClave:hover:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: 47%;
    right: 85%;
    transform: rotate(45deg);
    transition: 1s all linear;
}
#iconoUsuario:hover:before {
    content: 'Usuario para autenticarse en el SICS';
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    background: #fff;
    height: 30px;
    border-radius: 5px;
    top: 27%;
    right: 11.5rem;
    font-size: 8px;
    font-family: 'Poppins';
    box-shadow: 0 0 7px 3px rgb(44 161 200 / 10%);
    border: 1px solid rgb(44 161 200 / 30%);
    transition: 1s all linear;
}
#iconoUsuario:hover:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: 34.2%;
    right: 85%;
    transform: rotate(45deg);
    transition: 1s all linear;
}
.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    font-size: 11px;
    
}
.footer .contentfooterLogin{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    font-family: 'Poppins';
}
.iconoClaveLogin{
    display: flex;
    position: absolute;
    right: 2rem;
    font-size: 11px;
    cursor: pointer;
    color: #2ca1c8;
    transition: .5s;
}
.contenedorValidacion {
    width: 400px;
    height: 200px;
    position: absolute;
    background: #fff;
    z-index: 111;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: 'Poppins';
    border-radius: 10px;
    box-shadow: 0 0 11px 6px rgb(0 0 0 / 20%);
}
.contenedorValidacion:before{
  content: 'Cerrar';
    text-align: center;
    position: absolute;
    width: 100px;
    height: 30px;
    background: #36a6d5;
    color: #fff;
    right: 2rem;
    bottom: 1rem;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .2s linear;
    font-size:14px;
}
.contenedorValidacion:hover:before{
    background :#004f6a;
}
.contenedorValidacionInfo {
    text-align: center;
    position: absolute;
    top: 2rem;
}

.iconoValidacion {
    font-size: 2.5em;
    color: #dd2525;
}
.mensajeValidacion {
    color: #2ca1c8;
    margin:.5rem 0 0 0;
}
.contenedorLoader {
    position: absolute;
    top:0;
    width: 100%;
    height:100%;
    display: flex;
    background: rgb(0, 0, 0, 0.8);
    justify-content: center;
    z-index: 111;
    align-items: center;
}
.scan {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
 .scan .loader{
    position: relative;
    width: 235px;
    height: 85px;
    background: url('/Images/logo-sics2.png') no-repeat;
    background-size: contain;
}
.scan .loader::before{
    content: '';
    position: absolute;
    top: 0;
    left: 2px;
    width: 100%;
    height: 85%;
    background: url('/Images/LogoSics.png') no-repeat;
    background-size: 198px;
    animation: animate1 4s ease-in-out infinite;
}
.scan .loader::after{
    content: '';
    position: absolute;
    top: 0;
    right: 17px;
    width: 100%;
    height: 8px;
    background: #2ca1c8;
    border-radius: 8px;
    filter: drop-shadow(0 0 20px #2ca1c8) drop-shadow(0 0 60px #2ca1c8);
    animation: animateLine 4s ease-in-out infinite;
}
.scan h3{
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 1px;
    margin: 20px 30px 0 0;
    color: #2ca1c8;
    font-family: 'Poppins';    
    filter: drop-shadow(0 0 20px #2ca1c8) drop-shadow(0 0 60px #2ca1c8);
}
@keyframes animate1{
    0%, 100%{
        height: 0;
    }
    50%{
        height: 100%;
    }
}
@keyframes animateLine{
    0%, 100%{
        top: 0;
    }
    50%{
        top: 100%;
    }
}
 
@media screen and (max-width: 1200px) {
    body{
        background-color: #004f6a;
        background-image: none;
        background-size:inherit;
        height: 100%;
        overflow: hidden;
    }
    .contenerdorHeaderLogin{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .contenerdorHeaderLogin .header .imgLogoLogin{
        background: url('/Images/logo-dbsoft.png') no-repeat center center;
        height: 75px;
        width: 100%;
        margin: 0;
    }
    .footer .contentfooterLogin{
        text-align: center;
    }
}