:root {
    --color-red: #ac0400;
    --color-white: #f6f9f9;
    --color-gray-dark: #262e2d;
    --color-ocher: #c79c5e;
    --color-green-olive: #2b3534;
    --color-cream: #e4dfd7;
}
* {
    margin: 0;
    padding: 0;
}
*:focus,
*:hover {
    outline: none !important;
    text-decoration: none !important;
}
html,
body {
    width: 100%;
    height: 100%;
    word-wrap: break-word;
    color: var(--color-white);
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 500;
font-style: normal;
}
html {
    font-size: 16px;
}
body.loader {
    background-color: var(--color-gray-dark);
}

/************************************************************ 
*************************************************************  GLOBAL  
*************************************************************/
main {
    width: 100%;
}
main.none {
    display: none;
}
a,
a:hover {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
#logo-header {
    width: 80%;
    position: relative;
}
@media screen and (max-width: 800px) {
    #logo-header {
        width: 100%;
    }
}
video {
    width: 100%;
}
.mb100 {
    margin-bottom: 100px;
}
.mb200 {
    margin-bottom: 200px;
}
.color-red {
    color: var(--color-red);
}
section {
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
}
section.bg-texture {
    background-color: var(--color-gray-dark);
    background-image: url("../images/bg-texture.png");
    background-size: auto;
    background-repeat: repeat;
}
@media screen and (max-width: 600px) {
    section .container .flip-column {
        flex-direction: column;
    }
    section .container .flip-column-reverse {
        flex-direction: column-reverse;
    }
}

/************************************************************ 
*************************************************************  TEXTS 
*************************************************************/
h1,
h2,
h3,
h4,
h1 i,
h2 i,
h3 i,
h4 i {
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 auto;
}
h1,
h1 i {
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: italic;
    font-size: 120px;
    line-height: 140px;
    /* identical to box height */
    letter-spacing: 6px;
}
h1 i {
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 500;
font-style: italic;
}
h2,
h3 {
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: italic;
}
h2 {
    font-size: 5.5rem;
}
h3 {
    font-size: 54px;
    letter-spacing: 6px;
}
h4 {
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 500;
font-style: normal;
    font-size: 68px;
}

@media screen and (max-width: 1140px) {
        section.wine-categories .texts_box h4 {
            font-size: 3rem;
        }
}
@media screen and (max-width: 800px) {
    h1,
    h1 i {
        font-size: 5rem;
        line-height: 4rem;
    }
    h2 {
        font-size: 5rem;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 3.5rem;
    }
}
@media screen and (max-width: 450px) {
    h1 i {
        display: block;
    }
    h2 {
        font-size: 2.8rem;
    }
}
p,
footer li {
    font-family: "Jost", sans-serif;
}
p.title,
p.sub-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 500;
font-style: normal;
    line-height: 100%;
}
p.title {
    font-size: 54px;
    line-height: 62px;
}
@media screen and (max-width: 1024px) {
    p.title {
        font-size: 3.5rem;
        line-height: 4rem;
    }
}
p.sub-title {
    /* font-size:2.4rem;  */
    font-size: 42px;
}
@media screen and (max-width: 800px) {
    p.sub-title {
        font-size: 1.8rem;
    }
}
ul,
ul li,
li {
    list-style: none;
}

/************************************************************ 
*************************************************************  HEADER - MENU 
*************************************************************/
header {
    width: 0;
    height: 0;
    line-height: 0;
    position: fixed;
    z-index: 10;
}
header .btn-menu {
    position: fixed;
    top: 60px;
    right: 60px;
    z-index: 100;
    display: block;
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 0;
    line-height: 0;
    background-image: url("../images/buttons/btn-menu.svg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
    header .btn-menu {
        top: 40px;
        right: 40px;
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 800px) {
    header .btn-menu {
        top: 20px;
        right: 20px;
    }
}
header .btn-menu.cancel {
    background-image: url("../images/buttons/btn-close-x.svg");
}
nav {
    position: fixed;
    top: -130vh;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../images/bg-menu.jpg");
    -moz-transition: top 0.7s ease-in-out;
    -webkit-transition: top 0.7s ease-in-out;
    -moz-transition: top 0.7s ease-in-out;
    -o-transition: top 0.7s ease-in-out;
    transition: top 0.7s ease-in-out;
}
nav.open {
    top: 0;
}
nav * {
    text-transform: uppercase;
    color: white;
    font-family: "Jost", sans-serif;
    letter-spacing: 2px;
}
nav #logo-menu {
    margin-bottom: 20px;
}
nav h5 {
    font-size: 30px;
    margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
    nav h5,
    nav h5 a {
        font-size: 22px;
        line-height: 22px;
    }
}
nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    height: 30px;
}
nav ul.ul-languages {
    margin-top: 40px;
    margin-bottom: 20px;
}
nav ul li {
    margin: 0 35px;
}
nav ul.ul-languages li {
    margin: 0 15px;
}
nav ul.ul-languages li.active,
nav ul.ul-languages li.active a {
    font-weight: bold;
}
nav ul.rrss li {
    width: 30px;
    margin: 0 10px;
}
nav ul.rrss li img {
    width: 100%;
}

