@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v11-latin-regular.eot");
  src: local(''), url("../fonts/inter-v11-latin-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/inter-v11-latin-regular.woff2") format('woff2'), url("../fonts/inter-v11-latin-regular.woff") format('woff'), url("../fonts/inter-v11-latin-regular.ttf") format('truetype'), url("../fonts/inter-v11-latin-regular.svg#Inter") format('svg'); /* Legacy iOS */
}
body,
html {
  height: 100%;
  margin: 0;
}
body :focus,
html :focus {
  outline: none;
}
h1 {
  font-family: 'Comfortaa', cursive;
  font-size: 50px;
  color: #36ad8b;
  margin-top: 0;
  font-weight: 300;
  text-transform: uppercase;
}
h2 {
  font-size: 20px;
  margin-top: 0;
}
.titulo {
  padding: 40px;
}
.by {
  bottom: 40px;
  left: 40px;
  position: absolute;
}
.puntos {
  width: 11px;
  height: 11px;
  border-radius: 6px;
  display: inline-block;
}
.puntos.punto1 {
  background-color: #36ad8b;
  margin: 0 10px 15px 0;
}
.puntos.punto2 {
  background-color: #000;
  margin-bottom: 15px;
}
.fondo {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.fondo .contenido {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  text-align: center;
}
.fondo .contenido .login-box {
  border: 1px solid #ccc;
  max-width: 350px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
}
.fondo .contenido .login-box input {
  margin-bottom: 10px;
  border: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.fondo .contenido .login-box input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.fondo .contenido .login-box .input-icon-group {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0px;
}
.fondo .contenido .login-box .input-icon-group [class^='icon-'] {
  color: #36ad8b;
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 20px;
}
.fondo .contenido .login-box .input-icon-group input {
  color: #6b6b6b;
  padding-left: 40px;
  margin-top: 15px;
}
.fondo .contenido .login-box .login-elements {
  padding: 30px;
}
.fondo .contenido .login-box .border-top {
  border-top: 15px solid #36ad8b;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.fondo .contenido .login-box .btn-primary {
  background-color: #36ad8b;
  border-radius: 12px;
  border: none;
  padding: 5px 38px;
  margin-top: 15px;
}
.fondo .contenido .login-box .btn-primary:hover {
  background-color: #000;
}
#login-modal,
#register-wrap,
display flex,
flex-wrap wrap,
width 100%,
justify-content space-between,
.modal-dialog {
  order: 1;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  width: 40%;
  height: 100vh;
  background: #fff;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(188,214,255,0.3) 100%);
}
.title_login {
  margin: 4em 20px 0 0;
  width: 75%;
}
.title_login_confirmacion {
  margin: 1em 20px 0 0;
  width: 75%;
}
.titulos_secundarios {
  padding: 0px 15px;
  width: 65%;
  margin: 0 auto 0 auto;
}
.title-login-new {
  font-size: 43px;
}
.margin-top {
  margin-top: 7em;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-70-40 {
  margin: 40px 0px 70px;
}
.content-login {
  margin: auto;
  width: 60%;
}
.titulos_secundarios_confirmacion {
  padding: 35px 15px;
  text-align: center;
}
.titulos_secundarios h2,
.titulos_secundarios h4 {
  width: 100%;
}
.titulos_secundarios h2 {
  font-weight: bolder;
  font-size: 1.8em;
}
.titulos_secundarios h4 {
  font-size: 1em;
  color: #000;
}
.loginmodal-container {
  padding: 15px;
  width: 65%;
  margin: 1em auto 1em auto;
}
.loginmodal-container label {
  font-size: 13px;
  margin-top: 20px;
}
.loginmodal-container label {
  font-size: 13px;
  margin-top: 20px;
}
.loginmodal-container h5 {
/* margin-bottom 70px */
  margin-top: 1.2em;
}
.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  color: #737373;
  margin-top: inherit;
  padding-bottom: 0px;
}
.loginmodal-container input[type=submit] {
  width: 90%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.loginmodal-container input[type=text],
.loginmodal-container input[type=password],
.loginmodal-container input[type=email],
.loginmodal-container input[type=tel] {
  font-style: normal;
  font-weight: normal;
  height: 3.4em;
  font-size: 1em;
  display: inline-block;
  width: 100%;
  margin: 0px 0 5px 0;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid grisNormal;
  background-color: #fff;
  border-radius: 5px;
  padding: 10 8px;
  box-sizing: border-box;
  position: relative;
  -moz-box-sizing: border-box;
}
.loginmodal-container input[type=text] .form-control:focus,
.loginmodal-container input[type=password] .form-control:focus,
.loginmodal-container input[type=email] .form-control:focus,
.loginmodal-container input[type=tel] .form-control:focus {
  box-shadow: inset 0 0px 0px #000, 0 0 8px rgba(255,80,0,0.333);
  border: 1px solid #ff5000;
}
.loginmodal-container input[type=text]hover,
.loginmodal-container input[type=password]hover,
.loginmodal-container input[type=email]hover,
.loginmodal-container input[type=tel] {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.label-password {
  width: 100%;
  margin-top: 25px;
}
.pass_container svg {
  margin-left: -30px;
  cursor: pointer;
}
.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
/* display inline-block */
  transition: opacity ease 0.5s;
  cursor: pointer;
}
.loginmodal-container a:hover {
  text-decoration: underline;
}
.loginmodal-container .panel {
  padding: 10px;
  text-align: center;
}
.loginmodal-container .panel.warning {
  background-color: #ffdcdc;
}
.loginmodal-container .panel.warning a {
  color: #fd5050;
}
.loginmodal-container .panel.success {
  background-color: #c3ffbf;
}
.loginmodal-container .panel.success a {
  color: #0cbd00;
}
.loginmodal-container .icon-container {
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
}
.loginmodal-container .login-help {
  font-size: 12px;
  margin-top: 30px;
  text-align: center;
}
.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}
.loginmodal-submit {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #000;
  padding: 19px 0px;
  font-size: 14px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  border-radius: 5px;
}
.loginmodal-submit:hover,
.loginmodal-submit:active {
  background-color: #000 !important;
}
.loginmodal-submit:focus {
  outline: none;
}
.loginmodal-submit:hover {
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #e89d35;
}
.login .logo {
  font-size: 100px;
}
.login .slogan {
  font-size: 60px;
}
.login form {
  margin-bottom: 20px;
  width: 350px;
  margin: 100px auto;
  padding: 35px;
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
}
.login form input {
  display: block;
  margin: 2px 0 8px 0;
  width: 100%;
}
.login form .btn {
  display: block;
  margin-top: 18px;
  width: 100%;
}
.login .subtitulo {
  margin-bottom: 15px;
  font-size: 1.7em;
  color: #404040;
  text-align: center;
}
.login-box form {
  border-radius: 10px;
}
.login-wrap {
  z-index: 9000;
  width: 100%;
  background: #f8f8f8;
  box-shadow: 0px -500px 0px 5000px #f8f8f8;
}
.acceso_alternativo {
  display: flex;
  justify-content: space-between;
}
.acceso_alternativo button {
  margin: 10px 0;
  width: 32%;
  height: 41px;
  border-radius: 10px;
  padding: 0px;
  border: 0px;
  box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.1);
  background-color: #fff;
}
.btn-google {
  background: url("../img/icon_google.png") no-repeat scroll 0 0 transparent;
  opacity: 1;
  background-size: contain;
  background-position: center center;
  height: 100%;
  transform: scale(0.6);
}
.btn-facebook {
  background: url("../img/icon_facebook.png") no-repeat scroll 0 0 transparent;
  opacity: 1;
  background-size: contain;
  background-position: center center;
  height: 100%;
  transform: scale(0.6);
}
.btn-apple {
  background: url("../img/icon_apple.png") no-repeat scroll 0 0 transparent;
  opacity: 1;
  background-size: contain;
  background-position: center center;
  height: 100%;
  transform: scale(0.6);
}
.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0,0,0,0.35);
  margin: 10px 0px;
}
.hr-sect:before,
.hr-sect:after {
  content: "";
  flex-grow: 1;
  background: rgba(0,0,0,0.35);
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 8px;
}
.big_image {
  display: none;
}
.big_image_confirmacion {
  order: 2;
  height: 100vh;
  width: 100%;
  background-size: cover;
}
.fondo_azul_compl {
  background: #ebf4fd;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.fondo_registro_confirmacion {
  background: #36ad8b;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.big_image_content {
  padding: 0px 80px 100px 80px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.big_image_content_confirmacion {
  padding: 40px 20% 80px 20%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.big_image_content h2 {
  font-size: 2.2em;
}
.imagenes_login {
  width: 22vw;
}
.big_image_content a {
  margin-right: 34px;
  color: #fff;
  text-decoration: none;
}
.big_image_content_bottom p {
  padding: 0 50px 0 0;
}
.btn-entrar {
  font-style: normal;
  font-weight: normal;
}
.btn-entrar:hover {
  background-color: #2467da;
  transform: scale(1.05);
}
.check_conditions label {
  font-weight: 400;
  font-size: 12px;
}
/* Regitro */
.main_registration {
  display: none;
}
.mobile-stop {
  display: none;
  background: #bfcbd6;
  height: 100%;
}
.content_registration {
  order: 1;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.login-block {
  display: none;
}
@media (max-width: 380px) {
  .main_registration {
    display: none !important;
  }
  .mobile-stop {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .main_registration {
    display: flex !important;
  }
  .mobile-stop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .content_registration,
  width 100%,
  .big_image {
    display: none !important;
  }
  .content-login {
    width: 70%;
    margin: auto;
  }
  .main_registration {
    justify-content: center !important;
  }
}
@media (min-width: 1024px) {
  .content_registration {
    width: 50%;
  }
  .big_image {
    display: block;
    height: 100vh;
    width: 50%;
    order: 2;
    background-size: cover;
  }
  .content-login {
    width: 60%;
    margin: auto;
  }
  .main_registration {
    justify-content: center !important;
  }
}
.recordar-letras {
  color: #999;
}
.recordar-letras-alignment {
  display: flex;
  justify-content: flex-end;
}
.volver-alignment {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.CIF_cargo,
.tel_secc,
.passwords_main {
  display: flex;
  justify-content: space-between;
}
.CIF,
.cargo,
.telefono,
.secciones,
.password-container,
.password1-container {
  width: 47.5%;
}
.cargo select,
.secciones select {
  display: flex;
  height: 2.6em;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  border-radius: 10px;
  background-color: #fff;
}
.acceso {
  margin: top 40px;
}
.btn-volver {
  margin-top: 60px;
  font-size: 20px;
}
/* MEDIA */
@media (max-width: 1440px) {
  .imagenes_login {
    width: 63%;
  }
  .acceso_alternativo button {
    height: 30px;
  }
  .loginmodal-container input[type=text],
  .loginmodal-container input[type=password],
  .loginmodal-container input[type=email],
  .loginmodal-container input[type=tel] {
    height: 2.1em;
  }
  .hr-sect {
    font-size: 11px;
  }
  .big_image_content_bottom {
    bottom: 50px;
  }
}
.toggle-password,
.toggle-password1 {
  display: inline-block;
  position: relative;
  left: 92%;
  bottom: 27px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.open-icon,
.open-icon1 {
  display: none;
}
.close-icon,
.close-icon1 {
  display: inline-block;
}
.flex-justify-center {
  display: flex;
  justify-content: center;
}
.column {
  flex-direction: column;
}
.message-popup {
  background-color: #fff;
  margin: 0px 20px;
  padding: 50px 25px;
  border-radius: 25px;
  box-shadow: 0 7px 15px rgba(0,0,0,0.1);
}
.message-title {
  margin-top: 45px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.row-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
}
.warning-error {
  background-color: #ffe9e9;
  padding: 15px;
/* border: 1px solid red; */
  border-radius: 10px;
}
