.main_section {
    width: 100%;
    max-width: 100vw;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15%;
    overflow: hidden;
    background-color: var(--orange);
    position: relative;
}

.main_section .circle_main_section {
    position: absolute;
    width: 20%;
    right: 0;
    transform: translate(-32%, 25%);
}

.main_section .fondo {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-16%, -53%);
}

.main_section .light_sheet {
    position: absolute;
    width: 35%;
    right: 0;
}

.main_section .light_sheet .right_sheet {
    transform: translate(-75%, -9%) rotate(-73deg);
    animation: moverHoja 15s ease infinite;
}

@keyframes moverHoja {
    0% {
        transform: translate(-75%, -9%) rotate(-73deg);
    }
    25% {
        transform: translate(-75%, -9%) rotate(-69deg);
    }
    50% {
        transform: translate(-75%, -9%) rotate(-73deg);
    }
    75% {
        transform: translate(-75%, -9%) rotate(-79deg);
    }
    100% {
        transform: translate(-75%, -9%) rotate(-73deg);
    }
}

.main_section .light_sheet .left_sheet {
    transform: translate(0%, 37%) rotate(108deg);
    animation: moverHoja2 15s ease infinite;
}

@keyframes moverHoja2 {
    0% {
        transform: translate(0%, 37%) rotate(108deg);
    }
    25% {
        transform: translate(0%, 37%) rotate(113deg);
    }
    50% {
        transform: translate(0%, 37%) rotate(108deg);
    }
    75% {
        transform: translate(0%, 37%) rotate(103deg);
    }
    100% {
        transform: translate(0%, 37%) rotate(108deg);
    }
}

.main_section .right_sheetDark {
    position: absolute;
    width: 22%;
    right: 0;
    bottom: 0;
    transform: rotate(109deg) translate(-3%, 48%);
}

.main_section .left_sheetDark {
    position: absolute;
    width: 20%;
    left: 50%;
    top: 0;
    transform: rotate(-77deg) translate(-46%, 23%);
}

.main_section .text {
    position: absolute;
    padding: 10%;
    top: 11%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2vw;
}

.main_section .text h1 {
    font-size: 2vw;
    text-align: center;
    line-height: .7;
    width: 41%;
    color: var(--white);
}

.main_section .text h1 .first {
    color: var(--beige);
    font-size: 8vw;
    display: block;
    text-align: left;
}

.main_section .text h1 .first .min {
    color: var(--white);
    font-size: 2vw;
}

.main_section .text h1 .two {
    color: var(--beige);
    font-size: 5vw;
    font-weight: 700;
    display: block;
    text-align: center;
}

.main_section .text p {
    font-weight: 500;
    color: var(--white);
    width: 41%;
}

.main_btn {
    position: relative;
    display: inline-block;
    padding: .8vw 2vw;
    background-color: var(--beige);
    color: var(--dark_red);
    font-weight: 600;
    border-radius: .3vw;
    border: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    box-shadow: 1vw 1vw 5vw #00000015;
    transition: all 0.5s;
}

.main_btn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-color: var(--dark_red);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
}

.main_btn:hover::before {
    opacity: 1;
    transform: translate(50%, 70%);
}

.main_btn:hover {
    color: var(--red);
    background-color: var(--white);
    transition: all 0.5s;
}

.main_section .forma1 svg {
    position: absolute;
    right: 0;
    width: 53%;
    top: 50%;
    transform: translateY(-50%) translateX(34%);
    opacity: 60%;
}

.main_section .forma2 svg {
    position: absolute;
    width: 38%;
    opacity: 60%;
    transform: rotate(90deg) translateY(109%);
    left: 0;
    bottom: 35%;
}

.main_section .cont_plate {
    position: relative;
    padding: 5% 5%;
    width: 40vw;
    z-index: 1;
}

.main_section .cont_plate .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.plate_slider_slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plate_slider_slide img {
    display: block;
    width: 100%;
}

.main_section .cont_plate .eclipse {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 95%;
    z-index: -1;
}

.bottomwave {
    width: 100%;
    position: absolute;
    left: 0;
    transform: translateY(-3%);
}