@media screen and (max-width: 800px) {
    nav ul {
        flex-direction: column;
        margin-bottom: 40px;
        height: auto;
    }
    nav ul.rrss {
        flex-direction: row;
    }
    nav ul.ul-languages {
        flex-direction: row;
    }
    nav ul li {
        margin: 0 auto;
        height: 20px;
        width: 100%;
    }
    nav ul.ul-languages li {
        margin: 0 15px;
        width: auto;
    }
}
nav a:hover,
nav a:focus {
    color: var(--color-ocher);
}
.bg-screen {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg-screen.light {
    background-color: rgba(0, 0, 0, 0.4);
}
.bg-screen.light25 {
    background-color: rgba(0, 0, 0, 0.25);
}

/************************************************************ 
*************************************************************  SECTION: HEADER - HOME 
*************************************************************/

.header {
    height: 100vh;
    background-position: 50% 50%;
    background-attachment: fixed;
}
.header .text {
    min-height: 50vh;
}
.header .text-small {
    min-height: 30vh;
}
.header.position-absolute {
    top: 0;
}
.header.contacto {
    height: 60vh;
}
@media screen and (max-width: 800px) {
    .header.contacto {
        height: auto;
    }
}
.header.contacto .text {
    min-height: 30vh;
}
/* video de fondo */
.box-video {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-video.video-age-gate {
    z-index: 10;
}
.video-bg {
    position: fixed;
    z-index: -1;
}
#video-age-gate {
    z-index: 11;
}
@media (min-aspect-ratio: 16/9) {
    .video-bg {
        width: 100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-bg {
        width: auto;
        height: 100%;
    }
}
.btn-play-video-home {
    display: flex;
    width: 120px;
    height: 120px;
    line-height: 30px;
    font-size: 30px;
    position: absolute;
    z-index: 5;
    top: 65%;
    left: 75%;
    margin: -60px 0 0 -60px;
    background-color: var(--color-red);
    text-align: center;
    font-family: "Jost", sans-serif;
    align-items: center;
    justify-content: center;
    letter-spacing: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0px 6px 12px -5px rgba(28, 28, 28, 0.52);
    -moz-box-shadow: 0px 6px 12px -5px rgba(28, 28, 28, 0.52);
    box-shadow: 0px 6px 12px -5px rgba(28, 28, 28, 0.52);
}
.btn-play-video-home.none {
    display: none;
}
@media screen and (max-width: 800px) {
    .btn-play-video-home {
        width: 80px;
        height: 80px;
        line-height: 20px;
        font-size: 20px;
        top: 65%;
        left: 75%;
        margin: -40px 0 0 -40px;
    }
}

/************************************************************ 
*************************************************************  SECTION: CHARACTERS - HOME 
*************************************************************/

.red-stripe {
    width: 100%;
    height: 390px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../images/page-home/red-stripe-home.png");
    top: -100px;
}
.red-stripe .wine-bottle {
    position: relative;
    z-index: 1;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    top: -220px;
}
@media screen and (max-width: 1440px) {
    .red-stripe .wine-bottle {
        width: 180px;
        margin-left: -90px;
        top: -160px;
    }
}
@media screen and (max-width: 800px) {
    .red-stripe .wine-bottle {
        width: 160px;
        margin-left: -80px;
    }
}
.red-stripe .wine-bottle img {
    width: 100%;
}
section.home-characters {
    background-color: var(--color-gray-dark);
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
section.home-characters .container {
    padding-bottom: 50px;
}
@media screen and (max-width: 800px) {
    section.home-characters .container {
        margin-top: -50px;
    }
}
section.home-characters h2 {
    margin-bottom: 40px;
}
section.home-characters .grid {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: 50px; */
    margin-bottom: 100px;
}
.character {
    width: 20%;
    height: 500px;
    margin: 0.4rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    -moz-transition: width 0.5s ease-in-out, height 0.5s ease-in-out,
        left 1s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out,
        left 1s ease-in-out;
    -moz-transition: width 0.5s ease-in-out, height 0.5s ease-in-out,
        left 1s ease-in-out;
    -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out,
        left 1s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out,
        left 1s ease-in-out;
    border: 2px solid rgba(0, 0, 0, 0);
    border-left: 0;
    border-right: 0;
}
.character:hover,
.character.active {
    width: 54%;
    border: 2px solid var(--color-ocher);
}
@media screen and (max-width: 800px) {
    section.home-characters .grid {
        flex-direction: column;
    }
    .character {
        margin: 0.4rem 0;
        width: 90%;
        height: 140px;
        background-position: 50% 0;
        border: 2px solid rgba(0, 0, 0, 0);
        border-top: 0;
        border-bottom: 0;
    }
    .character:hover,
    .character.active {
        width: 90%;
        height: 400px;
        background-position: 50% 50%;
    }
}
.character a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.character span {
    text-align: center;
    font-size: 32px;
    letter-spacing: 6px;
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: italic;
    color: var(--color-white);
    margin-bottom: 30px;
    text-transform: uppercase;
}
.character ico {
    margin-bottom: -60px;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../images/page-home/btn-see-more.svg");
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.character:hover ico {
    transform: rotate(360deg);
}
@media screen and (max-width: 800px) {
    .character span,
    .character ico {
        margin-bottom: 0;
    }
}
.character .bg-screen {
    z-index: 0;
}

/************************************************************ 
*************************************************************  SECTION: WINES 
*************************************************************/
section.wines {
    padding-top: 100px;
    padding-bottom: 200px;
}
@media screen and (max-width: 800px) {
    section.wines h3,
    section.wines .title {
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
}
.wine {
    background: var(--color-green-olive);
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .wine {
        width: 90%;
        margin: 0 auto;
    }
    .mmb50 {
        /*  */
        margin-top: 50px;
        margin-bottom: 50px;
    }
    section.wines .col-12 {
        padding: 0;
    }
}
.wine .image {
    position: relative;
    top: -100px;
    text-align: center;
}
.wine .image img {
    width: 200px;
}
@media screen and (max-width: 1024px) {
    .wine .image img {
        width: 160px;
    }
}
.wine .title {
    position: relative;
    top: -130px;
    margin-top: -40px;
    text-align: center;
}
.wine .title h4 {
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: normal;
    text-align: center;
    color: var(--color-ocher);
}
.wine-description {
    position: relative;
    top: -145px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.wine-description p {
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
}

.wine-btn-download{
    width: auto;
    padding: 16px 24px;
    font-style: normal;
    font-size: 24px;
    line-height:24px;
    text-align:center;  
    font-weight: 700;
    letter-spacing:2px;
    background: #AA0900;
    color:white; 
    text-transform: uppercase;
}

/************************************************************ 
*************************************************************  SECTION: Graffigna Wine Red - #GraffignaWine  
*************************************************************/

section.graffigna-wine-red {
    padding: 50px 0 50px 0;
    background-color: #991313;
}
@media screen and (max-width: 800px) {
    section.graffigna-wine-red {
        background-position: 50% 0%;
    }
    section.graffigna-wine-red .col-right {
        margin-top: 1.5rem;
    }
    section.graffigna-wine-red .row div {
        text-align: center;
    }
    section.graffigna-wine-red img {
        margin: 0 auto;
        width: 90%;
    }
}
#graffigna-wine-red-01,
#graffigna-wine-red-03 {
    margin-bottom: 30px;
}
#graffigna-wine-red-02 {
    margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
    #graffigna-wine-red-01,
    #graffigna-wine-red-02,
    #graffigna-wine-red-03,
    #graffigna-wine-red-04 {
        margin: 0px;
    }
}

.red-stripe-top {
    width: 100%;
    height: 300px;
    margin-top: -200px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-image: url("../images/graffigna-wine-red/red-stripe-top.png");
}
.red-stripe-bottom {
    width: 100%;
    height: 300px;
    margin-bottom: -100px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url("../images/graffigna-wine-red/red-stripe-bottom.png");
}
@media screen and (max-width: 800px) {
    .red-stripe-top {
        height: 150px;
        margin-top: -150px;
    }
    .red-stripe-bottom {
        height: 100px;
        margin-bottom: -100px;
    }
}

/************************************************************ 
*************************************************************  SECTION: CLAIM
*************************************************************  PAGES: Characters: Genius, Glorious, Genuine 
*************************************************************/

section.claim {
    height: 50vh;
    background-color: var(--color-cream);
}

section.claim .container,
section.claim .container .row {
    height: 100%;
}
section.claim .container .col {
    margin-top: -320px;
    display: flex;
}
@media screen and (max-width: 800px) {
    section.claim .container .col {
        margin-top: 0;
        text-align: center;
        align-items: flex-end;
        justify-content: center;
        min-width: 100%;
        width: 100%;
    }
}
section.claim .container p {
    color: var(--color-gray-dark);
    text-transform: uppercase;
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 500;
font-style: normal;
    font-size: 90px;
    line-height: 90px;
}
section.claim .container p i {
    display: block;
    color: var(--color-red);
    font-size: 100px;
    font-weight: bold;
    letter-spacing: 3px;
}
@media screen and (max-width: 800px) {
    section.claim .container p,
    section.claim .container p i {
        font-size: 60px;
        line-height: 60px;
    }
}
section.claim .wine-bottle {
    position: relative;
    width: 200px;
    right: 0;
    top: -350px;
    text-align: right;
}
@media screen and (max-width: 800px) {
    section.claim .wine-bottle {
        position: absolute;
        width: 140px;
        top: 60%;
        right: 50%;
        margin-right: -70px;
    }
}
section.claim .wine-bottle img {
    width: 100%;
}

/************************************************************ 
*************************************************************  SECTION: CONTENT - SHOW YOUR CHARACTER 
*************************************************************  PAGES: Characters: Genius, Glorious, Genuine 
*************************************************************/

section.content#show-your-character {
    height: auto;
    background-attachment: fixed;
}
section.content#show-your-character img {
    width: 600px;
    position: relative;
    top: -60px;
    left: 50%;
    margin-left: -300px;
    z-index: 1;
}
section.content#show-your-character h1 {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 50vw;
    margin-left: -25vw;
    z-index: 2;
}
@media screen and (max-width: 1024px) {
    section.content#show-your-character img {
        width: 500px;
        margin-left: -250px;
    }
    section.content#show-your-character h1 {
        width: 88vw;
        margin-left: -44vw;
    }
}
@media screen and (max-width: 800px) {
    section.content#show-your-character img {
        width: 400px;
        top: -40px;
        margin-left: -200px;
    }
}
@media screen and (max-width: 600px) {
    section.content#show-your-character img {
        width: 90%;
        margin-left: -45%;
    }
}

