/* _content/JustTimeWebsite/Components/Canal/CanalComponent.razor.rz.scp.css */
.canal-section[b-pct21rp438] {
    padding: 6rem 2rem;
    background-color: #fff;
}

.container[b-pct21rp438] {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.main-title[b-pct21rp438] {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4rem;
}

.programs-grid[b-pct21rp438] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    text-align: left;
}

.program-card[b-pct21rp438] {
    background-color: #f9f9f9;
    padding: 2.5rem;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.program-card:hover[b-pct21rp438] {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: #F01F28;
}

.card-title[b-pct21rp438] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #F01F28;
    margin-bottom: 1.5rem;
    min-height: 3em;
}

.card-description[b-pct21rp438] {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
    flex-grow: 1;
    margin-bottom: 2rem;
}

.email-link[b-pct21rp438] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    margin-bottom: 1.5rem;
    transition: color 0.3s ease;
}

.email-link:hover[b-pct21rp438] {
    color: #F01F28;
}

.email-link svg[b-pct21rp438] {
    color: #F01F28;
}

.card-quote[b-pct21rp438] {
    font-size: 1.1rem;
    font-weight: 500;
    font-style: italic;
    color: #333;
    border-top: 2px solid #e0e0e0;
    padding-top: 1.5rem;
    margin-top: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
    .programs-grid[b-pct21rp438] {
        grid-template-columns: 1fr;
    }
}
/* _content/JustTimeWebsite/Components/Canal/CanalSection.razor.rz.scp.css */
.canal-section[b-tptnzt6d3q] {
    padding: 6rem 2rem;
    background-color: #fff;
}

.container[b-tptnzt6d3q] {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.main-title[b-tptnzt6d3q] {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4rem;
}

.programs-grid[b-tptnzt6d3q] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    text-align: left;
}

.program-card[b-tptnzt6d3q] {
    background-color: #f9f9f9;
    padding: 2.5rem;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.program-card:hover[b-tptnzt6d3q] {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: #F01F28;
}

.card-title[b-tptnzt6d3q] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #F01F28;
    margin-bottom: 1.5rem;
    min-height: 3em;
}

.card-description[b-tptnzt6d3q] {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
    flex-grow: 1;
    margin-bottom: 2rem;
}

.email-link[b-tptnzt6d3q] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    margin-bottom: 1.5rem;
    transition: color 0.3s ease;
}

.email-link:hover[b-tptnzt6d3q] {
    color: #F01F28;
}

.email-link svg[b-tptnzt6d3q] {
    color: #F01F28;
}

.card-quote[b-tptnzt6d3q] {
    font-size: 1.1rem;
    font-weight: 500;
    font-style: italic;
    color: #333;
    border-top: 2px solid #e0e0e0;
    padding-top: 1.5rem;
    margin-top: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
    .programs-grid[b-tptnzt6d3q] {
        grid-template-columns: 1fr;
    }
}
/* _content/JustTimeWebsite/Components/Canal/Compensaciones.razor.rz.scp.css */
.compensaciones-section[b-8yz13ols2t] {
    padding: 6rem 2rem;
    background-color: #f9f9f9;
}

.container[b-8yz13ols2t] {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.main-title[b-8yz13ols2t] {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

.subtitle[b-8yz13ols2t] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 3rem;
}

.intro-text[b-8yz13ols2t] {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4a4a4a;
    max-width: 900px;
    margin: 0 auto 4rem auto;
}

.tiers-grid[b-8yz13ols2t] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 5rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.tier-card[b-8yz13ols2t] {
    background-color: #fff;
    padding: 2rem 1.5rem;
    border-radius: 16px;
    border: 1px solid #e8e8e8;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.tier-card:hover[b-8yz13ols2t] {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.featured-card[b-8yz13ols2t] {
    background-color: #F01F28;
    color: #fff;
    border-color: #F01F28;
}

.tier-name[b-8yz13ols2t] {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.featured-card .tier-name[b-8yz13ols2t] {
    color: #fff;
}

.tier-points[b-8yz13ols2t] {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: #1a1a1a;
}

.featured-card .tier-points[b-8yz13ols2t] {
    color: #fff;
}

.points-label[b-8yz13ols2t] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #aaa;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.featured-card .points-label[b-8yz13ols2t] {
    color: #f0c9ca;
}

.tier-benefit[b-8yz13ols2t] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.6;
    color: #4a4a4a;
    margin-top: auto;
    border-top: 1px solid #e8e8e8;
    padding-top: 1.5rem;
}

