/** Template Custom Landing Alqueria
 * author: Fran
 * date: 2025-01-28
 * 
 */

/* General  */

html, 
body {
    width: 100vw;
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

section, div, span {
    position: relative;
}

body *, body{
    box-sizing: border-box;
    font-family: "Lexend", serif;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

img {
    pointer-events: none;
}



/* Fonts */

@font-face {
    font-family: 'waterGalon';
    src: url('../fonts/watergalon/WaterGalon.eot'); 
    src: url('../fonts/watergalon/WaterGalon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/watergalon/WaterGalon.woff2') format('woff2'), 
         url('../fonts/watergalon/WaterGalon.woff') format('woff'), 
         url('../fonts/watergalon/WaterGalon.tff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/** animaciones de entrada **/


.awardAlone, .FadeInE{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

.visible {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.awardAlone.visible, .FadeInE.activeFade{
    opacity: 1;
}

.activeFade {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 2s;
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


/* Hero */

/* hero menu */

#hero {
    background-color: #DD0217;
    padding-top: 30px;
}

#hero::before, 
#hero::after {
    content: "";
    position: absolute;
    z-index: 0;
}

#hero::before{
    background-image: url(../img/hero/lMancha.png);
    width: 77px;
    height: 256px;
    left: 0;
    bottom: 0;
}

#hero::after {
    background-image: url(../img/hero/rMancha.png);
    width: 132px;
    height: 198px;
    right: 0;
    top: 0;
}

#heroMenu ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

#heroMenu {
    width: 100%;
    display: block;
    max-width: 676px;
    margin: 0 auto;
}

#heroMenu ul li a {
    color: #FFF9CD;
    text-decoration: none;
    font-family: "Lexend", serif;
}

#heroMenu ul li {
    list-style: none;
}

/* content hero */

.containerHero {
    width: 100%;
    max-width: 94%;
    margin: 36px auto 0;
    border-radius: 35px;
    box-shadow: -16px -16px 0px #000000;
    border: solid 2px #000000;
    background-image: url(../img/hero/bgTextura.png);
    background-color: #B6191E;
    padding-bottom: 40px;
    z-index: 2;
}

.alqueriaLogo {
    display: block;
    position: absolute;
    left: 38px; 
    top: 41px;
}

.innerHero {
    display: flex;
    justify-content: center;
}

.decoration {
    position: absolute;
}

.deco1 {
    top: 250px;
    left: 101px;
}

.deco2 {
    bottom: -5px;
    left: 0;
}

.deco3 {
    left: 50px;
    top: 30px;
}

.deco4 {
    right: 0;
    top: 102px;
}

.etiqueta {
    right: 40px;
    bottom: 5px;
}

.productImg::before {
    content: "";
    width: 271px;
    height: 146px;
    position: absolute;
    background-image: url(../img/hero/nuevoTag.png);
    background-repeat: no-repeat;
    right: -70px;
    top: 150px;
    z-index: 3;
}

.productImg::after {
    content: "";
    background-image: url(../img/hero/dots2.svg);
    width: 518px;
    height: 202px;
    position: absolute;
    background-repeat: no-repeat;
    right: -20px;
    bottom: 62px;
    z-index: 1;
    background-size: 100%;
}

.productImg img {
    position: relative;
    z-index: 2;
    right: -80px;
    top: 72px;
}

.leftHero {
    padding-top: 135px;
}

.titleHero {    
    margin-bottom: 53px;
}

.titleHero::after {
    content: "";
    position: absolute;
    background-image: url(../img/hero/ven.svg);
    width: 373px;
    height: 84px;
    bottom: -150px;
    right: -90px;
}

.dummyHero img {
    position: relative;
    z-index: 2;
}

.dummyHero::before {
    content: "";
    width: 520px;
    height: 202px;
    position: absolute;
    background-image: url(../img/hero/dotsDummy.svg);
    bottom: -8px;
    z-index: 1;
    left: -110px;
}

.dummyHero::after {
    content: "";
    width: 86.3px;
    height: 58.58px;
    position: absolute;
    background-image: url(../img/hero/guayaba.svg);
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    left: -94px;
    bottom: 82px;
}

.containerProduct::after {
    content: "Imagen de referencia";
    color: #000000;
    font-family: "Lexend", serif;
    font-size: 20px;
    left: 55%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0px;
}

.containerProduct::before {
    content: "";
    width: 71px;
    height: 57px;
    position: absolute;
    background-image: url(../img/hero/hand.png);
    bottom: 130px;
    right: -110px;
}

span.downBtn {
    display: block;
    width: 85px;
    height: auto;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

/* un casao */

#video {
    background-color: #F9EDD3;
    background-image: url(../img/uncasao/waves.svg);
    background-repeat: no-repeat;
    background-position: center -60px;
    padding-top: 150px;
    z-index: 2;
}


