.header {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #e8e8e8;
}

.img-brand {
  width: 175px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.body {
    background-color: #99ccff;
    background-position: 50% 65%;
    background-size: 300px;
    background-repeat: no-repeat;
}

.sectionhome {
  padding-top: 200px;
  padding-bottom: 60px;
}

.containerelements {
  margin-bottom: 20px;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #fff;
}

.txt-titulos-grey {
  margin-top: 5px;
  margin-bottom: 25px;
  font-family: 'PT Sans', sans-serif;
  color: #263238;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.txt-titulos-grey.center {
  margin-bottom: 60px;
  text-align: 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;
}

.text-field-3 {
  width: 540px;
  padding-left: 30px;
  border: 1px none #000;
  background-color: transparent;
  background-image: url('../images/line600_1line600.png'), url('../images/user-blue.svg');
  background-position: 0% 100%, 0% 50%;
  background-size: auto, 15px;
  background-repeat: repeat-x, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #263238;
}

.text-field-4 {
  width: 540px;
  padding-left: 30px;
  border: 1px none #000;
  background-color: transparent;
  background-image: url('../images/line600_1line600.png'), url('../images/pass-blue.svg');
  background-position: 0% 100%, 0% 50%;
  background-size: auto, 15px;
  background-repeat: repeat-x, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #263238;
}

.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:hover {
  background-color: #5aa9ff;
}

.submit-button-2._210 {
  width: 210px;
  background-color: #5ba9ff;
}

.submit-button-2._210:hover {
  background-color: #5aa9ff;
}

.submit-button-2._220right {
  width: 220px;
  float: right;
}

.submit-button-2.green {
  background-color: #31bc87;
}

.submit-button-2.green._220 {
  width: 220px;
  margin-top: 20px;
}

.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: #999;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.link-3:hover {
  color: hsla(0, 0%, 80.8%, 0.8);
}

.separador {
  width: 100%;
  height: 40px;
}

.separador-2 {
  height: 30px;
}

.text-block-2 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

.text-block-2.padtop {
  margin-top: 10px;
}

.columns-9 {
  margin-top: 40px;
}

.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;
}

.text-field {
  border: 1px solid #b1b1b1;
  border-radius: 5px;
}

.text-field.nopaddb {
  margin-bottom: 0px;
}

.text-field.grey {
  border-color: #b1b1b1;
}

.form-block {
  width: auto;
  margin-top: 60px;
}

.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.volver {
  margin-left: 10px;
  background-color: #31bc87;
}

.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;
}

.paragraph {
  font-family: 'PT Sans', sans-serif;
  color: #b1b1b1;
  font-weight: 500;
}

.text-block {
  margin-bottom: 20px;
  padding: 0px;
  font-family: Oswald, sans-serif;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.column-9 {
  padding-left: 40px;
}

.column-10 {
  padding-left: 40px;
}

.div-block-13 {
  position: relative;
  z-index: 999;
  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 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -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;
  text-decoration: none;
}

.dropdown-toggle-2 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-link {
  border: 1px none #000;
  color: #5aa9ff;
}

.image-4 {
  float: right;
}

.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;
}

.container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-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;
}

.mensaje {
  position: absolute;
  left: 12px;
  top: -12px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  padding-right: 5px;
  padding-left: 5px;
  -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;
  border-radius: 50%;
  background-color: #ff0202;
  color: #fff;
  text-decoration: none;
}

.txtmensaje {
  font-family: 'PT Sans', sans-serif;
  font-size: 10px;
  text-align: center;
}

.image-5 {
  margin-left: 12px;
}

.text-block-3 {
  text-transform: uppercase;
}

.div-block-20 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  display: inline-block;
  margin-top: 100px;
  padding-left: 40px;
}

.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-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;
}

.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');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-14 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 998;
  width: 250px;
  height: 100vh;
  margin-left: 0px;
  padding-top: 110px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  background-color: #354148;
}

.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;
}

.tab4 {
  display: none;
}

.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;
}

.txtpaginas {
  display: inline-block;
  color: #555;
  text-align: center;
}

.linkpaginas {
  color: #555;
}

.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;
}

