.home-banner-header {
    min-height: 475px; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center; 
    background-position-y: top;
    padding-top: 60px !important;
    
    display: flex;
    padding-bottom: 60px !important;
}

.home-banner-header>div {
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
}

.home-banner-contain {
    background-color: transparent;
}

.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);
}

.hero-section {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: 40px;
    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 #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.stat-icon {
    margin-bottom: 15px;
    width: auto;
    height: 100px;
}

.stat-number,
.stat-number-more-minus,
.stat-number-half-plus {
    font-size: 5rem;
    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: 4.5rem;
    color: #000;
    font-weight: 400;
    margin-right: 7px;
    opacity: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.stat-number-more-minus::before {
    content: "+/-";
    font-size: 4.5rem;
    color: #000;
    font-weight: 400;
    margin-right: 7px;
    opacity: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.stat-number-half-plus {
    font-size: 4.3rem !important;
}

.stat-number-half-plus::before {
    font-size: 4.5rem;
    color: #000;
    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: #000;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.stat-description {
    font-size: 1.38rem;
    line-height: 1.48;
    color: #000;
    margin-top: 10px;
    font-weight: 500;
}

.stat-description::-webkit-scrollbar {
    display: none;
}