@media (max-width: 996px) {
    .main_section {
        grid-template-columns: 1fr;
        height: auto;
        padding: 14% 10%;
        gap: 8vw;
    }
    .main_section .fondo {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        object-fit: cover;
        object-position: center;
        transform: translate(-15%, -121%);
    }
    .plate_slider_slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_section .light_sheet {
        position: absolute;
        width: 60%;
        right: 0;
        top: 11px;
    }
    .main_section .left_sheetDark {
        position: absolute;
        width: 31%;
        left: 0;
        top: 59px;
        transform: rotate(-77deg) translate(-17%, 54%);
    }
    .main_section .right_sheetDark {
        position: absolute;
        width: 31%;
        right: 0;
        top: 0;
        transform: rotate(109deg) translate(157%, 18%);
    }
    .main_section .cont_plate {
        position: relative;
        padding: 5% 5%;
        width: 90vw;
        z-index: 1;
    }
    .main_section .fondo_home {
        display: none;
    }
    .main_section .forma2 svg {
        position: absolute;
        height: 20%;
        opacity: 60%;
        transform: rotate(90deg) translate(-40%, 145%);
        left: 0;
        bottom: 0;
    }
    .main_section .forma1 svg {
        position: absolute;
        right: 0;
        width: 100%;
        top: 0;
        transform: translateY(37%) translateX(19%);
        opacity: 60%;
    }
    .main_section .text {
        position: inherit;
        order: 2;
        gap: 5vw;
        transform: translateY(-17%);
    }
    .main_section .text h1 {
        text-align: center;
        font-size: 7vw;
        line-height: .9;
        width: 100%;
    }
    .main_section .text h1 .first {
        font-size: 13vw;
        text-align: center;
    }
    .main_section .text h1 .first .min {
        font-size: 7vw;
    }
    .main_section .text h1 .two {
        font-size: 10vw;
        text-align: center;
        line-height: .1;
    }
    .main_section .text p {
        text-align: center;
        font-weight: 600;
        width: 100%;
    }
    .main_section .text a {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding: 3vw 8vw;
        border-radius: 2vw;
    }
    .main_section .cont_plate {
        position: relative;
        padding: 5% 5%;
        overflow: hidden;
        order: 1;
    }
    .main_section .cont_plate .plate {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 80%;
    }
    .main_section .circle_main_section {
        position: absolute;
        width: 29%;
        right: 0;
        top: 0;
        transform: translate(-30%, 89%);
    }
}

.flavors_section {
    padding: 10%;
    position: relative;
    overflow: hidden;
}

.flavors_section .objeto_flavor {
    width: 42%;
    position: absolute;
    right: 0;
    transform: translate(50%, 10%);
}

.flavors_section .cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3vw;
}

.flavors_section .cont h2 {
    font-size: 2.9vw;
    font-weight: 700;
    line-height: 0.8;
    text-align: center;
    color: var(--dark_red);
}

.flavors_section .cont h2 span {
    font-size: 6vw;
    font-weight: 700;
}

.flavors_section .cont p {
    color: var(--gray);
    width: 70%;
    text-align: center;
}

.containerBotones {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.backButton,
.nextButton {
    display: inline-block;
    background-color: var(--white);
    color: var(--dark_red);
    font-size: 1.5vw;
    text-align: center;
    margin: .5vw;
    transition: background-color, color, .25s ease-in-out;
    cursor: pointer;
}

.flavors_section .section_dishes {
    width: 100%;
    overflow: hidden;
}

.flavors_section .section_dishes .cont_1 {
    min-width: 20vw;
    max-width: 20vw;
    height: 45vh;
    background-color: #f4992c;
    border-radius: 2vw;
    margin: 3.5vw;
    margin-top: 7.3VW;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    transition: .25s;
    cursor: pointer;
}

.flavors_section .section_dishes .img_container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.flavors_section .section_dishes .text {
    padding-bottom: 10%;
}

.flavors_section .section_dishes .texte {
    padding-bottom: 10%;
    transform: translateY(-19%);
}

.flavors_section .section_dishes .cont_1 .plate2 {
    max-width: 19vw;
    min-width: 19vw;
    transform: translateY(-27%);
    margin-bottom: -20%;
}

.flavors_section .section_dishes .cont_1 .plate1 {
    max-width: 25vw;
    min-width: 25vw;
    transform: translateY(-15%);
}

.flavors_section .section_dishes .cont_1 .plate3 {
    max-width: 22vw;
    min-width: 22vw;
    transform: translateY(-15%);
}

.flavors_section .section_dishes .cont_1:hover {
    transform: scale(1.1);
}

.flavors_section .section_dishes .cont_1 p {
    color: var(--white);
    text-align: center;
    font-size: 1vw;
}

.flavors_section .section_dishes .cont_1 a {
    width: fit-content;
    color: var(--white);
    font-weight: 600;
    padding: .8vw 2vw;
    margin-top: 1vw;
    transition: .25;
    cursor: pointer;
    background-color: var(--dark_red);
    border-radius: .2vw;
}

.flavors_section .section_dishes .cont_1 a::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-color: var(--dark_red);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
}