/************************************************************ 
*************************************************************  SECTION: GRAFFIGNA-G    
*************************************************************  PAGES: Characters: Genius, Glorious, Genuine 
*************************************************************/

section.graffigna-g .container {
    margin-top: -150px;
}
section.graffigna-g img {
    margin-top: 40px;
    margin-bottom: 60px;
    width: 180px;
}
@media screen and (max-width: 1024px) {
    section.graffigna-g img {
        width: 140px;
    }
}
section.graffigna-g .container .row .col p {
    width: 70%;
    margin: 0 auto;
}
section.graffigna-g .container .row .col p i {
    display: block;
    font-weight: bold;
}

/************************************************************ 
*************************************************************  SECTION: MARQUEE   
*************************************************************  PAGES: Characters: Genius, Glorious, Genuine 
*************************************************************/

section.marquee {
    height: 400px;
    padding: 100px 0;
}
section.marquee #marquee {
    opacity: 0.5;
}
.marquee #marquee {
    font-size: 150px;
    line-height: 200px;
    height: 200px;
    text-transform: uppercase;
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: normal;
    color: var(--color-ocher);
}
.marquee .inner {
    position: relative;
    width: 50%;
    display: flex;
    background-color: red;
    font-size: 150px;
    line-height: 200px;
    height: 200px;
    text-transform: uppercase;
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: normal;
    color: var(--color-ocher);
}
.marquee .inner > * {
    white-space: nowrap;
    padding: 0 50px;
    background-color: blue;
}

