/*
Theme Name: Theme Equipate
Author: Tu Nombre
Description: Tema personalizado creado para Elementor
Version: 1.0
Text Domain: theme-equipate
*/

body {
  margin: 0;
}

.counter_card {
	height: 112px !important;
	width: 250px !important;
}

.card_carrusel_clients {
	height: 387px !important;
	width: 342px !important;
}

.elementor-widget-n-carousel.elementor-pagination-type-bullets{
    --e-n-carousel-swiper-pagination-size: 20px !important;
}
@media (max-width: 768px) {
    .elementor-widget-n-carousel.elementor-pagination-type-bullets {
        --e-n-carousel-swiper-pagination-size: 0px !important;
    }
    
    .carousel-dots {
        display: none;
    }
}