@import url(commons/normalize.css);@font-face {
    font-family: 'Canela Web';
    src: url("../fonts/canela/Canela-RegularItalic-Web.eot");
    src: url("../fonts/canela/Canela-RegularItalic-Web.eot?#iefix") format("embedded-opentype"),url("../fonts/canela/Canela-RegularItalic-Web.woff2") format("woff2"),url("../fonts/canela/Canela-RegularItalic-Web.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal
}

@font-face {
    font-family: 'Canela Web';
    src: url("../fonts/canela/Canela-Regular-Web.eot");
    src: url("../fonts/canela/Canela-Regular-Web.eot?#iefix") format("embedded-opentype"),url("../fonts/canela/Canela-Regular-Web.woff2") format("woff2"),url("../fonts/canela/Canela-Regular-Web.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: 'iA Writer Duospace';
    src: url("../fonts/iAWriterDuospace/iAWriterDuospace-RegularItalic.eot");
    src: url("../fonts/iAWriterDuospace/iAWriterDuospace-RegularItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/iAWriterDuospace/iAWriterDuospace-RegularItalic.woff2") format("woff2"),url("../fonts/iAWriterDuospace/iAWriterDuospace-RegularItalic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal
}

@font-face {
    font-family: 'iA Writer Duospace';
    src: url("../fonts/iAWriterDuospace/iAWriterDuospace-Regular.eot");
    src: url("../fonts/iAWriterDuospace/iAWriterDuospace-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/iAWriterDuospace/iAWriterDuospace-Regular.woff2") format("woff2"),url("../fonts/iAWriterDuospace/iAWriterDuospace-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: "buenavistaicons";
    src: url("../icons/buenavistaicons/fonts/buenavistaicons.woff2?w7aywf") format("woff2"),url("../icons/buenavistaicons/fonts/buenavistaicons.ttf?w7aywf") format("truetype"),url("../icons/buenavistaicons/fonts/buenavistaicons.woff?w7aywf") format("woff"),url("../icons/buenavistaicons/fonts/buenavistaicons.svg?w7aywf#buenavistaicons") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],[class*=" icon-"] {
    font-family: "buenavistaicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-right:before {
    content: ""
}

.icon-arrow-left:before {
    content: ""
}

a {
    color: #000;
    text-decoration: none;
    transition: color .3s, background-color .3s, border-color .3s
}

.usingMouse a:hover {
    color: #000;
    text-decoration: none
}

a:focus {
    outline: none
}

::-moz-selection {
    background: rgba(221,221,220,0.8);
    color: #000
}

::selection {
    background: rgba(221,221,220,0.8);
    color: #000
}

:focus {
    outline: none
}

p {
    margin: 0 0 20px 0;
    padding: 0
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.wysiwyg {
    font-family: "iA Writer Duospace",serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625em
}

.wysiwyg p {
    margin: 0 0 20px 0;
    padding: 0
}

.wysiwyg p:last-child {
    margin-bottom: 0
}

.wysiwyg ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0
}

.wysiwyg ul li {
    position: relative;
    list-style-type: none;
    padding: 0 0 0 40px;
    margin: 0;
    background: none
}

.wysiwyg ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 22px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #000
}

.wysiwyg ul li ul,.wysiwyg ul li ol {
    margin-top: 1em;
    margin-bottom: 1em
}

.wysiwyg ol {
    padding: 0;
    margin: 0 0 20px 0;
    list-style-type: none;
    counter-reset: ol-list
}

.wysiwyg ol li {
    counter-increment: ol-list;
    padding: 0 0 0 40px;
    margin: 0;
    background: none;
    position: relative
}

.wysiwyg ol li:before {
    content: counter(ol-list) ".";
    position: absolute;
    top: 2px;
    left: 20px;
    font-size: 14px;
    font-size: 1.4rem
}

.wysiwyg ol li ul,.wysiwyg ol li ol {
    margin-top: 1em;
    margin-bottom: 1em
}

.wysiwyg dl {
    padding: 0;
    margin: 0 0 1.5em 0;
    line-height: 1.6em
}

.wysiwyg dl dt {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 0.4em;
    font-weight: normal;
    color: #000
}

.wysiwyg dl dt:first-child {
    margin-top: 0
}

.wysiwyg dl dt.first-child {
    margin-top: 0
}

.wysiwyg dl dd {
    display: inline;
    vertical-align: bottom;
    white-space: pre-line;
    margin-left: 0.5em
}

.wysiwyg dl dd:after {
    content: "\A"
}

.wysiwyg strong {
    font-weight: 700
}

.wysiwyg ins {
    color: #000;
    text-decoration: none
}

.wysiwyg mark {
    color: #000;
    font-style: italic
}

.wysiwyg pre {
    margin-bottom: 1.5em
}

.wysiwyg blockquote {
    position: relative;
    padding: 0 0 0 20px;
    margin: 40px 0;
    max-width: 720px
}

.wysiwyg blockquote p {
    margin-bottom: 0
}

.wysiwyg blockquote:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #000
}

.wysiwyg blockquote cite {
    display: block;
    text-align: left;
    margin: 0.5em 0 0 0
}

.wysiwyg hr {
    border: none;
    border-top: rgba(0,0,0,0.3);
    margin: 20px 0
}

.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6 {
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px 0
}

.wysiwyg *+h2,.wysiwyg *+h3,.wysiwyg *+h4,.wysiwyg *+h5,.wysiwyg *+h6 {
    margin-top: 20px
}

.wysiwyg img,.wysiwyg img.alignnone,.wysiwyg img.alignright,.wysiwyg img.alignleft,.wysiwyg img.aligncenter {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px 0 20px 0;
    float: none
}

*+.wysiwyg img,*+.wysiwyg img.alignnone,*+.wysiwyg img.alignright,*+.wysiwyg img.alignleft,*+.wysiwyg img.aligncenter {
    margin-top: 20px
}

.wysiwyg .wp-caption,.wysiwyg .wp-caption.alignnone,.wysiwyg .wp-caption.alignright,.wysiwyg .wp-caption.alignleft,.wysiwyg .wp-caption.aligncenter {
    display: block;
    padding: 0;
    width: auto !important;
    border: none;
    border-radius: 0;
    margin: 20px 0 20px 0;
    text-align: left
}

.wysiwyg .wp-caption img,.wysiwyg .wp-caption.alignnone img,.wysiwyg .wp-caption.alignright img,.wysiwyg .wp-caption.alignleft img,.wysiwyg .wp-caption.aligncenter img {
    margin: 0
}

.wysiwyg .wp-caption a,.wysiwyg .wp-caption.alignnone a,.wysiwyg .wp-caption.alignright a,.wysiwyg .wp-caption.alignleft a,.wysiwyg .wp-caption.aligncenter a {
    display: block;
    border: 0 !important
}

*+.wysiwyg .wp-caption,*+.wysiwyg .wp-caption.alignnone,*+.wysiwyg .wp-caption.alignright,*+.wysiwyg .wp-caption.alignleft,*+.wysiwyg .wp-caption.aligncenter {
    margin-top: 20px
}

.wysiwyg .wp-caption .wp-caption-text,.wysiwyg .wp-caption .wp-caption-dd,.wysiwyg .wp-caption.alignnone .wp-caption-text,.wysiwyg .wp-caption.alignnone .wp-caption-dd,.wysiwyg .wp-caption.alignright .wp-caption-text,.wysiwyg .wp-caption.alignright .wp-caption-dd,.wysiwyg .wp-caption.alignleft .wp-caption-text,.wysiwyg .wp-caption.alignleft .wp-caption-dd,.wysiwyg .wp-caption.aligncenter .wp-caption-text,.wysiwyg .wp-caption.aligncenter .wp-caption-dd {
    position: relative;
    padding: 15px 0;
    margin: 0
}

.wysiwyg .wp-caption.alignleft,.wysiwyg img.alignleft {
    float: left;
    margin-right: 20px
}

.wysiwyg .wp-caption.alignright,.wysiwyg img.alignright {
    float: right;
    margin-left: 20px
}

.wysiwyg .wp-caption.aligncenter,.wysiwyg img.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wysiwyg .gallery,.wysiwyg .gallery.gallery-columns-2,.wysiwyg .gallery.gallery-columns-3,.wysiwyg .gallery.gallery-columns-4,.wysiwyg .gallery.gallery-columns-5,.wysiwyg .gallery.gallery-columns-6 {
    display: block;
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0 -15px 0
}

.wysiwyg .gallery:after,.wysiwyg .gallery.gallery-columns-2:after,.wysiwyg .gallery.gallery-columns-3:after,.wysiwyg .gallery.gallery-columns-4:after,.wysiwyg .gallery.gallery-columns-5:after,.wysiwyg .gallery.gallery-columns-6:after {
    content: "";
    display: table;
    clear: both
}

*+.wysiwyg .gallery,*+.wysiwyg .gallery.gallery-columns-2,*+.wysiwyg .gallery.gallery-columns-3,*+.wysiwyg .gallery.gallery-columns-4,*+.wysiwyg .gallery.gallery-columns-5,*+.wysiwyg .gallery.gallery-columns-6 {
    margin-top: 20px
}

.wysiwyg .gallery>br,.wysiwyg .gallery.gallery-columns-2>br,.wysiwyg .gallery.gallery-columns-3>br,.wysiwyg .gallery.gallery-columns-4>br,.wysiwyg .gallery.gallery-columns-5>br,.wysiwyg .gallery.gallery-columns-6>br {
    display: block;
    height: 1px
}

.wysiwyg .gallery .gallery-item,.wysiwyg .gallery.gallery-columns-2 .gallery-item,.wysiwyg .gallery.gallery-columns-3 .gallery-item,.wysiwyg .gallery.gallery-columns-4 .gallery-item,.wysiwyg .gallery.gallery-columns-5 .gallery-item,.wysiwyg .gallery.gallery-columns-6 .gallery-item {
    width: 33.33333%;
    margin: 0 0 30px 0;
    float: left;
    padding: 0 15px
}

.wysiwyg .gallery .gallery-item:nth-child(3n+1),.wysiwyg .gallery.gallery-columns-2 .gallery-item:nth-child(3n+1),.wysiwyg .gallery.gallery-columns-3 .gallery-item:nth-child(3n+1),.wysiwyg .gallery.gallery-columns-4 .gallery-item:nth-child(3n+1),.wysiwyg .gallery.gallery-columns-5 .gallery-item:nth-child(3n+1),.wysiwyg .gallery.gallery-columns-6 .gallery-item:nth-child(3n+1) {
    clear: left
}

.wysiwyg .gallery .gallery-item .gallery-icon,.wysiwyg .gallery.gallery-columns-2 .gallery-item .gallery-icon,.wysiwyg .gallery.gallery-columns-3 .gallery-item .gallery-icon,.wysiwyg .gallery.gallery-columns-4 .gallery-item .gallery-icon,.wysiwyg .gallery.gallery-columns-5 .gallery-item .gallery-icon,.wysiwyg .gallery.gallery-columns-6 .gallery-item .gallery-icon {
    position: relative;
    height: 0;
    padding: 75% 0 0 0;
    overflow: hidden
}

.wysiwyg .gallery .gallery-item .gallery-icon a,.wysiwyg .gallery.gallery-columns-2 .gallery-item .gallery-icon a,.wysiwyg .gallery.gallery-columns-3 .gallery-item .gallery-icon a,.wysiwyg .gallery.gallery-columns-4 .gallery-item .gallery-icon a,.wysiwyg .gallery.gallery-columns-5 .gallery-item .gallery-icon a,.wysiwyg .gallery.gallery-columns-6 .gallery-item .gallery-icon a {
    display: block;
    border: 0 !important
}

.wysiwyg .gallery .gallery-item .gallery-icon img,.wysiwyg .gallery.gallery-columns-2 .gallery-item .gallery-icon img,.wysiwyg .gallery.gallery-columns-3 .gallery-item .gallery-icon img,.wysiwyg .gallery.gallery-columns-4 .gallery-item .gallery-icon img,.wysiwyg .gallery.gallery-columns-5 .gallery-item .gallery-icon img,.wysiwyg .gallery.gallery-columns-6 .gallery-item .gallery-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center center
}

.wysiwyg .gallery .gallery-item .wp-caption-text.gallery-caption,.wysiwyg .gallery.gallery-columns-2 .gallery-item .wp-caption-text.gallery-caption,.wysiwyg .gallery.gallery-columns-3 .gallery-item .wp-caption-text.gallery-caption,.wysiwyg .gallery.gallery-columns-4 .gallery-item .wp-caption-text.gallery-caption,.wysiwyg .gallery.gallery-columns-5 .gallery-item .wp-caption-text.gallery-caption,.wysiwyg .gallery.gallery-columns-6 .gallery-item .wp-caption-text.gallery-caption {
    position: relative;
    padding: 15px 0;
    margin: 0
}

.isIE .wysiwyg .gallery .gallery-item .gallery-icon,.isEdge .wysiwyg .gallery .gallery-item .gallery-icon,.isIE .wysiwyg .gallery.gallery-columns-2 .gallery-item .gallery-icon,.isEdge .wysiwyg .gallery.gallery-columns-2 .gallery-item .gallery-icon,.isIE .wysiwyg .gallery.gallery-columns-3 .gallery-item .gallery-icon,.isEdge .wysiwyg .gallery.gallery-columns-3 .gallery-item .gallery-icon,.isIE .wysiwyg .gallery.gallery-columns-4 .gallery-item .gallery-icon,.isEdge .wysiwyg .gallery.gallery-columns-4 .gallery-item .gallery-icon,.isIE .wysiwyg .gallery.gallery-columns-5 .gallery-item .gallery-icon,.isEdge .wysiwyg .gallery.gallery-columns-5 .gallery-item .gallery-icon,.isIE .wysiwyg .gallery.gallery-columns-6 .gallery-item .gallery-icon,.isEdge .wysiwyg .gallery.gallery-columns-6 .gallery-item .gallery-icon {
    padding: 0;
    height: auto
}

.isIE .wysiwyg .gallery .gallery-item .gallery-icon img,.isEdge .wysiwyg .gallery .gallery-item .gallery-icon img,.isIE .wysiwyg .gallery.gallery-columns-2 .gallery-item .gallery-icon img,.isEdge .wysiwyg .gallery.gallery-columns-2 .gallery-item .gallery-icon img,.isIE .wysiwyg .gallery.gallery-columns-3 .gallery-item .gallery-icon img,.isEdge .wysiwyg .gallery.gallery-columns-3 .gallery-item .gallery-icon img,.isIE .wysiwyg .gallery.gallery-columns-4 .gallery-item .gallery-icon img,.isEdge .wysiwyg .gallery.gallery-columns-4 .gallery-item .gallery-icon img,.isIE .wysiwyg .gallery.gallery-columns-5 .gallery-item .gallery-icon img,.isEdge .wysiwyg .gallery.gallery-columns-5 .gallery-item .gallery-icon img,.isIE .wysiwyg .gallery.gallery-columns-6 .gallery-item .gallery-icon img,.isEdge .wysiwyg .gallery.gallery-columns-6 .gallery-item .gallery-icon img {
    position: relative;
    height: auto
}

@media screen and (max-width: 629px) {
    .wysiwyg .gallery .gallery-item,.wysiwyg .gallery.gallery-columns-2 .gallery-item,.wysiwyg .gallery.gallery-columns-3 .gallery-item,.wysiwyg .gallery.gallery-columns-4 .gallery-item,.wysiwyg .gallery.gallery-columns-5 .gallery-item,.wysiwyg .gallery.gallery-columns-6 .gallery-item {
        width:50%
    }

    .wysiwyg .gallery .gallery-item:nth-child(2n+1),.wysiwyg .gallery.gallery-columns-2 .gallery-item:nth-child(2n+1),.wysiwyg .gallery.gallery-columns-3 .gallery-item:nth-child(2n+1),.wysiwyg .gallery.gallery-columns-4 .gallery-item:nth-child(2n+1),.wysiwyg .gallery.gallery-columns-5 .gallery-item:nth-child(2n+1),.wysiwyg .gallery.gallery-columns-6 .gallery-item:nth-child(2n+1) {
        clear: left
    }

    .wysiwyg .gallery .gallery-item:nth-child(3n+1),.wysiwyg .gallery.gallery-columns-2 .gallery-item:nth-child(3n+1),.wysiwyg .gallery.gallery-columns-3 .gallery-item:nth-child(3n+1),.wysiwyg .gallery.gallery-columns-4 .gallery-item:nth-child(3n+1),.wysiwyg .gallery.gallery-columns-5 .gallery-item:nth-child(3n+1),.wysiwyg .gallery.gallery-columns-6 .gallery-item:nth-child(3n+1) {
        clear: none
    }
}

.wysiwyg .embed-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 20px 0
}