/************************************************************ 
*************************************************************  SECTION: RECOMMENDATION   
*************************************************************  PAGES: Characters: Genius, Glorious, Genuine 
*************************************************************/

section.recommendation {
    padding-bottom: 100px;
}
section.recommendation .texts_box h4 {
    margin-bottom: 30px;
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: italic;
}
section.recommendation .texts_box p.text {
    font-size: 20px;
}
section.recommendation .texts_box {
    width: 80%;
}
@media screen and (max-width: 600px) {
    section.recommendation .texts_box {
        width: 100%;
    }
}

section.recommendation .bg-wine-bottle {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
section.recommendation .bg-wine-bottle img {
    width: 200px;
}
@media screen and (max-width: 800px) {
    section.recommendation .bg-wine-bottle {
        margin-bottom: 100px;
    }
    section.recommendation .bg-wine-bottle img {
        width: 160px;
    }
}

/************************************************************ 
*************************************************************  SECTION: CLAIM   
*************************************************************  PAGES: collection y selection - bajada despues del header
*************************************************************/

section.claim-black {
    height: 40vh;
    background-color: var(--color-gray-dark);
}
section.claim-black.selection {
    background-color: var(--color-cream);
}
section.claim-black.selection .container p {
    color: var(--color-gray-dark);
}
section.claim-black .container p i {
    display: block;
    color: var(--color-red);
    font-weight: bold;
}
section.claim-black .col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
section.claim-black .col img {
    margin-right: 60px;
}

@media screen and (max-width: 800px) {
    section.claim-black {
        height: auto;
        padding: 60px 0;
    }
    section.claim-black .col {
        display: block;
        text-align: center;
    }
    section.claim-black .col img {
        margin: 0 auto;
        width: 120px;
    }
}

/************************************************************ 
*************************************************************  WINE-CATEGORIES   
*************************************************************  PAGES: collection y selection - lista de vinos tipo timeline
*************************************************************/

section.wine-categories {
    background-color: var(--color-cream);
    height: auto;
}
section.wine-categories.selection {
    background-color: var(--color-gray-dark);
}
section.wine-categories .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.wine-categories .bg-wine-bottle {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
section.wine-categories .bg-wine-bottle img {
    width: 200px;
}
@media screen and (max-width: 800px) {
    section.wine-categories .bg-wine-bottle img {
        width: 160px;
    }
}
section.wine-categories .texts_box {
    width: 80%;
}
@media screen and (max-width: 600px) {
    section.wine-categories .texts_box {
        width: 100%;
    }
}
section.wine-categories .texts_box,
section.wine-categories .texts_box h4,
section.wine-categories .texts_box p {
    color: var(--color-gray-dark);
}
section.wine-categories.selection .texts_box,
section.wine-categories.selection .texts_box h4,
section.wine-categories.selection .texts_box p {
    color: white;
}
section.wine-categories .texts_box h4 {
    margin-bottom: 30px;
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: italic;
font-size: 3.5rem;
}
section.wine-categories .texts_box p {
    font-size: 20px;
}
section.wine-categories .col-right {
    display: flex;
    justify-content: flex-end;
}

/************************************************************ 
*************************************************************  IT-MAY-INTEREST-YOU  
*************************************************************  PAGES: collection y selection 
*************************************************************/

section.it-may-interest-you {
    padding-top: 50px;
}
section.it-may-interest-you.collection {
    background-color: var(--color-gray-dark);
}
section.it-may-interest-you.selection {
    background-color: var(--color-cream);
}
section.it-may-interest-you.selection .text-center {
    color: var(--color-gray-dark);
}
section.it-may-interest-you.collection .text-center {
    color: var(--color-ocher);
}

section.it-may-interest-you .text-center {
    text-transform: uppercase;
}
section.it-may-interest-you .text-center p {
    /* font-size:2rem;  */
    font-size: 42px;
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 500;
font-style: normal;
}
.it-may-interest-you .text-center h4 {
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: italic;
}
section.it-may-interest-you .wine {
    width: 100%;
    margin: 100px 0;
    height: 360px;
}
section.it-may-interest-you .wine .image img {
    width: 120px;
}
section.it-may-interest-you .wine .title {
    top: -100px;
    margin-top: 0;
}
section.it-may-interest-you .wine .title h4 {
    font-size: 2rem;
    font-size: 30px;
    font-weight: bold;
}
section.it-may-interest-you .wine a:hover .title h4 {
    color: var(--color-white);
}

/************************************************************ 
*************************************************************  CONTACT 
*************************************************************/

section.formulario {
    padding: 140px 0 200px 0;
}
section.formulario h3 {
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: normal;
    letter-spacing: 2px;
}
#form-container {
    padding-top: 35px;
}
@media screen and (max-width: 800px) {
    section.formulario {
        padding: 100px 0;
    }
    #form-container {
        padding-top: 20px;
    }
}
#form-container input,
#form-container select,
#form-container textarea {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    border-bottom: 1px solid white;
    color: white;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 2rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#form-container textarea {
    overflow: auto;
    resize: vertical;
    height: 130px;
    min-height: 130px;
    max-height: 130px;
}
#form-container input[type="submit"] {
    background-color: var(--color-red);
    border: 0px;
    display: inline-block;
    margin: 0px auto;
    padding: 1rem;
    width: 160px;
    font-family: "futura-pt-condensed", sans-serif;