.leafs {
    display: block;
    position: absolute;
}

.leaf2 {
    max-width: 42px;
    width: 100%;
    height: auto;
    top: 800px;
    left: 90px;
    transform: rotate(205deg);
}

.leaf3 {
    height: auto;
    width: 100%;
    max-width: 61px;
    transform: rotate(95deg);
    right: 220px;
    top: 380px;
}

.leaf4 {
    width: 202px;
    height: 289px;
    right: 55px;
    z-index: 2;
    top: 1030px;
    transform: rotate(-75deg);
}

.leaf4 img {
    width: 100%;
    display: block;
}

.leaf1 {
    left: 88px;
    top: 230px;
}

.leafs img {
    max-width: 100%;
    height: auto;
}

.leaf2 img,
.leaf3 img,
.leaf5 img,
.leaf7 img {
    filter: blur(1.5px);
}

.txtTitle h2 {
    font-family: 'waterGalon';
    color: #dd0217;
    font-size: 48px;
}

.columnTitle {
    display: flex;
    width: 100%;
    max-width: 394px;
    margin: 0 auto;
    gap: 12px;
}

.fullTitleVideo {
    width: 100%;
    max-width: 515px;
    margin: 17px auto 0;
}

.innerContainerV {
    width: 100%;
    height: 639px;
    max-width: 1135px;
    border-radius: 25px;
    overflow: hidden;
    margin: 40px auto 0;
}

.videoContainer {
    width: 100%;
    max-width: 1135px;
    margin: 0 auto;
}

.videoContainer::before{
    content: "";
    background-image: url(../img/hero/lineas.png);
    position: absolute;
    top: -113px;
    left: 30px;
    width: 28px;
    height: 11px;
}

/* Features */

.containerFeatures {
    background-color: #B6191E;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    top: -300px;
    padding-bottom: 610px;
    margin-bottom: -300px;
}

.containerFeatures::before {
    content: "";
    background-image: url(../img/hero/bgTextura.png);
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    position: absolute;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.innerVideo {
    z-index: 2;
}

.columnFeatures {
    height: 100%;
    width: 100%;
    max-width: 1464px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bubbleDelicia,
.bubbleVen{
    display: none;
}

.innerfeatures {
    top: 390px;
    z-index: 2;
}

.ProductLeft {
    position: absolute;
    top: 0;
}

.ProductLeft::after {
    content: "Imagen de referencia";
    color: #000000;
    font-family: "Lexend", serif;
    font-size: 20px;
    left: 42%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0px;
}

.productFeature {
    left: -110px;
    position: relative;
    top: 60px;
}

.circleFeatures {
    width: 665px;
    height: 891px;
    background-color: #F9EDD3;
    border: solid 2px #000000;
    box-shadow: -17px 13px 0px #000000;
    border-radius: 335px;
    left: 0;
}

.newTag {
    position: absolute;
    right: 145px;
    top: 120px;
}

img.sello {
    position: absolute;
    bottom: 60px;
    right: 110px;
}

.rightFeatures li {
    color: #FFF9CD;
    list-style: none;
    font-size: 40px;
    font-family: "Lexend", serif;
    font-style: normal;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 50px;
    position: relative;
}

.rightFeatures li strong {
    font-family: "Lexend", serif;
}

.rightFeatures ul {
    margin: 0;
    max-width: 675px;
    position: relative;
    counter-reset: item;
    padding-bottom: 130px;
}

.rightFeatures li:last-child {
    margin-bottom: 0;
}

.rightFeatures li::before {
    content: counter(item) " ";
    counter-increment: item; 
    font-family: 'waterGalon';
    width: 56px;
    height: 56px;
    display: grid;
    position: absolute;
    left: -70px;
    background-color: #FFF9C8;
    border-radius: 50%;
    color: #D60000;
    place-content: center;
    line-height: 48px;
    font-size: 48px;
}

.rightFeatures ul::before {
    content: "";
    width: 2px;
    height: 520px;
    background: #FFF9C8;
    position: absolute;
    left: 0;
}

.rightFeatures {
    display: grid;
    place-content: start;
}

.quesin {
    position: absolute;
    right: 97px;
    bottom: -100px;
}

.quesin::after {
    content: "";
    position: absolute;
    background-image: url(../img/uncasao/delicia.svg);
    width: 499px;
    height: 112px;
    left: -440px;
    background-repeat: no-repeat;
}

.containerFeatures::after {
    content: "";
    background-image: url(../img/uncasao/mancha.svg);
    position: absolute;
    width: 873px;
    height: 462px;
    bottom: 0px;
    z-index: 0;
    background-size: 100%;
}

.rightFeatures li:last-child {
    margin-bottom: 0;
}

/* Cards */

.guayaba {
    display: block;
    width: 302px;
    height: 199px;
    position: absolute;
    top: -160px;
    left: 135px;
    z-index: 3;
}

#cards {
    background-color: #F9EDD3;
    padding: 140px 0;
}

.titleCards h2 ,
.titleCards h2 span{
    font-family: 'waterGalon';
    color: #B7191F;
    font-size: 48px;
    text-align: center;
}

.titleCards h2 span {
    display: block;
}

.titleCards {
    margin: 0 auto 80px;
    max-width: 646px;
    z-index: 2;
}

.titleCards::before {
    content: "";
    background-image: url(../img/hero/hand.png);
    width: 71px;
    height: 57px;
    position: absolute;
    left: 60px;
    top: -30px;
}

.leaf5 {
    top: 440px;
    left: 83px;
    transform: rotate(-160.422deg);
    max-width: 103px;
    width: 100%;
}
/*
.containerCards {
    width: 100%;
    max-width: 1379px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

#card2, #card3 {
    max-width: 136px;
    height: 100%;
    width: 100%;
    border: solid 2px #000000;
}

.cards {
    overflow: hidden;
    border-radius: 18px;
    height: 653px;
}

#card1 {
    box-shadow: -11px -9px 0px 4px #000000;
}

#card2 {
    background-color: #A4DCDE;
}

#card2 .cardInner, #card3 .cardInner {
    opacity: 0;
}

#card3 {
    background-color: #1569CE;
}*/

.containerCards.cardsMobile{
    display: none;
}

.containerCards {
    width: 100%;
    max-width: 1379px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
    justify-content: center;
    align-items: stretch;
}

.cards {
    overflow: hidden;
    border-radius: 18px;
    height: 647px;
    transition: transform 0.4s ease-in-out, flex-basis 0.4s ease-in-out;
    flex-basis: 33%;
    position: relative;
}

.cardInner img {
    max-width: 1051px;
    max-height: 645px;
}

#card2 .cardInner, #card3 .cardInner {
    opacity: 0;
}

