.cdp-cookies-banner {
	position: fixed;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 100001;
	max-width: 980px;
	margin: 0 auto;
	padding: 18px;
	border: 1px solid #d0d7de;
	border-radius: 8px;
	background: #fff;
	color: #1f2937;
	box-shadow: 0 16px 40px rgba(15, 23, 42, .18);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cdp-cookies-banner[hidden],
.cdp-cookies-panel[hidden],
.cdp-cookies-preferences[hidden] {
	display: none !important;
}

.cdp-cookies-banner__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
}

.cdp-cookies-banner__text {
	font-size: 14px;
	line-height: 1.5;
}

.cdp-cookies-banner__text p {
	margin: 0;
}

.cdp-cookies-banner__text a {
	color: #1d4ed8;
	text-decoration: underline;
}

.cdp-cookies-banner__actions,
.cdp-cookies-panel__actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.cdp-cookies-banner__actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: min(100%, 420px);
}

.cdp-cookies-banner__actions .cdp-cookies-button {
	width: 100%;
	min-height: 40px;
	white-space: normal;
}

.cdp-cookies-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 12px;
	border: 1px solid #d0d7de;
	border-radius: 6px;
	background: #fff;
	color: #1f2937;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
}

.cdp-cookies-button:hover,
.cdp-cookies-button:focus {
	border-color: #93c5fd;
	color: #1d4ed8;
}

.cdp-cookies-button--primary {
	border-color: #1d4ed8;
	background: #1d4ed8;
	color: #fff;
}

.cdp-cookies-button--primary:hover,
.cdp-cookies-button--primary:focus {
	border-color: #1e40af;
	background: #1e40af;
	color: #fff;
}

.cdp-cookies-button--link {
	min-height: auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: #1d4ed8;
}

.cdp-cookies-panel {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e5e7eb;
}

.cdp-cookies-panel__header {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.cdp-cookies-option {
	padding: 12px 0;
	border-top: 1px solid #f1f5f9;
}

.cdp-cookies-option label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
}

.cdp-cookies-option p {
	margin: 6px 0 0 26px;
	color: #4b5563;
	font-size: 13px;
	line-height: 1.45;
}

.cdp-cookies-preferences {
	position: fixed;
	left: var(--cdp-pref-x-desktop, 95%);
	right: auto;
	bottom: 16px;
	z-index: 100000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 10px;
	border: 1px solid #d0d7de;
	border-radius: 6px;
	background: #fff;
	color: #1f2937;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .14);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transform: translateX(-50%);
}

.cdp-cookies-preferences--icon {
	width: 44px;
	height: 44px;
	min-height: 44px;
	padding: 0;
	border-radius: 999px;
}

.cdp-cookies-cookie-icon,
.cdp-cookies-cookie-icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.cdp-cookies-preferences--right {
	top: var(--cdp-pref-side-y, 60%);
	right: 16px;
	bottom: auto;
	left: auto;
	transform: translateY(-50%);
}

.cdp-cookies-preferences--left {
	top: var(--cdp-pref-side-y, 60%);
	right: auto;
	bottom: auto;
	left: 16px;
	transform: translateY(-50%);
}

.cdp-cookies-policy-table {
	width: 100%;
	border-collapse: collapse;
	margin: 18px 0;
	font-size: 14px;
}

.cdp-cookies-policy-table th,
.cdp-cookies-policy-table td {
	padding: 10px;
	border: 1px solid #d0d7de;
	text-align: left;
	vertical-align: top;
}

.cdp-cookies-policy-table th {
	background: #f8fafc;
	font-weight: 700;
}

.cdp-cookies-protected-embed {
	margin: 18px 0;
}

.cdp-cookies-protected-embed__placeholder {
	display: grid;
	gap: 10px;
	place-items: center;
	min-height: 180px;
	padding: 24px;
	border: 1px solid #d0d7de;
	border-radius: 8px;
	background: #f8fafc;
	color: #1f2937;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cdp-cookies-protected-embed__placeholder[hidden] {
	display: none !important;
}

.cdp-cookies-protected-embed__placeholder p {
	max-width: 560px;
	margin: 0;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 760px) {
	.cdp-cookies-banner {
		right: 10px;
		bottom: 10px;
		left: 10px;
		padding: 14px;
	}

	.cdp-cookies-banner__body {
		grid-template-columns: 1fr;
	}

	.cdp-cookies-banner__actions,
	.cdp-cookies-panel__actions {
		justify-content: stretch;
	}

	.cdp-cookies-banner__actions {
		width: 100%;
	}

	.cdp-cookies-button {
		flex: 1 1 auto;
	}

	.cdp-cookies-preferences--bottom {
		left: var(--cdp-pref-x-mobile, 85%);
	}
}

