/*!
 * Bootstrap v4.1.0 (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)
 */

@charset "UTF-8";
@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&display=swap');


@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold.eot');
  src: url('../fonts/GothamBold.eot') format('embedded-opentype'),
       url('../fonts/GothamBold.woff2') format('woff2'),
       url('../fonts/GothamBold.woff') format('woff'),
       url('../fonts/GothamBold.ttf') format('truetype'),
       url('../fonts/GothamBold.svg#GothamBold') format('svg');
}

@font-face {
  font-family: 'GothamBook';
  src: url('../fonts/GothamBook.eot');
  src: url('../fonts/GothamBook.eot') format('embedded-opentype'),
       url('../fonts/GothamBook.woff2') format('woff2'),
       url('../fonts/GothamBook.woff') format('woff'),
       url('../fonts/GothamBook.ttf') format('truetype'),
       url('../fonts/GothamBook.svg#GothamBook') format('svg');
}

@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/GothamLight.eot');
  src: url('../fonts/GothamLight.eot') format('embedded-opentype'),
       url('../fonts/GothamLight.woff2') format('woff2'),
       url('../fonts/GothamLight.woff') format('woff'),
       url('../fonts/GothamLight.ttf') format('truetype'),
       url('../fonts/GothamLight.svg#GothamLight') format('svg');
}


@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic-Bold.eot');
  src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
      url('../fonts/CenturyGothic-Bold.woff') format('woff'),
      url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
      url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.eot');
  src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CenturyGothic.woff2') format('woff2'),
      url('../fonts/CenturyGothic.woff') format('woff'),
      url('../fonts/CenturyGothic.ttf') format('truetype'),
      url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic-BoldItalic.eot');
  src: url('../fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CenturyGothic-BoldItalic.woff2') format('woff2'),
      url('../fonts/CenturyGothic-BoldItalic.woff') format('woff'),
      url('../fonts/CenturyGothic-BoldItalic.ttf') format('truetype'),
      url('../fonts/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic-Italic.eot');
  src: url('../fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CenturyGothic-Italic.woff2') format('woff2'),
      url('../fonts/CenturyGothic-Italic.woff') format('woff'),
      url('../fonts/CenturyGothic-Italic.ttf') format('truetype'),
      url('../fonts/CenturyGothic-Italic.svg#CenturyGothic-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

 :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: #78d5ef;
  --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: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  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, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

body {
  font-family: "Century Gothic", sans-serif;
  background: fff;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  color: #000; 
}
a {
  color: #78d5ef;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #34c0e7;
    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; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #f85959; }
  a:hover {
    text-decoration: none;
    color: #f85959; }



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

hr {
  -webkit-box-sizing: content-box;
  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; 
}

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"] {
  -webkit-box-sizing: border-box;
  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; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }



    /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 995;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  color: #C5DA01;
  transition: all 0.4s;
  border: 2px solid #C5DA01;
}

.back-to-top i:hover {
  background: #C5DA01;
  color: #1a1814;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  width: 100%;
}

#topbar.topbar-scrolled {
  top: 0;
}

#topbar .contact-info {
  color: #000;
}

#topbar .contact-info i {
  color: #C5DA01;
  padding-right: 4px;
}

#topbar .contact-info i + i {
  margin-left: 15px;
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-right: 0;
  color: #C5DA01;
}

#topbar .languages ul a {
  color: #000;
}

#topbar .languages ul li + li {
  padding-left: 10px;
}

#topbar .languages ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #000;
  content: "/";}

  .mr-auto{
    margin-left: auto !important;
  }

  #topbar .languages{
    right: 0;
    margin-left: 40px;
  }

  @media screen and (max-width: 480px) {

    #topbar {
      font-size: 12px;
    }

  }
  @media screen and (max-width: 480px) {

    #topbar .languages ul li + li::before  {
      padding-right: 5px;
    }
    #topbar .languages ul li + li {
      padding-left: 5px;
    }
  }

  @media screen and (max-width: 480px) {

    #topbar .languages{
      margin-left: 20px;
    }
  }

  @media screen and (max-width: 375px) {

    #topbar .languages ul li + li::before  {
      padding-right: 2px;
    }
    #topbar .languages ul li + li {
      padding-left: 2px;
    }
  }
  

  @media screen and (max-width: 375px) {

    #topbar .languages{
      margin-left: 5px;
    }
  }

