@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeueMedium.otf') format('opentype');
    font-weight: normal;
    /* 500 for medium, can be adjusted as needed */
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeueBlack.otf') format('opentype');
    font-weight: bold;
    /* 900 for black, can be adjusted as needed */
    font-style: normal;
}

.code-font {
    font-family: 'Source Code Pro', monospace !important;
}

.code-font-bold {
    font-family: 'Source Code Pro Bold', monospace !important;
}

.code-sans-pro {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.nav-separator {
    width: 50px;
    height: 3px;
    color: #899FA9;
    font-size: 16px;
}

.solid {
    border-top: 3px solid black !important;
}

.navbar-nav .nav-link {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

/* Adjust navbar brand logo size if necessary */
.navbar-brand img {
    height: 40px !important;
    /* Reduced from 50px */
}

/* Reduce overall navbar padding */



body {
    font-family: 'Helvetica Neue', Arial, sans-serif;

    /* color: #ffffff;
   background-size: cover;*/
    margin: 0;
    padding: 0;
}

/* Hero section styling */
.hero-section {
    /* background: rgba(0, 0, 0, 0.5); / a dark overlay for better text readability */
    padding: 0 20px;
}

/* Ensure your logo and items align well */
.navbar-brand {
    flex-grow: 1;
    /* Makes the logo center align properly */
}

/* Optional: Adjust navbar padding or margins as needed for better alignment */
.navbar-nav {
    align-items: start;
}


.bg-image-thrid{
    background-image: url('../static/images/IMAGE4Mob.png');
    margin: 10px; 
    border-radius: 10px; 
    height: 100vh; 
    background-position: center; 
    background-size: 100vw 100vh;
}



.section-bg {
    height: 120vh;
    background-size: cover;
    /* background-position: center; */
    color: #ffffff;
    /* Ensuring text is visible on potentially dark backgrounds */
}

.home-hero {
    height: 116vh;
    background-color: #e8e9e5;
    /* Red background */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media (min-width: 575px) {
    .home-hero {
        height: 100vh;
    }
}






.section-bg p {
    font-size: 1.5rem;
    color: #ccc;
}

footer {
    background-color: #81949d;
    /* Dark shade, adjust as needed */
}

footer p {
    margin-bottom: 0.5rem;
    /* Tight layout */
}

/* .br {
    border: 1px solid red;
} */

.login-form-control {

    max-width: 100%;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

footer .form-control {
    max-width: 250px;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    /* Restricts the email input's width */
}

/* .form-control-two {
    max-width: 250px;
    width: full;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    outline: none;
    border: 1px solid white;
    color: #bcbcbc;
    padding-left: 10px;
   
} */

.form-control-two::placeholder {
    color: #bcbcbc;
}

.sub-btn {
    background-color: white;
    border-radius: 0px !important;
    border: 1px solid white !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    margin-left: 2px;
    color: #bcbcbc;

}

footer .btn-primary {
    background-color: #3498db;
    /* Blue button */
}

footer .nav-link {
    padding: 0;
    margin-bottom: 0.1rem;
    /* Minimal margin for links */
}

footer h5 {
    color: #fff;
    /* Ensures the section headings are visible */
    margin-top: 0;
    margin-bottom: 0.5rem;
    /* Spacing above and below the headings */
}



.content2 {
    position: absolute;
    top: 25vh;
    left: 14vw;
    /* width: 100%; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    /* padding: 14% 0% 0% 14%; */
    /* Adjust as needed for content spacing */
}



.acercade-container-fluid {
    width: 100%;
    height: 100vh;
    /* Full height */
    background-size: cover;
    background-position: center;
    position: relative;
    /* Position relative for absolute positioning of the button */
    display: flex;
    align-items: center;
    /* Center content vertically */
    justify-content: center;
    /* Center content horizontally */
}

.acercade-button-container {
    position: absolute;
    /* Position the button container */
    bottom: 10%;
    /* Adjust this value as needed to position from the bottom */
    width: 100%;
    /* Full width to center the button */
    display: flex;
    justify-content: center;
    /* Center the button horizontally */
}

.shop-button {
    padding: 10px 20px;
    border: 2px solid white;
    /* White outline */
    background-color: transparent;
    /* Transparent background */
    color: white;
    /* White text */
    text-decoration: none;
    /* Remove underline from link */
    font-size: 1.25rem;
    /* Larger font size */
    border-radius: 5px;
    /* Slight rounding of corners */
    transition: background-color 0.3s, color 0.3s;
    /* Smooth transition for hover effects */
}

.shop-button:hover {
    background-color: white;
    /* White background on hover */
    color: black;
    /* Black text on hover */
}

.form-container {
    position: relative;
    transition: transform 0.5s ease-in-out;
}

.inactive-form {
    display: none;
}

/* .inactive-forget-form {
    display: none;
} */

.active-form {
    display: block;
}

#formTitle {
    text-align: center;
    color: white;
}

.utopia-section {
    background-color: #abb0b4;
    padding: 50px 0;
}

.btn-transparent {
    background-color: transparent;
    /* Make the background transparent */
    border: 2px solid white;
    /* 2px white border */
    color: white;
    /* White text */
    padding: 0.375rem 0.75rem;
    /* Padding similar to Bootstrap's default for buttons */
    font-size: 1rem;
    /* Font size similar to Bootstrap's default */
    line-height: 1.5;
    /* Line height similar to Bootstrap's default */
    border-radius: 0.25rem;
    /* Border radius similar to Bootstrap's default */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /* Smooth transition for hover effects */
}

.btn-transparent:hover,
.btn-transparent:focus {
    color: #eeeeee;
    /* Change text color to black on hover/focus */
}



.grind-option.selected {
    transform: scale(1.2);
}

.grind-option-utopia.selected {
    transform: scale(1.2);
}

#cartTable thead th {
    font-weight: 400 !important;
}

.orderconfirmation {
    background-color: rgba(255, 255, 255, 0.7);
    /* White background with 70% opacity */
    border-radius: 10px;
    /* Rounded corners */
    padding: 20px;
    /* Padding inside the container */
    margin-top: 20px;
    /* Extra space on the top */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Subtle shadow for depth */
    border: 1px solid #ddd;
    /* Light border for better definition */
}

.section-bgacercade {
    width: 100%;
    /* Make the div responsive to the container's width */
    position: relative;
    padding-top: 100%;
    /* This creates a square aspect ratio */

    /* Ensures the content can be added inside */
    position: relative;
    overflow: hidden;
    /* Optional, depending on your content */
}

.section-bgacercade::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Background settings applied to the pseudo-element */
    background-image: url('../static/images/acerca_de_cel_min.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 110% auto;
}

.section-bgacercade::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    /* Background settings applied to the pseudo-element */
    background-image: url('../static/images/acerca_de_cel_min.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 110% auto;
    /* Adjust this to fit the part of the image you want to show */
}

.inner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Add your content styling here */
}

.bg-pattern {
    background: url("static/images/utopia-min.jpg") no-repeat;

}

/* Valor por defecto (para desktop en adelante) */


/* Para pantallas pequeñas (ej. móvil), cambia a -50px */
/* @media (max-width: 768px) {
    #productList {
        margin-top: -50px !important;
    }
} */




.formatted-popup {
    border-radius: 20px;
    /* Rounded corners like your image */
    font-family: Arial, sans-serif;
    /* Font family */
}

.swal2-input {
    margin-top: 20px;
    padding: 10px;
    width: 90%;
}



#sign-in-button {
    margin-top: 20px;
    width: 90%;
    padding: 10px;
}


