@charset "UTF-8";
/* ---------------------------------- */
/* ----------- BASE CONFIG ---------- */
/* ---------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap");

:root {
    --body-ff: "Poppins";
    --body-fs: 1.6rem;
    --body-fw: 300;
    --body-lh: 3.1rem;

    --caption-ff: "Poppins";
    --caption-fs: 1.2rem;
    --caption-fw: normal;
    --caption-lh: 1.6rem;


    --space-m: 16px;
    --space-xxs: calc(var(--space-m) / 8);
    --space-xs: calc(var(--space-m) / 4);
    --space-s: calc(var(--space-m) / 2);
    --space-l: calc(var(--space-m) * 2);
    --space-xl: calc(var(--space-m) * 4);
    --space-xxl: calc(var(--space-m) * 8);
    --space-inset-m: var(--space-m) var(--space-m) var(--space-m) var(--space-m);
    --space-inset-xs: var(--space-xs) var(--space-xs) var(--space-xs) var(--space-xs);
    --space-inset-s: var(--space-s) var(--space-s) var(--space-s) var(--space-s);
    --space-inset-m: var(--space-m) var(--space-m) var(--space-m) var(--space-m);
    --space-inset-l: var(--space-l) var(--space-l) var(--space-l) var(--space-l);
    --space-inset-xl: var(--space-xl) var(--space-xl) var(--space-xl) var(--space-xl);
    --space-stretch-xs: var(--space-xs) var(--space-xxs);
    --space-stretch-s: var(--space-s) var(--space-xs);
    --space-stretch-m: var(--space-m) var(--space-s);
    --space-stretch-l: var(--space-l) var(--space-m);
    --space-stretch-xl: var(--space-xl) var(--space-l);
    --space-squish-xs: var(--space-xxs) var(--space-xs);
    --space-squish-s: var(--space-xs) var(--space-s);
    --space-squish-m: var(--space-s) var(--space-m);
    --space-squish-l: var(--space-m) var(--space-l);
    --space-squish-xl: var(--space-l) var(--space-xl);
    --space-stack-xs: 0 0 var(--space-xs) 0;
    --space-stack-s: 0 0 var(--space-s) 0;
    --space-stack-m: 0 0 var(--space-m) 0;
    --space-stack-l: 0 0 var(--space-l) 0;
    --space-stack-xl: 0 0 var(--space-xl) 0;
    --space-inline-m: 0 var(--space-m) 0 0;
    --space-inline-xs: 0 var(--space-xs) 0 0;
    --space-inline-s: 0 var(--space-s) 0 0;
    --space-inline-m: 0 var(--space-m) 0 0;
    --space-inline-l: 0 var(--space-l) 0 0;
    --space-inline-xl: 0 var(--space-xl) 0 0;

    --display-1-ff: "Poppins";
    --display-1-fs: 1.8rem;
    --display-1-fw: 700;
    --display-1-lh: 4rem;

    --bc-2: #c58124;
    --bc-2-lighter-40: #f19f19;
    --bc-2-darker-40: #ae7424;
    --bc-2-transparent: rgba(241, 159, 25, 0.4);
    --bc-1: #3f2b23;
    --bc-1-lighter-40: #896252;
    --bc-1-transparent: rgba(174, 116, 36, 0.2);
    --bc-1-lighter-75: #f0eae8;
    --black: #282828;
    --gray: rgb(202, 202, 202);
    --green: #6aca9c;
    --yellow: #f1cd67;
    --blue: #4979ef;
    --blue-lighter: #43c0d9;
    --orange: #ec7f43;
    --purple: #946aca;
    --red: #e37979;
    --green-pistachio: #bed152;
    --bc-1-lighter-80: #f0eae8;

    /* ZONA DE GUERRA */

    --promo-orange: #ff8800;
    --promo-brown: #3f281e;
    --promo-border: #e7e2dd;
    --promo-soft: #f6f4f2;
    --promo-text: #5b4b43;
    --promo-shadow: 0 10px 30px rgba(63, 40, 30, 0.08);

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
    background-image: url("../img/nube1.svg"), url("../img/nube2.svg"), url("../img/nube3.svg"), url("../img/fondo.png");
    background-position: 108% -6%, -3% 9%, 98% 106%, 0 0;
    /* Posición de las imágenes (0 0 = superior izquierdo) */
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    /* Repetición de las imágenes */
    background-size: auto, auto, auto, cover;
    /* Tamaño de las imágenes */
}