/* HISTORIAS */

#historias {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  
  min-height: 70vh;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 0;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 3px;
}

  #historias .inner {
    text-align: center;
    position: relative;
    z-index: 2;
  }

  #historias h1 {
    color: #fff;
    font-size: 4em;
    font-weight: normal;
    font-family: 'Century Gothic';
    margin: 0;
  }

    @media screen and (max-width: 980px) {

      #historias h1 {
        font-size: 5em;
      }

    }

    @media screen and (max-width: 736px) {

      #historias h1 {
        font-size: 3em;
      }

    }

    #historias p {
			color: #FFF;
			font-size: 1.5em;
      font-weight: 300;
      /*padding-left: 5%;
      padding-right: 5%;*/
      margin-top: -300px;
    }

    @media screen and (max-width: 1280px) {

      #historias p {
        font-size: 1.3em;
        line-height: 1.6em;
        margin-top: -200px;
      }

    }
    
    @media screen and (max-width: 1152px) {

      #historias p {
        font-size: 1.3em;
        line-height: 1.6em;
        margin-top: -200px;
      }

    }

    @media screen and (max-width: 1120px) {

      #historias p {
        font-size: 1.3em;
        line-height: 1.5em;
        margin-top: -100px;
      }

    }

			@media screen and (max-width: 980px) {

				#historias p {
          font-size: 1.2em;
          line-height: 1.4em;
          margin-top: -100px;
				}

			}

			@media screen and (max-width: 480px) {

				#historias p {
          font-size: 1em;
          margin-top: -70px;
				}

      }
      
  		@media screen and (max-width: 375px) {

				#historias p {
				/*padding-left: 3%;
        padding-right: 3%;*/
        margin-top: -70px;
				}

			}

  #historias a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    border-bottom: 1px dotted;
  }

    #historias a:hover {
      color: #FFF;
      border: none;
    }

  #historias .more {
    background-image: url("../images/arrow.svg");
    background-position: center 1.35em;
    background-repeat: no-repeat;
    background-size: auto;
    /*border: 1px solid #fff;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.75);*/
    display: block;
    height: 4em;
    text-indent: 4em;
    overflow: hidden;
    white-space: nowrap;
    width: 4em;
    z-index: 2;
    margin: 0 auto 4em auto;
    
  }

    /*#historias .more:hover {
      background-color: rgba(255, 255, 255, 0.05);
      border: 1px solid #fff;
      color: #FFF;
    }*/

  
  @media screen and (max-width: 1024px) {

    #historias {
      min-height: 55vh;
      padding: 6em 2em 4em 2em;
      margin-bottom: 1em;
    }
  }

  @media screen and (max-width: 991px) {

    #historias {
      min-height: 45vh;
      padding: 6em 2em 4em 2em;
      margin-bottom: 1em;
    }
  }
  @media screen and (max-width: 767px) {

    #historias {
      min-height: 35vh;
      padding: 6em 2em 4em 2em;
      margin-bottom: 1em;
    }
  }

  body.is-loading #historias:before {
    opacity: 1;
  }

/* INICIO */
#inicio {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  
  min-height: 100vh;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#inicio h1 {
  color: #fff;
  font-size: 4em;
  font-weight: normal;
  font-family: 'Century Gothic';
  margin: 0;
  white-space: pre-wrap;
}