.wysiwyg .embed-container iframe,.wysiwyg .embed-container object,.wysiwyg .embed-container embed {
    max-width: none !important
}

.wysiwyg .embed-container.embed-container-video {
    padding-bottom: 56.25%;
    height: 0
}

.wysiwyg .embed-container.embed-container-video iframe,.wysiwyg .embed-container.embed-container-video object,.wysiwyg .embed-container.embed-container-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wysiwyg .embed-container.embed-container-spotify {
    height: 300px;
    padding-bottom: 0
}

.wysiwyg .embed-container,.wysiwyg .fb-post {
    max-width: 100%;
    overflow: hidden
}

.wysiwyg .twitter-tweet {
    margin-bottom: 20px !important
}

.wysiwyg .instagram-media {
    max-width: none !important;
    width: 100% !important
}

.wysiwyg table th,.wysiwyg table td {
    border-bottom: 1px solid #DDDDDC;
    padding: 12px
}

.wysiwyg table th:first-child,.wysiwyg table td:first-child {
    padding-left: 0
}

.wysiwyg table th {
    font-weight: 600
}

.button {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
    border: 0;
    display: inline-block;
    border-radius: 0;
    position: relative;
    background: transparent;
    transition-property: color, background-color, border-color, box-shadow, opacity, height;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.24, 0.72, 0.35, 1.01);
    font-family: "Canela Web",sans-serif;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.1em;
    font-weight: 400;
    color: #000;
    text-transform: uppercase
}

