/* Public Sans Font */

@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600&display=swap");

/* Font Awesome */

@import url("fontawesome.min.css");
@import url("light.min.css");
@import url("brands.min.css");

/* GENERAL */

body {
  /* background: linear-gradient(124.14deg, rgba(21, 20, 102, 0.4) 20%, rgba(60, 135, 115, 0.2) 39.82%, rgba(21, 20, 102, 0.3) 60%), radial-gradient(154% 102% at 85% 32.47%, rgba(21, 20, 102, 0) 89.82%, rgba(230, 148, 247, 0.6) 82.11%),
    radial-gradient(124% 129% at 65% 78.47%, rgba(21, 20, 102, 0) 69.82%, rgba(21, 20, 102, 0.9) 82.11%),
    radial-gradient(125% 178% at 25% 4.47%, rgba(21, 20, 102, 0) 49.82%, rgba(21, 20, 102, 0.6) 82.11%),
    radial-gradient(41.58% 150.68% at 26.01% 45.34%, rgba(21, 20, 102, 0.6) 19.17%, rgba(21, 20, 102, 0) 100%),
    linear-gradient(84.14deg, rgba(60, 135, 115, 0.8) 2.84%, rgba(247, 161, 166, 0.2) 118.515%),
    radial-gradient(50% 120% at 100% 14.47%, #9A3E76 6.9%, rgba(189, 76, 84, 0.5) 52.84%, rgba(60, 135, 115, 0) 100%), radial-gradient(56% 120% at 90% 112.47%, rgba(30, 29, 152, 50) 26.9%, rgba(30, 29, 152, 0.8) 72.84%, rgba(255, 155, 130, 0) 100%), radial-gradient(35% 68% at 35% 84.47%, #3C8773 49.82%, rgba(251, 211, 199, 0) 82.11%), linear-gradient(84.14deg, #9A3E76 2.84%, #3C8773 118.515%); */
  background: linear-gradient(90deg, rgba(26, 27, 89, 1) 0%, rgba(47, 24, 147, 1) 50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  font-family: "Public Sans";
  font-weight: 400;
  font-size: 0.95rem;
  color: #fff;
}

.bg-blue {
  background-color: #2342FB;
  padding: 2rem;
  border-radius: 10px;
}

.wrapForm {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 7rem;
}

.hidden {
  display: none;
}

.btn-actions {
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}

.btn-actions:focus {
  box-shadow: none;
}

.btn-send {
  background-color: #FF7A87;
  height: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
  border-radius: 10px;
  color: #141647;
  border-color: #141647;
}

.btn-send:hover {
  background-color: #DA6570;
  opacity: 0.9;
  color: #fff;
  border-color: #fff;
}

.btn-actions:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
}

.btn-actions.btn-outline-light:hover {
  color: #000;
}

.btn-actions i {
  vertical-align: text-bottom;
  font-size: 1.5rem;
}

/* HEADER */

header {
  margin-bottom: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.wrapLogo {
  margin-bottom: 5rem;
}

.logo {
  margin-left: 2rem;
  margin-right: 2rem;
}

.logo img {
  height: 100px;
  display: block;
}

.title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

/* STEPS */

#wrapSteps {
  margin-bottom: 4rem;
}

.steps {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  color: #FF7A87;
}

.steps li {
  width: 2.85714286%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.steps li:nth-child(odd) {
  width: 10%;
}

.step-top {
  width: 100%;
  height: 40px;
  margin-bottom: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-bottom {
  width: 100%;
}

.steps li span {
  display: block;
}

.steps li i {
  font-size: 1.4rem;
}

.step-num {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #FF7A87;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
}

li.active .step-num {
  background-color: #FF7A87;
  color: #141647;
}

.step-title {
  width: 100%;
  height: 35px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 300;
}

/* FORM */

#slideForm section.step {
  background-color: #fff;
  margin-bottom: 80px;
  padding: 4rem;
  border-radius: 15px;
  color: #010101;
}

.headForm {
  margin-bottom: 2rem;
}

.headForm h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.headForm h3 {
  font-size: 1.3rem;
}

.carousel-control-next,
.carousel-control-prev {
  width: auto;
  height: 60px;
  top: auto;
  display: inline-block;
  opacity: 1;
  border-radius: 10px;
  color: #FF7A87;
}

.carousel-control-next {
  background-color: #FF7A87;
  color: #141647;
}

.carousel-control-next:hover {
  background-color: #DA6570;
  color: #FFF;
}

/*.carousel-control-next .button-text {
  color: #141647 !important;
 } 

.carousel-control-next .button-text:hover {
  color: #DA6570 !important;
}
*/

form .row {
  margin-bottom: 2rem;
}

form .form-control,
form .form-select {
  background-color: transparent;
  border: 2px solid #010101;
  border-radius: 10px;
  font-size: 1.3rem;
  color: #010101;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}

form .form-select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
}

form .form-control:focus,
form .form-select:focus {
  background-color: transparent;
  border-color: #010101;
  color: #010101; 
  outline: 0;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
}

form .form-select:focus {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
}

form .form-control::placeholder {
  color: #fff;
}

form textarea.form-control {
  height: 100px !important;
}

form .form-select {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

form input[type="button"] {
  background-color: #f92223;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}

form input[type="button"]:hover {
  background-color: #DA6570;
}

form input[type="radio"].toggle {
  display: none;
}

form input[type="radio"].toggle+label {
  cursor: pointer;
  min-width: 80px;
}

form input[type="radio"].toggle+label:hover {
  background: none;
  color: #fff;
}

form input[type="radio"].toggle+label:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: left 100ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 100ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: -1;
}

form input[type="radio"].toggle.toggle-left+label:after {
  left: 100%;
}

form input[type="radio"].toggle.toggle-right+label {
  margin-left: 10px;
}

form input[type="radio"].toggle.toggle-right+label:after {
  left: -100%;
}

form input[type="radio"].toggle:checked+label {
  background: #fff;
  cursor: default;
  color: #000;
}

form input[type="radio"].toggle:checked+label:after {
  left: 0;
}

.checkbox-lg .form-check-input {
  top: 0.8rem;
  scale: 1.4;
  margin-right: 0.7rem;
}

.checkradio-lg {
  scale: 1.4;
}

.form-check-input {
  border-color: #010101;
}

.form-check-input:checked {
  background-color: #42ae58;
  border-color: #fff;
}

.checkbox-lg .form-check-label {
  padding-top: 1px;
}

.form-check {
  margin-bottom: 0.4rem;
}

.wrapFileTop {}

.wrapFile {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
}

.btn-upload {
  background-color: #00cea8;
  color: #fff;
}

.btn-upload:hover {
  color: #fff;
}

.wrapFileBottom ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wrapFileBottom ul li {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.wrapFileBottom ul li:first-child {
  margin-top: 30px;
}

.wrapFileInfo {
  color: #596470;
}

.fileName {
  margin-right: 10px;
}

.wrapFileBottom ul li:empty {
  margin-top: 0;
  padding: 0;
  border: 0;
}

.wrapEvidencias {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
}

form .wrapEvidencias .form-control,
form .wrapEvidencias .form-select {
  border-color: #596470;
  color: #596470;
}

form .wrapEvidencias .row {
  margin-bottom: 0;
}

.wrapEvidencias .wrapFile {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.wrapEvidencias label {
  color: #596470;
}

.rowAdd {
  margin-top: 30px;
}

.rowAdd .btn {
  background-color: #fff;
  color: #000;
}

.headForm-7 {
  margin-top: 60px;
}

/* LOGIN */

#login-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#login-container .wrap-form {
  display: flex;
  justify-content: center;
}

#login-container .wrap-form h4 {
  text-align: center;
}

#login-container .wrap-form form {
  width: 100%;
}

#login-container .wrap-form form .row {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

#login-container .wrap-form .form-control {
  padding-left: 0;
  padding-right: 0;
}