.featured-card .tier-benefit[b-8yz13ols2t] {
    color: #fff;
    border-top-color: #ff6b6b;
}

.tier-benefit svg[b-8yz13ols2t] {
    flex-shrink: 0;
    margin-top: 4px;
    color: #F01F28;
}

.featured-card .tier-benefit svg[b-8yz13ols2t] {
    color: #fff;
}

.benefits-list-container[b-8yz13ols2t] {
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
}

.benefits-title[b-8yz13ols2t] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

.benefits-list[b-8yz13ols2t] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li[b-8yz13ols2t] {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    color: #4a4a4a;
    margin-bottom: 1rem;
}

.benefits-list svg[b-8yz13ols2t] {
    flex-shrink: 0;
    color: #F01F28;
}

/* Responsive Design */
@media (max-width: 992px) {
    .tiers-grid[b-8yz13ols2t] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .tiers-grid[b-8yz13ols2t] {
        grid-template-columns: 1fr;
    }
}
/* _content/JustTimeWebsite/Components/Canal/PortalSocio.razor.rz.scp.css */
.portal-section[b-uy49rbw9vz] {
    padding: 6rem 2rem;
    background-color: #fff;
}

.container[b-uy49rbw9vz] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.text-container[b-uy49rbw9vz] {
    flex: 1;
}

.image-container[b-uy49rbw9vz] {
    flex-shrink: 0;
    padding: 2rem;
}

.title[b-uy49rbw9vz] {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.description[b-uy49rbw9vz] {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.note[b-uy49rbw9vz] {
    font-size: 1rem;
    color: #888;
    margin-bottom: 2rem;
    font-style: italic;
}

.benefits-list[b-uy49rbw9vz] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li[b-uy49rbw9vz] {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    color: #4a4a4a;
    margin-bottom: 1rem;
}

.benefits-list svg[b-uy49rbw9vz] {
    flex-shrink: 0;
    color: #1a1a1a;
}

.logo[b-uy49rbw9vz] {
    width: 150px;
    height: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
    .container[b-uy49rbw9vz] {
        flex-direction: column;
        text-align: center;
    }

    .benefits-list li[b-uy49rbw9vz] {
        justify-content: center;
    }
}
/* _content/JustTimeWebsite/Components/Pages/Canal.razor.rz.scp.css */
/* Canal Section */
.canal-section[b-sbas6dq1h2] {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.container[b-sbas6dq1h2] {
    max-width: 1200px;
    margin: 0 auto;
}

.main-title[b-sbas6dq1h2] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #F01F28;
    text-align: center;
    margin-bottom: 3rem;
}

.programs-grid[b-sbas6dq1h2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.program-card[b-sbas6dq1h2] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.program-card:hover[b-sbas6dq1h2] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.card-title[b-sbas6dq1h2] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.card-description[b-sbas6dq1h2] {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.email-link[b-sbas6dq1h2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #F01F28;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.email-link:hover[b-sbas6dq1h2] {
    color: #c01820;
}

.email-link svg[b-sbas6dq1h2] {
    flex-shrink: 0;
}

.card-quote[b-sbas6dq1h2] {
    font-style: italic;
    color: #666;
    font-size: 0.95rem;
    border-left: 3px solid #F01F28;
    padding-left: 1rem;
    margin-top: 1rem;
}

/* Compensaciones Section */
.compensaciones-section[b-sbas6dq1h2] {
    padding: 4rem 2rem;
    background: white;
}

.intro-text[b-sbas6dq1h2] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 3rem;
}

.subtitle[b-sbas6dq1h2] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 2rem;
}

.tiers-grid[b-sbas6dq1h2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.tier-card[b-sbas6dq1h2] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.tier-card:hover[b-sbas6dq1h2] {
    border-color: #F01F28;
    box-shadow: 0 8px 25px rgba(240, 31, 40, 0.1);
}

.featured-card[b-sbas6dq1h2] {
    border-color: #F01F28;
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
}

.tier-name[b-sbas6dq1h2] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #F01F28;
    margin-bottom: 1rem;
}

.tier-points[b-sbas6dq1h2] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.points-label[b-sbas6dq1h2] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.tier-benefit[b-sbas6dq1h2] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    text-align: left;
    color: #4a4a4a;
    font-size: 0.95rem;
    line-height: 1.6;
}

.tier-benefit svg[b-sbas6dq1h2] {
    flex-shrink: 0;
    color: #F01F28;
    margin-top: 0.2rem;
}

.benefits-list-container[b-sbas6dq1h2] {
    max-width: 800px;
    margin: 3rem auto 0;
}

.benefits-title[b-sbas6dq1h2] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    text-align: center;
}

