/* 
==================================================================
Theme Name: Blog Vuela Guadalinfo 22
Author: Neobrand®
Author URI: https://neobrand.com
Version: 3.0
==================================================================
*/

/* Reset ===================================================  */

html,
body,
header,
footer,
section,
article,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
a,
blockquote,
th,
td,
img,
abbr,
acronym {
	padding: 0;
	margin: 0;
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
	margin-bottom: 15px;
}

caption,
th {
	text-align: left;
}

q::before,
q::after {
	content: '';
}

/* Root  */
:root {
	--darkyellow: #f3d54e;
	--yellow: #f3d54e;
	--darkblue: #000;
	--white: #ffff;
	--gray: #eaeaea;
	--black: #000;
}

/* Variables ===================================================  */

/* General */

html,
body {
	font-family: Avenir, sans-serif;
	background-color: white;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4 {
	width: 100%;
	margin: 0;
	font-family: ivymode, sans-serif;
	float: left;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: var(--white);
	width: 100%;
	float: left;
	overflow: hidden;
}

#preloader {
	background-color: var(--white);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status {
	background-image: url("images/logotipo.svg");
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
	animation-name: fade;
	animation-duration: 1050ms;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(.74, 0, .24, .99);
}

@keyframes fade {
	0% {
		opacity: 0.25;
	}

	100% {
		opacity: 1;
	}

}

p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	width: 100%;
	font-size: 20px;
	line-height: 1.4;
	color: var(--black);
	margin-bottom: 30px;
	float: left;
}

a {
	color: var(--black);
}

a:hover {
	text-decoration: underline;
	text-decoration-color: var(--yellow);
}

a img {
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

iframe,
object,
embed {
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

/* Contenedor  */
#content {
	width: 100%;
	padding-top: 30px;
	max-width: 1680px;
	transform: translateX(-50%);
	float: left;
	position: relative;
	left: 50%;
	padding-bottom: 50px;
}

/* Header  */
header {
	width: 100%;
	padding: 0;
	float: left;
	display: none;
}

header .izquierda {
	float: left;
	position: relative;
}

header .derecha {
	float: right;
	position: relative;
}

header a#logo {
	float: left;
}

header #fecha {
	color: #B3B1B1;
	float: left;
	font-size: 12px;
	width: 60%;
	margin-left: 25px;
}

header #menu {
	width: 50px;
	height: 26px;
	cursor: pointer;
	position: relative;
	transition: all 280ms ease;
	z-index: 10;
	float: left;
}

header #menu::before,
header #menu span,
header #menu::after {
	content: '';
	width: 100%;
	height: 4px;
	background-color: var(--black);
	transition: all 280ms ease;
	position: absolute;
	left: 0;
}

header #menu::before {
	top: 0;
}

header #menu span {
	top: 50%;
	margin-top: -2px;
}

header #menu::after {
	top: 100%;
	margin-top: -4px;
}

header.active #menu {
	height: 25px;
	transform: scale(0.8) rotate(-90deg);
}

header.active #menu::before {
	top: 50%;
	transform: rotate(45deg);
}

header.active #menu span {
	opacity: 0;
}

header.active #menu::after {
	top: 50%;
	transform: rotate(-45deg);
	margin-top: 0;
}

/* Banners */
.banner-principal {
	width: 100%;
	float: left;
	background-color: #7BA3DC;
	grid-column: 1 / -1;
}

.banner-principal img {
	width: 100%;
	height: auto;
	float: left;
}

/* Slider */
.banner-principal {
	position: relative;
}

#slider-principal > div {
	display: none;
}

.banner-principal .bx-controls {
	bottom: 5px;
	position: absolute;
	right: 5px;
	z-index: 999;
}

.banner-principal .bx-controls > div div {
	float: left;
}

.banner-principal .bx-controls a {
	float: left;
	width: 15px;
	height: 15px;
	background-color: #A5BBDC;
	margin-left: 5px;
	overflow: hidden;
	text-indent: -300em;
	border: 1px solid #F2F2F2;
}

.banner-principal .bx-controls a:hover {
	background-color: #6B88B3;
}

