/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo footer */
.tm-footer .tm-logo-footer { margin-top: -10px; }
.descripcion-articulo {
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
a.telefono_en_menu{
	color: #319ec5 !important;
	font-weight: bold !important;
	font-size: 22px !important;
}
a.telefono_en_menu img{
	margin-right: 10px;
	vertical-align: text-top !important;
}

@media (max-width: 1220px) {
	.uk-navbar-nav > li > a{
		padding:0 5px;
	}
}
@media (max-width: 768px) {
	.uk-navbar-nav > li > a{
		font-size:10px;
		padding:0 5px;
	}
	a.telefono_en_menu{
		font-size: 12px !important;
	}

	a.telefono_en_menu img{
		width:12px;
		margin-right: 5px;
		vertical-align: text-top !important;
	}
	.tm-logo{
		width: 40px;
	}

}