.benefits-list[b-sbas6dq1h2] {
    list-style: none;
    padding: 0;
}

.benefits-list li[b-sbas6dq1h2] {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.6;
}

.benefits-list svg[b-sbas6dq1h2] {
    flex-shrink: 0;
    color: #F01F28;
    margin-top: 0.2rem;
}

/* Portal Section */
.portal-section[b-sbas6dq1h2] {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.container-portal[b-sbas6dq1h2] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    align-items: center;
}

.text-container[b-sbas6dq1h2] {
    padding-right: 2rem;
}

.title[b-sbas6dq1h2] {
    font-size: 2.2rem;
    font-weight: 700;
    color: #F01F28;
    margin-bottom: 1.5rem;
}

.description[b-sbas6dq1h2] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1rem;
}

.note[b-sbas6dq1h2] {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin-bottom: 2rem;
}

.portal-benefits-list[b-sbas6dq1h2] {
    list-style: none;
    padding: 0;
}

.portal-benefits-list li[b-sbas6dq1h2] {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.6;
}

.portal-benefits-list svg[b-sbas6dq1h2] {
    flex-shrink: 0;
    color: #F01F28;
    margin-top: 0.2rem;
}

.image-container[b-sbas6dq1h2] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container .logo[b-sbas6dq1h2] {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .programs-grid[b-sbas6dq1h2] {
        grid-template-columns: 1fr;
    }

    .tiers-grid[b-sbas6dq1h2] {
        grid-template-columns: 1fr;
    }

    .container-portal[b-sbas6dq1h2] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .text-container[b-sbas6dq1h2] {
        padding-right: 0;
    }
}
/* _content/JustTimeWebsite/Components/Pages/Contacto.razor.rz.scp.css */
.contact-section[b-as55r05bar] {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    min-height: calc(100vh - 120px);
}

.container[b-as55r05bar] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: start;
}

.info-container[b-as55r05bar] {
    padding: 2rem;
}

.title[b-as55r05bar] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #F01F28;
    margin-bottom: 1.5rem;
}

.description[b-as55r05bar] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.description a[b-as55r05bar] {
    color: #F01F28;
    text-decoration: none;
    font-weight: 600;
}

.description a:hover[b-as55r05bar] {
    text-decoration: underline;
}

.phone[b-as55r05bar] {
    font-size: 1.1rem;
    color: #4a4a4a;
}

.phone strong[b-as55r05bar] {
    color: #1a1a1a;
}