.banner-principal .bx-controls a.active {
	background-color: var(--white);
}

.banner-principal h1 {
	color: var(--white);
	font-size: 26px;
	font-weight: 300;
	left: 0;
	padding: 10px 20px;
	position: absolute;
	top: 25px;
	width: 45%;
}

.banner-principal h1.pastilla {
	background-color: rgba(123, 163, 220, 0.9);
}

/* Menu Header  */
header .menu {
	float: left;
	margin-top: 38px;
	margin-left: 25px;
}

header .menu li {
	float: left;
	margin-right: 10px;
}

header .menu li a {
	color: #8C8C8C;
	font-size: 14px;
}

header .menu li a:hover {
	color: #4C6180;
}

header .menu li.current-menu-item a {
	color: #7BA3DC;
}

/* Menu Pie  */
footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: var(--gray);
}

footer .menu {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

footer .menu li {
	float: left;
	margin-right: 10px;
}

footer .menu li a {
	color: #8C8C8C;
	font-size: 14px;
}

footer .menu li a:hover {
	color: #4C6180;
}

footer .menu li.current-menu-item a {
	color: #7BA3DC;
}

footer > div:first-child {
	width: 100%;
	max-width: 980px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	padding: 40px 0;
}

footer > div:first-child .izquierda img {
	mix-blend-mode: multiply;
}

footer > div:first-child > div {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

footer > div:first-child > div:nth-child(3) {
	padding-left: 20px;
}

footer > div:first-child > div a,
footer > div:first-child > div span {
	font-size: 14px;
	color: var(--darkblue);
	transition: all 280ms ease;
}

footer > div:first-child > div:not(.izquierda):not(.derecha) a:hover {
	transform: translateX(5px);
	text-decoration: none;
}

footer .derecha> p:first-child {
	font-weight: bold;
}

footer p {
	margin-bottom: 0;
}

footer .partners {
	width: 100%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .partners figure img:first-of-type {
	filter: grayscale(.8);
}

footer .partners .europe {
	filter: grayscale(.8);
	width: 70px;
}

footer .partners > div {
	width: 100%;
	max-width: 1640px;
	padding: 40px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
}

footer figure {
	margin: 0;
	padding: 0;
	width: fit-content;
}


/* Patrocinadores */
#patrocinadores {
	float: right;
}

#patrocinadores p {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-size: 11px;
	color: #B3B1B1;
	text-align: end;
	display: none;
}

#patrocinadores img {
	opacity: 0.75;
}

#patrocinadores-pequenos,
#patrocinadores-grandes {
	margin-bottom: 0;
	float: right;
}

#patrocinadores-grandes {
	padding-left: 20px;
	border-left: 1px solid #ccc;
	margin-left: 20px;
}

#patrocinadores-grandes li {
	filter: grayscale(1);
	display: inline;
	float: left;
}

#patrocinadores-grandes li:first-child {
	margin-right: 15px;
}

#patrocinadores-pequenos {
	display: flex;
	align-items: center;
	gap: 15px;
}

#patrocinadores-pequenos li {
	float: left;
}

#patrocinadores li img {
	max-width: 80px;
	max-height: 45px;
}

/* Patrocinadores footer */
#patrocinadores.footer {
	margin: 10px 0;
	float: left;
	width: 100%;
	display: none;
}

#patrocinadores.footer ul {
	float: none;
	width: auto;
	margin: 0;
}

#patrocinadores.footer ul#patrocinadores-grandes li {
	padding-right: 5px;
}

#patrocinadores.footer ul li {
	float: left;
	width: 10%;
	padding: 0;
	margin: 0;
}

/* Menu de categorías */
ul#menu-categorias {
	display: flex;
	flex-direction: column;
	gap: 15px;
	float: left;
	margin: 0;
}

ul#menu-categorias li {
	width: 100%;
	float: left;
}

ul#menu-categorias li a {
	background-color: white;
	color: var(--darkblue);
	float: left;
	font-size: 16px;
	font-weight: 300;
	width: 100%;
	font-weight: 500;
	transition: all 140ms ease;
	border-left: 0px solid var(--darkyellow);
}

