.text-lg {
  font-size: 1.125rem !important;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

td {
  border-bottom: 1px solid #ddd;
}

#bloque1 {
  padding-top: 32px;
  height: auto;
  padding-bottom: 35px;
}

#bloque1 {
  background-color: #edf0f4;
  /* height: 240px; */
  height: 199px;
  /* padding: 55px 0px 0px 0px; */
  padding: 35px 0px 0px 0px;
}

#bloque1 h5 {
  font-size: 28px;
  color: #222222;
}

.title-section {
  font-size: 32px;
  color: #222222;
  margin-bottom: 24px;
  position: relative;
}

.title-section:before {
  content: "";
  position: absolute;
  top: 100%;
  right: calc(100% - 57px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  height: 6px;
  background-color: #222222;
  margin-top: 10px;
}

.tabla-titulo {
  margin-left: 5px;
  margin-right: 15px;
  /*padding-top: 21px;*/

  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.16px;
  text-align: left;
  color: #26292e;
  bottom: 0px;
}

.tabla-row {
  font-weight: 700;
  font-size: 20px;
  line-height: 52px;
  margin-left: 5px;
  margin-right: 15px;
  border-bottom: 1px solid black;
}

.tabla-row-fin {
  font-weight: 700;
  font-size: 20px;
  line-height: 52px;
  margin-left: 5px;
  margin-right: 15px;
}

.img-circle {
  border-radius: 50%;
  background-color: #bf0909;
  padding-top: 7px;
  padding-left: 7px;
  margin-right: 10px;
}

/*importante*/
.importante-col-1 {
  -ms-flex: 0 0 8.666667%;
  flex: 0 0 8.666667%;
  max-width: 8.666667%;
  margin-left: 26px;
}

.importante-col-2 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/*.card_video {
  width: 100%;
  height: 750px;
  box-shadow: 0 3px 19px 0 rgba(41,49,75,.15);
  background-color: #26292e;
}*/

/**/

.reporte-texto-medio {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

.bono-tb-col-1 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.bono-tb-col-2 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/**/
.col-body-text {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/**/

.nav-default,
.nav-default__wrapper {
  display: flex;
  align-items: center;
}

.header2 {
  color: #fff;
  background: #000000;
  text-align: left;
  /*padding-top: 15px;*/
  font-size: 16px;
  width: 100%;
  height: auto;
  z-index: 999;
  top: 0;
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}

.title_section {
  background: #bf0909;
  padding: 10px 120px 10px 120px;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.07em;
  font-family: "Roboto";
}

.notificacion {
  color: #fff;
  background: #00823b;
  text-align: left;
  padding: 0;
  font-size: 16px;
  width: 100%;
  height: 52px;
  z-index: 999;
  top: 0;
  position: relative;
  border-width: 4px;
  border-style: solid;
}

.notification__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification__close {
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  right: 0;
  position: absolute;
  margin-right: 1rem;
}

/* Check-bfu */
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-left: -5px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*nav*/

.navigator {
  border-radius: 2px;
  background-color: #fdfeff;
}

/*
.navigator.scrolled {
  position: fixed;
  top: 60px;
  z-index: 50;
  left: 0;
  right: 0;
  margin-top: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 2px #e0e2e6;
  -webkit-animation: smoothScroll .3s forwards;
  animation: smoothScroll .3s forwards;
}*/

.navigator__title {
  --bg-opacity: 1;
  background-color: #edf0f4;
  background-color: rgba(237, 240, 244, var(--bg-opacity));
  text-align: center;
  font-weight: 400;
  padding: 0.5rem 0.4rem;
  position: relative;
  border: 1px solid #e0e2e6;
  border-radius: 5px;
  cursor: pointer;
}













/**/
.leading-none {
  line-height: 1;
}

[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/*
.font-bold {
  font-weight: 700;
}
*/

.navigator .icon-add-s {
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.icon {
  vertical-align: text-bottom;
}

.icon-add-s:before {
  content: "b";
}

[class*=" icon-"]:before,
[class^="icon-"]:before {
  vertical-align: middle;
}

[class*=" icon-"]:before,
[class^="icon-"]:before,
[data-icon]:before {
  font-family: peru !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*nav*/

.checkcontainer input {
  position: absolute;
  opacity: 0;

  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 4px solid #000;
}

.checkcontainer:hover input~.checkmark {
  background-color: #fff;
  /* border-width: 2px;
  border-color: #000;*/
}

.checkcontainer input:checked~.checkmark {
  background-color: #26292e;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkcontainer input:checked~.checkmark:after {
  display: block;
}

.checkcontainer .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Check-bfu */

/*logo bfu*/
.image_bfu {
  width: 152px;
}

/**/

.texto-title1 {
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
}

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

.font__noti__close {
  font-weight: 400;
  border-style: solid;
  border-width: 0 0 2px 0;
  margin-left: 0.75rem;
  font-size: 0.875rem;
}

.border-dark {
  border-color: #343a40 !important;
  /*border: 1px solid rgba(0,0,0,.125);*/
}

.h-full {
  height: 100%;
}

.breadcrumb__text {
  background-color: #fdfdfd;
  font-size: 14px;
  margin-bottom: 0rem;
}

a.no-underline:hover,
a.no-underline:active,
a.no-underline:focus {
  outline: none;
  text-decoration: none;
  /*color: #0062cc;*/
}

.bg-white {
  background-color: #ffffff;
  text-decoration: none;
}

a.collapsed_card:hover,
a.collapsed_card:active,
a.collapsed_card:focus {
  text-decoration: none;
}

.text-color-000 {
  color: #000 !important;
  text-decoration: none;
}

.sibling-link {
  color: #3c4043;
  display: block;
  margin-left: 1.25rem;
  padding: 0.625rem 0 0.625rem 0.875rem;
  position: relative;
}

.card__h {
  height: 3rem;
}

.card__b {
  height: 5rem;
}

.accordion__card__b {
  background-color: #fdfdfe;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.accordion__list__item {
  border: 0px;
  border-radius: 0px;
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  font-weight: inherit;
  /* border: 1px solid rgba(0,0,0,.125); */
}

.internal .step-number {
  color: #2f2f2f;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  position: relative;
  height: 2rem;
  width: 2rem;
  background: #00823b;
  color: #fff;
  border-radius: 50%;
}

/*
.boton4:hover {
  background: #ffffff;
  color: #00823b !important;
}*/

a.boton4 {
  text-decoration: none;
  /*cursor: default;*/
}

.btnIndex {
  font-size: 16px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
}

.btnIndex:hover,
.btnIndex:focus {
  color: #fff;
  border-color: #ff5274;
  background-color: #ff5274;
}

.btn-white {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  border-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
  color: #ff5274;
  border-color: #ff5274;
}

.btn-fill {
  color: #fff;
  border: solid 2px #ff5274;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #ff5274;
}

.btn-fill:hover,
.btn-fill:focus {
  color: #fff;
  background-color: #d7405d;
  border-color: #d7405d;
}

.btn-small {
  padding: 8px 40px;
}

.btn-large {
  padding: 15px 40px;
}

.btn-margin-right {
  margin-right: 20px;
}

.breadcrumb {
  background-color: transparent;
  border: 0px solid rgba(245, 245, 245, 1);
  border-radius: 4px;
  display: block;
}

/*
 * bootstrap nav
 * --------------
 */

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
  background-color: white;
  color: black;
  font-weight: 550;
}

.nav-pills>.active {
  border-bottom: 3px solid #bf0909;
}

a:hover {
  color: black;
  text-decoration: underline;
}

/*
 * bootstrap form wizard
 * --------------
 */

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

/*
#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}
*/
#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  /*box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);*/
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
  width: 94%;
  margin: 0 3% 3px 3%;
  position: relative;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform fieldset .form-card {
  text-align: left;
  /*color: #9E9E9E*/
}

/*
#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}
*/
.action-button-actualizar {
  height: 65px;
  width: 200px;
  background: #3371ff;
  font-weight: bold;
  font-size: 18px;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

.action-button-modal-cerrar {
  height: 50px;
  width: 160px;
  background: #e2f1f8;
  font-weight: bold;
  font-size: 18px;
  color: #3371ff;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

.action-button-modal-update {
  height: 50px;
  width: 160px;
  background: #3371ff;
  font-weight: bold;
  font-size: 18px;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button {
  height: 50px;
  width: 150px;
  background: rgba(47, 89, 138, 1);
  font-weight: bold;
  font-size: 16px;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

.action-button {
  height: 49px;
  width: 179px;
  background: rgba(47, 89, 138, 1);
  font-weight: bold;
  font-size: 16px;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

.action-button-previous {
  height: 35px;
  width: 165px;
  background: #e2f1f8;
  font-weight: bold;
  font-size: 16px;
  color: #3371ff;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 5px 5px;
}

.action-button-salida {
  height: 50px;
  width: 175px;
  background: #e2f1f8;
  font-weight: bold;
  font-size: 16px;
  color: #3371ff;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

.action-button-href {
  height: 35px;
  width: 165px;
  background: #e2f1f8;
  font-weight: bold;
  font-size: 16px;
  color: #3371ff;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 5px 5px;
}

#msform .action-button-fin {
  height: 65px;
  width: 200px;
  background: #3371ff;
  font-weight: bold;
  font-size: 18px;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 20px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

#msform .action-button-previous {
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  height: 50px;
  width: 150px;
  background: #e2f1f8;
  font-weight: bold;
  font-size: 16px;
  color: #2f598a;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid skyblue;
}

/*.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}*/

.fs-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

#progressbar {
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;

  width: 25%;
  float: left;
  position: relative;
}

#progressbar #account:before {
  content: "1";
}

#progressbar #personal:before {
  content: "2";
}

#progressbar #payment:before {
  content: "3";
}

#progressbar #confirm:before {
  content: "4";
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

/*aviso*/
.has-redbar--marginless {
  margin-left: 0;
}

.has-redbar {
  margin-bottom: 1rem;
  position: relative;
  margin-left: 20px;
}

.has-redbar:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #c53030;
  margin-left: -20px;
}

.has-redbar--marginless:before {
  left: 0;
  margin-left: 0;
}

.has-icon {
  position: relative;
}

.has-icon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 35px;
  height: 30px;
}

.has-icon--alert:before {
  background: url(/assets/images/icon_important.html) no-repeat;
  background-size: cover;
}

.page__box-text {
  line-height: 20px;
}

.has-icon~.page__box-text,
.has-icon~.page__box-title {
  margin-left: 20px;
}

.page__box-title {
  color: #2f2f2f;
  font-size: 21px;
  font-weight: 500;
  padding-bottom: 13px;
}

.has-icon~.page__box-text,
.has-icon~.page__box-title {
  margin-left: 50px;
}

.page ul {
  margin-bottom: 24px;
}

.internal ol,
.internal ul {
  margin: 0 0 20px;
}

li,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.page div:not(.requirement)>ul>li {
  position: relative;
  padding-left: 16px;
}

.internal li {
  margin: 5px 0 5px;
}

li,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.page ul>li:before {
  content: "- ";
  position: absolute;
  left: 0;
}

/*.page ul>li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #00823b;
  top: 11px;
}
/*texto de ayuda*/

.texto-ayuda {
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #0056ac;
}

.texto-ayuda:hover {
  color: #0056ac;
}

a:hover {
  text-decoration: none;
}

.line-ayuda {
  text-decoration: underline;
}

/*link du*/
.du,
.du:hover {
  color: #fff;
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: lighter;
}

/**/
.linedivisor {
  /*width: 737px;*/
  height: 0;
  border: solid 1px #6f777b;
  margin-bottom: 38.5px;
}

/**/
.informacion-accesible {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: 0.16px;
  text-align: left;
  color: #ffffff;
}

/*formulario*/
.texto-form {
  margin-top: 0 20px;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
}

.texto-dni {
  padding-left: 18px;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  height: 45px;
  width: 290px;
  border: 2px solid #000;
}

.texto-date {
  font-size: 16px;
  line-height: normal;
  text-align: center;
  font-weight: 400;
  height: 45px;
  width: 150px;
  border: 2px solid #000;
}

/*boton descarga*/

button {
  background-color: transparent;
  background-image: none;
  padding: 0;
}

.border-blue-850 {
  --border-opacity: 1;
  border-color: #0965ba;
  border-color: rgba(9, 101, 186, var(--border-opacity));
}

.border-solid {
  border: 1px solid #0965ba;

}

.border {
  border-width: 1px;
}

.text-blue-700 {
  --text-opacity: 1;
  color: #0056ac;
  color: rgba(0, 86, 172, var(--text-opacity));
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.text-sm {
  font-size: 0.875rem;
}

.items-center {
  align-items: center;
}

.cursor-pointer {
  cursor: pointer;
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #3371ff;
}

/*
.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}
*/
.fit-image {
  width: 100%;
  object-fit: cover;
}

.separator {
  height: 1px;
  background-color: #bf0909;
}

.separator--grey {
  background-color: #e0e2e6;
}

.separator--mobile {
  width: 100%;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .separator--mobile {
    display: none;
  }


  .navigator__title {
    display: none;
  }
}

.separator-left {
  border-left: 1px solid #e0e2e6;
}

/*
p {
 font-family:"Roboto", sans-serif
}
*/
.light {
  font-weight: normal;
}

body {
  word-break: break-word;
}

.icon-normal-size {
  font-size: 25px;
  padding-right: 7px;
}

.icon-big-size {
  font-size: 50px;
}

.icon-svg-big {
  width: 40px;
}

@media (max-width: 784px) {
  .icon-svg-big {
    width: 48px;
  }

  .notificacion {
    height: 90px;
  }
}

.twitter-timeline {
  max-height: 500px;
  overflow: auto;
  margin-bottom: 40px;
}

.list li {
  padding-left: 1rem;
  position: relative;
}

.list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -18px;
  width: 5px;
  height: 5px;
  background: #0055aa;
  border-radius: 50%;
  left: 5px;
}

.radio:focus-within,
.radio:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.linea {
  border-top: 1px solid #ebebeb;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;

  /*border-top:1px solid #ebebeb*/
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 784px) {
  .container {
    width: 780px;
  }
}

@media (min-width: 1040px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1216px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3%;
}

.col-xs-offset-2 {
  margin-left: 16.7%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3%;
}

.col-xs-offset-5 {
  margin-left: 41.7%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3%;
}

.col-xs-offset-8 {
  margin-left: 66.7%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3%;
}

.col-xs-offset-11 {
  margin-left: 91.7%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-1 {
  flex-basis: 8.3%;
  max-width: 8.3%;
}

.col-xs-2 {
  flex-basis: 16.7%;
  max-width: 16.7%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.3%;
  max-width: 33.3%;
}

.col-xs-5 {
  flex-basis: 41.7%;
  max-width: 41.7%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.3%;
  max-width: 58.3%;
}

.col-xs-8 {
  flex-basis: 66.7%;
  max-width: 66.7%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.3%;
  max-width: 83.3%;
}

.col-xs-11 {
  flex-basis: 91.7%;
  max-width: 91.7%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 784px) {

  .col-sm,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3%;
  }

  .col-sm-offset-2 {
    margin-left: 16.7%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3%;
  }

  .col-sm-offset-5 {
    margin-left: 41.7%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3%;
  }

  .col-sm-offset-8 {
    margin-left: 66.7%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3%;
  }

  .col-sm-offset-11 {
    margin-left: 91.7%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.3%;
    max-width: 8.3%;
  }

  .col-sm-2 {
    flex-basis: 16.7%;
    max-width: 16.7%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.3%;
    max-width: 33.3%;
  }

  .col-sm-5 {
    flex-basis: 41.7%;
    max-width: 41.7%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.3%;
    max-width: 58.3%;
  }

  .col-sm-8 {
    flex-basis: 66.7%;
    max-width: 66.7%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.3%;
    max-width: 83.3%;
  }

  .col-sm-11 {
    flex-basis: 91.7%;
    max-width: 91.7%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}

@media only screen and (min-width: 1040px) {

  .col-md,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3%;
  }

  .col-md-offset-2 {
    margin-left: 16.7%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3%;
  }

  .col-md-offset-5 {
    margin-left: 41.7%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3%;
  }

  .col-md-offset-8 {
    margin-left: 66.7%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3%;
  }

  .col-md-offset-11 {
    margin-left: 91.7%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-1 {
    flex-basis: 8.3%;
    max-width: 8.3%;
  }

  .col-md-2 {
    flex-basis: 16.7%;
    max-width: 16.7%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.3%;
    max-width: 33.3%;
  }

  .col-md-5 {
    flex-basis: 41.7%;
    max-width: 41.7%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.3%;
    max-width: 58.3%;
  }

  .col-md-8 {
    flex-basis: 66.7%;
    max-width: 66.7%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.3%;
    max-width: 83.3%;
  }

  .col-md-11 {
    flex-basis: 91.7%;
    max-width: 91.7%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}

@media only screen and (min-width: 1216px) {

  .col-lg,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3%;
  }

  .col-lg-offset-2 {
    margin-left: 16.7%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3%;
  }

  .col-lg-offset-5 {
    margin-left: 41.7%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3%;
  }

  .col-lg-offset-8 {
    margin-left: 66.7%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3%;
  }

  .col-lg-offset-11 {
    margin-left: 91.7%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.3%;
    max-width: 8.3%;
  }

  .col-lg-2 {
    flex-basis: 16.7%;
    max-width: 16.7%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.3%;
    max-width: 33.3%;
  }

  .col-lg-5 {
    flex-basis: 41.7%;
    max-width: 41.7%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.3%;
    max-width: 58.3%;
  }

  .col-lg-8 {
    flex-basis: 66.7%;
    max-width: 66.7%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.3%;
    max-width: 83.3%;
  }

  .col-lg-11 {
    flex-basis: 91.7%;
    max-width: 91.7%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}

.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-sm-1 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-sm-2 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-sm-3 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-sm-4 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-sm-5 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-sm-7 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-sm-10 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-sm-11 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-md-1 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-md-2 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-md-3 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-md-5 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-md-7 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-md-8 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-md-9 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-md-10 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-md-11 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-lg-2 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-lg-3 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-lg-6 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-lg-7 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-lg-8 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-lg-9 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-lg-10 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-lg-11 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #0062cc;
  font-weight: bold;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.nav-default {
  background: #bf0909;
  height: 120px;
}

@media (max-width: 575px) {
  .nav-default {
    height: 60px;
  }
}

.nav-default .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 575px) {
  .nav-default .container {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}

.nav-default__wrapper {
  display: flex;
  align-items: center;
}

.nav-default__logo-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  text-transform: lowercase;
}

@media (max-width: 767px) {
  .nav-default__logo-text {
    font-size: 20px;
  }
}

.nav-default .search-internal .search {
  height: 50px;
}

@media (max-width: 575px) {
  .nav-default .search-internal .search {
    height: 44px;
  }
}

.nav-default .search-internal .submit {
  width: 45px;
  height: 35px;
  margin-top: 5px;
  margin-right: 10px;
  background: #f2f2f2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .nav-default .search-internal .submit {
    width: 38px;
    height: 30px;
    margin-right: 7px;
  }
}

footer {
  background: #26292e;
}

.footer {
  line-height: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

@media (min-width: 992px) {
  .footer {
    border-radius: 5px;
    padding: 50px;
  }

  .new-nav-link {
    font-size: 15px;
    color: #fff !important;
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
}

.footer__link {
  padding: 5px 20px 5px 0;
  font-size: 15px;
  line-height: 21px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .footer__link {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer__link:not(.footer__link--language) {
    display: none;
  }
}

@media (max-width: 575px) {
  .footer__link--visible:not(.footer__link--language) {
    display: block;
  }
}

.footer__link--black {
  color: #fff;
  text-transform: none;
}

.footer__link--black:hover,
.footer__link--black:focus,
.footer__link--black:active {
  color: #fff;
}

.footer__link .arrow {
  position: absolute;
  right: 18px;
  top: 6px;
  color: #fff;
  font-size: 18px;
  transition: transform 0.3s ease-in-out;
}

.footer__link .arrow:hover,
.footer__link .arrow:active {
  transform: translateX(2px);
}

.footer__heading--bottom {
  margin-top: 25px;
}

.footer__heading .icon-minus {
  position: relative;
}

.footer__heading .icon-minus:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 14px;
  height: 1px;
  right: 0;
  top: 10px;
}

.footer__heading .arrow {
  position: absolute;
  right: 5px;
  top: -2px;
  font-size: 16px;
  color: #fff;
}

.footer__text {
  padding-right: 15px;
  line-height: 25px;
  font-size: 15px;
}

@media (max-width: 575px) {
  .footer__text {
    line-height: 25px;
  }
}

.footer__social-icons {
  display: flex;
  align-items: center;
}

.footer__social-icons--correction {
  margin-top: -6px;
}

.footer__icons {
  display: flex;
  align-items: center;
  line-height: initial;
}

.footer__icons a {
  display: block;
}

.footer__icons a:hover {
  text-decoration: none;
}

.footer__icon {
  color: #fff;
  font-size: 30px;
  position: relative;
}

.footer__icon:hover,
.footer__icon:active,
.footer__icon:focus {
  color: #fff;
  transform: scale(1.1);
}

.footer__icon--medium {
  font-size: 23px;
}

.footer hr {
  border-top: 1px solid #646565;
}

@media (max-width: 767px) {
  .footer hr {
    display: none;
  }
}

.footer ul {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .footer ul {
    height: 0;
  }

  .footer ul.visible {
    height: auto;
  }
}

header.home {
  opacity: 1;


  background-color: #F6F9FC;


  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .slide-mobile {
    display: none;
  }

  header.home {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navigator__container {
    display: block;
  }

  .navigator__item.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%;
    right: 40%;
    height: 6px !important;
    --bg-opacity: 1;
    background-color: #cf000b;
    background-color: rgba(207, 0, 11, var(--bg-opacity));
  }
}

header .logo {
  padding: 0;
  display: flex;
  align-items: center;
}

header .logo:hover {
  text-decoration: none;
}

header .logo .image {
  width: 55px;
  height: auto;
  margin-top: 2px;
  margin-right: 5px;
}

header .tagline {
  color: #fff;
}

footer .logo {
  padding: 0;
  display: flex;
  align-items: center;
}

footer .logo:hover {
  text-decoration: none;
}

footer .logo .image {
  width: 55px;
  height: auto;
  margin-top: 2px;
  margin-right: 5px;
}

footer .tagline {
  color: #fff;
}

header .search-group {
  height: 50px;
}

header .search-group span {
  display: none;
}

header .altenative-version {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  padding: 0.5rem;
}

header .altenative-version .logo {
  fill: #fff;
  margin-right: 0.5rem;
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

@media (max-width: 576px) {
  .header__content {
    height: 60px;
  }
}

.header__half {
  justify-content: center;
}

.gobpe__text{
  color: #333;
  font-size: 20px;
}

.gobpe__text svg {
  height: 2rem;
  vertical-align: middle;
}

.home__logo__img {
  width: 90px;
}

.home__logo__img--small {
  display: inline;
}

.home__logo__img--small img {
  width: 90px;
}

@media (max-width: 575px) {
  .home__logo__img--small img {
    display: none;
  }
}

.home__logo__img_shield--small img {
  width: 46px;
  height: auto !important;
  min-height: 30px;
}

.home__logo .gobpe {
  display: inline;
}

.home__logo .gobpe__text svg {
  vertical-align: middle;
}

.home__logo .gobpe img {
  width: 90px;
  height: auto;
}

.home__logo .gobpe_shield {
  display: inline;
  padding-right: 1px;
}

.home__logo .gobpe_shield img {
  width: 46px;
  height: auto !important;
  min-height: 30px;
}

.icon {
  vertical-align: text-bottom;
}

.icon--blue {
  fill: #0055aa;
}

.icon--small {
  width: 1.25rem;
  height: 1.25rem;
}

.icon--round-background {
  background: #0055aa;
  border-radius: 17px;
  fill: #fff;
}

.icon-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}

.icon-text--icon-inline {
  align-items: start;
}

.icon-text--icon-inline svg {
  margin-top: 2px;
}

.icon-text--icon-inline a {
  align-items: start;
}

.icon-text .icon {
  flex-shrink: 0;
}

@media (max-width: 783px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 784px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 1039px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 1040px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 1215px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 1216px) {
  .hidden-lg-up {
    display: none !important;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  /*color:#333;*/
  background-color: #fdfdfd;
  letter-spacing: 0;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-feature-settings: "pnum";
  font-variant-numeric: proportional-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh + 1px);
}

/*
.custom-file-input ~ .custom-file-label::after {
    content: "Examinar";
}
*/

#customFile .custom-file-control:lang(es)::after {
  content: "Select file...";
}

#customFile .custom-file-control:lang(es)::before {
  content: "Click me";
}

.search-internal {
  position: relative;
}

.search-internal .search {
  font-size: 16px;
  width: 100%;
  padding: 1rem 1rem 1rem;
  border: transparent;
  font-weight: 400;
  background: #fff;
  outline: none;
  border-radius: 4px;
  padding-right: 55px;
}

@media (max-width: 1040px) {
  .hidden-md-and-down {
    display: none;
  }

  .desktopPlace {
    display: block;
  }
}

.yield {
  flex: 1 0 auto;
}

/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
  border-bottom: none;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion {
  margin-right: 5px;
}

.box-header>.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.box-header>.box-tools [data-toggle="tooltip"] {
  position: relative;
}

.box-header>.box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.box-header>.box-tools .dropdown-menu>li>a {
  color: #444 !important;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.box-body>.table {
  margin-bottom: 0;
}

.box-body .fc {
  margin-top: 5px;
}

.box-body .full-width-chart {
  margin: -19px;
}

.box-body.no-padding .full-width-chart {
  margin: -9px;
}

.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}

.tarjeta {
  background-color: #f5f7fa;
  margin-bottom: 5px;
}

.fecsal {
  text-align: right;
  margin-top: 8px;
}

.horaSalida {
  margin-top: 4px;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.headVisita {
  min-height: 10em;
  display: table-cell;
  vertical-align: middle;
}

.tituloMain {
  margin-top: 20px;
}

.tituloLista {
  margin-top: 6px;
}

.boton_validar {
  background: #3399ff;
  font-weight: bold;
  font-size: 16px;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  width: 100px;
}

.heading_1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  text-align: left;
}

.cuadro_visitas {
  margin-top: 10px;
  border-width: 0px;
  background: inherit;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(170, 170, 170, 1);
  border-radius: 0px;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  padding: 0px 5px 0px 10px;
}

.barra_busqueda {
  padding: 20px 20px 20px 20px;
}

.heading_2 {
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  text-align: left;
}

.texto_busqueda {
  border-width: 0px;
  position: absolute;
  left: 861px;
  top: 272px;
  width: 292px;
  height: 40px;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #aaaaaa;
  text-align: left;
}

.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: #aaaaaa;
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: #aaaaaa;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #aaaaaa;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: #aaaaaa;
}

/* Microsoft Edge */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  font-size: 18px;
  pointer-events: none;
  color: black;
}

.boton_buscar {
  height: 38px;
  background: transparent;
  color: black;
}

.icon_buscar {
  background: transparent;
  border-width: 1px 1px 1px 0px;
  font-size: 20px;
  border-color: rgba(121, 121, 121, 1);
}

.input_buscar {
  border-width: 1px 0px 1px 1px;
  border-color: rgba(121, 121, 121, 1);
}

.text_visitado {
  font-weight: bold;
  margin-left: 15px;
}

.culminado {
  color: black;
  background-color: #eef1f4;
  padding-top: 0.5em;
  border-width: 0px;
  width: 74px;
  height: 22px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(170, 170, 170, 1);
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
}

.listado_visitas {
  margin-left: 5px;
}

.fecha_listado {
  font-size: 14px;
  margin-left: 22px;
}

.link_button {
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #0056ac;
  text-align: left;
}

.size_icon {
  font-size: 18px;
}

.button_salida {
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #2f598a;
  border-width: 0px;
  width: 140px;
  height: 38px;
  background: #e2f1f8;
  font-weight: bold;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 5px 5px;
}

.heading_3 {
  color: #333333;
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  text-align: left;
}

.heading_4 {
  border-bottom: 15px;
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  text-align: left;
}

.heading_5 {
  margin-top: 15px;
}

/*
html { font-size: 1rem; }

@media (min-width: 576px) {
    html { font-size: 0.5rem; }
}
@media (min-width: 768px) {
    html { font-size: 0.7rem; }
}
@media (min-width: 992px) {
    html { font-size: 0.9rem; }
}
@media (min-width: 1200px) {
    html { font-size: 1rem; }
}
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .titulos_1 {
    font-size: 16px;
    margin-top: 15px;
    color: #333333;
    font-weight: 700;
    font-style: normal;
  }

  .titulos_2 {
    font-size: 24px;
    margin-top: 10px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
  }

  .titulos_3 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
  }

  .titulos_4 {
    font-size: 26px;
    margin-top: 10px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
  }

  .titulos_5 {
    font-size: 32px;
    margin-top: 10px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .navigator__container {
    display: flex;
  }

  .navigator__item.active {
    border-left: 0px solid #e25959;
    font-weight: 500;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /*.navigator__item.active {
      border-left: 4px solid #e25959;
      font-weight: 500;
    }*/

  .titulos_1 {
    font-size: 30px;
    margin-top: 15px;
    color: #333333;
    font-weight: 700;
    font-style: normal;
  }

  .titulos_2 {
    font-size: 28px;
    margin-top: 10px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
  }

  .titulos_3 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
  }

  .titulos_4 {
    font-size: 26px;
    margin-top: 10px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .titulos_1 {
    font-size: 40px;
    margin-top: 15px;
    color: #333333;
    font-weight: 700;
    font-style: normal;
  }

  .titulos_2 {
    font-size: 36px;
  }

  .titulos_3 {
    font-size: 24px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .titulos_1 {
    font-size: 48px;
  }

  .titulos_2 {
    font-size: 36px;
  }

  .titulos_3 {
    font-size: 24px;
  }
}

.heading_6 {
  margin-top: 15px;
  color: #333333;
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  text-align: left;
}

.heading_7 {
  color: #333333;
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  text-align: center;
}

.marco_salida {
  padding: 15px 25px 15px 25px;
}

.size_icon_large {
  font-size: 24px;
}

.link_button_2 {
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  color: #0056ac;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.image-container {
  display: flex;
  justify-content: center;
}

.detalle_visita {
  border-width: 0px;
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  line-height: 30px;
}

.titulo_detalle {
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-align: left;
}

.margen_button {
  margin-left: 15px;
}

.heading_titulo {
  margin-top: 25px;
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  text-align: left;
}

.heading_enlace {
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #2f598a;
  text-align: left;
  padding: 0 0;
}

.heading_titulo_enlace {
  font-family: "Roboto Bold", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-align: left;
}

.index_box {
  border-width: 0px;
  background: inherit;
  background-color: inherit;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(170, 170, 170, 1);
  border-radius: 0px;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.item_enlace {
  border-width: 0px;
  background: inherit;
  background-color: inherit;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(121, 121, 121, 1);
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Roboto Bold", "Roboto Regular", "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #2f598a;
  text-align: left;
}

.enlace_box {
  border-width: 0px;
  background: inherit;
  background-color: inherit;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(170, 170, 170, 1);
  border-radius: 0px;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

tr.border_bottom td {
  border-bottom: 1px solid black;
  border-color: rgba(170, 170, 170, 1);
}

.row_size1 {
  height: 90px;
}

.image_svg {
  width: 60px;
  text-align: center;
  height: 60px;
}

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.small-box>.inner {
  padding: 10px;
}

.small-box>.small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  /*color: #fff;
  color: rgba(255, 255, 255, 0.8);*/
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.small-box>.small-box-footer:hover {
  color: #007bff;
  background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}

.small-box p {
  font-size: 15px;
}

.small-box p>small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}

.small-box h3,
.small-box p {
  z-index: 5;
}

.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
  text-decoration: none;
  color: #007bff;
}

.small-box:hover .icon {
  font-size: 95px;
}

@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }

  .small-box .icon {
    display: none;
  }

  .small-box p {
    font-size: 12px;
  }
}

