@keyframes focus{
    0%{
        transform:scale(1)
    }
    50%{
        transform:scale(1.3)
    }
    100%{
        transform: scale(1);
    }
}

@keyframes popUp {
    0% {
        transform: scale(0);
    }
    60% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

body {
    margin: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

html, body {
    margin: unset;
    padding: unset;
}

body .preloadVideos {
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0;
    height: 100vh;
}

body .preloadVideos video {
    width: 1px;
    height: 1px;
}

/* COOKIES */

html body #cmpbox {
    display: none;
}

html body #cmpbox.cookiesBannerActive {
    display: block;
}

/* COOKIES */

.r1Text :is(h2,a) {
    margin: 0;
}

.r8Text h3 {
    font-family: 'Oswald';
    font-size: 5em;
    font-weight: 700;
    margin: 0;
    line-height: 110%;
    color: #1D1D1B;
    text-align: center;
}

p.textAnimation {
    max-width: 80%;
}


.r5BlurbRotation a{
    display:block;
    width:100%;
    height:100%;
}
.row1 {
    height: 100vh;
    background-image: url('https://zen-leavitt.93-93-116-169.plesk.page/master-cocktail/assets/heroMasterCocktail.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 60%;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.containerHeroText .firstRowTextHero {
    display: flex;
    flex-direction: row;
}

.imgTitleHero svg {
    width: 100%;
    height: 100%;
    display: block;
}

.firstRowHero .imgTitleHero {
    height: 100%;
}

.firstRowTextHero .imgTitleHero {
    height: 90px;
    width: 45px;
    transform: translateY(-20px);
    margin-left: 30px;
}

.containerHeroText .secondRowTextHero {
    margin-left: 86px;
}

.r1Text h2 {
    font-family: 'Caviar Dreams';
    font-weight: 700;
    color: white;
    font-size: 80px;
    line-height: 100%;
}
.r1Text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    display: flex;
    flex-direction: column;
    gap: 2em;
    align-items: center;
    justify-content: center;
}

.commonButtonMobile {
    display: none;
}

.commonButton, .commonButtonMobile, .commonButtonDesktop {
    font-family: 'Caviar Dreams';
    font-weight: 700;
    width: fit-content;
    color: white;
    border-radius: 10px;
    border: 1px solid #E9BC5E;
    font-size: 1.5em;
    padding: 1.5% 8%;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    position: relative;
}

.commonButtonDesktop, .commonButtonMobile {
    z-index: 1;
    margin: 0 auto;
    font-size: 1.1em;
}

.commonButton::after, .commonButtonMobile::after, .commonButtonDesktop::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    border-radius: 10px;
    background-color: #E9BC5E;
    z-index: -1;
    transition: all 0.35s cubic-bezier(.79, .32, .29, .77);
}

.commonButton:hover, .commonButtonMobile:hover, .commonButtonDesktop:hover {
    background-color: unset;
    transition: all 0.3s cubic-bezier(1,-0.01,.79,.06);
    border: 1px solid transparent;
    color: white;
}

.commonButton:hover::after, .commonButtonMobile:hover::after, .commonButtonDesktop:hover::after {
    width: 100%;
    height: 100%;
}



.r2FlexImageText {
    pointer-events: none;
}

.r2FlexText * {
    margin: 0;
}

.r2FlexText .mainText {
    position: relative;
}

.r2FlexText h2 span.whiteText {
    color: white;
    position: relative;
    z-index: 1;
}

.r2FlexText h2 span.whiteText::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(156, 24, 47);
    width: 150%;
    height: 90%;
    z-index: -1;
    transform: translate(-27%, 6%);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.r2FlexContainer>* {
    display: flex;
    flex-direction: column;
    flex: 1;
}


.r2FlexText h2 {
    font-family: 'Oswald';
    font-size: 5.3em;
    color: #E9B959;
    line-height: 120%;
}

.r2FlexText h2 span{
    color: #9C182F
}

.r2FlexContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 0%;
}
.r2Image :is(img, video) {
    width: 101%;
    height: 101%;
    object-fit: cover;
    border-radius: 17px;
    display:block;
}
.r2FlexImages .box {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 23px;
    overflow: clip;
}
.r2FlexImage1 .box {
    border: 5px solid rgb(233, 185, 89)
}
.r2FlexImage2 .box {
    border: 5px solid rgb(156, 24, 47);
}
.r2FlexImage.r2FlexImage1 svg * {
    fill: #e9b959;
    stroke: #e9b959;
}

.r2FlexImage.r2FlexImage2 svg * {
    fill: #9C182F;
    stroke: #9C182F;
}

.r2FlexImage {
    display: flex;
    flex-direction: row;
}
.r2FlexText {
    flex: 0.7;
    gap: 1.5em;
}
.r2FlexImage.r2FlexImage2 {
    flex-direction: row-reverse;
}

.r2Image {
    display: flex;
    flex: 1;
    height: 45.5vh;
}

.r2FlexImage1 .r2FlexImageText {
    display: flex;
    flex: 1;
    align-items: flex-start;
    transform: translateX(3%);
}

.r2FlexImage2 .r2FlexImageText {
    display: flex;
    flex: 1;
    align-items: flex-end;
    flex-direction: row-reverse;
    transform: translateX(-3%) translateY(2.9%);
}

.r2FlexImageText p {
    margin: 0;
    color: #1D1D1B;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 0.85em;
}
.r2FlexImageText .r2FlexSvgContent {
    height: 80px;
    width: 20px;
}
.r2FlexSvgContent svg {
    height: 100%;
    width: 100%;
    display: block;
}
.r2FlexImages {
    gap: 2em;
}
.r2FlexImage1 .r2FlexTextContent {
    width: 100%;
    padding-right: 12%;
    box-sizing: border-box;
    margin-left: 3%;
}
.r2FlexImage2 .r2FlexTextContent {
    width: 100%;
    text-align: right;
    padding-left: 25%;
    box-sizing: border-box;
    margin-right: 3%;
}

.r2FlexImage.r2FlexImage1 {
    transform: translateX(7%);
}

.r2FlexImage.r2FlexImage2 {
    transform: translateX(-7%);
}
.r2FlexText h3 {
    font-family: 'Caviar Dreams';
    font-size: 2.7em;
    font-weight: 500;
    margin-bottom: 4%;
}

.r2FlexText p {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #1D1D1B;
    font-size: 1.3em;
}
.r2Hashtag p {
    text-align: center;
    font-family: 'Caviar Dreams';
    font-size: 3.2em;
    font-weight: 400;
    letter-spacing: 0.2em;
}

.r2Hashtag {
    margin: 8% 0;
}

.row2 {
    background-color: #F4F4F4;
    padding: 7% 8%;
    padding-bottom: 2%;
    overflow-x: hidden;
    position: relative;
}

/* MODAL ROW 2 */

.modalRow2 {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

/* MODAL ROW 2 */

.row3 {
    background-color: #F4F4F4;
    padding: 7% 8%;
    padding-top: 0;
}

.r3FlexContainer {
    display: flex;
    flex-direction: row;
    gap: 10%;
}
.r3FlexText h3 {
    font-family: 'Oswald';
    font-size: 4em;
    font-weight: 700;
    margin: 0;
}
.r3FlexBlurbs {
    display: flex;
    flex-direction: row;
    gap: 2em;
}
.r3BlurbText {
    display: flex;
    flex-direction: row;
    gap: 5%;
}
.r3FlexBlurbsContainer {
    display: flex;
    flex-direction: column;
    gap: 2em;
    flex: 1.5;
}

.r3BlurbTextStep p {
    color: #E9BC5E;
    font-family: 'Oswald';
    font-weight: 700;
    margin: 0;
    line-height: 100%;
    font-size: 5.5em;
}
.r3BlurbImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.r3BlurbImage {
    display: flex;
    height: 60%;
}
.r3Blurb {
    display: flex;
    flex-direction: column;
}
.r3Blurb.r3Blurb1 .r3BlurbText, .r3Blurb.r3Blurb4 .r3BlurbText {
    background-color: #9C182F;
}
.r3BlurbImage img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.r3BlurbText {
    display: flex;
    flex-direction: row;
    gap: 5%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 2% 6%;
    height: 14vh;
    max-height: 14vh;
}


.r3Blurb.r3Blurb3 .r3BlurbText {
    background-color: #1D1D1B;
}
.r3Blurb.r3Blurb2 .r3BlurbText {
    background-color: #E9BC5E;
}

.r3BlurbInnerText h3 {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 2.5em;
    margin: 0;
    color: #E9BC5E;
}

.r3BlurbInnerText P a {
    color: #f4f4f4;
}

.r3Blurb {
    height: 22vw;
    max-height: 22vw;
    width: 100%;
    overflow: visible;
    opacity: 0;
}
.r3BlurbInnerText P {
    font-family: 'Caviar Dreams';
    font-weight: 400;
    color: #F4F4F4;
    margin: 0;
    transform: translateY(-8px);
    font-size: 0.9em;
}

.r3Blurb2 .r3BlurbInnerText h3 {
    color: #F4F4F4;
}
.r3Blurb2 .r3BlurbTextStep p {
    color: #f4f4f4;
}
.r3FlexText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
}
.r3FlexText h3 {
    font-family: 'Oswald';
    font-size: 6em;
    font-weight: 700;
    margin: 0;
    line-height: 110%;
    color: #1D1D1B;
}

.r3FlexText h4 {
    color: #1D1D1B;
    font-family: 'Caviar Dreams';
    font-weight: 500;
    font-size: 3em;
    margin: 0;
    margin-top: 0.4em;
}

.r3FlexText p {
    color: #1D1D1B;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 1.3em;
}

.row4 {
    background-color: #9C182F;
    position: relative;
    padding: 7% 8%;
    overflow-x: clip;
}

@supports (-webkit-touch-callout:none){
    
.r4IllustrationApple{
    display:block!important;
}
.r4IllustrationApple video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.r4Illustration  {
    display: none;
}

.row4{
    overflow:clip;
}

}   

.r4IllustrationApple{
    display:none;
}

.r4Illustration video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.r4FlexContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 7%;
}
.r4Blurbs {
    display: flex;
    flex-direction: row;
    gap: 2em;
}
.r4Blurb {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 30vh;
    background-color: #F4F4F4;
    border-radius: 10px;
    transition: all 0.25s ease-in-out;
}



.r4Blurb :is(h3,p) {
    transition: all 0.25s ease-in-out;
}


.r4RequirementBlurbs {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.r4FlexContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 7%;
}
.r4Blurb h3 {
    font-family: 'Oswald';
    font-weight: 700;
    color: #E9BC5E;
    font-size: 5.6em;
    margin: 0;
    text-align: center;
}

.r4Blurb h3 {
    font-family: 'Oswald';
    font-weight: 700;
    color: #E9BC5E;
    font-size: 5.9em;
    margin: 0;
    text-align: center;
}
.r4Blurb h3 span {
    font-size: 0.5em;
}
.r4Blurb {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 30vh;
    background-color: #F4F4F4;
    border-radius: 10px;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: flex-start;
}
.r4Blurb.r4NoTextBlurb {
    justify-content: center;
}
.r4Blurb.r4NoTextBlurb h3 {
    font-size: 2.3em;
    padding: 0% 7%;
}

.r4Blurb p {
    padding: 0% 7%;
    text-align: center;
    color: #1D1D1B;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 0.9em;
}



.r4FlexText h3 {
    color: #F4F4F4;
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 5em;
    margin: 0;
    line-height: 1.2em;
}
.r4FlexText {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 1%;
    z-index: 2;
}
.r4FlexText {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 1%;
}
.r4FlexText p {
    font-family: 'Caviar Dreams';
    color: #F4F4F4;
    font-weight: 400;
    font-size: 1.3em;
    margin: 0;
    letter-spacing: 0.2em;
}


.r4Illustration {
    position: absolute;
    left: 67%;
    width: 650px;
    height: 650px;
    top: 100%;
    z-index: 1;
    transform: translateY(calc(-100% + 77px));
}

video.firstWinePourVideo.videoEnded {
    display: none;
}
video.secondWinePourVideo {
    display: none;
}
video.secondWinePourVideo.videoActive {
    display: block;
}
.row5 {
    padding: 7% 8%;
    background-color: #1E1E1C;
    overflow-x: hidden;
}

