.box-logo {
    padding: 10px;
    margin: auto;
    position: inherit;
    width: 100%;
    max-width: 500px;
    max-height: 640px;
}
@font-face {
    font-family: title;
    src: url(LOVES.ttf);
}

.title_box{
    width: 100%;
}

.img_logo_box_login {
    display: block;
    margin: auto;
    height: 130px !important;
}


.m-login.m-login--5 .m-login__wrapper-2 {
    display: block;
    width: 70%;
    margin: auto;
    padding-top: 10% !important;
    padding-bottom: 10% !important;
    height: 90%;
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__head {
    margin-top: 0rem !important;
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group {
    margin: 0;
    padding: 0;
    position: static !important;
}

.col{
 position: static !important;
}

.col m--align-right{
position: static !important;

}

.m-link {
    text-decoration: none;
    position: static !important;
    display: inline-block;
}

.box_login {
    padding: 5px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 3px grey;
    position: inherit;
    width: 100%;
    max-width: 390px !important;
    max-height: 550px !important;
}

.title_h1{
    font-family: title;
    font-weight: initial;
    
}
.img_fondo{
    background-image: url(https://www.titanio.com.co/PDE/public/images/fondo_home.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}

#m_login{
    height: 100% !important;
}

footer {
    display: block;
    width: 100%;
    background-color: #3C3C3C;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: Arial;
    text-decoration: none;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    height: 61px;
    position: fixed; 
    bottom: 0;
    /*margin-top: 40% !important;*/
}

.logo-t {
    max-height: 250px !important;
}

.links{
    margin: auto;
    align-content: center;
   
}

.alert {
    padding: -0.15rem 1.5rem !important;
    border-radius: 0;
    border-radius: 4px;
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-sub {
    margin-top: 0rem !important;
}

.linksA{
    margin: 8px;
}

.logo-t-home {
    max-height: 170px !important;
    display: block !important;
    margin: auto !important;
    height: 197.25px !important;
}

a:hover {
    color: #3b3a3a;
    text-decoration: underline;
}

.span_box{
    width: 100;
}

.span_box > span {
    display: grid;
}

.portales_url{
    font-size: large;
    padding: 15px;
}

.home > a > img {
    max-width: 170px;
    margin: 5px;
}

.nav {
    height: 70px;
    width: 100%;
    background-color:#f8f9fa!important;
    position: relative;
    border-bottom: solid 1px;
    position: fixed;
    z-index: 1 !important;
  }
  
  .nav > .nav-header {
    display: inline;
  }
  
  .nav > .nav-header > .nav-title {
    display: inline-block;
    padding: 10px 10px 10px 10px;
  }

.padding-top {
    padding-top: 40px !important;
    padding-bottom: 49px !important;
    display: block;

}
  
  .nav > .nav-btn {
    display: none;
  }
  
  .nav > .nav-links {
    float: left;
    margin-left: auto;
  }
  
  .nav > .nav-links > a {
    display: inline-block;
    padding: 23px 10px 13px 10px;
    text-decoration: none;
    color: #3fa92b;
    margin-top: 0px;
    height: 70px;
}
  
  .nav > .nav-links > a:hover {
     color: #333;
     /*text-decoration: underline;*/
  }
  
  .nav > #nav-check {
    display: none;
  }

  .linksA:hover{
    text-decoration-color: #fff;
    text-decoration: underline;
  }

  .linksA:link{
    text-decoration: none;
  }

  .linksA > img {
      max-width: 30px;
  }

  .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier {
    max-width: inherit;

}
  
  @media (max-width:630px) {
    .nav > .nav-btn {
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 0px;
    }
    .nav > .nav-btn > label {
        display: inline-block;
        width: 70px;
        height: 70px;
        padding: 23px;
    }
    .nav > .nav-btn > label:hover {
      background-color: rgba(0, 0, 0, 0.3);
    }
    .nav > .nav-btn > label > span {
      display: block;
      width: 25px;
      height: 10px;
      border-top: 2px solid #3fa92b;
    }

    .nav > .nav-links {
      position: absolute;
      display: block;
      width: 100%;
      background-color: #333;
      height: 0px;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 70px;
      bottom: 61px;
      left: 0px;
      padding: -2px 10px 13px 10px;
      text-decoration: none;
      color: #3fa92b;
      z-index: 100;
    }
    .nav > .nav-links > a {
        display: block;
        width: 100%;
        padding: 25px 10px 40px 10px;
        margin-top: 0px;
        height: 30px;
        color: #f8f9fa;
        
    }
    .nav > .nav-links > a:hover {
        color: #333;
        text-decoration-color: #fff;
        /* text-decoration: underline; */
        background-color: #e6e6e6;
    }

    .nav > #nav-check:not(:checked) + .nav-links {
      height: 0px;
    }

    .nav > #nav-check:checked + .nav-links {
        height: calc(92vh - 70px);
        overflow-y: auto;
    }
  }


  @media screen and (min-height: 0px) and (max-height: 540px) {
    .logo-t {
        max-height: 70px !important;
    }

    .logo-t-home {
        max-height: 70px;
    }

    .title_h1{
        font-size: small;
    }

    .box-logo {
        padding: 0;
        margin-top: 0px !important;
        position: inherit;
        width: 100%;
        max-width: 500px;
        max-height: 640px;
    }
  }

  @media screen and (min-height: 0px) and (max-height: 670px){
    .box_login {
        padding: 5px;
        margin: auto;
        background: #fff;
        box-shadow: 0px 0px 3px grey;
        position: inherit;
        width: 100%;
        max-width: 340px;
        max-height: 450px;
    }

    .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-action {
        margin: 1rem 0 3rem 0 !important;
        text-align: center;
    }

    .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-sub {
        margin-top: 0; 
    }
  }

@media (max-width: 1024px) and (min-width: 769px){
  .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier {
      width: 100%;
      padding: 0 2rem !important;
  }
}