figure {
	margin: 0 !important;
}

a {
	color: #5a5a5a;
}

.blocks-gallery-item {
	margin-bottom: 1em !important;
}

.hsu-servicio-cotizar-price > div {
	-webkit-justify-content: center;
	justify-content: center;
}

.hsu-servicio-price {
	padding: 1em 2em;
	background-color: #666666;
	font-size: 0.7em;
	text-align: center;
	color: white;
}

.hsu-cotizar-btn {
	margin: 3em auto !important;
}

.hsu-cotizar-btn > a {
	padding: 0.5em 3em;
	font-size: 0.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.hsu-cotizar-btn > a::after {
	margin-left: 1em;
	width: 1em;
	content: url( '/wp-content/themes/hsu/assets/images/logo-minimal.svg' );
	display: inline-block;
}

/* ******************************************************************************
								OTROS DISPOSITIVOS
****************************************************************************** */
@media all and ( orientation: portrait ) {
	.blocks-gallery-item {
		width: 100% !important;
	}

	.hsu-servicio-price {
		width: 100%;
	}
}

@media all and ( orientation: landscape ) {
	.blocks-gallery-item {
		width: 50% !important;
	}

	.blocks-gallery-item:nth-child( odd ) {
		padding-right: 0.5em !important;
	}

	.blocks-gallery-item:nth-child( even ) {
		padding-left: 0.5em !important;
	}

	.hsu-servicio-price {
		margin-right: 2em;
		-webkit-align-self: center;
		align-self: center;
		order: -1;
	}
}

@media all and ( min-width: 350px ) {
	.hsu-cotizar-btn > a {
		font-size: 0.7em;
	}

	.hsu-homecotizar-btn > a::after {
		width: 1.5em;
	}
}

@media all and ( min-width: 790px ) {
	.hsu-servicio-price {
		font-size: 0.5em;
	}

	.hsu-block-padding {
		max-width: 90%;
	}
}

@media all and ( min-width: 1350px ) {
	.hsu-servicio-price {
		font-size: 0.8em;
	}

	.hsu-cotizar-btn > a {
		font-size: 0.8em;
		font-weight: 600;
	}

	.hsu-cotizar-btn > a::after {
		width: 2em;
	}
}