@media screen and (max-width: 1024px) {

  #inicio h1 {
    font-size: 3.5em;
  }
}

  @media screen and (max-width: 991px) {

    #inicio h1 {
      font-size: 3em;
    }
  }

  @media screen and (max-width: 768px) {

    #inicio h1 {
      font-size: 2.5em;
    }
  }

  @media screen and (max-width: 667px) {

    #inicio h1 {
      font-size: 2.4em;
    }
  }

  @media screen and (max-width: 639px) {

    #inicio h1 {
      font-size: 2.1em;
    }
  }

  @media screen and (max-width: 576px) {

    #inicio h1 {
      font-size: 1.8em;
    }
  }

  @media screen and (max-width: 438px) {

    #inicio h1 {
      font-size: 1.5em;
    }
  }

  @media screen and (max-width: 420px) {

    #inicio h1 {
      font-size: 1.4em;
    }
  }

  @media screen and (max-width: 375px) {

    #inicio h1 {
      font-size: 1.3em;
    }
  }

  @media screen and (max-width: 320px) {

    #inicio h1 {
      font-size: 1em;
    }
  }

#inicio a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  border-bottom: 1px dotted;
}

  #inicio a:hover {
    color: #FFF;
    border: none;
  }

#inicio .more {
  background-image: url("../images/arrow.svg");
  background-position: center 1.35em;
  background-repeat: no-repeat;
  background-size: auto;
  /*border: 1px solid #fff;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.75);*/
  display: block;
  height: 4em;
  text-indent: 4em;
  overflow: hidden;
  white-space: nowrap;
  width: 4em;
  z-index: 2;
  margin: 0 auto 2em auto;
}

  /*#historias .more:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #fff;
    color: #FFF;
  }*/


@media screen and (max-width: 1024px) {

  #inicio {
    min-height: 100vh;
    padding: 6em 2em 4em 2em;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 991px) {

  #inicio {
    min-height:100vh;
    padding: 6em 2em 4em 2em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {

  #inicio {
    min-height: 100vh;
    padding: 6em 2em 4em 2em;
    margin-bottom: 1em;
  }
}

body.is-loading #inicio:before {
  opacity: 1;
}

/* Banner */

	#videobio {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		
		min-height: 70vh;
		/*background-image: url("../images/banner.jpg");*/
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		border-top: 0;
		position: relative;
		text-align: center;
    overflow: hidden;
    margin-bottom: 1em;
	}

		#videobio .inner {
			text-align: center;
			position: relative;
			z-index: 2;
		}

		#videobio h1 {
			color: #fff;
			font-size: 5em;
			font-family: "GothamBold";
			margin: 0;
		}

			@media screen and (max-width: 980px) {

				#videobio h1 {
					font-size: 5em;
				}

			}

			@media screen and (max-width: 736px) {

				#videobio h1 {
					font-size: 3em;
				}

			}

		#videobio p {
			color: rgba(255, 255, 255, 0.85);
			font-size: 1.5em;
			font-weight: 300;
		}

			@media screen and (max-width: 980px) {

				#videobio p {
					font-size: 1.5em;
				}

			}

			@media screen and (max-width: 480px) {

				#videobio p {
					font-size: 1.25em;
				}

			}

		#videobio a {
			color: rgba(255, 255, 255, 0.75);
			text-decoration: none;
			border-bottom: 1px dotted;
		}

			#videobio a:hover {
				color: #FFF;
				border: none;
			}

		#videobio .more {
			background-image: url("../images/arrow.svg");
			background-position: center 1.35em;
			background-repeat: no-repeat;
			background-size: auto;
			border: 1px solid #fff;
			border-radius: 100%;
			color: rgba(255, 255, 255, 0.75);
			display: block;
			height: 4em;
			text-indent: 4em;
			overflow: hidden;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
			margin: 0 auto 2em auto;
		}

			#videobio .more:hover {
				background-color: rgba(255, 255, 255, 0.05);
				border: 1px solid #fff;
				color: #FFF;
			}

		#videobio video {
			-moz-transform: translateX(50%) translateY(50%);
			-webkit-transform: translateX(50%) translateY(50%);
			-ms-transform: translateX(50%) translateY(50%);
			transform: translateX(50%) translateY(50%);
			position: absolute;
			bottom: 50%;
			right: 50%;
			width: 100%;
			height: auto;
			min-width: 100%;
			min-height: 100%;
			overflow: hidden;
		}

		/*#banner:before {
			-moz-transition: opacity 3s ease;
			-webkit-transition: opacity 3s ease;
			-ms-transition: opacity 3s ease;
			transition: opacity 3s ease;
			-moz-transition-delay: 1s;
			-webkit-transition-delay: 1s;
			-ms-transition-delay: 1s;
			transition-delay: 1s;
			content: '';
			background-color: #42424f;
			display: block;
			height: 100%;
			left: 0;
			opacity: 0.45;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
    }*/
    
    @media screen and (max-width: 1024px) {

			#videobio {
        min-height: 55vh;
        padding: 6em 2em 4em 2em;
        margin-bottom: 1em;
			}
		}

    @media screen and (max-width: 991px) {

			#videobio {
        min-height: 45vh;
        padding: 6em 2em 4em 2em;
        margin-bottom: 1em;
			}
		}
		@media screen and (max-width: 767px) {

			#videobio {
        min-height: 35vh;
        padding: 6em 2em 4em 2em;
        margin-bottom: 1em;
			}
		}

		body.is-loading #videobio:before {
			opacity: 1;
    }
    