/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-primary {
  border-top-color: #3c8dbc;
}

.box.box-info {
  border-top-color: #00c0ef;
}

.box.box-danger {
  border-top-color: #dd4b39;
}

.box.box-warning {
  border-top-color: #f39c12;
}

.box.box-success {
  border-top-color: #00a65a;
}

.box.box-default {
  border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}

.box .nav-stacked>li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}

.box .nav-stacked>li:last-of-type {
  border-bottom: none;
}

.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}

.box .border-right {
  border-right: 1px solid #f4f4f4;
}

.box .border-left {
  border-left: 1px solid #f4f4f4;
}

.box.box-solid {
  border-top: 0;
}

.box.box-solid>.box-header .btn.btn-default {
  background: transparent;
}

/*
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}*/
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}

.box.box-solid.box-default>.box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}

.box.box-solid.box-default>.box-header a,
.box.box-solid.box-default>.box-header .btn {
  color: #444444;
}

.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary>.box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}

.box.box-solid.box-primary>.box-header a,
.box.box-solid.box-primary>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}

.box.box-solid.box-info>.box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}

.box.box-solid.box-info>.box-header a,
.box.box-solid.box-info>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}

.box.box-solid.box-danger>.box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}

.box.box-solid.box-danger>.box-header a,
.box.box-solid.box-danger>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}

