.midcontarea {
  max-width: 100% !important;
}

strong {
  font-size: 1rem !important;
}

.figure.img-center img {
  display: block;
  width: 100%;
  margin: auto;
}

body h1 {
  font-size: 3rem;
  text-align: center !important;
}

body h2 {
  margin-top: 20px;
}

.register-area-form .register-form {
  background: 0 0 !important;
}

@media screen and (width >=1024px) {
  .register-area-form .register-form .form-group {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
  }

  .register-area-form .register-form .form-group .birth_month {
    width: 30% !important;
  }

  .register-area-form .register-form .form-group label.col-lg-3.control-label {
    width: 100% !important;
    padding-inline: 0 !important;
    margin-right: auto !important;
    font-size: 15px !important;
    text-align: left !important;
  }

  .register-area-form .register-form .form-group .col-lg-9 {
    width: 100% !important;
  }
}

.register-area-form .register-form .login-footer2 {
  padding: 20px 0 30px !important;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #a67f2d38;
}

.howto-heading {
  display: flex;
  column-gap: 10px;
  border-bottom: 1px solid #9db549;
}

.howto-heading h2 {
  display: flex;
  flex: 20%;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  font-size: 18px !important;
  color: #d9dccf;
  text-align: center;
  background: oklch(100% 0 129.63deg);
  border-radius: 4px;
}

.howto-heading p {
  display: flex;
  flex: 80%;
  flex-flow: row;
  align-self: center;
  padding: 3px 20px;
  margin-bottom: 0 !important;
  font-size: 1.2em;
  line-height: 1.5;
}

.howto-active {
  height: max-content;
  padding-top: 0 !important;
  margin-top: 50px;
  cursor: pointer;
  background: #e6ecd121;
  border: 1px solid #9db549;
  border-radius: 4px;
}

.howto-active h2 {
  display: flex;
  flex: 20%;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  font-size: 18px !important;
  color: #677240;
  text-align: center;
  background: oklch(88.857% 0.0177 117.473deg / 62%);
  border: 1px solid #677240;
  border-radius: 4px;
}

.howto-main {
  margin-top: 30px;
}

.howto-main .hover-active {
  border: 1px solid #a67f2d !important;
  border-radius: 4px !important;
}

.howto-main .hover-inactive {
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 4px;
}

.howto-main .row:nth-child(2) {
  border: 1px solid red;
}

.howto-main .col-md-4 {
  padding: 0 20px 5px;
}

.howto-main .step1-text p {
  margin-bottom: 20px;
  line-height: 1.8em !important;
}

.howto-main .step1-text .list-group {
  margin-bottom: 30px;
  font-size: 16px;
  border: 1px solid;
}

.howto-main .step1-text .list-group .active {
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-left: 0 !important;
  color: oklch(100% 0 129.63deg) !important;
  text-align: center;
  background: #677240 !important;
  border: none;
}

.howto-main .step1-text li {
  margin-left: 30px;
}

.howto-main .step2-text {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  opacity: 0.5;
}

@media screen and (width <=992px) {
  .howto-main .step2-text {
    opacity: 1;
  }
}

.howto-main .step2-text p {
  margin: 20px;
  font-size: 1em;
  line-height: 1.8em !important;
}

.howto-main .step3-text {
  opacity: 0.5;
}

.howto-main .step3-text p {
  margin: 20px;
  font-size: 1em;
  line-height: 1.8em !important;
}

.howto-main .step3-text .card {
  margin-bottom: 20px;
  font-size: 1em;
  border: transparent;
}

.howto-main .step3-text .card .card-header {
  background: #677240;
}

.howto-main .step3-text legend {
  margin-bottom: 0 !important;
  border: none !important;
}

.howto-main .step3-text legend i.fa-solid.fa-star {
  margin-right: 5px;
  color: #677240;
}

.howto-main .step2-cta {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.howto-main .step2-cta a {
  display: inline-block;
  padding: 18px;
  color: oklch(100% 0 129.63deg);
  background: #677240 !important;
  border-radius: 4px;
}

.opacity-50 {
  opacity: 0.5;
}

.step-inactive {
  color: #d9dccf !important;
  background: 0 0 !important;
  border: none !important;
}

.howto-step:hover .step2-text,
.howto-step:hover .step3-text {
  opacity: 1;
}

.ms-slide-bgcont {
  border-radius: 4px !important;
}

.panel-title-row {
  display: flex;
  column-gap: 5px;
  align-items: center;
}

.panel-default > .panel-heading {
  padding: 0;
  color: #333;
  background-color: transparent;
  border-color: transparent;
}

.howto-mobile .panel .panel-heading {
  background: 0 0 !important;
}

.step {
  width: 70px;
  padding: 15px 7px;
  font-size: 1rem;
  color: #677240;
  text-align: center !important;
  outline: #677240 solid 2px;
  background: oklch(88.857% 0.0177 117.473deg / 62%);
  border-radius: 2px;
  transition: 0.5s;
}

.step-text {
  padding-inline: 2px !important;
  padding-top: 5px;
  padding-left: 46px;
  font-size: 15px;
  color: #2d2e34;
}

.panel-default {
  border-color: transparent;
}

.panel-title {
  padding: 10px 8px;
  border-radius: 2px;
}

.panel.panel-default {
  margin-bottom: 10px;
}

.panel-group {
  margin-bottom: 0;
}

.panel-group .panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 oklch(0% 0 0deg / 50%);
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group.howto-mobile .howto-active-mobile {
  outline: #9db549 solid 1px;
  background-color: oklch(93.137% 0.0362 117.364deg / 12.9%) !important;
}

.panel-group.howto-mobile .step2-cta {
  width: 100%;
  margin-bottom: 40px;
  color: oklch(100% 0 129.63deg) !important;
  text-align: center;
}

.panel-group.howto-mobile .step2-cta a {
  display: inline-block;
  padding: 18px;
  color: oklch(100% 0 129.63deg);
  background: #677240 !important;
  border-radius: 4px;
}

.panel-group.howto-mobile .step3-text legend i.fa-solid.fa-star {
  margin-right: 5px;
  color: #677240;
}

.panel-group.howto-mobile .step3-text .card .card-header {
  background: #677240;
}

.howto-mobile-active-heading {
  background-color: #0c1d32 !important;
}

.howto-mobile-active-title {
  color: #dbe7f5 !important;
}

.howto-mobile-active-step {
  color: #dbe7f5 !important;
  background: #a67f2d !important;
}

.howto-mobile-inactive-step {
  color: #9db549 !important;
  outline: transparent solid 2px !important;
  background: 0 0 !important;
}

.howto-active-mobile h4.panel-title {
  background: #e6ecd121 !important;
}

@media screen and (width >=1024px) {
  .cartagena-women-cluster.midcontarea {
    max-width: 100% !important;
    margin-inline: auto !important;
  }
}

@media screen and (width <=992px) {
  .howto-main .step3-text {
    opacity: 1;
  }

  .panel-group.howto-mobile .step3-text .card {
    margin-bottom: 2rem;
  }

  .panel-group.howto-mobile .list-group {
    width: 100%;
  }

  .panel-group.howto-mobile {
    margin-top: 35px;
  }

  h1 {
    font-size: 1.3rem !important;
  }
}

@media screen and (width >=992px) {
  .panel-group.howto-mobile {
    display: none;
  }

  label.col-lg-3.control-label {
    width: 10%;
  }
}
