.hero {
    height: 50dvh;
    overflow: hidden;
}

.hero .carousel-inner img {
    object-fit: cover;
    height: 100vh;
    filter: brightness(0.8);
}

.caption-hero {
    z-index: 2;
}

.caption-hero-title {
    font-weight: 500;
    font-size: 4rem;
}

.caption-hero-subtitle {
    width: fit-content;
    font-size: 20px;
    font-weight: 400;
}

/* About */
.about .box-container {
    align-items: center;
    background: linear-gradient(to right, #fff 30%, var(--principal) 30%);
    border-radius: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: center;
    padding: 8rem 4rem;
}
.about .image {
    flex: 1 1 45rem;
    overflow: hidden;
}
.about .imagen img {
    border-radius: 1rem;
    height: 35rem;
}

.about .box-container .content {
    flex: 1 1 45rem;
}

.about .content .line {
    background-color: var(--negro);
    height: 0.2rem;
    margin: 2rem 0;
    width: 50%;
}

/* .prodcutos */
.row-productos{
    justify-content: space-between;
    width: 100%;
}

/* Cards productos */
.card-img-top {
    height: 200px;
    object-fit: cover;
}

.productos .card{
    min-height: 350px;
}

.productos .card-img-top{
    border-bottom: 1px solid #ccc;
}
/* numeros */
.numeros {
    background-image: url("/imagenes/paginas/index/bg-numeros.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.icono-numeros {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.icono-numeros img {
    height: 32px;
    width: 32px;
    object-fit: contain;
    display: block;
}

.info-numero{
    font-size: 3rem;
    font-weight: 500;
    color: var(--blanco);
}
.subinfo-numero{
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--blanco);
    text-align: center;

}

/* banner papel */
.banner-papel{
    height: 500px;
    background-image: url("/imagenes/paginas/index/banner-papel.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
