/*!
 * 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);


@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');
}

 :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: "GothamBold", Arial, sans-serif;
  background: #fff;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  color: #4d4d4d; 
}
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%; } }
/* Banner */

	#banner {
		-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;
	}

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

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

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

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

			}

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

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

			}

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

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

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

			}

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

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

			}

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

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

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

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

		#banner 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) {

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

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

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

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

		body.is-loading #banner: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;
}

.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-form {
  width: 100%;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 0;
  margin-left: 0; }
  @media (min-width: 576px) {
    .container-form {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container-form {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container-form {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container-form {
      max-width: 100%; } 
    }

.container-contact {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: 0; }
@media (min-width: 576px) {
  .container-contact {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container-contact {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container-contact {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container-contact {
    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.5) !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;
  padding-right: 20px;
  color: #fff;
  font-weight: 400;
  opacity: 1 !important; 
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
color: #fff; 
}
.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(0, 0, 0, 0.5) !important;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); 
}

.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;
}
.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: 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;
  padding: 0.5rem 1rem; 
}
.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;
}

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

.services-section .container {
  margin-top: -120px;
  z-index: 2;
  position: relative; }

.services {
  background: rgba(0, 0, 0, 0.5);
  -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);
  padding: 25px;
  -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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; 
  position: relative;
  font-family: "GothamLight", sans-serif;
 color: transparent;
  font-size: 1em;
  line-height: 1.3;
  
}
.services .icon {
  line-height: 1.3;
  position: relative; 
  height: 76px;
}
.services .icon span {
  font-size: 60px;
  color: #ffffff; 
}

.services .icon img {
  margin-bottom: 20%;
  height: 61px;
}
.services .media-body h3 {
  font-size: 20px; 
  line-height: 22px;
  color: #ffffff;
  font-family: "GothamBold", sans-serif;
}

.services .media-body p {
  display: inline-block;
  font-family: "GothamLight", sans-serif;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.3;
  position: relative;
  opacity: 0;
 width: 100%;
 height: 100%;
}

.services .media-body p:before {
  display: inline-block;
  position: absolute;
  font-family: "GothamLight", sans-serif;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.3;
  opacity: 0;
  transition: opacity 0.5s 0s;
  width: 100%;
}

.services .media-body p:hover {
	opacity: 1; 
	transition: opacity 0.5s 0s;
}

.services:hover {
  background: rgba(0, 0, 0, 0.85);
  color: #fff; 
  cursor: pointer;
}
.services:hover .icon span {
  color: #fff; 
}
.services:hover h3 {
  color: #fff; 
}

@media (max-width: 768px) {
  .services {
  color: #ffffff !important;
  font-size: 1em;
  
  } 
}



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

.heading-section h2 {
  font-size: 88px;
  line-height: 88px;
  font-family: 'GothamLight'; 
  color: #ffffff;
  margin-top: 3em;
}

@media (max-width: 1366px) {
  .heading-section h2 {
    margin-top: 2em; 
    } 
  }

@media (max-width: 991px) {
.heading-section h2 {
  font-size: 76px; 
  } 
}

@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 40px; 
    line-height: 0;
    } 
  }

@media (max-width: 420px) {
  .heading-section h2 {
    font-size: 26px; 
    line-height: 40px;
    margin-top: 2.5em;
    } 
  }

.heading-section.heading-section-white .subheading {
color: rgba(255, 255, 255, 0.9); 
}


.heading-section.heading-section-white p {
color: rgba(255, 255, 255, 0.9); 
}

.subheading {
  font-size: 67px;
  line-height: 70px;
  font-family: 'GothamLight'; 
  color: #ffffff;
  margin-top: 5em;
}

@media (max-width: 991px) {
  .subheading {
    font-size: 55px; 
    } 
  }
  
@media (max-width: 767.98px) {
.subheading {
font-size: 26px; 
} 
}

.subheading2 {
font-size: 50px;
line-height: 50px;
font-family: 'GothamBold'; 
color: #ffffff;
margin-top: 5em;
}