.box.box-solid.box-warning>.box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}

.box.box-solid.box-warning>.box-header a,
.box.box-solid.box-warning>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-success {
  border: 1px solid #00a65a;
}

.box.box-solid.box-success>.box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}

.box.box-solid.box-success>.box-header a,
.box.box-solid.box-success>.box-header .btn {
  color: #ffffff;
}

.box.box-solid>.box-header>.box-tools .btn {
  border: 0;
  box-shadow: none;
}

.box.box-solid[class*="bg"]>.box-header {
  color: #fff;
}

.box .box-group>.box {
  margin-bottom: 5px;
}

.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}

.box>.overlay,
.overlay-wrapper>.overlay,
.box>.loading-img,
.overlay-wrapper>.loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}

.box .overlay>.fa,
.overlay-wrapper .overlay>.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
  border-bottom: none;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion {
  margin-right: 5px;
}

.box-header>.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.box-header>.box-tools [data-toggle="tooltip"] {
  position: relative;
}

.box-header>.box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.box-header>.box-tools .dropdown-menu>li>a {
  color: #444 !important;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}

.btn-box-tool.btn:active {
  box-shadow: none;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.box-body>.table {
  margin-bottom: 0;
}

.box-body .fc {
  margin-top: 5px;
}

.box-body .full-width-chart {
  margin: -19px;
}

.box-body.no-padding .full-width-chart {
  margin: -9px;
}

.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}

.chart-legend {
  margin: 10px 0;
}

@media (max-width: 991px) {
  .chart-legend>li {
    float: left;
    margin-right: 10px;
  }
}

.box-comments {
  background: #f7f7f7;
}

.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}

