
* {
    margin: 0;
    padding: 0;
}

:root {
    --color-primary: #965ef7;
    --color-primary-100: #f6f3ff;
    --color-primary-200: #decffc;
    --color-secondary: #2ec1b3;
    --color-secondary-200: #9beadf;
    --color-dark: #342766;
    --color-success: #9beadf;
    --color-info: #5CA8E0;
    --color-inactivar: #fcb945;
    --color-danger: #FF1010;

}

body {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

header{
    position: fixed;
    width: 100%;
    margin: 0px auto;
    padding: 3px;
    background: var(--color-dark);
    box-sizing: border-box;
    border-radius: 1px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    z-index: 99999;

}

.pedidos {
    width: 300px;
}

.logo{
    color: var(--color-secondary);
    height: 60px;
    font-size: 28px;
    line-height: 60px;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    font-weight: 700;
    text-decoration: none;
}
nav{
    float: right;
}
.clearfix{
    clear: both;
}
nav ul{
    margin: 0;
    padding: 0;
    display: flex;
}
nav ul li{
    list-style: none;
}
nav ul li a{
    font-size: 14px;
    display: block;
    margin: 10px 0;
    padding: 10px 20px;
    text-decoration: none;
    color: var(--color-primary-100);
}
nav ul li a.active{
    background: var(--color-secondary-200);
    color: var(--color-primary);
    padding: 1rem;
    border-radius: 2rem;
    transition: 0.5s;
}



.ingreso {
    width: 10%;
    position: relative;
    right: 300px;
}



h2 {
    color: var(--color-primary);
    font-size: 46px;
    font-weight: 500;
}

h3 {
    color: var(--color-dark);
    font-size: 32px;
    font-weight: 400;
    font-style: italic;
}

h4 {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}


p {
    color: var(--color-dark);
    font-variant: unset;
    text-align: justify;
    text-justify: inter-word;
}

.SubTitle-white {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-primary-200);
    font-style: normal;
}


.text_withe {
    color: var(--color-primary-100);
}

.text_primary {
    color: var(--color-primary);
}

.text_primary-200 {
    color: var(--color-primary-200);
}

.text-secondary {
    color: var(--color-secondary);
}

.center {
    margin: auto;
}

.mg-top {
    margin-top: 8rem;
  }

.mg_inside{
    margin: 2rem ;
}

.mg_inside2 {
    margin: 2rem 1rem;
}

