html {
    scroll-behavior: smooth;
}


@font-face {
    font-family: Sekuya;
    src: url(Sekuya-Regular.ttf);
}
@font-face {
    font-family: montserrat;
    src: url(Montserrat-Medium.ttf);
}

body {
    margin: 0;
    font-family: montserrat;
    background-color: rgba(255, 232, 211, 0.89);
    overflow-x: hidden;
}

#header {
    position: relative;
    top: 0%;
    height: 400px;
    background-image: url("https://lh3.googleusercontent.com/gps-cs/AHvCnQzDzfKO4-eTd3_FP-9FLUGatmxMw3998BImedn3BLCdq3Ef0nMbAqeS648cc2-Da07p6uYq_Y_KHvbSHUlGz9iHT13RFd1zHhRr2uMwoctgORz-9Gc4iUo8QijyMugLjVogo40_=w600-h321-p-k-no");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

#header h1 {
    color: #8b3a3a;
    font-size: 2.5rem;
    margin: 0;
    text-shadow: 0px 0px 15px rgb(255, 255, 255);
    text-align: center;
    font-family: Sekuya;
    animation: float 2s infinite alternate;
}

section {
    padding: 20px;
    margin: 37.5px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#info-principal {
    background: linear-gradient(to bottom, #ca6f4b,#ffe9a1);
    color: #fff7ef;
}

.claim {
    margin-top: 75px;
    background: rgba(255, 240, 180, 0.4);
    padding: 10px 15px;
    border-radius: 8px;
    font-style: italic;
    color: #5a2e2e;
    text-align: center;
}

.claim:hover {
    background: rgba(255, 240, 180, 0.7); 
    box-shadow: 0 0 12px rgba(255, 210, 120, 0.6); 
    border: 1px solid rgba(255, 200, 120, 0.8); 
    transform: translateY(-2px);
}

#Ubicacion {
    background-color: #a86a5a;
    color: #fff3e8;
}

#Menus {
    background-color: #cfa77a;
    color: #fff7ef;
}

a {
    color: #ffffff;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

a:hover {
    color: #ffd29c;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    transform: scale(1.06);
    transition: 0.2s ease;
}

#contenido1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px;
    max-width: 1000px;
    margin: auto;
}

#info-principal, #Ubicacion, #Menus{
    transition: transform 0.3s ease;
}

#info-principal:hover, #Ubicacion:hover, #Menus:hover{
    transform: scale(1.06);
}


@media (max-width: 768px) {
    #contenido1 {
        grid-template-columns: 1fr;
        padding: 15px;             
        gap: 20px;                 
    }
}



.lado-derecho {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mask {
    display: flex;
    justify-content: center;
    padding: 20px;
    background-color: rgba(255, 232, 211, 0.89);
}

.fotos {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 500px;
}

@media (max-width: 768px) {
    .fotos {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .fotos img {
        position: static;
        max-width: 90%;
        transform: none !important;
        opacity: 1 !important;
    }
}


.fotos img {
    position: absolute;
    max-width: 350px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}


#img1 { z-index: 1; transform: rotate(-3deg); top: 0; left: 0; }
#img2 { z-index: 2; transform: rotate(2deg); top: 50px; left: 150px; }
#img3 { z-index: 3; transform: rotate(-1deg); top: 100px; left: 300px; }
#img4 { z-index: 4; transform: rotate(3deg); top: 150px; left: 450px; }


#img1:hover { transform: rotate(-3deg) scale(1.1); z-index: 10; }
#img2:hover { transform: rotate(2deg) scale(1.1); z-index: 10; }
#img3:hover { transform: rotate(-1deg) scale(1.1); z-index: 10; }
#img4:hover { transform: rotate(3deg) scale(1.1); z-index: 10; }


@scroll-timeline fotosTimeline {
    source: auto;
    orientation: block;
}

/* ANIMACIÓN DE FOTOS */
#img1, #img3 {
    animation-name: fotoIzquierda;
    animation-fill-mode: both;
    animation-timeline: fotosTimeline;
    animation-range: 20% 50%;
}

#img2, #img4 {
    animation-name: fotoDerecha;
    animation-fill-mode: both;
    animation-timeline: fotosTimeline;
    animation-range: 20% 50%;
}