#emblema .inner {
  text-align: center;
  position: relative;
  z-index: 2;
}

#emblema h1 {
  color: #03326c;
  font-size: 3em;
  line-height: 1.3em;
  
  font-family: "GothamBold", serif;
  margin: 0;
  padding-top: 2em;
  padding-bottom: 0;
}

  @media screen and (max-width: 980px) {

    #emblema h1 {
      font-size: 3em;
      padding-top: 0.5em;
    }

  }

  @media screen and (max-width: 736px) {

    #emblema h1 {
      font-size: 3em;
    }
  }


#emblema a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  border-bottom: 1px dotted;
}


.emblema-logo a {
  color: #C5DA01;
  text-decoration: none;
  font-size: 2em;
}

.emblema-logo img {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.lens{
  margin-bottom: 1.5em;
}

.lens i {
  color: #C5DA01;
  font-size: 3em;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0 0 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #C5DA01;
  margin: 4px 0;
}

.section-title p {
  margin: 0;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'Century Gothic';
  font-weight: bold;
  color: #fff;
}
/*--------------------------------------------------------------
# Quienes somos
--------------------------------------------------------------*/
#quienes-somos {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #37332a;
  padding: 20px 0 30px 0;
  margin-top: 10px;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.ficha  {
  padding-top:0;

}

.portfolio  {
  margin-top: -450px;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
  list-style: none;
  text-align: center;
  
}

@media screen and (max-width: 1280px) {

  .portfolio {
    margin-top: -350px;
  }
}

@media screen and (max-width: 1152px) {

  .portfolio {
    margin-top: -300px;
  }
}

@media screen and (max-width: 1024px) {

  .portfolio {
    margin-top: -300px;
  }
}

@media screen and (max-width: 981px) {

  .portfolio {
    margin-top: -400px;
  }
}

@media screen and (max-width: 736px) {

  .portfolio {
    margin-top: -250px;
  }
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #ffc451;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
  border: 10px solid #FFF;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
  
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 40px;
}

.portfolio .portfolio-wrap .portfolio-proyectos {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  cursor: pointer;

}
#ficha{
  background-color: #000;
}
.ficha .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.ficha .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
  border: 1px solid white;
  padding: 0.5em;
}

.portfolio .portfolio-wrap .portfolio-links a {
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: #fff;
  margin: 0 10px 0 10px;
  font-size: 16px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-video-links {
  text-align: center;
  z-index: 4;
  padding: 0.5em;
}

.portfolio .portfolio-wrap .portfolio-video-links a {
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: #fff;
  margin: 0 10px 0 10px;
  font-size: 46px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #C5DA01;
}

.portfolio .portfolio-wrap .portfolio-video-links a:hover {
  color: #C5DA01;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.img-fluid{
  max-width: 50%;
  height: auto;
}

.img-fluid-2{
  max-width: 100%;
  height: auto;
}

.img-logos{
  max-width: 100%;
  height: auto;
  padding-bottom: 50px;
}

.col-md-6, .col-lg-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}



