@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");

body {
  background-color: #16152B;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}

input {
  font-family: "Poppins", sans-serif;
}

/* Estilos personalizados */
.user-imgodin {
  width: 120px;
  height: auto;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 4px solid #ffffff
}

.backbody {
  background-image: url('../images/backgroun2.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-bage {
  background-color: #F5ECE2;
}

.backtrn {
  background-color: rgba(19, 0, 54, 0.712);
  border-radius: 0px 0px 8px 8px;
}

.sp1 {
  border: none;
  border-top: 2px dotted rgb(255, 255, 255);
  margin: 5px 0px 10px 0px;
}

.sp2 {
  border: none;
  border-top: 2px dotted rgb(255, 255, 255);
  margin: 0px 0px 30px 0px;
}

.sect-bass-top {
  padding: 0px 0px 0px 0px;
  

}

.sect-bass {
  padding: 140px 0px 40px 0px;
  background-image: url('../images/back-med-form.jpg');
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

footer {
  padding: 30px 0px 20px 0px;
  font-size: 14px;
}

.sect-bass-last {
  padding: 40px 0px 40px 0px;

}

.box-quest {
  padding: 15px 15px 5px 20px;
  background-color: #fdebb3;
  border-radius: 10px;
  margin-bottom: 20px;
}

.box-inert {
  padding: 20px;
  border: 2px sollid #383838;
  border-radius: 20px;
}

.box-inert-quest {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ff7300;
  background-color: #fff;

}

.num-quest {
  color: #ff7300;
  font-size: 33px;
  font-weight: 600;
}

.content-quest {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 30px;
}

.card-body {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.input-group-text {
  background-color: #4d02d8 !important;
  color: #fff !important;
}

.form-control:focus {
  border: rgba(253, 253, 253, 0) 0px solid !important;
  border-color: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.form-select:focus {
  border-color: #9f6cfd !important;
  box-shadow: none !important;
}

.form-select {
  border: 1px solid rgba(132, 65, 255, 0.478) !important;
}

/* Estilos para el formulario */
.form-group {
  position: relative;
  margin-bottom: 2rem;
}

.form-control {
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  padding: 10px 10px;
  background: transparent !important;
  width: 100%;
  font-size: 16px;
  color: #ffffff !important;
}

.form-control:focus {
  outline: none;
  border-bottom-color: #b17a04;
  color: #ffffff !important;
  background: transparent !important;
}

/* Estilos para el label flotante */
.floating-label {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 16px;
  color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-control:focus~.floating-label,
.form-control:not(:placeholder-shown)~.floating-label,
.form-control.has-content~.floating-label {
  top: -10px;
  font-size: 12px;
  font-weight: 500;
  color: #8f8f8f;
}


.line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #969696;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.form-control:focus~.line {
  transform: scaleX(1);
  background-color: #ff7300;
}

.title-sect-form {
  color: #fdebb3;
  font-size: 53px;
  font-weight: 600;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 1);
}

.text-icon {
  color: #fdebb3;
}

.text-ans-basic {
  color: #222222;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}

.text-ans {
  color: #222222;
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 20px;
  font-weight: 600;
}

.text-ans-end {
  color: #222222;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}

.text-yellow {
  color: #ffb74d;
}

/**** Boton enviar ******/
.btn-sending {
  background-color: #ff9800;
  border-color: #e68900;
  color: #ffffff;
  box-shadow: 1px 10px 24px -6px rgba(0, 0, 0, 0.41);
  -webkit-box-shadow: 1px 10px 24px -6px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 1px 10px 24px -6px rgba(0, 0, 0, 0.41);
}

.btn-sending:hover {
  background-color: #e68900;
  border-color: #cc7700;
  color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.btn-sending:active,
.btn-sending:focus {
  background-color: #cc7700;
  border-color: #b36600;
  box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
}

.btn-sending:disabled {
  background-color: #ffcc80;
  border-color: #ffb74d;
  color: #fff;
  opacity: 0.65;
}

.btn-purple {
  background-color: #6717FD;
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-purple:hover {
  background-color: #3C01A7;
  color: #ffffff;
}

.btn-purple:active {
  background-color: #4a257d;
}

.btn-purple:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(111, 66, 193, 0.5);
}

.btn-purple:disabled {
  background-color: #b19cd9;
  cursor: not-allowed;
}

.btn-what {
  background-color: #009D1B;
  border-color: #009D1B;
  color: #fff;
  box-shadow: 1px 10px 24px -6px rgba(0, 0, 0, 0.41);
  -webkit-box-shadow: 1px 10px 24px -6px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 1px 10px 24px -6px rgba(0, 0, 0, 0.41);
}

.btn-what:hover {
  background-color: #007000;
  border-color: #007000;
  color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.btn-what:active,
.btn-what:focus {
  background-color: #007000;
  border-color: #007000;
  box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
}

.btn-what:disabled {
  background-color: #589758;
  border-color: #589758;
  color: #fff;
  opacity: 0.65;
}

.sect-bass-top {
  min-height: 100vh;

}

.sect-bass {
  min-height: 100vh;
}

/* Animación */
@keyframes vibrate {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-2px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(2px);
  }
}

.vibrate-icon {
  display: inline-block;
  animation: vibrate 1s infinite, pause 6s infinite;
}

.vibrate-icon:hover {
  animation-play-state: paused;
}

@keyframes pause {

  0%,
  50% {
    animation-play-state: running;
  }

  50%,
  100% {
    animation-play-state: paused;
  }
}

@media (max-width: 576px) {
  .logo {
    width: auto;
    height: 50px;
  }

  .sect-bass-top {
    padding: 10px 0px 20px 0px !important;
  }

  .sect-bass {
    padding: 60px 0px 30px 0px !important;

  }

  .sect-bass-last {
    padding: 40px 0px 40px 0px !important;
  }

  .title-sect-form {
    font-size: 33px;
    line-height: 30px;
    font-weight: 600;
  }

  .text-ans-basic {
    color: #222222;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 13px;
    font-weight: 600;
  }

  .text-ans {
    color: #222222;
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 13px;
    font-weight: 600;
  }

  .text-ans-end {
    color: #222222;
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 0px;
  }

  .text-conte {
    line-height: 23px;
    font-size: 24px !important;
    margin-bottom: 25px !important;
  }

  .box-quest {
    padding: 15px 15px 10px 20px;
    background-color: #fdebb3;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}

.text-conte {
  line-height: 25px;
  font-size: 23px;
  margin-bottom: 30px;
}

.btn-questfw {
  background-color: #ff7300;
  border-color: #ff7300;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}

.btn-questfw:hover {
  background-color: #e65c00;
  border-color: #e65c00;
  color: #fff;
}

.btn-questfw:active {
  background-color: #cc5200;
  border-color: #cc5200;
  color: #fff;
}

.btn-questfw:focus {
  background-color: #ff7300;
  border-color: #ff7300 !important;
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(255, 115, 0, 0.5);
}

.btn-questfw:disabled {
  background-color: #ff7300;
  border-color: #ff7300;
  opacity: 0.65;
  cursor: not-allowed;
}

/* Estilos para los checkboxes personalizados */
.form-check-input[type="checkbox"] {
  appearance: none;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #ccc;
  border-radius: 0.25em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-check-input[type="checkbox"]:checked {
  background-color: #FF8000 !important;
  border-color: #FF8000 !important;
}

.form-check-input[type="checkbox"]:checked::before {
  /*content: "✔"; */
  display: block;
  text-align: center;
  color: white;
  font-size: 0.9em;
}

.form-check-input[type="radio"] {
  appearance: none;
  width: 1em;
  height: 1em;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-check-input[type="radio"]:checked {
  background-color: #FF8000;
  border-color: #FF8000;
}

.form-check-input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  margin: 0.2em;
  background-color: white;
  border-radius: 50%;
}

.form-check-input:focus {
  box-shadow: none !important;
}

.progress-bar-container {
  width: 100%;
}

.progress {
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.progress-bar {
  transition: width 0.5s ease-in-out; 
}

.boton-imagen {
  transition: transform 0.3s ease; 
  display: inline-block; 
}

.boton-imagen:hover {
  transform: translateY(-5px); 
  filter: drop-shadow(0 5px 3px rgba(91, 3, 255, 0.801)); 
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-decoration: none;
    transition: background 0.3s ease;
}

    .whatsapp-button:hover {
        background-color: #1ebe5d;
    }

    .whatsapp-button i {
        font-size: 28px;
    }