.box-comments .box-comment:after {
  clear: both;
}

.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}

.box-comments .box-comment:first-of-type {
  padding-top: 0;
}

.box-comments .box-comment img {
  float: left;
}

.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}

.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}

.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}

/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px;
}

.margin {
  margin: 10px;
}

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

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-r-5 {
  margin-right: 5px;
}

.inline {
  display: inline;
}

.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}

.description-block.margin-bottom {
  margin-bottom: 25px;
}

.description-block>.description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}

.description-block>.description-text {
  text-transform: uppercase;
}

/*
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #bf0909 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
*/
.bg-navy-active {
  background-color: #001a35 !important;
}

.bg-teal-active {
  background-color: #30bbbb !important;
}

.bg-olive-active {
  background-color: #368763 !important;
}

.bg-lime-active {
  background-color: #00e765 !important;
}

.bg-orange-active {
  background-color: #ff7701 !important;
}

.bg-fuchsia-active {
  background-color: #db0ead !important;
}

.bg-purple-active {
  background-color: #555299 !important;
}

.bg-maroon-active {
  background-color: #ca195a !important;
}

[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.text-red {
  color: #dd4b39 !important;
}

.text-yellow {
  color: #f39c12 !important;
}

.text-aqua {
  color: #00c0ef !important;
}

.text-blue {
  color: #0073b7 !important;
}

.text-black {
  color: #111111 !important;
}

.text-light-blue {
  color: #3c8dbc !important;
}

.text-green {
  color: #00a65a !important;
}

.text-gray {
  color: #d2d6de !important;
}

.text-navy {
  color: #001f3f !important;
}

.text-teal {
  color: #39cccc !important;
}

.text-olive {
  color: #3d9970 !important;
}

.text-lime {
  color: #01ff70 !important;
}

.text-orange {
  color: #ff851b !important;
}

.text-fuchsia {
  color: #f012be !important;
}

.text-purple {
  color: #605ca8 !important;
}

.text-maroon {
  color: #d81b60 !important;
}

.link-muted {
  color: #7a869d;
}

.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}