/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  transition: all ease-in-out 0.3s;
  /*background: #1a1814;*/
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #cda45e;
}

.why-us .box h4 {
  font-family: 'Century Gothic';
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  padding: 0;
  margin: 20px 0;
  color: #000;
  text-align: center;
}


.why-us .box p {
  color: #000;
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.why-us .box-proyectos h4 {
  font-family: 'Century Gothic';
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  padding: 0;
  margin: 20px 0;
  color: #000;
}

.why-us .box-proyectos p {
  color: #000;
  font-family: 'Century Gothic', serif;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  
}

.why-us-proyectos .box-proyectos h4 {
  font-family: 'Century Gothic';
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  padding: 0;
  margin: 20px 0;
  color: #000;
}

.why-us-proyectos .box-proyectos p {
  color: #000;
  font-family: 'Century Gothic', serif;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  
}

.why-us .box:hover {
  /*background: #cda45e;*/
  padding: 30px 30px 70px 30px;

}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #1a1814;
}

.why-us img{
  border-radius: 100%;
  border: 2px solid #C5DA01;
}

.why-us-proyectos h1 {
  font-family: 'Century Gothic';
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  margin: 20px 0;
  color: #fff;
}

/*--------------------------------------------------------------
# Equipo
--------------------------------------------------------------*/
#equipo {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  
  padding: 20px 0 30px 0;
  margin-top: 10px;
}

#busqueda {
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 20px 0 30px 0;
  
}

.busqueda-wrap
{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  min-height: 318px;
}

#bio{
  margin-top: 0;
  background-color: #000;
}

.bio{
  text-align: center;
}

.bio img{
  margin-bottom: 60px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 60px 0 30px 0;
}

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #28251f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Century Gothic", sans-serif;
  color: #fff;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
  font-family: "Century Gothic", sans-serif;
}

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

@media (min-with: 992px){
  .mt-lg-0, .my-lg-0{
    margin-top: 0 !important;
  }
}

#contact .footer-info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-top: 1rem;
}

#contact .footer-info .social-links a:hover {
  background: #C5DA01;
  color: #fff;
  text-decoration: none;
}

.footer-info{
  margin-bottom: 40px;
}

.form-row{
  display: flex;
  flex-wrap: wrap;
  /*margin-right: -5px;
  margin-left: -5px;*/
}

.form-row>.col, .form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-group{
  margin-bottom: 1rem;
}

.form-control{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  line-height: 1.5;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact .info .open-hours, .contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #37332a;
  color: white;
}

.contact .php-email-form input::-webkit-input-placeholder, .contact .php-email-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.contact .php-email-form input:-ms-input-placeholder, .contact .php-email-form textarea:-ms-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::-ms-input-placeholder, .contact .php-email-form textarea::-ms-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
  color: #a49b89;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #cda45e;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #37332a;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #C5DA01;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  margin-top: 60px;
}

#footer .footer-top {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  color: #fff;
}

/*#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cda45e;
  color: #fff;
  text-decoration: none;
}*/

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #cda45e;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #cda45e;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #cda45e;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #d3af71;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.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; } 
  }


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

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }
.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.ftco-navbar-light {
  background: rgba(0, 0, 0, 0) !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3; 
}

@media (max-width: 991.98px) {
.ftco-navbar-light {
  background: rgba(0, 0, 0, 0.5) !important;
 
  top: 0; } 
}

.ftco-navbar-light .navbar-brand {
  color: #fff; 
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 14px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  padding-left: 20px;
  
  color: #000;
  font-weight: 400;
  opacity: 1 !important; 
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
color: #000; 
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
border: none;
background: rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
-moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); 
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
position: relative;
margin-left: 20px;
padding-left: 20px; 
}

@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
  padding-left: 0;
  margin-left: 0; 
  } 
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
position: absolute;
content: "";
top: 10px;
bottom: 10px;
left: 0;
width: 2px;
background: rgba(255, 255, 255, 0.05); 
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    display: none; 
  } 

  .ftco-navbar-light {
    background: rgba(0, 0, 0, 0.5) !important;
    
    top: 0; } }