body {
    font-family: 'Poppins', sans-serif;

}

.initial_display {
    display: initial !important;
}

.grid {
    display: grid;
}

.margintop20 {
    margin-top: 20px
}

.error-color {
    color: red;
    font-weight: 600;
}

.success-color {
    color: green;
    font-weight: 600;
}

.success-message {
    background-color: lightgreen;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    padding: 20px 20px;
    margin-left: 20%;
    margin-right: 20%;
}

.button {
    display: flex;
    align-items: center;
    padding: var(--space-s) var(--space-m);
    transition: all 0.3s ease-in-out;
    text-align: center;
    cursor: pointer;
    border-radius: 40px;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.button-default {
    width: fit-content;
    position: relative;
    /* background: linear-gradient(45deg, var(--bc-2-lighter-40), var(--bc-2-darker-40));*/
    border: 0;
    outline: 0;
    color: #FFF;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(45deg, var(--bc-2-lighter-40), var(--bc-2-darker-40));
}

.button-default::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* El color final del hover */
    background: var(--bc-2-lighter-40);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 40px;
}

.button-default:not(.disabled):hover::before {
    opacity: 1;
}

.button.disabled {
    background: #777;
    cursor: not-allowed;
    opacity: 0.7;
}

.is-loading,
.is-submitting {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none;
}

.button.selected {
    background: #4b3228 !important;
    color: #fff;
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}

.active {
    visibility: visible !important;
    opacity: 1 !important;
}


/* ---------------------------------- */
/* ----------- HEADER -------------- */
.items-menu-perfil {
    display: contents;
}

.coffee-coins-counter {
    margin-left: calc(var(--space-s) * 1.5);
    display: flex;
    align-items: center;
    background-color: #F5A119;
    color: #4C372B;
    border-radius: 5px;
    padding: 0.5em;
    padding-right: 30px;

}

.coffee-coins-counter>img {
    height: 25px;
    padding-right: 0.5em;
}


.coffe-coins-font {
    font-family: var(--body-ff);
    font-style: normal;
    font-weight: initial
}


.cart-icon__numitems {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: salmon;
    color: white;
    text-align: center;
}

/* Contenedor principal: Ocupa 1/3 de la pantalla */
.hero-header {
    position: relative;
    width: 100%;
    /* ESTO define el tercio de página */
    min-height: 250px;
    overflow: hidden;
    color: white;
}

.hero-header-propuesta-personalizada {
    height: auto;
    color: white;
}

.hh-not-logged {
    color: white !important;
    height: 25em;
}

.hh-logged {
    color: black !important;
}

/* Configuración del Video */
.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 1;
}

.overlay-login {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Oscurece el video para ver el texto */
    z-index: 2;
}

/* Contenedor de elementos */
.header-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding-bottom: 15px;
    /* Espacio entre el texto y la línea */
    font-family: var(--body-ff);
    font-size: 1rem;
    font-weight: 600;
    margin-top: -40px;
}

.top-bar-logged {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;

    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    padding-bottom: 15px;
    /* Espacio entre el texto y la línea */

    font-family: var(--body-ff);
    font-size: 1rem;
    font-weight: 600;

    margin-top: -40px;
}

.left-section {
    display: flex;
    gap: 40px;
    /* Más espacio entre tel y email */
}

.navigation-wrapper {
    display: flex;
    align-items: center;
    /* Alinea el logo verticalmente con la barra */
    padding: 20px 40px;
    gap: 30px;
    position: relative;
    z-index: 10;
}

.logo-container {
    flex-shrink: 0;
    /* Evita que el logo se haga pequeño */
}

.logo {
    height: 107px;
    display: block;
}

/* Lado Derecho: Buscador y Links */
.right-section {
    display: flex;
    align-items: center;
    gap: 30px;
}

.search-container {
    background: white;
    border-radius: 4px;
    display: flex;
    padding: 2px 10px;
    align-items: center;
}

.search-container input {
    border: none;
    padding: 8px;
    outline: none;
    width: 180px;
}

