.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

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.leftalign.nomargin {
  margin-right: 75px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
}

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

.logobottom {
  display: block;
  width: 250px;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.81;
}

.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: #5c5c5c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}

.bodyiniciosesion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 88%;
  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: 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;
}

.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.widthlogin {
  min-width: 300px;
}

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

.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: auto;
  margin-right: 20px;
  margin-bottom: 0px;
}

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

.formcombobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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.width150 {
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.formcombobox.width50 {
  width: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.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: 50px;
  margin-bottom: 50px;
  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: 100px;
  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: 12px 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;
  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-size: 13px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.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.widthlogin {
  width: 150px;
  padding: 13px 18px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.greenbuttonstyle.searchbutton {
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  box-shadow: none;
}

.autoformsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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.nomargin {
  margin-bottom: 0px;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.autoformsection.verticaldirection {
  margin-bottom: 50px;
  -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;
}

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

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

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 10px 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/main-background.png');
  background-position: 0px 0px;
  background-size: auto;
}

.image {
  height: 120px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
  -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;
}

.formlineitem {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.formlineitem.marginright {
  margin-right: 60px;
}

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

.formline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -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;
}

.formline.leftalign {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkbox-field {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.image-2 {
  display: none;
  margin-left: 20px;
}

.bodylistado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0px 120px;
  -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;
}

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

.select-field {
  min-width: 280px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e9e9e9;
  border-radius: 7px;
  background-color: #fcfcfc;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 96.7%, 0.93);
  font-family: 'Open Sans', sans-serif;
  color: #606060;
  font-size: 13px;
}

.select-field:focus {
  background-color: #fff;
}

.field-label {
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 0px solid #000;
  font-family: 'Open Sans', sans-serif;
  color: #36b499;
  font-size: 13px;
  font-weight: 600;
}

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

.selectform {
  margin-right: 20px;
  margin-bottom: 0px;
}

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

.profesorcard {
  display: block;
  width: 90%;
  margin-top: 0px;
  margin-bottom: 80px;
  padding: 15px 25px 6px 40px;
  border-style: solid;
  border-width: 0px 0px 5px;
  border-color: #000 #000 #36b499;
  border-radius: 20px 20px 0px 0px;
  background-color: #fbfbfb;
  color: #333;
}

.profesorcard.lastitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 0px;
}

.profesorcard.lastitem.displayflex {
  width: 90%;
  margin-bottom: 60px;
}

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

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  padding: 0px 25px 0px 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;
  border: 1px solid transparent;
  border-radius: 0px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid transparent;
}

.profesorformline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 9%;
  -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;
}

.fieldlabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 15px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #5d5d5d;
  font-size: 13px;
  font-weight: 600;
}

.fieldlabel.greentext {
  color: #36b499;
}

.fieldlabel.greentext.staticwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 13px;
}

.fieldlabel.staticwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 13px;
}

.textfield {
  margin-right: 30px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e9e9e9;
  border-radius: 7px;
  background-color: #fcfcfc;
  box-shadow: 1px 1px 3px 0 #f3f3f3;
  font-family: 'Open Sans', sans-serif;
  color: #868585;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.textfield:focus {
  background-color: #fff;
  box-shadow: none;
  color: #454545;
}

.textfield.lastitem {
  margin-right: 0px;
  box-shadow: 1px 1px 3px 0 #f1f1f1;
  color: #8e8e8e;
}

.textfield.lastitem:focus {
  color: #454545;
}

.textfield.inputmedium {
  width: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #868585;
  font-weight: 400;
  text-align: center;
}

.textfield.inputmedium:focus {
  background-color: #fff;
  color: #454545;
}

.textfield.inputmedium.lastitem {
  color: #868585;
}

.textfield.inputmedium.lastitem:focus {
  color: #454545;
}

.textfield.inputsmall {
  width: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #868585;
  font-weight: 400;
  text-align: center;
}

.textfield.inputsmall:focus {
  color: #454545;
}

.profesorform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.button {
  width: auto;
  height: 25px;
}

.button02 {
  width: auto;
  height: 26px;
}

.titletxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-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-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 14px;
  font-weight: 600;
}