.r5FlexContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
}

.r5Text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.r5Text>h3 {
    position: relative;
}


.r5Image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.r5Image {
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
    width: 32%;
    height: 39.2vh;
}

/*
width: 500px;
height: 351px;
*/

.r5Text h3 {
    font-family: 'Oswald';
    color: #F4F4F4;
    font-size: 4.8em;
    font-weight: 700;
    margin: 0;
}


.r5Text span {
    color: #F4F4F4;
    font-family: 'Caviar Dreams';
    font-weight: 400;
    font-size: 3em;
    margin-top: 5.5vh;
}


.r5Text h3 {
    font-family: 'Oswald';
    color: #F4F4F4;
    font-size: 5.7em;
    font-weight: 700;
    margin: 0;
    line-height: 120%;
    white-space: nowrap;
    padding-right: 50px;
}

.r5Text .marqueeTitle {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    transform: translateX(-18.3%);
    opacity: 0.3;
}

.r5Text>h3>span {
    font-size: 1em;
    font-family: 'Oswald';
    font-weight: 800;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
}

.r5Text .marqueeTitle1, .r5Text .marqueeTitle2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-shrink: 0;
    width: 50%;
}

.r5Text p {
    font-family: 'Montserrat';
    color: #F4F4F4;
    font-size: 1.5em;
    padding-right: 87%;
}


.r5Blurbs {
    display: flex;
    flex-direction: row;
    margin-top: 9%;
    gap: 1.2em;
}



.r5BlurbTitle .cls-1 {
    fill: #9c182f!important;
}



.r5BlurbTitle svg {
    width: 20px;
    height: 20px;
}


.r5BlurbText {
    transform: translateY(-65%);
    background: linear-gradient(
        -180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(153, 92, 103, 0.5) 30%,
        rgb(156, 24, 47) 70%,
        rgb(156, 24, 47) 100%
    );
    padding: 1.5vh 0;
}

.r5BlurbText hr {
    margin: 2vh 0;
    width: 108.4%;
    margin-left: -5.4%;
    margin-right: -5%;
    border: 4px solid white;
}

.r5BlurbTitle p {
    height: fit-content;
    color: #F4F4F4;
    margin: 0;
    font-family: 'Caviar Dreams';
    font-weight: 700;
    font-size: 1.4em;
    line-height: 100%;
    width: 95%;
}
.r5BlurbTextDrinks p {
    font-family: 'Caviar Dreams';
    font-weight: 600;
    color: white;
    margin: 0;
    font-size: 0.8em;
    text-wrap: nowrap;
}

.r5BlurbTextDrinks a {
    color: white;
    text-decoration: none;
    font-family: 'Caviar Dreams';
    font-size: 0.9em;
}


.r5BlurbTitle {
    display: flex;
    flex-direction: row;
    gap: 0.2em;
    align-items: center;
}

.r5BlurbTextDrinks {
    position: relative;
    text-align: right;
    color: white;
}

/* ANIMACIÓN 3D REVERSE WITH HOVER */

.r5BlurbRotation {
    width: 100%;
    height: 50vh;
    position: relative;
    perspective: 1000px;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
}

.r5BlurbRotation img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.r5BlurbRotation img:first-of-type {
    transform: translateZ(0px) rotateY(180deg);
}

.r5BlurbRotation img:last-of-type {
    transform: translateZ(0.5px) rotateY(0deg);
}

.r5BlurbImage:hover .r5BlurbRotation {
    transform: rotateY(180deg);
}

/* ANIMACIÓN 3D REVERSE WITH HOVER */

.r5BlurbButton {
    border: 1px solid white;
    border-radius: 4px;
    padding: 2% 3%;
    display: flex;
    flex-direction: row;
    text-wrap: nowrap;
    justify-content: space-between;
    width: auto;
    transition: all 0.25s ease-in-out;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    margin: 0 5%;
}
.r5BlurbButton span {
    font-family: 'Caviar Dreams';
    font-weight: 600;
    color: white;
    font-size: 1.6em;
}

.r5Blurb {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1em;
}

.r5BlurbText .r5BlurbTextMain {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 5%;
    height: 70px;
}

.r5BlurbSeparator {
    width: 100%;
    height: 8px;
    background-color: white;
    margin: 2vh 0;
}

div.r5BlurbAnchor {
    text-decoration: none;
    color: white;
    font-family: 'Caviar Dreams';
    font-size: 1.5em;
}


.r5BlurbButton :is(a,span) {
    transition: all 0.25s ease-in-out;
}

/*
.r5BlurbButton:hover :is(a,span) {
    color: #E9BC5E;
}
.r5BlurbButton:hover {
    border-color: #E9BC5E;
}
*/

.r5BlurbButton::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0px;
    height: 0px;
    border-radius: 10px;
    background-color: #E9BC5E;
    z-index: -1;
    transition: all 0.35s cubic-bezier(.79,.32,.29,.77);
}

.r5BlurbButton:hover {
    border: 1px solid transparent;
    transition: 0.3s cubic-bezier(1,-0.01,.79,.06) border;

}
.r5BlurbButton:hover a, .r5BlurbButton:hover span {
    color: white;
}
.r5BlurbButton:hover::after {
    width: 100%;
    height: 100%;
}


.r6BlurbsContainer {
    display: flex;
    flex-direction: column;
}

.r6Blurb {
    display: flex;
    flex-direction: row;
}

.r6BlurbImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.r6Blurb.r6Blurb1 .r6BlurbImage img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.r6BlurbImage {
    position: relative;
}

.r6BlurbInImageText p {
    color: #F4F4F4;
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 5em;
    margin: 0;
}
.r6BlurbInImageText {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.r6Blurb1 .r6BlurbText {
    background-color: #1D1D1B;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.r6BlurbTextWithImage h2 {
    font-family: 'Caviar Dreams';
    font-size: 3.5em;
    width: fit-content;
    color: #f4f4f4;
    margin: 0;
    font-weight: 700;
}

.r6BlurbImage {
    position: relative;
    display: flex;
    flex: 1.3;
    width: 100%;
    height: 40vh;
}

.r6BlurbTextWithImage h3 {
    font-family: 'Caviar Dreams';
    font-weight: 700;
    color: #f4f4f4;
    font-size: 1.3em;
    padding-right: 20%;
    margin: 0;
    text-align: left;
    margin-bottom: 1vh;
    box-sizing: border-box;
}
.r6Blurb svg {
    width: 30px;
    height: 30px;
}
.r6BlurbText p {
    margin: 0;
    color: #f4f4f4;
    font-family: 'Caviar Dreams';
    font-weight: 400;
    font-size: 1em;
    text-align: left;
}

.r6BlurbText {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 3% 0;
}

.r6BlurbText>* {
    padding-left: 12%;
    padding-right: 9%;
    transform: translateX(7%);
}

.r6BlurbTextWithImage {
    position: relative;
    margin-bottom: 5vh;
}

.r6BlurbText p {
    margin-bottom: 1%;
}
.r6BlurbText h3 {
    margin-top: 3%;
}
.r6BlurbTextWithImage svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    height: 120px;
    transform: translate(0, -50%);
}

.r6Blurb1 h2 {
    transform: translateX(-10px);
}

.r6Blurb.r6Blurb1 {
    height: 63vh;
}

.r6Blurb.r6Blurb2, .r6Blurb.r6Blurb3 {
    height: 26vh;
}

.r6Blurb.r6Blurb2 .r6BlurbImage img {
    object-position: 0% 31%;
}

.r6Blurb.r6Blurb3 .r6BlurbImage img {
    object-position: 0% 80%;
}

.r6BlurbsContainer {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.r6Blurb.r6Blurb2 .r6BlurbText {
    background-color: #9C182F;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}



.r6Blurb.r6Blurb2 .r6BlurbImage img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.r6Blurb.r6Blurb3 {
    flex-direction: row-reverse;
}


.r6Blurb.r6Blurb3 .r6BlurbText {
    background-color: #e9b959;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.r6Blurb.r6Blurb3 .r6BlurbImage img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.row7Desktop {
    display: block;
    height: auto;
    position: relative;
    background-color: white;
}

.galleryWrapGrainBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: color-dodge;
    background-blend-mode: color-dodge;
    display:none;
}

.galleryWrapGrainBackground img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: color-dodge;
    background-blend-mode: color-dodge;
}

.row7Mobile {
    display: none;
}

.gallery__item:nth-of-type(3) img {
    object-position: 0px -45px;
}

.r7Image {
    height: 100%;
    width: 100%;
}

.r7Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 38%;
}


.r7InImageText p {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #f4f4f4;
    font-size: 0.8em;
    width: 28%;
    text-align: right;
    margin-right: 0.8em;
    margin-top: 0;
}
.r7InImageText svg {
    height: 80px;
    width: auto;
}

.r7InImageText {
    position: absolute;
    top: 80%;
    left: 10%;
    display: flex;
    flex-direction: row;
}

.r8Text h2 span {
    position: relative;
    color: white;
    z-index: 2;
}

.row8PlayVideo svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: contain;
}

.row8PlayVideo {
    position: absolute;
    top: 50%;
    transition: all 0.2s ease-in-out;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    height: 70px;
    filter: drop-shadow(2px 4px 6px black);
    pointer-events: none;
}

.r8Text h2 {
    font-family: 'Oswald';
    color: #1a1a1a;
    text-align: center;
    font-size: 5em;
    margin: 0;
    line-height: 100%;
    white-space: nowrap;
    text-wrap: nowrap;
}

.r8Video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
}

.row8 {
    background-color: #eeeeee;
    display: flex;
    flex-direction: column;
    padding: 11vh 0;
    position: relative;
    overflow: hidden;
}

.row8BGImage {
    position: absolute;
    top: 116%;
    left: -6%;
    width: 800px;
    height: 700px;
    transform: translateY(-100%);
}

.row8BGImage svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.r8Text h2 span::after {
    content: '';
    position: absolute;
    top: 52%;
    left: -10px;
    width: 100vw;
    display: block;
    background: #e8b959;
    height: calc(100% - 20px);
    z-index: -1;
    transform: translateY(-50%);
}

.r8Videos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.videoLinkWhiteLine {
    width: 41%;
    height: 9px;
    background-color: white;
}


.videoLink a {
    text-decoration: unset;
    color: white;
    font-family: 'Oswald';
    font-size: 1.7em;
    margin: unset;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    padding-right: 10%;
}

.r8Text {
    position: relative;
    padding-bottom: 7vh;
}

.videoOverlayText p {
    font-family: 'Caviar Dreams';
    color: white;
    margin: unset;
    font-size: 1.5em;
}

.videoOverlayText h3 {
    font-family: 'Oswald';
    color: white;
    text-transform: uppercase;
    font-size: 2.4em;
    margin: unset;
}

.r8Video {
    width: 19%;
    margin: 0% 2%;
    position: relative;
    aspect-ratio: 9/16;
    border: 3px solid #9c182f;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.row8 .commonButton {
    color: black;
    text-decoration: none;
    padding: 0.8% 4%;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0 auto;
    z-index: 3;
    margin-top: 17vh;
}

.videoLink svg {
    width: 40px;
    height: 40px;
}

.r8Videos {
    display: flex;
    flex-direction: row;
}

.r3FlexBlurbsContainer{
    display:flex;
}

.r3FlexBlurbsContainer.phone{
    display:none;
}


/* SCRUBBED BENTO GALERY */

.section > p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.gallery-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.galleryDesktop {
    position: relative;
    width: 100%;
    height: 100%;
    flex: none;
}

.gallery__item {
  background-position: 50% 50%;
  background-size: cover;
  flex: none;
  position: relative;
}

.gallery__item img, .gallery__item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.isActive.mediaImg {
    opacity: 1;
    display: block;
}

.isActive.mediaVideo {
    opacity: 1;
    display: block;
}

