/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 19 2026 | 00:25:00 */
.contenedor_carrusel{
    overflow:hidden
}

.carrusel_aliados .gallery {
    display: flex;
    flex-direction: row;
    width: max-content;
    animation: slide 90s linear infinite;
}

.carrusel_aliados .carrusel-wrapper {
    overflow: hidden;
    width: 100%;
}

.carrusel_aliados img{
    filter:grayscale(0);
    width:150px;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.servicios_bloques .jet-listing-grid__item {
  opacity: 0;
  transform: scale(0.9);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.home .gtranslate_wrapper a{
    color:#fff !important
}

.home .gtranslate_wrapper a:hover{
    color:#009195 !important
}


 .gtranslate_wrapper a{
    color:#000 !important
}

.gtranslate_wrapper a:hover{
    color:#009195 !important
}

.servicios_bloques .jet-listing-grid__item.is-visible {
  opacity: 1;
  transform: scale(1);
}