ul#menu-categorias li a::before {
	content: '';
	width: 0;
	height: 7px;
	margin-right: 5px;
	background-color: var(--yellow);
	border-radius: 100%;
	display: inline-block;
	transition: all 280ms ease;
}

ul#menu-categorias li a:hover {
	text-decoration: none;
}

ul#menu-categorias li a:hover::before,
ul#menu-categorias li.current-menu-item a::before {
	width: 7px;
	margin-right: 5px;
	margin-bottom: 2px;
}

/* Menu de etiquetas */
ul.wp-tag-cloud li {
	background-color: #f7f7f7;
	width: 100%;
	float: left;
	margin-bottom: 1px;
}

ul.wp-tag-cloud li a {
	background-color: var(--gray);
	color: var(--darkblue);
	float: left;
	font-size: 14px;
	padding: 13px 10px;
	text-transform: capitalize;
	font-weight: 500;
	transition: all 280ms ease;
}

ul.wp-tag-cloud li a:hover {
	background-color: var(--darkyellow);
}

ul.wp-tag-cloud li:nth-child(1) a {
	width: 90%;
}

ul.wp-tag-cloud li:nth-child(2) a {
	width: 85%;
}

ul.wp-tag-cloud li:nth-child(3) a {
	width: 70%;
}

ul.wp-tag-cloud li:nth-child(4) a {
	width: 60%;
}

ul.wp-tag-cloud li:nth-child(5) a {
	width: 55%;
}

/* Content */
#contenido {
	float: left;
	position: relative;
	width: 100%;
	max-width: 1680px;
	background: url("images/bg-contenido.png") no-repeat scroll right bottom white;
	margin-bottom: 20px;
	display: grid;
	/*grid-template-columns: 300px 980px 300px;*/
	grid-template-columns: 300px 1fr 000px;
	gap: 35px;
}

#contenedor {
	background-color: var(--white);
	width: 100%;
	/*max-width: 980px;*/
	float: left;
	margin-bottom: 10px;
	position: relative;
	z-index: 99;
}

#contenedor.grande {
	margin-left: 1%;
	width: 74%;
}

#single img {
	max-width: 100%;
	height: auto;
}

#single .wp-block-image {
	width: 100%;
	margin-bottom: 30px;
	float: left;
}

#single .wp-block-image img {
	width: 100%;
	max-width: none;
	float: left;
}

#single .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#single .alignleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

#single .alignright {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contenedor ul {
	margin: 20px 0;
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #333;
	float: left;
}

#page h2 {
	color: var(--darkblue);
	font-size: 26px;
	margin-bottom: 10px;
}

#page a {
	font-size: 16px;
}

.relacionados {
	border-top: 1px solid #F2F2F2;
	float: left;
	padding: 20px 0 0;
	width: 100%;
}

.relacionados > li {
	float: left;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.4;
	width: 100%;
	padding-left: 15px;
	position: relative;
}

.relacionados > li::after{
	content: '';
	width: 7px;
    height: 7px;
	border-radius: 100%;
	background-color: var(--yellow);
	position: absolute;
	top: 9px;
	left: 0px;

}

.relacionados h4 {
	letter-spacing: 1px;
	font-size: 22px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

#contenedor .fecha {
	font-size: 14px;
	font-weight: 600;
	color: var(--darkyellow);
	float: left;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	gap: 15px;
	position: relative;
}

#contenedor .contenedor-texto {
	float: left;
	width: 100%;
	border-bottom: 1px solid #F2F2F2;
}

#page a,
#contenedor .contenedor-texto a {
	font-size: 20px;
	line-height: 1.4;
	text-decoration: underline;
	transition: all 280ms ease;
}

#page a:hover,
#contenedor .contenedor-texto a:hover {
	text-decoration-color: var(--yellow);
}

#contenedor .contenedor-texto .wp-caption-text {
	font-style: italic;
	padding: 10px;
	color: #8C8C8C;
}

#page li,
#contenedor .contenedor-texto li {
	float: left;
}