.search-container button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

.search-button img {
    width: 61%;
}

.search-input {
    border: none;
    border-radius: 0 4px 4px 0px;
    font-size: 16px;
    color: #333333;
    height: 2em;
}


/* Botón Play Central */
.play-button {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    cursor: pointer;
    opacity: 0.8;
}

.user-nav a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-top: auto;
}

.form .form-block {
    margin-bottom: var(--space-m);
    width: 100%;
}

.caption-font {
    font-family: var(--caption-ff);
    font-size: var(--caption-fs);
    font-weight: var(--caption-fw);
    line-height: var(--caption-lh);
    letter-spacing: 1px;
}

.menu_global {
    display: inline-flex;
    width: 87%;
    justify-content: space-evenly;
    font-style: normal;
    text-decoration: none;
    position: relative;
    left: 7%;
}

.menu_global__item {
    color: #4C372B;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 0.5em;
    border-radius: 5px;
    align-content: center;
    width: 20%;
    margin-right: 1em;
}

.menu_global__item {
    list-style-type: none;
    cursor: pointer;
    font-weight: 500;
}

.menu_global__item:hover {
    background: #F5A119;
    color: #4C372B;
    transition: background 0.5s ease;
}

.menu_global__item img {
    width: 3em;
    vertical-align: middle;
}

.menu_global__item a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    /* justify-content: center; */

    width: 100%;
    height: 100%;
}


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

.footer {
    display: flex;
    flex-direction: column;
    padding: var(--space-l) 0;
    position: relative;
    z-index: 1;
}

.footer .content .footer__block.footer-phrase {
    padding-top: var(--space-xs);
}

.footer .content .footer__block:first-child {
    border-left: none;
}

.footer .content .footer__block {
    padding: 0 var(--space-m);
    padding-right: var(--space-xl);
    padding-bottom: var(--space-l);
    color: black;
    min-width: 250px;
}

body>footer>div>div:nth-child(1)>img {
    width: 10% !important;
    margin-left: 6em;
    float: inline-start;
}


.footer__item_text {
    margin-left: 6em;
    float: inline-start;
    font-weight: lighter;
}


.footer__item {
    margin-left: 1em;
    float: inline-end;
    font-weight: lighter;
}


.footer__item a {
    color: black;
    text-decoration: none;
    font-size: 0.9em;
}

.footer__item a:hover {

    text-decoration: underline;
}


/******************************************* END FOOTER *******************************************/

/*****************  MAIN ********************************/

main {
    background-color: #fff;
}


/********* MODAL MENU *********/
.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: safe center;
    overflow-y: auto;
    padding: 60px 20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 999;
}

/* Mostrar */
.overlay-menu.active {
    opacity: 1;
    visibility: visible;
}

/* Contenido centrado. GENÉRICA: la usan también los modales de mensaje
   (modal-container.php / modal-container_error_ajax.php) junto con
   .modal-box. No añadir aquí nada específico de los menús con foto. */
.menu-content {
    text-align: center;
    position: relative;
}

/* --- Marco con foto, específico de los 5 menús dentro de .overlay-menu --- */
/* Se añade como clase EXTRA junto a .menu-content en el HTML (nunca se toca
   .menu-content directamente, porque es compartida con el modal de mensajes).
   Es la MISMA caja que muestra la foto y contiene los botones, así que marco
   y contenido nunca pueden desalinearse (ni horizontal ni verticalmente).
   El aspect-ratio coincide con las proporciones reales de img_menu.png
   (1060x702) para que "cover" no recorte ni deje huecos vacíos. flex-shrink:0
   evita que flexbox la estire/achique. display:flex + justify-content:center
   centra verticalmente los botones dentro del marco (menuMiPerfil no lo nota:
   su único hijo directo es .perfil-menu-scroll, que al ser position:absolute
   ignora el centrado flex del padre). */
