/*
Te damos la bienvenida a CSS personalizado


Para saber cómo funciona, ve a http://wp.me/PEmnE-Bt
*/
h2 {
	font-family: 'Roboto';
	text-align: center;
	padding-top: 10px;
	font-size: 80px;
	font-weight: 100 !important;
	text-transform: none;
}

a {
	text-decoration: underline;
}

h3 {
	font-family: 'Roboto';
	text-align: center;
	padding-top: 15px;
	font-size: 25px;
	font-weight: 400 !important;
	text-transform: none;
}

p {
	font-family: 'Lato';
	text-align: justify;
	font-size: 20px;
	font-weight: 200 !important;
	line-height: 24px;
	opacity: 80 !important;
	text-transform: none;
}

label {
	font-family: 'Lato' !important;
	font-weight: 100 !important;
	color: White;
}

ul {
	font-family: 'Lato';
	text-align: justify;
	font-size: 20px;
	font-weight: 200 !important;
	line-height: 24px;
	text-transform: none;
}

.blanco {
	color: white !important;
}

.delgado_espaciado {
	font-weight: 100 !important;
	line-height: 34px !important;
	color: white !important;
}

.gfield_label {
	font-family: 'Lato' !important;
	font-weight: 100 !important;
	color: White !important;
}

.validation_message {
	font-family: 'Lato' !important;
	font-weight: 100 !important;
	color: #ff6666 !important;
	font-size: small !important;
}

.validation_error {
	font-family: 'Lato' !important;
	font-weight: 100 !important;
	color: White !important;
	font-size: small !important;
}

.gform_confirmation_message {
	font-family: 'Lato' !important;
	font-weight: 100 !important;
	color: White !important;
	font-size: large !important;
}

.gfield_required {
	font-family: 'Lato' !important;
	font-weight: 100 !important;
	color: White !important;
	font-size: large !important;
}

/* #header_main_alternate {
	display: none !important;
}

#advanced_menu_toggle {
	display: none !important;
}
.main_menu {
	display: none !important;
}*/
.cart_dropdown {
	display: none !important;
}

.validation_error {
	display: none !important;
}

/*Oculta los botones de compra en el apartado tienda*/
.avia_cart_buttons {
	display: none !important;
}

/* Oculta los productos relacionados en la propia página de producto*/
#jp-relatedposts {
	display: none !important;
}

/* Oculta las migas de pan del producto */
.posted_in {
	display: none !important;
}

.amount {
	color: red !important;
}

.woocommerce-tabs {
	padding-top: 3px !important;
}

/*Icono Check Tablas*/
.uk-icon-check::before {
	content: "✓" !important;
}

[class*="uk-icon-"] {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}