.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.btn-primary {
    background: #0d0267;
    border: none;
}

.img-logo {
    width: 220px;
}

.mobile-search-bar {
    flex: 1;
    text-align: right;
    justify-content: flex-end;
}

.mobile-toggle {
    display: none;
}

@media (max-width: 768px) {
    .img-logo {
        width: 178px;
    }

    .mobile-search-bar {
        display: flex;
    }

    .mobile-toggle {
        color: #0d0267 !important;
        font-size: 32px;
        font-weight: bold;
        margin-right: 10px;
        display: inline-flex;
    }
}

.search-bar {
    border: none;
    background: #f5f5f5;
    box-shadow: 2px 5px 5px #eee;
    padding: 8px;
    border-radius: 0px !important;
}

.search-bar input {
    font-size: 14px;
    padding: 7px 32px;
}

.search-icon {
    position: absolute;
    margin: 8px;
}

.phone-box {
    background: #0d0267;
    color: white;
    padding: 4px;
    text-align: center;
    font-size: 14px;
}

.box {
    background: #f5f5f5;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.box-title {
    color: #0d0267;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 4px;
    border-bottom: 3px solid #c7c3e5;
    margin-bottom: 10px;
}

.partner-img {
    padding: 8px;
}

.product-box {
    display: block;
    background: white;
    padding: 8px;
    border-radius: 8px;
}

.product-name {
    color: #0d0267;
    font-weight: bold;
    font-size: 15px;
}

.product-name a {
    color: #0d0267;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}


.product-ref {
    color: #818283;
    font-size: 12px;
}

@media (max-width: 768px) {
    .product-inner-box {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .product-name {
        font-size: 20px;
        margin: 10px;
        text-align: center;
    }

    .product-name a {
        font-size: 20px;
        margin: 10px;
        text-align: center;
    }

    .product-ref {
        font-size: 15px;
        margin-top: 20px;
        text-align: center;
    }
}

.owl-carousel-arrows .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-carousel-arrows .owl-nav .owl-prev {
    position: absolute;
    font-size: 90px !important;
    opacity: 0.7;
    margin-top: -60px;
    left: -5px;
}

.owl-carousel-arrows .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    /* Adjust this value based on your layout */
    transform: translate(100%, -50%);
    font-size: 90px !important;
    opacity: 0.7;
}

.footer-buttons {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap onto multiple lines */
    justify-content: space-between;
    gap: 8px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn-footer,
.social-networks {
    flex: 1 1 auto; /* Allows the items to grow and shrink, but not beyond their content size */
    min-width: 120px; /* Sets a minimum width for buttons and social-networks to prevent them from becoming too small */
}

.btn-footer {
    background: #0d0267;
    border: none;
}

.social-networks {
    text-align: center;
    gap: 5px;
    display: flex;
    justify-content: space-around;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    /* Adjust the breakpoint as needed */
    .footer-buttons {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: center; /* Center-align the items for a nicer look */
    }

    .btn-footer,
    .social-networks {
        width: 100%; /* Make buttons and social networks take the full width on smaller screens */
        justify-content: center; /* Center-justify the content for social-networks */
    }

    #navbar {
        width: 70%;
        background: #01619d !important;
    }

    .navbar {
        background: #01619d !important;
        padding: 0px !important;
    }

    #navbarNav {
        overflow: scroll;
    }

    .header-divisor {
        height: 70px !important;
    }
}

.footer {
    background: #0d0267;
    padding: 20px;
}

.box-product-image {
    padding: 14px;
    background: #f5f5f5;
}

.box-product-main-image {
    margin-bottom: 10px;
}

.product-title {
    font-weight: bold;
    font-size: 20px;
    padding: 8px;
    background: #f5f5f5;
}

.product-description {
    font-size: 15px;
    padding: 4px;
    margin-top: 10px;
}

.box-manual-pdf {
    display: flex;
    flex-direction: row;
    margin: 8px;
    align-items: center;
    justify-content: center;
}

.box-manual-pdf a {
    background: #0d0267;
    color: white;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    margin-right: 8px;
    border-radius: 5px;
}

#tabs {
    margin-top: 20px;
}

#nav-tabContent {
    padding-top: 10px;
}

#related-products {
    margin-top: 20px;
    background: #f5f5f5;
    padding: 14px;
}

.contact-box {
    background: #f5f5f5;
    padding: 14px;
    margin-top: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.lateral-menu-link {
    padding: 10px;
    padding-left: 20px;
    color: white;
    border-bottom: 1px solid #2d91c6;
    display: block;
    text-decoration: none;
}

.header-logo {
    background: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
}

.header-divisor {
    height: 130px;
}

.nav-link {
    padding: 8px;
}

.subcategory {
    padding-left: 20px;
    background-color: rgba(200, 200, 200, 0.15);
}


.page-item {
    color: #0d0267;
}

.page-item.active {
    background: #0d0267;
    color: white;
}

.special-project-image {
    font-size: 12px;
    text-align: center;
}
