
/***********************************************
 * SOBRE NOSOTROS - ESTILOS
 **********************************************/

h6.wp-block-heading {
    margin-bottom: 0;
}

/***********************************************
 * SOBRE NOSOTROS - SLIDER DEL EQUIPO
 **********************************************/

.team-carousel.swiper {
    display: none!important;
}

.team-carousel .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto!important;
    max-height: 640px;
}

.team-carousel .swiper-slide a,
.team-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 1/2;
}

@media (max-width: 1024px) {
    .team-carousel.swiper {
        display: block!important;
    }
}

@media (max-width: 768px) {
    .team-carousel .swiper-slide {
        height: auto;
        max-height: 645px;
    }
}

/***********************************************
 * SOBRE NOSOTROS - CARRUSEL DE CLIENTES
 **********************************************/
.clients-carousel .wp-block-blocky-gutenberg-blocks-carousel-slider-slide {
    filter: grayscale(1)
}

@media (max-width: 768px) {
    .clients-carousel .wp-block-blocky-gutenberg-blocks-carousel-slider-slide img {
        object-fit: contain !important;
        width: auto !important;
    }
}