.menu-photo-frame {
    width: 100%;
    height: 100%;
    max-width: 1100px;
    flex-shrink: 0;
    background: url('../img/img_menu.png') center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* --- Específico de #menuMiPerfil --- */
/* Único menú con submenús que pueden desbordar la altura del marco.
   .perfil-menu-scroll ocupa exactamente el espacio de .menu-photo-frame
   (inset:0) y es quien realmente scrollea, sin depender de cómo flexbox
   dimensione al padre. */
.perfil-menu-scroll {
    width: 90%;
    height: 90%;
    align-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
}

/* Botones */
.menu-btn {
    display: block;
    width: 450px;
    max-width: 90%;
    margin: 15px auto;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #F5A119;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    color: inherit;
}

/* Hover */
.menu-btn:hover {
    transform: scale(1.05);
    background: #F5A119;
}

/* Botón cerrar. Dentro del marco (no flotando por encima): así nunca puede
   superponerse con el header real de la página, sin importar el padding
   del modal ni el tamaño de pantalla. */
.close-btn {
    position: absolute;
    top: 50px;
    right: 90px;
    font-size: 22px;
    cursor: pointer;
    background: white;
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 1000;
}

.submenu {
    height: 0;
    overflow: hidden;
    transition: height 0.9s ease;
    margin-top: -17px;
}

.submenu-btn {
    margin: 10px auto;
    max-width: 90%;
    background: cornsilk;
}

.submenu.open {
    /* JS controla la altura */
}

/* opcional */
.has-submenu>.menu-btn::after {
    content: "▾";
    float: right;
    transition: transform 0.9s ease;
}

.has-submenu.active>.menu-btn::after {
    transform: rotate(180deg);
}

/* Punto de notificación reutilizable (ej. contratos pendientes de firmar) */
.menu-item--last {
    position: relative;
}

.notificacion-perfil {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e02424;
}

.notificacion-perfil.has-badge {
    display: block;
}

.menu-btn.has-badge {
    position: relative;
}

.menu-btn.has-badge::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e02424;
}


/************************ MODAL CONTAINER *************************/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 999;
}

.modal-box {
    background: #f5f5f5;
    border-radius: 20px;
    width: 400px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.modal-box h2 {
    margin-bottom: 15px;
}

.modal-btn {
    display: initial;
    margin: 10px 10px 10px 10px;
    margin-top: 2em;
    font-size: 1em;
    width: -webkit-fill-available;
}

.modal-close {
    position: absolute;
    top: var(--space-m);
    right: var(--space-m);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #f19f19 0%, #ae7424 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: white;
    font-size: x-large;
    display: flex;
    cursor: pointer;
}

.modal-close i {
    pointer-events: none;
}

#modalTitle {
    position: relative;
    padding: 25px 20px;
    margin: -30px -30px 20px -30px;
    border-radius: 20px 20px 0 0;
    color: #3b2a1a;
    z-index: 1;
}

#modalTitle::before {
    content: "";
    position: absolute;
    inset: 0;

    background: url('../img/wave_modal.svg') no-repeat center;
    background-size: cover;

    border-radius: 20px 20px 0 0;
    z-index: -1;
}



/****************************** LOGIN PAGE ******************************/

.contenedorLogin {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-top: 10px;
}

.loginzoho {
    text-align: center;
    width: 40%;
    margin-top: 1em;
    background: #ffffffa6;
    border-radius: 2em;
    padding-bottom: 30px;
}

.loginzoho:hover {
    background: #fff;
    transition: background 0.9s ease;
}

.loginzoho .tituloLoginLetras {
    color: #F5A119;
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 0.4em;
    margin-top: 0.4em;
}

.loginzoho .loginLetras {
    font-family: var(--display-1-ff)#4C372B;

    font-size: 2em;
    color: #4C372B;
    display: inline;
    border-radius: 5px;
    line-height: 1.2em;
}

.loginLetras2 {
    text-align: center;
    font-size: 2em;
    margin-top: 1em;
    color: #4C372B;
    margin-bottom: 1em;
    font-weight: 300;
}

.loginLetras3 {
    text-align: center;
    color: #4C372B;
    font-size: x-large;
    font-weight: 300;
}

.loginzoho .titulo_banner_superior_nombre {
    font-size: 2em;
}

.banner--superior {
    margin-bottom: var(--space-m);
}

.banner {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    margin-top: -3rem;
}

