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

.u-flex-column {
  flex-direction: column;
}

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

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

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

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.u-flex-fill {
  flex: 1 1 auto;
}

.u-flex-grow-0 {
  flex-grow: 0;
}

.u-flex-grow-1 {
  flex-grow: 1;
}

.u-flex-shrink-0 {
  flex-shrink: 0;
}

.u-flex-shrink-1 {
  flex-shrink: 1;
}

.u-justify-content-start {
  justify-content: flex-start;
}

.u-justify-content-end {
  justify-content: flex-end;
}

.u-justify-content-center {
  justify-content: center;
}

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

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

.u-align-items-start {
  align-items: flex-start;
}

.u-align-items-end {
  align-items: flex-end;
}

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

.u-align-items-baseline {
  align-items: baseline;
}

.u-align-items-stretch {
  align-items: stretch;
}

.u-align-content-start {
  align-content: flex-start;
}

.u-align-content-end {
  align-content: flex-end;
}

.u-align-content-center {
  align-content: center;
}

.u-align-content-between {
  align-content: space-between;
}

.u-align-content-around {
  align-content: space-around;
}

.u-align-content-stretch {
  align-content: stretch;
}

.u-align-self-auto {
  align-self: auto;
}

.u-align-self-start {
  align-self: flex-start;
}

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

.u-align-self-center {
  align-self: center;
}

.u-align-self-baseline {
  align-self: baseline;
}

.u-align-self-stretch {
  align-self: stretch;
}

