:root{
  --fontSizeA: 15px;
  --fontSizeP: 17px;
  --fontSizeH1: 30px;
  --fontSizeH2: 26px;
  --fontSizeTitle:60px;
  --fontSizeTitleInternos:53px;
  --fontSizeSubTitle:22px;

  --colorTextoFndoColor:#666666;
  --colorTextoFndoBlanco:#878787;
  --colorAzulLogo: #055881;
  --colorVerdeLogo: #4da234;
  --colorBackground: #e7ecefcc;
}
.registrar {
  background: #f0f0f0;
}
.registrar__hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  height: 80vh;
}
.registrar__hero-content {
  position: absolute;
  z-index: 20;
  width: 80%;
  top: 45%;
  left: 15px;
}
@media (min-width: 1000px) {
  .registrar__hero-content {
    top: 50%;
    width: 520px;
    left: 50%;
    transform: translateX(-485px);
  }
}
.registrar__hero-title {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  position: relative;
  margin-bottom: 25px;
  font-size: var(--fontSizeH2);
  letter-spacing: normal;
}
@media (min-width: 1000px) {
  .registrar__hero-title {
    font-size: 55px;
  }
}
@media (min-width: 1000px) {
  .registrar__hero-title:after {
    bottom: -30px;
  }
}
.registrar__hero-mouse {
  position: absolute;
  width: 30px;
  height: 50px;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  z-index: 10;
  bottom: 50px;
  left: calc(50% - 15px);
  transition: all 0.3s ease;
}
.registrar__hero-mouse:hover {
  border: 2px solid rgb(255, 255, 255);
}
.registrar__hero-mouse:after {
  content: "";
  height: 4px;
  width: 4px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  left: calc(50% - 2px);
  position: absolute;
  top: 10px;
  animation: fade 2s ease infinite;
}
.registrar__hero-next-section {
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  z-index: 10;
  width: 100px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eaeaea' viewBox='0 0 100 20'%3E%3Cpath d='m50,0C34.5,0,14.5,17.5,0,20h100C85.5,17.5,65.5,0,50,0Z'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(236 240 242)' viewBox='0 0 100 20'%3E%3Cpath d='m50,0C34.5,0,14.5,17.5,0,20h100C85.5,17.5,65.5,0,50,0Z'/%3E%3C/svg%3E");
}
.registrar__hero-next-section:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #878787;
  border-right: 2px solid #878787;
  transform: rotate(135deg);
  position: absolute;
  left: 47px;
  bottom: 5px;
}
.registrar__form-section {
  padding-block: 60px;
  background: #eaeaea;
  padding-inline: 15px;
  width: 100%;
  margin: auto;
  background: var(--colorBackground);
}
@media (min-width: 700px) {
  .registrar__form-section {
    position: relative;
    padding-block: 120px;
    padding-inline: 0;
  }
}
.registrar__container {
  max-width: 970px;
  margin-inline: auto;
}
@media (max-width: 1000px) {
  .registrar__container {
    padding: 0 5%;
  }
}
.registrar__form .botones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 600px;
  margin-inline: auto;
  padding: 1rem;
}

.registrar__form .botones a{
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
  width: 160px;
  height: 160px;
  background-color: #055881;
  margin-top: 5px;
  margin-left: 30px;
  margin: 4px;
}
.registrar__form .botones a p{
  margin: 0.5rem;
  color:#fff;
}
.registrar__form .botones a img{
  padding: 20px auto;
  width: 60px;
}
.registrar__heading {
  max-width: 805px;
}
.columns{
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 900px) {
  .columns{
    grid-template-columns: 1fr;
  }
}
.registrar__form {
  width: 100%;
  display: flex;
  gap: 90px;
  display: none;
  gap: 5px;
}
.registrar__form .form {
  flex-grow: 2;
}
.registrar__form.js-active {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1000px){
  .registrar__form.js-active:nth-child(1){
    /*border-right: 1px solid #87878775;*/
    padding: 2rem 0;
  }
  .registrar__form.js-active:nth-child(2){
      margin-left: 0rem;
      border-left: 1px solid #87878775;
      padding: 0 3rem;
  }
}
.registrar__form.js-active.reg{
  display: flex;
  flex-direction: row;
}
.registrar__form-step {
  width: 100%;
  max-width: 520px;
}
.registrar__form-step-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
}
.registrar__form-step-desc {
  font-size: 16px !important;
  color: #878787;
  line-height: 1.5;
}
.registrar__form-step p {
  line-height: 1.5;  
  font-size: 16px;
}
@media (max-width: 700px) {
  .registrar__form.js-active.reg {
    flex-direction: column;
  }
}
.registrar__counter {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 18px;
}
.registrar__title {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
  letter-spacing: -0.8px;
  color: #055881;
  font-weight: 700;
  font-size: var(--fontSizeH2);
  font-weight: 600;
}
.registrar__container .btn__primary {
    background-color: #4da234!important;
    border-color: #4da234;
    color: #fff;
}
.registrar__container .table-wrapper .edit-usuario img,
.registrar__container .table-wrapper .del-usuario img {
  width: 15px;
}
.registrar__title:after {
  bottom: -15px;
  background: var(--colorVerdeLogo) !important;
}
@media (min-width: 700px) {
  .registrar__title {
    font-size: 46px;
    font-size: var(--fontSizeH1);
  }
}
.registrar__btn {
  display: flex;
  justify-content: end;
}
.registrar__pass-disclaimer {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.registrar__thanks {
  color: #4DA234;
  font-weight: 700;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  max-width: 520px;
  line-height: 1.5;
  color: var(--colorTextoFndoColor);
  font-weight: 500;
  font-size: var(--fontSizeP);
}
.container{
  max-width: 100%;
}
.form-row{
  background-color:#c8c8c8;
  display: grid;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 3fr 1fr 1fr;
  padding: 2.5rem;
  margin: 20px auto;
}
.form-row.heading{
  padding: 1rem 2.5rem;
  background-color: transparent;
  grid-template-columns: 4fr 1fr 1fr;
}
.form-row.heading h3{
  font-weight: bold;
  color: #878787;
}
.form-row h3{
  color:#055881;
  font-weight: bold;
}
.form-row p{
  font-size: 0.7rem;
  color:rgb(129, 129, 129);
}
.form-row input{
  padding: 10px;
  width: 100px;
}
.form__group{
  margin-bottom: 4px !important;
}
.form__action {
  justify-content: flex-end !important;
}
#prevStep {
  margin-right: 30px !important;
}
.form__required {
  margin-right: 36% !important;
}
#registrar-paso1 {
  color: #878787;
  padding: 5px;
}
.form__secondary:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.action {
  display: flex;
  justify-content: end;
}
.modal_title {
  font-size: 36px !important;
}
@media (max-width: 500px) {
  .botones a {
    width: 120px !important;
    height: 120px !important;
    margin: 5px !important;
  }
  .botones a img {
    width: 35px !important;
  }
  .botones a p {
    font-size: 12px !important;
  }
}