@import url(https://fonts.googleapis.com/css?family=Ubuntu:500);
@charset "UTF-8";
/*
* Google Fonts
*/
@font-face {
  font-family: "bpmenu";
  src: url("/themes/techosv/assets/fonts/bpmenu/bpmenu.eot");
  src: url("/themes/techosv/assets/fonts/bpmenu/bpmenu.eot?#iefix") format("embedded-opentype"), url("/themes/techosv/assets/fonts/bpmenu/bpmenu.woff") format("woff"), url("/themes/techosv/assets/fonts/bpmenu/bpmenu.ttf") format("truetype"), url("/themes/techosv/assets/fonts/bpmenu/bpmenu.svg#bpmenu") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
* Vendor Files
*/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

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

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

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

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

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

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

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

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

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

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

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

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

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
* Font Responsive
*/
/*-----------------------------------------------------------------------------------
  *  Derechos de autor (c) Cinco 04 Digital SA de CV. Todos los derechos reservados.
  *---------------------------------------------------------------------------------*/
/*
* Main
*/
/*
 * Colors
 */
/*
  * Fonts
  */
/*
  * Others
  */
/*
  * Z
  */
/*
  * Mixins
  */
/* *
 * Animations */
@-webkit-keyframes slide {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 600vw;
  }
}
@keyframes slide {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 600vw;
  }
}
/*
 * Miscellaneous
 */
html,
body {
  overflow-x: hidden;
}
html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
  height: 100vh;
}

*::-moz-selection {
  background: #2081B5;
  color: #fff;
}

*::selection {
  background: #2081B5;
  color: #fff;
}

*::-moz-selection {
  background: #2081B5;
  color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: #dddddd;
  border: none;
}

ul,
ol {
  padding-left: 25px;
}
ul li p,
ol li p {
  margin-bottom: 5px;
}

.fa-phone {
  transform: rotate(90deg);
}

/*
  * Sticky Footer
  */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#layout-content {
  flex: 1;
}

/*
 * Type
 */
