body {
  height: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.headertitletxt {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.headertitletxt.subtitletext {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 300;
}

.boldtext {
  padding-left: 5px;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
}

.screenheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 80px;
  -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;
}

.screenheader.nomargin {
  /*-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;*/
  align-items: center;
}

.comboboxicon {
  width: 25px;
  padding: 3px 2px 2px;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
}

.comboboxstyle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 6px 10px 6px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 3px solid transparent;
  border-radius: 2px;
  background-color: rgba(224, 224, 224, 0.3);
  box-shadow: 1px 1px 3px 0 #e6e6e6;
  font-family: "Open Sans", sans-serif;
  color: #737373;
  font-weight: 400;
}

.comboboxstyle.fullwidth {
  width: 100%;
  background-color: #fafafa;
}

.comboboxstyle.paragraphstyle {
  display: inline-block;
  margin-top: 5px;
  margin-right: 4px;
  margin-bottom: 5px;
  padding: 5px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fafafa;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.comboboxstyle.paragraphstyle.firstitem {
  background-color: #fafafa;
}

.headertitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  line-height: 40px;
}

.headersteptxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-right: 20px;
  -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: 2px;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  color: #f69167;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}

.headersteptxt.stepnumbercompleted {
  width: 30px;
  height: 30px;
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-right: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 2px;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.separadorpasos {
  width: 40px;
  height: 3px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  background-color: #fff;
  color: #fff;
}

.blockitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 40px;
  margin-right: 0px;
  padding: 15px 30px;
  -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: 2px;
  background-color: #f8f8f8;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.13);
}

.blockitem.smallblockitem {
  width: 40px;
  margin-top: 0px;
  margin-left: 15px;
  padding: 5px;
}

.logobottom {
  width: 250px;
  margin-top: 0px;
  -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;
  opacity: 0.81;
}

.formnumberrating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  min-height: 65px;
  min-width: 65px;
  margin-right: 15px;
  padding-left: 15px;
  -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: 3px;
  background-color: #f1f1f1;
  -webkit-transition: background-color 275ms
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 275ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: "Open Sans", sans-serif;
  color: #6d6b6b;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

.formnumberrating:hover {
  max-width: none;
  background-color: #f79857;
  background-image: none;
  box-shadow: 1px 1px 3px 0 rgba(168, 168, 168, 0.31);
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.formnumberrating:active {
  background-color: #dadada;
  background-image: none;
  box-shadow: none;
  font-size: 15px;
  font-weight: 700;
}

.formnumberrating:focus {
  background-color: #b9b9b9;
  background-image: none;
  color: #fff;
  font-weight: 600;
}

.formnumberrating.lastitem {
  min-width: 65px;
  margin-right: 0px;
  font-weight: 400;
}

.formnumberrating.lastitem:hover {
  max-width: none;
  font-weight: 600;
}

.formnumberrating.lastitem:active {
  font-weight: 700;
}

.formnumberrating.lastitem:focus {
  font-weight: 600;
}

.headerbigtitle {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.infosectioncuestionario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  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: 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;
}

.infosectioncuestionario.hiddenelement {
  display: none;
}

.infosectioncuestionario.lastitem {
  margin-bottom: 0px;
}

.infocuestionariorightcolumn {
  width: 50%;
  margin-left: 30px;
}

.infocuestionarioleftcolumn {
  width: 50%;
  margin-right: 30px;
}

.formfieldcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.textstyle {
  display: block;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Open Sans", sans-serif;
  color: #737373;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}

.textstyle.dataprivacytest {
  width: auto;
  margin-right: 0px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0px;
}

.textstyle.tabletext {
  width: auto;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
}

.textstyle.tabletext.semiboldtext {
  font-weight: 600;
}

.textstyle.tabletext.semiboldtext.centertext {
  width: 50%;
  text-align: center;
}

.textstyle.tabletext.lefttext {
  width: 25%;
  text-align: center;
}

.textstyle.tabletext.righttext {
  width: 25%;
  text-align: center;
}

.textstyle.titlestyle {
  width: auto;
  margin-right: 0px;
  margin-bottom: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}

.textstyle.strongstyle {
  color: #000;
  font-weight: 700;
  letter-spacing: 0px;
}

.screenbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.screenbody.fullheight {
  height: 100%;
}

.qrimg {
  width: 360px;
  margin-top: 60px;
}

.trackingitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  -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;
  color: #b06565;
}

.trackingitem.lasitem {
  margin-bottom: 0px;
}

.formquestionnumber {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-top: 2px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-radius: 2px;
  background-color: rgba(54, 180, 153, 0.74);
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.writefield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 45px;
  min-width: 350px;
  margin: 30px 0px;
  padding-right: 20px;
  padding-left: 20px;
  -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: 0.2em solid #eee;
  border-radius: 18px;
  background-color: #fafafa;
  font-family: "Open Sans", sans-serif;
  color: #919191;
}

.writefield:hover {
  border-width: 0.2em;
  border-color: #f7f7f7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8f8f8),
    to(#f8f8f8)
  );
  background-image: linear-gradient(180deg, #f8f8f8, #f8f8f8);
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 87.3%, 0.84);
}

.writefield:active {
  border-color: #fafafa;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: none;
}

.writefield:focus {
  border-color: #fafafa;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background-image: linear-gradient(180deg, #fff, #fff);
}

.writefield.widthtablet {
  height: 45px;
  margin-bottom: 30px;
}

.writefield.widthlogin {
  min-width: 300px;
}

.writefield.widthlogin.nomargin {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  border-radius: 11px;
}

.screencuestionario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 5% 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.headerinformecuestionario {
  position: static;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.bodyinformecuestionario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.uexlogo {
  width: 70px;
  margin-right: 40px;
}

.headertxtstyle {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.uexlogodcha {
  width: 70px;
  margin-right: 0px;
  margin-left: 40px;
}

.informeasignaturacontainer {
  position: static;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.asignaturainfotxtinput {
  text-align: left;
}

.informeinfotitle {
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
}

.asignaturainfotxttitle {
  margin-right: 30px;
}

.asignaturacodeinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 13px;
}

.asignaturatextinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 13px;
}

.resultadostablecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.resultadostablecontent.margintable {
  margin-top: 100px;
}

.resultadostablesection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 7px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 0px solid #000;
  border-bottom: 2px solid #000;
  background-color: #e0e0e0;
}

.resultadostablesection.tabletopmargin {
  border-top-width: 2px;
}

.sectiontitle {
  width: 35%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.sectiontitle.tabletitle02 {
  width: 50%;
}

.sectionvaluetitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  min-width: auto;
  -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;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.sectionvaluetitle.title02 {
  width: 50%;
}

.sectionvaluetitle.titletxt02 {
  width: 100%;
  margin-bottom: 5px;
}

.resultadostablequestion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 15px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #272727;
}

.questionvalueinput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  -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;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.questionvalueinput.inputstyle02 {
  width: 10%;
}

.resultadospage01 {
  margin-bottom: 0px;
}

.leyendatxt {
  margin-top: 50px;
  margin-bottom: 100px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.resultadostableheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
  border-bottom: 2px solid #000;
  background-color: transparent;
}

.headerresultadostxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  -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-top: 0px solid #000;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.sectionvaluecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -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;
}

.sectionvaluesubtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.emptyspace {
  width: 35%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
}

.resultadostableheader01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  border-top: 2px solid #000;
  background-color: #e0e0e0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
}

.questiontitle {
  width: 35%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
}

.questiontitle.tabletitle02 {
  width: 50%;
}

.resultadostablespacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 15px 10px;
  border-bottom: 2px solid #272727;
}

.whitespace {
  width: 35%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
}

.noinputvalue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  -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;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.noinputvalue.inputstyle02 {
  width: 10%;
}

.resultadosgraphics {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.graphicsection {
  margin-bottom: 70px;
}

.graphicsection.width50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 0px;
  -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;
}

.graphicsectiontitle {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.graphicsectiondiagram {
  height: 250px;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
}

.graphiclinesection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.graphiclinesection.graphiclinestyle02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.headeruexinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.headeruexinfotitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.formtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  color: #36b499;
  font-weight: 700;
}

.formtitle.staticwidth {
  width: 150px;
  margin-right: 20px;
}

.formtitle.widthlogin {
  width: 100px;
  margin-right: 20px;
}

.formtitle.headertitle {
  display: block;
  margin-right: 0px;
  margin-bottom: 80px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.formcombobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 150px;
  padding: 10px 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;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 7px;
  background-color: #fcfcfc;
  box-shadow: 1px 1px 3px 0 #e7e7e7;
  font-family: "Open Sans", sans-serif;
  color: #737373;
  line-height: 20px;
  text-align: center;
}

.formcombobox.fullwidth {
  width: 100%;
  margin-right: 0px;
}

.formcombobox.fullwidth.topmargin {
  background-color: #fafafa;
}

.seleccionarcuestionariotableheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 13% 0px 1.2%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 0px;
  background-color: #36b499;
  box-shadow: 0 3px 5px 0 #d3d3d3;
}

.cuestionariotitle {
  width: 20%;
  height: 100%;
  min-height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 10px;
  border-right: 0px solid #fff;
  border-radius: 4px 0px 0px 4px;
  background-color: #36b499;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.cuestionariotitle.centertext {
  width: 50%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #52ceb3;
  font-weight: 700;
}

.cuestionariotitle.righttext {
  width: 25%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: 700;
}

.cuestionariotitle.righttext.whitespace {
  display: none;
  width: 15%;
}

.cuestionariotitle.lefttext {
  width: 25%;
  font-weight: 700;
}

