<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Jost', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #363636;
    line-height: 1.6;
}

a,
a:hover {
    color: #a36c93;
}

@media (min-width: 576px) and (max-width: 767.99px) {
    .container-right {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-right {
        margin-left: calc(50vw - 360px);
        width: auto;
    }
}

@media (min-width: 992px) {
    .container-right {
        margin-left: calc(50vw - 480px);
    }
}

@media (min-width: 1200px) {
    .container-right {
        margin-left: calc(50vw - 570px);
    }
}

@media (min-width: 1400px) {
    .container-right {
        margin-left: calc(50vw - 660px);
    }
}

b,
strong {
    font-weight: 600;
}

.home-title,
.heading .title,
.destination-title,
.comment-quote,
.comment-author,
.footer-brand,
.view-more,
.article-title,
.widget-title,
.accordion-header,
.video-title,
.blocks h2,
.blocks h3,
.blocks blockquote {
    font-family: 'Cormorant Infant', serif;
}

.heading .alt,
.text-alt {
    color: #a36c93;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.75px;
}

a {
    text-decoration: none;
}

header {
    background: #f2f1ef;
    position: relative;
    z-index: 10;
}

.header-wrap {
    position: relative;
}

.header-wrap::after,
.header-wrap::before,
.header-navbar::after,
.header-navbar::before {
    content: '';
    display: table;
}

.header-wrap::after,
.header-navbar::after {
    clear: both;
}

.header-toggler,
.header-toggle-language {
    float: right;
    padding: 12px 0;
    line-height: 1;
    color: #000;
    background-color: transparent;
    border: 0;
    margin: 15px 0;
}

.header-toggle-language {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 20px;
}

.header-logo {
    display: block;
    padding: 10px 0;
    float: left;
}

.header-logo img {
    height: 50px;
}

.header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-menu&gt;li {
    position: relative;
}

.header-menu&gt;li&gt;a {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    transition: all .2s;
    display: block;
    padding: 8px 0;
}

.header-menu&gt;li&gt;a:hover {
    color: #a36c93;
}

.header-info {
    position: absolute;
    right: 40px;
    padding: 0;
    border: 0;
    background-color: transparent;
    top: 50%;
    display: none;
    font-size: 0;
    margin-top: -16px;
    padding: 10px 0;
}

.header-info-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    margin-right: 23px;
    line-height: 12px;
    vertical-align: middle;
    display: none;
}

.header-toggler-icon,
.header-info-icon {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 12px;
    vertical-align: middle;
}

.header-toggler-icon span,
.header-info-icon span {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top .15s ease, transform .3s ease;
}

.header-toggler-icon .line-1,
.header-info-icon .line-1 {
    top: 0;
}

.header-toggler-icon .line-2,
.header-info-icon .line-2 {
    top: 11px;
}

.header-toggler:hover .header-toggler-icon span,
.header-info:hover .header-info-icon span {
    animation: qode-draw .9s cubic-bezier(.6, .87, .43, .99) forwards;
}

.header-toggler:hover .header-toggler-icon .line-2,
.header-info:hover .header-info-icon .line-2 {
    animation-delay: .2s;
}

@media (min-width: 992px) {

    .header-toggle-language,
    #header-collapse-language {
        display: none;
    }

    .header-toggler {
        display: none;
    }

    .header-info {
        display: block;
    }

    .header-logo {
        position: absolute;
        left: 40px;
    }

    .header-logo img {
        height: 70px;
    }

    .header-menu {
        font-size: 0;
        text-align: center;
    }

    .header-menu&gt;li {
        display: inline-block;
    }

    .header-menu&gt;li+li {
        margin-left: 40px;
    }

    .header-menu&gt;li&gt;a {
        line-height: 84px;
    }

    .header-menu&gt;li&gt;a:before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: calc(50% - 1px);
        transform: translate(-50%, -50%) rotate(41.5deg) scale(0);
        transform-origin: 0 50%;
        background-color: currentColor;
        transition: transform .6s ease;
    }

    .header-menu&gt;li.active&gt;a:before,
    .header-menu&gt;li:hover&gt;a:before {
        transform: translate(-50%, -50%) rotate(41.5deg) scale(1);
        transform-origin: 0 50%;
    }
}