#acercade {
    background-image: url('../static/images/acerca_de_laptop-min.jpg');
    height: 5364px;
    background-position: center center;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 768px) {
    #acercade {
        background-image: url('../static/images/acerca_de_celular-min.jpg');
        height: 5902px;
        background-position: center center;
        aspect-ratio: 1 / 1;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #acercadeimg {
        height: 5902px !important;
    }
}

.page-background {
    background-color: #b2b1b5;
    /* gray background */
    /* You could set padding if you don't want the login-container to overflow 
       the gray area when margins collapse, for example: */
    padding: 40px 0;
}

/* Flex container that holds the image on the left and forms on the right */


/* Left side image styling */
.login-image {
    width: 50%;
    /* half of container */
}

.login-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* ensures the image covers its container nicely */
}

/* Right side form styling */
/* .form-section {
    width: 70% !important;
    padding: 40px !important;
} */

.login-form-custom {
    width: 50%;

}

@media (max-width: 1024px) {
    .login-form-custom {
        width: 100% !important;
        /* Change width for smaller screens */
    }
}


.form-section h2 {
    margin-bottom: 20px;
}

/* Hide and show forms */
.active-form {
    display: block;
}

.inactive-form {
    display: none;
}

/* (Optional) Slightly smaller form fields if you like */
.form-control {
    font-size: 0.95rem;
}

