.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;
}

.logo-area {
	background-color: white;
	padding: 0;
}

.ts-item h2 {
	color: white;
}


.slide-num-holder.test-slider {
	right: auto;
	left: 100%;
	bottom: -160px;
	width: 140px;
	height: 160px;
	padding-right: 20px;
	padding-top: 50px;
	background-color: #222222;
}

.slide-num-holder {
	color: white;
}

.text-center {
	text-align: center;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.projects-filter-nav {
		display: flex;
		flex-direction: column;
	}

	.projects-filter-nav .btn-filter {
		margin-left: 0;
	}

	/* 
	.owl-carousel .owl-item {
		margin: auto 10px;
	} */
}