@media (max-width: 991px) {

    .header-collapse {
        display: none;
    }

    .header-collapse.open {
        display: block;
    }

    .header-menu {
        margin: 20px 0;
    }

    .header-menu li {
        overflow: hidden;
    }

    .header-collapse.open .header-menu {
        -webkit-animation: mega-nav-entry-animation .5s ease-out;
        -moz-animation: mega-nav-entry-animation .5s ease-out;
    }
}

@media (min-width:1200px) {
    .header-info-label {
        display: inline-block;
    }

    .header-menu&gt;li+li {
        margin-left: 56px;
    }
}

@-webkit-keyframes mega-nav-entry-animation {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes mega-nav-entry-animation {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}


@keyframes qode-draw {

    0%,
    100% {
        -webkit-clip-path: inset(-1px 0);
        clip-path: inset(-1px 0)
    }

    42% {
        -webkit-clip-path: inset(-1px 0 -1px 100%);
        clip-path: inset(-1px 0 -1px 100%)
    }

    43% {
        -webkit-clip-path: inset(-1px 100% -1px 0);
        clip-path: inset(-1px 100% -1px 0)
    }
}

/* HEADER NEW */
.header-primary {
    border-bottom: 1px solid #d6d6d6;
    padding: 15px 0;
}

.header-new-logo {
    display: block;
}

.header-new-logo img {
    height: 60px;
}

.header-webs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-webs li {
    display: inline-block;
}

.header-webs li+li {
    margin-left: 20px;
}

.header-webs li a {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
    border-bottom: 1px solid transparent;
    letter-spacing: 1px;
    position: relative;
}

.header-webs li.active a {
    color: #a36c93;
}

.header-webs li.active a:before {
    content: '';
    height: 2px;
    width: 100%;
    background: #a36c93;
    position: absolute;
    bottom: 0;
}

.header-social {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.header-social li {
    display: inline-block;
}

.header-social li+li {
    margin-left: 30px;
}

.header-social li a {
    color: #000;
    font-size: 18px;
}

.header-secondary {
    border-bottom: 1px solid #d6d6d6;
}

.header-new-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-new-menu&gt;li&gt;a {
    padding: 10px 0;
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.25px;
    position: relative;
}

.header-new-menu&gt;li:hover&gt;a {
    color: #a36c93;
}

.header-new-lang {
    position: relative;
}

.header-new-lang span {
    margin: 0 10px;
}

.header-new-lang-btn {
    border: 0;
    background: transparent;
    padding: 14px 0;
    margin: 0;
    line-height: 1.4;
    font-size: 15px;
}

.header-new-lang-dropdown {
    background: #f2f1ef;
    list-style: none;
    display: none;
    padding: 0;
}

.header-new-lang-dropdown a {
    text-align: left;
    padding: 8px 12px;
    display: block;
    font-size: 14px;
    color: #000;
}

.header-new-lang-dropdown a:hover {
    color: #a36c93;
}

.header-new-lang:hover .header-new-lang-dropdown {
    display: block;
}

.header-toggle {
    margin: 0;
    border: 0;
    padding: 10px 0;
    margin-left: 40px;
    background: transparent;
}

.header-toggle span {
    width: 35px;
    height: 1px;
    background: #000;
    display: block;
}

.header-toggle span+span {
    margin-top: 6px;
}

.header-secondary {
    padding: 8px 0;
    display: none;
}

.header-secondary.open {
    display: block;
}

.header-secondary.open&gt;* {
    -webkit-animation: mega-nav-entry-animation .5s ease-out;
    -moz-animation: mega-nav-entry-animation .5s ease-out;
}

@media (min-width:992px) {

    .header-toggle {
        display: none;
    }

    .header-primary {
        padding: 20px 0;
    }

    .header-secondary {
        padding: 0;
        display: block;
    }

    .header-new-logo {
        text-align: center;
    }

    .header-new-logo img {
        height: 80px;
    }

    .header-webs li+li {
        margin-left: 30px;
    }
    
    .header-webs li a {
        font-size: 17px;
        letter-spacing: 2px;
    }

    .header-new-menu&gt;li&gt;a {
        padding: 14px 0;
    }

    .header-new-menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .header-new-menu&gt;li:hover&gt;a:after {
        content: '';
        width: 100%;
        position: absolute;
        bottom: 1px;
        left: 0;
        height: 1px;
        background: #a36c93;
    }

    .header-new-lang-dropdown {
        min-width: 200px;
        z-index: 55;
        position: absolute;
        top: 100%;
        right: 0;
        border: 1px solid #d6d6d6;
        padding: 8px;
    }
}



@-webkit-keyframes mega-nav-entry-animation {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes mega-nav-entry-animation {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

/* END HEADER NEW */
section {
    padding: 150px 0;
    overflow: hidden;
}

main&gt;section:first-child {
    padding-top: 80px;
}

.home-title {
    color: #000;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
}

@media (min-width: 768px) {
    .home-title {
        font-size: 48px;
    }
}

@media (min-width: 992px) {
    .home-title {
        font-size: 60px;
    }
}

.bg-white+.bg-white {
    padding-top: 40px;
}

.video-home {
    margin-top: 70px;
    position: relative;
    width: 100%;
    background-color: #000;
}

.video-home::before {
    display: block;
    padding-top: 56.25%;
    content: "";
}

.video-home video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comments {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

.comment {
    text-align: center;
}

.comment-title {
    margin-bottom: 26px;
}

.comment-quote {
    margin: 21px 0 39px;
    color: #000;
    font-size: 27px;
    line-height: 1.125;
}

.comment-author {
    color: #575757;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .comment-quote {
        font-size: 35px;
    }

    .comment-author {
        font-size: 21px;
    }
}

.heading {
    margin-bottom: 24px;
}

.heading-space {
    margin-bottom: 60px;
}

.heading-center {
    text-align: center;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.heading-space {
    margin-bottom: 80px;
}

.heading .title {
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 36px;
    line-height: 1.05;
    margin-bottom: 24px;
}

.heading .title-sm {
    font-size: 32px;
}

.heading-left {
    margin-bottom: 40px;
    text-align: center;
}

@media (min-width:992px) {
    .heading-left {
        text-align: left;
    }

    .heading .title {
        font-size: 46px;
    }

    .heading .title-sm {
        font-size: 36px;
    }
}

@media (min-width:1200px) {
    .heading .title {
        font-size: 48px;
    }
}

@media (min-width:1400px) {
    .heading .title {
        font-size: 52px;
    }

    .heading .title-sm {
        font-size: 40px;
    }
}

@media (min-width:575px) {
    .section-destinations .container-fluid {
        padding-right: 0;
        overflow: hidden;
    }
}

.section-destinations .heading {
    padding-right: 30px;
}

.destination img {
    width: 100%;
    height: auto;
}

.destination-body {
    padding-top: 30px;
    text-align: center;
}

.destination-title {
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 25px;
    line-height: 1.12;
}

.slider {
    visibility: hidden;
    overflow: hidden;
    position: relative;
}

.slider-pagination {
    padding-bottom: 80px;
}

.slider.swiper-initialized {
    visibility: visible;
}

.slider-pagination .swiper-pagination-bullets {
    bottom: 30px;
}

.slider-pagination .swiper-pagination-bullet {
    border: 1px solid #dbd9d3;
    background: transparent;
    opacity: 1;
}

.slider-pagination .swiper-pagination-bullet-active {
    border-color: #000;
    background: transparent;
}

.slider-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}


.section-hero,
.header-wrap,
.section-slider-home {
    padding-right: 12px;
    padding-left: 12px;
}

@media (min-width: 576px) {

    .section-hero,
    .header-wrap,
    .section-slider-home {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.section-slider-home+section {
    clear: both;
}

main section.section-slider-home {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -70px;
    position: relative;
    float: left;
    width: 100%;
}

@media (min-width: 992px) {
    main section.section-slider-home {
        margin-top: -100px;
    }
}

.slider-home {
    height: 100vh;
    padding-bottom: 100px;
}

.slider-home .swiper-slide {
    height: 100%;
}

.slider-home .swiper-slide {
    overflow: hidden;
    position: relative;
}

.slider-home .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: all 20s;
}

.slider-home .swiper-slide.swiper-slide-active img {
    transform: scale(1.25);
}

.slider-home .slider-home-control {
    position: relative;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100px;
}

.slider-home .slider-home-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 28px;
}

.slider-home .swiper-button-prev,
.slider-home .swiper-button-next {
    position: static;
    display: inline-block;
    height: auto;
    width: auto;
    top: 0;
    margin: 0;
    color: #000;
}

.slider-home .swiper-button-prev:after,
.slider-home .swiper-button-next:after {
    content: none
}

.slider-home .swiper-button-next svg,
.slider-home .swiper-button-prev svg {
    display: block;
    width: 26px;
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
}

.slider-home .swiper-button-next svg path,
.slider-home .swiper-button-prev svg path {
    stroke-dasharray: 20px;
    stroke-dashoffset: calc(2 * 20px);
    transition: stroke-dashoffset 1.24s;
}

.slider-home .swiper-button-next:hover svg path,
.slider-home .swiper-button-prev:hover svg path {
    stroke-dashoffset: 0
}

.slider-home-share a {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.slider-home-share a i {
    margin-right: 8px;
}

.slider-home-share a+a {
    margin-left: 20px;
}

@media (max-width:768.9px) {
    .slider-home-share a span {
        display: none;
    }

    .slider-home {
        height: 92vh;
    }
}

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

main {
    background: #f2f1ef;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    footer.setHeight {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }
}

@media (max-width: 991.99px) {

    main {
        margin-bottom: 0 !important;
    }
}

footer {
    background: #000000;
    color: #d7d7d7;
}

footer a {
    color: inherit;
}

footer a:hover {
    color: #000;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-primary ul li {
    padding-bottom: 10px;
}

.footer-primary {
    padding: 120px 0 80px;
    text-align: center;
}

.footer-title {
    color: #FFF;
    margin-bottom: 17px;
    font-size: 29px;
    letter-spacing: 0.4px;
    margin-top: 30px;
    font-family: 'Cormorant Infant', serif;
}

@media (min-width: 992px) {
    .footer-title {
        margin-top: 0;
    }
}

.footer-brand {
    font-size: 29px;
    color: #FFF;
    line-height: 1.2;
}

.footer-bottom {
    padding: 30px 0;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.footer-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom ul&gt;li {
    display: inline-block;
}

.footer-social li {
    margin-right: 15px;
}

.footer-author li {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .footer-primary {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .footer-social {
        text-align: left;
    }

    .footer-author {
        text-align: right;
    }
}

.view-more {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
}

.view-more:hover {
    color: #000;
}

.view-more span {
    margin-right: 5px;
    vertical-align: middle;
}

.view-more svg {
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    height: 54px;
}

.view-more svg .round {
    stroke-dasharray: 152px;
    stroke-dashoffset: 152px;
    -webkit-transition: .5s cubic-bezier(.51, .29, .09, 1.08);
    -o-transition: .5s cubic-bezier(.51, .29, .09, 1.08);
    transition: .5s cubic-bezier(.51, .29, .09, 1.08);
    fill: transparent;
    stroke: #a36c93;
    opacity: 1
}

.view-more svg path,
.view-more svg polyline {
    stroke: currentColor;
    fill: transparent;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.view-more svg path {
    opacity: .4
}

.view-more:hover svg .round {
    stroke-dashoffset: 0
}

.destinations-grid .destination {
    margin-bottom: 80px;
}

.destinations-grid .destination-body {
    text-align: left;
}

.destinations-grid .destination-title {
    font-size: 34px;
}

@media (min-width:992px) {
    .destinations-grid&gt;*:nth-child(3n+2) .destination {
        margin-top: -63px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .destinations-grid&gt;*:nth-child(2n) .destination {
        margin-top: -63px;
    }
}

@media (min-width:768px) {
    .destinations-grid&gt;*:nth-child(2) .destination {
        margin: 0;
    }
}

.logo {
    padding: 30px;
}

.swiper .logo-src {
    padding-top: 40%;
}

.logo-src {
    padding-top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.article-image {
    display: block;
    margin-bottom: 40px;
}

.article-image img {
    max-width: 100%;
    height: auto;
}

.article-meta {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.75px;
    margin-bottom: 12px;
}

.article-categories {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: inline-block;
    padding-right: 41px;
    color: #a36c93;
}

.article-categories li {
    display: inline-block;
    font-size: 14px;
}

.article-categories li+li:before {
    content: '/';
    margin: 0 9px;
}

.article-categories a {
    color: inherit;
}

.article-date {
    display: inline-block;
}

.article-title {
    font-size: 42px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 24px;
}

.article-title a {
    color: inherit;
}

.article-excerpt {
    line-height: 1.8;
}

.article+.article {
    margin-top: 80px;
}

.form-group {
    margin-bottom: 16px;
}

.form-label {
    margin-bottom: 8px;
    color: #000;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-clausura {
    margin-top: 20px;
    font-size: 13px;
    text-align: justify;
}

.form-check {
    display: block;
    min-height: 24px;
    padding-left: 24px;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -24px;
}

.form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(163, 108, 147, 0.25);
}

.form-check-input:checked {
    background-color: #a36c93;
    border-color: #a36c93;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: 36px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 18px 18px;
}

textarea.form-control.is-invalid {
    background-position: top 9px right 9px;
}

.form-check-input.is-invalid {
    border-color: #dc3545;
}

.form-check-input.is-invalid:checked {
    background-color: #dc3545;
}

.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

.alert {
    padding: 16px;
    border: 1px solid transparent;
    margin-bottom: 16px;
    border-radius: 6px;
}

.alert-success {
    color: #0f5132;
    border-color: #badbcc;
    background-color: #d1e7dd;
}

.alert-danger {
    color: #842029;
    border-color: #f5c2c7;
    background-color: #f8d7da;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #FFF;
    background-color: #000;
    border-color: #000;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #FFF;
    background-color: #333;
    border-color: #333;
}

.section-scroll-image {
    --scroll-length: 1.5;
    height: calc(var(--scroll-length) * 100vh);
    width: 100%;
    padding: 0;
    position: relative;
    overflow: visible;
}

.section-scroll-image figure {
    --scale: calc(.8 + (.2 * var(--scroll-length) * var(--visible-y)));
    position: sticky;
    top: 0;
    left: 0;
    margin: 0;
    display: block;
    overflow: hidden;
    will-change: transform;
    transform: scale(var(--scale));
    width: 100%;
    height: 100vh;
}

.section-scroll-image figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: black;
    opacity: calc(var(--visible-y) / 2);
}

.section-scroll-image-src {
    will-change: transform;
    transform: scale(calc(1 / var(--scale)));
    display: block;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.section-scroll-image .content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: white;
    z-index: 2;
    transform: translateY(-50%);
    opacity: calc(1 + var(--viewport-y));
    text-align: center;
}

.section-scroll-image .title {
    font-size: 80px;
    color: #FFF;
}

.destination-hero {
    padding-bottom: 80px;
}

main section.section-hero {
    padding-top: 0;
    padding-bottom: 0;
}

.hero {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0;
}

.hero:before {
    content: '';
    background: #30302f;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero h1 {
    z-index: 1;
    position: relative;
    color: #FFF;
    font-family: 'Cormorant Infant', serif;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    font-size: 35px;
}

@media (min-width: 768px) {
    .hero {
        min-height: 400px;
        padding: 0;
    }

    .hero h1 {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .hero {
        min-height: 600px;
    }

    .hero h1 {
        font-size: 55px;
    }
}

.item-project a {
    outline: none;
    display: block;
}

.item-project span {
    display: block;
    margin-top: 10px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}

.item-project i {
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
}

.blocks {
    line-height: 1.8;
}

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

.blocks h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.blocks blockquote {
    background: #f8f4f7;
    color: #a36c93;
    margin: 30px 0;
    padding: 20px 50px;
    font-size: 28px;
    border-left: 3px solid #a36c93;
}

.blocks blockquote p {
    margin-bottom: 0;
}

.blocks.legal p {
    text-align: justify;
}

.destination-blocks {
    line-height: 1.8;
    font-size: 17px;
}

.widget {
    margin-bottom: 35px;
}

.widget-title {
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.widget-tags,
.widget-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-tags a,
.widget-categories a {
    color: #a36c93;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.75px;
}

.widget-tags {
    font-size: 0;
}

.widget-tags li {
    display: inline-block;
    font-size: 15px;
}

.widget-tags li+li:before {
    content: '-';
    color: #a36c93;
    padding: 0 8px;
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}


.accordion-collapse {
    display: none;
    overflow: hidden;
}

.accordion-item {
    border-top: 1px solid #eeebe5;
    border-bottom: 1px solid #eeebe5;
}

.accordion-item+.accordion-item {
    margin-top: -1px;
}

.accordion-item.open .accordion-collapse {
    display: block;
}

.accordion-header {
    margin: 0;
}

.accordion-button {
    padding: 28px 40px 28px 0;
    display: block;
    background: transparent;
    border: 0;
    color: #000;
    font-size: 30px;
    line-height: 1.1;
    width: 100%;
    text-align: left;
    position: relative;
}

.accordion-button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6.5px;
    width: 13px;
    height: 13px;
    background: #e5e1d8;
    border-radius: 50%;
    transition: all .2s;
}

.accordion-item.open .accordion-button::after,
.accordion-item:hover .accordion-button::after {
    background: #a36c93;
}

.accordion-body {
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .accordion-body {
        padding-left: 65px;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(110%);
        transform: translateY(110%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(110%);
        transform: translateY(110%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.accordion-item.open .accordion-body {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.plyr {
    --plyr-color-main: #a36c93;
}

.video {
    margin-bottom: 24px;
    padding: 15px;
    background: #191919;
}

.video-body {
    padding: 20px 20px 10px;
}

.video-title {
    color: #FFF;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 0;
}

.section-video {
    position: relative;
    padding-top: 0 !important;
    background: #000;
}

.section-video-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    object-fit: cover;
}

.section-video-header {
    position: relative;
    overflow: hidden;
    background: #000;
}

.section-video-header-body {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
    padding: 100px 0;
}

.section-video-header,
.section-video-header .heading .title {
    color: #FFF;
}

.gallery-hero {
    margin-bottom: 80px;
}

.gallery-masonry {
    margin: 0 -15px;
}

.gallery-masonry,
.gallery-masonry .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.gallery-item {
    display: block;
    padding-top: 100%;
    position: relative;
}

.gallery-item-rectangle {
    padding-top: 50%;
}

.gallery-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.gallery-item-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.gallery-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #DDD;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a[data-fancybox] img {
    cursor: zoom-in;
}

.fancybox__backdrop::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 10%;
    filter: blur(2px);
    left: 50%;
    top: 50%;
    transform: scale(11);
    opacity: 0.3;
    background-image: var(--bg-image);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fancybox__container {
    --fancybox-bg: #000;

    --fancybox-thumbs-width: 48px;
    --fancybox-thumbs-ratio: 1;

    --carousel-button-bg: rgb(91 78 76 / 74%);

    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;

    --carousel-button-svg-stroke-width: 2.5;
}

.fancybox__nav {
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
}

.fancybox__nav .carousel__button.is-prev {
    left: 20px;
}

.fancybox__nav .carousel__button.is-next {
    right: 20px;
}

.carousel__button.is-close {
    right: auto;
    top: 20px;
    left: 20px;
}

.fancybox__slide {
    padding: 8px 88px;
}

/* Thumbnails */
.fancybox__thumbs .carousel__slide {
    padding: 8px 8px 16px 8px;
}

.is-nav-selected::after {
    display: none;
}

.fancybox__thumb {
    border-radius: 6px;
    opacity: 0.4;
}

.fancybox__thumb:hover,
.is-nav-selected .fancybox__thumb {
    border-radius: 6px;
    opacity: 1;
}

.is-nav-selected .fancybox__thumb::after {
    display: none;
}

.image-effect-appear {
    overflow: hidden;
    -webkit-transition: 1.3s .1s cubic-bezier(.51, .01, 0, 1.06);
    -o-transition: 1.3s .1s cubic-bezier(.51, .01, 0, 1.06);
    transition: 1.3s .1s cubic-bezier(.51, .01, 0, 1.06);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    display: block;
}

.image-effect-appear.appeared {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.image-effect-appear img {
    will-change: transform;
}


.blocks h2,
.blocks h3 {
    margin-top: 40px;
}

.blocks h2 {
    font-size: 30px;
}

.contacto-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contacto-info li {
    margin-bottom: 30px;
    padding-left: 50px;
    position: relative;
}

.contacto-info li i {
    position: absolute;
    left: 0;
    font-size: 24px;
    color: #a36c93;
    width: 30px;
    text-align: center
}

.contacto-info li .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contacto-info li .value {
    font-size: 18px;
}

.embed {
    position: relative;
    width: 100%;
}

.embed::before {
    display: block;
    padding-top: 56.25%;
    content: "";
}

.embed&gt;* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blocks figure {
    text-align: center;
}

#CookieDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483631;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.4);
}

#CookieDialog * {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: inherit;
    font-size: 15px;
    line-height: 26px;
    color: inherit;
    vertical-align: baseline;
}

#CookieDialogContent {
    max-width: 640px;
    top: 8%;
    position: relative;
    margin: 0 auto 30px;
    line-height: 24px;
    background-color: #ffffff;
    color: #141414;
    border: 1px solid #d6d6d6;
    overflow: hidden;
    /* border-radius: 5px; */
}

#CookieDialogNav {
    border-bottom: 1px solid #d6d6d6;
}

#CookieDialogNavList {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

#CookieDialogNavList li {
    display: table-cell;
}

#CookieDialogNavList li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    text-align: center;
    color: #141414;
    margin-bottom: -1px;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#CookieDialogNavList li a.active {
    border-bottom-color: #a36c93;
    color: #a36c93;
}

#CookieDialogBody .CookieDialogTabContent {
    padding: 24px;
    display: none;
}

#CookieDialogBody {
    max-height: 446px;
    overflow: auto;
}

#CookieDialogBody .CookieDialogTabContent.active {
    display: block;
}

#CookieDialogConsent h2 {
    font-weight: 600;
    margin-bottom: 8px;
}

#CookieDialogConsent p {
    margin-bottom: 10px;
}

#CookieDialogConsent a {
    color: #a36c93;
    text-decoration: underline;
}

#CookieDialogFooter {
    border-top: 1px solid #d6d6d6;
    padding: 15px 20px;
}

#CookieDialogFooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
}

#CookieDialogFooter ul li {
    display: table-cell;
    padding: 0 4px;
}

#CookieDialogFooter button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    background-color: #ffffff;
    border: 2px solid #a36c93;
    color: #141414;
    font-weight: 500;
    /* border-radius: 5px; */
}

#CookieDialogSave.hide,
#CookieDialogCustom.hide {
    display: none;
}

#CookieDialogAccept button {
    background-color: #a36c93;
    border-color: #a36c93;
    color: #ffffff;
}

#CookieDialog .CookieCard+.CookieCard {
    border-top: 1px solid #d6d6d6;
    margin-top: 20px;
    padding-top: 20px;
}

.CookieCardHeader:after,
.CookieCardHeader:before {
    content: '';
    display: table;
}

.CookieCardHeader:after {
    clear: both;
}

.CookieCardButton {
    float: left;
}

.CookieCardSwitch {
    float: right;
}

#CookieDialog .CookieCardBody {
    padding-top: 15px;
}

#CookieDialog .CookieCardSwitch input {
    width: 50px;
    height: 28px;
    border-radius: 32px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-position: left center;
    transition: background-position .15s ease-in-out;
    background-color: #141414;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #141414;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#CookieDialog .CookieCardSwitch input:checked {
    background-color: #a36c93;
    border-color: #a36c93;
    background-position: right center;
}

