.owl-productos {
    max-width: 1600px;
    margin: auto;
    padding-top: 4rem;
}
.owl-next > span,
.owl-prev > span {
    color: var(--colorPagina);
}
.banner-secciones-servicio {
    background-image: url("/img/LAB-Albert-Grande1.jpg");
    background-attachment: fixed;
    background-size: 100% 100%;
    min-height: max(30dvh, 400px);
    position: relative;
    clip-path: ellipse(60% 100% at 50% 0%);
    overflow: hidden;
    background-position: center;
}
.banner-secciones-servicio .servicio-h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    font-size: 50px;
    color: white;
    margin: 0;
    background-color: var(--colorPaginaOpa);
    text-shadow: 0px 0px 3px black;
    padding: 0 1rem;
    text-align: center;
}
.prodCat {
    color: var(--colorPagina);
}
.owl-carousel .owl-item img {
    width: clamp(100px, 100%, 250px);
}

/* Informaci¨®n de introducci¨®n de servicios */
.flex-serv-sect {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: auto;
    padding: 4rem 0;
    font-size: 1.2rem;
}
.flex-servicio-article {
    padding: 1rem;
}
.f-servicio-txt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-servicio-txt p {
    font-size: inherit;
    margin: 6rem;
    color: #1e4a71;
    width: 70%;
    font-size: 1.5rem;
}
.flex-servicio-article.sello-servicio {
    text-align: center;
}
.sello-propyectos-img,
.sello-h2 {
    width: clamp(100px, 100%, 300px);
}
.sello-h2 {
    background-color: var(--colorPagina);
    border-radius: 16px;
    font-size: 25px;
    color: white;
    font-weight: bold;
    padding: 0.5rem 1rem;
    margin: auto;
    margin-top: 1.5rem;
    text-align: center;
}
.article65ra {
    width: 65%;
    margin-right: auto;
    margin-left: 11rem;
}
.article30 {
    width: 30%;
    margin-right: 4rem;
}
.section-info-productos {
    display: flex;
    max-width: 1800px;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.section-info-productos .sello-h2 {
    margin: 1rem auto 3rem;
    width: 100%;
    padding: 1rem 2rem;
}
.img-productos-article {
    width: 30%;
    border-radius: 50%;
    overflow: hidden;
    transform: translate(-20%);
}
.img-productos-article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}
.txt-productos-article {
    width: 50%;
    flex-grow: 1;
    padding: 1rem 2rem;
    max-width: 1400px;
    margin: auto;
}
.img-prods-container {
    position: relative;
}
.img-prods-container::after {
    content: "";
    position: absolute;
    background-color: var(--colorPaginaOpa);
    width: 100%;
    height: 100%;
    inset: 0;
}
.owl-carousel-prods {
    padding-top: 3rem;
}

@media (max-device-width: 1000px) {
    .sello-propyectos-img,
    .sello-h2 {
        margin: auto;
    }
    .flex-servicio-article.sello-servicio {
        display: flex;
        flex-direction: column-reverse;
    }
    .flex-servicio-article .sello-h2 {
        margin-bottom: 3rem;
    }
    .flex-serv-sect {
        padding-block: 2rem;
    }
    .intro-servicios {
        flex-direction: column;
    }
    .flex-servicio-article.f-servicio-txt p {
        text-align: center;
    }
    .flex-servicio-article {
        width: 100%;
    }
    .section-info-productos {
        flex-direction: column-reverse;
    }
    .txt-productos-article {
        width: 100%;
    }
    .img-productos-article {
        transform: none;
        width: clamp(100px, 100%, 350px);
    }
}
@media (max-device-width: 599px) {
    .banner-secciones-servicio {
        clip-path: none;
        border-radius: 0 0 500px 500px;
    }
    .owl-carousel.owl-theme.owl-carousel-clientes .cliente-marquee {
        width: min(180px, 35vw);
        margin: 0 auto;
    }
    .owl-nav .owl-next,
    .owl-nav .owl-prev {
        top: 25%;
    }
}

.subtTxt {
    font-size: 2rem;
    font-weight: bold;
    text-align: start !important;
    color: #1e4a71;
}