#login-container .form-floating>label {
  padding-left: 0;
}

#login-container .form-floating>.form-control:focus~label,
#login-container .form-floating>.form-control:not(:placeholder-shown)~label,
#login-container .form-floating>.form-select~label {
  transform: scale(0.85) translateY(-1rem) translateX(0rem);
}

#login-container .wrap-form .btn-login {
  background-color: #000;
  padding: 0.5rem 1rem;
  border-color: #000;
  display: block;
  color: #fff;
  font-size: 1.4rem;
}

#login-container .wrap-form .btn-login:hover {
  background-color: #000;
  border-color: #000;
  text-decoration: none;
}

#login-container .wrap-form a {
  color: #fff;
  text-decoration: none;
}

#login-container .wrap-form a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  #login-container .wrap-form form {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .wrapForm {
    width: 96%;
  }

  .container,
  .container-sm {
    max-width: 100% !important;
  }

  .logo img {
    height: 70px;
  }

  .steps li {
    display: none;
    flex-direction: row;
    justify-content: flex-start;
  }

  .steps li:nth-child(odd) {
    width: 100%;
    display: flex;
  }

  .step-top {
    width: auto;
    margin-right: 20px;
  }

  .step-bottom {
    width: 80%;
    justify-content: flex-start;
  }

  .step-title {
    display: block !important;
    padding-top: 6px;
    text-align: left;
  }

  .step-title br {
    display: none;
  }
}

a {
  color: white;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}

.form-control[type="date"],
.form-control[type="time"],
.form-control[type="datetime-local"] {
  color-scheme: dark;
}

.form-control[type="date"]:focus,
.form-control[type="time"]:focus,
.form-control[type="datetime-local"]:focus {
  color-scheme: light;
}

:root {
  --select2-selection-background: #000;
  --select2-selection-text-color: #fff;
  --select2-selection-border-color: #fff;
  --select2-arrow-color: #fff;
}

div.select2.select2-container.select2-container--default.select2-container--focus.select2-container--below>div.selection>div {
  padding-top: 9px;
  height: 47px !important;
  border: 2px solid var(--select2-selection-border-color) !important;
  border-radius: 10px;
  font-family: "Public Sans";
}

.select2-selection__arrow {
  padding-bottom: 9px;
  padding-right: 18px;
}

.select2-search__field {
  border-color: white !important;
}

.not-found {
  background: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
}

.not-found h2 {
  margin-bottom: 0;
  font-size: 1.3rem;
  text-align: center;
  color: #0080ff;
}

.not-found img {
  width: 40%;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

@media screen and (max-width: 425px) {

  header {
    margin-bottom: 2rem;
  }

  p:empty {
    margin-bottom: 0 !important;
  }

  .form-block p {
    word-break: break-word;
    text-align: left !important;
  }

  .title {
    font-size: 1.7rem;
  }

  #slideForm section.step {
    padding: 2rem;
  }

  .actionWrap {
    flex-direction: column;
  }

  .carousel-inner {
    overflow: visible;
  }

  .carousel-control-next,
  .carousel-control-prev,
  .btn-actions.btn-send {
    width: 100%;
  }

  .btn-actions.btn-send {
    justify-content: center;
    
  }

  .carousel-control-prev {
    bottom: -80px;
    border: 2px solid #fff;
  }

}