#CookieDialog .CookieCardSwitch input:disabled {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
}

#CookieDialog .CookieCardButton {
    background: none;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
    color: #141414;
    padding-right: 11.25px;
    font-size: 16px;
}

.CookieCardTableResponsive {
    margin-top: 16px !important;
}

.CookieCardTable {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
}

.CookieCardTable&gt;thead {
    vertical-align: bottom;
}

.CookieCardTable&gt;tbody {
    vertical-align: top;
}

.CookieCardTable th {
    font-weight: 500;
    color: #797979 !important;
    padding: 2px 8px !important;
    border: 1px solid #dee2e6;
    text-transform: uppercase;
    font-size: 11px !important;
    background: whitesmoke;
}

.CookieCardTable td {
    padding: 4px 8px !important;
    border: 1px solid #dee2e6;
}

.CookieCardTableResponsive {
    overflow: auto;
}

@media (max-width:767px) {
    #CookieDialogContent {
        top: 1.8%;
        width: 93.33%;
        height: 96.4%;
        margin-bottom: 0;
    }

    #CookieDialogBody {
        height: 62%;
        height: calc(100% - 232px);
        max-height: none;
    }

    #CookieDialogFooter ul li {
        display: block;
    }

    #CookieDialogFooter ul li button {
        padding: 5px 15px;
        margin: 7px 0;
    }
}