@media (max-width: 759px) {
    .button {
        font-size:36px;
        font-size: 3.6rem;
        line-height: 1.1111111111em
    }
}

.button::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    transition: width 0s ease, background .5s ease
}

.button::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #212121;
    transition: width .5s ease
}

.button:hover::before {
    width: 100%;
    background: #212121;
    transition: width .5s ease
}

.button:hover::after {
    width: 100%;
    background: transparent;
    transition: all 0s ease
}

.button_1 {
    font-size: 36px;
    font-size: 3.6rem;
    text-transform: lowercase;
    line-height: 1em
}

.button_bars {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
    border: 0;
    display: inline-block;
    border-radius: 0;
    position: relative;
    background: transparent;
    transition-property: color, background-color, border-color, box-shadow, opacity, height;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.24, 0.72, 0.35, 1.01);
    width: 42px;
    height: 34px
}

.button_bars .bars {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 34px
}

.button_bars .bars .bar {
    display: block;
    width: 42px;
    height: 3px;
    background: #212121;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition-property: margin, transform, opacity;
    transition-duration: .2s;
    transition-delay: .2s, 0s, 0s;
    transition-timing-function: ease;
    opacity: 1
}

.button_bars .bars .bar:first-child {
    margin-top: -15px
}

.button_bars .bars .bar:last-child {
    margin-top: 15px
}