.btn-gray {
    background-color: #5c635b;
    color: #b2b1b5;
}




/* Small screens (sm) */


@media (max-width: 575px) {


    /* .home-hero-img {
        width: 100%;
        height: 100%;
        background-image: url('../static/images/homeHeromob.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 0.3s ease-out;

    } */


    .home-hero-space {
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }


    #zoomImage {
        transition: transform 0.3s ease;
        /* Smooth transition for zoom effect */
    }

    .girl-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-20%, -20%);
        max-width: 100%;
        /* Adjust as needed */
        height: auto;
        transition: transform 0.3s ease-out;
    }

    .home-mob-from {
        position: absolute;
        z-index: 100;

    }

    .section-bg2 {
        /* babar */
        background-image: url('images/secbgnew.png');
        /* background-image: url('images/background2.jpg'); */
        background-size: calc(100vw - 20px) 1120px;
        background-position: unset;
        background-repeat: no-repeat;
        height: 1120px;
        position: relative;
        /* width: 100%; */
        padding-top: 100%;
        margin: 5px 10px 10px 10px;
        border-radius: 10px;


        /* 100 * (height / width) */
    }


    #productList {
        margin-top: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        /* Center the div */
        padding: 0 !important;
        /* Remove unwanted padding */
        overflow-x: hidden !important;
        /* Prevent horizontal scrolling */
    }


    .navbar {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        /* z-index: 100;
        position: relative; */
        position: fixed;
        top: 0;
        width: 100%;
        transition: top 0.3s;
        z-index: 1000;

    }

    /* .login-container {
        display: block !important;
    } */

    .nav-margin {
        margin-left: 10px;
        margin-right: 10px;
    }

    .m-none {
        display: none;
    }

    .mob-width-wrapper {
        background-color: white;
        margin: 10px 10px;
    }

    .form-control-two {
        max-width: 80%;
        width: full;
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
        outline: none;
        border: 1px solid white;
        color: #bcbcbc;
        padding-left: 10px;
        /* Restricts the email input's width */
    }

    .section-three-width {
        width: 100%;
        display: flex;
        justify-content: end;
        align-items: end;
        padding-right: 16px;
    }

    button {
        padding: 10px 15px;
        /* Padding around the text */
        font-size: 16px;
        /* Text size */
        cursor: pointer;
        /* Pointer cursor on hover */
        border-radius: 20px !important;
        /* Fully rounded sides */
        /* text-transform: uppercase; */
        /* Uppercase text */
    }

    .product-padding-top {
        padding-top: 55px;
    }

    .product-bg-space {
        padding: 10px;
    }

    .product-bg-radius {
        padding: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .product-title-fz {
        font-size: 36px;
        font-weight: 900;

    }

    .grind-option {
        max-width: 100%;
        transition: transform 0.2s ease;
    }

    .grind-option-utopia {
        max-width: 100%;
        transition: transform 0.2s ease;
    }

    #nuestra-coleccion {
        display: none;
    }

    .swal2-input-mob {
        background-color: #f0efeb;
        border: 1px solid #5c635b;
        border-radius: 10px;
    }

    .swal2-input-mob::placeholder {
        font-family: 'Source Sans Pro', sans-serif;
    }

}