.flavors_section .section_dishes .cont_1 a:hover::before {
    opacity: 1;
    transform: translate(50%, 70%);
}

.flavors_section .section_dishes .cont_1 a:hover {
    color: var(--red);
    background-color: var(--white);
    transition: all 0.5s;
}

.left_sheetm {
    width: 20%;
    position: absolute;
    right: 0;
    transform: translate(49%, 29%) rotate(24deg);
}

@media (max-width: 996px) {
    .flavors_section {
        grid-template-columns: 1fr;
        padding: 20% 10%;
    }
    .flavors_section .cont {
        padding: 0%;
        gap: 5vw;
    }
    .flavors_section .objeto_flavor {
        width: 100%;
        position: absolute;
        right: 0;
        top: 19%;
        transform: translate(51%, 10%);
        z-index: -1;
    }
    .flavors_section .cont h2 {
        font-size: 10vw;
    }
    .flavors_section .cont h2 span {
        font-size: 15vw;
    }
    .flavors_section .cont p {
        text-align: center;
        width: 100%;
    }
    .backButton,
    .nextButton {
        font-size: 10vw;
    }
    .flavors_section .section_dishes {
        flex-direction: column-reverse;
        align-items: center;
    }
    .flavors_section .section_dishes .cont_1 {
        min-width: 80vw;
        max-width: 80vw;
        height: 50vh;
        margin: 22vw 10vw 5vw 10vw;
    }
    .flavors_section .section_dishes .cont_1 .plate2 {
        max-width: 100%;
        min-width: 100%
    }
    .flavors_section .section_dishes .cont_1 .plate1 {
        max-width: 79vw;
        min-width: 79vw;
    }
    .flavors_section .section_dishes .cont_1 .plate3 {
        max-width: 100%;
        min-width: 100%;
    }
    .flavors_section .section_dishes .cont_1 p {
        font-size: 4.5vw;
    }
    .flavors_section .section_dishes .text {
        padding-bottom: 10%;
        gap: 4vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .flavors_section .section_dishes .cont_1 a {
        padding: 3vw 8vw;
    }
    .flavors_section .section_dishes .texte {
        padding-bottom: 10%;
        transform: translateY(-19%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4vw;
    }
    .left_sheetm {
        width: 56%;
        position: absolute;
        right: 0;
        transform: translate(49%, 76%) rotate(24deg);
    }
}

.right_sheetm {
    width: 20%;
    position: absolute;
    transform: translate(-49%, -81%) rotate(53deg);
    z-index: 1;
}

.our_history {
    padding: 10%;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
    gap: 8vw;
    background-color: var(--green);
    position: relative;
    overflow: hidden;
}

.our_history .fondo_our_history {
    position: absolute;
    top: 50%;
    left: 0;
    width: 86%;
    object-fit: cover;
    object-position: center;
    transform: translate(16%, -53%);
}

.image_history {
    position: relative;
}

.image_history .left_sheet {
    width: 39%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(-160deg) translate(-18%, -25%);
    animation: leaf_move 15s ease-in-out infinite alternate;
}

@keyframes leaf_move {
    0% {
        transform: rotate(-160deg) translate(-18%, -25%);
    }
    25% {
        transform: rotate(-165deg) translate(-18%, -25%);
    }
    50% {
        transform: rotate(-160deg) translate(-18%, -25%);
    }
    75% {
        transform: rotate(-156deg) translate(-18%, -25%);
    }
    100% {
        transform: rotate(-160deg) translate(-18%, -25%);
    }
}

.our_history_text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5vw;
}

.our_history_text h2 {
    font-size: 3vw;
    color: var(--dark_red);
}

.our_history_text p {
    color: var(--gray);
    width: 75%;
}

.our_history_text .main_btn {
    position: relative;
    display: inline-block;
    padding: .8vw 2vw;
    background-color: var(--dark_red);
    color: var(--white);
    font-weight: 600;
    border-radius: .3vw;
    border: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    box-shadow: 1vw 1vw 5vw #00000015;
    transition: all 0.5s;
}

.our_history_text .main_btn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-color: var(--red);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
}