.usingMouse .button_bars:hover .bars .bar {
    opacity: 0;
    transition-delay: 0s, .2s, .2s
}

.usingMouse .button_bars:hover .bars .bar:first-child {
    margin-top: 0;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(90deg)
}

.usingMouse .button_bars:hover .bars .bar:last-child {
    margin-top: 0;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(180deg)
}

.visibleMenu .button_bars .bars .bar,.usingMouse .visibleMenu .button_bars:hover .bars .bar {
    opacity: 0;
    transition-delay: 0s, .2s, .2s
}

.visibleMenu .button_bars .bars .bar:first-child,.usingMouse .visibleMenu .button_bars:hover .bars .bar:first-child {
    margin-top: 0;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.visibleMenu .button_bars .bars .bar:last-child,.usingMouse .visibleMenu .button_bars:hover .bars .bar:last-child {
    margin-top: 0;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg)
}

.title {
    font-family: "Canela Web",sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.1111111111em;
    margin: 0;
    text-transform: uppercase
}

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

.list_1 li {
    padding: 0;
    margin: 0
}

.list_2 {
    display: flex;
    justify-content: center;
    align-items: baseline
}

.list_2 li {
    font-family: "iA Writer Duospace",serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    text-transform: lowercase;
    width: 100%
}

.list_2 li:last-child {
    text-align: right
}