.videoOverlayText {
    width: 100%;
    height: fit-content;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
    padding: 3vh 5%;
    box-sizing: border-box;
    background: linear-gradient(
0deg, rgba(0,0,0,0.9) 20%, transparent 90%);
    transition: all 0.2s ease-in-out;
}
.r8Video .videoOverlayText:hover{
    opacity:1!important;
}
.r8Video.row8VideoPlaying .videoOverlayText {
    opacity: 0.2;
}

.r8Video.row8VideoPlaying .row8PlayVideo {
    opacity: 0;
    pointer-events: none;
}

.videoLink svg, .videoLink svg * {
    transition: all 0.15s ease-in-out;
}

.videoLink {
    position: absolute;
    top: calc(100% - 1px);
    left: -3px;
    background-color: #9c182f;
    width: calc(100% + 6px);
    height: fit-content;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 2vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemImage {
    width: 100%;
    height: 100%;
}

.gallery--bento {
  display: grid;
  gap: 0.7vh;
  grid-template-columns: repeat(3, 32.5vw);
  grid-template-rows: repeat(4, 23vh);
  justify-content: center;
  align-content: center;
}

.gallery--final.gallery--bento {
  grid-template-columns: repeat(3, 100vw);
  grid-template-rows: repeat(4, 49.5vh);
  gap: 0.8vh;
}

.gallery--bento .gallery__item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}

.gallery--bento .gallery__item:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}

.gallery--bento .gallery__item:nth-child(3) {
  grid-area: 2 / 2 / 4 / 3;
}

.gallery--bento .gallery__item:nth-child(4) {
  grid-area: 1 / 3 / 3 / 3;
}

.gallery--bento .gallery__item:nth-child(5) {
  grid-area: 3 / 1 / 3 / 2;
}

.gallery__item:nth-child(5) video {
    object-position: 0px -140px;
}

.gallery--bento .gallery__item:nth-child(6) {
  grid-area: 3 / 3 / 5 / 4;
}

.gallery--bento .gallery__item:nth-child(7) {
  grid-area: 4 / 1 / 5 / 2;
}

.gallery--bento .gallery__item:nth-child(7) video {
    object-position: 0px -48px;
}

.gallery--bento .gallery__item:nth-child(8) {
  grid-area: 4 / 2 / 5 / 3;
}

.gallery__item:nth-of-type(3) .mediaVideo {
    object-position: 0px center;
}

.section {
  padding: 2rem 5rem;
}

/* ANIMATION R2 */

/*
.r2FlexText h2, .r2FlexText h3, .r2FlexText p {
    opacity: 0;
}
*/

.r2FlexImage {
    perspective: 500px;
}

.r2Image {
    transform-style: preserve-3d;
    transition: all 0.35s ease-in-out;
}

.r2FlexImage1 .r2Image {
    transform-origin: left;
    transform: rotateY(144.2deg) translateZ(-130px);
    opacity: 0;
    position: relative;
}

.r2FlexImage2 .r2Image {
    transform-origin: right;
    transform: rotateY(-144.2deg) translateZ(-130px);
    opacity: 0;
    position: relative;
}

.r2FlexImage1 .videoBlurb {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 100%;
    left: 100%;
    background-color: rgb(233, 185, 89);
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    transform: translate(0, -140%);
    align-items: center;
    padding: 10px 20px;
}

.r2FlexImage2 .videoBlurb {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(156, 24, 47);
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    transform: translate(-100%, 50%);
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
}

.videoBlurb p {
    margin: 0;
    font-family: 'Montserrat';
    font-size: 1em;
    font-weight: 600;
    color: white;
    white-space: nowrap;
}

.r2FlexImage1 .videoBlurb p, .r2FlexImage2 .videoBlurb .playSvg {
    padding-right: 10px;
}

.videoBlurb .playSvg {
    width: 40px;
    height: 40px;
}

.playSvg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.r2Image.showImage {
    transform: rotateY(0) translateZ(0);
    opacity: 1;
    cursor: pointer;
}

.r2FlexImageText {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.r2.FlexImageText.showText {
    opacity: 1;
}

/* ANIMATION R2 */

/* PANELS ROW6 */

.r6PanelContent {
    background-color: black;
}

.panel-content {
    width: 100%;
    height: 100vh;
    position: relative;
}
.panel {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: unset !important;
    background: white;
    color: white;
    overflow: hidden;
}
.panel h1 {
    font-size: 17vw;
    letter-spacing: -0.05em;
    font-weight: 600;
    margin: 0 auto;
    text-transform: uppercase;
}

/* PANELS ROW6 */

/* ANIMACIÓN HERO TEXT */

/*
.containerHeroText {
    position: relative;
    opacity: 0;
    margin-bottom: 5vh;
    width: 40vw;
    height: 20vh;
}

#vi, #edicion {
    position: absolute; 
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#vi {
    transform: translate(30%, -50%);
}

#edicion {
    transform: translate(100%, -50%);
}

.imgHeroText {
    width: 250px;
    aspect-ratio: 7 / 5;
    overflow: visible;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(45%, -50%);
}
*/

.containerHeroText {
    transform: translateX(100%);
    opacity: 0;
    margin-bottom: 2vh;
    transition: all 0.55s cubic-bezier(.86,.01,.17,.62);
}

.containerHeroText.reveal {
    transform: unset;
    opacity: 1;
}

.row1 .heroLogoMC {
    width: 400px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-100%, 225%);
    opacity: 0;
    transition: all 0.55s cubic-bezier(.86,.01,.17,.62);
}

.heroLogoMC.reveal {
    transform: translate(-50%, 225%);
    opacity: 1;
}

.heroLogoMC svg {
    width: 100%;
    height: 100%;
    display: block;
}

#vi {
    height: auto;
    margin-right: 30px;
    /* transform: translateX(100%); */
}

#edicion {
    height: auto;
    /* transform: translateX(-90%); */
}

.imgHeroText {
    width: 250px;
    aspect-ratio: 7 / 5;
    overflow: visible;
    margin-right: 30px;
}

.imgHeroText :is(img, video) {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

/* ANIMACIÓN HERO TEXT */

/* MODAL ROW 2 */

.modalRow2 {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.modalRow2 .modalContent {
    height: 85vh;
    width: 45vh;
    position: absolute;
    border-radius: 23px;
    border: 5px solid white;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
}

.modalContent .textModal {
    top: 100%;
    left: 100%;
    position: absolute;
    transform: translate(14%, -98%);
    background-color: rgba(255, 255, 255, 0.8);
    width: 87%;
    height: auto;
    border-radius: 10px;
    border: 3px solid white;
    padding: 1.5vh 3%;
}

.textModal .arrowText {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-130%, 50%);
}

.arrowText svg {
    width: 100%;
    height: 100%;
    display: block;
}

.textModal .fillText {
    display: flex;
    flex-direction: column;
}

.fillText p {
    margin: 0;
    font-family: 'Montserrat';
    font-size: 0.9em;
    font-weight: 500;
    width: 90%;
    margin-bottom: 1.5vh;
}

.fillText a.recipeLink {
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 0.9em;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    color: black;
    position: relative;
    margin: 0 auto;
    border: 1px solid #E9BC5E;
}

.fillText a.recipeLink::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    border-radius: 10px;
    background-color: #E9BC5E;
    z-index: -1;
    transition: all 0.35s cubic-bezier(.79, .32, .29, .77);
}

.fillText a.recipeLink:hover {
    background-color: unset;
    transition: all 0.3s cubic-bezier(1,-0.01,.79,.06);
    border: 1px solid transparent;
}

.fillText a.recipeLink:hover::after {
    width: 100%;
    height: 100%;
}

.modalContent .closeModal {
    width: 25px;
    height: 25px;
    background-color: white;
    position: absolute;
    top: -1px;
    left: 100%;
    transform: translate(-97%, 0);
    padding: 0.9em;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 11px;
    z-index: 99;
    cursor: pointer;
}

.closeModal svg {
    width: 100%;
    height: 100%;
    display: block;
}

.modalContent .imgModal {
    width: 100%;
    height: 100%;
}

.imgModal :is(img, video) {
    width: 100%;
    height: 100%;
    border-radius: 23px;
    object-fit: cover;
}

.modalOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
}

/* MODAL ROW2 */

/*MODAL BBLL*/
.blModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    backdrop-filter: blur(3px) brightness(0.7);
    z-index: 99999;
    opacity:0;
    transition: all 0.35s ease-in-out;
}



.closeBlModal {
    position: absolute;
    top: 0;
    left: 100%;
    width: 110px;
    height: 110px;
    transform: translate(-100%, 0);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 25px;
    box-sizing: border-box;
    cursor: pointer;
}

.closeBlModal svg {
    width: 60%;
    height: 60%;
}

.blModalContent {
    width: 80%;
    height: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50px;
    border: 8px solid #9c182f;
    background: #f3f2f3;
    box-sizing: border-box;
    padding: 2% 1%;
    padding-top: 80px;
    padding-right: unset;
}

.blModalText {
    width: 100%;
    height: 100%;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(156, 24, 47) #f3f2f3;
    overflow-x: clip;
}

.blModalText * {
    font-family: 'Montserrat';
}

.blModal.blModalOpen {
    opacity: 1;
    pointer-events: all;
}

/*///MODAL BBLL*/


@media only screen and (max-width:1600px){
p.textAnimation {
    max-width: 67%;
}
    .r3BlurbText {
    height: 14vh;
    max-height: 14vh;
    min-height: 14vh;
}

.r4Illustration {
    width: 450px;
    height: 450px;
    transform: translateY(calc(-100% + 54px));
}

.r3FlexBlurbsContainer {
    gap: 3em;
    flex: 1.3;
}

.blModalContent {
    width: 95%;
    height: 90%;
}


html body .modalRow2 :is(.fillText p, .fillText a.recipeLink) {
    font-size: 0.8em;
}
html body.textBlock p {
    width: 80%;
}

html body .gallery__item:nth-child(5) video {
    object-position: 0px -40px;
}

html body a.r5BlurbAnchor {
    font-size: 1.1em;
    display: flex;
    align-items: center;
}

html body .r5BlurbButton span {
    font-size: 1.4em;
}

html body .textBlock .svgIcon {
    width: 100px;
    height: 150px;
}

html body .prizeText h2 {
    font-size: 2.9em;
}


html body .r8Text h2 {
    font-size: 4em;
}

html body .r8Video {
    width: 21%;
}

html body .videoOverlayText h3 {
    font-size: 1.7em;
}

html body .videoLink a {
    font-size: 1.5em;
    padding-right:7%;
}


html body .textBlock h3 {
    font-size: 0.9em;
}

html body .textBlock p {
    font-size: 0.65em;
}

html body .textBlock .svgIcon{
    transform: translate(-15%, -50%);
}



    html body .r2Hashtag p {
        font-size: 2.6em;
        margin-bottom: -5%;
    }

    html .r8Text h3{
        font-size:4em;
        }
    html body .row2 {
        padding: 7% 3%;
        padding-bottom:1%;
    }

    html body .r2FlexText h2 {
        font-size: 4.2em;
    }
    html body .r2FlexText h3 {
       font-size: 2em;
        margin-bottom: 4%;
        margin-top: 4%;
    }
    html body .row3 {
        padding: 7% 3%;
    }
    html body .r3FlexText h3 {
        font-size: 3.8em;

    }
    html body .r3FlexText h3 {
        font-size: 3.8em;
    }
    html body .r3BlurbTextStep p {
        font-size: 3.5em;
    }
.r3BlurbInnerText P {
    font-size: 0.7em;
}
    html body .r3FlexContainer {
        gap: 5%;
    }
    html body .row4 {
        padding: 7% 3%;
    }
html body .r4Blurb h3 {
    font-size: 4.3em;
}
    html body .r3Blurb {
        height: 22vw;
        max-height: 22vw;
    }
    html body .r4Blurbs {
        gap: 1em;
    }
    html body .r4Blurb {
        height: 16vw;
    }
    html body .r4Blurb.r4NoTextBlurb h3 {
        font-size: 1.9em;
    }
    html body .r4Blurb p {
        font-size: 0.8em;
    }
    html body .r4FlexContainer {
        gap: 3%;
    }
    html body .r4FlexText h3 {
        padding-right: 11%;
        font-size: 4em;
    }
    html body .r4FlexText p {
        font-size: 1.1em;
    }
    html body .row5 {
        padding: 7% 3%;
    }
    html body .r5BlurbTitle p {
        font-size: 1.1em;
        width: 70%;
    }
    html body .r5BlurbTextDrinks p {
        font-size: 0.7em;
    }
    html body .r5BlurbTitle svg {
        transform: unset;
    }
    html body .row6 {
        padding: 7% 5%;
    }
    html body .r6BlurbInImageText p {
        font-size: 4em;
    }
    html body .r6BlurbTextWithImage h3 {
        font-size: 1.1em;
    }
    html body .r6BlurbTextWithImage h2 {
        font-size: 3em;
    }
    html body .r6BlurbText p {
        font-size: 0.9em;
    }
}