.form-block-3 {
  margin-bottom: 0px;
}

.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'), none;
  background-position: 50% 50%, 0px 0px;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.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;
}

.text-field-2 {
  position: static;
  top: 220px;
  padding-left: 50px;
  border: 1px none #000;
  border-radius: 24px;
  background-color: #e0e0e0;
  opacity: 1;
  color: #555;
}

.div-solicitud {
  position: static;
  display: block;
  background-color: #fff;
}

.btntab2off {
  display: block;
  width: 235px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  background-color: #263238;
  background-image: url('../images/Line2_1Line2.png'), none;
  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;
}

.text-block-8 {
  color: #b1b1b1;
  text-transform: none;
}

.select-field {
  width: 90px;
  border: 2px solid #5aa9ff;
  background-color: #fff;
  font-family: 'PT Sans', sans-serif;
  color: #b1b1b1;
}

.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'), none;
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-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_1Line2.png'), none;
  background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2_1Line2.png'), none;
  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_1Line2.png'), none;
  background-image: linear-gradient(180deg, #263238, #31bc87), url('../images/Line2_1Line2.png'), none;
  background-position: 0px 0px, 0% 50%, 100% 50%;
  background-size: auto, 1px, 1px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.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;
}

.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;
}

.divmostrardatos {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.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;
}

.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_1Line2.png'), none;
  background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2_1Line2.png'), none;
  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_1Line2.png'), none;
  background-image: linear-gradient(180deg, #263238, #31bc87), url('../images/Line2_1Line2.png'), none;
  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_1Line2.png'), none;
  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-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;
}

.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;
}

.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_1Line2.png'), none;
  background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2_1Line2.png'), none;
  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_1Line2.png'), none;
  background-image: linear-gradient(180deg, #263238, #31bc87), url('../images/Line2_1Line2.png'), none;
  background-position: 0px 0px, 0% 50%, 100% 50%;
  background-size: auto, 1px, 1px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.text-block-9 {
  margin-top: 10px;
  float: right;
  font-family: 'PT Sans', sans-serif;
  color: #8e8e93;
  font-size: 15px;
  font-weight: 400;
}

.text-block-9.green {
  display: block;
  margin-bottom: 20px;
  float: none;
  color: #31bc87;
  font-weight: 700;
  text-align: center;
}

.text-block-9.blue {
  color: #5aa9ff;
  font-weight: 700;
}

.text-block-9.blue.geen {
  color: #31bc87;
}

.text-block-9.blue.center {
  float: none;
  text-align: center;
}

.checkbox-label-2 {
  margin-right: 0px;
  padding-left: 0px;
  color: #b1b1b1;
  font-size: 12px;
  text-decoration: none;
}

.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;
}

.tab3 {
  display: none;
}

.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;
}

.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;
}

.list-item {
  margin-bottom: 20px;
}

.btntab4off {
  display: block;
  width: 235px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  background-color: #263238;
  background-image: url('../images/Line2_1Line2.png'), none;
  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_1Line2.png'), none;
  background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2_1Line2.png'), none;
  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_1Line2.png'), none;
  background-image: linear-gradient(180deg, #263238, #31bc87), url('../images/Line2_1Line2.png'), none;
  background-position: 0px 0px, 0% 50%, 100% 50%;
  background-size: auto, 1px, 1px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.btntab3off {
  display: block;
  width: 235px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  background-color: #263238;
  background-image: url('../images/Line2_1Line2.png'), none;
  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;
}

.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;
}

.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;
}

.text-block-7 {
  margin-bottom: 5px;
  color: #31bc87;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-7.modificadas {
  color: #ff9b65;
}

.text-block-7.rechazadas {
  color: #fd7878;
}

.text-block-7.ingresadas {
  color: #5aa9ff;
}

.checkbox-field-3 {
  display: inline-block;
  padding-left: 0px;
}

.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-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.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;
}

.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'), none;
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.columns-4 {
  display: block;
  width: 940px;
}

.form-block-2 {
  margin-bottom: 0px;
  padding: 40px 10px 10px;
  background-color: #fff;
}

.tab2 {
  display: none;
}

