/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2024 | 21:18:09 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS knowledge echa un vistazo a http://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 


@import url("/wp-content/uploads/custom-css-js/27.css");

body.blog {
	font-family: var(--font-family-camionetas-paragraph) !important;
}

a:hover {
	text-decoration: underline !important;
}
a, a:hover {
	 transition: all 0.3s ease;
}
a {
	text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-family-camionetas);
	font-weight: 500;
}
p {
	font-family: var(--font-family-camionetas-paragraph);
}

h1 {
	font-size: var(--f-s-h1);
}
h2 {
	font-size: var(--f-s-h2);
}
h3 {
	font-size: var(--f-s-h3);
}
h4 {
	font-size: var(--f-s-h4);
}
p, li {
	font-size: var(--f-s-p);
}
h:where(.wp-site-blocks) > * {
	margin-bottom: 0;
}
:root :where(.wp-element-button, .wp-block-button__link) {
	background-color: var(--gold) !important;
	color: var(--black) !important;
	cursor: pointer !important;
	border-radius: 0;
}
:root :where(.wp-element-button:hover, .wp-block-button__link:hover),
:root :where(.wp-element-button a:hover, .wp-block-button__link a:hover) {
	background-color: var(--gold-dark) !important;
	color: var(--black) !important;
	text-decoration: none !important;
	border-radius: 0;
}

@media all and (min-width: 1400px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	p, li {
		font-size: 16px;
	}
	.row-hello-bar-header p {
		font-size: 12px;
	}
}