/* CARTA SUBIENDO */
#carta {
    scroll-margin-top: 515px;
    transform: translateY(4000px);
    opacity: 0;
    visibility: hidden;
    animation-name: subirMenu;
    animation-fill-mode: both;
    animation-timeline: fotosTimeline;
    transition: transform 1s ease, opacity 1s ease;
    z-index: 20; 
    position: relative;
    place-items: center;
    box-shadow: 1px 1px 20px #8b5d2f;
    background-color: #f2e4d4;
    transform: none;
}

@media (max-width: 768px) {
    img {
        display: none;
    }

    #carta {
        opacity: 1;
        visibility: visible;
        transform: none;
        animation: none;
        scroll-margin-top: 51px;
        top: 500px;
    }

    #nav.active li {
        width: 100%;
    }


    #nav.active li a {
        display: block;
        width: 100%;
        padding: 10px;
        text-align: center;
    }


    #carta h3{
        overflow-wrap: break-word;
        margin-top: 100px;
    }


    #ubicacion{
        width: 80%;
        margin: 0 auto;
        margin: 0 auto 50px auto;
    }
    #ubicacion iframe{
        max-width: 300px;
    }

    .horario{
        display: none;
        min-width: 100%;
        margin-bottom: 50px;
    }

    #contacto ul{
        max-width: 90%;
    }
    body{
        overflow-x: hidden;
        scroll-snap-type-x: none;
    }

    form{
        max-width: 300px;
    }
    html{
        overflow-x: hidden;
    }
}




#titulo-carta {
    scroll-margin-top: 1000px;
}

#btn-ocultar {
    padding: 12px;
    background: #c9a66b;
    color: white;
    border: none;
    border-radius: 9px;
    font-size: 22px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, rotate 0.3s ease;
    width: 90%;
    margin-left: 5%;
}

#btn-ocultar:hover {
    background: #b58d54;
    transform: scale(1.06);
}

#btn-ocultar:active {
    transform: scale(0.94);
    background: #9e7846;
}

/* Animación de ocultar */
#contenido-carta {
    overflow: hidden;
    transition: max-height 0.5s ease;
    max-height: 2000px; /* suficiente para que se vea todo */
}

#contenido-carta.oculto {
    max-height: 0;
}

/* Rotación de la flecha */
#btn-ocultar.rotado {
    rotate: 180deg;
}



.flecha-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    background-color: #8b3a3a;
    color: #fff3e8;
    padding: 6px 10px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
    display: inline-block;
}

.flecha-toggle.abajo {
    transform: rotate(180deg);
}


#carta h2 {
    text-align: center;
    font-size: 2rem;
    color: #3b2f2f;
    margin-bottom: 30px;
    font-family: Sekuya;
}

.categoria {
    margin-bottom: 30px;
}

.categoria h3 {
    font-size: 1.8rem;
    font-family: Sekuya;
    color: #8b3a3a;
    text-align: center;
    margin: 25px 0 15px;
    letter-spacing: 1px;
    position: relative;
}

.categoria h3::after {
    content: "";
    display: block;
    width: 95%;
    height: 4px;
    background: #ad8549;
    margin: 8px auto 0;
    border-radius: 10px;
}


.item {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    padding: 10px;
    background-color: #fff8ef;
    border-radius: 10px;
    border-left: 4px solid #d4a259;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out, translateX 0.2s ease-in-out;
}

.item:hover {
    background-color: #fff1d8;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: scale(1.02) translateX(10px);
}

.item .nombre {
    font-weight: bold;
    font-size: 1.2rem;
    color: #3b2f2f;
}

.item .precio {
    font-weight: bold;
    color: #8b3a3a;
    margin-left: auto;
}

.item .descripcion {
    font-size: 0.9rem;
    color: #584a4a;
    margin-top: 5px;
}

/* CONTACTO */
#contacto {
    background: #f5f0e6;
    padding: 60px 20px;
    border-top: 7px solid #c59f5c;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 4px 15px rgba(139, 108, 66, 0.7);
}

