/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto/Roboto.ttf');
}

/*//////////////////////////////////////////////////////////////////*/

.personalizable-image{
  opacity: 0;
}

body{
    padding: 0;
    margin: 0;
    font-family: Roboto, sans-serif;
}

.image-background{
    position: absolute;
    width: 100%;
    height: 100vh;
}

.image-background > .image{
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.image-background > .opacity{
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #083463;
    opacity: 0;
}

.content{
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.content > .navbar{
    padding: 30px 50px 20px 50px;
    height: 130px;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.5em;
    font-weight: bold;
}

.captcha-container{
  margin-top: 10px;
}

.navbar > .right > a{
    margin-right: 20px;
    color: white;
    text-decoration: none;
}

.box > .title{
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.5em;
  font-weight: bold;
  color: #9b9b9b;
  display: flex;
  justify-content: center;
}

.box > .subtitle{
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 17px;  
  color: gray;
  display: flex;
  text-align: center;
}

.box-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}

.box-grid-container{
  display: grid;
  grid-template-columns: 1fr 1fr;  
  height: 100%;
  width: 100%;
}

.box-sub-grid-container{
  display: flex;
  flex-direction: column;  
  align-items: center;
  height: 100%;
}

.box-sub-container-background{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; 
  background-color: white; 
}

.box-sub-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;  
}

.box-cutted{
  max-width: 400px;
  max-height: 650px;
  overflow-y: scroll;
}

.box{
    background-color: white;
    border-radius: 10px;
    padding: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 370px;
}

.box > .mini-title{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.5em;
    color: #223E53;
    display: flex;
    justify-content: center;

}

.footer-title > .title{
    color: #F78E1E;
    font-size: 0.8em;
}

