/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@font-face {
  font-family: 'fontello';
  src: url('./fonts/fontello.eot?56365096');
  src: url('./fonts/fontello.eot?56365096#iefix') format('embedded-opentype'),
       url('./fonts/fontello.woff2?56365096') format('woff2'),
       url('./fonts/fontello.woff?56365096') format('woff'),
       url('./fonts/fontello.ttf?56365096') format('truetype'),
       url('./fonts/fontello.svg?56365096#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900|Lora:400,700|Fira+Sans:700,900');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	height: 100%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: 'Oswald', sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}

@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption, .wp-block-image {
	background:#FFF;
	max-width:calc(100% - 10px);
	margin: 0 auto;
	display: block !important;
}
.wp-caption.alignnone {
}
.wp-caption.alignleft {
}
.wp-caption.alignright {
}
.wp-caption img, .wp-block-image img {
	border:0 none;
	height:auto;
	margin:0;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {

}
#archivo .wp-caption .wp-caption-text, .wp-block-image figcaption{
    font-family: 'Oswald', sans-serif;
    color: #999;
    background: white;
    font-size: 1.2em;
    max-width: 100%;
    /* padding: 0; */
    padding-top: 5px;
    text-transform: uppercase;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

body {
	background-color: #fff;
	height: 100%;
	position: relative;
}

#logo {
    position: absolute;
    opacity: 0;
    width: 200px;
    top: 20%;
    left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#logo.archivo {
    position: static;
    transform: none;
    margin: 0 auto;
}

#logo.single{
	position: absolute;
	opacity: 1;
	padding: 10px;
	width: 120px;
	    height: 120px;
    background: transparent;
}

#logo path, #logo rect, #logo polygon{
	fill: white;
}


#logo.single path, #logo.single rect, #logo.single polygon{
	fill: white;
}



#fullpage {
	/*background-image: url('./img/bg.svg');*/
	background-size: contain;
}

#fullpage .section{
	position: relative;
	overflow: hidden;
}

#fullpage .section:nth-child(1){
	background-color: white;
}

#fullpage .section:nth-child(2){
	background-color: white;
}

.st0{fill:none;stroke:white}
.st1{fill:none;stroke:white;stroke-width:5;stroke-miterlimit:10;}

#down_signal .item {
    position: absolute;
    width: 4px;
    height: 4px;
    left: 50%;
    margin-left: -2px;
    top: 50%;
    margin-top: -2px;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border:1px solid white;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#down_signal .item.active {
    width: 6px;
    height: 6px;
    margin-left: -3px;
    margin-top: -3px;
    background: white;
}
#down_signal .item:nth-child(1){
	top:25%;
}
#down_signal .item:nth-child(3){
	top:75%;
}
#down_signal {
    position: fixed;
    width: 20px;
    height: 50px;
    z-index: 2;
    bottom: 50%;
    right: 30px;
    margin-bottom: -50px;
    border: 2px solid white;
    margin-bottom: -25px;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

#down_signal circle{
	fill: white;
	stroke: none;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

#down_signal circle.active{
	
}

#down_signal path, #down_signal polyline{
	stroke: none;
	fill: white;
	stroke-width:3;
	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

#down_signal polyline{
	stroke: white;
	fill: none;
}

#down_signal.contrast {
	border-color: #26fac7;
}
#down_signal.contrast .item{
	border-color: #26fac7;
}
#down_signal.contrast .item.active{
	background: #26fac7
}

#down_signal polyline{

}
#mensaje_mapa {
position: absolute;

font-size: 40px;

text-transform: uppercase;

font-weight: bold;

top: 50%;

right: 0;

text-align: center;

width: 100%;

color: white;

text-shadow: 1px 1px 4px #1593CA;

-moz-transform: translateY(-50%);

-webkit-transform: translateY(-50%);

-o-transform: translateY(-50%);

-ms-transform: translateY(-50%);

transform: translateY(-50%);
opacity: 0.7;
}
#mensaje_mapa a{
	color: white
}
#mensaje_mapa:hover{
	opacity: 1;
}

#ftb {
    text-align: right;
    position: absolute;
    bottom: 5px;
    width: calc(100% - 30px);
    color: white;
    opacity: 0.6;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

#ftb:hover{
	color: white;
	opacity: 1;
}
.section .down {
    width: 40px;
    height: 40px;
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.section .down:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\E800';
	width: 100%;
	text-align: center;
	line-height: 44px;
	font-family: 'fontello';
	color: white;
	font-size:20px;
}

#flecha_down, #border_down {
	opacity: 0;
}

#carrousel {
	width: 100%;
	height: 100%;
	padding-left: 5vw;
}

#carrousel.single_related{
	padding-left: 5px;
}

#carrousel .item {
	margin-right: 3vw;
    width: 20vw;
    height: 90vh;
    top: 10vh;
    display: block;
    
    min-width: 200px;
/*-webkit-border-top-left-radius: 200px;
-webkit-border-top-right-radius: 200px;
-moz-border-radius-topleft: 200px;
-moz-border-radius-topright: 200px;
border-top-left-radius: 200px;
border-top-right-radius: 200px;*/
}

