/*----- LOGIN -----*/

.loginIntro {
  background-image: url(/images/pages/login/soporte-compressed.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 50%;
  color: #ffffff;
  font-family: Roboto;
  font-style: normal;
}

@media (min-width: 1300px) {
  .loginIntro {
    background-image: url(/images/pages/login/soporte.jpg);
  }
}

.overlay {
  background: linear-gradient(
    0deg,
    #000000 -4.63%,
    rgba(123, 123, 123, 0.375) 65.84%,
    rgba(196, 196, 196, 0) 94.03%
  );
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
}

.loginIntro header {
  align-self: flex-start;
}

.loginIntro h1,
.loginIntro h3,
.loginIntro h5 {
  color: #ffffff !important;
}

.loginIntro .wrapper {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
  max-width: 600px;
  padding: 10vh 30px;
  position: absolute;
  z-index: 1;
}

.loginIntro .wrapper > div {
  margin: 0;
}

.loginIntro h1 {
  font-weight: 900;
  font-size: 4rem;
  line-height: 97.3%;
  letter-spacing: -0.0243em;
  max-width: 19.0625rem;
  margin-bottom: 0;
}

.loginIntro h3 {
  font-weight: normal;
  font-size: 3rem;
  line-height: 107.3%;
  letter-spacing: -0.0143em;
  max-width: 42.5rem;
  margin-top: 0.9375rem;
}

.loginIntro h5 {
  font-weight: 900;
  font-size: 1.0625rem;
  line-height: 2rem;
  letter-spacing: -0.0143em;
  color: white;
}

.loginIntro li {
  font-weight: normal;
  font-size: 1.0925rem;
  line-height: 2rem;
  letter-spacing: -0.0143em;
  padding-bottom: 0.2rem;
  display: flex;
  align-items: flex-start;
  max-width: 430px;
}

.loginIntro li::before {
  content: "•";
  color: var(--color-gns);
  display: inline-block;
  font-size: 2.5rem;
  line-height: 2.1875rem;
  padding-right: 6px;
}

.loginForm {
  color: #ffffff;
  font-family: Roboto;
  font-style: normal;
}

.loginForm .wrapper {
  display: flex;
  flex-flow: column;
  /* justify-content: space-between; */
  margin: 0 auto;
  /* height: 100%;  */
  max-width: 600px;
  /* padding: 10vh 0; */
}

.login-welcome-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 2.25rem;
  letter-spacing: -0.0143em;
  color: #2d2d2d;
  margin-bottom: 0;
}

.btn {
  width: 100%;
  border-radius: 28px !important;
  border: none;
  height: 56px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.btn-entrar {
  background: #a0d063;
}

.btn-entrar:hover {
  color: white;
  box-shadow: 0 8px 25px -8px #a0d063;
}

.btn-crear-cuenta {
  background: #ff3301;
}

.btn-crear-cuenta:hover {
  box-shadow: 0 8px 25px -8px #ff3301;
}

.line {
  height: 150px;
  width: 14px;
  position: fixed;
  background: var(--color-gns);
  left: 50%;
}

.loginForm .red-line {
  max-height: 170px;
  border-left: solid 14px var(--color-gns);
}

.logo-mobile {
  display: none;
}

@media (max-width: 991px) {
  .line {
    left: 0%;
    margin-top: 3.5rem;
  }

  .logo-mobile {
    display: inline-block;
  }
}

@media (max-width: 991px) and (max-height: 820px) {
  .card-title h3 {
    display: none;
  }
  .line {
    display: none !important;
  }

  .logo-mobile {
    margin-bottom: 20px !important;
  }

  .card-body {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #loginForm > div {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #loginForm button {
    margin-top: 10px;
  }
}

.labelInputLogin {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  color: #000000;
}

.input-gns {
  font-family: Roboto;
  border: none;
  border-radius: 0;
  padding: 0px !important;
  box-shadow: none !important;
  border-bottom: 2px solid #d8d8d8;
  padding-left: 0.87rem !important;
}

/* --- Select formulario Competar Perfil --- */
.select2-container--default .select2-selection--single {
  font-family: Roboto;
  border: none;
  border-radius: 0;
  padding: 0px;
  box-shadow: none;
  border-bottom: 2px solid #d8d8d9;
  padding-left: 0.87rem;
  font-size: 1.25rem;
  height: calc(1.25em + 1.4rem + 1px);
  margin-top: 1rem;
  outline: none;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: Roboto;
  border: none;
  border-radius: 0;
  padding: 0px;
  box-shadow: none;
  border-bottom: 2px solid #d8d8d9;
  padding-left: 0.87rem;
  font-size: 1rem;
  height: calc(1.25em + 1.4rem + 1px);
  outline: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 53px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary);
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 1px;
}

.label-gns {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #000000;
}

.a-gns {
  text-decoration: none;
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #000000;
}
.a-gns:after {
  content: "";

  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;

  border-width: 0 0 1px;
  border-style: solid;
}

.text-sm {
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .loginIntro {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
.bloque-descargas img{
  max-height: 18px;
  transition: all 0.3s ease;
}
.bloque-descargas img:hover {
  transform: scale(1.05);
}