.r2swiper-slide{
    display:none;
}

body {
    background-color: #F4F4F4;
}
.swiperThumb{
    display:none;
}
.r4swiperMain{
    display:none;
}


.r5swiperMain{
    display:none;
}
.r2SwiperMain{
    display:none;
}


html body .r6swiperMain{
    display:none;
}
.r2HashtagPhone{
    display:none!important;
}


@supports (-webkit-touch-callout: none) {
html body .r5Text p {
    padding-right: 35%!important;
}
html body .r1Text h2 {
    white-space: nowrap;
}
}

@media only screen and (max-width:1350px){
    .textBlock p {
    width: 70%;
}
}

@media only screen and (max-width: 1300px) {
    html body .navigationLeft a, html body .navigationRight a {
        margin-right: 15px;
    }
}

@media only screen and (max-width:1200px){

html body .r8Videos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
html body .r8Text h2 {
    white-space: unset;
    text-wrap: unset;
    padding: 0 5%;
    line-height: 110%;
}

html body .prizeText .textBlock {
    width: 90%;
    margin: 0 auto;
}



html body .row8BGImage {
    top: 100%;
    transform: translateY(-80%);
}


html body .r8Text h2 span::after {
    left: -50vw;
    width: 200vw;
    height: calc(100% - 15px);
}

html body .r8Video {
    margin-bottom: 13vh;
    width:30%;
}
.blModalContent {
    width: 95%;
    height: 98%;
padding-bottom: 30px;
}

html body .row8 .commonButton {
    margin-top: 9vh;
}

html body .videoLink svg {
    width: 30px;
    height: 30px;
}
html body .prizeText h2 {
    font-size: 2.2em;
}
html body .textBlock h3 {
    font-size: 0.8em;
}
html body .textBlock p {
    font-size: 0.6em;
}
}
@media only screen and (max-width:1150px){

    html body .r8Text h3{
        font-size:3em;
        }

    html body .gallery__item:nth-child(5) video {
        object-position: 0px 0px;
    }
    
    html body .gallery--bento .gallery__item:nth-child(7) video {
        object-position: 0px 0px;
    }

    .r2Hashtag{
        display:none!important;
    }

    .r2HashtagPhone{
        display:block!important;
    }


    .r2HashtagPhone p {
        text-align: center;
        font-family: 'Caviar Dreams';
        font-size: 1.2em;
        font-weight: 400;
        letter-spacing: 0.2em;
        margin-top: 2em;
        margin-bottom: 2em;
    }


    .tutorialAway:after{
        opacity:0!important;
    }
    .r6swiperMain .r6Blurb1 .r6BlurbImage:after {
        content: '';
        background-image: url('https://zen-leavitt.93-93-116-169.plesk.page/master-cocktail/assets/hand.png');
        width: 50px;
        height: 50px;
        pointer-events: none;
        position: absolute;
        top: 10%;
        left: 80%;
        background-position: center;
        background-size: contain;
        transform: scale(1.3);
        animation: focus 2s infinite;
        transition: opacity 0.25s ease-in-out;
    }


    html body .r6BlurbText {
        padding: 6% 0;
    }


    .r6BlurbsContainer{
        display:none;
    }


    html body .r3swiper-pagination .swiper-pagination-bullet-active {
        background-color: #1D1D1B!important;
    }


    
    .r3swiper-pagination {
        position: absolute;
        top: 110%!important;
        left: 0;
        width: 100%;
        height: fit-content;
        text-align: center;
    }



    .r2SwiperMain{
        display:block!important;
    }

    .swiperThumb .swiper-slide {
        aspect-ratio: 1/1;
    }

    .swiperThumb .swiper-slide-thumb-active {
        filter: brightness(1)!important;
    }

    .swiperThumb .swiper-slide {
        filter: brightness(0.35);
        transition: all 0.25s ease-in-out;
    }

    .swiperThumb {
        margin-top: 2em;
    }



    .swiperThumb .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiperMain {
        position: relative;
    }

    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #E9BC5E!important;
    }

    span.swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        margin-left: 5px!important;
        margin-right: 5px!important;
        transition: all 0.25s ease-in-out!important;
    }



    .swiper-pagination {
        top: 110%!important;
    }



    .r4RequirementBlurbs{
        display:flex;
    }

    

    .swiper-button-next, .swiper-button-prev {
        top: 87%!important;
    }


    .row2 .swiper-button-next:after {
        content: ''!important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.96 25.98'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e9b959;%7D%3C/style%3E%3C/defs%3E%3Cg id='Capa_2' data-name='Capa 2'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpolygon class='cls-1' points='9.96 12.99 0 25.98 0 0 9.96 12.99'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 30px;
    }

    
    .row2 .swiper-button-prev:after {
        content: ''!important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.96 25.98'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e9b959;%7D%3C/style%3E%3C/defs%3E%3Cg id='Capa_2' data-name='Capa 2'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpolygon class='cls-1' points='0 12.99 9.96 0 9.96 25.98 0 12.99'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 30px;
    }



    html body .row3 .swiper-button-next {
        top: 100%!important;
        left: 75%!important;
        transform: translate(-50%, 100%)!important;
    }

    html body .row3 .swiper-button-prev {
        top: 100%!important;
        left: 25%!important;
        transform: translate(50%, 100%)!important;
    }
    


    html body .row3 .swiper-button-prev::after, html body .row3  .swiper-button-next::after {
    color: #9C182F;
    width: 100%;
    height: 100%;
}


    .swiper-button-prev, .swiper-button-next {
        transition: all 0.25s ease-in-out;
    }

    .r3FlexBlurbsContainer.phone {
        position: relative;
    }

    html body .row3 {
        padding-bottom: 6em!important;
    }

    /*
    .r3FlexBlurbsContainer{
        display:none;
    }
    */

    /*
    .r3FlexBlurbsContainer.phone{
        display:block;
    }
    */

    html body .row1 {
        background-position: 50% 60%;
    }
    html body .r7Image img {
        object-position: 60% 0%;
    }
    html body .r1Text {
        text-wrap: nowrap;
    }
    html body .r2FlexContainer {
        flex-direction: column;
    }
    html body .r2FlexText h2 {
        font-size: 3.2em;
    }
    html body .r2FlexText h3 {
        font-size: 1.4em;
        margin-bottom: 5%;
        margin-top: 0%;
    }

    html body .r2FlexText p {
        font-size: 1.1em;
    }

    html body .r2FlexImage {
        transform: unset!important;
    }


    html body .row2 {
        padding: 7% 0%;
        padding-bottom: 1%;
    }
    html body .r2FlexText {
        padding: 1% 3%;
        padding-bottom: 3em;
    }
    html body .r2FlexImage1 .r2FlexImageText svg {
        transform: scaleX(-1);
    }
    html body .r2FlexImage {
        position: relative;
        width: 35%;
    }
    html body .r2FlexImage1 {
        margin-left: 3%;
    }
    html body .r2FlexImage2 {
        margin: 0 calc(100% - 3%);
        transform: translateX(-100%) !important;
    }
    html body .videoBlurb p {
        font-size: 0.9em;
    }
    html body .videoBlurb .playSvg {
        width: 25px;
        height: 25px;
    }
    html body .r2FlexImage1 .r2FlexImageText {
        position: absolute;
        flex-direction: row-reverse;
        align-items: flex-end;
        justify-content: flex-end;
        background-color: rgba(5, 5, 5, 0.65);
        top: 100%;
        transform: translateY(calc(-91% - 5px)) translateX(5px);
        width: 70%;
        padding: 5%;
        border-bottom-left-radius: 18px;
    }
    html body .r2FlexImageText p {
        color: #F4F4F4;
        transform: unset!important;
        padding-right: 0 !important;
        font-size: 0.6em;
        text-align: right;
        padding-left: 0!important;
    }

    html body .r2Hashtag p {
        font-size: 1.3em;
    }
    html body .r2FlexImage.r2FlexImage2 .r2FlexImageText {
        position: absolute;
        top: 100%;
        transform: translate(-5px, calc(-88% - 5px));
        background-color: rgba(5,5,5,0.65);
        flex-direction: row;
        width: 70%;
        padding: 4%;
        border-bottom-right-radius: 23px;
    }
    html body .r2FlexImage2 svg {
        transform: rotateY(180deg);
    }
    html body .r2FlexImage2 .r2FlexImageText p {
        text-align: left;
    }
    html body .r3FlexContainer {
        flex-direction: column;
    }
    html body .r3FlexBlurbs {
        flex-direction: column;
    }

    html body .r3Blurb {
        height: 300px;
        max-height: 300px;
        width: 300px;
        max-width: 300px;
        margin: 0 auto;
    }
    html body .r4FlexContainer {
        flex-direction: column-reverse;
    }

    html body .row4 .r4Blurb {
        aspect-ratio: unset;
        width: 75%;
        margin: 0 auto;
        height: 29vh!important;
        flex: unset;
    }
    html body .r4RequirementBlurbs{
        gap:1em;
        padding-right: 10em;
    }
    .r4FlexText {
        margin-top: 6em;
        margin-bottom: 70px;
    }
    html body .r4FlexText p {
        font-size: 0.9em;
        margin-top: 2em;
        text-align: right;
    }
    html body .r4Illustration {
        width: 300px;
        left: 100%;
        top: 100%;
        transform: translate(-90%, -75%);
    }
    .r5Image {
        display: none;
    }
    html body .r5FlexContainer {
        margin-top: 6em;
    }
    html body .r5Text h3 {
        font-size: 4.3em;
    }
    html body .row5 {
        padding: 7% 5%;
    }
    html body .r5Text span {
        font-size: 1em;
    }
    html body .r5Text > span {
        font-size: 1.8em;
    }
    html body .r5Text p {
        padding-right: 0;
    }
    html body .r5Text > p {
        width: 20%;
    }
    html body .r5Blurbs {
        flex-direction: column;
    }

    html body .r6Blurb {
        flex-direction: column;
    }
    html body .r6Blurb .r6BlurbImage img {
        border-radius: 10px 10px 0 0!important;
    }
    html body .r6BlurbText {
        border-radius: 0 0 10px 10px!important;
    }   
    html body .r6BlurbTextWithImage svg {
        position: absolute;
        top: 10%;
        left: 0%;
    }

    .r8Text h2 span {
    position: relative;
    color: white;
    z-index: 2;
    display: block;
    padding: 12px 0;
}

    html body .modalRow2 .modalContent {
        height: 75vh;
        position:absolute;
        top: 50%;
        left: 50%;
        transform: translate(-100%, -50%);
    }

    html body .modalRow2 :is(.fillText p, .fillText a.recipeLink) {
        font-size: 0.7em;
    }

    html body .r6BlurbInImageText p {
        font-size: 2.4em;
    }

    html body .r6BlurbTextWithImage h3 {
        font-size: 0.8em!important;
        padding-right: 10%;
    }
    html body .row6 {
        padding: 7% 3%;
        padding-bottom: 4em;
    }
    html body .r6BlurbText p {
        font-size: 0.75em;
    }

    .r6Blurb.r6Blurb2, .r6Blurb.r6Blurb3 {
        flex-direction: column-reverse;
    }

    .r6Blurb2 .r6BlurbImage, .r6Blurb3 .r6BlurbImage {
        max-height: 180px;
    }
    .r6Blurb.r6Blurb2, .r6Blurb.r6Blurb3 {
        height: 350px;
    }
    
    html body .r6Blurb.r6Blurb1 {
        height: 600px;
    }

    html body .r6Blurb.r6Blurb2 .r6BlurbImage img {
        object-position: 0% 71%;
    }

    html body .r7InImageText {
        position: absolute;
        top: 86%;
        left: 28%;
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    html body .r7InImageText p {
        width: 50%;
    }



    html body .row8 {
        padding-top: 4em;
        gap: 2em;
        padding-bottom: 4em;
    }



    

    html body .r6Blurb {
        width: 330px;
        max-width: 330px;
        margin: 0 auto;
        min-width: auto;
    }
    html body .r8Videos video {
        width: 100%;
        height: 100%;
    }

    /* NUEVO AÑADIDO */
    
    html body .r5Blurbs {
        flex-direction: row;
        flex-wrap: wrap;
    }
    html body .r5Blurb {
        width: calc(50% - 0.6em);
        flex: unset;
    }

}