@media (min-width: 576px) {

    .card-space {
        padding-left: 10%;
        padding-right: 10%
    }

    .home-hero-img {
        width: 100%;
        height: 100%;
        background-image: url('../static/images/heroText.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 0.3s ease-out;

    }



    .girl-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-46%, -50%) scale(1.07);
        max-width: 300px;
        /* Adjust as needed */
        height: auto;
        transition: transform 0.3s ease-out;
    }

    .section-bg2 {
        height: 100vh; 
        width: 100%; 
        
        /* background-image: url('images/background2Cropped.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
         height: 100vh; 
        width: 100%; */
        /* padding-top: 100%; */

        /* 100 * (height / width) */
    }

    #productList {
        margin-top: 0px !important;
        width: 100% !important;
        max-width: 1024px !important;
        margin: 0 auto !important;
        /* Center the div */
        padding: 0 !important;
        /* Remove unwanted padding */
        overflow-x: hidden !important;
        /* Prevent horizontal scrolling */
    }



    .navbar {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        z-index: 100;
        position: relative;
        /* position: fixed;
        top: 0;
        width: 100%;
        transition: top 0.3s;
        z-index: 1000; */

    }

    .login-container {
        display: flex;
        align-items: stretch;
        justify-content: center;
        max-width: 900px;
        /* Adjust overall card width to taste */
        margin: 0px auto;
        /* Centers the card in the page */
        background-color: #fff;
        /* White card background */
        color: #5c635b;
        border-radius: 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        /* Ensures the image corners are clipped nicely */
    }

    .md-none {
        display: none;
    }

    .form-control-two {
        max-width: 100%;
        width: full;
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
        outline: none;
        border: 1px solid white;
        color: #bcbcbc;
        padding-left: 10px;
        /* Restricts the email input's width */
    }


    .section-three-width {
        width: 100%;
        display: flex;
        justify-content: end;
        align-items: end;
        padding-right: 16px;
    }

    button {
        padding: 10px 15px;
        /* Padding around the text */
        font-size: 16px;
        /* Text size */
        cursor: pointer;
        /* Pointer cursor on hover */
        border-radius: 20px !important;
        /* Fully rounded sides */
        /* text-transform: uppercase; */
        /* Uppercase text */
    }


    .bg-product-detail {
        background-color: #f0efeb;
    }

    .grind-option {
        max-width: 100px;
        transition: transform 0.2s ease;
    }

    .grind-option-utopia {
        max-width: 100%;
        transition: transform 0.2s ease;
    }

    .home-sec-three-width {
        width: 80%;
    }


    /* modal */
    #nuestra-coleccion h3,
    #nuestra-coleccion h2 {
        color: white;
        /* Text color */
        margin: 0;
        /* Remove default margins */
        padding: 0;
    }

    #nuestra-coleccion .right-align {
        /* text-align: left; */
        /* margin-left: 70%; */
        width: 100%;
        /* Ensure the div takes full width */
    }


}




@media (max-width: 768px) {
    .section-bg2 {
        padding-top: 90%;
        /* Increase padding-top for narrower screens */
    }

    .content2 {
left: 0%;
        padding: 20px 0px 0px 20px;
        /* Less padding on smaller screens */
    }

    .section-bg h2 {
        font-size: 54rem;
        /* Larger headings for emphasis */
        color: #f0f0f0;
    }

    .content2 span {
        color: white;
        margin: 0;
        font-size: 100px;
        margin: 0;
        padding: 0;
        line-height: 0.79;
        letter-spacing: -4px;
    }

}



/* Medium screens (md) */
@media (min-width: 768px) {

    .navbar {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        z-index: 100;
        position: relative;
        /* position: fixed;
        top: 0;
        width: 100%;
        transition: top 0.3s;
        z-index: 1000; */

    }

    .section-bg h2 {
        font-size: 3rem;
        /* Larger headings for emphasis */
        color: #f0f0f0;
    }

    .content2 span {
        color: white;
        margin: 0;
        font-size: 10.4vw;

        margin: 0;
        padding: 0;
        line-height: 7vw;
    }

    .login-container {
        display: flex;
        align-items: stretch;
        justify-content: center;
        max-width: 900px;
        /* Adjust overall card width to taste */
        margin: 0px auto;
        /* Centers the card in the page */
        background-color: #fff;
        /* White card background */
        color: #5c635b;
        border-radius: 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        /* Ensures the image corners are clipped nicely */
    }



    .section-three-width {
        width: 100%;
        display: flex;
        justify-content: end;
        align-items: end;
    }

    .form-control-two {
        max-width: 100%;
        width: full;
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
        outline: none;
        border: 1px solid white;
        color: #bcbcbc;
        padding-left: 10px;
    }

    button {
        padding: 10px 15px;
        /* Padding around the text */
        font-size: 16px;
        /* Text size */
        cursor: pointer;
        /* Pointer cursor on hover */
        border-radius: 20px !important;
        /* Fully rounded sides */
        /* text-transform: uppercase; */
        /* Uppercase text */
    }

    .grind-option-utopia {
        max-width: 100px;
        transition: transform 0.2s ease;
    }



}