.listadoresults {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.bold-text {
  padding-right: 6px;
}

.profesoredit {
  display: none;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 22px 25px 22px 40px;
  border-style: solid;
  border-width: 0px 0px 5px;
  border-color: #000 #000 #36b499;
  border-radius: 20px 20px 0px 0px;
  background-color: #fbfbfb;
  color: #333;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  padding: 0px 25px 0px 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;
  border: 1px solid transparent;
  border-radius: 0px;
}

.cardline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.cardline.listadocuestionarios {
  margin-bottom: 8px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cardline.listadocuestionarios.justifyaround {
  padding-right: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #f2f2f2;
}

.bodytext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 7px;
  background-color: #fcfcfc;
  font-family: 'Open Sans', sans-serif;
  color: #868585;
  font-size: 11px;
  letter-spacing: 0.2px;
}

.bodytext:focus {
  background-color: #fff;
  box-shadow: none;
  color: #454545;
}

.bodytext.lastitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8e8e8e;
  font-size: 12px;
  letter-spacing: 0.2px;
}

.bodytext.lastitem:focus {
  color: #454545;
}

.bodytext.inputmedium {
  width: 90px;
  padding: 2px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #868585;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
}

.bodytext.inputmedium:focus {
  background-color: #fff;
  color: #454545;
}

.bodytext.inputmedium.minmargin {
  margin-right: 5px;
  font-size: 12px;
}

.bodytext.inputsmall {
  width: 80px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #868585;
  font-weight: 400;
  text-align: center;
}

.bodytext.inputsmall:focus {
  color: #454545;
}

.bodylistadoa-adirprofesor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 35px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.cuestionariocard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 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-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid transparent;
  border-radius: 0px;
}

.cuestionariocard.headerid {
  margin-bottom: 8px;
  padding: 6px 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-radius: 2px;
  background-color: #36b499;
}

.cuestionariocard.firmaacta {
  margin-top: 0px;
  background-color: #f7f7f7;
}

.bodytextcuestionario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 1px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 7px;
  background-color: #fcfcfc;
  font-family: 'Open Sans', sans-serif;
  color: #868585;
  font-size: 12px;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.bodytextcuestionario:focus {
  background-color: #fff;
  box-shadow: none;
  color: #454545;
}

.bodytextcuestionario.lastitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #8e8e8e;
  font-size: 12px;
  letter-spacing: 0.2px;
}

.bodytextcuestionario.lastitem:focus {
  color: #454545;
}