.list_2 li:first-child {
    text-align: left
}

.list_2 li:first-child:last-child {
    text-align: center
}

@media (max-width: 759px) {
    .contact-email .button_1 {
        font-size:22px;
        font-size: 2.2rem
    }
}

.address {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.1428571429em
}

@media (max-width: 759px) {
    .address {
        font-size:18px;
        font-size: 1.8rem;
        line-height: 1.2777777778em
    }
}

.footer-navigation,.credits {
    font-family: "iA Writer Duospace",serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2857142857em;
    letter-spacing: 0
}

.footer-navigation ul,.footer-navigation ol,.credits ul,.credits ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.footer-navigation ul li,.footer-navigation ol li,.credits ul li,.credits ol li {
    padding: 0 40px 0 0
}

@media (max-width: 759px) {
    .footer-navigation ul li,.footer-navigation ol li,.credits ul li,.credits ol li {
        padding-right:0;
        width: 100%
    }
}

.slick-initialized .slick-slide {
    transition-duration: 0s !important
}

#fp-nav ul li a span,.fp-slidesNav ul li a span {
    opacity: .5
}

#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span {
    opacity: 1
}

#lang-selector {
    position: absolute;
    z-index: 1000;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "iA Writer Duospace",serif;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.24, 0.72, 0.35, 1.01)
}

.showLangSelector #lang-selector {
    opacity: 1
}

@media (max-width: 629px) {
    #lang-selector {
        opacity:0 !important
    }
}

#lang-selector div,#lang-selector ul,#lang-selector ol {
    padding: 0;
    margin: 0
}

#lang-selector ul li {
    position: relative;
    padding: 0 4px;
    margin: 0
}

#lang-selector ul li::before {
    content: '•';
    position: absolute;
    bottom: -5px;
    left: -5px
}

#lang-selector ul li:first-child::before {
    content: none
}

html {
    position: relative;
    font-size: 62.5%
}

body {
    position: relative;
    z-index: 100;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-variant-ligatures: common-ligatures;
    margin: 0;
    padding: 0;
    font-family: "Canela Web",sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.364em
}

.htmlReady body {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.container {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 100%;
    position: relative
}

@media (max-width: 329px) {
    .container {
        padding-left:15px;
        padding-right: 15px
    }
}

#cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 390px;
    max-width: 100%;
    z-index: 1000;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    transform: translateY(150%);
    transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    background: rgba(243,242,241,0.905);
    font-size: 0.8em
}

#cookies .cookies-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#cookies .cookies-content {
    padding: 30px 20px 30px 0
}

#cookies .cookies-content p {
    padding: 0;
    margin: 0 0 20px 0
}

#cookies .cookies-content p a {
    text-decoration: underline
}

#cookies .button {
    margin: 0;
    font-size: 32px;
    font-size: 3.2rem
}

.cookiesVisible #cookies {
    transform: translateY(0)
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3000;
    pointer-events: auto;
    opacity: 1;
    transition: opacity 2s linear;
    background: #2e3192
}

#loading::before {
    content: '';
    display: block;
    width: 520px;
    height: 380px;
    background: url(../gfx/loader.svg) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#loading {
    animation: hideLoader 0s 2.5s forwards;
}

@keyframes hideLoader {
    to {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

.htmlReady #loading {
    pointer-events: none;
    opacity: 0
}

#rotation {
    display: none;
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3000;
    background: #BE4824;
    font-family: "Canela Web",sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3333333333em;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center
}

@media screen and (max-width: 759px) and (orientation: landscape) {
    #rotation {
        display:flex;
        justify-content: center;
        align-items: center;
        pointer-events: auto
    }
}

@media screen and (max-width: 629px) {
    #cookies {
        width:100%
    }

    #cookies .cookies-inner {
        display: block
    }

    #cookies .cookies-inner .button {
        margin-bottom: 30px
    }
}

#header {
    position: relative;
    z-index: 500;
    height: 160px;
    padding: 0;
    margin-bottom: 80px
}

#header .button_booking {
    display: none
}

#header .button_goback {
    display: inline-block
}

.page-template-page-home #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
    width: 100%;
    margin-bottom: 0
}

.page-template-page-home #header .button_booking {
    display: inline-block
}

.page-template-page-home #header .button_goback {
    display: none
}

#bottom-header {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 500;
    padding: 0;
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.24, 0.72, 0.35, 1.01)
}

.hidePartialUI #bottom-header {
    opacity: 0
}

.page-template-page-home #bottom-header {
    display: block
}

.site-branding-logo a {
    display: block
}

.header-inner {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width: 329px) {
    .header-inner {
        padding-top:15px;
        padding-bottom: 15px
    }
}

.header-navigation-button {
    display: none
}

.header-button {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.24, 0.72, 0.35, 1.01)
}

