@charset "utf-8";
/* CSS Document */

.fondo-azul{
	 background-color: var(--color-blue);
	 overflow:auto;
	 text-align:center;
	color: #fff;
}
.fondo-blanco{
	 background-color:#FFF;
	 overflow:auto;
	 text-align:center;
	color:var(--color-blue);
}

.espaciador-temporal-marcas{
	padding-top:10rem;
	
}
#slider-marcas{
	margin-top:30px;
}
.marca-container{
	max-height:130px;
	margin-right:50px;
}

.img-marca{
	max-height:130px;
	width:auto;
	max-width:180px;
	
}
.optica{
	max-width:130px;
	margin:0 auto;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.slider-marcas-container{
	margin-top: 3rem;
	margin-bottom: 3rem;
}