#carrousel .item .img{
	position: absolute;
	top: 60%;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
background-position: center bottom;
background-repeat: no-repeat;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
/*-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;*/
/*background-size: cover;
background-position: center top;
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;*/

}

#carrousel .item.is-selected .img{
	top: 0;
}

#carrousel h1, #carrousel .date{
	display: none;
}

*{
	outline: none !important;
}

#carrousel .item.is-selected h1{
	display: inline;
	background: white;
	width: 70vw;
	position: absolute;
	top: 15%;
	left: 15vw;
	padding: 5px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 5vw;
	line-height: 7vw;
	color: #404041;
	text-align: left;
}

.single #carrousel .item.is-selected h1{
	width: 60vw;
	font-size: 4.5vw;
}

#carrousel .item.is-selected .date{
	background: white;
	position: absolute;
	top: calc(10% - 20px);
	left: 15vw;
	display: block;
	padding: 5px;
	font-size: 20px;
	font-weight: 800;
	color: #26fac7;
	border: 2px solid;
}

.single #carrousel .item.is-selected .date{
	margin-top: -5px;
}

#nav_carrousel .item {
    position: absolute;
    background: white;
    width: 40px;
    height: 40px;
    top: 16vh;
    right: 30px;
    /*border: 2px solid #26fac7;*/
    background: #26fac7;
    color: white;
    cursor: pointer;
}

rect.bg {
    fill: #222;
    opacity: 0.3;
}

.single rect.bg {
    stroke: #0dce7c;
stroke-width: 310px;
}

.mapa_col.bloque {
    background: #343434;
    text-align: center;
}

input#myRange {
    margin-left: 5vw;
    margin-right: 5vw;
    width: calc(100% - 10vw);
}

#nav_carrousel .item:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 44px;
	text-align: center;
	font-size: 20px;
	content: '\E801';
	font-family: 'fontello';
}

#nav_carrousel .item.next:before{
	content: '\E800';
}

#carrousel .item.is-selected{
	z-index: 1000;
}

#nav_carrousel .prev{
	right: 80px;
}

body.single {
	background-color: white;
}

.single .post > .img {
    height: 80vh;
    display: none;
    background-size: cover;
    /* width: 300px; */
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    width: 50vw;
    bottom: 0;
    background-color: white;
}

.post a, .insidePost a {
    box-shadow: inset 0 -10px 0 #fec4cd;

}

.post a:hover, .insidePost a:hover {
    box-shadow: inset 0 -20px 0 #fd3454;
    color: white;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear
}

.post .youtube-vid a{
	box-shadow: none !important;
}

.mapa path {
    stroke: white;
    stroke-width: 15px;
}

.mapa {
    display: block;
    box-shadow: none !important;
    background: #343434;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 10vh;
    border-radius: 3px;
        position: relative;
    z-index: 2;
    border: 2px solid;
}

.single .post > .info {
  height: 100vh;
  position: relative;
      background: #1593CA;
    padding-top: 100px;
    text-align: center;
}
.info h1 {
text-transform: uppercase;
    font-size: 4vw;
    margin: 0;
    padding: 5px;
    border: none;
    color: white;
    /* margin-left: 10vw; */
    padding: 2vw;
    font-weight: 900;
    position: relative;
    text-align: left;
    line-height: 4vw;
}

.single .date {
background: rgba(255, 255, 255, 0);
    display: block;
    font-weight: 400;
    color: #999;
    width: 185px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    position: relative;
    border: 1px solid #EEE;
    border-radius: 3px;
    position: relative;
    z-index: 2;
}

.post{
	margin:0 auto;
	padding:0px;
}

.single p, .page p {
    font-size: 17px;
    padding: 10px;
    margin:0;
    font-family: 'Lora', serif;
}

.single blockquote p {

        background: white;
    font-weight: 800;
    /* padding: 30px; */
    text-align: left !important;
    display: block;
    width: 100%;
    max-width: none;
    /* margin-left: 40%; */
    /* border: 2px solid #404041; */
    color: #404041;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 25px;
    /* letter-spacing: -2pt; */

}

#top_nav {
    margin: 0 auto;
    max-width: 800px;
    position: absolute;
    width: 100%;
    z-index: 1000;
    left: 50%;
    top: 0;
    height: 100px;
    background-color: transparent;
    -moz-transform: translateX(-50%) translateY(0%);
	-webkit-transform: translateX(-50%) translateY(0%);
	-o-transform: translateX(-50%) translateY(0%);
	-ms-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
}

.post img{
	width: 100%;
	height: auto;
}

.post iframe{
	width: 100%;
	height: 100%;
}

#btn_info{
	color: white;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    top: 50%;
    padding: 5px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    left: -30px;
    line-height: 15px;
    -moz-transform: translateX(0%) translateY(-50%) rotate(-90deg);
	-webkit-transform: translateX(0%) translateY(-50%) rotate(-90deg);
	-o-transform: translateX(0%) translateY(-50%) rotate(-90deg);
	-ms-transform: translateX(0%) translateY(-50%) rotate(-90deg);
	transform: translateX(0%) translateY(-50%) rotate(-90deg);
	box-shadow: none !important;
}

