/*============================================
  General
  ============================================*/
.cdp-cookies-alerta {
	
}
.cdp-cookies-alerta .cdp-cookies-solapa {
	display: block;
	position: fixed;
	z-index: 100002;
	width: 120px;
	text-align: center;
	font-size:12px;
	line-height: 18px;
	padding: 5px 0;
	font-family: Helvetica, Arial, sans-serif;
	cursor: pointer;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.cdp-cookies-alerta.cdp-solapa-der .cdp-cookies-solapa {
	right:0;
}
.cdp-cookies-alerta.cdp-solapa-izq .cdp-cookies-solapa {
	left:0;
}
.cdp-cookies-alerta.cdp-solapa-ocultar .cdp-cookies-solapa {
	display:none;
}
.cdp-cookies-alerta .cdp-cookies-texto {
	position: fixed;
	left:0; 
	width:100%;
	z-index: 100001;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}
.cdp-cookies-alerta .cdp-cookies-texto h4 {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color:#ffffff;
	padding: 0 0 5px 0;
	margin: 0;
	text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto p {
	padding: 5px 0;
	margin: 0;
	text-align: center;
	color:#bbbbbb;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #ff8888;
	text-decoration: none;
	border: 0;
	text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto a:hover, 
.cdp-cookies-alerta .cdp-cookies-texto a:active, 
.cdp-cookies-alerta .cdp-cookies-texto a:visited {
	color: #ffcccc;
}
.cdp-cookies-boton-cerrar {
	font-size:11px !important;
	line-height: 20px;
	display: block;
	width: 75px;
	padding: 2px 10px 0 10px;
	margin:0 auto;
	text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*============================================
  Animaciones
  ============================================*/
@keyframes animacion_abajo {
	0% {bottom:0px;}
	100% {bottom:-200px;}
}
@keyframes animacion_arriba {
	0% {bottom:-200px;}
	100% {bottom:0px;}
}
.cdp-animacion-abajo {
	animation: animacion_abajo 0.5s forwards;
    -webkit-animation: animacion_abajo 0.5s forwards;
}
.cdp-animacion-arriba {
	animation: animacion_arriba 0.5s forwards;
    -webkit-animation: animacion_arriba 0.5s forwards;
}
.cdp-mostrar {
	bottom: 0;
}
.cdp-ocultar { 
	bottom: -200px;
}

/*============================================
  Alineación
  ============================================*/
.cdp-cookies-alerta.cdp-cookies-textos-izq .cdp-cookies-texto h4,
.cdp-cookies-alerta.cdp-cookies-textos-izq .cdp-cookies-texto p {
	text-align: left;
}

/*============================================
  Color gris
  ============================================*/
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto {
	background-color: #444444;
	color:#fff;
	border-top:1px solid #222222;
	border-bottom:1px solid #222222;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto h4 {
	color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto p {
	color: #bbbbbb;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a {
	color: #ff8888 !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:visited {
	color: #ffcccc !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-solapa {
	background-color: #333;
	color: #ddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-solapa:hover {
	background-color: #666;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-boton-cerrar {
	background-color: #000;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-boton-cerrar:hover {
	background-color: #666;
}

/*============================================
  Color blanco
  ============================================*/
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto {
	background-color: #ffffff;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto h4 {
	color: #666666;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto p {
	color: #888888;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a {
	color: #cc8888;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:visited {
	color: #eeaaaa;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-solapa {
	background-color: #fff;
	color: #333;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-solapa:hover {
	background-color: #ddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-boton-cerrar {
	background-color: #aaa;
	color: #000 !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-boton-cerrar:hover {
	background-color: #ddd;
}

/*============================================
  Color rojo
  ============================================*/
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto {
	background-color: #e04729;
	border-top:1px solid #99301b;
	border-bottom:1px solid #99301b;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto h4 {
	color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto p {
	color: #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a {
	color: #febebe;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:visited {
	color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-solapa {
	background-color: #e04729;
	color: #fff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-solapa:hover {
	background-color: #a5321c;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-boton-cerrar {
	background-color: #a5321c;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-boton-cerrar:hover {
	background-color: #85120c;
}

/*============================================
  Color azul
  ============================================*/
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto {
	background-color: #5492e0;
	border-top:1px solid #3f6da7;
	border-bottom:1px solid #3f6da7;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto h4 {
	color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto p {
	color: #eeeeee;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a {
	color: #b7d7ff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:visited {
	color: #dcebff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-solapa {
	background-color: #5492e0;
	color: #fff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-solapa:hover {
	background-color: #3472c0;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-boton-cerrar {
	background-color: #2462b0;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-boton-cerrar:hover {
	background-color: #64a2f0;
}

/*============================================
  Color verde
  ============================================*/
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto {
	background-color: #0b7000;
	border-top:1px solid #064000;
	border-bottom:1px solid #064000;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto h4 {
	color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto p {
	color: #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a {
	color: #75c76c;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:visited {
	color: #c4ffbe;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-solapa {
	background-color: #0b7000;
	color: #fff;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-solapa:hover {
	background-color: #095000;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-boton-cerrar {
	background-color: #074000;
	color: #fff !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-boton-cerrar:hover {
	background-color: #2b9010;
}

/*============================================
  boton créditos
  ============================================*/
.cdp-cookies-boton-creditos {
	font-size: 12px;
	float:right;
	padding: 10px 0;
}

.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;
}

.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}#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 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 p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.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;
}
/* 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;	
	}
}
.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;
}