#card1 {
    flex-basis: 1055px;
    box-shadow: -11px -9px 0px 4px #000000;
    order: 0;
    background-color: #e9e8e8;
    border: solid 2px #000000;
}

#card2, #card3 {
    flex-basis: 135px;
    width: 100%;
    border: solid 2px #000000;
}

#card2 {
    background-color: #A4DCDE;
    order: 1;
}

#card3 {
    background-color: #1569CE;
    order: 3;
}

#card2:hover, 
#card3:hover {
    flex-basis: 1055px; 
    box-shadow: -11px -9px 0px 4px #000000;
}

#card2:hover .cardInner,
#card3:hover .cardInner{
    opacity: 1;
}

#card2:hover ~ #card1,
#card2:hover ~ #card3, 
#card3:hover ~ #card1,
#card3:hover ~ #card2 {
    flex-basis: 135px; 
    box-shadow: unset;
}

#card2:hover ~ #card1 .cardInner,
#card3:hover ~ #card1 .cardInner{
    opacity: 0;
}

.containerCards:has(#card2:hover)::after{
    right: 185px;
}

.containerCards:has(#card3:hover)::after{
    right: 15px;
}

.containerCards::before, .containerCards::after {
    content: "";
    position: absolute;
    background-image: url(../img/hero/lineas.png);
    width: 28px;
    height: 11px;
    transition: 0.4s all ease;
}

.cardInner img {
    display: block;
}

.containerCards::before {
    top: -33px;
    left: 16px;
}

.containerCards::after {
    bottom: -25px;
    right: 340px;
}

/** Form **/

#form::before {
    content: "";
    width: 1920px;
    height: 271px;
    position: absolute;
    z-index: 3;
    background-image: url(../img/form/mancha3.svg);
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
}

.innerForm {
    padding: 325px 0 210px;
    z-index: 1;
}

.columnForm {
    width: 100%;
    max-width: 1405px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 2;
}

.rightForm {
    width: 100%;
    max-width: 744px;
}

.titleForm h3 {
    font-family: 'waterGalon';
    font-size: 48px;
    color: #FFF9CD;
}

i.tilde {
    font-family: 'waterGalon';
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
}