font-weight: 700;
font-style: normal;
    font-size: 32px;
}
#form-container .submit {
    margin-top: 60px;
}

/************************************************************ 
*************************************************************  FOOTER 
*************************************************************/

footer {
    background-color: var(--color-green-olive);
    padding: 50px 0 100px;
}
footer.none {
    display: none !important;
}
footer a {
    color: var(--color-white);
}
footer a:hover,
footer a:active {
    color: var(--color-ocher);
}
footer p {
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
}
footer ul li {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
@media screen and (max-width: 912px) {
    footer ul {
        margin-top: 30px;
    }
    footer ul li {
        text-align: center;
    }
}
ul.rrss {
    display: flex;
    text-align: right;
    justify-content: center;
}
ul.rrss.rrss-footer {
    justify-content: flex-end;
}
ul.rrss li:first-child {
    margin-right: 20px;
}
@media screen and (max-width: 912px) {
    ul.rrss {
        justify-content: center;
    }
}

/************************************************************ 
*************************************************************  LOADER 
*************************************************************/

#loader {
    border: 8px solid var(--color-red);
    border-radius: 50%;
    border-top: 8px solid white;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#loader-logo-svg {
    width: 360px;
    height: 176px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -180px;
    z-index: 10000;
}
#loader-logo-svg,
#loader-logo-svg path,
#loader-logo-svg rect {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 600px) {
    #loader-logo-svg {
        top: 20px;
        width: 70%;
        margin-left: -35%;
        height: auto;
    }
}

