/* Estilos para la imagen y el filtro */
.image-container {
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
}

.img_background {
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 123, 255, 0.7),
    rgba(0, 123, 255, 0.3) 70%,
    rgba(0, 123, 255, 0.1)
  );
  z-index: 1;
}

.text-container {
  text-align: center;
  background-color: #01010163;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid white;
}

/* Estilos para el formulario de login */
.login-form {
  max-width: 600px;
  margin: 50px auto;
}

#ContenedorLogo {
  margin-top: 50px;
}

body {
  overflow: hidden;
}

#contenedor_form_login {
  padding: 100px;
  z-index: 1;
}

@media (200px < width < 769px) {
  body {
    overflow: scroll;
  }

  .img_background {
    height: 100%;
  }

  .image-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .text-container {
    z-index: 1;
  }

  #ContenedorLogo img {
    width: 60%;
  }

  .login-form {
    max-width: 90%;
    margin: 20px auto;
  }

  #contenedor_form_login {
    height: 100%;
  }

  .footer {
    padding: 5px 0;
  }

  .text-container {
    width: 90%;
  }

  #contenedor_form_login {
    padding: 15px;
    z-index: 1;
  }

  .pt-serif-regular {
    font-size: 34px;
  }

  .pie_pagina {
    padding-top: 20px;
  }
}

@media (770px < width < 1500px) {
  #contenedor_form_login {
    padding: 43px 60px;
    z-index: 1;
  }

  .image-container {
    position: relative;
  }

  .text-container {
    text-align: center;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .pie_pagina {
    position: absolute;
    z-index: 1;
    color: white;
    bottom: 19px;
    left: 33%;
  }

  .login-form {
    max-width: 90%;
    margin: 10px auto;
  }

  .footer {
    font-size: 15px;
  }

  #ContenedorLogo {
    margin: 10px auto;
  }

  .pt-serif-regular {
    font-size: 39px;
  }
}

@media (width > 1500px) {
  .image-container {
    position: relative;
  }

  .pt-serif-regular {
    font-size: 60px;
  }

  .text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .login-form {
    max-width: 400px;
    margin: 10px auto;
  }

  .footer {
    font-size: 15px;
  }

  #ContenedorLogo {
    margin: 10px auto;
  }

  .pt-serif-regular {
    font-size: 60px;
  }

  .pie_pagina {
    position: absolute;
    z-index: 1;
    color: white;
    bottom: 19px;
    left: 33%;
  }
}

.pie_pagina {
  color: white;
}

.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.btn_carga_cv {
  background: #1b4d8d;
  border: none;
  color: white;
  border-radius: 15px;
  padding: 7px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

/* SCROLL */
.scrollable-div {
  overflow: auto;
}

/* Chrome, Edge, Safari */
.scrollable-div::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.scrollable-div::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.scrollable-div::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 3px solid rgba(0, 0, 0, 0);
}

.scrollable-div::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* Firefox */
.scrollable-div {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
}

/* FIN SCROLL */

.puesto {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.puesto p {
  max-width: 150px;
  width: 100%;
}

.btn_aplicar {
  background: none;
  border: none;
  color: white;
  border-radius: 15px;
  padding: 3px 10px;
  border: 1px solid white;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.btn_aplicar:hover {
  background: rgba(255, 255, 255, 0.329);
}

.line_search {
  height: 1px;
  width: 50%;
  margin: 0 auto;
  background-color: white;
}

.btn_mod {
  background: #1b4d8d;
  border: none;
}

.btn_mod:hover {
  background: #184075;
}

.btn_new_user {
  max-width: 200px;
  width: 100%;
  padding: 5px;
}

.btn_get_pass {
  max-width: 200px;
  width: 100%;
}