.bodytextcuestionario.lastitem.staticwidth {
  width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.bodytextcuestionario.inputmedium {
  width: 90px;
  padding: 2px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #868585;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
}

.bodytextcuestionario.inputmedium:focus {
  background-color: #fff;
  color: #454545;
}

.bodytextcuestionario.inputmedium.minmargin {
  margin-right: 5px;
  font-size: 12px;
}

.bodytextcuestionario.inputmedium.minmargin.headerinput {
  width: auto;
  margin-top: 2px;
  margin-right: 0px;
  padding: 0px 8px;
  border-style: none;
  border-color: #000;
  border-radius: 4px;
  background-color: #4dbda5;
  color: #fff;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 30px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fieldlabelcuestionarios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 15px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #5d5d5d;
  font-size: 13px;
  font-weight: 600;
}

.fieldlabelcuestionarios.greentext {
  margin-right: 10px;
  color: #36b499;
  font-size: 12px;
}

.fieldlabelcuestionarios.greentext.firmaacta {
  width: auto;
  margin-right: 0px;
  margin-bottom: 8px;
  padding: 4px 10px;
  background-color: #f4f4f4;
  color: #5d5d5d;
}

.fieldlabelcuestionarios.greentext.firmaacta.nomarginbottom {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.fieldlabelcuestionarios.minmargin {
  width: 110px;
  margin-right: 10px;
  font-size: 12px;
  white-space: nowrap;
}

.fieldlabelcuestionarios.minmargin.widthauto {
  width: auto;
}

.fieldlabelcuestionarios.minmargin.firmaacta {
  width: 170px;
}

.fieldlabelcuestionarios.whitetext {
  margin-right: 8px;
  color: #fff;
}

.cuestionariocardcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 0px;
  margin-bottom: 60px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 0px 0px 5px;
  border-color: #000 #000 #f4f4f4;
  border-radius: 20px 20px 2px 2px;
  background-color: #fbfbfb;
  color: #333;
}

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

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cuestionarioitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.logoheader {
  height: 100%;
}

.logoheader.listadocuestionarios {
  height: 140px;
}

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

@media screen and (min-width: 1920px) {
  .headertitletxt.leftalign.nomargin {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logobottom {
    display: block;
    margin-bottom: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bodyiniciosesion {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .formtitle.staticwidth {
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .formcombobox {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .screeninicio {
    padding-bottom: 130px;
  }

  .centercontent {
    width: 60%;
  }

  .image {
    height: 90%;
  }

  .formlineitem {
    margin-right: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .formlineitem.sizingshrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-2 {
    margin-left: 10px;
  }

  .bodylistado {
    height: 100%;
    padding-right: 150px;
    padding-left: 150px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom-width: 4px;
  }

  .select-field::-webkit-input-placeholder {
    color: #5f5f5f;
  }

  .select-field:-ms-input-placeholder {
    color: #5f5f5f;
  }

  .select-field::-ms-input-placeholder {
    color: #5f5f5f;
  }

  .select-field::placeholder {
    color: #5f5f5f;
  }

  .listadoselect {
    width: 80%;
    margin-bottom: 45px;
  }

  .profesorcard {
    display: none;
  }

  .profesorcard.lastitem {
    display: block;
    width: 80%;
    margin-bottom: 0px;
  }

  .fieldlabel.greentext {
    color: #36b499;
  }

  .textfield {
    font-size: 13px;
  }

  .profesorform {
    margin-bottom: 15px;
  }

  .titletxt {
    width: 80%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-bottom: 0px solid #36b499;
    color: #555;
    font-weight: 600;
  }

  .listadoresults {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text {
    padding-right: 6px;
  }

  .profesoredit {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .fieldlabelcuestionarios.greentext {
    color: #36b499;
  }

  .cuestionariocardcontainer {
    display: block;
    width: 80%;
  }

  .logoheader {
    height: 90%;
  }
}

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

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

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

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

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

  .bodyiniciosesion {
    width: 100%;
    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: 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;
  }

  .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.widthlogin.nomargin {
    width: 500px;
  }

  .formtitle.staticwidth {
    width: auto;
    margin-bottom: 0px;
  }

  .titleinicio {
    line-height: 65px;
  }

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

  .centercontent {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .greenbuttonstyle {
    width: auto;
    margin-top: 0px;
    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.widthlogin {
    margin-top: 0px;
  }

  .greenbuttonstyle.searchbutton {
    margin-top: 0px;
    padding: 10px 20px;
  }

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

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

  .image {
    height: 120px;
  }

  .body {
    padding-right: 60px;
    padding-left: 60px;
  }

  .formlineitem {
    width: 100%;
    margin-bottom: 20px;
  }

  .formlineitem.sizingshrink {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .formlineitem.sizingshrink.marginright {
    margin-right: 0px;
  }

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

  .checkbox-field {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .bodylistado {
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .select-field {
    min-width: 180px;
  }

  .field-label.staticwidth {
    width: 140px;
  }

  .listadoselect {
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profesorcard {
    width: 95%;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-6 {
    width: 10%;
  }

  .titletxt {
    margin-bottom: 40px;
  }

  .listadoresults {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }

  .div-block-4 {
    width: 90%;
    padding-right: 20px;
  }

  .cardline.listadocuestionarios {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bodylistadoa-adirprofesor {
    margin-top: 40px;
    -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;
  }

  .bodytextcuestionario.lastitem.staticwidth {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-9.lastitem {
    margin-right: 0px;
  }

  .cuestionariocardcontainer {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .search {
    margin-bottom: 0px;
  }

  .cuestionarioitem {
    margin-right: 15px;
  }

  .div-block-13 {
    width: auto;
    margin-top: 4px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .logoheader {
    height: 80%;
  }
}

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

  .logobottom {
    margin-top: 0px;
  }

  .textstyle {
    font-size: 14px;
  }

  .bodyiniciosesion {
    width: 100%;
    -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;
  }

  .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.widthlogin.nomargin {
    width: 400px;
  }

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

  .logoinicio {
    width: 400px;
  }

  .titleinicio {
    line-height: 65px;
  }

  .centercontent {
    width: 100%;
    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.widthlogin {
    width: 350px;
  }

  .greenbuttonstyle.searchbutton {
    margin-bottom: 10px;
  }

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

  .textbold {
    font-weight: 400;
  }

  .image {
    height: 120px;
  }

  .select-field {
    min-width: 120px;
    margin-bottom: 10px;
  }

  .field-label {
    margin-bottom: 10px;
  }

  .listadoselect {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .profesorcard.lastitem.displayflex {
    width: 100%;
  }

  .div-block-6 {
    width: 10%;
  }

  .button {
    height: 20px;
  }

  .button02 {
    height: 22px;
  }

  .listadoresults {
    padding-right: 30px;
    padding-left: 30px;
  }

  .cardline.listadocuestionarios {
    margin-bottom: 10px;
    -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;
  }

  .cardline.listadocuestionarios.latitem {
    margin-bottom: 0px;
  }

  .bodytext {
    font-size: 12px;
  }

  .cuestionariocard.headerid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .bodytextcuestionario.lastitem.fullwidthresponsive {
    width: 100%;
    margin-top: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bodytextcuestionario.lastitem.staticwidth {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .div-block-9 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fieldlabelcuestionarios.greentext.firmaacta {
    margin-bottom: 8px;
  }

  .fieldlabelcuestionarios.minmargin {
    width: auto;
  }

  .cuestionarioitem {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 6px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cuestionarioitem.lastitem {
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-13 {
    width: 100%;
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logoheader {
    height: 80%;
  }
}

@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.leftalign {
    margin-top: 0px;
    text-align: left;
  }

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

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

  .logobottom {
    display: block;
  }

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

  .bodyiniciosesion {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

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

  .screeninicio {
    height: auto;
    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: 100px;
    margin-bottom: 100px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 3px;
  }

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

  .centercontent {
    width: 100%;
    -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.widthlogin {
    width: 100%;
  }

  .greenbuttonstyle.searchbutton {
    width: auto;
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 8px;
    -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-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right;
  }

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

  .autoformsection.verticaldirection {
    width: 100%;
  }

  .image {
    height: 120px;
  }

  .body {
    padding-right: 15px;
    padding-left: 15px;
  }

  .bodylistado {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .select-field {
    min-width: auto;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .field-label {
    margin-bottom: 0px;
  }

  .listadoselect {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .titletxt {
    margin-bottom: 20px;
  }

  .listadoresults {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .cardline.listadocuestionarios {
    margin-bottom: 12px;
  }

  .cardline.listadocuestionarios.latitem {
    margin-bottom: 0px;
  }

  .bodytext.inputmedium.minmargin {
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .cuestionariocard.headerid {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .cuestionariocard.firmaacta {
    margin-top: 0px;
  }

  .bodytextcuestionario {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bodytextcuestionario.lastitem {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bodytextcuestionario.lastitem.fullwidthresponsive {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .bodytextcuestionario.lastitem.staticwidth {
    margin-bottom: 0px;
  }

  .bodytextcuestionario.inputmedium.minmargin {
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .bodytextcuestionario.inputmedium.minmargin.headerinput {
    margin-bottom: 0px;
  }

  .bodytextcuestionario.fullwidthresponsive {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .div-block-9 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 6px;
    padding-right: 5px;
    padding-left: 5px;
    -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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .fieldlabelcuestionarios.greentext.firmaacta {
    font-size: 13px;
  }

  .fieldlabelcuestionarios.greentext.firmaacta.nomarginbottom {
    font-size: 12px;
  }

  .fieldlabelcuestionarios.minmargin {
    margin-bottom: 10px;
  }

  .fieldlabelcuestionarios.minmargin.widthauto {
    margin-bottom: 0px;
  }

  .cuestionariocardcontainer {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search {
    width: 100%;
    -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;
  }

  .cuestionarioitem {
    margin-bottom: 8px;
  }

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

  .logoheader {
    height: 70%;
  }
}