.titulo_banner_superior_nombre {
    background: linear-gradient(180deg, transparent 50%, #F5A119 50%);
    font-family: var(--display-1-ff)#4C372B;
    font-weight: bold;
    font-size: var(--display-1-fs);
    color: #4C372B;
    display: inline;
    border-radius: 5px;
}

.titulo_banner_superior {
    text-align: center;
    font-family: var(--display-1-ff)#4C372B;
    font-weight: bold;
    font-size: var(--display-1-fs);
    color: #4C372B;
    letter-spacing: 1px;
}

.loginzoho form {
    margin-top: 1em;
}

.loginzoho form input {
    border: 1px solid #A0A0A0 !important;
    border-radius: 0.5em;
    width: 50% !important;
    margin-top: 1em !important;
    padding: 1em !important;
    color: #A0A0A0;
}

#ojoPassword {
    cursor: pointer;
    transform: translateX(-60%) translateY(24%);
    margin-left: -2em;
}

.login-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-button a {
    text-decoration: none;
}

.login-button button {
    border: 1px solid #FF8800 !important;
    background-color: white !important;
    border-radius: 0.5em !important;
    color: #3F281E;
    font-size: inherit;
    margin-top: 2em !important;
    padding: 1.5em;
    justify-self: center;
    margin-bottom: 1em !important;
    font-weight: 600;
}

.text-link {
    font-size: small;
    font-weight: 300;
    font-style: italic;
    border-bottom: 1px solid black;
    height: fit-content;
    text-decoration: none;
    color: #3f2b23;
}

.login-button button:hover {
    background-color: #FF8800 !important;
    transition: background-color 0.9s ease;
    cursor: pointer;
    text-decoration: underline;
}

/* ================================================= */
/* ================= MOBILE HEADER ================= */
/* ================================================= */

.mobile-menu-button {
    display: none;
}

.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 998;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100vh;
    background: #f3efee;
    z-index: 999;
    transition: right 0.35s ease;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
}

.mobile-sidebar.active {
    right: 0;
}

.mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.mobile-sidebar-logo {
    width: 90px;
}

.mobile-close {
    border: none;
    background: none;
    font-size: 34px;
    cursor: pointer;
    color: #3f2a22;
}

.mobile-sidebar-content {
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
    gap: 18px;
}

.mobile-link {
    text-decoration: none;
    color: #3f2a22;
    font-size: 1rem;
    font-weight: 700;
    padding: 14px 18px;
    border-radius: 40px;
    background: linear-gradient(90deg, #f0a414, #c9891a);
    color: white;
    text-align: center;
}


/*******************************************   END LOGIN PAGE *******************************************/

/****************   DASHBOARD *****************/

.dasboard-title {
    text-align: center;
    font-family: var(--display-1-ff)#4C372B;
    font-weight: normal;
    font-size: var(--display-1-fs);
    padding-top: 1em;
    color: #4C372B;
    letter-spacing: 1px;
    background-color: white;
    padding-bottom: 1em;
}

/* SECCIÓN */
.section-slider {
    padding-bottom: 40px;
}


/* 🔥 ESTE ES EL TRUCO */
.container-slider {
    max-width: 95%;
    /* AJUSTA según tu diseño */
    margin: 0 auto;
    padding: 0 20px;
}

/* SLIDER */
.slider {
    overflow: hidden;
}

/* TRACK */
.slider-track {
    display: flex;
    gap: 25px;
    animation: scroll 25s linear infinite;
    width: max-content;
}

/* CARDS */
.slide {
    position: relative;
    min-width: calc((1800px - 50px) / 3);
    /* 🔥 EXACTAMENTE 3 visibles */
    border-radius: 25px;
    overflow: hidden;
    flex-shrink: 0;
}

/* IMAGEN */
.slide img {
    width: 100%;
    height: 35em;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Hover zoom */
.slide:hover img {
    transform: scale(1.08);
}

.slider:hover .slider-track {
    animation-play-state: paused;
}

/* BOTÓN */
.slide button {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 2px solid #f0a500;
    padding: 8px 18px;
    border-radius: 10px;
    cursor: pointer;
}

/* ANIMACIÓN */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}




/****************   DASHBOARD *****************/

/* Ajuste móvil */
@media (max-width: 1100px) {
    .navigation-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .top-bar {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .slide {
        min-width: calc((100% - 25px) / 2);
    }
}