.imagen-test {
	width: 300px !important;
	height: 200px;
	margin: auto;
}

.p-ups {
	font-size: 30px;
	color: white;
	font-style: oblique;
}

.checked {
	color: orange;
	margin-top: 35px;
}

.readmore {
	transform: translate(0, 2);
	transition: all ease 2s;
}

.single-project.aires img {
	width: 100px !important;
	height: 200px !important;
}

.single-project.ups img {
	width: 125px !important;
	height: 225px !important;
	margin: auto;
}


.single-project.ups img.imagen-4 {
	width: 150px !important;
	height: 245px !important;
	margin: auto;
}



.single-project.ups img.imagen-5 {
	width: 100% !important;
	height: 105px !important;
	margin: 25px 0;
}

.single-project.baterias img {
	width: auto !important;
	height: auto !important;
}

.footer-section {
	background-color: #014990;
}

.footer-section .copyright {
	color: white;
}



.divider {
	width: 100%;
	height: 1px;
	background: #dfdfdf;
	margin-bottom: 100px;
}

#servicios {
	padding-top: 0;
}

@media only screen and (max-width: 767px) {
	.projects-filter-nav {
		display: flex;
		flex-direction: column;
	}

	.projects-filter-nav .btn-filter {
		margin-left: 0;
	}

	.slide-num-holder.test-slider {
		display: none;
	}

	/* 
	.owl-carousel .owl-item {
		margin: auto 10px;
	} */
}