#btn_info:before{
	position: absolute;
	top:50%;
	right: -30px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	content: '\E800';
	font-family: 'fontello';
	line-height: 40px;
	text-align: center;
	font-size: 10px;
}

#mensaje{
	position: absolute;
	top: 50%;
	left: 50%;
	color: white;
	font-weight: 600;
	opacity: 0;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	font-size: 20px;
}

.typed-fade-out {
	display: none;
}

.typed-cursor {
  animation: blink-animation 0.5s steps(5, start) infinite;
  -webkit-animation: blink-animation 0.5s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.logosliga {
    width: 100%;
    outline: none;
    position: relative;
    text-align: center;
}

.logosliga:after{
	position: absolute;
	width: calc(100% + 2px);
	content: '';
	top: 0;
	left: -1px;
	height: 100%;
}

.logosliga .flickity-viewport{
	overflow: hidden;
}

.logosliga .item{
	width: 200px;
	height: 200px;
	padding: 20px;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear
}

.logosliga .item.is-selected{
	opacity: 1;
}

#galeria .wp-caption-text {
    position: absolute;
width: 100%;
text-align: center;
bottom: 0;
font-family: 'Oswald', sans-serif;
background: rgba(255,255,255,0.9);
font-size: 15px;
text-transform: uppercase;
font-size: 11px;
}

.share {
	margin-top: 5vh;
	text-align: center;
	margin-bottom: 10vh;
	position: relative;
	z-index: 2;
}

.share .item {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 3px;
	background: transparent;
	box-shadow: none;
	border: 2px solid #fff;
	background: rgba(255, 255, 255, 0);
	-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
position: relative;
cursor: pointer;
border-radius: 3px;
}

.share .item:hover{
	background: #fd3454;
}

.share .item:hover:before{
	color: white;
}

.share .item:before{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 37px;
	color: #999;
	font-family: 'fontello';
	font-size: 20px;
}
.medios p {
    color: white;
    font-family: 'Oswald', sans-serif;
}
.share .item.wa:before{
	content: '\F232';
}

.share .item.fb:before{
	content: '\F09A';
}

.share .item.tw:before{
	content: '\F099';
}

.share .item.ma:before{
	content: '\E802';
}

.txt {
	max-width: 800px;
	margin:0 auto;
	position: relative;
	background: white;
	padding-top: 50px;
}
#mensaje .txt{
	background: transparent;
}
.txt p{
	max-width: 500px;
	margin:0 auto;
}

.txt > h1 {
    text-transform: uppercase;
    font-size: 30px;
    color: #26fac7;
    max-width: calc(100% - 10px);
    margin: 0 auto;
}

::selection {
  background: #fd3454; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #fd3454; /* Gecko Browsers */
}

