@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");

.img-01 {
  width: 100%;
}

/* a {
  color: red !important;
} */

.title {
  margin-left: -50%;
  font-size: 21px;
  font-family: sans-serif;
}

.singup,
.singIn {
  color: #fff;
  /* font-family: sans-serif; */
  text-transform: uppercase;
  width: 95%;
  text-align: center;
  letter-spacing: 2px;
  display: block;
  font-weight: 100 !important;
  font-family: "Montserrat";
  font-size: 22px;
  margin-top: 1.5em;
}

/* .container {
  width: 45%;
} */

.card {
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #000000, #313131);
  align-items: center;
  flex-direction: column;
  gap: 35px;
  box-shadow: 16px 16px 32px #c8c8c8, -16px -16px 32px #fefefe;
  border-radius: 30px;
  border: 2px solid #f27730;
}

.inputBox,
.inputBox1 {
  position: relative;
  width: 75%;
}

.inputBox input,
.inputBox1 input {
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
  color: #fff;
  font-size: 1em;
  background: transparent;
  border-left: 2px solid #f27730;
  border-bottom: 2px solid #f27730;
  transition: 0.1s;
  border-bottom-left-radius: 8px;
}

.inputBox span,
.inputBox1 span {
  margin-top: -11px !important;
  position: absolute;
  left: 3px;
  transform: translateY(-4px);
  margin-left: 10px;
  /* padding: 10px; */
  pointer-events: none;
  font-size: 13px;
  color: #f27730;
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 3px;
  border-radius: 8px;
}

.inputBox input:valid ~ span,
.inputBox input:focus ~ span {
  transform: translateX(120px) translateY(-15px);
  font-size: 0.8em;
  padding: 5px 10px;
  background: #f27730;
  letter-spacing: 0.2em;
  color: #fff;
  border: 2px;
}

.inputBox1 input:valid ~ span,
.inputBox1 input:focus ~ span {
  transform: translateX(120px) translateY(-15px);
  font-size: 0.8em;
  width: 400px;
  padding: 5px 10px;
  background: #f27730;
  letter-spacing: 0.2em;
  color: #fff;
  border: 2px;
}

.inputBox input:valid,
.inputBox input:focus,
.inputBox1 input:valid,
.inputBox1 input:focus {
  border: 2px solid #f27730;
  border-radius: 8px;
}

/* inicio */
.input_ {
  position: absolute;
  top: -12%;
  left: -3%;
  background-color: transparent;
  color: #f27730;
  width: 25%;
  font-size: 15px;
  padding: 10px;
  margin: 5px;
  border: 2px solid #f27730;
  border-radius: 13px;
}

.input_::placeholder {
  color: #333 !important;
}
.input_:hover {
  background-color: #000;
  color: #fff;
  /* box-shadow: -3px -3px 15px #f27730; */
  border: 2px solid #f27730;
}

.input_:focus {
  color: #fff;
  background-color: #000;
  outline-color: #f27730;
  box-shadow: -3px -3px 15px #f27730;
  transition: 0.1s;
  transition-property: box-shadow;
}

.enter-1 {
  height: 45px;
  width: 150px;
  border-radius: 13px;
  color: #fff;
  border: 2px solid #000;
  cursor: pointer;
  background-color: #f27730;
  transition: 0.2s;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 3em;
}
.enter-2 {
  font-family: "Montserrat";
  height: 45px;
  width: 150px;
  border-radius: 13px;
  color: #fff;
  border: 2px solid #000;
  cursor: pointer;
  background-color: #f27730;
  transition: 0.2s;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 3em;
}

.enter-2:hover {
  background-color: #fff;
  border-color: #f27730;
  color: #000000;
  /* font-weight: bold; */
}

.enter:hover {
  background-color: #fff;
  border-color: #f27730;
  color: #f27730;
}

/* Modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Modal contenido */
.modal-contenido {
  /* position: absolute; */
  /* top: 50%;
  left: 0%; */
  /* transform: translate(0%, 100%); */
  width: 100%;
  max-width: 600px;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

/* #div_contenido {
  background-color: #ffffff !important;
  border: 5px solid #f27730 !important;
} */

/* Botón de cierre del modal */
.cerrar-modal {
  background-color: #ffffff;
  color: #f27730;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 20px;
}

footer {
  margin-top: 50px;
  /* margin-bottom: 20px; */
}

.footer {
  width: 100%;
  background-color: #212121;
  width: 100%;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  display: flex;
}

.img-05 {
  margin-left: 42%;
  width: 16%;
  height: 10%;
}

/* estilos de checkbox ##########################3*/

:root {
  --color-green: #f27730;
  --color-red: #f27730;
  --color-button: #fdffff;
  --color-black: #000;
}
.switch-button {
  display: inline-block;
}
.switch-button .switch-button__checkbox {
  display: none;
}
.switch-button .switch-button__label {
  background-color: var(--color-red);
  width: 5.4rem;
  height: 3.3rem;
  border: 2px solid var(--color-black);
  border-radius: 3rem;
  display: inline-block;
  position: relative;
}
.switch-button .switch-button__label:before {
  transition: 0.2s;
  display: block;
  /* position: absolute; */
  width: 3rem;
  height: 3rem;
  background-color: var(--color-button);
  content: "";
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 1px var(--color-black);
}
.switch-button .switch-button__checkbox:checked + .switch-button__label {
  background-color: var(--color-red);
}
.switch-button .switch-button__checkbox:checked + .switch-button__label:before {
  transform: translateX(2rem);
}

#div_checkbox {
  margin-left: 50%;
}
/* #####################################3 */

.modal-title {
  font-weight: bold;
}

.div_select {
  margin-bottom: 4rem;
  margin-left: 3.5%;
}