@media only screen and (min-width:500px) and (max-width:1100px){
    html body .row4 .r4Blurb {
        width: 45%;
        max-height: 260px!important;
    }
    html body .r3FlexBlurbs {
        flex-direction: row!important;
    }
    html body .r4Blurbs {
        flex-direction: row!important;
    }

    html body .r3Blurb {
        height: 40vh!important;
        max-height: 40vh!important;
    }


    html body .r2FlexImage.r2FlexImage2 .r2FlexImageText {
        width: 65%!important;
    }
    html body .r2FlexImage1 .r2FlexImageText {
        width: 65%!important;
    }


    html body .r7InImageText {
        left: 0!important;
    }
    html body .r7InImageText p {
        width: 21%!important;
    }
    html body .r2FlexText h2 {
        font-size: 4.2em;
    }

    html body .r3Blurb {
        height: 57vh;
        max-height: 57vh;
    }

    html body .row4 .r4Blurb {
        width: 45%;
    }

}

@media only screen and (max-width: 1000px) {
    html body .r2FlexImage {
        width: 47%;
    }
    html body .r2FlexImage2 .r2FlexImageText svg {
        height: 60px;
        width: 40px;
        padding-left: 6% !important;
    }
    html body .textBlock p {
        width: 100%;
    }
    html body .textBlock h3 {
        font-size: 0.7em;
    }
    html body .modalContent .textModal {
        width: 75%;
    }
}

@media only screen and (max-width: 800px) {
    html body .backgroundImg .imgDesktop {
        display: none;
    }
    html body .backgroundImg .imgMobile {
        display: block;
    }
    html body .prizeText hr {
        margin: 0 auto;
        width: 90%;
    }
    html body .prizeText .textBlock {
        padding: 2vh 0;
    }
    html body .textBlock .svgIcon {
        width: 75px;
        height: 100px;
    }
    html body .textBlock h3 br {
        display: none;
    }
    html body .prizeText h2 {
        font-size: 1.4em;
        padding-bottom: 1.5vh;
    }
    html body .textBlock p {
        width: 100%;
        font-size: 0.5em;
    }
    html body .textBlock h3 {
        font-size: 0.6em;
    }
}

@media only screen and (max-width:650px){
    html .r8Text h3{
        font-size:2.4em!important;
        }
        
}

/* MEDIA QUERYS ANIMACIONES GSAP */

@keyframes rotateIn {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(180deg);
    }
}

@keyframes opacityOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}