.hidePartialUI .header-button {
    opacity: 0
}

#menu-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

#menu-layer .menu-layer-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

#menu-layer .menu-inner {
    padding: 35px 30px 35px 0;
    margin-right: -30px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
    max-height: calc(100vh - 65px)
}

@media (max-width: 329px) {
    #menu-layer .menu-inner {
        padding:35px 15px 35px 0;
        margin-right: -15px
    }
}

#menu-layer .menu-button {
    position: absolute;
    z-index: 100;
    top: 35px;
    right: 30px
}

@media (max-width: 329px) {
    #menu-layer .menu-button {
        top:35px;
        right: 15px
    }
}

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

#menu-layer .menu-list .button {
    white-space: normal
}

#menu-layer .menu-list .button br {
    display: none
}

#menu-layer .menu-list li {
    padding: 0;
    margin: 0;
    line-height: 1.9090909091em
}

#menu-layer .menu-list li.menu-list-item_1 {
    padding-bottom: 40px
}

#menu-layer .menu-list li.menu-list-item_2+.menu-list-item:not(.menu-list-item_2) {
    padding-top: 40px
}

#menu-layer .menu-list li:first-child {
    padding-right: 40px
}

#menu-layer .menu-footer {
    position: fixed;
    padding-bottom: 35px;
    bottom: 0;
    background: #fff;
    left: 0;
    width: 100%
}

@media (max-width: 329px) {
    #menu-layer .menu-footer {
        padding-bottom:15px
    }
}

#menu-layer .menu-footer::after {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 10;
    opacity: 1;
    transition: opacity .3s linear;
    background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%)
}

#menu-layer .menu-layer-inner {
    opacity: 1;
    transform: translate3d(100vw, 0px, 10px);
    transition-property: transform, opacity;
    transition-duration: .3s;
    transition-delay: .3s;
    transition-timing-function: cubic-bezier(0.24, 0.72, 0.35, 1.01)
}

#menu-layer .menu {
    opacity: 0;
    transform: perspective(100px) translate3d(0, 10px, -1px);
    transition-property: transform, opacity;
    transition-duration: .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.24, 0.72, 0.35, 1.01)
}

.visibleMenu #menu-layer .menu-layer-inner {
    pointer-events: all;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-delay: 0s
}

.visibleMenu #menu-layer .menu {
    opacity: 1;
    transform: perspective(100px) translate3d(0, 0, 0);
    transition-delay: .3s
}

@media (max-width: 759px) {
    #header {
        height:150px;
        pointer-events: none
    }

    #header .site-branding {
        visibility: visible
    }

    .header-button {
        display: none
    }

    .header-navigation-button {
        display: block;
        pointer-events: all
    }

    #bottom-header {
        display: none
    }
}

.module-inner {
    padding: 35px 0
}

@media (max-width: 329px) {
    .module-inner {
        padding-top:35px;
        padding-bottom: 35px
    }
}

.module_page .container {
    max-width: 940px
}

.module_page .entry-title {
    font-family: "iA Writer Duospace",serif;
    font-weight: 400;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.625em;
    margin: 0 0 30px 0
}

.module_content .inner-logo {
    display: none;
    margin-top: -5px;
    width: 175px
}

.module_content .inner-logo img {
    width: 100%;
    height: auto
}

.module_content .module-inner {
    display: flex;
    flex-direction: column;
    padding: 0;
    min-height: 100%
}

.module_content-slider {
    order: 0;
    padding: 0 150px
}

.module_content .module-header,.module_content .module-header-aux {
    order: 1;
    width: 350px;
    max-width: 100%;
    position: relative;
    z-index: 20
}

.module_content .module-header-inner,.module_content .module-header-aux-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 140px;
    padding: 35px 0
}

@media (max-width: 329px) {
    .module_content .module-header-inner,.module_content .module-header-aux-inner {
        padding-top:35px;
        padding-bottom: 35px
    }
}

.module_content .module-header-inner .title,.module_content .module-header-aux-inner .title {
    order: 1
}

.module_content .module-header-aux {
    display: none
}

.module_content .module-footer {
    order: 1;
    width: 100%;
    position: relative;
    z-index: 10;
    margin-top: -140px
}

.module_content .module-footer-link_1 {
    margin: 0 auto
}

.module_content .module-footer-link_2 {
    margin: 0 0 0 auto
}

.module_content .module-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 140px;
    padding: 35px 0
}

@media (max-width: 329px) {
    .module_content .module-footer-inner {
        padding-top:35px;
        padding-bottom: 35px
    }
}

.module_content_main {
    background: #DDDDDC
}

.module_content_main .slide-inner {
    background: #DDDDDC
}

.module_content_main .title {
    text-transform: none
}

.module_content_press {
    background: #DDDDDC
}

.module_content_press .slide-inner {
    background: #DDDDDC
}

.module_content_content1 {
    background: #2e3192
}

.module_content_content1 .slide-inner {
    background: #2e3192
}

.module_content_content2 {
    background: #0B8457
}

.module_content_content2 .slide-inner {
    background: #0B8457
}

.module_content_room {
    background: #F3F2F1
}

.module_content_room .slide-inner {
    background: #F3F2F1
}

