/* Add here all your CSS customizations */

/* Logos de marcas en 3 filas: tarjetas uniformes */
#overview .carousel-ipad {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 95px;
	padding: 10px;
	border-radius: 4px;
	overflow: hidden;
}
#overview .carousel-ipad img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	object-fit: contain;
}

/* Movil: sin margenes laterales del carrusel de marcas (reservados para flechas en desktop) */
@media (max-width: 767px) {
	#overview .owl-carousel.stage-margin .owl-stage-outer,
	#overview .owl-carousel.stage-margin.stage-margin-lg .owl-stage-outer {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