.galleryResponsive {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.galleryResponsive .gallery__item.galleryMarquee {
    display: flex;
    flex-direction: row;
    height: calc(25% - 3px);
    width: fit-content;
    padding-bottom: 3px;
    background-color: white;
}

.gallery__item .galleryMarquee1 {
    display: flex;
    flex-direction: row;
    animation: 60s linear infinite marquee;
}

.gallery__item .galleryMarquee2 {
    display: flex;
    flex-direction: row;
    animation: 60s linear -30s infinite marquee2;
}


.marqueeTitle1 {
    animation: 60s linear -25s infinite marquee;
}

.marqueeTitle2 {
    animation: 60s linear 5s infinite marquee2;
}

.galleryMarquee .itemImage {
    width: 40vw;
    height: 100%;
    margin: 0 2.5px;
    position: relative;
}

.galleryResponsive .itemImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galleryResponsive .gallery__item {
    width: 100% !important;
    height: 20vh;
    overflow: visible;
}

.gallery__item.center {
    margin: 0;
    box-sizing: border-box;
    height: calc(50vh - 6px);
}

.gallery__item.galleryMarquee:last-of-type {
    padding-top: 3px;
    padding-bottom: 0 !important;
}

.itemImage .imgBackground {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    mix-blend-mode: exclusion;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.gallery__item.center {
  will-change: transform;
  transform-origin: center center; /* zoom desde el centro */
  transform: translateZ(0);        /* fuerza GPU */
  z-index: 10;
}

.itemImage {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

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


.r4BlurbLogo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.r4BlurbLogo {
    width: 50%;
    height: 47%;
    padding-top: 19px;
}

.galleryResponsive {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

span.recaptcha {
    color: white;
    font-size: 0.7em;
    display: block;
    transform: translateY(50%);
    font-family: 'Caviar Dreams';
}

.grecaptcha-badge {
   visibility: hidden !important;
}

/* SECCIÓN FORMULARIO */

.participaFormulario {
    height: auto;
    min-height: 45vh;
    position: relative;
    background-color: #1e1f1c;
    padding: 2vh 2%;
}

.participaFormulario .imgFormulario {
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.participaFormulario .titleFormulario {
    width: 30%;
    height: 100%;
    position: relative;
}

.titleFormulario .contentTitleFormulario {
    padding-top: 7.5vh;
    padding-left: 10%;
}

.participaFormulario .imgFormulario::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.imgFormulario img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.participaFormulario .contentFormulario {
    width: 70%;
    height: auto;
    padding-top: 7.5vh;
    padding-right: 4%;
    padding-bottom: 7.5vh;
    box-sizing: border-box;
    position: relative;
}

.titleFormulario h2 {
    margin: 0;
    font-family: 'Oswald';
    font-size: 4.2em;
    font-weight: 600;
    color: #F4F4F4;
    line-height: 100%;
    margin-bottom: 1vh;
}

.titleFormulario p {
    margin: 0;
    font-family: 'Caviar Dreams';
    font-size: 1.5em;
    color: #F4F4F4;
}

.contentFormulario form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    transform-origin: top;
    transition: all 0.35s ease-in-out;
}

.contentFormulario :is(.establishmentForm, .bartenderForm) {
    display: none;
    opacity: 0;
}

.contentFormulario .formSelect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease-in-out;
    transform-origin: top;
}

.bartenderImg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.bartenderButton .bartenderImg {
    width: 100%;
    height: 80%;
    position: relative;
    z-index: 10;
}

.establishmentImg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.establishmentButton .establishmentImg {
    width: 100%;
    height: 80%;
    position: relative;
    z-index: 10;
}

.formSelect.hidden {
    transform: scaleY(0);
}

.contentFormulario form.establishmentForm.active, .contentFormulario form.bartenderForm.active {
    opacity: 1;
}

.titleSelect h3 {
    margin: 0;
    font-family: 'Caviar Dreams';
    font-size: 1.5em;
    font-weight: 600;
    color: rgb(233, 185, 89);
    text-align: center;
}

.formSelect .selectButtons {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.selectButtons :is(.establishmentButton, .bartenderButton) {
    text-decoration: none;
    font-family: 'Caviar Dreams';
    font-size: 0.9em;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 5px;
    color: black;
    position: relative;
    background-color: #F4F4F4;
    cursor: pointer;
}

.formSelect .titleSelect {
    margin-bottom: 5vh;
}

.selectButtons .establishmentButton {
    margin-left: 3%;
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.selectButtons .bartenderButton {
    margin-right: 3%;
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bartenderButton p, .establishmentButton p {
    margin: 0;
    position: relative;
    z-index: 10;
}

.bartenderButton p {
    margin-bottom: 0.5vh;
}

.selectButtons :is(.establishmentButton, .bartenderButton)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    border-radius: 10px;
    background-color: rgb(233, 185, 89);
    z-index: 9;
    transition: all 0.35s cubic-bezier(.79, .32, .29, .77);
}

.selectButtons :is(.establishmentButton, .bartenderButton):hover {
    background-color: unset;
    transition: all 0.3s cubic-bezier(1,-0.01,.79,.06);
    color: white;
}

.selectButtons :is(.establishmentButton, .bartenderButton):hover::after {
    width: 100%;
    height: 100%;
}

.contentFormulario form input {
    border: none;
}

.contentFormulario form :is(.instagramBarField, .relationshipField, .knowledgeField, .politicaField, .titleProducts) {
    width: 100%;
    margin-bottom: 1vh;
}

.contentFormulario form :is(.nameField, .mobileField, .emailField, .instagramPersonalField, .barField, .addressBarField, 
.cityShipmentField, .postalCodeField, .addressShipmentField, .scheduleField, .wineField, .distilledField, .localityField, .mobileContactField) {
    width: calc(50% - 7.5px);
    margin-bottom: 1vh;
}

.contentFormulario form :is(.nameField, .mobileField, .barField, .cityShipmentField, .postalCodeField, .scheduleField, .wineField) {
    margin-right: 15px;
}

.contentFormulario form :is(.inputName, .inputEmail, .inputInstagramPersonal, .inputMobile, .inputBar, .inputBarAddress, .inputInstagramBar, 
.inputCityShipment, .inputPostalCode, .inputAddressShipment, .inputSchedule, .inputMobileContact, .inputWine, .inputDistilled, 
.inputRelationship, .inputRelationExtra, .inputKnowledge, .inputKnowledgeExtra, .inputLocality) {
    background-color: white;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.contentFormulario form :is(.inputRelationExtra, .inputKnowledgeExtra) {
    margin-top: 1vh;
    display: none;
}

input:focus,
input:focus-visible,
select:focus,
select:focus-visible {
  outline: none;
}

.contentFormulario form :is(input[type="text"], input[type="email"], select) {
    width: 100%;
    padding: 10px 10px;
    border-radius: 4px;
    box-sizing: border-box;
}

.contentFormulario form input, .contentFormulario form select, .contentFormulario form button, .contentFormulario form label, .titleProducts p {
    margin: 0;
    font-family: 'Caviar Dreams';
    font-size: 1em;
    font-weight: 400;
    color: black;
}

.contentFormulario form select {
    border: none;
    font-size: 0.9em;
    height: 100%;
}

.contentFormulario form label, .contentFormulario form button, .titleProducts p {
    color: white;
}

.textInstagramPersonal p {
    margin: 0;
    font-family: 'Caviar Dreams';
    font-size: 0.7em;
    font-weight: 400;
    color: white;
    margin-top: 1vh;
}

.textInstagramPersonal p .yellowText {
    color: rgb(251, 184, 11);
    font-weight: 600;
    cursor: pointer;
}

.contentFormulario form label {
    font-size: 0.8em;
}

.contentFormulario form button {
    background-color: #9C182F;
    border: none;
    border-radius: 4px;
    padding: 10px 0;
    width: 155px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease-in-out;    
}

.contentFormulario form button:hover {
    transform: scale(1.1);
}

.contentFormulario form .wineField {
    margin-bottom: 1.5vh;
}

.contentFormulario form .politicaField {
    margin-bottom: 3.5vh;
}

.titleProducts p {
    font-size: 0.9em;
}

.titleProducts h3 {
    margin: 0;
    font-family: 'Caviar Dreams';
    font-weight: 600;
    color: white;
    font-size: 1.2em;
}

.contentFormulario form :is(.instagramPersonalField, .instagramBarField, .mobileContactField, .distilledField, .knowledgeField) {
    margin-bottom: 2.5vh;
}

.inputPolitica a, .titleProducts p .yellowText {
    text-decoration: none;
    color: rgb(251, 184, 11);
    font-weight: 600;
}

.politicaField .inputPolitica {
    margin-bottom: 0.5vh;
}

span.yellowText {
    color: rgb(251, 184, 11);
    font-weight: 600;
}

.contentFormulario .formularioIcon {
    width: 20px;
    height: 20px;
    padding: 0 10px;
}

.contentFormulario .inputPolitica label {
    cursor: pointer;
}

.formularioIcon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.contentFormulario .validate {
    background-color: #feb3b3;
    border-radius: 5px;
    padding: 10px 10px;
    margin-top: 1vh;
    font-family: 'Caviar Dreams';
    font-size: 0.9em;
    font-weight: 400;
    color: #222222;
    border: 1px solid #d32f2f;
    display: none;
    padding: 1vh 1.5%;
}

.contentFormulario .generalValidate {
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 0.25s ease-in-out;
    margin-top: 3.5vh;
}

.contentFormulario .generalValidate.successMessage {
    background-color: #a5f7bc;
    color: #222222;
    border: 1px solid #388e3c;
    margin-top: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0);
    width: 70%;
    text-align: center;
    transform-origin: bottom;
    padding: 1.5vh 2%;
    border-radius: 5px;
    font-family: 'Caviar Dreams';
}

.contentFormulario .generalValidate.errorMessage {
    display: block;
    transform: scaleY(1);
}

.contentFormulario form.submitSuccess {
    transform: scaleY(0);
}

.participaFormulario .textFormulario {
    width: 270px;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translate(0, -100%);
    padding-left: 3%;
    padding-bottom: 5vh;
}

.textFormulario p {
    font-size: 0.9em;
    margin: 0;
    font-family: 'Caviar Dreams';
    color: #F4F4F4;
}

.underlineText {
    text-decoration: underline !important;
}

.contentFormulario form .relationshipField {
    margin-bottom: 2.5vh;
}

form .formButtons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.formButtons .buttonBack {
    background-color: #9C182F;
    border: none;
    border-radius: 4px;
    padding: 10px 0;
    width: 155px;
    font-weight: 600;
    cursor: pointer;
    color: white;
    transition: all 0.25s ease-in-out;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Caviar Dreams';
    font-size: 1em;
}

.formButtons .buttonBack:hover {
    transform: scale(1.1);
}

.contentFormulario form :is(select[name="vino"], select[name="destilado"]) {
    margin-right: 10px;
}

/* SECCIÓN FORMULARIO */

/* SECCIÓN FINAL */

.finalSection .firstRowFinal {
    background-color: #1E1E1C;
    display: flex;
    flex-direction: row;
    padding: 4.5vh 4.5%;
    padding-bottom: 8vh;
    background-image: url('https://zen-leavitt.93-93-116-169.plesk.page/master-cocktail/assets/backgroundParticipa.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 31%;
}

.firstRowFinal .leftText, .firstRowFinal .rightText {
    width: 50%;
}

.firstRowFinal .rightText {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.leftText h2 {
    margin: 0;
    font-family: 'Oswald';
    font-size: 4.9em;
    line-height: 120%;
    color: white;
    font-weight: 600;
}

.leftText h2 span {
    color: #1E1E1C;
    position: relative;
    z-index: 10;
}

.leftText h2 span::before {
    content: '';
    width: 105%;
    height: 75%;
    position: absolute;
    background-color: rgb(233, 185, 89);
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translate(-1%, -50%);
}

.participaFormularioBG {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #8e8e8e80;
    display: flex;
    flex-direction: row;
    min-height: 45vh;
    position: relative;
}

.rightText p {
    margin: 0;
    text-align: right;
    font-size: 1.5em;
    color: rgb(243, 243, 243);
    font-family: 'Montserrat';
    font-weight: 400;
    width: 75%;
    padding-top: 10px;
}

.finalSection .secondRowFinal {
    height: auto;
    padding: 8vh 4.5%;
    background-color: white;
    position: relative;
}

.titleExplanation h2 {
    margin: 0;
    text-align: center;
    font-family: 'Oswald';
    font-size: 4.5em;
    font-weight: 600;
    line-height: 100%;
}

.secondRowFinal .infoExplanationDesktop {
    display: flex;
    width: 100%;
    height: fit-content;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.secondRowFinal .infoExplanationMobile {
    display: none;
}

.infoExplanationDesktop .circleExplanation {
    width: 430px;
    height: 430px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 100px;
}

.secondRowFinal .titleExplanation {
    margin-bottom: 5vh;
}

.circleExplanation .circleMain {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.circleMain .yellowCircle {
    width: 100%;
    height: 100%;
    background-color: rgb(233, 184, 89);
    z-index: 0;
}

.circleMain :is(.yellowCircle, .redCircle, .whiteCircle) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.circleMain .redCircle {
    width: 65%;
    height: 65%;
    background-color: rgb(156, 24, 47);
    z-index: 1;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.circleMain .redCircle.active {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.4);
}

.circleMain .whiteCircle {
    background-color: white;
    width: 25%;
    height: 25%;
    z-index: 2;
}

.circleExplanation .finalStep {
    width: 45vw;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.circleExplanation .finalFirstStep {
    position: absolute;
    align-items: flex-start;
    text-align: left;
    top: 0;
    left: 50%;
    transform: translate(-100%, 0%);
}

.circleExplanation .finalSecondStep {
    position: absolute;
    align-items: flex-end;
    text-align: right;
    top: 100%;
    left: 50%;
    transform: translate(0, -45%);
}

.finalStep h3 {
    font-family: 'Caviar Dreams';
    color: rgb(156, 24, 47);
    font-size: 2.5em;
    line-height: 100%;
    margin: 0;
    margin-bottom: 1vh;
}

.finalStep p {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 400;
    color: rgb(29, 29, 27);
    font-size: 0.9em;
    margin-bottom: 1vh;
}

.circleExplanation .circleMain, .circleExplanation .finalStep {
    cursor: pointer;
}
.circleMain * {
    cursor: default!important;
}
.finalStep .dottedLine {
    width: 100%;
    border-top: 2px dashed black;
    margin-bottom: 1vh;
    position: relative;
}

.finalStep p:last-of-type {
    width: 60%;
}

.finalStep .dottedLine::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    border-left: 2px dashed black;
    height: 28px;
    transform: rotate(0deg);
    transform-origin: top;
}

.finalStep.finalSecondStep .dottedLine::after {
    left: 0;
    transform: rotate(180deg);
}

.imgCopas svg {
    width: 100%;
    height: 100%;
    display: block;
}

.secondRowFinal .imgCopas {
    width: 18%;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translate(25%, -145%);
}

.finalSection .thirdRowFinal {
    position: relative;
}

.thirdRowFinal .imgFinalBackground {
    position: absolute;
    top: 0;
    left: 0;
}

.finalSection .thirdRowFinal {
    position: relative;
    height: 50vh;
    overflow: hidden;
}

.finalSection .imgFinalBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imgFinalBackground img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.thirdRowFinal .timelineText {
    position: absolute;
    top: 0;
    left: 100%;
    width: fit-content;
    height: fit-content;
    padding: 1vh 1%;
    background-color: rgb(233, 185, 89);
    transform: translate(-130%, 90%);
}

.timelineText h2 {
    margin: 0;
    font-family: 'Oswald';
    font-size: 2.5em;
    font-weight: 600;
    line-height: 100%;
}

.thirdRowFinal .timelineContent {
    height: 10px;
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-6%, 50px);
}

.timelineContent .timelineMain {
    width: 100%;
    height: 100%;
    background-color: rgb(233, 185, 89);
    transform: scaleX(0);
}

.timelineContent .dateText {
    margin-bottom: 1vh;
}

.dateText h3 {
    margin: 0;
    color: white;
    font-family: 'Oswald';
    font-size: 1.4em;
    font-weight: 500;
    line-height: 100%;
    padding: 3px 5px;
    position: relative;
}

.infoText p::after, .dateText h3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: -1;
    transform-origin: center;
    transform: scale(1.1);
}

.timelineBlock .bulletPoint {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(233, 185, 89);
    margin-bottom: 1vh;
}

.infoText p {
    margin: 0;
    color: white;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 0.9em;
    position: relative;
    padding: 3px 5px;
    width: fit-content;
    margin: 0 auto;
}

.timelineBlock .linePoint {
    width: 5px;
    height: 35px;
    background-color: rgb(233, 185, 89);
    margin-bottom: 1vh;
    border-radius: 5px;
}

.timelineContent .timelineBlock.timelineFirstBlock {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-24% + 11.5px));
}

.timelineContent .timelineBlock.timelineSecondBlock {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-75%, calc(-24.5% + 10.5px));
}

.timelineContent .timelineBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-wrap: nowrap;
    width: 300px;
    height: 245px;
}

.timelineContent .timelineBlock.timelineThirdBlock {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(9%, calc(-29.5% + 1px));
}

.timelineContent .timelineBlock.timelineFourthBlock {
    position: absolute;
    transform: translate(-50%, calc(-28%));
    top: 0;
    left: 50%;
}

.infoText.hideText, .dateText.hideText {
    opacity: 0;
}

.linePoint.hideLine {
    transform: scaleY(0);
}

.linePoint.hideTop {
    transform-origin: top;
}

.linePoint.hideBottom {
    transform-origin: bottom;
}

/* SECCIÓN FINAL */

/* SECCIÓN PREMIOS */

.generalPremios {
    background-color: #9C182F;
    display: flex;
    flex-direction: row;
    height: 45vh;
}

.imgGeneralPremios img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.generalPremios .imgGeneralPremios, .generalPremios .infoGeneralPremios {
    width: 50%;
}

.generalPremios .infoGeneralPremios {
    padding: 5vh 4%;
    box-sizing: border-box;
}

.infoGeneralPremios h2 {
    margin: 0;
    text-align: center;
    margin-bottom: 2vh;
    font-family: 'Oswald';
    color: white;
    font-size: 5em;
    font-weight: 600;
    line-height: 100%;
}

.infoGeneralPremios hr {
    margin-bottom: 4vh;
}

.infoGeneralPremios .textInfoGeneralPremios {
    width: 80%;
    margin: 0 auto;
}

.textInfoGeneralPremios :is(p, li) {
    margin: 0;
    font-family: 'Caviar Dreams';
    font-size: 1.1em;
    color: white;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0.5vh;
}

.infoGeneralPremios span.yellowText {
    color: rgb(233, 185, 89);
    font-weight: 600;
}

.textInfoGeneralPremios p:first-of-type {
    margin-bottom: 2.5vh;
    color: rgb(233, 185, 89);
    font-weight: 600;
}

.textInfoGeneralPremios p:nth-of-type(2) {
    margin-bottom: 2.5vh;
}

.textInfoGeneralPremios ul {
    margin: 0;
}

.panel-content .backgroundImg {
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

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

.backgroundImg img.imgDesktop {
    display: block;
    mask: url('https://zen-leavitt.93-93-116-169.plesk.page/master-cocktail/assets/prizesCutOut.webp');
    mask-size: cover;
}

.backgroundImg img.imgMobile {
    display: none;
}

.panel-content .backgroundColor {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(156, 24, 47);
    width: 100%;
    height: 90%;
    z-index: 0;
    transform: translateY(15%);
}

.panel-content .prizeTitleMarquee {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(156, 24, 47);
    transform: translateY(20%);
    overflow-x: hidden;
    box-shadow: 0 15px 12px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.prizeMarquee1, .prizeMarquee2 {
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    flex-wrap: nowrap;
    flex-shrink: 0;
    width:fit-content;
}

.prizeMarquee1{
    animation: 60s linear -25s infinite marquee;
}
.prizeMarquee2{
    animation: 60s linear 5s infinite marquee2;
}

.prizeMarquee1 h2, .prizeMarquee2 h2 {
    margin: 0;
    width: fit-content;
    white-space: nowrap;
    font-family: 'Montserrat';
    font-size: 3.4em;
    font-weight: 600;
    padding: 20px 35px;
}

.textStroke {
    color: transparent !important;
    -webkit-text-stroke: 2px white;
}

.panel-content .prizeText {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-120%, -35%);
    width: 36%;
}

.prizeText hr {
    margin: 0;
}

.prizeText h2 {
    color: rgb(233, 185, 89);
    font-family: 'Montserrat';
    font-size: 3.5em;
    margin: 0;
    line-height: 100%;
    padding-bottom: 2.5vh;
}

.prizeText .textBlock {
    padding: 2.5vh 0;
    position: relative;
}

.textBlock h3 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    padding-bottom: 1.5vh;
}

.textBlock p {
    font-family: 'Montserrat';
    margin: 0;
    font-size: 0.7em;
    font-weight: 400;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding: 0.1vh 0;
}

.textBlock .svgIcon {
    width: 120px;
    height: 190px;
    position: absolute;
    top: 50%;
    left: 0;
    pointer-events: none;
    transform: translate(25%, -50%);
}
.pin-spacer:nth-of-type(1) .prizeText .textBlock .svgIcon {
    transform: translate(25%, -35%);
}
.row8BGImage svg, .row8BGImage svg * {
    background: transparent;
}


.svgIcon svg {
    width: 100%;
    height: 100%;
    display: block;
}



.centerFillButton :is(a,span) {
    transition: all 0.25s ease-in-out;
}

.centerFillButton {
    border: 1px solid white;
    border-radius: 4px;
    padding: 10px 10px;
    color: white;
    display: flex;
    flex-direction: row;
    text-wrap: nowrap;
    justify-content: space-between;
    transition: all 0.25s ease-in-out;
    position: relative;
    cursor: pointer;
    border: 1px solid #E9BC5E;

}

.centerFillButton span {
    font-family: 'Caviar Dreams';
    font-weight: 600;
    color: white;
    font-size: 1.6em;
}


.centerFillButton::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0px;
    height: 0px;
    border-radius: 10px;
    background-color: #E9BC5E;
    z-index: -1;
    transition: all 0.35s cubic-bezier(.79,.32,.29,.77);
}

.centerFillButton:hover {
    border: 1px solid transparent;
    transition: 0.3s cubic-bezier(1,-0.01,.79,.06) border;

}
.centerFillButton:hover a, .centerFillButton:hover span {
    color: white;
}
.centerFillButton:hover::after {
    width: 100%;
    height: 100%;
}

/* SECCIÓN PREMIOS */

/* FINAL SCREEN GALERÍA */

.gallery__item .videoFinalScreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.gallery__item .videoFinalScreen::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.65);
    z-index: 98;
}