.contacto-wrapper {
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.contacto-info {
    flex: 1;
    min-width: 280px;
    color: #4a3b2f;
}

.contacto-info a {
    color: #b17000;
    text-decoration: none;
}

.contacto-info h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.contacto-info p {
    font-size: 16px;
    margin-bottom: 20px;
}   

.contacto-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contacto-info li {
    background: #fff8f0;
    white-space: pre-line;
    border-left: 4px solid #c9a66b;
    border-right: 4px solid #c0c0c0;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 16px;
    color: #4a3b2f;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.575);
    transition: background 0.3s ease;
}


.contacto-info li:hover {
    background: #f2e4d4;
}


.contacto-form {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #fff3e1;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    overflow: hidden;
}

.contacto-form h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #4a3b2f;
}

.contacto-form input, .contacto-form textarea {
    padding: 12px;
    border: 2px solid #c9a66b;
    border-radius: 6px;
    font-size: 16px;
    background: #fffcf1;
    color: #4a3b2f;
}

.contacto-form textarea {
    height: 120px;
    resize: none;
    font-family: 'Segoe UI', sans-serif;
}

.contacto-form button {
    padding: 12px;
    background: #c9a66b;
    color: white;
    border: none;
    border-radius: 9px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.contacto-form button:hover {
    background: #b58d54;
    transform: scale(1.06);
}

.contacto-form button:active { 
    transform: scale(0.94); 
    background: #9e7846; 
    transition: 0.2s ease;
}

input:focus, textarea:focus {
    outline-style: none;
    border-color: #cc7a07;
}

.sidebar{
    position: sticky !important;
    z-index: 100;
}

.sidebar > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contacto-form input:hover, textarea:hover {
    background-color: #ffead6;
    transition: background 0.3s ease;
}


.horario-section {
    margin: 60px auto;
    max-width: 600px;
    min-width: 30px;
    text-align: center;
}

.horario-section h2 {
    font-family: Sekuya;
    font-size: 32px;
    margin-bottom: 20px;
    color: #4a3b2f;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.horario-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.horario-lista li {
    background: #fff4e4;
    border-left: 4px solid #c9a66b;
    border-right: 4px solid #cccccc;  
    padding: 12px 18px;
    margin: 10px 0;
    border-radius: 6px;
    font-size: 18px;
    color: #4a3b2f;
    box-shadow: 0 1px 10px rgba(0,0,0,0.15);
    transition: transform 0.2s ease, background 0.3s ease;
}

.horario-lista li:hover {
    background: #ffe9d2;
    transform: translateX(4px);
}

#horario{
    box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.5);
    background-color: #fff8f0;
}

:root {
    --color-fondo: pink;
    --color-barras: #c9a57b;
    --color-texto: #3a2c1e;
    --color-rojo-hora-pico: #b03a2e; 
}

section.horario {
    background-color: #fff7f0 !important;
    padding: 2rem 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.horario h2 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--color-texto);

}

.box-horario {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 280px;
    margin: auto;
    font-family: 'Inter', sans-serif;
    color: var(--color-texto);
    font-size: 1.2rem;
    max-width: 280px;
}

.barra {
    transition: height 0.5s ease;
}

.barra .hora-pico {
    background-color: #721c23; 
}


#btn-prev, #btn-next {
    background: var(--color-rojo-hora-pico);
    border: none;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 1.2rem;
    color: white;
    cursor: pointer;
    transition: background 0.2s ease;
}

#btn-prev:hover, #btn-next:hover {
    background: #967758;
}


.barras-horas {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    max-width: 260px;
    margin: 0 auto;
    height: 120px;
}

.barras-horas div {
    width: 20px;
    background: var(--color-barras);
    border-radius: 4px;
    transition: height 0.3s ease;
}

.barras-horas div.hora-pico {
    background: var(--color-rojo-hora-pico);
}

/* Animación del contenedor al cambiar de día */
.anim-cambio {
    animation: fadeSlide 0.35s ease;
}


