.search-form:before {
	background: #fff;
	border-radius: 50%;
	color: #00759c;
	content: "\f400";
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	right: 8.5px;
	top: 8.5px;
	text-align: center;
	width: 28px;
}

a {
	color: #00759c;
	font-weight: bold;
	text-decoration: none;
}

.main-navigation a:active,
.main-navigation a:focus,
.main-navigation a:hover {
	color: #00759c;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #00759c;
}

.search-toggle:active,
.search-toggle:focus,
.search-toggle:hover {
	background: #eee;
	border-color: #ddd;
	color: #00759c;
}

.dropdown-toggle {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #00759c;
	height: 30px;
	margin-top: -15px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	z-index: 1;
}

.dropdown-toggle:active,
.dropdown-toggle:focus,
.dropdown-toggle:hover {
	background: #eee;
	border-color: #ddd;
	color: #00759c;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background: #eee;
	border-color: #ddd;
	color: #00759c;
}

.main-navigation .menu-item-has-children > a:after {
	color: #00759c;
	content: "\f431";
	font-size: 16px;
	height: 16px;
	line-height: 1;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 16px;
}

.comment-navigation a,
.posts-navigation a {
	background: #fff;
	border: 2px solid #eee;
	color: #00759c;
	display: inline-block;
	font-size: 16px;
	line-height: 1.875;
	padding: 5.5px 13px;
	text-transform: uppercase;
}

.comment-navigation a:active,
.comment-navigation a:focus,
.comment-navigation a:hover,
.posts-navigation a:active,
.posts-navigation a:focus,
.posts-navigation a:hover {
	background: #00759c;
	border-color: #00759c;
	color: #fff;
}

.sidebar-toggle:active,
.sidebar-toggle:focus,
.sidebar-toggle:hover {
	background: #eee;
	border-color: #ddd;
	color: #00759c;
}

.post-navigation .post-title {
	font-family: "Mukta";
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
}

.post-navigation a:active .post-title,
.post-navigation a:focus .post-title,
.post-navigation a:hover .post-title {
	color: #00759c;
}

/* REMOVER BARRA LATERAL Y LÍNEAS PSEUDO-ELEMENTO EN CANARD */
#secondary, 
.sidebar, 
aside,
body .site-content::before,
body .site-content::after,
body #content::before,
body #content::after {
	display: none !important;
	content: none !important;
	border: none !important;
	width: 0 !important;
}

/* ANULAR MÁRGENES DERECHOS EN TODO EL FLUJO DE CONTENIDO */
body #page #content #primary,
body #page #content .content-area,
body #page #content .site-main,
body #page #content .site-content-inner,
body #page #content article,
body #page #content .entry-content {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
	float: none !important;
}

/* EXPANDIR IMÁGENES DENTRO DEL CONTENIDO AL 100% DE ANCHO */
body .entry-content img,
body .entry-content .wp-block-image,
body .entry-content .wp-block-image img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

/* ESTRUCTURA HORIZONTAL FORZADA DE COLUMNAS */
body .wp-block-columns {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	width: 100% !important;
	gap: 15px !important;
}

body .wp-block-column {
	flex: 1 1 0% !important;
	width: 33.33% !important;
	max-width: 33.33% !important;
	box-sizing: border-box !important;
}/* OCULTAR EL TÍTULO "INICIO" Y SU ESPACIO SUPERIOR */
.home .entry-header,
.page-id-inicio .entry-header,
.entry-title {
	display: none !important;
}

.entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}/* AJUSTAR TAMAÑO DE TEXTOS Y COLUMNAS EN CELULARES */
@media screen and (max-width: 768px) {
	/* REDUCIR TAMAÑO DE H3 EN MÓVILES */
	h3, .entry-content h3 {
		font-size: 1.1rem !important;
		line-height: 1.3 !important;
	}

	/* PERMITIR QUE LAS COLUMNAS SE APILEN MANTENIENDO MARGEN EN CELULAR */
	body .wp-block-columns {
		flex-direction: column !important;
	}

	body .wp-block-column {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 15px !important;
	}
}