@charset "UTF-8";
html, body {
  height: 100% !important;
}

.max-height {
  height: 100% !important;
}

#wrapper {
  min-height: 100vh !important;
}

#ShowLogin {
  display: none !important;
}

.login-signup-buttons {
  display: none !important;
}

.content__background-logo {
  display: none !important;
}

.divSearch__title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}

.divSearch__title span {
  color: #8DBA38;
}

.divSearch__subtitle {
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}

.divSearch__admission-box {
  background-color: #E4F9FF;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 2rem;
  color: #00659D;
}

.b2b-image-title {
  display: none !important;
}

.b2b-image-subtitle {
  display: none !important;
}

.content__Innova-page {
  display: none !important;
}

.content__Flujo-admision {
  display: none !important;
}

.divSearch__label {
  color: #FFFFFF;
}

#b2b-img-main {
  position: relative; /* ancla las imágenes */
  margin-top: 60px !important;
  background-image: url("../../imgs/new-background-aol.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.b2b-decor {
  position: absolute;
  z-index: 5;
  pointer-events: none; /* NO afecta clicks */
  opacity: 0.9; /* opcional */
}

.content__sidebar-title {
  color: #006AAA;
  font-weight: bold;
  margin-top: 100px !important;
}

/* Esquinas */
.b2b-top-left {
  top: 0px;
  left: -25px;
  width: 150px;
  height: 150px;
  background: url("/Content/imgs/New-Logo-Left-Top-2.png") no-repeat center;
  background-size: contain;
}

.b2b-top-right {
  top: 0px;
  right: 0px;
  width: 150px;
  height: 150px;
  background: url("/Content/imgs/New-Logo-Right-Top-2.png") no-repeat center;
  background-size: contain;
}

.b2b-bottom-left {
  bottom: 0px;
  left: 15px;
  width: 150px;
  height: 150px;
  background: url("/Content/imgs/New-Logo-Left-Bottom-2.png") no-repeat center;
  background-size: contain;
  z-index: 1;
}

.b2b-bottom-right {
  bottom: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  background: url("/Content/imgs/New-Logo-Right-Bottom-2.png") no-repeat center;
  background-size: contain;
}

.content_Redes-sociales {
  margin-bottom: 10px;
}

#b2b-img-main .form-control {
  color: #9FA6B0;
}

.divSearch__Buscar-vacante {
  background-color: #EA8215;
  border-color: #EA8215;
}

.divSearch__Buscar-vacante:hover {
  background-color: #EA8215;
  border-color: #EA8215;
}

.divSearch__Buscar-vacante:active {
  background-color: #EA8215 !important;
}

.divSearch__Buscar-vacante:focus {
  background-color: #EA8215 !important;
}

.content__div-ingresar {
  margin-top: 100px !important;
}

.content__sidebar-login {
  margin-top: 80px !important;
}

/* Checkbox */
.custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border: 1px solid #EA8215;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #EA8215;
  border-color: #EA8215;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(234, 130, 21, 0.25);
}

.content__btn-background:hover {
  background-color: #00659D;
  border-color: #00659D;
}

.content__title-welcome {
  color: #006AAA;
  font-weight: bold;
  margin-top: 200px !important;
}

#divSearch {
  margin-top: 50px;
}

.divSearch__form {
  z-index: 4;
}

/* IMAGEN */
.divSearch__kids-img {
  position: absolute;
  left: -100px;
  top: 100%;
  transform: translateY(-28.8%);
  /*width: 110%;*/
  max-width: 800px;
  z-index: 2;
}

/* BOX */
.divSearch__admission-box {
  position: relative;
  z-index: 3; /* 👈 se pone encima de la imagen */
}

@media screen and (max-width: 768px) {
  .divSearch__logo {
    display: none !important;
  }
  .content__Innova-page {
    display: none !important;
  }
  .b2b-top-left, .b2b-top-right, .b2b-bottom-left, .b2b-bottom-right {
    display: none !important;
  }
  #divLoginMobile {
    display: none !important;
  }
  .content__Hr-page {
    display: none !important;
  }
  #divRegisterMobile {
    margin-bottom: 40px !important;
  }
  .content__div-ingresar {
    margin-bottom: 60px !important;
  }
  #b2b-social-network-info {
    position: static !important;
  }
  .content__btn-mobile-session {
    margin-bottom: 50px;
  }
  .divSearch__Buscar-vacante {
    background-color: #00659D;
    border-color: #00659D;
  }
  .divSearch__Buscar-vacante:hover {
    background-color: #00659D;
    border-color: #00659D;
  }
  .divSearch__title {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    color: #0066a6;
  }
  .divSearch__title span {
    color: #8DBA38;
  }
  #b2b-img-main {
    background-image: none !important;
  }
  .divSearch__subtitle {
    color: #555;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
  }
  .divSearch__label {
    color: #42474E;
  }
  #divSearch {
    margin-top: -20px !important;
  }
  .divSearch__Buscar-vacante:active {
    background-color: #00659D !important;
  }
  .divSearch__Buscar-vacante:focus {
    background-color: #00659D !important;
  }
}
@media screen and (min-width: 768px) {
  .divSearch__logo {
    display: block !important;
  }
  .content__Innova-page {
    display: none !important;
  }
  .b2b-top-left, .b2b-top-right, .b2b-bottom-left, .b2b-bottom-right {
    display: block !important;
  }
}

/*# sourceMappingURL=new-login.css.map */