@media (max-width: 520px) {
	.cdp-cookies-banner__actions {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 761px) and (max-width: 1024px) {
	.cdp-cookies-preferences--bottom {
		left: var(--cdp-pref-x-tablet, 90%);
	}
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}#toc_container li,#toc_container ul{margin:0;padding:0;list-style-position:inside}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container.toc_numbered ul{list-style:none}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container .toc_title{text-align:left;font-weight:700;margin:0;padding:0}#toc_container.toc_title_center .toc_title{text-align:center}#toc_container.toc_title_right .toc_title{text-align:right}#toc_container.toc_black .toc_title{color:#aaa}#toc_container.toc_black a,#toc_container.toc_black a:visited{color:#fff}#toc_container.toc_black a:hover{color:#fff}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container .toc_toggle_icon a{text-decoration:none;line-height:1}#toc_container .toc_toggle_indicator{display:inline-block;line-height:1}#toc_container .toc_toggle_plus_minus a{display:inline-flex;align-items:center;justify-content:center;width:1.3em;height:1.3em;border:1px solid currentColor;border-radius:3px;vertical-align:middle}#toc_container .toc_toggle_plus_minus .toc_toggle_indicator{font-size:.8em}#toc_container .toc_toggle_indicator::before{font-weight:700}#toc_container .toc_toggle_plus_minus .toc_toggle_indicator::before{content:'\2212'}#toc_container.contracted .toc_toggle_plus_minus .toc_toggle_indicator::before{content:'\002B'}#toc_container .toc_toggle_caret .toc_toggle_indicator::before{content:'\25BE'}#toc_container.contracted .toc_toggle_caret .toc_toggle_indicator::before{content:'\25B8'}#toc_container .toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
.star-rating-control div.rating-cancel,.star-rating-control div.star-rating{float:left;width:17px;height:17px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(//energiasrenovables.top/wp-content/plugins/all-in-one-schemaorg-rich-snippets/css/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(//energiasrenovables.top/wp-content/plugins/all-in-one-schemaorg-rich-snippets/css/star.png) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 -38px;border:0}
div.star-rating-on a{background-position:0 0px!important}
div.star-rating-hover a{background-position:0 -18px}
div.rating-cancel a:hover{background-position:0 -16px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */
#tabs {
	width:60%;
	float:left;
	margin-right:10px;
}
/* Accessibility: Screen Reader Text */
.bsf-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Snippet Box Architecture */
#snippet-box {
	background: #f5f5f5;
	border: 1px solid #acacac;
	font-family: inherit;
	font-size: 13px;
	padding: 0;
	margin: 0 0 15px 0;
	width: 100%;
	max-width: 600px;
	display: block;
}
.snippet-title {
	display: block;
	position: relative;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	background: #e4e4e4;
	border-bottom: 1px solid #acacac;
	clear: both;
	padding: 0.5em 1em;
	width: 100%;
}
.snippet-image {
	min-height: 190px;
	width: 200px;
	display: inline-block;
	vertical-align: top;
}
.snippet-image img {
	margin: 10px auto;
	display: block;
}
.aio-info {
	width: calc(100% - 200px);
	display: inline-block;
	vertical-align: top;
}
.snippet-label-img {
	width: 40%;
	display: inline-block;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0.3em 0.5em;
	vertical-align: top;
}
.snippet-data-img {
	width: 58%;
	display: inline-block;
	padding: 0.3em 0.5em;
	vertical-align: top;
}
.snippet-type-2 .aio-info {
	width: 100%;
}
.snippet-type-2 .snippet-label-img {
	width: 33%;
}
.snippet-type-2 .snippet-data-img {
	width: 65%;
}
.snippet-clear {
	clear: both;
}
.snippet-markup {
	width: 100%;
	display: block;
}
.snippet-label {
	width: 33%;
	display: inline-block;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0.3em 0.5em;
}
.snippet-data {
	width: 65%;
	display: inline-block;
	padding: 0.3em 0.5em;
}
/* Ratings */
.ratings {
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}
.star-blocks {
	background: transparent;
}
.star-rating-control {
	margin-top: 0;
}
.star-img img {
	box-shadow: none;
	margin: -2px 2px;
	border: none !important;
	padding: 0 !important;
	display: inline-block;
}
.rating-count {
	font-weight: bold;
}
.rating-value {
	display: none;
}

/* Unknown CSS */
#snippet-box iframe {
	width: 90%;
	margin: 0 auto;
	display: block;
}

/* Responsive Structure */
@media (max-width: 768px) {
	.snippet-title {
		padding: 0.5em 0 0.5em 4%;
	}
	.snippet-image {
		margin: 0 0 15px 0;
		width: 100%;
	}
	.aio-info {
		width: 100%;
		clear: both;
	}
}

/* Accessibility: Focus Styles */
#snippet-box a:focus,
#snippet-box input:focus,
#snippet-box select:focus,
#snippet-box button:focus {
	outline: 2px solid #0073aa;
	outline-offset: 2px;
}
.star-rating-control div.star-rating a:focus {
	outline: 2px solid #0073aa;
	outline-offset: 1px;
}
.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
	background-color: #ffffff;
	background-image: url(//energiasrenovables.top/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
figure.wp-block-image img.lazy-hidden {
	min-width: 150px;
}
picture source[type="image/webp"] {
	display: block;
}