.text-conjunto {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: #D9D9D9;
    border-radius: 0.35rem 0rem 0rem 0.35rem;
}

.text-airsoft {    
    color: #ff3600;
}

.enlace-airsoft {
    text-decoration: none;
}

.enlace-airsoft:hover{
    color: #ff3600;
}

.background-airsoft {
    background-color: #ff3600 !important;
    color: #fff !important;
    margin-left: 50%;
}

.background-airsoft-color {
  background-color: #ff3600 !important;
  color: #fff !important;
  border-color: #ff3600 !important;
}

.color-airsoft-oscuro {
  background-color: #343434 !important;
  color: #fff !important;
  border-top: 2px solid #ff3600;
}

.color-airsoft-oscuro-topbar {
  background-color: #343434 !important;
  color: #fff !important;
  border-bottom: 2px solid #ff3600;
}

.color-secciones-oscuras {
  color: #EEE !important;
}

.color-secciones-oscuras:hover {
  background-color: #8F8F8F !important;
  color: #EEE !important;
}

.check-airsoft + label:before, .check-register-airsoft + label:before, .check-inscribirse-airsoft + label:before {
	content: "";
	width: 23px;
    height: 23px;
	float: left;
	margin-left: 4%;
    margin-right: 3%;
	border: 2px solid #ff3600;
	background-color: #3F3F3F;
}

.check-airsoft:checked + label:before, .check-register-airsoft:checked + label:before, .check-inscribirse-airsoft:checked + label:before {
	border-color: #ff3600;
    background-color: #ff3600;
}

.check-airsoft:checked + label:after {
    content: "";
    width: 16px;
    height: 8px;
    border: 4px solid #FFF;
    float: left;
    margin-left: -1.6em;
    border-right: 0;
    border-top: 0;
    margin-top: 0.4em;
    transform: rotate(-55deg);
}

.check-register-airsoft:checked + label:after {
    content: "";
    width: 16px;
    height: 8px;
    border: 4px solid #FFF;
    float: left;
    margin-left: -2.1em;
    border-right: 0;
    border-top: 0;
    margin-top: 0.4em;
    transform: rotate(-55deg);
}

.check-inscribirse-airsoft:checked + label:after {
    content: "";
    width: 16px;
    height: 8px;
    border: 4px solid #FFF;
    float: left;
    margin-left: -1.3em;
    border-right: 0;
    border-top: 0;
    margin-top: 0.4em;
    transform: rotate(-55deg);
}

.check-airsoft, .check-register-airsoft, .check-inscribirse-airsoft {
	display: none;
}

.espacio {
    display: flex;
    justify-content: space-between;
}

.espacio-register {
    left: 25%;
}

.color-input {
    background-color: #D9D9D9 !important;
    border-radius: 0rem 0.35rem 0.35rem 0rem !important;
}

.background-color {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url(../img/Fondo-Log-In.png);
    background-size: cover;
}

.background-color .atoms-colors-black {
    height: 752px;
}

.frame {
    position: relative;
    width: 1188px;
    height: 400px;
    background-color: #00000033;
    border-radius: 12px;
    overflow: hidden;
    margin: auto;
    top: 45%;
    background-size: cover;
    background-position: 50% 50%;
}

.frame2 {
  position: relative;
  width: 1188px;
  height: 220px;
  background-color: #00000033;
  border-radius: 12px;
  overflow: hidden;
  margin: auto;
  top: 45%;
  background-size: cover;
  background-position: 50% 50%;
}

.frame3 {
  position: relative;
  width: 1188px;
  height: 350px;
  background-color: #00000033;
  border-radius: 12px;
  overflow: hidden;
  margin: auto;
  top: 45%;
  background-size: cover;
  background-position: 50% 50%;
}

.frame-register {
    position: relative;
    width: 688px;
    height: auto;
    background-color: #00000033;
    border-radius: 12px;
    overflow: hidden;
    margin: auto;
    top: 10%;
    background-size: cover;
    background-position: 50% 50%;
}

.barra-airsoft {
    position: absolute;
    border: 1px solid #ff3600;
    width: 1163px;
    top: 64%;
}

.barra-airsoft2 {
  position: absolute;
  border: 1px solid #ff3600;
  width: 1163px;
  top: 180px;
}

/* .barra-register-airsoft {
    position: absolute;
    border: 1px solid #ff3600;
    width: 663px;
    top: 695px;
} */

.barra-register-airsoft {
  position: absolute;
  border: 1px solid #ff3600;
  width: 663px;
  top: 495px;
}

.mini-barra-register-airsoft {
    border: 1px solid #ff3600;
    width: 303px;
}

.datos-airsoft {
    position: absolute;
    width: 99.9%;
    top: 74%;
}

.datos-airsoft2 {
  position: absolute;
  width: 99.9%;
  top: 225px;
}

/* .datos-register-airsoft {
    position: absolute;
    width: 99.9%;
    top: 730px;
} */

