h2 {
    font-size: 30px;
}

.home-search-section {
    padding-top: 0;
}

.home-search-section>div {
    background-color: var(--bellota-color-primary);
}

.search-section {
    width: 96%;
    margin: 0 auto;
}

.img-catalog-home>img {
    top: -10px; 
    transform: rotate(-5deg); 
    box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.25); 
    -webkit-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.25); 
    -moz-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.25);
}

.global-group-section {
    background-size: cover; 
    background-position: center; 
    padding-bottom: 80px;
}

.global-group-title {
    text-align: center;
    margin: 0;
}

.product-container {
    width: 100%;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-evenly;
}

@media (max-width: 600px) {
    .global-group-title {
        padding: 12px 0 10px 0;
    }
}

.calidad-destacada {
    font-size: 18px;
    color: #000;
}

.featured-products-title {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 30px;
}

.news-section {
    background-color: #b71c1c;
    height: auto;
}

.news-title {
    text-align: center;
    font-weight: 800;
    color: white;
    padding-top: 60px !important;
    margin-top: -50px;
}

.bellota-content h1 {
    font-size: 2.9rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.bellota-content h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.bellota-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.bellota-content strong {
    font-weight: 600;
}

.bellota-img-container {
    height: 100%;
    display: flex;
    align-items: stretch;
}

.bellota-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 8px; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.bellota-row {
    align-items: stretch;
}

.bellota-content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-section {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.4;
}

.hero-content {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    width: 90%;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-text {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 0 auto 40px;
    max-width: 800px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 8px;
}

.stat-item {
    background-color: transparent;
    border-radius: 20px;
    padding: 30px 10px 30px 10px;
    width: 100%;
    min-width: 260px;
    max-width: 260px;
    text-align: center;
    border: 2.5px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.stat-icon {
    margin-bottom: 15px;
    width: auto;
    height: 100px;
}

.stat-number {
    font-size: 6.2rem;
    font-weight: 900;
    margin-bottom: 0.1em;
    color: #c60a0a;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 1;
    letter-spacing: -2px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

.stat-number::before {
    content: "+";
    font-size: 6.4rem;
    color: #fff;
    font-weight: 400;
    margin-right: 7px;
    opacity: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.stat-label {
    font-size: 1.22rem;
    opacity: 1;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.stat-description {
    font-size: 1.38rem;
    line-height: 1.48;
    color: #fff;
    margin-top: 10px;
    font-weight: 500;
}

.stat-description::-webkit-scrollbar {
    display: none;
}

.intro-text {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 5px;
    color: #333;
    font-size: 1.1rem;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .hero-content {
        gap: 6%;
        width: 80%;
    }

    .stat-item {
        width: 24%;
    }
}

@media (min-width: 992px) {
    .search-section {
        width: 80%;
    }

    .home-search-section {
        padding-top: 35px;
    }

    .img-catalog-home>img {
        left: 7px;
    }

    .img-catalog-home>a {
        padding-left: 75px;
    }
}

@media (min-width: 1400px) {
    .search-section {
        width: 68%;
    }

    .hero-content {
        gap: 2%;
    }
}

@media (min-width: 1401px) {
    .hero-content {
        gap: 10px;
        width: 68%;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .bellota-content-wrapper {
        margin-top: 30px;
    }

    .bellota-img-container {
        height: 400px;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: 1fr;
    }

    .hero-section {
        min-height: 80vh;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-text {
        font-size: 1rem;
    }

    .stats-container {
        flex-direction: column;
    }
}