#page li,
#contenedor .contenedor-texto li {
	width: 100%;
	color: var(--black);
	font-size: 20px;
	line-height: 1.4;
	padding-left: 20px;
	list-style: none;
	margin-bottom: 10px;
	position: relative;
}

#page li::before,
#contenedor .contenedor-texto li::before {
	content: '';
	background-color: var(--yellow);
	width: 6px;
	height: 6px;
	position: absolute;
	top: 9px;
	left: 6px;
	border-radius: 50%;
}

.contenedor-texto blockquote,
.contenedor-texto blockquote p {
	color: #888888;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	padding: 0 7%;
}

#contenedor h1 {
	font-size: 30px;
	margin-bottom: 10px;
}

#contenedor #page h1 {
	margin-bottom: 30px;
}

#contenedor h2.antetitulo {
	font-size: 14px;
	margin-bottom: 5px;
	color: #8C8C8C;
	font-family: Avenir, sans-serif;
}

#contenedor h2.subtitulo {
	color: #8C8C8C;
	font-family: Avenir, sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}

#contenedor .admin a {
	color: #D34242;
}

#contenedor .etiquetas {
	width: 100%;
	display: flex;
	gap: 20px;
	flex-direction: column;
}

#contenedor .etiquetas .tags {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

#contenedor .etiquetas .tags > div{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

#contenedor .etiquetas h4 {
	font-size: 22px;
}

#contenedor .etiquetas a {
	color: var(--black);
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	float: left;
}

#contenedor .etiquetas a:hover {
	color: var(--yellow);
}

/* Sidebars */
#sidebar-izquierda {
	display: flex;
	flex-direction: column;
	gap: 30px;
	border-right: 1px solid var(--black);
	padding-right: 15px;

}

#sidebar-izquierda #logo{
	border-bottom: 1px solid var(--black);
	padding-bottom: 20px;
	margin-right: -15px;
}

#sidebar-izquierda .menu-categorias-container {
	top: 0px;
	transition: all 280ms ease;
}

#boton-menu {
	display: none;
}

#sidebar-derecha {
	float: right;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-right: 15px;
}

#sidebar-derecha figure {
	width: 100%;
	overflow: hidden;
	float: left;
}

#sidebar-derecha a img {
	transition: all 280ms ease;
}

#sidebar-derecha a:hover img {
	transform: scale(1.1);
}

h3#sociales {
	color: #A5BBDC;
	float: left;
	line-height: 16px;
	padding: 10px 0 10px 10px;
	text-align: right;
	width: 28%;
}

#rs {
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: space-around;
	gap: 5px;
	float: left;
}

#rs a {
	width: 100%;
	padding: 10px 0;
	background-color: var(--darkblue);
	color: var(--yellow);
	transition: all 280ms ease;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

#rs a:hover {
	color: var(--white);
	text-decoration: none;
}

#rs img {
	height: 18px;
	filter: grayscale(1) brightness(0) invert(1);
}

#rs li {
	display: inline;
}

#rs li a {
	float: left;
	margin-left: 5px;
	width: 35px;
	height: 35px;
	text-indent: -300em;
	overflow: hidden;
	background: url(images/bg-rs.png) no-repeat center var(--darkblue);
}

#rs li a:hover {
	background-color: #6B88B3;
}

#rs #facebook a {
	background-position: left center;
}

#rs #twitter a {
	background-position: -33px center;
}

#rs #youtube a {
	background-position: -69px center;
}

#rs #rss a {
	background-position: right center;
}

#buscar {
	width: 100%;
	padding: 0;
	float: left;
}

#buscar #s {
	width: calc(100% - 50px);
	background-color: white;
	height: 50px;
	padding: 0 10px;
	width: calc(100% - 50px);
	float: left;
	font-size: 18px;
	border: 2px solid var(--black);
}

#buscar #s::placeholder {
	color: var(--darkblue);
	opacity: 1;
}

#buscar #s:-ms-input-placeholder {
	color: var(--darkblue);
}

#buscar #s::-ms-input-placeholder {
	color: var(--darkblue);
}

#buscar #boton {
	width: 50px;
	height: 50px;
	border: 0;
	background-color: var(--black);
	transition: all 280ms ease;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--yellow);
}