.readRemainingGauge {
        position: fixed;
    font-weight: bold;
    font-size: 13px;
    border-radius: 2px;
    right: 10px;
    bottom: 20px;
    width: 100px;
    /* height: 38px; */
    line-height: 25px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 10px;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.9);
    color: #999;
    /* font-weight: bold; */
    opacity: 1;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    /* border: 2px solid; */

}
.readRemainingGauge.hidden {
	opacity: 0;
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.intro {
    color:#fd3454;
    font-size: 5vh;
    margin: 0 auto;
    margin-bottom: 5vh;
    padding: 10px;
    max-width: 80vw;
    margin-top: 10vh;
}

.deco{
	width: 60px;
	height: 50px;
	margin: 0 auto;
	margin-top: 5vh;
	margin-bottom: 5vh;
	position: relative;
}
.deco .item {
    background: #73efd0;
    width: 7%;
    position: absolute;
    top: 50%;
    height: 80%;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin-left: 1%;

    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.deco .item:nth-child(2){
	left: 10%
}
.deco .item:nth-child(3){
	left: 20%
}
.deco .item:nth-child(4){
	left: 30%
}
.deco .item:nth-child(5){
	left: 40%
}
.deco .item:nth-child(6){
	left: 50%
}
.deco .item:nth-child(7){
	left: 60%
}
.deco .item:nth-child(8){
	left: 70%
}
.deco .item:nth-child(9){
	left: 80%
}
.deco .item:nth-child(10){
	left: 90%
}

.iconSpace .deco {
    margin: 0;
    position: absolute;
    top: 50%;
    margin-left: -10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.iconSpace .item {
    background: #dedede;
    border-radius: 1px;
}

.youtube-vid {
    height: 104px;
    position: relative;
    border: 2px solid #fd3454;
    cursor: pointer;
    margin-top: 5vh;
    margin-bottom: 5vh;
    background: #fd3454;
    border-right: none;
    border-left: none;
}

.wp-block-embed {
    margin-bottom: 1em;
    width: 100%;
}

iframe {
	max-width: 100%;
	width: 100%;
}

.videobox {
    height: 50vh;
    text-align: center;
    overflow: auto;
    margin-bottom: 5vh;
}

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

.youtube-vid.active{
	cursor: default;
}

.audioBox .deco {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -25px;
}
.audioBox .deco .item {
    /*background: #79fcdd;*/
}

.audioBox .title{
	z-index: 1;
}

.audioBox .nav .sound {
	display: none;
}

.icon {
    position: absolute;
    width: calc(100% - 20px);
    height: 80px;
    /* content: 'fd'; */
    top: 10px;
    left: 10px;
    font-size: 80px;
    opacity: 0.5;
}

.icon:after{
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: 'fontello';
	content:'\F167';
	text-align: center;
	color: white;
    color: #ff6f86;
	line-height: 80px;
}

.audioBox .icon:after{
	content:'\E809';
}

.title {
color: white;
    /* margin-left: 100px; */
    font-size: 17px;
    display: inline;
    padding: 5px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
    position: relative;
}

.title:before{
width: 13px;
height: 13px;
background: #26fac7;
/*content: '\E805';*/
font-family: 'fontello';
font-size: 6px;
text-align: center;
line-height: 13px;
    position: relative;
    color: white;
    top: -5px;
display: inline-block;
margin-right:10px;
}

.nav {
    position: absolute;
    width: calc(100% + 4px);
    height: 40px;
    bottom: -42px;
    left: 50%;
    opacity: 0;
    max-width: 600px;
    -moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.nav .item, .nav.item:hover {
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    box-shadow: none !important;
    display: block;
}

.nav .item.play:before, .nav .item.sound:before, .nav .item.yt:before, .nav .item.full:before{
	position: absolute;
	width: 40px;
	font-family: 'fontello';
	color: #fd3454;
	height: 40px;
	line-height: 40px;
	text-align: center;
	content: '\E805';
	font-size: 20px;
	cursor: pointer;
}

.nav .item.sound:before{
	content:'\E804';
}
.nav .item.sound.muted:before{
	content:'\E803';
}

.nav .item.play.playing:before{
	content:'\E806';
}

.nav .item.yt:before{
	content:'\F167';
}

.nav .item.full:before{
	content:'\E807';
}

.nav .item.current, .nav .item.left{
	width: 60px;
	line-height: 40px;
	text-align: center;
	color: #d2d2d2;
}

.nav .item.current, .nav .item.left {
	box-shadow: none !important;
}

.nav .item.line{
	width: calc(100% - 200px);
	position: relative;
}

.audioBox .nav .item.line{
	width: calc(100% - 160px);
}

.nav .item.line div{
	position: absolute;
	height: 2px;
	width: 100%;
	background: red;
	top: 50%;
	margin-top: -1px;
}

.nav .item.line div.time {
    width: 0%;
    background: #fd3454;
    height: 4px;
    margin-top: -2px;
}

.nav .item.line div.loaded {
    width: 0%;
    background: rgba(253, 52, 84, 0.3);
    height: 4px;
    margin-top: -2px;
}

.nav .item.line div.total {
    background: white;
    border-bottom: 2px solid #ececec;
}

#example_video_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#galeria{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: white;
	    z-index: 9999999;
}

#galeria .inside{
	position: absolute;
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	top: 50px;
	left: 50px;
	outline: none;
}

#galeria .inside .item{
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
}

#galeria .inside .item img{
	max-width: calc(100% - 10px);
	opacity: 0.1;
	max-height: calc(100% - 10px);
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);

	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#galeria .inside .item.is-selected img{
	opacity: 1;
}

#galeria .flickity-slider{
	height: 100%;
	outline: none;
}

#galeria .close,
#galeria .next,
#galeria .prev,
#galeria .num{
	position: absolute;
	width: 40px;
	height: 40px;
	color: #26fac7;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	line-height: 44px;
}

#galeria .close:before,
#galeria .next:before,
#galeria .prev:before,
#galeria .num:before{
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: 'fontello';
	left: 0;
	top: 0;
}

#galeria .close{
	top: 7.5px;
	right: 7.5px;
	border: none;
}
#galeria .close:before{
	content: '\E808';
}

#galeria .num{
bottom: 7.5px;
left: 50%;
margin-left: -40px;
border: none;
font-size: 20px;
width: 80px;
}

#galeria .next{
	right: 7.5px;
	background: white;
	color: white;
	top: 50%;
	margin-top: -20px;
bottom: 7.5px;
background: #26fac7;
}

#galeria .prev{
	left: 7.5px;
	top: 50%;
	margin-top: -20px;
	background: white;
	color: white;
bottom: 7.5px;
background: #26fac7;
}

#galeria .next:before{
	content: '\E800';
}
#galeria .prev:before{
	content: '\E801';
}

.section:last-child svg {
    width: 80vh;
    height: 80vh;
    max-width: 90vw;
}

