.main-container {
    background-image: url(../../assets/img/hero-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sign_plan {
    width: 40%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.navbar-btn {
    background-color: #21392A !important;
    color: #fff !important;
    align-self: center;
    height: 60px !important;
    width: 12%;
    font-size: 1rem !important;
    word-spacing: 0.2rem !important;
    font-weight: 550 !important;
}

@media (max-width: 991.98px) {
    .navbar-btn {
        width: 70% !important;
    }
}


.hero-btn {
    background-color: #FF8E38 !important;
    color: #fff !important;
    width: 80%;
    align-self: center;
    font-size: 1.5rem !important;
    word-spacing: 0.3rem !important;
    margin-top: 2rem !important;
}

@media (max-width: 991.98px) {
    .hero-btn {
        width: 100% !important;
    }
}

.plans-section {
    z-index: 1 !important;
    background-color: #FCEADC;
    padding: 4rem 0;
    position: relative;
    padding-top: 150px;
}

@media (max-width: 991.98px) {
    .plans-section {
        padding: 3rem 0;
    }

    .plans-section .header-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .plans-section .subtitle {
        font-size: 1.25rem;
        padding: 0 1rem;
    }
}

.plan-card {
    background-color: #22392A !important;
    border-radius: 40px;
    min-height: 600px !important;
    height: fit-content !important;

}

.plan-card .card-body {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.5rem 4rem 5rem !important;
}

.plan-card .card-body .ul {
    margin-left: 2rem;
}

.plan-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.plan-title {
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.plan-list {
    font-size: 20px;
    width: 100%;
    padding: 0;
}

.plan-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: .5rem;
    text-align: left;
    padding: 0;
}

.plan-list-item i {
    margin-top: 0.5rem;
}

.plan-list-item span {
    margin-left: 1rem;
    line-height: 1.5;
}

.text-accent {
    color: #83BB00 !important;
}

.bullet-accent {
    font-size: 10px;
    color: #83BB00;
}

.plan-card .btn {
    background-color: #FF8E38 !important;
    color: #fff !important;
    width: fit-content !important;
    align-self: center;
}



.header-title {
    font-size: 60px !important;
    color: #FF8E38 !important;
}

.plate-container {
    padding-left: 140px !important;
}

/* Animaciones para la imagen del plato */
.hero-plate-animated {
    opacity: 0;
    animation: fadeInAndSpin 2s ease-in-out forwards, continuousRotation 20s linear infinite;
    animation-delay: 0s, 2s;
}

.background-plate {
    opacity: 0.5;
}

@keyframes fadeInAndSpin {
    0% {
        opacity: 0;
        transform: scale(0.8) rotate(0deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(360deg);
    }
}

@keyframes continuousRotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Prevenir scroll horizontal */
html,
body {
    overflow-x: hidden;
    max-width: 100%;
}


.container-fluid {
    overflow-x: hidden;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.hero-image-container {
    max-width: 10vh;
}

/* Estilos responsivos para elementos decorativos */
@media (max-width: 767.98px) {
    .hero-decoration-1 {
        width: 80px !important;
        height: 80px !important;
        right: -10px !important;
        top: -10px !important;
    }

    .hero-decoration-2 {
        width: 60px !important;
        height: 60px !important;
        left: -5px !important;
        bottom: 10px !important;
    }

    .hero-plate-animated {
        max-width: 350px !important;
        width: 80vw !important;
    }

    .header-title {
        margin-top: 40%;
        font-size: 3.5rem !important;
    }

    .plate-container {
        padding-left: 15px !important;
        width: 80% !important;
    }

    .faq-dessert-image {
        width: 100% !important;
        height: auto !important;
    }

    .faq-decoration-1 {
        width: 60px !important;
        height: 60px !important;
    }

    .faq-decoration-2 {
        width: 40px !important;
        height: 40px !important;
    }
}

@media (max-width: 991.98px) {
    .hero-image-container {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .plans-section .row {
        margin-left: 0;
        margin-right: 0;
    }

    .menu-section::before,
    .menu-section::after {
        display: none;
    }
}

/* Estilos para la sección "Cómo funciona" */
.how-it-works-section {
    background-color: #fff;
    padding: 5rem 0;
    overflow: visible;
    position: relative;
    z-index: 10;
}

.how-it-works-container {
    position: relative;
    width: 100%;
    height: 800px;
}

.how-it-works-container .step {
    position: absolute !important;
    width: 420px;
    display: flex;
    align-items: center;
    margin: 0;
}

.how-it-works-container .step-1 {
    top: -180px;
    left: 40px;
}

.how-it-works-container .step-2 {
    top: -25px;
    left: 260px;
}

.how-it-works-container .step-3 {
    top: 110px;
    left: 630px;
}

.how-it-works-container .step-4 {
    top: 350px;
    left: 680px;
}

.how-it-works-container .step-5 {
    top: 630px;
    left: 600px;
}

/* Banner amarillo superior derecho */
.yellow-banner {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, #F9C74F 0%, #FFE066 100%);
    padding: 2rem 3rem;
    border-radius: 0 0 0 100px;
    width: 450px;
    height: 250px;
    z-index: 10;
}

.banner-title {
    color: #FF8E38;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.banner-subtitle {
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

/* Círculo central con gráfico donut */
.central-circle {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
}

.donut-chart {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.slice {
    position: absolute;
    width: 50%;
    height: 50%;
    transform-origin: 100% 100%;
}


.slice-1 {
    background-color: #FF6B6B;
    transform: rotate(0deg);
    top: 0;
    left: 0;
}

.slice-2 {
    background-color: #FF8E38;
    transform: rotate(72deg);
    top: 0;
    left: 0;
}

.slice-3 {
    background-color: #90BE6D;
    transform: rotate(144deg);
    top: 0;
    left: 0;
}

.slice-4 {
    background-color: #4ECDC4;
    transform: rotate(216deg);
    top: 0;
    left: 0;
}

.slice-5 {
    background-color: #A8E6CF;
    transform: rotate(288deg);
    top: 0;
    left: 0;
}

.food-plate {
    position: absolute;
    top: 80%;
    left: -70%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 900px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15 !important;
}

.white-circle {
    position: absolute;
    top: 80%;
    left: -100%;
    transform: translate(-50%, -50%);
    width: 1100px;
    height: 1100px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11 !important;
}

.plate-image {
    width: 80%;
    height: auto;
    object-fit: contain;
}

/* Estilos para los pasos */
.step {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 6;
}

.step-number {
    background-color: #22392A;
    color: white;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 1rem 0 1rem;
    padding: 5px;
    flex-shrink: 0;
}

.step-content {
    max-width: 250px;
}

.step-2 .step-content {
    align-self: flex-end;
    text-align: right;
}

.step-content-3 {
    max-width: 350px;
}


.step-title {
    color: #22392A;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.step-subtitle {
    color: #22392A;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.step-description {
    color: #5C5C5C;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0;
}

/* Posicionamiento de cada paso */
.step-1 {
    top: -240px;
    left: -220px;
}

.step-2 {
    top: -120px;
    right: 600px;
}

.step-3 {
    top: 90px;
    right: 160px;
}

.step-4 .step-content {
    text-align: right;
}

.step-5 {
    bottom: 200px;
    right: -340px;
}

/* Líneas punteadas */
.dotted-line {
    position: absolute;
    border: 2px dotted #ccc;
    z-index: 1;
}

.line-1 {
    width: 150px;
    top: 20px;
    left: 200px;
    transform: rotate(-10deg);
}

.line-2 {
    width: 120px;
    top: 20px;
    right: 200px;
    transform: rotate(25deg);
}

.line-3 {
    height: 80px;
    top: 50px;
    right: 180px;
    border-left: 2px dotted #ccc;
    border-top: none;
}

.line-4 {
    width: 120px;
    bottom: 50px;
    right: 200px;
    transform: rotate(-30deg);
}

.line-5 {
    width: 100px;
    bottom: 50px;
    left: 300px;
    transform: rotate(15deg);
}

/* Responsive para móvil */
@media (max-width: 991.98px) {
    .how-it-works-container {
        height: auto;
        padding: 2rem 0;
    }

    .yellow-banner {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 20px;
        margin-bottom: 3rem;
        text-align: center;
    }

    .central-circle {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 2rem 0;
    }

    .step {
        position: relative;
        margin-bottom: 2rem;
        flex-direction: column;
        text-align: center;
    }

    .step-number {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .dotted-line {
        display: none;
    }

    .food-plate {
        top: 100% !important;
        left: 50% !important;
        width: 300px !important;
        height: 300px !important;
        z-index: 15 !important;
    }

    .plate-image {
        width: 250px !important;
        height: 250px !important;
    }

    .plans-section {
        margin-top: -80px !important;
        padding-top: 120px !important;
    }
}

@media (max-width: 767.98px) {
    .central-circle {
        width: 250px;
        height: 250px;
    }

    .food-plate {
        width: 150px;
        height: 150px;
    }

    .plate-image {
        width: 130px;
        height: 130px;
    }

    .yellow-banner {
        padding: 1.5rem 2rem;
    }

    .banner-title {
        font-size: 2rem;
    }
}

.subtitle {
    color: #5C5C5C !important;
}

.hero-plate {

    width: 50%;
    height: 50%;
    object-fit: contain;
}

.hero-custom {
    background: #FCE9DB;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.hero-text h1 {
    color: #FF8E38;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.hero-text p {
    color: #4A4A4A;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.hero-btn {
    background: #FF8E38;
    color: #fff;
    border: none;
    border-radius: 2rem;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px #ff8e3822;
    transition: background 0.2s;
}

.hero-btn:hover {
    background: #ff7300;
}

/* Estilos para la sección de menú */
.menu-category-card {
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    width: 105%;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.menu-category-card .menu-title {
    margin-top: 1rem;
    color: #fff;
    align-self: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.menu-category-card:hover {
    transform: translateY(-5px);
}

.menu-category-card.vegetarian {
    background-color: #80BA26;
}

.menu-category-card.protein {
    background-color: #F2B950;
}

.menu-category-card.low-cal {
    background-color: #58BEB3;
}

.menu-category-card.spicy {
    background-color: #FE9346;
}

.category-title {
    color: white;
    align-self: center;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.category-image-container {
    margin-top: 20%;
    position: relative;
}

.category-image-container img {

    object-fit: cover;
    object-position: top;
    transition: transform 0.3s ease;
}

.menu-category-card:hover .category-image img {
    transform: scale(1.05);
}

.btn-link {
    color: #666;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.btn-link:hover {
    color: #FF8E38;
}

@media (max-width: 991.98px) {
    .category-image img {
        height: 200px;
    }

    .category-title {
        font-size: 1.25rem;
    }
}

.menu-section {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.menu-section::before {
    content: '';
    position: absolute;
    top: -150%;
    left: -60vh;
    width: 333vh;
    height: 2000px;
    background-color: #FCEADC;
    border-radius: 50%;
    z-index: 0;
}

.menu-section::after {
    content: '';
    position: absolute;
    top: 5%;
    left: -7%;
    width: 200px;
    height: 200px;
    background-color: #EFC28E;
    border-radius: 50%;
    z-index: 0;
}

/* Estilos para la sección de testimonios */
.testimonials-section {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 30%;
    left: -60vh;
    width: 333vh;
    height: 2000px;
    background-color: #FCF0D8;
    border-radius: 50%;
    z-index: 0;
}

.testimonial-title {
    color: #FF8E38;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: -0.5rem;
}

.testimonial-subtitle {
    color: #666;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.testimonial-text {
    color: #888;
    font-size: 1.1rem;
    line-height: 1.6;
}

.testimonial-card {
    background: #22392A;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-image {
    height: 100%;
    min-height: 400px;
    overflow: hidden;
}

.testimonial-image img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}
@media (max-width: 991.98px) {
    .testimonial-image img {
        max-height: 300px;
    }
    
}

.testimonial-content {
    padding: 3rem;
    color: white;
    position: relative;
}

.quote-mark-top,
.quote-mark-bottom {
    font-size: 4rem;
    color: #83BB00;
    opacity: 0.8;
    position: absolute;
    line-height: 1;
}

.quote-mark-top {
    top: 1rem;
    left: 41rem;
}

.quote-mark-bottom {
    bottom: 6rem;
    right: 4rem;
}


.testimonial-quote {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 2rem 0;
}

@media (max-width: 991.98px) {
    .quote-mark-top {
        top: 13rem;
        left: 3rem;
    }
    .testimonial-quote {
        margin: 0;
    }
}
.testimonial-name {
    color: #83BB00;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.testimonial-position {
    color: #83BB00;
    font-size: 1rem;
    opacity: 0.8;
}

.testimonial-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.nav-button {
    background: none;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-button:hover {
    background-color: #FF8E38;
    border-color: #FF8E38;
    color: white;
}

.nav-dots {
    display: flex;
    gap: 0.5rem;
}

.dot {
    background: none;
    border: none;
    color: #999;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0.5rem;
}

.dot.active {
    color: #FF8E38;
    font-weight: bold;
}

@media (max-width: 991.98px) {
    .testimonial-card {
        background: #22392A;
    }

    .testimonial-image {
        min-height: 300px;
    }

    .testimonial-content {
        padding: 2rem;
    }

    .testimonial-quote {
        font-size: 1.1rem;
    }
}

.hero-img img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 32px #0001;
}

/* Podemos mantener algunos estilos específicos que Bootstrap no cubre */
.btn:hover {
    background-color: #ff7300 !important;
}

/* Estilos para la navbar */
.navbar {
    min-height: 80px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-link {
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #FF8E38 !important;
}

/* Estilos para la sección de FAQ */
.faq-section {
    background-color: #FCF0D8;
    position: relative;
    overflow: hidden;
    padding-bottom: 0rem !important;
}

.faq-description {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.faq-contact-btn {
    background-color: #22392A !important;
    color: white !important;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.faq-contact-btn:hover {
    background-color: #1a2e21 !important;
    transform: translateY(-2px);
}

.faq-image-container {
    position: relative;
    display: inline-block;
    margin-top: 2rem;
}

.faq-decoration-1 {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #F9C74F;
    border-radius: 50%;
    top: -20px;
    right: -30px;
    z-index: 0;
    opacity: 0.3;
}

.faq-decoration-2 {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #90BE6D;
    border-radius: 50%;
    bottom: -10px;
    left: -25px;
    z-index: 0;
    opacity: 0.3;
}

.faq-dessert-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.faq-accordion {
    background: transparent;
}

.faq-item {
    margin-bottom: 1rem;
}

.faq-question {
    background-color: white;
    border: none;
    border-radius: 15px;
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: left;
    width: 100%;
}

.faq-question:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.faq-question span {
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
    margin-right: 1rem;
    flex: 1;
}

.faq-question-inactive {
    background-color: #f8f8f8;
    border-radius: 15px;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.6;
}

.faq-question-inactive span {
    color: #999;
    font-size: 1rem;
    line-height: 1.5;
}

.faq-icon {
    color: #FF8E38;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-question:not(.collapsed) .fa-plus {
    transform: rotate(45deg);
}

.faq-answer {
    background-color: #f8f9fa;
    padding: 1.5rem 2rem;
    border-radius: 0 0 15px 15px;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-top: -5px;
}

/* Responsive para FAQ */
@media (max-width: 991.98px) {
    .faq-section .row {
        flex-direction: column-reverse;
    }


    .faq-image-container {
        text-align: center;
        margin-top: 3rem;
    }

    .faq-question span {
        font-size: 0.95rem;
    }

    .faq-answer {
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {

    .faq-question {
        padding: 1.2rem 1.5rem;
    }

    .faq-answer {
        padding: 1.2rem 1.5rem;
    }
}

/* Estilos para el footer */
.footer {
    background-color: #22392A !important;
    padding: 2rem 0;
}

.footer-logo img {
    max-height: 50px;
    width: auto;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
}

.footer-nav a {
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #83BB00 !important;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icon {
    width: 40px;
    height: 40px;
    background-color: #83BB00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #6a9900;
    color: white;
    transform: translateY(-2px);
}

.contact-info {
    text-align: right;
}

.contact-info a {
    display: block;
    color: #83BB00 !important;
    margin-bottom: 0.25rem;
}

.delivery-platforms {
    display: flex;
    align-items: center;
}

.delivery-logo {
    height: 35px;
    width: auto;
    filter: brightness(0) invert(1);
}

@media (max-width: 991.98px) {
    .footer .row {
        text-align: center;
    }

    .footer .col-lg-6 {
        margin-bottom: 1.5rem;
    }

    .footer-nav {
        margin: 1rem 0;
    }

    .footer-nav ul {
        justify-content: center;
    }

    .social-icons,
    .contact-info,
    .delivery-platforms {
        justify-content: center;
        margin-bottom: 1rem;
    }

    .contact-info {
        text-align: center;
    }
}

.logo-footer {
    max-width: 400px;
}

@media (max-width: 991.98px) {
    .logo-footer {
        max-width: 200px;
    }
}

/* Estilos para el loader */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #22392A;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.loader-container.hidden {
    opacity: 0;
    pointer-events: none;
}

.logo-assembly {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-part {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.logo-part.show {
    opacity: 1;
}

.logo-part.fade-out {
    opacity: 0;
}

.loader {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fork {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    animation: forkAnimation 1.5s infinite ease-in-out;
    z-index: 2;
}

.fork-svg {
    width: 50px;
    height: 50px;
    transform: rotate(135deg);
    filter: brightness(0) saturate(100%) invert(13%) sepia(23%) saturate(768%) hue-rotate(118deg) brightness(94%) contrast(95%);
}

.broccoli {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.broccoli i {
    font-size: 40px;
    color: #83BB00;
    display: block;
    animation: broccoliAnimation 1.5s infinite ease-in-out;
}

.size-64 {
    font-size: 40px;
}

@keyframes forkAnimation {
    0% {
        transform: translateX(-50%) translateY(0);
    }

    25% {
        transform: translateX(-50%) translateY(30px);
    }

    50% {
        transform: translateX(-50%) translateY(20px);
    }

    75% {
        transform: translateX(-50%) translateY(30px);
    }

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

@keyframes broccoliAnimation {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(0.95);
    }

    75% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.como-funciona {
    position: relative;
}

.manchita {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 63%;
    width: 40%;
    height: auto;
}

.verduras {
    position: absolute;
    top: 0;
    left: 120vh;
    width: 45%;
    height: auto;
}

.deco-footer1 {
    position: absolute;
    width: 10%;
    height: auto;
}

.deco-footer2 {
    position: absolute;
    width: 15%;
    height: auto;
    right: 0;
    bottom: 40px;
}

@media (max-width: 991.98px) {
    .deco-footer1 {
        width: 40%;
    }
    .deco-footer2 {
        width: 80%;
    }
}


/* Eliminar posiciones fijas de los pasos */
/* .step-1 { top: -240px; left: -220px; }
.step-2 { top: -120px; right: 600px; }
.step-3 { top: 90px; right: 160px; }
.step-4 { bottom: 340px; right: 105px; }
.step-5 { bottom: 200px; right: -340px; } */

@media (max-width: 767.98px) {
    .how-it-works-container .step {
        width: 100% !important;
    }
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
}

.footer-logo-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-healthy {
    color: #B6E11A;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 0.5rem;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.footer-social-icons {
    display: flex;
    gap: 1rem;
}

.footer-social-icon {
    width: 40px;
    height: 40px;
    background-color: #58BDB3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22392A;
    font-size: 1.2rem;
    text-decoration: none;
    transition: background 0.3s;

    
}

.footer-social-icon:hover {
    background-color: #83BB00;
}

.footer-contact {
    color: #B6E11A;
    text-align: left;
    font-size: 1rem;
}

.footer-contact a {
    color: #B6E11A;
    text-decoration: none;
    font-weight: bold;
}

.footer-platforms {
    display: flex;
    gap: 1rem;
}

.footer-delivery-logo {
    height: 35px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-bottom {
    color: #fff;
    opacity: 0.7;
    font-size: 0.9rem;
    margin-top: 1.5rem;
    text-align: left;
}

@media (max-width: 991.98px) {
    .footer-flex {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .footer-right {
        align-items: center;
        text-align: center;
    }

    .footer-menu ul {
        flex-direction: row;
        gap: 2rem;
    }

    .footer-bottom {
        text-align: center;
    }
}

/* Estilos globales para inputs */
.form-input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"] {
    width: 100%;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    background-color: #ffffff;
    color: #5C5C5C;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.form-input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus {
    outline: none;
    box-shadow: 0 4px 20px rgba(255, 142, 56, 0.15);
    border: 2px solid #FF8E38;
}

.form-input::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder {
    color: #A0A0A0;
    font-weight: 400;
}

/* Estilos para inputs requeridos */
.form-input.required {
    border: 2px solid #FF8E38;
}

/* Estilos para inputs con error */
.form-input.error {
    border: 2px solid #FF6B6B;
    box-shadow: 0 4px 20px rgba(255, 107, 107, 0.15);
}

/* Estilos globales para botones principales */
.btn-primary-custom {
    background-color: #FF8E38;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 180px;
    text-decoration: none;
}

.btn-primary-custom:hover {
    background-color: #ff7300;
    transform: translateY(-2px);
    color: white;
}

.btn-primary-custom::after {
    content: '→';
    font-size: 1.5rem;
    transition: transform 0.3s;
}

.btn-primary-custom:hover::after {
    transform: translateX(5px);
}

/* Estilos globales para labels */
.form-label,
label {
    color: #22392A;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
    margin-left: 0.5rem;
}

/* Responsive para inputs y botones */
@media (max-width: 767.98px) {

    .form-input,
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="tel"] {
        padding: 0.7rem 1rem;
        font-size: 0.85rem;
    }

    .form-label,
    label {
        font-size: 0.9rem;
        margin-left: 0.2rem;
    }

    .btn-primary-custom {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
        min-width: 120px;
    }
}

/* Estilos para la sección "Cómo funciona" - Móvil */
.how-it-works-mobile-section {
    background-color: #fff;
    padding: 3rem 0;
    position: relative;
    z-index: 10;
}

.how-it-works-mobile-section .header-title {
    margin-top: 10%;
}

.mobile-plate-container {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-plate-image {
    width: 250px;
    height: 250px;
    object-fit: contain;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.mobile-step-card {
    display: flex;
    align-items: center;
    padding: 2rem;
    margin-bottom: 1.5rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mobile-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.mobile-step-number {
    background-color: #22392A;
    color: white;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.mobile-step-content {
    flex: 1;
}

.mobile-step-title {
    margin-bottom: 0;
    color: #22392A;
    font-size: 2rem;
    font-weight: bold;
}

.mobile-step-subtitle {
    color: #22392A;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.mobile-step-description {
    color: #5C5C5C;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
}

/* Responsive para pantallas muy pequeñas */
@media (max-width: 575.98px) {
    .mobile-plate-image {
        width: 200px;
        height: 200px;
    }
    
    .mobile-step-card {
        padding: 1.5rem;
        flex-direction: column;
        text-align: center;
    }
    
    .mobile-step-number {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .mobile-step-title {
        font-size: 1.5rem;
    }
    
    .mobile-step-subtitle {
        font-size: 1rem;
    }
    
    .mobile-step-description {
        font-size: 0.9rem;
    }
}

/* Estilos responsive para título en móvil */
@media (max-width: 767.98px) {
    .how-it-works-mobile-section .header-title {
        font-size: 2.5rem !important;
    }

    .plan-header-title {
        margin-top: 5%;
        font-size: 2.5rem !important;
    }


    
    .how-it-works-mobile-section .subtitle {
        font-size: 1.2rem !important;
        padding: 0 1rem;
    }
}