i.tilde::before {
    content: "";
    background-image: url(../img/uncasao/tilde.svg);
    width: 9px;
    height: 11px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

i.tilde.ifix::before {
    left: 3px;
    transform: unset;
    top: 10px;
}

i.excla{
    position: relative;
    width: 11px;
    height: 43px;
    display: inline-block;
    margin-right: 5px;
}

i.excla::before{
    content: "";
    background-image: url(../img/uncasao/excla.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}

.titleRappi h3 span {
    display: block;
}

#form {
    background-color: #820F12;
}

.titleForm p {
    font-size: 36px;
    color: #FFF9CD;
    font-family: "Lexend", serif;
    margin-top: 20px;
    font-style: normal;
    font-weight: 300;
}

.boxForm {
    width: 100%;
    max-width: 647px;
    margin-top: 30px;
}

.aloneInput label, 
.twoInput label{
    color: #FFFFFF;
    width: 100%;
    display: block;
    font-size: 21px;
}

.aloneInput input, .twoInput input {
    height: 42px;
    width: 100%;
    border: unset;
    outline: unset;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0 5px 0 15px;
}

.twoInput {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

.twoInput .itemInput {
    width: 100%;
    max-width: 314px;
}

.twoCheck {
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
}

.itemCheck, .itemCheck a {
    font-size: 11px;
    font-weight: 100;
    color: #FFFFFF;
}

.boxBtn {
    margin: 40px auto 0;
}

#btnForm {
    height: 65px;
    width: 100%;
    border-radius: 35px;
    border: unset;
    background-color: #7DB12A;
    color: #FFFFFF;
    font-size: 26px;
    font-family: 'waterGalon';
}

.titleRappi h3,
.titleRappi h3 span{
    color: #FFF9CD;
    font-size: 48px;
    font-family: 'waterGalon';
}

.boxBtn {
    margin: 40px auto 0;
}

#btnForm {
    height: 65px;
    width: 100%;
    border-radius: 35px;
    border: unset;
    background-color: #7DB12A;
    color: #FFFFFF;
    font-size: 26px;
}

.titleRappi {
    width: 100%;
    max-width: 780px;
    text-align: center;
    margin: 165px auto 0;
}

.boxBtnRappi {
    width: 100%;
    height: 200px;
    max-width: 729px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    background-color: #FFFFFF;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    gap: 74px;
}

.btnRappi {
    margin-top: 72px;
}

.logoRappi img {
    width: 100%;
    max-width: 163px;
    height: auto;
}

.btnRappi a{
    text-decoration: none;
}

.containerRappi {
    width: 100%;
    max-width: 400px;
    height: 112px;
    background-color: #7DB12A;
    border-radius: 60px;
    display: grid;
    place-content: center;
}

#btnRappi {
    color: #FFFFFF;
    font-size: 36px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.innerForm::before {
    content: "";
    position: absolute;
    width: 862px;
    height: 772px;
    left: -70px;
    background-size: 100% 100%;
    top: 250px;
    background-image: url(../img/form/mancha.svg);
}

.innerForm::after {
    content: "";
    position: absolute;
    background-image: url(../img/hero/dots.svg);
    top: 640px;
    width: 404px;
    height: 304px;
    z-index: 1;
}

#form::after {
    content: "";
    background-image: url(../img/form/linesBg.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

.leaf6 {
    width: 100%;
    max-width: 160px;
    top: 1300px;
    z-index: 3;
    left: 140px;
}

.leaf7 {
    z-index: 3;
    width: 100%;
    max-width: 80px;
    right: 140px;
    top: 260px;
    transform: rotate(17.914deg);
}

.leaf8 {
    width: 100%;
    max-width: 52px;
    right: 290px;
    transform: rotate(-70.25deg);
    top: 1230px;
    z-index: 2;
}

/** Footer **/

#footer {
    background-color: #C7000E;
}

.containerFooter {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.innerFooter {
    display: flex;
    justify-content: space-between;
    height: 210px;
    align-items: center;
}

.txtFooter p {
    color: #FFFFFF;
    font-size: 14px;
}

.rightFooter {
    display: flex;
    width: 546px;
}

.socialFooter a {
    display: block;
}

.socialFooter {
    display: flex;
    gap: 10px;
}

.txtFooter {
    width: 420px;
    text-align: center;
    display: grid;
    place-content: center;
}

.logoFooter a {
    display: block;
    transition: 0.6s all ease;
}

.logoFooter a img {
    display: block;
}

.logoFooter a:hover {
    transform: scale(1.1);
}

/* btn Turbo */

#boxTurbo {
    background: transparent;
    position: fixed;
    bottom: 20px;
    right: 14px;
    display: flex;
    flex-wrap: wrap;
    width: 330px;
    z-index: 99999;
    height: 86px;
    cursor: pointer;
}

.turboImg {
    position: relative;
    z-index: 2;
    transition: 1s all ease;
}

.turboImg img {
    max-width: 82px;
    max-height: 82px;
}

.txtTurbo {
    background-color: #5AC295;
    width: 100%;
    position: absolute;
    color: #ffffff;
    font-size: 26px;
    font-family: 'GazpachoBlack' !important;
    height: 65px;
    border-radius: 35px;
    display: grid;
    place-content: center;
    max-width: 290px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding: 0 0 0 20px;
}

.txtTurbo p a {
    color: #fff;
    text-decoration: none;
}

#boxTurbo:hover .turboImg {
transform: scale(1.2);
}

#boxTurbo:hover .txtTurbo {
background-color: #54af87;
}