.section:last-child svg #pais path{
    stroke: white;
    stroke-width: 7px;
    fill: transparent;
    opacity: 1;
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    max-width: 700px;
    background-size: cover;
    z-index: 0;
    opacity: 0.3;
    -moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section .link, .mapa .link {
    fill: transparent;
    stroke: white;
    stroke-width: 10px;
    width: 200px;
    height: 200px;
    transform: translateX(-25px) translateY(-25px);

    -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.mapa .link{
	stroke-width:20px;
}

.section .link:hover{
	cursor: pointer;
	width: 250px;
	height: 250px;
	transform: translateX(-50px) translateY(-50px);
}

.section #mapa_svg {
	position: absolute;
	overflow: visible;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.title_svg {
    font-size: 110px;
}
.btn_historias {
    text-transform: uppercase;
    position: absolute;
    color: white;
    box-shadow: none !important;
    bottom: 20px;
    left: 20px;
    padding: 5px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 30px;
}

.btn_historias:before{
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	    content: '\E801';
    font-family: 'fontello';
    line-height: 40px;
    text-align: center;
    font-size: 10px;
}
.medios {
    margin: 0 auto;
    position: relative;
     background: #343434; 
    overflow: auto;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.medios:before{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #26fac7;
	top: 0;
	left: 0;
	z-index: -1;
	content: ''
}

.medios .item {
    height: 70px;
    width: 70px;
    /* background: white; */
    /* float: left; */
    margin: 2px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: none !important;
}
.otrashistorias {
	max-width: 600px;
    margin: 0 auto !important;
}

.yarpp-related a {
    /* text-decoration: none; */
     font-weight: normal !important; 
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 150px;
    margin-bottom: 2.5vh;
    background-position: center;
    background-size: cover;
    font-size: 1.6em;
}

.post .yarpp-related h3 {
    margin: 0 auto;
    width: calc(100% - 4vw);
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 5vh;
    color: white;
    text-transform: uppercase;
    font-size: 3vw;
    padding-top: 5vh;
}
#footer_single {
    background: #fd3454;
    height: 30vh;
    display: none;
    position: relative;
}
.img_related {
width: 100%;
height: 400px;
background-size: cover;
background-position: top;
background-repeat: no-repeat;
position: absolute;
left: 0;
}

.yarpp-related .item {
    position: relative;
    /* overflow: auto; */
    height: 120px;
    margin: 0 auto;
    display: block;
    box-shadow: none !important;
    margin-bottom: 5px;
    background: #26fac7;
    background: white;
background-color: white;

}

.title_related {
    position: absolute;
    font-size: 1.8em;
    padding: 1vw;
    width: 300px;
    margin: 0 auto;
    top: 50%;
    color: #26fac7;
    text-transform: uppercase;
    font-weight: bold;
    left: 50%;
    margin-left: -150px;
    color: #717171;
     -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.yarpp-related .item:hover .title_related{
	background-color: #26fac7;
	color: white;
}
.share:not(.front) {
    text-align: center;
    width: 90%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10vh;
    margin-top: 5vh;
}

.share:not(.front) .item{
	border-color:#26fac7;
	color: #26fac7;
	text-shadow: none !important;
}

.share:not(.front) .item:before{
	color: #26fac7;
	text-shadow: none;
}
.share:not(.front) .item:hover{
	background: white;
}

#footer_single a {
    color: white;
    font-size: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
#contenedor_mapa{
	background: #1593CA;
}
#buscador_btn {
        position: fixed;
    top: 1%;
    right: 1%;
    width: 40px;
    height: 40px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50px;
    background-color: #fd3454;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(30,30,30,0.3);
box-shadow: 1px 1px 3px 0 rgba(30,30,30,0.3);
}

#buscador_btn:before{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: '\e80b';
	font-family: 'fontello';
	color: white;
}



#archivo .search_query {
    margin-left: 2vw;
    margin-bottom: 5vh;
    color: #fff;
    font-weight: normal;
}

#search_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(253, 52, 84, 1);
    z-index: 99;
    text-align: center;
}

.search {
	position: absolute;
	width: 100%;
	top: 50%;
	-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

input.search-input {
    background: transparent;
    border: none;
    outline:  none;
    color: white;
    font-size: 40px;
    text-align: left;
}

button.search-submit {
    background: transparent;
    border: 2px solid white;
    outline:  none;
    color: white;
    /* vertical-align: top; */
    font-size: 40px;
    margin-left:  20px;
}

#especial {

    position: absolute;
    width: 100%;
    background: rgba(255,255,255,0.1);
    bottom: 50px;

}

#especial .name {
	position: absolute;
	left: 20px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 30px;
	color: white;
	top: -70px;
}

#especial .inside {
    display: flex;
    height: 80px;
}

.item_especial {

    height: 80px;
    flex-grow: 1;
    margin-left: 5px;
    margin-right: 5px;
    border-top: 3px solid white;
    max-width: 25%;
    padding-left: 20px;
    padding-right: 5px;
    opacity: 0.7;
    font-size: 1.6em;
    color: white;
}

.item_especial:hover {
	opacity: 1;
}

.item_especial h4 {

    color: white;
    font-size: 2em;
    margin: 0;

}

.tooltip{
    position: relative;
    display: inline-block;
}

.tooltip-item {
	background-color: #dcdcdc;
}