.div-block-17 {
  position: static;
  top: 180px;
  width: 100%;
  margin-bottom: 10px;
  float: right;
}

.tab1 {
  position: static;
}

.section-3 {
  display: block;
  margin-top: 20px;
  padding-top: 100px;
  padding-left: 15%;
}

.divbotonesrecurrentes {
  position: static;
  display: block;
  padding: 10px 10px 10px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #31bc87;
}

.link-4 {
  display: inline-block;
  margin-right: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  text-decoration: none;
}

.txttituloacc {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.columns-10 {
  width: 100%;
}

.column-11 {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-24 {
  display: block;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.boton-1 {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url('../images/row.svg');
  background-position: 0% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.boton-1:hover {
  background-image: url('../images/row.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  color: #fff;
}

.boton-1:active {
  background-image: url('../images/row-flip.svg');
  background-size: auto 12px;
  color: #fff;
}

.boton-1:focus {
  background-image: url('../images/row-flip.svg');
  background-position: 0% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  color: #fff;
}

.boton-1:visited {
  background-image: url('../images/row.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  color: #fff;
}

.boton-hijo {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 30px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.lista-boton-1 {
  display: none;
}

.boton-2 {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url('../images/iconaportes.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.lista-boton-2 {
  display: none;
}

.boton-hijo-icon {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url('../images/iconaportes.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.txt-rol-user {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 12px;
}

.icon {
  margin-top: 22px;
}

.menu-padre {
  width: 100%;
  margin-top: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.txt-menu-padre {
  display: block;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.txt-menu-padre:hover {
  color: #fff;
}

.dropdown-toggle-3 {
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-image: url('../images/row.svg');
  background-position: 0% 50%;
  background-size: 9px;
  background-repeat: no-repeat;
}

.lista-desplegable.w--open {
  position: relative;
  background-color: transparent;
  color: #fff;
}

.txt-link-hijo {
  display: block;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.txt-link-hijo:hover {
  background-color: #263238;
  color: #fff;
}

.txt-link-hijo.nopadd {
  display: block;
  margin-top: 25px;
  margin-left: 20px;
  font-size: 16px;
  text-decoration: none;
}

.list-buttons {
  margin-top: 0px;
}

.list-container {
  margin-top: 0px;
}

.list-content-1 {
  display: none;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  background-color: rgba(38, 50, 56, 0.64);
}

.list-content-2 {
  display: none;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  background-color: rgba(38, 50, 56, 0.64);
}

.divcontainerbtn {
  float: right;
}

.btnrecurrentes {
  margin-right: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 24px;
  background-color: #31bc87;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
}

.btnrecurrentes:hover {
  background-color: #45ca97;
}

.btnrecurrentes.nopadd {
  margin-right: 0px;
}

.list-item-2 {
  padding: 10px 10px 10px 25px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
}

.list-item-2:hover {
  background-color: rgba(38, 50, 56, 0.64);
}

.list {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-25 {
  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;
}

.row-1 {
  width: 9px;
  height: 9px;
}

.row-2 {
  width: 9px;
  height: 9px;
}

.row-3 {
  width: 9px;
  height: 9px;
}

.row-4 {
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 991px) {
  .txt-titulos-grey {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .btntab2off {
    width: 181px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: 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;
  }

  .btntab1off {
    width: 181px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    font-size: 14px;
  }

  .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;
  }

  .btntab4off {
    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)), none;
    background-image: linear-gradient(180deg, #263238, #007aff), none;
    background-position: 0px 0px, 0% 50%;
    background-size: auto, 1px;
    background-repeat: repeat, no-repeat;
    font-size: 14px;
  }

  .btntab3off {
    width: 181px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    font-size: 14px;
  }

  .columns-4 {
    width: 725px;
  }
}

@media screen and (max-width: 767px) {
  .txt-titulos-grey {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .btntab2off {
    width: 100%;
  }

  .btntab3on {
    width: 100%;
  }

  .btntab4on {
    width: 100%;
  }

  .btntab1off {
    width: 100%;
  }

  .btntab1on {
    width: 100%;
  }

  .btntab4off {
    width: 100%;
  }

  .btntab2on {
    width: 100%;
  }

  .btntab3off {
    width: 100%;
  }

  .dropdown-toggle {
    display: inline-block;
    width: 100%;
  }

  .columns-4 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .txt-titulos-grey {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .text-field-3 {
    width: 300px;
  }

  .text-field-4 {
    width: 300px;
  }

  .link-block {
    margin-right: 10px;
  }
}
/* PopRepresentado */
.PopRepresentadotxt-titulos-blue {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 5px;
    font-family: 'PT Sans', sans-serif;
    color: #5aa9ff;
    font-size: 18px;
    font-weight: 400;
}

.PopRepresentadotxt-titulos-blue.orange {
    margin-top: 40px;
    color: #ff9b65;
}

.PopRepresentadotxt-titulos-blue.dark {
    display: inline-block;
    color: #263238;
    font-size: 16px;
}

.PopRepresentadotxt-titulos-blue.dark.paddbott {
    display: block;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
}

.PopRepresentadodivrepresentado {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1001;
    height: 100vw;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(38, 50, 56, 0.9);
}

.PopRepresentadotxt-titulos-grilla {
    display: block;
    font-family: 'PT Sans', sans-serif;
    color: #263238;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
}

.PopRepresentadotxt-resultado-grilla {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    text-align: center;
}

.PopRepresentadodivcontainer {
    padding: 30px 20px;
    border-radius: 5px;
    background-color: #fff;
}

.PopRepresentadosubmit-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;
}

.PopRepresentadosubmit-button.orange {
    width: 190px;
    background-color: #ff9b65;
}

.PopRepresentadosubmit-button.cerrar {
    width: 190px;
    margin-right: 20px;
    background-color: #31bc87;
}

.PopRepresentadotxt-titulos-grey {
    margin-top: 5px;
    margin-bottom: 25px;
    font-family: 'PT Sans', sans-serif;
    color: #263238;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.PopRepresentadotxt-titulos-grey.center {
    margin-bottom: 20px;
    text-align: center;
}

.PopRepresentadodiv-block-60 {
    margin-top: 20px;
}

.PopRepresentadocolumns-9 {
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .PopRepresentadotxt-titulos-grey {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .PopRepresentadotxt-titulos-grey {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .PopRepresentadotxt-titulos-grey {
        margin-top: 20px;
        margin-right: 20px;
        margin-left: 20px;
    }
}

.PopRepresentadow-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
}

.PopRepresentadow-container:before,
.PopRepresentadow-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.PopRepresentadow-container:after {
    clear: both;
}

.PopRepresentadow-container.PopRepresentadow-row {
    margin-left: -10px;
    margin-right: -10px;
}

.PopRepresentadow-row:before,
.PopRepresentadow-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.PopRepresentadow-row:after {
    clear: both;
}

.PopRepresentadow-row.PopRepresentadow-row {
    margin-left: 0;
    margin-right: 0;
}

.PopRepresentadow-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.PopRepresentadow-col.PopRepresentadow-col {
    padding-left: 0;
    padding-right: 0;
}

.PopRepresentadow-col-1 {
    width: 8.33333333%;
}

.PopRepresentadow-col-2 {
    width: 16.66666667%;
}

.PopRepresentadow-col-3 {
    width: 25%;
}

.PopRepresentadow-col-4 {
    width: 33.33333333%;
}

.PopRepresentadow-col-5 {
    width: 41.66666667%;
}

.PopRepresentadow-col-6 {
    width: 50%;
}

.PopRepresentadow-col-7 {
    width: 58.33333333%;
}

.PopRepresentadow-col-8 {
    width: 66.66666667%;
}

.PopRepresentadow-col-9 {
    width: 75%;
}

.PopRepresentadow-col-10 {
    width: 83.33333333%;
}

.PopRepresentadow-col-11 {
    width: 91.66666667%;
}

.PopRepresentadow-col-12 {
    width: 100%;
}

.PopRepresentadow-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 24px;
}

input.w-button {
    -webkit-appearance: button;
}

.PopRepresentadow-clearfix:before,
.PopRepresentadow-clearfix:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.PopRepresentadow-clearfix:after {
    clear: both;
}
