@charset "utf-8";

@font-face {
    font-family: "TT Commons";
    src: url("https://fincasuarez.com.ar/css/fonts/TTCommons-Light.woff2") format("woff2"),
        url("https://fincasuarez.com.ar/css/fonts/TTCommons-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "TT Commons";
    src: url("https://fincasuarez.com.ar/css/fonts/TTCommons-Regular.woff2") format("woff2"),
        url("https://fincasuarez.com.ar/css/fonts/TTCommons-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "TT Commons";
    src: url("https://fincasuarez.com.ar/css/fonts/TTCommons-Medium.woff2") format("woff2"),
        url("https://fincasuarez.com.ar/css/fonts/TTCommons-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "TT Commons";
    src: url("https://fincasuarez.com.ar/css/fonts/TTCommons-DemiBold.woff2") format("woff2"),
        url("https://fincasuarez.com.ar/css/fonts/TTCommons-DemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "TT Commons";
    src: url("https://fincasuarez.com.ar/css/fonts/TTCommons-Bold.woff2") format("woff2"),
        url("https://fincasuarez.com.ar/css/fonts/TTCommons-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Gopher";
    src: url("https://fincasuarez.com.ar/css/fonts/Gopher-Regular.woff2") format("woff2"),
        url("https://fincasuarez.com.ar/css/fonts/Gopher-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Gopher";
    src: url("https://fincasuarez.com.ar/css/fonts/Gopher-Medium.woff2") format("woff2"),
        url("https://fincasuarez.com.ar/css/fonts/Gopher-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    vertical-align: baseline;
}

html {
    height: 100%;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    height: 100%;
    background-color: #ECE9E1;
    color: #211D21;
    font-family: "TT Commons", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    cursor: default;
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    outline: none;
    background: none;
}

div:focus,
span:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
    background-image: none;
}

div,
span,
a,
input,
textarea,
select,
button {
    -webkit-tap-highlight-color: transparent;
}

div::-moz-focus-inner,
span::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
select::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
form {
    display: block;
}

.touch {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.allowselect {
    -webkit-touch-callout: auto;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
}

main {
    position: relative;
    background-color: #ECE9E1;
    z-index: 1;
}

/* BAR */

.bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.bar-glass {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    overflow: hidden;
    transition: 0.25s;
}

.bar-glass-alt {
    background: rgba(255, 255, 255, 0.7);
}

.bar-compact .bar-glass {
    background: rgba(255, 255, 255, 0.25);
}

.bar-glass-texture {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='10' numOctaves='5' seed='7'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    background-size: 180px 180px;
    mix-blend-mode: overlay;
    pointer-events: none;
    opacity: 0.3;
}

.bar-glass-light {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 35%);
    pointer-events: none;
}

.bar-layout {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    padding-left: 48px;
    padding-right: 48px;
}

.bar-brand {
    display: flex;
    justify-content: center;
    padding-top: 34px;
    padding-bottom: 35px;
    transition: 0.25s;
}

.bar-compact .bar-brand {
    padding-top: 22px;
    padding-bottom: 23px;
}

.bar-brand a {
    display: block;
}

.bar-brand img {
    width: auto;
    height: 27px;
    transition: 0.25s;
}

.bar-compact .bar-brand img {
    height: 23px;
}

.bar-buttons {
    display: flex;
    align-items: center;
    column-gap: 36px;
}

.bar-buttons-left {
    justify-content: flex-start;
}

.bar-buttons-right {
    justify-content: flex-end;
}

.bar-langs {
    display: flex;
    column-gap: 16px;
}

.bar-langs-alt {
    display: flex;
    column-gap: 16px;
    justify-content: center;
}

.bar-button {
    padding-top: 4px;
    color: #211D21;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    white-space: nowrap;
    transition: 0.35s;
}

.bar-button:hover {
    opacity: 0.4;
}

.touch .bar-button:hover {
    opacity: 1;
}

.bar-button:active,
.touch .bar-button:active {
    opacity: 0.4;
}

.bar-button-on {
    font-weight: 600;
}

.bar-button-on:hover {
    opacity: 1;
}

.touch .bar-button-on:hover {
    opacity: 1;
}

.bar-button-on:active,
.touch .bar-button-on:active {
    opacity: 1;
}

.bar-button-social {
    padding-top: 0px;
}

.bar-button-social-alt {
    display: none;
}

.bar-menu {
    display: none;
}

.bar-menu-button {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
    transform: translateX(8px);
    transition: 0.35s;
}

.bar-menu-line {
    width: 100%;
    height: 2px;
    border-radius: 24px;
    background-color: #211D21;
}

.bar-menu-button:hover {
    opacity: 0.4;
}

.touch .bar-menu-button:hover {
    opacity: 1;
}

.bar-menu-button:active,
.touch .bar-menu-button:active {
    opacity: 0.4;
}

.bar-fix {
    height: 96px;
}

/* PANEL */

.panel {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 540px;
    height: 100%;
    background-color: #ECE9E1;
    animation: panel-anima 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    overflow: auto;
    z-index: 120;
}

@keyframes panel-anima {
    0% {
        transform: translate(10%);
        opacity: 0;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

.panel-bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 29, 33, 0.5);
    backdrop-filter: blur(24px);
    animation: panel-bg-anima 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    z-index: 119;
}

@keyframes panel-bg-anima {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.panel-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

.panel-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.panel-actions {
    display: flex;
    justify-content: center;
    column-gap: 16px;
}

.panel-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    cursor: pointer;
}

.panel-close img {
    display: block;
    width: 18px;
    height: 18px;
    transition: 0.5s;
}

.panel-close:hover img {
    transform: rotate(180deg);
}

.touch .panel-close:hover img {
    transform: rotate(0deg);
}

.panel-close:active img,
.touch .panel-close:active img {
    transform: rotate(180deg);
}

.panel-buttons {
    flex: auto;
    display: flex;
    align-items: center;
    padding-bottom: 48px;
}

.panel-buttons-layout {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    width: 100%;
    padding-top: 32px;
}

.panel-networks {
    flex: none;
    display: flex;
    justify-content: center;
    column-gap: 16px;
    padding-bottom: 32px;
}

.panel-link-block {
    position: relative;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    opacity: 0;
    transform: translateY(-32px);
    animation-name: panel-link-anima;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    transition: 0.25s;
}

.panel-link {
    display: inline-block;
    color: #211D21;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.25s;
}

.panel-link:hover {
    opacity: 0.5;
}

.touch .panel-link:hover {
    opacity: 1;
}

.panel-link:active,
.touch .panel-link:active {
    opacity: 0.5;
}

.panel-link-on {
    font-weight: 600;
}

.panel-link-on:hover {
    opacity: 1;
}

.touch .panel-link-on:hover {
    opacity: 1;
}

.panel-link-on:active,
.touch .panel-link-on:active {
    opacity: 1;
}

.panel-link-block:nth-child(1) {
    animation-delay: 0.075s;
}

.panel-link-block:nth-child(2) {
    animation-delay: 0.175s;
}

.panel-link-block:nth-child(3) {
    animation-delay: 0.275s;
}

.panel-link-block:nth-child(4) {
    animation-delay: 0.375s;
}

.panel-link-block:nth-child(5) {
    animation-delay: 0.475s;
}

.panel-link-block:nth-child(6) {
    animation-delay: 0.575s;
}

.panel-link-block:nth-child(7) {
    animation-delay: 0.675s;
}

.panel-link-block:nth-child(8) {
    animation-delay: 0.775s;
}

@keyframes panel-link-anima {
    from {
        opacity: 0;
        transform: translateY(-32px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.panel-social {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: rgba(33, 29, 33, 0.075);
    border-radius: 200px;
    opacity: 0;
    cursor: pointer;
    transform: scale(0.75);
    animation-name: panel-social-anima;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transition: 0.25s;
}

.panel-social:hover {
    margin-top: -6px;
}

.touch .panel-social:hover {
    margin-top: 0px;
}

.panel-social:active,
.touch .panel-social:active {
    margin-top: -6px;
}

.panel-social img {
    width: 30px;
    height: 30px;
    transition: 0.25s;
}

.panel-social:hover img {
    opacity: 0.4;
}

.touch .panel-social:hover img {
    opacity: 1;
}

.panel-social:active img,
.touch .panel-social:active img {
    opacity: 0.4;
}

.panel-social:nth-child(1) {
    animation-delay: 0.5s;
}

.panel-social:nth-child(2) {
    animation-delay: 0.75s;
}

.panel-social:nth-child(3) {
    animation-delay: 1s;
}

.panel-social:nth-child(4) {
    animation-delay: 1.25s;
}

@keyframes panel-social-anima {
    from {
        opacity: 0;
        transform: scale(0.75);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* NAV */

.nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    opacity: 0;
    transform: translateY(50%);
    transition: 0.35s;
    z-index: 4;
}

.nav-on {
    display: block;
    animation-name: nav-anima;
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
}

@keyframes nav-anima {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.nav-layout {
    display: flex;
    flex-wrap: wrap;
    column-gap: 48px;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-btn {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    padding: 8px;
    color: #211D21;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.25s;
}

.nav-btn:hover {
    opacity: 0.5;
}

.touch .nav-btn:hover {
    opacity: 1;
}

.nav-btn:active,
.touch .nav-btn:active {
    opacity: 0.5;
}

.nav-btn img {
    transform: translateY(-1px);
}

.nav-prev {
    text-align: right;
}

.nav-next {
    text-align: left;
}

/* GLOBAL */

.margin {
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
}

.frame {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.frame-half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
    padding-top: 0px;
    padding-bottom: 110px;
}

.half {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.half-full {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: calc(100vh - 96px);
}

.half-spaced {
    column-gap: 48px;
}

.half-super-spaced {
    column-gap: 10%;
}

.block {
    padding-top: 90px;
    padding-bottom: 110px;
    padding-left: 24px;
    padding-right: 24px;
}

.block-alt {
    padding-top: 90px;
    padding-bottom: 48px;
}

.block-alt-2 {
    padding-top: 48px;
    padding-bottom: 90px;
}

.block-alt-3 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.title {
    max-width: 880px;
    margin-left: -3px;
    font-family: "Gopher", sans-serif;
    font-size: 46px;
    line-height: 58px;
    text-transform: uppercase;
}

.title-alt {
    max-width: 780px;
    margin: 0 auto;
    font-family: "Gopher", sans-serif;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
}

.title-alt-2 {
    text-align: left;
}

.title-alt-3 {
    max-width: 580px;
}

.title-lower {
    text-transform: unset;
}

.title-header {
    margin: 0 auto;
    max-width: 780px;
    font-family: "Gopher", sans-serif;
    font-size: 38px;
    line-height: 46px;
    text-transform: uppercase;
    text-align: center;
}

.title-animated {
    opacity: 0;
    transform: translateY(-10px);
    animation-name: title-animated-anima;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes title-animated-anima {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.caption-animated {
    opacity: 0;
    animation-name: caption-animated-anima;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-delay: 0.5s;
}

@keyframes caption-animated-anima {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.title.centered {
    margin-left: 0px;
    margin: 0 auto;
}

.title-space {
    padding-top: 42px;
    padding-bottom: 36px;
}

.caption {
    font-family: "Gopher", sans-serif;
    font-size: 36px;
    line-height: 46px;
}

.pretitle {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.intro {
    max-width: 540px;
    padding-bottom: 32px;
    font-size: 20px;
    line-height: 26px;
}

.text {
    margin: 0 auto;
    max-width: 740px;
    padding-top: 42px;
    padding-bottom: 50px;
    font-size: 20px;
    line-height: 26px;
}

.text-alt {
    margin: unset;
    max-width: unset;
    padding-top: 0px;
    padding-bottom: 0px;
}

.text-alt-2 {
    margin: unset;
    max-width: unset;
}

.text-alt-3 {
    margin: 0 auto;
    max-width: 740px;
    padding-top: 0px;
    padding-bottom: 16px;
}

.text-alt-4 {
    max-width: 640px;
    padding-top: 42px;
    padding-bottom: 0px;
}

.text-alt-5 {
    max-width: 540px;
    padding-top: 42px;
    padding-bottom: 0px;
}

.text-alt-6 {
    max-width: unset;
    padding-top: 16px;
    padding-bottom: 0px;
}

.text-alt-7 {
    padding-bottom: 0px;
}

.text p {
    padding-bottom: 16px;
}

.text p:last-of-type {
    padding-bottom: 0px;
}

.text strong {
    font-weight: 600;
}

.intro.centered {
    margin: 0 auto;
}

.intro-space {
    padding-top: 72px;
}

.centered {
    text-align: center;
}

.white {
    color: #ECE9E1;
}

.button {
    display: inline-block;
    padding-top: 14px;
    padding-bottom: 11px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 100px;
    background-color: transparent;
    border: solid 1px #211D21;
    color: #211D21;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.35s;
}

.button-alt-3 {
    padding-left: 20px;
    padding-right: 20px;
}

.button-center {
    text-align: center;
}

.button:hover {
    background-color: #211D21;
    border-color: transparent;
    color: #ECE9E1;
}

.touch .button:hover {
    background-color: transparent;
    border-color: #211D21;
    color: #211D21;
}

.button:active,
.touch .button:active {
    background-color: #211D21;
    border-color: transparent;
    color: #ECE9E1;
}

.button-alt {
    border: solid 1px #ECE9E1;
    color: #ECE9E1;
}

.button-alt:hover {
    background-color: #ECE9E1;
    border-color: transparent;
    color: #211D21;
}

.touch .button-alt:hover {
    background-color: transparent;
    border-color: #ECE9E1;
    color: #ECE9E1;
}

.button-alt:active,
.touch .button-alt:active {
    background-color: #ECE9E1;
    border-color: transparent;
    color: #211D21;
}

.dropdown {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 14px;
    padding-bottom: 11px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 100px;
    background-color: transparent;
    border: solid 1px #211D21;
    color: #211D21;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.35s;
}

.dropdown:hover {
    background-color: #211D21;
    border-color: transparent;
    color: #ECE9E1;
}

.touch .dropdown:hover {
    background-color: transparent;
    border-color: #211D21;
    color: #211D21;
}

.dropdown:active,
.touch .dropdown:active {
    background-color: #211D21;
    border-color: transparent;
    color: #ECE9E1;
}

.dropdown-on:hover {
    background-color: transparent;
    border-color: #211D21;
    color: #211D21;
}

.touch .dropdown-on:hover {
    background-color: transparent;
    border-color: #211D21;
    color: #211D21;
}

.dropdown-on:active,
.touch .dropdown-on:active {
    background-color: transparent;
    border-color: #211D21;
    color: #211D21;
}

.dropdown-label {
    display: flex;
    justify-content: center;
    column-gap: 8px;
}

.dropdown-arrow {
    position: absolute;
    right: 22px;
    top: 16px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #211D21;
    border-bottom: 1px solid #211D21;
    transform: rotate(45deg) translateY(-3px);
    transition: 0.35s;
}

.dropdown:hover .dropdown-arrow {
    border-color: #ECE9E1;
}

.touch .dropdown:hover .dropdown-arrow {
    border-color: #211D21;
}

.dropdown:active .dropdown-arrow,
.touch .dropdown:active .dropdown-arrow {
    border-color: #ECE9E1;
}

.dropdown-on .dropdown-arrow {
    border-color: #211D21;
    transform: rotate(-135deg) translateY(0px) translateX(-4px);
}

.dropdown-on:hover .dropdown-arrow {
    border-color: #211D21;
    transform: rotate(-135deg) translateY(0px) translateX(-4px);
}

.touch .dropdown-on:hover .dropdown-arrow {
    border-color: #211D21;
    transform: rotate(-135deg) translateY(0px) translateX(-4px);
}

.dropdown-on:active .dropdown-arrow,
.touch .dropdown-on:active .dropdown-arrow {
    border-color: #211D21;
    transform: rotate(-135deg) translateY(0px) translateX(-4px);
}

.dropdown-buttons {
    display: none;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
}

.dropdown-buttons-on {
    display: flex;
    animation-name: dropdown-anima;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}

@keyframes dropdown-anima {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.dropdown-button {
    display: inline-block;
    padding-top: 14px;
    padding-bottom: 11px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 100px;
    background-color: rgba(33, 29, 33, 0.1);
    color: #211D21;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.35s;
}

.dropdown-button:hover {
    background-color: #211D21;
    color: #ECE9E1;
}

.touch .dropdown-button:hover {
    background-color: transparent;
    color: #211D21;
}

.dropdown-button:active,
.touch .dropdown-button:active {
    background-color: #211D21;
    color: #ECE9E1;
}

.bg-yellow {
    background-color: #E8B854;
    overflow: hidden;
}

.bg-green {
    background-color: #7F806B;
}

.bg-beige {
    background-color: #ECE9E1;
    overflow: hidden;
}

.bg-black {
    background-color: #211D21;
}

.bg-black-paper {
    background-color: #211D21;
    background-image: url(../assets/vineyards-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-white {
    background-color: #FFFFFF;
    overflow: hidden;
}

.header {
    position: relative;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 96px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
}

.header-alt {
    position: relative;
    width: 100%;
    height: calc(100vh - 96px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* HERO */

.hero {
    position: relative;
    width: 100%;
    background-color: #ECE9E1;
    overflow: hidden;
}

.hero-frame {
    width: 100%;
}

.hero-track {
    position: relative;
}

.hero-track img {
    display: block;
    width: 100%;
    height: auto;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.hero-animated {
    opacity: 0;
    transform: translateY(2%);
    animation-name: hero-animated-anima;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes hero-animated-anima {
    0% {
        opacity: 0;
        transform: translateY(2%);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* PLACE */

.place {
    position: relative;
}

.place-swiper {
    width: 100%;
    --swiper-theme-color: #ECE9E1;
    --swiper-pagination-left: 0px;
    --swiper-pagination-right: 0px;
    --swiper-pagination-bottom: 32px;
    --swiper-pagination-bullet-size: 7px;
    --swiper-pagination-bullet-width: 7px;
    --swiper-pagination-bullet-height: 7px;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-bullet-inactive-color: rgb(236, 233, 225);
    --swiper-pagination-bullet-inactive-opacity: 0.3;
}

.place-content {
    position: relative;
    width: 100%;
    padding-top: 90px;
}

.place-slide {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 56.25% !important;
    overflow: hidden;
}

.place-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: place-picture-anima;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    overflow: hidden;
}

@keyframes place-picture-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

/* VINEYARDS */

.vineyards-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 140px;
}

.vineyards-birds-alt {
    width: 68px;
    margin: 0 auto;
    margin-bottom: 44px;
}

.vineyards-birds-pic {
    width: 100%;
    padding-bottom: 117.5572519083969%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../assets/birds.png);
}

.vineyards-image {
    position: relative;
    height: 100%;
    background-color: #211D21;
}

.vineyards-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vineyards-figure-1,
.vineyards-figure-2,
.vineyards-figure-3,
.vineyards-figure-4,
.vineyards-figure-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center 25%;
    background-size: cover;
    background-repeat: no-repeat;
}

.vineyards-figure-1 {
    background-image: url(../assets/vineyards-1.png);
}

.vineyards-figure-2 {
    background-image: url(../assets/vineyards-2.png);
}

.vineyards-figure-3 {
    background-image: url(../assets/vineyards-3.png);
}

.vineyards-figure-4 {
    background-image: url(../assets/vineyards-4.png);
    background-position: left bottom;
}

.vineyards-figure-5 {
    background-image: url(../assets/vineyards-5.png);
}

/* ABOUT */

.about-intro {
    position: relative;
}

.about .caption {
    margin: 0 auto;
    max-width: 990px;
}

.about .intro {
    max-width: 630px;
}

.about-swiper {
    width: 100%;
    height: 640px !important;
    margin-top: 48px;
    margin-bottom: 64px;
    --swiper-theme-color: #211D21;
    --swiper-navigation-size: 24px;
    --swiper-navigation-sides-offset: 24px;
}

.about-swiper .swiper-button-disabled {
    opacity: 0.25;
}

.about-slide {
    position: relative !important;
    width: 100% !important;
    height: 100%;
    padding-left: 64px;
    padding-right: 64px;
    animation-name: about-slide-anima-out;
    animation-duration: 1.75s;
    animation-fill-mode: forwards;
    overflow: hidden;
}

@keyframes about-slide-anima-out {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.96);
    }
}

.about-slide-on {
    animation-name: about-slide-anima-in;
    animation-duration: 1.75s;
    animation-fill-mode: forwards;
}

@keyframes about-slide-anima-in {
    0% {
        opacity: 0;
        transform: scale(0.96);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.about-picture-layout-1 {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    height: 100%;
}

.about-picture-layout-2 {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    align-items: center;
    height: 100%;
}

.about-picture-layout-3 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    height: 100%;
}

.about-picture-1 {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../assets/about-1.jpg);
}

.about-picture-2 {
    width: calc(100% + 64px);
    height: 75%;
    margin-left: -64px;
    background-image: url(../assets/about-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 30px -3px rgba(36, 32, 33, 0.2);
}

.about-picture-3 {
    position: relative;
    width: calc(100% + 64px);
    height: 75%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../assets/about-3.jpg);
    box-shadow: 0px 0px 30px -3px rgba(36, 32, 33, 0.2);
    z-index: 2;
}

.about-picture-4 {
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../assets/about-4.jpg);
}

.about-picture-5 {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../assets/about-5.jpg);
}

.about-pillars {
    padding-top: 90px;
    padding-bottom: 110px;
}

.about-pillars-intro {
    display: flex;
    align-items: center;
}

.about-pillars-circle {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    margin-top: 48px;
}

.about-pillars-picture {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 3000px;
    background-color: #DEDBD3;
    overflow: hidden;
}

.about-pillars-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/pillars.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* HISTORY */

.history {
    position: relative;
    overflow: hidden;
}

.history-bg-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.history-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    background-image: url(../assets/history.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: history-bg-anima;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes history-bg-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.history-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.history-intro {
    position: relative;
    padding-top: 400px;
    padding-bottom: 300px;
}

.history-block {
    position: relative;
    padding-top: 32px;
    padding-bottom: 90px;
}

.history-block-5 {
    padding-bottom: 164px;
}

.history-gradient-white {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 270px;
    background: linear-gradient(to top, rgba(236, 233, 225, 1) 0%, rgba(236, 233, 225, 0) 100%);
}

.history-gradient-beige {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 270px;
    background: linear-gradient(to top, rgba(236, 233, 225, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.history-gradient-beige-alt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 270px;
    background: linear-gradient(to bottom, rgba(236, 233, 225, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.history-pretitle {
    margin-bottom: 24px;
}

.history-pretitle span {
    display: inline-block;
    border-bottom: solid 1px #211D21;
}

.history-pretitle-alt {
    display: inline-block;
    border-bottom: solid 1px #211D21;
    margin-bottom: 5px;
}

.history-intro .intro {
    padding-bottom: 0;
}

.history-grid-1 {
    position: relative;
    display: block;
}

.history-grid-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.history-grid-3 {
    display: grid;
    grid-template-columns: 1fr;
}

.history-grid-4 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.history-grid-5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.history-picture-1 {
    width: 90%;
}

.history-picture-2 {
    position: absolute;
    bottom: -15%;
    right: 0;
    width: 50%;
}

.history-picture-3 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    display: flex;
    align-items: center;
    z-index: 2;
}

.history-picture-4 {
    width: 80%;
}

.history-image {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.history-picture-1 .history-image {
    padding-bottom: 133.9259259259259%;
    background-image: url(../assets/history-1.jpg);
}

.history-picture-2 .history-image {
    padding-bottom: 143.2835820895522%;
    background-image: url(../assets/history-2.jpg);
}

.history-picture-3 .history-image {
    padding-bottom: 87.01517706576728%;
    background-image: url(../assets/history-3.jpg);
}

.history-picture-4 .history-image {
    padding-bottom: 141.8478260869565%;
    background-image: url(../assets/history-4.jpg);
}

.history-picture-5 .history-image {
    padding-bottom: 59.18367346938776%;
    background-image: url(../assets/history-5.jpg);
}

.history-picture-6 .history-image {
    padding-bottom: 66.36363636363636%;
    background-image: url(../assets/history-6.jpg);
}

.history-picture-7 .history-image {
    padding-bottom: 66.36363636363636%;
    background-image: url(../assets/history-7.jpg);
}

.history-picture-8 .history-image {
    padding-bottom: 134.1692789968652%;
    background-image: url(../assets/history-8.jpg);
}

.history-picture-9 .history-image {
    padding-bottom: 134.1692789968652%;
    background-image: url(../assets/history-9.jpg);
}

.history-picture-10 .history-image {
    padding-bottom: 134.1692789968652%;
    background-image: url(../assets/history-10.jpg);
}

/* PAPER */

.paper-image {
    width: 100%;
    overflow: hidden;
}

.paper-picture {
    width: 100%;
    height: 100%;
    background-color: #262226;
    background-image: url(../assets/paper.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform-origin: center;
    animation: book-bg-anima 30s ease-in-out infinite alternate;
    will-change: transform;
}

.paper-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #211D21;
}

.paper-content .intro {
    padding-bottom: 0px;
}

.paper-process {
    position: relative;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    margin-bottom: 48px;
    overflow: hidden;
}

.paper-process-pic {
    width: 100%;
    padding-bottom: 130.5810397553517%;
    background-image: url(../assets/paper-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform-origin: center top;
}

/* PLACE */

.place-header {
    width: 100%;
    height: 93vh;
    --swiper-theme-color: #ECE9E1;
    --swiper-pagination-left: 0px;
    --swiper-pagination-right: 0px;
    --swiper-pagination-bottom: 32px;
    --swiper-pagination-bullet-size: 7px;
    --swiper-pagination-bullet-width: 7px;
    --swiper-pagination-bullet-height: 7px;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-bullet-inactive-color: rgb(236, 233, 225);
    --swiper-pagination-bullet-inactive-opacity: 0.3;
}

.place-header-slide {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}

.place-intro {
    padding-top: 100px;
    padding-bottom: 60px;
}

.place-features-picture {
    width: 100%;
    background-color: #DEDBD3;
    overflow: hidden;
}

.place-features-image {
    width: 100%;
    height: 100%;
    background-image: url(../assets/place-features.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.place-features-image-2 {
    background-image: url(../assets/place-malbec.jpg);
}

.place-features {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 190px;
    padding-bottom: 220px;
    padding-left: 16%;
    padding-right: 16%;
}

.place-location {
    padding-top: 90px;
    padding-bottom: 110px;
}

.place-map {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-top: 20px;
    margin-bottom: 48px;
}

.place-map-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/place-map.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* VINEYARDS */

.vineyards-birds-content {
    position: relative;
}

.vineyards-birds {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 96px);
    overflow: hidden;
}

.vineyards-bg {
    background-color: #ECE9E1;
}

.vineyards-place {
    padding-top: 90px;
}

.vineyards-landscape-frame {
    padding-top: 16px;
    padding-bottom: 100px;
    overflow: hidden;
}

.vineyards-landscape {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
}

.vineyards-landscape-picture {
    width: 100%;
    padding-bottom: 56.25%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.15);
}

.vineyards-landscape-1 .vineyards-landscape-picture {
    background-image: url(../assets/vineyard-1.jpg);
}

.vineyards-landscape-2 .vineyards-landscape-picture {
    background-image: url(../assets/vineyard-2.jpg);
}

.vineyards-soil {
    padding-top: 0px;
    padding-bottom: 140px;
}

.vineyards-soil-picture {
    margin-top: 32px;
}

.vineyards-soil-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.vineyards-soil-image {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.vineyards-soil-1 .vineyards-soil-image {
    padding-bottom: 150%;
    background-image: url(../assets/soil-1.png);
}

.vineyards-soil-2 .vineyards-soil-image {
    padding-bottom: 150%;
    background-image: url(../assets/soil-2.png);
}

.vineyards-soil-3 .vineyards-soil-image {
    padding-bottom: 150%;
    background-image: url(../assets/soil-3.png);
}

.vineyards-soil-4 .vineyards-soil-image {
    padding-bottom: 150%;
    background-image: url(../assets/soil-4.png);
}

.vineyards-soil-5 .vineyards-soil-image {
    padding-bottom: 56.47668393782383%;
    background-image: url(../assets/soil-5.png);
}

.vineyards-soil-6 .vineyards-soil-image {
    padding-bottom: 54.82233502538071%;
    background-image: url(../assets/soil-6.png);
}

.vineyards-soil-7 .vineyards-soil-image {
    padding-bottom: 61.78010471204188%;
    background-image: url(../assets/soil-7.png);
}

.vineyards-soil-8 .vineyards-soil-image {
    padding-bottom: 69%;
    background-image: url(../assets/soil-8.png);
}

.vineyards-soil-9 .vineyards-soil-image {
    padding-bottom: 69%;
    background-image: url(../assets/soil-9.png);
}

.vineyards-soil-title {
    padding-top: 48px;
    font-family: "Gopher", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
}

.vineyards-soil-title-alt {
    padding-top: 16px;
    padding-bottom: 24px;
    font-family: "Gopher", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
}

.vineyards-soil-caption {
    padding-top: 24px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    opacity: 0.5;
}

/* WINES */

.wines-block {
    padding-top: 90px;
    padding-bottom: 130px;
}

.wines-block-alt {
    padding-top: 130px;
    padding-bottom: 170px;
    padding-left: 12%;
    padding-right: 12%;
}

.wines-block-button {
    margin-top: 32px;
    text-align: center;
}

.wines-illustration {
    width: 100%;
    height: 100%;
    background-color: #2F2830;
    background-image: url(../assets/wines.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.wines-birds {
    width: 68px;
    margin: 0 auto;
    margin-top: 31px;
}

.wines-birds-pic {
    width: 100%;
    padding-bottom: 117.5572519083969%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../assets/birds-2.png);
}

.wines-birds-pic-animated {
    opacity: 0;
    animation-name: wines-birds-pic-anima;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-delay: 0.5s;
}

@keyframes wines-birds-pic-anima {
    0% {
        opacity: 0;
        transform: skewX(35deg);
    }

    100% {
        opacity: 1;
        transform: skewX(0deg);
    }
}

.wines-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 64px;
}

.wines-item-btn {
    display: grid;
    width: calc((100% - 48px) / 3);
}

.wines-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: none;
    overflow: hidden;
    transition: 0.35s;
}

.wines-item:hover {
    transform: scale(0.94);
    box-shadow: 0px 0px 20px -2px rgba(36, 32, 33, 0.45);
}

.touch .wines-item:hover {
    transform: scale(1);
    box-shadow: none;
}

.wines-item:active,
.touch .wines-item:active {
    transform: scale(0.94);
    box-shadow: 0px 0px 20px -2px rgba(36, 32, 33, 0.45);
}

.wines-item-picture {
    flex: none;
    width: 100%;
    background-color: #DEDBD3;
    overflow: hidden;
}

.wines-item-image {
    width: 100%;
    padding-bottom: 115%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.35s;
}

.wines-item-info {
    flex: auto;
    height: 100%;
    padding: 24px;
    padding-top: 38px;
    padding-bottom: 30px;
    background-color: #ECE9E1;
    text-align: center;
}

.wines-item-name {
    padding-bottom: 8px;
    font-family: "Gopher", sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
}

.wines-bottle {
    width: 100%;
    background-color: #292828;
    overflow: hidden;
}

.wines-bottle-image {
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    transform-origin: center;
}

.wines-label {
    width: 100%;
    margin: 0 auto;
    margin-top: 72px;
}

.wines-label-image {
    width: 100%;
    padding-bottom: 81.36363636363636%;
    border-radius: 220px;
    background-color: #292828;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    overflow: hidden;
}

.wines-label-image-alt {
    padding-bottom: 102.4027459954233%;
}

.wines-label-image.loaded {
    animation: wines-label-anima 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes wines-label-anima {
    0% {
        border-radius: 220px;
        opacity: 0;
        transform: scale(0.96);
    }

    100% {
        border-radius: 0px;
        opacity: 1;
        transform: scale(1);
    }
}

.wine-data {
    padding-top: 72px;
    padding-bottom: 72px;
}

.wine-sheet {
    position: relative;
    column-count: 2;
    column-gap: 24px;
    padding-top: 12px;
    padding-bottom: 28px;
    margin-top: 40px;
    text-align: center;
}

.wine-sheet-divisor {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: rgba(33, 29, 33, 0.5);
    transform-origin: center top;
}

.wine-sheet-name {
    padding-top: 32px;
    padding-bottom: 8px;
    font-family: "Gopher", sans-serif;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
}

.wine-sheet-name-alt {
    padding-top: 16px;
    padding-bottom: 0px;
    text-align: center;
}

.wine-sheet-value {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}

.wine-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    margin: 0 auto;
    max-width: 290px;
    padding-top: 64px;
    padding-bottom: 64px;
}

.wines-band {
    width: calc(100% + 48px);
    margin-left: -24px;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

/* BOOK */

.book-home-frame {
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-home {
    position: relative;
    width: 100%;
}

.book-home-content {
    padding-top: 64px;
    padding-bottom: 64px;
}

.book-home-picture {
    position: relative;
    width: 100%;
    padding-bottom: 140%;
    background-image: url(../assets/cover.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.book-home-shadow {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    padding-bottom: 140%;
    background-color: #656658;
}

@keyframes book-bg-anima {
    0% {
        transform:
            scale(1.06) translate3d(0px, 0px, 0px) rotate(0deg);
    }

    35% {
        transform:
            scale(1.11) translate3d(-12px, -10px, 0px) rotate(-0.4deg);
    }

    70% {
        transform:
            scale(1.08) translate3d(9px, -8px, 0px) rotate(0.3deg);
    }

    100% {
        transform:
            scale(1.12) translate3d(-6px, -10px, 0px) rotate(-0.2deg);
    }
}

.book-intro {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.book-info {
    display: flex;
    flex-direction: column;
    padding-bottom: 90px;
}

.book-content {
    display: flex;
    align-items: center;
    padding-top: 48px;
}

.book-cover {
    width: 100%;
    padding-bottom: 140%;
    background-image: url(../assets/cover.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.book-leopoldo {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.book-leopoldo-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/leopoldo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform-origin: center top;
    animation: book-bg-anima 32s ease-in-out infinite alternate;
    will-change: transform;
}

.book-reviews {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 64px;
    padding-left: 8%;
    padding-right: 8%;
}

.book-review {
    padding-top: 90px;
    padding-bottom: 90px;
}

/* PRESS */

.press-intro {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.articles-suggestions {
    padding-top: 90px;
}

.articles-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 32px;
    column-gap: 24px;
    padding-top: 64px;
    padding-bottom: 120px;
}

.articles-item,
.articles-item:link,
.articles-item:visited {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #211D21;
    text-decoration: none;
}

.articles-item:hover .articles-pic {
    transform: scale(1.07);
    filter: brightness(115%);
}

.touch .articles-item:hover .articles-pic {
    transform: scale(1);
    filter: brightness(100%);
}

.articles-item:active .articles-pic,
.touch .articles-item:active .articles-pic {
    transform: scale(1.07);
    filter: brightness(115%);
}

.articles-picture {
    flex: none;
    overflow: hidden;
}

.articles-content {
    flex: auto;
    height: 100%;
    padding: 28px;
    padding-bottom: 48px;
    background-color: #ECE9E1;
}

.articles-pic {
    width: 100%;
    padding-bottom: 66.66666666666667%;
    background-color: #DEDBD3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
}

.articles-preheader {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.articles-header {
    padding-top: 8px;
    padding-bottom: 14px;
    color: #211D21;
    font-family: "Gopher", sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

.articles-intro {
    font-size: 20px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.button-press {
    margin-top: 32px;
}

.article-header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    margin-bottom: 32px;
    background-color: #FFFFFF;
}

.article-header-gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 270px;
    background: linear-gradient(to top, rgba(236, 233, 225, 1) 0%, rgba(236, 233, 225, 0) 100%);
}

.article-info {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 48px;
}

.article-media {
    padding-right: 24px;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}

.article-media strong {
    font-weight: 600;
}

.article-title {
    padding-top: 22px;
    padding-bottom: 30px;
    padding-right: 24px;
    border-bottom: solid 1px rgba(33, 29, 33, 0.5);
    font-family: "Gopher", sans-serif;
    font-size: 46px;
    line-height: 58px;
    text-transform: uppercase;
}

.article-info-button {
    padding-top: 18px;
    font-size: 20px;
    line-height: 26px;
}

.article-info-button a {
    display: inline-flex;
    align-items: baseline;
    column-gap: 6px;
}

.article-info-button img {
    width: auto;
    height: 11px;
}

.article-cover {
    position: relative;
    width: 100%;
    padding-bottom: 66.66666666666667%;
    background-color: #DEDBD3;
    overflow: hidden;
}

.article-cover-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform-origin: center;
    animation: book-bg-anima 30s ease-in-out infinite alternate;
    will-change: transform;
}

.article-content {
    padding-bottom: 120px;
}

.article-content-summary {
    padding-top: 22px !important;
    padding-bottom: 34px !important;
    font-family: "Gopher", sans-serif;
    font-size: 28px;
    line-height: 36px;
}

.article-content h2,
.article-content h3,
.article-content p,
.article-content ul,
.article-content ol,
.article-content-summary,
.article-image,
.article-content-embed {
    max-width: 900px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 42px;
    padding-right: 42px;
    margin: 0 auto;
}

.article-content-embed {
    padding-top: 20px;
    padding-bottom: 20px;
}

.article-content-embed-frame {
    position: relative;
    padding-bottom: 56.25%;
}

.article-content-embed iframe {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.article-content-embed-frame iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.article-content strong,
.article-content b {
    font-weight: 600;
}

.article-content p,
.article-content ul,
.article-content ol {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.article-content ul,
.article-content ol {
    padding-left: 64px;
    padding-right: 64px;
}

.article-content li {
    padding: 0;
    margin: 0;
}

.article-content h2 {
    padding-top: 18px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}

.article-content h3 {
    padding-top: 18px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

.article-content a,
.article-content a:link,
.article-content a:visited {
    color: #999999;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.article-content a:hover {
    text-decoration: underline;
}

.touch .article-content a:hover {
    text-decoration: none;
}

.article-content a:active,
.touch .article-content a:active {
    text-decoration: underline;
}

.article-image {
    padding-top: 22px;
    padding-bottom: 22px;
}

.article-content img {
    max-width: 100%;
    padding: 0;
    cursor: pointer;
}

.article-image-full {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.article-image-full img {
    width: 100%;
    max-width: none;
    border-radius: 0;
}

.article-image-with-border img {
    border: solid 2px #DEDBD3;
}

.article-image-with-bg img {
    padding: 32px;
    background-color: #DEDBD3;
}

.article-content figcaption {
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    opacity: 0.5;
}

.article-content-embed figcaption {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
}

/* CONTACT */

.contact-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 12%;
    padding-right: 12%;
}

.contact-button {
    margin-top: 32px;
    text-align: center;
}

.contact-networks {
    display: flex;
    justify-content: center;
    column-gap: 8px;
    margin-top: 26px;
}

/* FOOTER */

.footer {
    position: sticky;
    bottom: 0;
    left: 0;
    padding-top: 110px;
    padding-bottom: 80px;
    padding-left: 48px;
    padding-right: 48px;
    background-color: #ECE9E1;
    z-index: 0;
}

.footer-alt {
    padding-bottom: 136px;
}

.footer-layout {
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 48px;
    font-size: 20px;
    line-height: 28px;
}

.footer-centered {
    text-align: center;
}

.footer-copy {
    text-align: right;
}

.footer-title {
    padding-bottom: 20px;
    font-weight: 600;
}

.footer-title-alt {
    padding-bottom: 12px;
}

.footer-networks {
    display: flex;
    justify-content: center;
    column-gap: 8px;
    margin-top: 10px;
}

.footer-network {
    padding: 4px;
    border-radius: 200px;
    background-color: rgba(33, 29, 33, 0.075);
    cursor: pointer;
    transition: 0.35s;
}

.footer-network img {
    width: 32px;
    height: 32px;
}

.footer-network:hover {
    background-color: rgba(33, 29, 33, 0.2);
}

.touch .footer-network:hover {
    background-color: rgba(33, 29, 33, 0.075);
}

.footer-network:active,
.touch .footer-network:active {
    background-color: rgba(33, 29, 33, 0.2);
}

.footer-link {
    cursor: pointer;
    transition: 0.35s;
}

.footer-link:hover {
    opacity: 0.4;
}

.touch .footer-link:hover {
    opacity: 1;
}

.footer-link:active,
.touch .footer-link:active {
    opacity: 0.4;
}

.footer-link-on {
    font-weight: 600;
}

.footer-link-on:hover {
    opacity: 1;
}

.touch .footer-link-on:hover {
    opacity: 1;
}

.footer-link-on:active,
.touch .footer-link-on:active {
    opacity: 1;
}

/* RESPONSIVE */

@media (max-width: 1240px) {

    .bar-button {
        display: none;
    }

    .bar-menu {
        display: block;
    }

    .bar-button-social-alt {
        display: block;
    }

    .book-reviews {
        column-gap: 24px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .half-super-spaced-alt {
        column-gap: 48px;
    }

}

@media (max-width: 1260px) {

    .book-reviews {
        column-gap: 8px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .half-super-spaced-alt {
        column-gap: 48px;
    }

    .book-review {
        padding-left: 24px;
        padding-right: 24px;
    }

    .book-review-1 {
        border-bottom: solid 1px #E2DFD8;
    }

    .book-review-2 {
        border-bottom: solid 1px #E2DFD8;
    }

}

@media (max-width: 1200px) {

    .articles-layout {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 1100px) {

    .half-super-spaced {
        column-gap: 48px;
    }

}

@media (max-width: 1000px) {

    .half {
        grid-template-columns: 1fr;
    }

    .frame-half {
        grid-template-columns: 1fr;
    }

    .intro-space {
        padding-top: 0px;
    }

    .vineyards-image {
        height: unset;
        padding-bottom: 106%;
    }

    .about-swiper {
        height: 420px !important;
    }

    .paper-image {
        order: 2;
    }

    .paper-content {
        order: 1;
    }

    .paper-picture {
        height: unset;
        padding-bottom: 116.6666666666667%;
    }

    .wines-item-btn {
        width: calc((100% - 24px) / 2);
    }

    .place-features-image {
        height: unset;
        padding-bottom: 100%;
    }

    .place-features {
        padding-top: 70px;
        padding-bottom: 50px;
        padding-left: 8%;
        padding-right: 8%;
    }

    .about-pillars-circle {
        margin-bottom: 56px;
    }

    .half-left {
        order: 2;
    }

    .half-right {
        order: 1;
    }

    .title {
        max-width: unset;
        margin-left: -3px;
    }

    .title-alt {
        max-width: unset;
    }

    .history-block-1 {
        padding-top: 0px;
        padding-bottom: 100px;
    }

    .history-grid-1 {
        max-width: 540px;
        margin: 0 auto;
    }

    .history-grid-2 {
        max-width: 540px;
        margin: 0 auto;
    }

    .history-grid-3 {
        max-width: 780px;
        margin: 0 auto;
    }

    .history-grid-4 {
        max-width: 780px;
        margin: 0 auto;
    }

    .history-grid-5 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
    }

    .book-content {
        padding-top: 72px;
    }

    .book-bio>div:nth-child(1) {
        order: 2;
    }

    .book-bio>div:nth-child(2) {
        order: 1;
    }

    .book-cover-frame {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .book-leopoldo-frame {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .book-reviews {
        grid-template-columns: 1fr;
    }

    .book-home {
        max-width: 480px;
        margin-left: -2.2%;
    }

    .half-full {
        grid-template-columns: 1fr;
        min-height: unset;
    }

    .vineyards-soil-grid {
        grid-template-columns: 1fr 1fr;
    }

    .button-alt-2 {
        background-color: #211D21;
        border: solid 1px transparent;
        color: #ECE9E1;
    }

    .button-alt-2:hover {
        background-color: #ECE9E1;
        border-color: transparent;
        color: #211D21;
    }

    .touch .button-alt-2:hover {
        background-color: #211D21;
        border-color: transparent;
        color: #ECE9E1;
    }

    .button-alt-2:active,
    .touch .button-alt-2:active {
        background-color: #ECE9E1;
        border-color: transparent;
        color: #211D21;
    }

    .wines-bottle {
        order: 2;
    }

    .wines-bottle-image {
        padding-bottom: 115%;
        height: unset;
    }

    .wines-birds-pic-animated {
        opacity: 1;
        animation-name: unset;
    }

}

@media (max-width: 930px) {

    .article-header {
        grid-template-columns: 1fr;
    }

    .article-info {
        padding-top: 32px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .footer-layout {
        grid-template-columns: 1fr;
        row-gap: 32px;
    }

    .footer-location {
        text-align: center;
    }

    .footer-copy {
        padding-top: 48px;
        text-align: center;
    }

}

@media (max-width: 740px) {

    .book-review {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .articles-layout {
        grid-template-columns: 1fr;
    }

    .wine-sheet {
        column-count: 1;
        padding-top: 0px;
        margin-top: 24px;
        padding-bottom: 0px;
    }

    .wine-sheet-divisor {
        display: none;
    }

}

@media (max-width: 500px) {

    .vineyards-bird-frame {
        transform: translate3d(-40px, 0, 0) scale(0);
        animation-name: vineyards-bird-fly-mobile;
    }

    .vineyards-bird-frame-1 {
        animation-duration: 10.5s;
        animation-delay: 0s;
    }

    .vineyards-bird-frame-2 {
        animation-duration: 11.2s;
        animation-delay: 0.7s;
    }

    .vineyards-bird-frame-3 {
        animation-duration: 10.2s;
        animation-delay: 6.6s;
    }

    .vineyards-bird-frame-4 {
        animation-duration: 11.2s;
        animation-delay: 7.2s;
    }

    @keyframes vineyards-bird-fly-mobile {

        0% {
            transform: translate3d(-45px, 0, 0) scale(0.3);
        }

        10% {
            transform: translate3d(45px, 15px, 0) scale(0.4);
        }

        20% {
            transform: translate3d(135px, 0, 0) scale(0.5);
        }

        30% {
            transform: translate3d(225px, 30px, 0) scale(0.6);
        }

        40% {
            transform: translate3d(315px, 15px, 0) scale(0.6);
        }

        50% {
            transform: translate3d(405px, 0, 0) scale(0.6);
        }

        60% {
            transform: translate3d(500px, 0, 0) scale(0.6);
        }

        100% {
            transform: translate3d(500px, 0, 0) scale(0.6);
        }
    }

}

@media(max-width:640px) {

    .hero-frame {
        position: relative;
        height: 540px;
        touch-action: pan-y;
        cursor: grab;
        overflow: hidden;
    }

    .hero-frame:active {
        cursor: grabbing;
    }

    .hero-track {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        will-change: transform;
        transform: translateZ(0);
        backface-visibility: hidden;
    }

    .hero-track img {
        height: 100%;
        width: auto;
        max-width: none;
        object-fit: cover;
    }

    .hero-animated {
        opacity: 1;
        transform: translateY(0%);
        animation-name: hero-animated-anima;
        animation-duration: 2s;
        animation-fill-mode: forwards;
    }

    @keyframes hero-animated-anima {
        0% {
            opacity: 1;
            transform: translateY(0%);
        }

        100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }

}

@media (max-width: 560px) {

    .title {
        margin-left: 0px;
        font-size: 28px;
        line-height: 40px;
    }

    .title-alt {
        font-size: 26px;
        line-height: 36px;
    }

    .title-header {
        font-size: 26px;
        line-height: 34px;
    }

    .caption {
        font-size: 24px;
        line-height: 34px;
    }

    .book .title-space {
        padding-top: 24px;
        padding-bottom: 32px;
    }

    .block-alt-3 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .book-home-shadow {
        top: 8px;
        left: 8px;
    }

    .wines-item-info {
        padding: 14px;
        padding-top: 28px;
        padding-bottom: 20px;
    }

    .wines-item-name {
        font-size: 20px;
        line-height: 26px;
    }

    .vineyards-image {
        padding-bottom: 124%;
    }

    .about-swiper {
        height: 300px !important;
        --swiper-navigation-size: 0px;
        margin-top: 16px;
        margin-bottom: 48px;
    }

    .about-slide {
        padding-left: 0px;
        padding-right: 0px;
    }

    .about-picture-layout-1 {
        grid-template-columns: 0.65fr 0.35fr;
    }

    .about-picture-layout-2 {
        grid-template-columns: 0.3fr 0.7fr;
    }

    .wines-illustration {
        padding-bottom: 120%;
    }

    .wines-block-alt {
        padding-top: 90px;
        padding-bottom: 110px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .vineyards-birds-alt {
        width: 58px;
    }

    .wines-birds {
        width: 58px;
    }

    .wines-grid {
        margin-top: 56px;
    }

    .wines-item-btn {
        width: 100%;
    }

    .wines-block {
        padding-top: 80px;
        padding-bottom: 110px;
    }

    .text-alt-4 {
        padding-top: 34px;
    }

    .place-swiper {
        --swiper-pagination-bottom: 16px;
        --swiper-pagination-bullet-size: 6px;
        --swiper-pagination-bullet-width: 6px;
        --swiper-pagination-bullet-height: 6px;
    }

    .place-slide {
        padding-bottom: 75% !important;
    }

    .place-intro {
        padding-top: 90px;
        padding-bottom: 50px;
    }

    .place-features {
        padding-top: 70px;
        padding-bottom: 50px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .place-map {
        width: calc(100% + 48px);
        margin-left: -24px;
        padding-bottom: 100%;
        margin-top: 0px;
    }

    .place-map-picture {
        background-position: 6% center;
    }

    .vineyards-landscape-picture {
        padding-bottom: 100%;
    }

    .vineyards-soil-grid {
        width: 100% !important;
        margin-left: 0 !important;
        grid-template-columns: 1fr;
    }

    .vineyards-soil-picture {
        width: calc(100% + 48px);
        margin-left: -24px;
    }

    .about-pillars-circle {
        max-width: 260px;
    }

    .history-grid-5 {
        grid-template-columns: 1fr;
    }

    .history-picture-8 .history-image,
    .history-picture-9 .history-image,
    .history-picture-10 .history-image {
        padding-bottom: 120%;
    }

    .history-picture-2 {
        bottom: -20%;
    }

    .history-picture-3 .history-image {
        padding-bottom: 110%;
    }

    .history-picture-5 .history-image {
        padding-bottom: 75%;
        background-position: right center;
    }

    .history-intro {
        padding-top: 340px;
        padding-bottom: 160px;
    }

    .history-intro .title-space {
        padding-top: 32px;
        padding-bottom: 26px;
    }

    .header-alt {
        height: auto;
        min-height: calc(100vh - 86px);
    }

    .contact-block {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .contact-block {
        padding-left: 24px;
        padding-right: 24px;
    }

    .footer-copy {
        font-size: 18px;
        line-height: 26px;
    }

    .footer-title-alt {
        padding-bottom: 4px;
    }

    .articles-content {
        padding: 24px;
        padding-bottom: 44px;
    }

    .articles-header {
        font-size: 20px;
        line-height: 30px;
    }

    .article-title {
        margin-left: 0px;
        font-size: 28px;
        line-height: 40px;
    }

    .article-cover {
        padding-bottom: 80%;
    }

    .article-content-summary {
        padding-top: 0px !important;
        font-size: 20px;
        line-height: 28px;
    }

    .wine-sheet-name {
        padding-top: 32px;
        padding-bottom: 8px;
        font-size: 20px;
        line-height: 22px;
    }

    .wine-sheet-name-alt {
        padding-top: 12px;
    }

    .wine-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        width: 100%;
        margin: 0 auto;
        max-width: unset;
    }

    .wines-label-image {
        border-radius: 100px;
    }

    @keyframes wines-label-anima {
        0% {
            border-radius: 100px;
            opacity: 0;
            transform: scale(0.96);
        }

        100% {
            border-radius: 0px;
            opacity: 1;
            transform: scale(1);
        }
    }

}

@media (max-width: 490px) {

    .bar-fix {
        height: 86px;
    }

    .bar-layout {
        grid-template-columns: 40px auto 40px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .bar-brand {
        padding-top: 32px;
        padding-bottom: 33px;
    }

    .bar-brand img {
        height: 21px;
    }

    .bar-compact .bar-brand img {
        height: 19px;
    }

    .bar-compact .bar-brand {
        padding-top: 22px;
        padding-bottom: 23px;
    }

    .bar-menu-button {
        width: 40px;
        height: 38px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 9px;
        padding-left: 9px;
        transform: translateX(9px);
    }

    .bar-button-social-alt img {
        width: 20px;
        height: 20px;
    }

    .nav-layout {
        column-gap: 10px;
    }

    .footer {
        padding-top: 64px;
        padding-bottom: 48px;
    }

    .footer-alt {
        padding-bottom: 104px;
    }

    .footer-layout {
        row-gap: 24px;
    }

    .footer-copy {
        padding-top: 48px;
    }

    .footer-title {
        padding-bottom: 16px;
    }

    .footer-title-alt {
        padding-bottom: 8px;
    }

}

@media (max-width: 490px) {

    .article-content h2,
    .article-content h3,
    .article-content p,
    .article-content ul,
    .article-content ol,
    .article-content-summary,
    .article-image,
    .article-content-embed {
        padding-left: 24px;
        padding-right: 24px;
    }

}