:root {
  --color-primary: #829E9A;
  --color-secondary: #829E9A;
  --color-gradient-start: #829E9A;
  --color-gradient-stop: #829E9A;
  --color-link: #000;
  --color-link-hover: var(--color-primary), #829E9A;
}

.branded-text [class*=fa-facebook] {
    color: #000;
}

.branded-text [class*=fa-instagram] {
    color: #000;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  color: #838689;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
}

.h1,
h1 {
  line-height: 1.4em;
  font-size: 48px;
}

.h2,
h2 {
  font-size: 38px;
  line-height: 1.4em;
}

.h3,
h3 {
  font-size: 26px;
  line-height: 1.6em;
}

.h4,
h4 {
  font-size: 23px;
  line-height: 1.7em;
}

.h5,
h5 {
  font-size: 19px;
  line-height: 1.8em;
}

.h6,
h6 {
  font-size: 16px;
  line-height: 1.8em;
}

.main-nav > li > a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #0b2a4a;
}
.main-nav > li > a .link-ext {
  background-color: #829E9A;
}
.main-nav > li.is-active > a, .main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: #829E9A;
}

.secondarybar-wrap {
  padding-right: 2%;
  padding-left: 2%;
  background-color: rgba(12, 62, 114, 0.08);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.secondarybar-wrap .header-module {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-module .ld-v-sep-inner {
  background-color: #e5e5e5;
}

#travel-testimonials-title .flickity-button {
  color: #fff;
  background: #181b31;
}
#travel-testimonials-title .flickity-button svg {
  stroke: currentColor;
}
#travel-testimonials-title .flickity-button:hover {
  background-color: var(--color-secondary);
}

.main-footer {
  color: #a7a9b8;
}
.main-footer a:not(.btn) {
  color: #a7a9b8;
}
.main-footer a:not(.btn):hover {
  color: var(--color-primary);
}
.main-footer .social-icon a, .main-footer .social-icon a:hover {
  color: #fff;
}
.main-footer .widget-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}


/* MODU esti */
body { overflow-x: hidden; }
.no-margin { margin-top: 0 !important; }
.espacio-footer { padding-bottom: 45px; }
.wa {position: fixed; right: 25px;bottom: 25px;z-index: 100; width: 60px !important;}
.gray-contacto { color: #838689 !important; }
a.gray-contacto:hover { color: #ff7a4b !important; }
.is-stuck .navbar-brand {padding-top: 10px; padding-bottom: 10px;}

/* MAIN modern responsive */
@media screen and (max-width: 1199px) {
[data-mobile-nav-style=modern]:before { background-image: none !important; background-color: #000 !important; }
}


@media screen and (min-width: 1200px){
.mainbar-wrap.is-stuck { background-color: white;}
.is-stuck .social-icon a, .is-stuck .header-module .ld-module-trigger, .is-stuck .main-nav > li > a {
    color: #0b2a4a !important;}
.is-stuck .main-nav > li > a:hover {color: #829E9A !important;}

}


@media (max-width: 768px){
footer { text-align: center !important; }
}