.our_history_text .main_btn:hover::before {
    opacity: 1;
    transform: translate(50%, 70%);
}

.our_history_text .main_btn:hover {
    color: var(--dark_red);
    background-color: var(--yellow);
    transition: all 0.5s;
}

@media (max-width: 996px) {
    .our_history {
        grid-template-columns: 1fr;
        gap: 19vw;
    }
    .our_history h2 {
        font-size: 10vw;
        text-align: center;
    }
    .our_history p {
        text-align: center;
        font-size: 3.5vw;
        width: 100%;
    }
    .our_history a {
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
        padding: 3vw 8vw;
    }
    .our_history .main_btn {
        padding: 3vw 8vw;
        border-radius: 1vw;
    }
    .right_sheetm {
        width: 38%;
        position: absolute;
        transform: translate(-51%, -70%) rotate(56deg);
    }
    .our_history .fondo_our_history {
        position: absolute;
        top: 50%;
        left: 0;
        width: 112%;
        object-fit: cover;
        object-position: center;
        transform: translate(2%, -110%);
    }
}


/*Section HAPPY HOUR*/

.section_happy_hour {
    padding: 15%;
}

.cont_happy_hour {
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: var(--red);
    position: relative;
    height: 58vh;
    border-radius: 18vw 0 0 18vw;
}

.happy_hour {
    position: absolute;
    width: 60%;
    bottom: 0;
    overflow: hidden;
    transform: rotate(180deg) translate(-43%, -20%);
}

.cont_image_hour {
    position: relative;
}

.vector_decorative {
    position: absolute;
    width: 50%;
    left: 10%;
    top: 0;
    transform: translate(21%, -48%);
}

.vector_decorative2 {
    position: absolute;
    width: 45%;
    top: 0;
    right: 0;
    transform: translate(37%, -54%);
}

.cont_image_hour .coctel2 {
    position: absolute;
    width: 83%;
    right: 0;
    transform: translate(-26%, 4%);
}

.cont_image_hour .coctel1 {
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-23%, -42%);
}

.cont_image_hour .vino {
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(19%, -28%);
}

.cont_image_hour .lemon {
    width: 33%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translate(31%, -14%);
}

.cont_text_hour {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.happy_hour path {
    fill: #e90000;
    opacity: 100%;
}

.vector2 path {
    fill: #e90000;
    opacity: 100%;
}

.vector2 {
    position: absolute;
    width: 39%;
    right: 2%;
    top: 0;
    transform: rotate(180deg);
}

.cont_text_hour h2 {
    font-size: 5vw;
    color: var(--white);
    z-index: 1;
}

.cont_text_hour h2 .hour {
    font-size: 3.7vw;
    color: var(--yellow);
}

.cont_text_hour h2 .hour_word {
    font-size: 6vw;
    color: var(--yellow);
}

.cont_text_hour h2 .days {
    font-size: 2vw;
}

@media (max-width: 996px) {
    .section_happy_hour {
        padding: 32% 10%;
    }
    .cont_happy_hour {
        grid-template-columns: 1fr;
        height: 93vh;
        border-radius: 5vw;
        gap: 22vw;
    }
    .cont_image_hour .coctel1 {
        width: 51%;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-55%, -49%);
    }
    .cont_image_hour .coctel2 {
        position: absolute;
        width: 77%;
        left: 13%;
        transform: translate(-28%, -14%);
    }
    .cont_text_hour {
        justify-content: center;
        align-items: center;
    }
    .cont_text_hour h2 {
        font-size: 14vw;
    }
    .cont_text_hour h2 .hour {
        font-size: 10vw;
        color: var(--yellow);
    }
    .cont_text_hour h2 .hour_word {
        font-size: 17vw;
        color: var(--yellow);
    }
    .cont_text_hour h2 .days {
        font-size: 5.5Vw;
    }
    .happy_hour {
        position: absolute;
        height: 49%;
        width: 50%;
        bottom: 0;
        top: 0;
        right: 0;
        overflow: hidden;
        transform: translate(-8%, -24%) rotate(180deg);
    }
    .vector2 {
        position: absolute;
        width: 54%;
        left: 4%;
        top: 84%;
        transform: rotate(0deg);
    }
    .vector_decorative {
        position: absolute;
        width: 41%;
        left: 10%;
        top: 0;
        transform: translate(50%, -92%);
    }
    .vector_decorative2 {
        position: absolute;
        width: 44%;
        top: 0;
        right: 0;
        transform: translate(24%, -101%);
    }
    .cont_image_hour .vino {
        width: 60%;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(8%, -40%);
    }
    .cont_image_hour .lemon {
        width: 33%;
        position: absolute;
        left: 0;
        right: 0;
        transform: translate(17%, -49%);
    }
}