.datos-register-airsoft {
  position: absolute;
  width: 99.9%;
  top: 530px;
}

.box {
    position: relative;
    left: 12px;
    width: 98%;
    height: 100%;
}

/* .box-register {
    position: relative;
    left: 12px;
    width: 664px;
    height: 820px;
} Descomentar cuando se añadan mas campos o se descomenten los que hay */

.box-register {
  position: relative;
  left: 12px;
  width: 664px;
  height: 620px;
}
  
  .box .login {
    position: relative;
    width: 100%;
    height: 376px;
    margin: auto;
    top: 12px;
    background-color: #3F3F3F;
    border-radius: 16px;
  }

  .box .login2 {
    position: relative;
    width: 100%;
    height: 196px;
    margin: auto;
    top: 12px;
    background-color: #3F3F3F;
    border-radius: 16px;
  }

  .box .login3 {
    position: relative;
    width: 100%;
    height: 326px;
    margin: auto;
    top: 12px;
    background-color: #3F3F3F;
    border-radius: 16px;
  }

  /* .box-register .register {
    position: relative;
    width: 100%;
    height: 796px;
    margin: auto;
    top: 12px;
    background-color: #3F3F3F;
    border-radius: 16px;
  } */

  .box-register .register {
    position: relative;
    width: 100%;
    height: 596px;
    margin: auto;
    top: 12px;
    background-color: #3F3F3F;
    border-radius: 16px;
  }
  
  .login .overlap {
    position: absolute;
    width: 94%;
    height: 118px;
    top: 70px;
    left: 33px;
  }

  .login3 .overlap {
    position: absolute;
    width: 94%;
    height: 118px;
    top: 70px;
    left: 33px;
  }

  .register .overlap {
    position: absolute;
    width: 616px;
    height: 118px;
    top: 70px;
    left: 25px;
  }
  
  .login .vector {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 13px;
    top: 83px;
    left: 350px;
    z-index: 10;
  }
  
  .login .group {
    position: absolute;
    width: 338px;
    height: 118px;
    top: 0;
    left: 0;
  }
  
  .login .div {
    position: absolute;
    width: 340px;
    height: 54px;
    top: 0;
    left: 0;
  }
  
  .login .overlap-group {
    position: absolute;
    width: 338px;
    height: 36px;
    top: 18px;
    left: 0;
    border-radius: 6px;
    border: 1px solid;
    border-color: #bbbbbb;
  }
  
  .login .img {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 27px;
    left: 9px;
  }
  
  .login .text-wrapper {
    position: absolute;
    width: 241px;
    top: 0;
    left: 0;
    font-family: "Ubuntu-Light", Helvetica;
    font-weight: 300;
    color: #424b5a;
    font-size: 10px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }
  
  .login .group-2 {
    position: absolute;
    width: 340px;
    height: 52px;
    top: 66px;
    left: 0;
  }
  
  .login .password-lock-solid-wrapper {
    position: absolute;
    width: 338px;
    height: 36px;
    top: 16px;
    left: 0;
    border-radius: 6px;
    border: 1px solid;
    border-color: #bbbbbb;
  }
  
  .login .text-wrapper-2 {
    position: absolute;
    width: 143px;
    top: 0;
    left: 0;
    font-family: "Ubuntu-Light", Helvetica;
    font-weight: 300;
    color: #424b5a;
    font-size: 10px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }
  
  .login .text-wrapper-3 {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 94%;
    top: 17px;
    left: 33px;
    font-family: "Ubuntu-Bold", Helvetica;
    font-weight: 700;
    color: #ff3600;
    font-size: 32px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }

  .login3 .text-wrapper-3 {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 94%;
    top: 17px;
    left: 33px;
    font-family: "Ubuntu-Bold", Helvetica;
    font-weight: 700;
    color: #ff3600;
    font-size: 32px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }

  .register .text-wrapper-3 {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 616px;
    top: 17px;
    left: 26px;
    font-family: "Ubuntu-Bold", Helvetica;
    font-weight: 700;
    color: #ff3600;
    font-size: 28px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }
  
  .login .text-wrapper-4 {
    position: absolute;
    width: 135px;
    top: 272px;
    left: 236px;
    font-family: "Ubuntu-Light", Helvetica;
    font-weight: 300;
    color: #0082ca;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }
  
  .login .group-3 {
    position: absolute;
    width: 103px;
    height: 13px;
    top: 270px;
    left: 36px;
  }
  
  .login .text-wrapper-5 {
    position: absolute;
    width: 79px;
    top: 3px;
    left: 22px;
    font-family: "Ubuntu-Light", Helvetica;
    font-weight: 300;
    color: #424b5a;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }
  
  .login .rectangle {
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    left: 0;
    border: 1px solid;
    border-color: #bbbbbb;
  }
  
  .login .overlap-wrapper {
    position: absolute;
    width: 185px;
    height: 27px;
    top: 304px;
    left: 110px;
  }
  
  .login .div-wrapper {
    position: relative;
    width: 183px;
    height: 27px;
    background-color: #0082ca;
    border-radius: 6px;
  }
  
  .login .text-wrapper-6 {
    position: absolute;
    width: 165px;
    top: 8px;
    left: 9px;
    font-family: "Ubuntu-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
  }

  .posicion-mensaje-airsoft {
    position: absolute;
    left: 64%;
    top: 6px;
  }

  .posicion-mensaje-airsoft-email {
    position: absolute;
    left: 56%;
    top: 6px;
  }

  .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    font-size: 1.1rem !important;
  }

  .input-placeholder::placeholder {
    color: #eee !important;
  }

  .thead-oscuro {
    background-color: #3F3F3F;
    color: #ff3600;
  }

  .carta-cuerpo {
    display: block;
  }

  .carta-cuerpo-2 {
    display: none !important;
  }

  .cabeceraUsuario {
    display: none !important;
  }

  .aparecer {
    display: block !important;
  }

  .ocultar {
    display: none !important;
  }

  @media (max-width: 1350px) {
    .background-color {
      background-position: center;
    }

    .frame {
        width: 90%;
        position: relative;
    }

    .frame2 {
      width: 90%;
      position: relative;
    }

    .frame3 {
      width: 90%;
      position: relative;
    }

    .box {
      width: 97.5%;
    }

    .barra-airsoft, .barra-register-airsoft, .barra-airsoft2 {
      width: 100%;
    }
  }

  @media (max-height: 932px) {
    .frame {
      top: 15%;
    }
    .frame2 {
      top: 15%;
    }
    .frame3 {
      top: 15%;
    }
  }

  @media (max-width: 540px) {
    .box {
      width: 95%;
    }

    .box .login {
      height: 476px;
    }

    .box .login2 {
      height: 176px;
    }

    .box .login3 {
      height: 366px;
    }

    /* .box-register {
      height: 870px;
    }

    .box-register .register {
      height: 846px;
    } */

    .box-register {
      height: 670px;
    }

    .box-register .register {
      height: 646px;
    }

    .frame {
      height: 500px;
    }

    .frame2 {
      height: 200px;
    }

    .frame3 {
      height: 388px;
    }

    .login .text-wrapper-3, .register .text-wrapper-3 {
      font-size: 18px;
      left: 14px;
      display: block;
    }

    .login3 .text-wrapper-3 {
      font-size: 16px;
      left: 14px;
      display: block;
    }

    .imagen {
      margin-top: 3%;
    }

    .imagen > img {
      width: 40px;
    }

    .login .overlap, .register .overlap, .login3 .overlap {
      left: 13px;
      width: 93%;
      top: 90px;
    }

    .espacio {
      display: block;
    }

    .espacio > .w-50 {
      width: 75% !important;
    }

    .espacio > .w-25, .espacio > .w-75 {
      width: 100% !important;
    }

    .espacio > .w-50 > label {
      width: 100% !important;
    }

    .espacio > .w-75 > label {
      font-size: 13px !important;
    }

    .background-airsoft {
      margin-top: 5%;
      margin-left: 25%;
    }

    .frame-register {
      width: 95%;
    }

    .box-register {
      width: 94.5%;
    }

    /* .barra-register-airsoft {
      top: 765px;
    }

    .datos-register-airsoft {
      top: 797px;
    } */

    .barra-register-airsoft {
      top: 565px;
    }

    .datos-register-airsoft {
      top: 597px;
    }

    #cajaPerfil > .w-75, #cajaEdicion > .w-75 {
      width: 90% !important;
    }

    #cajaPerfil > .w-75 > .card > .card-header > .row > .col-10, #cajaEdicion > .w-75 > .card > .card-header > .row > .col-10 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    #cajaPerfil > .w-75 > .card > .card-header > .row > .col-10 > h3, #cajaEdicion > .w-75 > .card > .card-header > .row > .col-10 > h3 {
      font-size: 20px;
    }

    #cajaPerfil > .w-75 > .card > .card-header > .row > .col-2, #cajaEdicion > .w-75 > .card > .card-header > .row > .col-2 {
      flex: 0 0 50%;
      max-width: 100%;
      margin-top: 4%;
    }

    .carta-cuerpo {
      display: none !important;
    }

    .carta-cuerpo-2 {
      display: block !important;
    }

    .caja-inscripcion {
      flex-direction: column;
    }

    .caja-inscripcion > label {
      width: 100% !important;
    }

    .caja-inscripcion > select {
      width: 80% !important;
    }

    #botonInscribirse, .botonCancelar {
      font-size: 15px !important;
    }

    .cabeceraUsuario {
      display: flex !important;
    }

    .sidebarUsuario {
      visibility: hidden !important;
      width: 0px !important;
    }

    .boton-login-correo > .w-25 {
      width: 50% !important;
    }

    .barra-airsoft2 {
      top: 200px;
    }

    .datos-airsoft2 {
      top: 245px;
    }
  }