.videoFinalScreen .finalScreenContent {
    /* width: 60%; */
    /* height: 60%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    text-align: center;
}

.finalScreenContent h2 {
    margin: 0;
    font-size: 3em;
    color: white;
    font-family: 'Caviar Dreams';
    font-weight: 400;
    margin-bottom: 1vh;
    line-height: 100%;
}

.finalScreenContent h3 {
    margin: 0;
    font-size: 2.9em;
    font-family: 'Oswald';
    font-weight: 400;
    color: white;
    line-height: 100%;
    margin-bottom: 3.5vh;
}

.logoMCMiguel svg {
    width: 100%;
    height: 100%;
    display: block;
}

.finalScreenContent .logoMCMiguel {
    width: 200px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 3.5vh;
}

.finalScreenContent p {
    margin: 0;
    color: white;
    font-family: 'Montserrat';
    font-size: 1.5em;
}

.finalScreenContent p a {
    color: rgb(233, 184, 89);
    text-decoration: none;
    cursor: pointer;
}

/* FINAL SCREEN GALERÍA */

span.bigText {
    font-weight: 600;
    font-size: 1em;
    color: #e9b959;
}


@media only screen and (max-width: 1800px) {
    html body .timelineBlock .infoText {
        width: 60%;
    }
}

@media only screen and (max-width: 1600px) {
    html body .thirdRowFinal .timelineContent {
        width: 60%;
        transform: translate(-50%, 50px);
    }
    html body .secondRowFinal .imgCopas {
        width: 21%;
    }
    html body .infoGeneralPremios h2 {
        font-size: 4em;
    }
    html body .generalPremios .infoGeneralPremios {
        padding: 5vh 2%;
    }
    html body .timelineBlock .infoText {
        width: 85%;
    }
}

@media only screen and (max-width: 1400px) {
    html body .backgroundImg img.imgDesktop {
        mask-position: 40% 0%;
        object-position: 50% 0%;
    }
    html body .timelineBlock .infoText {
        width: 60%;
    }
}

@media only screen and (max-width: 1200px) {
    html body .panel-content .prizeText {
        width: 38%;
    }
    html body .timelineBlock .infoText {
        width: 65%;
    }
    html body .thirdRowFinal .timelineContent {
        width: 75%;
    }
    html body .leftText h2 {
        font-size: 4em;
    }
    html body .rightText p {
        font-size: 1em;
    }
    html body .backgroundImg img.imgDesktop {
        object-position: 35% 0%;
    }
    html body .infoExplanationDesktop .circleExplanation {
        width: 400px;
        height: 400px;
    }
    html body .finalStep h3 {
        font-size: 2em;
    }
    html body .finalStep p:last-of-type {
        width: 45%;
    }
    html body .finalSecondStep p.textAnimation {
        width: 90%;
    }
    html body .finalStep p {
        font-size: 0.8em;
    }
    html body .circleExplanation .finalSecondStep {
        transform: translate(0, -32%);
    }
    html body .secondRowFinal .imgCopas {
        width: 23%;
    }
    html body .infoGeneralPremios .textInfoGeneralPremios {
        width: 90%;
    }
    html body .textInfoGeneralPremios :is(p, li) {
        font-size: 0.9em;
    }
    html body .infoGeneralPremios h2 {
        font-size: 3.5em;
    }
}

@media only screen and (max-width: 1150px) {
    html body .participaFormulario .titleFormulario {
        width: 40%;
    }
    html body .participaFormulario .contentFormulario {
        width: 60%;
    }
    html body .r2FlexImage1 {
        margin-bottom: 10px
    }
    html body a.r5BlurbAnchor {
        font-size: 1.4em;
        display: block;
    }
    html body .r5BlurbButton span {
        font-size: 1.5em;
    }
    html body .r2FlexImage2 .r2FlexTextContent {
        padding-left: unset;
        margin-right: unset;
    }
    html body .r2FlexImage1 .r2FlexTextContent {
        padding-right: unset;
        margin-left: unset;
    }
    html body .r2FlexImageText .r2FlexSvgContent {
        height: 60px;
        width: 40px;
    }
}

@media only screen and (max-width: 1000px) {
    html body .panel-content .prizeText {
        transform: translate(-115%, -35%);
        width: 40%;
    }
    html body .infoGeneralPremios h2 {
        font-size: 3em;
    }
    html body .participaFormularioBG {
        flex-direction: column;
        align-items: center;
        min-height: 50vh;
    }
    html body .contentFormulario .generalValidate.generalValidate.successMessage {
        font-size: 0.8em;
    }
    html body .participaFormulario .titleFormulario {
        width: fit-content;
    }
    html body .textInstagramPersonal p {
        font-size: 0.6em;
    }
    html body .participaFormulario .textFormulario {
        width: 400px;
        position: relative;
        top: 0;
        transform: unset;
        padding-left: 0;
        padding-bottom: 0;
        margin-top: 2.5vh;
        text-align: center;
    }
    html body .titleProducts p {
        font-size: 0.8em;
    }
    html body .titleFormulario .contentTitleFormulario {
        padding-left: 0;
        text-align: center;
    }
    html body .participaFormulario .contentFormulario {
        width: 100%;
        padding-right: 0;
    }
    html body .participaFormulario .contentFormulario {
        width: 90%;
        padding-right: 0;
    }
    html body .contentFormulario form label {
        font-size: 0.7em;
    }
    html body .thirdRowFinal .timelineContent {
        width: 80%;
    }
    html body .timelineBlock .infoText {
        width: 40%;
    }
    html body .timelineBlock .infoText p {
        font-size: 0.8em;
    }
    html body .rightText p {
        font-size: 0.9em;
        width: 90%;
    }
    html body .finalSection .secondRowFinal {
        height: auto;
    }
    html body .secondRowFinal .titleExplanation {
        margin-bottom: 9vh;
    }
    html body .secondRowFinal .infoExplanationDesktop {
        display: none;
    }
    html body .secondRowFinal .infoExplanationMobile {
        display: flex;
        width: 100%;
        height: fit-content;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 10vh;
        margin-bottom: 13vh;
    }
    html body .infoExplanationMobile .circleExplanation {
        width: 400px;
        height: 400px;
        border-radius: 50%;
        position: relative;
    }
    html body .infoExplanationMobile .finalStep {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 20;
    }
    html body .infoExplanationMobile .finalStep.finalFirstStep::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        border-left: 2px dashed black;
        height: 135px;
        z-index: 20;
        transform: translateY(5%);
    }
    html body .infoExplanationMobile .finalStep.finalFirstStep {
        transform: translateY(-25%);
    }
    html body .infoExplanationMobile .finalStep.finalSecondStep::after {
        content: '';
        top: 0;
        left: 50%;
        border-left: 2px dashed black;
        height: 100px;
        position: absolute;
        transform: translate(0, -110%);
    }
    html body .infoExplanationMobile .finalStep.finalSecondStep {
        transform: translateY(40%);
    }
    html body .finalStep p:last-of-type {
        width: 70%;
    }
    html body .secondRowFinal .imgCopas {
        width: 250px;
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        margin: 0 auto;
    }
    html body .span.bigText {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 800px) {

html body .prizeText h2 br {
    display: none;
}
html body .finalSection .firstRowFinal {
    flex-direction: column;
}

html body .firstRowFinal .leftText, html body .firstRowFinal .rightText {
    width: 100%;
}

html body .firstRowFinal .leftText {
    margin-bottom: 7vh;
}

html body .r4FlexContainer {
    padding-bottom: 33vh;
}
html body .r4Illustration {
    left: 50%;
    transform: translate(-50%, -75%);
}

html body .r5Text > p {
    width: 16%;
}

html body .r5Text p {
    font-size: 1em;
}

html body .videoLinkWhiteLine {
    width: 29%;
}


html body .r8Video {
    min-width: 40%;
    max-width: 80%;
    max-height: 90vh;
    width: auto;
}


html body .r8Text h2 {
    font-size: 3em;
}



html body .r4RequirementBlurbs {
    padding-right: 0;
}
html body .r4Blurbs {
    flex-direction: column !important;
}

html body .modalRow2 .modalContent {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 50vh;
    transform: translateY(-35%);
}
html body .modalContent .textModal {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 25%);
    width: 80%;
    height: 18vh;
}
html body .textModal .arrowText {
    top: 0;
    left: 0;
    transform: translate(50%, -120%) rotate(90deg);
}
html body .fillText p {
    width: 100%;
}
html body .finalSection .thirdRowFinal {
    height: 80vh;
}
html body .thirdRowFinal .timelineText {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    margin: 0 auto;
    margin-top: 5vh;
    margin-bottom: 10vh;
}
html body .thirdRowFinal .timelineContent {
    width: 10px;
    height: 60%;
    transform: unset;
    top: 0;
    left: 0;
    position: relative;
    margin: 0 auto;
    margin-bottom: 5vh;
}
html body .timelineContent .timelineMain {
    transform: scaleY(0);
}
html body .timelineContent .timelineBlock {
    flex-direction: row;
    text-align: left;
    height: 40%;
}
html body .timelineContent .dateText {
    margin-bottom: 0;
    margin-right: 10px;
    text-align: right;
}
html body .timelineBlock .linePoint {
    width: 35px;
    height: 5px;
    margin-bottom: 0;
    margin-right: 10px;
}
html body .timelineBlock .bulletPoint {
    margin-bottom: 0;
    margin-right: 10px;
}
html body .timelineContent .timelineBlock.timelineFirstBlock {
    top: 50%;
    left: 0;
    transform: translate(-29.7%, -50%);
}
html body .timelineContent .timelineBlock.timelineSecondBlock {
    top: 50%;
    left: 0;
    transform: translate(-30.3%, calc(-58.5% + 10.5px));
}
html body .timelineContent .timelineBlock.timelineThirdBlock {
    top: 50%;
    left: 0;
    transform: translate(-31.9%, calc(13.5% + 1px));
}
html body .timelineContent .timelineBlock.timelineFourthBlock {
    top: 50%;
    left: 0;
    transform: translate(-31.7%, -50%);
}
html body .modalRow2 .modalContent {
    top: 0;
    left: 0;
    width: 40vh;
    height: 72vh;
    transform: translateY(-17%);
}
html body .modalContent .textModal {
    width: 95%;
    height: auto;
}
html body .generalPremios .infoGeneralPremios {
    position: relative;
    z-index: 10;
    width: 100%;
}
html body .generalPremios .imgGeneralPremios {
    display: none;
}
html body .generalPremios .infoGeneralPremios::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    height: 90%;
    background-color: #8e8e8e80;
    z-index: -1;
    border-radius: 20px;
}
html body .generalPremios {
    height: auto;
}
html body .dateText h3 {
    font-size: 1.2em;
}
html body .timelineBlock:last-of-type .bulletPoint {
    margin-right: 14px;
}
html body .panel-content .prizeText {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -124%);
    width: 100%;
}
html body .pin-spacer:nth-of-type(2) .prizeText, html body .slides-wrapper > .panel .prizeText {
    transform: translate(-50%, -135%);
    width: 100%;
}
html body .gallery__item:nth-of-type(3) .mediaVideo {
    object-position: -140px center;
}
html body .gallery--bento .gallery__item:nth-child(7) video {
    object-position: -20px 0px;
}
html body .r5BlurbTitle p {
    font-size: 1em;
    width: 65%;
}
html body .commonButtonDesktop {
    display: none;
}
html body .commonButtonMobile {
    display: block;
    width: 45%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 0.8em;
    padding: 1.5% 4%;
}
html body .r4FlexText {
    margin-top: 2em;
}

}