.footer-title{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box > .form{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pass-field{
  display: flex;
  width: 350px;
  justify-content: flex-end;
  align-items: flex-start;
  height: 1px;
}

.field-icon{
  margin-top: -30px;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}

.contact100-form-checkbox{
  margin-top: 11px;
  margin-bottom: 11spx;
}

.olvide{
  color: #FF8000;
  text-decoration: none;
}

 .olvide:hover{
   color: #FFA000;
 }

.wrap-input100 > span{
    color: #B7B7B7;
    margin-bottom: 5px;
}

.wrap-input100 > input{
    border: solid 1px #ECECEC;
    background-color: transparent;
    border-radius: 5px;
    height: 40px;
    width: 350px;
    padding-left: 10px;
    font-size: 0.9em;
}

.wrap-input200 > span{
  color: #B7B7B7;
  margin-bottom: 5px;
}

.wrap-input200 > input{
  border: solid 1px #ECECEC;
  background-color: transparent;
  border-radius: 5px;
  height: 40px;  
  padding-left: 10px;
  font-size: 0.9em;
}

.wrap-input200{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.box > div{
    margin-bottom: 20px;
}

.wrap-input100{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.wrap-login100-form-btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.9);    
}

.btns-firebase{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;  
  height: 40px;
  min-width: 100%;
  border-radius: 5px;
  border-color: transparent;  
  font-family: Roboto, sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;  
  background-color: #0078F7;  
}

.btns-firebase-login{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  /*padding: 0px 20px;*/
  height: 40px;
  min-width: 100%;
  border-radius: 5px;
  border-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  background-color: #0078F7;
  /*width: 264px;*/
}

.image-bootom-applikalo{
  margin-bottom: 30px;
  align-self: center;
}

.textLine {
  width: 100%; 
  text-align: center; 
  border-bottom: 1px solid #000; 
  line-height: 0.1em;
  margin: -20px 0px 20px; 
} 

.textLine .textSpan { 
   background:#fff; 
   padding:0px 10px; 
}
.textLine-login {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 0px 0px 20px;
}

.textLine-login .textSpan {
   background:#fff;
   padding:0px 10px;
}
.wrap-login-firebase {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;  
  overflow: hidden;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.logos-firebase{
  min-width: 38px; 
  max-height: 38px;
  margin-right: 18px;
  margin-left: -40px;
  background-color: white; 
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.logos-firebase-login{
  min-width: 38px;
  max-height: 38px;
  margin-right: 18px;
  margin-left: -7px;
  background-color: white;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.logo{
  opacity: 0;  
  height: 85px;
}

.logo > img{  
  height: 90%;
}

.acceder {
    margin-top: 50px;
    padding: 10px 20px 10px 20px;
    color: white;
    background-color: #FF8000;
    border: none;
    font-size: 1.1em;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    margin: 10px;
}

.acceder:hover {
    background-color: #FFA000;
}

.acceder-registro {
  margin-top: 50px;
  padding: 10px 20px 10px 20px;
  color: white;
  background-color: #07C0C7;
  border: none;
  font-size: 1.1em;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s;
  margin: 10px;
}

.acceder-registro:hover {
  background-color: #00c3ff;
}

.acceder[disabled=disabled], .acceder:disabled {
    background-color: #B7B7B7;
}

.check{
    color: #B7B7B7;
    width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

form{
    height: 100%;
    width: 100%;
}

/* input[type="checkbox"] {
    display:none;
} */

/* input[type="checkbox"] + label span {
    display:inline-block;
    width:23px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/unchecked.png) left top no-repeat;
    cursor:pointer;
    margin-bottom: 10px;
    margin-left: 5px;
} */

/* input[type="checkbox"]:checked + label span {
    background:url(../images/checked.png)  left top no-repeat;
} */

ul {
  list-style-type: circle;
  list-style-position: outside;
  padding: 0;
  /* border: dashed 2px;
  border-color:  #AA0000; */
  padding: 2px;
  border-radius: 5px;
}

.errors-parent{
  display: flex;
  justify-content: flex-start;
  width: 94%;
  padding-left : 20px
}

li{
  margin-top: 2px;
  color: #FF8000;
  /* color: #AA0000; */
  text-align: justify;
  font-size: 0.8em;
}

li:hover{
  font-weight: bold;
}

a:hover{
  color: inherit;
  text-decoration: none; /* no underline */
}

a{
  color: inherit;
  text-decoration: none; /* no underline */
}

.modal-dialog{
    display: flex;
    max-width: 1000px;
    margin: 1em auto;
    justify-content: center;
    align-items: center;
}

.title-input{
  display: flex;
  justify-content: center;
}

.modal-content {
  width: 95%;
}

.unselectable{
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFA000;
  border-radius: 5px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (max-height: 750px) {
  .box-cutted{
    height: 450px;
  }
}

@media (max-width: 600px) {

    .navbar > .right > a{
        margin-right: 10px;
    }

    .content > .navbar{
        padding: 16px;
        font-size: 0.8em;
        height: 40px;
    }

    .wrap-input100 > input{
        height: 30px;
        width: 270px;
        padding-left: 10px;
        font-size: 1.2em;
    }

    .pass-field{
      width: 270px;
    }



    .box-container{
        padding: 0;
    }

    .box-cutted{
      max-width: 340px;
      margin-bottom: 10px
    }

    .acceder {
        margin-top: 20px;
    }
}

/*------------------------------------------------------------------
                /*[ AUTENTICACIÓN DOBLE FACTOR ]*/
/*------------------------------------------------------------------

/*------------------------------------------------------------------
[ Div - Container ]*/
.ctnEscanearQr {
    display: none;
}

.ctnValidarCodigo {
    display: none;
    margin: 15px 5px 15px 5px;
}

/*------------------------------------------------------------------
[ image ]*/

.imageQr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-label-aut {
    text-align: center;
}

.wrap-label-aut>span {
    margin: 10px 0px 0px 0px;
}

.wrap-input-aut>p {
    color: #8d8080;
    font-size: large;
    margin-bottom: 7px;
}

.wrap-input-aut>span {
    color: #8d8080;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: small;
}

.wrap-input-aut>input {
    border: solid 1px #ECECEC;
    background-color: transparent;
    border-radius: 5px;
    height: 35px;
    font-size: 0.9em;
}

.wrap-input-aut {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    line-height: 1.0 !important;
}

.btn-login-left {
    margin: 0px 10px 10px 1px;
    padding: 10px 20px 10px 20px;
    color: white;
    background-color: #FF8000;
    border: none;
    font-size: 1.1em;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-login-left:hover {
    background-color: #FFA000;
}