.ftco-navbar-light .navbar-brand {
  color: #fff; }


.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.4);
padding-top: .5rem;
padding-bottom: .5rem;
padding-left: 20px;
padding-right: 20px;
margin-top: 4px; 
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
display: inline-block;
color: #fff; 
width: 100%;
}

.ftco-navbar-light .navbar-nav .nav-item.cta:hover {

  color: #000000; 
  }

.ftco-navbar-light .navbar-nav .nav-item.cta a :hover {
  display: inline-block;
  color: #000000; 
  }

.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
background: #FFFFFF;
border: 1px solid #655f62; 
color: #000000;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored span {
border-color: #f85959; 
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
color: rgba(255, 255, 255); 
}
.ftco-navbar-light .navbar-toggler {
border: none;
color: rgba(255, 255, 255, 0.5) !important;
cursor: pointer;
padding-right: 0;
text-transform: uppercase;
font-size: 16px;
letter-spacing: .1em; 
}
.ftco-navbar-light.scrolled {
position: fixed;
right: 0;
left: 0;
top: 0;
margin-top: -130px;
background:rgba(255, 255, 255, 0.5) !important;
}

.ftco-navbar-light.scrolled .nav-item.cta > a {
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.4);
padding-top: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
  padding-right: 0rem !important;
margin-top: 6px !important;
}

.ftco-navbar-light.scrolled .nav-item.active > a:hover {
color: #000000;
}
.ftco-navbar-light.scrolled .nav-item.cta > a span {
  display: inline-block;
  color: #fff; 
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  width: 100%;
}

.ftco-navbar-light.scrolled .nav-item.cta > a span:hover {
  display: inline-block;
  color: #4d4d4d; 
}
.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
border-color: #f85959; 
}

@media (max-width: 991.98px) {
.ftco-navbar-light.scrolled .navbar-nav {
  background: none;
  border-radius: 0px;
  padding-left: 0rem !important;
  padding-right: 0rem !important; } 
}

@media (max-width: 767.98px) {
.ftco-navbar-light.scrolled .navbar-nav {
  background: none;
  padding-left: 0 !important;
  padding-right: 0 !important; } 
}

.ftco-navbar-light.scrolled .navbar-toggler {
border: none;
color: #FFFFFF !important;
border-color: rgba(0, 0, 0, 0.5) !important;
cursor: pointer;
padding-right: 0;
text-transform: uppercase;
font-size: 16px;
letter-spacing: .1em; 
}
.ftco-navbar-light.scrolled .nav-link {
padding-top: 0.9rem !important;
padding-bottom: 0.9rem !important;
color: #FFFFFF !important; 
}
.ftco-navbar-light.scrolled .nav-link.active {
  color: #f85959 !important; 
}
.ftco-navbar-light.scrolled.awake {
margin-top: 0px;
-webkit-transition: .3s all ease-out;
-o-transition: .3s all ease-out;
transition: .3s all ease-out; 
z-index: 9999;
display: -webkit-box;
  display: -ms-flexbox;
display: flex;
}
.ftco-navbar-light.scrolled.sleep {
-webkit-transition: .3s all ease-out;
-o-transition: .3s all ease-out;
transition: .3s all ease-out; 
}
.ftco-navbar-light.scrolled .navbar-brand {
color: #000000; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: none;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; 
  /*margin-top: 40px;*/
}

.navbar:before {
  opacity: 0;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  font-weight: 700;
  font-size: 20px; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; 
  }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; 
}
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; 
  }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; 
}
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; 
  }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; 
  }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; 
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
   }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; 
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; 
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; 
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; 
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; 
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; 
  }
  .navbar-expand-sm .navbar-toggler {
    display: none; } 
  }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } 
  }

@media (min-width: 768px) {
.navbar-expand-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; 
}