@media only screen and (max-width: 730px) {
    html body .r1Text h2 {
        font-size: 60px;
    }	
    html body .imgHeroText {
        width: 170px;
        margin-right: 30px;
    }
    html body .firstRowTextHero .imgTitleHero {
        height: 65px;
        width: 33px;
        transform: translateY(-12px);
        margin-left: 23px;
    }
    html body .containerHeroText .secondRowTextHero {
        margin-left: 65px;
    }
    html body .row1 .heroLogoMC {
        width: 300px;
    }
    html body .r3FlexBlurbs {
        flex-direction: column !important;
        gap: unset;
    }
    html body .r3FlexBlurbsContainer {
        gap: unset;
    }
    html body .r3FlexBlurbs:first-of-type {
        margin-bottom: 3em;
    }
    html body .r3Blurb {
        margin-bottom: 3em;
    }
    html body :is(.r3Blurb.r3Blurb2, .r3Blurb.r3Blurb4) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
.blModalText {
    padding: 0 3%;
    box-sizing: border-box;
}

    .formSelect .selectButtons {
    flex-direction: column;
}


.selectButtons .bartenderButton {
    margin-right: unset;
    margin-bottom: 2em;
}

.selectButtons .establishmentButton {
    margin-left: unset;
}

.r3FlexBlurbs {
    gap: 3em;
}

.r3BlurbText {
    height: 17vh;
    max-height: 17vh;
    min-height: 17vh;
}

html body .titleProducts p {
    font-size: 0.7em;
}
html body .contentFormulario .generalValidate.successMessage {
    width: 90%;
}
html body .participaFormulario .textFormulario {
    width: 300px;
}
html body .titleSelect h3 {
    font-size: 1.1em;
}
html body .finalStep p:last-of-type {
    width: 100%;
}
html body .infoExplanationMobile .circleExplanation {
    width: 350px;
    height: 350px;
}
html body .titleExplanation h2 {
    font-size: 3.5em;
}
html body .leftText h2 {
    font-size: 3.5em;
}

html body .rightText p {
    font-size: 0.9em;
    width: 90%;
}

html body .participaFormulario {
    height: auto;
    padding: 5vh 0;
}

html body .contentFormulario form input, .contentFormulario form button, .contentFormulario form label, .contentFormulario .buttonBack {
    font-size: 0.8em;
}

html body .prizeText .textBlock {
    width: 90%;
    padding: 1.5vh 0;
}

html body .textBlock p {
    width: 90%;
}

html body .prizeMarquee1 h2, html body .prizeMarquee2 h2 {
    font-size: 1.5em;
}


    html body .r5Blurbs {
        flex-direction: column;
    }
    /*
    html body .r5BlurbRotation img:last-of-type {
        animation: opacityOut 1s ease-in-out 10s forwards;
    }
    html body .r5BlurbRotation {
        animation: rotateIn 1s ease-in-out 4s forwards;
    }
    */
    html body .r5Blurb {
        width: 100%;
    }
    html body .row7Desktop {
        display: none;
    }
    html body .row7Mobile {
        display: block;
        background-color: white;
        padding-top: 7vh;
    }
    html body .gallery--final {
        height: 100vh;
    }
    html body .gallery--final .gallery__item:not(.center) {
        height: 0;
        overflow: hidden;
    }
    html body .gallery--final .gallery__item.center {
        width: 100%;
        height: 100vh;
        position: relative;
        padding: 0;
        margin: 0;
    }
    html body .gallery__item:nth-of-type(2) .itemImage .imgBackground {
        height: calc(100% - 10px);
    }
    html body .panel-content .prizeText {
        top: 100%;
        left: 50%;
        transform: translate(-50%, -100%);
        width: 100%;
    }

    .r8Text h2 span {
    padding: 3px 0;
}


    html body .prizeText hr {
    margin: 0 auto;
}
    html body .backgroundImg img.imgDesktop {
        display: none;
    }

    html body .backgroundImg img.imgMobile {
        display: block;
    }
    html body .prizeText h2 {
        font-size: 1.2em;
        padding-bottom: 1vh;
    }
    html body .textBlock p {
        font-size: 0.45em;
    }
    html body .textBlock h3 {
        font-size: 0.55em;
    }
    html body .panel-content .prizeText {
        transform: translate(-50%, -200%);
    }
    html body .pin-spacer:nth-of-type(2) .prizeText, html body .slides-wrapper > .panel .prizeText {
        transform: translate(-50%, -160%);
    }
    html body .r5Text h3 {
        font-size: 2.8em;
    }
    html body .r5Text > span {
        font-size: 1.7em;
    }
    html body .r5Text > p {
        width: 17%;
    }
    html body .r2FlexImage {
        width: 94%;
    }
    html body .r2FlexImage .videoBlurb {
        display: none;
    }
    html body .modalRow2 :is(.fillText p, .fillText a.recipeLink) {
        font-size: 0.7em;
    }
    html body .r5Text p {
        font-size: 0.8em;
    }
    html body .videoFinalScreen .finalScreenContent {
        width: 90%;
    }
    html body .finalScreenContent h2 {
        font-size: 2.5em;
        margin-bottom: 1.5vh;
    }
    html body .finalScreenContent h3 {
        font-size: 1.9em;
    }
    html body .finalScreenContent .logoMCMiguel {
        width: 170px;
    }
    html body .finalScreenContent p {
        font-size: 1.2em;
    }
    html body .finalScreenContent p br {
        display: none;
    }
    html body .imgFinalBackground img {
        object-position: 63% 0%;
    }
html body .r6PanelContent .pin-spacer:first-of-type .prizeText {
    transform: translate(-50%, -140%);
}
    html body .row8BGImage {
        display: none;
    }
    html body .gallery__item:nth-of-type(3) .mediaVideo {
        object-position: 0 center;
    }
    html body .r5BlurbTitle p {
        font-size: 1.2em;
    }
    html body .r5BlurbTextDrinks p {
        font-size: 0.8em;
    }
    html body .commonButtonMobile {
        font-size: 0.75em;
        padding: 1.5% 1%;
    }
    html body .contentFormulario form :is(.cityShipmentField, .postalCodeField, .addressShipmentField, .scheduleField, .mobileContactField, .wineField, .distilledField, .localityField, .barField, .addressBarField, .nameField, .emailField, .mobileField, .instagramPersonalField) {
        width: 100%;
        margin-right: 0;
    }
    html body .contentFormulario form .wineField {
        margin-bottom: 1vh;
    }
    html body .span.bigText {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 530px) {
.blModalContent {
    width: 93%;
    height: 88%;
    filter: drop-shadow(-10px 0px 20px rgba(0,0,0,0.3));
}
.blModalText * {
    font-size: 0.9em;
}

}

@media only screen and (max-width: 500px) {
   
html body .prizeText h2 {
    font-size: 1em;
}
html body .textBlock h3 {
    font-size: 0.5em;
}
html body .textBlock p {
    font-size: 0.45em;
}

html body .r5Text p {
    font-size: 0.7em;
}

html body .r5Text h3 {
    font-size: 2.4em;
}
html body .r5Text > p {
    width: 12%;
}
html body .r5Text > span {
    font-size: 1.5em;
}
    
html body .row8BGImage {
    top: 100%;
    transform: translate(-50%,-70%);
    left: 50%;
    width: 500px;
    height: 500px;
    background: unset;
    z-index: 0;
}


html body .r8Text h2 {
    font-size: 2em;
}

html body .r8Text h2 span::after {
    height: calc(100% - 3px);
}

html body .row8BGImage {
    opacity: 0.7;
}


html body .videoLink a {
    font-size: 1.4em;
}

    html body .imgHeroText {
        width: 130px;
        margin-right: 10px;
    }
    html body #vi {
        margin-right: 10px;
    }
html body .r3FlexBlurbs:first-of-type {
    margin-bottom: 4em;
}
html body .r3Blurb {
    margin-bottom: 4em;
}
html body .r3Blurb.r3Blurb1 {
    margin-bottom: 3.5em;
}
html body .commonButtonMobile {
    width: 75%;
    font-size: 0.9em;
    padding: 1.5% 1.5%;
}
}

@media only screen and (max-width: 450px) {
    html body .galleryMarquee .itemImage {
        width: 45vw;
    }
    html body .r5Text h3 {
        font-size: 2.1em;
    }
    html body .titleExplanation h2 {
        line-height: 110%;
    }
    html body .infoExplanationMobile .circleExplanation {
        width: 300px;
        height: 300px;
    }
    html body .infoExplanationMobile .finalStep.finalFirstStep::after {
        height: 110px;
    }
    html body .infoExplanationMobile .finalStep.finalSecondStep::after {
        height: 75px;
    }
    html body .infoGeneralPremios h2 {
        font-size: 2.3em;
    }
    html body .textInfoGeneralPremios :is(p, li) {
        font-size: 0.8em;
    }
    html body .textInfoGeneralPremios p:first-of-type, .textInfoGeneralPremios p:nth-of-type(2) {
        margin-bottom: 1.5vh;
    }
    html body .textInfoGeneralPremios ul {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 450px) and (max-height: 800px) {
    html body .modalRow2 .modalContent {
        height: 65vh;
    }
    html body .modalRow2 :is(.fillText p, .fillText a.recipeLink) {
        font-size: 0.6em;
    }
}

@media only screen and (max-width: 450px) and (max-height: 750px) {
    html body .timelineBlock .infoText p {
        font-size: 0.7em;
    }
}

@media only screen and (max-width: 800px) and (min-height: 900px) {
    html body .r5BlurbTextDrinks {
        width: 75%;
    }
    html body .r5BlurbTextDrinks p {
        font-size: 0.7em !important;
    }
}

@media only screen and (max-width: 450px) and (max-height: 700px) {
    html body .r4Blurb p {
        font-size: 0.7em;
    }
    html body .finalStep p {
        font-size: 0.7em;
    }
    html body .secondRowFinal .imgCopas {
        width: 200px;
    }
    html body .secondRowFinal .infoExplanationMobile {
        margin-bottom: 18vh;
    }
    html body .r6PanelContent .pin-spacer:first-of-type .prizeText {
        transform: translate(-50%, -120%);
    }
    html body .pin-spacer:nth-of-type(2) .prizeText, html body .slides-wrapper > .panel .prizeText {
        transform: translate(-50%, -135%);
    }
}

@supports (-webkit-touch-callout: none) {
  @media screen and (max-height: 700px) {
     .r4RequirementBlurbs {
    margin-bottom: 80px;
}
  }
}

  @media screen and (max-height: 700px) {
   html body .timelineBlock .infoText p {
    font-size: 0.65em;
}
  }



/* SAFARI */

.safari .r4Illustration {
    display: none;
}

.safari .r4IllustrationApple.r4Illustration {
    display: block;
}

.safari .participaFormulario {
    z-index: 1;
}

.safari .isActive.mediaVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}