.tooltip-content {
    position: absolute;
    visibility: hidden;
    background: black;
    color: white;
    padding: 10px;
    font-size: 0.8em;
    width: 200px;
    bottom: 40px;
    opacity: 0;
    
}

.tooltip-content a {
	box-shadow: none;
	color: white;
	border-bottom: 1px dotted white;
}

.tooltip:hover .tooltip-content {
	display: block;
	opacity: 1;
	bottom: 20px;
	visibility: visible;
	-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

ol {
    font-size: 1.5em;
    margin-bottom: 5vh;
}

#archivo {
	background-color: white;
	min-height: 100vh;
	padding-bottom: 5vh;
}

#archivo.page {
	background-color: #fd3454;
}

#archivo.singlepost {
	min-height: 150px;
	position: relative;
	padding-top: 150px;
}

#archivo.singlepost:before {
	content: '';
	width: 100%;
	height: 150px;
	background-color: #fd3454;
	position: absolute;
	top: 0;
	left: 0;
}

#archivo.singlepost #logo {
	width: 150px;
	top: 75px;
}

#archivo .listado {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
    flex-wrap: wrap;
}

#archivo .listado .item {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 10px;
    border-radius: 2px;
    border:2px solid white;
    color: white;
	background-color: #fd3454;
}

#archivo .listado .item:hover{
	color: #333;
    background: white;
}

#archivo h1 {
	margin: 0;
}

#archivo .text_intro h1 {
    background: white;
    color: #fd3454;
    /* padding-left: 10px; */
    padding: 5px;
        font-size: 3em;
    margin-bottom: 2.5vh;
}

#archivo .full {
    background: #fd3454;
        height: 40vh;
    min-height: 150px;
}

.p {
    font-size: 1.5em;
    font-family: 'Lora', serif;
}

.text_intro {
	max-width: 590px;
	margin: 0 auto;
	background-color: white;
	border-radius: 2px;
	padding: 10px;
	margin-bottom: 2.5vh;
}

#archivo .inside .sideLeft {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.5vh;
	width: 80%
}

#sideAliados {
    background: #fd3454;
    width: 20%;
	margin-top: 2.5vh;
    border-radius: 5px;
    margin-right: 0.5%;
}

#sideAliados .item:first-child {
	margin-top: 30px;
}

#sideAliados .item .img {
    width: 100px;
    height: 100px;
    background-size: cover;
    margin-right: 10px;
}

#sideAliados .item {
    background: white;
    display: flex;
    margin: 10px;
}

#sideAliados .item h4 {
    font-size: 1.25em;
    margin: 5px;
    margin-left: 0;
}

#sideAliados .item:hover h4 {
    color: #fd3454;
}

#sideAliados h2 {
    margin: 10px;
    color: white;
    font-size: 2em;
    font-weight: normal;
}

#archivo .inside.page {
	background-color: #fd3454;
	color: white;
	min-height: 55vh;
	margin-top: 0;
}

#archivo > .inside {
	display: flex;
}

#archivo > .inside.page {
	display: block;
}

#archivo > .insidePost {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-flow: column;
}

#archivo .insidePost p, #archivo .inside.page p {
	max-width: 600px;
	margin: 0 auto;
}

.bloque {
    max-width: 1100px;
    width: 49%;
    border-radius: 4px;
    position: relative;
    margin: 0.5%;
    margin-bottom: 2.5vh;
}

.destacar_especial, .contacto {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    border: 1px solid #dcdcdc;
    padding-left: 5vw;
    padding-right: 5vw;
}

.destacar_ultimos {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-top: 2.5vh;
    width: 49%;
    max-width: none;
    padding: 10px;
    border: 1px solid #dcdcdc;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
}

.destacar_ultimos.archivo {
	width: 98%;
}

.destacar_noticia {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    overflow: hidden;
    color: white;
	position: relative;
}

.destacar_noticia .texto {
background: #fff;
    color: #343434;
    padding: 10px;
    border-radius: 4px;
    padding-left: 5vw;
    padding-right: 5vw;
        padding-bottom: 5vh;
        border: 1px solid #dcdcdc;
}

#topNav {
    width: 99%;
    display: flex;
    margin: 0.5%;
    margin-top: 2.5vh;
}

#topNav .item {
    width: 100%;
    text-align: center;
    font-size: 2em;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    line-height: 50px;
    position: relative;
    color: #999;
}

#topNav .item:before {
	content: '';
	position: absolute;
	height: 0%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #222;
	transition: all 0.2s ease;
}

#topNav .item:hover {
	color: #fd3454;
}

#topNav .item.active {
    color: white;
    background: #fd3454;
    border-color: #fd3454;
}