.seleccioncuestionariosection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 10px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f3f3;
  border-radius: 6px;
  background-color: #fff;
}

.seleccionarcuestionariotable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 0px;
  padding-top: 0px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
}

.iconosmall {
  width: 30px;
  max-height: 30px;
  max-width: 30px;
  margin-right: 0px;
  margin-bottom: 2px;
  padding: 5px 5px 0px;
  border-radius: 6px;
  background-color: transparent;
}

.iconosmall:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.iconosmall.iconsmall {
  width: 28px;
  max-height: 28px;
  max-width: 28px;
  margin-bottom: 4px;
}

.iconosmall.nopadding {
  margin-bottom: 0px;
  padding-top: 0px;
}

.iconosmall.nopadding.marginright {
  width: 20px;
  max-height: 20px;
  max-width: 20px;
  margin-right: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.iconosmall.nopadding.marginright.customheight {
  max-height: 25px;
  max-width: 25px;
}

.bodytextgreen {
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  color: #36b499;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.tablebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  height: 45px;
  margin-right: 25px;
  -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: left;
}

.tablebutton.lasitem {
  margin-right: 0px;
}

.screeninicio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 65px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-image: url("../images/main-background.png");
  background-position: 50% 80%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transition: -webkit-transform 625ms ease;
  transition: -webkit-transform 625ms ease;
  transition: transform 625ms ease;
  transition: transform 625ms ease, -webkit-transform 625ms ease;
}