.horas-horas {
    display: flex;
    justify-content: center;
    gap: 6px;
    max-width: 300px;
    margin: 0.5rem auto 0 auto;
    font-size: 0.75rem;
    color: var(--color-texto);
    font-family: 'Inter', sans-serif;
}

.hora {
    width: 15px;
    text-align: center;
    opacity: 0.8;
}

/* Tooltip al hacer hover en cada barra */
.barras-horas div {
    position: relative;
    cursor: pointer;
}

.barras-horas div:hover::after {
    content: attr(data-hora) "h";
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-rojo-hora-pico);
    color: white;
    padding: 2px 3px;
    font-size: 0.7rem;
    border-radius: 4px;
    white-space: nowrap;
}


.barras-horas div:hover {
    filter: brightness(0.9);
}




@keyframes fadeSlide {
    0% {
    opacity: 0;
    transform: translateX(10px);
    }
    100% {
    opacity: 1;
    transform: translateX(0);
    }
}

/* Animación de las barras */
.barras-horas div {
    transition: height 0.5s ease, background 0.5s ease;
}

.item {
    max-width: 80%;
    margin: 0 auto 15px;
}

.sidebar {
    position: relative;
}

.sidebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background-color: #ffd494b6; 
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo-text {
    font-family: Sekuya;
    font-size: 1.8rem;
    color: #3b2f2f; 
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}


.sidebar-center {
    flex: 1;
}


.menu-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background-color: #8b3a3a;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    z-index: 9999;
}

.menu-toggle span {
    width: 26px;
    height: 3px;
    background-color: #fff3e8;
    border-radius: 3px;
    z-index: auto;
}


.nav-links {
    opacity: 0; 
    transform: translateY(-15px); 
    pointer-events: none; 
    transition: opacity 0.35s ease, transform 0.35s ease;
    display: none;
    flex-direction: column;
    gap: 14px;
    right: 0;
    width: 75%;
    padding: 20px;
    background: transparent;
    position: relative;
    z-index: 999;
    animation: fadeIn 0.25s ease-out;
}

.nav-links.open {
    display: flex;
    opacity: 1;
    transform: translateY(0);  
    pointer-events: auto;
}


.nav-links li {
    list-style: none;
    background: #fff8f0;
    border-left: 4px solid #c9a66b;
    border-right: 4px solid #cccfff;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 18px;
    color: #4a3b2f;
    box-shadow: 0 1px 10px rgba(0,0,0,0.15);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.nav-links li:hover {
    background: #ffe9d2;
    transform: translateX(4px);
}

.nav-links a {
    text-decoration: none;
    color: #4a3b2f;
    font-weight: bold;
}


@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

.nav-links li {
    width: 75%;      
    margin: 0 ;
}


.logo-text {
    transition: transform 0.25s ease-in-out;
}

.logo-text.open {
    transform: translateY(8px);
}

@keyframes float { 
    0% { transform: translateY(0px) scale(1); }
    100% { transform: translateY(-15px) scale(1.15); }
}


@keyframes h2Pulse {
    0% {
        transform: translateY(0) scale(1);
        text-shadow: 0 2px 4px rgba(139, 58, 58, 0.15);
        opacity: 0.95;
    }
    50% {
        transform: translateY(-7px) scale(1.03);
        text-shadow: 1px 4px 2px rgba(66, 66, 66, 0.8);
        opacity: 1;
    }
    100% {
        transform: translateY(0) scale(1);
        text-shadow: 0 2px 4px rgba(139, 58, 58, 0.15);
        opacity: 0.95;
    }
}

h2 {
    animation: h2Pulse 3.5s ease-in-out infinite;
}

.contacto-info h2 {
    animation: none;
}

#contenido1 h2 {
    animation: none;
}


@keyframes logoPulse {
    0% {
        transform: translateY(0) scale(1);
        text-shadow: 1px 1px 4px rgba(0,0,0,0.15);
        opacity: 0.95;
    }
    50% {
        transform: translateY(-2px) scale(1.03);
        text-shadow: 1px 1px 8px rgba(0,0,0,0.25);
        opacity: 1;
    }
    100% {
        transform: translateY(0) scale(1);
        text-shadow: 1px 1px 4px rgba(0,0,0,0.15);
        opacity: 0.95;
    }
}