.destacar_noticia .img {
    height: 400px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.destacar_especial .img, .contacto .img {
    position: absolute;
    height: 100%;
    width: calc(100% - 400px);
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.destacar_especial .right, .contacto .right {
    position: relative;
    top: 0;
    right: 0;
    min-height: 100%;
}

.destacar_especial .right h1, .destacar_noticia h1, .contacto h1 {
    color: #fd3454;
    font-size: 3.5em;
    margin: 0;
    font-weight: 300;
}

/*.destacar_noticia .texto:hover .tag{
	background-color:  #fd3454;
	border-color: #fd3454;
	color: white;
}

.destacar_noticia .texto:hover .img {
	border-color: #fd3454
}*/

.destacar_noticia h2 {
	font-weight: 400;
	font-size: 17px;
	font-family: 'Lora', serif;
}
.destacar_especial .right h4, .contacto .right h4 {
	margin:0;
	margin-bottom: 10px;
}
.destacar_especial .right h4 p, .contacto .right h4 p{
    margin: 0;
    color: #666;
    font-size: 17px;
    font-weight: normal;
    margin-top: 2.5vh;
        font-family: 'Lora', serif;
}

.destacar_especial .itemEspecial {
    display: flex;
    font-size: 1.6em;
    color: white;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
    height: 120px;
    align-items: flex-start;
    padding: 0;
    width: 50%;
    margin-bottom: 10px;
}

.destacar_ultimos .itemEspecial {
    display: flex;
    margin: 0;
    font-size: 1.6em;
    color: white;
    margin-bottom: 5px;
    position: relative;
    height: 150px;
    align-items: flex-start;
    width: 100%;
}

.itemEspecial .thumb {
    width: calc(100% - 10px);
    height: 100%;
    background: #333;
    position: absolute;
    background-size: cover;
    background-position: center;
}

.itemEspecial .thumb:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #222;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.itemEspecial .name {
    right: -10px;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    padding: 10px;
    margin-top: 10px;
    max-width: calc(100% - 10px);
}

.itemEspecial:hover .name {
	color: white;
	background-color: #fd3454;
}

.itemEspecial:hover .thumb:before {
	opacity: 0.8;
}

.title_bloque {
    max-width: 1100px;
    margin: 0 auto;
    color: white;
    font-size: 3em;
    text-transform: uppercase;
    margin-top: 5vh;
    padding: 5px;
    position: relative;
    /* top: 5px; */
    opacity: 0.3;
    font-weight: 300;
    display: none;
}

.tag:not(.archive) {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1pt;
    font-size: 1.2em;
    border: 1px solid white;
    padding: 5px;
    background: rgba(255,255,255,0.2);
    color: #999;
	border-color: #EEEEEE;
    padding-left: 30px;
    position: relative;
}

.tag:not(.link):before {
    content: '';
    width: 26px;
    height: 2px;
    position: absolute;
    background-color: #73efd0;
    top: 50%;
    margin-top: -1px;
    left: -2px;
}

.tags {
	margin-top: 20px;
}



.tag.link {
    background: #73efd0;
    border-color: #73efd0;
    color: white;
    padding-right: 30px;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
        font-weight: 400;
        transition: all ease 0.25s;
}

.tag.link:hover {
	padding-left: 18px;
	padding-right: 35px;
	background: #73efd0;
    border-color: #73efd0;
}

.tag.link:before {
    content: '\E800';
    position: absolute;
    width: 20px;
    height: 20px;
    font-family: 'fontello';
    right: 8px;
    top: 50%;
    color: white;
    margin-top: -8px;
    text-align: center;
    transition: all ease 0.25s;
    opacity: 0.4;

}

.tag.link:hover:before {
	opacity: 1;
}

#archivo .mapa_col h1 {
    font-size: 3.5em;
    display: block;
    color: #fd3454;
    font-weight: 300;
	width: 90%;
	margin-left: 5vw;
	margin-right: 5vw;
	margin-top: 10px;  
	text-align: left;
}


#mapa_svg {
    max-width: 600px;
    margin: 0 auto;
}


.mapa_col .items, #range_listado {
    margin-right: 5vw;
}

.it, #range_listado div {
    color: #999;
    font-size: 1.7em;
    text-transform: lowercase;
    text-align: right;
    min-height: 52px;
}

#range_listado div {
	text-align: right;
	color: white;
	text-transform: none;
	display: none;
}


.contacto input, .contacto textarea {
	width: 100%;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
    line-height: 40px;
    font-weight: 300;
    font-size: 1em;
    color: #333;
    -webkit-box-shadow:inset 1px 1px 3px 0 rgba(150,150,150,0.3);
box-shadow:inset 1px 1px 3px 0 rgba(150,150,150,0.3);
}

div.wpcf7-response-output {
	margin: 0;
	padding: 10px;
	text-align: center;
	line-height: 40px;
	font-size: 1.7em;
	margin-bottom: 2.5vh;
}

rect#moverect {
    fill: transparent;
    stroke: #fd334c;
    stroke-width: 22px;
    cursor: pointer;
}

rect#moverect:hover {
	fill: #fd3454;
}

.single rect#moverect {
    stroke-width: 450px;
    fill: transparent;
}

#img.opa {
    opacity: 0.5;
}

div#footer {
    background: #333;
    height: 120px;
    display: flex;
    color: #666;
    align-items: center;
    justify-items: center;
    justify-content: center;
    font-size: 1.5em;
}
#footer a {
	color: #666;
}