.logoinicio {
  display: block;
  width: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.titleinicio {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;*/
  display: flex;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  /*-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;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 65px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
}

.titleinicio.boldtext {
  margin-top: 0px;
  font-weight: 600;
  letter-spacing: 2px;
}

.startbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 18px 60px;
  -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-style: solid;
  border-width: 2px;
  border-color: #f0f0f0;
  border-radius: 35px;
  background-color: #fff;
  background-image: none;
  box-shadow: 3px 5px 3px 0 rgba(59, 73, 70, 0.22);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease,
    -webkit-transform 200ms ease;
  font-family: "Open Sans", sans-serif;
  color: #aaa;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.startbutton:hover {
  width: auto;
  height: auto;
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 1px 10px 6px 0 rgba(59, 73, 70, 0.23);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  font-size: 18px;
  font-weight: 600;
}

.startbutton:active {
  box-shadow: inset 3px 3px 5px 2px rgba(59, 73, 70, 0.32);
  color: #c4c4c4;
}

.centercontent {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;*/
  display: flex;
  width: 70%;
  /*height: auto;*/
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  /*-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;*/
  flex-direction: column;
  /*-webkit-justify-content: space-around;
  -ms-flex-pack: distribute;*/
  justify-content: space-around;
  /*-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;*/
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 15px;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: none;
}

.greenbuttonstyle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 11px 25px;
  -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: 2px solid #36b499;
  border-radius: 16px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#36b499),
    to(#36b499)
  );
  background-image: linear-gradient(180deg, #36b499, #36b499);
  box-shadow: 1px 1px 3px 0 rgba(94, 134, 126, 0.59);
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.greenbuttonstyle:hover {
  border-color: #41c2a6;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#41c2a6),
    to(#41c2a6)
  );
  background-image: linear-gradient(180deg, #41c2a6, #41c2a6);
  box-shadow: 2px 2px 7px 0 rgba(94, 134, 126, 0.41);
}

.greenbuttonstyle:active {
  border-color: #64ceb7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#50ccb1),
    to(#50ccb1)
  );
  background-image: linear-gradient(180deg, #50ccb1, #50ccb1);
  box-shadow: inset 2px 2px 6px 0 #30a78d;
}

.greenbuttonstyle.nomargin {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.greenbuttonstyle.widthtablet {
  margin-top: 50px;
}

.greybuttonstyle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 14px 28px;
  -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-style: solid;
  border-width: 2px;
  border-color: #a1a1a1;
  border-radius: 16px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a3a3a3),
    to(#a3a3a3)
  );
  background-image: linear-gradient(180deg, #a3a3a3, #a3a3a3);
  box-shadow: 1px 1px 3px 0 rgba(94, 134, 126, 0.59);
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.greybuttonstyle:hover {
  border-color: #b3b3b3;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b3b3b3),
    to(#b3b3b3)
  );
  background-image: linear-gradient(180deg, #b3b3b3, #b3b3b3);
  box-shadow: 2px 2px 7px 0 rgba(94, 134, 126, 0.41);
}

.greybuttonstyle:active {
  border-color: #bdbdbd;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#bebebe),
    to(#bebebe)
  );
  background-image: linear-gradient(180deg, #bebebe, #bebebe);
  box-shadow: inset 2px 2px 6px 0 #aaa;
}

.greybuttonstyle.buttonrightmargin {
  margin-right: 50px;
  padding: 15px 30px;
}

.screen {
  /*position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;*/
  display: flex;
  width: 100%;
  /*height: auto;*/
  margin-right: 0px;
  padding: 25px 40px 40px;
  /*-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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;*/
  align-items: center;
  /*-webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;*/
  background-color: transparent;
  background-image: url("../images/header-background_1.png"),
    -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url("../images/header-background_1.png"),
    linear-gradient(180deg, #fff, #fff);
  background-position: 50% 0%, 0px 0px;
  background-size: 101%, auto;
  background-repeat: repeat-x, repeat;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.screen.fullheight {
  height: 100%;
}

.logoheader {
  width: 80px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.formquestionsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.formquestiontitle {
  width: auto;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  color: #36b499;
  font-size: 15px;
  line-height: 30px;
}

.formquestionrating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 0px;
  -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;
}

.formsectionheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 40px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #36b499;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.formsectionheader.twolinesstyle {
  margin-top: 20px;
  margin-bottom: 50px;
}

.formquestion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

.urlstyletext {
  margin-top: 50px;
  padding: 25px 35px;
  border-radius: 6px;
  background-color: #36b499;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.trackingnumber {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-top: 0px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-radius: 2px;
  background-color: rgba(54, 180, 153, 0.74);
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.autoformsection {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;*/
  display: flex;
  /*width: 100%;*/
  /*width: auto;*/
  margin-bottom: 50px;
  /*-webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;*/
  flex-direction: row;
  /*-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;*/
  align-items: center;
}

.autoformsection.fullwidth {
  width: 100%;
}

.autoformsection.nomargin {
  margin-bottom: 0px;
  display: flex;
  /*-webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;*/
  flex-direction: row;
}

.autoformsection.nomargin.verticaldirection {
  margin-bottom: 30px;
  display: flex;
  /*-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;*/
  flex-direction: column;
}

.autoformsection.verticaldirection {
  margin-bottom: 50px;
  display: flex;
  /*-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;*/
  flex-direction: column;
  /*-webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;*/
  align-items: flex-start;
}

.formsubtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  color: #36b499;
  font-weight: 600;
}

.textbold {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.textbold.maintypo {
  margin-left: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.resultadostableheader02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  border-top: 2px solid #000;
  background-color: #e0e0e0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
}

.button {
  display: none;
}

.buttonscontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.screenfooter {
  margin-top: 120px;
}

.linecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

@media screen and (min-width: 1920px) {
  .screenheader {
    margin-bottom: 100px;
  }

  .screenheader.nomargin {
    margin-bottom: 120px;
  }

  .comboboxstyle.paragraphstyle {
    margin-right: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .screenbody {
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .formquestionnumber {
    font-weight: 700;
    text-align: center;
  }

  .seleccionarcuestionariotableheader {
    padding-left: 1.2%;
  }

  .screeninicio {
    padding-bottom: 130px;
  }

  .centercontent {
    width: 60%;
  }

  .screen {
    /*height: auto;*/
    padding-bottom: 50px;
    background-image: url("../images/header-background_1.png"),
      -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url("../images/header-background_1.png"),
      linear-gradient(180deg, null, null);
    background-position: 50% -5%, 0px 0px;
  }

  .screen.fullheight {
    background-image: url("../images/header-background_1.png"),
      -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../images/header-background_1.png"),
      linear-gradient(180deg, transparent, transparent);
    background-position: 50% -5%, 0px 0px;
  }

  .formquestionrating {
    padding-left: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .formsectionheader {
    margin-bottom: 70px;
  }

  .formsectionheader.twolinesstyle {
    margin-bottom: 70px;
  }

  .formquestion {
    margin-bottom: 30px;
  }

  .autoformsection.width80 {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  body {
    height: 100%;
  }

  .headertitletxt {
    font-size: 30px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: 0.5px;
  }

  .headertitletxt.subtitletext {
    display: block;
    margin-top: 10px;
    font-size: 26px;
  }

  .boldtext {
    padding-left: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }

  .screenheader {
    margin-top: 0px;
    margin-bottom: 30px;
    -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;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .screenheader.nomargin {
    margin-bottom: 0px;
  }

  .comboboxstyle {
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .comboboxstyle.fullwidth {
    background-color: #fafafa;
  }

  .comboboxstyle.fullwidth.marginbottom {
    background-color: #fafafa;
  }

  .comboboxstyle.paragraphstyle {
    display: block;
    height: auto;
    margin-right: 20%;
    margin-bottom: 10px;
    margin-left: 20%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .comboboxstyle.paragraphstyle.firstitem {
    margin-top: 0px;
  }

  .headertitle {
    width: 100%;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .headersteptxt {
    width: 30px;
    height: 30px;
    max-height: 30px;
    min-height: 30px;
    margin-right: 20px;
    border-radius: 2px;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 50px;
    font-weight: 600;
  }

  .headersteptxt.stepnumbercompleted {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-width: 3px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .separadorpasos {
    height: 3px;
    border-width: 0px;
  }

  .blockitem {
    margin-top: 50px;
    margin-bottom: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logobottom {
    width: 250px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .formnumberrating {
    width: auto;
    height: auto;
    max-width: none;
    min-height: 120px;
    min-width: 33.1%;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 400;
  }

  .formnumberrating:focus {
    background-color: #adadad;
    font-size: 16px;
  }

  .formnumberrating.lastitem {
    width: 20px;
    max-height: none;
    max-width: 50%;
    min-width: 33.1%;
    margin-right: 0px;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
  }

  .formnumberrating.lastitem:focus {
    font-size: 16px;
    font-weight: 600;
  }

  .headerbigtitle {
    margin-left: 0px;
  }

  .infosectioncuestionario {
    margin-bottom: 30px;
  }

  .infosectioncuestionario.lastitem {
    margin-bottom: 0px;
  }

  .infocuestionariorightcolumn {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .infocuestionarioleftcolumn {
    display: block;
    width: 100%;
    margin-right: 0px;
  }

  .formfieldcontainer {
    width: 100%;
    margin-bottom: 10px;
  }

  .textstyle {
    display: block;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    font-weight: 400;
  }

  .textstyle.dataprivacytest {
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    line-height: 30px;
    text-align: center;
  }

  .textstyle.titlestyle {
    margin-bottom: 30px;
  }

  .screenbody {
    width: 100%;
    height: 100%;
    margin-top: 100px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -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;
  }

  .qrimg {
    margin-top: 50px;
  }

  .trackingitem {
    width: auto;
    -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;
    font-size: 16px;
  }

  .formquestionnumber {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    max-height: 25px;
    max-width: 25px;
    min-height: 25px;
    min-width: 25px;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 0px;
    -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: 1px;
    background-color: rgba(54, 180, 153, 0.74);
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
  }

  .writefield {
    width: 350px;
    height: 45px;
    margin-top: 30px;
    margin-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 0.2em;
    border-color: #e9e9e9;
    border-radius: 18px;
    background-color: #f1f1f1;
    background-image: none;
    font-family: "Open Sans", sans-serif;
  }

  .writefield:hover {
    border-width: 0.2em;
  }

  .writefield:active {
    border-width: 0.2em;
    border-color: #fafafa;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      to(#fff)
    );
    background-image: linear-gradient(180deg, #fff, #fff);
    box-shadow: none;
  }

  .writefield:focus {
    border-width: 0.2em;
    border-color: #fafafa;
    background-color: #fff;
  }

  .writefield.widthtablet {
    width: 70%;
    margin-top: 40px;
  }

  .writefield.widthlogin.nomargin {
    width: 500px;
  }

  .screencuestionario {
    padding-right: 5%;
    padding-left: 5%;
  }

  .uexlogo {
    margin-right: 20px;
  }

  .uexlogodcha {
    margin-left: 20px;
  }

  .resultadostablecontent {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .resultadostablesection.tabletopmargin {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sectiontitle.tabletitle02 {
    width: 40%;
  }

  .resultadostablequestion {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .questiontitle.tabletitle02 {
    width: 40%;
  }

  .formtitle.marginbottom {
    margin-bottom: 20px;
  }

  .seleccionarcuestionariotableheader {
    padding-right: 40px;
    padding-left: 10px;
  }

  .cuestionariotitle.centertext {
    width: 50%;
  }

  .cuestionariotitle.righttext {
    width: 25%;
    margin-right: 1%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cuestionariotitle.righttext.whitespace {
    width: 25px;
  }

  .cuestionariotitle.lefttext {
    width: 25%;
  }

  .seleccioncuestionariosection {
    padding-right: 10px;
    padding-left: 10px;
  }

  .seleccionarcuestionariotable {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .tablebutton {
    display: none;
  }

  .tablebutton.lasitem {
    display: none;
  }

  .titleinicio {
    line-height: 65px;
  }

  .titleinicio.boldtext {
    font-size: 30px;
    letter-spacing: 2px;
  }

  .centercontent {
    width: 100%;
    /*height: auto;*/
    margin-top: 0px;
    margin-bottom: 0px;
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;*/
    flex-direction: column;
  }

  .greenbuttonstyle {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 13px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #36b499;
    background-image: none;
  }

  .greenbuttonstyle.widthtablet {
    width: 70%;
    padding-top: 15px;
    border-radius: 18px;
  }

  .greenbuttonstyle.widthlogin {
    margin-top: 0px;
  }

  .greybuttonstyle {
    width: auto;
    margin-top: 0px;
    margin-right: 50px;
    margin-bottom: 0px;
    padding: 12px 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #a3a3a3;
    background-image: none;
  }

  .screen {
    /*height: auto;*/
    padding: 20px 30px 40px;
    /*-webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;*/
    justify-content: flex-start;
    background-image: url("../images/header-background.png"),
      -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../images/header-background.png"),
      linear-gradient(180deg, transparent, transparent);
    background-position: 30% 0%, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat-x, repeat;
    background-attachment: scroll, scroll;
  }

  .screen.fullheight {
    width: 100%;
    height: 100%;
    background-image: url("../images/header-background.png"),
      -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../images/header-background.png"),
      linear-gradient(180deg, transparent, transparent);
    background-position: 30% -5%, 0px 0px;
  }

  .logoheader {
    width: 65px;
    margin-right: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .formquestionrating {
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .formsectionheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .formsectionheader.twolinesstyle {
    margin-bottom: 60px;
  }

  .urlstyletext {
    width: auto;
    margin-top: 20px;
    font-size: 30px;
    text-align: center;
  }

  .trackingnumber {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 0px;
    -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: 1px;
    background-color: rgba(54, 180, 153, 0.74);
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
  }

  .autoformsection.fullwidth {
    margin-bottom: 47px;
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;*/
    display: flex;
    flex-direction: column;
  }

  .autoformsection.fullwidth.marginbottom.leftalign {
    /*-webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;*/
    display: flex;
    align-items: flex-start;
  }

  .autoformsection.width80 {
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;*/
    display: flex;
    flex-direction: column;
  }

  .autoformsection.verticaldirection {
    margin-bottom: 60px;
  }

  .textbold {
    margin-right: 0px;
    margin-left: 0px;
    font-family: Lato, sans-serif;
    font-weight: 400;
  }

  .textbold.maintypo {
    margin-left: 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
  }

  .button {
    display: block;
    width: 25px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    background-image: url("../images/down-arrow.svg");
    background-position: 0px 0px;
    background-size: 100%;
  }

  .buttonscontainer {
    margin-top: 40px;
  }

  .linecontainer {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .headertitletxt {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.5px;
  }

  .screenheader {
    width: 100%;
    height: auto;
    margin-bottom: 90px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .screenheader.nomargin {
    margin-bottom: 0px;
  }

  .comboboxstyle {
    width: 100%;
    height: 50px;
  }

  .comboboxstyle.paragraphstyle {
    margin-right: 0%;
    margin-left: 0%;
  }

  .headertitle {
    width: auto;
    margin-top: 0px;
  }

  .headersteptxt {
    width: 30px;
    height: 30px;
    max-height: 30px;
    min-height: 30px;
    margin-right: 20px;
    font-size: 24px;
    font-weight: 600;
  }

  .blockitem {
    margin-top: 40px;
  }

  .blockitem.smallblockitem {
    margin-bottom: 0px;
  }

  .logobottom {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .formnumberrating {
    max-height: 130px;
    max-width: 130px;
    min-height: 120px;
    min-width: 33.1%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 1.5px;
    line-height: 25px;
    text-align: center;
  }

  .formnumberrating:focus {
    font-size: 15px;
  }

  .formnumberrating.lastitem {
    max-width: 130px;
    margin-right: 0px;
    font-size: 15px;
    line-height: 30px;
  }

  .formnumberrating.lastitem:focus {
    font-size: 15px;
    font-weight: 600;
  }

  .headerbigtitle {
    margin-left: 0px;
  }

  .infosectioncuestionario {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .infosectioncuestionario.lastitem {
    margin-bottom: 30px;
  }

  .infocuestionariorightcolumn {
    margin-top: 0px;
  }

  .infocuestionarioleftcolumn {
    margin-bottom: 0px;
  }

  .textstyle {
    font-size: 14px;
  }

  .textstyle.dataprivacytest {
    margin-bottom: 60px;
    line-height: 30px;
    text-align: center;
  }

  .textstyle.strongstyle {
    color: #000;
    font-weight: 700;
    letter-spacing: 0px;
  }

  .screenbody {
    width: 100%;
    height: auto;
    margin-top: 10px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .screenbody.fullheight.justifycenter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .screenbody.fullheight.responsiveheight {
    height: auto;
  }

  .formquestionnumber {
    width: 25px;
    height: 25px;
    max-height: 25px;
    max-width: 25px;
    min-height: 25px;
    min-width: 25px;
    margin-top: 3px;
    font-size: 15px;
  }

  .writefield {
    margin-top: 50px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .writefield.widthtablet {
    margin-top: 30px;
    margin-bottom: 80px;
  }

  .writefield.widthlogin.nomargin {
    width: 400px;
  }

  .formtitle.marginbottom {
    margin-bottom: 20px;
  }

  .formtitle.marginbottom.staticwidth.leftalign {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .seleccionarcuestionariotableheader {
    padding-right: 40px;
    padding-left: 0px;
  }

  .cuestionariotitle {
    width: 25%;
  }

  .cuestionariotitle.centertext {
    width: 50%;
    padding-right: 10px;
  }

  .cuestionariotitle.righttext {
    width: 25%;
    margin-right: 2%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .cuestionariotitle.righttext.whitespace {
    display: none;
  }

  .cuestionariotitle.lefttext.hiddenmobile {
    padding-right: 10px;
  }

  .seleccioncuestionariosection {
    padding-right: 0px;
    padding-left: 0px;
  }

  .seleccionarcuestionariotable {
    width: 100%;
  }

  .tablebutton {
    display: none;
  }

  .screeninicio {
    padding: 5% 5% 10%;
  }

  .logoinicio {
    width: 400px;
  }

  .titleinicio {
    line-height: 65px;
  }

  .centercontent {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-width: 0px;
    border-radius: 0px;
    background-image: none;
  }

  .greenbuttonstyle {
    margin-top: 20px;
    padding: 13px 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .greenbuttonstyle.nomargin {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .greenbuttonstyle.widthlogin {
    width: 350px;
  }

  .greybuttonstyle {
    margin-top: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .greybuttonstyle.buttonrightmargin {
    width: 100%;
    margin-top: 30px;
    margin-right: 0px;
    padding: 15px 50px;
  }

  .screen {
    /*height: 100%;*/
    margin-right: 0px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
    /*-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;*/
    justify-content: space-between;
    background-image: url("../images/header-background_1.png");
    background-position: 50% 0%;
    background-size: auto;
    background-repeat: repeat-x;
    background-attachment: scroll;
  }

  .screen.fullheight {
    background-image: url("../images/header-background.png"),
      -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../images/header-background.png"),
      linear-gradient(180deg, transparent, transparent);
    background-position: 50% 0%, 0px 0px;
  }

  .logoheader {
    width: 55px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .formquestiontitle {
    text-align: center;
  }

  .formquestionrating {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .urlstyletext {
    width: auto;
    padding: 20px 5px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  .trackingnumber {
    font-size: 15px;
  }

  .autoformsection {
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;*/
    display: flex;
    flex-direction: column;
  }

  .autoformsection.fullwidth.marginbottom.leftalign {
    /*-webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;*/
    display: flex;
    align-items: flex-start;
  }

  .textbold {
    font-weight: 400;
  }

  .button {
    margin-right: 15px;
    margin-left: 0px;
    padding: 10px;
    background-color: #fff;
    background-image: url("../images/down-arrow.svg");
    background-position: 0px 0px;
    background-size: 100% 100%;
  }

  .buttonscontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -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;
  }

  .screenfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .linecontainer {
    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;
  }
}

@media screen and (max-width: 479px) {
  .headertitletxt {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 22px;
    line-height: 34px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.5px;
  }

  .headertitletxt.subtitletext {
    font-size: 22px;
  }

  .headertitletxt.leftalign {
    margin-top: 0px;
    text-align: left;
  }

  .headertitletxt.leftalign.nomargin {
    margin-top: 0px;
    text-align: left;
  }

  .boldtext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }

  .screenheader {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .screenheader.nomargin {
    margin-bottom: 20px;
  }

  .comboboxicon {
    margin-left: 5px;
    padding-right: 2px;
  }

  .comboboxstyle {
    width: 100%;
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .comboboxstyle.fullwidth {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .comboboxstyle.fullwidth.marginbottom {
    margin-bottom: 15px;
  }

  .comboboxstyle.paragraphstyle {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-weight: 600;
  }

  .headertitle {
    position: static;
    width: auto;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    line-height: 45px;
  }

  .headersteptxt {
    width: 30px;
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
    margin-top: 0px;
    margin-right: 20px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 18px;
    line-height: 45px;
    font-weight: 600;
  }

  .headersteptxt.stepnumbercompleted {
    width: 30px;
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
    border-width: 2px;
    font-size: 18px;
    line-height: 45px;
  }

  .headersteptxt.lastitem {
    margin-right: 0px;
  }

  .headersteptxt.nomargin {
    margin-right: 0px;
  }

  .separadorpasos {
    width: 30px;
  }

  .blockitem {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blockitem.smallblockitem {
    margin-bottom: 0px;
  }

  .logobottom {
    display: block;
    margin-top: 0px;
  }

  .formnumberrating {
    width: 33%;
    max-height: none;
    max-width: none;
    min-height: 90px;
    min-width: 90px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 2px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .formnumberrating.lastitem {
    width: 33%;
    max-height: none;
    max-width: none;
    min-height: 90px;
    min-width: 90px;
    margin-right: 0px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
  }

  .headerbigtitle {
    width: 80%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .infosectioncuestionario {
    margin-bottom: 25px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .infocuestionariorightcolumn {
    width: 100%;
    margin-top: 0px;
  }

  .infocuestionarioleftcolumn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .formfieldcontainer {
    margin-top: 0px;
    margin-bottom: 35px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .formfieldcontainer.nomargin {
    margin-bottom: 0px;
  }

  .textstyle {
    display: block;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }

  .textstyle.dataprivacytest {
    margin-bottom: 50px;
  }

  .textstyle.tabletext {
    width: 50%;
  }

  .textstyle.tabletext.hiddenmobile {
    display: none;
  }

  .textstyle.tabletext.semiboldtext.centertext {
    width: 50%;
  }

  .textstyle.tabletext.righttext {
    width: 50%;
  }

  .textstyle.leftalign {
    text-align: left;
  }

  .screenbody {
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .screenbody.fullheight {
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .screenbody.fullheight.justifycenter {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .qrimg {
    width: 220px;
    margin-top: 40px;
  }

  .formquestionnumber {
    width: 0px;
    height: 22px;
    max-height: 22px;
    max-width: 22px;
    min-height: 22px;
    min-width: 22px;
    margin: 4.5px 10px 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 14px;
    font-weight: 600;
  }

  .writefield.widthtablet {
    width: 100%;
    min-width: 0px;
    margin-top: 25px;
    margin-bottom: 50px;
  }

  .writefield.widthlogin.nomargin {
    width: 100%;
    min-width: auto;
  }

  .formtitle.staticwidth.marginbottom {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .formtitle.marginbottom {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .formtitle.marginbottom.staticwidth {
    margin-bottom: 20px;
  }

  .formcombobox.fullwidth.topmargin {
    margin-top: 20px;
  }

  .seleccionarcuestionariotableheader {
    padding-right: 15px;
    padding-left: 0px;
  }

  .cuestionariotitle {
    width: 25%;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 700;
  }

  .cuestionariotitle.centertext {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .cuestionariotitle.righttext {
    width: 50%;
    margin-right: 5%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .cuestionariotitle.hiddenmobile {
    display: none;
  }

  .screeninicio {
    height: 100vh;
    padding-top: 10%;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logoinicio {
    width: 100%;
    max-width: 80%;
    min-width: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .titleinicio {
    /*width: auto;*/
    margin-top: 150px;
    margin-bottom: 200px;
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;*/
    flex-direction: column;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 3px;
  }

  .titleinicio.boldtext {
    margin-bottom: 0px;
    line-height: 55px;
  }

  .centercontent {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    display: flex;
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;*/
    flex-direction: column;
    /*-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    /*-webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;*/
    align-items: flex-start;
    border-color: transparent;
    background-image: none;
  }

  .greenbuttonstyle {
    width: 100%;
    margin-top: 20px;
    padding: 13px 25px;
  }

  .greenbuttonstyle.widthtablet {
    width: 100%;
  }

  .greenbuttonstyle.widthlogin {
    width: 100%;
  }

  .greybuttonstyle {
    width: 280px;
  }

  .greybuttonstyle.buttonrightmargin {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .screen {
    /*position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;*/
    display: flex;
    /*height: 100%;*/
    padding: 25px 20px;
    /*-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;
    background-position: 5% -2%;
    background-attachment: scroll;
    background-clip: padding-box;
    -webkit-text-fill-color: inherit;
  }

  .screen.fullheight {
    background-position: 5% -5%;
  }

  .logoheader {
    position: static;
    display: block;
    width: 60px;
    height: auto;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .formquestionsection {
    margin-bottom: 60px;
  }

  .formquestiontitle {
    text-align: left;
  }

  .formquestionrating {
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .formsectionheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .formsectionheader.twolinesstyle {
    display: block;
  }

  .formquestion {
    margin-bottom: 20px;
  }

  .urlstyletext {
    width: auto;
    margin-top: 0px;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0px;
  }

  .trackingnumber {
    width: 25px;
    height: 25px;
    max-height: 25px;
    max-width: 25px;
    min-height: 25px;
    min-width: 25px;
    margin: 0px 0px 0px 10px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    font-weight: 700;
  }

  .autoformsection.fullwidth {
    margin-bottom: 20px;
  }

  .autoformsection.fullwidth.marginbottom {
    margin-bottom: 50px;
  }

  .autoformsection.fullwidth.marginbottom.leftalign {
    /*-webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;*/
    display: flex;
    align-items: flex-start;
  }

  .autoformsection.width80 {
    width: 100%;
  }

  .autoformsection.nomargin.verticaldirection {
    width: 100%;
  }

  .autoformsection.verticaldirection {
    width: 100%;
  }

  .formsubtitle {
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .formsubtitle.greytextstyle {
    margin-top: 10px;
    color: #737373;
  }

  .textbold.maintypo {
    margin-left: 5px;
  }

  .button {
    width: 25px;
    margin-right: 5px;
    margin-left: 0px;
  }

  .buttonscontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
    -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;
  }

  .screenfooter {
    margin-top: 50px;
  }

  .linecontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .semiboldtext {
    font-weight: 600;
  }
}