#buscar #boton:hover {
	color: var(--white);
	cursor: pointer;
}

.bloque {
	float: left;
	width: 100%;
}

.bloque .widget_sp_image-description {
	float: left;
	padding: 0 10px 10px;
	width: 100%;
	margin-top: 10px;
}

.bloque .widget_sp_image-description p {
	color: #8C8C8C;
	font-size: 12px;
}

.bloque img {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 10px;
}

.bloque h2,
.barra_titulo,
#wp-calendar caption {
	width: 100%;
	color: var(--darkblue);
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.bloque .tagcloud {
	float: left;
	height: auto;
	width: 100%;
}

#wp-calendar {
	width: 100%;
	margin-bottom: 15px;
}

#wp-calendar tbody td {
	background-color: white;
	border: 1px solid #F2F2F2;
	color: var(--darkblue);
	font-size: 12px;
	height: 28px;
	text-align: center;
	width: 28px;
}

#wp-calendar tbody td.pad {
	background-color: transparent;
}

#wp-calendar tbody td a {
	background-color: var(--darkblue);
	color: var(--yellow);
	display: block;
	height: 100%;
	line-height: 26px;
	text-align: center;
	width: 100%;
	font-weight: 600;
}

#wp-calendar tbody td a:hover {
	color: var(--white);
	text-decoration: none;
}

#wp-calendar thead {
	display: none;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	background-color: #CCCCCC;
	color: var(--white);
	float: left;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 3px;
	text-align: center;
	width: 100%;
}

#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
	background-color: #8C8C8C;
}

/* Listado de entradas */
#contenedor .listado-entradas {
	display: grid;
	grid-template-columns: .7fr .3fr;
	column-gap: 10px;
	row-gap: 50px;
}

.listado-entradas .izquierda {
	float: left;
}

.listado-entradas > div.slider_home {
	grid-column: 1 / -1;
	position: relative;
}

.listado-entradas > div.slider_home figure {
	margin: 0;
}

.slider_home .owl-dots {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}

.slider_home .owl-dots .owl-dot {
	width: 18px;
	height: 18px;
	margin: 0 5px;
	border-radius: 18px;
	border: 1px solid white;
	background-color: var(--darkblue);
	transition: all 280ms ease;
}

.slider_home .owl-dots .owl-dot.active {
	background-color: var(--darkyellow);
	border-color: var(--darkyellow);
}

.listado-entradas > a > .smallBanner {
	display: none;
}

.listado-entradas > a img {
	height: auto;
	object-fit: contain;
}

.video {
	height: 100%;
	display: flex;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ver-video {
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	background: url(images/bg-play.png) no-repeat center transparent;
	overflow: hidden;
	text-indent: -300em;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.ver-video:hover {
	opacity: 0.8;
}

.listado-entradas .derecha {
	position: relative;
	padding: 20px 20px 20px 0;
	float: right;
	margin-top: -5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}

.listado-entradas .derecha > a {
	font-size: 20px;
	font-weight: 400;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	background: var(--yellow);
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 0;
	z-index: 3;
	transition: all 280ms ease;
	text-decoration: none;
}

.listado-entradas .derecha p {
	margin-top: 10px;
	padding-right: 30px;
	margin-bottom: 0;
	font-size: 16px;
}

.listado-entradas li:hover {
	background: url('images/bg-listaentradas.png') no-repeat left top;
}

.superdestacada {
	float: left;
	width: 100%;
}

.superdestacada .video {
	margin-bottom: 15px;
}

.video a {
	width: 100%;
	float: left;
	overflow: hidden;
}

.video a img {
	transition: all 280ms ease;
}

.video a:hover img {
	transform: scale(1.1);
}

.superdestacada > article {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	border-bottom: 1px solid var(--black);
}

.superdestacada > article > * {
	padding: 0 20px;
}

.superdestacada > article > .video,
#contenedor .listado-entradas .destacadas> article > .video {
	padding: 0;
}

.superdestacada > article > h3 {
	font-family: Avenir, sans-serif;
	margin: 5px 0 10px;
}

.superdestacada > article > h3 a {
	color: var(--darkblue);
	font-weight: 600;
	line-height: 1.2;
	font-size: 30px;
}

.superdestacada > article p {
	font-size: 18px;
	margin-bottom: 0;
}

.superdestacada > article p:last-child {
	margin-bottom: 20px;
}

#contenedor .listado-entradas .destacadas {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	padding-left: 10px;
	border-left: 1px solid var(--black);
}

