.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.div-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0053a1;
}

.section {
  height: 100vh;
  padding-top: 200px;
  background-image: url('../images/bgimg.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2 {
  padding: 20px 40px 50px;
  border-radius: 5px;
  background-color: #fff;
}

.text-block {
  margin-bottom: 20px;
  padding: 0px;
  font-family: Oswald, sans-serif;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.paragraph {
  font-family: 'PT Sans', sans-serif;
  color: #b1b1b1;
  font-weight: 500;
}

.paragraph.italic {
  color: #fd7878;
  font-style: italic;
}

.form-block {
  width: auto;
  margin-top: 60px;
}

.text-field {
  border: 1px solid #b1b1b1;
  border-radius: 5px;
}

.text-field.grey {
  border-color: #b1b1b1;
}

.text-field.nopaddb {
  margin-bottom: 0px;
}

.submit-button {
  margin-top: auto;
  padding-right: 30px;
  padding-left: 30px;
  float: right;
  border-radius: 24px;
  background-color: #5aa9ff;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.submit-button.green {
  background-color: #31bc87;
}

.submit-button._100 {
  width: 140px;
  text-align: center;
}

.text-block-2 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

.text-block-2.padtop {
  margin-top: 10px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-2 {
  margin-top: 40px;
}

.section-2 {
  height: 100%;
  padding-top: 121px;
  padding-bottom: 56px;
  background-image: url('../images/banderas-footer.png');
  background-position: 50% -30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.form-block-2 {
  margin-bottom: 0px;
  padding: 40px 10px 10px;
  background-color: #fff;
}

.text-block-3 {
  margin-top: 10px;
  float: right;
  font-family: 'PT Sans', sans-serif;
  color: #8e8e93;
  font-size: 15px;
  font-weight: 400;
}

.text-block-3.blue {
  color: #5aa9ff;
  font-weight: 700;
}

.text-block-3.blue.center {
  float: none;
  text-align: center;
}

.text-block-3.blue.geen {
  color: #31bc87;
}

.text-block-3.green {
  display: block;
  margin-bottom: 20px;
  float: none;
  color: #31bc87;
  font-weight: 700;
  text-align: center;
}

.text-block-3.tolines {
  margin-top: 0px;
  text-align: right;
}

.dropdown-toggle {
  width: 130px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #5aa9ff;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.dropdown-toggle.w--open {
  width: 130px;
}

.dropdown-toggle.green {
  background-color: #31bc87;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  border: 2px solid #5aa9ff;
}

.checkbox-field {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  border-bottom: 1px none rgba(0, 0, 0, 0.25);
  font-family: 'PT Sans', sans-serif;
  color: #5aa9ff;
  font-size: 12px;
}

.list-item {
  margin-bottom: 20px;
}

.select-field {
  background-color: #fff;
  font-family: 'PT Sans', sans-serif;
  color: #b1b1b1;
}

.heading {
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #5aa9ff;
  font-size: 26px;
  font-weight: 400;
}

.heading.green {
  position: static;
  top: 120px;
  margin-top: 0px;
  background-color: transparent;
  color: #31bc87;
}

.heading.orange {
  color: #ff9b65;
}

.submit-button-2 {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #007aff;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.submit-button-2.green {
  background-color: #31bc87;
}

.submit-button-2.green._220 {
  width: 220px;
  margin-top: 20px;
}

.submit-button-2._220right {
  width: 220px;
  float: right;
}

.submit-button-2.red {
  background-color: red;
}

.submit-button-2._210 {
  width: 210px;
}

.submit-button-2._210:hover {
  background-color: #5aa9ff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 40px;
  padding-left: 156px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3 {
  width: 900px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-2 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-4 {
  font-family: 'PT Sans', sans-serif;
  color: #555;
  font-size: 15px;
  text-align: center;
}

.text-block-4.grey {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #b1b1b1;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  padding-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/fondouploadfile.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paso2-2 {
  display: none;
  height: 50px;
  background-image: url('../images/paso2.svg'), url('../images/Line.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso2 {
  height: 50px;
  background-image: url('../images/2.png'), url('../images/Line.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso1 {
  height: 50px;
  background-image: url('../images/1.png'), url('../images/Line.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso1-2 {
  display: none;
  height: 50px;
  background-image: url('../images/ok.png'), url('../images/Lineblue.svg');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso3 {
  height: 50px;
  background-image: url('../images/3.png'), url('../images/Line.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso3-2 {
  display: none;
  height: 50px;
  background-image: url('../images/3.svg'), url('../images/Line.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso4 {
  height: 50px;
  background-image: url('../images/4.png');
  background-position: 0% 50%;
  background-size: 38px;
  background-repeat: no-repeat;
}

.paso4-2 {
  display: none;
  height: 50px;
  background-image: url('../images/4.svg');
  background-position: 0% 50%;
  background-size: 38px;
  background-repeat: no-repeat;
}

.paso2-3 {
  display: none;
  height: 50px;
  background-image: url('../images/ok.png'), url('../images/Lineblue.svg');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso3-3 {
  display: none;
  height: 50px;
  background-image: url('../images/ok.png'), url('../images/Lineblue.svg');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso4-3 {
  display: none;
  height: 50px;
  background-image: url('../images/ok.png');
  background-position: 0% 50%;
  background-size: 38px;
  background-repeat: no-repeat;
}

.tab1 {
  position: static;
}

.tab2 {
  display: none;
}

.tab3 {
  display: none;
}

.tab4 {
  display: none;
}

.btntab1on {
  display: block;
  width: 235px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff)), url('../images/Line2.png'), url('../images/Line2.png');
  background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 0px 0px, 0% 50%, 100% 50%;
  background-size: auto, 1px, 1px;
  background-repeat: repeat, no-repeat, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btntab1on.green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#31bc87)), url('../images/Line2.png'), url('../images/Line2.png');
  background-image: linear-gradient(180deg, #263238, #31bc87), url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 0px 0px, 0% 50%, 100% 50%;
  background-size: auto, 1px, 1px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.btntab1off {
  display: none;
  width: 235px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  background-color: #263238;
  background-image: url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 0% 50%, 100% 50%;
  background-size: 1px, 1px;
  background-repeat: no-repeat, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.25);
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btntab2on {
  display: none;
  width: 235px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff)), url('../images/Line2.png'), url('../images/Line2.png');
  background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 0px 0px, 0% 50%, 100% 50%;
  background-size: auto, 1px, 1px;
  background-repeat: repeat, no-repeat, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btntab2on.green {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#31bc87)), url('../images/Line2.png'), url('../images/Line2.png');
  background-image: linear-gradient(180deg, #263238, #31bc87), url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 0px 0px, 0% 50%, 100% 50%;
  background-size: auto, 1px, 1px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.btntab3on {
  display: none;
  width: 235px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff)), url('../images/Line2.png'), url('../images/Line2.png');
  background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 0px 0px, 0% 50%, 100% 50%;
  background-size: auto, 1px, 1px;
  background-repeat: repeat, no-repeat, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btntab3on.green {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#31bc87)), url('../images/Line2.png'), url('../images/Line2.png');
  background-image: linear-gradient(180deg, #263238, #31bc87), url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 0px 0px, 0% 50%, 100% 50%;
  background-size: auto, 1px, 1px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.btntab4on {
  display: none;
  width: 235px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff)), url('../images/Line2.png'), url('../images/Line2.png');
  background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 0px 0px, 0% 50%, 100% 50%;
  background-size: auto, 1px, 1px;
  background-repeat: repeat, no-repeat, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btntab4on.green {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#31bc87)), url('../images/Line2.png'), url('../images/Line2.png');
  background-image: linear-gradient(180deg, #263238, #31bc87), url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 0px 0px, 0% 50%, 100% 50%;
  background-size: auto, 1px, 1px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.btntab2off {
  display: block;
  width: 235px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  background-color: #263238;
  background-image: url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 0% 50%, 100% 50%;
  background-size: 1px, 1px;
  background-repeat: no-repeat, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.25);
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.columns-4 {
  display: block;
  width: 940px;
}

.btntab3off {
  display: block;
  width: 235px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  background-color: #263238;
  background-image: url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 0% 50%, 100% 50%;
  background-size: 1px, 1px;
  background-repeat: no-repeat, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.25);
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btntab4off {
  display: block;
  width: 235px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  background-color: #263238;
  background-image: url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 0% 50%, 100% 50%;
  background-size: 1px, 1px;
  background-repeat: no-repeat, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.25);
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image {
  width: 89px;
  margin-bottom: 10px;
}

.image-2 {
  width: 170px;
}

.div-block-10 {
  position: fixed;
  left: auto;
  top: -160px;
  right: -130px;
  bottom: auto;
  z-index: 9999;
  width: 400px;
  height: 400px;
  background-image: url('../images/isofade.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-video {
  position: absolute;
}

.container {
  background-color: transparent;
}

.div-block-12 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: block;
  height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0053a1;
  background-image: url('../images/logo-new.svg');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  height: 100px;
  padding-right: 30px;
  padding-left: 30px;
  float: right;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 10px solid #31bc87;
  background-color: #005eb7;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-2 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.div-block-14 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: auto;
  height: 100vh;
  margin-left: 0px;
  padding-top: 100px;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
  background-color: #354148;
}

.link-2 {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url('../images/iconhome.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  background-image: url('../images/iconhome-over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #31bc87;
}

.link-2:active {
  color: #31bc87;
}

.link-2:focus {
  background-image: url('../images/iconhome-over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #31bc87;
}

.link-2:visited {
  background-image: url('../images/iconhome-over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #31bc87;
}

.link-2.btn2 {
  background-image: url('../images/icondatos.svg');
  background-size: auto;
}

.link-2.btn2:hover {
  background-image: url('../images/icondatos-over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn2:active {
  background-image: url('../images/icondatos-over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn2:focus {
  background-image: url('../images/iconsolicitud-o.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn3 {
  background-image: url('../images/icon_grupofamiliar.svg');
}

.link-2.btn3:hover {
  background-image: url('../images/icon_grupofamiliar_over.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.link-2.btn3:active {
  color: #31bc87;
}

.link-2.btn3:focus {
  background-image: url('../images/icon_grupofamiliar_over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn3:visited {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.link-2.btn4 {
  background-image: url('../images/iconaportes.svg');
}

.link-2.btn4:hover {
  background-image: url('../images/iconaportes-o.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn4:active {
  color: #31bc87;
}

.link-2.btn4:focus {
  background-image: url('../images/iconaportes-o.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn4:visited {
  background-image: url('../images/iconaportes-o.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn5 {
  background-image: url('../images/iconsolicitud.svg');
  background-position: 0% 50%;
  background-size: auto;
  color: #fff;
}

.link-2.btn5:hover {
  background-image: url('../images/iconsolicitud-o.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #31bc87;
}

.link-2.btn5:focus {
  background-image: url('../images/iconsolicitud-o.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #31bc87;
}

.link-2.btn5:visited {
  background-image: url('../images/iconsolicitud-o.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #31bc87;
}

.link-2.btn6 {
  background-image: url('../images/icon_empresa.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn6:hover {
  background-image: url('../images/icon_empresa_over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn6:active {
  background-image: url('../images/icon_empresa_over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn6:focus {
  background-image: url('../images/icon_empresa_over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn6:visited {
  background-image: url('../images/icon_empresa_over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn7 {
  background-image: url('../images/icon_jubilados.svg');
  background-position: 0% 50%;
  background-size: auto;
}

.link-2.btn7:hover {
  background-image: url('../images/icon_jubilados_over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn7:active {
  background-image: url('../images/icon_jubilados_over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn7:focus {
  background-image: url('../images/icon_jubilados_over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn7:visited {
  background-image: url('../images/icon_jubilados_over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn8 {
  background-image: url('../images/icon_denuncias.svg');
  background-position: 0% 50%;
  background-size: auto;
}

.link-2.btn8:hover {
  background-image: url('../images/icon_denuncias_over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn8:active {
  background-image: url('../images/icon_denuncias_over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn8:focus {
  background-image: url('../images/icon_denuncias_over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn8:visited {
  background-image: url('../images/icon_denuncias_over.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn9 {
  background-image: url('../images/icontablero.svg');
  background-position: 0% 50%;
  background-size: auto;
}

.link-2.btn9:hover {
  background-image: url('../images/icontablero-o.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn9:active {
  background-image: url('../images/icontablero-o.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn9:focus {
  background-image: url('../images/icontablero-o.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn9:visited {
  background-image: url('../images/icontablero-o.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn10 {
  background-image: url('../images/iconticket.svg');
  background-position: 0% 50%;
  background-size: auto;
}

.link-2.btn10:hover {
  background-image: url('../images/iconticket-o.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn10:active {
  color: #31bc87;
}

.link-2.btn10:focus {
  background-image: url('../images/iconticket-o.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn10:visited {
  background-image: url('../images/iconticket-o.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-2.btn11 {
  background-image: url('../images/iconconfiguracion.svg');
  background-position: 0% 50%;
  background-size: auto;
}

.link-2.btn11:hover {
  background-image: url('../images/iconconfiguracion-o.svg'), url('../images/iconconfiguracion.svg');
  background-position: 0% 50%, 0% 50%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.link-2.btn11:active {
  background-image: url('../images/iconconfiguracion-o.svg'), url('../images/iconconfiguracion.svg');
  background-position: 0% 50%, 0% 50%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.link-2.btn11:focus {
  background-image: url('../images/iconconfiguracion-o.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding-left: 30px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  display: block;
  margin-right: 10px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-5 {
  color: #fff;
  font-size: 16px;
}

.text-block-6 {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  padding-top: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.div-block-17 {
  position: static;
  top: 180px;
  width: 100%;
  margin-bottom: 10px;
  float: right;
}

.text-field-2 {
  position: static;
  top: 220px;
  padding-left: 50px;
  border: 1px none #000;
  border-radius: 24px;
  background-color: #e0e0e0;
  opacity: 1;
  color: #555;
}

.checkbox-field-3 {
  display: inline-block;
  padding-left: 0px;
}

.checkbox-field-3.violet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: auto;
  padding-top: 5px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: url('../images/baseviolet.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #5aa9ff;
  text-decoration: none;
}

.checkbox-field-3.orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/baseorange.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #ff9b65;
  text-decoration: none;
}

.checkbox-field-3.green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding-top: 5px;
  background-image: url('../images/basecheck-green.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #31bc87;
  text-decoration: none;
}

.checkbox-field-3.red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding-top: 5px;
  background-image: url('../images/basered.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fd7878;
  text-decoration: none;
}

.checkbox-label-2 {
  margin-right: 0px;
  padding-left: 0px;
  color: #b1b1b1;
  font-size: 12px;
  text-decoration: none;
}

.image-4 {
  float: right;
}

.div-block-19 {
  height: auto;
  margin-right: 20px;
  margin-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #5aa9ff #5aa9ff #a0a0a0;
}

.text-block-7 {
  margin-bottom: 5px;
  color: #31bc87;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-7.modificadas {
  color: #ff9b65;
}

.text-block-7.ingresadas {
  color: #5aa9ff;
}

.text-block-7.rechazadas {
  color: #fd7878;
}

.text-block-8 {
  color: #b1b1b1;
  text-transform: none;
}

.link-block-2 {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 20px;
  float: right;
  background-image: url('../images/lupa2.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-2:hover {
  background-image: url('../images/lupa2-o.svg'), url('../images/lupa2.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.link-block-3 {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 20px;
  float: right;
  background-image: url('../images/Exportar.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-3:hover {
  background-image: url('../images/Exportar-o.svg'), url('../images/Exportar.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.link-block-4 {
  width: 30px;
  height: 32px;
  margin-top: 5px;
  margin-right: 20px;
  float: right;
  background-image: url('../images/Imprimir.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-transform: lowercase;
}

.link-block-4:hover {
  background-image: url('../images/Imprimir-o.svg'), url('../images/Imprimir.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.link-block-5 {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-image: url('../images/icontelefono.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block-5:hover {
  background-image: url('../images/icontelefono-o.svg'), url('../images/icontelefono.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.link-block-6 {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-image: url('../images/iconmail.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block-6:hover {
  background-image: url('../images/iconmail-o.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block-7 {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-image: url('../images/iconfacebook.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-style: italic;
}

.link-block-7:hover {
  background-image: url('../images/iconfacebook-o.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block-8 {
  width: 20px;
  height: 20px;
  background-image: url('../images/iconinstagram.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block-8:hover {
  background-image: url('../images/iconinstagram-o.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-20 {
  margin-top: 100px;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-link {
  border: 1px none #000;
  color: #5aa9ff;
}

.divmostrardatos {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-block-3 {
  margin-bottom: 0px;
}

.div-solicitud {
  position: static;
  display: none;
  margin-top: 35px;
  background-color: #fff;
}

.txtpaginas {
  display: inline-block;
  color: #555;
  text-align: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.linkpaginas {
  color: #555;
}

.section-3 {
  display: block;
  padding-top: 100px;
  padding-left: 15%;
}

.div-block-23 {
  position: static;
  top: 100px;
  z-index: auto;
  margin-top: auto;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
}

.dropdown {
  width: 100%;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  font-family: 'PT Sans', sans-serif;
  color: #b1b1b1;
}

.dropdown-toggle-3 {
  width: 100%;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
}

.text-block-9 {
  color: #b1b1b1;
}

.icon {
  margin-right: 5px;
  color: #b1b1b1;
}

.dropdown-list-4 {
  background-color: #fff;
}

.dropdown-list-4.w--open {
  margin-top: 0px;
  border: 1px solid #b1b1b1;
  background-color: #fff;
}

.dropdown-link-2 {
  color: #202124;
  font-weight: 700;
}

.dropdown-link-2:hover {
  background-color: #ebeded;
  color: #5aa9ff;
}

.html-embed {
  margin-top: 0px;
}

.column-7 {
  padding-top: 10px;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grilla {
  display: block;
  height: 45px;
  margin-top: -2px;
  padding-top: 7px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #5aa9ff;
  border-radius: 5px;
}

.btn_grilla {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: transparent;
}

.txt_grilla {
  display: inline-block;
  margin-top: 3px;
  font-family: 'PT Sans', sans-serif;
  color: #202124;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-24 {
  float: right;
}

.mensaje_ayuda {
  position: static;
  padding-left: 25px;
  background-image: url('../images/icon_help.svg');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #b1b1b1;
  font-size: 12px;
}

.checkbox_grilla {
  font-family: 'PT Sans', sans-serif;
  color: #b1b1b1;
  font-size: 11px;
}

.radiob_grilla {
  font-family: 'PT Sans', sans-serif;
  color: #b1b1b1;
  font-size: 11px;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-empresas {
  display: none;
  margin-top: 35px;
  background-color: #fff;
}

.btn-lupa {
  position: relative;
  left: 17px;
  top: 40px;
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
  float: none;
  background-color: transparent;
  background-image: url('../images/lupa2-o.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.btn-lupa:hover {
  background-image: url('../images/lupa2.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
}

.formulario-interno {
  background-color: #263238;
}

.paso1-orange {
  height: 50px;
  background-image: url('../images/1orange.png'), url('../images/Line.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso1-2-orange {
  display: none;
  height: 50px;
  background-image: url('../images/1okorange.png'), url('../images/lineorange.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso2-orange {
  height: 50px;
  background-image: url('../images/2.png'), url('../images/Line.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso2-2-orange {
  display: none;
  height: 50px;
  background-image: url('../images/2orange.png'), url('../images/Line.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso3-3-orange {
  display: none;
  height: 50px;
  background-image: url('../images/1okorange.png'), url('../images/lineorange.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso3-orange {
  height: 50px;
  background-image: url('../images/3.png'), url('../images/Line.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso2-3-orange {
  display: none;
  height: 50px;
  background-image: url('../images/1okorange.png'), url('../images/lineorange.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso3-2-orange {
  display: none;
  height: 50px;
  background-image: url('../images/3orange.png'), url('../images/Line.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso4-orange {
  height: 50px;
  background-image: url('../images/4.png'), url('../images/Line.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso4-2-orange {
  display: none;
  height: 50px;
  background-image: url('../images/4orange.png'), url('../images/Line.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.paso4-3-orange {
  display: none;
  height: 50px;
  background-image: url('../images/1okorange.png'), url('../images/lineorange.png');
  background-position: 0% 50%, 0% 50%;
  background-size: 38px, 125px 2px;
  background-repeat: no-repeat, repeat-x;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-left: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-7 {
  width: 900px;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.paso5-orange {
  width: 50px;
  height: 50px;
  background-image: url('../images/5orange.png');
  background-position: 0% 50%;
  background-size: 38px;
  background-repeat: no-repeat;
}

.paaso5-2-orange {
  display: none;
  width: 50px;
  height: 50px;
  background-image: url('../images/5-2orange.png');
  background-position: 0% 50%;
  background-size: 38px;
  background-repeat: no-repeat;
}

.paso5-3-orange {
  display: none;
  width: 50px;
  height: 50px;
  background-image: url('../images/1okorange.png');
  background-position: 0% 50%;
  background-size: 38px;
  background-repeat: no-repeat;
}

.btn-tab {
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.25);
  text-align: center;
  text-decoration: none;
}

.btn-tab:active {
  background-color: transparent;
}

.btn-on-fa {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/Line2.png'), url('../images/Line2.png'), -webkit-gradient(linear, left top, left bottom, from(#263238), to(#005eb7));
  background-image: url('../images/Line2.png'), url('../images/Line2.png'), linear-gradient(180deg, #263238, #005eb7);
  background-position: 100% 50%, 0% 50%, 0px 0px;
  background-size: 1px, 1px, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btn-of-fa {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 100% 50%, 0% 50%;
  background-size: 1px, 1px;
  background-repeat: no-repeat, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.25);
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.list {
  width: 188px;
  margin-bottom: 0px;
  float: left;
}

.tab2-fa {
  display: none;
}

.tab3-fa {
  display: none;
}

.tab4-fa {
  display: none;
}

.tab5-fa {
  display: none;
}

.btn-2-on-fa {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/Line2.png'), url('../images/Line2.png'), -webkit-gradient(linear, left top, left bottom, from(#263238), to(#005eb7));
  background-image: url('../images/Line2.png'), url('../images/Line2.png'), linear-gradient(180deg, #263238, #005eb7);
  background-position: 0% 50%, 100% 50%, 0px 0px;
  background-size: 1px, 1px, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btn-2-of-fa {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 100% 50%, 0% 50%;
  background-size: 1px, 1px;
  background-repeat: no-repeat, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.25);
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btn-3-of-fa {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 0% 50%, 100% 50%;
  background-size: 1px, 1px;
  background-repeat: no-repeat, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.25);
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btn-4-of-fa {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 100% 50%, 0% 50%;
  background-size: 1px, 1px;
  background-repeat: no-repeat, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.25);
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btn-5-of-fa {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/Line2.png'), url('../images/Line2.png');
  background-position: 0% 50%, 100% 50%;
  background-size: 1px, 1px;
  background-repeat: no-repeat, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.25);
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btn-3-on-fa {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/Line2.png'), url('../images/Line2.png'), -webkit-gradient(linear, left top, left bottom, from(#263238), to(#005eb7));
  background-image: url('../images/Line2.png'), url('../images/Line2.png'), linear-gradient(180deg, #263238, #005eb7);
  background-position: 100% 50%, 0% 50%, 0px 0px;
  background-size: 1px, 1px, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btn-4-on-fa {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/Line2.png'), url('../images/Line2.png'), -webkit-gradient(linear, left top, left bottom, from(#263238), to(#0053a1));
  background-image: url('../images/Line2.png'), url('../images/Line2.png'), linear-gradient(180deg, #263238, #0053a1);
  background-position: 100% 50%, 0% 50%, 0px 0px;
  background-size: 1px, 1px, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btn-5-on-fa {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/Line2.png'), url('../images/Line2.png'), -webkit-gradient(linear, left top, left bottom, from(#263238), to(#0053a1));
  background-image: url('../images/Line2.png'), url('../images/Line2.png'), linear-gradient(180deg, #263238, #0053a1);
  background-position: 100% 50%, 0% 50%, 0px 0px;
  background-size: 1px, 1px, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btn-cerrar {
  float: right;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.form-block-4 {
  margin-top: 20px;
}

.columns-8 {
  margin-top: 10px;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.separador {
  height: 30px;
}

.columns-9 {
  margin-top: 40px;
}

.background-video-2 {
  height: 100vh;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 50, 56, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(38, 50, 56, 0.9), rgba(0, 0, 0, 0.9));
}

.section-4 {
  margin-top: 120px;
}

.paragraph-2 {
  margin-top: 100px;
  margin-bottom: 60px;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  text-align: center;
}

.text-field-3 {
  width: 540px;
  padding-left: 30px;
  border: 1px none #000;
  background-color: transparent;
  background-image: url('../images/line600.png'), url('../images/user.png');
  background-position: 0% 100%, 0% 50%;
  background-size: auto, 15px;
  background-repeat: repeat-x, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.text-field-4 {
  width: 540px;
  padding-left: 30px;
  border: 1px none #000;
  background-color: transparent;
  background-image: url('../images/line600.png'), url('../images/pass.png');
  background-position: 0% 100%, 0% 50%;
  background-size: auto, 15px;
  background-repeat: repeat-x, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.checkbox-label-3 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'PT Sans', sans-serif;
  color: #cecece;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.link-3:hover {
  color: hsla(0, 0%, 80.8%, 0.8);
}

.div-block-27 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: 100px;
  background-color: #0053a1;
  background-image: url('../images/logo-new.svg');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .btntab1on {
    width: 181px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff));
    background-image: linear-gradient(180deg, #263238, #007aff);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    font-size: 14px;
  }
  .btntab1off {
    width: 181px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    font-size: 14px;
  }
  .btntab2on {
    width: 181px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff)), url('../images/Line2.png');
    background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2.png');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, 1px;
    background-repeat: repeat, no-repeat;
    font-size: 14px;
  }
  .btntab3on {
    width: 181px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff));
    background-image: linear-gradient(180deg, #263238, #007aff);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    font-size: 14px;
  }
  .btntab4on {
    width: 181px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff));
    background-image: linear-gradient(180deg, #263238, #007aff);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    font-size: 14px;
  }
  .btntab2off {
    width: 181px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    font-size: 14px;
  }
  .columns-4 {
    width: 725px;
  }
  .btntab3off {
    width: 181px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    font-size: 14px;
  }
  .btntab4off {
    width: 181px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    font-size: 14px;
  }
  .grilla {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-toggle {
    display: inline-block;
    width: 100%;
  }
  .btntab1on {
    width: 100%;
  }
  .btntab1off {
    width: 100%;
  }
  .btntab2on {
    width: 100%;
  }
  .btntab3on {
    width: 100%;
  }
  .btntab4on {
    width: 100%;
  }
  .btntab2off {
    width: 100%;
  }
  .columns-4 {
    width: 100%;
  }
  .btntab3off {
    width: 100%;
  }
  .btntab4off {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .text-field-3 {
    width: 300px;
  }
  .text-field-4 {
    width: 300px;
  }
}

@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-MediumCond.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Akzidenzgrotesk cond';
  src: url('../fonts/AkzidenzGrotesk-Cond.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-BoldCond.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}