.link-black {
  color: #666;
}

.link-black:hover,
.link-black:focus {
  color: #999;
}

.hide {
  display: none !important;
}

.no-border {
  border: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-shadow {
  box-shadow: none !important;
}

.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-group-unbordered>.list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.flat {
  border-radius: 0 !important;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}

.text-sm {
  font-size: 12px;
}

.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important;
}

.bg-teal-gradient {
  background: #39cccc !important;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0, #39cccc),
      color-stop(1, #7adddd)) !important;
  background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
  background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
  background: -o-linear-gradient(#7adddd, #39cccc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  color: #fff;
}

.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0, #3c8dbc),
      color-stop(1, #67a8ce)) !important;
  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
  background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}

.bg-blue-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0, #0073b7),
      color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}

.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0, #00c0ef),
      color-stop(1, #14d1ff)) !important;
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}

.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0, #f39c12),
      color-stop(1, #f7bc60)) !important;
  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
  background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}

.bg-purple-gradient {
  background: #605ca8 !important;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0, #605ca8),
      color-stop(1, #9491c4)) !important;
  background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}

.bg-green-gradient {
  background: #00a65a !important;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0, #00a65a),
      color-stop(1, #00ca6d)) !important;
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}

.bg-red-gradient {
  background: #dd4b39 !important;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0, #dd4b39),
      color-stop(1, #e47365)) !important;
  background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
  background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}

.bg-black-gradient {
  background: #111111 !important;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0, #111111),
      color-stop(1, #2b2b2b)) !important;
  background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
  background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
  background: -o-linear-gradient(#2b2b2b, #111111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  color: #fff;
}

.bg-maroon-gradient {
  background: #d81b60 !important;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0, #d81b60),
      color-stop(1, #e73f7c)) !important;
  background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
  background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
  background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  color: #fff;
}

.description-block .description-icon {
  font-size: 16px;
}

.no-pad-top {
  padding-top: 0;
}

.position-static {
  position: static !important;
}

.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666;
}

.list-seperator {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0 9px 0;
}

.list-link>a {
  padding: 4px;
  color: #777;
}

.list-link>a:hover {
  color: #222;
}

.font-light {
  font-weight: 300;
}

.user-block:before,
.user-block:after {
  content: " ";
  display: table;
}

.user-block:after {
  clear: both;
}

.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}

.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px;
}

.user-block .username {
  font-size: 16px;
  font-weight: 600;
}

.user-block .description {
  color: #999;
  font-size: 13px;
}

.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px;
}

.user-block.user-block-sm .username {
  font-size: 14px;
}

.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  float: left;
}

.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important;
}

.img-sm+.img-push {
  margin-left: 40px;
}

.img-md {
  width: 60px;
  height: 60px;
}

.img-md+.img-push {
  margin-left: 70px;
}

.img-lg {
  width: 100px;
  height: 100px;
}

.img-lg+.img-push {
  margin-left: 110px;
}

.img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px;
}

.img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px;
}

.attachment-block {
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}

.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}

.attachment-block .attachment-pushed {
  margin-left: 110px;
}

.attachment-block .attachment-heading {
  margin: 0;
}

.attachment-block .attachment-text {
  color: #555;
}

.connectedSortable {
  min-height: 100px;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}

.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.chart svg,
.chart canvas {
  width: 100% !important;
}