.btnForm:disabled {
background-color: #a3a3a3;
}

/** media queries  **/

/** Desktop Mid **/

@media only screen and (min-width: 1200px) and (max-width: 1800px){

    .titleHero {
        max-width: 500px;
    }
    
    img {
        max-width: 100%;
    }
    
    .dummyHero {
        max-width: 339px;
    }
    
    .productImg {
        max-width: 528px;
    }
    
    .productImg::after {
        max-width: 360px;
        max-height: 140px;
        bottom: -37px;
    }
    
    .etiqueta {
        max-width: 90px;
        right: 25px;
        bottom: -10px;
    }
    
    .containerProduct::before {
        max-width: 49px;
        max-height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 10px;
        right: -90px;
    }
    
    .titleHero::after {
        max-width: 259px;
        max-height: 58px;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: -120px;
        right: -60px;
    }
    
    .dummyHero::before {
        max-width: 361px;
        max-height: 140px;
        background-size: contain;
        background-repeat: no-repeat;
        left: -90px;
    }
    
    .dummyHero::after {
        max-width: 60px;
        max-height: 41px;
        left: -77px;
        bottom: 50px;
    }
    
    .alqueriaLogo {
        max-width: 137px;
        height: 50px;
    }
    
    .deco2 {
        max-width: 607px;
        max-height: 500px;
        bottom: -3px;
        left: 1px;
    }
    
    .deco4 {
        max-width: 599px;
        max-height: 536px;
        top: 140px;
    }
    
    .deco3 {
        max-width: 49px;
        max-height: 176px;
    }
    
    .deco1 {
        max-width: 61px;
        max-height: 56px;
        top: 180px;
    }
    
    .containerHero {
        overflow: hidden;
        max-width: 1253px;
        max-height: 765px;
    }
    
    .productImg img {
        top: 130px;
        right: -50px;
    }
    
    .productImg::before {
        max-width: 188px;
        max-height: 101px;
        background-size: contain;
        top: 180px;
        right: -51px;
    }
    
    .titleHero img {
        left: 40px;
        position: relative;
        top: -10px;
    }

    span.downBtn {
        max-width: 59px;
        bottom: -35px;
    }

    /** video **/

    span.downBtn {
        max-width: 59px;
        bottom: -35px;
    }
    
    .circleFeatures {
        max-width: 480px;
        max-height: 643px;
    }
    
    .productFeature {
        max-width: 563px;
        left: -60px;
        top: 30px;
    }
    
    .rightFeatures li {
        font-size: 30px;
    }
    
    .rightFeatures ul {
        max-width: 469px;
        padding: 70px 0 100px 40px;
    }
    
    .columnFeatures {
        justify-content: center;
        gap: 90px;
    }
    
    img.newTag {
        max-width: 188px;
        top: 85px;
        right: 70px;
    }
    
    img.sello {
        max-width: 90px;
        bottom: -50px;
    }
    
    .containerFeatures::after {
        max-width: 650px;
        max-height: 344px;
        left: -70px;
    }
    
    .guayaba {
        max-width: 210px;
        max-height: 138px;
        top: -30px;
    }
    
    .quesin {
        max-width: 298px;
        max-height: 337px;
        bottom: -83px;
    }
    
    .quesin::after {
        max-width: 346px;
        max-height: 78px;
        background-size: contain;
        left: -300px;
        z-index: 3;
    }
    
    .rightFeatures ul::before {
        height: 420px;
    }
    
    .rightFeatures li::before {
        font-size: 40px;
    }
    
    .leaf4 {
        width: 140px;
        height: 201px;
        top: 640px;
        right: 30px;
    }
    
    .innerContainerV {
        max-width: 785px;
        max-height: 442px;
    }
    
    .innerContainerV iframe {
        max-width: 100%;
        max-height: 100%;
    }
    
    .containerFeatures {
        border-top-left-radius: 380px;
        border-top-right-radius: 380px;
        top: -230px;
        padding-bottom: 440px;
    }
    
    .containerFeatures::before {
        border-top-left-radius: 380px;
        border-top-right-radius: 380px;
    }
    
    .innerfeatures {
        top: 280px;
    }

    .titleHero {
        max-width: 500px;
    }
    
    img {
        max-width: 100%;
    }
    
    .dummyHero {
        max-width: 339px;
    }
    
    .productImg {
        max-width: 528px;
    }
    
    .productImg::after {
        max-width: 360px;
        max-height: 140px;
        bottom: -37px;
    }

    .containerProduct::after {
        bottom: -85px;
    }
    
    .etiqueta {
        max-width: 90px;
        right: 25px;
        bottom: -10px;
    }
    
    .containerProduct::before {
        max-width: 49px;
        max-height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 10px;
        right: -90px;
    }
    
    .titleHero::after {
        max-width: 259px;
        max-height: 58px;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: -120px;
        right: -60px;
    }
    
    .dummyHero::before {
        max-width: 361px;
        max-height: 140px;
        background-size: contain;
        background-repeat: no-repeat;
        left: -90px;
    }
    
    .dummyHero::after {
        max-width: 60px;
        max-height: 41px;
        left: -77px;
        bottom: 50px;
    }
    
    .alqueriaLogo {
        max-width: 137px;
        height: 50px;
    }
    
    .deco2 {
        max-width: 607px;
        max-height: 500px;
        bottom: -3px;
        left: 1px;
    }
    
    .deco4 {
        max-width: 599px;
        max-height: 536px;
        top: 140px;
    }
    
    .deco3 {
        max-width: 49px;
        max-height: 176px;
    }
    
    .deco1 {
        max-width: 61px;
        max-height: 56px;
        top: 180px;
    }
    
    .containerHero {
        overflow: hidden;
        max-width: 1253px;
        max-height: 765px;
        left: 13px;
    }
    
    .productImg img {
        top: 130px;
        right: -50px;
    }
    
    .productImg::before {
        max-width: 188px;
        max-height: 101px;
        background-size: contain;
        top: 180px;
        right: -51px;
    }
    
    .titleHero img {
        left: 40px;
        position: relative;
        top: -10px;
    }
    
    .containerCards {
        max-width: 959px;
    }

    i.excla {
        width: 9px;
        height: 31px;
        margin-right: 1px;
    }
    
    i.excla::before {
        background-size: contain;
        top: 3px;
    }
    
    #card1 {
        flex-basis: 726px;
        height: 445px;
    }
    
    #card2, #card3 {
        flex-basis: 92px;
    }
    
    #card2:hover, #card3:hover {
        flex-basis: 726px;
        height: 445px;
    }
    
    #card2:hover ~ #card1, 
    #card2:hover ~ #card3, 
    #card3:hover ~ #card1, 
    #card3:hover ~ #card2 {
        flex-basis: 92px;
    }
    
    .cards {
        height: 445px;
    }
    
    .containerCards::after {
        right: 260px;
    }
    
    .containerCards:has(#card2:hover)::after {
        right: 140px;
    }

    .cardInner img {
        max-width: 721.2px;
        max-height: 442.63px;
    }

    /** form **/

    .innerForm::before {
        max-width: 598px;
        max-height: 536px;
        top: 200px;
    }
    
    .lefForm {
        max-width: 407px;
        max-height: 423px;
    }
    
    .innerForm::after {
        width: 292px;
        height: 220px;
        background-size: contain;
        top: 470px;
        left: -20px;
    }
    
    .titleForm h3 {
        font-size: 32px;
    }
    
    .columnForm {
        max-width: 974px;
    }
    
    .rightForm {
        max-width: 516px;
    }
    
    .innerForm {
        padding-top: 230px;
    }
    
    .leaf7 {
        right: 70px;
        top: 260px;
    }
    
    .titleForm p {
        font-size: 25px;
    }
    
    .twoInput .itemInput {
        max-width: 255px;
    }
    
    .titleRappi h3, .titleRappi h3 span {
        font-size: 36px;
    }
    
    .leaf8 {
        right: 200px;
        top: 1080px;
    }
    
    .leaf6 {
        left: 110px;
        top: 1170px;
    }
    
    .boxBtnRappi {
        max-width: 506px;
        max-height: 139px;
    }
    
    .containerRappi {
        max-width: 289px;
        max-height: 81px;
    }
    
    #btnRappi {
        font-size: 26px;
    }
    
    .logoRappi img {
        max-width: 103px;
    }

    .leaf5 {
        max-width: 72px;
        max-height: 95px;
        left: 60px;
        top: 360px;
    }
    
    .fullTitleVideo img {
        max-width: 359px;
        max-height: 129px;
        margin: 0 auto;
        display: block;
    }
    
    .txtTitle h2 {
        font-size: 33px;
    }
    
    .logoVideo {
        max-width: 137px;
        max-height: 50px;
    }
    
    .columnTitle {
        max-width: 276px;
    }
    
    .leaf3 {
        right: 120px;
        top: 320px;
    }
    
    .videoContainer::before {
        left: 200px;
        top: -40px;
    }

    /** footer **/

    .containerFooter {
        max-width: 905px;
    }
    
    .innerFooter {
        max-height: 146px;
    }

}


