@font-face {
    font-family: 'GothamRounded';
    src: url('../fonts/gothamrnd_medium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRoundedLight';
    src: url('../fonts/gothamrnd_light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChangaOne';
    src: url('../fonts/ChangaOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



:root {
    --color-primario: #F25916;
    --color-secundario: #FFF91F;
    --gris: #7C7C7C;
    --blanco: #FFFFFF;
    --verde: #90BE4F;
    --celeste: #34C1D9;
}

html {
    scroll-behavior: smooth;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
}

main {
    margin-top: 70px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

.space {
    height: 50px;
}

header {
    background-color: var(--color-secundario);
    color: var(--color-primario);
    position: fixed;
    width: 100%;
    z-index: 70;
    top: 0px;
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    font-family: 'GothamRounded', sans-serif;
    align-items: center;
}

.header img {
    height: 30px;
    width: auto;
}

nav {
    width: 100%;
    max-width: 550px;
    display: flex;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav a {
    text-decoration: none;
    color: inherit;
    font-size: 0.75rem;
}

ul {
    display: flex;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
}

.nav-menu li {
    letter-spacing: 2px;
    list-style-type: none;
}

.nav-menu li a {
    text-decoration: none;
    transition: color 0.3s;
}

.hamburger {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-primario);
}

.active_botton {
    color: var(--verde)
}

.active {
    color: var(--principal);
}

/* Carrusel base */
.carrusel-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 70px);
    margin: 0;
    overflow: hidden;
    position: relative;
}

.carrusel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    position: absolute;
    height: calc(100vh - 70px);
}

.carrusel-track img {
    width: 100%;
    flex-shrink: 0;
    object-fit: cover;
    object-position: center center;

}

.relatv {
    position: relative;
    height: calc(100vh - 100px);
}

.redes {
    position: absolute;
    display: flex;
    bottom: 20px;
    right: 0px;
    width: 120px;
    justify-content: space-around;
}

.redes_promociones {
    bottom: -25px;
}

.arrows {
    position: absolute;
    top: 60%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.arrows img {
    cursor: pointer;
}

/* Bullets */
.carrusel-bullets {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    bottom: 20px;
    padding-left: 20px;
}

.carrusel-bullets_promociones {
    bottom: -15px;
    padding-left: 20px;
}

.carrusel-bullets .bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--gris);
    transition: background-color 0.3s;
    cursor: pointer;
}

.carrusel-bullets .bullet.active {
    background-color: var(--blanco);
}

.one {
    position: absolute;
    bottom: 70px;
    display: flex;
    flex-direction: column;
}

.one_img_1 img {
    width: 100%;
    max-width: 400px;
}

.one_img_2 img {
    width: 100%;
    max-width: 175px;
    padding-left: 20px;
}

.two {
    position: absolute;
    bottom: 70px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    box-sizing: border-box;
}

.three {
    position: absolute;
    bottom: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    height: calc(100vh - 170px);
    box-sizing: border-box;
}

.three h1 {
    font-family: "ChangaOne", cursive;
    font-size: 22px;
    color: var(--color-secundario);
    font-weight: normal;
}

.three p {
    font-family: 'GothamRounded', sans-serif;
    font-size: 18px;
    color: var(--blanco);
    line-height: 1.5;
    margin-bottom: 20px;
}

.three img {
    width: 100%;
    max-width: 400px;
}

.four {
    position: absolute;
    bottom: 70px;
    display: flex;
    flex-direction: column;
}

.four img {
    width: 100%;
    max-width: 400px;
}

.info_solicitamos {
    font-family: "GothamRounded", sans-serif;
    font-size: 13px;
    color: var(--blanco);
}

.boton_solicitamos {
    background-color: var(--color-secundario);
    padding: 10px 30px;
    font-family: "changaOne", cursive;
    font-size: 20px;
    color: var(--color-primario);
    display: flex;
    width: 100%;
    max-width: 200px;
    justify-content: center;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    z-index: 50;
    margin-top: 20px;
    position: absolute;
}

.two_tamano img {
    width: 100%;
    max-width: 300px;
}

.two_description img {
    width: 100%;
    max-width: 400px;
}

.carrusel-slide-content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    pointer-events: none;
}

