.form-container {
  max-width: 552px;
  width: 100%;
}

.form-icon-container {
  max-width: 394px;
  width: 100%;
}

.form-title {
  text-align: center;
  color: #03547E;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 511px;
  flex-shrink: 0;
}

.form-title-orange {
  color: #F07F1E;
  font-weight: 900;
}

.form-title-blue {
  color: #03547E;
  font-weight: 900;
}

.salto-linea {
  content: "\a";
  white-space: pre;
}

.form-terminos-text {
  text-align: center;
  max-width: 572px;
  flex-shrink: 0;
  color:  #00548E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-terminos-text-azul {
  color: #00548E;
  font-weight: 600;
}

.form-terminos-text-verde {
  color: #00A490;
}


.buttonText {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*Boton effecto*/
.btn-20,
.btn-20 *,
.btn-20 :after,
.btn-20 :before,
.btn-20:after,
.btn-20:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-20 {
  -webkit-tap-highlight-color: transparent;
  background-color: #F07F1E;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  padding: 0;
  width: 380px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-20:disabled {
  cursor: default;
}

.btn-20:-moz-focusring {
  outline: auto;
}

.btn-20 [hidden] {
  display: none;
}

.btn-20 {
  border-radius: 99rem;
  overflow: hidden;
  padding: 0.8rem 3rem;
  position: relative;
}

.btn-20 span {
  mix-blend-mode: lighten;
}

.btn-20:before {
  background: linear-gradient(90deg, #03547E 0%, #01558C 51%, #0699D6 100%);
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skew(0deg) translateX(-20%);
  transition: transform 0.2s ease;
  width: 120%;
}

.btn-20:hover:before {
  transform: skew(-45deg) translateX(75%);
}

/*input effect*/

.input-container {
  position: relative;
  width: 100%;
}

.input-container label {
  color: #616161;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  top: 50%;
  left: 15px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.input-container.has-text label {
  top: 0;
  font-size: 15px;
  color: #616161;
  transform: translateY(-95%);
}

.input-design {
  width: 100%;
  height: 38px;
  border-radius: 8px;
  border: 2px solid #ACACAC;
  background: #F4F4F4;
  color: #616161;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*Select propiedades*/
.select-container {
  position: relative;
  width: 100%;
}

.select {
  width: 100%;
  height: 38px;
}

.select-container label {
  color: #616161;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 20px;
  padding: 0;
  margin: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.select-container label.moved-up {
  top: 0;
  font-size: 15px;
  color: #616161;
  transform: translateY(-95%);
}

.select input {
  --tw-ring-shadow: unset !important;
  text-overflow: ellipsis !important;
}

.css-13cymwt-control {
  color: #616161 !important;
  border-radius: 8px !important;
  border: 2px solid #ACACAC !important;
  background: #F4F4F4 !important;
}

.select input {
  --tw-ring-shadow: unset !important;
  text-overflow: ellipsis !important;
}

.css-t3ipsp-control {
  color: #616161 !important;
  border-radius: 8px !important;
  border: 2px solid #ACACAC !important;
  background: #F4F4F4 !important;
}

.label-truncate {
  display: block;
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*Propiedades del efecto*/

.fondo_p {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.fondo_img {
  max-width: 1920px;
  background: url(@/Images/Registro/baner-movil.png) fixed;
  background-size: cover;
}

.div_img_parallax {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-registrate {
  position: absolute;
  text-align: center;
  top: 200px;
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.img_parallax {
  position: relative;
}

.img_parallax-movil {
  padding-top: 50px;
}


.img_parallax-escritorio {
  display: none;
}

@media (min-width: 481px) {
  .img_parallax-movil {
    display: none;
  }

  .img_parallax-escritorio {
    display: flex;
  }
}

@media (max-width: 768px) {
  .text-registrate {
    margin-bottom: 133px;
    font-size: 60px;
  }
}

@media (max-width: 480px) {
  .text-registrate {
    margin-bottom: 65px;
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  .fondo_p {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
  }

  .fondo_img {
    background: url(@/Images/Registro/banner-tablet.svg) fixed;
    background-size: cover;
  }

  .img_parallax-escritorio {
    padding-top: 60px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-registrate {
    margin-bottom: 50px;
    font-size: 60px;
  }

  .contador {
    font-size: 25px;
  }

  .numero-contador {
    font-size: 50px;
  }
}

/*Sponsors letter*/
.sponsor {
  background: linear-gradient(90deg, #03547E 0%, #01558C 51%, #0699D6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.custom-select {
    position: relative;
    width: 100%;
}


.input-design:focus {
    border-color: #63b3ed;
    box-shadow: 0 0 0 3px rgba(99, 179, 237, 0.2);
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    z-index: 10;
    margin-top: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    padding: 10px 14px;
    cursor: pointer;
    font-size: 14px;
    color: #2d3748;
}

.dropdown-item:hover {
    background-color: #f7fafc;
}



@media (min-width: 1200px) {
  .fondo_p {
    flex-direction: column;
    justify-content: end;
    align-items: center;
  }

  .fondo_img {
    width: 100%;
    background: url(@/Images/Registro/banner-escritorio.svg) fixed;
    background-size: cover;
    display: flex;
  }

  .img_parallax-escritorio {
    padding-top: 100px;
  }

  .text-registrate {
    font-size: 95px;
  }

  .contador {
    font-size: 25px;
    padding-bottom: 25px;
  }

  .numero-contador {
    font-size: 50px;
  }
}

@media (min-width: 1500px) {
  .text-registrate {
    font-size: 128px;
  }

  .contador {
    font-size: 40px;
    padding: 25px 0;
  }

  .numero-contador {
    font-size: 65px;
  }
}

@media (max-width: 1440px) {
  .form-container {
    margin-right: 1.25rem;
  }
}

@media (max-width: 480px) {
  .form-title {
    max-width: 421px;
  }

  .form-container {
    max-width: 435px;
  }

  .medical-icon {
    max-width: 255px;
  }

  .form-terminos-text-verde {
    content: "\a";
    white-space: pre;
  }
}

@media (max-width: 770px) {
  .form-icon-container {
    max-width: 255px;
  }

  .form-title {
    text-align: center;
  }

  .form-container {
    max-width: 633px;
    margin-right: 0;
    padding: 22px 22px;
  }

  .medical-icon {
    max-width: 255px;
  }

  .input-design {
    font-size: 22px;
    height: 54px;
  }

  .input-container label {
    font-size: 22px;
  }

  .select {
    font-size: 22px;
    height: 54px;
  }

  .select-container label {
    font-size: 22px;
    top: 45%;
  }
}