.form-container[b-as55r05bar] {
    background: white;
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-form[b-as55r05bar] {
    width: 100%;
}

.form-group[b-as55r05bar] {
    margin-bottom: 1.5rem;
}

.form-group label[b-as55r05bar] {
    display: block;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-input[b-as55r05bar],
.form-textarea[b-as55r05bar] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-input:focus[b-as55r05bar],
.form-textarea:focus[b-as55r05bar] {
    outline: none;
    border-color: #F01F28;
    box-shadow: 0 0 0 3px rgba(240, 31, 40, 0.1);
}

.form-input.invalid[b-as55r05bar],
.form-textarea.invalid[b-as55r05bar] {
    border-color: #F01F28;
    background-color: #fff5f5;
}

.form-textarea[b-as55r05bar] {
    resize: vertical;
    min-height: 120px;
}

.form-footer[b-as55r05bar] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.required-note[b-as55r05bar] {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.submit-button[b-as55r05bar] {
    padding: 0.75rem 2rem;
    background-color: #F01F28;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-button:hover:not(:disabled)[b-as55r05bar] {
    background-color: #c01820;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(240, 31, 40, 0.3);
}

.submit-button:disabled[b-as55r05bar] {
    opacity: 0.6;
    cursor: not-allowed;
}

.success-message[b-as55r05bar] {
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    color: #155724;
    font-weight: 500;
    text-align: center;
}

.validation-message[b-as55r05bar] {
    color: #F01F28;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .container[b-as55r05bar] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .info-container[b-as55r05bar] {
        padding: 1rem;
    }

    .form-container[b-as55r05bar] {
        padding: 1.5rem;
    }

    .form-footer[b-as55r05bar] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .submit-button[b-as55r05bar] {
        width: 100%;
    }
}
/* _content/JustTimeWebsite/Components/Pages/Productos/FacturaElectronica.razor.rz.scp.css */
.section[b-f68i23u8m7] {
    background-color: #900A0B;
    padding: 6rem 2rem;
    border-top: 1px solid #e0e0e0;
}

.container[b-f68i23u8m7] {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
}

.image-wrapper[b-f68i23u8m7] {
    text-align: center;
}

.image[b-f68i23u8m7] {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}

.title[b-f68i23u8m7] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2.5rem;
}

.checklist[b-f68i23u8m7] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist li[b-f68i23u8m7] {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-left: 2.5rem;
    position: relative;
    line-height: 1.6;
}

.checklist li[b-f68i23u8m7]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 24px;
    height: 24px;
    background-color: #F01F28;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .container[b-f68i23u8m7] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .image-wrapper[b-f68i23u8m7] {
        order: -1;
        margin-bottom: 2rem;
    }
}
/* _content/JustTimeWebsite/Components/Pages/Productos/HowItWorks.razor.rz.scp.css */
.how-it-works-section[b-wnoroqo1jf] {
    background-color: #fff;
    padding: 6rem 2rem;
    border-top: 1px solid #e0e0e0;
}