body,
p,
a,
input,
textarea,
button {
  font-family: "Ubuntu";
  font-weight: 400;
  color: #555;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
a,
input,
textarea,
button {
  font-size: calc(16px + 2 * ((100vw - 360px) / 920));
}
@media only screen and (max-width: 360px) {
  p,
a,
input,
textarea,
button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  p,
a,
input,
textarea,
button {
    font-size: 18px;
  }
}

a {
  transition: all 0.2s ease 0s;
}
a:hover, a:focus {
  color: #2081B5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Ubuntu";
  font-weight: 500;
  color: #333;
  line-height: 1.1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 20px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: calc(32px + 4 * ((100vw - 360px) / 920));
  margin: 20px 0;
}
@media only screen and (max-width: 360px) {
  h1,
.h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  h1,
.h1 {
    font-size: 36px;
  }
}

h2,
.h2 {
  font-size: calc(26px + 4 * ((100vw - 360px) / 920));
}
@media only screen and (max-width: 360px) {
  h2,
.h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1280px) {
  h2,
.h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: calc(20px + 4 * ((100vw - 360px) / 920));
  margin-top: 20px;
}
@media only screen and (max-width: 360px) {
  h3,
.h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  h3,
.h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: calc(20px + 4 * ((100vw - 360px) / 920));
}
@media only screen and (max-width: 360px) {
  h4,
.h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  h4,
.h4 {
    font-size: 24px;
  }
}

h5,
.h5 {
  font-size: calc(18px + 2 * ((100vw - 360px) / 920));
}
@media only screen and (max-width: 360px) {
  h5,
.h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  h5,
.h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-family: "Abel";
  font-weight: 700;
  font-size: 16px;
}

ul,
ol {
  font-family: "Ubuntu";
  padding-left: 25px;
}
ul li p,
ol li p {
  margin-bottom: 5px;
}

.p2 {
  line-height: 30px;
  color: #000;
}

/**
 * Grid
 */
.section {
  padding: 40px 0;
}
.section-small {
  padding: 20px 0;
}
.section-consecutive {
  padding-top: 0;
}

@media (min-width: 576px) {
  .container-small {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-small {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-small {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container-tiny {
    max-width: 960px !important;
  }
}
.container-flex {
  display: flex;
}

.accordion {
  background: white;
}
.accordion .accordion-item .panel-title {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  text-align: left;
  border: 1px solid #9c9c9c;
  padding: 15px 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  background-color: #f5f5f5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-color: #ddd;
}
.accordion .accordion-item .panel-title h3 {
  font-size: 16px;
}
.accordion .accordion-item .panel-title p {
  margin: 0;
  margin-left: 5px;
}
.accordion .accordion-item .reveal {
  display: flex;
  max-height: 0;
  flex-direction: column;
  overflow: hidden;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 20px;
  transition: all 0.25s linear 0s;
}
.accordion .accordion-item .reveal p {
  font-size: 14px;
}
.accordion .accordion-content {
  padding: 25px;
}

.accordion-heading {
  cursor: pointer;
}

.accordion-1 {
  width: 95%;
  max-width: 1000px;
  margin: 30px auto;
}
.accordion-1 .accordion-item .accordion-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f0f0;
  padding: 10px 20px;
}
.accordion-1 .accordion-item.active .accordion-heading, .accordion-1 .accordion-item:hover .accordion-heading, .accordion-1 .accordion-item:focus .accordion-heading {
  color: #2081B5;
}
.accordion-1 .accordion-item.active .accordion-heading svg, .accordion-1 .accordion-item:hover .accordion-heading svg, .accordion-1 .accordion-item:focus .accordion-heading svg {
  color: #2081B5;
}
.accordion-1 .reveal {
  background-color: #edeae2;
}
.accordion-1 .fa-plus {
  margin-left: auto;
  font-size: 16px;
}

.btn {
  border-style: solid;
  border-width: 2px;
  padding: 0.75em 1.75em;
  margin: 0;
  display: inline-block;
  position: relative;
  background: none;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Ubuntu";
  white-space: nowrap;
  transition: all 0.15s linear 0s;
}
.btn:hover, .btn:focus {
  box-shadow: none;
  outline: none;
}
.btn.btn-1 {
  border-color: #2081B5;
  background-color: #2081B5;
  color: #fff;
}
.btn.btn-1 svg {
  color: #fff;
  margin-right: 6px;
}
.btn.btn-1:hover, .btn.btn-1:focus {
  border-color: #18628a;
  background-color: #18628a;
}
.btn.btn-1:active {
  border-color: #155374;
  background-color: #155374;
}
.btn.btn-2 {
  border-color: #2081B5;
  color: #2081B5;
}
.btn.btn-2:hover, .btn.btn-2:focus {
  background-color: #2081B5;
  color: #fff;
}
.btn.btn-3 {
  border-color: #fff;
  color: #fff;
}
.btn.btn-3:hover, .btn.btn-3:focus {
  background-color: #fff;
  color: #000;
}
.btn.btn-4 {
  border-color: #2081B5;
  color: #000;
  background-color: #fff;
}
.btn.btn-4:hover, .btn.btn-4:focus {
  background-color: #d9d9d9;
}
.btn.btn-5 {
  margin-left: 20px;
  border-color: #777;
  color: #fff;
  background-color: #777;
  text-transform: none;
}
.btn.btn-5:hover, .btn.btn-5:focus {
  background-color: #515151;
  border-color: #515151;
}
.btn.btn-block {
  width: 100%;
}

@media (max-width: 991.98px) {
  .btn.btn-5 {
    margin-left: 0;
  }
}
.card {
  position: relative;
  padding: 30px;
  margin: 15px 0;
  background-color: #f0f0f0;
  text-align: center;
}
.card.with-icon {
  margin-top: 65px;
}
.card.with-icon .card-title {
  margin-top: 35px;
}

.card-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}

.footer {
  width: 100%;
  background: #000;
  padding: 35px 0;
  position: relative;
}
.footer .container {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.footer .to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #333333;
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 50%;
  top: 0;
  transform: translateY(-18px);
  transition: 0.5s;
}
.footer .to-top svg {
  transition: 0.5s;
}
.footer .to-top:hover svg {
  transform: translateY(-5px);
}
.footer .info {
  width: 100%;
}
.footer .info p {
  font-size: 14px !important;
  color: #fff;
}
.footer .info p a {
  font-size: 14px !important;
  color: #fff;
}
.footer .sitemap {
  margin: 0 0 15px 0;
}
.footer .social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 15px;
}
.footer .social a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}
.footer .social a:hover {
  color: #9B58B6 !important;
}
.footer .copyright p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.footer .copyright p a {
  font-size: 14px;
  color: #9B58B6;
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3100;
  width: 100%;
}
.modal .modal-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3400;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal .modal-dialog {
  z-index: 3500;
  position: relative;
  background-color: #edeae2;
  width: 90%;
  max-width: 90% !important;
  padding: 20px;
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.75);
}
.modal .modal-header {
  margin-bottom: 15px;
}
.modal .close {
  color: #fff;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 3800;
  opacity: 1 !important;
  font-size: calc(26px + 9 * ((100vw - 360px) / 1080));
}
@media only screen and (max-width: 360px) {
  .modal .close {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .modal .close {
    font-size: 35px;
  }
}
.modal .modal-body {
  margin-left: 10px;
}
.modal.active {
  display: flex;
}
.modal .modal-content {
  margin-top: 50px;
  width: 90%;
  height: auto;
  overflow-y: scroll;
  z-index: 3500;
  padding: 20px;
  max-height: 90vh;
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.75);
}
.modal .modal-content h4 {
  margin-bottom: 25px;
}
.modal .modal-content p {
  margin: 15px 0;
}
.modal .modal-content img {
  margin-bottom: 15px;
}
.modal .modal-slick {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 620px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-slick .modal-slick-container {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: transparent;
  display: flex;
  align-items: center;
}
.modal .modal-slick .modal-slick-container .slick-modal {
  height: auto;
  width: 100%;
  margin-bottom: 0;
}
.modal .modal-slick .modal-slick-container .slick-modal .slide {
  display: flex;
  align-items: center;
  position: relative;
  height: auto;
  width: 100%;
}
.modal .modal-slick .modal-slick-container .slick-modal .slide img {
  width: 100%;
  height: auto;
  margin: 0;
}
.modal .modal-slick ul {
  position: absolute;
  z-index: 99;
  width: 100%;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.modal .modal-slick ul .prev, .modal .modal-slick ul .next {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  font-size: 25px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .modal .modal-content {
    width: 90%;
    max-height: 80vh;
  }
}
/*
 * Navigation
*/
.nav {
  display: flex;
  flex-wrap: wrap;
}

.nav-link {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  padding: 15px 25px;
  background-color: #cccccc;
  border: 2px solid #fff;
}
.nav-link.active, .nav-link:hover, .nav-link:focus {
  background-color: #2081B5;
  color: #fff;
}

#navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 102px;
  background: #fff;
  position: fixed;
  z-index: 4;
}

.container-navbar-fullwidth {
  width: 100%;
  background: #fff;
  z-index: 6;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100px;
  z-index: 5;
}
.nav-container .nav-logo img {
  width: auto;
  height: 65px;
}
.nav-container .tcon {
  display: none;
}
.nav-container .nav-taps {
  display: flex;
  align-items: center;
}
.nav-container .nav-taps .navbars-links {
  margin: 0 10px;
  color: #777;
  text-decoration: none;
}
.nav-container .nav-taps .navbars-links:after {
  transition: all 0.3s linear 0s;
}
.nav-container .nav-taps .navbars-links:before {
  content: "\f107";
  display: inline-block;
  font-family: "bpmenu";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 80%;
  margin-right: 0.3em;
  opacity: 0.4;
  vertical-align: middle;
}
.nav-container .nav-taps .navbars-links:hover {
  color: #333;
}
.nav-container .nav-taps .navbars-links.active {
  color: #333;
  position: relative;
}
.nav-container .nav-taps .navbars-links.active:after {
  top: 63px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #FFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.nav-container .nav-taps .navbars-links.active:before {
  content: "\f106";
}
.nav-container .nav-taps .navbars-link {
  margin: 0 10px;
  color: #777;
  text-decoration: none;
}
.nav-container .nav-taps .navbars-link:after {
  transition: all 0.3s linear 0s;
}
.nav-container .nav-taps .navbars-link:hover {
  color: #333;
}
.nav-container .nav-taps .navbars-link.active {
  color: #333;
  position: relative;
}
.nav-container .nav-taps .navbars-link.active:after {
  top: 63px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #FFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.nav-container .nav-taps .navbars-link.active:before {
  content: "\f106";
}

.sub-navbar-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 0;
  transition: all 0.2s linear 0s;
}
.sub-navbar-container .sub-links-container {
  display: flex;
  transition: all 0.2s ease 0.1s;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130px;
  z-index: 4;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.sub-navbar-container .sub-links-container .sub-link {
  width: 16.6666666667%;
  text-align: center;
  height: auto;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.sub-navbar-container .sub-links-container .sub-link img {
  height: 40px;
  width: auto;
}
.sub-navbar-container .sub-links-container .sub-link span {
  max-width: 205px;
  font-size: calc(12px + 2 * ((100vw - 360px) / 920));
  color: #fff;
}
@media only screen and (max-width: 360px) {
  .sub-navbar-container .sub-links-container .sub-link span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1280px) {
  .sub-navbar-container .sub-links-container .sub-link span {
    font-size: 14px;
  }
}
.sub-navbar-container .sub-links-container hr {
  transition: all 0.3s linear 0s;
  width: 1px;
  height: 0;
  margin: 0;
  background: #fff;
  z-index: 4;
  opacity: 0;
}
.sub-navbar-container .sub-links-container.active {
  visibility: visible;
  z-index: 5;
  opacity: 1;
}
.sub-navbar-container .sub-links-container.active hr {
  height: 60%;
  z-index: 5;
  opacity: 1;
}
.sub-navbar-container.active {
  height: 130px;
  z-index: 4;
}

@media (max-width: 991.98px) {
  #navbar {
    z-index: 4;
  }

  .nav-container {
    flex-direction: column;
    min-height: auto;
  }
  .nav-container .container-logo {
    min-height: 102px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .nav-container .tcon {
    display: inherit;
  }
  .nav-container .nav-taps {
    background: #fff;
    position: fixed;
    margin-top: 102px;
    left: 0;
    justify-content: center;
    flex-direction: column;
    left: -50%;
    width: 50%;
    height: calc(100vh - 102px) !important;
    z-index: 9999;
    transition: all 0.3s linear 0s;
  }
  .nav-container .nav-taps .navbars-links {
    transition: all 0s ease-out 0s;
    margin: 5px 0px;
    opacity: 0;
    width: 100%;
    text-align: center;
  }
  .nav-container .nav-taps .navbars-links.active:after {
    top: 0;
    left: calc(100% + 10px);
    transform: rotate(270deg);
  }
  .nav-container .nav-taps .navbars-links:before {
    display: none;
  }
  .nav-container .nav-taps.active {
    left: 0;
  }
  .nav-container .nav-taps.active .navbars-links {
    opacity: 1;
  }

  .sub-navbar-container {
    position: fixed;
    width: 50%;
    right: -50%;
    height: calc(100vh - 102px) !important;
    top: 102px;
  }
  .sub-navbar-container .sub-links-container {
    flex-direction: column;
    width: 100%;
    height: 100%;
    right: -50%;
  }
  .sub-navbar-container .sub-links-container .sub-link {
    width: 100%;
    padding: 5px 15px;
  }
  .sub-navbar-container .sub-links-container hr {
    display: none;
  }
  .sub-navbar-container .sub-links-container.active {
    right: 0;
  }
  .sub-navbar-container.active {
    right: 0;
    height: calc(100vh - 102px) !important;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/themes/centroc/assets/images/icons/spinner.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 500;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 50px !important;
  cursor: pointer;
  background: transparent;
  color: #fff;
  opacity: 0.75;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  transform: translate(0, -50%);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  opacity: 1;
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  left: calc(50% - 73px);
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
  white-space: nowrap;
  transition: all 0.75s linear 0s;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 45px;
  width: 45px;
  margin: 0 50px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:before, .slick-dots li:after {
  position: absolute;
  z-index: 215;
  top: calc(50% - 1px);
  height: 1px;
  content: "";
  background-color: #fff;
  color: transparent;
  width: 50px;
}
.slick-dots li:before {
  left: 45px;
}
.slick-dots li:after {
  right: 45px;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 45px;
  width: 45px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  border: 1.5px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 45px;
  height: 45px;
  font-family: "Roboto";
  font-size: 50px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.75s linear 0s;
}
.slick-dots li.slick-active button:before {
  border-color: #fff;
}

@media (max-width: 767.98px) {
  .slick-dots {
    left: calc(50% - 45px);
  }
  .slick-dots li {
    margin: 0 25px;
  }
  .slick-dots li:after, .slick-dots li:before {
    width: 25px;
  }
}
.tabs-content .tab-content {
  display: none;
}
.tabs-content .tab-content.active {
  display: block;
}

.tabs-1 .tabs,
.tabs-2 .tabs {
  display: flex;
  transition: all 0.15s ease-in 0s;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.tabs-1 .tabs::-webkit-scrollbar,
.tabs-2 .tabs::-webkit-scrollbar {
  display: none;
}
.tabs-1 .tabs .tab-link,
.tabs-2 .tabs .tab-link {
  white-space: nowrap;
  padding: 15px 25px;
  text-align: center;
  flex: 1;
}

.tabs-1 .tab-link {
  color: #fff;
  background-color: #282828;
  border-top: 2px solid transparent;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.tabs-1 .tab-link.active {
  border-top: 2px solid #2081B5;
  border-right: none;
  border-left: none;
  background-color: #fff;
  color: #2081B5;
}
.tabs-1 .tab-content {
  background-color: #fff;
  padding: 15px;
}

.seccion-menu {
  width: 100%;
  margin: 45px 0;
}
.seccion-menu .container-flex {
  flex-direction: row;
  flex-wrap: wrap;
}
.seccion-menu .cards {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 310px;
  display: block;
  width: 100%;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
}
.seccion-menu .cards .overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.seccion-menu .cards .overlay img {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 80px;
  opacity: 0;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transform: translateX(50px);
}
.seccion-menu .cards .overlay h2, .seccion-menu .cards .overlay p {
  text-align: left;
  color: #fff;
}
.seccion-menu .cards .overlay p {
  font-size: 14px;
  font-weight: 500;
}
.seccion-menu .cards:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.seccion-menu .cards:hover .overlay img {
  opacity: 1;
  transform: translateX(0px);
}
.seccion-menu .cards-4 {
  margin: 0 15px;
  margin-bottom: 18px;
  width: calc(25% - 30px);
}
.seccion-menu .cards-3 {
  margin: 0 15px;
  margin-bottom: 18px;
  width: calc(33.3333333333% - 30px);
}
.seccion-menu .cards-2 {
  margin: 0 15px;
  margin-bottom: 18px;
  width: calc(50% - 30px);
}

@media (max-width: 991.98px) {
  .seccion-menu .container-flex {
    flex-direction: column;
  }
  .seccion-menu .cards-4 {
    width: 100%;
    margin: 15px 0;
  }
  .seccion-menu .cards-3 {
    width: 100%;
    margin: 15px 0;
  }
  .seccion-menu .cards-2 {
    margin: 15px 0;
    width: 100%;
  }
}
.banner {
  width: 100%;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: black;
}
.banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.banner .banner-body {
  z-index: 2;
  text-align: center;
  padding: 50px 10px;
}
.banner .banner-body h1 {
  border: 2px solid #fff;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  box-shadow: 0 0 6px #333;
  text-shadow: 0 0 6px #333;
  color: #fff;
}
.banner .banner-body p {
  font-size: 18px;
  margin-top: 10px;
  font-weight: lighter;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.banner .banner-container {
  position: absolute;
  max-width: 750px;
  bottom: -15px;
  z-index: 2;
}
.banner .banner-container img {
  width: 280px;
  height: 280px;
  display: block;
  border-radius: 50%;
  background-color: #2b3e4f;
  margin-bottom: -70px;
  margin-left: auto;
  margin-right: auto;
}
.banner .banner-container .content-container {
  background: #2081B5;
  text-align: center;
  padding: 80px 16px 20px 16px;
  border-radius: 5px;
}
.banner .banner-container .content-container p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.banner .banner-container .content-container h4 {
  font-size: 18px;
  color: #fff;
}
.banner .banner-container .content-container h1 {
  color: #fff;
}
.banner .banner-container .content-container .btn {
  margin-bottom: -45px;
}
.banner-complejo-conocenos {
  margin: 40px 0;
  background-image: url(/themes/techosv/assets/images/plaza/banner-fotos.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-complejo-salon {
  background-image: url(/themes/techosv/assets/images/plaza/banner-salon.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-complejo-semilla {
  background-image: url(/themes/techosv/assets/images/plaza/banner-semilla.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-complejo-pajareras {
  background-image: url(/themes/techosv/assets/images/plaza/banner-pajareras.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-complejo-dormitorios {
  background-image: url(/themes/techosv/assets/images/plaza/dormi_samu.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-complejo-inquilinos1 {
  background-image: url(/themes/techosv/assets/images/plaza/banner-inquilinos.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-complejo-inquilinos2 {
  background-image: url(/themes/techosv/assets/images/plaza/banner-semilla.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-complejo-inquilinos3 {
  background-image: url(/themes/techosv/assets/images/plaza/banner-pajareras.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-arquitectura-main {
  background-image: url(/themes/techosv/assets/images/arquitectura/arquitectura.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-arquitectura-con-tierra {
  background-image: url(/themes/techosv/assets/images/arquitectura/portada-con-tierra.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-tropical-bioclimatica {
  background-image: url(/themes/techosv/assets/images/arquitectura/bio.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-sistemas-de-techos-y-paredes-verdes {
  background-image: url(/themes/techosv/assets/images/arquitectura/techos.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-proyectos-en-perspectiva {
  background-image: url(/themes/techosv/assets/images/arquitectura/proyectos-perspectiva.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-arquitectura-premios {
  background-image: url(/themes/techosv/assets/images/arquitectura/premios-honores.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-meditacion-center {
  background-image: url(/themes/techosv/assets/images/osho/center-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-meditacion-gardenj {
  background-image: url(/themes/techosv/assets/images/osho/jardin.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-meditacion {
  background-image: url(/themes/techosv/assets/images/osho/meditacion.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-meditacion-osho {
  background-image: url(/themes/techosv/assets/images/osho/osho-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-size: auto;
  background-position: right bottom;
}
.banner-programas-periodicos {
  background-image: url(/themes/techosv/assets/images/osho/programas.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-talleres-educativos {
  background-image: url(/themes/techosv/assets/images/educacion/educacion-taller.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-tesis-de-investigacion {
  background-image: url(/themes/techosv/assets/images/educacion/educacion-tesis.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-educacion-libros {
  background-image: url(/themes/techosv/assets/images/educacion/educacion-libros.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-green-tours {
  background-image: url(/themes/techosv/assets/images/educacion/educacion-tour.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-actividades-diarias {
  background-image: url(/themes/techosv/assets/images/actividades/actividades-diarias.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-actividades {
  background-image: url(/themes/techosv/assets/images/actividades/actividades-temporada.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-actividades-galeria {
  background-image: url(/themes/techosv/assets/images/actividades/actividades-galeria.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-hospedaje {
  background-image: url(/themes/techosv/assets/images/hospedaje/2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-moto {
  background-image: url(/themes/techosv/assets/images/banner-moto.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.tile-icon-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 25px 0;
}
.tile-icon-container .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background: #00AE69;
  border-radius: 50%;
}
.tile-icon-container .icon h2 {
  margin: 0;
}
.tile-icon-container .icon img {
  width: 60px;
}

@media (max-width: 991.98px) {
  .banner .banner-container {
    margin-top: 25px;
    position: relative;
  }
}
.galerie-title {
  margin: 30px 10px;
}

.container-galeria {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.container-galeria .item-imagen {
  width: 24.5%;
  height: 250px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 2px;
}
.container-galeria .item-imagen:hover .img-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.container-galeria .item-imagen:hover .img-box .overlay {
  z-index: 2;
}
.container-galeria .item-imagen:hover .img-box .overlay i {
  opacity: 1;
  transform: translateY(0px);
}
.container-galeria .img-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-galeria .img-box .overlay i {
  color: #fff;
  font-size: 42px;
  text-align: center;
  display: block;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}
.container-galeria-3 .item-imagen {
  width: 32.6666666667%;
}

@media (max-width: 991.98px) {
  .container-galeria .item-imagen {
    width: 49%;
  }
}
@media (max-width: 575.98px) {
  .container-galeria .item-imagen {
    width: 100%;
  }
}
.img360 {
  width: 100%;
}
.img360 .viewer-container {
  width: 100%;
  min-width: 100%;
  height: 600px;
}
.img360 .panorama {
  margin: 0px !important;
}

@media (max-width: 575.98px) {
  .img360 .viewer-container {
    height: 400px;
  }
}
.blog-text-container {
  width: 100%;
  background: #eee;
}

.post-card-container {
  width: 32%;
  margin: 0 5px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s linear 0s;
}
.post-card-container .post-panel {
  width: 100%;
  height: 100%;
}
.post-card-container .post-image {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.post-card-container .post-body {
  width: 100%;
  height: 100px;
  padding: 10px;
}
.post-card-container .post-body h6 {
  color: #000;
}
.post-card-container .post-footer {
  display: flex;
  align-items: center;
  border-top: 1px solid #f5f5f5;
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  padding: 0px 10px;
}
.post-card-container .post-footer span {
  padding: 5px 10px;
  font-size: 12px;
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
}
.post-card-container .post-footer span.blue {
  background-color: #2081B5;
}
.post-card-container .post-footer span.gray {
  background-color: #777;
}
.post-card-container:hover {
  text-decoration: none;
}
.post-card-container:hover .post-image:after {
  background-image: url("/themes/techosv/assets/images/icons/about.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.post-card-container:hover .post-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.video-wrapper {
  position: relative;
  padding-top: 25px;
  margin-bottom: 15px;
  height: 0;
}

.video-wrapper.ratio-5-4 {
  padding-bottom: 80%;
}

.video-wrapper.ratio-4-3 {
  padding-bottom: 70%;
}

.video-wrapper.ratio-16-10 {
  padding-bottom: 62.5%;
}

.video-wrapper.ratio-16-9 {
  padding-bottom: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 991.98px) {
  .post-card-container {
    width: 48.5%;
  }
}
@media (max-width: 767.98px) {
  .post-card-container {
    width: 100%;
  }
}
.post .title-content-post {
  text-align: left;
  margin: 20px 0;
}
.post .info {
  width: 100%;
  display: flex;
}
.post .info .info-items {
  display: flex;
  align-items: center;
  width: 50%;
}
.post .info .info-items .label {
  padding: 5px 10px;
  font-size: 15px;
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
  font-family: "Ubuntu";
  font-weight: 600;
}
.post .info .info-items:nth-child(2) {
  justify-content: flex-end;
}
.post hr {
  margin: 10px 0;
}
.post .share-buttons {
  text-align: right;
}
.post .share-buttons a {
  outline: none;
  font-size: 30px;
  text-decoration: none;
}
.post .share-buttons a.facebook {
  color: #3b5998;
}
.post .share-buttons a.twitter {
  color: #00acee;
}
.post .container img {
  width: 100%;
}
.post .container iframe {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.pagination {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.pagination li {
  padding: 0 5px;
}
.pagination li a {
  font-size: 18px !important;
}

@media (max-width: 767.98px) {
  .post .info {
    flex-direction: column;
  }
  .post .info .info-items {
    width: 100%;
    margin-bottom: 10px;
  }
  .post .info .info-items .label {
    font-size: 13px;
  }
  .post .info .info-items:nth-child(2) {
    justify-content: flex-start;
  }
}
.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.tcon > * {
  display: block;
}

.tcon:hover,
.tcon:focus {
  outline: none;
}

.tcon::-moz-focus-inner {
  border: 0;
}

.tcon-menu__lines {
  display: inline-block;
  height: 5.71429px;
  width: 40px;
  border-radius: 2.85714px;
  transition: 0.3s;
  background: black;
  position: relative;
}

.tcon-menu__lines::before,
.tcon-menu__lines::after {
  display: inline-block;
  height: 5.71429px;
  width: 40px;
  border-radius: 2.85714px;
  transition: 0.3s;
  background: black;
  content: "";
  position: absolute;
  left: 0;
  transform-origin: 2.85714px center;
  width: 100%;
}

.tcon-menu__lines::before {
  top: 10px;
}

.tcon-menu__lines::after {
  top: -10px;
}

.tcon-transform .tcon-menu__lines {
  transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-menu--xbutterfly {
  width: auto;
}

.tcon-menu--xbutterfly .tcon-menu__lines::before,
.tcon-menu--xbutterfly .tcon-menu__lines::after {
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
  background: transparent;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before,
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  top: 0;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  width: 40px;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
  transform: rotate3d(0, 0, 1, 45deg);
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  transform: rotate3d(0, 0, 1, -45deg);
}

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

.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.time-line {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.time-line-content {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.time-line-content-item {
  width: 50%;
  padding: 20px 40px;
}
.time-line-content-item .flag-wrapper {
  position: relative;
  text-align: right;
  width: 100%;
  height: auto;
}
.time-line-content-item .flag-wrapper span {
  background: #f8f8f8;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Ubuntu";
}
.time-line-content-item .flag-wrapper span:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: #f8f8f8;
  border-width: 8px;
  pointer-events: none;
}
.time-line-content-item .flag-wrapper:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -46px;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #00AE69;
  z-index: 10;
}
.time-line-content-item .desc {
  width: 100%;
  margin-top: 25px;
}
.time-line-content-item .desc h6 {
  font-weight: 600;
  font-size: 14px;
  text-align: right;
}
.time-line-content-item .desc p {
  font-size: 0.77777em;
  font-style: italic;
  text-align: right;
}
.time-line-content-item img {
  width: auto;
  height: 180px;
  border-radius: 5px;
}
.time-line:before {
  position: absolute;
  top: 0;
  content: " ";
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
}

@media (max-width: 767.98px) {
  .time-line-content {
    background: #fff;
    flex-direction: column;
    z-index: 2;
    margin: 25px 0;
    height: auto;
  }
  .time-line-content-item {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .time-line-content-item .flag-wrapper {
    display: flex;
    justify-content: center;
  }
  .time-line-content-item .flag-wrapper:after {
    top: -5px;
    right: auto;
  }
  .time-line-content-item .desc {
    width: 320px;
    background: whitesmoke;
    padding: 15px;
  }
  .time-line-content-item .desc h6, .time-line-content-item .desc p {
    text-align: center;
  }
  .time-line-content-item .desc p {
    margin: 0;
  }
}
.breadcrumb-wrap {
  background: transparent;
  height: 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: hidden;
  margin-top: 102px;
  z-index: 3;
}

#breadcrumb {
  list-style: none;
  display: inline-block;
  z-index: 1;
}

#breadcrumb .icon {
  font-size: 14px;
}

#breadcrumb li {
  float: left;
}

#breadcrumb li a {
  color: #FFF;
  display: block;
  background: transparent;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
  transition: none;
}

#breadcrumb li:nth-child(even) a {
  background-color: rgba(0, 0, 0, 0.2);
}

#breadcrumb li:nth-child(even) a:before {
  border-color: rgba(0, 0, 0, 0.2);
  border-left-color: transparent;
}

#breadcrumb li:nth-child(even) a:after {
  border-left-color: rgba(0, 0, 0, 0.2);
}

#breadcrumb li:first-child a {
  padding-left: 15px;
}

#breadcrumb li:first-child a:before {
  border: none;
}

#breadcrumb li:last-child a {
  padding-right: 15px;
}

#breadcrumb li:last-child a:after {
  border: none;
}

#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid transparent;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}

#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}

#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: transparent;
}

#breadcrumb li a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

#breadcrumb li a:hover:before {
  border-color: rgba(0, 0, 0, 0.4);
  border-left-color: transparent;
}

#breadcrumb li a:hover:after {
  border-left-color: rgba(0, 0, 0, 0.4);
}

#breadcrumb li a:active {
  background-color: rgba(0, 0, 0, 0.4);
}

#breadcrumb li a:active:before {
  border-color: rgba(0, 0, 0, 0.4);
  border-left-color: transparent;
}

#breadcrumb li a:active:after {
  border-left-color: rgba(0, 0, 0, 0.4);
}

#alertContainer {
  position: fixed;
  bottom: 15px;
  width: 100%;
}

.alert {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 3;
  width: 100%;
  padding: 0.75em 1.75em;
  border-radius: 10px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.alert span,
.alert a {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 600;
}
.alert span {
  width: 100%;
  text-align: center;
}
.alert a {
  text-decoration: underline;
}
.alert .btn-close {
  border: 0;
  margin-left: 35px;
  padding: 0;
  border-radius: 0;
}
.alert.alert-primary {
  background-color: #00AE69;
  border-color: transparent;
}
.alert.alert-primary span,
.alert.alert-primary a {
  color: #fff;
}
.alert.alert-secondary {
  background-color: #e6b16a;
  border-color: transparent;
}
.alert.alert-secondary span,
.alert.alert-secondary a {
  color: #fff;
}
.alert.alert-warning {
  background-color: #dc3545;
  border-color: transparent;
}
.alert.alert-warning span,
.alert.alert-warning a {
  color: #fff;
}

@media (max-width: 767.98px) {
  #alertContainer {
    bottom: 0;
  }
}
#bgvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background: url("/themes/techosv/assets/media/techos-verdes.jpg") no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.overlay-video {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 );
}
.overlay-video .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}
.overlay-video .content-info-home {
  display: flex;
  flex-direction: column;
  padding: 10px 25px;
}
.overlay-video .content-info-home .sello {
  width: 350px;
  height: auto;
  margin-bottom: 0px;
  transition: 0.4s;
  opacity: 0.6;
}
.overlay-video .content-info-home .sello:hover {
  transform: rotate(-10deg);
  opacity: 1;
}
.overlay-video .content-info-home h6 {
  font-size: calc(36px + 14 * ((100vw - 360px) / 920));
  font-weight: 500;
}
@media only screen and (max-width: 360px) {
  .overlay-video .content-info-home h6 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .overlay-video .content-info-home h6 {
    font-size: 50px;
  }
}
.overlay-video .content-info-home h5 {
  max-width: 350px;
  font-weight: 600;
}
.overlay-video .container-row {
  width: 100%;
  display: flex;
}
.overlay-video .container-row .box {
  width: 20%;
  height: 120px;
  margin: 0 10px;
  background-color: #366F7F;
  color: #fff;
  display: block;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 18px;
  transition: 0.4s;
}
.overlay-video .container-row .box .overlay {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 30px 20px 15px;
  width: 100%;
  height: 100%;
}
.overlay-video .container-row .box .overlay h3, .overlay-video .container-row .box .overlay p {
  color: #fff;
  font-family: "Ubuntu";
  text-shadow: 0 0 6px #333;
}
.overlay-video .container-row .box .overlay h3 {
  margin: 0;
  font-size: 24px !important;
}
.overlay-video .container-row .box .overlay p {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}
.overlay-video .container-row .box:nth-child(1) .overlay {
  background-image: url(/themes/techosv/assets/images/plaza.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.overlay-video .container-row .box:nth-child(2) .overlay {
  background-image: url(/themes/techosv/assets/images/arquitectura.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.overlay-video .container-row .box:nth-child(3) .overlay {
  background-image: url(/themes/techosv/assets/images/meditacion.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.overlay-video .container-row .box:nth-child(4) .overlay {
  background-image: url(/themes/techosv/assets/images/educacion.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.overlay-video .container-row .box:nth-child(5) .overlay {
  background-image: url(/themes/techosv/assets/images/hospedaje.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.overlay-video .container-row .box:hover {
  transform: translateY(-20px);
}

@media (max-width: 991.98px) {
  .overlay-video {
    position: relative;
    margin-top: 92px;
    height: calc(100% - 92px);
  }
  .overlay-video .content-info-home .sello {
    width: 300px;
  }
  .overlay-video .container-row {
    flex-direction: column;
  }
  .overlay-video .container-row .box {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .overlay-video .content-info-home .sello {
    width: 250px;
  }
}
#map {
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  #map {
    height: 400px;
  }
}
.vega-website {
  width: 50px;
}

.logo-alegria {
  width: 100%;
  max-width: 420px;
}

.info-page {
  width: 100%;
}

.block-info {
  width: 75%;
  margin: 0 15px;
}

.info-box {
  border-radius: 10px;
  width: 25%;
  margin: 0 15px;
  padding: 0 15px;
  color: #fff;
  background: #2081B5;
  position: relative;
}
.info-box h3,
.info-box p {
  color: #fff;
}
.info-box p {
  line-height: 1.7em;
  font-size: 14px;
}
.info-box i {
  position: absolute;
  right: 2px;
  top: 2px;
  font-size: 92px;
  opacity: 0.2;
}

@media (max-width: 991.98px) {
  .block-info {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }

  .info-box {
    width: 100%;
    margin: 0;
  }
}
.sobre-complejos {
  justify-content: space-between;
}
.sobre-complejos .circle-box {
  width: calc(50% - 60px);
  margin: 0 15px;
}
.sobre-complejos .circle-box img {
  width: 120px;
  height: 120px;
  display: inline-block;
  border-radius: 50%;
  background-color: #2b3e4f;
  margin-bottom: -20px;
  margin-left: 20px;
}
.sobre-complejos .circle-box .inner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 220px;
  background-color: #bdc3c7;
  padding: 10px 25px;
  border-radius: 5px;
}

@media (max-width: 991.98px) {
  .sobre-complejos .circle-box {
    width: 100%;
    margin: 0 0;
    margin-bottom: 20px;
  }
  .sobre-complejos .circle-box .inner-box {
    padding: 20px 25px;
    height: auto;
  }
}
.como-lo-hace {
  margin-top: 40px;
}
.como-lo-hace .como-lo-hacemos-info {
  width: 100%;
}
.como-lo-hace .como-lo-hacemos-info h1 {
  margin-bottom: 30px;
}
.como-lo-hace .como-lo-hacemos-info .number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ffa738;
  color: #fff;
  font-style: italic;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  margin-right: 10px;
  font-weight: bolder;
}
.como-lo-hace .como-lo-hacemos-info li {
  list-style: none;
}
.como-lo-hace .video-do {
  margin-top: 40px;
}

.mapa-complejo a {
  color: #9B58B6;
}
.mapa-complejo img {
  width: 100%;
  height: auto;
}

.contenido-seccion {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 25px 0;
  align-items: center;
}
.contenido-seccion .card-60 {
  width: 60%;
}
.contenido-seccion .card-40 {
  width: 40%;
  text-align: center;
}
.contenido-seccion:nth-child(2n) .card-60 {
  order: 2;
}
.contenido-seccion:nth-child(2n) .card-40 {
  order: 1;
}
.contenido-seccion img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .contenido-seccion {
    flex-direction: column;
  }
  .contenido-seccion .card-60 {
    width: 100%;
  }
  .contenido-seccion .card-40 {
    width: 100%;
  }
  .contenido-seccion img {
    margin-left: auto;
    width: 75%;
  }
  .contenido-seccion:nth-child(2n) .card-60 {
    order: 1;
  }
  .contenido-seccion:nth-child(2n) .card-40 {
    order: 2;
  }
}
.table-responsive {
  width: 100%;
}
.table-responsive .table {
  width: 100%;
}
.table-responsive .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.card-info {
  padding: 25px !important;
}

.inquilinos-container {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.inquilinos-card {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  width: 31.6666666667%;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  margin-right: 15PX;
}
.inquilinos-card .img-inquilino {
  width: 100%;
  height: 150px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.inquilinos-card .numero-local {
  font-family: "Ubuntu";
  color: #fff;
  position: absolute;
  padding: 5px 17px;
  background: #00AE69;
  top: 10px;
  right: -10px;
  border-radius: 0.25em;
  font-size: 1.3em;
}
.inquilinos-card .inquilinos-panel {
  padding: 0 15px;
  width: 100%;
  flex: 1;
}
.inquilinos-card .inquilinos-panel .panel-body {
  width: 100%;
  height: auto;
  padding: 15px 0;
}
.inquilinos-card .inquilinos-panel .panel-body .description {
  min-height: 150px;
  max-height: 150px;
}
.inquilinos-card .inquilinos-panel .panel-body .description p {
  font-size: 15px;
  margin: 0;
}
.inquilinos-card .inquilinos-panel .panel-body .description p a {
  color: #9B58B6;
}
.inquilinos-card .inquilinos-panel .panel-body .description p a:hover {
  background-color: #713b87;
}
.inquilinos-card .inquilinos-panel .panel-body .contact-info p, .inquilinos-card .inquilinos-panel .panel-body .info-tex p {
  font-size: 14px;
}
.inquilinos-card .panel-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #f5f5f5;
}
.inquilinos-card .panel-footer .info-social {
  margin: 0;
}
.inquilinos-card .panel-footer .social-icon {
  height: 34px;
  width: 34px;
}
.inquilinos-card .panel-footer .social-icon-disable {
  color: #cccccc;
}

@media (max-width: 991.98px) {
  .inquilinos-container {
    justify-content: space-between;
  }

  .inquilinos-card {
    width: 47.5%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .inquilinos-container {
    justify-content: center;
  }

  .inquilinos-card {
    width: 100%;
    margin-bottom: 30px;
  }
}
.osho-container {
  display: flex;
}
.osho-container-item {
  display: flex;
  flex-direction: column;
}
.osho-container-item .blog-osho-item {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.osho-container-item .blog-osho-item a {
  text-decoration: none;
}
.osho-container-item .blog-osho-item .post-image {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.osho-container-item .blog-osho-item .post-body {
  width: 100%;
  height: auto;
  padding: 10px;
}
.osho-container-item .blog-osho-item .post-body h3, .osho-container-item .blog-osho-item .post-body span {
  color: #9B58B6;
}
.osho-container-item .blog-osho-item .post-body-content {
  font-size: 14px;
}
.osho-container-item .blog-osho-item .post-footer {
  display: flex;
  align-items: center;
  border-top: 1px solid #f5f5f5;
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding: 10px 10px;
  justify-content: space-between;
}
.osho-container-item .blog-osho-item .post-footer-info, .osho-container-item .blog-osho-item .post-footer-share {
  display: flex;
  align-items: center;
  height: 100%;
}
.osho-container-item .blog-osho-item .post-footer span {
  padding: 10px 18px;
  font-size: 12px;
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
}
.osho-container-item .blog-osho-item .post-footer span.primary {
  background: #337ab7;
}
.osho-container-item .blog-osho-item .post-footer .secondary {
  padding: 10px 18px;
  font-size: 12px;
  background: #d9534f;
}
.osho-container-item .blog-osho-item .post-footer .secondary:hover {
  color: #fff;
  background: #c9302c;
}
.osho-container-item .blog-osho-item .post-footer a {
  padding: 5px 10px;
  font-size: 18px;
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
}
.osho-container-item .blog-osho-item .post-footer a.facebook {
  background: #3b5998;
}
.osho-container-item .blog-osho-item .post-footer a.twitter {
  background: #00ACEE;
}
.osho-container-item .blog-osho-item .post-footer a.email {
  background: #8e8e8e;
}
.osho-container-item .content-right {
  margin-left: auto;
  width: 75%;
}
.osho-container-item .backgrond-blue {
  width: 100%;
  background: #2081B5;
  padding: 10px 16px;
  border-radius: 5px;
}
.osho-container-item .backgrond-blue p {
  color: #fff;
}
.osho-container-item .backgrond-blue blockquote {
  font-weight: 600;
  color: #fff;
}
.osho-container-item .slider-osho {
  margin: 0 auto;
  width: 150px;
  height: 150px;
}
.osho-container-item .slider-osho .slick-osho {
  width: 100%;
  height: 100%;
}
.osho-container-item .slider-osho .slide {
  width: 100%;
  height: 100%;
}
.osho-container-item .slider-osho .slide img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.osho-container-item:nth-child(1) {
  width: 60%;
}
.osho-container-item:nth-child(2) {
  width: 40%;
}

@media (max-width: 767.98px) {
  .osho-container {
    flex-direction: column;
  }
  .osho-container-item .content-right {
    width: 100%;
  }
  .osho-container-item:nth-child(1) {
    width: 100%;
  }
  .osho-container-item:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .osho-container {
    flex-direction: column;
  }
  .osho-container-item .blog-osho-item .post-footer {
    flex-direction: column;
  }
  .osho-container-item .blog-osho-item .post-footer-share {
    margin-bottom: 10px;
  }
}
.trabajo-meditacion {
  margin-top: 102px;
}
.trabajo-meditacion .img-responsive {
  width: 100%;
  height: auto;
}
.trabajo-meditacion .text-title-meditacion {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.trabajo-meditacion .body-content {
  width: 100%;
}
.trabajo-meditacion .body-content .f-size14 p {
  font-size: 14px;
}
.trabajo-meditacion .body-content .f-size14 li {
  font-size: 14px;
}
.trabajo-meditacion .body-content .f-size24 {
  font-size: calc(20px + 4 * ((100vw - 360px) / 920));
}
@media only screen and (max-width: 360px) {
  .trabajo-meditacion .body-content .f-size24 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .trabajo-meditacion .body-content .f-size24 {
    font-size: 24px;
  }
}

.osho-center-unitec {
  margin-top: 102px;
}
.osho-center-unitec .osho-imagen {
  width: 100%;
  height: auto;
}
.osho-center-unitec .row img {
  width: 100%;
}
.osho-center-unitec .afiches {
  display: flex;
  flex-wrap: wrap;
}
.osho-center-unitec .afiches-items {
  width: 20%;
}
.osho-center-unitec .afiches-items img {
  width: 100%;
}
.osho-center-unitec .cards-colors {
  width: 100%;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
}
.osho-center-unitec .cards-colors p {
  color: #fff;
}

.text-main {
  color: #2081B5 !important;
}

.text-secondary {
  color: #e6b16a !important;
}

.text-blue {
  color: #2081B5 !important;
}

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

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

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

.text-white {
  color: #fff !important;
}

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

.text-purple {
  color: #9B58B6 !important;
  text-decoration: none;
  outline: none;
}
.text-purple:hover {
  color: #713b87 !important;
}

.bg-main {
  background-color: #edeae2 !important;
}

.bg-light {
  background-color: #fff !important;
}

.bg-blue {
  background-color: #2081B5 !important;
}

.bg-green {
  background-color: #00AE69 !important;
}

.bg-red {
  background-color: #dc3545 !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

.bg-brown {
  background-color: brown !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000000 !important;
}

.blue-dark {
  background: #33495c;
}

.blue {
  background: #2081B5;
}

.purple {
  background-color: #9b58b6;
}

.red {
  background-color: #c43730;
}

.orange {
  background-color: #FFA738;
}

.green {
  background-color: #00AE69;
}

.text-nowrap {
  white-space: nowrap !important;
}

.flex-colums {
  display: flex;
  flex-direction: column;
}

.flex-rows {
  display: flex;
  flex-direction: row;
}

.img-center {
  margin: 0 auto;
  display: block;
}

.margin-tb {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

@media (max-width: 991.98px) {
  .flex-rows {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }
}
/*-----------------------------------------------------------------------------------
  *  Derechos de autor (c) Cinco 04 Digital SA de CV. Todos los derechos reservados.
  *---------------------------------------------------------------------------------*/
