/*----------------Fuentes Personalizadas--------------*/
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  src: local("Avenir"), url(../fonts/Avenir-Roman-12.ttf) format("truetype");
}

@font-face {
  font-family: 'Avenir Black';
  font-style: normal;
  font-weight: 700;
  src: local("Avenir Black"), url(../fonts/Avenir-Black-03.ttf) format("truetype");
}

body {
  font-family: "Avenir";
  background-color: #fff;
}

form {
  background-color: rgb(255,255,255,.9);
  border: 1px solid #eee;
  border-radius: 20px;
  float: right;
  margin-top: 50px;
  margin-right: 20%;
  padding: 40px 40px 20px 40px;
  width: 500px;
  box-shadow: 10px 10px 30px -9px rgba(0,0,0,0.76);
  -webkit-box-shadow: 10px 10px 30px -9px rgba(0,0,0,0.76);
  -moz-box-shadow: 10px 10px 30px -9px rgba(0,0,0,0.76);
}

footer {
  padding: 0 20px 0 20px;
  position: relative;
  bottom: 0;
  background-color: #444;
  color: white;
  height: 12vh;
}
footer p {
  margin-bottom: 5px !important;
  font-size: 14px;
}
footer img {
  height: 39px;
}

/* HOME LOGIN */
.pim-background {
  background: url(../img/bg-mantel.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 90%;
}
.pim-osito {
  height: 88vh;
  margin-left: 12%;
  z-index: 1200;
  position: absolute;
}
.title {
  line-height: 1.2;
  font-family: "Avenir Black";
  font-size: 40px;
  font-weight: 900;
  color: #212F59;
  margin-bottom: 20px;
}
.inputs {
  background: #E8EEFA;
  font-size: 20px;
  padding-left: 15px;
  padding-top: 15px;
  height: 50px !important;
  padding-bottom: 15px;
  border-left: 0;
}
  .inputs:focus {
    outline-style: none;
    box-shadow: none;
    border-color: #ced4da;
    background-color: #E8EEFA;
  }
.inputs-2 {
    background: #E8EEFA;
    font-size: 20px;
    padding-left: 15px;
    padding-top: 15px;
    height: 50px !important;
    padding-bottom: 15px;
  }
    .inputs-2:focus {
      outline-style: none;
      box-shadow: none;
      border-color: #ced4da;
      background-color: #E8EEFA;
    }
.input-group {
  max-width: 20rem;
}
.input-group-text {
  background: #E8EEFA;
  font-size: 20px;
  padding-left: 25px;
  padding-top: 15px;
  height: 50px !important;
  padding-bottom: 15px;
  border-right: 0;
}
.ingresar {
  background-color: #212F59;
  color: #fff;
  padding: 10px 50px;
  font-size: 25px;
  font-weight: bold;
  border-radius: 20px;
  margin-top: 30px !important;
  margin-bottom: 20px;
}
.links {
  color: #20568f;
  font-size: 20px;
  font-weight: bold;
}
.help {
  color: #000;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
  .help a {
      color: #000 !important;
      font-weight: bold;
  }
  .help a:hover {
      color: #212F59 !important;
  }
  hr {
    width: 75%;
  }
  .others-txt {
    color: #000;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
  }

.logo {
    position: relative;
}
.logo a {
    position: absolute;
    top: 20px;
    left: 10%;
    width: 525px;
    height: 300px;
    opacity: 0.5; /* Define la transparencia del contenido */
    pointer-events: auto; /* Hace que el enlace sea clickeable */
}

/* DESKTOP MEDIUM */
@media (max-width: 1500px) {

  .logo a {
    top: 20px;
    left: 15%;
    width: 400px;
    height: 250px;  
  }
  .pim-osito {
    background-position: 20% bottom;
    background-size: 30%;
  }
  form {
    margin-top: 40px;
    margin-right: 20%;
    padding: 30px 20px 20px 20px;
    width: 400px;
  }
  .inputs {
    font-size: 16px;
    height: 45px !important;
  }
  .input-group-text {
    font-size: 16px;
    height: 45px !important;
  }
  .title {
    line-height: 1.2;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .links {
    color: #20568f;
    font-size: 16px;
  }
    .links a {
      color: #20568f;
    }
  .ingresar {
    padding: 10px 50px;
    font-size: 18px;
    margin-top: 20px !important;
    margin-bottom: 20px;
  }
  .help {
    font-size: 15px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
  }
  footer {
    padding: 0 20px 0 20px;
  }

}

/* MOBILE */
@media (max-width: 1200px) {

  .logo a {
    top: -80px;
    left: 0%;
    width: 500px;
    height: 80px;  
  }
  main {
    width: 100%;
    max-width: 500px;
    height: 100vh;
    background: url(../img/logo-web.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 35%;
    padding-top: 80px;
    margin: 0 auto;
    text-align: center;
  }
  .pim-osito {
    display: none;
  }
  form {
    display: block;
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
    float: none;
    padding: 40px;
    width: auto;
  }
  .title {
    line-height: 1.2;
    font-size: 25px;
    margin-bottom: 15px;
  }

}