body {
  font-family: "Poppins", sans-serif !important;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: normal;
}

.superheading {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.5px;
}

@media screen and (max-width: 768px) {
  .header.fixed {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  }

  h2 {
    font-size: 20px;
  }

  h2.superheading {
    font-size: 20px;
    letter-spacing: normal;
  }
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.5px;
}

.separadorProOneXl {
  padding: 8px;
}

.separadorProTwoXl {
  padding: 12px;
}

.header .content .logo img.desktop {
  margin-top: inherit;
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  .header .content .logo img.desktop {
    margin-left: 10px;
  }
}

.header.fixed {
  height: 54px;
}

.header .content .logo {
  padding: inherit;
  margin-left: inherit;
  height: 54px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form-control:is(:focus, :active) {
  box-shadow: 0 0 0 3px rgb(153, 153, 153);
}

.logo-piscilago {
  width: 200px !important;
  height: 54px;
  margin: inherit;
}

.bannerColsubsidioPiscilago,
.bannerColsubsidioGray {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 54px;
}

.bannerColsubsidioPiscilago {
  background-color: rgb(51, 208, 252);
}

.bannerColsubsidioGray {
  background: linear-gradient(45deg,
      rgba(246, 247, 252, 1) 0%,
      rgba(161, 214, 239, 1) 100%);
}

.titulo {
  width: 505px !important;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  width: 50%;
  color: #ffff;
  gap: 1rem;
  flex-direction: column;
}

.titulo h1 {
  width: min(100%, 370px);
  color: rgb(51, 51, 51);
  font-size: 44px;
  letter-spacing: normal;
  line-height: 52.8px;
}

.titulomaxwidth h1 {
  width: min(100%, 450px);
}

.titulo p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 140%;
  letter-spacing: 0.25px;
}

.bannerColsubsidioPiscilago img {
  height: 300px;
}

.bannerColsubsidioGray img {
  height: 100%;
}

.bg-gray {
  background-color: #f6f7fd;
}

/*#razon_social {
     background-color: #b3b3b3;
   }*/

.container-forms {
  width: 100%;
}

.contentSuperHeading {
  width: min(100%, 100%);
  min-height: 192px;
  /* background-color: #f6f7fd; */
  position: relative;
  z-index: 1;
}

.contentSuperHeading::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 192px;
  top: 0;
  z-index: 0;
  background-color: #f6f7fd;
}

.contentSuperHeading .superheading {
  text-align: left !important;
  position: relative;
  padding-top: 2.6rem;
  z-index: 1;
  text-transform: math-auto;
}

.contentSuperHeading .superheading.superheading10 {
  width: 10%;
}

.contentSuperHeading .superheading.superheading20 {
  width: 20%;
}

.contentSuperHeading .superheading.superheading30 {
  width: 30%;
}

.contentSuperHeading .superheading.superheading40 {
  width: 40%;
}

.contentSuperHeading .superheading.superheading50 {
  width: 50%;
}

.contentSuperHeading .superheading.superheading55 {
  width: 55%;
}

.contentSuperHeading .superheading.superheading60 {
  width: 60%;
}

.contentSuperHeading .superheading.superheading65 {
  width: 64%;
}

.contentSuperHeading .superheading.superheading70 {
  width: 70%;
}

.contentSuperHeading .superheading.superheading80 {
  width: 80%;
}

.contentSuperHeading .superheading.superheading90 {
  width: 90%;
}

.contentSuperHeading .superheading.superheadingSmall {
  width: 70%;
}

.contentSuperHeading .superText {
  color: var(--jvm-color-text-primary);
}

