<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************/
/*DEFAULT TAGS*/
/***********************************************************/

.menu_item:nth-child(4)
{
	background: #F8E23B;
}

.menu_item:nth-child(4) a
{
	color: #27326C;
}

#servicios .main_title_container
{
	margin-bottom: 20px;
}

#servicios .content_block_half
{
	padding: 0;
	max-width: 48.5%;
	width: 100%;
	min-height: 240px;
	height: auto;
	position: relative;
	background: #f4f6f8;
	border: 2px solid #ffffff;
	vertical-align: top;

	color: #ffffff;

	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#servicios .content_block_thirt
{
	padding: 0;
	max-width: 32.2%;
	width: 100%;
	min-height: 180px;
	height: auto;
	position: relative;
	background: #f4f6f8;
	border: 2px solid #ffffff;
	vertical-align: top;

	color: #ffffff;

	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#servicios .content_block_half:nth-child(1)
{
	background-image: url(../img/servicios/amortiguadores.jpg);
}

#servicios .content_block_half:nth-child(2)
{
	background-image: url(../img/servicios/suspension.jpg);
}

#servicios .content_block_half:nth-child(3)
{
	background-image: url(../img/servicios/baterias.jpg);
}

#servicios .content_block_half:nth-child(4)
{
	background-image: url(../img/servicios/alineacion.jpg);
}

#servicios .content_block_half:nth-child(5)
{
	background-image: url(../img/servicios/balanceo.jpg);
}

#servicios .content_block_half:nth-child(6)
{
	background-image: url(../img/servicios/enllantaje.jpg);
}

#servicios .content_block_half:nth-child(7)
{
	background-image: url(../img/servicios/frenos.jpg);
}

#servicios .main_text_block
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	margin: auto;
	width: auto;
	height: auto;
	bottom: 5px;
	left: 5px;
	right: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	text-align: left;

	color: #F8E23B;
	color: #ffffff;
	font-weight: bold;
	line-height: 16px;

    background: -webkit-linear-gradient(left, #000000, transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #000000, transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #000000, transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #000000, transparent); /* Standard syntax */


}

.section_title
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: #F8E23B;
}

.block_img
{
	box-shadow: none;
}

/***********************************************************/
/*RESPONSIVE*/
/***********************************************************/

@media (max-width: 850px){

	#servicios .content_block_half
	{
		margin: 0;
		padding: 0;
		max-width: 97%;
	}

	#servicios .content_block_thirt
	{
		max-width: 48%;
		min-height: 180px;
		height: auto;
	}

	.section_title
	{
		font-size: 16px;
	}
}

@media (max-width: 750px){

}

@media (max-width: 640px){


}

@media (max-width: 480px){

	
}</pre></body></html>