.close-btn {
    background-color: #ccc;
}

.whatsapp-float {
    background-color: #25d366;
    color: #FFF;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.whatsapp-float:hover {
    background-color: #1ebc57;
}

.whatsapp-float {
    position: fixed;
    border-radius: 50px;
    text-align: center;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s;
}

.whatsapp-float img {
    width: 50%;
    height: auto;
}

.container-maps {
    color: white;
    background-color: var(--color-primary);
}

.product-info {
    color: white;
}

.banner {
    position: relative;
    width: 100vw;
    overflow: hidden;
    color: white;
    align-items: center;
    justify-content: flex-start;
    padding: 1.875rem;
    display: flex;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.highlight {
    color: #FFA500;
}

.banner-text {
    position: relative;
    z-index: 2;
}

.banner-text h1 {
    font-weight: bold;
}

.banner-text p {
    margin-top: 0.5rem;
}

.bold {
    font-weight: bold;
}

.container-clients {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.title-section {
    font-weight: bold;
    text-align: center;
}

.clients-logos {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 0fr));
}

.container-products {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary);
    flex-direction: column;
    padding: 1.5rem 3rem;
    gap: 1.5rem;
}

.product-link {
    text-decoration: none;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
}

.product-card {
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 100%;
    width: 100%;
    color: white;
    background-color: var(--color-bg-product);
    border: var(--border-product);
}

.product-card img {
    object-fit: contain; 
    display: block;
}

.product-title {
    margin: 0;
    flex-wrap: wrap;
    text-align: center;
}

.btn-default-visual:hover {
    font-weight: bold;
}

.btn-default-visual {
    border: none;
    border-radius: 0.188rem;
    padding: 0.438rem 0.7rem;
    background-color: var(--color-secondary);
    color: white;
    width: 50%;
}

.maps-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}

.maps-images {
    width: 100%;
    height: 100%;
}

#map-localization {
    width: 100%;
    height: 15rem;
}

@media (max-width: 576px) {

    .carousel-control-next {
        display: none;
    }

    .carousel-control-prev {
        display: none;
    }

    .product-title {
        font-size: clamp(1.5rem, 5vw, 1.5rem);
    }

    .container-clients {
        padding: 0 1.875rem;
    }

    .btn-default-visual {
        font-size: clamp(1rem, 1vw, 1rem);
    }

    .maps-title {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .btn-icon {
        width: 1.5rem;
        height: auto;
    }

    .max-height-225 {
        max-height: 14.063rem;
    }

    .title-section {
        font-size: clamp(1.2rem, 1.2rem, 1.5rem);
    }

    .container-suppliers {
        margin-top: 0.625rem;
    }

    .client-logo {
        width: 4.5rem;
        height: auto;
    }

    .h-100 {
        height: 100%;
    }

    .align-items-center {
        align-items: center;
    }

    #carouselSlide {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        gap: 1.5rem;
    }

    .container-maps {
        padding: 1rem 1.875rem;
    }

    .product-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.1rem;
    }

    .product-image {
        width: 8rem;
        height: auto;
    }

    .container-product-card {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-card img {
        height: 10rem;
        width: 100%;
    }

    .banner {
        height: 18.75rem;
        max-height: 18.75rem;
    }

    .whatsapp-float{
        width: 3.5rem;
        height: 3.5rem;
        bottom: 1rem;
        right: 1rem;
    }

    .banner-text h1 {
        font-size: clamp(2rem, 3rem, 3rem);
    }

    .banner-text p {
        font-size: clamp(1rem, 1.5rem, 1.5rem);
    }

    .banner-text {
        width: 60%;
    }

}

@media (min-width: 992px) {

    .container-maps {
        padding: 1rem 3rem;
    }

    .banner {
        padding: 0 3rem;
        height: 20rem;
    }

    .banner-text h1 {
        font-size: clamp(3rem, 4rem, 4rem);
    }

    .banner-text p {
        font-size: clamp(1.5rem, 2rem, 2rem);
        text-align: center;
    }

    .banner-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .whatsapp-float {
        width: 5rem;
        height: 5rem;
        bottom: 2rem;
        right: 2rem;
    }

    .title-section {
        font-size: clamp(1.5rem, 1.5rem, 2rem);
    }

    .client-logo {
        width: 5rem;
        height: auto;
    }

    .container-clients {
        padding: 0 3rem;
    }

    .btn-default-visual {
        font-size: clamp(1.5rem, 1vw, 1.5rem);
    }

    .product-title {
        font-size: clamp(2rem, 5vw, 2.5rem);
    }

    .product-card img {
        height: 15rem;
        width: 100%;
    }

    .carousel-inner {
        width: 60%;
    }

}