/*gallery*/

.section_gallery .object_gallery {
    position: absolute;
    width: 19%;
    right: 0;
    top: 24%;
    transform: translateX(54%);
}

.section_gallery .object_gallery1 {
    position: absolute;
    width: 20%;
    left: 0;
    bottom: 0;
    transform: translate(-46%, -25%) rotate(70deg);
}

.section_gallery {
    text-align: center;
    position: relative;
    padding: 10% 15%;
    overflow: hidden;
    background-color: #f9edcf;
}

.section_gallery h3 {
    text-align: center;
    font-size: 3vw;
    color: var(--dark_green);
    margin: 5%;
}

.section_gallery .eclipse {
    position: absolute;
    left: 0;
}

.cont_gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 2vw;
}

.img_wrapper {
    position: relative;
    overflow: hidden;
    grid-row: span 1;
    grid-column: span 1;
    cursor: pointer;
}

.img_wrapper:hover img {
    transform: scale(1.1);
    opacity: 90%;
}

.img_wrapper img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
}

.img_wrapper .mariscos,
.entraña {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.img_wrapper:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    width: 100%;
}

.img_wrapper:nth-child(2) {
    grid-row: 1 / span 2;
    grid-column: 3 / span 2;
    width: 100%;
}

.img_wrapper:nth-child(3) {
    grid-row: 3;
    grid-column: 1 / span 1;
    width: 100%;
}

.img_wrapper:nth-child(4) {
    grid-row: 3;
    grid-column: 2 / span 1;
    width: 100%;
}

.img_wrapper:nth-child(5) {
    grid-row: 3;
    grid-column: 3 / span 1;
    width: 100%;
}

.img_wrapper:nth-child(6) {
    grid-row: 3;
    grid-column: 4 / span 1;
    width: 100%;
}

.img_wrapper:nth-child(7) {
    grid-row: 4 / span 2;
    grid-column: 1 / span 2;
    width: 100%;
}

.img_wrapper:nth-child(8) {
    grid-row: 4 / span 2;
    grid-column: 3 / span 2;
    width: 100%;
}

.section_gallery .objeto3 {
    position: absolute;
    left: 0;
    width: 16vw;
}

.section_gallery .objeto4 {
    position: absolute;
    right: 0;
    top: 80%;
    width: 14vw;
}

@media (max-width: 996px) {
    .section_gallery h3 {
        font-size: 10vw;
    }
    .cont_gallery {
        display: block;
    }
    .cont_gallery img {
        width: 100%;
        height: 159px;
    }
    .img_wrapper:nth-child(8) {
        width: 100%;
    }
    .section_gallery .objeto4 {
        position: absolute;
        right: 0;
        top: 96%;
        width: 20vw;
    }
    .section_gallery .objeto3 {
        position: absolute;
        left: 0;
        width: 23vw;
        top: 97%;
    }
    .section_gallery .object_gallery {
        position: absolute;
        width: 36%;
        right: 0;
        top: 41%;
        transform: translateX(63%);
    }
    .section_gallery .object_gallery1 {
        position: absolute;
        width: 33%;
        left: 0;
        bottom: 0;
        transform: translate(-49%, -25%) rotate(70deg);
    }
    .section_gallery {
        text-align: center;
        position: relative;
        padding: 15%;
        overflow: hidden;
        background-color: #f9edcf;
    }
}