/************************************************************ 
*************************************************************  MODAL:  VIDEO - OVERLAY 
*************************************************************/

#modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-position: 100% 0px;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: 100;
    display: none;
    cursor: pointer;
}
@media screen and (max-width: 600px) {
    #modal-overlay {
        background-size: 20px 20px;
    }
}
#modal-video {
    width: 1px;
    height: 1px;
    position: fixed;
    top: -100px;
    left: 0;
    z-index: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#modal-video.centered {
    width: 100%;
    z-index: 1000;
}
#modal-video.height {
    top: 0;
    height: 100%;
}
#btn-close-video {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/buttons/btn-close-x.svg");
    cursor: pointer;
}
@media screen and (max-width: 600px) {
    #btn-close-video {
        width: 30px;
        height: 30px;
    }
}

/************************************************************ 
*************************************************************  AGE-GATE 
*************************************************************/

section.age-gate {
    background-color: rgba(20, 20, 20, 0.9);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
section.age-gate.none,
#box-video-age-gate.none {
    display: none !important;
}
section.age-gate.close {
    margin-top: -120vh;
}
section.age-gate .container {
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.age-gate .container .question {
    font-size: 24px;
    color: var(--color-ocher);
    letter-spacing: 3px;
    text-transform: uppercase;
}