#contenedor .listado-entradas .destacadas> article {
	display: flex;
	flex-direction: column;
	gap: 5px;
	border-bottom: 1px solid var(--black);
	position: relative;
}

#contenedor .superdestacada > article .plus,
#contenedor .listado-entradas .destacadas > article .plus {
	font-size: 20px;
	font-weight: 400;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 30px;
	background: var(--yellow);
	position: absolute;
	right: 0px;
	bottom: 10px;
	padding: 0;
	z-index: 3;
	transition: all 280ms ease;
}

#contenedor .superdestacada > article .plus:hover,
#contenedor .listado-entradas .destacadas > article .plus:hover,
.listado-entradas .derecha>a:hover {
	transform: scale(1.2);
}

#contenedor .listado-entradas .destacadas > article> * {
	padding: 0 20px;
}

#contenedor .listado-entradas .destacadas > article h3 {
	margin-bottom: 20px;
}

#contenedor .listado-entradas .destacadas h3 a {
	font-family: Avenir, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--darkblue);
}

.superdestacada > article > h3 a:hover,
#contenedor .listado-entradas .destacadas h3 a:hover,
#contenedor .normales > article h3 > a:hover {
	text-decoration: underline;
	text-decoration-color: var(--yellow);
}

#contenedor .listado-entradas .destacadas .video img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

#contenedor .listado-entradas .destacadas li:nth-child(2n) {
	border-left: solid 1px #F2F2F2;
}

#contenedor .normales {
	width: 100%;
	display: flex;
	flex-direction: column;
	grid-column: 1/-1;
	gap: 30px
}

#contenedor .normales h1 {
	width: 100%;
	margin-bottom: 0;
	font-size: 16px;
	color: var(--darkblue);
	text-transform: uppercase;
	font-weight: 600;
}

#contenedor .normales .izquierda {

	/* 	height: 100%; */
	overflow: hidden;
	display: flex;
}

#contenedor .normales > article {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 50px;
	border-bottom: 1px solid var(--black);
	padding-bottom: 30px;
}

#contenedor .normales > article h3 > a {
	font-family: Avenir, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	padding-right: 30px;
	font-size: 20px;
	color: var(--darkblue);
	float: left;
}

#contenedor .normales > article img {
	transition: all 280ms ease;
}

#contenedor .normales > article img:hover {
	transform: scale(1.1);
	opacity: 1;
}

h1,
h1 a {
	color: var(--black);
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
	width: 100%;
}

h1 a:hover {
	color: #7BA3DC;
}

.datos,
.datos a {
	font-size: 12px;
	color: #7BA3DC;
	float: left;
	width: 100%;
}

.datos a:hover {
	color: #4d4d4d;
}

.listado-entradas h1 a {
	float: left;
}

.listado-entradas img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.datos div {
	color: #7BA3DC;
	float: left;
	width: 100%;
}

#contenedor .listado-entradas .datos .fecha {
	margin: 0 0 5px 0;
}

#contenedor .listado-entradas .destacadas .fecha {
	margin-top: 5px;
}

.datos .comentarios-marcador {
	background: url("images/bg-comentarios.png") no-repeat scroll left 4px rgba(0, 0, 0, 0);
	padding-left: 15px;
}

.navegacion {
	float: left;
	padding: 10px;
	width: 100%;
}

.navegacion div {
	display: flex;
	transition: all 280ms ease;
	background-color: var(--darkblue);
	padding: 5px 15px;
	cursor: pointer;
}

.navegacion div a {
	color: var(--yellow);
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: fit-content;
	padding-right: 5px;
	font-weight: 500;
}

.navegacion div a:hover {
	text-decoration: none;
}

.navegacion .alignleft a {
	padding-left: 5px;
}

