/* Minification failed. Returning unminified contents.
(815,8): run-time error CSS1030: Expected identifier, found ','
(815,24): run-time error CSS1031: Expected selector, found ')'
(815,24): run-time error CSS1025: Expected comma or open brace, found ')'
(818,8): run-time error CSS1030: Expected identifier, found ','
(818,24): run-time error CSS1031: Expected selector, found ')'
(818,24): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.vertical-align {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.mt-std {
  margin-top: 3rem;
}
.txt-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w-max {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
}
.block-italic {
  font-style: italic;
}
.block-italic > p {
  margin-bottom: 0;
  line-height: 2.3rem !important;
}
.block-grey {
  background: gba(143, 143, 140, 0.05);
  display: block;
  margin: 0;
  padding: 1rem 1rem;
}
.block-grey:not(:first-of-type) {
  margin-top: 3rem;
}
::-webkit-input-placeholder,
::placeholder {
  color: #8f8f8c;
}
.label-on-input {
  position: relative;
}
.label-on-input label {
  color: #003f8f;
  font-size: 1.2rem;
  font-weight: 500;
  left: 1.6rem;
  letter-spacing: 0.017rem;
  position: absolute;
  top: 0.5rem;
  z-index: 1;
}
.label-on-input input {
  border: 1px solid #cccccc;
  background: transparent;
  height: 5.4rem;
  padding: 2rem 1rem 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .label-on-input input {
    margin-bottom: 3rem;
  }
}
.label-on-input textarea {
  border: 1px solid #cccccc;
  height: 10.8rem;
  padding: 2rem 1rem 0;
  font-size: 1.4rem;
  width: 100%;
}
.label-on-input textarea:focus {
  background: transparent;
}
.label-on-input .is-invalid {
  background-image: url('assets/img/icon_warning.png');
}
.label-on-input .valid-feedback,
.label-on-input .invalid-feedback {
  position: absolute;
  bottom: -2rem;
  color: #72bf44;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6rem;
  margin-top: 0;
}
.label-on-input .invalid-feedback {
  color: #ed1c24;
}
.input-select {
  position: relative;
}
.input-select .is-invalid {
  background-image: none;
}
.input-select button {
  border: 0;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 2%;
  top: 0;
  width: 96%;
}
.input-select button:focus {
  box-shadow: none;
}
.input-select button::after {
  bottom: 1.8rem;
  color: #585862;
  content: '\2304';
  font-size: 1.5rem;
  font-weight: 300;
  position: absolute;
  opacity: 0.5;
  right: 0.5rem;
  -moz-transform: scale(2, 1);
  -webkit-transform: scale(2, 1);
  -o-transform: scale(2, 1);
  -ms-transform: scale(2, 1);
  transform: scale(2, 1);
}
@media screen and (max-width: 767px) {
  .input-select button {
    height: 65%;
  }
}
.input-select.show button::after {
  content: '\2303';
  bottom: 1rem;
}
.input-datepicker input {
  background-image: url('assets/img/icon_calendar.png');
  background-repeat: no-repeat;
  background-position: center right 0.5rem;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.input-datepicker .is-invalid {
  background-image: url('assets/img/icon_calendar_red.png');
}
.bg-highlight {
  background: #003f8f;
  border: 0;
  color: #cccccc;
}
.btn-blue-bg {
  background: #003f8f;
  border: 0;
  color: #cccccc;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 300;
  height: 5.4rem;
  letter-spacing: 0.53px;
  line-height: 2.1rem;
}
.btn-blue-bg:hover,
.btn-blue-bg:focus,
.btn-blue-bg:active {
  box-shadow: none;
  background: #ffffff;
  border: 1px solid #003f8f;
  color: #003f8f;
}
.collapsible-line {
  background: transparent;
  border-top: 1px solid rgba(142, 142, 139, 0.3);
  border-bottom: 1px solid rgba(142, 142, 139, 0.3);
  padding: 0;
}
.collapsible-line h4 {
  margin: 0;
}
.collapsible-line button {
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #003f8f;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 1rem 0;
  text-align: left;
  width: 100%;
}
.collapsible-line button:hover,
.collapsible-line button:focus {
  color: #0e0e10;
  text-decoration: none;
}
.collapsible-line button::after {
  content: '\2304';
  color: #cccccc;
  font-size: 1rem;
  position: absolute;
  right: 0.5rem;
  top: 0.75rem;
  -moz-transform: scale(3, 1.5);
  -webkit-transform: scale(3, 1.5);
  -o-transform: scale(3, 1.5);
  -ms-transform: scale(3, 1.5);
  transform: scale(3, 1.5);
}
.collapsible-line button:not(.collapsed)::after {
  content: '\2303';
  top: 1.75rem;
}
.flatpickr-calendar {
  font-family: "Roboto";
  user-select: none;
}
.flatpickr-day.selected {
  background-color: #003f8f;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #003f8f;
}
.flatpickr-monthSelect-month.selected {
  background-color: #003f8f;
}
.flatpickr-input + .flatpickr-mobile {
  background-color: transparent !important;
}
.flatpickr-input + .flatpickr-mobile::-webkit-date-and-time-value {
  margin: 0;
}
.flatpickr-input[value=''] + .flatpickr-mobile,
.flatpickr-input:not([value]) + .flatpickr-mobile {
  color: transparent !important;
}
.flatpickr-input[value=''] + .flatpickr-mobile::before,
.flatpickr-input:not([value]) + .flatpickr-mobile::before {
  content: attr(placeholder);
  color: #8f8f8c;
}
.flatpickr-monthDropdown-months {
  background-color: white !important;
}
.flatpickr-monthDropdown-months > option {
  font-size: 1.4rem;
  background-color: yellow;
}
.flatpickr-monthDropdown-months > option:hover {
  background-color: #003f8f;
}
.font-weight-bold {
  font-weight: 500 !important;
}
.form-control:focus {
  border-color: #cccccc;
  box-shadow: none;
}
.dropdown-menu {
  color: #585862;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 1.4rem;
  min-width: 95%;
  padding: 0;
  top: -2px !important;
}
.form-row {
  margin-top: 3rem;
}
.form-check label {
  color: #585862;
  font-size: 1.4rem;
  line-height: 2rem;
}
.noborder-checkbox .custom-control-input:focus ~ .custom-control-label::before,
.noborder-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  border-color: #003f8f;
}
.noborder-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.noborder-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #003f8f;
  background: #003f8f;
}
.noborder-checkbox .custom-control-label,
.noborder-radio .custom-control-label {
  font-size: 1.4rem;
  border-color: #585862;
  color: #585862;
  font-weight: 300;
  line-height: 1.036rem;
  padding-left: 0.7rem;
}
.noborder-checkbox .custom-control-label::before,
.noborder-radio .custom-control-label::before {
  width: 1.75rem;
  height: 1.75rem;
  top: -0.35rem;
}
.noborder-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  color: #ffffff;
  content: "\2713";
  font-size: 1.05rem;
  padding: 0;
  font-weight: bold;
}
.noborder-checkbox .custom-control-label::before {
  -webkit-border-radius: 0.46666667rem;
  border-radius: 0.46666667rem;
  width: 1.75rem;
  height: 1.75rem;
  top: -0.35rem;
}
.noborder-checkbox .custom-control-label::after {
  width: 1.75rem;
  height: 1.75rem;
  top: 0.1rem;
  left: -1.05rem;
}
.noborder-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 70%;
}
.noborder-radio .custom-control-label::after {
  width: 1.75rem;
  height: 1.75rem;
  top: -0.35rem;
  left: -1.5rem;
}
.custom-file {
  margin-bottom: 3rem;
}
.custom-file-label {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-style: dashed;
  font-size: 1.2rem;
  color: #003f8f;
  font-weight: 500;
  width: 100%;
  padding: 1.5rem 1rem 3rem 4.5rem;
}
.custom-file-label::before {
  content: '\2601';
  font-size: 3rem;
  position: absolute;
  top: 0.3rem;
  left: 1rem;
  color: #ffffff;
  text-shadow: 1px 1px 3px black;
}
.custom-file-label::after {
  padding: 1.5rem 1rem 3rem;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #003f8f;
  box-shadow: none;
}
.custom-file.file-uploading label,
.custom-file.file-upload-success label {
  padding-top: 0.5rem;
  padding-bottom: 4.5rem;
}
.custom-file.file-upload-success label::before {
  content: '\2713';
}
.custom-file.file-upload-success p {
  position: absolute;
  top: 1.5rem;
  left: 4.5rem;
  color: #72bf44;
  margin: 1rem 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.9rem;
  z-index: 1;
}
.custom-file.file-uploaded label::before {
  content: '\1f5ce';
  top: 0;
}
.custom-file.file-uploading label {
  z-index: -1;
}
.custom-file.file-uploading .progress {
  margin: 0.5rem 4rem;
}
.custom-file.file-uploading .progress-bar {
  background-color: #72bf44;
}
.custom-file:not(.with-button) label::after {
  display: none;
}
.custom-file:not(.ready-to-up) label {
  border-color: #003f8f;
  border-style: solid;
}
.custom-file:not(.ready-to-up) .cancel-btn {
  background: transparent;
  border: 0;
  color: #cccccc;
  font-size: 2rem;
  height: 100%;
  outline: 0;
  position: absolute;
  right: 0.1rem;
  top: 1rem;
  z-index: 10;
}
.accordion > .card {
  border: 0;
}
.accordion > .card .card-header {
  background: transparent;
  border-top: 1px solid rgba(142, 142, 139, 0.3);
  border-bottom: 1px solid rgba(142, 142, 139, 0.3);
  padding: 0;
}
.accordion > .card .card-header h4 {
  margin: 0;
}
.accordion > .card .card-header button {
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #003f8f;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 1rem 0;
  text-align: left;
  width: 100%;
}
.accordion > .card .card-header button:hover,
.accordion > .card .card-header button:focus {
  color: #0e0e10;
  text-decoration: none;
}
.accordion > .card .card-header button::after {
  content: '\2304';
  color: #cccccc;
  font-size: 1rem;
  position: absolute;
  right: 0.5rem;
  top: 0.75rem;
  -moz-transform: scale(3, 1.5);
  -webkit-transform: scale(3, 1.5);
  -o-transform: scale(3, 1.5);
  -ms-transform: scale(3, 1.5);
  transform: scale(3, 1.5);
}
.accordion > .card .card-header button:not(.collapsed)::after {
  content: '\2303';
  top: 1.75rem;
}
.accordion .card-body {
  padding: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  ul.carousel-inner {
    padding-right: 4.5rem;
  }
}
.carousel-caption {
  bottom: 30%;
}
.carousel-caption h5 {
  font-size: 3.6rem;
  line-height: 4.8rem;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  text-align: center;
}
.carousel-caption .btn {
  padding: 1rem 3rem;
}
.card-img {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.card-img .card-body {
  padding: 0.25rem;
}
.card-img .card-text {
  text-align: center;
  font-size: 1.2rem;
  line-height: 3rem;
}
.card-list {
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 1.5rem;
  line-height: 3rem;
}
.card-list .card-header {
  outline: 1px solid #cccccc;
}
.card-list .list-group-item {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 3rem;
  outline: 1px solid #cccccc;
}
.card-list .bg-highlight {
  outline-color: #003f8f;
}
.angled-nav-btns .carousel-control-next,
.angled-nav-btns .carousel-control-prev {
  color: #ffffff;
  font-size: 16rem;
  opacity: 0.8;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}
.angled-nav-btns .carousel-control-next-icon,
.angled-nav-btns .carousel-control-prev-icon {
  opacity: 0;
}
.angled-nav-btns .carousel-control-next:hover,
.angled-nav-btns .carousel-control-prev:hover {
  color: #0e0e10;
  text-shadow: 0 0 0.7rem #cccccc;
}
.angled-nav-btns .carousel-control-next::after,
.angled-nav-btns .carousel-control-prev::after {
  transform: scale(0.7, 1.2);
}
.angled-nav-btns .carousel-control-prev::after {
  content: '\2039';
}
.angled-nav-btns .carousel-control-next::after {
  content: '\203a';
}
.semicircled-nav-btns .carousel-control-next,
.semicircled-nav-btns .carousel-control-prev {
  color: #003f8f;
  font-size: 7rem;
  font-weight: 300;
  opacity: 0.8;
  width: 75px;
}
.semicircled-nav-btns .carousel-control-next span,
.semicircled-nav-btns .carousel-control-prev span {
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}
.semicircled-nav-btns .carousel-control-next-icon,
.semicircled-nav-btns .carousel-control-prev-icon {
  background: #ffffff;
  height: 100px;
  position: absolute;
  width: 50px;
}
.semicircled-nav-btns .carousel-control-next:hover,
.semicircled-nav-btns .carousel-control-prev:hover {
  color: #ffffff;
}
.semicircled-nav-btns .carousel-control-next:hover span,
.semicircled-nav-btns .carousel-control-prev:hover span {
  background: #cccccc;
}
.semicircled-nav-btns .carousel-control-next::after,
.semicircled-nav-btns .carousel-control-prev::after {
  position: absolute;
  -moz-transform: scale(1.5, 1.2);
  -webkit-transform: scale(1.5, 1.2);
  -o-transform: scale(1.5, 1.2);
  -ms-transform: scale(1.5, 1.2);
  transform: scale(1.5, 1.2);
}
.semicircled-nav-btns .carousel-control-prev {
  box-shadow: inset 8rem 0 4rem -5rem #ffffff;
}
.semicircled-nav-btns .carousel-control-prev-icon {
  -webkit-border-radius: 0 200px 200px 0;
  border-radius: 0 200px 200px 0;
  left: 0;
}
.semicircled-nav-btns .carousel-control-prev::after {
  left: 12.5px;
  content: '\2039';
}
.semicircled-nav-btns .carousel-control-next {
  box-shadow: inset -8rem 0 4rem -5rem #ffffff;
}
.semicircled-nav-btns .carousel-control-next-icon {
  -webkit-border-radius: 200px 0 0 200px;
  border-radius: 200px 0 0 200px;
  right: 0;
}
.semicircled-nav-btns .carousel-control-next::after {
  right: 12.5px;
  content: '\203a';
}
@media screen and (min-width: 768px) {
  .multi-item-carousel.p-inner .carousel-inner .carousel-item {
    padding: 0;
  }
  .multi-item-carousel.p-inner .carousel-inner .carousel-item.active {
    padding-right: 1.5rem;
  }
  .multi-item-carousel.p-inner .carousel-inner .carousel-item.active + .carousel-item {
    padding: 0 0.75rem;
  }
  .multi-item-carousel.p-inner .carousel-inner .carousel-item.active + .carousel-item + .carousel-item {
    padding-left: 1.5rem;
  }
  .multi-item-carousel.p-inner .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item {
    padding-left: 1.5rem;
  }
  .multi-item-carousel.p-inner .carousel-inner .carousel-item-prev.carousel-item-right {
    padding-right: 1.5rem;
  }
  .multi-item-carousel .carousel-inner .carousel-item {
    margin-right: inherit;
    background: #ffffff;
  }
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item {
    display: block;
  }
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
    position: absolute;
    top: 0;
    right: -33.33333333%;
    visibility: visible;
    z-index: -1;
  }
  .multi-item-carousel .carousel-inner .carousel-item-next,
  .multi-item-carousel .carousel-inner .carousel-item-prev {
    position: relative;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    z-index: -1;
  }
  .multi-item-carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    -moz-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .multi-item-carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    -moz-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: block;
    visibility: visible;
  }
  .multi-item-carousel.shifted-items .carousel-inner .carousel-item {
    padding: 0 1.5rem;
  }
  .multi-item-carousel.shifted-items .carousel-inner .carousel-item.active {
    -moz-transform: translate3d(-40%, 0, 0);
    -webkit-transform: translate3d(-40%, 0, 0);
    -o-transform: translate3d(-40%, 0, 0);
    -ms-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
  .multi-item-carousel.shifted-items .carousel-inner .carousel-item.active + .carousel-item,
  .multi-item-carousel.shifted-items .carousel-inner .carousel-item.active + .carousel-item + .carousel-item,
  .multi-item-carousel.shifted-items .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
    -moz-transform: translate3d(-40%, 0, 0);
    -webkit-transform: translate3d(-40%, 0, 0);
    -o-transform: translate3d(-40%, 0, 0);
    -ms-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
  .multi-item-carousel.shifted-items .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }
  .multi-item-carousel.shifted-items .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.33333333%;
    z-index: -10;
    display: block;
    visibility: visible;
  }
  .multi-item-carousel.shifted-items .carousel-inner .carousel-item-next,
  .multi-item-carousel.shifted-items .carousel-inner .carousel-item-prev {
    transform: translate3d(-40%, 0, 0);
  }
  .multi-item-carousel.shifted-items .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: -40%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .multi-item-carousel.shifted-items .active.carousel-item-left + .carousel-item-next.carousel-item-left {
    -moz-transform: translate3d(-140%, 0, 0);
    -webkit-transform: translate3d(-140%, 0, 0);
    -o-transform: translate3d(-140%, 0, 0);
    -ms-transform: translate3d(-140%, 0, 0);
    transform: translate3d(-140%, 0, 0);
  }
  .multi-item-carousel.shifted-items .active.carousel-item-left,
  .multi-item-carousel.shifted-items .carousel-item-next.carousel-item-left + .carousel-item,
  .multi-item-carousel.shifted-items .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
    -moz-transform: translate3d(-140%, 0, 0) !important;
    -webkit-transform: translate3d(-140%, 0, 0) !important;
    -o-transform: translate3d(-140%, 0, 0) !important;
    -ms-transform: translate3d(-140%, 0, 0) !important;
    transform: translate3d(-140%, 0, 0) !important;
  }
  .multi-item-carousel.shifted-items .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    -moz-transform: translate3d(-40%, 0, 0);
    -webkit-transform: translate3d(-40%, 0, 0);
    -o-transform: translate3d(-40%, 0, 0);
    -ms-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
  .multi-item-carousel.shifted-items .carousel-item-prev.carousel-item-right {
    -moz-transform: translate3d(92%, 0, 0);
    -webkit-transform: translate3d(92%, 0, 0);
    -o-transform: translate3d(92%, 0, 0);
    -ms-transform: translate3d(92%, 0, 0);
    transform: translate3d(92%, 0, 0);
  }
  .multi-item-carousel.shifted-items .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .multi-item-carousel.shifted-items .carousel-item-prev.carousel-item-right + .carousel-item,
  .multi-item-carousel.shifted-items .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .multi-item-carousel.shifted-items .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
  .multi-item-carousel.shifted-items .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    -moz-transform: translate3d(60%, 0, 0);
    -webkit-transform: translate3d(60%, 0, 0);
    -o-transform: translate3d(60%, 0, 0);
    -ms-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
}
p {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 0;
  padding: 0;
  line-height: 2;
}
a {
  color: #8f8f8c;
  cursor: pointer;
  text-decoration: none;
}
* .fs {
  z-index: 1000 !important;
  width: 100vw !important;
  height: 100vh !important;
}
*:fullscreen {
  z-index: 1000 !important;
  width: 100vw !important;
  height: 100vh !important;
}
*:-webkit-full-screen {
  z-index: 1000 !important;
  width: 100vw !important;
  height: 100vh !important;
}
*:-moz-full-screen {
  z-index: 1000 !important;
  width: 100vw !important;
  height: 100vh !important;
}
*:-ms-fullscreen {
  z-index: 1000 !important;
  width: 100vw !important;
  height: 100vh !important;
}
*:fullscreen {
  z-index: 1000 !important;
  width: 100vw !important;
  height: 100vh !important;
}
*:not(i, strong, bolder) {
  font-family: 'Roboto', sans-serif;
}
*:not(i, strong, bolder):not(strong) {
  font-weight: 300;
}
strong {
  font-weight: bold;
}
html {
  position: relative;
  min-height: 100%;
  font-size: 62.5%;
}
body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  background-color: #ffffff;
  font-size: 1.5rem;
  min-height: 100vh;
}
body.header-padding {
  padding-top: 6.1rem;
}
body.footer-padding {
  padding-bottom: 16.8rem;
}
@media only screen and (max-width: 991px) {
  body.footer-padding {
    padding-bottom: 26.3rem;
  }
}
@media only screen and (max-width: 767px) {
  body.footer-padding {
    padding-bottom: 39.4rem;
  }
}
body.footer-padding.alerts-padding {
  min-height: calc(100vh - 5.49rem);
  margin-bottom: 5.49rem;
}
body.no-scroll {
  overflow-y: hidden;
}
body.campaign-show {
  overflow-y: hidden;
}
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.overlay.show {
  display: block;
}
@media only screen and (max-height: 767px) {
  #rc-imageselect,
  .g-recaptcha {
    width: 100%;
  }
}
.home-page .simulator,
.home-page #simulator-search-box {
  margin-top: -6rem;
}
.beta-container {
  position: fixed;
  top: 0;
  margin-right: inherit;
  padding-right: inherit;
  z-index: 15;
  width: 100%;
}
.beta-container #beta-tag {
  position: absolute;
  margin-right: inherit;
  top: 4.1rem;
  right: 8.6rem;
  font-weight: 600;
  font-size: 1.1rem;
  background-color: #ffd400;
  border-radius: 2px;
  padding: 0 7px 0 7px;
  color: black;
  margin-top: 12px;
  -webkit-box-shadow: 0px 1px 9px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 9px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 9px -4px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 991px) {
  .beta-container {
    right: -2rem;
  }
}
.form-placeholder {
  font-family: "Roboto Light";
  font-size: 1.4rem;
  color: #8f8f8c;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Roboto Light";
  font-size: 1.4rem;
  color: #8f8f8c;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "Roboto Light";
  font-size: 1.4rem;
  color: #8f8f8c;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "Roboto Light";
  font-size: 1.4rem;
  color: #8f8f8c;
}
.link-title-overlay {
  position: relative;
  z-index: 3;
}
.text-and-image {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-and-image.top {
  align-items: flex-start;
}
.text-and-image.bottom {
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .text-and-image .image-block {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.text-and-image .image-block img {
  height: auto;
  max-width: 100%;
}
.text-and-image .image-block a {
  width: 100%;
}
.text-and-image .text-block {
  word-break: break-word;
  text-align: left;
  letter-spacing: normal;
}
.text-and-image .text-block .subtitle {
  max-height: 3rem;
  font-size: 2rem;
  margin-bottom: 2.3rem;
  color: #003f8f;
}
.text-and-image .text-block .subtitle.left {
  text-align: left;
}
.text-and-image .text-block .subtitle.center {
  text-align: center;
}
.text-and-image .text-block .subtitle.right {
  text-align: right;
}
.text-and-image .text-block .text {
  line-height: 2;
  color: #8f8f8c;
}
@media only screen and (max-width: 767.5px) {
  .text-and-image {
    max-width: unset;
  }
  .text-and-image img {
    width: 100%;
  }
  .text-and-image .text-block {
    margin: 2.3rem 0;
    text-align: justify;
  }
}
.text-collumns-container {
  position: relative;
  line-height: 2;
  color: #585862;
  text-align: justify;
}
.text-collumns-container img {
  width: 100%;
  height: auto;
}
.text-collumns-container .twoColumns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.text-collumns-container .threeColumns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .text-collumns-container .threeColumns {
    all: unset;
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .text-collumns-container .twoColumns {
    all: unset;
    padding: 0 1.5rem;
  }
}
.banner-text-widget {
  height: 35rem;
}
.img-cover-container {
  position: relative;
  overflow: hidden;
}
.img-cover-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.banner-image {
  position: relative;
  overflow: hidden;
  padding: 4.1rem 3rem;
  height: 100%;
  width: 100%;
}
.banner-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.banner-image-container {
  margin: 0 8.8rem;
}
@media screen and (max-width: 767px) {
  .banner-image-container {
    margin: 0 0.8rem;
  }
}
.banner-image-container .btn {
  color: #ffffff;
  background: #003f8f;
  border: 0;
  border-radius: 0.2rem;
  font-size: 1.8rem;
  padding: 1.6rem 3rem;
  margin-top: 2rem;
  letter-spacing: 0.053rem;
  transition: all 0.2s ease-in-out;
}
.banner-image-container .btn:hover {
  filter: brightness(140%);
}
@media screen and (max-width: 767px) {
  .banner-image-container .btn {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .banner-image-container .btn {
    font-size: 1.4rem;
  }
}
.banner-image-container .title {
  display: table;
  color: #ffffff;
  font-size: 3.6rem;
  letter-spacing: 0.057rem;
  line-height: 8rem;
  margin: 1rem 0;
  padding: 0.1rem 0.5rem;
  width: 62%;
}
@media screen and (max-width: 1199px) {
  .banner-image-container .title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 991px) {
  .banner-image-container .title {
    font-size: 2.7rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-image-container .title {
    font-size: 2.2rem;
    line-height: 5rem;
  }
}
.banner-image-container.left .widget-title,
.banner-image-container.left p {
  margin-right: auto;
}
.banner-image-container.center .widget-title,
.banner-image-container.center p {
  margin: 0 auto;
}
.banner-image-container.right .widget-title,
.banner-image-container.right p {
  margin-left: auto;
}
.list-group {
  list-style-type: none;
  width: 100%;
  padding: 0 1.5rem;
}
.list-group .title {
  color: #ffffff;
  background-color: #003f8f;
}
.list-group a {
  text-decoration: none;
}
.list-group a li:hover {
  color: #ffffff;
  background-color: #8f8f8c;
}
.list-group li {
  color: #585862;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  width: 100%;
  border: 1px solid #dddddc;
  transition: 0.1s all ease-in-out;
}
.list-group li:not(:first-child) {
  border-top: none;
}
.home-article-slider {
  position: relative;
}
.home-article-slider .home-article-slider-expander {
  z-index: 1;
  position: relative;
  /*@media only screen and (max-width: @dvc_s) {
            margin: 0 -140%;
            width: 360.5%;
        }*/
}
@media only screen and (max-width: 767px) {
  .home-article-slider .home-article-slider-expander {
    margin: 0 -119%;
    width: 337.5%;
  }
}
@media only screen and (min-width: 768px) {
  .home-article-slider .home-article-slider-expander {
    margin: 0 -62%;
    width: 224%;
  }
}
@media only screen and (min-width: 992px) {
  .home-article-slider .home-article-slider-expander {
    margin: 0 -58.6%;
    width: 217%;
  }
}
@media only screen and (min-width: 1200px) {
  .home-article-slider .home-article-slider-expander {
    margin: 0 -57.2%;
    width: 214.2%;
  }
}
.home-article-slider .home-article-slider-expander .homeslider_overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  width: 27%;
}
@media only screen and (max-width: 767px) {
  .home-article-slider .home-article-slider-expander .homeslider_overlay {
    width: 35%;
  }
}
.home-article-slider .home-article-slider-expander .homeslider_overlay .overlay-block {
  height: 100%;
  display: inline-block;
  margin: -1% 0;
}
.home-article-slider .home-article-slider-expander .homeslider_overlay .color-block {
  flex-basis: 67%;
  background-color: #ffffff;
}
.home-article-slider .home-article-slider-expander .homeslider_overlay .gradient-block {
  width: 33%;
  background: #ffffff;
}
.home-article-slider .home-article-slider-expander .homeslider_overlay_left {
  left: 0;
}
.home-article-slider .home-article-slider-expander .homeslider_overlay_left .gradient-block {
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9) 54%, rgba(255, 255, 255, 0.12));
}
.home-article-slider .home-article-slider-expander .homeslider_overlay_right {
  right: 0;
}
.home-article-slider .home-article-slider-expander .homeslider_overlay_right .gradient-block {
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.9) 54%, rgba(255, 255, 255, 0.12));
}
.home-article-slider .home-article-slider-expander .slider {
  width: 100%;
}
.home-article-slider .home-article-slider-expander .slider .slick-arrow {
  display: none;
}
.home-article-slider .home-article-slider-expander .slider .slick-slide {
  height: auto;
  padding: 0 1.5rem;
}
.home-article-slider .home-article-slider-expander .slick-arrow {
  position: absolute;
  z-index: 2;
  height: 5rem;
  width: 5rem;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.home-article-slider .home-article-slider-expander .slick-arrow_next {
  background-image: url('/Content/Images/Arrows/Iconografia_ChevronRight.svg');
}
.home-article-slider .home-article-slider-expander .slick-arrow_prev {
  background-image: url('/Content/Images/Arrows/Iconografia_ChevronLeft.svg');
}
@media screen and (max-width: 767px) {
  .home-article-slider .home-article-slider-expander .slick-arrow {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.75);
    height: 5.18rem;
    width: 2.59rem;
    background-size: 1.2rem;
    background-repeat: no-repeat;
  }
  .home-article-slider .home-article-slider-expander .slick-arrow_next {
    border-bottom-left-radius: 11.2rem;
    border-top-left-radius: 11.2rem;
    right: -0.1rem;
    background-image: url('/Content/Images/Arrows/Iconografia_ChevronRight.svg');
    background-position: 60%;
  }
  .home-article-slider .home-article-slider-expander .slick-arrow_prev {
    border-bottom-right-radius: 11.2rem;
    border-top-right-radius: 11.2rem;
    left: -0.1rem;
    background-image: url('/Content/Images/Arrows/Iconografia_ChevronLeft.svg');
    background-position: 40%;
  }
}
#light-box-modal.modal.show {
  background-color: transparent;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #light-box-modal .modal-dialog {
    margin: 0;
  }
}
#light-box-modal .modal-content {
  background-color: #fefefe;
}
#light-box-modal .modal-content .modal-body {
  padding: 0.6rem;
}
#light-box-modal .close {
  color: white;
  position: absolute;
  top: 1rem;
  right: 2.5rem;
  font-size: 4.5rem;
  font-weight: bold;
}
#light-box-modal img {
  max-width: 100%;
  max-height: 90vh;
}
.gallery-widget .widget-title {
  margin-bottom: 0 !important;
}
.gallery-widget .col-xl-6,
.gallery-widget .col-xl-4 {
  margin-top: 2.3rem;
}
.gallery-widget .col-xl-4 .image-media-gallery {
  height: 25.32rem;
  width: 25.45rem;
}
.gallery-widget .col-xl-4 .media-gallery-label {
  padding-top: 0.86rem;
}
.gallery-widget .col-xl-6 .image-media-gallery {
  height: 25.3rem;
  width: 39.7rem;
}
.gallery-widget .col-xl-6 .media-gallery-label {
  padding-top: 0.85rem;
}
.gallery-widget .card {
  /*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .image-media-gallery {
                height: 100%;
            }
        }*/
}
@media screen and (max-width: 1199px) {
  .gallery-widget .card-img {
    align-items: center;
  }
}
.gallery-widget .card .image-media-gallery .card-img-top {
  height: 100%;
}
.gallery-widget .card-text {
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.25;
  text-align: center;
  color: #585862;
}
.gallery-widget .card .media-gallery-label {
  width: 100%;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: center;
  color: #585862;
}
.top-image-slider {
  display: flex;
  justify-content: center;
  align-self: center;
}
.top-image-slider .slider-container {
  width: 100%;
  height: 52.6rem;
}
@media only screen and (max-width: 575px) {
  .top-image-slider .slider-container {
    height: 30rem;
  }
}
.top-image-slider .slider-container .slider {
  width: 100%;
}
.top-image-slider .slider-container .slider .slick-list {
  padding: 0 !important;
}
.top-image-slider .slider-container .slider .banner-image {
  height: 52.6rem;
}
@media only screen and (max-width: 575px) {
  .top-image-slider .slider-container .slider .banner-image {
    height: 30rem;
  }
}
.top-image-slider .slider-container .slider .slick-arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-image-slider .slider-container .slider .slick-arrow {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.75);
    height: 5.18rem;
    width: 2.59rem;
    background-size: 1.2rem;
    background-repeat: no-repeat;
  }
  .top-image-slider .slider-container .slider .slick-arrow_next {
    border-bottom-left-radius: 11.2rem;
    border-top-left-radius: 11.2rem;
    right: -0.1rem;
    background-image: url('/Content/Images/Arrows/Iconografia_ChevronRight.svg');
    background-position: 60%;
  }
  .top-image-slider .slider-container .slider .slick-arrow_prev {
    border-bottom-right-radius: 11.2rem;
    border-top-right-radius: 11.2rem;
    left: -0.1rem;
    background-image: url('/Content/Images/Arrows/Iconografia_ChevronLeft.svg');
    background-position: 40%;
  }
}
.flipper-widget {
  padding-top: 10.25rem;
  overflow-x: hidden;
}
.flipper-widget .caseslide__hd {
  font-family: "Roboto";
  position: absolute;
  top: -10.25rem;
  left: 0;
  height: 10.25rem;
  color: #003f8f;
  vertical-align: top;
  width: 100%;
  font-size: 5.5rem;
  font-weight: normal;
  line-height: 7.3rem;
  text-align: center;
  line-height: 1.33;
  letter-spacing: 0.79px;
}
.flipper-widget .caseslide__img {
  max-height: 46rem;
  height: auto;
  width: 100% !important;
}
.flipper-widget .casedetails {
  margin-top: 6rem;
}
.flipper-widget .casedetail__desc {
  font-family: "Roboto Light";
  border-left: 2px solid #003f8f;
  padding-left: 1rem;
  color: #585862;
  font-weight: 300;
}
.flipper-widget .casedetail__hd {
  color: #003f8f;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3rem;
}
.flipper-widget .casedetail__txt {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 3rem;
  text-align: justify;
}
.flipper-widget .casedetail__img {
  margin: 3rem auto;
  width: 100%;
}
.flipper-widget .casedetail p {
  line-height: 2;
}
.flipper-widget .flipster {
  overflow-x: visible;
}
.flipper-widget .flipster__container {
  height: auto !important;
}
.flipper-widget .flipster__item {
  vertical-align: middle;
}
.flipper-widget .flipster__item--future .caseslide__hd,
.flipper-widget .flipster__item--past .caseslide__hd {
  font-family: "Roboto Light";
  font-weight: 300;
  line-height: 1.33;
  top: -19rem;
}
.flipper-widget .flipster__button {
  position: absolute;
  top: 0;
  cursor: pointer;
  color: #ffffff;
  font-size: 10rem;
  font-weight: 300;
  height: 100%;
  width: 15.7rem;
  margin: 0;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .flipper-widget .flipster__button {
    width: 6rem;
  }
}
.flipper-widget .flipster__button:focus {
  outline: none;
}
.flipper-widget .flipster__button--prev {
  left: calc(50% - 36.5rem);
  opacity: 0.4;
  background-image: linear-gradient(to right, #000000 22%, rgba(118, 118, 118, 0.08));
}
@media screen and (max-width: 667px) {
  .flipper-widget .flipster__button--prev {
    left: 0;
  }
}
.flipper-widget .flipster__button--next {
  right: calc(50% - 36.5rem);
  opacity: 0.4;
  background-image: linear-gradient(to left, #000000 22%, rgba(118, 118, 118, 0.08));
}
@media screen and (max-width: 667px) {
  .flipper-widget .flipster__button--next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .flipper-widget .flipster__button {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.75);
    height: 5.18rem;
    width: 2.59rem;
    background-size: 1.2rem;
    background-repeat: no-repeat;
    opacity: 1;
  }
  .flipper-widget .flipster__button--next {
    border-bottom-left-radius: 11.2rem;
    border-top-left-radius: 11.2rem;
    right: -0.1rem;
    background-image: url('/Content/Images/Arrows/Iconografia_ChevronRight.svg');
    background-position: 60%;
  }
  .flipper-widget .flipster__button--prev {
    border-bottom-right-radius: 11.2rem;
    border-top-right-radius: 11.2rem;
    left: -0.1rem;
    background-image: url('/Content/Images/Arrows/Iconografia_ChevronLeft.svg');
    background-position: 40%;
  }
}
.flipper-widget .flipster__button img {
  filter: brightness(0) invert(1);
}
.flipper-widget .flipster__button img.prev {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .flipper-widget .flipster__button img {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .flipper-widget .fl-bs-carousel-cnt {
    padding: 2.5rem;
  }
}
.flipper-widget .carousel-inner {
  padding-left: 0;
}
.flipper-widget .carousel-item {
  transition: transform 0.5s ease, opacity 0.5s ease-out;
}
.flipper-widget .carousel.pointer-event {
  touch-action: unset;
  -ms-touch-action: unset;
}
@media screen and (max-width: 767px) {
  .flipper-widget ul.carousel-inner {
    padding-right: 0;
  }
}
.social-share .at-resp-share-element,
.social-share .at-share-btn {
  margin: 0 0.5rem 0.5rem !important;
}
.image-video-banner {
  color: white;
  height: 100vh;
  margin: 0 0 5rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.image-video-banner.image {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.image-video-banner-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.image-video-banner video {
  background-color: #383838;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.image-video-banner .main-title p {
  margin: 0 10rem;
  font-size: 7.1rem;
  line-height: 9.1rem;
}
@media screen and (max-width: 767px) {
  .image-video-banner .main-title p {
    font-size: 4.1rem;
    line-height: 4.1rem;
    text-align: left;
    margin: 0 2rem;
  }
}
.image-video-banner .sub-title p {
  font-size: 2.2rem;
  margin-bottom: 0;
  line-height: 2.6rem;
  padding: 0 5rem;
}
@media screen and (max-width: 1199px) {
  .image-video-banner .sub-title p {
    font-size: 2rem;
    line-height: 1.8rem;
    padding: 0 2rem;
  }
}
.image-video-banner .mouse {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.2rem;
  line-height: 2rem;
  transform: translate(-50%, -110%);
}
@media screen and (max-width: 767px) {
  .image-video-banner .mouse img {
    height: 6rem;
  }
}
.image-video-banner .top-row {
  height: 70vh;
}
@media screen and (max-width: 767px) {
  .image-video-banner .top-row {
    height: 65vh;
  }
}
.image-video-banner .bottom-row {
  height: 30vh;
}
@media screen and (max-width: 767px) {
  .image-video-banner .bottom-row {
    height: 35vh;
  }
}
.image-video-banner .border-white {
  border-left: 1px solid white;
}
.image-slider {
  display: flex;
  justify-content: center;
  align-self: center;
  height: auto;
}
.image-slider .slider-container {
  width: 100%;
  height: auto;
  position: relative;
}
.image-slider .slider-container .gradient {
  position: absolute;
  top: 0;
  height: 100%;
  max-height: 100%;
  width: 5rem;
  z-index: 1;
  opacity: 0.65;
}
.image-slider .slider-container .gradient-right {
  right: 0;
  background-image: linear-gradient(to left, #000000 22%, rgba(118, 118, 118, 0.08));
}
.image-slider .slider-container .gradient-left {
  left: 0;
  background-image: linear-gradient(to right, #000000 22%, rgba(118, 118, 118, 0.08));
}
.image-slider .slider-container .slider {
  width: 100%;
}
.image-slider .slider-container .slider .slick-list {
  padding: 0 !important;
}
.image-slider .slider-container .slider .slick-list .slide-item .banner-image {
  padding: 0;
}
.image-slider .slider-container .slider .slick-list .slide-item .banner-image img {
  all: unset;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .image-slider .slider-container .slider .slick-list .slide-item .banner-image img {
    min-height: 100%;
  }
}
.image-slider .slider-container .slider .slick-arrow {
  position: absolute;
  height: 4rem;
  width: 3rem;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  z-index: 2;
}
.image-slider .slider-container .slider .slick-arrow_next {
  background-image: url('/Content/Images/Arrows/Iconografia_WhiteChevronRight.svg');
  right: 3rem;
}
.image-slider .slider-container .slider .slick-arrow_prev {
  background-image: url('/Content/Images/Arrows/Iconografia_WhiteChevronLeft.svg');
  left: 3rem;
}
.umbraco-forms-form {
  padding: 0 !important;
  padding-top: 1rem !important;
  font-weight: 300 !important;
}
.umbraco-forms-form .umbraco-forms-page .form-label {
  font-family: "Roboto Medium";
  font-size: 1.4rem;
  line-height: 1.33;
  color: #1d1d1b;
  margin-bottom: 0.3rem;
  font-weight: 300;
  letter-spacing: 0.017rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset {
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset:not(.first-fieldset) {
  margin-top: 3rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset legend {
  min-height: 2.1rem;
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 0;
  color: #585862;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field {
  width: 100%;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 0.8rem 1.3rem;
  margin-top: 3rem;
  position: relative;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.fileupload {
  border: none;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.fileupload .drop-zone-container {
  cursor: pointer;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dataconsent {
  border: none;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dataconsent label {
  font-family: "Roboto Light";
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: #585862;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dataconsent label.accept-message {
  text-align: justify;
  margin-top: -0.3rem;
  font-family: "Roboto Medium";
  font-size: 1.6rem;
  color: #585862;
  line-height: 1.36;
  letter-spacing: 0.02rem;
  word-break: break-word;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.multiplechoice,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.singlechoice,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dataconsent {
  border: 0.1rem solid transparent;
  padding-left: 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.multiplechoice[valid=false],
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.singlechoice[valid=false],
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dataconsent[valid=false] {
  padding-left: 0.5rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dropdown {
  padding: 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dropdown .umbraco-forms-label {
  padding: 0.8rem 1.3rem;
  padding-bottom: 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dropdown .select2 {
  margin-left: 0.1rem;
  width: 100% !important;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dropdown .select2 .select2-dropdown {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #cccccc;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dropdown .select2 .select2-dropdown .select2-results__options {
  font-size: 14px;
  line-height: 1.36;
  color: #585862;
  font-family: "Roboto Light";
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dropdown .select2 .select2-dropdown .select2-results__options > li {
  transition: all 0.2s ease-in-out;
  padding: 1.3rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dropdown .select2 .select2-dropdown .select2-results__options > li:hover {
  background-color: #eeeeee;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dropdown .select2 .select2-dropdown--below {
  margin-top: 0.1rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dropdown .select2 .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #1d1d1b;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dropdown .select2 .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #1d1d1b;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dropdown .select2 .select2-selection {
  background-color: transparent;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dropdown .select2 .select2-selection.select2-selection--single {
  border: none;
  outline: none;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dropdown .select2 .select2-selection.select2-selection--single .select2-selection__arrow b {
  border-color: #1d1d1b transparent transparent transparent;
  margin-left: -1rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.dropdown .select2 .select2-selection__rendered {
  color: #585862;
  font-family: "Roboto Light";
  font-size: 1.6rem;
  padding-left: 0;
  margin-left: 1.3rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .drop-zone-container {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background-color: inherit;
  display: flex;
  border: dashed 1px #575761;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .drop-zone-container.drag-mode {
  border: solid 0.2rem #003f8f;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .drop-zone-container .drop-zone-icon {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.8rem;
  width: 3rem;
  background-image: url('/Content/Images/Icons/Carris_Icones_AzulCarris_Upload.svg');
  background-repeat: no-repeat;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .drop-zone-container .drop-zone-label {
  font-family: "Roboto Medium";
  font-size: 1.4rem;
  line-height: 1.33;
  color: #1d1d1b;
  margin-bottom: 0.3rem;
  font-weight: 300;
  letter-spacing: 0.017rem;
  position: absolute;
  left: calc(1.25rem + 3rem);
  top: 50%;
  transform: translateY(-50%);
  padding-right: 3rem;
  max-height: 5rem;
  line-height: 2rem;
  cursor: pointer;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .drop-zone-container .drop-zone-close {
  position: absolute;
  top: 1%;
  height: 98%;
  right: 1.25rem;
  width: 6rem;
  background-image: url('/Content/Images/Icons/icon-close-red-light.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field label {
  font-family: "Roboto Medium";
  font-size: 1.4rem;
  line-height: 1.33;
  color: #1d1d1b;
  margin-bottom: 0.3rem;
  font-weight: 300;
  letter-spacing: 0.017rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper {
  overflow-x: hidden;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input:not([type="checkbox"]):not([type="radio"]),
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper select:not([type="checkbox"]):not([type="radio"]),
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper textarea:not([type="checkbox"]):not([type="radio"]) {
  font-family: "Roboto Light";
  line-height: 1.36;
  letter-spacing: 0.02rem;
  border: none;
  width: 100%;
  max-width: 100% !important;
  padding: 0;
  margin: 0;
  min-height: 1.9rem;
  font-size: 1.6rem;
  color: #585862;
  background: none;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input:not([type="checkbox"]):not([type="radio"]):focus,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper select:not([type="checkbox"]):not([type="radio"]):focus,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper textarea:not([type="checkbox"]):not([type="radio"]):focus {
  outline: none;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input:not([type="checkbox"]):not([type="radio"])::-ms-clear,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper select:not([type="checkbox"]):not([type="radio"])::-ms-clear,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper textarea:not([type="checkbox"]):not([type="radio"])::-ms-clear {
  display: none;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper select:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  max-width: 100% !important;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input[type="radio"],
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input[type="checkbox"] {
  min-height: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.8rem;
  padding: 0;
  cursor: pointer;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .form-placeholder {
  font-family: "Roboto Light";
  font-size: 1.6rem;
  color: #8f8f8c;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input::placeholder,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper select::placeholder,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper textarea::placeholder {
  font-family: "Roboto Light";
  font-size: 1.6rem;
  color: #8f8f8c;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input::-webkit-input-placeholder,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper select::-webkit-input-placeholder,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper textarea::-webkit-input-placeholder {
  font-family: "Roboto Light";
  font-size: 1.6rem;
  color: #8f8f8c;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input:-ms-input-placeholder,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper select:-ms-input-placeholder,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper textarea:-ms-input-placeholder {
  font-family: "Roboto Light";
  font-size: 1.6rem;
  color: #8f8f8c;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input::-ms-input-placeholder,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper select::-ms-input-placeholder,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper textarea::-ms-input-placeholder {
  font-family: "Roboto Light";
  font-size: 1.6rem;
  color: #8f8f8c;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input::-moz-placeholder,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper select::-moz-placeholder,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper textarea::-moz-placeholder {
  font-family: "Roboto Light";
  font-size: 1.6rem;
  color: #8f8f8c;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radio-container {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex !important;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radio-container input {
  position: absolute;
  cursor: pointer;
  margin-left: 0.1rem;
  margin-bottom: 0.1rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radio-container .checkmark {
  position: relative;
  height: 1.55rem;
  width: 1.55rem;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 0.8rem;
  border: solid 0.08rem #1d1d1b;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radio-container .checkmark.invalid {
  border: solid 0.08rem #ed1c24;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radio-container .checkmark:after {
  content: "";
  position: relative;
  display: none;
  top: 0.4rem;
  left: 0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #ffffff;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radio-container input:checked ~ .checkmark {
  background-color: #1d1d1b;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radio-container input:checked ~ .checkmark:after {
  display: block;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .check-container {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex !important;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .check-container input {
  position: absolute;
  cursor: pointer;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .check-container .checkmark {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
  background-color: #ffffff;
  margin-right: 0.8rem;
  border-radius: 0.3rem;
  border: solid 0.08rem #1d1d1b;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .check-container .checkmark.invalid {
  border: solid 0.08rem #ed1c24;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .check-container .checkmark:after {
  content: "";
  position: relative;
  display: none;
  left: 0.5rem;
  top: -0.05rem;
  width: 0.5rem;
  height: 1.2rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .check-container input:checked ~ .checkmark {
  background-color: #1d1d1b;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .check-container input:checked ~ .checkmark:after {
  display: block;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist input,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist input {
  opacity: 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist label,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist label {
  display: block;
  color: #8f8f8c;
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
  font-family: "Roboto Light";
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist .checkmark,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .checkmark {
  position: absolute;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist .text-radio-check,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist .text-radio-check {
  word-break: break-word;
  padding-left: 2.4rem !important;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .datepickerfield {
  width: 80%;
  max-width: 80% !important;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .datepicker-icon {
  background-image: url(/Content/Images/Icons/icon-datepicker.svg);
  background-repeat: no-repeat;
  width: 4.8rem;
  height: 98%;
  position: absolute;
  top: 1%;
  bottom: 1%;
  right: 1%;
  background-color: #ffffff;
  background-position: center;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .datepicker-icon.invalid {
  background-image: url(/Content/Images/Icons/icon-datepicker-alert.svg);
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .alert-icon {
  position: absolute;
  height: 95%;
  top: 2.5%;
  bottom: 1%;
  right: 1%;
  width: 4.8rem;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: center;
  background-image: url(/Content/Images/Icons/icon-alert.svg);
  display: none;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.checkbox {
  display: flex;
  border: none;
  position: relative;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.checkbox label {
  font-size: 1.6rem;
  color: #585862;
  margin: 0;
  text-align: justify;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.checkbox label.umbraco-forms-label {
  margin-top: -0.3rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper {
  margin-left: -1.3rem;
  overflow-x: visible;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field[valid=false],
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field[valid=false] .drop-zone-container {
  border-color: #ed1c24;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field[valid=false] .umbraco-forms-field-wrapper .alert-icon,
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field[valid=false] .drop-zone-container .umbraco-forms-field-wrapper .alert-icon {
  display: block;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.recaptcha2 {
  border: none;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.recaptcha2:not(.alternating) {
  height: 7.8rem;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.recaptcha2:not(.alternating) .umbraco-forms-field-wrapper {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 334px) {
  .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field.recaptcha2:not(.alternating) {
    margin-left: -2%;
  }
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset span.field-validation-error {
  font-size: 1.4rem;
  font-style: italic;
  color: #ed1c24 !important;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .umbraco-forms-form .umbraco-forms-page [type=submit] {
    width: 100%;
  }
  .umbraco-forms-form .umbraco-forms-page .row-fluid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation {
  margin-left: -1.5rem;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-top: 3rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation input {
  padding: 1.7rem 5rem;
  border-radius: 0.2rem;
  background-color: #8f8f8c;
  color: #ffffff;
  font-size: 1.8rem;
}
.flatpickr {
  font-family: "Roboto Light";
}
.flatpickr-calendar .numInputWrapper span {
  opacity: 1;
  border: none;
}
.flatpickr-calendar.hasTime.noCalendar.showTimeInput {
  width: 15rem;
}
.flatpickr-calendar .select2 {
  min-width: 10rem;
  text-align: end;
  margin-right: 1rem;
}
.flatpickr-calendar .select2-container .select2-dropdown {
  border: 1px solid #cccccc;
  border-radius: 0.3rem;
}
.flatpickr-calendar .select2-container .select2-dropdown .select2-results__options {
  -ms-overflow-style: none;
  color: #585862;
  font-family: "Roboto Light";
}
.flatpickr-calendar .select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar {
  display: none;
}
.flatpickr-calendar .select2-container .select2-dropdown .select2-results__options > li {
  text-align: end;
  padding: 1.3rem;
}
.flatpickr-calendar .select2-container .select2-dropdown .select2-results__options > li:hover {
  background-color: #eeeeee;
}
.flatpickr-calendar .select2-container .select2-dropdown--below {
  margin-top: 0.1rem;
}
.flatpickr-calendar .select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #1d1d1b;
}
.flatpickr-calendar .select2-container .select2-results__option[aria-selected=true] {
  display: none;
}
.flatpickr-calendar .select2-container .select2-selection {
  border: none;
}
.flatpickr-day.today {
  border-color: #003f8f;
}
.flatpickr-day {
  font-family: "Roboto Medium";
  border-radius: 0.6rem;
}
.flatpickr-day.selected {
  background: #ffd400;
  box-shadow: none;
  color: #585862;
  border-color: #ffd400;
}
.flatpickr-day.selected:hover {
  background: #ffd400;
  border-color: #ffd400;
}
.article-slider {
  display: flex;
  justify-content: center;
  align-self: center;
}
.article-slider .slider-container {
  width: 100%;
}
.article-slider .slider-container .slider {
  width: 100%;
}
.article-slider .slider-container .slider .slick-list {
  padding: 0 !important;
}
.article-slider .slider-container .slider .slick-slide {
  height: auto;
  outline: none;
}
.article-slider .slider-container .slider .slick-slide .slide-item {
  padding: 0 1.5rem;
  height: auto;
}
.article-slider .slider-container .slider .slick-arrow {
  position: absolute;
  height: 5.5rem;
  width: 3rem;
  top: 25.5rem;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.article-slider .slider-container .slider .slick-arrow_next {
  right: 0;
  background-image: url('/Content/Images/Arrows/Iconografia_ChevronRight.svg');
}
@media only screen and (min-width: 600px) {
  .article-slider .slider-container .slider .slick-arrow_next {
    transform: translateX(100%);
  }
}
.article-slider .slider-container .slider .slick-arrow_prev {
  left: 0;
  background-image: url('/Content/Images/Arrows/Iconografia_ChevronLeft.svg');
}
@media only screen and (min-width: 600px) {
  .article-slider .slider-container .slider .slick-arrow_prev {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .article-slider .slider-container .slider .slick-arrow {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.75);
    height: 5.18rem;
    width: 2.59rem;
    background-size: 1.2rem;
    background-repeat: no-repeat;
    opacity: 1;
  }
  .article-slider .slider-container .slider .slick-arrow_next {
    border-bottom-left-radius: 11.2rem;
    border-top-left-radius: 11.2rem;
    right: -0.1rem;
    background-image: url('/Content/Images/Arrows/Iconografia_ChevronRight.svg');
    background-position: 60%;
  }
  .article-slider .slider-container .slider .slick-arrow_prev {
    border-bottom-right-radius: 11.2rem;
    border-top-right-radius: 11.2rem;
    left: -0.1rem;
    background-image: url('/Content/Images/Arrows/Iconografia_ChevronLeft.svg');
    background-position: 40%;
  }
}
.article-container {
  margin-bottom: 3.6rem;
}
.article-container .articles__content_title {
  font-family: "Roboto Medium";
  font-size: 3rem;
  line-height: 1.31;
  color: #000000;
}
.article-container .articles__content_text {
  color: #585862;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-container .image-container {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .article-container .image-container {
    height: auto;
  }
}
.article-container .image-container img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.article-container a {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}
.collapsible-widget-trigger {
  cursor: pointer;
  color: #575761 !important;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #dddddc !important;
  border-top: 0.1rem solid #dddddc !important;
  min-height: 4.7rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.collapsible-widget-trigger .collapsible-arrow {
  padding-right: 0;
}
.collapsible-widget-trigger .collapsible-arrow svg {
  width: 1.98rem !important;
  height: 0.97rem !important;
  float: right;
}
.collapsible-widget-trigger .collapsible-arrow path {
  fill: #8f8f8c;
}
.collapsible-widget-trigger:not(.collapsed) {
  border-bottom: none !important;
}
.collapsible-widget-trigger:not(.collapsed) .collapsible-arrow svg {
  transform: rotate(180deg);
}
.collapsible-widget .collapse.show {
  border-bottom: 0.1rem solid #dddddc !important;
}
.collapsible-widget.previous-collapsible {
  margin-top: -1.5rem;
}
.collapsible-widget.previous-collapsible .collapsible-widget-trigger {
  border-top: none !important;
}
.text-block-container .textblock {
  color: #585862;
}
.table-widget {
  width: 100% !important;
  font-size: inherit;
  font-family: "Roboto Light";
}
.table-widget td > p,
.table-widget th > p,
.table-widget td div,
.table-widget th div {
  font-size: 1.1rem;
  font-family: "Roboto Light";
}
.table-widget th {
  padding: 1.2rem;
  height: 6.8rem;
}
.table-widget th.no-content {
  height: unset;
}
.table-widget.expands-first-col td,
.table-widget.expands-first-col th {
  width: 11rem !important;
  min-width: 11rem !important;
}
.table-widget.expands-first-col td:first-child,
.table-widget.expands-first-col th:first-child {
  width: auto !important;
}
.table-widget thead tr {
  height: 100%;
}
.table-widget tbody tr {
  border-bottom: 0.1rem solid rgba(142, 142, 139, 0.3);
}
.table-widget tbody tr.parent {
  position: relative;
  pointer-events: none;
  cursor: pointer;
}
.table-widget tbody tr.parent td:last-child {
  padding-right: 4rem;
}
.table-widget tbody tr.parent:after {
  position: absolute;
  content: ' ';
  background-image: url('/Content/Images/Icons/icon-drop-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  right: 2rem;
  vertical-align: middle;
  margin-top: 2.2rem;
  pointer-events: all;
}
.table-widget tbody tr.parent + .child {
  display: none;
  width: inherit;
  border-bottom: 0.1rem solid rgba(142, 142, 139, 0.3);
}
.table-widget tbody tr.parent.children-shown {
  border-bottom: none;
}
.table-widget tbody tr.parent.children-shown + .child {
  display: table-row;
}
.table-widget tbody tr.parent.children-shown:after {
  transform: rotate(180deg);
  margin-top: 1.2rem;
}
.table-widget tbody tr td {
  vertical-align: top;
  padding: 1.6rem;
  outline: none;
}
.simulator {
  position: relative;
  max-width: 100%;
}
.simulator .pseudo-container:before {
  position: absolute;
  content: ' ';
  top: 50%;
  transform: translateY(-50%);
  left: 0.8rem;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.3rem;
  height: 3.3rem;
  background-color: #ffd400;
  border-radius: 1.65rem;
  text-align: center;
  font-family: Roboto Medium;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  background-size: auto;
  background-position: center;
}
.simulator .flex-item {
  background-color: inherit;
  position: relative;
  border-left: solid 1px rgba(204, 204, 204, 0.3);
  display: inherit;
  justify-content: inherit;
  align-content: inherit;
  overflow: hidden;
}
.simulator .flex-item > input {
  border: none;
  width: 100%;
  outline: none;
}
.simulator > div {
  background-color: #ffffff;
  min-height: 8rem;
}
.simulator-search {
  background-color: inherit;
  position: relative;
  border-left: solid 1px rgba(204, 204, 204, 0.3);
  display: inherit;
  justify-content: inherit;
  align-content: inherit;
  overflow: hidden;
  flex-direction: column;
  padding-left: 4.9rem;
  font-family: Roboto Light;
  padding-right: 0.8rem;
}
.simulator-search:before {
  position: absolute;
  content: ' ';
  top: 50%;
  transform: translateY(-50%);
  left: 0.8rem;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.3rem;
  height: 3.3rem;
  background-color: #ffd400;
  border-radius: 1.65rem;
  text-align: center;
  font-family: Roboto Medium;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  background-size: auto;
  background-position: center;
}
.simulator-search > input {
  border: none;
  width: 100%;
  outline: none;
}
.simulator-search label {
  position: relative;
  font-size: 1.2rem;
  font-weight: bolder;
  margin-bottom: 0.2rem;
}
.simulator-search input {
  font-size: 1.6rem;
  height: 2.4rem;
  padding-left: 0;
  padding-bottom: 0rem;
  overflow-y: visible;
  color: #8f8f8c;
  font-weight: 400;
}
.simulator-search.origin:before {
  content: 'A';
}
.simulator-search.destination:before {
  content: 'B';
}
.simulator-search.start-date {
  flex: 0 0 18.5rem;
  max-width: 18.5rem;
}
.simulator-search.start-date:before {
  background-image: url(/Content/Images/Icons/simulator-calendar.svg);
}
.simulator-search.start-time {
  flex: 0 0 15.5rem;
  max-width: 15.5rem;
}
.simulator-search.start-time:before {
  background-image: url(/Content/Images/Icons/simulator-watch.svg);
}
.simulator-search:not(.simulator-search__text) {
  flex-direction: column-reverse;
}
.simulator-search:not(.simulator-search__text) input {
  font-size: 1.4rem;
}
.simulator-search:not(.simulator-search__text) label:after {
  content: ' ';
  position: absolute;
  top: 2.7rem;
  right: 15%;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 0.5rem 0.475rem 0 0.475rem;
  border-color: #1d1d1b transparent transparent transparent;
}
.simulator-search:not(.simulator-search__text) .active + label:after {
  border-width: 0 0.475rem 0.5rem 0.475rem;
  border-color: transparent transparent #1d1d1b transparent;
}
.simulator-search__text {
  flex-grow: 1;
}
.simulator-arrows {
  background-color: inherit;
  position: relative;
  border-left: solid 1px rgba(204, 204, 204, 0.3);
  display: inherit;
  justify-content: inherit;
  align-content: inherit;
  overflow: hidden;
  flex: 0 0 4.8rem;
  max-width: 4.8rem;
  cursor: pointer;
}
.simulator-arrows > input {
  border: none;
  width: 100%;
  outline: none;
}
.simulator-arrows svg {
  opacity: 0.4;
}
.simulator-arrows svg g,
.simulator-arrows svg path {
  fill: #1d1d1b;
}
.simulator-arrows:hover > svg {
  opacity: 0.8;
}
.simulator-form {
  background-color: inherit;
  position: relative;
  border-left: solid 1px rgba(204, 204, 204, 0.3);
  display: inherit;
  justify-content: inherit;
  align-content: inherit;
  overflow: hidden;
  padding: 1.5rem;
  flex: 0 0 17.5rem;
  max-width: 15.5rem;
}
.simulator-form > input {
  border: none;
  width: 100%;
  outline: none;
}
.simulator-form form {
  margin-bottom: 0;
  width: 100%;
}
.simulator-form-submit {
  height: 5rem;
  width: 100%;
  background-color: #8f8f8c;
  border-color: #8f8f8c;
  color: #ffffff;
  font-size: 1.6rem;
  font-family: Roboto Light;
  font-weight: 300;
}
.simulator-form-submit:hover,
.simulator-form-submit:focus {
  background-color: #585862;
}
.simulator-form-submit[disabled] {
  pointer-events: none;
}
.simulator .contained-format {
  flex-wrap: wrap;
}
.simulator .contained-format > div {
  min-height: 8rem;
  max-height: 8rem;
  border-left: none;
  border-bottom: solid 1px rgba(204, 204, 204, 0.3);
  max-width: none;
}
.simulator .contained-format > div.simulator-search {
  width: 100%;
}
.simulator .contained-format > div.simulator-search__text {
  padding-right: 7rem;
}
.simulator .contained-format > div.simulator-search:not(.simulator-search__text) {
  flex: none;
  max-width: none;
  width: 50%;
}
.simulator .contained-format > div.simulator-search:not(.simulator-search__text).start-time {
  border-left: solid 1px rgba(204, 204, 204, 0.3);
}
.simulator .contained-format > div.simulator-form {
  width: 100%;
  flex: none;
}
.simulator .contained-format > div.simulator-arrows {
  position: absolute;
  right: 2rem;
  top: 6rem;
  z-index: 1;
  min-height: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #ffd400;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.13);
  border-radius: 0.5rem;
}
.simulator .contained-format > div.simulator-arrows svg {
  position: absolute;
  top: 15%;
  left: 15%;
  transform: rotate(90deg);
  opacity: 1;
}
.simulator .contained-format > div.simulator-arrows:hover svg {
  opacity: 0.8;
}
.simulator.contained {
  flex-wrap: wrap;
  border: none;
}
.simulator.contained > div {
  min-height: 8rem;
  max-height: 8rem;
  border-left: none;
  border-bottom: solid 1px rgba(204, 204, 204, 0.3);
  max-width: none;
}
.simulator.contained > div.simulator-search {
  width: 100%;
}
.simulator.contained > div.simulator-search__text {
  padding-right: 7rem;
}
.simulator.contained > div.simulator-search:not(.simulator-search__text) {
  flex: none;
  max-width: none;
  width: 50%;
}
.simulator.contained > div.simulator-search:not(.simulator-search__text).start-time {
  border-left: solid 1px rgba(204, 204, 204, 0.3);
}
.simulator.contained > div.simulator-form {
  width: 100%;
  flex: none;
}
.simulator.contained > div.simulator-arrows {
  position: absolute;
  right: 2rem;
  top: 6rem;
  z-index: 1;
  min-height: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #ffd400;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.13);
  border-radius: 0.5rem;
}
.simulator.contained > div.simulator-arrows svg {
  position: absolute;
  top: 15%;
  left: 15%;
  transform: rotate(90deg);
  opacity: 1;
}
.simulator.contained > div.simulator-arrows:hover svg {
  opacity: 0.8;
}
.simulator.contained > div:not(.simulator-arrows) {
  border: 0.1rem solid #cccccc;
}
.simulator.contained > div label {
  margin-bottom: 0.1rem;
}
.simulator.contained > div:not(:first-child) {
  border-top: none;
}
.simulator.contained > div.simulator-form {
  background-color: inherit;
  border: none;
  padding: 0;
  margin-top: 1.5rem;
  min-height: 0;
}
.simulator.contained > div.simulator-search {
  min-height: 0;
  height: 5.4rem;
}
@media only screen and (max-width: 374px) {
  .simulator.contained > div.simulator-search.start-time {
    border-left: 0.1rem solid #cccccc !important;
  }
}
.simulator.contained > div.simulator-arrows {
  top: 3.5rem;
}
.simulator:not(.contained) {
  box-shadow: 0 0.3rem 3rem 0 rgba(0, 0, 0, 0.14);
}
@media only screen and (max-width: 991px) {
  .simulator:not(.contained) {
    flex-wrap: wrap;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .simulator:not(.contained) > div {
    min-height: 8rem;
    max-height: 8rem;
    border-left: none;
    border-bottom: solid 1px rgba(204, 204, 204, 0.3);
    max-width: none;
  }
  .simulator:not(.contained) > div.simulator-search {
    width: 100%;
  }
  .simulator:not(.contained) > div.simulator-search__text {
    padding-right: 7rem;
  }
  .simulator:not(.contained) > div.simulator-search:not(.simulator-search__text) {
    flex: none;
    max-width: none;
    width: 50%;
  }
  .simulator:not(.contained) > div.simulator-search:not(.simulator-search__text).start-time {
    border-left: solid 1px rgba(204, 204, 204, 0.3);
  }
  .simulator:not(.contained) > div.simulator-form {
    width: 100%;
    flex: none;
  }
  .simulator:not(.contained) > div.simulator-arrows {
    position: absolute;
    right: 2rem;
    top: 6rem;
    z-index: 1;
    min-height: 0;
    display: block;
    width: 4rem;
    height: 4rem;
    background-color: #ffd400;
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.13);
    border-radius: 0.5rem;
  }
  .simulator:not(.contained) > div.simulator-arrows svg {
    position: absolute;
    top: 15%;
    left: 15%;
    transform: rotate(90deg);
    opacity: 1;
  }
  .simulator:not(.contained) > div.simulator-arrows:hover svg {
    opacity: 0.8;
  }
  .simulator:not(.contained) .simulator-form {
    padding: 1.5rem 0.8rem;
  }
}
@media only screen and (max-width: 374px) {
  .simulator:not(.contained) > div.simulator-search.start-date,
  .simulator:not(.contained) > div.simulator-search.start-time {
    border-left: none !important;
  }
}
@media only screen and (max-width: 374px) {
  .simulator > div.simulator-search.start-date,
  .simulator > div.simulator-search.start-time {
    width: 100% !important;
  }
}
.widget-container {
  padding: 1.5rem 0 0 0;
}
.widget-container .widget {
  font-family: "Roboto Light";
  font-weight: 300;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  word-break: break-word;
}
.widget-container .widget-title {
  font-size: 2.4rem;
  margin-bottom: 2.3rem;
  color: #585862;
  line-height: 1.75;
}
.widget-container .widget-title.left {
  text-align: left;
}
.widget-container .widget-title.center {
  text-align: center;
}
.widget-container .widget-title.right {
  text-align: right;
}
.history {
  padding-bottom: 3rem;
}
.history #share_buttons {
  margin: 0 auto;
}
.search-terms {
  font-size: 1.6rem;
  font-family: "Roboto Light";
  color: #585862;
  line-height: 2.19;
  font-weight: 300;
}
.search-field {
  height: 6rem;
}
.search-field .button-style {
  background-color: #8f8f8c !important;
  border-color: #8f8f8c;
  border-radius: 0.2rem;
}
.search-field .button-container {
  min-width: 15rem;
  margin-left: 2.8rem;
}
@media screen and (max-width: 575px) {
  .search-field .button-container:not(.button-container-mobile) {
    display: none;
  }
  .search-field .button-container-mobile {
    display: block;
  }
  .search-field .button-container-mobile img {
    filter: brightness(0) invert(1);
  }
}
.search-field .button-container-mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .search-field .button-container-mobile {
    display: block;
    min-width: 7rem;
  }
}
.search-field .button-container button {
  width: 100%;
  height: 100%;
  background-color: #003f8f;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.31;
  letter-spacing: 0.23px;
}
.search-field .bordered {
  border: solid 1px #cccccc;
  padding: 8px 13px;
}
.search-field-title {
  font-size: 1.2rem;
  line-height: 1.33;
  letter-spacing: 0.017rem;
  font-family: "Roboto";
  color: #1d1d1b;
}
.search-field-input input {
  font-family: "Roboto Light";
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: 0.02rem;
  width: 100%;
  border: none;
  color: #8f8f8c;
}
.search-field-input input:focus {
  outline: none;
}
@media only screen and (max-width: 400px) {
  .search-field {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8rem;
  }
  .search-field .button-container-mobile,
  .search-field-input {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.passes-container {
  padding-top: 0.2rem;
  font-family: "Roboto Light";
  font-size: 15px;
  font-weight: 300;
}
.passes-container .collapsible-widget-trigger {
  margin-bottom: 0 !important;
  /*border: none !important;*/
  margin-bottom: 2rem;
  /*border-bottom: @border;*/
}
.passes-container .collapsible-widget.previous-collapsible {
  margin-top: 0 !important;
}
.passes-container .collapsible-widget:not(.previous-collapsible) .collapsible-widget-trigger {
  border-top: none !important;
}
.passes-container .collapsible-widget .collapse {
  padding-bottom: 1rem;
  padding-top: 2rem;
}
@media only screen and (max-width: 575px) {
  .passes-container .collapsible-widget {
    padding-left: 0;
    padding-right: 0;
  }
}
.salesnetwork-container {
  margin-top: 1.8rem;
}
.salesnetwork-container .map-wrapper {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .salesnetwork-container .map-wrapper {
    height: 36rem !important;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .salesnetwork-container .map-wrapper {
    height: 30rem !important;
  }
}
.salesnetwork-container .point-of-sale-type {
  cursor: pointer;
}
.salesnetwork-container .point-of-sale-type:not(.active):hover {
  opacity: 0.6;
}
.salesnetwork-container .point-of-sale-type.active {
  border: 1px solid #6fc13a;
}
.salesnetwork-container .point-of-sale-type.active .point-of-sale-type__active {
  display: block !important;
}
.salesnetwork-container .point-of-sale-type__carousel {
  padding-top: 1rem;
  border: none !important;
  padding-bottom: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  height: 34rem;
}
.salesnetwork-container .point-of-sale-type__carousel .carousel-inner .col-6:nth-child(odd) {
  padding-right: 0.25rem;
}
.salesnetwork-container .point-of-sale-type__carousel .carousel-inner .col-6:nth-child(even) {
  padding-left: 0.25rem;
}
.salesnetwork-container .point-of-sale-type__carousel [data-slide] {
  background-image: url(/Content/Images/Arrows/arrow_active.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  bottom: 1rem !important;
  top: auto;
  content: none;
  transform: rotate(360deg);
}
.salesnetwork-container .point-of-sale-type__carousel [data-slide]:before {
  content: none;
}
.salesnetwork-container .point-of-sale-type__carousel [data-slide].disabled {
  pointer-events: none;
  background-image: url(/Content/Images/Arrows/arrow_inactive.svg) !important;
}
.salesnetwork-container .point-of-sale-type__carousel [data-slide].carousel-control-prev {
  transform: rotate(180deg);
}
.salesnetwork-container .point-of-sale-type__carousel .carousel-indicators > li {
  margin: 0.2rem;
  background-color: #8f8f8c;
}
.salesnetwork-container .point-of-sale-type__carousel .carousel-indicators > li.active {
  background-color: #003f8f !important;
}
.salesnetwork-container .input-label {
  font-family: "Roboto Light";
  font-size: 1.8rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #003f8f;
}
.salesnetwork-container .salesnetwork {
  padding-top: 1.5rem;
  padding-bottom: 2.3rem;
}
.salesnetwork-container .salesnetwork-field {
  height: 6rem;
}
.salesnetwork-container .salesnetwork-field .first-input {
  width: 90%;
  display: inline-block;
}
.salesnetwork-container .salesnetwork-field .img-input {
  width: 10%;
  display: inline-block;
  padding-top: 0.4rem;
}
.salesnetwork-container .salesnetwork-field-title {
  font-size: 1.2rem;
  line-height: 1.33;
  letter-spacing: 0.017rem;
  font-family: "Roboto";
  color: #1d1d1b;
}
.salesnetwork-container .salesnetwork-field-input input {
  font-family: "Roboto Light";
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: 0.02rem;
  width: 100%;
  border: none;
  color: #8f8f8c;
  background-color: transparent;
  padding-left: 0;
}
.salesnetwork-container .salesnetwork-field-input input:focus {
  outline: none;
}
.salesnetwork-container .salesnetwork-field .button-container {
  min-width: 6rem;
  margin-left: 2.8rem;
}
.salesnetwork-container .salesnetwork-field .button-container .button-style {
  background-color: #8f8f8c !important;
  border-color: #8f8f8c;
  border-radius: 0.2rem;
  width: 100%;
  height: 100%;
}
.salesnetwork-container .salesnetwork-field .button-container .button-style img {
  filter: brightness(0) invert(1);
}
.salesnetwork-container .salesnetwork-field .bordered {
  border: solid 1px #cccccc;
  padding: 8px 13px;
}
.salesnetwork-container .point-of-sale-list-header {
  padding-top: 3rem;
  width: 100%;
  font-family: "Roboto Light";
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}
.salesnetwork-container .point-of-sale-list-header .point-of-sale__type-title {
  position: relative;
  padding-bottom: 1.9rem;
  font-size: 1.6rem;
  line-height: 1;
  padding-left: 0.4rem;
  border-bottom: 0.1rem solid rgba(142, 142, 139, 0.3);
}
.salesnetwork-container .point-of-sale-list-header .point-of-sale__type-title:before {
  height: calc(100% - 1.9rem);
  top: -0.1rem;
  font-size: inherit;
  left: -0.2rem;
  position: absolute;
  content: ' ';
  border-left-style: solid;
  border-left-color: inherit;
}
.salesnetwork-container .point-of-sale-list-header .point-of-sale__type-description {
  padding-top: 1.9rem;
  font-size: 1.5rem;
  line-height: 2;
  padding-bottom: 3rem;
}
.salesnetwork-container .accordion .point-of-sale {
  background-color: #dddddc;
  border-left-style: solid;
  border-left-width: 0.4rem;
  min-height: 7rem;
  margin-bottom: 1.2rem;
  padding-left: 3.3rem;
  -ms-flex-direction: column;
  flex-direction: column;
}
.salesnetwork-container .accordion .point-of-sale-header {
  position: relative;
  align-items: center;
  min-height: 7rem;
  width: 100%;
}
.salesnetwork-container .accordion .point-of-sale-header__img {
  margin-right: 1rem;
  height: 3.6rem;
  width: 3.6rem;
}
.salesnetwork-container .accordion .point-of-sale-header__info {
  word-wrap: hyphenate;
  word-break: break-word;
  padding: 1rem 0.5rem;
}
.salesnetwork-container .accordion .point-of-sale-header__info .title {
  font-family: "Roboto Light";
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  color: #585862;
}
.salesnetwork-container .accordion .point-of-sale-header__info .description {
  font-family: "Roboto Light";
  font-size: 1.2rem;
  font-style: italic;
  color: #585862;
}
.salesnetwork-container .accordion .point-of-sale-header__icons {
  margin-left: auto;
  -ms-flex-direction: row;
  flex-direction: row;
}
.salesnetwork-container .accordion .point-of-sale-header__icons > * {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}
.salesnetwork-container .accordion .point-of-sale-header__icons .collapsible-icon {
  margin-left: auto;
  background-image: url(/Content/Images/Icons/Icon_Less.svg);
}
.salesnetwork-container .accordion .point-of-sale.collapsed .point-of-sale-header .collapsible-icon {
  background-image: url(/Content/Images/Icons/Icon_More.svg);
}
.salesnetwork-container .accordion .point-of-sale-detail {
  padding: 1rem 0;
}
.salesnetwork-container .accordion .point-of-sale-detail__info {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-family: "Roboto Medium";
  font-style: normal;
  color: #1d1d1b;
  padding-right: 2rem;
}
.salesnetwork-container .accordion .point-of-sale-detail__info span.address,
.salesnetwork-container .accordion .point-of-sale-detail__info span.hours,
.salesnetwork-container .accordion .point-of-sale-detail__info span.services {
  font-family: "Roboto Light";
  font-style: italic;
  color: #585862;
  padding-left: 1rem;
}
.salesnetwork-container .accordion .collapsible-arrow {
  padding-right: 0;
}
.salesnetwork-container .accordion .collapsible-arrow svg {
  width: 1.98rem !important;
  height: 0.97rem !important;
  float: right;
}
.salesnetwork-container .accordion .collapsible-arrow path {
  fill: #8f8f8c;
}
.salesnetwork-container .accordion:not(.collapsed) {
  border-bottom: none !important;
}
.salesnetwork-container .accordion:not(.collapsed) .collapsible-arrow svg {
  transform: rotate(180deg);
}
.salesnetwork-container .scroll-to-top {
  position: fixed;
  bottom: 9rem;
  right: 0;
  z-index: 11;
  width: 6rem;
  height: 6rem;
  margin: 0 2rem;
  background-color: #003f8f;
  border-radius: 3rem;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
  background-image: url(/Content/Images/Arrows/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  transform: rotate(-90deg);
}
.salesnetwork-container .scroll-to-top:hover {
  filter: brightness(130%);
}
.results-container {
  background-color: rgba(143, 143, 140, 0.15);
  margin-bottom: 1rem;
  align-items: center;
  min-height: 7rem;
  font-family: "Roboto Light";
  text-decoration: none !important;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2rem;
}
@media only screen and (max-width: 767px) {
  .results-container {
    padding: 0 1.2rem;
    flex-wrap: wrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .results-container {
    padding-top: 1rem;
  }
}
.results-container:hover {
  transition: background-color 0.2s ease-in-out;
  background-color: #dddddc;
}
.search-button {
  width: 100%;
  border-radius: 0.2rem;
  background-color: #8f8f8c;
  color: #dddddc;
  font-family: "Roboto";
  font-size: 1.6rem;
  cursor: pointer;
  height: 5.4rem;
  border-color: transparent;
}
@media only screen and (max-width: 767px) {
  .search-button {
    width: 100%;
  }
}
.search-button:hover {
  color: #ffffff;
}
.search-control {
  width: 100%;
  padding: 0.8rem 1.3rem;
  border: solid 1px #cccccc;
  color: #1d1d1b;
  background-color: #ffffff;
  margin-right: 2rem;
  height: 5.4rem;
}
.search-control label {
  height: 1.6rem;
  font-family: "Roboto Medium";
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 0.3rem;
}
.search-control .search-input {
  font-family: "Roboto Light";
  font-size: 1.4rem;
  text-align: left;
}
.search-control .search-input input {
  border: none;
  outline: none;
  background-color: transparent;
  margin-top: -0.2rem;
}
.search-box {
  padding-bottom: 3rem;
  width: 100%;
}
.search-box h2 {
  font-family: "Roboto Light";
  font-size: 1.6rem;
  font-weight: 300;
  color: #585862;
  margin-bottom: 1rem;
}
.search-box .last-parm {
  margin-right: 0;
}
.search-box .select2 {
  width: 100% !important;
}
.search-box .select2 span:focus {
  outline: none !important;
}
.search-box .select2-selection {
  border: none;
  background-color: transparent;
  max-height: 1.9rem;
}
.search-box .select2-selection .select2-selection__rendered {
  height: 100%;
  line-height: 1.4;
  color: #757575;
  padding-left: 0;
}
.search-box .select2-selection .select2-selection__arrow {
  height: 100%;
}
.search-box .search-group {
  width: 100%;
  padding: 0.8rem 1.3rem;
  border: solid 1px #cccccc;
  color: #1d1d1b;
  background-color: #ffffff;
  margin-right: 2rem;
  height: 5.4rem;
}
.search-box .search-group label {
  height: 1.6rem;
  font-family: "Roboto Medium";
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 0.3rem;
}
.search-box .search-group .search-input {
  font-family: "Roboto Light";
  font-size: 1.4rem;
  text-align: left;
}
.search-box .search-group .search-input input {
  border: none;
  outline: none;
  background-color: transparent;
  margin-top: -0.2rem;
}
.search-box .btn {
  width: 100%;
  border-radius: 0.2rem;
  background-color: #8f8f8c;
  color: #dddddc;
  font-family: "Roboto";
  font-size: 1.6rem;
  cursor: pointer;
  height: 5.4rem;
  border-color: transparent;
}
@media only screen and (max-width: 767px) {
  .search-box .btn {
    width: 100%;
  }
}
.search-box .btn:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .search-box .col-6 {
    margin-bottom: 1rem;
  }
  .search-box .col-6.right {
    padding-left: 0.5rem;
  }
  .search-box .col-6.left {
    padding-right: 0.5rem;
  }
}
.disruptions {
  margin-top: 3.6rem;
}
.disruptions .border-bottom {
  border-bottom: 0.2rem solid #cccccc;
  margin-bottom: 3rem;
}
.disruptions-search {
  padding-bottom: 3rem;
  width: 100%;
}
.disruptions-search h2 {
  font-family: "Roboto Light";
  font-size: 1.6rem;
  font-weight: 300;
  color: #585862;
  margin-bottom: 1rem;
}
.disruptions-search .last-parm {
  margin-right: 0;
}
.disruptions-search .select2 {
  width: 100% !important;
}
.disruptions-search .select2 span:focus {
  outline: none !important;
}
.disruptions-search .select2-selection {
  border: none;
  background-color: transparent;
  max-height: 1.9rem;
}
.disruptions-search .select2-selection .select2-selection__rendered {
  height: 100%;
  line-height: 1.4;
  color: #757575;
  padding-left: 0;
}
.disruptions-search .select2-selection .select2-selection__arrow {
  height: 100%;
}
.disruptions-search .search-group {
  width: 100%;
  padding: 0.8rem 1.3rem;
  border: solid 1px #cccccc;
  color: #1d1d1b;
  background-color: #ffffff;
  margin-right: 2rem;
  height: 5.4rem;
}
.disruptions-search .search-group label {
  height: 1.6rem;
  font-family: "Roboto Medium";
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 0.3rem;
}
.disruptions-search .search-group .search-input {
  font-family: "Roboto Light";
  font-size: 1.4rem;
  text-align: left;
}
.disruptions-search .search-group .search-input input {
  border: none;
  outline: none;
  background-color: transparent;
  margin-top: -0.2rem;
}
.disruptions-search .btn {
  width: 100%;
  border-radius: 0.2rem;
  background-color: #8f8f8c;
  color: #dddddc;
  font-family: "Roboto";
  font-size: 1.6rem;
  cursor: pointer;
  height: 5.4rem;
  border-color: transparent;
}
@media only screen and (max-width: 767px) {
  .disruptions-search .btn {
    width: 100%;
  }
}
.disruptions-search .btn:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .disruptions-search .col-6 {
    margin-bottom: 1rem;
  }
  .disruptions-search .col-6.right {
    padding-left: 0.5rem;
  }
  .disruptions-search .col-6.left {
    padding-right: 0.5rem;
  }
}
.disruptions-search form {
  margin-bottom: 0;
}
.disruptions-search .clear-btn span.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .disruptions-search .clear-btn span {
    display: none;
  }
  .disruptions-search .clear-btn span.mobile {
    display: inline;
  }
}
.disruptions-search .row > :first-child input.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .disruptions-search .row > :first-child {
    padding-right: 1rem;
  }
  .disruptions-search .row > :first-child input.mobile {
    display: inline-block;
  }
  .disruptions-search .row > :first-child input:not(.mobile) {
    display: none;
  }
  .disruptions-search .row > :nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
  .disruptions-search .row > :last-child {
    padding-left: 1rem;
  }
}
.disruptions-search .time-container-date {
  height: 5.4rem;
  background-color: #ffffff;
  border: solid 0.1rem #cccccc;
  padding: 0.8rem 1.3rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .disruptions-search .time-container-date:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    content: "";
    background-image: url(/Content/Images/Icons/icon-datepicker.svg);
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    background-color: #ffffff;
    background-position: center;
  }
}
.disruptions-search .time-container-date input {
  border: 0;
}
.disruptions-search .time-container-date .datepickerfield {
  position: absolute;
  width: 100% !important;
  height: 100%;
  background: transparent;
  font-family: Roboto;
  font-size: 1.4rem;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 2.8rem 1rem 0.6rem 1.3rem;
}
.disruptions .results h2 {
  font-family: "Roboto Light";
  color: #585862;
  margin-bottom: 3rem;
}
.disruptions .results-container {
  background-color: rgba(143, 143, 140, 0.15);
  margin-bottom: 1rem;
  align-items: center;
  min-height: 7rem;
  font-family: "Roboto Light";
  text-decoration: none !important;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2rem;
  padding: 0 1.7rem;
}
@media only screen and (max-width: 767px) {
  .disruptions .results-container {
    padding: 0 1.2rem;
    flex-wrap: wrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .disruptions .results-container {
    padding-top: 1rem;
  }
}
.disruptions .results-container:hover {
  transition: background-color 0.2s ease-in-out;
  background-color: #dddddc;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .disruptions .results-container {
    padding-top: 1.7rem;
  }
}
.disruptions .results-container .multi-route-logo {
  margin-right: 1.3rem;
}
.disruptions .results-container .text-container {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Roboto;
  max-width: 65%;
  color: #1d1d1b;
}
.disruptions .results-container .text-container .title {
  font-size: 1.4rem;
  word-wrap: break-word;
}
.disruptions .results-container .text-container .title .affected-routes {
  font-family: "Roboto Medium";
  font-weight: bold;
}
.disruptions .results-container .text-container .start-date {
  font-family: "Roboto Light";
  font-size: 1rem;
  color: #8f8f8c;
}
.disruptions .results-container .arrow-right {
  margin-left: auto;
  height: 2.7rem;
}
.disruptions .results .no-results {
  font-family: "Roboto Light";
}
.routes {
  margin-top: 3.6rem;
}
.routes .border-bottom {
  border-bottom: 0.2rem solid #cccccc;
  margin-bottom: 3rem;
}
.routes-search {
  padding-bottom: 3rem;
  width: 100%;
}
.routes-search h2 {
  font-family: "Roboto Light";
  font-size: 1.6rem;
  font-weight: 300;
  color: #585862;
  margin-bottom: 1rem;
}
.routes-search .last-parm {
  margin-right: 0;
}
.routes-search .select2 {
  width: 100% !important;
}
.routes-search .select2 span:focus {
  outline: none !important;
}
.routes-search .select2-selection {
  border: none;
  background-color: transparent;
  max-height: 1.9rem;
}
.routes-search .select2-selection .select2-selection__rendered {
  height: 100%;
  line-height: 1.4;
  color: #757575;
  padding-left: 0;
}
.routes-search .select2-selection .select2-selection__arrow {
  height: 100%;
}
.routes-search .search-group {
  width: 100%;
  padding: 0.8rem 1.3rem;
  border: solid 1px #cccccc;
  color: #1d1d1b;
  background-color: #ffffff;
  margin-right: 2rem;
  height: 5.4rem;
}
.routes-search .search-group label {
  height: 1.6rem;
  font-family: "Roboto Medium";
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 0.3rem;
}
.routes-search .search-group .search-input {
  font-family: "Roboto Light";
  font-size: 1.4rem;
  text-align: left;
}
.routes-search .search-group .search-input input {
  border: none;
  outline: none;
  background-color: transparent;
  margin-top: -0.2rem;
}
.routes-search .btn {
  width: 100%;
  border-radius: 0.2rem;
  background-color: #8f8f8c;
  color: #dddddc;
  font-family: "Roboto";
  font-size: 1.6rem;
  cursor: pointer;
  height: 5.4rem;
  border-color: transparent;
}
@media only screen and (max-width: 767px) {
  .routes-search .btn {
    width: 100%;
  }
}
.routes-search .btn:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .routes-search .col-6 {
    margin-bottom: 1rem;
  }
  .routes-search .col-6.right {
    padding-left: 0.5rem;
  }
  .routes-search .col-6.left {
    padding-right: 0.5rem;
  }
}
.routes .results-container {
  background-color: rgba(143, 143, 140, 0.15);
  margin-bottom: 1rem;
  align-items: center;
  min-height: 7rem;
  font-family: "Roboto Light";
  text-decoration: none !important;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2rem;
  justify-content: space-between;
  padding: 1.2rem !important;
}
@media only screen and (max-width: 767px) {
  .routes .results-container {
    padding: 0 1.2rem;
    flex-wrap: wrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .routes .results-container {
    padding-top: 1rem;
  }
}
.routes .results-container:hover {
  transition: background-color 0.2s ease-in-out;
  background-color: #dddddc;
}
@media only screen and (max-width: 767px) {
  .routes .results-container {
    min-height: 8rem;
    position: relative;
  }
}
.routes .results-container .infor {
  min-width: 55%;
  cursor: pointer;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .routes .results-container .infor {
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    min-height: 5.6rem;
  }
}
.routes .results-container .infor .status {
  min-width: 7.6rem;
  line-height: 4.9rem;
  height: unset;
  margin-right: 1.6rem;
  border-radius: 1em;
  font-family: 'DINPro Bold';
  font-size: 3rem;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .routes .results-container .infor .status {
    min-width: 4.7rem;
    line-height: 3rem;
    font-size: 2rem;
    margin-right: auto;
  }
}
.routes .results-container .infor .text-container {
  font-family: "Roboto";
  font-size: 1.4rem;
  color: #8f8f8c;
}
@media only screen and (max-width: 767px) {
  .routes .results-container .infor .text-container {
    margin-right: auto;
  }
}
.routes .results-container .infor-img {
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-right: -0.8rem;
  margin-top: -0.4rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .routes .results-container .infor-img {
    position: absolute;
    top: 1.5rem;
    right: 1.8rem;
    max-width: calc(100% - 8rem);
    min-width: 70%;
    padding-right: 0;
  }
}
.routes .results-container .infor-img img {
  height: 3rem;
  margin-left: 1rem;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 991px) {
  .routes .results-container .infor-img img {
    margin-left: 0.4rem;
    height: 2rem;
  }
}
.routes .results-container .infor-img input {
  margin: 0.5rem 0;
}
.favorite-example {
  color: #003f8f;
  padding: 4rem 20%;
  align-self: center;
  text-align: center;
  line-height: 1.8;
  font-size: 1.8rem;
  font-family: "Roboto Light";
  font-weight: 300;
}
.favorite-example img {
  transform: translateY(-20%);
}
.side-nav {
  font-size: 1.5rem;
  font-family: "Roboto Light";
  width: 100%;
}
.side-nav ol {
  list-style-type: none;
}
.side-nav ol > li .menu-item {
  color: #575761;
  cursor: pointer;
  width: 100%;
  display: block;
  padding-top: 1.4rem;
  padding-bottom: 1.3rem;
  text-decoration: none;
  word-break: break-word;
}
.side-nav ol > li .menu-item:hover,
.side-nav ol > li .menu-item.active {
  color: #003f8f;
}
.side-nav ol > li .menu-item:not(.menu-item-inner) {
  border-bottom: 1px solid rgba(142, 142, 139, 0.3);
  padding-right: 3rem;
}
.side-nav > ol {
  padding-left: 0;
  z-index: 1;
  border-top: 1px solid rgba(142, 142, 139, 0.3);
}
.side-nav-item-format {
  width: 100%;
  display: block;
  padding-top: 1.4rem;
  padding-bottom: 1.3rem;
  text-decoration: none;
  word-break: break-word;
}
.outter-side-nav {
  border-bottom: 1px solid rgba(142, 142, 139, 0.3);
  padding-right: 3rem;
}
.control-icon-steps img,
.control-icon-steps svg {
  height: 1.94117647rem;
  width: 1.94117647rem;
  box-sizing: content-box;
  display: none;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.control-icon-steps img:nth-child(1),
.control-icon-steps svg:nth-child(1) {
  display: block;
}
.control-icon-steps:hover img:nth-child(1),
.control-icon-steps.active img:nth-child(1),
.control-icon-steps:hover svg:nth-child(1),
.control-icon-steps.active svg:nth-child(1) {
  display: none;
}
.control-icon-steps:hover img:nth-child(2),
.control-icon-steps.active img:nth-child(2),
.control-icon-steps:hover svg:nth-child(2),
.control-icon-steps.active svg:nth-child(2) {
  display: block;
}
.control-icon-steps.active img:nth-child(2),
.control-icon-steps.active svg:nth-child(2) {
  display: none;
}
.control-icon-steps.active img:nth-child(3),
.control-icon-steps.active svg:nth-child(3) {
  display: block;
}
.control-icon-steps.active:hover img,
.control-icon-steps.active:hover svg {
  opacity: 0.7;
}
@media print {
  .noprint {
    display: none;
  }
}
#map-search {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 2rem;
}
#map-search.full {
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: 100vw;
  max-width: 31rem;
  z-index: 1001;
}
#map-search .search-group {
  width: 100%;
  padding: 0.8rem 1.3rem;
  border: solid 1px #cccccc;
  color: #1d1d1b;
  background-color: #ffffff;
  margin-right: 2rem;
  height: 5.4rem;
  width: auto;
  position: relative;
  flex-grow: 1;
  margin-right: 0 !important;
  padding-right: 3.5rem;
}
#map-search .search-group label {
  height: 1.6rem;
  font-family: "Roboto Medium";
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 0.3rem;
}
#map-search .search-group .search-input {
  font-family: "Roboto Light";
  font-size: 1.4rem;
  text-align: left;
}
#map-search .search-group .search-input input {
  border: none;
  outline: none;
  background-color: transparent;
  margin-top: -0.2rem;
}
#map-search .search-group .map-search-location {
  position: absolute;
  right: 1rem;
  top: 1.3rem;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}
#map-search .search-group .map-search-location img,
#map-search .search-group .map-search-location svg {
  height: 1.94117647rem;
  width: 1.94117647rem;
  box-sizing: content-box;
  display: none;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#map-search .search-group .map-search-location img:nth-child(1),
#map-search .search-group .map-search-location svg:nth-child(1) {
  display: block;
}
#map-search .search-group .map-search-location:hover img:nth-child(1),
#map-search .search-group .map-search-location.active img:nth-child(1),
#map-search .search-group .map-search-location:hover svg:nth-child(1),
#map-search .search-group .map-search-location.active svg:nth-child(1) {
  display: none;
}
#map-search .search-group .map-search-location:hover img:nth-child(2),
#map-search .search-group .map-search-location.active img:nth-child(2),
#map-search .search-group .map-search-location:hover svg:nth-child(2),
#map-search .search-group .map-search-location.active svg:nth-child(2) {
  display: block;
}
#map-search .search-group .map-search-location.active img:nth-child(2),
#map-search .search-group .map-search-location.active svg:nth-child(2) {
  display: none;
}
#map-search .search-group .map-search-location.active img:nth-child(3),
#map-search .search-group .map-search-location.active svg:nth-child(3) {
  display: block;
}
#map-search .search-group .map-search-location.active:hover img,
#map-search .search-group .map-search-location.active:hover svg {
  opacity: 0.7;
}
#map-search .search-group input.map-search-input {
  /* --------------------------------------------------------- */
  /* --------------------------------------------------------- */
  position: absolute;
  left: 0;
  padding-left: 1.3rem;
  background: transparent;
  /* --------------------------------   */
  padding-right: 3.9rem;
  width: 100%;
}
#map-search .search-btn {
  width: 100%;
  border-radius: 0.2rem;
  background-color: #8f8f8c;
  color: #dddddc;
  font-family: "Roboto";
  font-size: 1.6rem;
  cursor: pointer;
  border-color: transparent;
  background-image: url('/Content/Images/Icons/icon-search.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  width: 5.4rem;
  height: 5.4rem;
}
@media only screen and (max-width: 767px) {
  #map-search .search-btn {
    width: 100%;
  }
}
#map-search .search-btn:hover {
  color: #ffffff;
}
#map-search .search-btn:hover {
  background-image: url('/Content/Images/Icons/icon-search-2.svg');
}
/*//TEST
    
    overflow-y: visible;

    &:before {
        padding:0 @seargh-item-padding;
        position: absolute;
        top: 0;
        left: 0;
        content: attr(pick-result);
    }
    //END TEST*/
/*&:first-child {
    margin-top: 2rem;
}*/
.pac-container {
  z-index: 9;
  background: #ffffff;
  border: 0.1rem solid #cccccc;
  border-radius: 0;
  transform: translateY(1.3rem) scaleX(1.01);
  overflow: inherit;
  overflow-wrap: break-word;
  word-break: break-word;
  color: #1d1d1b;
  font-size: 1.4rem;
  font-family: Roboto;
  line-height: 1.36;
  box-shadow: none;
}
.pac-container #pac-container-item {
  color: inherit;
  font-size: inherit;
  white-space: normal;
  text-overflow: initial;
  padding: 0.8rem 1.3rem;
  border: none;
  overflow: initial;
  overflow-wrap: break-word;
  word-break: break-word;
}
.pac-container .pac-icon {
  display: none;
}
.pac-container:after {
  content: none;
}
.pac-container.active {
  display: block !important;
}
.pac-container.active .pac-result-state {
  color: inherit;
  font-size: inherit;
  white-space: normal;
  text-overflow: initial;
  padding: 0.8rem 1.3rem;
  border: none;
  overflow: initial;
  overflow-wrap: break-word;
  word-break: break-word;
  cursor: default;
  pointer-events: none;
}
.pac-container .pac-item {
  color: inherit;
  font-size: inherit;
  white-space: normal;
  text-overflow: initial;
  padding: 0.8rem 1.3rem;
  border: none;
  overflow: initial;
  overflow-wrap: break-word;
  word-break: break-word;
  cursor: pointer;
}
.pac-container .pac-item-match {
  font-weight: bolder;
}
.pac-container .pac-item:first-child {
  padding-top: 1.6rem;
}
.pac-container .pac-item:hover {
  color: #ffffff;
  background: #003f8f;
}
.pac-container .pac-item-query {
  font-size: 1.4rem;
  color: inherit;
}
.map-container {
  position: relative;
  background: #ffffff;
  height: inherit;
  width: inherit;
}
.map-container .no-results-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1d1d1b;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: bold;
}
.map-container-canvas {
  overflow: hidden;
  width: 100%;
  height: inherit;
}
.map-container-canvas svg {
  width: 100%;
  height: 100%;
}
.map-container-canvas .gm-style-iw-t.override-info-window:after {
  box-shadow: none !important;
}
.map-container-canvas .gm-style-iw-t.override-info-window .gm-style-iw.gm-style-iw-c {
  border-radius: 0px;
  padding: 0;
  overflow: hidden !important;
  max-width: none !important;
  max-height: none !important;
  background: none;
  box-shadow: none;
  border: none;
}
.map-container-canvas .gm-style-iw-t.override-info-window .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  border: none;
  overflow: hidden !important;
  max-width: none !important;
  max-height: none !important;
  background: none;
}
.map-container-canvas .gm-style-iw-t.override-info-window .gm-style-iw.gm-style-iw-c .gm-style-iw-d > div {
  background: #ffffff;
}
.map-container-canvas .gm-style-iw-t.override-info-window .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect {
  display: none !important;
}
.map-container-controls {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 1rem;
  user-select: none;
  position: absolute;
  z-index: 3;
}
@media print {
  .map-container-controls {
    display: none;
  }
}
.map-container-controls.on-bottom {
  bottom: 1.3rem;
  right: 0;
}
.map-container-controls.on-top {
  top: 1.3rem;
  right: 0;
}
.map-container-controls .map-control-single {
  user-select: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #ffffff;
  width: 3.3rem;
  height: 3.3rem;
  margin-bottom: 0.3rem;
}
.map-container-controls .map-control-double {
  user-select: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #ffffff;
  width: 3.3rem;
  height: 6.7rem;
  margin-bottom: 0.3rem;
}
.map-container-controls .map-control-separator {
  position: relative;
  overflow: hidden;
  width: 80%;
  height: 0.1rem;
  margin: auto;
  background-color: #e6e6e6;
}
.map-container-controls .map-control-active {
  background: none;
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  width: 3.3rem;
  height: 3.3rem;
  top: 0;
  left: 0;
}
.map-container-controls .map-control-active img,
.map-container-controls .map-control-active svg {
  height: 1.94117647rem;
  width: 1.94117647rem;
  box-sizing: content-box;
  display: none;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.map-container-controls .map-control-active img:nth-child(1),
.map-container-controls .map-control-active svg:nth-child(1) {
  display: block;
}
.map-container-controls .map-control-active:hover img:nth-child(1),
.map-container-controls .map-control-active.active img:nth-child(1),
.map-container-controls .map-control-active:hover svg:nth-child(1),
.map-container-controls .map-control-active.active svg:nth-child(1) {
  display: none;
}
.map-container-controls .map-control-active:hover img:nth-child(2),
.map-container-controls .map-control-active.active img:nth-child(2),
.map-container-controls .map-control-active:hover svg:nth-child(2),
.map-container-controls .map-control-active.active svg:nth-child(2) {
  display: block;
}
.map-container-controls .map-control-active.active img:nth-child(2),
.map-container-controls .map-control-active.active svg:nth-child(2) {
  display: none;
}
.map-container-controls .map-control-active.active img:nth-child(3),
.map-container-controls .map-control-active.active svg:nth-child(3) {
  display: block;
}
.map-container-controls .map-control-active.active:hover img,
.map-container-controls .map-control-active.active:hover svg {
  opacity: 0.7;
}
#maps {
  padding-top: 2rem;
}
#maps .maps-tabs .map-pane {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  height: 42.2rem;
}
@media only screen and (max-width: 575px) {
  #maps .maps-tabs .map-pane {
    height: 29.7rem;
  }
}
#maps .maps-tabs .map-pane.diagram {
  cursor: grab;
}
#maps .maps-tabs .map-pane.diagram:active {
  cursor: grabbing;
}
#maps .maps-tabs .map-pane.diagram .subtitle-trigger:hover {
  filter: invert(20%);
}
#maps .maps-tabs .map-pane.diagram .subtitle-trigger.active {
  background: rgba(143, 143, 140, 0.15) !important;
}
#maps .maps-tabs .map-pane.diagram .subtitle-container {
  display: none;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 30%;
  max-width: 30%;
  min-height: 100%;
}
@media only screen and (max-width: 575px) {
  #maps .maps-tabs .map-pane.diagram .subtitle-container {
    max-width: 80%;
  }
}
#maps .maps-tabs .map-pane.diagram .subtitle-container img {
  height: auto;
}
#maps .maps-tabs .map-pane.diagram .subtitle-container.active {
  display: block;
}
#maps .maps-tabs .map-pane.diagram .subtitle-canvas {
  cursor: default;
}
#maps .maps-tabs .map-pane.diagram .subtitle-canvas > img {
  max-width: 100%;
  max-height: 100%;
}
#maps .maps-tabs .map-pane .next-routes {
  -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.35);
  width: 30.7rem;
}
@media only screen and (max-width: 575px) {
  #maps .maps-tabs .map-pane .next-routes {
    max-width: calc(100vw - 8rem);
  }
}
#maps .maps-tabs .map-pane .next-routes .col-12 {
  padding: 0.6rem;
  font-family: Roboto;
  color: #003f8f;
  -ms-flex-direction: row;
  flex-direction: row;
}
#maps .maps-tabs .map-pane .next-routes-stop {
  padding: 1.2rem !important;
  font-size: 1.2rem;
  background: #fbd700;
  font-weight: bold;
}
#maps .maps-tabs .map-pane .next-routes-route {
  font-size: 1.1rem;
  align-items: center;
}
#maps .maps-tabs .map-pane .next-routes-route:hover {
  text-decoration: none;
  background: rgba(142, 142, 139, 0.3);
}
#maps .maps-tabs .map-pane .next-routes-route-detail {
  height: 4rem;
  align-items: center;
}
#maps .maps-tabs .map-pane .next-routes-route-detail .info {
  margin-right: 1.2rem;
  width: 2rem;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
#maps .maps-tabs .map-pane .next-routes-route-detail .info-color {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
}
#maps .maps-tabs .map-pane .next-routes-route-detail .info-number {
  font-weight: bold;
}
#maps .maps-tabs .map-pane .next-routes-route-detail .detail-text-name {
  font-weight: bold;
}
#maps .maps-tabs .map-pane .next-routes-route-detail .detail-text-dest {
  font-size: 0.9rem;
  color: #8f8f8c;
}
#maps .maps-tabs .map-pane .next-routes-route-disruption {
  max-height: 2.8rem;
  margin-right: 1.2rem;
}
#maps .maps-tabs .map-pane .next-routes-route-time {
  font-weight: bold;
  position: relative;
  color: #ffffff;
  background-color: #003f8f;
  align-items: center;
  border-radius: 2.8rem;
  text-align: center;
  height: 2.8rem;
}
#maps .maps-tabs .map-pane .next-routes-route-time > div {
  padding: 0 0.6rem;
  min-width: 2.8rem;
  line-height: 1;
}
#maps .maps-tabs .map-pane .next-routes-route-time .minutes-desc {
  font-size: 0.8rem;
}
#maps .maps-tabs .map-pane .vehicle-detail {
  -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.35);
  min-width: 21.3rem;
  max-width: 100% !important;
  font-size: 1.1rem;
  font-weight: 600;
}
#maps .maps-tabs .map-pane .vehicle-detail a {
  min-width: 100%;
  padding: 1.3rem;
  text-decoration: none;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#maps .maps-tabs .map-pane .vehicle-detail a::-webkit-scrollbar {
  display: none;
}
#maps .maps-tabs .map-pane .vehicle-detail a > div {
  color: #ffffff;
}
#maps .maps-tabs .map-pane .vehicle-detail > div {
  width: 100%;
  padding: 1.3rem;
}
#maps .maps-tabs .map-pane .vehicle-detail > div-title {
  color: #ffffff;
}
#maps .maps-tabs .map-pane .vehicle-detail > div .info > div:first-child {
  color: #003f8f;
  margin-right: 2.2rem;
}
#maps .maps-tabs .map-pane .vehicle-detail > div .info > div:last-child {
  color: #8f8f8c;
  font-size: 0.95rem;
  font-weight: normal;
  opacity: 0.6;
}
#maps .maps-tabs .map-pane .vehicle-detail > div > img {
  margin-right: 0.2rem;
  width: auto;
}
#maps .maps-tabs .map-pane .vehicle-detail > div > * {
  height: 2.5rem;
}
#maps .maps-tabs .map-pane .vehicle-cluster img {
  width: 100%;
  height: 100%;
}
#maps .maps-tabs .map-pane .vehicle-cluster div {
  outline: none;
  position: relative !important;
  background-image: url('/Content/Images/micrologo .svg');
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 3%;
}
#maps .maps-tabs .map-pane .vehicle-cluster div:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 3rem;
  height: auto;
}
#maps .maps-side-nav {
  position: relative;
  margin-top: -0.5rem;
  font-size: 1.5rem;
  font-family: "Roboto Light";
  width: 100%;
}
#maps .maps-side-nav .nav-tabs,
#maps .maps-side-nav .nav-item,
#maps .maps-side-nav .nav-link {
  border: none;
  padding-left: 0;
}
#maps .maps-side-nav ol {
  list-style-type: none;
}
#maps .maps-side-nav ol > li .menu-item {
  color: #575761;
  cursor: pointer;
  width: 100%;
  display: block;
  padding-top: 1.4rem;
  padding-bottom: 1.3rem;
  text-decoration: none;
  word-break: break-word;
}
#maps .maps-side-nav ol > li .menu-item:hover,
#maps .maps-side-nav ol > li .menu-item.active {
  color: #003f8f;
}
#maps .maps-side-nav ol > li .menu-item:not(.menu-item-inner) {
  border-bottom: 1px solid rgba(142, 142, 139, 0.3);
  padding-right: 3rem;
}
#maps .maps-side-nav > ol {
  padding-left: 0;
  z-index: 1;
  border-top: 1px solid rgba(142, 142, 139, 0.3);
}
#maps .maps-side-nav .map-search-wrapper {
  display: none;
  width: 100%;
}
#maps .maps-side-nav .map-search-wrapper .map-search-input {
  background-color: transparent;
  height: unset;
  margin-top: -0.2rem;
}
@media only screen and (min-width: 991px) {
  #maps .maps-side-nav .map-search-wrapper {
    position: absolute;
    top: 4.8rem;
    background-color: #ffffff;
    padding-right: 3rem;
  }
}
#maps .maps-side-nav .map-search-wrapper.map-mode {
  display: block;
}
#maps .maps-side-nav ol {
  border-top: none;
}
#maps .maps-side-nav ol .title {
  width: 100%;
  display: block;
  padding-top: 1.4rem;
  padding-bottom: 1.3rem;
  text-decoration: none;
  word-break: break-word;
  border-bottom: 1px solid rgba(142, 142, 139, 0.3);
  padding-right: 3rem;
  padding: 2.8rem 0 2.3rem 0;
  color: #003f8f;
  font-size: 1.8rem;
  font-weight: 300;
}
#maps .maps-side-nav ol li:first-child {
  padding-top: 0.5rem;
  border-top: none;
}
#maps .maps-side-nav ol li > a.menu-item {
  padding-right: 0 !important;
}
#maps .maps-side-nav ol .nav-link:active,
#maps .maps-side-nav ol .nav-link:focus {
  border-color: none;
}
#maps .maps-side-nav .select2 {
  display: none;
  padding: 0;
  min-width: 100%;
}
#maps .maps-side-nav .select2-selection {
  margin-bottom: 2.5rem;
  padding: 1rem 0;
  border: none;
  outline: none;
  font-size: 1.8rem;
}
#maps .maps-side-nav .select2-selection__rendered {
  padding-left: 0;
  color: #003f8f;
  font-family: Roboto;
}
#maps .maps-side-nav .select2-selection__arrow {
  top: 1.3rem;
  background-image: url('/Content/Images/Arrows/Iconografia_ChevronLeft.svg');
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  background-size: contain;
  width: 0.8rem;
  right: 0.3rem;
}
#maps .maps-side-nav .select2-selection__arrow b {
  border: none;
}
#maps .maps-side-nav .select2-dropdown {
  border: 0.1rem solid #003f8f;
  border-bottom-left-radius: 0.1rem;
}
#maps .maps-side-nav .select2-dropdown .select2-results__option {
  background: #ffffff;
}
#maps .maps-side-nav .select2-dropdown .select2-results__option:hover,
#maps .maps-side-nav .select2-dropdown .select2-results__option--highlighted {
  background: #003f8f;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  #maps .maps-side-nav .select2 {
    display: inline-block;
  }
  #maps .maps-side-nav ol {
    display: none;
  }
}
.content-block {
  padding: 1.5rem;
  border-radius: 0.2rem;
  background-color: rgba(143, 143, 140, 0.15);
}
.subtitle-route-container {
  height: 2.85rem;
  font-family: "Roboto Light";
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.75;
  color: #1d1d1b;
  margin-bottom: 1.85rem;
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 540px;
  }
}
.route-container > .row:not(.map-wrapper) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991px) {
  .route-container > .row {
    margin-bottom: 1.9rem;
  }
  .route-container > .row .time-observations-wrapper {
    margin-top: 1.9rem;
  }
}
.route-container .page-title-container {
  flex-wrap: wrap;
  margin-top: -1rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(142, 142, 139, 0.3);
}
.route-container .page-title-container > * {
  margin-top: 1rem;
  margin-right: 1rem;
  flex-grow: 0;
}
.route-container .page-title-container .variant {
  border-radius: 1.7rem;
  color: #ffffff;
  position: relative;
  user-select: none;
  outline: none;
  border: none;
  padding: 0;
  font-family: "DINPro Bold";
  font-size: 2.4rem;
}
.route-container .page-title-container .variant:not(button) {
  padding: 0 1rem;
  display: table;
}
.route-container .page-title-container .variant:not(div) > .variant-item::after {
  position: absolute;
  right: 1.5rem;
  content: ' ';
  width: 0.8rem;
  height: 2rem;
  top: 1rem;
  background-image: url('/Content/Images/Arrows/Iconografia_WhiteChevronRight.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transform-origin: center;
  cursor: pointer;
}
.route-container .page-title-container .variant-options {
  visibility: hidden;
  height: 0;
}
.route-container .page-title-container .variant-item {
  padding: 0 3rem 0 0.8rem;
  min-height: 3.4rem;
}
.route-container .page-title-container .variant-item:hover {
  opacity: 0.7;
}
.route-container .page-title-container .variant-number {
  white-space: pre;
  text-wrap: none;
}
.route-container .page-title-container .variant-name {
  font-size: 1.8rem;
  text-align: justify;
}
.route-container .page-title-container .variant.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.route-container .page-title-container .variant.open > .variant-item::after {
  transform: rotate(270deg) translateY(20%);
}
.route-container .page-title-container .variant.open .variant-options {
  position: absolute;
  background-color: inherit;
  visibility: visible;
  height: auto;
  z-index: 7;
  left: 0;
  top: 99.5%;
  width: 100%;
  border-bottom-left-radius: 1.7rem;
  border-bottom-right-radius: 1.7rem;
}
.route-container .page-title-container .icons-detail-route .icon-detail {
  cursor: pointer;
  height: 3rem;
  margin-right: 2.1rem;
}
@media screen and (max-width: 991px) {
  .route-container .page-title-container .icons-detail-route .icon-detail {
    max-width: 3rem;
    max-height: 3rem;
    margin-right: 1.7rem;
  }
}
.route-container .page-title-container > #page-title {
  font-family: Roboto Light;
  font-size: 2.6rem;
  margin-right: 3.1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .route-container .page-title-container {
    display: block !important;
  }
  .route-container .page-title-container > div {
    margin-right: 0 !important;
    margin-bottom: 1rem !important;
  }
}
.route-container .border-line {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.route-container .service-disruption-container {
  width: 100%;
  min-height: 5.5rem;
  border-radius: 0.3rem;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffd400;
  padding: 0.9rem 1rem;
  position: relative;
  align-items: center;
  margin-bottom: 1.5rem;
}
.route-container .service-disruption-container .icon-alert {
  margin: 0 1.7rem 0 0;
}
.route-container .service-disruption-container .icon-alert img {
  width: 3.7rem;
  height: 3.7rem;
  opacity: 0.6;
  filter: brightness(0) invert(0);
}
.route-container .service-disruption-container .alert-container {
  min-height: 2.1rem;
  font-family: "Roboto Light";
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.31;
  text-align: left;
  color: #1b1b1e;
}
.route-container .service-disruption-container .alert-container .alert-route {
  font-weight: bold;
  font-family: "Roboto";
  margin-right: 1rem;
}
.route-container .service-disruption-container .alert-container .alert-text {
  word-break: break-all;
  display: inline;
  padding-left: 0.5rem;
  padding-right: 2rem;
}
.route-container .service-disruption-container .alert-link {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.route-container .service-disruption-container .alert-link img {
  width: 0.96rem;
  height: 1.65rem;
}
.route-container .map-wrapper > div {
  z-index: 2;
}
@media only screen and (min-width: 991px) {
  .route-container .map-wrapper {
    margin-bottom: 0;
  }
}
.route-container .map-wrapper-container {
  padding: 1.5rem;
  border-radius: 0.2rem;
  background-color: rgba(143, 143, 140, 0.15);
}
@media only screen and (min-width: 991px) {
  .route-container .map-wrapper-container {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 3rem);
    transform: translateX(-1.5rem);
    height: 48rem;
  }
}
@media only screen and (min-width: 1199px) {
  .route-container .map-wrapper-container {
    height: 59rem;
  }
}
.route-container .map-wrapper-container #map {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .route-container .map-wrapper-container #map:before {
    content: "";
    background: transparent;
    display: block;
    z-index: 0;
    padding-bottom: 100%;
  }
  .route-container .map-wrapper-container #map > .map-container-canvas {
    height: 100%;
    position: absolute !important;
    top: 0;
  }
}
@media only screen and (min-width: 991px) {
  .route-container .map-wrapper-container #map {
    height: 40rem;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1199px) {
  .route-container .map-wrapper-container #map {
    height: 51rem;
  }
}
.route-container .map-wrapper-container #map .next-routes {
  -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.35);
  width: 30.7rem;
}
@media only screen and (max-width: 575px) {
  .route-container .map-wrapper-container #map .next-routes {
    max-width: calc(100vw - 8rem);
  }
}
.route-container .map-wrapper-container #map .next-routes .col-12 {
  padding: 0.6rem;
  font-family: Roboto;
  color: #003f8f;
  -ms-flex-direction: row;
  flex-direction: row;
}
.route-container .map-wrapper-container #map .next-routes-stop {
  padding: 1.2rem !important;
  font-size: 1.2rem;
  background: #fbd700;
  font-weight: bold;
}
.route-container .map-wrapper-container #map .next-routes-route {
  font-size: 1.1rem;
  align-items: center;
}
.route-container .map-wrapper-container #map .next-routes-route:hover {
  text-decoration: none;
  background: rgba(142, 142, 139, 0.3);
}
.route-container .map-wrapper-container #map .next-routes-route-detail {
  height: 4rem;
  align-items: center;
}
.route-container .map-wrapper-container #map .next-routes-route-detail .info {
  margin-right: 1.2rem;
  width: 2rem;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.route-container .map-wrapper-container #map .next-routes-route-detail .info-color {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
}
.route-container .map-wrapper-container #map .next-routes-route-detail .info-number {
  font-weight: bold;
}
.route-container .map-wrapper-container #map .next-routes-route-detail .detail-text-name {
  font-weight: bold;
}
.route-container .map-wrapper-container #map .next-routes-route-detail .detail-text-dest {
  font-size: 0.9rem;
  color: #8f8f8c;
}
.route-container .map-wrapper-container #map .next-routes-route-disruption {
  max-height: 2.8rem;
  margin-right: 1.2rem;
}
.route-container .map-wrapper-container #map .next-routes-route-time {
  font-weight: bold;
  position: relative;
  color: #ffffff;
  background-color: #003f8f;
  align-items: center;
  border-radius: 2.8rem;
  text-align: center;
  height: 2.8rem;
}
.route-container .map-wrapper-container #map .next-routes-route-time > div {
  padding: 0 0.6rem;
  min-width: 2.8rem;
  line-height: 1;
}
.route-container .map-wrapper-container #map .next-routes-route-time .minutes-desc {
  font-size: 0.8rem;
}
.route-container .map-wrapper-title {
  height: 2.85rem;
  font-family: "Roboto Light";
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.75;
  color: #1d1d1b;
  margin-bottom: 1.85rem;
}
.route-container .path-container {
  padding: 1.5rem;
  border-radius: 0.2rem;
  background-color: rgba(143, 143, 140, 0.15);
}
@media screen and (max-width: 991px) {
  .route-container .path-container {
    border-right: 0;
  }
}
.route-container .path-container-title {
  height: 2.85rem;
  font-family: "Roboto Light";
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.75;
  color: #1d1d1b;
  margin-bottom: 1.85rem;
}
.route-container .path-container-title + .path-container-subtitle {
  margin-top: -1rem;
}
.route-container .path-container-title + .path-container-reinforcement {
  margin-top: -1rem;
}
.route-container .path-container-subtitle {
  font-size: 1.6rem;
  font-family: Roboto;
  color: #8f8f8c;
  margin-bottom: 1.6rem;
}
.route-container .path-container-subtitle + .path-container-reinforcement {
  margin-top: -1rem;
}
.route-container .path-container-reinforcement {
  margin-bottom: 1.6rem;
  font-family: Roboto;
  font-size: 1.2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  color: #575761;
}
.route-container .path-container .border-top {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.route-container .path-container .border-bottom {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.route-container .path-container .pass-label {
  margin-top: 2.1rem;
  font-family: "Roboto Light";
  font-size: 1.2rem;
  font-weight: 300;
}
.route-container .path-container .pass-label .sample {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.8rem;
  border-radius: 0.2rem;
}
.route-container .path-container .pass-label-item:not(:last-child) {
  margin-bottom: 0.4rem;
}
.route-container .path-container .spine.passes-wrapper {
  width: 0.6rem;
  margin-right: 0.2rem;
  visibility: hidden;
  position: relative;
}
.route-container .path-container .spine.passes-wrapper .tooltip {
  padding: 0.6rem;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.24);
  margin-left: 0.5rem;
  background-color: #ffffff;
  color: #0e0e10;
  font-size: 1.2rem;
  font-family: Roboto;
  white-space: nowrap;
  opacity: 1;
  transform: none !important;
  left: 0.5rem !important;
}
.route-container .path-container .spine.passes-wrapper .tooltip .arrow {
  left: -0.4rem;
}
.route-container .path-container .spine.passes-wrapper .tooltip .arrow:before {
  border-right-color: #ffffff;
}
.route-container .path-container .spine.passes-wrapper .tooltip .sample {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.route-container .path-container .spine.passes-wrapper:hover > .tooltip {
  visibility: visible;
}
.route-container .path-container .spine.passes-wrapper + .stops-wrapper {
  margin-left: 0.98rem;
}
.route-container .path-container .spine.passes-wrapper .pass {
  height: 2.4rem;
}
.route-container .path-container .spine.passes-wrapper .pass:not(.active) + .active {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.route-container .path-container .spine.passes-wrapper .pass.active {
  margin-top: -0.1rem;
  height: 2.5rem;
  width: 100%;
  background-color: inherit;
  visibility: visible;
  position: relative;
}
.route-container .path-container .spine.passes-wrapper .pass.active:last-of-type {
  height: 1.6rem;
}
.route-container .path-container .spine.passes-wrapper .pass.active.prev-inactive {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.route-container .path-container .spine.passes-wrapper .pass.active:first-of-type {
  margin-top: 1rem;
  height: 1.4rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.route-container .path-container .spine .bus-stop {
  position: relative;
  font-family: "Roboto Light";
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.33;
  height: 2.4rem;
  color: #0e0e10;
  padding-left: 2.1rem;
}
.route-container .path-container .spine .bus-stop:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: calc(100% + 1.6rem);
  transform: translateY(-0.8rem);
  background-color: #ec008c;
  margin-left: 0.5rem;
}
.route-container .path-container .spine .bus-stop:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 1.05rem;
  transform: translateY(-50%);
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #ec008c;
  z-index: 2;
}
.route-container .path-container .spine .bus-stop.active {
  color: #003f8f;
  font-weight: bold;
}
.route-container .path-container .spine .bus-stop.active:after {
  background-color: #003f8f;
}
.route-container .path-container .spine .bus-stop:hover {
  cursor: pointer;
}
.route-container .path-container .spine .bus-stop:hover :not(.active) {
  font-weight: bolder;
}
.route-container .path-container .spine .bus-stop:first-child,
.route-container .path-container .spine .bus-stop:last-child {
  font-family: "Roboto";
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.36;
  color: #0e0e10;
}
.route-container .path-container .spine .bus-stop:first-child:after,
.route-container .path-container .spine .bus-stop:last-child:after {
  left: 0;
  width: 1.6rem;
}
.route-container .path-container .spine .bus-stop:first-child:hover:not(.active),
.route-container .path-container .spine .bus-stop:last-child:hover:not(.active) {
  opacity: 0.7;
}
.route-container .path-container .spine .bus-stop:first-child:before {
  top: 77%;
}
.route-container .path-container .spine .bus-stop:last-child::before {
  top: -77%;
}
@media only screen and (min-width: 991px) {
  .route-container .time-observations-wrapper {
    padding-top: calc(48rem + 3rem);
    display: table;
  }
}
@media only screen and (min-width: 1199px) {
  .route-container .time-observations-wrapper {
    padding-top: calc(59rem + 3rem);
  }
}
@media only screen and (max-width: 991px) {
  .route-container .time-observations-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.route-container .time-observations-wrapper .time-container {
  padding: 1.5rem;
  border-radius: 0.2rem;
  background-color: rgba(143, 143, 140, 0.15);
}
.route-container .time-observations-wrapper .time-container .time-container-title {
  height: 2.85rem;
  font-family: "Roboto Light";
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.75;
  color: #1d1d1b;
  margin-bottom: 1.85rem;
  margin-bottom: 3rem;
}
.route-container .time-observations-wrapper .time-container-date {
  height: 5.4rem;
  background-color: #ffffff;
  border: solid 0.1rem #cccccc;
  padding: 0.8rem 1.3rem;
  position: relative;
}
.route-container .time-observations-wrapper .time-container-date:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  content: "";
  background-image: url(/Content/Images/Icons/icon-datepicker.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  background-position: center;
}
.route-container .time-observations-wrapper .time-container-date .date-label {
  height: 1.6rem;
  padding-bottom: 0.3rem;
  font-family: "Roboto";
  font-size: 1.2rem;
  line-height: 1.33;
  color: #1d1d1b;
}
.route-container .time-observations-wrapper .time-container-date input {
  border: 0;
}
.route-container .time-observations-wrapper .time-container-date .datepickerfield {
  position: absolute;
  width: 100% !important;
  height: 100%;
  background: transparent;
  font-family: Roboto;
  font-size: 1.4rem;
  top: 0;
  left: 0;
  padding: 2.4rem 1rem 1rem 1.3rem;
  z-index: 2;
}
.route-container .time-observations-wrapper .time-container .time-container-schedule-graph {
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .route-container .time-observations-wrapper .time-container .time-container-schedule-graph {
    display: block !important;
  }
}
.route-container .time-observations-wrapper .time-container .time-container-schedule-graph .time-container-schedule-hour-minutes {
  margin-right: 0.3rem;
  min-width: calc(100% / 24);
}
@media screen and (min-width: 991px) {
  .route-container .time-observations-wrapper .time-container .time-container-schedule-graph .time-container-schedule-hour-minutes {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .route-container .time-observations-wrapper .time-container .time-container-schedule-graph .time-container-schedule-hour-minutes {
    margin-right: 0;
    width: 100%;
    background-color: #ffffff;
    flex-wrap: wrap;
  }
}
.route-container .time-observations-wrapper .time-container .time-container-schedule-graph .time-container-schedule-hour-minutes .time-container-schedule-hour {
  background-color: #fbd700;
  font-weight: bold;
  font-family: Roboto;
  font-size: 1.3rem;
  text-align: center;
  color: #1d1d1b;
  height: 2rem;
}
@media screen and (max-width: 991px) {
  .route-container .time-observations-wrapper .time-container .time-container-schedule-graph .time-container-schedule-hour-minutes .time-container-schedule-hour {
    width: 5rem;
    height: 5rem;
    font-size: 2.2rem;
    padding-top: 1rem;
    color: #003f8f;
  }
}
.route-container .time-observations-wrapper .time-container .time-container-schedule-graph .time-container-schedule-hour-minutes .time-container-schedule-minutes-wrapper {
  align-self: center;
  justify-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.route-container .time-observations-wrapper .time-container .time-container-schedule-graph .time-container-schedule-hour-minutes .time-container-schedule-minutes-wrapper .time-container-schedule-minutes {
  font-family: Roboto;
  font-size: 1.3rem;
  text-align: center;
  color: #1d1d1b;
  height: 2rem;
}
@media screen and (max-width: 991px) {
  .route-container .time-observations-wrapper .time-container .time-container-schedule-graph .time-container-schedule-hour-minutes .time-container-schedule-minutes-wrapper {
    max-width: calc(100% - 5rem);
    flex-direction: row;
  }
  .route-container .time-observations-wrapper .time-container .time-container-schedule-graph .time-container-schedule-hour-minutes .time-container-schedule-minutes-wrapper .time-container-schedule-minutes {
    width: 1.6rem;
    font-size: 1.5rem;
    font-weight: normal;
    margin-left: 1.6rem;
    color: #003f8f;
  }
}
.route-container .time-observations-wrapper .time-container .time-container-schedule-graph .time-container-schedule-hour-minutes-mobile {
  background-color: #ffffff;
  flex-wrap: wrap;
}
.route-container .time-observations-wrapper .time-container .time-container-schedule-graph .time-container-schedule-hour-minutes-mobile .time-container-schedule-hour-mobile {
  background-color: #fbd700;
  width: 5rem;
  height: 5rem;
  font-family: Roboto;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding-top: 1rem;
  color: #003f8f;
}
.route-container .time-observations-wrapper .time-container .time-container-schedule-graph .time-container-schedule-hour-minutes-mobile .time-container-schedule-minutes-mobile {
  width: 1.6rem;
  height: 2rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  margin-left: 1.6rem;
  padding-top: 1.6rem;
  color: #003f8f;
}
.route-container .time-observations-wrapper .time-container #time-table {
  margin-top: 1.5rem;
  position: relative;
}
.route-container .time-observations-wrapper .time-container #time-table .time-container-schedule {
  font-family: "Roboto Light";
  font-size: 1.1rem;
  font-weight: 300;
  font-style: italic;
  line-height: 2.73;
  color: #585862;
  position: absolute;
  top: -10rem;
}
.route-container .time-observations-wrapper .observations-container {
  padding: 1.5rem;
  border-radius: 0.2rem;
  background-color: rgba(143, 143, 140, 0.15);
}
.route-container .time-observations-wrapper .observations-container-title {
  height: 2.85rem;
  font-family: "Roboto Light";
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.75;
  color: #1d1d1b;
  margin-bottom: 1.85rem;
}
.route-container .time-observations-wrapper .observations-container-text {
  font-family: "Roboto Light";
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  line-height: 2.5;
  color: #585862;
}
.time-box {
  font-family: Roboto;
  font-size: 1.3rem;
  text-align: center;
  color: #1d1d1b;
  height: 2rem;
}
.plan-trip-container {
  margin-top: 2.2rem;
}
.plan-trip-container .search-container {
  background-color: rgba(143, 143, 140, 0.15);
}
@media only screen and (min-width: 991px) {
  .plan-trip-container .search-container {
    min-height: 100%;
  }
}
.plan-trip-container .map-container {
  height: 66.8rem;
}
@media only screen and (max-width: 991px) {
  .plan-trip-container .map-container {
    height: 50rem;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .plan-trip-container .map-container {
    height: calc(100vw - 3rem);
  }
}
.plan-trip-container .results-title {
  font-family: "Roboto Light";
  color: #1d1d1b;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.19;
  padding: 0 2.5rem;
}
.plan-trip-container .results-title.no-results {
  font-size: 1.2rem;
  font-style: italic;
  padding-left: 1rem;
}
.plan-trip-container .card-header.vertical-line::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 1.9rem;
  width: 0.6rem;
  height: 100%;
  border-left: 0.4rem solid;
  border-color: inherit;
}
.plan-trip-container .result-collapse {
  background-color: #ffffff;
  min-height: 17.2rem;
  margin-bottom: 2.5rem;
  border: solid 0.1rem #cccccc;
}
.plan-trip-container .result-collapse.is-open .clickable-icon {
  background-image: url("../Content/Images/Icons/collapse-close-circle.svg");
  background-repeat: no-repeat;
}
.plan-trip-container .result-collapse.is-open .horizontal-info {
  display: none !important;
}
.plan-trip-container .result-collapse.is-open .swipe-more {
  display: none !important;
}
.plan-trip-container .result-collapse.active {
  -webkit-box-shadow: 0px 0px 8px 0px #003f8f;
  -moz-box-shadow: 0px 0px 8px 0px #003f8f;
  box-shadow: 0px 0px 8px 0px #003f8f;
}
.plan-trip-container .result-collapse .container-points {
  background-color: #ffd400;
  height: 2.4rem !important;
  width: 2.4rem !important;
  border-radius: 1.2rem;
  text-align: center;
}
.plan-trip-container .result-collapse .icon-yellow {
  line-height: 2.4rem;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Roboto Medium";
  color: #1d1d1b;
  position: relative;
  z-index: 5;
}
.plan-trip-container .result-collapse .icon-yellow.last:last-child::after {
  content: 'B';
  position: absolute;
  background-color: #ffd400;
  height: 2.4rem !important;
  width: 2.4rem !important;
  border-radius: 1.2rem;
  text-align: center;
  left: 0.1rem;
}
.plan-trip-container .result-collapse .icon-yellow.horizontal-dotted-line {
  width: 2.4rem !important;
  position: relative;
  margin-right: 4rem;
}
.plan-trip-container .result-collapse .icon-yellow.horizontal-dotted-line:first-child::before {
  content: 'A';
  position: absolute;
  background-color: #ffd400;
  height: 2.4rem !important;
  width: 2.4rem !important;
  border-radius: 1.2rem;
  text-align: center;
  left: 0;
  top: 0.2rem;
}
.plan-trip-container .result-collapse .icon-yellow.horizontal-dotted-line::after {
  content: ' ';
  width: 4rem;
  position: absolute;
  border-bottom: 0.4rem dotted #ffd400;
  left: 2.6rem;
  top: 50%;
}
.plan-trip-container .result-collapse .icon-yellow.vertical {
  background-color: #ffd400;
  height: 2.4rem !important;
  width: 2.4rem !important;
  border-radius: 1.2rem;
  text-align: center;
  margin-left: 1rem;
}
.plan-trip-container .result-collapse .icon-yellow.vertical-dots {
  margin-bottom: 3rem;
  margin-left: 1rem;
}
.plan-trip-container .result-collapse .icon-yellow.vertical-dots::before {
  height: 3.3rem;
  z-index: 3;
  background-color: #ffffff;
  left: 0.9rem;
}
.plan-trip-container .result-collapse .icon-yellow.vertical-dots.half-bordered::before {
  top: -5rem;
  background-color: #ffffff;
  width: 0.6rem;
  height: 200%;
  left: 0.9rem;
}
.plan-trip-container .result-collapse .icon-transport {
  margin: 0rem 0.9rem;
  background-color: #ffffff;
  position: relative;
  z-index: 5;
  top: 40%;
  max-height: 3.6rem;
}
.plan-trip-container .result-collapse .icon-transport img {
  max-height: 2.8rem;
  max-width: 2.8rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.plan-trip-container .result-collapse .icon-transport.horizontal-line {
  margin-right: 4rem;
  margin-left: 0;
}
.plan-trip-container .result-collapse .icon-transport.horizontal-line::after {
  content: ' ';
  width: 4rem;
  position: absolute;
  border-bottom: 0.3rem solid #ffd400;
  top: 50%;
  left: 2.8rem;
}
.plan-trip-container .result-collapse .icon-transport.horizontal-dotted-line {
  margin-right: 4rem;
  margin-left: 0;
}
.plan-trip-container .result-collapse .icon-transport.horizontal-dotted-line::after {
  content: ' ';
  width: 4rem;
  position: absolute;
  border-bottom: 0.4rem dotted #ffd400;
  left: 2.6rem;
  top: 50%;
}
.plan-trip-container .result-collapse .icon-transport.vertical-dots {
  margin: 4rem 1rem;
  margin-top: 0.5rem;
}
.plan-trip-container .result-collapse .icon-transport.vertical-line {
  margin: 0rem 0.9rem;
  margin-top: 0.5rem;
}
.plan-trip-container .result-collapse .icon-transport.vertical-line::before {
  content: ' ';
  position: absolute;
  top: 3rem;
  left: 1rem;
  width: 0.6rem;
  height: 100%;
  border-left: 0.4rem solid #fbd700;
}
.plan-trip-container .result-collapse .icon-transport.vertical-dots::before {
  left: 1rem;
}
.plan-trip-container .result-collapse .icon-badge {
  width: 4rem !important;
  min-width: 4rem;
  height: 2.1rem;
  border-radius: 1.2rem;
  background-color: #72bf44;
  text-align: center;
  font-family: 'DINPro Bold';
  font-weight: 500;
  color: #ffffff;
  position: relative;
  z-index: 5;
}
.plan-trip-container .result-collapse .icon-badge.horizontal-line {
  position: relative;
  margin-right: 4rem;
}
.plan-trip-container .result-collapse .icon-badge.horizontal-line::after {
  content: ' ';
  width: 100%;
  position: absolute;
  border-bottom: 0.3rem solid #ffd400;
  top: 50%;
  left: 4rem;
}
.plan-trip-container .result-collapse .icon-badge.horizontal-dotted-line {
  position: relative;
  margin-right: 4rem;
}
.plan-trip-container .result-collapse .icon-badge.horizontal-dotted-line::after {
  content: ' ';
  width: 4rem;
  position: absolute;
  border-bottom: 0.4rem dotted #ffd400;
  left: 4.2rem;
  top: 50%;
}
.plan-trip-container .result-collapse .icon-badge.vertical-line {
  margin-bottom: 4.8rem;
  margin-top: 0.4rem;
}
.plan-trip-container .result-collapse .icon-badge.vertical-line::before {
  content: ' ';
  position: absolute;
  top: 2rem;
  left: 1.9rem;
  width: 0.6rem;
  height: 5rem;
  border-left: 0.4rem solid;
  border-color: inherit;
}
.plan-trip-container .result-collapse .icon-badge.vertical-dots {
  margin-bottom: 4.5rem;
}
.plan-trip-container .result-collapse .icon-square {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.5rem;
  background-color: #c4c4c4;
}
.plan-trip-container .result-collapse .icon-square.horizontal-line {
  position: relative;
  margin-right: 4rem;
}
.plan-trip-container .result-collapse .icon-square.horizontal-line::after {
  content: ' ';
  width: 4rem;
  position: absolute;
  border-bottom: 0.3rem solid #ffd400;
  top: 50%;
  left: 2.4rem;
}
.plan-trip-container .result-collapse .icon-circle {
  background-color: #ffd400;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 10rem;
  text-align: center;
  line-height: 2.4rem;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Roboto Medium";
  margin-left: 1.6rem;
  position: absolute;
  z-index: 10;
  top: 50%;
}
.plan-trip-container .result-collapse .icon-circle::after {
  content: ' ';
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 10rem;
  background-color: #ffffff;
}
.plan-trip-container .result-collapse .result-container {
  min-height: 6rem;
  display: flex;
}
.plan-trip-container .result-collapse .slick-slide {
  display: flex;
  align-items: center;
  height: 2.8rem;
  max-height: 2.8rem;
}
.plan-trip-container .result-collapse .clickable-icon {
  background-image: url("../Content/Images/Icons/collapse-open-circle.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .plan-trip-container .result-collapse .clickable-icon {
    min-width: 4rem;
    min-height: 4rem;
  }
}
.plan-trip-container .rectangle {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 0.7rem;
  margin-right: 1.2rem;
}
.plan-trip-container .margin-info {
  margin-right: 1.3rem;
}
.plan-trip-container .info-title {
  font-family: "Roboto Light";
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
}
.plan-trip-container .info-title-result {
  font-family: "Roboto";
  font-size: 1.3rem;
  font-stretch: normal;
  font-style: normal;
}
.plan-trip-container .info-title-result .no-transbords {
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.5rem;
}
.plan-trip-container .info-title-result .no-transbords object {
  height: 100%;
}
.plan-trip-container .stop-info-title {
  line-height: 2.14rem;
  font-family: "Roboto Light";
  font-size: 1.4rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  padding: 3rem;
  padding-left: 5rem;
  color: #585862;
  position: relative;
  border-color: #ffd400;
  width: 100%;
}
.plan-trip-container .stop-time {
  position: absolute;
  transform: rotate(270deg);
  font-size: 0.8rem;
  font-family: "Roboto Light";
  font-weight: 300;
  color: #585862;
  top: 10%;
  left: 0.4rem;
}
.plan-trip-container .search {
  padding: 1.6rem;
}
.plan-trip-container .search .search-simulator .simulator-fields-container .min-height-eight {
  height: 5.4rem;
  min-height: 5.4rem;
}
.plan-trip-container .search .search-simulator .simulator-fields-container .min-height-eight svg path {
  fill: #1d1d1b;
}
.plan-trip-container .p-horiz {
  padding: 0 1.5rem;
}
.plan-trip-container .accordion-icon {
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
}
.plan-trip-container .vertical-info .accordion {
  width: 85%;
}
.plan-trip-container .vertical-info .accordion .card .card-header {
  border-top: none !important;
  border-bottom: none;
  min-height: 8rem;
}
.plan-trip-container .vertical-info .accordion .card .card-header button {
  padding-top: 0;
  padding-bottom: 0;
}
.plan-trip-container .vertical-info .accordion .card .card-header button::after {
  content: url("../Content/Images/Icons/icon-drop-black.svg");
  top: 0.75rem;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.plan-trip-container .vertical-info .accordion .card .card-header button:not(.collapsed) {
  border-bottom: none !important;
}
.plan-trip-container .vertical-info .accordion .card .card-header button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.plan-trip-container .vertical-info .accordion .card .card-body {
  padding: 0;
  border-top: none !important;
}
.plan-trip-container .vertical-dots {
  position: relative;
}
.plan-trip-container .vertical-dots::before {
  content: ' ';
  position: absolute;
  top: 3rem;
  left: 2rem;
  width: 0.6rem;
  height: 100%;
  border-left: 0.4rem dotted #fbd700;
}
.plan-trip-container .main-stop-title {
  font-family: "Roboto Medium";
  font-size: 1.4rem;
  font-weight: bold;
  color: #1d1d1b;
  width: 80%;
  padding: 1rem;
  padding-top: 0;
  word-break: break-word;
}
.plan-trip-container .main-stop-descript {
  font-family: "Roboto Light";
  font-size: 1.4rem;
  color: #585862;
  font-weight: 300;
}
.plan-trip-container .horizontal-info {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
  user-select: none;
}
.plan-trip-container .horizontal-info > div {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.plan-trip-container .horizontal-info > div::-webkit-scrollbar {
  display: none;
}
.plan-trip-container .horizontal-info .icon-yellow {
  padding: 0 1rem 2rem 0.75rem;
  height: 2.4rem;
}
.plan-trip-container .last-inner-step::before {
  content: ' ';
  position: absolute;
  left: 1.9rem;
  bottom: 0;
  width: 0.6rem;
  height: 50%;
  background-color: #ffffff;
  z-index: 3;
  border-left: 0.4rem dotted #fbd700;
}
.plan-trip-container .border-dotted button.collapsed::before {
  content: ' ';
  position: absolute;
  left: 1.9rem;
  width: 0.6rem;
  height: 100%;
  border-left: 0.4rem dotted;
  z-index: 0;
  border-color: inherit;
  background-color: #ffffff;
}
.plan-trip-container .swipe-more {
  align-items: center;
  font-size: 1rem;
  font-style: italic;
  display: flex;
  justify-content: flex-end;
  margin: 0.1rem;
  margin-top: -1rem;
}
.plan-trip-container .swipe-more object {
  height: 1rem;
  padding-left: 0.3rem;
  position: relative;
  top: 0.1rem;
}
.plan-trip-container .border-width-0 {
  border-width: 0;
}
.plan-trip-container .grab-class {
  cursor: grab;
}
.account {
  font-family: Roboto;
  max-width: 32.4rem;
  width: 100%;
  margin-left: 1.8rem;
  margin-right: 1.8rem;
  padding: 2rem 1.8rem 2.2rem 1.8rem;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}
.account-container {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 90vh;
  margin-bottom: -2.5rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .account-container {
    height: 90vh !important;
  }
}
.account:before {
  position: absolute;
  width: 0.9rem;
  height: 100%;
  background-color: #fbd700;
  content: ' ';
  left: 0;
  top: 0;
}
.account .micro-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 2.92rem;
  margin-bottom: 2rem;
}
.account .alternative-form-label {
  display: flex;
  font-family: "Roboto Light";
  font-size: 1.8rem;
  color: #AEAEAC;
}
.account .success-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 8.2rem;
  margin-bottom: 2.2rem;
}
.account h1 {
  font-family: Roboto Light;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.2rem;
  font-size: 2.6rem;
  color: #1b1b1e;
}
.account form {
  margin-bottom: unset;
}
.account form > div {
  width: 100%;
}
.account form > div.form-group label {
  font-size: 1.2rem !important;
}
.account form > div.form-group.consent-container {
  margin-top: 0.6rem;
  margin-bottom: 1.1rem;
}
.account form > div.form-group.consent-container .break {
  flex-basis: 100%;
  height: 0;
}
.account form > div > .g-recaptcha {
  transform: scale(0.95);
  transform-origin: 0 0;
}
.account-info {
  opacity: 0.8;
  font-family: Roboto;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 3rem;
  text-align: center;
  color: #585862;
}
.account-password {
  padding-bottom: 1.4rem;
}
.account-password form > div:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.account-login-info {
  margin-bottom: 0.4rem;
}
.account-login .regular-form-actions {
  margin-top: 0.4rem;
}
.account .social-login-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  height: 4rem;
  border-radius: 0.2rem;
}
@media (max-width: 350px) {
  .account .social-login-button {
    font-size: 1.2rem !important;
  }
}
.account .social-login-button .img-wrapper {
  margin-right: 3.3rem;
  text-align: center;
  min-width: 3.8rem;
}
.account .facebook {
  background-color: #3b5998;
}
.account .facebook img {
  width: 2rem;
  height: 2rem;
}
.account .google {
  background-color: #4184f3;
}
.account .google img {
  margin-left: 0.1rem;
  width: 3.8rem;
  height: 3.8rem;
}
.my-notifications {
  font-family: Roboto;
  color: #585862;
}
.my-notifications > form.regular-form {
  margin-bottom: 0;
}
.my-notifications > form.regular-form h4 {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
  margin-top: 3rem;
}
.my-notifications > form.regular-form .form-group {
  margin-top: -1rem;
  margin-bottom: 0;
}
.my-notifications > form.regular-form .form-group > * {
  margin-top: 1rem;
}
.my-notifications > form.regular-form .form-group .check-container {
  display: inline-block;
  white-space: nowrap;
  min-width: 1rem;
  margin-right: 3rem;
}
.my-notifications > form.regular-form .form-group .check-container input[type=checkbox] {
  width: 1.6rem;
  margin-right: 0.5rem;
}
.my-notifications > form.regular-form .form-group .check-container input[type=checkbox] ~ label {
  margin-bottom: 0;
  vertical-align: text-bottom;
  font-size: 1.4rem;
}
.my-notifications > form.regular-form .form-group .check-container span.checkmark {
  margin-right: 0;
}
.my-notifications > form.regular-form .form-group .tag-container {
  position: relative;
  margin-right: 0.7rem;
  display: inline-block;
}
.my-notifications > form.regular-form .form-group .tag-container input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
}
.my-notifications > form.regular-form .form-group .tag-container input:checked + .tag {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.my-notifications > form.regular-form .form-group .tag-container .tag {
  font-size: 1.2rem;
  font-family: Roboto;
  border: solid 1px #8f8f8c;
  background-color: #ffffff;
  padding: 0.8rem 2.2rem;
  border-radius: 1.6rem;
  min-width: 7rem;
}
.my-notifications > form.regular-form .regular-form-actions {
  margin-top: 3rem;
}
.my-notifications > form.regular-form .regular-form-actions input[type=submit] {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
@media only screen and (max-width: 575px) {
  .my-notifications > form.regular-form .regular-form-actions input[type=submit] {
    width: 100%;
  }
}
.my-notifications .section-subtitle {
  font-family: Roboto;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 1.6rem;
}
.my-notifications .route-alerts {
  margin-top: 6rem;
  width: 100%;
}
.my-notifications .route-alerts form {
  margin-bottom: 0;
}
.my-notifications .route-alerts-search {
  padding-bottom: 3rem;
  width: 100%;
  max-width: 67.6rem;
}
.my-notifications .route-alerts-search h2 {
  font-family: "Roboto Light";
  font-size: 1.6rem;
  font-weight: 300;
  color: #585862;
  margin-bottom: 1rem;
}
.my-notifications .route-alerts-search .last-parm {
  margin-right: 0;
}
.my-notifications .route-alerts-search .select2 {
  width: 100% !important;
}
.my-notifications .route-alerts-search .select2 span:focus {
  outline: none !important;
}
.my-notifications .route-alerts-search .select2-selection {
  border: none;
  background-color: transparent;
  max-height: 1.9rem;
}
.my-notifications .route-alerts-search .select2-selection .select2-selection__rendered {
  height: 100%;
  line-height: 1.4;
  color: #757575;
  padding-left: 0;
}
.my-notifications .route-alerts-search .select2-selection .select2-selection__arrow {
  height: 100%;
}
.my-notifications .route-alerts-search .search-group {
  width: 100%;
  padding: 0.8rem 1.3rem;
  border: solid 1px #cccccc;
  color: #1d1d1b;
  background-color: #ffffff;
  margin-right: 2rem;
  height: 5.4rem;
}
.my-notifications .route-alerts-search .search-group label {
  height: 1.6rem;
  font-family: "Roboto Medium";
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 0.3rem;
}
.my-notifications .route-alerts-search .search-group .search-input {
  font-family: "Roboto Light";
  font-size: 1.4rem;
  text-align: left;
}
.my-notifications .route-alerts-search .search-group .search-input input {
  border: none;
  outline: none;
  background-color: transparent;
  margin-top: -0.2rem;
}
.my-notifications .route-alerts-search .btn {
  width: 100%;
  border-radius: 0.2rem;
  background-color: #8f8f8c;
  color: #dddddc;
  font-family: "Roboto";
  font-size: 1.6rem;
  cursor: pointer;
  height: 5.4rem;
  border-color: transparent;
}
@media only screen and (max-width: 767px) {
  .my-notifications .route-alerts-search .btn {
    width: 100%;
  }
}
.my-notifications .route-alerts-search .btn:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .my-notifications .route-alerts-search .col-6 {
    margin-bottom: 1rem;
  }
  .my-notifications .route-alerts-search .col-6.right {
    padding-left: 0.5rem;
  }
  .my-notifications .route-alerts-search .col-6.left {
    padding-right: 0.5rem;
  }
}
@media only screen and (min-width: 576px) {
  .my-notifications .route-alerts-search .search-group {
    margin-right: 2.8rem;
    width: auto;
  }
}
.my-notifications .route-alerts-search button {
  padding: 0;
}
@media only screen and (min-width: 576px) {
  .my-notifications .route-alerts-search button {
    width: 14.8rem !important;
  }
}
.my-notifications .results {
  margin-left: -2.8rem;
}
.my-notifications .results .no-results {
  margin: 0 0 2.8rem 2.8rem;
}
.my-notifications .results .route-alert-container {
  border-radius: 0.2rem;
  padding: 0 1.5rem;
  background-color: rgba(143, 143, 140, 0.15);
  margin: 0 0 2.8rem 2.8rem;
  max-width: 23.6rem;
  color: #1d1d1b;
  font-size: 1.2rem;
  font-weight: 300;
}
.my-notifications .results .route-alert-container .route-alert-header {
  border-bottom: 1px solid rgba(143, 143, 140, 0.15);
  min-height: 6.65rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.my-notifications .results .route-alert-container .route-alert-header .bus-stop-badge {
  height: 2.3rem;
  padding: 0 0.6rem;
  font-size: 1.8rem;
  border-radius: 2.9rem;
  background-color: #ec008c;
  font-family: "DINPro Bold";
  color: #ffffff;
  text-align: center;
  margin-right: 1.2rem;
  line-height: 1.25;
}
.my-notifications .results .route-alert-container .route-alert-header .bus-stop-title {
  color: #585862;
}
.my-notifications .results .route-alert-container .route-alert-body > div:not(:nth-child(2)) {
  height: 5.6rem;
}
.my-notifications .results .route-alert-container .route-alert-body > div img {
  margin-right: 0.6rem;
}
.my-notifications .results .route-alert-container .route-alert-body .weekdays {
  user-select: none;
}
.my-notifications .results .route-alert-container .route-alert-body .weekdays-readonly {
  width: 16rem;
}
.my-notifications .results .route-alert-container .route-alert-body .weekdays-readonly .weekdays-container {
  width: 2rem;
  height: 2rem;
}
.my-notifications .results .route-alert-container .route-alert-body .weekdays-readonly .weekdays-item {
  font-size: 1rem;
  padding-left: 0.5rem;
  line-height: 1.7;
}
.my-notifications .results .route-alert-container .route-alert-body .weekdays-readonly .weekdays-item[data-checked] {
  background-color: #72bf44;
  color: #ffffff;
}
.my-notifications .results .route-alert-container .route-alert-footer {
  border-top: 1px solid rgba(143, 143, 140, 0.15);
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.my-notifications .results .route-alert-container .route-alert-footer .btn {
  height: 5.1rem;
  line-height: 2.5;
  font-size: 1.6rem;
}
.my-notifications .results .route-alert-container .route-alert-footer .btn-outline-secondary {
  border-color: #8f8f8c;
  color: #8f8f8c;
}
.my-notifications .results .route-alert-container .route-alert-footer .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #8f8f8c;
}
.my-notifications .results .route-alert-container .route-alert-footer .btn-outline-danger:hover {
  background-color: transparent;
}
.my-notifications .results .route-alert-container .route-alert-footer .delete-modal {
  background-image: url('/Content/Images/Icons/icon-trash-red.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 5.1rem;
  margin-left: 0.8rem;
}
.my-notifications .results .route-alert-container .route-alert-footer .delete-modal:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .my-notifications .results {
    margin-left: -1.2rem;
  }
  .my-notifications .results .route-alert-container,
  .my-notifications .results .no-results {
    margin: 0 0 1.2rem 1.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .my-notifications .results {
    margin-left: 0;
    justify-content: space-between;
  }
  .my-notifications .results .route-alert-container,
  .my-notifications .results .no-results {
    margin-left: 0;
  }
}
@media only screen and (max-width: 525px) {
  .my-notifications .results .route-alert-container {
    max-width: none;
    width: 100%;
  }
}
.alert-routes-result-container {
  width: 23.6rem;
  height: 25.9rem;
  border-radius: 0.2rem;
  background-color: rgba(143, 143, 140, 0.15);
}
.carris-modal-center.route-notification-edit-modal .modal-dialog {
  width: 50rem;
}
.carris-modal-center.route-notification-edit-modal .modal-dialog form > * {
  padding-left: 1.2rem;
  padding-right: 1.6rem;
}
.carris-modal-center.route-notification-edit-modal .modal-dialog .modal-header {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.carris-modal-center.route-notification-edit-modal .modal-dialog .modal-header .bus-stop-badge {
  padding: 0 1.3rem;
  height: 3.7rem;
  border-radius: 2.9rem;
  font-family: "DINPro Bold";
  color: #ffffff;
  text-align: center;
  line-height: 3.65rem;
  margin-right: 1.2rem;
  font-size: 2.5rem;
}
.carris-modal-center.route-notification-edit-modal .modal-dialog .modal-header .modal-bus-title {
  color: #1d1d1b;
  font-size: 1.4rem;
  margin-right: 3rem;
}
.carris-modal-center.route-notification-edit-modal .modal-dialog .modal-header .modal-bus-title :nth-child(2) {
  font-size: 1.2rem;
  color: #8f8f8c;
}
.carris-modal-center.route-notification-edit-modal .modal-dialog .modal-header img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: auto;
}
.carris-modal-center.route-notification-edit-modal .modal-dialog .modal-header button {
  position: absolute;
  right: 1.6rem;
  top: 2.7rem;
}
.carris-modal-center.route-notification-edit-modal .modal-dialog .modal-body {
  padding-bottom: 1rem;
  padding-top: 1.2rem;
}
.carris-modal-center.route-notification-edit-modal .modal-dialog .modal-body .time-range-picker {
  width: 21rem;
}
.carris-modal-center.route-notification-edit-modal .modal-dialog .modal-body .field-validation-error {
  display: none;
}
.carris-modal-center.route-notification-edit-modal .modal-dialog .modal-body .input-validation-error + .field-validation-error {
  display: block;
}
.carris-modal-center.route-notification-edit-modal .modal-dialog .modal-body .select2-container--disabled {
  display: none;
}
.carris-modal-center.route-notification-edit-modal .modal-dialog .modal-body .weekdays {
  padding-left: 0.4rem;
}
.carris-modal-center.route-notification-edit-modal .modal-dialog .modal-body .weekdays label {
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 575px) {
  .carris-modal-center.route-notification-edit-modal .modal-dialog {
    width: calc(100% - 3.2rem);
    margin-left: 1.6rem;
  }
  .carris-modal-center.route-notification-edit-modal .modal-dialog form > * {
    padding: 1.2rem;
  }
  .carris-modal-center.route-notification-edit-modal .modal-dialog form .modal-header {
    padding-right: 5rem;
    margin-top: -1rem;
  }
  .carris-modal-center.route-notification-edit-modal .modal-dialog form .modal-header > *:not(button) {
    margin-top: 1rem;
  }
  .carris-modal-center.route-notification-edit-modal .modal-dialog form .modal-header .modal-bus-title {
    margin-right: 1.8rem;
  }
  .carris-modal-center.route-notification-edit-modal .modal-dialog form .modal-body {
    padding-bottom: 0rem;
  }
  .carris-modal-center.route-notification-edit-modal .modal-dialog form .modal-body .weekdays {
    padding-left: 0;
    width: auto;
  }
  .carris-modal-center.route-notification-edit-modal .modal-dialog form .modal-body .weekdays-container {
    margin-right: 0.4rem;
  }
  .carris-modal-center.route-notification-edit-modal .modal-dialog form .modal-body .time-range-picker {
    width: 100%;
  }
  .carris-modal-center.route-notification-edit-modal .modal-dialog .btn {
    width: 49% !important;
  }
  .carris-modal-center.route-notification-edit-modal .modal-dialog .btn:first-child {
    margin-right: auto;
  }
}
.my-profile .btn {
  min-width: 14.84rem;
}
.my-profile form {
  padding-top: 3rem;
}
.my-profile form .col-12 {
  margin-bottom: 0.6rem;
}
.my-profile form .col-12 h4 {
  opacity: 0.7;
  font-family: "Roboto Light";
  font-weight: 200;
  line-height: 1.8;
}
.my-profile .regular-form-actions .btn {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.my-profile .regular-form-actions .btn:first-child {
  margin-top: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .my-profile .regular-form-actions .btn {
    width: 100%;
  }
}
.my-profile .double-form {
  position: relative;
}
.my-profile .double-form .form-group {
  margin-bottom: -0.5rem;
  z-index: 2;
}
.my-profile .double-form .forget-account {
  position: relative;
  width: 0;
}
.my-profile .double-form .forget-account .btn {
  position: absolute;
  left: 16.5rem;
  transform: translateY(-11.8rem);
}
@media only screen and (max-width: 767px) {
  .my-profile .double-form .forget-account {
    width: unset;
    margin-top: -5rem;
  }
  .my-profile .double-form .forget-account .btn {
    position: initial;
    transform: none;
  }
}
.contest-search-container .contest-item {
  margin: 1.5rem 0;
}
.contest-search-container .contest-item .title {
  color: #003f8f;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.67;
}
.contest-search-container .contest-item .status {
  color: #585862;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  line-height: 2.5;
}
.contest-search-container .contest-item .image-container {
  width: 100%;
  height: 23.4rem;
  position: relative;
  overflow: hidden;
}
.contest-search-container .contest-item .image-container img {
  width: 100%;
  height: auto;
}
.contest-search-container .contest-item a {
  padding: 1.2rem 8rem;
  border-radius: 0.2rem;
  background-color: #8f8f8c;
  color: #ffffff;
  font-size: 1.6rem;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .contest-search-container .contest-item a {
    padding: 1.2rem 1rem;
  }
}
.contest-detail-container {
  font-family: Roboto;
}
.contest-detail-container .contest-main-info {
  margin: 1.8rem 0;
}
.contest-detail-container .contest-main-info .description {
  color: #003f8f;
  font-size: 1.8rem;
  line-height: 1.67;
}
.contest-detail-container .contest-main-info .info {
  color: #585862;
  font-size: 1.5rem;
  line-height: 2;
  font-family: "Roboto Light";
}
.contest-detail-container .contest-main-info .image-container {
  width: 100%;
  height: 23.4rem;
  position: relative;
  overflow: hidden;
}
.contest-detail-container .contest-main-info .image-container img {
  width: 100%;
  height: auto;
}
.contest-detail-container .participation-sent {
  text-align: center;
  margin: 5rem;
  font-weight: 500;
  font-size: 2rem;
}
.contest-detail-container .detail-main-title {
  color: #585862;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.19;
  font-family: "Roboto Light";
  margin-bottom: 1rem;
}
.contest-detail-container .spaced-bottom .detail-main-title {
  margin-bottom: 0.3rem;
}
.contest-detail-container .regular-form {
  width: 100%;
  margin-bottom: 0;
}
.contest-detail-container .regular-form .field-validation-error {
  color: #ed1c24;
  font-size: 1.4rem;
  font-style: italic;
}
.contest-detail-container .regular-form .field-validation-error + .form-group:not(.check) {
  border: 1px solid #ed1c24;
  padding: 0.5rem 0.5rem 0.1rem 0.5rem;
}
.contest-detail-container .regular-form .field-validation-error + .form-group .check-container > .checkmark {
  border: solid 0.1rem #ed1c24;
}
.contest-detail-container .regular-form .textarea-container::before {
  position: absolute;
  content: ' ';
  top: 1px;
  left: 1px;
  height: 3rem;
  width: 97%;
  background-color: #ffffff;
  z-index: 1;
}
.contest-detail-container .regular-form .textarea-container textarea {
  position: relative;
  padding-top: 3rem;
}
.contest-detail-container .regular-form .textarea-container textarea.input-validation-error {
  border-color: #ed1c24 !important;
}
.contest-detail-container .regular-form .label-container {
  height: 1.6rem;
  font-family: "Roboto Medium";
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 0.3rem;
}
.contest-detail-container .regular-form .regular-form-actions input {
  width: 15rem;
}
.contest-detail-container .regular-form .check-container {
  display: flex;
}
.contest-detail-container .regular-form .check-container label {
  margin-left: 0.4rem;
}
.contest-detail-container .regular-form .col-12 {
  margin-bottom: 3rem;
}
.contest-detail-container .regular-form .flex-column-reverse .field-validation-error {
  display: block;
  margin-top: -1rem;
}
.contest-detail-container .regular-form .flex-column-reverse.consent-container .field-validation-error {
  margin-top: -1.7rem;
}
.contest-detail-container .regular-form .file-container .file-label {
  font-family: "Roboto Medium";
  font-weight: 300;
  font-size: 1.4rem;
  color: #1d1d1b;
  letter-spacing: 0.017rem;
  margin-bottom: -2.5rem;
}
.contest-detail-container .regular-form .file-container .field-validation-error {
  margin-top: 0rem;
  display: block;
}
.contest-detail-container .regular-form .file-container .field-validation-error + .form-upload-container .drop-zone-container {
  border-color: #ed1c24;
}
.contest-detail-container .regular-form .file-container .form-upload-container {
  margin-bottom: 0;
}
.contest-detail-container .items-list {
  list-style: none;
  padding-left: 0;
}
.contest-detail-container .items-list .item {
  margin-bottom: 0.6rem;
  background-color: rgba(143, 143, 140, 0.15);
  font-size: 1.4rem;
  line-height: 1.36;
  font-family: "Roboto Light";
  padding: 1.8rem;
}
.contest-detail-container .items-list .item.centered {
  display: flex;
  align-items: center;
}
.contest-detail-container .items-list .item .circle {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  font-size: 1.7rem;
  color: #1d1d1b;
  font-weight: bolder;
  line-height: 2.7rem;
  text-align: center;
  background: #ffffff;
  border: 0.3rem solid #ffd400;
  font-family: "DINPro Bold";
  margin-right: 1.6rem;
}
.contest-detail-container .items-list .item .description {
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 1.33;
  margin-top: 0.4rem;
  font-family: "Roboto Light";
}
.contest-detail-container .participant {
  font-family: "Roboto Light";
  color: #585862;
}
.contest-detail-container .participant strong {
  color: #1d1d1b;
}
.contest-detail-container .participation-card {
  background-color: rgba(143, 143, 140, 0.15);
  font-size: 1.4rem;
  line-height: 1.36;
  font-family: "Roboto Light";
  margin: 0.8rem 0;
}
.contest-detail-container .participation-card-container {
  text-align: center;
  padding: 0 1.7rem;
}
.contest-detail-container .participation-card-container > div:first-child {
  height: 16.7rem;
  padding: 1.3rem 0;
}
.contest-detail-container .participation-card-container > div:first-child img {
  min-width: 0.1rem;
  max-height: 100%;
  max-width: 100%;
}
.contest-detail-container .participation-card-container > div:first-child img.r90 {
  transform: rotate(90deg);
}
.contest-detail-container .participation-card-container > div:first-child img.r-90 {
  transform: rotate(-90deg);
}
.contest-detail-container .participation-card-container > div:first-child img.r180 {
  transform: rotate(180deg);
}
.contest-detail-container .participation-card-container > div:last-child {
  border-top: 2px solid rgba(143, 143, 140, 0.15);
  padding: 1.3rem 0;
  height: 7rem;
  overflow: hidden;
  position: relative;
}
.contest-detail-container .participation-card-container > div:last-child div {
  width: 100%;
  text-align: left;
}
.contest-detail-container .participation-card-container > div:last-child .description {
  position: relative;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0.4rem;
  font-family: "Roboto Light";
}
.contest-detail-container .participation-card-container > div:last-child a {
  color: #0056b3;
  font-size: 1.1rem;
  position: absolute;
  bottom: 0.3rem;
  right: -2rem;
  padding-right: 2rem;
  display: none;
  user-select: none;
}
.contest-detail-container .participation-card-container > div:last-child a:hover {
  color: #007bff;
  text-decoration: underline;
}
.contest-detail-container .participation-card-container > div:last-child.can-show-more a.see-more {
  display: block;
}
.contest-detail-container .participation-card-container > div:last-child.can-show-less {
  height: auto;
  overflow: visible;
}
.contest-detail-container .participation-card-container > div:last-child.can-show-less a.see-more {
  display: none;
}
.contest-detail-container .participation-card-container > div:last-child.can-show-less a.see-less {
  display: block;
}
.contest-detail-container .collapse-content {
  font-family: "Roboto Light";
  padding: 1.5rem;
}
.contest-detail-container .spaced-bottom {
  margin-bottom: 3rem;
}
body.ios-chrome .contest-detail-container .participant {
  opacity: 0.75;
}
body.ios-chrome .contest-detail-container .participant strong {
  opacity: 1;
}
/*********************************************************************/
.table-travels,
.table-payments {
  width: 100%;
  font-family: Roboto;
}
.spacer {
  height: 8px !important;
}
.spacer:last-child {
  height: 32px !important;
}
.load-more td {
  border-radius: 0 0 10px 10px;
  cursor: pointer;
}
.expand-button {
  cursor: pointer;
}
.table-travels tr,
.table-payments tr {
  width: 100%;
  height: 52px;
}
.table-travels th,
.table-payments th,
.table-travels td,
.table-payments td {
  padding: 12px;
}
.table-travels th,
.table-payments th {
  font-size: 14px;
  font-weight: 700 !important;
  width: fit-content;
}
.table-travels td,
.table-payments td {
  font-size: 14px;
  font-weight: 400;
}
.table-travels tbody tr,
.table-payments tbody tr {
  background-color: rgba(143, 143, 140, 0.15);
}
.table-travels .time,
.table-payments .time {
  color: #585862;
}
.table-payments .expand-button.expanded svg {
  transform: rotate(180deg);
}
th .invoice-container {
  display: flex;
  align-items: center;
}
th .invoice-container .text {
  font-size: 14px;
  font-weight: 700 !important;
  padding-right: 8px;
}
td .invoice-container {
  display: flex;
  align-items: center;
  justify-content: end;
}
.icon-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.status-circle {
  width: 25.12px;
  height: 24px;
  background: #51A351;
  border: 1px solid #275027;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 35px;
}
.status-check {
  width: 32px;
  height: 32px;
  background: url('Content/Images/Icons/icon-check.svg') no-repeat;
}
.status-pill {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  height: 30px;
  width: fit-content;
  border-radius: 20px;
  text-wrap: nowrap;
}
.status-pill.success {
  background: #D4F8D3;
  border: 1px solid #51A351;
}
.status-pill.warning {
  background: #FDEDDB;
  border: 1px solid #E39030;
}
.status-pill.error {
  background: #FF3333;
  border: 1px solid #51A351;
}
/*********************************************************************/
.card-info-form .form-group .icon {
  position: absolute;
  top: 12px;
  right: 8px;
}
.card-info-form .form-group .icon.calendar img {
  width: auto;
  height: 30px;
  margin-right: 4px;
}
#dateFilter .form-group .icon {
  position: absolute;
  top: 16px;
  right: 16px;
}
.card-info-form .form-group input {
  padding-right: 48px !important;
}
.select-card-container .card-select {
  display: flex;
  height: 49px;
  margin-bottom: 8px;
}
#cardSelect a {
  display: block;
}
#cardSelect .form-group {
  pointer-events: none;
}
#cardSelect a:hover .form-group {
  cursor: pointer;
}
.no-form {
  position: relative;
  margin-right: 8px;
  width: 100%;
}
.no-form input {
  height: 49px !important;
}
.no-form .icon {
  position: absolute;
  top: 18px;
  right: 18px;
}
.no-form .icon img {
  height: 10px;
}
.icon-trash div {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  margin-left: 8px;
}
.icon-trash img {
  height: 24px;
  width: 24px;
}
.collapsible-widget-trigger {
  border-top: 0 !important;
}
.card-analysis {
  width: 316px;
  height: 190.66px;
  background: #F4F5F6;
  border-radius: 8px;
  position: relative;
}
.card-info img {
  width: 316px;
  height: 190px;
}
.card-info {
  position: relative;
}
.card-info-number {
  position: absolute;
  top: 105px;
  right: 34px;
}
/*********************************************************************/
.check-container .checkmark {
  border: 1px solid #CCCCCC !important;
  width: 20px !important;
  height: 20px !important;
}
.check-container input[type="checkbox"]:checked ~ .checkmark {
  background-color: #FFD400 !important;
  border: 1px solid #FFD400 !important;
}
.check-container .checkmark::after {
  position: absolute;
  left: 6px !important;
  top: 2px !important;
  border-color: black !important;
}
.warning-banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  background: #E39030;
  box-shadow: 0px 0px 16.8px rgba(42, 46, 52, 0.43);
  border-radius: 2px;
  height: 56px;
  width: fit-content;
  margin: 2rem 0 2rem 0;
}
.warning-banner .text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
#dateRangePicker {
  cursor: pointer;
  padding-right: 46px;
}
.daterangepicker .table-condensed thead tr:first-child {
  border-bottom: 2px solid #EBEBEB;
}
.daterangepicker .table-condensed tbody tr td.active.start-date {
  border-radius: 4px 0px 0px 4px;
  background-color: #003F8F;
}
.daterangepicker .table-condensed tbody tr td.active.end-date {
  border-radius: 0px 4px 4px 0px;
  background-color: #003F8F !important;
}
.daterangepicker .table-condensed tbody tr td.in-range {
  background: rgba(0, 63, 143, 0.15);
}
.daterangepicker .table-condensed {
  display: flex;
  flex-direction: column;
}
.daterangepicker .table-condensed tbody {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.daterangepicker .table-condensed tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.daterangepicker .table-condensed tbody tr td {
  display: flex;
  justify-content: center;
  align-items: center;
}
.daterangepicker .calendar-table tbody tr td.available:hover {
  border: 1px solid #003F8F;
  background-color: transparent;
}
.slick-loading .slick-list {
  background: #fff url('../Content/lib/slick-carousel/slick/ajax-loader.gif') center center no-repeat;
}
footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #1d1d1b;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  footer .container {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
footer .container .extrefs,
footer .container .extrefs_initial {
  display: flex;
  justify-content: space-between;
}
footer .container .extrefs__logo,
footer .container .extrefs_initial__logo,
footer .container .extrefs__logos,
footer .container .extrefs_initial__logos,
footer .container .extrefs__social,
footer .container .extrefs_initial__social,
footer .container .extrefs__naveg,
footer .container .extrefs_initial__naveg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .container .extrefs__logo img,
footer .container .extrefs_initial__logo img {
  width: 7.8rem;
  height: 3.1rem;
}
@media screen and (max-width: 991px) {
  footer .container .extrefs__logo,
  footer .container .extrefs_initial__logo {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.5rem;
  }
}
footer .container .extrefs__logos,
footer .container .extrefs_initial__logos {
  padding: 0rem;
  flex-wrap: wrap;
  height: 4.8rem;
}
@media screen and (min-width: 767px) {
  footer .container .extrefs__logos img,
  footer .container .extrefs_initial__logos img {
    max-width: 12.8rem;
  }
}
@media screen and (max-width: 767px) {
  footer .container .extrefs__logos img,
  footer .container .extrefs_initial__logos img {
    width: 8rem;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  footer .container .extrefs__logos img,
  footer .container .extrefs_initial__logos img {
    width: 9rem;
  }
}
footer .container .extrefs__logos a:hover,
footer .container .extrefs_initial__logos a:hover,
footer .container .extrefs__logo a:hover,
footer .container .extrefs_initial__logo a:hover {
  filter: invert(20%);
}
footer .container .extrefs__naveg,
footer .container .extrefs_initial__naveg {
  padding: 0rem;
}
@media screen and (max-width: 991px) {
  footer .container .extrefs__naveg,
  footer .container .extrefs_initial__naveg {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  footer .container .extrefs__naveg > div,
  footer .container .extrefs_initial__naveg > div {
    margin-bottom: 1.5rem;
  }
}
footer .container .extrefs__social,
footer .container .extrefs_initial__social {
  font-size: 4rem;
}
footer .container .extrefs__social a,
footer .container .extrefs_initial__social a {
  margin-left: 6.3rem;
  position: relative;
}
footer .container .extrefs__social a:after,
footer .container .extrefs_initial__social a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  footer .container .extrefs__social,
  footer .container .extrefs_initial__social {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 991px) {
  footer .container .extrefs__social,
  footer .container .extrefs_initial__social {
    padding: 2rem 5rem;
  }
  footer .container .extrefs__social a,
  footer .container .extrefs_initial__social a {
    margin: 0;
  }
}
footer .container .naveg {
  font-family: Roboto;
  font-size: 1.4rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.02rem;
  text-align: left;
  color: #ffffff;
}
footer .container .naveg .nav-link {
  height: 1.9rem;
}
footer .container .naveg a {
  color: #ffffff;
}
footer .container .naveg a:hover {
  color: #cccccc;
}
footer .container .naveg:last-of-type {
  font-size: 1.4rem;
}
@media screen and (min-width: 767px) {
  footer .container .naveg {
    -ms-flex-direction: column !important;
    flex-direction: row !important;
    margin: 1rem 0rem;
  }
}
footer .container .extrefs {
  min-height: 3.1rem;
  margin: 1.5rem 0rem 1.4rem 0rem;
  padding: 0rem;
}
@media screen and (max-width: 991px) {
  footer .container .extrefs {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1rem 0rem;
  }
}
footer .container .extrefs_initial {
  border-bottom: 1px solid #ffffff;
  padding: 3.2rem 0rem 1.9rem 0rem !important;
}
@media screen and (max-width: 991px) {
  footer .container .extrefs_initial {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.nav-yellow-borderl {
  border-bottom: 0;
  border-left: 0.5rem solid #1d1d1b;
  font-weight: 300;
  padding-left: 1.5rem;
  background-color: #ffe251;
}
.header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 14;
}
@media only screen and (max-width: 991px) {
  .header .container.navbar {
    width: 100%;
    max-width: 100%;
  }
}
.header .navbar {
  padding: 0 1.5rem;
  height: 6.1rem;
}
.header .navbar-brand {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .header .navbar-brand {
    flex-grow: 1;
  }
}
@media screen and (max-width: 991px) {
  .header .navbar {
    padding: 0;
    min-height: 5rem;
  }
}
.header .navbar-toggler {
  border: 0;
  padding-left: 1rem;
}
.header .navbar-toggler:focus {
  outline: none;
}
.header .navbar-toggler .navbar-toggler-icon {
  margin-right: 1rem;
  transition: all 0.1s ease-in-out;
}
.header .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background: none;
  font-size: 2.5rem;
  color: #585862;
  padding-top: 0.68rem;
  padding-left: 0;
}
.header .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  content: '\2a09';
}
.header .nav-content {
  position: absolute;
  left: 0;
  background-color: #ffd400;
  width: 100%;
  top: 6.1rem !important;
  border: none;
  margin-top: 0;
}
.header .nav-content .sub-items-container {
  background-color: #ffd400;
}
.header .nav-content ul {
  display: inline-flex;
  list-style: none;
  margin: 0 auto;
  padding-left: 2rem;
}
@media screen and (max-width: 991px) {
  .header .nav-content ul {
    display: block;
    margin: 0;
    padding-left: 0;
  }
  .header .nav-content ul .sub-items-list {
    display: none;
  }
  .header .nav-content ul .sub-items-list > li {
    padding: 0.8rem 0;
    line-height: 1.29;
  }
  .header .nav-content ul .sub-items-list-title {
    padding-left: 5.3rem;
  }
  .header .nav-content ul .sub-items-list .active {
    background-color: #ffe251;
    color: #1d1d1b;
  }
}
.header .nav-content a {
  color: #1d1d1b;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header .nav-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: static;
  }
}
.header .navbar-light .navbar-toggler-icon {
  background-image: url(/Content/Images/Icons/icon-group.svg);
}
.header .nav-content.dropdown-menu.show {
  display: flex;
}
@media screen and (max-width: 991px) {
  .header .nav-content.dropdown-menu.show {
    display: block;
  }
}
.header .nav-content a:hover {
  color: #000000;
}
.header__menu button {
  height: 6.4rem;
  outline: none;
  min-width: 5rem;
}
.header__menu button:focus {
  box-shadow: none;
}
.header__menu button .lang-drop {
  display: flex;
}
.header__menu button .lang-drop .lang-selected {
  box-shadow: none;
  font-size: 14px;
  font-weight: 300;
  color: #003f8f;
}
.header__menu button .lang-drop svg {
  margin-top: 0.8rem;
  margin-left: 0.5rem;
}
.header__menu button.active {
  background-color: #ffd400;
}
@media only screen and (max-width: 991px) {
  .header__menu {
    margin-right: 1rem;
  }
}
.header__navlinks {
  font-size: 1.5rem;
  padding: 0;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .header__navlinks {
    overflow-y: auto;
    height: calc(100% - 6.1rem);
    background-color: #ffd400;
    order: 1;
    padding: 0.6rem 0;
    position: fixed;
    top: 6.1rem;
    left: 0;
    width: 32rem;
    max-width: 100vw;
    scrollbar-base-color: #ffd400;
    scrollbar-face-color: #ffd400;
    scrollbar-3dlight-color: #ffd400;
    scrollbar-highlight-color: #ffd400;
    scrollbar-track-color: #ffd400;
    scrollbar-arrow-color: #ffd400;
    scrollbar-shadow-color: #ffd400;
    scrollbar-width: none;
  }
}
.header__navlinks::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.header__navlinks .dropdown-toggle::after {
  display: none;
}
.header__navlinks .main-drop-title {
  min-width: 90%;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .header__navlinks .main-drop-title {
    font-size: 1.8rem;
    color: #1d1d1b;
    line-height: 3.7rem;
  }
}
.header__navlinks .nav-item {
  height: 6.1rem;
  text-align: center;
}
.header__navlinks .nav-item.show {
  background-color: #ffd400;
}
@media screen and (max-width: 991px) {
  .header__navlinks .nav-item.show {
    background-color: transparent;
  }
  .header__navlinks .nav-item.show.expanded a.nav-link {
    color: #ffd400;
    border-bottom: 0;
    border-left: 0.5rem solid #1d1d1b;
    font-weight: 300;
    padding-left: 1.5rem;
    background-color: #ffe251;
  }
  .header__navlinks .nav-item.show.expanded a.nav-link .drop-icon {
    display: none !important;
  }
}
.header__navlinks .nav-item.active > .nav-link {
  background-color: #ffd400;
}
@media screen and (max-width: 991px) {
  .header__navlinks .nav-item.active > .nav-link {
    background-color: #003f8f;
  }
}
.header__navlinks .nav-item.active:hover > .nav-link {
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .header__navlinks .nav-item.active:hover > .nav-link {
    font-weight: 300;
  }
}
.header__navlinks .nav-item:hover > .nav-link {
  color: #1d1d1b;
  background-color: #ffd400;
}
@media only screen and (min-width: 992px) {
  .header__navlinks .nav-item:hover > .dropdown-menu {
    display: flex;
    flex: 1;
  }
}
@media screen and (max-width: 1199px) {
  .header__navlinks .nav-item {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .header__navlinks .nav-item {
    font-size: 2rem;
    font-weight: 300;
    line-height: 3.5rem;
    margin: 0.5rem 0;
    height: auto;
  }
  .header__navlinks .nav-item.active > .nav-link {
    color: #ffd400;
    border-bottom: 0;
    border-left: 0.5rem solid #1d1d1b;
    font-weight: 300;
    padding-left: 1.5rem;
    background-color: #ffe251;
  }
  .header__navlinks .nav-item:hover > .nav-link {
    border-bottom: 0;
    border-left: 0.5rem solid #1d1d1b;
    font-weight: 300;
    padding-left: 1.5rem;
    background-color: #ffe251;
    width: 100%;
  }
}
.header__navlinks .nav-item .drop-icon svg {
  stroke-width: 0.05rem;
  stroke: #1d1d1b;
}
.header__navlinks .nav-sub-item {
  padding: 0 1rem;
  transition: ease-in-out 0.1s all;
}
.header__navlinks .nav-sub-item.active .sub-item,
.header__navlinks .nav-sub-item:hover .sub-item {
  color: #575761;
}
@media screen and (max-width: 991px) {
  .header__navlinks .nav-sub-item.active .sub-item,
  .header__navlinks .nav-sub-item:hover .sub-item {
    color: #1d1d1b;
  }
}
.header__navlinks .nav-sub-item .sub-item {
  font-family: "Roboto";
  font-size: 1.1rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .header__navlinks .nav-sub-item .sub-item {
    font-family: "Roboto Medium";
    font-size: 1.6rem;
    font-weight: 300;
  }
}
.header__navlinks .nav-sub-item.active,
.header__navlinks .nav-sub-item:hover {
  background-color: #ffe251;
}
@media screen and (max-width: 991px) {
  .header__navlinks .nav-sub-item.active,
  .header__navlinks .nav-sub-item:hover {
    box-shadow: none;
  }
}
.header__navlinks .back-button {
  font-family: "Roboto Medium";
  background-color: #ffd400;
  border-color: #ffd400;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 3.5rem;
  letter-spacing: normal;
  text-align: left;
  color: #1d1d1b;
}
.header__navlinks .back-button:focus {
  outline: none;
  box-shadow: none;
}
.header__navlinks .back-button:active,
.header__navlinks .back-button.btn-primary:not(:disabled):not(.disabled):active {
  color: #1d1d1b;
  background-color: #ffd400;
  border-color: #ffd400;
}
.header__navlinks .back-button svg {
  stroke-width: 0.05rem;
  stroke: #1d1d1b;
}
.header__navlinks .navbar-nav {
  font-family: "Roboto Light";
}
.header__navlinks .navbar-nav .nav-link {
  color: #585862;
  padding: 2.2rem 4.45rem;
  outline: none;
  transition: ease-in-out 0.1s all;
}
@media screen and (max-width: 991px) {
  .header__navlinks .navbar-nav .nav-link {
    font-family: "Roboto Medium";
    padding: 0.5rem 2rem;
    text-align: left;
    color: #1d1d1b;
    display: flex;
    align-items: center;
  }
  .header__navlinks .navbar-nav .nav-link:hover,
  .header__navlinks .navbar-nav .nav-link:focus {
    color: #575761;
  }
}
@media screen and (max-width: 991px) {
  .header__navlinks .navbar-nav {
    width: 100%;
    min-height: 60%;
    margin-bottom: 2rem;
  }
}
.header__navlinks .nav-bg-image {
  width: 20.5rem;
  height: 20.5rem;
  border-radius: 11px;
  margin-left: 2rem;
  position: relative;
  display: none;
}
.header__navlinks .nav-bg-image svg {
  stroke-width: 1;
  stroke: #1d1d1b;
}
.header__navlinks .back-button-container.d-none ~ .nav-bg-image {
  display: block;
}
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
}
.header__menu button {
  margin: 0;
  color: #003f8f;
  background: transparent;
  border: none;
  height: inherit;
}
.header__menu .drop-search,
.header__menu .dropdown {
  height: 6rem;
}
.header__menu .drop-search button .active,
.header__menu .dropdown button .active {
  color: #ffd400;
}
.header__menu .dropdown-toggle {
  box-shadow: none;
  font-size: 14px;
  font-weight: 300;
  color: #003f8f;
}
.header__menu .dropdown-toggle ::after {
  display: none;
}
.header__menu .nav-sub-item.active,
.header__menu .nav-sub-item:hover {
  background-color: #ffe251;
}
.header__menu .show {
  background-color: #ffd400;
}
.header__menu .show .lang-selected {
  color: #1d1d1b !important;
}
.header__menu .show path {
  fill: #1d1d1b;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(13%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 991px) {
  .sub-item {
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0 auto;
    text-align: left;
  }
}
.sub-img {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 7px;
  color: #1d1d1b;
  margin: 0 auto;
}
.sub-img-container-desk,
.sub-img-container-mobile {
  margin: 0 auto;
  width: 100%;
}
.sub-img-container {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .sub-img {
    margin: 0;
  }
  .sub-img .sub-img-container-desk {
    display: none;
  }
  .sub-img .sub-img-container-mobile {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 991px) {
  .sub-img .sub-img-container-desk {
    display: block;
  }
  .sub-img .sub-img-container-mobile {
    display: none;
    margin: 0;
  }
}
.sub-container {
  padding: 1.4rem 2.7rem;
}
@media screen and (max-width: 991px) {
  .sub-container {
    display: flex;
    padding: 1rem;
    padding-left: 1.5rem;
    word-break: break-word;
    align-items: center;
  }
}
.sub-container .expand-sub-items {
  font-size: 2.4rem;
  color: #1d1d1b;
  width: inherit;
}
.search__bar {
  position: absolute;
  width: 100%;
  align-items: center;
  background: #ffd400;
  border-top: 0;
  display: flex;
  height: 9rem;
  /*box-shadow: inset 0 5px 7px -1px rgba(0, 0, 0, 0.2);*/
  justify-content: center;
}
.search__bar i {
  font-size: 1.5rem;
  display: inline;
  margin-right: 1rem;
}
.search__bar form {
  margin-bottom: 0;
  width: 100%;
}
.search__bar input {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  color: #1d1d1b;
  display: inline;
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 0;
  font-family: "Roboto Light";
}
.search__bar input::-webkit-input-placeholder {
  color: #1d1d1b;
  opacity: 0.5;
}
.search__bar input::-moz-placeholder {
  color: #1d1d1b;
  opacity: 0.5;
}
.search__bar input:-ms-input-placeholder {
  color: #1d1d1b;
  opacity: 0.5;
}
.search__bar input:-moz-placeholder {
  color: #1d1d1b;
  opacity: 0.5;
}
.search__bar input:focus {
  background: transparent;
  color: #1d1d1b;
  outline: none;
}
.search__bar input::-ms-clear {
  display: none;
}
.search__bar [type=submit] {
  color: #eeeeee;
  margin: 1rem;
  transition: all 0.2s ease-in-out;
}
.search__bar [type=submit]:hover {
  color: #ffffff;
}
.search__bar svg {
  margin-right: 2.6rem;
  margin-left: 2.6rem;
}
.dropdown-menu {
  color: #1d1d1b;
  top: 5.9rem !important;
}
.dropdown-menu .dropdown-item {
  color: #1d1d1b;
  padding: 1.5rem 1.5rem;
  min-width: 5rem;
}
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:hover {
  color: #575761;
  background-color: #ffd400;
}
.dropdown-menu.show {
  border: none;
}
.dropdown-menu.show a {
  font-family: "Roboto Medium";
  font-size: 1.1rem;
  font-weight: 500;
  transition: color 0.1s ease-in-out;
}
.dropdown-menu.show a:hover {
  color: #575761;
}
.dropdown-menu.show a.sub-items-link {
  font-family: "Roboto Medium";
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.29;
  padding: 0.8rem 0;
  word-break: break-word;
}
.below-nav.animated {
  animation-duration: 0.2s;
  animation-delay: 0.1s;
}
.client-area-links li:hover {
  background-color: #ffe251;
  color: #1d1d1b;
}
@media only screen and (max-width: 991px) {
  .client-area-links.nav-content.dropdown-menu.show {
    height: 100vh;
    min-width: 23.1rem !important;
    width: unset;
    max-width: 100% !important;
    left: unset;
    right: 0;
  }
  .client-area-links.nav-content.dropdown-menu.show .sub-container {
    padding-right: unset;
  }
  .client-area-links.nav-content.dropdown-menu.show .sub-container .client-area-title {
    position: relative;
    width: 100%;
  }
  .client-area-links.nav-content.dropdown-menu.show .sub-container .client-area-title:before {
    position: absolute;
    height: 100%;
    width: 2rem;
    left: 0.5rem;
    transform: rotateY(180deg);
    content: ' ';
    background-image: url(/Content/Images/Icons/icon-left-arrow.svg);
    background-repeat: no-repeat;
  }
  .client-area-links.nav-content.dropdown-menu.show .sub-container .client-area-title > div {
    padding-left: 4rem;
    margin-left: auto;
    margin-right: unset;
  }
  .client-area-links.nav-content.dropdown-menu.show .sub-container .client-area-logo {
    display: none;
  }
  .client-area-links.nav-content.dropdown-menu.show .sub-container.logout .client-area-title:before {
    transform: none;
    content: ' ';
    background-image: url(/Content/Images/Icons/logout.svg);
    left: 1.5rem;
  }
}
@keyframes moveAlerts {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
#alerts {
  bottom: 0;
  width: 100%;
  position: fixed;
  z-index: 11;
}
#alerts .scroller {
  height: 5.49rem;
  -webkit-box-shadow: 0px -5px 20px -12px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px -5px 20px -12px rgba(0, 0, 0, 0.65);
  box-shadow: 0px -5px 20px -12px rgba(0, 0, 0, 0.65);
  background: #003f8f;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  position: relative;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 100%;
}
#alerts .scroller__area {
  font-size: 1.6rem;
  display: inline-block;
  box-sizing: content-box;
  padding-right: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: absolute;
}
#alerts .scroller__area .alert {
  cursor: pointer;
  padding: 0 2rem 0 2rem;
  display: inline-block;
  padding: 0 2rem;
}
#alerts .scroller__area .alert a {
  color: inherit;
  text-decoration: none;
}
#alerts .scroller__area .alert span {
  font-weight: 600;
}
#alerts .scroller__area .critical {
  padding-right: 2rem;
  padding-left: 2rem;
  background: #ffffff;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  color: #1b1b1e;
}
#alerts .scroller:hover .scroller__area {
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#alerts .scroller__hide {
  position: absolute;
  right: 0;
  height: 5.49rem;
  color: #eeeeee;
  top: 0rem;
}
#alerts .scroller__hide > button {
  background: linear-gradient(270deg, #003f8f 0%, #003f8f 70%, rgba(0, 63, 143, 0) 100%);
  height: 100%;
  width: calc(5.49rem + 2rem);
  opacity: 1;
  padding-left: 2rem;
}
#alerts .scroller__hide > button:focus {
  outline: none;
}
#alerts .scroller__hide > button img {
  opacity: 0.5;
}
#alerts .scroller__hide > button img:hover {
  opacity: 1;
  color: #ffffff;
  transition: 0.2s all ease-in-out;
}
#alerts .scroller__circle {
  position: fixed;
  bottom: 2rem;
  right: 0;
  /*.bellow-header-z-index:*/
  width: 6rem;
  height: 6rem;
  margin: 0 2rem;
  background-color: #003f8f;
  border-radius: 3rem;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
  background-image: url(/Content/Images/Icons/icon-alert-open.svg);
  background-repeat: no-repeat;
  background-position: center;
}
#alerts .scroller__circle:hover {
  filter: brightness(130%);
}
#breadcrumb-container {
  font-size: 1.4rem;
  color: #8f8f8c;
  margin-top: -0.6rem;
  margin-bottom: 1.7rem;
}
#breadcrumb-container nav {
  margin-bottom: 0;
  padding-bottom: 0;
}
#breadcrumb-container ol {
  padding-left: 0;
  background-color: inherit;
  font-family: "Roboto Light";
  margin-bottom: 0;
  padding-bottom: 0;
}
#breadcrumb-container ol li {
  position: relative;
  padding-right: 3.5rem;
  padding-left: 0;
}
#breadcrumb-container ol li:not(:last-child):after {
  position: absolute;
  content: ' ';
  background-repeat: no-repeat;
  background-image: url('/Content/Images/Arrows/Path_Chevron.svg');
  width: 1rem;
  height: 0.84rem;
  right: 0.8rem;
  top: 0.5rem;
}
#breadcrumb-container ol li:before {
  content: none;
}
#side-menu-container {
  font-size: 1.5rem;
  font-family: "Roboto Light";
  width: 100%;
}
#side-menu-container ol {
  list-style-type: none;
}
#side-menu-container ol > li .menu-item {
  color: #575761;
  cursor: pointer;
  width: 100%;
  display: block;
  padding-top: 1.4rem;
  padding-bottom: 1.3rem;
  text-decoration: none;
  word-break: break-word;
}
#side-menu-container ol > li .menu-item:hover,
#side-menu-container ol > li .menu-item.active {
  color: #003f8f;
}
#side-menu-container ol > li .menu-item:not(.menu-item-inner) {
  border-bottom: 1px solid rgba(142, 142, 139, 0.3);
  padding-right: 3rem;
}
#side-menu-container > ol {
  padding-left: 0;
  z-index: 1;
  border-top: 1px solid rgba(142, 142, 139, 0.3);
}
#side-menu-container [data-toggle=collapse] {
  position: relative;
  cursor: default;
}
#side-menu-container [data-toggle=collapse]:after {
  text-align: end;
  color: #575761;
  position: absolute;
  font-size: 2.5rem;
  right: 0;
  top: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
}
#side-menu-container [data-toggle=collapse][aria-expanded=true]:after {
  content: '-';
  top: 0.4rem;
  right: 0.3rem;
  color: inherit;
}
#side-menu-container [data-toggle=collapse][aria-expanded=false]:after {
  content: '+';
}
.page-title-container .wrapper-border-bottom {
  border-bottom: 1px solid rgba(142, 142, 139, 0.3);
  padding-bottom: 1.6rem;
}
.page-title-container .wrapper-border-bottom #page-title {
  color: #1b1b1e;
  display: inline-block;
  font-family: "Roboto Light";
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 1.31;
  margin-bottom: 0;
}
#top-image-container {
  width: 100%;
  margin-bottom: 3rem;
  /*background-size: cover;
    background-position: center;*/
  position: relative;
  overflow: hidden;
}
#top-image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 575px) {
  #top-image-container {
    height: 10rem;
  }
}
@media only screen and (min-width: 576px) {
  #top-image-container {
    height: 18rem;
  }
}
#content {
  font-size: 1.5rem;
  padding-bottom: 2rem;
}
.scroll-top {
  margin-top: 9rem;
  text-align: center;
}
.scroll-top button {
  border: 0;
  background: none;
  outline: none;
  width: 10rem;
  color: #585862;
  transition: all 0.2s ease-in-out;
}
.scroll-top button:hover {
  color: #003f8f;
}
.scroll-top button:hover img {
  filter: grayscale(0);
}
.scroll-top img {
  transition: all 0.2s ease-in-out;
  filter: grayscale(100%);
  transform: rotate(-90deg);
}
.scroll-top p {
  font-size: 1.5rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
}
.search-result .search-result-container {
  padding: 1.5rem;
}
.search-result .search-result-container .image-container img {
  width: 100%;
}
.search-result .search-result-container .text-container {
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  letter-spacing: normal;
  color: #585862;
  font-family: "Roboto Light";
  line-height: 2;
  padding-left: 2.8rem;
}
@media screen and (max-width: 575px) {
  .search-result .search-result-container .text-container {
    padding-left: 0;
  }
}
.search-result .search-result-container .text-container-title {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 300;
  color: #585862;
}
.search-result .search-result-container .text-container-text {
  font-size: 1.5rem;
  color: #585862;
  font-weight: 300;
}
.search-result .search-result-container .text-container-date {
  font-size: 1.5rem;
  color: #003f8f;
  font-weight: normal;
  font-family: "Roboto";
}
.search-result .search-result-container a {
  transition: all 0.2s ease-in-out;
}
.search-result .search-result-container a:hover {
  color: #003f8f;
  text-decoration: none;
}
.search-result .no-results {
  font-family: "Roboto Light";
  font-size: 1.2rem;
  letter-spacing: 0.2px;
  color: #585862;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#overlay {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 13;
}
#overlay > div {
  height: 100%;
  user-select: none;
}
#overlay > div img {
  visibility: hidden;
}
#overlay.spinner {
  z-index: 1000000;
}
#overlay.spinner.show img {
  visibility: visible;
  transform: translateX(-50%) translateY(-50%);
  animation: rotation 1.5s cubic-bezier(0.85, 0.18, 0.24, 0.76) infinite;
}
#overlay.show {
  display: block;
}
.batch-display .batch-loader {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  font-family: "Roboto";
  color: #8c8c99;
  font-size: 2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background-color: rgba(143, 143, 140, 0.15);
  cursor: pointer;
}
.batch-display .batch-loader:hover {
  transition: background-color 0.2s ease-in-out;
  background-color: #dddddc;
}
.multi-route-logo {
  position: relative;
  width: 3.3rem;
  height: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#toast-container {
  top: 8.1rem;
}
@media only screen and (max-width: 400px) {
  #toast-container {
    top: 7.1rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    right: 2rem;
    left: 0;
  }
}
#toast-container .toast {
  width: 100% !important;
  max-width: unset !important;
  opacity: 1;
}
#toast-container .toast-title {
  font-size: 1.8rem;
}
#toast-container .toast a {
  text-decoration: underline !important;
}
#toast-container .toast-error {
  position: relative;
  background-image: none !important;
}
#toast-container .toast-error:before {
  font-weight: 600;
  position: absolute;
  content: '!';
  top: 50%;
  transform: translateY(-52%);
  font: Roboto;
  font-size: 3rem;
  left: 2.2rem;
}
#toast-container .toast-message {
  display: flex;
  -ms-display: flex;
  align-items: center;
  font-size: 1.6rem;
}
#toast-container .toast-info {
  background-color: #ffd400;
}
.regular-form {
  font-family: Roboto;
}
.regular-form .select2 {
  width: 100% !important;
}
.regular-form .form-group:not(.check-wrapper),
.regular-form .select2:not(.check-wrapper) {
  position: relative;
}
.regular-form .form-group:not(.check-wrapper) input,
.regular-form .select2:not(.check-wrapper) input,
.regular-form .form-group:not(.check-wrapper) textarea,
.regular-form .select2:not(.check-wrapper) textarea,
.regular-form .form-group:not(.check-wrapper) .select2-selection,
.regular-form .select2:not(.check-wrapper) .select2-selection {
  border: 1px solid #cccccc;
}
.regular-form .form-group:not(.check-wrapper) input,
.regular-form .select2:not(.check-wrapper) input,
.regular-form .form-group:not(.check-wrapper) .datepickerfield,
.regular-form .select2:not(.check-wrapper) .datepickerfield,
.regular-form .form-group:not(.check-wrapper) .select2-selection,
.regular-form .select2:not(.check-wrapper) .select2-selection {
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  border-radius: 0;
  color: #575761;
  opacity: 0.8;
  font-family: "Roboto Light";
  font-weight: 200;
}
.regular-form .form-group:not(.check-wrapper) input:not([type=checkbox]),
.regular-form .select2:not(.check-wrapper) input:not([type=checkbox]),
.regular-form .form-group:not(.check-wrapper) .datepickerfield:not([type=checkbox]),
.regular-form .select2:not(.check-wrapper) .datepickerfield:not([type=checkbox]),
.regular-form .form-group:not(.check-wrapper) .select2-selection:not([type=checkbox]),
.regular-form .select2:not(.check-wrapper) .select2-selection:not([type=checkbox]) {
  padding: 2.7rem 1.3rem 0.8rem 1.3rem;
  height: 5.4rem;
}
.regular-form .form-group:not(.check-wrapper) input.datepickerfield ~ .datepicker-icon,
.regular-form .select2:not(.check-wrapper) input.datepickerfield ~ .datepicker-icon,
.regular-form .form-group:not(.check-wrapper) .datepickerfield.datepickerfield ~ .datepicker-icon,
.regular-form .select2:not(.check-wrapper) .datepickerfield.datepickerfield ~ .datepicker-icon,
.regular-form .form-group:not(.check-wrapper) .select2-selection.datepickerfield ~ .datepicker-icon,
.regular-form .select2:not(.check-wrapper) .select2-selection.datepickerfield ~ .datepicker-icon {
  background-image: url(/Content/Images/Icons/icon-datepicker.svg);
  background-repeat: no-repeat;
  width: 4.5rem;
  height: 90%;
  position: absolute;
  top: 2%;
  right: 1%;
  background-color: #ffffff;
  background-position: center;
  cursor: pointer;
  z-index: 3;
}
.regular-form .form-group:not(.check-wrapper) input.datepickerfield ~ .datepicker-icon.invalid,
.regular-form .select2:not(.check-wrapper) input.datepickerfield ~ .datepicker-icon.invalid,
.regular-form .form-group:not(.check-wrapper) .datepickerfield.datepickerfield ~ .datepicker-icon.invalid,
.regular-form .select2:not(.check-wrapper) .datepickerfield.datepickerfield ~ .datepicker-icon.invalid,
.regular-form .form-group:not(.check-wrapper) .select2-selection.datepickerfield ~ .datepicker-icon.invalid,
.regular-form .select2:not(.check-wrapper) .select2-selection.datepickerfield ~ .datepicker-icon.invalid {
  background-image: url(/Content/Images/Icons/icon-datepicker-alert.svg);
}
.regular-form .form-group:not(.check-wrapper) input.input-validation-error,
.regular-form .select2:not(.check-wrapper) input.input-validation-error,
.regular-form .form-group:not(.check-wrapper) .datepickerfield.input-validation-error,
.regular-form .select2:not(.check-wrapper) .datepickerfield.input-validation-error,
.regular-form .form-group:not(.check-wrapper) .select2-selection.input-validation-error,
.regular-form .select2:not(.check-wrapper) .select2-selection.input-validation-error {
  border: solid 1px #ed1c24;
}
.regular-form .form-group:not(.check-wrapper) input .select2-selection__rendered,
.regular-form .select2:not(.check-wrapper) input .select2-selection__rendered,
.regular-form .form-group:not(.check-wrapper) .datepickerfield .select2-selection__rendered,
.regular-form .select2:not(.check-wrapper) .datepickerfield .select2-selection__rendered,
.regular-form .form-group:not(.check-wrapper) .select2-selection .select2-selection__rendered,
.regular-form .select2:not(.check-wrapper) .select2-selection .select2-selection__rendered {
  color: #575761;
  opacity: 0.8;
  padding-left: unset;
  line-height: unset;
}
.regular-form .form-group:not(.check-wrapper) input .select2-selection__arrow b,
.regular-form .select2:not(.check-wrapper) input .select2-selection__arrow b,
.regular-form .form-group:not(.check-wrapper) .datepickerfield .select2-selection__arrow b,
.regular-form .select2:not(.check-wrapper) .datepickerfield .select2-selection__arrow b,
.regular-form .form-group:not(.check-wrapper) .select2-selection .select2-selection__arrow b,
.regular-form .select2:not(.check-wrapper) .select2-selection .select2-selection__arrow b {
  top: 3.6rem;
  border-color: #1d1d1b transparent transparent transparent;
  margin-left: -1rem;
}
.regular-form .form-group:not(.check-wrapper) textarea,
.regular-form .select2:not(.check-wrapper) textarea {
  font-family: "Roboto Light";
  line-height: 1.36;
  letter-spacing: 0.02rem;
  width: 100%;
  max-width: 100% !important;
  padding: 2.7rem 1.3rem 0.8rem 1.3rem;
  margin: 0;
  min-height: 1.9rem;
  font-size: 1.6rem;
  color: #585862;
  background: none;
  height: 25rem;
  outline: none;
}
.regular-form .form-group:not(.check-wrapper) > label,
.regular-form .select2:not(.check-wrapper) > label,
.regular-form .form-group:not(.check-wrapper) > .label-container,
.regular-form .select2:not(.check-wrapper) > .label-container {
  width: 100%;
  top: 0.8rem;
  font-size: 1.2rem;
  position: absolute;
  left: 1.3rem;
  font-family: "Roboto Medium";
  color: #1d1d1b;
  font-weight: 300;
  letter-spacing: 0.017rem;
  z-index: 1;
}
.regular-form .form-group:not(.check-wrapper) > label > .optional-label,
.regular-form .select2:not(.check-wrapper) > label > .optional-label,
.regular-form .form-group:not(.check-wrapper) > .label-container > .optional-label,
.regular-form .select2:not(.check-wrapper) > .label-container > .optional-label {
  font-style: italic;
}
.regular-form .form-group .radio-label,
.regular-form .select2 .radio-label {
  font-size: 1.4rem;
  font-family: "Roboto Medium";
  color: #1d1d1b;
  font-weight: 300;
  letter-spacing: 0.017rem;
}
.regular-form .form-group .radio-list,
.regular-form .select2 .radio-list {
  margin: 0.8rem 0;
}
.regular-form .form-group .radio-list > label,
.regular-form .select2 .radio-list > label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex !important;
  color: #8f8f8c;
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
  font-family: "Roboto Light";
}
.regular-form .form-group .radio-list input[type="radio"],
.regular-form .select2 .radio-list input[type="radio"] {
  min-height: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.8rem;
  padding: 0;
  width: auto !important;
  height: auto !important;
  border: none !important;
  display: inline !important;
  position: absolute;
  cursor: pointer;
  margin-left: 0.1rem;
  margin-bottom: 0.1rem;
  opacity: 0;
  z-index: 1;
}
.regular-form .form-group .radio-list input[type="radio"]:checked ~ .checkmark:after,
.regular-form .select2 .radio-list input[type="radio"]:checked ~ .checkmark:after {
  display: block;
}
.regular-form .form-group .radio-list input[type="radio"]:checked ~ .checkmark,
.regular-form .select2 .radio-list input[type="radio"]:checked ~ .checkmark {
  background-color: #1d1d1b;
}
.regular-form .form-group .radio-list .checkmark,
.regular-form .select2 .radio-list .checkmark {
  position: absolute;
  height: 1.55rem;
  width: 1.55rem;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 0.8rem;
  border: solid 0.08rem #1d1d1b;
}
.regular-form .form-group .radio-list .checkmark:after,
.regular-form .select2 .radio-list .checkmark:after {
  content: "";
  position: relative;
  display: none;
  top: 0.4rem;
  left: 0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #ffffff;
}
.regular-form .form-group .radio-list .text-radio-check,
.regular-form .select2 .radio-list .text-radio-check {
  color: #8f8f8c;
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
  font-family: "Roboto Light";
  word-break: break-word;
  line-height: 1;
  padding-left: 2.4rem !important;
}
.regular-form .form-group .check-container,
.regular-form .select2 .check-container {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.regular-form .form-group .check-container input[type="checkbox"],
.regular-form .select2 .check-container input[type="checkbox"] {
  outline: none;
  cursor: pointer;
  color: #8f8f8c;
  max-width: 1.6rem;
  opacity: 0;
  z-index: 2;
  height: 1.5rem;
  margin-top: 0.3rem;
}
.regular-form .form-group .check-container input[type="checkbox"]:checked ~ .checkmark,
.regular-form .select2 .check-container input[type="checkbox"]:checked ~ .checkmark {
  background-color: #1d1d1b;
}
.regular-form .form-group .check-container input[type="checkbox"]:checked ~ .checkmark:after,
.regular-form .select2 .check-container input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}
.regular-form .form-group .check-container input[type="checkbox"] + input + label,
.regular-form .select2 .check-container input[type="checkbox"] + input + label {
  margin-top: -1.7rem;
  display: block;
  margin-left: 3rem;
}
.regular-form .form-group .check-container .checkmark,
.regular-form .select2 .check-container .checkmark {
  top: 0.3rem;
  left: 0rem;
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #ffffff;
  margin-right: 0.8rem;
  border-radius: 0.3rem;
  border: solid 0.08rem #1d1d1b;
  pointer-events: none;
  z-index: 1;
}
.regular-form .form-group .check-container .checkmark.invalid,
.regular-form .select2 .check-container .checkmark.invalid {
  border: solid 0.08rem #ed1c24;
}
.regular-form .form-group .check-container .checkmark:after,
.regular-form .select2 .check-container .checkmark:after {
  content: ' ';
  position: relative;
  display: none;
  left: 0.5rem;
  top: -0.05rem;
  width: 0.5rem;
  height: 1.2rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.regular-form .form-group .check-container a label,
.regular-form .select2 .check-container a label {
  margin-left: 0.8rem;
  cursor: pointer;
  color: #003f8f;
  font-size: 1.4rem;
}
.regular-form .form-group .check-container a label:hover,
.regular-form .select2 .check-container a label:hover {
  text-decoration: underline !important;
}
.regular-form .form-group .check-container .field-validation-error,
.regular-form .select2 .check-container .field-validation-error {
  width: 100%;
}
.regular-form .form-group .field-validation-error,
.regular-form .select2 .field-validation-error {
  color: #ed1c24;
  font-size: 1.4rem;
  margin-top: 0.5rem;
  font-style: italic;
}
.regular-form-actions .btn {
  font-family: "Roboto Light";
  font-size: 1.6rem;
  height: 5rem;
  padding: 0;
  flex-basis: 0;
  border: solid 1px #8f8f8c;
  font-weight: 300;
  background-color: transparent;
  color: #8f8f8c;
}
.regular-form-actions .btn:hover {
  color: #ffffff;
  background-color: #8f8f8c;
}
.regular-form-actions .btn[type="submit"]:not(.btn-solo) {
  background-color: #8f8f8c;
  color: #ffffff;
}
.regular-form-actions .btn[type="submit"]:not(.btn-solo):hover {
  color: #AEAEAC;
  background-color: transparent;
}
.regular-form .time-range-picker {
  width: 21.55rem;
  position: relative;
  padding: 2.7rem 1.3rem 0.8rem 1.3rem;
}
.regular-form .time-range-picker > *:not(.bg-mask) {
  z-index: 3;
  border: none !important;
}
.regular-form .time-range-picker > *:not(.bg-mask).datepickerfield {
  background-color: inherit;
  height: 2rem !important;
  padding: 0 !important;
  width: auto;
  min-width: 3.7rem;
}
.regular-form .time-range-picker .bg-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  max-height: 5.4rem;
}
.regular-form .time-range-picker .bg-mask:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  content: "";
  background-image: url(/Content/Images/Icons/icon-datepicker.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  background-position: center;
}
.regular-form .time-range-picker .time-divider {
  color: #585862;
  opacity: 0.8;
  position: relative;
  font-size: 1.1rem;
  padding-top: 0.25rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.regular-form-info {
  opacity: 0.8;
  font-family: Roboto;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 3rem;
  text-align: center;
  color: #585862;
}
.form-upload-container {
  width: 100%;
  background-color: #ffffff;
  padding: 0.8rem 1.3rem;
  margin: 3rem 0;
  position: relative;
}
.form-upload-container input[type="file"] {
  font-family: "Roboto Light";
  line-height: 1.36;
  letter-spacing: 0.02rem;
  border: none;
  width: 100%;
  max-width: 100% !important;
  padding: 0;
  margin: 0;
  min-height: 1.9rem;
  font-size: 1.6rem;
  color: #585862;
  background: none;
  position: relative;
  opacity: 0;
}
.form-upload-container .drop-zone-container {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background-color: inherit;
  display: flex;
  border: dashed 1px #575761;
  cursor: pointer;
}
.form-upload-container .drop-zone-container .drop-zone-icon {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.8rem;
  width: 3rem;
  background-image: url('/Content/Images/Icons/Carris_Icones_AzulCarris_Upload.svg');
  background-repeat: no-repeat;
}
.form-upload-container .drop-zone-container .drop-zone-label {
  font-family: "Roboto Medium";
  font-size: 1.4rem;
  line-height: 1.33;
  color: #1d1d1b;
  margin-bottom: 0.3rem;
  font-weight: 300;
  letter-spacing: 0.017rem;
  position: absolute;
  left: calc(1.25rem + 3rem);
  top: 50%;
  transform: translateY(-50%);
  padding-right: 3rem;
  max-height: 5rem;
  line-height: 2rem;
  cursor: pointer;
}
.form-upload-container .drop-zone-container .drop-zone-close {
  position: absolute;
  top: 1%;
  height: 98%;
  right: 1.25rem;
  width: 6rem;
  background-image: url(/Content/Images/Icons/icon-close-red-light.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
.form-upload-container .drop-zone-container .alert-icon {
  position: absolute;
  height: 95%;
  top: 2.5%;
  bottom: 1%;
  right: 1%;
  width: 4.8rem;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: center;
  background-image: url(/Content/Images/Icons/icon-alert.svg);
  display: none;
}
.route-status {
  cursor: pointer;
}
.route-status:hover {
  opacity: 0.7;
}
.notification-subscribe {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 3rem;
  padding: 1.5rem 3rem 3rem 1.5rem;
  border-radius: 0.2rem;
  background-color: rgba(143, 143, 140, 0.15);
  font-family: Roboto;
  font-weight: 300;
}
.notification-subscribe-title {
  font-size: 2rem;
  color: #1d1d1b;
  margin-bottom: 1.1rem;
}
.notification-subscribe-sub {
  font-size: 1.1rem;
  font-style: italic;
  color: #585862;
  margin-bottom: 2.3rem;
}
.notification-subscribe .form-group {
  margin-right: 2.8rem;
}
.notification-subscribe .form-group:not(.weekdays):not(.time-range-picker) {
  flex-grow: 1;
}
@media only screen and (max-width: 991px) {
  .notification-subscribe {
    flex-wrap: wrap;
    padding-right: 1.5rem;
  }
  .notification-subscribe .form-group {
    margin-right: 0;
  }
  .notification-subscribe .form-group.regular-form-actions,
  .notification-subscribe .form-group.bus-stops {
    max-width: none;
    width: 100% !important;
  }
  .notification-subscribe .form-group.weekdays {
    margin-right: auto;
  }
  .notification-subscribe .form-group.time-range-picker {
    width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .notification-subscribe .form-group {
    width: 100% !important;
  }
  .notification-subscribe .form-group.weekdays .weekdays-container {
    margin-right: 0.5rem;
  }
}
.notification-subscribe .bus-stops {
  min-width: 22rem;
  width: 1rem;
  max-width: 100%;
}
.notification-subscribe .regular-form-actions {
  max-width: 20.6rem;
  margin-right: 0;
}
.notification-subscribe .regular-form-actions .btn {
  padding: 0 !important;
  height: auto;
}
.weekdays {
  width: 23.2rem;
}
.weekdays label {
  position: static !important;
}
.weekdays-item {
  border-radius: 100%;
  border: 0.1rem solid #585862;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.6;
  padding-left: 0.7rem;
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  font-weight: 300;
  font-style: italic;
}
.weekdays-container {
  position: relative;
  width: 3rem;
  height: 3rem;
}
.weekdays-container input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  z-index: 3;
  cursor: pointer;
}
.weekdays-container input[type=checkbox]:checked + .weekdays-item {
  background-color: #72bf44;
  color: #ffffff;
}
.weekdays .field-validation-error {
  display: none;
  width: 100%;
}
.weekdays .aggregate.input-validation-error[value="0"] + .field-validation-error {
  display: block;
}
.carris-modal-center .modal-dialog {
  width: 41.2rem;
  max-width: 100%;
}
.carris-modal-center .modal-header {
  padding: 2.3rem 1.6rem;
  align-items: center;
}
.carris-modal-center .modal-header .modal-title {
  font-family: "Roboto";
  color: #003f8f;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
}
.carris-modal-center .modal-body {
  padding: 1.6rem;
  font-size: 1.5rem;
  color: #585862;
  font-weight: 300;
}
.carris-modal-center .modal-footer {
  padding: 0.8rem 1.6rem;
}
.carris-modal-center .modal-footer .btn {
  min-width: 35%;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 1.6rem;
  height: 5.4rem;
  border-color: transparent;
  padding: 0 0.5rem;
}
.carris-modal-center .modal-footer .btn.btn-secondary {
  background-color: #8f8f8c;
  border-color: #8f8f8c;
}
.carris-modal-center .modal-footer .btn.btn-secondary:hover {
  color: #8f8f8c;
  background-color: #ffffff;
}
.carris-modal-center .modal-footer .btn.btn-outline-secondary {
  color: #8f8f8c;
  border-color: #8f8f8c;
}
.carris-modal-center .modal-footer .btn.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #8f8f8c;
}
@media only screen and (max-width: 400px) {
  .carris-modal-center .modal-footer {
    flex-direction: column-reverse;
  }
  .carris-modal-center .modal-footer .btn {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
body.unloading .modal-backdrop {
  display: none;
}
body.unloading .carris-modal-center {
  z-index: 15;
}
.carris-modal-campaign-center .modal-dialog {
  width: 47.2rem;
  max-width: 100%;
  border-radius: 0.25rem;
}
@media only screen and (max-width: 576px) {
  .carris-modal-campaign-center .modal-dialog {
    width: 90%;
    margin: 1.75rem auto;
  }
}
.carris-modal-campaign-center .modal-header {
  align-items: center;
  border-bottom: 0rem;
  padding-bottom: 0rem;
}
.carris-modal-campaign-center .modal-header .modal-title {
  color: #003f8f;
  font-family: "Roboto light";
  font-size: 2rem;
  text-align: left;
}
.carris-modal-campaign-center .modal-body {
  padding: 1.6rem;
  font-size: 1.5rem;
  color: #585862;
  font-weight: 300;
}
.carris-modal-campaign-center .modal-body .campaign-media {
  width: 100%;
  border-radius: 0.5rem;
}
.carris-modal-campaign-center .modal-body .campaign-media video {
  object-fit: fill;
}
.carris-modal-campaign-center .modal-body .campaign-text {
  font-family: "Roboto";
  font-size: 1.35rem;
  text-align: justify;
  color: #1d1d1b;
  padding-top: 1.6rem;
}
.carris-modal-campaign-center .modal-footer {
  padding: 1rem 1.6rem;
  align-items: center;
}
.carris-modal-campaign-center .modal-footer .btn {
  width: 100%;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 1.6rem;
  height: 3.3rem;
  border-color: transparent;
  padding: 0 1.5rem;
}
.carris-modal-campaign-center .modal-footer .btn.btn-secondary {
  background-color: #6C757D;
  border-color: #6C757D;
}
.carris-modal-campaign-center .modal-footer .btn.btn-secondary:hover {
  color: #6C757D;
  background-color: #ffffff;
}
.carris-modal-campaign-center .modal-footer .btn.btn-primary {
  background-color: #003f8f;
  border-color: #003f8f;
  display: inline-grid;
  align-items: center;
}
.carris-modal-campaign-center .modal-footer .btn.btn-primary:hover {
  color: #003f8f;
  background-color: #ffffff;
}
@media only screen and (max-width: 292px) {
  .carris-modal-campaign-center .modal-footer {
    flex-direction: column;
  }
  .carris-modal-campaign-center .modal-footer .btn {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
body.unloading .modal-backdrop {
  display: none;
}
body.unloading .carris-modal-campaign-center {
  z-index: 15;
}
.point-of-sale-type-horizontal-slider {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  margin: 0 -1.5rem;
}
.point-of-sale-type-horizontal-slider > :first-child .point-of-sale-type {
  margin-left: 1.5rem;
}
.point-of-sale-type-horizontal-slider > :last-child .point-of-sale-type {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .point-of-sale-type-horizontal-slider > * {
    min-width: 47.5%;
  }
  .point-of-sale-type-horizontal-slider::-webkit-scrollbar {
    display: none;
  }
}
.point-of-sale-type {
  margin: 0.5rem;
  height: 8.4rem;
  min-width: 14.2rem;
  position: relative;
  border: 0.1rem solid #eeeeee;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border-radius: 0.4rem;
}
.point-of-sale-type .stripe {
  position: absolute;
  left: 0;
  top: -1rem;
  height: 120%;
  width: 0.5rem;
}
.point-of-sale-type__img {
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
  left: 1.3rem;
  top: 1.2rem;
}
.point-of-sale-type__name {
  position: absolute;
  bottom: 1rem;
  left: 1.3rem;
  overflow: hidden;
  height: 2rem;
  max-width: 80%;
}
.point-of-sale-type__active {
  height: 2.4rem;
  width: 2.4rem;
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
}
.above-header-z-index {
  z-index: 15;
}
.bellow-header-z-index {
  z-index: 13;
}
.above-footer-z-index {
  z-index: 11;
}
.below-footer-z-index {
  z-index: 9;
}
.above-fullscreen-z-index {
  z-index: 1001;
}
/*Styles for cells rte*/
.table-content {
  all: unset;
  font-family: Roboto;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
/**umb_name:Header1*/
.fo-table-title {
  all: unset;
  font-family: Roboto;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 13px;
  font-weight: bold;
  color: #1d1d1b;
}
/**umb_name:SubTitle*/
.fo-table-subtitle {
  all: unset;
  font-family: Roboto;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 9px;
  font-weight: bold;
  color: #003f8f;
}
/**umb_name:Info*/
.fo-table-info {
  all: unset;
  font-family: Roboto;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  position: relative;
  font-size: 10px;
  font-style: italic;
  color: #8f8f8c;
  padding-left: 16px;
  overflow: visible;
}
.fo-table-info::before {
  content: 'i';
  position: absolute;
  text-align: center;
  border-radius: 6px;
  font-style: normal;
  color: white;
  left: 0;
  top: 4px;
  height: 12px;
  width: 12px;
  line-height: 1.3;
  background-color: #8f8f8c;
}
p + p .fo-table-subtitle {
  display: block;
  margin-top: -6px;
}
p + p .fo-table-info {
  display: block;
  margin-top: 7px;
}
@font-face {
  font-family: 'Roboto';
  src: url('../Content/font/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Light';
  src: url('../Content/font/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url('../Content/font/Roboto-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro Bold';
  src: url('../Content/font/DINPro-Bold.eot') format('embedded-opentype'), url('../Content/font/DINPro-Bold tr.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
h1.title-style-1 {
  font-size: 2.6rem;
  font-weight: 300;
  font-family: "Roboto Light";
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b1e;
}
/**umb_name:STYLE 1.2*/
h2.title-style-2 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.25;
  font-family: "Roboto Light";
  letter-spacing: normal;
  color: #585862;
}
/**umb_name:STYLE 1.3*/
h3.title-style-3 {
  font-size: 2rem;
  font-weight: 300;
  font-family: "Roboto Light";
  line-height: 1.75;
  letter-spacing: normal;
  color: #585862;
}
/**umb_name:STYLE 1.8*/
h4.title-style-4 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.67;
  font-family: "Roboto Light";
  letter-spacing: normal;
  color: #003f8f;
}
/**umb_name:STYLE 1.4*/
.normal-text-lines {
  font-family: Roboto;
  font-size: 16px;
  font-family: "Roboto Light";
  font-weight: 300;
  line-height: 2.19;
  letter-spacing: normal;
  color: #585862;
}
/**umb_name:STYLE 1.5*/
.reduced-text-lines {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
  font-family: "Roboto Light";
  letter-spacing: normal;
  text-align: left;
  color: #585862;
}
/**umb_name:STYLE 1.6*/
.p-blue {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2;
  font-family: "Roboto Light";
  letter-spacing: normal;
  color: #003f8f;
}
/**umb_name:STYLE 1.7*/
.p-small {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Roboto Light";
  font-style: italic;
  line-height: 2.5;
  letter-spacing: normal;
  color: #585862;
}
/**umb_name:STYLE Original*/
.p-original {
  font-family: "Roboto Light";
  font-size: 1.5rem;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 2rem;
}
