@font-face {
  font-family: kalinga;
  src: url(../fuentes/font/kalinga.ttf);
}
@font-face {
  font-family: montserrat_r;
  src: url(../fuentes/font/m/Montserrat-Regular.otf);
}
@font-face {
  font-family: montserrat_g;
  src: url(../fuentes/font/m/Montserrat-Bold.otf);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  display: none;
}
.page-color{
  background-color: #ffb347;
}
@media (min-width: 1281px) {
  .bgp {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    background: #ffb347;
    justify-content: center;
    align-items: center;
  }
  .bg_img {
    display: flex;
    width: 50%;
    height: 100%;
  }
  .portada {
    height: 100%;
  }
  .portada img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bg_formulario {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
  }
  .bgform {
    display: flex;
    flex-direction: column;
    width: 450px;
    height: 450px;
  }
  .bgform .form {
    background: #000;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }
  .form h1 {
    font-family: montserrat_g;
    font-size: 35px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .form .login {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    justify-content: center;
  }

  .login input {
    font-family: kalinga;
    height: 35px;
    width: 250px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    border-style: groove;
    border-color: #fff;
    background: transparent;
  }
  .login button {
    height: 35px;
    width: 250px;
    border-radius: 10px;
    background: #fff;
    border-style: none;
    font-family: montserrat_g;
    font-size: 20px;
    color: #ffb347;
    text-decoration: none;
    cursor: pointer;
  }
  .login button:hover {
    color: #fff;
    background: #ffb347;
  }

  ::placeholder {
    color: #fff;
    font-family: kalinga;
  }
  textarea:focus,
  input:focus,
  input[type]:focus,
  input:active {
    background: transparent;
    outline: none;
  }
  .form .recuperar {
    margin-top: 20px;
  }
  .recuperar a {
    text-decoration: none;
    font-family: kalinga;
    font-size: 14px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .recuperar a:hover {
    color: #ffb347;
  }
  .bgp .autoria {
    position: absolute;
    display: flex;
    bottom: 10px;
  }
  .autoria p {
    font-family: kalinga;
    font-size: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .bgp {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    background: #ffb347;
    justify-content: center;
    align-items: center;
  }
  .bg_img {
    display: flex;
    width: 50%;
    height: 100%;
  }
  .portada {
    height: 100%;
  }
  .portada img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bg_formulario {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
  }
  .bgform {
    display: flex;
    flex-direction: column;
    width: 450px;
    height: 450px;
  }
  .bgform .form {
    background: #000;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }
  .form h1 {
    font-family: montserrat_g;
    font-size: 35px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .form .login {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    justify-content: center;
  }

  .login input {
    font-family: kalinga;
    height: 35px;
    width: 250px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    border-style: groove;
    border-color: #fff;
    background: transparent;
  }
  .login button {
    height: 35px;
    width: 250px;
    border-radius: 10px;
    background: #fff;
    border-style: none;
    font-family: montserrat_g;
    font-size: 20px;
    color: #ffb347;
    text-decoration: none;
    cursor: pointer;
  }
  .login button:hover {
    color: #fff;
    background: #ffb347;
  }

  ::placeholder {
    color: #fff;
    font-family: kalinga;
  }
  textarea:focus,
  input:focus,
  input[type]:focus,
  input:active {
    background: transparent;
    outline: none;
  }
  .form .recuperar {
    margin-top: 20px;
  }
  .recuperar a {
    text-decoration: none;
    font-family: kalinga;
    font-size: 14px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .recuperar a:hover {
    color: #ffb347;
  }
  .bgp .autoria {
    position: absolute;
    display: flex;
    bottom: 10px;
  }
  .autoria p {
    font-family: kalinga;
    font-size: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bgp {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    background: #ffb347;
    justify-content: center;
    align-items: center;
  }
  .bg_img {
    display: none;
  }
  .bgp .logo {
    position: absolute;
    top: 7px;
    right: 7px;
  }
  .logo img {
    width: 50px;
  }
  .bg_formulario{
    position: relative;
  }
  .bgp .bgform {
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 320px;
  }
  .bgform .form {
    background: #000;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }
  .form h1 {
    font-family: montserrat_r;
    font-size: 25px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .form .login {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    justify-content: center;
  }

  .login input {
    font-family: kalinga;
    height: 30px;
    width: 200px;
    padding: 7px;
    margin-bottom: 7px;
    border-radius: 7px;
    border-style: groove;
    border-color: #fff;
    background: transparent;
  }
  .login button {
    height: 30px;
    width: 200px;
    border-radius: 7px;
    background: #e1b783;
    border-style: none;
    font-family: montserrat_g;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .login button:hover {
    color: #fff;
  }

  ::placeholder {
    color: #fff;
    font-family: kalinga;
    font-size: 10px;
  }
  textarea:focus,
  input:focus,
  input[type]:focus,
  input:active {
    background: transparent;
    outline: none;
  }
  .form .recuperar {
    margin-top: 20px;
  }
  .recuperar a {
    text-decoration: none;
    font-family: kalinga;
    font-size: 12px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .recuperar a:hover {
    color: #e1b783;
  }
  .bgp .principal {
    display: flex;
    margin-top: 20px;
  }
  .principal h2 {
    font-family: kalinga;
    font-size: 11px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .principal a {
    text-decoration: none;
    font-family: kalinga;
    font-size: 11px;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .principal a:hover {
    color: #000;
  }
  .bgp .autoria {
    width: 100%;
    position: absolute;
    display: flex;
    bottom: -120px;
    justify-content: center;
  }
  .autoria p {
    font-family: kalinga;
    font-size: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .bgp {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    background: #ffb347;
    justify-content: center;
    align-items: center;
  }
  .bg_img {
    display: none;
  }
  .bgp .logo {
    position: absolute;
    top: 7px;
    right: 7px;
  }
  .logo img {
    width: 50px;
  }
  .bg_formulario{
    position: relative;
  }
  .bgp .bgform {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 300px;
  }
  .bgform .form {
    background: #000;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }
  .form h1 {
    font-family: montserrat_r;
    font-size: 25px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .form .login {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    justify-content: center;
  }

  .login input {
    font-family: kalinga;
    height: 30px;
    width: 200px;
    padding: 7px;
    margin-bottom: 7px;
    border-radius: 7px;
    border-style: groove;
    border-color: #fff;
    background: transparent;
  }
  .login button {
    height: 30px;
    width: 200px;
    border-radius: 7px;
    background: #e1b783;
    border-style: none;
    font-family: montserrat_g;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .login button:hover {
    color: #fff;
  }

  ::placeholder {
    color: #fff;
    font-family: kalinga;
    font-size: 10px;
  }
  textarea:focus,
  input:focus,
  input[type]:focus,
  input:active {
    background: transparent;
    outline: none;
  }
  .form .recuperar {
    margin-top: 20px;
  }
  .recuperar a {
    text-decoration: none;
    font-family: kalinga;
    font-size: 12px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .recuperar a:hover {
    color: #e1b783;
  }
  .bgp .principal {
    display: flex;
    margin-top: 20px;
  }
  .principal h2 {
    font-family: kalinga;
    font-size: 11px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .principal a {
    text-decoration: none;
    font-family: kalinga;
    font-size: 11px;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .principal a:hover {
    color: #000;
  }
  .bgp .autoria {
    width: 100%;
    position: absolute;
    display: flex;
    bottom: -120px;
    justify-content: center;
  }
  .autoria p {
    font-family: kalinga;
    font-size: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .bgp {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    background: #ffb347;
    justify-content: center;
    align-items: center;
  }
  .bg_img {
    display: none;
  }
  .bgp .logo {
    position: absolute;
    top: 7px;
    right: 7px;
  }
  .logo img {
    width: 50px;
  }
  .bg_formulario{
    position: relative;
  }
  .bgp .bgform {
    display: flex;
    flex-direction: column;
    width: 280px;
    height: 300px;
  }
  .bgform .form {
    background: #000;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }
  .form h1 {
    font-family: montserrat_r;
    font-size: 20px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .form .login {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    justify-content: center;
  }

  .login input {
    font-family: kalinga;
    height: 20px;
    width: 200px;
    padding: 7px;
    margin-bottom: 7px;
    border-radius: 7px;
    border-style: groove;
    border-color: #fff;
    background: transparent;
  }
  .login button {
    height: 20px;
    width: 200px;
    border-radius: 7px;
    background: #e1b783;
    border-style: none;
    font-family: montserrat_g;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .login button:hover {
    color: #fff;
  }

  ::placeholder {
    color: #fff;
    font-family: kalinga;
    font-size: 10px;
  }
  textarea:focus,
  input:focus,
  input[type]:focus,
  input:active {
    background: transparent;
    outline: none;
  }
  .form .recuperar {
    margin-top: 20px;
  }
  .recuperar a {
    text-decoration: none;
    font-family: kalinga;
    font-size: 12px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .recuperar a:hover {
    color: #e1b783;
  }
  .bgp .principal {
    display: flex;
    margin-top: 20px;
  }
  .principal h2 {
    font-family: kalinga;
    font-size: 11px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .principal a {
    text-decoration: none;
    font-family: kalinga;
    font-size: 11px;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .principal a:hover {
    color: #000;
  }
  .bgp .autoria {
    width: 100%;
    position: absolute;
    display: flex;
    bottom: -80px;
    justify-content: center;
  }
  .autoria p {
    font-family: kalinga;
    font-size: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
