@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,400italic);

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
form,
label,
table,
menu,
nav,
section,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body * {
    -webkit-text-size-adjust: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input,
textarea,
select {
    -webkit-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    border: 0px none;
    outline: none;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    font-family: 'Source Sans Pro', sans-serif;
    background: none;
}

header.menu-3 {
    background: #ffffffe6;
}

.menu-3 nav>ul>li>a {
    color: #767676;
}

.menu-3 nav>ul>li>a:hover {
    color: #349e8d;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

/* Loading */
.loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5000;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

.loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #349e8d;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #349e8d;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    -o-animation: animate 2s infinite;
    animation: animate 2s infinite;
    -moz-animation: animate 2s infinite;
    -ms-animation: animate 2s infinite;
}

.object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

.object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
}

.object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
}

.object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@-moz-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
    }
}

@-o-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        -o-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        -o-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

/* Text Style */
body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
}

h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

h6 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

/* Header */
header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.logo {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.logo img {
    transition: all 0.2s ease-out;
}

.nav {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.top-header-bar {
    position: relative;
    width: 100%;
    padding: 30px 0px 0px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

header.scrol .top-header-bar {
    padding: 15px 0px 0px;
}

header.hovered.scrol .logo img {
    padding: 8px 0px;
    transition: all 0.2s ease-out;
}

header.bg-black-o.scrol {
    background: rgba(0, 0, 0, 0.8);
}

.top-header-block {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    line-height: 5px;
    text-transform: uppercase;
    padding-right: 30px;
}

.top-header-block:last-child {
    padding-right: 0px;
}

.top-header-block a {
    display: inline-block;
    padding-top: 5px;
    letter-spacing: 0.6px;
}

.top-header-block img {
    vertical-align: middle;
    margin-right: 5px;
}

.top-header-block.search>img:hover {
    cursor: pointer;
    opacity: 0.6;
}

.logo {
    position: relative;
    float: left;
}

nav {
    float: right;
    color: #fff;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    overflow: hidden !important;
}

nav a,
nav a:focus {
    color: #fff;
}

nav>ul>li {
    position: relative;
    float: left;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

nav>ul>li>a {
    position: relative;
    display: block;
    padding: 7px 15px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 2px;
}

nav>ul>li>a>span {
    padding-left: 5px;
}

nav>ul>li>.dropmenu {
    visibility: hidden;
    opacity: 0;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    position: absolute;
    top: 32px;
    left: 0%;
    min-width: 178px;
    background: #fff;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
}

nav .dropmenu a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    color: #888;
    letter-spacing: 0.5px;
    padding: 10px 20px 10px 15px;
    border-bottom: 1px solid #eee;
}

nav .dropmenu a>span {
    display: inline-block;
    font-weight: 400;
    font-size: 8px;
    line-height: 20px;
}

nav .dropmenu li {
    position: relative;
}

nav .dropmenu li:hover>a {
    background: #fafafa;
}

nav>ul>li:hover>.dropmenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

nav .dropmenu .dropmenu {
    visibility: hidden;
    opacity: 0;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    position: absolute;
    top: 0px;
    left: 100%;
    min-width: 178px;
    background: #fff;
    margin-left: 1px;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
}

nav .dropmenu li:hover .dropmenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

.nav-menu-icon {
    position: relative;
    float: right;
    width: 24px;
    height: 24px;
    z-index: 200;
    margin-right: 0px;
    display: none;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    z-index: 99;
}

.nav-menu-icon button {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-decoration: none;
    margin-top: -4px;
}

.nav-menu-icon button i {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 3px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.nav-menu-icon button i:before,
.nav-menu-icon button i:after {
    content: '';
    width: 24px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.nav-menu-icon button i:before {
    top: -7px;
}

.nav-menu-icon button i:after {
    bottom: -7px;
}

.nav-menu-icon button:hover i:before {
    top: -10px;
}

.nav-menu-icon button:hover i:after {
    bottom: -10px;
}

.nav-menu-icon button.active i {
    background: none;
}

.nav-menu-icon button.active i:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.nav-menu-icon button.active i:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

/* Media Queries */
@media screen and (max-width: 991px) {

    .menu_opened header .nav-menu-icon {
        top: 25px;
        right: 26px;
        width: auto;
    }

    header .nav-menu-icon button i,
    header .nav-menu-icon button i:before,
    header .nav-menu-icon button i:after {
        background: #fff;
    }

    header.menu-3 .nav-menu-icon button i,
    header.menu-3 .nav-menu-icon button i:before,
    header.menu-3 .nav-menu-icon button i:after {
        background: #222;
    }

    .menu-3 nav {
        background: #fff;
    }

    .menu-3 nav>ul>li {
        border-top: 0px none;
    }

    .menu-3 nav>ul>li.active {
        border-top: 0px none !important;
    }

    .menu-3 .menu {
        display: block;
    }

    header .nav-menu-icon button.active i {
        background: none;
    }

    nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #333;
        left: 0px;
        top: 0px;
        padding-top: 100px;
        text-align: center;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    nav>ul>li {
        width: 100%;
        font-size: 16px;
        margin: 5px 0px;
    }

    nav>ul>li:hover>.dropmenu {
        position: relative;
    }

    nav>ul>li {
        float: none;
    }

    nav>ul>li:hover>.dropmenu {
        display: none;
    }

    nav>ul>li>a>span {
        float: none;
        position: relative;
        display: inline-block;
    }

    nav>ul>li>.dropmenu {
        position: relative;
        top: 0px;
        margin-top: 0px;
        padding: 0px;
        display: none;
        visibility: visible;
        opacity: 1;
    }

    nav .dropmenu li.active>a {
        color: #222;
        background-color: transparent;
    }

    nav .fa-chevron-right {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    nav .dropmenu .dropmenu {
        position: relative;
        left: 0%;
        background: #222;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-left: 0px;
    }

    nav .dropmenu li:hover .dropmenu {
        display: none;
    }

    nav.slide-menu {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        overflow-y: auto;
    }

    .nav-menu-icon {
        display: flex;
        width: 100%;
    }

    .menu_opened {
        overflow: hidden;
    }

    .menu_opened .nav-menu-icon {
        position: fixed;
        top: 0px;
        right: 14px;
    }

    .wide-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    nav>ul>li>a {
        margin-bottom: 0px;
    }

    nav .dropmenu .dropmenu {
        padding: 0px;
    }

    nav>ul>li {
        margin: 0px;
    }
}

/* DatePicker CSS */
.datepicker-days table thead,
.datepicker-months,
.datepicker-years,
.datepicker-decades,
.datepicker-centuries {
    font-weight: 700 !important;
    color: #0077b2 !important;
}

.datepicker-days .today {
    background: #349e8d !important;
    color: #fff !important;
}

.datepicker-days .active {
    background: #0077b2 !important;
    color: #fff !important;
}

/* Slider */
.bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg img {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.bg video {
    position: absolute;
}

.bg-bg {
    background-position: 50% 0px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.bg-bg-bag {
    background-attachment: scroll;
    -moz-background-origin: initial;
    background-origin: initial;
    -moz-background-clip: initial;
    background-clip: initial;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
}

.clip {
    clip: rect(auto, auto, auto, auto);
    height: 100%;
    position: absolute;
    width: 100%;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    height: auto;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    -webkit-transition-property: -webkit-transform, left, top;
    -moz-transition-property: -moz-transform, left, top;
    -o-transition-property: -o-transform, left, top;
    transition-property: transform, left, top;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    height: inherit !important;
    float: left;
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
    height: inherit !important;
    position: relative;
}

.pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    margin: 0px;
}

.poin-style-1 {
    bottom: 2px;
}

.poin-style-1 .swiper-pagination-switch {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #a9a9a9;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin: 0px 5px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

.poin-style-1 .swiper-pagination-switch.swiper-active-switch {
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    border: 2px solid #fff;
}

.poin-style-2 {
    position: relative;
    margin-top: 25px;
}

.poin-style-2 .swiper-pagination-switch {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(185, 185, 185, 0.4);
    margin: 0px 7px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

.poin-style-2 .swiper-pagination-switch.swiper-active-switch {
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    border: 2px solid #fff;
    border: 1px solid #b9b9b9;
}

.pagination.vertical {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    width: 10px;
    margin-left: -570px;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pagination-left {
    margin-left: -472px;
    left: 50%;
    text-align: left;
    width: 100%;
}

.pagination-left-2 {
    margin-left: -570px;
    left: 50%;
    text-align: left;
    width: 100%;
}

/* Viajes */
.filter-nav li.selected {
    background: #349e8d;
    color: #fff;
}