.module_content_room-number {
    order: 0;
    position: absolute;
    top: -50vh;
    top: calc(-50vh + 125px);
    left: 30px;
    font-family: "Canela Web",sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.1111111111em;
    margin: 0;
    text-transform: uppercase
}

.module_content_press .press-logo {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, 0)
}

@media (max-width: 329px) {
    .module_content_press .press-logo {
        top:35px
    }
}

.module_footer-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 100vh;
    padding-top: 35px;
    padding-bottom: 35px
}

@media (max-width: 329px) {
    .module_footer-grid {
        padding-top:35px;
        padding-bottom: 35px
    }
}

.module_footer-grid-item {
    width: 50%
}

.module_footer-grid-item_aux {
    width: 100%;
    height: calc(50vh - 70px);
    min-height: 160px
}

.module_footer-grid-item_1 {
    order: 0;
    padding-bottom: 30px;
    align-self: flex-start
}

.module_footer-grid-item_2 {
    order: 1;
    padding-bottom: 30px;
    align-self: flex-start;
    padding-right: 140px
}

.module_footer-grid-item_2 .address {
    padding-top: 60px
}

.module_footer-grid-item_3 {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: 140px;
    min-height: 120px
}

.module_footer-grid-item_3 .footer-navigation {
    margin-top: 20px
}

.module_footer-grid-item_4 {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 120px
}

.module_footer-grid-item_5 {
    display: none
}

.module_content-slider {
    height: calc(100vh - 140px);
    position: relative
}

.module_content-slider:last-child {
    padding-bottom: 35px
}

@media (max-width: 329px) {
    .module_content-slider:last-child {
        padding-bottom:35px
    }
}

.module_content-slider-slide {
    height: calc(100vh - 140px)
}

.slider .slide-inner {
    padding-top: 160px;
    padding: 160px 80px 0;
    height: 100%
}

.slider-image {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.slider-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block
}

.slider-image.compat-object-fit {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.slider-image.compat-object-fit img {
    display: none
}

.slider-image img {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.24, 0.72, 0.35, 1.01)
}

.slider-image .slider-image-background {
    width: 100%;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.24, 0.72, 0.35, 1.01)
}

.slick-cloned .slider-image .slider-image-background {
    opacity: 0 !important
}

.slider-image.loaded img {
    opacity: 1
}

.slider-image.loaded .slider-image-background {
    opacity: 0
}

.slider-counter {
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: 0;
    padding-top: 8px
}

.slider-navigation {
    position: absolute;
    top: 50%;
    top: calc(50% + 80px);
    left: 150px;
    right: 150px
}

.slider-navigation .slider-arrow {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
    border: 0;
    display: inline-block;
    border-radius: 0;
    position: relative;
    background: transparent;
    transition-property: color, background-color, border-color, box-shadow, opacity, height;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.24, 0.72, 0.35, 1.01);
    position: absolute;
    top: 0;
    transform: translate(0, -50%)
}

.slider-navigation .slider-arrow.slick-hidden {
    display: none
}

.slider-navigation .slider-arrow span {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.slider-navigation .slider-arrow::before {
    font-family: 'buenavistaicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px
}

.slider-navigation .slider-arrow-prev {
    left: 0
}

.slider-navigation .slider-arrow-prev::before {
    content: ""
}

.slider-navigation .slider-arrow-next {
    right: 0
}

.slider-navigation .slider-arrow-next::before {
    content: ""
}

.slider .slide_text .slide-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.slider .slide_text .slide-content {
    max-height: 100%
}

.slider .slide_text .slide-content.scrollable {
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: -20px;
    padding-right: 20px
}

.slider .slide_text .slide-content.scrollable::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important
}

.slider .slide_text .slide-content.scrollable::-webkit-scrollbar-thumb {
    background-color: #212121;
    border-radius: 20px
}

.slider .slide_text .slide-content.scrollable::-webkit-scrollbar-track {
    background-color: rgba(243,242,241,0.2);
    border-radius: 20px
}