.carrusel-slide-content.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrap_textos_index,
.wrap_textos_eventos,
.wrap_textos_sucursales,
.wrap_textos_pick_and_go,
.wrap_textos_nuestra_historia,
.wrap_textos_franquicias,
.wrap_textos_encuesta_satisfaccion,
.wrap_textos_t_y_c,
.wrap_textos_preguntas_frecuentes {
    text-align: center;
    padding: 50px;
}

.wrap_textos_index img {
    width: 100%;
    max-width: 450px;
}

.wrap_textos_eventos img {
    width: 100%;
    max-width: 800px;
}

.wrap_textos_sucursales img {
    width: 100%;
    max-width: 400px;
}

.wrap_textos_pick_and_go img {
    width: 100%;
    max-width: 420px;
}

.wrap_textos_nuestra_historia img {
    width: 100%;
    max-width: 380px;
}

.wrap_textos_franquicias img {
    width: 100%;
    max-width: 430px;
}

.wrap_textos_encuesta_satisfaccion img {
    width: 100%;
    max-width: 600px;
}

.wrap_textos_t_y_c img {
    width: 100%;
    max-width: 590px;
}

.wrap_textos_preguntas_frecuentes img {
    width: 100%;
    max-width: 590px;
}

.pedidos_wrap {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pedidos {
    display: flex;
    width: 100%;
    max-width: 200px;
    flex-direction: column;
    gap: 20px;
}

.pedidos_imagen {
    width: 100%;
    max-width: 300px;
    max-height: 300px;
}

.pedidos img {
    width: 100%;
    max-width: 250px;
}

.pedidos h2 {
    font-family: "changaOne", cursive;
    font-weight: normal;
    font-size: 20px;
}

.pedidos h3 {
    font-family: "GothamRoundedLight", sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.al_menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px;
    align-items: center;
}

.al_menu img {
    width: 200px;
}

.boton_sections {
    margin-top: 30px;
    background-color: var(--color-secundario);
    padding: 15px 30px;
    font-family: "changaOne", cursive;
    font-size: 20px;
    color: var(--color-primario);
    display: flex;
    width: 100%;
    max-width: 280px;
    justify-content: center;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    z-index: 10;
}

.bar_space {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.bar_space img {
    width: 450px;
    height: auto;
}

.programa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 350px;
}

.programa h2 {
    font-family: "GothamRoundedLight", sans-serif;
    font-size: 30px;
    color: var(--color-primario);
    z-index: 1;
    text-align: center;
}

.programa h3 {
    font-family: "changaOne", cursive;
    font-size: 40px;
    color: var(--color-primario);
    font-weight: normal;
}

.programa_1 {
    position: absolute;
    top: -45px;
    left: 0;
}

.programa_1 img {
    width: 110px;
    height: auto;
}

.programa_2 {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.programa_2 img {
    width: 60px;
    height: auto;
}

.programa_3 {
    position: absolute;
    top: -60px;
    right: 0;
}

.programa_3 img {
    width: 140px;
    height: auto;
}

.programa_4 {
    position: absolute;
    top: 200px;
    left: -50px;
}

.programa_4 img {
    width: 50px;
    height: auto;
    transform: rotate(-55deg);
}

.programa_5 {
    position: absolute;
    top: 150px;
    left: 100px;
}

.programa_5 img {
    width: 150px;
    height: auto;
    transform: rotate(45deg);
}

.programa_6 {
    position: absolute;
    top: 270px;
    left: 290px;
}

.programa_6 img {
    width: 80px;
    height: auto;
}

.programa_7 {
    position: absolute;
    top: 180px;
    right: 140px;
}

.programa_7 img {
    width: 120px;
    height: auto;
}

.programa_8 {
    position: absolute;
    top: 140px;
    right: 10px;
}

.programa_8 img {
    width: 70px;
    height: auto;
}

.programa_9 {
    position: absolute;
    top: 270px;
    right: 10px;
}

.programa_9 img {
    width: 70px;
    height: auto;
    transform: rotate(-85deg);
}

.wrap_caracteristicas {
    padding: 50px 70px;
    display: flex;
    justify-content: space-between;
}

.caracteristicas {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 200px;
    gap: 20px;
}

.caracteristicas img {
    width: 70px;
    height: auto;
}

.caracteristicas h3 {
    font-family: "changaOne", cursive;
    font-size: 25px;
    color: var(--color-primario);
    font-weight: normal;
}

.caracteristicas p {
    font-family: "GothamRoundedLight", sans-serif;
    font-size: 14px;
    text-align: center;
}

/* Carrusel imagenes comida */
.carousel-antojo {
    overflow: hidden;
    max-width: 1000px;
    /* 5 imágenes de 200px */
    margin: auto;
}

.carousel-track-antojo {
    display: flex;
    width: max-content;
    animation: scroll 50s linear infinite;
    gap: 15px;
    margin: 30px 0;
}

.carousel-track-antojo img {
    width: 200px;
    height: 150px;
    flex-shrink: 0;
    object-fit: cover;
    margin-right: 0px;
    border-radius: 15px;
}

/* Animación infinita */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.wrap_antojo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 20px 50px;
}

.wrap_antojo img {
    height: 500px;
    width: auto;
}

.text_antojo {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text_antojo h3 {
    font-family: 'changaOne', cursive;
    font-size: 42px;
    color: var(--color-primario);
    font-weight: normal;
}

.footer_uno {
    background: var(--color-secundario);
    padding: 40px 0;
    display: flex
}

.footer_uno p {
    font-family: "GothamRounded", sans-serif;
    font-size: 14px;
    color: var(--color-primario);
    padding: 10px 0;
}

.footer_uno_1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
}

.footer_uno_1 img {
    margin-bottom: 40px;
    width: 100%;
    max-width: 240px;
}

.correo_footer {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.correo_footer input {
    all: unset;
    background: var(--blanco);
    border: solid 1px var(--color-primario);
    padding: 5px;
    width: 200px;
    max-width: 200px;
    font-family: 'GothamRoundedLight', sans-serif;
    font-size: 14px;
    background: var(--color-secundario);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: var(--color-primario);
    font-weight: bold;
}

.correo_footer ::placeholder {
    color: var(--color-primario);
    font-weight: bolder;
}

.correo_footer button {
    padding: 5px;
    all: unset;
    border: solid 1px var(--color-primario);
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.correo_footer img {
    padding: 5.3px 10px;
    margin: 0;
}

.footer_uno_2 {
    width: 100%;
}

.footer_uno_2_1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer_uno_2_1_card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 250px;
    text-align: center;
}

.footer_uno_2_1_card h2 {
    font-family: "changaOne", cursive;
    font-size: 20px;
    color: var(--color-primario);
    font-weight: normal;
}

.footer_uno_2_1_card a {
    text-decoration: none;
    font-weight: bolder;
}

.space_hr {
    width: 100px;
    border: solid 1px var(--blanco);
    margin: 10px auto;
}

.footer_uno_2_2 {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding-top: 50px;
    text-align: center;
}

.footer_uno_2_2 a {
    text-decoration: none;
    color: inherit;
}

.footer_dos {
    background: var(--verde);
}

.wrap_footer_dos {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.redes_sociales {
    display: flex;
    width: 100%;
    align-items: center;
    font-family: "changaOne", cursive;
    color: var(--blanco);
}

.redes_sociales img {
    margin: 0 5px;
}

.redes_sociales a {
    display: flex;
}

.flecha_arriba {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

footer {
    background: var(--color-secundario);
}

/* Botón fijo */
#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 1000;
    transition: opacity 0.3s ease;
}

#scrollTopBtn.show {
    display: block;
}

/* Eventos styles */
.wrap_aliadas_fiesta {
    display: flex;
    width: 100%;
}

.wrap_aliadas_fiesta img {
    max-width: 380px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.info_cumple {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin-bottom: 70px;
    max-width: 550px;
}

/* Sucursales styles */
.wrap_textos_sucursales h3 {
    font-family: 'GothamRounded', sans-serif;
    font-size: 26px;
    margin-top: 10px;
}

.info_cumple p {
    font-family: 'GothamRounded', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}

.wrap_sucursales {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
    gap: 10px;
}

.card_sucursales {
    width: 100%;
    max-width: 240px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    font-family: 'GothamRounded', sans-serif;
    align-items: flex-start;
    border-radius: 10px;
    justify-content: space-between;
}

.card_sucursales h3 {
    font-size: 13px;
    text-align: left;
    font-weight: normal;
}

.card_sucursales p {
    text-align: left;
    font-size: 13px;
    margin-bottom: 10px;
}

.card_sucursales_1 {
    background: var(--verde);
}

.card_sucursales_1,
.card_sucursales_2 h3 {
    color: var(--color-secundario);
}

.card_sucursales_1 p {
    color: var(--blanco);
}

.card_sucursales_2 {
    background: var(--celeste);
}

.card_sucursales_2 p {
    color: var(--color-secundario);
}

.card_sucursales_3 {
    background: var(--color-secundario);
}

.card_sucursales_3 h3 {
    color: var(--color-primario);
}

.card_sucursales_3 p {
    color: var(--color-primario);
}

.barspace_sucursales {
    width: 80%;
    height: 2px;
    background: var(--color-secundario);
    margin: 15px 0;
}

.red {
    background: var(--color-primario);
}

.switch_1 button {
    color: var(--verde);
}

.switch_2 button {
    color: var(--celeste);
}

.switch_3 button {
    background: var(--color-primario);
    color: var(--color-secundario);
}

.card_sucursales button {
    margin-top: 15px;
}

.cardcard_sucursales.spacer {
    flex-basis: 100%;
    height: 0;
    margin: 0;
    padding: 0;
}

/* Pick and Go styles */
.wrap_pick_and_go {
    display: flex;
    margin-top: 30px;
}

.wrap_pick_and_go img {
    max-width: 380px;
    width: 95%;
    height: auto;
    object-fit: contain;
}

.info_pick_and_go {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    margin-bottom: 70px;
    margin-left: 50px;
    max-width: 550px;
}

.info_pick_and_go_bullets {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.info_pick_and_go_bullets img {
    position: absolute;
    top: 2px;
    width: 15px;
    height: auto;
    margin-right: 5px;
}

.info_pick_and_go h3 {
    font-family: 'GothamRounded', sans-serif;
    font-size: 38px;
    color: var(--color-primario);
    margin-bottom: 10px;
}

.info_pick_and_go p {
    font-family: 'GothamRounded', sans-serif;
    font-size: 16px;
    margin-left: 20px;
}

.uber {
    display: flex;
    width: 100%;
    max-width: 400px;
    align-items: center;
    margin-top: 50px;
}

.uber h3 {
    font-family: "changaOne", cursive;
    font-size: 30px;
    color: var(--color-primario);
    margin-right: 20px;
    font-weight: normal;
}

.uber_image {
    width: 100%;
    max-width: 80px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uber_image img {
    margin-top: 10px;
}


/* Promociones styles */
.hide_images {
    display: flex;
    flex-direction: column;
}

.hide_carrusel {
    display: none;
}

/* Nuestra historia styles */
.wrap_nuestra_historia {
    display: flex;
    width: 100%;
    margin-top: 30px;
    justify-content: space-around;
}

.info_nuestra_historia {
    width: 100%;
    max-width: 600px;
    font-family: 'GothamRounded', sans-serif;
    font-size: 16px;
}

.info_nuestra_historia h3 {
    margin-bottom: 10px;
}

.info_nuestra_historia p {
    margin-bottom: 10px;
}

.premio {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}

.premio img {
    width: 100%;
    max-width: 180px;
}

/* Franquicias style */
.wrap_franquicias {
    width: 100%;
    max-width: 680px;
    margin: auto;
    margin-top: 30px;
    font-family: 'GothamRounded', sans-serif;
    font-size: 16px;
}

.wrap_franquicias p {
    margin-bottom: 10px;
}

.info_franquicias {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 50px 0;
}

.info_franquicias h3 {
    font-family: "ChangaOne", cursive;
    font-weight: normal;

}

.info_franquicias ul {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.escribenos {
    padding: 30px;
    font-family: 'GothamRoundedLight', sans-serif;
}

.escribenos a {
    font-family: 'GothamRounded', sans-serif;
    text-decoration: none;
    color: var(--color-primario);
    font-weight: bolder;
}


/* Encuesta de satifacción style */
.wrap_encuesta_de_satisfaccion {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    font-family: 'GothamRounded', sans-serif;
    font-size: 16px;
}

form {
    width: 100%;
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 30px;

}

form input {
    padding: 5px;
    font-family: 'GothamRounded', sans-serif;
    font-size: 16px;
    color: var(--color-primario);
    border: solid 1px var(--color-primario);
    border-radius: 5px;
    width: 100%;
}

form input::placeholder {
    color: var(--color-primario);
}

form p {
    text-align: left;
    margin-bottom: 10px;
}

.wrap_radio_encuesta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.wrap_radio_encuesta label {
    margin-left: 5px;
    margin-right: 20px;
}

/* Términos y condiciones style */
.wrap_t_y_c {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    font-family: 'GothamRounded', sans-serif;
    font-size: 16px;
}

.wrap_t_y_c H2 {
    font-weight: normal;
    font-family: "changaOne", cursive;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: left;
}

.wrap_t_y_c p {
    text-align: left;
}

/* Preguntas frecuentes */
.wrap_preguntas_frecuentes {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    font-family: 'GothamRounded', sans-serif;
    font-size: 16px;
    text-align: left;
}

.wrap_preguntas_frecuentes H2 {
    font-weight: normal;
    font-family: "changaOne", cursive;
    font-size: 22px;
    margin-bottom: 10px;
}

.clic_p_f a {
    color: var(--color-primario);
    font-weight: bolder;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 20px;
    text-decoration: none;
}

/* Ocultar el input radio */
.custom-radio input[type="radio"] {
    display: none;
}

/* Estilo del span que simula el radio */
.custom-radio .radio-btn {
    height: 18px;
    width: 18px;
    border: 2px solid #888;
    /* color del borde */
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    vertical-align: middle;
    transition: all 0.2s ease;
}

/* Círculo interior (cuando está seleccionado) */
.custom-radio input[type="radio"]:checked+.radio-btn::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: var(--color-primario);
    border-radius: 50%;
}

.custom-radio .radio-btn {
    border-color: var(--color-primario);
}

form select {
    padding: 5px;
    font-family: 'GothamRounded', sans-serif;
    font-size: 16px;
    color: var(--blanco);
    border: solid 1px var(--color-primario);
    border-radius: 5px;
    appearance: none;
    background: var(--color-primario);
    background-image: url('../images/flecha_select.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    max-width: 250px;
    outline: none;
    cursor: pointer;
}

.custom-radio button {
    background-color: var(--color-secundario);
    padding: 10px 30px;
    font-family: "changaOne", cursive;
    font-size: 20px;
    color: var(--color-primario);
    display: flex;
    width: 100%;
    max-width: 200px;
    justify-content: center;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    z-index: 10;
    margin-top: 20px;
}

.btn-enviar {
    background-color: var(--color-primario);
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 150px;
}

/* Al pasar el mouse */
.btn-enviar:hover {
    background-color: var(--color-primario);
    transform: scale(1.03);
}

/* Al hacer clic */
.btn-enviar:active {
    transform: scale(0.98);
}


/* Menú */
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 100%;
  margin: auto;
  padding: 30px 0;
}

.zoom-wrapper {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

.zoomable-image {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  transform-origin: center center;
}



/* Responsivo */

@media (min-width: 768px) and (max-width: 930px) {

    .header {
        padding: 20px 10px;
    }

    .nav-menu {
        gap: 10px;
    }

    .nav-menu li a {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .wrap_textos_index,
    .wrap_textos_eventos,
    .wrap_textos_sucursales,
    .wrap_textos_pick_and_go,
    .wrap_textos_nuestra_historia,
    .wrap_textos_franquicias,
    .wrap_textos_encuesta_satisfaccion,
    .wrap_textos_t_y_c,
    .wrap_textos_preguntas_frecuentes {
        padding: 50px 0;
    }

    .info_cumple p {
        font-size: 14px;
    }

    .card_sucursales {
        max-width: 300px;
    }

    .uber h3 {
        font-size: 26px;
        margin-left: 20px;
    }



}

@media (max-width: 768px) {

    .container {
        padding: 0 20px;
    }

    .header {
        padding: 20px 0px;
    }

    .nav-menu li a {
        font-size: 18px;
    }

    .wrap_textos_index,
    .wrap_textos_eventos,
    .wrap_textos_sucursales,
    .wrap_textos_pick_and_go,
    .wrap_textos_nuestra_historia,
    .wrap_textos_franquicias,
    .wrap_textos_encuesta_satisfaccion,
    .wrap_textos_t_y_c,
    .wrap_textos_preguntas_frecuentes {
        padding: 50px 0;
    }

    .wrap_textos {
        padding: 50px 0;
    }

    .bar_space img {
        width: 100%;
    }

    .arrows {
        top: 50%;
    }

    .one_img_1 img {
        max-width: 300px;
    }

    .three {
        width: 90%;
    }

    .three img {
        max-width: 300px;
    }

    .four img {
        max-width: 300px;
    }

    .pedidos {
        gap: 5px;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        background-color: var(--color-secundario);
        position: absolute;
        top: 70px;
        right: 0px;
        padding: 1rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        align-items: flex-end;
    }

    .nav-menu.active {
        display: flex;
    }

    .hamburger {
        display: block;
    }

    .carrusel-container {
        height: auto;
    }

    .two {
        flex-direction: column;
        align-items: center;
        width: 90%;
        height: calc(100% - 100px);
    }

    .media_solicitamos {
        margin-top: 50px;
    }

    .al_menu {
        margin-bottom: 70px;
    }

    .pedidos_wrap {
        justify-content: center;
        gap: 40px;
    }

    .programa_1 {
        top: -80px;
        left: -20px;
    }

    .programa_1 img {
        width: 80px;
    }

    .programa_2 {
        top: -50px;
    }

    .programa_2 img {
        width: 50px;
    }

    .programa_3 {
        top: -110px;
        right: -10px;
    }

    .programa_3 img {
        width: 110px;
        height: auto;
    }

    .programa_4 {
        top: 70px;
        left: 0px;
    }

    .programa_4 img {
        width: 45px;
    }

    .programa_5 {
        top: 300px;
        left: -20px;
    }

    .programa_5 img {
        width: 100px;
    }

    .programa_6 {
        position: absolute;
        top: 320px;
        left: 150px;
    }

    .programa_6 img {
        width: 60px;
    }

    .programa_7 {
        top: 155px;
        right: 140px;
    }

    .programa_7 img {
        width: 90px;
    }

    .programa_8 {
        top: 60px;
        right: -10px;
    }

    .programa_8 img {
        width: 60px;
    }

    .programa_9 {
        top: 310px;
        right: 10px;
    }

    .programa h2 {
        font-size: 26px;
    }

    .programa h3 {
        margin-top: 20px;
        font-size: 32px;
        text-align: center;
        margin-bottom: 30px;
        z-index: 1;
    }

    .wrap_caracteristicas {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .wrap_antojo {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 50px;
    }

    .wrap_antojo img {
        height: 400px;
        margin-bottom: 30px;
    }

    .text_antojo {
        align-items: center;
    }

    .text_antojo h3 {
        margin-bottom: 20px;
        line-height: 30px;
    }

    .footer_uno {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }

    .wrap_footer_dos {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .redes_sociales {
        justify-content: center;
        gap: 5px;
    }

    .correo_footer input {
        text-align: left;
    }

    .footer_uno_1 {
        align-items: center;
    }

    .footer_uno_2_1_card h2 {
        font-size: 14px;
    }

    .footer_uno p {
        font-size: 11px;
    }

    .footer_uno_2_2 a {
        font-size: 16px;
    }

    .wrap_aliadas_fiesta {
        flex-direction: column;
    }

    .info_cumple {
        align-items: center;
    }

    .card_sucursales {
        max-width: 300px;
    }

    .wrap_pick_and_go {
        flex-direction: column;
        align-items: center;
    }


    .bolsa {
        width: 80%;
    }

    .info_pick_and_go {
        margin-left: 0;
        margin-top: 40px;
    }

    .margin_auto {
        margin-left: auto;
        margin-right: auto;
    }

    .uber h3 {
        font-size: 26px;
        margin-left: 20px;
        margin-right: 0;
    }

    .carrusel-track_promociones {
        height: auto;
        position: relative;
    }

    .carrusel-track_promociones img {
        object-fit: contain;
    }

    .relatv_promociones {
        height: auto;
    }

    .carrusel-bullets_promociones {
        bottom: 10px;
    }

    .redes_promociones {
        bottom: 0px;
    }

    .arrows_promociones {
        transform: translateY(-450%);
    }

    .hide_images {
        display: none;
    }

    .hide_carrusel {
        display: flex;
    }

    .wrap_nuestra_historia {
        flex-direction: column-reverse;
    }

    .premio {
        margin-bottom: 30px;
    }

    .btn-enviar {
        margin: auto;
        margin-top: 20px;
    }

    .wrap_preguntas_frecuentes H2 {
        text-align: left;
        font-size: 20px;
    }

    .wrap_preguntas_frecuentes p {
        text-align: left;
    }

    .wrap_t_y_c H2 {
        font-size: 20px;
    }

    .gallery {
    grid-template-columns: repeat(1, 1fr);
}
}