@media (max-width: 991px) {
.subheading2 {
font-size: 40px; 
} 
}

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

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

.filosofia {
  font-size: 40px;
  line-height: 42px;
  font-family: 'GothamLight'; 
  color: #03326c;
  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: 25px;
  line-height: 30px;
  font-family: 'GothamLight'; 
  color: #655f62;
  }
  
@media (max-width: 991px) {
.filosofia p{
font-size: 20px; 
line-height: 22px;
} 
}
  
@media (max-width: 767.98px) {
.filosofia p{
  font-size: 20px; 
  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;
    } 
  }

.remax img{
  width: 133px;
  padding-top: .5em;
  padding-bottom: .5em;
}

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

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

  .emblema-logo img{
  width: 100%;
  
  }
  
  @media (max-width: 991px) {
    .emblema-logo img {
      
      height: auto;
      } 
    }
  
  @media (max-width: 767.98px) {
    .emblema-logo img {
      
      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; }

.testimony-section {
  position: relative; }
.testimony-section .owl-carousel {
  margin: 0; }
.testimony-section .owl-carousel .owl-stage-outer {
  padding-bottom: 2em;
  position: relative; }

.testimony-wrap {
  -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);
  background: #fff;
  display: block;
  position: relative;
  padding: 30px; }
.testimony-wrap .text {
  width: calc(100% - 100px); }
.testimony-wrap .banner-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute; }

.banner-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  
}

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

.heading-contact .contact {
  font-family: "GothamLight";
  font-size: 14px;
  display: block;
  margin-bottom: 10px; }

.heading-contact h2 {
  font-size: 30px;
  font-family: "GothamBold"; 
}

.heading-contact p {
  font-family: "GothamLight"; 
}
@media (max-width: 767.98px) {
  .heading-contact h2 {
    font-size: 28px; } 
  }

.heading-banner .banner-contact {
  font-family: "GothamLight";
  font-size: 14px;
  display: block;
  margin-bottom: 10px; }

.heading-banner h2 {
  font-size: 30px;
  font-weight: 300; 
}

.heading-banner p {
  font-family: "GothamLight"; 
}
@media (max-width: 767.98px) {
  .heading-banner h2 {
    font-size: 28px; } 
  }

.bg-contact{
  background: #f8faff !important;
}

.owl-carousel {
  position: relative; }
.owl-carousel .owl-item {
  opacity: .4; }
  .owl-carousel .owl-item.active {
    opacity: 1; }
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  color: #f85959 !important;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0; }
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px; }
.owl-carousel .owl-nav .owl-prev {
  left: 0; }
.owl-carousel .owl-nav .owl-next {
  right: 0; }
.owl-carousel .owl-dots {
  text-align: center; }
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative; }
.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3; }
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1; }
.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px; }
.owl-carousel:hover .owl-nav .owl-next {
  right: -25px; }

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
  border: 1px solid red; }
.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block; }

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

#contacto-top{
  margin-top: 3em;
}

.column h3{
  font-family: 'GothamBold';
  color: #655f62;
  font-size: 2rem;
  line-height: 2.5rem;
  padding-left: 12px;
  margin-bottom: 0;
  margin-top: 1rem;
}

.remax-contacto img{
  width: 384px;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .remax-contacto img {
    max-width: 80%;
    height: auto;
    } 
  }

@media (max-width: 767.98px) {
  .remax-contacto img {
    max-width: 80%;
    height: auto;
    } 
  }

.ftco-section-contacto {
  position: relative;
  width: 100%;
  display: block; }

.ftco-section-contacto {
  position: relative; }

@media (min-width: 768px) {
  .ftco-section-contacto .container-fluid {
    padding: 0 4em; } }