#footer a:hover {
	color: white;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 7.5px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 25px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #fd334c;
  border-radius: 1.3px;
  border: 0px solid rgba(1, 1, 1, 0);
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(13, 13, 13, 0.16);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 40px;
  width: 40px;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fd3d55;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 25px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #fd334c;
  border-radius: 1.3px;
  border: 0px solid rgba(1, 1, 1, 0);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(13, 13, 13, 0.16);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 40px;
  width: 40px;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 25px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #fd2943;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: #fd334c;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(13, 13, 13, 0.16);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 40px;
  width: 40px;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  height: 25px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #fd334c;
}
input[type=range]:focus::-ms-fill-upper {
  background: #fd3d55;
}


.wp-block-image.is-resized, .wp-caption {
	display: block !important;
	max-width: 130vh;
	margin: 0 auto;
	margin-top: 5vh;
	margin-bottom: 5vh;
	width: auto !important;
}

.wp-block-image.is-resized figcaption, .wp-caption .wp-caption-text {
	display: block !important;
}

.insidePost h1 {
	font-size: 3em;
    color: #fd3454;

    max-width: 80vw;
    margin: 0 auto !important;
    display: block !important;
    margin-top: 10vh !important;
    width: 100%;
}

#archivo .wp-block-quote p, #archivo blockquote p {
	max-width: none !important;
}
.wp-block-quote, #archivo blockquote {
    margin: 0 auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
    width: 100%;
    max-width: 750px;
}

.titleSingle {
    font-weight: 300;
    font-size: 6vw;
    color: #fd3454;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 90%;
    margin-left: 5% !important;
    margin-top: 5vh !important;
    margin-bottom: 5vh !important;
}

.singlepost .bloque.portada {
    position: absolute;
    width: 100vw;
    height: calc(100vh - 150px);
    top: 150px;
    left: 0;
    margin: 0;
    max-width: none;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.singlepost .bloque.portada:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.singlepost .bloque {
    width: 99%;
    max-width: none;
    position: relative;
    min-height: 100vh;
}

.singlepost .bloque iframe 
{    width: 100% !important;
	max-width: 100% !important;
    border: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}


.wpcf7-textarea {
	height: 150px;
}
.destacar_ultimos.archivo .itemEspecial {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #dcdcdc;
}
.destacar_ultimos.archivo .itemEspecial .name {
	margin-top: 0;
	width: calc(100% - 55px);
}
.destacar_ultimos.archivo .itemEspecial .thumb {
	width: 45px;
	right: 0;
}
@media all and (min-width:1100px) {
	.destacar_ultimos .itemEspecial {
		width: 50%;
	}


}
@media all and (max-width:768px) {
	.destacar_ultimos {
		width: 99%;
		    margin-top: 10vh;
    margin-bottom: 10vh;
	}
	.insidePost h1 {
		max-width: 100vw;
	}
	.intro {
		max-width: 100vw;
	}
	.titleSingle{
		font-size: 4em;
	}

	#topNav .item {
		font-size: 1.5em;
	}

	#range_listado div, .it {
		min-height: 52px;
	}

	.destacar_especial .itemEspecial {
		width: 100%;
	}

	#archivo .listado .item {
		width: calc(100% - 10px);
	}

	.bloque {
		width: 99%;
	}
	.slide{
		display: none;
	}

	#especial .inside {
	    display: flex;
	    flex-wrap: wrap;
	}

	.tooltip-content, .tooltip:hover .tooltip-content {
		position: fixed;
		bottom: 0;
		left: 0 !important;
		width: 100%;
	}



	#especial .name {
		font-size: 1.15em;
	}

	.item_especial {
		flex-grow: 0;
		width: 50%;
		max-width: 45%;
		height: auto;
	}
}
.element-animation{

}

@keyframes animationFrames{
  0% {
    transform:  rotate(0deg) ;
  }
  22% {
    transform:  rotate(180deg) ;
  }
  27% {
  }
  51% {
    transform:  rotate(0deg) ;
  }
  55% {
  }
  100% {
    transform:  rotate(0deg) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  22% {
    -moz-transform:  rotate(180deg) ;
  }
  27% {
  }
  51% {
    -moz-transform:  rotate(0deg) ;
  }
  55% {
  }
  100% {
    -moz-transform:  rotate(0deg) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  22% {
    -webkit-transform:  rotate(180deg) ;
  }
  27% {
  }
  51% {
    -webkit-transform:  rotate(0deg) ;
  }
  55% {
  }
  100% {
    -webkit-transform:  rotate(0deg) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  rotate(0deg) ;
  }
  22% {
    -o-transform:  rotate(180deg) ;
  }
  27% {
  }
  51% {
    -o-transform:  rotate(0deg) ;
  }
  55% {
  }
  100% {
    -o-transform:  rotate(0deg) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  22% {
    -ms-transform:  rotate(180deg) ;
  }
  27% {
  }
  51% {
    -ms-transform:  rotate(0deg) ;
  }
  55% {
  }
  100% {
    -ms-transform:  rotate(0deg) ;
  }
}