.navbar-expand-md .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; 
}
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; 
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; 
  }
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; 
}
.navbar-expand-md .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; 
}
.navbar-expand-md .navbar-toggler {
  display: none; 
  }  
}
    
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; 
  } 
}
    
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; 
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; 
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; 
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; 
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; 
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; 
  }
  .navbar-expand-lg .navbar-toggler {
    display: none; 
  } 
}
    
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; 
  } 
}
    
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; 
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; 
  }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute; 
    }
    .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; 
    }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; 
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; 
  }
  .navbar-expand-xl .navbar-toggler {
    display: none; 
  } 
}
    
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; 
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; 
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; 
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; 
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; 
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; 
}
.navbar-expand .navbar-toggler {
  display: none; 
}
    
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); 
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); 
}
    
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); 
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7); 
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); 
}
    
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); 
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); 
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); 
}
    
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); 
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); 
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); 
}
    
.navbar-dark .navbar-brand {
  color: #fff; 
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff; 
}
    
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); 
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75); 
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); 
}
    
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; 
}
    
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); 
}
    
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); 
}
    
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); 
}
.navbar-dark .navbar-text a {
  color: #fff; 
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff; 
}

.hero-wrap {
  width: 100%;
  height: 100%;
  position: inherit; }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background: #2ebdc4;
    background: -moz-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #2ebdc4), color-stop(100%, #68e5b2));
    background: -webkit-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
    background: -o-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
    background: -ms-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
    background: -webkit-linear-gradient(315deg, #2ebdc4 0%, #68e5b2 100%);
    background: -o-linear-gradient(315deg, #2ebdc4 0%, #68e5b2 100%);
    background: linear-gradient(135deg, #2ebdc4 0%, #68e5b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ebdc4', endColorstr='#68e5b2', GradientType=1 ); 
  }

.hotel-img,
.hero-wrap,
.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  min-height: 718px;
}


.proyectos-wrap
{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  min-height: 518px;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 /* margin-right: -15px;
  margin-left: -15px; */}

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

.ftco-section {
  position: relative;
  width: 100%;
  display: block; }
.ftco-section .nav-pills p {
  margin-bottom: 0; }
.ftco-section .nav-pills .nav-link {
  border-radius: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: #b3b3b3;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px; }
.ftco-section .nav-pills .nav-link:hover {
  color: #000000; }
.ftco-section .nav-pills .nav-link.active {
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.ftco-section .nav-pills .nav-link.active:after {
  opacity: 1; }
@media (max-width: 767.98px) {
  .ftco-section .nav-pills .nav-link.active:after {
    opacity: 0; } }
@media (max-width: 767.98px) {
.ftco-section .nav-pills .nav-link {
  display: block;
  width: 100%;
  margin-bottom: 5px; } }
.ftco-section .tab-content .tab-pane h2 {
  font-size: 24px; }
.ftco-section .tab-content .tab-pane .one-forth {
  width: 50%; }
.ftco-section .tab-content .tab-pane .one-forth img {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03); }
@media (max-width: 767.98px) {
  .ftco-section .tab-content .tab-pane .one-forth img {
    margin-bottom: 20px; } }
@media (max-width: 767.98px) {
  .ftco-section .tab-content .tab-pane .one-forth {
    width: 100%; } }
.ftco-section .tab-content .tab-pane .one-half {
  width: 50%; }
@media (max-width: 767.98px) {
  .ftco-section .tab-content .tab-pane .one-half {
    width: 100%; } }

.ftco-section {
  top: 15em;
  position: relative; 
  z-index: 1;
}
@media (max-width: 767.98px) {
  .ftco-section {
    top: 4em;
    padding: 6em 0; 
  } 
}
@media (min-width: 768px) {
  .ftco-section .container-fluid {
    padding: 0 4em; 
  } 
}

.block-6 {
  margin-bottom: 10px; 
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; 
}

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

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

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





.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

.ftco-animate {
  opacity: 0;
  visibility: hidden; 
}

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

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

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; 
}


.site-hero {
  background-size: cover;
  
  width: 100%;
  height: calc(100vh - 155px);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767.98px) {
  .site-hero {
    height: 370px; 
    background-attachment: scroll;
  } 
}
.site-hero > .container {
  position: relative;
  z-index: 2;
}

.site-hero.overlay {
  position: relative;
}

/*.site-hero.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}*/

.site-hero.overlay h1, .site-hero.overlay p {
  color: #fff;
}

.site-hero .site-hero-inner {
  min-height: 750px;
  height: 100vh;
}

.site-hero-innerpage, .site-hero-innerpage .site-hero-inner {
  min-height: 550px;
  height: 50vh;
}

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

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



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

.filosofia {
  font-size: 40px;
  line-height: 42px;
  font-family: 'Century Gothic'; 
  font-weight: normal;
  font-style: normal;
  color: #C5DA01;
  margin-top: 1em;
  margin-bottom: 1em;
  }
  
@media (max-width: 991px) {
.filosofia {
font-size: 30px; 
} 
}

@media (max-width: 767.98px) {
.filosofia {
  font-size: 24px; 
  line-height: 26px;
  } 
}

.filosofia p{
  font-size: 18px;
  line-height: 26px;
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: #DCDCDC;
  }
  
@media (max-width: 991px) {
.filosofia p{
font-size: 18px; 
line-height: 22px;
} 
}
  
@media (max-width: 767.98px) {
.filosofia p{
  font-size: 18px; 
  line-height: 22px;
  } 
}

.emblema img{
  width: 384px;
  padding-top: .5em;
  
}
@media (max-width: 991px) {
  .emblema img {
    max-width: 100%;
    height: auto;
    } 
  }

@media (max-width: 767.98px) {
  .emblema img {
    max-width: 100%;
    height: auto;
    } 
  }



.btn {
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
.btn:hover, .btn:active, .btn:focus {
  outline: none; }
.btn.btn-primary {
  background: #655f62;
  border: 1px solid #655f62;
  color: #fff; }
.btn.btn-primary:hover {
  border: 1px solid #655f62;
  background: transparent;
  color: #f85959; }
.btn.btn-primary.btn-outline-primary {
  border: 1px solid #655f62;
  background: transparent;
  color: #655f62; }
.btn.btn-primary.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: #655f62;
  color: #fff; }
.btn.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.8);
  background: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border-width: 1px;
  color: #fff; }
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
  background: #fff;
  border-color: #fff;
  color: #f85959; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.175rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.btn {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; 
} 
}
.btn:hover, .btn:focus {
  text-decoration: none; 
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25); 
}

.btn.disabled, .btn:disabled {
  opacity: 0.65; 
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer; 
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none; 
}


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

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

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

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

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



.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }



.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }

@media (min-width: 768px) {
  .ml-md-4,
  .mx-md-4 {
  margin-left: 1.5rem !important; }
}

.ol{
  margin-top: 0;
  margin-bottom: 1rem;
}

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


/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  /*padding: 5px;*/
  border: 1px solid #ccc;
  margin-bottom: 15px;
  resize: vertical;
  font-family: "Century Gothic";
  background-color: rgba(255, 255, 255, 0.9);
}

input[type=submit] {
  background-color: #655f62;
  color: white;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-family: "Century Gothic";
}

input[type=submit]:hover {
  background-color: #ffffff;
  color: #655f62;
  border: 1px solid #655f62;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  opacity: 1
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 
 opacity: 1 /* esto es porque Firefox le reduce la opacidad por defecto */;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 1
}


/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 100%;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}



    
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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



    #contenedor_video {
      position:relative;
      display:block;
      padding-bottom:46%;
      width:100%;
      height:100%;
      overflow:hidden;
      margin-top:50px;
  }
  
  #contenedor_video iframe, #contenedor_video object, #contenedor_video embed {
      position:absolute;
      top:-10%;
      left:0;
      width:100%;
      height:120%;
  }
  @media screen and (min-width:992px){
      #contenedor_video:after {
          content:'';
          position:absolute;
          top:0;
          left:0;
          width:100%;
          height:100%;
          z-index:1;
      }
  }
 