.navegacion div svg {
	width: 8px;
	color: var(--white);
	transition: all 280ms ease;
}

.navegacion .alignright:hover svg {
	transform: translateX(5px);
}

.navegacion .alignleft:hover svg {
	transform: translateX(-5px);
}

.navegacion .alignleft a {
	background-position: top left;
}

.navegacion .alignleft a:hover {
	background-position: bottom left;
}

.navegacion .alignright a {
	background-position: top right;
}

.navegacion .alignright a:hover {
	background-position: bottom right;
}

.navegacion

/* Compartir */
.datos .compartir {
	border: none;
	float: left;
	margin: 10px 0 0;
	padding: 0;
}

.datos .compartir .caja ul {
	float: left;
}

.datos .compartir .boton {
	float: left;
	background: url("images/flecha_blanca.png") no-repeat scroll 79px 12px #A5BBDC;
	color: var(--white);
	padding: 5px 26px 5px 12px;
}

.compartir .boton:hover,
.compartir .boton.active {
	background-color: #6B88B3;
	cursor: pointer;
}

.compartir {
	float: right;
	margin: 0;
	padding: 15px 0 0;
	text-align: right;
}

.compartir .caja {
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0 0;
	display: none;
}

.compartir.visible .caja {
	display: block !important;
	margin: 0;
}

.compartir .sociable_tagline {
	display: none;
}

.compartir .caja ul {
	float: right;
}

.compartir .caja li {
	float: left !important;
	list-style: none outside none !important;
	margin: 0 0 0 5px;
	padding: 0 !important;
	width: auto !important;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.compartir .caja li:hover {
	opacity: 0.65;
}

ul.rscompartir {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

ul.rscompartir li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: inline !important;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 3px;
}

ul.rscompartir li a {
	background: rgba(0, 0, 0, 0) url("https://blog.guadalinfo.es/wp-content/uploads/2015/09/multimagen.png") no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	overflow: hidden;
	text-indent: -300em;
}

ul.rscompartir li a.comface {
	background-position: -96px 0;
}

ul.rscompartir li a.comtwit {
	background-position: -288px -32px;
}

ul.rscompartir li a.commail {
	background-position: -160px 0;
}

.postmeta {
	width: 100%;
	margin: 15px 0 0;
	padding: 20px 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.share {
	float: left;
}

.share > div {
	display: flex;
	gap: 15px;
}

.share > div a:first-child > i {
	font-size: 24px;
	color: var(--darkblue);
}

.share > div a:not(:first-child) > i {
	font-size: 21px;
	color: var(--darkblue);
}

.share > div.mobile {
	display: none;
}

.share > div.mobile a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.share > div.mobile a span {
	font-size: 22px;
	color: var(--black);
}

.share a img {
	height: 24px !important;
}

/* Estructura */
#estructura {
	width: 100%;
	float: left;
}

#estructura section {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

#estructura section .columna_ancha {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

#estructura section .columna_izquierda {
	width: 48%;
	float: left;
	margin-bottom: 15px;
}

#estructura section .columna_derecha {
	width: 48%;
	float: right;
	margin-bottom: 15px;
}

#estructura h1 {
	font-size: 36px;
	font-weight: 300;
	line-height: 44px;
}

#estructura h2 {
	font-size: 30px;
	font-weight: 300;
	line-height: 38px;
}

.iframe-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	float: left;
	position: relative;
}

.iframe-wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* PÃƒÂ¡gina de contacto */
#contacto {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}

#contacto li {
	background-color: #F2F2F2;
	float: left;
	margin-bottom: 1px;
	padding: 10px 15px;
	width: 100%;
	list-style: none;
	overflow: hidden;
}

#contacto li:nth-child(2n) {
	background-color: #EDEDED;
}

#contacto li div:first-child {
	width: 20%;
}

#contacto li div {
	float: left;
	width: 25%;
}

#contacto li div:last-child {
	width: 55%;
}

/* GelrÃƒÂ­a */
.gallery {
	float: left;
	width: 100%;
	margin: 20px 0 !important;
}