/** Mobile **/


@media only screen and (max-width: 600px) {
    .productImg img {
        max-width: 100%;
        top: 0;
        right: 0;
    }
    
    .dummyHero, 
    .deco2,
    #heroMenu ul,
    .alqueriaLogo  {
        display: none;
    }
    
    .productImg::after {
        max-width: 217px;
        height: 85px;
        z-index: 1;
        right: 0px;
        bottom: 30px;
    }
    
    .deco4 {
        max-width: 289px;
        height: 241px;
        top: 140px;
    }
    
    .decoration img {
        max-width: 100%;
    }
    
    .titleHero {
        max-width: 100%;
        height: 110px;
        width: 100%;
        text-align: center;
    }
    
    .titleHero img {
        max-width: 200px;
        margin: 0 auto;
    }
    
    .productImg::before {
        max-width: 90px;
        height: 49px;
        background-size: contain;
        top: 20px;
        right: 4px;
    }

    .deco1 {
        top: 30px;
        max-width: 38px;
        left: 25px;
    }
    
    .deco3 {
        max-width: 27px;
        top: -5px;
        left: 20px;
    }
    
    .containerProduct::before {
        right: 30px;
        max-width: 28px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: unset;
        top: -90px;
    }
    
    .containerHero {
        width: 100%;
        max-width: 327px;
        height: 430px;
        padding-bottom: 0;
        box-shadow: -14px -14px 0px #000000;
        left: 7px;
    }
    
    .innerHero {
        display: block;
    }
    
    #hero {
        padding-top: 70px;
        
    }

    #hero::after {
        max-width: 77px;
        max-height: 116px;
        right: 0px;
        top: 0px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    #heroMenu {
        width: 88px;
        height: 33px;
    }
    
    #heroMenu::before {
        content: "";
        width: 88px;
        height: 33px;
        position: absolute;
        background-image: url(../img/hero/logoAlqueria.png);
        background-size: contain;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        background-repeat: no-repeat;
    }   

    #hero::before {
        width: 56px;
        height: 92px;
        background-size: 56px 96px;
        background-repeat: no-repeat;
    }
    
    .leftHero {
        padding: 15px;
    }
    
    .etiqueta {
        width: 50px;
        bottom: 55px;
        right: 14px;
    }
    
    .productImg {
        max-width: 260px;
        right: -20px;
        bottom: 65px;
    }
    
    .containerProduct::after {
        font-size: 11px;
        bottom: 58px;
        top: unset;
        left: 50%;
    }

    .quesin::after,
    .titleHero::after {
        content: unset;
    }
    
    span.downBtn {
        max-width: 28px;
        max-height: 28px;
    }

    /** video **/

    #video {
        background-size: 500px 40px;
        background-position: center -10px;
        padding-top: 80px;
    }
    
    .logoVideo {
        max-width: 76px;
    }
    
    img {
        max-width: 100%;
    }
    
    .txtTitle h2 {
        font-size: 20px;
    }
    
    .columnTitle {
        justify-content: center;
    }
    
    .fullTitleVideo {
        max-width: 180px;
    }
    
    .videoContainer {
        max-width: 340px;
        height: 253px;
    }
    
    .innerContainerV {
        height: auto;
        max-height: 100%;
    }
    
    .videoContainer::before {
        top: -30px;
    }

    .innerContainerV iframe {
        max-width: 100%;
        height: 253px;
    }
    
    .containerFeatures {
        border-top-left-radius: 80px;
        border-top-right-radius: 80px;
        padding-bottom: 350px;
        top: -120px;
        margin-bottom: 0;
    }
    
    .columnFeatures {
        display: block;
    }
    
    .bubbleDelicia,
    .bubbleVen{
        display: block;
        position: relative;
    }

    .bubbleDelicia {
        max-width: 161px;
        right: -170px;
        top: 230px;
    }
    
    .bubbleVen {
        max-width: 180px;
        top: 170px;
        left: 30px;
    }

    .leftFeatures {
        display: none;
    }
    
    .rightFeatures li {
        font-size: 16px;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    
    .rightFeatures li::before {
        width: 22px;
        height: 22px;
        left: -20px;
        font-size: 16px;
    }

    .rightFeatures ul::before {
        left: 30px;
        height: 180px;
    }
    
    .containerFeatures::before {
        background-size: 1808px 996px;
        border-top-left-radius: 80px;
        border-top-right-radius: 80px;
        background-position: center center;
    }
    
    .innerfeatures {
        top: 270px;
    }
    
    .containerFeatures::after {
        width: 219px;
        height: 154px;
    }
    
    .quesin img {
        display: none;
    }
    
    .quesin {
        width: 255px;
        height: 188px;
        background-image: url(../../assets/img/hero/personajes.png);
        background-size: contain;
        z-index: 2;
        bottom: -30px;
        background-repeat: no-repeat;
        right: 0;
    }
    
    .leaf1 {
        width: 28px;
        height: 37px;
        top: 100px;
        left: 0;
    }
    
    .leaf2 {
        width: 24px;
        height: 31px;
        top: 200px;
        transform: rotate(85deg);
        right: 0;
        left: unset;
    }
    
    .leaf4 {
        width: 42px;
        height: 55px;
        right: -10px;
        top: 500px;
    }
    
    .leaf3 {
        width: 24px;
        height: 31px;
        right: unset;
        left: 70px;
        z-index: 3;
        top: 600px;
    }

    .guayaba {
        max-width: 49px;
        height: auto;
        transform: rotate(18.11deg);
        left: 60px;
        top: -270px;
    }

    /** Cards **/

    .cardsDesktop{
        display: none;
    }

    .cardsMobile{
        display: block;
        max-width: 319px;
        width: 100%;
    }

    .cardsMobile .cards {
        height: 197px;
        max-width: 319px;
        background-color: unset;
    }
    
    #card2 .cardInner, #card3 .cardInner {
        background-color: unset;
        opacity: 1;
    }
    
    .containerCards::before, 
    .containerCards::after {
        content: unset;
    }
    
    .cardInner img {
        max-width: 100%;
        height: auto;
    }

    .titleCards h2, 
    .titleCards h2 span {
        font-size: 20px;
    }
    
    .titleCards::before {
        left: 70px;
        width: 29px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        top: -10px;
    }
    
    #cards {
        padding: 0px;
    }

    #card1, 
    #card2,
    #card3{
        background-color: unset;
        box-shadow: unset;
    }

    .containerCards.cardsMobile::before {
        content: "";
        background-image: unset;
        background-color: #000000;
        border-radius: 20px;
        width: 100%;
        height: 100%;
        left: -12px;
        top: -8px;
    }

    .titleCards {
        max-width: 100%;
        margin-bottom: 25px;
    }
    
    .cardInner {
        width: 100%;
    }

    #form::before {
        width: 600px;
        max-width: 600px;
        background-position: center center;
        height: 85px;
        background-size: contain;
        top: -2px;
    }

    .containerCards.cardsMobile{
        display: block;
    }

    /** form **/
    
    .columnForm {
        display: block;
    }
    
    .lefForm img {
        max-width: 91px;
        height: auto;
    }
    
    .innerForm {
        padding: 100px 0 50px;
        z-index: 3;
    }
    
    .lefForm {
        top: -37px;
        max-width: 91px;
        margin: 0 auto;
    }
    
    .titleForm h3 {
        font-size: 20px;
        text-align: center;
    }

    i.excla::before {
        background-size: contain;
        top: 0;
    }
    
    i.excla {
        width: 6px;
        height: 23px;
        margin-right: 2px;
    }
    
    i.tilde::before {
        width: 6px;
        height: 7px;
        background-size: contain;
    }
    
    i.tilde.ifix::before {
        top: 5px;
        left: 0px;
    }
    
    .titleForm p {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
    }
    
    .rightForm {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .innerForm::before {
        content: unset;
    }
    
    .itemInput {
        max-width: 140px;
    }
    .aloneInput input, .twoInput input {
        height: 40px;
    }
    
    .twoInput {
        margin-top: 20px;
        gap: 20px;
    }
    
    #btnForm {
        height: 30px;
        font-size: 12px;
    }
    
    .itemCheck, .itemCheck a {
        font-size: 8px;
    }
    
    .boxBtn {
        margin-top: 20px;
    }
    
    .innerForm::after {
        content: unset;
    }
    
    .titleRappi h3, 
    .titleRappi h3 span {
        font-size: 20px;
    }
    
    .titleRappi h3 span {
        display: block;
    }
    
    .titleRappi {
        margin-top: 50px;
    }
    
    .btnRappi {
        margin-top: 25px;
    }
    
    .boxBtnRappi {
        max-width: 250px;
        height: 72px;
        justify-content: center;
        gap: 6px;
    }
    
    .logoRappi img {
        max-width: 59px;
        display: block;
    }
    
    #btnRappi {
        font-size: 11px;
    }
    
    .containerRappi {
        max-width: 162px;
        height: 39px;
    }
    
    .leaf5,
    .leaf6 {
        display: none;
    }
    
    .leaf7 {
        max-width: 22px;
        transform: rotate(-87.95deg);
        right: 40px;
        top: 130px;
    }
    
    .leaf8 {
        max-width: 28px;
        transform: rotate(203deg);
        right: unset;
        left: 20px;
        bottom: 70px;
        top: unset;
    }
    
    /** footer **/

    .containerFooter {
        max-width: 340px;
    }
    
    .logoFooter {
        max-width: 85px;
    }
    
    .txtFooter {
        width: 100%;
        max-width: 180px;
    }
    
    .txtFooter p {
        font-size: 11px;
    }
    
    .socialFooter img {
        max-width: 22px;
    }
    
    .innerFooter {
        height: 98px;
    }

    /* Rappi Turbo **/
    
    #boxTurbo {
        transform: scale(0.8);
        left: 50%;
        transform: translateX(-50%) scale(0.8);
        right: unset;
    }
}