.logo-text {
    animation: logoPulse 3.8s ease-in-out infinite;
}

#info-principal,
#Ubicacion,
#Menus,
#horario,
#contacto {
    scroll-margin-top: 40px;
}


@media (min-width: 1395px) {
    #carta{
        margin: 300px;
        margin-bottom: 30px;
    }

    #contenido1 {
        margin: 30px auto;
        align-self: center;
        align-content: center;
    }
}

iframe {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

#ubicacion {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center; 
    background: #fff1db;
    padding: 60px 20px;
    border-top: 7px solid #cccccc;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 4px 15px rgba(139, 108, 66, 0.7);
    border-radius: 10px;
    font-size: 18px;
    color: #4a3b2f;
    box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

.mapa-ubicacion h2:not(strong) {
    animation: none;
}

.mapa-ubicacion strong {
    display: inline-block;
    animation: float 2s ease-in-out infinite alternate;
}


.review-summary {
    background: #fdf7f2;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-family: 'Inter', sans-serif;
    max-width: 400px;
    margin: auto;
}

.review-summary h2 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #5a2e2e;
}

.note {
    font-size: 0.85rem;
    color: #a08c7d;
    margin-bottom: 1rem;
}

.average {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.2rem;
    color: #5a2e2e;
    margin-bottom: 1rem;
}

.score {
    font-size: 2rem;
    font-weight: bold;
}

.stars {
    color: #c48a6a;
}

.count {
    font-size: 0.9rem;
    color: #a08c7d;
}



.bars {
    margin-top: 1rem;
}

.bar-row {
    display: flex;
    align-items: center;
    margin: 0.4rem 0;
}

.bar-row span {
    width: 1.5rem;
    font-weight: bold;
    color: #5a2e2e;
}

.bar {
    height: 10px;
    border-radius: 5px;
    margin-left: 0.5rem;
    opacity: 0;
    transform: translateX(-20px);
    animation: slideIn 0.8s ease forwards;
}

.bar-5 { width: 60%; background: #8b3a3a; animation-delay: 0.1s; }
.bar-4 { width: 25%; background: #a85c4c; animation-delay: 0.2s; }
.bar-3 { width: 8%;  background: #c48a6a; animation-delay: 0.3s; }
.bar-2 { width: 5%;  background: #d4b1a1; animation-delay: 0.4s; }
.bar-1 { width: 2%;  background: #e8d5c5; animation-delay: 0.5s; }

/* Animación */
@keyframes slideIn {
    from {
    opacity: 0;
    transform: translateX(-20px);
    }
    to {
    opacity: 1;
    transform: translateX(0);
    }
}

.bar-row {
    position: relative;
}

.bar-row:hover::after {
    content: attr(data-percent) "%";
    position: absolute;
    left: calc(1.5rem + 0.5rem);
    top: -12px; 
    background: #5a2e2e;
    color: #fdf7f2;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 0.75rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.bar-row::after {
    opacity: 0;
}


.bar-row:hover .bar {
    filter: brightness(1.25);
    transform: translateX(0) scale(1.03);
    box-shadow: 0 3px 8px rgba(0,0,0,0.5);
}

.bar {
    transition: 
    filter 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.siguenos-final {
    width: 100%;
    text-align: center;
    font-family: Sekuya;
    font-size: 1.6rem;
    color: #8b3a3a;
    margin: 100px 0 60px 0;
    opacity: 0.85;
    letter-spacing: 1.5px;
    animation: siguenosFloat 4s ease-in-out infinite alternate;
}

.siguenos-final .red {
    font-family: montserrat;
    font-size: 1.1rem;
    margin: 0 6px;
    color: #a85c4c;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.siguenos-final .red:hover {
    color: #d4a259;
    transform: scale(1.08);
}

@keyframes siguenosFloat {
    0% { transform: translateY(0); opacity: 0.85; }
    100% { transform: translateY(-6px); opacity: 1; }
}