/* tablet */
@media (min-width: 992px) {


    .navbar {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        z-index: 100;
        position: relative;
        /* position: fixed;
        top: 0;
        width: 100%;
        transition: top 0.3s;
        z-index: 1000; */

    }

    .login-container {
        display: flex;
        align-items: stretch;
        justify-content: center;
        max-width: 900px;
        /* Adjust overall card width to taste */
        margin: 0px auto;
        /* Centers the card in the page */
        background-color: #fff;
        /* White card background */
        color: #5c635b;
        border-radius: 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        /* Ensures the image corners are clipped nicely */
    }


    .tb-none {
        display: none;
    }


}

@media (max-width: 991px) {
    .tb-max-none {
        display: none;
    }


}

@media (max-width: 1024px) {
    .lg-max-none {
        display: none;
    }

    #productList {
        margin-top: 20px !important;
    }
}

/* Large screens (lg) */
@media (min-width: 1024px) {
    .lg-min-none {
        display: none;
    }

    .home-sec-three-width {
        width: 50%;
    }

    #productList {
        margin-top: -150px !important;
    }

    .navbar {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        z-index: 100;
        position: relative;
        /* position: fixed;
        top: 0;
        width: 100%;
        transition: top 0.3s;
        z-index: 1000; */

    }

    .login-container {
        display: flex;
        align-items: stretch;
        justify-content: center;
        max-width: 900px;
        /* Adjust overall card width to taste */
        margin: 0px auto;
        /* Centers the card in the page */
        background-color: #fff;
        /* White card background */
        color: #5c635b;
        border-radius: 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        /* Ensures the image corners are clipped nicely */
    }


    .section-three-width {
        width: 85%;
        display: flex;
        justify-content: end;
        align-items: end;
    }

    .form-control-two {
        max-width: 60%;
        width: full;
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
        outline: none;
        border: 1px solid white;
        color: #bcbcbc;
        padding-left: 10px;
        /* Restricts the email input's width */
    }

    button {
        padding: 10px 20px;
        /* Padding around the text */
        font-size: 16px;
        /* Text size */
        cursor: pointer;
        /* Pointer cursor on hover */
        border-radius: 20px !important;
        /* Fully rounded sides */
        /* text-transform: uppercase; */
        /* Uppercase text */
    }

}

/* Extra Large screens (xl) */
@media (min-width: 1200px) {

    .home-sec-three-width {
        width: 35%;
    }


    .navbar {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        z-index: 100;
        position: relative;
        /* position: fixed;
        top: 0;
        width: 100%;
        transition: top 0.3s;
        z-index: 1000; */

    }

    .login-container {
        display: flex;
        align-items: stretch;
        justify-content: center;
        max-width: 900px;
        /* Adjust overall card width to taste */
        margin: 0px auto;
        /* Centers the card in the page */
        background-color: #fff;
        /* White card background */
        color: #5c635b;
        border-radius: 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        /* Ensures the image corners are clipped nicely */
    }

    .section-three-width {
        width: 85%;
        display: flex;
        justify-content: end;
        align-items: end;
    }

    .form-control-two {
        max-width: 250px;
        width: full;
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
        outline: none;
        border: 1px solid white;
        color: #bcbcbc;
        padding-left: 10px;
        /* Restricts the email input's width */
    }

    button {
        padding: 10px 20px;
        /* Padding around the text */
        font-size: 16px;
        /* Text size */
        cursor: pointer;
        /* Pointer cursor on hover */
        border-radius: 20px !important;
        /* Fully rounded sides */
        /* text-transform: uppercase; */
        /* Uppercase text */
    }
}

.br {
    border-radius: 15px;
}

.custom-scrollbar::-webkit-scrollbar {
    height: 1px;
}


.custom-scrollbar::-webkit-scrollbar-track {
    background: #f0efeb;
    border-radius: 1px;
}