.carousel{
  position: relative;
}
.carousel-indicators{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

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

.carousel .carousel-indicators li{
  width: .625rem;
  height: .625rem;
  cursor: pointer;
  border-radius: 50%;
}

.carousel-indicators .active{
  opacity: 1;
}

.carousel-indicators li{
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: opacity .6s ease;
  opacity: .5;
}

.carousel-inner{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-fade .carousel-item{
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
  -webkit-transition-duration: .6s;
  -webkit-transition-property: opacity;
}

.carousel-item{
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-prev.active{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-prev.active{
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right{
  opacity: 1;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active{
  z-index: 1;
  opacity: 1;
}

.view{
  position: relative;
  overflow: hidden;
  cursor: default;
}

.view img, .view video{
  position: relative;
  display: block;
}

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

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

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

.view .mask{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

.rgba-black-light, .rgba-black-light:after{
  background-color: rgba(0,0,0,0.3);
}

.carousel-caption{
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

#contact-form{
 margin-top: 10px;
}

/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  resize: vertical;
  font-family: "GothamLight";
  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: "GothamLight";
}

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

.bg-contacto{
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
}

section.ClipCategorias {
  padding: 0;
  margin-bottom:-20px;
}

.ClipCategorias .ClipThumbs_int_destacados:before, .ClipCategorias .col_thumbs_int:before {
  display:none;
}
.ClipCategorias .thumb_bg {
  height:330px;
}

.ClipCategorias .parche_thumb {
  height:330px;
  opacity:0.4;
}

.centra_principal {
  display:table;
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
  z-index:9999;
}

.centra {
  position:relative;
  /*display:table-cell;*/
  vertical-align:middle;
  height:380px;
  width:100%;
  text-align:center;
  color:#FFF;
  z-index:9999;
  padding: 25px;
  top:30%
}

.centra-gris {
  position:relative;
  /*display:table-cell;*/
  vertical-align:middle;
  height:380px;
  width:100%;
  text-align:center;
  color:#FFF;
  z-index:9999;
  padding: 25px;
  
}

.ClipCategorias h2.datos_ubicacion {
  position:relative;
  top:0;
  left:0;
  right:0;
  bottom:0;
  font-family:'GothamLight', Arial, Helvetica, sans-serif;
  font-size:24px;
  line-height:29px;
  text-align:center;
}

.titulo_ficticio {
  display:block;
  font-size:18px;
  line-height:22px;
  letter-spacing:0.5px;
  text-transform:initial;
  color:#FFF;
  padding-right:25px;
  box-sizing:border-box;
}

.ClipDatos_HD .titulo_ficticio {
  margin-top:3px;
}

h1.tit_destacados {
  font-family:'GothamBold', Arial, Helvetica, sans-serif;
  font-size:35px;
  line-height:39px;
  letter-spacing:-1px;
  text-align:center;
  text-transform:uppercase;
  color:#304C3D;
  margin-bottom:45px;
}

.ClipThumbs {
  width:100%;
  margin:auto;
  padding:0 0;
  box-sizing:border-box;
}

.col_thumbs {
  
  float:left;
  width:50%;
  margin:0;
  padding:0;
  border:none;
}

section.ClipCategorias .col_thumbs {
  width:33.3%;
}

.col_thumbs_int {
  margin:0 0 10px 0;
  position: relative;
  overflow: hidden;
}

.col_thumbs_int-medio {
  margin: 0 10px 10px 10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .col_thumbs_int-medio {
    margin: 0 0 10px 0;
  }
}

.col_thumbs_int-2 {
  margin:0 10px 0 10px;
  position: relative;
  overflow: hidden;
}

.thumb_bg {
  position:relative;
  /*float: left;*/
  display:inline-block;
  width:100%;
  height:380px;
  padding:0;
  border:none;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  transition:all 150ms linear;
  -webkit-transition:all 150ms linear;
  -moz-transition:all 150ms linear;
  -o-transition:all 150ms linear;
  -ms-transition:all 150ms linear;
  z-index:7777;
}

.thumb_bg:hover {
  transform: scale(1.045);
  -webkit-transform:scale(1.045);
    -moz-transform:scale(1.045);
    -ms-transform:scale(1.045);
    -o-transform:scale(1.045);

}

.thumb_bg:before {
  content:"";
  display:block;
  background:#000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+16&0.65+0,0+54 */
  
  width:100%;
  height:380px;
  position:absolute;
  z-index:7778;
  top:0;
  right:0;
  opacity:0.2;
}

.parche_thumb {
  position:absolute;
  width: 100%;
  height: 380px;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#414141;
    opacity:0.6;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
  z-index:1111;
}


#soluciones {
  position: relative;
  width: 100%;
  display: block; 
  top: 1em;
  margin-bottom: 2em;
  z-index: 1;
}

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

.container-soluciones {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 576px) {
  .container-soluciones {
    max-width: 100%; } }
@media (min-width: 768px) {
  .container-soluciones {
    max-width: 100%; } }
@media (min-width: 992px) {
  .container-soluciones {
    max-width: 100%; } }
@media (min-width: 1200px) {
  .container-soluciones {
    max-width: 100%; } 
  }

  .col-soluciones {
    position: relative;
    width: 100%;
    min-height: 1px;
    /*padding-right: 15px;*/
  }
  @media (min-width: 768px) {
  .col-soluciones {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; 
  }
  }

  @media (max-width: 576px){
    .col-soluciones {
      padding-right: 0;
    }
  }

  .soluciones-thumb {
    background: rgba(0, 0, 0, 0.5);
    -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);

    -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;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; 
  }
  .soluciones-thumb .icon {
    line-height: 1.3;
    position: relative; 
  }
  .soluciones-thumb .icon span {
    font-size: 60px;
    color: #ffffff; 
  }
  .soluciones-thumb .media-body h3 {
    font-size: 20px; 
    line-height: 22px;
    color: #ffffff;
  }
  
  .soluciones-thumb .media-body p {
    font-family: "GothamLight", sans-serif;
    color: #ffffff;
    font-size: 1em;
    line-height: 1.3;
  }
  
  .soluciones-thumb:hover {
 
    color: #fff; 
    cursor: pointer;
  }
  .soluciones-thumb:hover .icon span {
    color: #fff; 
  }
  .soluciones-thumb:hover h3 {
    color: #fff; 
  }
  
  .soluciones-thumb .centra h3 {
    vertical-align: middle;
    font-family:'GothamBold', Arial, Helvetica, sans-serif;
    font-size:24px;
    line-height:29px;
    text-align:center;
    
  }

  .soluciones-thumb .centra p {
    vertical-align: middle;
    font-family:'GothamBold', Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    text-align:center;
    
  }

  .soluciones-thumb .centra-gris h3 {
    vertical-align: middle;
    font-family:'GothamBold', Arial, Helvetica, sans-serif;
    font-size:24px;
    line-height:27px;
    text-align:center;
    
  }

  @media (max-width: 320px){
    .soluciones-thumb .centra-gris h3 {
      margin-top: 10px;
      line-height: 25px;
    }
  }
  #noticias {
    position: relative;
    width: 100%;
    display: block; 
    top: 1em;
    margin-bottom: 5em;
    z-index: 1;
  }

.ftco-section-noticias {
  position: relative;
  width: 100%;
  display: block; 
  margin-top: 4em;
}

.ftco-section-noticias {
  padding: 2em 0;
  position: relative; }

@media (max-width: 767.98px) {
  .ftco-section-noticias {
    padding: 2em 0; } }

@media (min-width: 768px) {
  .ftco-section-noticias .container-fluid {
    padding: 0 4em; } }

.bg-noticias{
  background: #f0efef !important;
}

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

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

.destination {
display: block;
width: 100%;
margin-bottom: 30px;
}

@media (max-width: 991.98px) {
.destination {
margin-bottom: 30px; } }

.destination .img1 {
display: block;
height: 300px; }

.destination .img-2 {
height: 200px; }

.destination .icon {
width: 60px;
height: 60px;
background: #fff;
opacity: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-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; }

.destination .icon span {
color: #000000; }

.destination:hover .icon {
opacity: 1; }

.destination .text {
border: 1px solid #e6e6e6;
border-top: 1px solid transparent;
background: #fff; }

.destination .text h3 {
font-size: 18px; }

.destination .text h3 a {
color: #000000; }

.destination .text span.listing {
font-size: 14px; }

.destination .text .rate i {
font-size: 10px;
color: #f85959; }

.destination .text .rate span {
padding-left: 5px;
font-size: 10px; }

.destination .text .one {
width: calc(100% - 70px); }

.destination .text .two {
width: 70px;
text-align: right; }

.destination .text .two .price {
font-weight: 400;
font-size: 18px;
color: #2f89fc; }

.destination .text .two .per-price {
font-size: 20px;
line-height: 1.4; }

.destination .text .two .per-price small {
font-size: 12px; }

.destination .text .days span {
font-size: 13px;
color: black; }

.destination .text .bottom-area {
margin-bottom: 0; }

.destination .text .bottom-area span {
font-size: 14px; }

@media (min-width: 768px) {
.destination .text .bottom-area span:last-child {
  margin-left: 5px; } }

.destination .text .bottom-area span:last-child a {
background: #8bc34a;
color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
padding: 3px 5px; }

.destination .text .bottom-area span:last-child a:hover {
  background: #8bc34a;
  color: #fff; }

  .hotel-img,
  .hero-wrap,
  .img1
 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

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

  #noticias h1 {
    color: #03326c;
    font-size: 2.3em;
    line-height: 1.3em;
    font-weight: 400;
    font-family: 'GothamLight', serif;
    margin: 0;
    /* padding-top: 2em; */
    padding-bottom: 1em;
  }

  #noticias .inner {
    text-align: center;
    position: relative;
    z-index: 2;
  }
  
    @media screen and (max-width: 980px) {
  
      #noticias h1 {
        font-size: 2em;
        padding-top: 0.5em;
      }
  
    }
  
    @media screen and (max-width: 736px) {
  
      #noticias h1 {
        font-size: 2em;
      }
    }
  
  .col-noticias {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
  }
  @media (min-width: 768px) {
  .col-noticias {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; 
  }
  }

  @media (max-width: 576px){
    .col-noticias {
      padding-right: 0;
    }
  }

  .noticias-thumb {
    background: rgba(0, 0, 0, 0.5);
    -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);

    -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;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; 
  }
  .noticias-thumb .icon {
    line-height: 1.3;
    position: relative; 
  }
  .noticias-thumb .icon span {
    font-size: 60px;
    color: #ffffff; 
  }
  .noticias-thumb .media-body h3 {
    font-size: 20px; 
    line-height: 22px;
    color: #ffffff;
  }
  
  .noticias-thumb .media-body p {
    font-family: "GothamLight", sans-serif;
    color: #ffffff;
    font-size: 1em;
    line-height: 1.3;
  }
  
  .noticias-thumb:hover {
 
    color: #fff; 
    cursor: pointer;
  }
  .noticias-thumb:hover .icon span {
    color: #fff; 
  }
  .noticias-thumb:hover h3 {
    color: #fff; 
  }
  
  .noticias-thumb .centra-noticias h3 {
    vertical-align: bottom;
    font-family:'GothamBold', Arial, Helvetica, sans-serif;
    font-size:24px;
    line-height:29px;
    text-align:center;
    
  }

  .noticias-thumb .centra-noticias p {
    vertical-align: bottom;
    font-family:'GothamBold', Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    text-align:center;
    
  }

  .parche_noticias {
    position:absolute;
    width: 100%;
    height: 130px;
      
      left:0;
      right:0;
      bottom:30px;
      background-color:#414141;
      opacity:0.6;
      transition:all 0.5s;
      -webkit-transition:all 0.5s;
      -moz-transition:all 0.5s;
      -o-transition:all 0.5s;
      -ms-transition:all 0.5s;
    z-index:11111;
  }

  .noticias_bg {
    position:relative;
    /*float: left;*/
    display:inline-block;
    width:100%;
    height:380px;
    padding:0;
    border:none;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    transition:all 150ms linear;
    -webkit-transition:all 150ms linear;
    -moz-transition:all 150ms linear;
    -o-transition:all 150ms linear;
    -ms-transition:all 150ms linear;
    z-index:7777;
  }

  .centra-noticias {
    position:relative;
    display:table-cell;
    vertical-align:middle;
    height:380px;
    width:100vh;
    text-align:center;
    color:#FFF;
    z-index:9999;
    padding: 25px;
  }
  .text-noticias {
    position:relative;
    display:table-cell;
    vertical-align:middle;
    height:380px;
    width:100vh;
    text-align:center;
    color:#FFF;
    z-index:9999;
    padding: 25px;
  }

.text-noticias h3 {
    vertical-align: bottom;
    font-family:'GothamBold', Arial, Helvetica, sans-serif;
    font-size:24px;
    line-height:29px;
    text-align:center;
    color: #000;
    
  }

.text-noticias p {
    vertical-align: bottom;
    font-family:'GothamBold', Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    text-align:center;
    color: #000;
  }

  .img-bg {
    background-size: cover;
  }

  .ftco-section-noticias .img-bg {
    margin-bottom: 30px;
    display: block;
    height: 504px;
    position: relative;
    top: 0;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    background-position: center;
  }
  
  .ftco-section-noticias .img-bg:before {
    content: "";
    
    left: 0;
    bottom: 30px;
    right: 0;
    background: #000;
    height: 130px;
    opacity: .5;
    position: absolute;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    cursor: pointer;
  }
  
  .ftco-section-noticias .img-bg .text {
    position: absolute;
    
    bottom: 2%;
    left: 50%;
    text-align: center;
    width: 95%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .ftco-section-noticias .img-bg .text .icon {
    color: #fff;
    font-size: 30px;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    top: 0;
  }
  
  .ftco-section-noticias .img-bg .text h2 {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin: 0;
    padding: 0;
    font-family:'GothamBold', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    top: 0px;
    position: relative;
  }
  
  .ftco-section-noticias .img-bg .text p {
    color: #fff;
    top: 10px;
    font-size: 13px;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    cursor: pointer;
   
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  
    .ftco-section-noticias .img-bg .text a {
      color: #FFF;
    }
  
  
  
  .ftco-section-noticias .img-bg:hover .text .icon, .ftco-section-noticias .img-bg:focus .text .icon, .slider-wrap .img-bg:hover .text .icon, .slider-wrap .img-bg:focus .text .icon {
    top: -5px;
  }
  
  .ftco-section-noticias .img-bg:hover .text h2, .ftco-section-noticias .img-bg:focus .text h2, .slider-wrap .img-bg:hover .text h2, .slider-wrap .img-bg:focus .text h2 {
    top: -5px;
  }
  
  .ftco-section-noticias .img-bg:hover .text p, .ftco-section-noticias .img-bg:focus .text p, .slider-wrap .img-bg:hover .text p, .slider-wrap .img-bg:focus .text p {
    top: 0;
  }
  
  .ftco-section-noticias .img-bg:hover:before, .ftco-section-noticias .img-bg:focus:before, .slider-wrap .img-bg:hover:before, .slider-wrap .img-bg:focus:before {
    opacity: .8;
  }

  @media (max-width: 767.98px) {
    .text-mapa h2{
      padding-left: 1em;
      padding-top: 1em;
      } 
    }

@media (max-width: 767.98px) {
  .social{
    padding-left: 1.5em;
    
    } 
  }
.svg-inline--fa{
  vertical-align: 0em !important;
}

.svg-inline--fa.fa-w-14{
  width: 1em;
}

.ftco-section-footer {
  position: relative;
  width: 100%;
  display: block; }

.ftco-section-footer {
  position: relative; 
  z-index: 1;
}


footer{
  padding:50px 0 10px;
  width:100%;
  height: 70px;
  border:none;
  background-color:#d90c21;
  background-position:center center
}
.centrador_FT{
  width:100%;
  max-width:1140px;
  margin:auto;
  padding:0 30px;
  box-sizing:border-box
}
.logo_ft{
  
  width:199px;
  margin-bottom:30px;
  top: -6em;
  position: relative;
  z-index: 99999;
}

@media (max-width: 768px) {
  .logo_ft {
   display: none; } }

.logo_ft-remax{
  margin-bottom:30px;
  top: -2.5em;
  position: relative;
  text-align: right;
}

@media (max-width: 767.98px) {
  .logo_ft-remax {
   top: -4em; 
   max-width: 100%;
  } }

.footer {
  font-size: 16px;
  line-height: 18px;
  font-family: 'GothamLight'; 
  color: #63595e;
  text-align: right;
  margin-top: -2em;
  }
  .footer2 {
    font-size: 16px;
    line-height: 18px;
    font-family: 'GothamLight'; 
    color: #63595e;
    text-align: right;
    }


  .container-footer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    }
  @media (min-width: 576px) {
    .container-footer {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container-footer {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container-footer {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container-footer {
      max-width: 1140px;
      } 
    }
    .ftco-footer-img {
      font-size: 16px;
      background: #222831;
      padding: 8em 0 8em 0;
      text-align: right;
      }
.col-md-footer{
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
    }

@media (min-width: 768px) {   
.col-md-footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }
}

.col-12-footer{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
}

@media (min-width: 768px) {   
.col-12-footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
}

.preguntas p {
  border: 1px solid #655f62;
  background: transparent;
  color: #655f62;
  font-family: 'GothamBold'; 
  font-size: 26px;
}

.preguntas-text p{
  font-size: 1rem;
  line-height: 1.3rem;
  font-family: 'GothamLight'; 
  color: #655f62;
  }

  .preguntas-text{
    margin-bottom: 1rem;
    }
 
 .btn-primary-preguntas.btn-outline-primary-preguntas {
    border: 1px solid #655f62;
    background: transparent;
    color: #655f62;
    }
  

  .btn-preguntas {
    font-family: 'GothamBold';
    margin-top: 4rem;
    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: 1.5rem;
    line-height: 1.5;
    border-radius: 0;
 }

 @media (max-width: 991px) { 
  .btn-preguntas {
    font-size: 1.1rem;
  }
}


@media (max-width: 768px) { 
  .btn-preguntas {
    font-size: .8rem;
  }
}


@media (max-width: 991px) { 
  .preguntas-text p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}


.preguntas-text h3{
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #03326c;
  }

  @media (max-width: 991px) { 
    .preguntas-text h3 {
      font-size: 1.17rem;
    }
  }
  

  .preguntas-text h1{
    color: #d90c21;
    font-family: 'GothamLight';
    font-size: 2.3rem;
    line-height: 2.4rem;
    }

    @media (max-width: 991px) { 
      .preguntas-text h1 {
        font-size: 2.17rem;
      }
    }
    
    
    @media (max-width: 768px) { 
      .preguntas-text h1 {
        font-size: 1.5rem;
        line-height: 1.5rem;
      }
    }

    #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;
      }
  }
  .clear {
    clear:both;
}

.imagen {

	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
  position: relative;
  width: 100%;
min-height: 100%; 

}

.n{
  color: #d90c21;
  font-family: 'GothamLight';
  font-size: 1.7rem;
  }

  @media (max-width: 991px) { 
    .n {
      font-size: 1.17rem;
    }
  }
  
  
  @media (max-width: 768px) { 
    .n {
      font-size: 1.5rem;
    }
  }

#mercado-inmobiliario {

  padding: 6em 0 0 0;
}

#economia {

  padding: 6em 0 0 0;
}

#contrato {

  padding: 6em 0 0 0;
}

.economia-title{
  font-size: 1.3rem;
  line-height: 1.4rem;
  color: #03326c;
  font-family: 'GothamBold';
  }

  @media (max-width: 991px) { 
    .economia-title {
      font-size: 1.17rem;
      line-height: 1.2rem;
    }
  }