/* ---LIGHTBOX--- */

.lightbox_section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: .25s;
}

.lightbox_active {
    opacity: 1;
    visibility: visible;
}

.lightbox_section .lightbox_contain {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1vw;
    border-radius: 10px;
    background: white;
    z-index: 1;
}

.lightbox_section .lightbox_contain h2 {
    color: white;
    position: absolute;
    top: -2vw;
    right: 0;
    font-size: 1.1vw;
    transition: .25s;
}

.lightbox_section .lightbox_contain h2:hover {
    cursor: pointer;
    color: var(--dark_red);
    letter-spacing: 2px;
}

.lightbox_section .lightbox_contain img {
    border-radius: 5px;
    max-width: 80vw;
    max-height: 80vh;
}

.lightbox_backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000007d;
}

@media (max-width: 996px) {
    .lightbox_section {
        padding: 20px;
    }
    .lightbox_section .lightbox_contain h2 {
        font-size: 6vw;
        top: -9vw;
    }
    .lightbox_section .lightbox_contain {
        padding: 3vw;
        border-radius: 10px;
    }
}


/*Section offer*/

.section_offer {
    padding: 10%;
    position: relative;
    overflow: hidden;
    padding-bottom: 2%;
}

.vector_decorative_offer {
    width: 31%;
    position: absolute;
    left: 0;
    transform: translate(-66%, -47%);
}

.section_offer .object_gallery {
    position: absolute;
    width: 10%;
    right: 0;
    top: 31%;
    transform: rotate(90deg) translate(10px, 41%);
}

.section_offer .object_gallery2 {
    position: absolute;
    width: 10%;
    top: 31%;
    left: 0;
    transform: rotate(90deg) translate(10px, -71%);
}

.section_offer {
    padding: 10%;
    position: relative;
    overflow: hidden;
    padding-bottom: 2%;
}