.cuadro_main {
  margin-top: 10px;
  border-width: 0px;
  background: inherit;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(170, 170, 170, 1);
  border-radius: 0px;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

/* General Links */
a.enlace_main {
  background-color: transparent;
  color: #0056cc;
  font-weight: bold;
}

a.enlace_main:hover,
a.enlace_main:active,
a.enlace_main:focus {
  outline: none;
  text-decoration: none;
  /*color: #0056cc;*/
}

.swal2-popup {
  font-size: 0.5rem !important;
}

.form-hora {
  width: 100%;
  height: 34px;
  border: 1px solid #ccc;
}

.dataTables_wrapper .dt-buttons {
  float: right;
}

.input-group-addon {
  padding: 6px 6px;
}

.modal-header {
  background-color: #bf0909;
  color: white;
  margin: 0px 0px;
}

.btnEdit {
  font-size: 24px;
  background-color: transparent;
  /* Blue background */
  border: none;
  /* Remove borders */
  color: rgba(47, 89, 138, 1);
}

.btnEliminar {
  color: rgba(47, 89, 138, 1);
  font-size: 24px;
}

.modal-640 {
  max-width: 640px !important;
}

.titulos_2dji {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  text-align: left;
}

.detail_item {
  font-size: 16px;
  /*line-height:12px; */
  margin: 5px 0 5px 0;
}

.titulo_detail {
  font-size: 16px;
  font-weight: 700;
  /*line-height:8px; */
  color: #000;
}

.titulo_detail1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 8px;
  color: #000;
}

.titulo_detail2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 8px;
  color: #000;
}

.titulo_detail3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 8px;
  color: #000;
}

.titulo_detail4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 8px;
  color: #000;
}

ol#menu li {
  display: inline;
}

.action-button-enviar {
  height: 49px;
  width: 179px;
  font-weight: bold;
  font-size: 16px;
  background: #797979;
  color: white;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  border: 1px solid #333;
}

.action-button-firmar {
  height: 49px;
  width: 179px;
  background: #2fbc7f;
  font-weight: bold;
  font-size: 16px;
  color: white;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  border: 1px solid #333;
}

.css-k652uz {
  height: 49px;
  width: 179px;
  background-color: #2fbc7f;
  color: white;
  border: 1px solid #2fbc7f;
  padding: 0.5rem 2rem;
  font-family: "Montserrat";
  font-size: 1rem;
  border-radius: 3px;
  margin: 1rem;
}

.css-92iaeg {
  height: 49px;
  width: 179px;
  background-color: white;
  color: #333;
  border: 1px solid #333;
  padding: 0.5rem 2rem;
  font-family: "Montserrat";
  font-size: 1rem;
  border-radius: 3px;
  margin: 1rem;
}

.borde-red {
  border-bottom: solid 1px red;
  width: 100%;
  height: 50px;
}

hr {
  height: 1px;
  background-color: #646565;
}

.listado_dji {
  margin-left: 5px;
  margin-right: 5px;
}

.hide_txt {
  display: none;
  font-size: 0;
}

.page__content {
  color: #333;
  font-size: 16px;
  margin-top: 30px;
  line-height: 30px;
}

.vl {
  border-left: 6px solid #00823b;
  height: 50px;
}

.slash {
  height: calc(100% - 1.1rem);
  width: 3px;
  background: #00823b;
  position: absolute;
  left: -16px;
}

.slash2 {
  border-left: 6px solid #00823b;
  height: 50px;

  background: #00823b;
  margin-right: 10px;
}

.slash3 {
  border-left: 6px solid #d20042;
  height: 50px;

  background: #d20042;
  margin-right: 10px;
}

.slash4 {
  border-left: 4px solid #474d98;
  height: 50px;

  background: #474d98;
  margin-right: 10px;
}

.slash5 {
  border-left: 6px solid #ffbf47;
  height: 50px;

  background: #ffbf47;
  margin-right: 10px;
}

.simple__content {
  color: #333;
  font-size: 16px;
  margin-top: 10px;
  line-height: 30px;
}

.boton3 {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  padding: 1em 1.2em;
  background: #00823b;
  border: 2px solid;
  border-color: #00823b;
  transition: all 1s ease;
  border-radius: 3px;
  margin-top: 100px;
}

.boton3:hover {
  background: #ffffff;
  color: #00823b !important;
}

a.boton3 {
  text-decoration: none;
  cursor: default;
}

/*.text-blue-700 {
    --text-opacity: 1;
    color: #0056ac;
    color: rgba(0,86,172,var(--text-opacity));

}*/

a.opciones {
  text-decoration: none;
  /*cursor: default;*/
}

.hiddenload {
  display: none;
}

.conte_timer {
  float: right;
  margin-left: auto !important;
}

.reporte-texto {
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
}

.mt-38 {
  margin-bottom: 38.5px;
}

.texto-modalidad-de-cobro-depsito {
  /*width: 533px;
    height: 25px;*/
  font-family: Roboto;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: 0.24px;
  text-align: left;
  color: #26292e;
  margin-bottom: 38px;
}

.texto-cronograma-header {
  /*width: 508px;
    height: 26px;*/
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-align: left;
  color: #26292e;
  margin-bottom: 26px;
}

.yield {
  flex: 1 0 auto;
}

.ancho-linea {
  line-height: normal;
}

.boton_form_p {
  border-width: 0px;
  width: 137px;
  height: 54px;
  background: inherit;
  background-color: rgba(237, 240, 244, 1);
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(43, 108, 176, 1);
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.image-button {
  border-width: 0px;
  width: 33px;
  height: 33px;
}

.image-tunki {
  border-width: 0px;
  width: 59px;
  height: 54px;
}

.text-button {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #2b6cb0;
}

.mensaje-top {
  margin-top: 15px;
}

.boton5 {
  color: #ffffff !important;
  background: #0056ac;
  border: 0px solid;
  border-color: #0056ac;
  height: 64px;
  width: 300px;
  border-radius: 0px;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 16px 32px;
}

/* Cargando */
.loader {
  font-size: 3px;
  margin-right: 5em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
}

@-webkit-keyframes load4 {

  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }

  12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }

  25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }

  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff,
      0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }

  50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff,
      0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }

  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff,
      2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }

  75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff,
      2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff,
      -2em -2em 0 0em #ffffff;
  }

  87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
  }
}

@keyframes load4 {

  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }

  12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }

  25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }

  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff,
      0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }

  50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff,
      0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }

  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff,
      2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }

  75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff,
      2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff,
      -2em -2em 0 0em #ffffff;
  }

  87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
  }
}

/* Fin Cargando */
/* Cargador V2 */

.row .animated {
  animation-duration: 0.4s;
}

/* Fin Cargador V2*/