.container[b-wnoroqo1jf] {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.main-title[b-wnoroqo1jf] {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.intro-paragraph[b-wnoroqo1jf] {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #4a4a4a;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.features-grid[b-wnoroqo1jf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    text-align: left;
}

.feature-card[b-wnoroqo1jf] {
    background-color: #f7f7f7;
    padding: 2.5rem;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}

.icon[b-wnoroqo1jf] {
    color: #F01F28;
    margin-bottom: 1.5rem;
}

.feature-title[b-wnoroqo1jf] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 1rem;
}

.feature-card p[b-wnoroqo1jf] {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 1rem;
}

.feature-card p:last-child[b-wnoroqo1jf] {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .features-grid[b-wnoroqo1jf] {
        grid-template-columns: 1fr;
    }

    .main-title[b-wnoroqo1jf] {
        font-size: 2.2rem;
    }

    .intro-paragraph[b-wnoroqo1jf] {
        font-size: 1.1rem;
    }
}
/* _content/JustTimeWebsite/Components/Pages/Productos/JusttimeRtErp.razor.rz.scp.css */
.main[b-qo5d3rupnt] {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.container[b-qo5d3rupnt] {
    max-width: 1200px;
    margin: 0 auto;
}

.product-logo[b-qo5d3rupnt] {
    display: block;
    margin: 0 auto 3rem;
    max-width: 300px;
    width: 100%;
}

.content-grid[b-qo5d3rupnt] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    align-items: start;
}

.left-column[b-qo5d3rupnt] {
    position: sticky;
    top: 100px;
}

.features-title[b-qo5d3rupnt] {
    font-size: 2rem;
    font-weight: 700;
    color: #F01F28;
    margin-bottom: 1.5rem;
}

.left-column p[b-qo5d3rupnt] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.right-column[b-qo5d3rupnt] {
    width: 100%;
}

.accordion-wrapper[b-qo5d3rupnt] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* How It Works Section */
.how-it-works[b-qo5d3rupnt] {
    padding: 4rem 2rem;
    background: white;
}

.container-how[b-qo5d3rupnt] {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title[b-qo5d3rupnt] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #F01F28;
    text-align: center;
    margin-bottom: 3rem;
}

.steps-grid[b-qo5d3rupnt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.step[b-qo5d3rupnt] {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.step:hover[b-qo5d3rupnt] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.step-number[b-qo5d3rupnt] {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background-color: #F01F28;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
}

.step h3[b-qo5d3rupnt] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.step p[b-qo5d3rupnt] {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
}

@media (max-width: 768px) {
    .content-grid[b-qo5d3rupnt] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .left-column[b-qo5d3rupnt] {
        position: static;
    }

    .product-logo[b-qo5d3rupnt] {
        max-width: 250px;
    }

    .steps-grid[b-qo5d3rupnt] {
        grid-template-columns: 1fr;
    }
}
/* _content/JustTimeWebsite/Components/Pages/Productos/PortalEmpresa.razor.rz.scp.css */
.main[b-9l2julj2b4] {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.container[b-9l2julj2b4] {
    max-width: 1200px;
    margin: 0 auto;
}

.content-grid[b-9l2julj2b4] {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: start;
}

.left-column[b-9l2julj2b4] {
    padding-right: 2rem;
}

.main-title[b-9l2julj2b4] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #F01F28;
    margin-bottom: 1.5rem;
}

.description[b-9l2julj2b4] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.feature-list[b-9l2julj2b4] {
    list-style: none;
    padding: 0;
}

.feature-list li[b-9l2julj2b4] {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
}

.feature-list li[b-9l2julj2b4]::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #F01F28;
    font-weight: bold;
    font-size: 1.5rem;
}

.right-column[b-9l2julj2b4] {
    width: 100%;
}

.components-title[b-9l2julj2b4] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

/* Factura Section */
.factura-section[b-9l2julj2b4] {
    padding: 4rem 2rem;
    background: white;
}

.container-factura[b-9l2julj2b4] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    align-items: center;
}

.text-content[b-9l2julj2b4] {
    padding-right: 2rem;
}

.section-title[b-9l2julj2b4] {
    font-size: 2.2rem;
    font-weight: 700;
    color: #F01F28;
    margin-bottom: 1.5rem;
}

.section-description[b-9l2julj2b4] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.benefits-list[b-9l2julj2b4] {
    list-style: none;
    padding: 0;
}

.benefits-list li[b-9l2julj2b4] {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.6;
}

.benefits-list svg[b-9l2julj2b4] {
    flex-shrink: 0;
    color: #F01F28;
    margin-top: 0.2rem;
}

.image-content[b-9l2julj2b4] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.factura-image[b-9l2julj2b4] {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 968px) {
    .content-grid[b-9l2julj2b4] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .left-column[b-9l2julj2b4] {
        padding-right: 0;
    }

    .container-factura[b-9l2julj2b4] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .text-content[b-9l2julj2b4] {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .main-title[b-9l2julj2b4] {
        font-size: 2rem;
    }

    .section-title[b-9l2julj2b4] {
        font-size: 1.8rem;
    }
}
/* _content/JustTimeWebsite/Components/Pages/Servicios.razor.rz.scp.css */
.services-section[b-g8hee8achu] {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    min-height: calc(100vh - 120px);
}

.container[b-g8hee8achu] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    align-items: start;
}

.left-column[b-g8hee8achu] {
    position: sticky;
    top: 100px;
}

.logo[b-g8hee8achu] {
    width: 100%;
    max-width: 300px;
    margin-bottom: 2rem;
}

.intro-text[b-g8hee8achu] {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #2c3e50;
    font-weight: 500;
}

.right-column[b-g8hee8achu] {
    width: 100%;
}

@media (max-width: 768px) {
    .container[b-g8hee8achu] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .left-column[b-g8hee8achu] {
        position: static;
        text-align: center;
    }

    .logo[b-g8hee8achu] {
        margin: 0 auto 1.5rem;
    }
}
/* _content/JustTimeWebsite/Components/Shared/Accordion.razor.rz.scp.css */
.accordion-item[b-ajcb6wynhx] {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.accordion-item:hover[b-ajcb6wynhx], .open-item[b-ajcb6wynhx] {
    border-color: #f0c9ca;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

.accordion-button[b-ajcb6wynhx] {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon[b-ajcb6wynhx] {
    position: relative;
    width: 16px;
    height: 16px;
}

.icon[b-ajcb6wynhx]::before, .icon[b-ajcb6wynhx]::after {
    content: '';
    position: absolute;
    background-color: #F01F28;
    transition: transform 0.3s ease;
}

/* Vertical line */
.icon[b-ajcb6wynhx]::before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
}

/* Horizontal line */
.icon[b-ajcb6wynhx]::after {
    left: 0;
    top: 50%;
    height: 2px;
    width: 100%;
    transform: translateY(-50%);
}

.icon.open[b-ajcb6wynhx]::before {
    transform: translateX(-50%) rotate(90deg);
}

.icon.open[b-ajcb6wynhx]::after {
    transform: translateY(-50%) rotate(180deg);
}

.accordion-content[b-ajcb6wynhx] {
    display: none;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
}

.accordion-content.open[b-ajcb6wynhx] {
    display: block;
}

.content-inner[b-ajcb6wynhx] {
    padding: 0 1.5rem 1.5rem;
    border-top: 1px solid #e0e0e0;
    margin: 0 1.5rem;
}

.content-inner p[b-ajcb6wynhx] {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.content-inner ul[b-ajcb6wynhx] {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    color: #4a4a4a;
}

.content-inner li[b-ajcb6wynhx] {
    margin-bottom: 0.8rem;
}
/* _content/JustTimeWebsite/Components/Shared/Footer.razor.rz.scp.css */
.footer[b-8k2ot0kb9m] {
    background-color: #F01F28;
    color: white;
    padding: 3rem 1rem 2rem;
}

.topSection[b-8k2ot0kb9m] {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.logo[b-8k2ot0kb9m] {
    width: clamp(120px, 30vw, 150px);
}

.brandAndNav nav a[b-8k2ot0kb9m] {
    color: white;
    text-decoration: none;
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    transition: color 0.2s ease;
}

.brandAndNav nav a:hover[b-8k2ot0kb9m] {
    color: #ddd;
}

.contactForm h3[b-8k2ot0kb9m] {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 700;
}

.contactForm .form-control[b-8k2ot0kb9m] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 0.8rem 1rem;
    color: white;
    font-family: inherit;
    font-size: 1rem;
}

.contactForm .form-control[b-8k2ot0kb9m]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contactForm .form-control:focus[b-8k2ot0kb9m] {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.8);
    color: white;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.1);
}

.contactForm textarea.form-control[b-8k2ot0kb9m] {
    resize: vertical;
}

.contactForm .btn[b-8k2ot0kb9m] {
    background-color: #8B0000;
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.contactForm .btn:hover[b-8k2ot0kb9m] {
    background-color: #A52A2A;
}

.bottomSection[b-8k2ot0kb9m] {
    padding-top: 2rem;
}

.certificationsTitle[b-8k2ot0kb9m] {
    font-size: clamp(1rem, 2vw, 1.1rem);
    font-weight: 600;
    color: #fff;
}

.certLogo[b-8k2ot0kb9m] {
    max-height: 50px;
    max-width: 130px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.contactInfo h4[b-8k2ot0kb9m] {
    font-size: clamp(0.95rem, 2vw, 1rem);
    font-weight: 600;
}

.contactInfo p[b-8k2ot0kb9m] {
    font-size: clamp(0.85rem, 1.5vw, 0.9rem);
}

/* Responsive Design */
@media (min-width: 768px) {
    .footer[b-8k2ot0kb9m] {
        padding: 3.5rem 2rem 2rem;
    }
}

@media (min-width: 992px) {
    .footer[b-8k2ot0kb9m] {
        padding: 4rem 2rem 2rem;
    }

    .topSection[b-8k2ot0kb9m] {
        padding-bottom: 3rem;
    }
}
/* _content/JustTimeWebsite/Components/Shared/Header.razor.rz.scp.css */
.header[b-1tn2bnm9mh] {
    background: #F01F28;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}

.header .navbar[b-1tn2bnm9mh] {
    padding: 0.75rem 0;
}

.logoImg[b-1tn2bnm9mh] {
    height: 40px;
    width: auto;
    transition: transform 0.3s ease;
}

.navbar-brand:hover .logoImg[b-1tn2bnm9mh] {
    transform: scale(1.05);
}

.header .nav-link[b-1tn2bnm9mh] {
    color: white !important;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.header .nav-link:hover[b-1tn2bnm9mh],
.header .nav-link:focus[b-1tn2bnm9mh] {
    background: rgba(255, 255, 255, 0.1);
}

.header .dropdown-menu[b-1tn2bnm9mh] {
    background-color: #F01F28;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.header .dropdown-item[b-1tn2bnm9mh] {
    color: white;
    padding: 0.8rem 1.5rem;
    transition: background-color 0.2s ease;
}

.header .dropdown-item:hover[b-1tn2bnm9mh],
.header .dropdown-item:focus[b-1tn2bnm9mh] {
    background-color: #A52A2A;
    color: white;
}

.header .navbar-toggler[b-1tn2bnm9mh] {
    border-color: rgba(255, 255, 255, 0.5);
    padding: 0.5rem 0.75rem;
}

.header .navbar-toggler:focus[b-1tn2bnm9mh] {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.header .navbar-toggler-icon[b-1tn2bnm9mh] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Responsive Design */
@media (max-width: 991px) {
    .header .navbar-collapse[b-1tn2bnm9mh] {
        background-color: #F01F28;
        padding: 1rem;
        margin-top: 0.5rem;
        border-radius: 8px;
    }

    .header .dropdown-menu[b-1tn2bnm9mh] {
        background-color: rgba(0, 0, 0, 0.2);
        margin-left: 1rem;
    }
}

@media (max-width: 576px) {
    .logoImg[b-1tn2bnm9mh] {
        height: 32px;
    }

    .header .nav-link[b-1tn2bnm9mh] {
        font-size: 0.95rem;
    }
}
/* _content/JustTimeWebsite/Components/Shared/Hero.razor.rz.scp.css */
.heroContainer[b-tknxty7u1r] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 70px);
    width: 100%;
}

.heroMain[b-tknxty7u1r] {
    flex-grow: 1;
    background-color: #F01F28;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 2rem 0;
}

.heroContent .texto[b-tknxty7u1r] {
    color: white;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 700;
    text-align: left;
    position: relative;
    z-index: 1;
    pointer-events: none;
    margin: 0;
}

.heroMosaic[b-tknxty7u1r] {
    width: 100%;
    min-height: 200px;
}

.mosaicItem[b-tknxty7u1r] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}

.mosaicItem1[b-tknxty7u1r] {
    background-color: #a40000;
}

.mosaicItem2[b-tknxty7u1r] {
    background-color: #a40000;
    justify-content: flex-start;
}

.mosaicItem2 img[b-tknxty7u1r] {
    max-height: 140px;
}

.mosaicItem3[b-tknxty7u1r] {
    background-color: #000000;
    color: white;
    padding: 1.5rem 2rem;
}

.mosaicItem3 li[b-tknxty7u1r] {
    font-size: clamp(1rem, 2vw, 1.4rem);
    font-weight: 500;
}

.mosaicItem3 li svg[b-tknxty7u1r] {
    margin-right: 1rem;
    color: white;
    width: clamp(24px, 4vw, 35px);
    height: clamp(24px, 4vw, 35px);
}

/* Responsive Design */
@media (max-width: 767px) {
    .heroContainer[b-tknxty7u1r] {
        min-height: auto;
    }

    .heroMain[b-tknxty7u1r] {
        padding: 1.5rem 0 2rem;
        min-height: 40vh;
    }

    .mosaicItem2[b-tknxty7u1r] {
        justify-content: center;
        padding: 2rem 1rem;
    }

    .mosaicItem2 img[b-tknxty7u1r] {
        max-height: 100px;
    }

    .mosaicItem3[b-tknxty7u1r] {
        padding: 2rem 1.5rem;
    }
}

@media (min-width: 768px) {
    .heroMain[b-tknxty7u1r] {
        padding: 3rem 0;
    }

    .mosaicItem3[b-tknxty7u1r] {
        padding: 2rem 3rem;
    }
}
/* _content/JustTimeWebsite/Components/Shared/Products.razor.rz.scp.css */
.productsSection[b-if0pmiilxm] {
    background-color: #fff;
    padding: 4rem 1rem;
    overflow: hidden;
}

.visualsContainer[b-if0pmiilxm] {
    position: relative;
    width: 100%;
    max-width: 450px;
    aspect-ratio: 1;
}

.visualsContainer[b-if0pmiilxm]::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 92%;
    height: 92%;
    background-color: #f7f7f7;
    border-radius: 50%;
    z-index: 1;
}

.personImagePlaceholder[b-if0pmiilxm] {
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(70px, 20vw, 96px);
    height: clamp(70px, 20vw, 96px);
    background-color: #F01F28;
    border-radius: 15px;
    z-index: 2;
    background-size: cover;
    background-position: center;
}

.logoBadge[b-if0pmiilxm] {
    position: absolute;
    top: -5%;
    left: 15%;
    width: clamp(50px, 12vw, 60px);
    height: clamp(50px, 12vw, 60px);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    z-index: 4;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    padding: 0.5rem;
}

.moduleGrid[b-if0pmiilxm] {
    position: absolute;
    bottom: 8%;
    right: 6%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(6px, 2vw, 10px);
    width: 70%;
    z-index: 2;
}

.moduleItem[b-if0pmiilxm] {
    background-color: #F01F28;
    color: white;
    aspect-ratio: 1;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: clamp(0.65rem, 1.5vw, 0.8rem);
    padding: 0.4rem;
    font-weight: 500;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.moduleItem:hover[b-if0pmiilxm] {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(240, 31, 40, 0.3);
}

.addModuleItem[b-if0pmiilxm] {
    background-color: transparent;
    border: 2px dashed #ccc;
    color: #ccc;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
}

.addModuleItem:hover[b-if0pmiilxm] {
    border-color: #F01F28;
    color: #F01F28;
    transform: none;
    box-shadow: none;
}

.rightColumn h2[b-if0pmiilxm] {
    font-size: clamp(1.75rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
}

.rightColumn p[b-if0pmiilxm] {
    font-size: clamp(1rem, 2vw, 1.1rem);
    line-height: 1.7;
    color: #555;
    margin-bottom: 1.5rem;
}

.rightColumn strong[b-if0pmiilxm] {
    font-weight: 700;
    color: #000;
}

/* Responsive Design */
@media (min-width: 768px) {
    .productsSection[b-if0pmiilxm] {
        padding: 5rem 2rem;
    }
}

@media (min-width: 992px) {
    .productsSection[b-if0pmiilxm] {
        padding: 6rem 2rem;
    }
}

@media (max-width: 575px) {
    .visualsContainer[b-if0pmiilxm] {
        max-width: 350px;
    }

    .moduleItem[b-if0pmiilxm] {
        font-size: 0.65rem;
        padding: 0.3rem;
    }
}