.gallery .gallery-item {
	float: left !important;
	margin: 0 !important;
	padding: 1px;
	width: 33% !important;
}

.gallery .gallery-item img {
	width: 100%;
	height: auto;
	float: left;
	border: none !important;
}

.gallery .gallery-item .gallery-caption {
	display: none;
}

/* Comentarios */
#comentarios,
.lista-comentarios {
	border-top: 1px solid #F2F2F2;
	float: left;
	margin-bottom: 25px;
	margin-top: 20px;
	padding-top: 20px;
	width: 100%;
}

#contenedor #comentarios .lista-comentarios li {
	background-color: #F2F2F2;
	float: left;
	margin-bottom: 5px;
	padding: 20px;
	width: 100%;
	list-style: none;
}

#comentarios input,
#comentarios textarea {
	background-color: #F2F2F2;
	width: 100%;
	max-width: 100%;
	float: left;
	margin-bottom: 5px;
	padding: 20px;
}

#comentarios .captchaSizeDivLarge {
	float: left;
	width: 50%;
}

#comentarios #captchaInputDiv {
	float: left;
	width: 50%;
	padding-top: 10px;
	margin-bottom: 10px;
}

#comentarios #captcha_code {
	width: 100% !important;
}

#comentarios #submit {
	cursor: pointer;
	background-color: var(--black);
	color: var(--yellow);
}

#comentarios #submit:hover {
	color: var(--white);
}

#comentarios cite {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	color: var(--darkyellow);
}

#comentarios .aviso {
	background-color: var(--darkyellow);
	padding: 5px;
	text-align: center;
	font-size: 12px;
	float: left;
	width: 100%;
	color: #F2F2F2;
}

#comentarios h2 {
	margin-bottom: 20px;
}

/* Footer   */
footer {
	width: 100%;
	float: left;
}

footer p {
	color: #666666;
	font-size: 12px;
}

footer .izquierda {
	float: left;
}

footer .derecha p {
	font-size: 11px;
}

/* Styles for new homepage */
/*#contenedor .listado-entradas{
	grid-template-columns: 1fr;
}*/
.superdestacada > article > .video{
	max-height: 300px;
}
#contenedor .listado-entradas .destacadas{
	grid-template-columns: .5fr .5fr;
	border-left: none;
}
#contenedor .normales{
	display: grid;
	grid-template-columns: 0.2fr 0.2fr 0.2fr 0.2fr 0.2fr;
}
#contenedor .normales > article{
	display: flex;
	flex-direction: column;
}


@media screen and (min-width: 1170px){
	#contenedor .listado-entradas{
		grid-template-columns: 1fr!important;
	}
	#contenedor .listado-entradas .destacadas{
		grid-template-columns: .5fr .5fr!important;
	}
	#contenedor .normales{
		grid-template-columns: .33fr .33fr .33fr!important;
	}
}
@media screen and (max-width: 1200px){
	#contenedor .normales{
		grid-template-columns: .33fr .33fr .33fr!important;
	}
}
@media screen and (max-width: 910px){
	#contenedor .normales{
		grid-template-columns: .5fr .5fr!important;
	}
}
@media screen and (min-width: 1400px){
	#contenedor .normales{
		grid-template-columns: .2fr .2fr .2fr .2fr .2fr!important;
	}
}
/* Misc */
.wp-block-gallery,
.rl-gallery-container {
	width: 100%;
	float: left;
}

/* Font Face: Avenir */
@font-face {
	font-family: Avenir;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/avenir.ttf')
}

@font-face {
	font-family: Avenir;
	font-weight: 900;
	font-style: normal;
	src: url('fonts/avenir-black.ttf')
}

@font-face {
	font-family: Avenir;
	font-weight: bold;
	font-style: normal;
	src: url('fonts/avenir-heavy.ttf')
}

@media screen and (max-width: 1740px) {
  #contenido {
    grid-template-columns: 300px 1fr 0px!important;
  }
}

@media screen and (max-width: 600px) {
  #contenido {
    grid-template-columns: 1fr 100% !important;
  }
	#contenedor .normales{
		grid-template-columns: 1fr!important;
	}
}