@media only screen and (min-width: 767px) {
  h1 {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .form-login {
    background-color: #edf0f4;
    padding: 60px 60px;
  }

  .internal .important {
    padding: 0 0 0 15px;
    margin: 20px 0;
  }

  .page .important {
    border-radius: 3px;
    background: #fff;
    padding: 28px 26px 26px 26px;
  }

  .page li {
    font-size: 16px;
    line-height: 20px;
  }

  .boton4 {
    color: #ffffff !important;
    background: #0056ac;
    border: 0px solid;
    border-color: #0056ac;
    height: 64px;
    border-radius: 0px;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 16px 32px;
  }

  .pull-right {
    float: right !important;
  }

  /*video*/

  .card_video {
    width: 100%;
    height: 500px;
    /*box-shadow: 0 3px 19px 0 rgba(41, 49, 75, 0.15);*/
    background-color: #26292e;
  }

  header .tagline__text {
    line-height: 4.75rem;
    padding-left: 1rem;
    margin-left: 1rem;
    border-left: 1px solid #bf0909;
  }

  footer .tagline__text {
    line-height: 2.75rem;
    padding-left: 1rem;
    margin-left: 1rem;
    border-left: 1px solid #fff;
  }

  .home__logo__img_shield--small {
    display: inline;
    padding-right: 10px;
  }

  .reporte-texto-bold {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .mensaje-salida {
    border-width: 0px;
    display: flex;
    font-weight: 700;
    font-size: 24px;
    color: #575ea2;
    background-color: rgba(224, 236, 241, 1);
  }
}

@media only screen and (max-width: 480px) {
  .col-body-text {
    -ms-flex: 0 0 90.333333%;
    flex: 0 0 90.333333%;
    max-width: 90.333333%;
  }

  .slide-desk {
    display: none;
  }

  /*  .slide-mobile
   {
     display: show;
   }*/

  .title_section {
    flex: 0 0 90.333333%;
    max-width: 90.333333%;
    padding: 10px 10px 10px 10px;
  }

  h1 {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .form-login {
    background-color: #edf0f4;
    padding: 20px 10px;
  }

  .form-login-full {
    background-color: #edf0f4;
  }

  .internal .important {
    padding: 0 0 0 15px;
    margin: 20px 0;
  }

  .page .important {
    border-radius: 3px;
    background: #fff;
    padding: 5px 10px;
  }

  .page li {
    font-size: 14px;
    line-height: 15px;
  }

  .header2 {
    height: auto;
  }

  .navigator__item.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%;
    right: 40%;
    height: 6px !important;
    --bg-opacity: 1;
    background-color: #cf000b;
    background-color: rgba(207, 0, 11, var(--bg-opacity));
  }

  .navigator__item.active {
    border-left: 4px solid #e25959;
    font-weight: 500;
  }

  .navigator__container {
    display: block;
  }

  .boton4 {
    color: #ffffff !important;
    background: #0056ac;
    border: 0px solid;
    border-color: #0056ac;
    height: 64px;
    border-radius: 0px;
    font-size: 1.14rem;
    font-weight: 700;
    padding: 15px 15px;
  }

  .pull-right {
    text-align: center;
  }

  /*video*/

  .card_video {
    width: 100%;
    height: 250px;
    /*box-shadow: 0 3px 19px 0 rgba(41, 49, 75, 0.15);*/
    background-color: #26292e;
  }

  header .tagline__text {
    line-height: 2.75rem;
    padding-left: 0.2rem;
    margin-left: 0.2rem;
    border-left: 1px solid #fff;
  }

  footer .tagline__text {
    line-height: 2.75rem;
    padding-left: 0.2rem;
    margin-left: 0.2rem;
    border-left: 1px solid #fff;
  }

  .home__logo__img_shield--small {
    display: inline;
    padding-right: 5px;
  }

  .reporte-texto-bold {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .mensaje-salida {
    border-width: 0px;
    display: flex;
    font-weight: 700;
    font-size: 16px;
    color: #575ea2;
    background-color: rgba(224, 236, 241, 1);
  }

  .fecha_emi {
    margin-left: 40px;
    line-height: 7px;
  }

  /*.tabla-titulo {

    margin-left:0px;
    margin-right:0px;
    padding-top: 21px;
  }  */

  .tabla_cronograma {
    background-color: #edf0f4;
    padding: 15px 15px;
    width: 328px;
  }

  .bono-tb-col-1 {
    -ms-flex: 0 0 41.333333%;
    flex: 0 0 41.333333%;
    max-width: 41.333333%;
  }

  .bono-tb-col-2 {
    -ms-flex: 0 0 58.666667%;
    flex: 0 0 58.666667%;
    max-width: 58.666667%;
  }

  .importante-col-1 {
    -ms-flex: 0 0 99.666667%;
    flex: 0 0 99.666667%;
    max-width: 99.666667%;
    margin-left: 23px;
  }

  .importante-col-2 {
    -ms-flex: 0 0 99.666667%;
    flex: 0 0 99.666667%;
    margin-left: 25px;
  }
}

.text-intereses {
  font-size: 15px;
  line-height: 1.17 !important;
  font-weight: normal;
}

.download-block .download {
  font-size: 16px;
  font-weight: 600;
}

.download-block .download,
.download-block .description,
.download-block .comment {
  display: block;
  margin-left: 50px;
}

.download-block .description {
  color: #999;
  font-size: 13px;
}

.download-block .download,
.download-block .description,
.download-block .comment {
  display: block;
  margin-left: 50px;
}

.d-block {
  margin-bottom: -10px;
}

.carousel-indicators li {
  background-color: #bf0909;
}

.carousel .carousel-indicators li {
  width: 0.625rem;
  height: 0.625rem;
  cursor: pointer;
  border-radius: 50%;
}

.carousel-nav-icon {
  height: 48px;
  width: 48px;
  background-color: #bf0909;
  padding-top: 15px;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1.5;
}

.link_footer2 {
  color: #fff;
  font-size: 20px;
  text-decoration: underline !important;
}

.bg-gray-100 {
  --bg-opacity: 1;
  background-color: #edf0f4;
  background-color: rgba(237, 240, 244, var(--bg-opacity));
}

a.btn_orientacion {
  background-color: #0056ac;
  color: #fff;
  font-size: 16px;
  border-radius: 0px;
  outline: initial !important;
  text-align: left;
}

a.btn_orientacion:hover {
  color: #fff !important;
}

#noticias .card {
  border-bottom: 4px solid #000;
  border-radius: 0px;
  height: 35rem;
}

a.btn_orientacion img {
  float: right;
  margin-top: 4px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.max-w-full {
  max-width: 100%;
}

figure {
  margin: 0;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.min-w-full {
  min-width: 100%;
}

.h-210 {
  height: 210px;
}

.text-xs {
  font-size: 0.75rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.self-start {
  align-self: flex-start;
}

.bg-fucsia-500 {
  --bg-opacity: 1;
  background-color: #d20042;
  background-color: rgba(210, 0, 66, var(--bg-opacity));
}

.inline-block {
  display: inline-block;
}

.uppercase {
  text-transform: uppercase;
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-primary {
  --text-opacity: 1;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.text-primary:hover {
  color: #0062cc;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-1 {
  flex: 1 1;
}

.justify-between {
  justify-content: space-between;
}

.flex-col {
  flex-direction: column;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.p-6 {
  padding: 1.5rem;
}

.hover\:underline:hover,
.underline {
  text-decoration: underline;
}

.text-gray-500 {
  --text-opacity: 1;
  color: #6f777b;
  color: rgba(111, 119, 123, var(--text-opacity));
}

.text-sm {
  font-size: 0.875rem;
}

.bg-indigo-500 {
  --bg-opacity: 1;
  background-color: #474d98;
  background-color: rgba(71, 77, 152, var(--bg-opacity));
}

.z-10 {
  z-index: 10;
}

.relative {
  position: relative;
}

.border-left-indigo {
  border-left: 0.25rem solid #474d98 !important;
}

.border-bottom-indigo {
  border-bottom: 0.25rem solid #474d98 !important;
}

.border-left-green {
  border-left: 0.25rem solid #1b9d6b !important;
}

.border-bottom-green {
  border-bottom: 0.25rem solid #1b9d6b !important;
}

.border-left-black {
  border-left: 0.25rem solid #000000 !important;
}

.border-bottom-black {
  border-bottom: 0.25rem solid #000000 !important;
}

.border-left-blue05 {
  border-left: 0.25rem solid #0056ac !important;
}

.border-bottom-blue05 {
  border-bottom: 0.25rem solid #0056ac !important;
}

.border-left-fucsia {
  border-left: 0.25rem solid #d20042 !important;
}

.border-bottom-fucsia {
  border-bottom: 0.25rem solid #d20042 !important;
}

.border-left-yellow {
  border-left: 0.25rem solid #ffbf47 !important;
}

.border-bottom-yellow {
  border-bottom: 0.25rem solid #ffbf47 !important;
}

.text-yellow span {
  font-size: 38px;
  /*display: block;*/
  color: #ffbf47;
  font-weight: 700;
}

.text-fucsia span {
  font-size: 38px;
  /*display: block;*/
  color: #d20042;
  font-weight: 700;
}

.text-blue05 span {
  font-size: 38px;
  /*display: block;*/
  color: #0056ac;
  font-weight: 700;
}

.text-indigo span {
  font-size: 38px;
  /*display: block;*/
  color: #474d98;
  font-weight: 700;
}

.text-green span {
  font-size: 38px;
  /*display: block;*/
  color: #1b9d6b;
  font-weight: 700;
}

/* .text-black span {
  font-size: 38px;
  / * display: block; * /
  color: #000000;
  font-weight: 700;
} */

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 85px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  /* text-transform: uppercase;*/

  line-height: 20px;
  /*font-weight: 600;
  font-family: "Poppins", sans-serif;*/
  color: #26292E;

}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
  display: block;
}

.skills .progress-bar-wrap {
  background: #f3f3f3;
}

.skills .progress-bar {
  width: 1px;
  height: 60px;
  transition: 0.9s;
  background-color: #1b9d6b;
}

.circulo-yellow {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #ffbf47;
  display: flex;
  padding-top: 4rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.circulo-yellow span {
  color: #ffffff;
}

.circulo-gray {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #6f777b;
  display: flex;
  padding-top: 4rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.circulo-gray span {
  color: #ffffff;
}

@media only screen and (max-width: 480px) {
  .skills .progress {
    height: 100px;
    display: block;
    background: none;
  }

  .skill {
    width: 250px;
  }
}

.hover\:bg-gray-40:hover {
  --bg-opacity: 1;
  background-color: #ffbf47 !important;
  background-color: rgba(255, 191, 71, var(--bg-opacity));
  text-decoration: none;
}

.table .high {
  color: #1b9d6b;
}

.table .low {
  color: #ff0707;
}

.table .medium {
  color: #ffbf47;
}

/*
.navigator.scrolled {
  position: fixed;
  top: 60px;
  z-index: 50;
  left: 0;
  right: 0;
  margin-top: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 2px #e0e2e6;
  -webkit-animation: smoothScroll 0.3s forwards;
  animation: smoothScroll 0.3s forwards;
}

.navigator__title {
  display: block;
}
*/
.div_fecha0 {
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
}

.div_fecha {
  color: red;
  font-size: 12px;
  margin-left: 10px;
  text-align: center;
}

.subtitulo {
  text-align: left;
  color: white;
}

.header-div {
  background-color: #bf0909 !important;
  display: flex;
  align-items: center;

}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 0.8rem;
  content: "";
}

.titulo-30 {
  font-size: 28px;
}

.bg-gray-30 {
  background-color: #F6F9FC
}

.texto-14 {
  font-size: 14px;
}

.texto-16 {
  font-size: 16px;
}

.texto-24 {
  font-size: 24px;
  font-weight: 900;
}

.texto-20 {
  font-size: 20px;
}

.texto-30 {
  font-size: 30px;
}

.texto-18 {
  font-size: 18px;
}

.texto-40 {
  font-size: 40px;
}

.texto-36 {
  font-size: 36px;
  font-weight: 900;
}



.h-barra {
  height: 60px;
}



.progressDiv {
  width: 84%;

  height: 325px;

  position: relative;
  left: 7%;
  top: 100px;
  display: inline-block;

}

.statChartHolder {
  width: 35%;
  height: 90%;
  position: relative;
  border-right: 1px solid #ccc;
  top: 15px;
  display: inline-block;
}


/* Pie Chart */
.progress-pie-chart {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
}

.progress-pie-chart.gt-50 {
  background-color: #FA4242;
}

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 200px, 200px, 100px);
}

.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 100px, 200px, 0);
  background: #FA4242;
  transform: rotate(60deg);
}

.gt-50 .ppc-progress {
  clip: rect(0, 100px, 200px, 0);
}

.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 200px, 200px, 100px);
  background: #E5E5E5;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 173.91304px/2);
  top: calc(50% - 173.91304px/2);
  width: 173.91304px;
  height: 173.91304px;
  background: #fff;
  text-align: center;
  display: table;
}

.ppc-percents span {
  display: block;
  font-size: 2.0em;
  font-weight: bold;
  color: #000;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.progress-pie-chart {
  margin: 20px auto 0;
}


.bg-gray-box {
  background-color: #F2F5F8;
}

.bg-azul-box {
  background-color: #474D98;
  color: white;
}


@media (max-width:767px) {

  .desktopPlace {
    display: none;
  }


}

@media (max-width:480px) {
  .centrar-div {
    margin-left: 40px;
  }

  .pic-container {

    overflow-x: scroll;
    overflow-y: hidden;
  }

  .pad-like {
    padding-top: 1rem;
    padding-bottom: 0rem;
    padding-left: 1rem;
    padding-right: 3rem;
  }

  .text-like {
    margin-top: 0rem;
  }

  .info-text {
    padding-top: 6rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    background-color: #F2F5F8;
    text-align: center;
  }

  .parrafo-auto {
    margin: auto !important;
  }

  .pad-barra-l {
    padding-left: 1rem;
    padding-right: 2rem;
  }

  .pad-barra-r {
    padding-right: 1.5rem;
  }

  .pad-barra-b {
    padding-bottom: 0.5rem;
    height: 60px;
  }

  .img-ancho {
    max-width: 720px !important;
  }

  .margin-card {
    margin-left: 0.2rem;
    margin-right: 0rem;
  }

  .text-100 {
    display: none !important;
  }

  .pad-select {
    padding-left: 1rem;
  }


}

@media (min-width:768px) {
  .centrar-div {
    padding-left: 10px;
  }

  .pic-container {

    overflow-y: hidden;
  }

  .pad-like {
    padding: 3rem;
  }

  .text-like {
    margin-top: 1.5rem;
  }

  .info-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background-color: #F2F5F8;
    border-right: 1px solid #000;
    vertical-align: middle;
  }

  .parrafo-auto {
    margin-bottom: 2rem !important;
  }

  .pad-barra-l {
    padding-left: 2rem;
    padding-right: 0rem;
  }

  .pad-barra-r {
    padding-right: 2rem;
  }

  .pad-barra-b {
    padding-bottom: 0.5rem;
    height: 60px;
  }

  .img-ancho {
    max-width: 100% !important;
  }

  .margin-card {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .text-100 {
    display: block;
  }

  .pad-select {
    padding-left: 3rem;
  }


}

.apexcharts-legend {
  padding-right: 50px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/assets/image/flechadown.png");
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 15px;

  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;

}

.input-border {
  border: 2px solid #26292E;
  box-sizing: border-box;
}


.card-border {
  border-bottom: 3px solid #26292E;
}

.action-button2 {
  height: 75px;
  width: 320px;
  background: rgba(0, 86, 172, 1);
  font-weight: bold;
  font-size: 16px;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 25px 5px;
  margin: 10px 5px
}



.p-8 {
  padding: 1rem;
  margin: 0.5rem;
  border-bottom: 2px solid #000;
}

.bg-blue-200 {
  --bg-opacity: 1;
  /*! background-color:#dee3ea; */
  background-color: rgba(222, 227, 234, var(--bg-opacity));
}

/* Style to change separator
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
*/

.w-6 {
  width: 1.5rem
}

.mr-2 {
  margin-right: .5rem
}

.h-6 {
  height: 1.5rem
}

@media only screen and (max-width: 480px) {

  .participa__tiles {
    display: flex;
    flex-wrap: wrap;
  }

  .participa__tile {
    margin: 2rem 0;
    width: 100%
  }

  .p-8 {
    padding: 2rem;
    margin: 0.5rem;
    border-bottom: 2px solid #000;
  }

}

@media (min-width:520px) {
  .participa__tiles {}

  .participa__tile {
    width: calc(45%);
    margin: 2rem
  }

}

@media (min-width:768px) {

  .participa__tiles {}

  .participa__tile {
    width: calc(28%);
    margin: 1rem
  }
}

@media (min-width:1024px) {
  .participa__tile {
    width: calc(23%);
    margin: 0.5rem;
  }
}

.center_img {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.visible_img {
  display: block;
}

.novisible_img {
  display: none;
}

.home__logo__img_shield--small2 img {
  width: 298px;
  height: auto !important;
  min-height: 30px;
}

.video-principal iframe {
  border-radius: 5px;
  width: 100% !important;
}

.video-secundario iframe{
  border-radius: 5px;
  width: 100% !important;
}

#objVIS{
  display: none !important;
}

.Path,.LocalMenu{
  display: none;
}

.video-title{
  line-height: initial;
  margin-top: 10px;
}

.mediabox img{
  border-radius: 5px;
}
.navbar-collapse{
  flex-grow: inherit;
}
@media (min-width: 992px){
  .navbar-expand-lg{
    justify-content: space-between;
  }
}

#contenido .row{
  justify-content: center;
}

.navbar-nav .nav-link{
  font-size: 18px;
  padding: 10px 0px;
  color: #000 !important;
}

@media (min-width: 992px){
  .navbar-nav .nav-link{
    padding: 5px 15px !important;
    border-left: 3px solid #ed1c24;
    font-size: 20px;
  }
  .navbar-nav .nav-item:first-child .nav-link{
    border-left: none;
  }
}
#menu{
  border-bottom: 3px solid #ed1c24;
}
