:root {
  --white: white;
  --orange: #ed6427;
  --blue: #04243b;
  --black: #000;
}

/* * {
  font-family: "Montserrat", sans-serif;
} */

body {
  margin: 0;
}

.bg-dark {
  background-color: rgb(48, 51, 59);
  background-image: -webkit-radial-gradient(
    center,
    circle cover,
    rgb(57, 59, 69) 0%,
    rgb(45, 48, 56) 70%
  );
  min-height: calc(100vh - 30px);
  margin: 0;
}

.btn-container {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.btn-ghost {
  position: relativate;
  display: inline-block;
  border: 1px solid var(--orange);
  padding: 14px 10px;
  width: 400px;
  color: var(--black);
  font-weight: 700;
  /* text-transform: uppercase; */
  text-decoration: none;
  background: var(--white);
  transition: color 0.5s, background 0.5s;
  margin-left: 30px;
  margin-bottom: 15px;
  font-size: 1em;
  min-width: 140px;
  text-align: center;
}

.btn-ghost.round {
  border-radius: 25px;
}

.btn-ghost.secundary {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}

.btn-ghost:hover {
  color: var(--white);
  border-color: var(--white);
  background-color: var(--blue);
}

.btn-ghost.secundary:hover {
  color: var(--black);
  background-color: var(--blue);
}

.btn-ghost:active {
  box-shadow: inset 0 0 20px var(--orange);
  border-color: var(--white);
}

.btn-ghost.secundary:active {
  box-shadow: inset 0 0 20px var(--black);
  border-color: var(--white);
}

.btn-ghost.orange {
  background-color: var(--blue);
  border-color: var(--white);
  color: var(--white);
}

.btn-ghost.secundary.orange {
  background-color: transparent;
  color: var(--white);
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.btn-ghost.orange:hover {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}

.btn-ghost.secundary.orange:hover {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--white);
}

.btn-ghost.orange:active {
  box-shadow: inset 0 0 20px var(--orange);
  border-color: var(--white);
  border-color: var(--white);
}

.btn-ghost.secundary.orange:active {
  box-shadow: inset 0 0 20px var(--orange);
  border-color: var(--white);
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  border: 1px solid var(--orange);
}

input:focus {
  outline: none;
  border-color: var(--white);
  box-shadow: 0 0 0 1px var(--orange);
}

input {
  border-color: var(--white);
}

select {
  border: 1px solid var(--orange);
}

select:focus {
  outline: none;
  border-color: var(--white);
  box-shadow: 0 0 0 1px var(--orange);
}

select {
  border-color: var(--white);
}


/* Estilos para pantallas de tamaño reducido */
@media (max-width: 768px) {
  .btn-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .btn-ghost {
    width: 100%; /* El ancho se ajustará al 100% del contenedor */
    margin: 5px 0; /* Margen superior e inferior reducido */
  }
}








/* otros */
.autocomplete-input {
  position: relative;
  width: 100%;
}

.register-photo {
  /* background:#f1f7fc; */
  padding:10px 0;
}

.register-photo .image-holder {
  background-color: rgba(0, 0, 0, 0.5);
  display:table-cell;
  /* background-image: url("../../public/images/banner-bg1.png"); */
  background-size:cover;
}

.register-photo .image-holder1 {
  display:table-cell;
  /* width:auto; */
  /* background-image: url("../../public/images/banner-bg2.png"); */
  /* background-image: url("paper.gif"); */
  background-size:cover;
}

.register-photo .image-holder2 {
  display:table-cell;
  /* width:auto; */
  /* background-image: url("../../public/images/banner-bg3.png"); */
  /* background-image: url("paper.gif"); */
  background-size:cover;
}

.register-photo .image-holder3 {
  display:table-cell;
  /* width:auto; */
  /* background-image: url("../../public/images/banner-bg0.png"); */
  /* background-image: url("paper.gif"); */
  background-size:cover;
}


.register-photo .image-holder4 {
  display:table-cell;
  /* width:auto; */
  /* background-image: url("../../public/images/banner-bg4.png"); */
  /* background-image: url("paper.gif"); */
  background-size:cover;
}

h6 {
  color: white;
  font-weight: bold;
}


.register-photo .form-container {
  display:table;
  max-width:1000px;
  width:100%;
  margin:0 auto;
  box-shadow:1px 1px 5px rgba(0,0,0,0.1);
}

.register-photo form {
display:table-cell;
width:500px;
background-color: rgba(0, 0, 0, 0);
padding: 0;
color:#505e6c;
}

@media (max-width:991px) {
  .register-photo form {
    padding:40px;
  }
}

.register-photo form h2 {
  font-size:24px;
  line-height:1.5;
  margin-bottom:0px;
}

.register-photo form .form-control {
  background:#f7f9fc;
  border:none;
  border-bottom:1px solid transparent;
  border-radius:0;
  box-shadow:none;
  outline:none;
  color:inherit;
  text-indent:6px;
  height:40px;
}

.register-photo form .form-check {
  font-size:13px;
  line-height:20px;
}

.register-photo form .btn-primary {
  background:#f4476b;
  border:none;
  border-radius:4px;
  padding:11px;
  box-shadow:none;
  margin-top:5px;
  text-shadow:none;
  outline:none !important;
}

.register-photo form .btn-primary:hover, .register-photo form .btn-primary:active {
  background:#eb3b60;
}

.register-photo form .btn-primary:active {
  transform:translateY(1px);
}

.register-photo form .already {
  display:block;
  text-align:center;
  font-size:12px;
  color: transparent;
  opacity:0.9;
  text-decoration:none;
}


.background {
  background-color: transparent;
}

/* body, p, input, select, textarea, button {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.2px;
  font-size: 16px;
} */

.text {
    font-family: "Montserrat", sans-serif;
  letter-spacing: -0.2px;
  font-size: 16px;
}

/* 
div, p {
  color: #BABECC;
  text-shadow: 1px 1px 1px #FFF;
} */

form {
  padding: 16px;
  border-radius: 50px;
  /* width: 420px; */
  margin: 0 auto;
}

.segment {
  padding: 10px 0;
  text-align: center;
}

.button, input {
  border: 0;
  outline: 0;
  font-size: 16px;
  border-radius: 320px;
  padding: 16px;
  background-color: #FFF;
  text-shadow: 1px 1px 0 #FFF;
}

.button {
  color: #61677C;
  font-weight: bold;
  box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
}
.button:hover {
  box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
}
.button:active {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}
.button .icon {
  margin-right: 8px;
  
  
}
.button.unit {
  border-radius: 8px;
  line-height: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  font-size: 19.2px;
}
.button.unit .icon {
  margin-right: 0;
}
.button.red {
  display: block;
  width: 100%;
  color: #170878;
}

label {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

input {
  margin-right: 8px;
  box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}
input:focus {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}

.activo {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
  border-color: #170878;
}

.input-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.input-group label {
  margin: 0;
  flex: 1;
}


.button.seleccionable {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.button.seleccionado {
  background-color: #fff;
  color: #000;
}

.text-center {
  color: white;
  font-weight: bold;
  /* text-shadow: -0.1em 0.1em #000; */
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

input[type="checkbox"] {
  all: unset;
}


.checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.checkbox-icon {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: orangered;
  margin-right: 8px;
}

.checkbox.checked .checkbox-icon {
  background-color: var(--blue);
  border-color: white;
}

.checkbox-label {
  font-size: 12px;
  color: white;
}

.checkbox-label2 {
  font-size: 16px;
  color: white;
}


