@charset "UTF-8";
@font-face {
  font-family: "poppins-bold";
  src: url("../fonts/Poppins-Bold_0.ttf") format("ttf"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "poppins-semibold";
  src: url("../fonts/Poppins-SemiBold_0.ttf") format("ttf"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "poppins-medium";
  src: url("../fonts/Poppins-Medium_0.ttf") format("ttf"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "poppins-medium";
  src: url("../fonts/Poppins-Regular_0.ttf") format("ttf"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "far";
  src: url("../fonts/Font-Awesome-5-Pro-Regular-400.otf") format("otf"), url("../fonts/FontAwesome5Pro-Regular.woff2") format("woff2"), url("../fonts/FontAwesome5Pro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fas";
  src: url("../fonts/Font-Awesome-5-Pro-Solid-900.otf") format("otf"), url("../fonts/FontAwesome5Pro-Solid.woff2") format("woff2"), url("../fonts/FontAwesome5Pro-Solid.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fal";
  src: url("../fonts/Font-Awesome-5-Pro-Light-300.otf") format("otf"), url("../fonts/FontAwesome5Pro-Light.woff2") format("woff2"), url("../fonts/FontAwesome5Pro-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fab";
  src: url("../fonts/Font-Awesome-5-Brands-Regular-400.otf") format("otf"), url("../fonts/FontAwesome5Brands-Regular.woff2") format("woff2"), url("../fonts/FontAwesome5Brands-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fad";
  src: url("../fonts/Font-Awesome-5-Duotone-Solid-900.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.navegador {
  padding: 40px 40px 25px !important;
}
@media only screen and (max-width: 1024px) {
  .navegador {
    width: 29.3% !important;
  }
}
@media only screen and (max-width: 768px) {
  .navegador {
    width: 100% !important;
    padding: 30px 20px 25px !important;
  }
}

.login {
  max-width: 70.7%;
  width: 70.7%;
}

h1.logo-layer {
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 767px) {
  h1.logo-layer {
    padding: 0 20px 0 20px;
  }
}
h1.logo-layer img.login-logo {
  width: 100%;
  max-width: 350px;
  vertical-align: middle;
  border-style: none;
}

.login-titulo {
  font: normal 16px/18px "poppins-semibold";
  color: #fff;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
  background-color: #fbf069\9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9 ;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
  background-color: grey;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
  background-color: #666 \9 ;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

::selection {
  background-color: #cbd2e2;
  color: #000;
}

::-moz-selection {
  background-color: #cbd2e2;
  color: #000;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-family: "far";
}

.fas {
  font-family: "fas";
  font-weight: 900;
}

.fal {
  font-family: "fal";
}

.fab {
  font-family: "fab";
}

.fad {
  font-family: "fad";
}

.fa-user:before {
  content: "\f007";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-phone:before {
  content: "\f095";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-copy:before {
  content: "\f0c5";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-task:before {
  content: "\f0ae";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-top:before {
  content: "\f106";
}

.fa-angle-bottom:before {
  content: "\f107";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-date-day:before {
  content: "\f783";
}

.fa-date-week:before {
  content: "\f784";
}

.fa-clock:before {
  content: "\f017";
}

.fa-edit:before {
  content: "\f044";
}

.fa-cog:before {
  content: "\f013";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-book:before {
  content: "\f02d";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-circle:before {
  content: "\f111";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0d7";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-sun:before {
  content: "\f185";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-top:before {
  content: "\f062";
}

.fa-arrow-bottom:before {
  content: "\f063";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-print:before {
  content: "\f02f";
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.scrollbar::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: #f9f9f9;
  border-radius: 0;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #E6E6E6;
}

.scrollbar::-webkit-scrollbar-thumb:active {
  background-color: #e3e3e3;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #e3e3e3;
}

.form-group {
  position: relative;
}

.form-text {
  color: #F41919;
  font-size: 11px;
}

.form-group .icon {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.f-group-disabled {
  color: rgba(0, 0, 0, 0.5);
}

.f-group-disabled input:disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(46, 78, 162, 0.5);
}

.dropdown-item {
  color: #000;
}

html,
body {
  height: 100%;
}

body {
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

a {
  color: #2e4ea2;
}

label:focus {
  box-shadow: none;
  outline: none;
}

.btn {
  border-radius: 0;
}

.btn:focus {
  box-shadow: none;
}

button:focus {
  outline: none;
}

.dropdown-toggle {
  font-size: 14px;
}

.dropdown-toggle:focus {
  box-shadow: none !important;
}

.dropdown-toggle::after {
  border: 0;
  content: "\f107";
  color: #2e4ea2;
  font-family: "far";
  vertical-align: middle;
  font-size: 18px;
}

.dropdown-select .dropdown-toggle {
  border-bottom: 1px solid #2e4ea2;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: left;
  padding-left: 0;
}

.dropdown-select .dropdown-toggle i {
  color: #2e4ea2;
  font-size: 20px;
}

.dropdown-select .dropdown-toggle::after {
  display: none;
}

.btn-link {
  color: #2e4ea2;
}

.text-blue {
  color: #2e4ea2;
}

.text-green {
  color: #2ea231;
}

.text-red {
  color: red;
}

.text-muted {
  color: rgba(0, 0, 0, 0.5) !important;
}

.error {
  color: #F41919;
}

#app {
  background-color: #f7f7f7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  height: 100%;
}

#app > .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 100%;
}

.app-content {
  font-size: 14px;
}

.user-help {
  color: #484848;
  font-size: 13px;
}

.user-help a {
  color: #484848;
  text-decoration: none;
}

.user-help a:hover {
  color: #2e4ea2;
}

.user-help i {
  color: #bebebe;
}

.user-help a:hover i {
  color: #2e4ea2;
}

.page-nav {
  background-color: #fff;
  border-right: 1px solid #edeeee;
}

.page-nav .nav-item {
  border-right: 2px solid transparent;
  color: #000;
  display: block;
  font-size: 13px;
  font-family: "poppins-semibold", Helvetica, Arial, sans-serif;
  padding: 8px 30px;
  margin-bottom: 6px;
  text-decoration: none;
  transition: all 0.25s;
}

.page-nav a:hover {
  border-right-color: #2e4ea2;
  color: #2e4ea2;
}

.page-nav a:hover i {
  color: #2e4ea2;
}

.page-nav .router-link-active {
  border-right-color: #2e4ea2;
  color: #2e4ea2;
  font-weight: 800;
}

.nav-loggedin .logo {
  background-color: #2e4ea2;
  box-shadow: 0 7px 10px #eaeaea;
  color: #fff;
  font-size: 16px;
}

.main-nav i {
  color: #bebebe;
  font-size: 20px;
  font-weight: normal;
  transition: all 0.25s;
  width: 22px;
  vertical-align: middle;
}

.main-nav .router-link-active i {
  color: #2e4ea2;
}

.btn-nav-toggle {
  background-color: #fff;
  box-shadow: 0 0 10px #cfd0d0;
  color: #2e4ea2;
  cursor: pointer;
  display: none;
  font-size: 20px;
  line-height: 30px !important;
  position: absolute;
  right: -15px;
  top: 20px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  padding-right: 2px;
  transition: all 0.25s;
  z-index: 3;
}

/*readonly*/
form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}

.form-group label {
  font-size: 13px;
}

.form-group label.disabled {
  color: rgba(0, 0, 0, 0.5);
}

.u-form {
  box-shadow: 0 0 30px #ddd;
  border-radius: 8px;
  max-width: 250px;
  margin: auto;
  position: relative;
}

.user-login {
  position: relative;
}

.u-form .u-form-header {
  background-color: #f3f3f3;
  padding-bottom: 40px !important;
}

.u-form .user-image {
  background-color: #fff;
  background-image: url("../images/foto_perfil.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #aaa;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: -56px auto 20px;
  padding: 2px;
}

.u-form .u-form-body .u-name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.u-form .dropdown {
  display: inline-block;
}

.u-form .dropdown .dropdown-toggle,
.u-form .dropdown .dropdown-toggle:active {
  background-color: transparent;
  border: 0;
  color: #000;
  padding: 0;
}

.nav-section .dropdown-toggle:after {
  display: none;
}

.u-form i {
  color: #626262;
}

.u-form .u-icon {
  cursor: pointer;
  font-size: 14px;
}

.u-form-body .u-name i {
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
  margin-top: 3px;
}

.u-form .u-form-body .u-type {
  color: #626262;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
}

.dropdown-menu {
  font-size: 14px;
}

.nav-collapsed .dropdown-menu-additional .nav-item {
  font-size: 11px;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  padding: 3px 20px;
}

.nav-collapsed .dropdown-menu-additional:before {
  content: "\f0d8";
  font-family: "fas";
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: -17px;
  text-shadow: 0px -1px 1px #999;
  color: #fff;
}

.page-nav .dropdown-menu-logout {
  border-radius: 10px;
  left: 180px !important;
  top: auto;
  bottom: 90px;
}

.page-nav .dm-logout {
  left: 20px !important;
  bottom: 100px;
}

.page-nav .dropdown-menu-logout:after {
  content: "\f0d7";
  color: #fff;
  font-family: "fas";
  position: absolute;
  text-shadow: 0 1px 1px #989898;
  font-size: 20px;
  line-height: 20px;
  left: 10px;
  top: 100%;
  margin-top: -7px;
}

.frm-session {
  background-color: #2e4ea2;
  background: linear-gradient(180deg, rgb(42, 77, 163) 0%, rgb(55, 102, 215) 85%, rgb(85, 129, 240) 100%);
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
}

.frm-session .u-title {
  font-size: 15px;
  font-weight: 700;
}

.frm-session a {
  color: #fff;
}

.frm-session .u-form-login label {
  display: none;
}

.frm-session .u-form-login .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
  padding-left: 40px;
}

.frm-session .u-form-login .form-control::placeholder {
  color: #fff;
}

.frm-session .u-form-login .btn {
  background-color: #fff;
  color: #2e4ea2;
  font-size: 15px;
  font-weight: normal;
  width: 100%;
  max-width: 220px;
  padding: 12px 16px;
  margin-bottom: 10px;
}

.frm-session-list i {
  color: #2e4ea2;
  font-size: 24px;
  vertical-align: middle;
}

.nav-section {
  max-height: calc(100% - 65px);
  height: calc(100% - 65px);
  overflow: hidden;
}

.nav-section-parent {
  overflow-y: auto;
  /*margin-right: -17px;*/
}

.nav-section-content {
  max-height: 100%;
  height: 100%;
}

.main {
  background: url("../bg-better.jpg") 0 0 repeat;
  background-size: auto;
  overflow-y: auto;
}
.main.login {
  background: url("../bg-portal.png") 0 0 no-repeat;
  background-size: cover;
}

.main .page-title .title {
  color: #000;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-family: "poppins-semibold", Helvetica, Arial, sans-serif;
}

.main .page-title .title i {
  color: #2e4ea2;
  font-weight: normal;
  font-size: 25px;
  margin-right: 12px;
}

.items-list .item-title {
  display: flex;
  font-size: 18px;
  font-weight: 700;
}

.items-list .item-title .icon {
  color: #2e4ea2;
  display: inline-block;
  font-size: 22px;
  width: 20px;
  vertical-align: middle;
  flex: none;
}

.items-list .item-text {
  font-size: 14px;
  padding: 0 20px;
}

.items-list .item .buttons {
  padding: 0 20px;
}

.items-list .see-more {
  color: #2e4ea2;
  font-size: 14px;
}

.helpdesk {
  font-size: 14px;
}

.helpdesk-row {
  margin: 0 -6px;
}

.helpdesk-row > div {
  padding: 0 6px;
}

.helpdesk a {
  font-weight: normal;
}

.main .helpdesk a {
  color: #000;
}

.main .helpdesk i {
  color: #bebebe;
}

.helpdesk-parent {
  align-self: flex-end;
}

.breadcrumbs {
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumbs .brc-text {
  color: #7f7f7f;
}

.breadcrumbs i {
  font-size: 18px;
  vertical-align: middle;
}

.ast-date.page-title {
  color: #7f7f7f;
  font-size: 14px;
}

.ast-date .form-control:not(:disabled) {
  background-color: transparent;
}

.ast-date .date-input,
.ast-date .text-input {
  position: relative;
}

.ast-date .date-input .form-control {
  border-color: #2e4ea2;
  padding-right: 40px;
}

.page-title .date-input .form-control {
  opacity: 0.5;
}

.ast-date .date-input i {
  color: #2e4ea2;
  position: absolute;
  right: 0;
  top: 3px;
  margin: 0;
  pointer-events: none;
}

.text-input i {
  color: #2e4ea2;
  position: absolute;
  right: 2px;
  top: 0;
  margin: 0;
  pointer-events: none;
  text-align: center;
}

.text-input-opacity i {
  opacity: 0.5;
}

.box-shadow {
  background-color: #fff;
  box-shadow: 0 0 20px #e7e8e8;
  border-radius: 8px;
}

.ast-list .item-content strong {
  font-size: 18px;
  line-height: 22px;
}

.box-shadow-parent .ast-icon {
  line-height: 24px;
}

.ast-icon {
  color: #2e4ea2;
  display: inline-block;
  font-size: 20px;
  width: 30px;
  margin-right: 5px;
}

.ast-text {
  font-size: 14px;
  line-height: 16px;
  padding-left: 35px;
}

.btn-asist-link {
  color: #7f7f7f;
}

.career .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.career .title i {
  color: #2e4ea2;
  font-size: 22px;
  vertical-align: middle;
}

.career .title .fa-angle-right {
  width: 15px;
}

.career .table {
  font-size: 14px;
}

.career .more-icon {
  color: #2e4ea2;
  font-size: 26px;
  font-weight: normal;
}

.career .btn-see-more .icon {
  font-size: 25px;
  font-weight: normal;
  margin-left: 5px;
  vertical-align: middle;
}

.career .btn-toggle {
  color: #2e4ea2;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.career .btn-see-more {
  font-size: 14px;
}

.career .btn-see-more:before {
  display: none;
}

.career .btn-see-more .btn-txt-tohide {
  display: none;
  font-size: 20px;
  vertical-align: middle;
}

.career .btn-see-more .btn-txt-toshow {
  font-size: 18px;
  vertical-align: middle;
}

.career .btn-see-more.active .btn-txt-toshow {
  display: none;
}

.career .btn-see-more.active .btn-txt-tohide {
  display: inline-block;
}

.career-toggle .title {
  cursor: pointer;
}

.career-toggle .toggle-content {
  display: none;
}

.career-show .toggle-content {
  display: block;
}

.career-msg {
  background-color: #2e4ea2;
  color: #fff;
}

.career-msg .icon {
  font-size: 30px;
}

.msg-legend i {
  font-size: 5px;
  vertical-align: middle;
  margin-left: -7px;
}

.radio-parent,
.checkbox-parent {
  position: relative;
}

.radio, .checkbox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lbl-radio {
  color: #2e4ea2;
  font-family: "far";
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  margin-right: 10px;
  position: relative;
  pointer-events: none;
  vertical-align: middle;
}

.lbl-radio:before {
  content: "\f111";
  display: block;
}

.radio:checked + .lbl-radio:before {
  content: "\f192";
}

.lbl-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #2e4ea2;
  box-shadow: 0 0 0 0.5px #2e4ea2;
  border-radius: 2px;
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
  pointer-events: none;
  vertical-align: middle;
}

.d-flex > .lbl-checkbox {
  flex: 0 0 16px;
}

.lbl-checkbox:before {
  content: "";
  color: #2e4ea2;
  font-family: "far";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
}

.checkbox:checked + .lbl-checkbox:before {
  content: "\f00c";
}

.career .table .thead .cell {
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 2px;
  padding-top: 5px;
  vertical-align: top;
}

.career .table .thead .fixed {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: white;
}

.career .table .tbody .tr .cell {
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  padding-bottom: 17px;
  padding-top: 17px;
}

.career .table .tbody .tr.odd {
  background-color: #f7f7f7;
}

.career .table .tbody .tr > .cell:last-of-type {
  color: #7f7f7f;
}

.career .table .cell {
  border-top: 0;
  vertical-align: middle;
}

div.table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

div.table .tr {
  display: flex;
  width: 100%;
  flex: 0 0 100%;
  flex-wrap: wrap;
}

div.table .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0.75rem;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

div.table .thead {
  display: flex;
  width: 100%;
  flex: 0 0 100%;
}

div.table .thead .cell {
  vertical-align: top;
}

div.table .tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex: 0 0 100%;
}

.tr-child {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.career .table .tbody .tr-child .tr {
  background-color: transparent;
}

.career .table .tbody .tr-child .tr .cell:last-of-type {
  color: #000;
}

.career .table .tbody > .tr.odd + .tr-child {
  background-color: #f7f7f7;
}

.career .table .tbody > .tr.even + .tr-child tbody tr:first-child .cell {
  border-top: 1px solid #e7e7e7;
}

.career .table .tbody > .tr.even + .tr-child tbody tr .cell:first-child {
  border-left: 1px solid #e7e7e7;
}

.career .table .tbody > .tr.even + .tr-child tbody tr:last-child .cell {
  border-bottom: 1px solid #e7e7e7;
}

.career .table .tbody > .tr.even + .tr-child tbody tr .cell:last-child {
  border-right: 1px solid #e7e7e7;
}

.revision-eval-online .career .table .tbody > .tr.even + .tr-child tbody .tr .cell {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 0;
  border-top: 0;
}

.revision-eval-online .career .table .tbody > .tr.even + .tr-child tbody .tr .cell:first-child {
  border-top: 1px solid #e7e7e7;
}

.revision-eval-online .career .table .tbody > .tr.even + .tr-child tbody .tr .cell:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.asistencia-ingreso .career .table .tr.even + .tr-child .thead > .tr .cell {
  border-top: 1px solid #e7e7e7;
}

.asistencia-ingreso .career .table .tr.even + .tr-child .thead .cell:first-child {
  border-left: 1px solid #e7e7e7;
}

.asistencia-ingreso .career .table .tr.even + .tr-child .thead .cell:last-child {
  border-right: 1px solid #e7e7e7;
}

.asistencia-ingreso .career .table .tbody > .tr.even + .tr-child .tbody tr:first-child .cell {
  border-top: 0;
}

.asistencia-ingreso .tr.tr-child .tbody tr:first-child .radio-parent {
  text-align: center;
}

.career .table .tbody .tr-child .table {
  background-color: #fff;
  margin-bottom: 0;
}

.career .table .tbody .tr-child > .cell {
  padding: 0 10px;
}

.career .table .tr.tr-child .cell {
  line-height: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.career .table .tr.tr-child .cell-desc {
  height: 100px;
  vertical-align: top;
}

.career .table .cell.td_width_ {
  width: 290px;
}

.tr-icons i {
  color: #2e4ea2;
  font-size: 18px;
  font-weight: normal;
}

.tr-editing {
  display: none;
}

.tr-editing.active {
  display: table-row;
}

.form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #2e4ea2;
  color: #000;
  font-size: 14px;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  padding-left: 0;
  padding-right: 0;
}

input.form-control {
  height: 30px;
}

.form-control:focus {
  border-color: #111;
  box-shadow: none;
  color: #101010;
}

body select {
  background: url(../select-arrow.png) no-repeat right center;
  background-position: 97% center;
  background-position: calc(100% - 10px) center;
  background-size: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 25px;
}

select::-ms-expand {
  display: none !important;
}

.change-password .form-control[type=password]::placeholder {
  font-size: 12px;
  font-family: "far";
}

.change-password {
  font-size: 14px;
}

.change-password .frm-group-actions {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.change-password .frm-group-actions i {
  font-size: 18px;
}

.change-password .form-group-input {
  position: relative;
}

.change-password .correct,
.change-password .incorrect {
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  width: 30px;
  text-align: center;
}

.change-password .correct {
  color: green;
}

.change-password .incorrect {
  color: red;
}

.change-password .correct.active,
.change-password .incorrect.active {
  display: inline-block;
}

.page-btn {
  background-color: #2e4ea2;
  border-color: #2e4ea2;
  border-radius: 0;
  color: #fff;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  max-width: 235px;
  padding: 13px 12px;
  font-size: 13px;
  width: 100%;
}

.page-btn:hover {
  background-color: transparent;
  color: #2e4ea2;
}

.page-btn-white {
  background-color: transparent;
  border-color: #2e4ea2;
  color: #2e4ea2;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  max-width: 235px;
  padding: 13px 12px;
  font-size: 13px;
  width: 100%;
}

.page-btn-white:hover {
  background-color: #fff;
}

.btn-fileupload {
  position: relative;
}

.btn-fileupload .file-hidden {
  cursor: pointer;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.documents {
  font-size: 13px;
}

.documents .table-mobile .thead .cell {
  font-size: 13px;
}

.documents .btn-doc {
  background-color: transparent;
  font-size: 14px;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  box-shadow: none;
}

.documents .btn-doc i {
  font-size: 17px;
  vertical-align: middle;
}

.documents .btn-edit {
  color: #2e4ea2;
  padding-left: 0;
}

.documents .btn-delete {
  color: #f42f2f;
}

.custom-file-label {
  border: 0;
  border-bottom: 1px solid #2e4ea2;
  border-radius: 0;
  font-size: 0;
  height: 30px;
}
.custom-file-label.loader::before {
  content: "";
  background: url("../../assets/loader-file.gif") center no-repeat;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
}
.custom-file-label.loader::after {
  right: 30px;
  content: "Cargando";
}

.custom-file-label::after {
  background-color: #2e4ea2;
  color: #fff;
  border-radius: 0;
  content: "Seleccionar archivo";
  font-size: 12px;
  line-height: 13px;
  top: 2px;
  bottom: 2px;
  height: auto;
}

.modal-title i {
  color: #2e4ea2;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal .modal-dialog {
  max-height: 100%;
  max-height: calc(100% - 55px);
}

.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

hr {
  border-top-color: #e7e7e7;
}

@supports (-ms-ime-align: auto) {
  .scroll-wrapper > .scroll-content {
    overflow-x: auto !important;
    margin-bottom: 0 !important;
  }
}
/*IE Fix*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1200px) {
  .modal.show .modal-dialog {
    margin-left: 0;
    margin-right: 0;
  }
  .scroll-wrapper > .scroll-content {
    overflow-x: auto !important;
    margin-bottom: 0 !important;
  }
}
.modal-backdrop {
  background-color: #fff;
  opacity: 0.85;
}

.modal-dialog .modal-content {
  border: 0;
  box-shadow: 0 0 20px #e7e8e8;
}

.modal h5 {
  line-height: 28px;
}

.modal-header {
  border-bottom: 0;
  padding: 0;
}

.modal-body {
  font-size: 13px;
  padding-top: 35px;
}

.modal-footer {
  border-top: 0;
  padding-bottom: 35px;
}

.modal-header .close {
  background: #fff;
  opacity: 1;
  border-radius: 40px;
  padding: 2px;
  width: 25px;
  height: 25px;
  font-size: 23px;
  font-family: "poppins-semibold", Helvetica, Arial, sans-serif;
  line-height: 18px;
  display: block;
  border: 2px solid #2e4ea2;
  color: #2e4ea2;
  right: 2px;
  top: -10px;
  position: absolute;
}

.modal-header .close:hover {
  background-color: transparent;
  color: #2e4ea2;
}

.modal-header .close:focus {
  box-shadow: none !important;
}

.modal-footer {
  justify-content: center;
}

.modal-footer .btn {
  max-width: 235px;
  padding: 13px 12px;
  font-size: 15px;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  width: 100%;
}

.modal-footer .btn-primary {
  background-color: #2e4ea2;
  border-color: #2e4ea2;
  color: #fff;
}

.modal-footer .btn-secondary {
  background-color: #fff;
  border-color: #2e4ea2;
  color: #2e4ea2;
}

.gracias .page-title .title {
  display: block;
  font-size: 21px;
}

.gracias .icon {
  border-radius: 200px;
  height: 180px;
  width: 180px;
  margin: 0 auto 30px;
  font-size: 100px;
  padding-right: 10px;
  color: #d9d9d9;
}

.gracias .btn-link:hover {
  text-decoration: none;
}

.gracias .btn-link span {
  border-bottom: 1px solid #2e4ea2;
}

.satisfaccion .icon {
  border-radius: 130px;
  height: 130px;
  width: 130px;
  margin: 0 auto 30px;
  font-size: 70px;
  padding-right: 10px;
  color: #d9d9d9;
  border: 7px solid;
}

.inf-tabs .nav-tabs {
  border-bottom: 0;
}

.inf-tabs .nav-tabs .nav-item:not(:last-of-type) {
  margin-right: 40px;
}

.inf-tabs .nav-tabs .nav-link {
  border: 0;
  color: #000;
  padding-left: 0;
  padding-right: 0;
}

.inf-tabs .nav-tabs .nav-link:before {
  content: "\f111";
  color: #2e4ea2;
  font-family: "far";
  font-size: 20px;
  margin-right: 15px;
  vertical-align: middle;
}

.inf-tabs .nav-tabs .nav-link.active:before {
  content: "\f192";
}

.preliquidaciones .ast-date .date-input i {
  opacity: 1;
  font-size: 20px;
}

.boletas-list .item-content {
  font-size: 16px;
  line-height: 16px;
}

.boletas .table .btn {
  padding: 7px 20px;
}

.boleta-link:hover {
  text-decoration: none;
}

.boleta-link span {
  font-size: 26px;
  font-weight: normal;
  padding-left: 5px;
  vertical-align: middle;
  text-decoration: none;
}

#modal-sdboleta .btn-bol-collapse {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #2e4ea2;
  border-radius: 0;
  font-size: 13px;
  color: #2e4ea2;
  padding: 0;
}

#modal-sdboleta .btn-bol-collapse::after {
  display: none;
}

#modal-sdboleta .btn-bol-collapse:not(.collapsed) .closed {
  display: none;
}

#modal-sdboleta .btn-bol-collapse.collapsed .opened {
  display: none;
}

.no-prg {
  color: #000;
}

.horarios .ast-list .big-text {
  font-size: 30px;
}

.horarios .ast-list .ast-total {
  font-size: 19px;
  line-height: 20px;
}

.career .badge {
  display: block;
  font-size: 12px;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  padding: 6px 15px;
  border-radius: 15px;
}

.encuestas .career .table .btn {
  border-radius: 2px;
  color: #2e4ea2;
  font-size: 13px;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  line-height: 15px;
}

.encuestas .career .table .btn-enc-start {
  background-color: #2e4ea2;
  border-color: #2e4ea2;
  color: #fff;
}

.encuestas .career .table .btn-enc-ready {
  color: #2e4ea2;
}

.encuestas .lbl-radio {
  vertical-align: baseline;
}

.career .table .btn-link {
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.career .table .btn-link span {
  display: inline-block;
  vertical-align: middle;
}

.career .table i {
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
}

.encuestas .big-textarea {
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  padding: 25px 30px;
}

.square-textarea {
  border: 1px solid #000;
  padding: 12px 15px;
}

.btn-msg-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
}

.encuestas-detalle label input:not(:checked) ~ * {
  color: #9e9e9e;
}

.encuestas-detalle label input:not(:checked) + .lbl-checkbox {
  border-color: #9e9e9e;
}

.toma-asistencia .ast-list {
  margin: 0 -10px;
}

.toma-asistencia .ast-list > div {
  padding: 0 10px;
}

.toma-asistencia .ast-text {
  line-height: 16px;
}

.toma-asistencia .table .thead .cell {
  vertical-align: middle;
}

.toma-asistencia .table .lbl-radio {
  margin: 0;
}

.toma-asistencia .table .thead .lbl-radio:before {
  content: "\f0c8";
}

.toma-asistencia .table .thead .radio:checked + .lbl-radio:before {
  content: "\f14a";
}

.black-placeholder::placeholder {
  color: #000;
}

#modal-ingcontenido textarea.form-control {
  border: 1px solid #2e4ea2;
  padding: 12px 15px;
}

.modal-icon {
  border-radius: 120px;
  border: 6px solid #b4b4b4;
  color: #b4b4b4;
  font-size: 65px;
  width: 120px;
  height: 120px;
  line-height: 110px !important;
}

.box-totals .total-label {
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
}

.contenidos-asignatura .btn-trash {
  color: red;
}

.calificaciones-asignatura .table-responsive {
  max-height: 830px;
  overflow-y: auto;
}

.calificaciones-asignatura .table .form-control {
  display: none;
  width: 50px;
  height: 30px;
  padding: 0 7px;
  border-radius: 8px;
  border: 1px solid #2e4ea2;
}

.calificaciones-asignatura .table .c-disactive {
  color: rgba(0, 0, 0, 0.5);
}

.calificaciones-asignatura .table .no-editing,
.calificaciones-asignatura .table .no-editing-dis {
  display: block;
  padding: 0 4px;
  margin: auto;
  width: 40px;
}

.calificaciones-asignatura .table .tr-cal-editing .form-control {
  display: block;
}

.calificaciones-asignatura .table .tr-cal-editing .form-control:disabled {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.5);
}

.calificaciones-asignatura .table i {
  cursor: pointer;
}

.calificaciones-asignatura .table .tr:not(.tr-cal-editing) i:not(.fa-edit) {
  display: none;
}

.calificaciones-asignatura .table .tr-cal-editing .fa-edit {
  display: none;
}

.calificaciones-asignatura .table .tr-cal-editing .no-editing {
  display: none;
}

.calificaciones-asignatura .table .tr-cal-editing .prom {
  color: #000;
}

.horarios .calendar .title {
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  align-items: center;
}

.horarios .calendar .title i {
  cursor: pointer;
}

.horarios .calendar .thead .cell {
  border: 1px solid #e3e3e3;
}

.horarios .calendar .thead td:not(:last-child) {
  border-right-color: transparent;
}

.horarios .calendar tbody .cell {
  border: 1px solid #e3e3e3;
  height: 140px;
  width: 11.111%;
}

.horarios .calendar tbody .cell-filled {
  border-left: 4px solid #2e4ea2;
  vertical-align: top;
}

.horarios .calendar .table .cell:first-child {
  border-right-color: transparent;
  width: 3%;
}

#app:not(.nav-collapsed) .dropdown-nav .dropdown-toggle {
  display: none;
}

#app:not(.nav-collapsed) .dropdown-nav .dropdown-menu {
  display: block;
  float: none;
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
}

.navbar-toggler {
  color: #fff;
  padding: 0 10px;
  width: 44px;
}

.navbar-toggler:not(.collapsed) i {
  font-size: 0;
}

.navbar-toggler:not(.collapsed):before {
  content: "\f00d";
  font-family: "fal";
  font-size: 24px;
}

.copyright small {
  font-size: 100%;
}

.d-flex {
  display: -webkit-flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
}

/**/
.navtabrep {
  border: 0;
  font-size: 14px;
  margin-bottom: 15px;
}

.navtabrep .nav-item {
  margin-bottom: 0;
  margin-right: 10px;
}

.navtabrep .nav-item:last-child {
  margin-right: 0;
}

.navtabrep .nav-link {
  background: #fff;
  border: 0;
  border-radius: 10px 10px 0 0;
  width: 219px;
  height: 76px;
  display: flex;
  align-items: center;
  padding: 20px;
}

.navtabrep .nav-link i {
  margin-right: 10px;
  font-size: 16px;
}

.navtabrep .nav-link span {
  background: #e00109;
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  font-size: 12px;
  margin-left: 10px;
  flex: none;
}

.navtabrep .nav-link.active {
  background: #2e4ea2;
  border: 0;
  color: #fff;
}

.navtabrep .nav-link.active span {
  background: #f66e6e;
}

.jerarquizacion .btn-trash {
  color: red;
}

.logo-img img:nth-child(2) {
  display: none;
}

.nav-collapsed .logo-img img:first-child {
  display: none;
}

.nav-collapsed .logo-img img:nth-child(2) {
  display: block;
}

.wrap-cred {
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 27px 10px #ececec;
  font-family: "poppins-regular";
  font-size: 14px;
}
.wrap-cred h1 {
  font-family: "poppins-semibold";
  font-size: 30px;
}
.wrap-cred h2 {
  font-family: "poppins-semibold";
  font-size: 14px;
}
.wrap-cred p b {
  font-family: "poppins-semibold";
  font-size: 16px;
}
.wrap-cred p i {
  color: #2e4ea2;
  font-size: 14px;
  margin-right: 10px;
}
.wrap-cred > div {
  display: flex;
  align-items: end;
}
.wrap-cred > div input {
  display: block;
  font-family: "poppins-regular";
  font-size: 14px;
}
.wrap-cred > div input[type=text] {
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #2e4ea2;
  height: 30px;
  width: 315px;
}
.wrap-cred > div input[type=text]::placeholder {
  color: #b3b3b3;
}
.wrap-cred > div input[type=text]:focus {
  outline: 0;
}
.wrap-cred > div input[type=button] {
  color: #fff;
  background: #2e4ea2;
  border: 0;
  border-radius: 3px;
  width: 148px;
  height: 45px;
  margin-left: 15px;
}

.link-valida {
  font-family: "poppins-regular";
  font-size: 14px;
  color: #2e4ea2;
  text-align: right;
}
.link-valida a {
  color: #2e4ea2;
}

@media (min-width: 1200px) {
  .career-msg .icon {
    flex: 0 0 70px;
    max-width: 70px;
  }
  .career-msg-text {
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 70px);
  }
  .text-xl-nowrap {
    white-space: nowrap;
  }
  body {
    overflow: hidden;
  }
  .app-content-center {
    min-height: calc(100% - 69px - 83px);
  }
  .app-content-center.my-auto {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .page-nav,
  .main {
    height: 100%;
  }
  .page-nav {
    position: fixed;
    top: 0;
    left: 0;
  }
  .nav-loggedin {
    z-index: 10;
    flex: 0 0 258px;
    max-width: 258px;
  }
  .nav-loggedin + .main {
    flex: 0 0 calc(100% - 258px);
    max-width: calc(100% - 258px);
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 258px);
    padding-left: 30px;
    padding-right: 30px;
    min-height: 100vh;
    height: 100vh;
  }
  .frm-session {
    flex: 0 0 29.3%;
    max-width: 29.3%;
  }
  /*.frm-session + .main {
      flex: 0 0 70%;
      max-width: 70%;
  }*/
  .career .title {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .career .title.v2 {
    padding-bottom: 10px !important;
  }
  .ast-list .item-content {
    padding-bottom: 33px !important;
    padding-top: 33px !important;
  }
  .actas-notas .ast-list .item-content {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .box-totals .box-shadow {
    font-size: 18px;
  }
  .cell-mobile {
    display: none !important;
  }
  .toma-asistencia .cell .dropdown-toggle:after {
    display: none;
  }
  .tr-child {
    display: none;
  }
  .configuracion-notas .tr-child {
    display: table-row;
  }
  #app {
    transition: all 2s;
  }
  .nav-section {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .btn-nav-toggle {
    display: block;
  }
  .dropdown-menu-additional {
    border-radius: 10px;
    white-space: nowrap;
  }
  .nav-collapsed .logo-img img {
    width: 40px;
  }
  .nav-collapsed .logo-img span {
    display: none;
  }
  .nav-collapsed .btn-nav-toggle {
    transform: rotate(180deg);
  }
  .nav-collapsed .nav-loggedin {
    transition: width 2s;
    flex: 0 0 80px;
    max-width: 80px;
  }
  .nav-collapsed .bottom-nav {
    padding-top: 10px !important;
  }
  body .nav-collapsed .main {
    transition: width 2s;
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 80px);
  }
  .nav-collapsed .main-nav .nav-item,
  .nav-collapsed .u-form .u-form-body .u-name,
  .nav-collapsed .u-form .u-form-body .user-name {
    font-size: 0;
  }
  .nav-collapsed .main-nav .nav-item {
    max-width: 80px;
  }
  .nav-collapsed .bottom-nav .nav-item {
    font-size: 13px;
  }
  .nav-collapsed .user-login {
    padding: 10px !important;
  }
  .nav-collapsed .nav-section-parent {
    margin-right: -200px;
  }
  .nav-collapsed .u-form {
    box-shadow: none;
    max-width: 60px;
    margin-left: 0;
  }
  .nav-collapsed .u-form .u-form-header {
    background-color: transparent;
  }
  .nav-collapsed .u-form-body {
    padding: 0 !important;
  }
  .nav-collapsed .u-form .user-image {
    max-width: 50px;
    height: 50px;
  }
  #app:not(.nav-collapsed) .u-form .fa-retweet {
    margin-left: 15px;
    vertical-align: middle;
  }
  #app:not(.nav-collapsed) .u-form-body .fa-sign-out {
    position: absolute;
    right: 15px;
    top: 16px;
  }
  .user-name i:hover {
    color: #2e4ea2;
  }
  .nav-collapsed .user-name i {
    margin: 6px 0;
  }
  .dropdown-nav .dropdown-toggle i {
    padding: 10px 0;
    width: 50px;
  }
  .nav-collapsed .dropdown-nav {
    display: block;
    margin-left: 10px;
    max-width: 60px;
    text-align: center;
  }
  .nav-collapsed .bottom-nav > .nav-item {
    display: none !important;
  }
  .modal-dialog {
    flex: 0 0 57%;
    max-width: 770px;
  }
  .modal-xl {
    max-width: 1140px;
  }
  .modal-header .close {
    position: absolute;
    right: -10px;
    top: -10px;
  }
  .ingreso-avisos .table .tbody > .tr.even + .tr-child tbody tr:last-child .cell {
    border-top: 1px solid #e7e7e7;
  }
  label.checkbox-parent {
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .main {
    padding-top: 115px !important;
    min-height: 100%;
  }
  .logo {
    align-items: center;
    justify-content: space-between;
  }
  .logo .user-icon .dropdown-toggle {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    font-size: 25px;
  }
  .logo .user-icon .dropdown-toggle::after {
    display: none;
  }
  .logo-img img:first-child {
    display: none;
  }
  .logo-img img:nth-child(2) {
    display: block;
    width: 60px;
  }
  .nav-section {
    background-color: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    min-height: calc(100vh - 80px);
    overflow-y: auto;
    z-index: 2;
  }
  .page-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
  }
  .page-nav .nav-item:not(.router-link-active) {
    color: rgba(0, 0, 0, 0.8);
  }
  .ofw-hidden {
    overflow: hidden;
  }
  .copyright,
  .helpdesk,
  .forgot-password {
    font-size: 12px;
  }
  .user-icon .dropdown-menu {
    border-radius: 12px;
    font-size: 13px;
    padding: 20px 0;
  }
  .user-icon .dropdown-menu:before {
    content: "\f0d8";
    color: #fff;
    font-family: "fas";
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: -18px;
  }
  .cell-desktop {
    display: none !important;
  }
  .main .page-title .title {
    font-size: 20px;
  }
  .dropdown-nav .dropdown-toggle {
    display: none;
  }
  .dropdown-nav .dropdown-menu {
    display: block;
    float: none;
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
  }
  #modal-regentrada .modal-body h5 {
    font-size: 18px;
    line-height: 20px;
  }
  #modal-regentrada .modal-body strong span {
    font-size: 14px;
    font-family: "poppins-medium", Helvetica, Arial, sans-serif;
    line-height: 17px;
    display: block;
    margin-top: 10px;
  }
  .modal .modal-dialog {
    width: calc(100% - 33px);
  }
  .breadcrumbs {
    font-size: 12px;
  }
  .hours-total div h5 {
    font-size: 16px;
  }
  .hours-total div:first-child h5 {
    font-size: 14px;
    padding-top: 10px !important;
  }
  .custom-file {
    height: 44px;
  }
  .custom-file-label {
    height: 100%;
    line-height: 30px;
  }
  .custom-file-label::after {
    width: 100px;
  }
  .toma-asistencia .cell .dropdown-toggle {
    border-bottom: 1px solid #2e4ea2;
  }
  .box-shadow-parent {
    background-color: #fff;
    box-shadow: 0 0 20px #e7e8e8;
    border-radius: 8px;
  }
  .box-shadow-parent .box-shadow {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .consulta-eval-doc-det .box-shadow-parent .box-shadow {
    line-height: 15px;
  }
  .box-shadow-parent .ast-icon {
    display: none;
  }
  .box-shadow-parent .ast-list .item-content strong,
  .box-shadow-parent .ast-list .item-content b,
  .box-shadow-parent .ast-list .item-content h3 {
    display: inline-block !important;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0 !important;
  }
  .box-shadow-parent .ast-text {
    display: inline;
    font-size: 13px;
    line-height: 13px;
    padding-left: 5px;
  }
  .page-buttons .btn {
    max-width: none;
  }
  .boletas-list .item-content {
    font-size: 13px;
  }
  .boletas-list .item h3 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .table-mobile,
  .table-mobile tbody,
  .table-mobile tbody tr {
    display: block;
  }
  .table-mobile thead {
    display: none;
  }
  .table-mobile tbody tr .cell {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .table-mobile tbody tr .cell:before {
    content: attr(data-head);
    color: rgba(0, 0, 0, 0.5);
    width: 50%;
    padding-right: 15px;
    text-align: left;
  }
  .table-mobile tbody tr .cell.d-head-empty:before {
    display: none;
  }
  .programa-asignaturas .career .table .btn-see-more {
    padding: 0;
  }
  .programa-asignaturas .career .table-mobile tbody tr .cell:before {
    white-space: pre;
  }
  .programa-asignaturas .career .table .tbody .tr .cell:not(:last-child):not(:first-child) {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .programa-asignaturas .career .table .tbody .tr .cell:first-child {
    padding-bottom: 8px;
  }
  .programa-asignaturas .career .table .tbody .tr .cell:last-child {
    padding-top: 8px;
  }
  .programa-asignaturas .career tbody tr .cell .cell-text {
    width: 50%;
  }
  .programa-asignaturas .table .tbody .tr.odd {
    background-color: #fff;
  }
  .programa-asignaturas .table .tbody .tr.odd:first-child .cell:first-child {
    border-top: 15px solid #f7f7f7;
  }
  .programa-asignaturas .table .tbody .tr.odd:first-child .cell {
    border-left: 10px solid #f7f7f7;
  }
  .programa-asignaturas .table .tbody .tr.odd .cell {
    border-right: 10px solid #f7f7f7;
  }
  .programa-asignaturas .table .tbody .tr.odd .cell:last-child {
    border-bottom: 15px solid #f7f7f7;
  }
  .programa-asignaturas .table .tbody .tr.even .cell {
    padding-left: 25px;
  }
  .page-title.ast-date .form-control {
    font-size: 16px;
  }
  .career .title {
    display: flex;
    font-size: 16px;
  }
  .career .title .btn-toggle {
    margin-left: auto;
    padding-left: 10px;
  }
  .career tbody .btn-toggle:not(.btn-see-more) {
    font-size: 16px;
  }
  .career .btn-see-more {
    font-size: 12px;
  }
  .career .title .fa-angle-right {
    padding-right: 5px;
  }
  .documents .career .title .fa-angle-right {
    padding-right: 8px;
  }
  .career .table {
    font-size: 12px;
  }
  .career .table i {
    margin-left: 0;
  }
  .career .table tbody i {
    font-size: 16px;
  }
  .boletas .career .table {
    font-size: 13px;
  }
  .documents .btn-doc {
    font-size: 12px;
  }
  .preliquidacion-horas .table {
    min-width: 270%;
  }
  .calendar .table {
    min-width: 250%;
  }
  .contenidos-clase .table .cell:not(.td_width_) {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .contenidos-clase .table {
    font-size: 11px;
  }
  .contenidos-clase .career .table .thead .cell {
    font-size: 12px;
  }
  .contenidos-clase .career .table .thead .cell:nth-child(2) {
    padding-left: 15px;
  }
  .modal-body label {
    font-size: 11px;
  }
  .form-control {
    font-size: 12px;
  }
  .select2-container {
    font-size: 12px;
    width: auto;
  }
  .horarios .ast-list .ast-total {
    font-size: 13px;
    font-weight: 700;
  }
  .horarios .ast-list .ast-total:after {
    content: ":";
    padding-right: 5px;
  }
  .horarios .ast-list .big-text {
    font-weight: normal;
  }
  .career .badge {
    padding: 4px 5px;
  }
  .modal-footer .btn {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #modal-calsave .modal-footer .btn {
    max-width: 48%;
    margin: 0 1%;
  }
  .gracias .icon {
    font-size: 80px;
    height: 140px;
    width: 140px;
  }
  .toma-asistencia .table thead .radio-parent .radio-parent,
  .toma-asistencia .table tbody .radio-parent {
    padding: 0 5px;
  }
  .toma-asistencia .table .tr > .cell:last-of-type {
    padding-left: 5px;
    padding-right: 5px;
  }
  .toma-asistencia .table tr .cell.radio-parent {
    padding-left: 5px;
    padding-right: 5px;
  }
  .career .table tr .cell {
    padding-left: 15px;
    padding-right: 15px;
  }
  .career .table .thead .cell {
    padding-bottom: 10px;
  }
  .documents-cargar-doc .career .table tr .cell {
    padding-left: 17px;
    padding-right: 17px;
  }
  .edit-doc .table tr .cell:last-child {
    padding-left: 10px;
  }
  .ingreso-avisos .table tr .cell:first-child {
    width: 60%;
  }
  .avance-contenido .table {
    min-width: 277%;
  }
  .contenidos-asignatura .table tr .cell:not(.pr-xl-4) {
    padding-right: 5px;
  }
  .contenidos-asignatura .table tr .cell:not(.pl-xl-4) {
    padding-left: 5px;
  }
  .contenidos-asignatura .table tbody .btn {
    padding: 0 3px;
  }
  .contenidos-asignatura .table i {
    margin: 0;
    padding: 0 3px;
  }
  .career .table .tr.tr-child .cell-desc {
    height: 82px;
  }
  .boletas .table .tr:not(.tr-child) .cell {
    padding-right: 5px;
  }
  .boletas .table .tr:not(.tr-child) .cell:not(.pl-xl-4) {
    padding-left: 5px;
  }
  .boletas .table .btn {
    max-width: none;
    padding: 15px 0;
  }
  .boletas .table tbody tbody .btn {
    margin-top: 10px;
  }
  .boletas .table .tbody tr:last-child .cell:last-of-type {
    padding-bottom: 20px;
  }
  .documents .table .btn-see-more {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0;
    font-size: 12px;
  }
  .calificaciones-ingreso .table .tr > .cell:not(:first-child) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .calificaciones-ingreso .table-mobile tbody .cell {
    padding-left: 15px;
    padding-right: 15px;
  }
  .calificaciones-ingreso .table-mobile tbody tr:first-child .cell:first-child {
    padding-top: 25px;
  }
  .calificaciones-ingreso .table-mobile tbody tr:last-child .cell:last-child {
    padding-bottom: 25px;
  }
  .calificaciones-asignatura .table .select2-container {
    width: auto !important;
  }
  .calificaciones-asignatura .table-mobile .cell > span {
    margin: 0;
  }
  .calificaciones-asignatura .table .no-editing,
  .calificaciones-asignatura .table .no-editing-dis {
    display: none;
  }
  .calificaciones-asignatura .table .form-control {
    display: block;
  }
  .select2-container .select2-selection--single {
    height: 24px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
  }
  .configuracion-notas .tr-child .thead {
    display: none;
  }
  .configuracion-notas .table tr .cell:not(.pr-xl-4) {
    padding-right: 5px;
  }
  .configuracion-notas .table tr .cell:not(.pl-xl-4) {
    padding-left: 5px;
  }
  .configuracion-notas tbody .d-head-empty:not(:last-of-type) {
    background: #f7f7f7;
    padding-left: 0;
    padding-right: 0;
  }
  .configuracion-notas tbody .d-head-empty .d-flex .cell {
    background-color: #fff;
  }
  .configuracion-notas .career .table tr .cell:first-child {
    padding-left: 15px;
  }
  .configuracion-notas .career .table tr .cell:last-child {
    padding-right: 15px;
  }
  .configuracion-notas .career tbody .tr .cell-head {
    padding-left: 30%;
  }
  .configuracion-notas .table .tr-child {
    display: none;
  }
  .configuracion-notas .table .tr-child td.cell:not(.cell-colspan),
  .configuracion-notas tbody .d-head-empty:last-of-type {
    border-left: 15px solid #e7e7e7;
    border-right: 15px solid #e7e7e7;
  }
  .configuracion-notas .table .tr-child td.cell:not(.cell-colspan) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .configuracion-notas .career .table thead .cell {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .configuracion-notas .table .tbody .tr:last-child > .cell:last-child {
    border-bottom: 10px solid #e7e7e7;
  }
  .configuracion-notas .table .tr-child td.cell.cell-colspan {
    border-left: 0;
    border-right: 0;
  }
  .configuracion-notas .table .tr-child td.cell.cell-head-parent {
    border: 0;
    border-top: 15px solid #e7e7e7;
    padding-left: 30%;
  }
  .configuracion-notas .table .tr-child td.cell.cell-head {
    padding-left: 30%;
  }
  .configuracion-notas .table .tr-child td.cell.cell-head-parent .cell {
    border: 0;
  }
  .career .table .btn-link {
    font-size: 12px;
  }
  .revision-eval-online .career .table .cell:not(:last-child) {
    padding-right: 10px;
  }
  .revision-eval-online .career .table .cell:not(:first-child) {
    padding-left: 10px;
  }
  .revision-eval-online-det .table .tr-child tbody .tr .cell:first-child {
    width: 30%;
  }
  .revision-eval-online-det .table .tr-child tbody .tr .cell:last-child {
    padding-right: 5px;
  }
  .resultado-encuestas .table {
    min-width: 137%;
  }
  .encuestas .table .tr:not(.tr-child) .cell:not(.cell-desktop):not(.pl-xl-4) {
    padding-left: 4px;
  }
  .encuestas .table .tr:not(.tr-child) .cell:not(:last-child) {
    padding-right: 4px;
  }
  .encuestas .career .tr-child .btn {
    width: 100%;
  }
  .encuestas .career .table .btn-enc-start {
    padding: 13px 8px;
  }
  .consulta-eval-doc .table .tbody .tr.tr-child > .cell {
    padding-left: 10px;
    padding-right: 10px;
  }
  .consulta-eval-doc .table .tbody .tr-child .table .cell {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 50%;
  }
  .consulta-eval-doc .career .table .cell {
    vertical-align: top;
  }
  .consulta-eval-doc .career .table .btn.text-nowrap {
    padding-top: 0;
  }
  .cargar-doc-docente .table tr.odd .cell:not(.pl-lg-5),
  .cargar-doc-docente .table tr.even .cell:not(.pl-lg-5) {
    padding-left: 5px;
  }
  .cargar-doc-docente .table tr.odd .cell:not(.pr-lg-5),
  .cargar-doc-docente .table tr.even .cell:not(.pr-lg-5) {
    padding-right: 5px;
  }
  .calificaciones-asignatura .career .table .tbody > .tr.even + .tr-child .tr .cell {
    border-bottom: 0;
  }
  .calificaciones-asignatura .table .tbody > .tr.even + .tr-child .tr .cell:not(.d-head-empty) {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
  }
  .calificaciones-asignatura .career .table .tbody > .tr.even + .tr-child .tr .cell:last-child:not(.d-head-empty):not(:first-child) {
    border-bottom: 1px solid #e7e7e7;
  }
  .career-msg {
    font-size: 12px;
  }
  .consulta-eval-doc-det .career .table {
    min-width: 139%;
  }
  .resultado-encuestas .box-totals h5 {
    font-size: 16px;
  }
  .navtabrep {
    display: flex;
  }
  .navtabrep .nav-item {
    flex: 1;
  }
  .navtabrep .nav-link {
    width: 100%;
    height: 50px;
    padding: 10px;
  }
  .navtabrep .nav-link span {
    width: 15px;
    height: 15px;
  }
  .logo-dec img {
    width: 51px;
  }
  .deta .desc {
    font-size: 12px;
  }
  .deta .desc .leer-mov {
    display: block;
  }
  .deta .desc .leer-doc {
    font-size: 12px;
  }
  .deta .desc .firmante .btns button {
    font-size: 12px;
  }
  .deta .desc .firmante p b {
    font-size: 12px;
  }
  .deta .desc h4 {
    font-size: 12px;
  }
  div.mis-docs h2 {
    border-bottom: 0;
    font-size: 12px;
  }
  div.mis-docs ul {
    display: block;
    font-size: 12px;
  }
  div.mis-docs ul li {
    margin-right: 0;
    margin-bottom: 3px;
    display: flex;
  }
  div.mis-docs ul li span:first-child {
    margin-right: 0;
    font-family: "poppins-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    order: 2;
  }
  div.mis-docs ul li span:nth-child(2) {
    font-family: "poppins-semibold", Helvetica, Arial, sans-serif;
    margin-right: 3px;
  }
  div.mis-docs ul li span:nth-child(2)::after {
    content: ":";
  }
  div.mis-docs ul li:last-child {
    margin-bottom: 0;
  }
  div.des-con .table .thead .cell {
    font-size: 12px;
  }
  div.des-con .table .tbody .cell {
    font-size: 11px;
  }
  div.des-con .table .cell-desk {
    display: none;
  }
  div.des-con .estado {
    font-size: 9px;
    min-width: 94px;
    min-height: 20px;
  }
  div.des-con .btn-open {
    font-size: 16px;
  }
  div.des-con h3 {
    font-size: 12px;
  }
  div.modal-leerdoc .modal-title, div.modal-noreg .modal-title {
    font-size: 16px;
  }
  div.modal-leerdoc .logo-modal-dec img, div.modal-noreg .logo-modal-dec img {
    width: 50px;
  }
  div.modal-leerdoc .title-doc {
    font-size: 12px;
  }
  div.modal-leerdoc .navtabfirmar .nav-item {
    width: 50%;
  }
  div.modal-leerdoc .navtabfirmar .nav-link {
    font-size: 12px;
    height: 45px;
    width: 100%;
  }
  div.modal-leerdoc .navtabfirmar + .tab-content {
    font-size: 12px;
  }
  div.modal-leerdoc .navtabfirmar + .tab-content .leer-doc {
    font-size: 12px;
  }
  div.modal-leerdoc .navtabfirmar + .tab-content .ing-pin {
    display: block;
  }
  div.modal-leerdoc .navtabfirmar + .tab-content .ing-pin .page-btn {
    font-size: 12px;
    max-width: initial;
    width: 100%;
  }
  div.modal-leerdoc .navtabfirmar + .tab-content .ing-pin > div {
    width: 100%;
  }
  div.modal-leerdoc .navtabfirmar + .tab-content .clave-un {
    display: block;
  }
  div.modal-leerdoc .navtabfirmar + .tab-content .clave-un figure img {
    width: 200px;
  }
  div.modal-noreg .ico {
    font-size: 76px;
  }
  div.modal-noreg .text {
    font-size: 12px;
  }
  div.modal-noreg .btn-reg {
    font-size: 12px;
  }
  .main .sub-title {
    font-size: 15px;
  }
  .change-password .text {
    font-size: 10px;
  }
  .change-password .correct,
  .change-password .incorrect {
    font-size: 10px;
    line-height: 10px;
    width: 20px;
  }
  .gracias .des-firma {
    font-size: 12px;
  }
  .gracias .des-firma li {
    margin-bottom: 10px;
  }
}
@media (max-width: 1035px) {
  .main .credoc .lista-eg li {
    display: flex;
  }
  .main .credoc .lista-eg li b {
    margin-right: 3px;
    width: 100px;
  }
  .main .credoc .lista-eg li span {
    flex: 1;
  }
}
@media (max-width: 425px) {
  body.body-credoc h1 {
    font-size: 20px;
    text-align: center;
  }
  body.body-credoc h2 {
    font-size: 13px;
  }
  body.body-credoc p {
    font-size: 12px;
  }
  body.body-credoc .cab-inst figure img {
    width: 90%;
  }
  body.body-credoc .container .row:nth-child(3) .col-lg-3 .bg-wrap {
    width: 180px;
    height: 220px;
    margin: auto;
  }
  .main .credoc .row .order-1 .box-shadow {
    box-shadow: 0 -10px 10px 0px #ececec;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .main .credoc .row .order-2 .box-shadow {
    box-shadow: 0 10px 10px 0px #ececec;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .main .credoc .cab-inst figure img {
    width: 90%;
  }
  .main .credoc .iframe-qr {
    border-right: 0;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .main .credoc .foto-default {
    width: 195px;
    height: 230px;
    box-shadow: 0 0 15px #ececec;
  }
  .main .credoc .foto-default i {
    font-size: 102px;
  }
  .main .credoc .lista-qr li {
    text-align: center;
    font-size: 12px;
  }
  .main .credoc .lista-qr li b {
    font-size: 13px;
  }
  .main .credoc .lista-eg li {
    font-size: 12px;
  }
  .main .credoc .lista-eg li b {
    font-size: 13px;
  }
  body .hcred figure img {
    width: 80%;
  }
  body .wrap-cred {
    font-size: 12px;
    padding: 30px 20px;
  }
  body .wrap-cred h1 {
    font-size: 20px;
  }
  body .wrap-cred h2 {
    font-size: 12px;
  }
  body .wrap-cred p b {
    font-size: 13px;
  }
  body .wrap-cred p i {
    font-size: 12px;
  }
  body .wrap-cred > div {
    display: block;
  }
  body .wrap-cred > div input[type=text] {
    font-size: 12px;
    margin-bottom: 20px;
    width: 100%;
  }
  body .wrap-cred > div input[type=button] {
    font-size: 12px;
    height: 40px;
    margin-left: 0;
    width: 100%;
  }
  .link-valida {
    text-align: center;
  }
}
@media (max-width: 420px) {
  .app-content-center {
    padding: 0 10px;
  }
  .calendar .table {
    min-width: 358%;
  }
  .preliquidacion-horas .table {
    min-width: 339%;
  }
  .consulta-eval-doc-det .career .table {
    width: 141%;
    min-width: 408px;
  }
  .cargar-doc-docente .table tr.odd .cell:not(.pl-lg-5),
  .cargar-doc-docente .table tr.even .cell:not(.pl-lg-5) {
    padding-left: 3px;
  }
  .cargar-doc-docente .table tr.odd .cell:not(.pr-lg-5),
  .cargar-doc-docente .table tr.even .cell:not(.pr-lg-5) {
    padding-right: 3px;
  }
  .deta .desc .firmante .btns {
    display: flex;
    flex-direction: column;
  }
  .deta .desc .firmante .btns button {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .deta .desc .firmante .btns button:first-child {
    order: 2;
    margin-bottom: 0;
  }
  .deta .desc .cod-doc span {
    flex: 0;
  }
}
@media print {
  .printDocts {
    overflow: initial;
  }
  .printDocts .ast-list .item-content,
  .printDocts .career {
    border: 1px solid #ececec;
  }
}
@media print and (max-width: 1200px) {
  .printDocts .ast-list .item {
    flex: 0 0 33.333333%;
    max-width: 33.33%;
  }
  .printDocts .ast-list .item-content {
    background-color: #fff;
    padding-bottom: 33px !important;
    padding-top: 33px !important;
  }
  .printDocts .ast-list .item-content strong {
    font-size: 18px;
    line-height: 22px;
  }
  .printDocts .box-shadow-parent {
    background-color: none;
    padding: 0;
  }
  .printDocts .box-shadow-parent .ast-text {
    font-size: 14px;
    line-height: 16px;
    padding-left: 35px;
    display: block;
  }
  .printDocts .box-shadow-parent .ast-icon {
    line-height: 24px;
    display: inline-block;
  }
}
.login-buttons {
  align-items: center !important;
}
.login-buttons a img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.btn-login-google {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 16px 0 0 0;
}
.btn-login-google > div > div {
  width: 140px !important;
}

.mis-docs h2 {
  font-family: "poppins-regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #a4a4a4;
  border-bottom: 1px solid #2e4ea2;
}
.mis-docs ul {
  list-style: none;
  display: flex;
  font-family: "poppins-regular", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.mis-docs ul li {
  display: flex;
  align-items: center;
  margin-right: 70px;
}
.mis-docs ul li span:first-child {
  font-family: "poppins-semibold", Helvetica, Arial, sans-serif;
  font-size: 30px;
  margin-right: 20px;
}
.mis-docs ul li:last-child {
  margin-right: 0;
}

.des-con h3 {
  font-family: "poppins-regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.des-con .table td {
  border-top: 0;
}
.des-con .table .cell {
  vertical-align: middle;
}
.des-con .table .tbody .tr.odd {
  background: #f6f6f6;
}
.des-con .table .tbody .tr.odd + .deta .cell {
  background: #f6f6f6;
}
.des-con .table .tbody .tr.even {
  background: #fff;
}

.desc {
  background: #fff;
}
.desc .leer-mov {
  display: none;
}
.desc h4 {
  font-family: "poppins-semibold", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.desc p {
  margin-bottom: 0;
}

.estado {
  background-color: #ccc;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  min-width: 125px;
  height: 25px;
  text-align: center;
  font-family: "poppins-regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.sin-firma {
  background-color: #e73631;
}

.firma-incom {
  background-color: #fd9d05;
}

.firma-com {
  background-color: #39b54a;
}

.btn-open {
  color: #2e4ea2;
  font-size: 20px;
}
.btn-open:hover, .btn-open:focus {
  color: #2e4ea2;
}

.firmante {
  font-family: "poppins-regular", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.firmante p span {
  display: inline-block;
  padding-right: 10px;
  min-width: 212px;
}
.firmante p b {
  font-family: "poppins-semibold", Helvetica, Arial, sans-serif;
}

.btns button {
  background: #fff;
  border: 1px solid #2e4ea2;
  border-radius: 3px;
  color: #2e4ea2;
  font-family: "poppins-regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  width: 233px;
  height: 51px;
  margin-right: 30px;
}
.btns button:nth-child(2) {
  background: #2e4ea2;
  color: #fff;
  margin-right: 0;
}

.cod-doc {
  display: flex;
}
.cod-doc span {
  margin-right: 3px;
}

.leer-doc {
  color: #2e4ea2;
  font-family: "poppins-regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.leer-doc:hover, .leer-doc:focus {
  color: #2e4ea2;
  text-decoration: underline;
}

.logo-modal-dec {
  position: absolute;
  top: 30px;
  right: 30px;
}
.logo-modal-dec img {
  width: 70px;
}

.title-doc {
  background: #f6f6f6;
  font-family: "poppins-regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.modal-leerdoc .modal-title,
.modal-noreg .modal-title {
  font-family: "poppins-semibold", Helvetica, Arial, sans-serif;
  font-size: 24px;
}

.modal-noreg .ico {
  color: #d9d9d9;
  font-size: 80px;
}
.modal-noreg .text {
  font-size: 18px;
}
.modal-noreg .btn-reg {
  background: #2e4ea2;
  border-radius: 3px;
  color: #fff;
  width: 233px;
  height: 51px;
  font-family: "poppins-regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.sub-title {
  font-family: "poppins-regular", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.text-inf {
  font-family: "poppins-regular", Helvetica, Arial, sans-serif;
  font-size: 10px;
}

.navtabfirmar {
  border: 0;
}
.navtabfirmar + .tab-content {
  border: 1px solid #2e4ea2;
  font-family: "poppins-regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
}
.navtabfirmar .nav-link {
  border: 1px solid #2e4ea2;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #2e4ea2;
  background: #fff;
  font-family: "poppins-regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  width: 230px;
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navtabfirmar .nav-link.active {
  color: #fff;
  background: #2e4ea2;
  border: 1px solid #2e4ea2;
}
.navtabfirmar .nav-link:hover {
  border: 1px solid #2e4ea2;
}

.ing-pin {
  display: flex;
  align-items: center;
}
.ing-pin > div {
  margin-bottom: 0;
  margin-right: 50px;
  width: 230px;
}
.ing-pin > div:last-child {
  margin-right: 0;
}
.ing-pin .change-password .form-group-input {
  border: 1px solid #2e4ea2;
  padding: 10px;
}
.ing-pin .change-password .form-group-input .form-control {
  border-bottom: 0;
}
.ing-pin .change-password .form-group-input .frm-group-actions {
  top: 14px;
  right: 10px;
}
.ing-pin .page-btn {
  height: 52px;
}

.clave-un {
  display: flex;
  align-items: center;
}

.des-firma {
  color: #7a7a7a;
  font-family: "poppins-regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 311px;
}
.des-firma li {
  display: flex;
  margin-bottom: 20px;
}
.des-firma span {
  width: 140px;
  display: inline-block;
}

.credoc .foto-default {
  width: 215px;
  height: 202px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.credoc .foto-default i {
  font-size: 112px;
  color: #7f7f7f;
}
.credoc .foto-default span {
  font-size: 14px;
  color: #7f7f7f;
  margin-top: 10px;
}
.credoc .lista-eg {
  list-style: none;
  margin: 0;
  padding: 0;
}
.credoc .lista-eg li {
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
.credoc .lista-eg li b {
  font-family: "poppins-semibold";
  display: inline-block;
  width: 20%;
}
.credoc .lista-eg li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.credoc .lista-qr {
  list-style: none;
  margin: 0;
  padding: 0;
}
.credoc .lista-qr li {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.credoc .lista-qr li b {
  font-family: "poppins-semibold";
  display: block;
  margin-bottom: 5px;
}
.credoc .lista-qr li span {
  display: block;
}
.credoc .lista-qr li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.credoc .iframe-qr {
  border-right: 1px solid #ececec;
}
.credoc .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2e4ea2;
  border: 1px solid #2e4ea2;
  color: #fff;
  border-radius: 3px;
  height: 45px;
  padding: 0 30px;
  font-size: 14px;
}
.credoc .button i {
  font-size: 18px;
  margin-right: 10px;
}
.credoc .button:hover, .credoc .button:focus {
  background: transparent;
  color: #2e4ea2;
  text-decoration: none;
}

.body-credoc {
  background: url("../bg-better.jpg") 0 0 repeat;
  background-size: auto;
}
.body-credoc h1 {
  font-family: "poppins-semibold";
  font-size: 30px;
}
.body-credoc h2 {
  font-family: "poppins-semibold";
  font-size: 16px;
}
.body-credoc p {
  font-size: 14px;
}
.body-credoc .bg-wrap {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px 5px #ececec;
}
.body-credoc .foto-default {
  width: 177px;
  height: 202px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.body-credoc .foto-default i {
  font-size: 90px;
  color: #7f7f7f;
}
.body-credoc .foto-default span {
  font-size: 14px;
  color: #7f7f7f;
  margin-top: 10px;
}

.preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader.home {
  background: rgba(255, 255, 255, 0.95);
}
.preloader.process {
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}
.preloader.process span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87px;
  height: 87px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.filter-tab-calificaciones {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  position: relative;
  align-items: center;
  padding-bottom: 20px;
  justify-content: space-around;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 1024px) {
  .filter-tab-calificaciones {
    border-bottom: 0;
    padding-bottom: 0;
    justify-content: flex-start;
  }
}
.filter-tab-calificaciones .filter-content {
  position: relative;
}
.filter-tab-calificaciones .title {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 15px !important;
}
@media (min-width: 1024px) {
  .filter-tab-calificaciones .title {
    padding-left: 31px !important;
  }
}
.filter-tab-calificaciones .title span {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .filter-tab-calificaciones .title span {
    margin-right: 31px;
  }
}
.filter-tab-calificaciones button {
  border: none;
  outline: none;
  font-size: 11px;
  color: #2e4ea2;
  background: none;
  line-height: normal;
  font-family: "poppins-regular";
}
@media (min-width: 1024px) {
  .filter-tab-calificaciones button {
    font-size: 14px;
  }
}
.filter-tab-calificaciones .filter {
  padding: 0;
  color: #2e4ea2;
  position: relative;
}
@media (min-width: 1024px) {
  .filter-tab-calificaciones .filter {
    margin-right: 12px;
  }
}
.filter-tab-calificaciones .filter-list {
  top: 30px;
  left: -6px;
  opacity: 0;
  z-index: -1;
  width: 179px;
  padding: 14px 21px;
  position: absolute;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 2px 10px -3px #999;
}
@media (min-width: 1024px) {
  .filter-tab-calificaciones .filter-list {
    top: 40px;
    left: unset;
  }
}
.filter-tab-calificaciones .filter-list ul {
  flex-direction: column;
}
.filter-tab-calificaciones .filter-list ul li {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: start;
}
.filter-tab-calificaciones .filter-list ul li label {
  gap: 14px;
  display: flex;
  font-size: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .filter-tab-calificaciones .filter-list ul li label {
    font-size: 14px;
  }
}
.filter-tab-calificaciones .filter-list ul li label .checkmark {
  top: 17%;
  left: -26px;
  width: 15px;
  height: 15px;
  position: absolute;
  border: 1px solid #2e4ea2;
}
.filter-tab-calificaciones .filter-list ul li label input[type=checkbox] {
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}
.filter-tab-calificaciones .filter-list ul li label input[type=checkbox]:checked ~ .checkmark {
  background-color: #2e4ea2;
}
.filter-tab-calificaciones .filter-list ul li label input[type=checkbox]:checked ~ .checkmark:after {
  content: "";
  display: block;
}
.filter-tab-calificaciones .filter-list ul li label span.checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  display: none;
  position: absolute;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter-tab-calificaciones .filter-list.active {
  opacity: 1;
  z-index: 2;
}
.filter-tab-calificaciones .filter-button {
  display: block;
  color: white;
  padding: 7px 0;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  background-color: #2e4ea2;
}
.filter-tab-calificaciones .filter-button-clean {
  color: #2e4ea2;
  text-decoration: underline;
}
.filter-tab-calificaciones ~ .table-responsive .table-responsive .table table td {
  border: none;
  vertical-align: unset;
}

.career .table .tbody .tr .cell {
  position: relative;
}

.checkmark {
  top: 30%;
  left: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  border: 1px solid #2e4ea2;
}
@media (min-width: 1024px) {
  .checkmark {
    top: 40%;
    left: 35%;
  }
}

input[type=checkbox] {
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}

input[type=checkbox]:checked ~ .checkmark {
  background-color: #2e4ea2;
}
input[type=checkbox]:checked ~ .checkmark:after {
  content: "";
  display: block;
}

span.checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  display: none;
  position: absolute;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hide-sm {
  display: none !important;
}
@media (min-width: 1024px) {
  .hide-sm {
    display: table-cell !important;
  }
}

.hide-md {
  display: table-cell !important;
}
@media (min-width: 1024px) {
  .hide-md {
    display: none !important;
  }
}

.hide {
  display: none !important;
}

.data-alumno {
  padding-top: 4px;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .data-alumno {
    padding-top: 20px;
    padding-left: 0;
  }
}
.data-alumno ul {
  padding-left: 0;
}
.data-alumno ul li {
  gap: 15px;
  display: flex;
  text-align: left;
}
.data-alumno ul li:first-child {
  margin-bottom: 20px;
}
.data-alumno ul li span {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .data-alumno ul li span {
    font-size: 14px;
  }
}
.data-alumno ul li span:first-child {
  width: 170px;
  display: block;
}

.nl a {
  color: red;
}
.nl a:nth-child(2) {
  padding-left: 22px;
}
@media (min-width: 1024px) {
  .nl a:nth-child(2) {
    padding-left: 0;
  }
}

.ol a:nth-child(2) {
  padding-left: 22px;
}
@media (min-width: 1024px) {
  .ol a:nth-child(2) {
    padding-left: 0;
  }
}

.save i {
  font-size: 21px !important;
  padding-left: 0 !important;
  color: #2e4ea2 !important;
}

/*!
 * Font Awesome Pro 5.10.0-11 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-exclamation:before {
  content: "\f848";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}


body {
  height: unset;
  overflow: unset;
}
body.login-index {
  height: 100% !important;
  overflow: hidden !important;
}

/*div#page{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
}

nav#nav{
	width: 258px;
	height: 100%;
	background: red;
}*/
.goog-tooltip {
  z-index: 999;
}

div.mainAsignaturas {
  position: relative;
  width: calc(100% - 258px);
  padding: 115px 45px 75px 45px;
  background-image: url("../bg-better.jpg");
  background-attachment: scroll;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}
div.mainAsignaturas h2 {
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  div.mainAsignaturas {
    width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  div.mainAsignaturas {
    padding: 110px 20px 60px 20px;
  }
}
div.mainAsignaturas .breadcrumbs a {
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  text-decoration: none;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1024px) {
  div.mainAsignaturas .breadcrumbs a {
    font-size: 12px;
    line-height: 18px;
  }
}
div.mainAsignaturas .breadcrumbs a:hover {
  text-decoration: underline;
  transition: all 0.2s linear;
}
div.mainAsignaturas .titulo {
  margin: 10px 0 0 0;
}
div.mainAsignaturas .titulo h2 {
  min-width: 250px;
  max-width: 500px;
  width: auto;
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  line-height: 37.5px;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1024px) {
  div.mainAsignaturas .titulo h2 {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
}
div.mainAsignaturas .selector {
  margin: 30px 0 0 0;
}
div.mainAsignaturas .selector .conte {
  padding: 30px 20px;
  max-width: 360px;
  min-width: 250px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3019607843);
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  div.mainAsignaturas .selector .conte {
    max-width: 100%;
  }
}
div.mainAsignaturas .selector .conte .label {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  color: #000000;
}
div.mainAsignaturas .tabla {
  margin: 30px 0 0 0;
  padding: 40px 0 0 0;
  background-color: #FFFFFF;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3019607843);
  border-radius: 10px;
}
div.mainAsignaturas .tabla > .titulo {
  padding: 0 30px 0 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
}
@media only screen and (max-width: 1024px) {
  div.mainAsignaturas .tabla > .titulo {
    padding: 0 20px 0 20px;
  }
}
div.mainAsignaturas .tabla > .titulo i {
  width: 15px;
  color: #2E4EA2;
  font-size: 22px;
  vertical-align: middle;
  font-weight: 700;
}
div.mainAsignaturas .tabla > .titulo h2 {
  padding: 0 0 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  div.mainAsignaturas .tabla > .titulo h2 {
    font-size: 14px;
    line-height: 21px;
  }
}
div.mainAsignaturas .tabla > .registros {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 425px) {
  div.mainAsignaturas .tabla > .registros {
    margin: 0 0 0 0;
  }
}
div.mainAsignaturas .tabla > .registros table#table-desktop {
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  div.mainAsignaturas .tabla > .registros table#table-desktop {
    display: none;
  }
}
div.mainAsignaturas .tabla > .registros table#table-desktop thead tr.cabecera > th {
  padding: 0 5px;
  height: 70px;
}
div.mainAsignaturas .tabla > .registros table#table-desktop thead tr.cabecera > th:first-child {
  padding: 0 5px 0 25px;
}
div.mainAsignaturas .tabla > .registros table#table-desktop thead tr.cabecera > th:last-child {
  padding: 0 25px 0 5px;
}
div.mainAsignaturas .tabla > .registros table#table-desktop thead th {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  color: #BEBEBE;
  text-align: left;
}
div.mainAsignaturas .tabla > .registros table#table-desktop thead th.estudiantes {
  width: 70%;
  padding: 15px 8px;
  background-color: #F7F7F7;
  color: #000000;
  line-height: 19.6px;
  text-align: center;
  border: 1px solid #F7F7F7;
  height: 40px;
}
div.mainAsignaturas .tabla > .registros table#table-desktop thead th.numero {
  width: 30%;
  color: #000000;
  text-align: center;
  border: 1px solid #F7F7F7;
  height: 40px;
}
div.mainAsignaturas .tabla > .registros table#table-desktop thead th.inicio {
  border-left: 1px solid #F7F7F7;
}
div.mainAsignaturas .tabla > .registros table#table-desktop thead th.fin {
  border-right: 1px solid #F7F7F7;
}
div.mainAsignaturas .tabla > .registros table#table-desktop tbody tr:nth-child(2n+1) td {
  background-color: #F7F7F7;
}
div.mainAsignaturas .tabla > .registros table#table-desktop tbody td {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  color: #000000;
  text-align: left;
  height: 90px;
  padding: 0 5px;
}
div.mainAsignaturas .tabla > .registros table#table-desktop tbody td:first-child {
  padding: 0 5px 0 25px;
}
div.mainAsignaturas .tabla > .registros table#table-desktop tbody td:last-child {
  padding: 0 25px 0 5px;
}
div.mainAsignaturas .tabla > .registros table#table-desktop tbody td a {
  text-decoration: underline;
  color: #2D4EA2;
}
div.mainAsignaturas .tabla > .registros table#table-mobile {
  width: 100%;
}
@media only screen and (min-width: 1301px) {
  div.mainAsignaturas .tabla > .registros table#table-mobile {
    display: none;
  }
}
div.mainAsignaturas .tabla > .registros table#table-mobile > thead th {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  color: #BEBEBE;
  text-align: left;
  padding: 0 30px 0 30px;
  height: 70px;
}
@media only screen and (max-width: 1024px) {
  div.mainAsignaturas .tabla > .registros table#table-mobile > thead th {
    padding: 0 20px 0 20px;
    height: 45px;
  }
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody > tr:nth-child(2n+1) thead {
  background-color: #F7F7F7;
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody > tr:nth-child(2n) tbody.detalle > tr > td {
  background-color: unset;
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table {
  width: 100%;
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > thead td {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  color: #000000;
  text-align: left;
  padding: 0 30px 0 30px;
  height: 70px;
}
@media only screen and (max-width: 1024px) {
  div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > thead td {
    padding: 0 20px 0 20px;
    height: 85px;
  }
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > thead td.numero {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > thead td.numero {
    padding: 0;
  }
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > thead td.btn-mas {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > thead td.btn-mas {
    padding: 0;
  }
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > thead td.btn-mas img {
  width: 20x;
  height: 20px;
  cursor: pointer;
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > thead td.btn-mas img.menos {
  display: none;
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > tbody.detalle {
  display: none;
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > tbody.detalle > tr > td {
  background-color: #F7F7F7;
  padding: 0 7px 10px 7px;
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > tbody.detalle tr.separador > td {
  height: 1px;
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > tbody.detalle tr.separador > td > table > tbody > tr > td {
  background-color: #2D4EA2;
  height: 1px;
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > tbody.detalle td {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  text-align: left;
  padding: 0 30px 0 30px;
  height: 60px;
  color: #000000;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > tbody.detalle td {
    padding: 0 15px 0 15px;
  }
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > tbody.detalle td.izq {
  color: #BEBEBE;
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > tbody.detalle td.subcabecera {
  padding: 10px 30px 0 30px;
}
@media only screen and (max-width: 1024px) {
  div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > tbody.detalle td.subcabecera {
    padding: 10px 15px 0 15px;
  }
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > tbody.detalle td.subcabecera .estudiantes {
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
  text-align: center;
}
div.mainAsignaturas .tabla > .registros table#table-mobile > tbody table > tbody.detalle td.subcabecera .numero {
  border: 1px solid #F7F7F7;
  text-align: center;
}
div.mainAsignaturas .grafico-distribucion {
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
div.mainAsignaturas .grafico-distribucion #btn-grafico-distribucion {
  width: 200px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background-color: #2D4EA2;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: #FFFFFF;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  border-radius: 2px;
  border: 1px solid #2D4EA2;
  transition: all 0.2s linear;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  div.mainAsignaturas .grafico-distribucion #btn-grafico-distribucion {
    width: 100%;
  }
}
div.mainAsignaturas .grafico-distribucion #btn-grafico-distribucion:hover {
  background-color: transparent;
  color: #2D4EA2;
  transition: all 0.2s linear;
}

#overlay {
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #FFFFFF;
  opacity: 0.9;
  display: none;
}

.close-modal {
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  right: -25px;
}

#grafico-registro {
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 110;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 0 30px 0;
  max-width: 750px;
  min-width: 250px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3019607843);
  border-radius: 10px;
  display: none;
}
@media only screen and (max-width: 768px) {
  #grafico-registro {
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 425px) {
  #grafico-registro {
    padding: 20px 0 20px 0;
  }
}
#grafico-registro .grafico {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#grafico-registro .lista {
  margin: 15px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 30px;
}
@media only screen and (max-width: 768px) {
  #grafico-registro .lista {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
#grafico-registro .lista .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}
#grafico-registro .lista .item .square {
  width: 10px;
  height: 10px;
  background-color: #2D4EA2;
}
#grafico-registro .lista .item p {
  padding: 0;
  margin: 0;
  font-family: "poppins-medium", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

#grafico-boton {
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 110;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 20px 0;
  width: 100%;
  max-width: 800px;
  min-width: 250px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3019607843);
  border-radius: 10px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  #grafico-boton {
    width: 700px;
  }
}
@media only screen and (max-width: 768px) {
  #grafico-boton {
    width: auto;
  }
}
@media only screen and (max-width: 425px) {
  #grafico-boton {
    width: calc(100% - 50px);
  }
}
#grafico-boton img.grafico {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#grafico-boton img.grafico.grafico-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  #grafico-boton img.grafico {
    width: 100%;
    height: auto;
  }
  #grafico-boton img.grafico.grafico-desktop {
    display: none;
  }
  #grafico-boton img.grafico.grafico-mobile {
    display: block;
  }
}

div.sesiones-planificadas h2, div.sesiones-planificadas h3, div.sesiones-planificadas p, div.sesiones-planificadas ul {
  margin: 0;
}
div.sesiones-planificadas > div.titulo {
  color: #000000;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 37.5px;
  letter-spacing: -0.25px;
}
@media only screen and (max-width: 768px) {
  div.sesiones-planificadas > div.titulo {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.2px;
  }
}
div.sesiones-planificadas > div.cuerpo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 20px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-a {
  width: 100%;
  margin: 40px 0 0 0;
  display: grid;
  grid-template-columns: repeat(1, 25% calc(37.5% - 20px) calc(37.5% - 20px));
  grid-template-rows: repeat(2, 125px);
  column-gap: 20px;
  row-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  div.sesiones-planificadas > div.cuerpo > div.seccion-a {
    margin: 30px 0 0 0;
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(197, 197, 197, 0.3);
  }
}
div.sesiones-planificadas > div.cuerpo > div.seccion-a > div.item {
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(197, 197, 197, 0.3);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 20px 25px;
}
@media only screen and (max-width: 1024px) {
  div.sesiones-planificadas > div.cuerpo > div.seccion-a > div.item {
    background-color: unset;
    box-shadow: unset;
    border-radius: unset;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
    padding: 0;
  }
}
div.sesiones-planificadas > div.cuerpo > div.seccion-a > div.item > h2 {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.18px;
}
@media only screen and (max-width: 1024px) {
  div.sesiones-planificadas > div.cuerpo > div.seccion-a > div.item > h2 {
    width: 30%;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.5px;
    letter-spacing: -0.13px;
  }
}
div.sesiones-planificadas > div.cuerpo > div.seccion-a > div.item > span {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
@media only screen and (max-width: 1024px) {
  div.sesiones-planificadas > div.cuerpo > div.seccion-a > div.item > span {
    width: 70%;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    letter-spacing: -0.11px;
  }
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b {
  width: 100%;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(197, 197, 197, 0.3);
}
@media only screen and (max-width: 1024px) {
  div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop {
    display: none;
  }
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > thead > tr > th {
  padding: 40px 15px 32px 15px;
  color: #BEBEBE;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > thead > tr > th:first-child {
  padding-left: 25px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > thead > tr > th:last-child {
  padding-right: 25px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > tbody > tr {
  background-color: #F7F7F7;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > tbody > tr > th {
  padding: 20px 15px 20px 15px;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > tbody > tr > th:first-child {
  padding-left: 25px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > tbody > tr > th:last-child {
  padding-right: 25px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > tbody > tr > th > svg {
  cursor: pointer;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > tbody > tr > th > svg.menos {
  display: none;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > tbody > tr > td > div.desplegable {
  display: none;
  padding: 0 20px 25px 20px;
  border-radius: 0 0 10px 10px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > tbody > tr > td > div.desplegable > div.inner {
  padding: 16.5px 25px 30.5px 25px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  border-radius: 0 0 10px 10px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > tbody > tr > td > div.desplegable > div.inner > div.columna {
  width: calc(33.3333333333% - 2px);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > tbody > tr > td > div.desplegable > div.inner > div.columna > div.fila {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 25px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > tbody > tr > td > div.desplegable > div.inner > div.columna > div.fila > h2 {
  width: 50%;
  color: #BEBEBE;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > tbody > tr > td > div.desplegable > div.inner > div.columna > div.fila > span {
  width: 50%;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-desktop > table > tbody > tr > td > div.desplegable > div.inner > div.columna-separador {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (min-width: 1024.1px) {
  div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil {
    display: none;
  }
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > thead > tr > th {
  width: 55%;
  padding: 40px 15px 25px 15px;
  color: #BEBEBE;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.12px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > thead > tr > th:first-child {
  width: 45%;
  padding-left: 25px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > thead > tr > th:last-child {
  width: 45px;
  padding-right: 25px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > tbody > tr:first-child {
  background-color: #F7F7F7;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > tbody > tr:first-child > th {
  width: 45%;
  padding: 22px 15px 22px 25px;
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.12px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > tbody > tr:first-child > td {
  width: 55%;
  padding: 22px 15px 22px 15px;
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.12px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > tbody > tr:first-child > td:last-child {
  width: 45px;
  text-align: right;
  padding-right: 25px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > tbody > tr:first-child > td > svg {
  cursor: pointer;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > tbody > tr:first-child > td > svg.menos {
  display: none;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > tbody > tr.desplegable > td {
  width: 100%;
  padding: 0;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > tbody > tr.desplegable > td > div {
  display: none;
  border-radius: 0 0 10px 10px;
  padding: 0 7px 10px 7px;
  background-color: #F7F7F7;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > tbody > tr.desplegable > td > div > table > tbody > tr {
  background-color: #FFFFFF;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > tbody > tr.desplegable > td > div > table > tbody > tr > th {
  padding: 32px 10px 22px 15px;
  width: 45%;
  color: #BEBEBE;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.12px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > tbody > tr.desplegable > td > div > table > tbody > tr > td {
  padding: 32px 15px 22px 10px;
  width: 55%;
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.12px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > tbody > tr.desplegable > td > div > table > tbody > tr > td:last-child {
  padding: 0;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > tbody > tr.desplegable > td > div > table > tbody > tr > td:last-child > div {
  width: 53px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > tbody > tr.desplegable > td > div > table > tbody > tr:first-child > th {
  padding-top: 22px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-b > div.tabla-movil > table > tbody > tr.desplegable > td > div > table > tbody > tr:first-child > td {
  padding-top: 22px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c {
  width: 100%;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(197, 197, 197, 0.3);
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.superior {
  padding: 40px 20px 35px 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 15px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.superior > svg {
  margin: 7px 0 0 0;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.superior > div.descripcion {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #000000;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.superior > div.descripcion > h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.18px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.superior > div.descripcion > h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.18px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.superior > div.descripcion > p {
  margin: 15px 0 0 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.superior > div.descripcion > ul {
  padding: 0 0 0 20px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.superior > div.descripcion > ul > li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
@media only screen and (max-width: 1024px) {
  div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista {
    display: none;
  }
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista > table > thead > tr > th {
  vertical-align: top;
  padding: 15px 5px;
  color: #BEBEBE;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista > table > thead > tr > th:first-child {
  padding-left: 20px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista > table > thead > tr > th:last-child {
  padding-right: 20px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista > table > tbody > tr.item-lista {
  background-color: #F7F7F7;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista > table > tbody > tr.item-lista:nth-child(2n) {
  background-color: #FFFFFF;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista > table > tbody > tr.item-lista > td {
  vertical-align: top;
  padding: 15px 5px;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista > table > tbody > tr.item-lista > td:first-child {
  width: 70px;
  padding-left: 20px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista > table > tbody > tr.item-lista > td:nth-child(2) {
  width: 110px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista > table > tbody > tr.item-lista > td:nth-child(3) {
  width: 130px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista > table > tbody > tr.item-lista > td:nth-child(4) {
  width: 25%;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista > table > tbody > tr.item-lista > td:nth-child(5) {
  width: 25%;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista > table > tbody > tr.item-lista > td:nth-child(6) {
  width: 110px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista > table > tbody > tr.item-lista > td:last-child {
  padding-right: 20px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista > table > tbody > tr.item-lista > td > ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista > table > tbody > tr.item-lista > td.btnEditar > svg {
  cursor: pointer;
}
@media only screen and (min-width: 1024.1px) {
  div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil {
    display: none;
  }
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > thead > tr > th {
  width: calc(60% - 60px);
  color: #BEBEBE;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.12px;
  padding: 20px 15px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > thead > tr > th:first-child {
  width: 40%;
  padding-left: 25px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > thead > tr > th:last-child {
  width: 60px;
  padding-right: 25px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil {
  background-color: #F7F7F7;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil:nth-child(2n) {
  background-color: #FFFFFF;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > th {
  width: 40%;
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.12px;
  padding: 20px 15px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > th:first-child {
  padding-left: 25px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > th:last-child {
  padding-right: 25px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > td {
  width: calc(60% - 60px);
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.12px;
  padding: 20px 15px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > td:first-child {
  padding-left: 25px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > td:last-child {
  width: 60px;
  padding-right: 25px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > td > svg {
  cursor: pointer;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > td > svg.menos {
  display: none;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil > td > table > tbody > tr > td > div.desplegable-movil {
  display: none;
  padding: 0 7px 7px 7px;
  border-radius: 0px 0px 10px 10px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil > td > table > tbody > tr > td > div.desplegable-movil > div.inner {
  border-radius: 0px 0px 10px 10px;
  background-color: #FFFFFF;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil > td > table > tbody > tr > td > div.desplegable-movil > div.inner > table > tbody > tr > th {
  width: 40%;
  padding: 15px 15px 15px 25px;
  color: #BEBEBE;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.12px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil > td > table > tbody > tr > td > div.desplegable-movil > div.inner > table > tbody > tr > th.btnEditar {
  padding: 25px;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil > td > table > tbody > tr > td > div.desplegable-movil > div.inner > table > tbody > tr > th.btnEditar > svg {
  cursor: pointer;
}
div.sesiones-planificadas > div.cuerpo > div.seccion-c > div.lista-movil > table > tbody > tr.item-movil > td > table > tbody > tr > td > div.desplegable-movil > div.inner > table > tbody > tr > td {
  width: calc(60% - 60px);
  padding: 15px;
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.12px;
}

div.registro-comentarios h2, div.registro-comentarios h3, div.registro-comentarios p, div.registro-comentarios ul, div.registro-comentarios label {
  margin: 0;
}
div.registro-comentarios .wrap_fakeselect_search,
div.registro-comentarios .wrap_fakeselect_search_check,
div.registro-comentarios .wrap_fakeselect_check_text {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #a1a1a1;
  cursor: pointer;
}
div.registro-comentarios .wrap_fakeselect_search::after,
div.registro-comentarios .wrap_fakeselect_search_check::after,
div.registro-comentarios .wrap_fakeselect_check_text::after {
  color: #2e4ea2;
  position: absolute;
  right: 0;
  top: 0;
  content: "\f107";
  font-family: "far";
  font-weight: 300;
  font-size: 20px;
}
div.registro-comentarios .wrap_fakeselect_search .option-selected,
div.registro-comentarios .wrap_fakeselect_search_check .option-selected,
div.registro-comentarios .wrap_fakeselect_check_text .option-selected {
  line-height: 29px;
  border-bottom: 1px solid #2e4ea2;
}
div.registro-comentarios .wrap_fakeselect_search .wrap-list,
div.registro-comentarios .wrap_fakeselect_search_check .wrap-list,
div.registro-comentarios .wrap_fakeselect_check_text .wrap-list {
  position: absolute;
  width: 100%;
  top: 38px;
  left: 0;
  display: none;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 3px 7px -4px #2d2b2b;
  padding: 20px;
  margin-bottom: 0;
  list-style-type: none;
  box-sizing: border-box;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios .wrap_fakeselect_search .wrap-list,
  div.registro-comentarios .wrap_fakeselect_search_check .wrap-list,
  div.registro-comentarios .wrap_fakeselect_check_text .wrap-list {
    padding: 5px 10px 20px 10px;
  }
}
div.registro-comentarios .wrap_fakeselect_search .wrap-list .select-all + span,
div.registro-comentarios .wrap_fakeselect_search_check .wrap-list .select-all + span,
div.registro-comentarios .wrap_fakeselect_check_text .wrap-list .select-all + span {
  font-style: italic;
  color: #2e4ea2;
}
div.registro-comentarios .wrap_fakeselect_search .wrap-list .select-all + span::before,
div.registro-comentarios .wrap_fakeselect_search_check .wrap-list .select-all + span::before,
div.registro-comentarios .wrap_fakeselect_check_text .wrap-list .select-all + span::before {
  font-style: normal;
}
div.registro-comentarios .wrap_fakeselect_search .wrap-list .search,
div.registro-comentarios .wrap_fakeselect_search_check .wrap-list .search,
div.registro-comentarios .wrap_fakeselect_check_text .wrap-list .search {
  padding: 10px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios .wrap_fakeselect_search .wrap-list .search,
  div.registro-comentarios .wrap_fakeselect_search_check .wrap-list .search,
  div.registro-comentarios .wrap_fakeselect_check_text .wrap-list .search {
    padding: 10px 0 0 0;
  }
}
div.registro-comentarios .wrap_fakeselect_search .wrap-list .search::after,
div.registro-comentarios .wrap_fakeselect_search_check .wrap-list .search::after,
div.registro-comentarios .wrap_fakeselect_check_text .wrap-list .search::after {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  top: calc(50% - 33px);
  transform: translate(0, 0);
  right: 7px;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios .wrap_fakeselect_search .wrap-list .search::after,
  div.registro-comentarios .wrap_fakeselect_search_check .wrap-list .search::after,
  div.registro-comentarios .wrap_fakeselect_check_text .wrap-list .search::after {
    top: calc(50% - 25px);
    right: 12px;
  }
}
div.registro-comentarios .wrap_fakeselect_search .wrap-list .search span,
div.registro-comentarios .wrap_fakeselect_search_check .wrap-list .search span,
div.registro-comentarios .wrap_fakeselect_check_text .wrap-list .search span {
  display: inline-block;
  font-size: 12px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios .wrap_fakeselect_search .wrap-list .search span,
  div.registro-comentarios .wrap_fakeselect_search_check .wrap-list .search span,
  div.registro-comentarios .wrap_fakeselect_check_text .wrap-list .search span {
    font-size: 11px;
    padding-left: 0;
  }
}
div.registro-comentarios .wrap_fakeselect_search .wrap-list .search input,
div.registro-comentarios .wrap_fakeselect_search_check .wrap-list .search input,
div.registro-comentarios .wrap_fakeselect_check_text .wrap-list .search input {
  display: block;
  width: 100%;
  border: 1px solid #BEBEBE;
  border-radius: 20px;
  height: 50px;
  padding: 0 30px 0 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios .wrap_fakeselect_search .wrap-list .search input,
  div.registro-comentarios .wrap_fakeselect_search_check .wrap-list .search input,
  div.registro-comentarios .wrap_fakeselect_check_text .wrap-list .search input {
    height: 40px;
  }
}
div.registro-comentarios .wrap_fakeselect_search .wrap-list .search input:focus,
div.registro-comentarios .wrap_fakeselect_search_check .wrap-list .search input:focus,
div.registro-comentarios .wrap_fakeselect_check_text .wrap-list .search input:focus {
  outline: 0;
}
div.registro-comentarios .wrap_fakeselect_search ul,
div.registro-comentarios .wrap_fakeselect_search_check ul,
div.registro-comentarios .wrap_fakeselect_check_text ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: 100%;
  padding: 0 10px 0 10px;
  margin: 0 0 0 0;
  list-style-type: none;
  overflow-y: auto;
  max-height: 270px;
  /*&::-webkit-scrollbar-button {
        	width: 100%;
        	height: 28px;
    	background-color: #BEBEBE4D;

    	@media only screen and (max-width: 768px){
        		height: 15px;
  	}
  }*/
  /* Up */
  /* Down */
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios .wrap_fakeselect_search ul,
  div.registro-comentarios .wrap_fakeselect_search_check ul,
  div.registro-comentarios .wrap_fakeselect_check_text ul {
    padding: 0;
  }
}
@media only screen and (max-height: 850px) {
  div.registro-comentarios .wrap_fakeselect_search ul,
  div.registro-comentarios .wrap_fakeselect_search_check ul,
  div.registro-comentarios .wrap_fakeselect_check_text ul {
    max-height: 160px;
  }
}
div.registro-comentarios .wrap_fakeselect_search ul li,
div.registro-comentarios .wrap_fakeselect_search_check ul li,
div.registro-comentarios .wrap_fakeselect_check_text ul li {
  line-height: 1em;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios .wrap_fakeselect_search ul li,
  div.registro-comentarios .wrap_fakeselect_search_check ul li,
  div.registro-comentarios .wrap_fakeselect_check_text ul li {
    font-size: 12px;
  }
}
div.registro-comentarios .wrap_fakeselect_search ul li label,
div.registro-comentarios .wrap_fakeselect_search_check ul li label,
div.registro-comentarios .wrap_fakeselect_check_text ul li label {
  display: flex;
  color: #000;
  margin-bottom: 10px;
}
div.registro-comentarios .wrap_fakeselect_search ul li label input[type=checkbox],
div.registro-comentarios .wrap_fakeselect_search_check ul li label input[type=checkbox],
div.registro-comentarios .wrap_fakeselect_check_text ul li label input[type=checkbox] {
  display: none;
}
div.registro-comentarios .wrap_fakeselect_search ul li label input[type=checkbox]:checked + span,
div.registro-comentarios .wrap_fakeselect_search_check ul li label input[type=checkbox]:checked + span,
div.registro-comentarios .wrap_fakeselect_check_text ul li label input[type=checkbox]:checked + span {
  font-weight: bold;
}
div.registro-comentarios .wrap_fakeselect_search ul li label input[type=checkbox]:checked + span::before,
div.registro-comentarios .wrap_fakeselect_search_check ul li label input[type=checkbox]:checked + span::before,
div.registro-comentarios .wrap_fakeselect_check_text ul li label input[type=checkbox]:checked + span::before {
  content: "\f14a";
  color: #2e4ea2;
}
div.registro-comentarios .wrap_fakeselect_search ul li label span,
div.registro-comentarios .wrap_fakeselect_search_check ul li label span,
div.registro-comentarios .wrap_fakeselect_check_text ul li label span {
  display: flex;
  line-height: 1.5;
  font-size: 12px;
}
div.registro-comentarios .wrap_fakeselect_search ul li label span.wcon,
div.registro-comentarios .wrap_fakeselect_search_check ul li label span.wcon,
div.registro-comentarios .wrap_fakeselect_check_text ul li label span.wcon {
  width: 30%;
}
div.registro-comentarios .wrap_fakeselect_search ul li label span::before,
div.registro-comentarios .wrap_fakeselect_search_check ul li label span::before,
div.registro-comentarios .wrap_fakeselect_check_text ul li label span::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #a1a1a1;
  margin-right: 15px;
  font-size: 14px;
}
div.registro-comentarios .wrap_fakeselect_search ul li:last-child,
div.registro-comentarios .wrap_fakeselect_search_check ul li:last-child,
div.registro-comentarios .wrap_fakeselect_check_text ul li:last-child {
  border: 0;
}
div.registro-comentarios .wrap_fakeselect_search ul li:last-child label,
div.registro-comentarios .wrap_fakeselect_search_check ul li:last-child label,
div.registro-comentarios .wrap_fakeselect_check_text ul li:last-child label {
  margin-bottom: 0;
}
div.registro-comentarios .wrap_fakeselect_search ul li:hover,
div.registro-comentarios .wrap_fakeselect_search_check ul li:hover,
div.registro-comentarios .wrap_fakeselect_check_text ul li:hover {
  opacity: 0.6;
}
div.registro-comentarios .wrap_fakeselect_search ul::-webkit-scrollbar,
div.registro-comentarios .wrap_fakeselect_search_check ul::-webkit-scrollbar,
div.registro-comentarios .wrap_fakeselect_check_text ul::-webkit-scrollbar {
  width: 28px;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios .wrap_fakeselect_search ul::-webkit-scrollbar,
  div.registro-comentarios .wrap_fakeselect_search_check ul::-webkit-scrollbar,
  div.registro-comentarios .wrap_fakeselect_check_text ul::-webkit-scrollbar {
    width: 15px;
  }
}
div.registro-comentarios .wrap_fakeselect_search ul::-webkit-scrollbar-track,
div.registro-comentarios .wrap_fakeselect_search_check ul::-webkit-scrollbar-track,
div.registro-comentarios .wrap_fakeselect_check_text ul::-webkit-scrollbar-track {
  background-color: rgba(190, 190, 190, 0.3019607843);
}
div.registro-comentarios .wrap_fakeselect_search ul::-webkit-scrollbar-thumb,
div.registro-comentarios .wrap_fakeselect_search_check ul::-webkit-scrollbar-thumb,
div.registro-comentarios .wrap_fakeselect_check_text ul::-webkit-scrollbar-thumb {
  background-color: #BEBEBE;
}
div.registro-comentarios .wrap_fakeselect_search ul::-webkit-scrollbar-thumb:hover,
div.registro-comentarios .wrap_fakeselect_search_check ul::-webkit-scrollbar-thumb:hover,
div.registro-comentarios .wrap_fakeselect_check_text ul::-webkit-scrollbar-thumb:hover {
  background-color: rgba(190, 190, 190, 0.8);
}
div.registro-comentarios .wrap_fakeselect_search ul::-webkit-scrollbar-button:hover,
div.registro-comentarios .wrap_fakeselect_search_check ul::-webkit-scrollbar-button:hover,
div.registro-comentarios .wrap_fakeselect_check_text ul::-webkit-scrollbar-button:hover {
  background-color: rgba(190, 190, 190, 0.1019607843);
}
div.registro-comentarios .wrap_fakeselect_search ul::-webkit-scrollbar-button:single-button:vertical:decrement,
div.registro-comentarios .wrap_fakeselect_search_check ul::-webkit-scrollbar-button:single-button:vertical:decrement,
div.registro-comentarios .wrap_fakeselect_check_text ul::-webkit-scrollbar-button:single-button:vertical:decrement {
  width: 100%;
  height: 28px;
  background-color: rgba(190, 190, 190, 0.3019607843);
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Vector" d="M11.8218 5.64348C12.0594 5.88109 12.0594 6.23753 11.8218 6.47515L11.4653 6.83155C11.2277 7.06917 10.8713 7.06917 10.6337 6.83155L5.99999 2.07925L1.36634 6.83155C1.12871 7.06917 0.772281 7.06917 0.534657 6.83155L0.178218 6.47514C-0.0594053 6.23753 -0.0594052 5.88109 0.178218 5.64348L5.52475 0.178316C5.76238 -0.0592995 6.11881 -0.0592995 6.35643 0.178316L11.8218 5.64348Z" fill="black"/></svg>');
  background-size: 12px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  /*@media only screen and (max-width: 768px){
  		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="5" viewBox="0 0 7 5" fill="none"><path d="M6.89604 4.21276C7.03465 4.35137 7.03465 4.55929 6.89604 4.6979L6.68812 4.90581C6.5495 5.04442 6.34158 5.04442 6.20297 4.90581L3.49999 2.13363L0.79703 4.90581C0.658416 5.04442 0.450497 5.04442 0.311883 4.90581L0.103961 4.6979C-0.0346531 4.55929 -0.0346531 4.35137 0.103961 4.21276L3.22277 1.02475C3.36139 0.886144 3.5693 0.886144 3.70792 1.02475L6.89604 4.21276Z" fill="black"/></svg>');
  }*/
}
div.registro-comentarios .wrap_fakeselect_search ul::-webkit-scrollbar-button:single-button:vertical:increment,
div.registro-comentarios .wrap_fakeselect_search_check ul::-webkit-scrollbar-button:single-button:vertical:increment,
div.registro-comentarios .wrap_fakeselect_check_text ul::-webkit-scrollbar-button:single-button:vertical:increment {
  width: 100%;
  height: 28px;
  background-color: rgba(190, 190, 190, 0.3019607843);
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Vector" d="M0.178218 1.36629C-0.0594059 1.12867 -0.0594059 0.772235 0.178218 0.53462L0.534657 0.178212C0.772281 -0.0594038 1.12871 -0.0594038 1.36634 0.178212L6.00001 4.93052L10.6337 0.178212C10.8713 -0.0594038 11.2277 -0.0594038 11.4653 0.178212L11.8218 0.53462C12.0594 0.772235 12.0594 1.12867 11.8218 1.36629L6.47525 6.83145C6.23763 7.06906 5.88119 7.06906 5.64357 6.83145L0.178218 1.36629Z" fill="black"/></svg>');
  background-size: 12px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  /*@media only screen and (max-width: 768px){
  		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="5" viewBox="0 0 7 5" fill="none"><path d="M0.10396 0.797002C-0.0346535 0.658393 -0.0346535 0.450471 0.10396 0.311862L0.311883 0.103957C0.450497 -0.0346522 0.658416 -0.0346522 0.797029 0.103957L3.50001 2.87614L6.20297 0.103957C6.34158 -0.0346522 6.5495 -0.0346522 6.68812 0.103957L6.89604 0.311862C7.03465 0.450471 7.03465 0.658393 6.89604 0.797002L3.77723 3.98501C3.63861 4.12362 3.4307 4.12362 3.29208 3.98501L0.10396 0.797002Z" fill="black"/></svg>');
  }*/
}
div.registro-comentarios .wrap_fakeselect_search_check ul.arc li label > span:hover {
  opacity: 0.6;
}
div.registro-comentarios .wrap_fakeselect_search_check ul.arc li label > p {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  line-height: 1.5;
  width: 100%;
  flex: 1;
  padding: 0 15px;
  text-align: center;
}
div.registro-comentarios .wrap_fakeselect_search_check ul.arc li label > p > span {
  display: block;
  padding: 0 10px;
}
div.registro-comentarios .wrap_fakeselect_search_check ul.arc li label > p > span::before {
  display: none;
}
div.registro-comentarios .wrap_fakeselect_search_check ul.arc li label > p a {
  color: #2e4ea2;
  font-family: "poppins-regular";
  font-size: 12px;
  display: inline-block;
}
div.registro-comentarios .wrap_fakeselect_search_check ul.arc li label > p a::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #2e4ea2;
}
div.registro-comentarios .wrap_fakeselect_search_check ul.arc li label > p a:hover, div.registro-comentarios .wrap_fakeselect_search_check ul.arc li label > p a:focus {
  text-decoration: none;
}
div.registro-comentarios .wrap_fakeselect_search_check ul.arc li:hover {
  opacity: 1;
}
div.registro-comentarios > div.titulo {
  color: #000000;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 37.5px;
  letter-spacing: -0.25px;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios > div.titulo {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.2px;
  }
}
div.registro-comentarios > div.cuerpo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 20px;
}
div.registro-comentarios > div.cuerpo > div.seccion-a {
  width: 100%;
  margin: 40px 0 0 0;
  display: grid;
  grid-template-columns: repeat(1, 55% calc(22.5% - 20px) calc(22.5% - 20px));
  grid-template-rows: repeat(1, 125px);
  column-gap: 20px;
  row-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  div.registro-comentarios > div.cuerpo > div.seccion-a {
    margin: 30px 0 0 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-a > div.item {
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(197, 197, 197, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 25px;
}
div.registro-comentarios > div.cuerpo > div.seccion-a > div.item > label {
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: -0.13px;
}
div.registro-comentarios > div.cuerpo > div.seccion-a > div.item-desktop {
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(197, 197, 197, 0.3);
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
}
@media only screen and (max-width: 1024px) {
  div.registro-comentarios > div.cuerpo > div.seccion-a > div.item-desktop {
    display: none;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-a > div.item-desktop > h2 {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.18px;
}
@media only screen and (max-width: 1024px) {
  div.registro-comentarios > div.cuerpo > div.seccion-a > div.item-desktop > h2 {
    width: 35%;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.5px;
    letter-spacing: -0.13px;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-a > div.item-desktop > span {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
@media only screen and (max-width: 1024px) {
  div.registro-comentarios > div.cuerpo > div.seccion-a > div.item-desktop > span {
    width: 65%;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    letter-spacing: -0.11px;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-a > div.item-movil {
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(197, 197, 197, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 25px;
  row-gap: 10px;
}
@media only screen and (min-width: 1024.1px) {
  div.registro-comentarios > div.cuerpo > div.seccion-a > div.item-movil {
    display: none;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-a > div.item-movil > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
div.registro-comentarios > div.cuerpo > div.seccion-a > div.item-movil > div > h2 {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.18px;
}
@media only screen and (max-width: 1024px) {
  div.registro-comentarios > div.cuerpo > div.seccion-a > div.item-movil > div > h2 {
    width: 35%;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.5px;
    letter-spacing: -0.13px;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-a > div.item-movil > div > span {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
@media only screen and (max-width: 1024px) {
  div.registro-comentarios > div.cuerpo > div.seccion-a > div.item-movil > div > span {
    width: 65%;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    letter-spacing: -0.11px;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-b {
  width: 100%;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(197, 197, 197, 0.3);
}
@media only screen and (max-width: 1024px) {
  div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista {
    display: none;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista > table > thead > tr > th {
  vertical-align: top;
  padding: 15px 5px;
  color: #BEBEBE;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista > table > thead > tr > th:first-child {
  padding-left: 20px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista > table > thead > tr > th:last-child {
  padding-right: 20px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista > table > tbody > tr.item-lista {
  background-color: #F7F7F7;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista > table > tbody > tr.item-lista:nth-child(2n) {
  background-color: #FFFFFF;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista > table > tbody > tr.item-lista > td {
  vertical-align: top;
  padding: 15px 5px;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista > table > tbody > tr.item-lista > td:first-child {
  padding-left: 20px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista > table > tbody > tr.item-lista > td:nth-child(3) {
  width: 310px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista > table > tbody > tr.item-lista > td:last-child {
  padding-right: 20px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista > table > tbody > tr.item-lista > td > ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista > table > tbody > tr.item-lista > td.btnEditar > svg {
  cursor: pointer;
}
@media only screen and (min-width: 1024.1px) {
  div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil {
    display: none;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > thead > tr > th {
  width: calc(60% - 60px);
  color: #BEBEBE;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.12px;
  padding: 20px 15px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > thead > tr > th:first-child {
  width: 40%;
  padding-left: 25px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > thead > tr > th:last-child {
  width: 45px;
  padding-right: 25px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil {
  background-color: #F7F7F7;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil:nth-child(2n) {
  background-color: #FFFFFF;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > th {
  width: 40%;
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.12px;
  padding: 20px 15px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > th:first-child {
  padding-left: 25px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > th:last-child {
  padding-right: 25px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > td {
  width: calc(60% - 60px);
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.12px;
  padding: 20px 15px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > td:first-child {
  padding-left: 25px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > td:last-child {
  width: 45px;
  padding-right: 25px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > td > svg {
  cursor: pointer;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil > td > table > thead > tr > td > svg.menos {
  display: none;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil > td > table > tbody > tr > td > div.desplegable-movil {
  display: none;
  padding: 0 7px 7px 7px;
  border-radius: 0px 0px 10px 10px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil > td > table > tbody > tr > td > div.desplegable-movil > div.inner {
  border-radius: 0px 0px 10px 10px;
  background-color: #FFFFFF;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil > td > table > tbody > tr > td > div.desplegable-movil > div.inner > table > tbody > tr > th {
  width: 40%;
  padding: 15px 15px 15px 25px;
  color: #BEBEBE;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.12px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil > td > table > tbody > tr > td > div.desplegable-movil > div.inner > table > tbody > tr > th.btnEditar {
  padding: 25px;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil > td > table > tbody > tr > td > div.desplegable-movil > div.inner > table > tbody > tr > th.btnEditar > svg {
  cursor: pointer;
}
div.registro-comentarios > div.cuerpo > div.seccion-b > div.lista-movil > table > tbody > tr.item-movil > td > table > tbody > tr > td > div.desplegable-movil > div.inner > table > tbody > tr > td {
  width: calc(60% - 60px);
  padding: 15px;
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.12px;
}
div.registro-comentarios > div.cuerpo > div.seccion-c {
  width: 100%;
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación > div.item {
  padding: 25px 20px 15px 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 30px 0px rgba(197, 197, 197, 0.3);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 60px;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación > div.item {
    padding: 25px 20px 20px 20px;
    flex-direction: column;
    row-gap: 20px;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación > div.item > div.columna {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación > div.item > div.columna:first-child {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación > div.item > div.columna:first-child {
    width: 100%;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación > div.item > div.columna:last-child {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación > div.item > div.columna:last-child {
    width: 100%;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación > div.item > div.columna > label {
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: -0.13px;
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación > div.item > div.columna > input {
  all: unset;
  width: 100%;
  height: 40px;
  color: #000000;
  background-color: #FFFFFF;
  border-bottom: 1px solid #2D4EA2;
  margin: 5px 0 0 0;
  background-image: url("../calendar.svg");
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación > div.item > div.columna > input {
    height: 30px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.12px;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación > div.item > div.columna > input::-webkit-calendar-picker-indicator {
  width: 27px;
  opacity: 0;
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación > div.item > div.columna > input[type=date] {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 50%;
  background-attachment: scroll;
  display: flex;
  align-items: center;
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación > div.item > div.columna > input[type=date]:placeholder {
  color: #BEBEBE;
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación > div.item > div.columna > textarea {
  all: unset;
  padding: 10px 15px;
  height: 55px;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios > div.cuerpo > div.seccion-c > div.planificación > div.item > div.columna > textarea {
    margin: 10px 0 0 0;
    padding: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.12px;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.casillas {
  margin: 25px 0 0 0;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 30px;
}
@media only screen and (max-width: 1024px) {
  div.registro-comentarios > div.cuerpo > div.seccion-c > div.casillas {
    margin: 10px 0 0 0;
    width: 100%;
    column-gap: 40px;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.casillas > span {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: -0.13px;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios > div.cuerpo > div.seccion-c > div.casillas > span {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    letter-spacing: -0.11px;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.casillas > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios > div.cuerpo > div.seccion-c > div.casillas > div {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.12px;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.casillas > div > label {
  cursor: pointer;
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.casillas > div > input {
  all: unset;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: url("../radio-button-uncheck.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 768px) {
  div.registro-comentarios > div.cuerpo > div.seccion-c > div.casillas > div > input {
    background-size: 15px;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.casillas > div > input:checked {
  background-image: url("../radio-button-check.svg");
  transition: all 0.2s linear;
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.botones {
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  column-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  div.registro-comentarios > div.cuerpo > div.seccion-c > div.botones {
    flex-direction: column;
    row-gap: 20px;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.botones > button {
  width: 200px;
  height: 50px;
  padding: 10px 0;
  border-radius: 2px;
  transition: all 0.2s linear;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
@media only screen and (max-width: 1024px) {
  div.registro-comentarios > div.cuerpo > div.seccion-c > div.botones > button {
    width: 100%;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.botones > button#limpiar {
  color: #2D4EA2;
  border: 1px solid #2D4EA2;
  background: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  div.registro-comentarios > div.cuerpo > div.seccion-c > div.botones > button#limpiar {
    order: 1;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.botones > button#claseRecuperada {
  color: #FFFFFF;
  border: 1px solid #2D4EA2;
  background: #2D4EA2;
}
@media only screen and (max-width: 1024px) {
  div.registro-comentarios > div.cuerpo > div.seccion-c > div.botones > button#claseRecuperada {
    order: 2;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.botones > button#actualizarInfo {
  color: #FFFFFF;
  border: 1px solid #2D4EA2;
  background: #2D4EA2;
}
@media only screen and (max-width: 1024px) {
  div.registro-comentarios > div.cuerpo > div.seccion-c > div.botones > button#actualizarInfo {
    order: 0;
  }
}
div.registro-comentarios > div.cuerpo > div.seccion-c > div.botones > button:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

.wrap_fakeselect_search,
.wrap_fakeselect_search_check,
.wrap_fakeselect_check_text {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #a1a1a1;
  cursor: pointer;
}
.wrap_fakeselect_search::after,
.wrap_fakeselect_search_check::after,
.wrap_fakeselect_check_text::after {
  color: #2e4ea2;
  position: absolute;
  right: 0;
  top: 0;
  content: "\f107";
  font-family: "far";
  font-weight: 300;
  font-size: 20px;
}
.wrap_fakeselect_search .option-selected,
.wrap_fakeselect_search_check .option-selected,
.wrap_fakeselect_check_text .option-selected {
  line-height: 29px;
  border-bottom: 1px solid #2e4ea2;
}
.wrap_fakeselect_search .wrap-list,
.wrap_fakeselect_search_check .wrap-list,
.wrap_fakeselect_check_text .wrap-list {
  position: absolute;
  width: 100%;
  top: 38px;
  left: 0;
  display: none;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 3px 7px -4px #2d2b2b;
  padding: 20px;
  margin-bottom: 0;
  list-style-type: none;
  box-sizing: border-box;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .wrap_fakeselect_search .wrap-list,
  .wrap_fakeselect_search_check .wrap-list,
  .wrap_fakeselect_check_text .wrap-list {
    padding: 5px 10px 20px 10px;
  }
}
.wrap_fakeselect_search .wrap-list .select-all + span,
.wrap_fakeselect_search_check .wrap-list .select-all + span,
.wrap_fakeselect_check_text .wrap-list .select-all + span {
  font-style: italic;
  color: #2e4ea2;
}
.wrap_fakeselect_search .wrap-list .select-all + span::before,
.wrap_fakeselect_search_check .wrap-list .select-all + span::before,
.wrap_fakeselect_check_text .wrap-list .select-all + span::before {
  font-style: normal;
}
.wrap_fakeselect_search .wrap-list .search,
.wrap_fakeselect_search_check .wrap-list .search,
.wrap_fakeselect_check_text .wrap-list .search {
  padding: 10px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wrap_fakeselect_search .wrap-list .search,
  .wrap_fakeselect_search_check .wrap-list .search,
  .wrap_fakeselect_check_text .wrap-list .search {
    padding: 10px 0 0 0;
  }
}
.wrap_fakeselect_search .wrap-list .search::after,
.wrap_fakeselect_search_check .wrap-list .search::after,
.wrap_fakeselect_check_text .wrap-list .search::after {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  top: calc(50% - 33px);
  transform: translate(0, 0);
  right: 7px;
}
@media only screen and (max-width: 768px) {
  .wrap_fakeselect_search .wrap-list .search::after,
  .wrap_fakeselect_search_check .wrap-list .search::after,
  .wrap_fakeselect_check_text .wrap-list .search::after {
    top: calc(50% - 25px);
    right: 12px;
  }
}
.wrap_fakeselect_search .wrap-list .search span,
.wrap_fakeselect_search_check .wrap-list .search span,
.wrap_fakeselect_check_text .wrap-list .search span {
  display: inline-block;
  font-size: 12px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .wrap_fakeselect_search .wrap-list .search span,
  .wrap_fakeselect_search_check .wrap-list .search span,
  .wrap_fakeselect_check_text .wrap-list .search span {
    font-size: 11px;
    padding-left: 0;
  }
}
.wrap_fakeselect_search .wrap-list .search input,
.wrap_fakeselect_search_check .wrap-list .search input,
.wrap_fakeselect_check_text .wrap-list .search input {
  display: block;
  width: 100%;
  border: 1px solid #BEBEBE;
  border-radius: 20px;
  height: 50px;
  padding: 0 30px 0 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .wrap_fakeselect_search .wrap-list .search input,
  .wrap_fakeselect_search_check .wrap-list .search input,
  .wrap_fakeselect_check_text .wrap-list .search input {
    height: 40px;
  }
}
.wrap_fakeselect_search .wrap-list .search input:focus,
.wrap_fakeselect_search_check .wrap-list .search input:focus,
.wrap_fakeselect_check_text .wrap-list .search input:focus {
  outline: 0;
}
.wrap_fakeselect_search ul,
.wrap_fakeselect_search_check ul,
.wrap_fakeselect_check_text ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: 100%;
  padding: 0 10px 0 10px;
  margin: 0 0 0 0;
  list-style-type: none;
  overflow-y: auto;
  max-height: 270px;
  /*&::-webkit-scrollbar-button {
        	width: 100%;
        	height: 28px;
    	background-color: #BEBEBE4D;

    	@media only screen and (max-width: 768px){
        		height: 15px;
  	}
  }*/
  /* Up */
  /* Down */
}
@media only screen and (max-width: 768px) {
  .wrap_fakeselect_search ul,
  .wrap_fakeselect_search_check ul,
  .wrap_fakeselect_check_text ul {
    padding: 0;
  }
}
@media only screen and (max-height: 850px) {
  .wrap_fakeselect_search ul,
  .wrap_fakeselect_search_check ul,
  .wrap_fakeselect_check_text ul {
    max-height: 160px;
  }
}
.wrap_fakeselect_search ul li,
.wrap_fakeselect_search_check ul li,
.wrap_fakeselect_check_text ul li {
  line-height: 1em;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .wrap_fakeselect_search ul li,
  .wrap_fakeselect_search_check ul li,
  .wrap_fakeselect_check_text ul li {
    font-size: 12px;
  }
}
.wrap_fakeselect_search ul li label,
.wrap_fakeselect_search_check ul li label,
.wrap_fakeselect_check_text ul li label {
  display: flex;
  color: #000;
  margin-bottom: 10px;
}
.wrap_fakeselect_search ul li label input[type=checkbox],
.wrap_fakeselect_search_check ul li label input[type=checkbox],
.wrap_fakeselect_check_text ul li label input[type=checkbox] {
  display: none;
}
.wrap_fakeselect_search ul li label input[type=checkbox]:checked + span,
.wrap_fakeselect_search_check ul li label input[type=checkbox]:checked + span,
.wrap_fakeselect_check_text ul li label input[type=checkbox]:checked + span {
  font-weight: bold;
}
.wrap_fakeselect_search ul li label input[type=checkbox]:checked + span::before,
.wrap_fakeselect_search_check ul li label input[type=checkbox]:checked + span::before,
.wrap_fakeselect_check_text ul li label input[type=checkbox]:checked + span::before {
  content: "\f14a";
  color: #2e4ea2;
}
.wrap_fakeselect_search ul li label span,
.wrap_fakeselect_search_check ul li label span,
.wrap_fakeselect_check_text ul li label span {
  display: flex;
  line-height: 1.5;
  font-size: 12px;
}
.wrap_fakeselect_search ul li label span.wcon,
.wrap_fakeselect_search_check ul li label span.wcon,
.wrap_fakeselect_check_text ul li label span.wcon {
  width: 30%;
}
.wrap_fakeselect_search ul li label span::before,
.wrap_fakeselect_search_check ul li label span::before,
.wrap_fakeselect_check_text ul li label span::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #a1a1a1;
  margin-right: 15px;
  font-size: 14px;
}
.wrap_fakeselect_search ul li:last-child,
.wrap_fakeselect_search_check ul li:last-child,
.wrap_fakeselect_check_text ul li:last-child {
  border: 0;
}
.wrap_fakeselect_search ul li:last-child label,
.wrap_fakeselect_search_check ul li:last-child label,
.wrap_fakeselect_check_text ul li:last-child label {
  margin-bottom: 0;
}
.wrap_fakeselect_search ul li:hover,
.wrap_fakeselect_search_check ul li:hover,
.wrap_fakeselect_check_text ul li:hover {
  opacity: 0.6;
}
.wrap_fakeselect_search ul::-webkit-scrollbar,
.wrap_fakeselect_search_check ul::-webkit-scrollbar,
.wrap_fakeselect_check_text ul::-webkit-scrollbar {
  width: 28px;
}
@media only screen and (max-width: 768px) {
  .wrap_fakeselect_search ul::-webkit-scrollbar,
  .wrap_fakeselect_search_check ul::-webkit-scrollbar,
  .wrap_fakeselect_check_text ul::-webkit-scrollbar {
    width: 15px;
  }
}
.wrap_fakeselect_search ul::-webkit-scrollbar-track,
.wrap_fakeselect_search_check ul::-webkit-scrollbar-track,
.wrap_fakeselect_check_text ul::-webkit-scrollbar-track {
  background-color: rgba(190, 190, 190, 0.3019607843);
}
.wrap_fakeselect_search ul::-webkit-scrollbar-thumb,
.wrap_fakeselect_search_check ul::-webkit-scrollbar-thumb,
.wrap_fakeselect_check_text ul::-webkit-scrollbar-thumb {
  background-color: #BEBEBE;
}
.wrap_fakeselect_search ul::-webkit-scrollbar-thumb:hover,
.wrap_fakeselect_search_check ul::-webkit-scrollbar-thumb:hover,
.wrap_fakeselect_check_text ul::-webkit-scrollbar-thumb:hover {
  background-color: rgba(190, 190, 190, 0.8);
}
.wrap_fakeselect_search ul::-webkit-scrollbar-button:hover,
.wrap_fakeselect_search_check ul::-webkit-scrollbar-button:hover,
.wrap_fakeselect_check_text ul::-webkit-scrollbar-button:hover {
  background-color: rgba(190, 190, 190, 0.1019607843);
}
.wrap_fakeselect_search ul::-webkit-scrollbar-button:single-button:vertical:decrement,
.wrap_fakeselect_search_check ul::-webkit-scrollbar-button:single-button:vertical:decrement,
.wrap_fakeselect_check_text ul::-webkit-scrollbar-button:single-button:vertical:decrement {
  width: 100%;
  height: 28px;
  background-color: rgba(190, 190, 190, 0.3019607843);
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Vector" d="M11.8218 5.64348C12.0594 5.88109 12.0594 6.23753 11.8218 6.47515L11.4653 6.83155C11.2277 7.06917 10.8713 7.06917 10.6337 6.83155L5.99999 2.07925L1.36634 6.83155C1.12871 7.06917 0.772281 7.06917 0.534657 6.83155L0.178218 6.47514C-0.0594053 6.23753 -0.0594052 5.88109 0.178218 5.64348L5.52475 0.178316C5.76238 -0.0592995 6.11881 -0.0592995 6.35643 0.178316L11.8218 5.64348Z" fill="black"/></svg>');
  background-size: 12px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  /*@media only screen and (max-width: 768px){
  		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="5" viewBox="0 0 7 5" fill="none"><path d="M6.89604 4.21276C7.03465 4.35137 7.03465 4.55929 6.89604 4.6979L6.68812 4.90581C6.5495 5.04442 6.34158 5.04442 6.20297 4.90581L3.49999 2.13363L0.79703 4.90581C0.658416 5.04442 0.450497 5.04442 0.311883 4.90581L0.103961 4.6979C-0.0346531 4.55929 -0.0346531 4.35137 0.103961 4.21276L3.22277 1.02475C3.36139 0.886144 3.5693 0.886144 3.70792 1.02475L6.89604 4.21276Z" fill="black"/></svg>');
  }*/
}
.wrap_fakeselect_search ul::-webkit-scrollbar-button:single-button:vertical:increment,
.wrap_fakeselect_search_check ul::-webkit-scrollbar-button:single-button:vertical:increment,
.wrap_fakeselect_check_text ul::-webkit-scrollbar-button:single-button:vertical:increment {
  width: 100%;
  height: 28px;
  background-color: rgba(190, 190, 190, 0.3019607843);
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Vector" d="M0.178218 1.36629C-0.0594059 1.12867 -0.0594059 0.772235 0.178218 0.53462L0.534657 0.178212C0.772281 -0.0594038 1.12871 -0.0594038 1.36634 0.178212L6.00001 4.93052L10.6337 0.178212C10.8713 -0.0594038 11.2277 -0.0594038 11.4653 0.178212L11.8218 0.53462C12.0594 0.772235 12.0594 1.12867 11.8218 1.36629L6.47525 6.83145C6.23763 7.06906 5.88119 7.06906 5.64357 6.83145L0.178218 1.36629Z" fill="black"/></svg>');
  background-size: 12px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  /*@media only screen and (max-width: 768px){
  		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="5" viewBox="0 0 7 5" fill="none"><path d="M0.10396 0.797002C-0.0346535 0.658393 -0.0346535 0.450471 0.10396 0.311862L0.311883 0.103957C0.450497 -0.0346522 0.658416 -0.0346522 0.797029 0.103957L3.50001 2.87614L6.20297 0.103957C6.34158 -0.0346522 6.5495 -0.0346522 6.68812 0.103957L6.89604 0.311862C7.03465 0.450471 7.03465 0.658393 6.89604 0.797002L3.77723 3.98501C3.63861 4.12362 3.4307 4.12362 3.29208 3.98501L0.10396 0.797002Z" fill="black"/></svg>');
  }*/
}
.wrap_fakeselect_search_check ul.arc li label > span:hover {
  opacity: 0.6;
}
.wrap_fakeselect_search_check ul.arc li label > p {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  line-height: 1.5;
  width: 100%;
  flex: 1;
  padding: 0 15px;
  text-align: center;
}
.wrap_fakeselect_search_check ul.arc li label > p > span {
  display: block;
  padding: 0 10px;
}
.wrap_fakeselect_search_check ul.arc li label > p > span::before {
  display: none;
}
.wrap_fakeselect_search_check ul.arc li label > p a {
  color: #2e4ea2;
  font-family: "poppins-regular";
  font-size: 12px;
  display: inline-block;
}
.wrap_fakeselect_search_check ul.arc li label > p a::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #2e4ea2;
}
.wrap_fakeselect_search_check ul.arc li label > p a:hover, .wrap_fakeselect_search_check ul.arc li label > p a:focus {
  text-decoration: none;
}
.wrap_fakeselect_search_check ul.arc li:hover {
  opacity: 1;
}

div.buscador {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
div.buscador div.contenedorBuscador {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 690px;
  padding: 30px 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  row-gap: 20px;
  box-shadow: 0px 4px 30px 0px rgba(197, 197, 197, 0.3);
}
@media only screen and (max-width: 768px) {
  div.buscador div.contenedorBuscador {
    width: calc(100% - 40px);
  }
}
div.buscador div.contenedorBuscador button.closeBuscador {
  all: unset;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -20px;
}
@media only screen and (max-width: 768px) {
  div.buscador div.contenedorBuscador button.closeBuscador {
    top: -30px;
    right: 0;
  }
}
div.buscador div.contenedorBuscador div.selectores {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: flex-start;
}
div.buscador div.contenedorBuscador div.selectores div.item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 105px;
  background-color: #FFFFFF;
  padding: 0 20px;
  row-gap: 5px;
  border-radius: 10px;
  box-shadow: 0px 4px 30px 0px rgba(197, 197, 197, 0.3);
}
div.buscador div.contenedorBuscador div.selectores div.item label {
  font-family: "poppins-regular", sans-serif;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 16.25px;
  color: #000000;
  margin-bottom: 0;
}
div.buscador div.contenedorBuscador div.selectores div.item div.wrap_fakeselect_search div.option-selected {
  font-family: poppins-regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
div.buscador div.contenedorBuscador div.selectores div.item div.wrap_fakeselect_search div.wrap-list div.search input {
  height: 40px;
}
div.buscador div.contenedorBuscador div.selectores div.item div.wrap_fakeselect_search div.wrap-list div.search:after {
  content: "";
}
div.buscador div.contenedorBuscador div.selectores div.item div.wrap_fakeselect_search div.wrap-list ul.filters-selectx {
  max-height: 246px;
  /* width */
  /* Up */
  /* Dowm */
}
@media only screen and (max-width: 768px) {
  div.buscador div.contenedorBuscador div.selectores div.item div.wrap_fakeselect_search div.wrap-list ul.filters-selectx {
    max-height: 200px;
  }
}
div.buscador div.contenedorBuscador div.selectores div.item div.wrap_fakeselect_search div.wrap-list ul.filters-selectx::-webkit-scrollbar {
  width: 15px;
}
div.buscador div.contenedorBuscador div.selectores div.item div.wrap_fakeselect_search div.wrap-list ul.filters-selectx::-webkit-scrollbar-button:single-button:vertical:decrement {
  height: 18px;
  background-size: 8px;
}
div.buscador div.contenedorBuscador div.selectores div.item div.wrap_fakeselect_search div.wrap-list ul.filters-selectx::-webkit-scrollbar-button:single-button:vertical:increment {
  height: 18px;
  background-size: 8px;
}
div.buscador div.contenedorBuscador div.selectores div.item div.wrap_fakeselect_search div.wrap-list ul.filters-selectx li {
  font-family: poppins-regular, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  text-transform: uppercase;
  color: #000000;
}
div.buscador div.contenedorBuscador button.btnBuscar {
  all: unset;
  font-family: poppins-regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: #FFFFFF;
  cursor: pointer;
  width: 280px;
  height: 50px;
  background-color: #2D4EA2;
  border: 1px solid #2D4EA2;
  color: #FFFFFF;
  text-align: center;
  transition: all linear 0.2s;
}
@media only screen and (max-width: 600px) {
  div.buscador div.contenedorBuscador button.btnBuscar {
    width: 100%;
  }
}
div.buscador div.contenedorBuscador button.btnBuscar:hover {
  color: #2D4EA2;
  background-color: transparent;
  transition: all linear 0.2s;
}

div.ingreso-calificaciones-x-competencia h6, div.ingreso-calificaciones-x-competencia p {
  padding: 0;
  margin: 0;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-calificaciones-x-competencia > div.datos-generales {
    display: none;
  }
}
div.ingreso-calificaciones-x-competencia > div.datos-generales > div.item-datos-general {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(197, 197, 197, 0.3);
  padding: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  max-width: calc(33.3333333333% - 10px);
  width: 100%;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales > div.item-datos-general > h6 {
  font-size: 16px;
  font-weight: 600;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales > div.item-datos-general > p {
  font-size: 14px;
  font-weight: 400;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales > div.item-datos-general > div.item > div.wrap_fakeselect_search > div.wrap-list {
  padding: 0 15px 15px 15px;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales > div.item-datos-general > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx {
  padding: 0;
  gap: 0;
  /* Up */
  /* Down */
}
div.ingreso-calificaciones-x-competencia > div.datos-generales > div.item-datos-general > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  min-height: 40px;
  opacity: 1;
  color: #000000;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales > div.item-datos-general > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx > li:last-child {
  border-bottom: unset;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales > div.item-datos-general > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar {
  width: 5px;
}
@media only screen and (max-width: 768px) {
  div.ingreso-calificaciones-x-competencia > div.datos-generales > div.item-datos-general > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar {
    width: 5px;
  }
}
div.ingreso-calificaciones-x-competencia > div.datos-generales > div.item-datos-general > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar-track {
  background-color: rgba(190, 190, 190, 0.3019607843);
}
div.ingreso-calificaciones-x-competencia > div.datos-generales > div.item-datos-general > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar-thumb {
  background-color: #BEBEBE;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales > div.item-datos-general > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar-thumb:hover {
  background-color: rgba(190, 190, 190, 0.8);
}
div.ingreso-calificaciones-x-competencia > div.datos-generales > div.item-datos-general > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar-button:hover {
  background-color: rgba(190, 190, 190, 0.1019607843);
}
div.ingreso-calificaciones-x-competencia > div.datos-generales > div.item-datos-general > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar-button:single-button:vertical:decrement {
  width: 0;
  height: 0;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales > div.item-datos-general > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar-button:single-button:vertical:increment {
  width: 0;
  height: 0;
}
div.ingreso-calificaciones-x-competencia > div.tabla {
  background-color: #FFFFFF;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3);
  margin: 40px 0 0 0;
  padding: 25px 0 10px 0;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-calificaciones-x-competencia > div.tabla {
    display: none;
  }
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner {
  display: flex;
  flex-direction: row;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column {
  max-width: 335px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.top {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  border-bottom: 2px solid #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.top > div {
  width: 100%;
  max-width: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #A3A3A3;
  text-align: right;
  height: 30px;
  padding: 0 10px 0 0;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.top > div:nth-child(2) {
  height: 55px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.top > div:nth-child(3) {
  background-color: #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot {
  width: 100%;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.cabecera {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 50px;
  color: #A3A3A3;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.cabecera > div {
  display: flex;
  flex-direction: row;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.cabecera > div:nth-child(1) {
  justify-content: center;
  align-items: center;
  width: 50px;
  border-right: 2px solid #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.cabecera > div:nth-child(2) {
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 100px);
  padding: 0 5px;
  border-right: 2px solid #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.cabecera > div:nth-child(3) {
  justify-content: center;
  align-items: center;
  width: 50px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.item-registro {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 80px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.item-registro:nth-child(2n) {
  background-color: #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.item-registro > div {
  display: flex;
  flex-direction: row;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.item-registro > div:nth-child(1) {
  justify-content: center;
  align-items: center;
  width: 50px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.item-registro > div:nth-child(2) {
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 100px);
  padding: 0 5px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.item-registro > div:nth-child(3) {
  justify-content: center;
  align-items: center;
  width: 50px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.item-registro > div:nth-child(3) > div.editar {
  display: flex;
  justify-content: center;
  align-items: center;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.item-registro > div:nth-child(3) > div.editar > button.editar {
  background-color: transparent;
  padding: 0;
  outline: unset !important;
  border: unset !important;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.2169 10.3761C15.3504 10.2427 15.5729 10.3316 15.5729 10.5245V16.2345C15.5729 17.154 14.8313 17.8956 13.9118 17.8956H1.67594C0.741565 17.8956 0 17.154 0 16.2345V3.99868C0 3.06431 0.741565 2.32275 1.67594 2.32275H11.8354C12.0133 2.32275 12.1172 2.54522 11.9837 2.6787L11.2866 3.37577C11.2421 3.42026 11.1976 3.43509 11.1383 3.43509H1.67594C1.36448 3.43509 1.11235 3.68723 1.11235 3.99868V16.2345C1.11235 16.546 1.36448 16.7981 1.67594 16.7981H13.9118C14.2232 16.7981 14.4753 16.546 14.4753 16.2345V11.2067C14.4753 11.1474 14.4902 11.1029 14.5347 11.0584L15.2169 10.3761ZM8.73563 15.2853L5.26511 15.6709C4.79051 15.7154 4.40489 15.3298 4.44939 14.8552L4.835 11.3847L15.6915 0.528161C16.2551 -0.0354286 17.1895 -0.0354286 17.7531 0.528161L19.5773 2.35241C20.1409 2.916 20.1409 3.85037 19.5773 4.41396L8.73563 15.2853ZM14.0304 3.77621L5.90286 11.9038L5.62106 14.5141L8.23137 14.2323L16.3441 6.11956L14.0304 3.77621ZM16.9818 1.31422C16.8484 1.18074 16.6259 1.18074 16.4924 1.31422L14.8016 2.99016L17.1153 5.30384L18.7913 3.6279C18.9247 3.49442 18.9247 3.27195 18.7913 3.13847L16.9818 1.31422Z" fill="%232D4EA2"/></svg>');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-attachment: scroll;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.item-registro > div:nth-child(3) > div.terminar {
  display: none;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.item-registro > div:nth-child(3) > div.terminar > button {
  background-color: transparent;
  padding: 0;
  outline: unset !important;
  border: unset !important;
  width: 15px;
  height: 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.item-registro > div:nth-child(3) > div.terminar > button.guardar {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5231 0.127784L14.8699 0.494516C15.0434 0.67787 15.0434 0.952885 14.8699 1.13624L4.72544 11.8625C4.55203 12.0458 4.29191 12.0458 4.1185 11.8625L0.130058 7.64533C-0.0433526 7.46197 -0.0433526 7.18693 0.130058 7.00357L0.476887 6.63687C0.650297 6.45352 0.91041 6.45352 1.08382 6.63687L4.46532 10.2123L13.9162 0.219467C14.1763 -0.0555645 14.4364 -0.05557 14.5231 0.127784Z" fill="%232D4EA2"/></svg>');
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.left-column > div.bot > div.item-registro > div:nth-child(3) > div.terminar > button.cancelar {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 8C15 12.1753 11.6753 15.5 7.5 15.5C3.32474 15.5 0 12.1753 0 8C0 3.82475 3.32474 0.5 7.5 0.5C11.5979 0.5 15 3.90207 15 8ZM13.9948 8C13.9948 4.36598 11.0567 1.50516 7.5 1.50516C3.86598 1.50516 1.00516 4.4433 1.00516 8C1.00516 11.634 3.9433 14.4948 7.5 14.4948C11.134 14.4948 13.9948 11.5567 13.9948 8ZM8.2732 8L10.3608 10.0876C10.5155 10.2423 10.5155 10.4742 10.3608 10.6289L10.1289 10.8608C9.97422 11.0155 9.74227 11.0155 9.58763 10.8608L7.5 8.7732L5.41237 10.8608C5.25773 11.0155 5.02578 11.0155 4.87114 10.8608L4.63918 10.6289C4.48454 10.4742 4.48454 10.2423 4.63918 10.0876L6.7268 8L4.63918 5.91237C4.48454 5.75773 4.48454 5.52577 4.63918 5.37114L4.87114 5.13917C5.02578 4.98454 5.25773 4.98454 5.41237 5.13917L7.5 7.22681L9.58763 5.13917C9.74227 4.98454 9.97422 4.98454 10.1289 5.13917L10.3608 5.37114C10.5155 5.52577 10.5155 5.75773 10.3608 5.91237L8.2732 8Z" fill="%232D4EA2"/></svg>');
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column {
  overflow-x: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left {
  display: flex;
  flex-direction: column;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras {
  display: flex;
  flex-direction: row;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo {
  color: #A3A3A3;
  /*&:nth-child(n+2){
  	> div.item-abuelo-inner{
  		> div.item-abuelo-inner-bloque-a{
  			> div.item-padre{
  				&:first-child{
  					border-left: 2px solid #F9F9F9;
  				}
  			}
  		}
  	}
  }*/
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.abuelo-cabecera {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background-color: #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner {
  display: flex;
  flex-direction: row;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-a {
  display: flex;
  flex-direction: row;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-a > div.item-padre {
  width: 100%;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-a > div.item-padre:first-child > div.padre-cabecera {
  border-left: 2px solid #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-a > div.item-padre:first-child > div.item-hijo > div.top > div:first-child {
  border-left: 2px solid #FFFFFF;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-a > div.item-padre:first-child > div.item-hijo > div.bot > div:first-child {
  border-left: 2px solid #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-a > div.item-padre:last-child > div.padre-cabecera {
  border-right: 2px solid #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-a > div.item-padre:last-child > div.item-hijo > div.top > div:last-child {
  border-right: 2px solid #FFFFFF;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-a > div.item-padre:last-child > div.item-hijo > div.bot > div:last-child {
  border-right: 2px solid #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-a > div.item-padre > div.padre-cabecera {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  border-left: 1px solid #F9F9F9;
  border-right: 1px solid #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-a > div.item-padre > div.item-hijo {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-a > div.item-padre > div.item-hijo > div.top {
  background-color: #F9F9F9;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 30px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-a > div.item-padre > div.item-hijo > div.top > div {
  width: 100%;
  max-width: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  /*&:first-child{
  	border-right: unset;
  }
  &:last-child{
  	border-left: unset;
  	border-right: unset;
  }*/
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-a > div.item-padre > div.item-hijo > div.bot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 30px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-a > div.item-padre > div.item-hijo > div.bot > div.check {
  min-width: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 30px;
  border-left: 1px solid #F9F9F9;
  border-right: 1px solid #F9F9F9;
  /*&:first-child{
  	border-right: unset;
  }
  &:last-child{
  	border-left: unset;
  	border-right: unset;
  }*/
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-a > div.item-padre > div.item-hijo > div.bot > div.check.on {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.0231 0.617136L15.3699 0.953306C15.5434 1.12138 15.5434 1.37348 15.3699 1.54155L5.22544 11.3739C5.05203 11.542 4.79191 11.542 4.6185 11.3739L0.630058 7.50822C0.456647 7.34014 0.456647 7.08802 0.630058 6.91994L0.976887 6.5838C1.1503 6.41572 1.41041 6.41572 1.58382 6.5838L4.96532 9.86125L14.4162 0.701178C14.6763 0.449066 14.9364 0.449061 15.0231 0.617136Z" fill="%2314BA53"/></svg>');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-b {
  display: flex;
  flex-direction: row;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-b > div.item-padre {
  width: 100%;
  max-width: 105px;
  min-width: 105px;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-align: left;
  border-left: 1px solid #F9F9F9;
  border-right: 1px solid #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-b > div.item-padre:first-child {
  border-left: unset;
  box-shadow: -2px 0 0 0 #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-b > div.item-padre:last-child {
  border-right: unset;
  box-shadow: 2px 0 0 0 #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cabeceras > div.item-abuelo > div.item-abuelo-inner > div.item-abuelo-inner-bloque-b > div.item-padre:nth-child(2) {
  max-width: 115px;
  min-width: 115px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.top {
  height: 50px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo {
  display: flex;
  flex-direction: row;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo:nth-child(2n+1) {
  background-color: #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo > div.item-registro-cuerpo-bloque {
  display: flex;
  flex-direction: row;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo > div.item-registro-cuerpo-bloque > form {
  display: flex;
  flex-direction: row;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo > div.item-registro-cuerpo-bloque > form > div.item-calificacion {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100px;
  min-width: 100px;
  width: 100%;
  height: 80px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo > div.item-registro-cuerpo-bloque > form > div.item-calificacion:first-child > div:first-child {
  border-left: 2px solid #FFFFFF;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo > div.item-registro-cuerpo-bloque > form > div.item-calificacion:last-child > div:last-child {
  border-right: 2px solid #FFFFFF;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo > div.item-registro-cuerpo-bloque > form > div.item-calificacion > div {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo > div.item-registro-cuerpo-bloque > form > div.item-calificacion > div > input {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #000000;
  width: 40px;
  padding: 0;
  border-radius: 5px;
  background-color: #FFFFFF;
  outline: none !important;
  border: none !important;
  pointer-events: none;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo > div.item-registro-cuerpo-bloque > form > div.item-calificacion > div > input.editable {
  pointer-events: all;
  border: 1px solid #2D4EA2 !important;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo > div.item-registro-cuerpo-bloque > form > div.item-calificacion > div > p {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #000000;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo > div.item-registro-cuerpo-bloque > form > div.item-calificacion > div > p.rojo {
  color: #EA3430;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo > div.item-registro-cuerpo-bloque > div {
  display: flex;
  flex-direction: row;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo > div.item-registro-cuerpo-bloque > div > div.item-calificacion-trio {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 80px;
  max-width: 105px;
  min-width: 105px;
  /*&:first-child{
  	border-left: 2px solid #FFFFFF;
  }*/
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo > div.item-registro-cuerpo-bloque > div > div.item-calificacion-trio:nth-last-child(2) {
  max-width: 115px;
  min-width: 115px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo > div.item-registro-cuerpo-bloque > div > div.item-calificacion-trio > p {
  text-align: left;
  padding: 0 10px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-left > div.cuerpos > div.bot > div.item-registro-cuerpo > div.item-registro-cuerpo-bloque > div > div.item-calificacion-trio > p.rojo {
  color: #EA3430;
  padding: 0 20px 0 10px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right {
  box-shadow: inset 0 2px 0 0 #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cabeceras-fijas {
  display: flex;
  flex-direction: row;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cabeceras-fijas > div.cabecera-fija-item {
  text-align: left;
  line-height: 160%;
  font-size: 14px;
  font-weight: 400;
  color: #A3A3A3;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cabeceras-fijas > div.cabecera-fija-item:nth-child(1) {
  max-width: 85px;
  min-width: 85px;
  width: 100%;
  border-right: 2px solid #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cabeceras-fijas > div.cabecera-fija-item:nth-child(2) {
  max-width: 55px;
  min-width: 55px;
  width: 100%;
  border-right: 2px solid #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cabeceras-fijas > div.cabecera-fija-item:nth-child(3) {
  max-width: 55px;
  min-width: 55px;
  width: 100%;
  border-right: 2px solid #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cabeceras-fijas > div.cabecera-fija-item:nth-child(4) {
  max-width: 125px;
  min-width: 125px;
  width: 100%;
  border-right: 2px solid #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cabeceras-fijas > div.cabecera-fija-item:nth-child(5) {
  max-width: 145px;
  min-width: 145px;
  width: 100%;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cabeceras-fijas > div.cabecera-fija-item > div {
  width: 100%;
  background-color: #F9F9F9;
  height: 30px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cabeceras-fijas > div.cabecera-fija-item > p {
  height: 195px;
  padding: 0 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cuerpos-fijos {
  display: flex;
  flex-direction: column;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cuerpos-fijos > div.cuerpo-fijos-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 80px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cuerpos-fijos > div.cuerpo-fijos-item:nth-child(2n+1) {
  background-color: #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cuerpos-fijos > div.cuerpo-fijos-item > div {
  padding: 0 10px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cuerpos-fijos > div.cuerpo-fijos-item > div:nth-child(1) {
  max-width: 85px;
  min-width: 85px;
  width: 100%;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cuerpos-fijos > div.cuerpo-fijos-item > div:nth-child(2) {
  max-width: 55px;
  min-width: 55px;
  width: 100%;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cuerpos-fijos > div.cuerpo-fijos-item > div:nth-child(3) {
  max-width: 55px;
  min-width: 55px;
  width: 100%;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cuerpos-fijos > div.cuerpo-fijos-item > div:nth-child(4) {
  max-width: 125px;
  min-width: 125px;
  width: 100%;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cuerpos-fijos > div.cuerpo-fijos-item > div:nth-child(5) {
  max-width: 150px;
  min-width: 150px;
  width: 100%;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cuerpos-fijos > div.cuerpo-fijos-item > div.status > div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 100%;
  height: 25px;
  color: #FFFFFF;
  font-size: 12px;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cuerpos-fijos > div.cuerpo-fijos-item > div.status > div.bueno {
  background-color: #2D4EA2;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cuerpos-fijos > div.cuerpo-fijos-item > div.status > div.sobresaliente {
  background-color: #14BA53;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cuerpos-fijos > div.cuerpo-fijos-item > div.status > div.insuficiente {
  background-color: #EA3430;
}
div.ingreso-calificaciones-x-competencia > div.tabla > div.tabla-inner > div.right-column > div.sub-column-right > div.cuerpos-fijos > div.cuerpo-fijos-item > div.status > div.suficiente {
  background-color: #FFC600;
}
@media only screen and (min-width: 767.9px) {
  div.ingreso-calificaciones-x-competencia > div.datos-generales-mb {
    display: none;
  }
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-a {
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3);
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-a > div.item-datos-general-mb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  /*&:nth-child(3){
  	> h6{
  		padding: 0 0 0 0;
  	}
  }*/
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-a > div.item-datos-general-mb > h6 {
  line-height: 150%;
  width: 100px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 0 0;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-a > div.item-datos-general-mb > p {
  line-height: 150%;
  width: calc(100% - 100px);
  font-size: 12px;
  padding: 0 0 0 10px;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b {
  margin: 10px 0 0 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3);
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b > div.item-datos-general-mb {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b > div.item-datos-general-mb > h6 {
  font-size: 14px;
  font-weight: 600;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b > div.item-datos-general-mb > div.item > div.wrap_fakeselect_search > div.option-selected {
  font-size: 12px;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b > div.item-datos-general-mb > div.item > div.wrap_fakeselect_search > div.wrap-list {
  padding: 0 15px 15px 15px;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b > div.item-datos-general-mb > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx {
  padding: 0;
  gap: 0;
  /* Up */
  /* Down */
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b > div.item-datos-general-mb > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  min-height: 40px;
  opacity: 1;
  color: #000000;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b > div.item-datos-general-mb > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx > li:last-child {
  border-bottom: unset;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b > div.item-datos-general-mb > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar {
  width: 5px;
}
@media only screen and (max-width: 768px) {
  div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b > div.item-datos-general-mb > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar {
    width: 5px;
  }
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b > div.item-datos-general-mb > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar-track {
  background-color: rgba(190, 190, 190, 0.3019607843);
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b > div.item-datos-general-mb > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar-thumb {
  background-color: #BEBEBE;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b > div.item-datos-general-mb > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar-thumb:hover {
  background-color: rgba(190, 190, 190, 0.8);
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b > div.item-datos-general-mb > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar-button:hover {
  background-color: rgba(190, 190, 190, 0.1019607843);
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b > div.item-datos-general-mb > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar-button:single-button:vertical:decrement {
  width: 0;
  height: 0;
}
div.ingreso-calificaciones-x-competencia > div.datos-generales-mb > div.datos-generales-mb-bloque-b > div.item-datos-general-mb > div.item > div.wrap_fakeselect_search > div.wrap-list > ul.filters-selectx::-webkit-scrollbar-button:single-button:vertical:increment {
  width: 0;
  height: 0;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  margin: 20px 0 0 0;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb * {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
@media only screen and (min-width: 767.9px) {
  div.ingreso-calificaciones-x-competencia > div.tabla-mb {
    display: none;
  }
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner {
  background-color: #FFFFFF;
  border-radius: 10px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.cabecera {
  display: flex;
  flex-direction: row;
  padding: 15px 0 0 0;
  height: 60px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.cabecera > div {
  display: flex;
  align-items: center;
  color: #A3A3A3;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.cabecera > div:first-child {
  justify-content: center;
  min-width: 50px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.cabecera > div:last-child {
  min-width: calc(100% - 50px);
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista {
  display: flex;
  flex-direction: column;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item {
  display: flex;
  flex-direction: column;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item:nth-child(2n+1) {
  background-color: #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-cabecera {
  display: flex;
  flex-direction: row;
  height: 85px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-cabecera > div {
  display: flex;
  align-items: center;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-cabecera > div.numero {
  justify-content: center;
  min-width: 50px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-cabecera > div.nombres {
  min-width: calc(100% - 130px);
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-cabecera > div.editar-mb {
  flex-direction: column;
  justify-content: center;
  min-width: 40px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-cabecera > div.editar-mb > div.editar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-cabecera > div.editar-mb > div.editar > button.editar {
  /*opacity: 0.5;
  pointer-events: none;*/
  background-color: transparent;
  padding: 0;
  outline: unset !important;
  border: unset !important;
  width: 15px;
  height: 15px;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.2169 10.3761C15.3504 10.2427 15.5729 10.3316 15.5729 10.5245V16.2345C15.5729 17.154 14.8313 17.8956 13.9118 17.8956H1.67594C0.741565 17.8956 0 17.154 0 16.2345V3.99868C0 3.06431 0.741565 2.32275 1.67594 2.32275H11.8354C12.0133 2.32275 12.1172 2.54522 11.9837 2.6787L11.2866 3.37577C11.2421 3.42026 11.1976 3.43509 11.1383 3.43509H1.67594C1.36448 3.43509 1.11235 3.68723 1.11235 3.99868V16.2345C1.11235 16.546 1.36448 16.7981 1.67594 16.7981H13.9118C14.2232 16.7981 14.4753 16.546 14.4753 16.2345V11.2067C14.4753 11.1474 14.4902 11.1029 14.5347 11.0584L15.2169 10.3761ZM8.73563 15.2853L5.26511 15.6709C4.79051 15.7154 4.40489 15.3298 4.44939 14.8552L4.835 11.3847L15.6915 0.528161C16.2551 -0.0354286 17.1895 -0.0354286 17.7531 0.528161L19.5773 2.35241C20.1409 2.916 20.1409 3.85037 19.5773 4.41396L8.73563 15.2853ZM14.0304 3.77621L5.90286 11.9038L5.62106 14.5141L8.23137 14.2323L16.3441 6.11956L14.0304 3.77621ZM16.9818 1.31422C16.8484 1.18074 16.6259 1.18074 16.4924 1.31422L14.8016 2.99016L17.1153 5.30384L18.7913 3.6279C18.9247 3.49442 18.9247 3.27195 18.7913 3.13847L16.9818 1.31422Z" fill="%232D4EA2"/></svg>');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-cabecera > div.editar-mb > div.terminar {
  display: none;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-cabecera > div.editar-mb > div.terminar > button {
  background-color: transparent;
  padding: 0;
  outline: unset !important;
  border: unset !important;
  width: 15px;
  height: 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-cabecera > div.editar-mb > div.terminar > button.guardar {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5231 0.127784L14.8699 0.494516C15.0434 0.67787 15.0434 0.952885 14.8699 1.13624L4.72544 11.8625C4.55203 12.0458 4.29191 12.0458 4.1185 11.8625L0.130058 7.64533C-0.0433526 7.46197 -0.0433526 7.18693 0.130058 7.00357L0.476887 6.63687C0.650297 6.45352 0.91041 6.45352 1.08382 6.63687L4.46532 10.2123L13.9162 0.219467C14.1763 -0.0555645 14.4364 -0.05557 14.5231 0.127784Z" fill="%232D4EA2"/></svg>');
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-cabecera > div.editar-mb > div.terminar > button.cancelar {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 8C15 12.1753 11.6753 15.5 7.5 15.5C3.32474 15.5 0 12.1753 0 8C0 3.82475 3.32474 0.5 7.5 0.5C11.5979 0.5 15 3.90207 15 8ZM13.9948 8C13.9948 4.36598 11.0567 1.50516 7.5 1.50516C3.86598 1.50516 1.00516 4.4433 1.00516 8C1.00516 11.634 3.9433 14.4948 7.5 14.4948C11.134 14.4948 13.9948 11.5567 13.9948 8ZM8.2732 8L10.3608 10.0876C10.5155 10.2423 10.5155 10.4742 10.3608 10.6289L10.1289 10.8608C9.97422 11.0155 9.74227 11.0155 9.58763 10.8608L7.5 8.7732L5.41237 10.8608C5.25773 11.0155 5.02578 11.0155 4.87114 10.8608L4.63918 10.6289C4.48454 10.4742 4.48454 10.2423 4.63918 10.0876L6.7268 8L4.63918 5.91237C4.48454 5.75773 4.48454 5.52577 4.63918 5.37114L4.87114 5.13917C5.02578 4.98454 5.25773 4.98454 5.41237 5.13917L7.5 7.22681L9.58763 5.13917C9.74227 4.98454 9.97422 4.98454 10.1289 5.13917L10.3608 5.37114C10.5155 5.52577 10.5155 5.75773 10.3608 5.91237L8.2732 8Z" fill="%232D4EA2"/></svg>');
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-cabecera > div.more-mb {
  justify-content: center;
  min-width: 40px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-cabecera > div.more-mb > button {
  background-color: transparent;
  padding: 0;
  outline: unset !important;
  border: unset !important;
  width: 15px;
  height: 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-cabecera > div.more-mb > button.abrir {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 15.5C3.82474 15.5 0.5 12.1753 0.5 8C0.5 3.82474 3.82474 0.5 8 0.5C12.1753 0.5 15.5 3.82474 15.5 8C15.5 12.1753 12.0979 15.5 8 15.5ZM8 1.50515C4.36598 1.50515 1.50516 4.4433 1.50516 8C1.50516 11.634 4.4433 14.4948 8 14.4948C11.634 14.4948 14.4948 11.5567 14.4948 8C14.4948 4.4433 11.5567 1.50515 8 1.50515ZM11.866 8.23196C11.866 8.46392 11.7113 8.61856 11.4794 8.61856H8.54123V11.5567C8.54123 11.7887 8.3866 11.9433 8.15464 11.9433H7.76804C7.53608 11.9433 7.38144 11.7887 7.38144 11.5567V8.61856H4.44329C4.21133 8.61856 4.0567 8.46392 4.0567 8.23196V7.84536C4.0567 7.6134 4.21133 7.45876 4.44329 7.45876H7.38144V4.52062C7.38144 4.28866 7.53608 4.13402 7.76804 4.13402H8.15464C8.3866 4.13402 8.54123 4.28866 8.54123 4.52062V7.45876H11.4794C11.7113 7.45876 11.866 7.6134 11.866 7.84536V8.23196Z" fill="%232D4EA2"/></svg>');
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-cabecera > div.more-mb > button.cerrar {
  display: none;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 15.5C3.82474 15.5 0.5 12.1753 0.5 8C0.5 3.82474 3.82474 0.5 8 0.5C12.1753 0.5 15.5 3.82474 15.5 8C15.5 12.1753 12.0979 15.5 8 15.5ZM8 1.50515C4.36598 1.50515 1.50516 4.4433 1.50516 8C1.50516 11.634 4.4433 14.4948 8 14.4948C11.634 14.4948 14.4948 11.5567 14.4948 8C14.4948 4.36598 11.5567 1.50515 8 1.50515ZM4.13402 8.23196V7.84536C4.13402 7.6134 4.28866 7.45876 4.52062 7.45876H11.5567C11.7887 7.45876 11.9433 7.6134 11.9433 7.84536V8.23196C11.9433 8.46392 11.7887 8.61856 11.5567 8.61856H4.52062C4.28866 8.54124 4.13402 8.3866 4.13402 8.23196Z" fill="%232D4EA2"/></svg>');
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior {
  display: none;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo {
  display: flex;
  flex-direction: column;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo {
  padding: 10px 10px 0 10px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A3A3A3;
  background-color: #F9F9F9;
  height: 20px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a {
  display: flex;
  flex-direction: column;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre {
  display: flex;
  flex-direction: column;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre:last-child > div.linea {
  display: none;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-padre-cabecera {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-padre-cabecera > h6 {
  padding: 0 10px;
  color: #A3A3A3;
  width: 50%;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-padre-cabecera > p {
  text-align: center;
  padding: 0 10px;
  width: 50%;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque {
  display: flex;
  flex-direction: column;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque > div.lista-item-cuerpo-hijo {
  display: flex;
  flex-direction: column;
  margin: 0 0 10px 0;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque > div.lista-item-cuerpo-hijo:last-child {
  margin: 0 0 0 0;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque > div.lista-item-cuerpo-hijo > div.lista-item-cuerpo-hijo-dato {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque > div.lista-item-cuerpo-hijo > div.lista-item-cuerpo-hijo-dato:nth-child(2n+1) {
  background-color: #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque > div.lista-item-cuerpo-hijo > div.lista-item-cuerpo-hijo-dato > h6 {
  padding: 0 10px;
  color: #A3A3A3;
  width: 50%;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque > div.lista-item-cuerpo-hijo > div.lista-item-cuerpo-hijo-dato > p {
  padding: 0 10px;
  margin: 0 auto;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque > div.lista-item-cuerpo-hijo > div.lista-item-cuerpo-hijo-dato > div {
  text-align: center;
  padding: 0 10px;
  width: 50%;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque > div.lista-item-cuerpo-hijo > div.lista-item-cuerpo-hijo-dato > div.on {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.0231 0.617136L15.3699 0.953306C15.5434 1.12138 15.5434 1.37348 15.3699 1.54155L5.22544 11.3739C5.05203 11.542 4.79191 11.542 4.6185 11.3739L0.630058 7.50822C0.456647 7.34014 0.456647 7.08802 0.630058 6.91994L0.976887 6.5838C1.1503 6.41572 1.41041 6.41572 1.58382 6.5838L4.96532 9.86125L14.4162 0.701178C14.6763 0.449066 14.9364 0.449061 15.0231 0.617136Z" fill="%2314BA53"/></svg>');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
  color: transparent;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque > div.lista-item-cuerpo-hijo > div.lista-item-cuerpo-hijo-dato-half {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque > div.lista-item-cuerpo-hijo > div.lista-item-cuerpo-hijo-dato-half > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque > div.lista-item-cuerpo-hijo > div.lista-item-cuerpo-hijo-dato-half > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 50px;
  background-color: #F9F9F9;
  width: calc(50% - 2.5px);
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque > div.lista-item-cuerpo-hijo > div.lista-item-cuerpo-hijo-dato-half > div > div > input {
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
  color: #000000;
  width: 50px;
  padding: 0;
  border-radius: 5px;
  background-color: #FFFFFF;
  outline: none !important;
  border: none !important;
  pointer-events: none;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque > div.lista-item-cuerpo-hijo > div.lista-item-cuerpo-hijo-dato-half > div > div > input.editable {
  pointer-events: all;
  border: 1px solid #2D4EA2 !important;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque > div.lista-item-cuerpo-hijo > div.lista-item-cuerpo-hijo-dato-half > div > div > p {
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
  color: #000000;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.lista-item-cuerpo-hijo-bloque > div.lista-item-cuerpo-hijo > div.lista-item-cuerpo-hijo-dato-half > div > div > p.rojo {
  color: #EA3430;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-a > div.lista-item-cuerpo-padre > div.linea {
  margin: 20px 0;
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-b {
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: column;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-b > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-b > div:nth-child(2n+1) {
  background-color: #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-b > div > h6 {
  color: #A3A3A3;
  padding: 0 10px;
  width: 50%;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-cuerpo > div.lista-item-cuerpo-abuelo > div.lista-item-cuerpo-abuelo-cabecera-bloque-b > div > p {
  padding: 0 10px;
  width: 50%;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-pierna {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  padding: 0 10px 10px 10px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-pierna > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-pierna > div:nth-child(2n) {
  background-color: #F9F9F9;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-pierna > div > h6 {
  padding: 0 10px;
  width: 50%;
  color: #A3A3A3;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-pierna > div > p {
  padding: 0 10px;
  width: 50%;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-pierna > div > div.status {
  width: 50%;
  padding: 0 5px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-pierna > div > div.status > div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 100%;
  height: 25px;
  color: #FFFFFF;
  font-size: 12px;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-pierna > div > div.status > div.bueno {
  background-color: #2D4EA2;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-pierna > div > div.status > div.sobresaliente {
  background-color: #14BA53;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-pierna > div > div.status > div.insuficiente {
  background-color: #EA3430;
}
div.ingreso-calificaciones-x-competencia > div.tabla-mb > div.tabla-mb-inner > div.lista > div.lista-item > div.lista-item-inferior > div.lista-item-pierna > div > div.status > div.suficiente {
  background-color: #FFC600;
}
div.ingreso-calificaciones-x-competencia > div.overlay {
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9019607843);
  display: none;
}
div.ingreso-calificaciones-x-competencia > div.overlay > div.modal-confirmacion {
  margin: 100px auto 0 auto;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3);
  border-radius: 20px;
  background-color: #FFFFFF;
  position: relative;
  width: 500px;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-calificaciones-x-competencia > div.overlay > div.modal-confirmacion {
    width: 300px;
    height: 210px;
  }
}
div.ingreso-calificaciones-x-competencia > div.overlay > div.modal-confirmacion > button {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: transparent;
  padding: 0;
  outline: unset !important;
  border: unset !important;
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-attachment: scroll;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 8C15 12.1753 11.6753 15.5 7.5 15.5C3.32474 15.5 0 12.1753 0 8C0 3.82475 3.32474 0.5 7.5 0.5C11.5979 0.5 15 3.90207 15 8ZM13.9948 8C13.9948 4.36598 11.0567 1.50516 7.5 1.50516C3.86598 1.50516 1.00516 4.4433 1.00516 8C1.00516 11.634 3.9433 14.4948 7.5 14.4948C11.134 14.4948 13.9948 11.5567 13.9948 8ZM8.2732 8L10.3608 10.0876C10.5155 10.2423 10.5155 10.4742 10.3608 10.6289L10.1289 10.8608C9.97422 11.0155 9.74227 11.0155 9.58763 10.8608L7.5 8.7732L5.41237 10.8608C5.25773 11.0155 5.02578 11.0155 4.87114 10.8608L4.63918 10.6289C4.48454 10.4742 4.48454 10.2423 4.63918 10.0876L6.7268 8L4.63918 5.91237C4.48454 5.75773 4.48454 5.52577 4.63918 5.37114L4.87114 5.13917C5.02578 4.98454 5.25773 4.98454 5.41237 5.13917L7.5 7.22681L9.58763 5.13917C9.74227 4.98454 9.97422 4.98454 10.1289 5.13917L10.3608 5.37114C10.5155 5.52577 10.5155 5.75773 10.3608 5.91237L8.2732 8Z" fill="%232D4EA2"/></svg>');
}
@media only screen and (max-width: 767px) {
  div.ingreso-calificaciones-x-competencia > div.overlay > div.modal-confirmacion > button {
    top: -15px;
    right: -15px;
    width: 15px;
    background-size: 15px;
  }
}
div.ingreso-calificaciones-x-competencia > div.overlay > div.modal-confirmacion > h6 {
  width: 280px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  div.ingreso-calificaciones-x-competencia > div.overlay > div.modal-confirmacion > h6 {
    width: 260px;
  }
}
div.ingreso-calificaciones-x-competencia > div.overlay > div.modal-confirmacion > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  background-color: #2D4EA2;
  border: 1px solid #2D4EA2;
  transition: all 0.2s linear;
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  div.ingreso-calificaciones-x-competencia > div.overlay > div.modal-confirmacion > a {
    width: 260px;
  }
}
div.ingreso-calificaciones-x-competencia > div.overlay > div.modal-confirmacion > a:hover {
  color: #2D4EA2;
  background-color: transparent;
  transition: all 0.2s linear;
}

div.ingreso-cronogramas h6, div.ingreso-cronogramas p {
  padding: 0;
  margin: 0;
}
div.ingreso-cronogramas > div.breadcrumbs {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
  align-items: center;
}
div.ingreso-cronogramas > div.breadcrumbs > div.vineta {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36639 12.0643C1.12875 12.2914 0.772309 12.2914 0.534676 12.0643L0.178224 11.7237C-0.0594081 11.4966 -0.0594081 11.1559 0.178224 10.9288L4.93087 6.50014L0.178224 2.07151C-0.0594081 1.8444 -0.0594081 1.50374 0.178224 1.27663L0.534676 0.935957C0.772309 0.708848 1.12875 0.708848 1.36639 0.935957L6.83193 6.04593C7.06956 6.27304 7.06956 6.61371 6.83193 6.84082L1.36639 12.0643Z' fill='%23A3A3A3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
div.ingreso-cronogramas > div.lista-desk {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.lista-desk {
    display: none;
  }
}
div.ingreso-cronogramas > div.lista-desk > div.item {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3019607843);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
div.ingreso-cronogramas > div.lista-desk > div.item > div.item-titulo {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
  padding: 35px 30px;
}
div.ingreso-cronogramas > div.lista-desk > div.item > div.item-titulo > div.vineta {
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36639 12.0643C1.12875 12.2914 0.772309 12.2914 0.534676 12.0643L0.178224 11.7237C-0.0594081 11.4966 -0.0594081 11.1559 0.178224 10.9288L4.93087 6.50014L0.178224 2.07151C-0.0594081 1.8444 -0.0594081 1.50374 0.178224 1.27663L0.534676 0.935957C0.772309 0.708848 1.12875 0.708848 1.36639 0.935957L6.83193 6.04593C7.06956 6.27304 7.06956 6.61371 6.83193 6.84082L1.36639 12.0643Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
div.ingreso-cronogramas > div.lista-desk > div.item > div.item-titulo > h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #000000;
}
div.ingreso-cronogramas > div.lista-desk > div.item > div.item-lista > div.item-lista-cabecera {
  display: grid;
  grid-template-columns: 130px calc(100% - 485px) 100px 130px 125px;
}
div.ingreso-cronogramas > div.lista-desk > div.item > div.item-lista > div.item-lista-cabecera > h6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 70px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #A3A3A3;
}
div.ingreso-cronogramas > div.lista-desk > div.item > div.item-lista > div.item-lista-cuerpo {
  display: flex;
  flex-direction: column;
}
div.ingreso-cronogramas > div.lista-desk > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro {
  display: grid;
  grid-template-columns: 130px calc(100% - 485px) 100px 130px 125px;
  background-color: #FFFFFF;
}
div.ingreso-cronogramas > div.lista-desk > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro:nth-child(2n+1) {
  background-color: #F9F9F9;
}
div.ingreso-cronogramas > div.lista-desk > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > h6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 70px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}
div.ingreso-cronogramas > div.lista-desk > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 70px;
  padding: 0 20px;
}
div.ingreso-cronogramas > div.lista-desk > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div > button {
  border: none;
  padding: 0;
  outline: none !important;
  background-color: transparent;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #2D4EA2;
}
div.ingreso-cronogramas > div.lista-desk > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.estados > div {
  width: 105px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  color: #FFFFFF;
  border-radius: 20px;
}
div.ingreso-cronogramas > div.lista-desk > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.estados > div.verde {
  background-color: #14BA53;
}
div.ingreso-cronogramas > div.lista-desk > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.estados > div.amarillo {
  background-color: #FFC600;
}
div.ingreso-cronogramas > div.lista-desk > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.estados > div.azul {
  background-color: #2D4EA2;
}
div.ingreso-cronogramas > div.lista-mov {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media only screen and (min-width: 1024.9px) {
  div.ingreso-cronogramas > div.lista-mov {
    display: none;
  }
}
div.ingreso-cronogramas > div.lista-mov > div.item {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3019607843);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-titulo {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
  padding: 35px 20px;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-titulo > div.vineta {
  align-self: flex-start;
  margin-top: 3px;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36639 12.0643C1.12875 12.2914 0.772309 12.2914 0.534676 12.0643L0.178224 11.7237C-0.0594081 11.4966 -0.0594081 11.1559 0.178224 10.9288L4.93087 6.50014L0.178224 2.07151C-0.0594081 1.8444 -0.0594081 1.50374 0.178224 1.27663L0.534676 0.935957C0.772309 0.708848 1.12875 0.708848 1.36639 0.935957L6.83193 6.04593C7.06956 6.27304 7.06956 6.61371 6.83193 6.84082L1.36639 12.0643Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-titulo > h6 {
  width: calc(100% - 8px);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: #000000;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cabecera {
  display: grid;
  grid-template-columns: 30% calc(70% - 40px) 40px;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cabecera > h6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 45px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #A3A3A3;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo {
  display: flex;
  flex-direction: column;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro:nth-child(2n+1) {
  background-color: #F9F9F9;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro:nth-child(2n) > div.item-lista-registro-cuerpo {
  padding: 0 10px 10px 10px;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro:nth-child(2n) > div.item-lista-registro-cuerpo > div.inner > div.top {
  border-top: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro:nth-child(2n) > div.item-lista-registro-cuerpo > div.inner > div.bot {
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cabecera {
  display: grid;
  grid-template-columns: 30% calc(70% - 40px) 40px;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cabecera > h6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 85px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cabecera > div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 85px;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cabecera > div > button {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  padding: 0;
  outline: none !important;
  background-color: transparent;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cabecera > div > button.plus {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20.4993C4.43299 20.4993 0 16.0665 0 10.4997C0 4.93284 4.43299 0.5 10 0.5C15.567 0.5 20 4.93284 20 10.4997C20 16.0665 15.4639 20.4993 10 20.4993ZM10 1.84016C5.15464 1.84016 1.34021 5.75755 1.34021 10.4997C1.34021 15.3448 5.25773 19.1591 10 19.1591C14.8454 19.1591 18.6598 15.2418 18.6598 10.4997C18.6598 5.75755 14.7423 1.84016 10 1.84016ZM15.1546 10.8089C15.1546 11.1182 14.9485 11.3244 14.6392 11.3244H10.7216V15.2418C10.7216 15.551 10.5155 15.7572 10.2062 15.7572H9.69072C9.38144 15.7572 9.17525 15.551 9.17525 15.2418V11.3244H5.25772C4.94845 11.3244 4.74226 11.1182 4.74226 10.8089V10.2935C4.74226 9.98421 4.94845 9.77803 5.25772 9.77803H9.17525V5.86064C9.17525 5.55137 9.38144 5.34519 9.69072 5.34519H10.2062C10.5155 5.34519 10.7216 5.55137 10.7216 5.86064V9.77803H14.6392C14.9485 9.77803 15.1546 9.98421 15.1546 10.2935V10.8089Z' fill='%232D4EA2'/%3E%3C/svg%3E");
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cabecera > div > button.minus {
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19.5C4.43299 19.5 0 15.2887 0 10C0 4.71134 4.43299 0.5 10 0.5C15.567 0.5 20 4.71134 20 10C20 15.2887 15.4639 19.5 10 19.5ZM10 1.77319C5.15464 1.77319 1.34021 5.49485 1.34021 10C1.34021 14.6031 5.25773 18.2268 10 18.2268C14.8454 18.2268 18.6598 14.5052 18.6598 10C18.6598 5.39691 14.7423 1.77319 10 1.77319ZM4.84536 10.2938V9.80412C4.84536 9.51031 5.05154 9.31443 5.36082 9.31443H14.7423C15.0516 9.31443 15.2577 9.51031 15.2577 9.80412V10.2938C15.2577 10.5876 15.0516 10.7835 14.7423 10.7835H5.36082C5.05154 10.6856 4.84536 10.4897 4.84536 10.2938Z' fill='%232D4EA2'/%3E%3C/svg%3E");
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cuerpo {
  display: none;
  padding: 0 10px 20px 10px;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cuerpo > div.inner {
  background-color: #FFFFFF;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cuerpo > div.inner > div.top {
  display: grid;
  grid-template-columns: 30% 70%;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cuerpo > div.inner > div.top > h6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 60px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cuerpo > div.inner > div.top > h6:first-child {
  color: #A3A3A3;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cuerpo > div.inner > div.mid {
  display: grid;
  grid-template-columns: 30% 70%;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cuerpo > div.inner > div.mid > h6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 60px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cuerpo > div.inner > div.mid > h6:first-child {
  color: #A3A3A3;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cuerpo > div.inner > div.mid > div.estados {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cuerpo > div.inner > div.mid > div.estados > div {
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  color: #FFFFFF;
  border-radius: 20px;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cuerpo > div.inner > div.mid > div.estados > div.verde {
  background-color: #14BA53;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cuerpo > div.inner > div.mid > div.estados > div.amarillo {
  background-color: #FFC600;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cuerpo > div.inner > div.mid > div.estados > div.azul {
  background-color: #2D4EA2;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cuerpo > div.inner > div.bot {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 35px;
}
div.ingreso-cronogramas > div.lista-mov > div.item > div.item-lista > div.item-lista-cuerpo > div.item-lista-registro > div.item-lista-registro-cuerpo > div.inner > div.bot > button {
  margin: 0 10px;
  border: none;
  padding: 0;
  outline: none !important;
  background-color: transparent;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #2D4EA2;
}
div.ingreso-cronogramas > div.datos-desk > div.datos {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3019607843);
}
div.ingreso-cronogramas > div.datos-desk > div.datos > div.cabecera {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 15px;
  padding: 35px 25px 0 25px;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.datos > div.cabecera {
    padding: 35px 20px 0 20px;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.datos > div.cabecera > div.vineta {
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36639 12.0643C1.12875 12.2914 0.772309 12.2914 0.534676 12.0643L0.178224 11.7237C-0.0594081 11.4966 -0.0594081 11.1559 0.178224 10.9288L4.93087 6.50014L0.178224 2.07151C-0.0594081 1.8444 -0.0594081 1.50374 0.178224 1.27663L0.534676 0.935957C0.772309 0.708848 1.12875 0.708848 1.36639 0.935957L6.83193 6.04593C7.06956 6.27304 7.06956 6.61371 6.83193 6.84082L1.36639 12.0643Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.datos > div.cabecera > div.vineta {
    height: 12px;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.datos > div.cabecera > h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.datos > div.cabecera > h6 {
    font-size: 14px;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo {
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 0 45px 30px 50px;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo {
    padding: 0 20px 30px 20px;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila {
  display: flex;
  column-gap: 10px;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 20px;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila.unica > div.columna {
  width: calc(66.6666666667% - 10px);
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila.unica > div.columna {
    width: 100%;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila.doble > div.columna:first-child {
  width: 66.6666666667%;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila.doble > div.columna:first-child {
    width: 100%;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila.doble > div.columna:last-child {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila.doble > div.columna:last-child {
    width: 100%;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila.triple > div.columna:nth-child(1) {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila.triple > div.columna:nth-child(1) {
    width: 100%;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila.triple > div.columna:nth-child(2) {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila.triple > div.columna:nth-child(2) {
    width: 100%;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila.triple > div.columna:nth-child(3) {
  width: 66.6666666667%;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila.triple > div.columna:nth-child(3) {
    width: 100%;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila.completa > div.columna {
  width: 100%;
}
div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila > div.columna {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila > div.columna {
    width: 100%;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila > div.columna > div.label {
  font-size: 12.5px;
  font-weight: 400;
  line-height: 130%;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila > div.columna > div.label {
    font-size: 11px;
    line-height: 150%;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila > div.columna > div.dato {
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
  min-height: 35px;
  border-bottom: 1px solid #2D4EA2;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.datos > div.cuerpo > div.fila > div.columna > div.dato {
    font-size: 12px;
    line-height: 140%;
    padding: 5px;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3019607843);
  margin: 30px 0 0 0;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cabecera {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 15px;
  padding: 35px 25px 0 25px;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cabecera {
    padding: 30px 20px 0 20px;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cabecera > div.vineta {
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36639 12.0643C1.12875 12.2914 0.772309 12.2914 0.534676 12.0643L0.178224 11.7237C-0.0594081 11.4966 -0.0594081 11.1559 0.178224 10.9288L4.93087 6.50014L0.178224 2.07151C-0.0594081 1.8444 -0.0594081 1.50374 0.178224 1.27663L0.534676 0.935957C0.772309 0.708848 1.12875 0.708848 1.36639 0.935957L6.83193 6.04593C7.06956 6.27304 7.06956 6.61371 6.83193 6.84082L1.36639 12.0643Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cabecera > div.vineta {
    height: 15px;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cabecera > h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cabecera > h6 {
    height: 15px;
    font-size: 14px;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cabecera > button {
  margin-left: auto;
  border: none;
  border-radius: 2px;
  padding: 0;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  background-color: #2D4EA2;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  border: 1px solid #2D4EA2;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cabecera > button {
    width: 110px;
    height: 30px;
    font-size: 11px;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cabecera > button:hover {
  color: #2D4EA2;
  background-color: transparent;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo {
    display: none;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.cuerpo-cabecera {
  display: grid;
  grid-template-columns: 70px calc(50% - 290px) calc(50% - 290px) 120px 150px 120px 120px;
  padding: 0 15px 0 15px;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.cuerpo-cabecera > h6 {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #A3A3A3;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item {
  display: grid;
  grid-template-columns: 70px calc(50% - 290px) calc(50% - 290px) 120px 150px 120px 120px;
  padding: 0 15px 0 15px;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item:nth-child(2n+1) {
  background-color: #F9F9F9;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  min-height: 80px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > p.bloq {
  color: #A3A3A3;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div {
  padding: 0 10px;
  min-height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  height: 100%;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.actividadSesion {
  padding: 5px 10px;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.actividadSesion > input {
  text-align: left;
  background-color: transparent;
  min-height: 20px;
  width: 45px;
  outline: none !important;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
  pointer-events: none;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.actividadSesion > input.editable {
  pointer-events: all;
  border: 1px solid #2D4EA2;
  line-height: 150%;
  color: #000000;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.actividadProgramada {
  padding: 5px 10px;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.actividadProgramada > textarea {
  overflow: hidden;
  resize: none;
  background-color: transparent;
  min-height: 60px;
  height: 100%;
  width: 100%;
  outline: none !important;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
  pointer-events: none;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.actividadProgramada > textarea.editable {
  pointer-events: all;
  border: 1px solid #2D4EA2;
  line-height: 150%;
  color: #000000;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.actividadRealizada {
  padding: 5px 10px;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.actividadRealizada > textarea {
  overflow: hidden;
  resize: none;
  background-color: transparent;
  min-height: 60px;
  width: 100%;
  outline: none !important;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
  pointer-events: none;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.actividadRealizada > textarea.editable {
  pointer-events: all;
  border: 1px solid #2D4EA2;
  line-height: 150%;
  color: #000000;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.estados > div {
  width: 105px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  color: #FFFFFF;
  border-radius: 20px;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.estados > div.verde {
  background-color: #14BA53;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.estados > div.amarillo {
  background-color: #FFC600;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.editar > button {
  padding: 0;
  border: none;
  outline: none !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #2D4EA2;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.editar > button:hover {
  opacity: 0.8;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.editar > button > div {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4127 8.00521C11.5128 7.90767 11.6796 7.9727 11.6796 8.11359V12.2862C11.6796 12.9581 11.1235 13.5 10.4338 13.5H1.25695C0.556174 13.5 0 12.9581 0 12.2862V3.34494C0 2.66215 0.556174 2.12026 1.25695 2.12026H8.87653C9.01001 2.12026 9.08788 2.28283 8.98776 2.38037L8.46496 2.88975C8.43159 2.92226 8.39822 2.9331 8.35373 2.9331H1.25695C1.02336 2.9331 0.83426 3.11734 0.83426 3.34494V12.2862C0.83426 12.5138 1.02336 12.698 1.25695 12.698H10.4338C10.6674 12.698 10.8565 12.5138 10.8565 12.2862V8.61213C10.8565 8.56878 10.8676 8.53627 10.901 8.50375L11.4127 8.00521ZM6.55172 11.5925L3.94883 11.8743C3.59288 11.9068 3.30367 11.6251 3.33704 11.2782L3.62625 8.74218L11.7686 0.808879C12.1913 0.39704 12.8921 0.39704 13.3148 0.808879L14.683 2.14193C15.1057 2.55377 15.1057 3.23656 14.683 3.6484L6.55172 11.5925ZM10.5228 3.18237L4.42714 9.12151L4.21579 11.029L6.17353 10.8231L12.2581 4.89475L10.5228 3.18237ZM12.7364 1.38328C12.6363 1.28574 12.4694 1.28574 12.3693 1.38328L11.1012 2.60796L12.8365 4.29867L14.0934 3.07399C14.1935 2.97645 14.1935 2.81388 14.0934 2.71634L12.7364 1.38328Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  width: 15px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.guardar {
  display: none;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.guardar > button {
  padding: 0;
  border: none;
  outline: none !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #2D4EA2;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.guardar > button:hover {
  opacity: 0.8;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.guardar > button > div {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 4.92857V13.9286C15 14.7857 14.2857 15.5 13.4286 15.5H1.57143C0.714286 15.5 0 14.7857 0 13.9286V2.07143C0 1.21429 0.714286 0.5 1.57143 0.5H10.5714C11 0.5 11.4286 0.642857 11.7143 0.928571L14.5714 3.78571C14.8571 4.07143 15 4.5 15 4.92857ZM14 4.92857C14 4.78571 14 4.64286 13.8571 4.5L11 1.64286C11 1.64286 10.8571 1.5 10.7143 1.5V4.92857C10.7143 5.35714 10.2857 5.78571 9.85714 5.78571H3C2.57143 5.78571 2.14286 5.35714 2.14286 4.92857V1.64286H1.57143C1.28571 1.64286 1 1.92857 1 2.21429V14.0714C1 14.3571 1.28571 14.6429 1.57143 14.6429H13.4286C13.7143 14.6429 14 14.3571 14 14.0714V4.92857ZM3.28571 1.64286V4.78571H9.71429V1.64286H3.28571ZM10.4286 10.2143C10.4286 11.7857 9.14286 13.2143 7.42857 13.2143C5.71429 13.2143 4.57143 11.7857 4.57143 10.2143C4.57143 8.64286 5.85714 7.21429 7.57143 7.21429C9.28572 7.21429 10.4286 8.5 10.4286 10.2143ZM9.42857 10.2143C9.42857 9.07143 8.57143 8.21429 7.57143 8.21429C6.57143 8.21429 5.57143 9.07143 5.57143 10.2143C5.57143 11.3571 6.42857 12.0714 7.42857 12.0714C8.42857 12.0714 9.42857 11.2143 9.42857 10.2143Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  width: 15px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.eliminar > button {
  padding: 0;
  border: none;
  outline: none !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #2D4EA2;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.eliminar > button:hover {
  opacity: 0.8;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo > div.lista > form > div.lista-item > div.eliminar > button > div {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.95025V2.36816C12 2.50746 11.9322 2.57711 11.7966 2.57711H11.322L10.4407 12.8159C10.3729 13.5124 9.83051 14 9.15254 14H2.91525C2.23729 14 1.69492 13.4428 1.62712 12.8159L0.745763 2.64677H0.20339C0.0677966 2.64677 0 2.50746 0 2.43781V1.95025C0 1.81095 0.0677966 1.74129 0.20339 1.74129H2.98305L3.86441 0.487562C4.13559 0.208955 4.54237 0 4.94915 0H7.11864C7.45763 0 7.9322 0.208955 8.13559 0.557214L9.01695 1.81095H11.7966C11.8644 1.74129 12 1.8806 12 1.95025ZM10.3729 2.64677H1.55932L2.44068 12.8159C2.44068 13.0249 2.64407 13.2338 2.84746 13.2338H9.08475C9.28813 13.2338 9.49153 13.0249 9.49153 12.8159L10.3729 2.64677ZM4.0678 1.74129H7.9322L7.38983 1.04478C7.32203 0.975124 7.18644 0.835821 7.05085 0.835821H4.94915C4.81356 0.835821 4.67797 0.905473 4.61017 1.04478L4.0678 1.74129Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  width: 12px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024.9px) {
  div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov {
    display: none;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.cuerpo-cabecera {
  display: grid;
  grid-template-columns: 20% calc(80% - 40px) 40px;
  padding: 20px 0 0 0;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.cuerpo-cabecera > h6 {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 45px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #A3A3A3;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.cuerpo-cabecera > h6:first-child {
  padding-left: 20px;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item:nth-child(2n+1) {
  background-color: #F9F9F9;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item:nth-child(2n) > div.lista-item-cuerpo {
  background-color: #FFFFFF;
  padding: 0 10px 10px 10px;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item:nth-child(2n) > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.fila {
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item:nth-child(2n) > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.fila:first-child {
  border-top: 1px solid #DBDBDB;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item:nth-child(2n) > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.botones {
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cabecera {
  display: grid;
  grid-template-columns: 20% calc(80% - 40px) 40px;
  align-items: center;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cabecera > div.actividadSesionMov {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 85px;
  padding: 0 20px;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cabecera > div.actividadSesionMov > input {
  width: 100%;
  height: 48px;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  background-color: transparent;
  outline: none !important;
  padding: 5px;
  border-radius: 0;
  border: 1px solid transparent;
  pointer-events: none;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cabecera > div.actividadSesionMov > input.editable {
  pointer-events: all;
  border: 1px solid #2D4EA2;
  line-height: 150%;
  color: #000000;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cabecera > div.actividadRealizadaMov {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 85px;
  padding: 0 20px;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cabecera > div.actividadRealizadaMov > textarea {
  overflow: hidden;
  min-height: 50px;
  resize: none;
  width: 100%;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  background-color: transparent;
  outline: none !important;
  padding: 5px;
  border-radius: 0;
  border: 1px solid transparent;
  pointer-events: none;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cabecera > div.actividadRealizadaMov > textarea.editable {
  pointer-events: all;
  border: 1px solid #2D4EA2;
  line-height: 150%;
  color: #000000;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cabecera > h6 {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cabecera > div.botones {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 85px;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cabecera > div.botones > button {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  padding: 0;
  outline: none !important;
  background-color: transparent;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cabecera > div.botones > button.plus {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20.4993C4.43299 20.4993 0 16.0665 0 10.4997C0 4.93284 4.43299 0.5 10 0.5C15.567 0.5 20 4.93284 20 10.4997C20 16.0665 15.4639 20.4993 10 20.4993ZM10 1.84016C5.15464 1.84016 1.34021 5.75755 1.34021 10.4997C1.34021 15.3448 5.25773 19.1591 10 19.1591C14.8454 19.1591 18.6598 15.2418 18.6598 10.4997C18.6598 5.75755 14.7423 1.84016 10 1.84016ZM15.1546 10.8089C15.1546 11.1182 14.9485 11.3244 14.6392 11.3244H10.7216V15.2418C10.7216 15.551 10.5155 15.7572 10.2062 15.7572H9.69072C9.38144 15.7572 9.17525 15.551 9.17525 15.2418V11.3244H5.25772C4.94845 11.3244 4.74226 11.1182 4.74226 10.8089V10.2935C4.74226 9.98421 4.94845 9.77803 5.25772 9.77803H9.17525V5.86064C9.17525 5.55137 9.38144 5.34519 9.69072 5.34519H10.2062C10.5155 5.34519 10.7216 5.55137 10.7216 5.86064V9.77803H14.6392C14.9485 9.77803 15.1546 9.98421 15.1546 10.2935V10.8089Z' fill='%232D4EA2'/%3E%3C/svg%3E");
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cabecera > div.botones > button.minus {
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19.5C4.43299 19.5 0 15.2887 0 10C0 4.71134 4.43299 0.5 10 0.5C15.567 0.5 20 4.71134 20 10C20 15.2887 15.4639 19.5 10 19.5ZM10 1.77319C5.15464 1.77319 1.34021 5.49485 1.34021 10C1.34021 14.6031 5.25773 18.2268 10 18.2268C14.8454 18.2268 18.6598 14.5052 18.6598 10C18.6598 5.39691 14.7423 1.77319 10 1.77319ZM4.84536 10.2938V9.80412C4.84536 9.51031 5.05154 9.31443 5.36082 9.31443H14.7423C15.0516 9.31443 15.2577 9.51031 15.2577 9.80412V10.2938C15.2577 10.5876 15.0516 10.7835 14.7423 10.7835H5.36082C5.05154 10.6856 4.84536 10.4897 4.84536 10.2938Z' fill='%232D4EA2'/%3E%3C/svg%3E");
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo {
  display: none;
  background-color: #F9F9F9;
  padding: 0 10px 20px 10px;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.fila {
  display: grid;
  grid-template-columns: 25% 75%;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.fila > div.campo {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.fila > div.campo > textarea {
  overflow: hidden;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  resize: none;
  background-color: transparent;
  min-height: 50px;
  width: 100%;
  outline: none !important;
  padding: 5px;
  border-radius: 0;
  border: 1px solid transparent;
  pointer-events: none;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.fila > div.campo > textarea.editable {
  pointer-events: all;
  border: 1px solid #2D4EA2;
  line-height: 150%;
  color: #000000;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.fila > h6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  padding: 5px 10px;
  min-height: 60px;
  color: #A3A3A3;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.fila > p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  padding: 5px 10px;
  min-height: 60px;
  color: #000000;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.fila > div.estados {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.fila > div.estados > div {
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  color: #FFFFFF;
  border-radius: 20px;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.fila > div.estados > div.verde {
  background-color: #14BA53;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.fila > div.estados > div.amarillo {
  background-color: #FFC600;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.botones {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 0 0 20px 0;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.botones > div {
  padding: 0 10px;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.botones > div.editar > button {
  padding: 0;
  border: none;
  outline: none !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
  color: #2D4EA2;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.botones > div.editar > button > div {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4127 8.00521C11.5128 7.90767 11.6796 7.9727 11.6796 8.11359V12.2862C11.6796 12.9581 11.1235 13.5 10.4338 13.5H1.25695C0.556174 13.5 0 12.9581 0 12.2862V3.34494C0 2.66215 0.556174 2.12026 1.25695 2.12026H8.87653C9.01001 2.12026 9.08788 2.28283 8.98776 2.38037L8.46496 2.88975C8.43159 2.92226 8.39822 2.9331 8.35373 2.9331H1.25695C1.02336 2.9331 0.83426 3.11734 0.83426 3.34494V12.2862C0.83426 12.5138 1.02336 12.698 1.25695 12.698H10.4338C10.6674 12.698 10.8565 12.5138 10.8565 12.2862V8.61213C10.8565 8.56878 10.8676 8.53627 10.901 8.50375L11.4127 8.00521ZM6.55172 11.5925L3.94883 11.8743C3.59288 11.9068 3.30367 11.6251 3.33704 11.2782L3.62625 8.74218L11.7686 0.808879C12.1913 0.39704 12.8921 0.39704 13.3148 0.808879L14.683 2.14193C15.1057 2.55377 15.1057 3.23656 14.683 3.6484L6.55172 11.5925ZM10.5228 3.18237L4.42714 9.12151L4.21579 11.029L6.17353 10.8231L12.2581 4.89475L10.5228 3.18237ZM12.7364 1.38328C12.6363 1.28574 12.4694 1.28574 12.3693 1.38328L11.1012 2.60796L12.8365 4.29867L14.0934 3.07399C14.1935 2.97645 14.1935 2.81388 14.0934 2.71634L12.7364 1.38328Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  width: 15px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.botones > div.guardar {
  display: none;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.botones > div.guardar > button {
  padding: 0;
  border: none;
  outline: none !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
  color: #2D4EA2;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.botones > div.guardar > button > div {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 4.92857V13.9286C15 14.7857 14.2857 15.5 13.4286 15.5H1.57143C0.714286 15.5 0 14.7857 0 13.9286V2.07143C0 1.21429 0.714286 0.5 1.57143 0.5H10.5714C11 0.5 11.4286 0.642857 11.7143 0.928571L14.5714 3.78571C14.8571 4.07143 15 4.5 15 4.92857ZM14 4.92857C14 4.78571 14 4.64286 13.8571 4.5L11 1.64286C11 1.64286 10.8571 1.5 10.7143 1.5V4.92857C10.7143 5.35714 10.2857 5.78571 9.85714 5.78571H3C2.57143 5.78571 2.14286 5.35714 2.14286 4.92857V1.64286H1.57143C1.28571 1.64286 1 1.92857 1 2.21429V14.0714C1 14.3571 1.28571 14.6429 1.57143 14.6429H13.4286C13.7143 14.6429 14 14.3571 14 14.0714V4.92857ZM3.28571 1.64286V4.78571H9.71429V1.64286H3.28571ZM10.4286 10.2143C10.4286 11.7857 9.14286 13.2143 7.42857 13.2143C5.71429 13.2143 4.57143 11.7857 4.57143 10.2143C4.57143 8.64286 5.85714 7.21429 7.57143 7.21429C9.28572 7.21429 10.4286 8.5 10.4286 10.2143ZM9.42857 10.2143C9.42857 9.07143 8.57143 8.21429 7.57143 8.21429C6.57143 8.21429 5.57143 9.07143 5.57143 10.2143C5.57143 11.3571 6.42857 12.0714 7.42857 12.0714C8.42857 12.0714 9.42857 11.2143 9.42857 10.2143Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  width: 15px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.botones > div.eliminar > button {
  padding: 0;
  border: none;
  outline: none !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
  color: #2D4EA2;
}
div.ingreso-cronogramas > div.datos-desk > div.sesiones > div.cuerpo-mov > div.lista > form > div.lista-item > div.lista-item-cuerpo > div.lista-item-cuerpo-inner > div.botones > div.eliminar > button > div {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.95025V2.36816C12 2.50746 11.9322 2.57711 11.7966 2.57711H11.322L10.4407 12.8159C10.3729 13.5124 9.83051 14 9.15254 14H2.91525C2.23729 14 1.69492 13.4428 1.62712 12.8159L0.745763 2.64677H0.20339C0.0677966 2.64677 0 2.50746 0 2.43781V1.95025C0 1.81095 0.0677966 1.74129 0.20339 1.74129H2.98305L3.86441 0.487562C4.13559 0.208955 4.54237 0 4.94915 0H7.11864C7.45763 0 7.9322 0.208955 8.13559 0.557214L9.01695 1.81095H11.7966C11.8644 1.74129 12 1.8806 12 1.95025ZM10.3729 2.64677H1.55932L2.44068 12.8159C2.44068 13.0249 2.64407 13.2338 2.84746 13.2338H9.08475C9.28813 13.2338 9.49153 13.0249 9.49153 12.8159L10.3729 2.64677ZM4.0678 1.74129H7.9322L7.38983 1.04478C7.32203 0.975124 7.18644 0.835821 7.05085 0.835821H4.94915C4.81356 0.835821 4.67797 0.905473 4.61017 1.04478L4.0678 1.74129Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  width: 12px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
div.ingreso-cronogramas > div.datos-desk > div.enviar {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
div.ingreso-cronogramas > div.datos-desk > div.enviar > button {
  margin-left: auto;
  border: none;
  padding: 0;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background-color: #2D4EA2;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  border: 1px solid #2D4EA2;
  border-radius: 2px;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1024px) {
  div.ingreso-cronogramas > div.datos-desk > div.enviar > button {
    width: 100%;
    font-size: 12px;
  }
}
div.ingreso-cronogramas > div.datos-desk > div.enviar > button:hover {
  color: #2D4EA2;
  background-color: transparent;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.overlay {
  display: none;
  z-index: 900;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F7F7F7;
  opacity: 0.9;
}
div.ingreso-cronogramas > div.nueva-sesion {
  display: none;
  z-index: 910;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 690px;
  width: 100%;
  min-height: 380px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3019607843);
  padding: 40px 25px 45px 25px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.nueva-sesion {
    max-width: 300px;
    padding: 35px 20px 30px 20px;
  }
}
div.ingreso-cronogramas > div.nueva-sesion > div.cerrar {
  position: absolute;
  right: -20px;
  top: -20px;
}
div.ingreso-cronogramas > div.nueva-sesion > div.cerrar > button {
  outline: none !important;
  padding: 0;
  border-radius: 100%;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10C20 15.567 15.567 20 10 20C4.43299 20 0 15.567 0 10C0 4.43299 4.43299 0 10 0C15.4639 0 20 4.53609 20 10ZM18.6598 10C18.6598 5.15464 14.7423 1.34021 10 1.34021C5.15464 1.34021 1.34021 5.25774 1.34021 10C1.34021 14.8454 5.25773 18.6598 10 18.6598C14.8454 18.6598 18.6598 14.7423 18.6598 10ZM11.0309 10L13.8144 12.7835C14.0206 12.9897 14.0206 13.299 13.8144 13.5052L13.5051 13.8144C13.299 14.0206 12.9897 14.0206 12.7835 13.8144L10 11.0309L7.2165 13.8144C7.01031 14.0206 6.70104 14.0206 6.49485 13.8144L6.18557 13.5052C5.97938 13.299 5.97938 12.9897 6.18557 12.7835L8.96907 10L6.18557 7.21649C5.97938 7.01031 5.97938 6.70103 6.18557 6.49485L6.49485 6.18557C6.70104 5.97938 7.01031 5.97938 7.2165 6.18557L10 8.96908L12.7835 6.18557C12.9897 5.97938 13.299 5.97938 13.5051 6.18557L13.8144 6.49485C14.0206 6.70103 14.0206 7.01031 13.8144 7.21649L11.0309 10Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 2px;
}
div.ingreso-cronogramas > div.nueva-sesion > div.cabecera {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
}
div.ingreso-cronogramas > div.nueva-sesion > div.cabecera > div.vineta {
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36639 12.0643C1.12875 12.2914 0.772309 12.2914 0.534676 12.0643L0.178224 11.7237C-0.0594081 11.4966 -0.0594081 11.1559 0.178224 10.9288L4.93087 6.50014L0.178224 2.07151C-0.0594081 1.8444 -0.0594081 1.50374 0.178224 1.27663L0.534676 0.935957C0.772309 0.708848 1.12875 0.708848 1.36639 0.935957L6.83193 6.04593C7.06956 6.27304 7.06956 6.61371 6.83193 6.84082L1.36639 12.0643Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
div.ingreso-cronogramas > div.nueva-sesion > div.cabecera > h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.nueva-sesion > div.cabecera > h6 {
    font-size: 14px;
  }
}
div.ingreso-cronogramas > div.nueva-sesion > div.cuerpo {
  margin: 45px 0 0 0;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.nueva-sesion > div.cuerpo {
    margin: 25px 0 0 0;
    row-gap: 20px;
    padding: 0;
  }
}
div.ingreso-cronogramas > div.nueva-sesion > div.cuerpo > div.fila {
  display: flex;
  column-gap: 15px;
  width: 100%;
}
div.ingreso-cronogramas > div.nueva-sesion > div.cuerpo > div.fila.doble {
  display: flex;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.nueva-sesion > div.cuerpo > div.fila.doble {
    flex-direction: column;
    row-gap: 20px;
  }
}
div.ingreso-cronogramas > div.nueva-sesion > div.cuerpo > div.fila.doble > div.columna {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.nueva-sesion > div.cuerpo > div.fila.doble > div.columna {
    width: 100%;
  }
}
div.ingreso-cronogramas > div.nueva-sesion > div.cuerpo > div.fila.completa > div.columna {
  width: 100%;
}
div.ingreso-cronogramas > div.nueva-sesion > div.cuerpo > div.fila > div.columna {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
div.ingreso-cronogramas > div.nueva-sesion > div.cuerpo > div.fila > div.columna.desactivado {
  opacity: 0.5;
  pointer-events: none;
}
div.ingreso-cronogramas > div.nueva-sesion > div.cuerpo > div.fila > div.columna > div.label {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.nueva-sesion > div.cuerpo > div.fila > div.columna > div.label {
    font-size: 11px;
    line-height: 150%;
  }
}
div.ingreso-cronogramas > div.nueva-sesion > div.cuerpo > div.fila > div.columna > input {
  border: none;
  background-color: transparent;
  outline: none !important;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
  min-height: 35px;
  border-bottom: 1px solid #2D4EA2;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.nueva-sesion > div.cuerpo > div.fila > div.columna > input {
    font-size: 12px;
    line-height: 140%;
  }
}
div.ingreso-cronogramas > div.nueva-sesion > div.boton {
  margin: 30px 0 0 0;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.nueva-sesion > div.boton {
    margin: 20px 0 0 0;
    padding: 0;
  }
}
div.ingreso-cronogramas > div.nueva-sesion > div.boton > button {
  margin-left: auto;
  border-radius: 0px;
  padding: 0;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background-color: #2D4EA2;
  color: #FFFFFF;
  transition: all 0.2s linear;
  border: 1px solid #2D4EA2;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.nueva-sesion > div.boton > button {
    margin: 0;
    width: 100%;
    height: 40px;
  }
}
div.ingreso-cronogramas > div.nueva-sesion > div.boton > button:hover {
  color: #2D4EA2;
  background-color: transparent;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.eliminar-confirmacion {
  display: none;
  z-index: 910;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  min-height: 210px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3019607843);
  border-radius: 20px;
  padding: 50px 40px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.eliminar-confirmacion {
    max-width: 295px;
    min-height: 220px;
    padding: 30px;
  }
}
div.ingreso-cronogramas > div.eliminar-confirmacion > div.cerrar {
  position: absolute;
  right: -20px;
  top: -20px;
}
div.ingreso-cronogramas > div.eliminar-confirmacion > div.cerrar > button {
  outline: none !important;
  padding: 0;
  border-radius: 100%;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10C20 15.567 15.567 20 10 20C4.43299 20 0 15.567 0 10C0 4.43299 4.43299 0 10 0C15.4639 0 20 4.53609 20 10ZM18.6598 10C18.6598 5.15464 14.7423 1.34021 10 1.34021C5.15464 1.34021 1.34021 5.25774 1.34021 10C1.34021 14.8454 5.25773 18.6598 10 18.6598C14.8454 18.6598 18.6598 14.7423 18.6598 10ZM11.0309 10L13.8144 12.7835C14.0206 12.9897 14.0206 13.299 13.8144 13.5052L13.5051 13.8144C13.299 14.0206 12.9897 14.0206 12.7835 13.8144L10 11.0309L7.2165 13.8144C7.01031 14.0206 6.70104 14.0206 6.49485 13.8144L6.18557 13.5052C5.97938 13.299 5.97938 12.9897 6.18557 12.7835L8.96907 10L6.18557 7.21649C5.97938 7.01031 5.97938 6.70103 6.18557 6.49485L6.49485 6.18557C6.70104 5.97938 7.01031 5.97938 7.2165 6.18557L10 8.96908L12.7835 6.18557C12.9897 5.97938 13.299 5.97938 13.5051 6.18557L13.8144 6.49485C14.0206 6.70103 14.0206 7.01031 13.8144 7.21649L11.0309 10Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 2px;
}
div.ingreso-cronogramas > div.eliminar-confirmacion > div.inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.eliminar-confirmacion > div.inner {
    row-gap: 15px;
  }
}
div.ingreso-cronogramas > div.eliminar-confirmacion > div.inner > h6 {
  font-weight: 600;
  line-height: 150%;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.eliminar-confirmacion > div.inner > h6 {
    font-size: 14px;
  }
}
div.ingreso-cronogramas > div.eliminar-confirmacion > div.inner > div.botones {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.eliminar-confirmacion > div.inner > div.botones {
    flex-direction: column;
    row-gap: 15px;
  }
}
div.ingreso-cronogramas > div.eliminar-confirmacion > div.inner > div.botones > button {
  border-radius: 0px;
  padding: 0;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 50px;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.eliminar-confirmacion > div.inner > div.botones > button {
    width: 100%;
    height: 45px;
  }
}
div.ingreso-cronogramas > div.eliminar-confirmacion > div.inner > div.botones > button:first-child {
  background-color: transparent;
  border: 1px solid #2D4EA2;
  color: #2D4EA2;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.eliminar-confirmacion > div.inner > div.botones > button:first-child:hover {
  color: #FFFFFF;
  background-color: #2D4EA2;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.eliminar-confirmacion > div.inner > div.botones > button:last-child {
  background-color: #2D4EA2;
  border: 1px solid #2D4EA2;
  color: #FFFFFF;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.eliminar-confirmacion > div.inner > div.botones > button:last-child:hover {
  color: #2D4EA2;
  background-color: transparent;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.enviar-confirmacion {
  display: none;
  z-index: 910;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  min-height: 210px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3019607843);
  border-radius: 20px;
  padding: 50px 40px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.enviar-confirmacion {
    max-width: 295px;
    min-height: 220px;
    padding: 30px;
  }
}
div.ingreso-cronogramas > div.enviar-confirmacion > div.cerrar {
  position: absolute;
  right: -20px;
  top: -20px;
}
div.ingreso-cronogramas > div.enviar-confirmacion > div.cerrar > button {
  outline: none !important;
  padding: 0;
  border-radius: 100%;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10C20 15.567 15.567 20 10 20C4.43299 20 0 15.567 0 10C0 4.43299 4.43299 0 10 0C15.4639 0 20 4.53609 20 10ZM18.6598 10C18.6598 5.15464 14.7423 1.34021 10 1.34021C5.15464 1.34021 1.34021 5.25774 1.34021 10C1.34021 14.8454 5.25773 18.6598 10 18.6598C14.8454 18.6598 18.6598 14.7423 18.6598 10ZM11.0309 10L13.8144 12.7835C14.0206 12.9897 14.0206 13.299 13.8144 13.5052L13.5051 13.8144C13.299 14.0206 12.9897 14.0206 12.7835 13.8144L10 11.0309L7.2165 13.8144C7.01031 14.0206 6.70104 14.0206 6.49485 13.8144L6.18557 13.5052C5.97938 13.299 5.97938 12.9897 6.18557 12.7835L8.96907 10L6.18557 7.21649C5.97938 7.01031 5.97938 6.70103 6.18557 6.49485L6.49485 6.18557C6.70104 5.97938 7.01031 5.97938 7.2165 6.18557L10 8.96908L12.7835 6.18557C12.9897 5.97938 13.299 5.97938 13.5051 6.18557L13.8144 6.49485C14.0206 6.70103 14.0206 7.01031 13.8144 7.21649L11.0309 10Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 2px;
}
div.ingreso-cronogramas > div.enviar-confirmacion > div.inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.enviar-confirmacion > div.inner {
    row-gap: 15px;
  }
}
div.ingreso-cronogramas > div.enviar-confirmacion > div.inner > h6 {
  font-weight: 600;
  line-height: 150%;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.enviar-confirmacion > div.inner > h6 {
    font-size: 14px;
  }
}
div.ingreso-cronogramas > div.enviar-confirmacion > div.inner > div.botones {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.enviar-confirmacion > div.inner > div.botones {
    flex-direction: column;
    row-gap: 15px;
  }
}
div.ingreso-cronogramas > div.enviar-confirmacion > div.inner > div.botones > button {
  border-radius: 0px;
  padding: 0;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 50px;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.enviar-confirmacion > div.inner > div.botones > button {
    width: 100%;
    height: 45px;
  }
}
div.ingreso-cronogramas > div.enviar-confirmacion > div.inner > div.botones > button:first-child {
  background-color: transparent;
  border: 1px solid #2D4EA2;
  color: #2D4EA2;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.enviar-confirmacion > div.inner > div.botones > button:first-child:hover {
  color: #FFFFFF;
  background-color: #2D4EA2;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.enviar-confirmacion > div.inner > div.botones > button:last-child {
  background-color: #2D4EA2;
  border: 1px solid #2D4EA2;
  color: #FFFFFF;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.enviar-confirmacion > div.inner > div.botones > button:last-child:hover {
  color: #2D4EA2;
  background-color: transparent;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.guardar-exito {
  display: none;
  z-index: 910;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  min-height: 210px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3019607843);
  border-radius: 20px;
  padding: 50px 40px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.guardar-exito {
    max-width: 295px;
    min-height: 145px;
    padding: 30px 30px 25px 30px;
  }
}
div.ingreso-cronogramas > div.guardar-exito > div.cerrar {
  position: absolute;
  right: -20px;
  top: -20px;
}
div.ingreso-cronogramas > div.guardar-exito > div.cerrar > button {
  outline: none !important;
  padding: 0;
  border-radius: 100%;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10C20 15.567 15.567 20 10 20C4.43299 20 0 15.567 0 10C0 4.43299 4.43299 0 10 0C15.4639 0 20 4.53609 20 10ZM18.6598 10C18.6598 5.15464 14.7423 1.34021 10 1.34021C5.15464 1.34021 1.34021 5.25774 1.34021 10C1.34021 14.8454 5.25773 18.6598 10 18.6598C14.8454 18.6598 18.6598 14.7423 18.6598 10ZM11.0309 10L13.8144 12.7835C14.0206 12.9897 14.0206 13.299 13.8144 13.5052L13.5051 13.8144C13.299 14.0206 12.9897 14.0206 12.7835 13.8144L10 11.0309L7.2165 13.8144C7.01031 14.0206 6.70104 14.0206 6.49485 13.8144L6.18557 13.5052C5.97938 13.299 5.97938 12.9897 6.18557 12.7835L8.96907 10L6.18557 7.21649C5.97938 7.01031 5.97938 6.70103 6.18557 6.49485L6.49485 6.18557C6.70104 5.97938 7.01031 5.97938 7.2165 6.18557L10 8.96908L12.7835 6.18557C12.9897 5.97938 13.299 5.97938 13.5051 6.18557L13.8144 6.49485C14.0206 6.70103 14.0206 7.01031 13.8144 7.21649L11.0309 10Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 2px;
}
div.ingreso-cronogramas > div.guardar-exito > div.inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.guardar-exito > div.inner {
    row-gap: 20px;
  }
}
div.ingreso-cronogramas > div.guardar-exito > div.inner > h6 {
  font-weight: 600;
  line-height: 150%;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.guardar-exito > div.inner > h6 {
    font-size: 14px;
  }
}
div.ingreso-cronogramas > div.guardar-exito > div.inner > div.botones {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 15px;
}
div.ingreso-cronogramas > div.guardar-exito > div.inner > div.botones > button {
  border-radius: 0px;
  padding: 0;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 50px;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.guardar-exito > div.inner > div.botones > button {
    width: 100%;
    height: 45ox;
  }
}
div.ingreso-cronogramas > div.guardar-exito > div.inner > div.botones > button:first-child {
  background-color: transparent;
  border: 1px solid #2D4EA2;
  color: #2D4EA2;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.guardar-exito > div.inner > div.botones > button:first-child:hover {
  color: #FFFFFF;
  background-color: #2D4EA2;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.guardar-exito > div.inner > div.botones > button:last-child {
  background-color: #2D4EA2;
  border: 1px solid #2D4EA2;
  color: #FFFFFF;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.guardar-exito > div.inner > div.botones > button:last-child:hover {
  color: #2D4EA2;
  background-color: transparent;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.enviar-exito {
  display: none;
  z-index: 910;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  min-height: 210px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 30px 0 rgba(197, 197, 197, 0.3019607843);
  border-radius: 20px;
  padding: 50px 40px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.enviar-exito {
    max-width: 295px;
    min-height: 145px;
    padding: 30px 30px 25px 30px;
  }
}
div.ingreso-cronogramas > div.enviar-exito > div.cerrar {
  position: absolute;
  right: -20px;
  top: -20px;
}
div.ingreso-cronogramas > div.enviar-exito > div.cerrar > button {
  outline: none !important;
  padding: 0;
  border-radius: 100%;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10C20 15.567 15.567 20 10 20C4.43299 20 0 15.567 0 10C0 4.43299 4.43299 0 10 0C15.4639 0 20 4.53609 20 10ZM18.6598 10C18.6598 5.15464 14.7423 1.34021 10 1.34021C5.15464 1.34021 1.34021 5.25774 1.34021 10C1.34021 14.8454 5.25773 18.6598 10 18.6598C14.8454 18.6598 18.6598 14.7423 18.6598 10ZM11.0309 10L13.8144 12.7835C14.0206 12.9897 14.0206 13.299 13.8144 13.5052L13.5051 13.8144C13.299 14.0206 12.9897 14.0206 12.7835 13.8144L10 11.0309L7.2165 13.8144C7.01031 14.0206 6.70104 14.0206 6.49485 13.8144L6.18557 13.5052C5.97938 13.299 5.97938 12.9897 6.18557 12.7835L8.96907 10L6.18557 7.21649C5.97938 7.01031 5.97938 6.70103 6.18557 6.49485L6.49485 6.18557C6.70104 5.97938 7.01031 5.97938 7.2165 6.18557L10 8.96908L12.7835 6.18557C12.9897 5.97938 13.299 5.97938 13.5051 6.18557L13.8144 6.49485C14.0206 6.70103 14.0206 7.01031 13.8144 7.21649L11.0309 10Z' fill='%232D4EA2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 2px;
}
div.ingreso-cronogramas > div.enviar-exito > div.inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.enviar-exito > div.inner {
    row-gap: 20px;
  }
}
div.ingreso-cronogramas > div.enviar-exito > div.inner > h6 {
  font-weight: 600;
  line-height: 150%;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.enviar-exito > div.inner > h6 {
    font-size: 14px;
  }
}
div.ingreso-cronogramas > div.enviar-exito > div.inner > div.botones {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 15px;
}
div.ingreso-cronogramas > div.enviar-exito > div.inner > div.botones > button {
  border-radius: 0px;
  padding: 0;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 50px;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  div.ingreso-cronogramas > div.enviar-exito > div.inner > div.botones > button {
    width: 100%;
    height: 45ox;
  }
}
div.ingreso-cronogramas > div.enviar-exito > div.inner > div.botones > button:first-child {
  background-color: transparent;
  border: 1px solid #2D4EA2;
  color: #2D4EA2;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.enviar-exito > div.inner > div.botones > button:first-child:hover {
  color: #FFFFFF;
  background-color: #2D4EA2;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.enviar-exito > div.inner > div.botones > button:last-child {
  background-color: #2D4EA2;
  border: 1px solid #2D4EA2;
  color: #FFFFFF;
  transition: all 0.2s linear;
}
div.ingreso-cronogramas > div.enviar-exito > div.inner > div.botones > button:last-child:hover {
  color: #2D4EA2;
  background-color: transparent;
  transition: all 0.2s linear;
}

/*# sourceMappingURL=styles.css.map */