.bg_mision {
    background-image: url(img_FLucky/bg_mision.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_franquicias {
    background-color: var(--color-primary-100);
}


.img-franquicia:hover {
    transition: all 0.5s;
    width: 570px;
  }

.bg-productos {
    background-image: url(img_FLucky/bg-productos@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-address {
    background-color: var(--color-primary);
}

.bg-pedidos {
    background-image: url(img_FLucky/bg-pedidos@2x-100.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:37px;
}

.bg-redes {
    background-image: url(img_FLucky/bg-redes@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.line {
    border-bottom: 0.1px dashed var(--color-secondary);
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}

a:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
    text-decoration: none;
    border-radius: 12px;
}


.buttom-dark {
    background-color: var(--color-dark);
    color: var(--color-primary-100);
    padding: 1rem;
    border-radius: 8px;
    width: auto;
}

.buttom-primary {
    background-color: var(--color-primary);
    color: var(--color-primary-100);
    padding: 1rem;
    border-radius: 8px;
    width: auto;
}

.button-primary-rounded {
    background-color: var(--color-primary);
    padding: 1rem;
    border-radius: 3rem;
    width: 60%;
    color: var(--color-primary-100);
}


.card_transparente {
    padding: 1.5rem;
}

.card_pink {
    background-color: var(--color-primary);
    border-radius: 2rem;
    height: fit-content;
    padding: 1.5rem;
    height: -webkit-fill-available; /* Chrome/Safari */
    height: -moz-available;         /* Firefox */


}

.card_lightPink {
    background-color: var(--color-primary-100);
    padding: 1.5rem;
    border-radius: 12px;
    height: -webkit-fill-available; /* Chrome/Safari */
    height: -moz-available;         /* Firefox */
}

.card_dark {
    background-color: var(--color-dark);
    padding: 1.5rem;
    border-radius: 2rem;


}

.card-primary-100 {
    background-color: var(--color-primary-100);
    padding: 1.5rem;
    border-radius: 2rem;
}

.card_primary_200 {
    background-color: var(--color-primary-200);
    padding: 1.5rem;
    border-radius: 2rem;
    height: -webkit-fill-available; /* Chrome/Safari */
    height: -moz-available;         /* Firefox */

}

.card_secondary_200 {
    background-color: var(--color-secondary-200);
    padding: 1.5rem;
    border-radius: 2rem;
    height: auto;
}

.card-withe {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 2rem;
    height: auto;
}

.card_mg_btm {
    margin-bottom: 1.5rem;
}

.text-center {
    text-align: center;
    align-items: center;
}

.position_top {
    position: relative;
    top: -65px;
}

.position_top_info {
    position: relative;
    top: -20px;
}

input {
    border: none;
    border-radius: 8px;
    padding: 1rem;
}

.w-arrow {
    width: fit-content;
}

.did-floating-label-content {
    position:relative;
}

.did-floating-label {
    color: var(--color-dark);
    font-size:13px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:10px;
    top:12px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.did-floating-input, .did-floating-select {
    font-size:12px;
    display:block;
    width:100%;
    color: var(--color-dark);
    box-sizing: border-box;
    &:focus{
        outline:none;
        ~ .did-floating-label{
            top:-18px;
            font-size:13px;
            font-weight: 600;
            color: var(--color-primary-100);
        }
    }
}

textarea {
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
}

.card-wht1 {

    height: auto;
    margin-bottom: 8px;
}

.mg_auto {
    margin: auto;
}

.mg_tb {
    margin: 1rem 0 1rem 0;
}

img {
    display: flex;
    margin: auto;
}



.mgTop {
    padding-top: 1rem;
}

.mgBotm {
    padding: 0.5rem;
}

.padding {
    padding: 0.5rem;
}

.pdg {
    padding-top: 1rem;
}

.Mg {
    margin: 1rem 0 1rem 0;
}

.position-img {
    align-items: end;
}

.align {
    display: flex;
    padding-bottom: 0.8rem;
}

.responsive {
    display: grid;
    grid-template-columns:
        repeat(
        auto-fit,
        minmax(150px, 1fr)
        );
    gap: 32px;
}

.responsive1 {
    display: flex;
    flex-direction: column;
    grid-template-columns:
        repeat(
        auto-fit,
        minmax(150px, 1fr)
        );
    gap: 32px;
}


.responsive2 {
    display: flex;
    justify-content: space-between;
    grid-template-columns:
        repeat(
        auto-fit,
        minmax(150px, 1fr)
        );
    gap: 32px;
}

/* footer redes */


.redes a.red:visited {color: #fff;}
.redes a.red:hover {color: var(--color-primary-200); 
  background-color: var(--color-dark) !important;
  transition: all 0.5;
  font-size: 34px;
  
}

.img-red {
  width: 60px;
}

.img-red:hover {
  transition: all 0.5s;
  width: 64px;
  cursor: pointer;
}

/* Animaciones */

.arrow:hover {
    transition: all 0.5s;
    cursor: pointer;
    width: 63px;
  }

  .address:hover {
    transition: all 0.5s;
    transform: rotate(10deg);
    width: 246px;
  }


@keyframes slideIn {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bounceIn {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

/* General */
body {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    animation: fadeIn 1s ease-in-out; /* Fade-in para la carga de la página */
}

/* Header */
header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 3px;
    background: var(--color-dark);
    box-sizing: border-box;
    border-radius: 1px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    z-index: 99999;
}

.logo {
    color: var(--color-secondary);
    height: 60px;
    font-size: 28px;
    line-height: 60px;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    font-weight: 700;
    text-decoration: none;
    animation: bounceIn 1.5s ease-in-out; /* Animación de rebote para el logo */
}

nav {
    float: right;
    animation: slideIn 0.5s ease-out; /* Menú deslizante */
}

.clearfix {
    clear: both;
}

/* Menú */
nav ul {
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    font-size: 14px;
    display: block;
    margin: 10px 0;
    padding: 10px 20px;
    text-decoration: none;
    color: var(--color-primary-100);
    transition: background-color 0.3s ease-in-out; /* Transición de suavidad */
}

nav ul li a.active,
nav ul li a:hover {
    background: var(--color-secondary-200);
    color: var(--color-primary);
    padding: 1rem;
    border-radius: 2rem;
    transition: 0.5s;
    animation: fadeIn 0.5s ease-in-out; /* Efecto de fade-in al hacer hover */
}

/* Ingreso */
.ingreso {
    width: 10%;
    position: relative;
    right: 300px;
}

/* Títulos */
h2, h3, h4, h5 {
    animation: fadeIn 1s ease-in-out; /* Fade-in en los títulos */
}

h2 {
    color: var(--color-primary);
    font-size: 46px;
    font-weight: 500;
}

h3 {
    color: var(--color-dark);
    font-size: 32px;
    font-weight: 400;
    font-style: italic;
}

h4 {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

/* Párrafos */
p {
    color: var(--color-dark);
    font-variant: unset;
    text-align: justify;
    text-justify: inter-word;
    animation: fadeIn 0.8s ease-in-out;
}

/* Clases de texto */
.text_withe, .text_primary, .text_primary-200, .text-secondary {
    animation: fadeIn 1.5s ease-in-out;
}

/* Otros estilos (botones, tarjetas, etc.) */
.buttom-dark, .buttom-primary, .button-primary-rounded {
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.buttom-dark:hover, .buttom-primary:hover, .button-primary-rounded:hover {
    transform: scale(1.05); /* Agrandar ligeramente en hover */
}

.card_transparente, .card_pink, .card_lightPink, .card_dark, .card-primary-100, .card_primary_200, .card_secondary_200, .card-withe {
    transition: box-shadow 0.3s ease-in-out;
}

.card_transparente:hover, .card_pink:hover, .card_lightPink:hover, .card_dark:hover, .card-primary-100:hover, .card_primary_200:hover, .card_secondary_200:hover, .card-withe:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Sombra en hover */
}

a {
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

a:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
    text-decoration: none;
    transition: 0.5s;
}

/* Otros estilos del layout */
.bg_mision, .bg_franquicias, .bg-productos, .bg-address, .bg-pedidos, .bg-redes {
    animation: fadeIn 2s ease-in-out;
}

img {
    animation: fadeIn 1.2s ease-in-out; /* Efecto de fade-in para las imágenes */
}

.responsive, .responsive1, .responsive2 {
    animation: fadeIn 1.2s ease-in-out;
}


@media screen and (max-width: 1205px) {
    .f-producto {
        width: 150px;
    }
}

@media screen and (max-width: 1024px) {
    .f-producto {
        width: 130px;
    }

    .card_lightPink {
        width: 250px;
    }
}

@media screen and (max-width: 820px) {

    header {
        margin: 0px auto;
    }

    .menu-toggle{
        display: block;
        width: 40px;
        height: 40px;
        margin: 10px;
        float: right;
        cursor: pointer;
        text-align: center;
        background-image: url(img_FLucky/menu.svg);
        background-repeat: no-repeat;
        background-size: cover;

        border-radius: 6rem;
    }

    nav{
        display: none;
    }
    nav.active{
        display: block;
        width: 100%;
    }
    nav.active ul{
        display: block;
    }
    nav.active ul li{
        margin: 0;
    }

    .responsive {
        display: block;
        grid-template-columns:
            repeat(
            auto-fit,
            minmax(150px, 1fr)
            );
        gap: 32px;
    }

    .bg-redes {
        height: 180px;
    }

    .mg_inside2 {
        margin: 2rem 6rem;
    }

    .bg-pedidos .text-pedidos {

        font-size: xx-large;
    }

}

@media screen and (max-width: 500px) {

    header {
        margin: 0px auto;
    }

    .menu-toggle{
        display: block;
        width: 40px;
        height: 40px;
        margin: 10px;
        float: right;
        cursor: pointer;
        text-align: center;
        background-image: url(img_FLucky/menu.svg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 6rem;
    }

    nav{
        display: none;
    }
    nav.active{
        display: inline-grid;
        width: 100%;
    }
    nav.active ul{
        display: block;
    }
    nav.active ul li{
        margin: 0;
    }

    .responsive {
        display: block;
        grid-template-columns:
            repeat(
            auto-fit,
            minmax(150px, 1fr)
            );
        gap: 32px;
    }

    .card_transparente {
        padding: 0.5rem;
    }

    .pedidos {
        width: 350px;
    }

    .mg_inside {
        margin: 1rem;
    }


    .mg_inside2 {
        margin: 1rem 2rem;
    }

    .text-redes {
        margin-top: 10px;
        font-size: 20px;
    }

    .bg-redes {
        height: 200px;
    }

    .fb {
        width: 400px;
    }


    ul {
        display: ruby-text !important;
    }

    li {
        font-size: 10px;
        text-align: center;
    }


}

@media screen and (max-width: 375px) {

    header {
        margin: 0px auto;
    }

    .menu-toggle{
        display: block;
        width: 40px;
        height: 40px;
        margin: 10px;
        float: right;
        cursor: pointer;
        text-align: center;
        background-image: url(img_FLucky/menu.svg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 6rem;
    }

    nav{
        display: none;
    }
    nav.active{
        display: inline-grid;
    }
    nav.active ul{
        display: block;
    }
    nav.active ul li{
        margin: 0;
    }

    .responsive {
        display: block;
        grid-template-columns:
            repeat(
            auto-fit,
            minmax(150px, 1fr)
            );
        gap: 32px;
    }

    .card_transparente {
        padding: 0.5rem;
    }

    .pedidos {
        width: 350px;
    }

    .mg_inside2 {
        margin: 1rem 1rem;
    }

    .mg_inside {
        margin: 1rem;
    }

    .text-redes {
        margin-top: 10px;
        font-size: 20px;
    }

    .bg-redes {
        height: 200px;
    }

    .fb {
        width: 347px;
    }


    ul {
        display: ruby-text !important;
    }

    li {
        font-size: 10px;
        text-align: center;
    }


}


.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000; /* Para asegurar que esté encima de otros elementos */
    width: 60px; /* Ajusta el tamaño según sea necesario */
    height: 60px;
    background-color: #25d366; /* Color de fondo, opcional */
    border-radius: 50%; /* Hacerlo circular */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Sombra para destacarlo */
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-button a img {
    width: 40px; /* Ajusta el tamaño de la imagen */
    height: 40px;
}

.floating-button:hover {
    transform: scale(1.1); /* Efecto de zoom al pasar el mouse */
    transition: transform 0.2s ease-in-out;
}