@import url("color-palette.css");
@import url("start-banner.css");
@import url("header.css");
@import url("floating-header.css");
@import url("pricing-container.css");
@import url("features-container.css");
@import url("buttons.css");
@import url("message.css");
@import url("profile.css");
@import url("sales.css");
@import url("products.css");
@import url("customers.css");
@import url("shipping.css");
@import url("payments.css");
@import url("notifications.css");
@import url("settings.css");
@import url("sys-admin.css");
@import url("forms.css");
@import url("footer.css");

body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--main-bg-color);
    font-size: 12px;
}

.alt-h1 {
    display: block !important;
    font-size: 52px !important;
    margin-block-start: 0.67em !important;
    margin-block-end: 0.67em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
    unicode-bidi: isolate !important;
    color: var(--clr-white) !important;
}

@media (orientation: landscape) and (max-height: 500px) {
    .container-landscape {
        display: none;
    }

    .container {
        width: 98%;
        margin: 0 auto;
        display: block;
    }

    .container-right,
    .container-left {
        flex: 1; 
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 10px;
    }

    .container-right h2,
    .container-left h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .container-right p,
    .container-left p {
        font-size: 12px;
        font-weight: 300;
        line-height: 1.3;
        color: var(--main-text-color);
    }

    .title, .subtitle {
        text-align: center;
        margin: 50px 0;
    }

    .title h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.5;
    }
}

@media (max-width: 600px) and (orientation: portrait) {
    .container-landscape {
        /* background-color: var(--cancel-dark-red); */
        flex: 1;
        height: 94vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 10px;
    }

    .container {
        /* max-width: 1200px;
        margin: 0 auto; */
        display: none;
    }

    .container-right,
    .container-left {
        flex: 1; 
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 10px;
    }

    .container-right h2,
    .container-left h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .container-right p,
    .container-left p {
        font-size: 12px;
        font-weight: 300;
        line-height: 1.3;
        color: var(--main-text-color);
    }

    .title, .subtitle{
        text-align: center;
        margin: 50px 0;
        padding: 0 15px;
    }

    .title h2 {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.5;
    }

    .subtitle p {
        font-size: 16px;
        font-weight: 300;
        line-height: 2;
    }
}

@media (min-width: 1024px) {
    .container-landscape {
        display: none;
    }

    .container {
        width: 1200px;
        margin: 0 auto;
    }

    .container-right,
    .container-left {
        flex: 1; 
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .container-right h2,
    .container-left h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .container-right p,
    .container-left p {
        font-size: 16px;
        font-weight: 300;
        line-height: 2;
        color: var(--main-text-color);
    }

    .title, .subtitle {
        text-align: center;
        margin: 50px 0;
    }

    .title h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 2;
    }

    .subtitle p {
        font-size: 16px;
        font-weight: 300;
        line-height: 2;
    }
}

.wide-search-bar-height {
	height: 38px;
}

.image-container {
    width: 80%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.data-container {
    width: 98%;
    padding: 5px 1%;
    background-color: white;
    margin-top: 10px;
    border-radius: 6px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.positioning {
    position: relative;
    bottom: -150px;
}

.bg-popup {
    width: 100%;
    height: 100vh;
    background-color: var(--main-bg-pop-up);
    position: fixed;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 3;
}

.expanded {
    width: 1100px;
}

.list-icon img {
    width: 30px;
    height: 30px;
    margin: 5px 0;
    border-radius: 2px;
    object-fit: cover;
    margin-left: 10px;
}

.hidden {
    display: none !important;
}

.flex {
    display: flex;
}

.disabled {
    background-color: #ccc;
    pointer-events: none;
}

.height-100 {
    height: 100vh;
}

.frame-central {
    text-align: center;
    padding-bottom: 10px;
}

.centralize-top {
    display: flex;
    justify-content: center;
}

.centralize {
    display: flex;
    justify-content: center;
    align-items: center;
}

.space-between {
    display: flex;
	justify-content: space-between;
	padding: 0; /* sin padding para que los extremos toquen el borde */
	gap: 0; /* sin gap para más control */  
}

.grayscale-img {
	filter: grayscale(75%);
}