.offcanvas {
    position: fixed;
    z-index: 1100;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    max-width: none;
    visibility: hidden;
    transition: background-color .3s, visibility 0s .3s;
    background-color: rgba(0, 0, 0, 0);
}

.offcanvas.offcanvas-visible {
    visibility: visible;
    transition: background-color .3s;
    background-color: rgba(20, 21, 26, 0.75);
}

.offcanvas-dialog {
    max-width: 400px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: transform .3s;
    transition-timing-function: ease-in-out;
    background-color: #FFF;
}

.offcanvas.offcanvas-visible .offcanvas-dialog {
    transform: translateX(0);
}

.offcanvas-body {
    padding: 32px;
    height: 100%;
    overflow: auto;
    overscroll-behavior: contain;
}

.offcanvas-close {
    position: fixed;
    top: 0;
    right: 0;
    margin: 12px 20px 12px 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 32px;
    background-color: #FFF;
    border-radius: 50%;
    border: 0;
    padding: 0;
}
/*
.info-site {
    text-align: center;
    margin-top: 60px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
}

.info-site p+p {
    margin-top: 30px;
}

.info-site img {
    height: 80px;
    margin-bottom: 60px;
}

.info-language {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 60px;
}

.info-language li {
    display: inline-block;
    margin: 0 10px;
}

.info-language li a {
    text-transform: uppercase;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    color: rgb(92, 94, 98);
    transition: all .2s;
    position: relative;
    padding: 3px 0;
    display: block;
}

.info-language li a:hover {
    color: rgb(23, 26, 32);
}

.info-language li a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    opacity: 0;
    transition: all .2s;
}

.info-language li a:hover:after {
    opacity: 1;
    bottom: 0;
}

.info-language li.active a {
    font-weight: 600;
    color: rgb(23, 26, 32);
}
*/

.header-language-toggle,
.header-language-dropdown li a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.header-language-toggle {
    border: 0;
    background-color: transparent;
    line-height: 20px;
    display: block;
    padding: 8px 0;
    width: 100%;
    text-align: left;
}

.header-language {
    margin-bottom: 30px;
}

.header-language-dropdown {
    background: #f2f1ef;
    text-align: left;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    display: none;
}

.header-language-dropdown li a {
    padding: 8px 0;
    display: block;
    color: inherit;
}

.header-language:hover .header-language-dropdown {
    display: block;
}

@media (min-width: 992px) {
    .header-language-toggle {
        padding: 40px 0;
    }

    .header-language {
        position: absolute;
        right: 40px;
        top: 0;
        margin-bottom: 0;
    }

    .header-language-dropdown {

        position: absolute;
        top: 100%;
        right: 0;
    }

    .header-language-dropdown li a {
        padding: 8px 25px;
    }
}</pre></body></html>