@media (min-width: 576px) {
  .u-flex-sm-row {
    flex-direction: row;
  }
  .u-flex-sm-column {
    flex-direction: column;
  }
  .u-flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .u-flex-sm-wrap {
    flex-wrap: wrap;
  }
  .u-flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .u-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .u-flex-sm-fill {
    flex: 1 1 auto;
  }
  .u-flex-sm-grow-0 {
    flex-grow: 0;
  }
  .u-flex-sm-grow-1 {
    flex-grow: 1;
  }
  .u-flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .u-flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .u-justify-content-sm-start {
    justify-content: flex-start;
  }
  .u-justify-content-sm-end {
    justify-content: flex-end;
  }
  .u-justify-content-sm-center {
    justify-content: center;
  }
  .u-justify-content-sm-between {
    justify-content: space-between;
  }
  .u-justify-content-sm-around {
    justify-content: space-around;
  }
  .u-align-items-sm-start {
    align-items: flex-start;
  }
  .u-align-items-sm-end {
    align-items: flex-end;
  }
  .u-align-items-sm-center {
    align-items: center;
  }
  .u-align-items-sm-baseline {
    align-items: baseline;
  }
  .u-align-items-sm-stretch {
    align-items: stretch;
  }
  .u-align-content-sm-start {
    align-content: flex-start;
  }
  .u-align-content-sm-end {
    align-content: flex-end;
  }
  .u-align-content-sm-center {
    align-content: center;
  }
  .u-align-content-sm-between {
    align-content: space-between;
  }
  .u-align-content-sm-around {
    align-content: space-around;
  }
  .u-align-content-sm-stretch {
    align-content: stretch;
  }
  .u-align-self-sm-auto {
    align-self: auto;
  }
  .u-align-self-sm-start {
    align-self: flex-start;
  }
  .u-align-self-sm-end {
    align-self: flex-end;
  }
  .u-align-self-sm-center {
    align-self: center;
  }
  .u-align-self-sm-baseline {
    align-self: baseline;
  }
  .u-align-self-sm-stretch {
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .u-flex-md-row {
    flex-direction: row;
  }
  .u-flex-md-column {
    flex-direction: column;
  }
  .u-flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .u-flex-md-wrap {
    flex-wrap: wrap;
  }
  .u-flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .u-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .u-flex-md-fill {
    flex: 1 1 auto;
  }
  .u-flex-md-grow-0 {
    flex-grow: 0;
  }
  .u-flex-md-grow-1 {
    flex-grow: 1;
  }
  .u-flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .u-flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .u-justify-content-md-start {
    justify-content: flex-start;
  }
  .u-justify-content-md-end {
    justify-content: flex-end;
  }
  .u-justify-content-md-center {
    justify-content: center;
  }
  .u-justify-content-md-between {
    justify-content: space-between;
  }
  .u-justify-content-md-around {
    justify-content: space-around;
  }
  .u-align-items-md-start {
    align-items: flex-start;
  }
  .u-align-items-md-end {
    align-items: flex-end;
  }
  .u-align-items-md-center {
    align-items: center;
  }
  .u-align-items-md-baseline {
    align-items: baseline;
  }
  .u-align-items-md-stretch {
    align-items: stretch;
  }
  .u-align-content-md-start {
    align-content: flex-start;
  }
  .u-align-content-md-end {
    align-content: flex-end;
  }
  .u-align-content-md-center {
    align-content: center;
  }
  .u-align-content-md-between {
    align-content: space-between;
  }
  .u-align-content-md-around {
    align-content: space-around;
  }
  .u-align-content-md-stretch {
    align-content: stretch;
  }
  .u-align-self-md-auto {
    align-self: auto;
  }
  .u-align-self-md-start {
    align-self: flex-start;
  }
  .u-align-self-md-end {
    align-self: flex-end;
  }
  .u-align-self-md-center {
    align-self: center;
  }
  .u-align-self-md-baseline {
    align-self: baseline;
  }
  .u-align-self-md-stretch {
    align-self: stretch;
  }
}
@media (min-width: 992px) {
  .u-flex-lg-row {
    flex-direction: row;
  }
  .u-flex-lg-column {
    flex-direction: column;
  }
  .u-flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .u-flex-lg-wrap {
    flex-wrap: wrap;
  }
  .u-flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .u-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .u-flex-lg-fill {
    flex: 1 1 auto;
  }
  .u-flex-lg-grow-0 {
    flex-grow: 0;
  }
  .u-flex-lg-grow-1 {
    flex-grow: 1;
  }
  .u-flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .u-flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .u-justify-content-lg-start {
    justify-content: flex-start;
  }
  .u-justify-content-lg-end {
    justify-content: flex-end;
  }
  .u-justify-content-lg-center {
    justify-content: center;
  }
  .u-justify-content-lg-between {
    justify-content: space-between;
  }
  .u-justify-content-lg-around {
    justify-content: space-around;
  }
  .u-align-items-lg-start {
    align-items: flex-start;
  }
  .u-align-items-lg-end {
    align-items: flex-end;
  }
  .u-align-items-lg-center {
    align-items: center;
  }
  .u-align-items-lg-baseline {
    align-items: baseline;
  }
  .u-align-items-lg-stretch {
    align-items: stretch;
  }
  .u-align-content-lg-start {
    align-content: flex-start;
  }
  .u-align-content-lg-end {
    align-content: flex-end;
  }
  .u-align-content-lg-center {
    align-content: center;
  }
  .u-align-content-lg-between {
    align-content: space-between;
  }
  .u-align-content-lg-around {
    align-content: space-around;
  }
  .u-align-content-lg-stretch {
    align-content: stretch;
  }
  .u-align-self-lg-auto {
    align-self: auto;
  }
  .u-align-self-lg-start {
    align-self: flex-start;
  }
  .u-align-self-lg-end {
    align-self: flex-end;
  }
  .u-align-self-lg-center {
    align-self: center;
  }
  .u-align-self-lg-baseline {
    align-self: baseline;
  }
  .u-align-self-lg-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1800px) {
  .u-flex-xl-row {
    flex-direction: row;
  }
  .u-flex-xl-column {
    flex-direction: column;
  }
  .u-flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .u-flex-xl-wrap {
    flex-wrap: wrap;
  }
  .u-flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .u-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .u-flex-xl-fill {
    flex: 1 1 auto;
  }
  .u-flex-xl-grow-0 {
    flex-grow: 0;
  }
  .u-flex-xl-grow-1 {
    flex-grow: 1;
  }
  .u-flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .u-flex-xl-shrink-1 {
    flex-shrink: 1;
  }
  .u-justify-content-xl-start {
    justify-content: flex-start;
  }
  .u-justify-content-xl-end {
    justify-content: flex-end;
  }
  .u-justify-content-xl-center {
    justify-content: center;
  }
  .u-justify-content-xl-between {
    justify-content: space-between;
  }
  .u-justify-content-xl-around {
    justify-content: space-around;
  }
  .u-align-items-xl-start {
    align-items: flex-start;
  }
  .u-align-items-xl-end {
    align-items: flex-end;
  }
  .u-align-items-xl-center {
    align-items: center;
  }
  .u-align-items-xl-baseline {
    align-items: baseline;
  }
  .u-align-items-xl-stretch {
    align-items: stretch;
  }
  .u-align-content-xl-start {
    align-content: flex-start;
  }
  .u-align-content-xl-end {
    align-content: flex-end;
  }
  .u-align-content-xl-center {
    align-content: center;
  }
  .u-align-content-xl-between {
    align-content: space-between;
  }
  .u-align-content-xl-around {
    align-content: space-around;
  }
  .u-align-content-xl-stretch {
    align-content: stretch;
  }
  .u-align-self-xl-auto {
    align-self: auto;
  }
  .u-align-self-xl-start {
    align-self: flex-start;
  }
  .u-align-self-xl-end {
    align-self: flex-end;
  }
  .u-align-self-xl-center {
    align-self: center;
  }
  .u-align-self-xl-baseline {
    align-self: baseline;
  }
  .u-align-self-xl-stretch {
    align-self: stretch;
  }
}
.u-text-inherit {
  font-family: inherit;
}

.u-text-justify {
  text-align: justify;
}

.u-text-wrap {
  white-space: normal;
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-text-lowercase {
  text-transform: lowercase;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-text-capitalize {
  text-transform: capitalize;
}

@media (min-width: 576px) {
  .u-text-sm-inherit {
    font-family: inherit;
  }
  .u-text-sm-justify {
    text-align: justify;
  }
  .u-text-sm-wrap {
    white-space: normal;
  }
  .u-text-sm-nowrap {
    white-space: nowrap;
  }
  .u-text-sm-left {
    text-align: left;
  }
  .u-text-sm-right {
    text-align: right;
  }
  .u-text-sm-center {
    text-align: center;
  }
  .u-text-sm-lowercase {
    text-transform: lowercase;
  }
  .u-text-sm-uppercase {
    text-transform: uppercase;
  }
  .u-text-sm-capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 768px) {
  .u-text-md-inherit {
    font-family: inherit;
  }
  .u-text-md-justify {
    text-align: justify;
  }
  .u-text-md-wrap {
    white-space: normal;
  }
  .u-text-md-nowrap {
    white-space: nowrap;
  }
  .u-text-md-left {
    text-align: left;
  }
  .u-text-md-right {
    text-align: right;
  }
  .u-text-md-center {
    text-align: center;
  }
  .u-text-md-lowercase {
    text-transform: lowercase;
  }
  .u-text-md-uppercase {
    text-transform: uppercase;
  }
  .u-text-md-capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 992px) {
  .u-text-lg-inherit {
    font-family: inherit;
  }
  .u-text-lg-justify {
    text-align: justify;
  }
  .u-text-lg-wrap {
    white-space: normal;
  }
  .u-text-lg-nowrap {
    white-space: nowrap;
  }
  .u-text-lg-left {
    text-align: left;
  }
  .u-text-lg-right {
    text-align: right;
  }
  .u-text-lg-center {
    text-align: center;
  }
  .u-text-lg-lowercase {
    text-transform: lowercase;
  }
  .u-text-lg-uppercase {
    text-transform: uppercase;
  }
  .u-text-lg-capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 1800px) {
  .u-text-xl-inherit {
    font-family: inherit;
  }
  .u-text-xl-justify {
    text-align: justify;
  }
  .u-text-xl-wrap {
    white-space: normal;
  }
  .u-text-xl-nowrap {
    white-space: nowrap;
  }
  .u-text-xl-left {
    text-align: left;
  }
  .u-text-xl-right {
    text-align: right;
  }
  .u-text-xl-center {
    text-align: center;
  }
  .u-text-xl-lowercase {
    text-transform: lowercase;
  }
  .u-text-xl-uppercase {
    text-transform: uppercase;
  }
  .u-text-xl-capitalize {
    text-transform: capitalize;
  }
}
.u-font-weight-normal {
  font-weight: 400;
}

.u-font-weight-semibold {
  font-weight: 700;
}

.u-font-weight-bold {
  font-weight: 900;
}

.u-d-none {
  display: none;
}

.u-d-inline {
  display: inline;
}

.u-d-inline-block {
  display: inline-block;
}

.u-d-block {
  display: block;
}

.u-d-table {
  display: table;
}

.u-d-table-row {
  display: table-row;
}

.u-d-table-cell {
  display: table-cell;
}

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

.u-d-inline-flex {
  display: inline-flex;
}

@media (min-width: 576px) {
  .u-d-sm-none {
    display: none;
  }
  .u-d-sm-inline {
    display: inline;
  }
  .u-d-sm-inline-block {
    display: inline-block;
  }
  .u-d-sm-block {
    display: block;
  }
  .u-d-sm-table {
    display: table;
  }
  .u-d-sm-table-row {
    display: table-row;
  }
  .u-d-sm-table-cell {
    display: table-cell;
  }
  .u-d-sm-flex {
    display: flex;
  }
  .u-d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .u-d-md-none {
    display: none;
  }
  .u-d-md-inline {
    display: inline;
  }
  .u-d-md-inline-block {
    display: inline-block;
  }
  .u-d-md-block {
    display: block;
  }
  .u-d-md-table {
    display: table;
  }
  .u-d-md-table-row {
    display: table-row;
  }
  .u-d-md-table-cell {
    display: table-cell;
  }
  .u-d-md-flex {
    display: flex;
  }
  .u-d-md-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .u-d-lg-none {
    display: none;
  }
  .u-d-lg-inline {
    display: inline;
  }
  .u-d-lg-inline-block {
    display: inline-block;
  }
  .u-d-lg-block {
    display: block;
  }
  .u-d-lg-table {
    display: table;
  }
  .u-d-lg-table-row {
    display: table-row;
  }
  .u-d-lg-table-cell {
    display: table-cell;
  }
  .u-d-lg-flex {
    display: flex;
  }
  .u-d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1800px) {
  .u-d-xl-none {
    display: none;
  }
  .u-d-xl-inline {
    display: inline;
  }
  .u-d-xl-inline-block {
    display: inline-block;
  }
  .u-d-xl-block {
    display: block;
  }
  .u-d-xl-table {
    display: table;
  }
  .u-d-xl-table-row {
    display: table-row;
  }
  .u-d-xl-table-cell {
    display: table-cell;
  }
  .u-d-xl-flex {
    display: flex;
  }
  .u-d-xl-inline-flex {
    display: inline-flex;
  }
}
/*
 * Font face importer, multiple file extensions
 * 
 * Usage info: https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6
 * Usage example: 
 * Usage example: @include font-face(Samplinal, fonts/Samplinal, 500, normal, eot ttf);
 *
 */
.box-time {
  max-width: 478px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .box-time {
    margin-bottom: 12px;
    justify-content: center !important;
    max-width: 100%;
  }
}
.box-time__text {
  color: #333333;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  min-width: 119px;
}
.box-time__text .large {
  font-size: 22.43px;
  line-height: 27px;
}
.box-time__text .small {
  font-size: 12.44px;
  line-height: 15px;
}
@media only screen and (min-width: 992px) {
  .box-time__text .small {
    font-size: 14px;
    line-height: 17px;
  }
}
.box-time__line {
  color: #AAAAAA;
  position: relative;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 993px) {
  .box-time__line {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .box-time__line {
    margin: 0 40px;
  }
}
.box-time__line::before {
  content: "";
  display: block;
  height: 2px;
  background-color: #AAAAAA;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}
.box-time__line .icon {
  font-size: 20px;
  width: 40px;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto 6px;
}
.box-time__line .time {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.box-time__line .text {
  display: none;
}
@media only screen and (min-width: 992px) {
  .box-time__line .text {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .box-time.box-time--big .box-time__line {
    max-width: 222px;
  }
}
.box-time.box-time--full {
  max-width: 100% !important;
}

.escala-btn {
  margin: 8px auto 0 auto !important;
}
.escala-btn.desktop-none {
  white-space: nowrap;
}
.escala-btn > i {
  background: transparent !important;
  width: auto !important;
  margin: 0 0 0 10px !important;
}