.slider .slide_text .slide-content.scrollable::before,.slider .slide_text .slide-content.scrollable::after {
    content: '';
    display: block;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 10;
    opacity: 1;
    transition: opacity .3s linear;
    background: linear-gradient(to bottom, #f3f2f1 0%, rgba(243,242,241,0) 100%)
}

.module_content_main .slider .slide_text .slide-content.scrollable::before,.module_content_press .slider .slide_text .slide-content.scrollable::before,.module_content_main .slider .slide_text .slide-content.scrollable::after,.module_content_press .slider .slide_text .slide-content.scrollable::after {
    background: linear-gradient(to bottom, #dddddc 0%, rgba(221,221,220,0) 100%)
}

.module_content_content1 .slider .slide_text .slide-content.scrollable::before,.module_content_content1 .slider .slide_text .slide-content.scrollable::after {
    background: linear-gradient(to bottom, #bd4823 0%, rgba(189,72,35,0) 100%)
}

.module_content_content2 .slider .slide_text .slide-content.scrollable::before,.module_content_content2 .slider .slide_text .slide-content.scrollable::after {
    background: linear-gradient(to bottom, #0b8457 0%, rgba(11,132,87,0) 100%)
}

.module_content_room .slider .slide_text .slide-content.scrollable::before,.module_content_room .slider .slide_text .slide-content.scrollable::after {
    background: linear-gradient(to bottom, #f3f2f1 0%, rgba(243,242,241,0) 100%)
}

.slider .slide_text .slide-content.scrollable::after {
    top: auto;
    bottom: 0;
    transform: rotate(180deg)
}

.slider .slide_text .slide-content.scrollable.scrolled--totop::before {
    opacity: 0
}

.slider .slide_text .slide-content.scrollable.scrolled--tobottom::after {
    opacity: 0
}

.slider .slide_text .slide-content-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.slider .slide_text .slider-content-col {
    margin: 2px 0
}

.slider .slide_text .slide-columns_1,.slider .slide_text .slide-columns_1 .wysiwyg {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.1388888889em;
    font-family: "Canela Web",sans-serif
}

.slider .slide_text .slide-columns_2 {
    margin: 0;
    margin-left: -10px;
    margin-right: -10px
}

.slider .slide_text .slide-columns_2 .slider-content-col {
    width: 50%;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 1179px) {
    .module_content-slider {
        padding-left:200px;
        padding-right: 200px
    }

    .slider-navigation {
        left: 200px;
        right: 200px
    }

    .slider .slide-inner {
        padding-top: 190px
    }
}

@media (max-width: 1100px) {
    .module_content-slider {
        padding-left:100px;
        padding-right: 100px
    }

    .slider-navigation {
        left: 100px;
        right: 100px
    }
}

@media (max-width: 759px) {
    .module-footer-link_2 {
        display:none
    }

    .module_content .module-header {
        order: 0;
        height: 150px;
        width: 100%
    }

    .module_content .module-header-inner {
        min-height: 0;
        justify-content: flex-start;
        padding-right: 35px
    }

    .module_content .module-footer {
        margin-top: 0
    }

    .module_content-slider {
        padding-left: 0;
        padding-right: 0;
        height: calc(100vh - 150px);
        min-height: 300px;
        margin-top: -150px
    }

    .module_content_main .inner-logo {
        display: block
    }

    .module_content_main .module-header {
        order: 1;
        margin-top: auto;
        max-width: 360px
    }

    .module_content_main .module-header-aux {
        order: 0;
        display: block
    }

    .module_content_main .module-footer {
        display: none
    }

    .module_content_press .module-header {
        display: none
    }

    .module_content_press .module_content-slider {
        margin-top: 0
    }

    .module_content_room-number {
        display: none
    }

    .module_footer-grid-item {
        width: 100%
    }

    .module_footer-grid-item_aux {
        height: 0px;
        min-height: 0px;
        display: none
    }

    .module_footer-grid-item_1 {
        order: 0;
        padding-bottom: 30px
    }

    .module_footer-grid-item_2 {
        order: 1;
        padding-bottom: 30px
    }

    .module_footer-grid-item_2 .contact-email {
        display: none
    }

    .module_footer-grid-item_2 .address {
        padding-top: 0
    }

    .module_footer-grid-item_3 {
        order: 2;
        display: block;
        padding-bottom: 30px;
        min-height: 0px
    }

    .module_footer-grid-item_4 {
        order: 3;
        display: block;
        padding-bottom: 30px;
        min-height: 0px
    }

    .module_footer-grid-item_5 {
        display: block;
        order: 4
    }

    .slider-navigation {
        display: none
    }

    .slider .slide-inner {
        padding-top: 150px;
        padding-left: 0;
        padding-right: 0
    }

    .slider-counter {
        text-align: center;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 759px) and (max-width: 329px) {
    .slider-counter {
        padding-left:15px;
        padding-right: 15px
    }
}

@media (max-width: 759px) {
    .slider .slide_text .slide-content {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (max-width: 759px) and (max-width: 329px) {
    .slider .slide_text .slide-content {
        padding-left:15px;
        padding-right: 15px
    }
}

@media (max-width: 759px) {
    .slider .slide_text .slide-content-inner {
        flex-wrap:wrap
    }

    .slider .slide_text .slide-columns_1,.slider .slide_text .slide-columns_2 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.0714285714em;
        margin: 0
    }

    .slider .slide_text .slide-columns_1 .slider-content-col,.slider .slide_text .slide-columns_2 .slider-content-col {
        width: 100%;
        min-width: 100%;
        padding: 0
    }

    .slider .slide_text .slide-columns_1 .slider-content-col:first-child,.slider .slide_text .slide-columns_2 .slider-content-col:first-child {
        margin-bottom: 20px
    }
}

@media (max-width: 759px) {
    .module_content-slider {
        height:auto
    }

    .module_content-slider-slide.slide_text {
        height: auto
    }

    .slider .slide-inner {
        padding-top: 150px
    }

    .slider .slide_text .slide-content {
        overflow: visible
    }
}

@media (max-width: 329px) {
    .module_content .module-header-inner,.module_content .module-header-aux-inner {
        padding-top:15px;
        padding-bottom: 15px
    }

    .module_footer-grid {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

#header .site-branding-logo img {
    width: 150px !important;
    height: auto !important;
    display: block !important;
}

html:not(.htmlReady) #fullpage .module {
    height: 100vh !important;
}

/*# sourceMappingURL=style.css.map */