.cont_ceviche {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cont_ceviche .left_sheet_offer {
    position: absolute;
    width: 23%;
    transform: rotate(98deg) translate(36%, -64%);
    bottom: 0;
    animation: mover 15s ease infinite;
    z-index: -1;
}

@keyframes mover {
    0% {
        transform: rotate(98deg) translate(36%, -64%);
    }
    25% {
        transform: rotate(105deg) translate(36%, -64%);
    }
    50% {
        transform: rotate(98deg) translate(36%, -64%);
    }
    75% {
        transform: rotate(90deg) translate(36%, -64%);
    }
    100% {
        transform: rotate(98deg) translate(36%, -64%);
    }
}

.cont_ceviche .right_sheet_offer {
    position: absolute;
    width: 23%;
    transform: rotate(-27deg) translate(69%, 35%)scaleX(-1);
    top: 0;
    left: 0;
    z-index: -1;
    animation: mover2 15s ease infinite;
}

@keyframes mover2 {
    0% {
        transform: rotate(-27deg) translate(69%, 35%)scaleX(-1);
    }
    25% {
        transform: rotate(-23deg) translate(69%, 35%)scaleX(-1);
    }
    50% {
        transform: rotate(-27deg) translate(69%, 35%)scaleX(-1);
    }
    75% {
        transform: rotate(-31deg) translate(69%, 35%)scaleX(-1);
    }
    100% {
        transform: rotate(-27deg) translate(69%, 35%)scaleX(-1);
    }
}

.cont_ceviche .circle_offer {
    position: absolute;
    width: 45%;
    z-index: -1;
}

.cont_ceviche .ceviche_mix {
    width: 40%;
}

.section_offer .cont_information {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    padding: 10%;
}

.section_offer .cont1 {
    position: relative;
    transform: translate(-12%, -28%);
}

.section_offer .cont2 {
    position: relative;
    transform: translate(3%, 10%);
}

.section_offer .cont3 {
    position: relative;
    transform: translate(24%, -28%);
}

.section_offer .cont1 h3,
.cont2 h3,
.cont3 h3 {
    color: var(--light_red);
    font-size: 2.5vw;
    text-align: center;
}

.section_offer .cont1 p,
.cont2 p,
.cont3 p {
    text-align: center;
}

.section_offer .cont1 h3,
.cont3 h3 {
    color: var(--light_red);
    font-size: 2.5vw;
    text-align: center;
}

.section_offer .cont1 p,
.cont3 h3 {
    text-align: center;
}

.section_offer .forma3 svg {
    position: absolute;
    left: 0;
    width: 32%;
    opacity: 60%;
    transform: rotate(180deg)translateY(48%) translateX(50%);
}

@media (max-width: 996px) {
    .section_offer {
        padding: 20% 10%;
        overflow: hidden;
        gap: 10vw;
        display: flex;
        flex-direction: column;
    }
    .vector_decorative_offer {
        transform: translate(-66%, -57%);
    }
    .cont_ceviche .ceviche_mix {
        width: 90%;
    }
    .cont_ceviche .circle_offer {
        width: 95%;
    }
    .cont_ceviche .left_sheet_offer {
        width: 38%;
    }
    .section_offer .cont1,
    .section_offer .cont2,
    .section_offer .cont3 {
        transform: initial;
    }
    .section_offer .cont_information {
        grid-template-columns: 1fr;
        gap: 10vw;
    }
    .section_offer h2 {
        font-size: 8vw;
    }
    .section_offer .cont1 h3,
    .cont2 h3,
    .cont3 h3 {
        font-size: 8vw;
    }
    .section_offer .cont1 p {
        text-align: center;
    }
    .cont_ceviche .right_sheet_offer {
        position: absolute;
        width: 38%;
        transform: rotate(-14deg) translate(-16%, 7%)scaleX(-1);
        top: 0;
        left: 0;
        z-index: -1;
        animation: mover2 15s ease infinite;
    }
    @keyframes mover2 {
        0% {
            transform: rotate(-14deg) translate(-16%, 7%)scaleX(-1);
        }
        25% {
            transform: rotate(-20deg) translate(-16%, 7%)scaleX(-1);
        }
        50% {
            transform: rotate(-14deg) translate(-16%, 7%)scaleX(-1);
        }
        75% {
            transform: rotate(-10deg) translate(-16%, 7%)scaleX(-1);
        }
        100% {
            transform: rotate(-14deg) translate(-16%, 7%)scaleX(-1);
        }
    }
}


/*SECTION FRESH*/

.section_fresh {
    padding: 0;
    padding-top: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    overflow: hidden;
}

.section_fresh .main_fresh {
    padding: 10% 0;
    display: flex;
    align-items: center;
}

.section_fresh .main_fresh .fresh_cont {
    background-color: var(--light_red);
    padding: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0 10vw 10vw 0;
    width: 80%;
}

.section_fresh .main_fresh .text {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.section_fresh .main_fresh .text h3 {
    color: var(--white);
    font-size: 2.7vw;
}

.section_fresh .main_fresh .text p {
    color: var(--white);
}

.image_fresh {
    position: relative;
    padding: 10% 0;
}

.image_fresh .fresh_vector {
    position: absolute;
    width: 52%;
    left: 0;
    z-index: -1;
    transform: translate(29%, -18%);
}

.image_fresh .condor_fresh {
    position: absolute;
    left: 0;
    width: 55%;
    bottom: 50%;
    animation: infinite 2s ImageAnimation alternate;
}

.image_fresh .mountains {
    transform: translate(0, -17%);
}

@keyframes ImageAnimation {
    0% {
        transform: translate(-2%, -2%);
    }
    100% {
        transform: translate(-2%, -9%);
    }
}

@media (max-width: 996px) {
    .section_fresh .wave4 {
        transform: translateY(-10%);
    }
}

.image_fresh .circle_blue {
    position: absolute;
    width: 44%;
    right: 0;
    transform: translate(-39%, -9%);
    z-index: -1;
}

@media (max-width: 996px) {
    .section_fresh {
        grid-template-columns: 1fr;
        gap: 5vw;
    }
    .section_fresh .main_fresh .fresh_cont {
        background-color: var(--light_red);
        padding: 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 0 32vw 32vw 0;
        width: 87%;
    }
    .section_fresh .main_fresh .text h3 {
        color: var(--white);
        font-size: 8vw;
    }
    .section_fresh .main_fresh .text p {
        color: var(--white);
        font-weight: 300;
    }
    .image_fresh .mountains {
        transform: translate(0, -17%);
    }
}