.container_piscilago {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.content_piscilago {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer {
  width: 100%;
  max-width: 100%;
  height: 105px;
  background-color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffff;
  text-decoration: none;
}

footer .redes_sociales {
  width: 70%;
  height: 65px;
  display: flex;
  justify-content: space-around;
  align-items: center !important;
  flex-direction: row;
}

footer .redes_sociales p {
  margin-right: 2rem;
}

.helpSection,
footer {
  font-family: "Source Sans Pro";
}

footer .redes_sociales a {
  color: rgb(255, 255, 255);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: 0.25px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
}

.redes_sociales img {
  width: 24px;
  height: auto;
}

footer .derechosA {
  width: 100%;
  border-top: 1px solid rgb(255, 208, 0);
  height: 40px;
  display: grid;
  place-items: center;
}

footer p {
  color: rgb(255, 255, 255);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: 0.25px;
  margin-bottom: 0;
}

.vigilado_logo {
  width: 156.65px !important;
  height: auto !important;
  margin-left: 4rem;
}

.aviso_final {
  width: min(100%, 610px);
  min-height: auto;
  background-color: rgb(226, 243, 251);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  border: 1px solid rgb(140, 206, 236);
  gap: 0.3rem;
}

.aviso_final .imgTitle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.aviso_final p {
  margin-bottom: 0;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.11px;
}

.container-forms input[type="text"],
.container-forms input[type="number"],
.container-forms input[type="date"],
.container-forms input[type="email"],
.container-forms select,
.container-forms .select2-selection {
  width: 100%;
  height: 44px;
  background: rgb(255, 255, 255);
  border-radius: 12px;
  border: 1px solid rgb(112, 112, 112);
  color: var(--Text-Medium-emphasis, #707070);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
}

textarea {
  width: 100%;
  height: 91px;
  background-color: rgb(255, 255, 255);
  border-radius: 12px !important;
  border: 1px solid rgb(112, 112, 112) !important;
  color: var(--Text-Medium-emphasis, #707070);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 0.2rem 1rem;
}

.container-forms select {
  background-image: url(https://image.info.colsubsidio.com/lib/fe2711737164047a7d1178/m/1/79c0a001-ea88-40c9-82cb-db5543f233de.png) !important;
  background-repeat: no-repeat !important;
  background-position: 94% center !important;
  background-size: 1rem !important;
  appearance: none;
  margin-top: 0;
}

.btn_btn_form .cta {
  background-color: rgb(51, 51, 51);
  border: transparent;
  margin: inherit;
  border: transparent;
  margin: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
  padding-inline: 2rem;
  max-width: fit-content;
}

.btn_btn_form .cta:is(:hover, :active, :focus) {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .25), 0 4px 4px 0 rgba(0, 0, 0, .1);
  background-color: #5c5c5c;
  border: transparent;
}

.container-forms label,
.container-forms legend {
  color: rgb(51, 51, 51);
  margin-bottom: 0.313rem;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.container-forms label span.required {
  color: rgb(211, 47, 47);
}

.dividerProOne {
  display: none;
}

.rowPiscilago {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.rowPiscilago .column1 {
  width: 33%;
}

.rowPiscilago .column2 {
  width: 60%;
}

.imgCtiza {
  border-radius: 20px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1),
    0px 7px 15px 0px rgba(0, 0, 0, 0.1), 0px 28px 28px 0px rgba(0, 0, 0, 0.09),
    0px 63px 38px 0px rgba(0, 0, 0, 0.05),
    0px 112px 45px 0px rgba(0, 0, 0, 0.01), 0px 175px 49px 0px rgba(0, 0, 0, 0);
}

.container-colsubsidio,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  max-width: 1238px;
  margin: 0 auto;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

/* .container-forms h2 {
         margin-top: 0.5rem;
     } */

.ter_ms-s a {
  font-weight: 700;
  font-size: 0.875rem !important;
  color: rgb(0, 103, 177);
  text-decoration: underline;
}

.container-forms .check_legal {
  font-size: 0.875rem !important;
}

.tky h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.5px;
}

.tky p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  margin: 1rem 0;
}

.invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.4px;
  margin-top: 0.25rem;
  color: rgb(211, 47, 47);
}

.invalid-feedback.text-gray {
  color: rgb(112, 112, 112);
}

.red_color {
  color: red;
}

footer .redes_sociales .socialMediaMobile {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}

footer .customFooterWrapper a:nth-child(2) svg {
  height: 21px;
  margin-bottom: 3px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #333 !important;
  background-color: #ccc !important;
}

.customFooterWrapper [class="col-md-6 d-flex gap-2 gap-md-4 align-items-end flex-column flex-md-row"] {
  gap: 0.2rem !important;
}

/*.nbk-title {
    background-color: transparent;
   }*/

@media screen and (max-width: 850px) {
  .container_piscilago {
    width: 90%;
  }
}

@media screen and (max-width: 980px) {
  .bannerColsubsidioPiscilago {
    margin: 0 !important;
  }

  #spacer {
    height: 55px !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  #formRegistrate:not(.no-adjust) {
    width: 93%;
  }

  .titulo h1 {
    color: rgb(51, 51, 51);
    font-size: 32px;
    letter-spacing: normal;
    width: 100%;
    line-height: 38.4px;
  }

  .titulo {
    width: 100% !important;
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 48px;
  }

  .bannerColsubsidioGray {
    background: transparent;
  }

  .contentSuperHeading .superheading {
    width: 100%;
    font-size: 32px;
    padding-top: 64px;
    letter-spacing: 0.25px;
  }

  .contentSuperHeading {
    margin-bottom: 1.5rem;
    min-height: auto;
  }

  .content_piscilago {
    width: 100%;
    align-items: flex-start;
  }

  .container_piscilago {
    width: 100%;
  }

  .aviso_final {
    width: min(100%, 100%);
  }

  footer .redes_sociales {
    width: 90%;
    height: inherit;
    display: flex;
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: center !important;
    margin: 2rem auto 0.5rem;
  }

  .vigilado_logo {
    margin-left: 0;
    margin-bottom: 1rem;
  }

  .bannerColsubsidioPiscilago {
    height: auto !important;
    flex-direction: column-reverse;
    background-color: transparent;
  }

  .header {
    height: 54px;
  }

  .titulo {
    width: 80%;
  }

  .titulomaxwidth {
    width: 80%;
  }

  h1 {
    /* color: rgb(255, 255, 255); */
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
  }

  .hideBannerMobile {
    display: none;
  }

  .tky h2 {
    font-size: 2rem;
    text-align: center;
  }

  .tky p {
    text-align: center;
  }

  .btn_btn_form .cta {
    max-width: 204.13px;
  }

  footer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column !important;
    padding: 0;
  }

  footer .redes_sociales .socialMediaMobile {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    margin-top: 0.4rem;
    margin-bottom: 2rem;
  }

  footer .redes_sociales p {
    width: 100%;
    text-align: center;
    margin-right: inherit;
  }

  footer .derechosA {
    height: 70px;
    padding: 0 1rem;
  }

  footer .derechosA p {
    text-align: center !important;
  }

  .rowPiscilago {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }

  .rowPiscilago .column1 {
    width: 100%;
  }

  .rowPiscilago .column2 {
    width: 100%;
  }

  .container-forms {
    width: 100%;
  }

  .container-forms input[type="text"],
  .container-forms input[type="date"],
  .container-forms input[type="email"],
  .container-forms select {
    margin-bottom: 0;
  }

  .customFooterWrapper [class="col-md-6 d-flex gap-2 gap-md-4 align-items-end flex-column flex-md-row"] {
    flex-direction: row !important;
    margin: 0.6rem 0 0.5rem;
  }

  .customFooterWrapper {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

@media (max-width: 1279px) and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }

  #formRegistrate {
    width: 93%;
  }

  .rowPiscilago .column1 {
    display: none;
  }

  .rowPiscilago .column2 {
    width: 90%;
    margin: 0.5rem auto 0;
  }
}

@media screen and (max-width: 920px) {
  .contentSuperHeading .superheading {
    width: 100% !important;
    font-size: 32px;
    padding-top: 64px;
    letter-spacing: 0.25px;
  }

  .contentSuperHeading .superheading.superheadingSmall,
  .contentSuperHeading .superheading.superheading50 {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .contentSuperHeading::before {
    height: 54px;
  }

  .marginTop54 {
    margin-top: 0 !important;
  }
}