/*
Theme Name: telefonica
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: telefonica
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

telefonica is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("hamburguer.css");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	/*box-sizing: border-box;*/
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}


input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px 10px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*ejemplo blas*/

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.row { max-width: 1100px; width: 100%; min-width: 250px; margin: 0 auto; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -10px; }
.row.collapse .column, .row.collapse .columns { padding: 0; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -10px; }
.row .row.collapse { margin: 0; }

.row { *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

.column, .columns { float: left; min-height: 1px; padding: 0 10px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }

[class*="column"] + [class*="column"]:last-child { float: right; }
[class*="column"] + [class*="column"].end { float: left; }

.one, .row .one { width: 8.33333%; }
.two, .row .two { width: 16.66667%; }
.three, .row .three { width: 25%; }
.four, .row .four { width: 33.33333%; }
.five, .row .five { width: 41.66667%; }
.six, .row .six { width: 50%; }
.seven, .row .seven { width: 58.33333%; }
.eight, .row .eight { width: 66.66667%; }
.nine, .row .nine { width: 75%; }
.ten, .row .ten { width: 83.33333%; }
.eleven, .row .eleven { width: 91.66667%; }
.twelve, .row .twelve { width: 100%; }
.row .offset-by-one { margin-left: 8.33333%; }
.row .offset-by-two { margin-left: 16.66667%; }
.row .offset-by-three { margin-left: 25%; }
.row .offset-by-four { margin-left: 33.33333%; }
.row .offset-by-five { margin-left: 41.66667%; }
.row .offset-by-six { margin-left: 50%; }
.row .offset-by-seven { margin-left: 58.33333%; }
.row .offset-by-eight { margin-left: 66.66667%; }
.row .offset-by-nine { margin-left: 75%; }
.row .offset-by-ten { margin-left: 83.33333%; }

/*---COLUMN EXCEPTIONS---*/
.home .bloque-3-destacados .row, 
.home .no_te_pierdas .row,
.home .imprencindibles .row { 
	max-width: 1120px !important;

}


/*--------------------------------------------------------------
# FONTS!
--------------------------------------------------------------*/
@import url("hamburguer.css");

@font-face {
    font-family: 'telefonica_light';
    src: url('fonts/telefonicaheadlinelight.eot');
    src: url('fonts/telefonicaheadlinelight.eot?#iefix') format('embedded-opentype'),
         url('fonts/telefonicaheadlinelight.woff') format('woff'),
         url('fonts/telefonicaheadlinelight.ttf') format('truetype'),
         url('fonts/telefonicaheadlinelight.svg#__Telefonica Headline Light_5') format('svg');
    font-weight: normal;/*300*/
    font-style: normal;
}
@font-face {
    font-family: 'telefonica_bold';
    src: url('fonts/telefonicatextbold.eot');
    src: url('fonts/telefonicatextbold.eot?#iefix') format('embedded-opentype'),
         url('fonts/telefonicatextbold.woff') format('woff'),
         /*url('fonts/telefonicatextbold.ttf') format('truetype'),*/
         url('fonts/telefonicatextbold.svg#__Telefonica Headline Light_5') format('svg');
    font-weight: normal;/*700*/
    font-style: normal;
}
@font-face {
    font-family: 'telefonica_regular';
    src: url('fonts/telefonicatextregular.eot');
    src: url('fonts/telefonicatextregular.eot?#iefix') format('embedded-opentype'),
         url('fonts/telefonicatextregular.woff') format('woff'),
         url('fonts/telefonicatextregular.ttf') format('truetype'),
         url('fonts/telefonicatextregular.svg#__Telefonica Headline Light_5') format('svg');
    font-weight: normal; /*400*/
    font-style: normal;
}


/*--------------------------------------------------------------
# RESET BODY
--------------------------------------------------------------*/

body{
  font-family: telefonica_regular, Verdana, sans-serif;
  background-color: white;
  font-size: 62.5%;/*10px*/
  	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale!important;
	-o-font-smoothing: antialiased!important;  
}
a,a:hover,a:visited{
  color: black;
  text-decoration: none;
}
a:focus{
    outline: 0 !important;
}
.transition{
    -webkit-transition: top 600ms ease-out;
  -moz-transition: top 600ms ease-out;
  -o-transition: top 600ms ease-out;
  transition: top 600ms ease-out;
}
/*--------------------------------------------------------------
# Clear fix / flex
--------------------------------------------------------------*/
.autoclear:before,
.autoclear:after {
     content: "";
     display: table;
}
.autoclear:after {
     clear: both;
}
.autoclear {
    /* IE6 y 7 */
    zoom: 1; 
}

/* -----------------------------------------------------------------------------
  RESET FORMS
----------------------------------------------------------------------------- */
input[type="text"], input[type="search"], input[type="submit"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
input[type="text"]:focus, textarea:focus, input[type="search"]:focus {
  outline: none;
}
input[type="submit"], input[type="submit"]:hover, input[type="submit"]:enabled{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow:none;
  -moz-text-shadow:none;
  text-shadow:none;   
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; 
  outline:none;
  border:none!important;
}

/*--------------------------------------------------------------
# NAV
--------------------------------------------------------------*/
header{
  margin-bottom: 75px;
  border-bottom: 0px solid white;
}
.home header{
  margin-bottom: 133px;	
}
header .lugarfecha{
	position: absolute;
	font-size: 2.2em;
	font-family: telefonica_light;
	z-index: 999;
	color: white;
	text-transform: uppercase;
	top: calc(33px + 30px);
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);	
	border: 4px solid white;
    padding: 0px 17px 2px 17px;
}

header .lugarfecha span{
	font-family: telefonica_bold;
}


header .lugarfecha::after{

}
.banner.dos::before{
    content: "";
    width: 5px;
    background-color:white;
    bottom: -35px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    z-index: 3;
    height: 634px;
	top: 104px;
}
.banner.cuatro::before{
	 height: 1254px;
}
header .menutop{
	background-color: #303030;
	height: 33px;
	position: fixed;
	z-index: 10;
	width: 100%;

}

.home header .menutop { z-index:1000}
header .menutop ul{
	padding: 0;
	margin: 0;
}
header .menutop ul li a:hover,
.menutop .menuactive a{
	color: #A3A3A3 !important;
}
header .menutop ul li{
	list-style: none;
	display: inline-block;
	 padding: 0 6px;
    border-right: 1px solid #A3A3A3;
    line-height: 1;
}
header .menutop ul li:last-child{
	border-right: none;
}
header .menutop ul li a {
	font-size: 1.3em;
	color: white;
	padding: 0
	
}
header .menutop .menuciudad{
	position: absolute;
	top: 0;
	width: 50%;
	text-align: center;
	top: 25%;
	margin: 0 25%;
	z-index: 1;

}
header .menutop .menuidioma{
	position: absolute;
	display: block;
	max-width: 1100px;
	width:90%;
	top: 25%;
	text-align: right;
	padding-right: 0px;
	left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);  
}
.menuidioma .minibuzon{
	border: 0;
	    position: relative;
    top: 4px;
}
.menuidioma .minibuzon a{
	width: 17px;
	height: 14px;
	background:url(images/minibuzon.png) no-repeat;
	background-size: 100%;
	display: block;

}
.home nav{

  width: 100%;
  position: fixed;
  height: 100px;
  background-color: #262626;
  z-index: 999;
  top: 33px;
}
nav{
  width: 100%;
  position: fixed;
  height: 75px;
  background-color: #262626;
  z-index: 999;
}
nav .wrapmainmenu{
  max-width: 1100px;
  width: 90%;
  position: absolute;
  left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);      	
}

nav .contenedor-menu{
  width: 334px;
  position: absolute;
  top: 75px;
  right: 0px;  
  overflow: hidden;
}
.home nav .contenedor-menu{
  top: 100px;
}

nav ul#primary-menu{
  display: none;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: content-box;
}
nav ul a{
  font-size: 1.7em;
  line-height: 3;
  padding-left: calc((30/334)*100%);
  text-transform: uppercase;
  outline: none !important;
  display: inline-block;
  width: calc((320/334)*100%); 


}
nav ul#primary-menu li{
  border-bottom: 1px solid #E4E4E4;
  cursor: pointer;
}
nav ul li:hover{
  background-color: #ECECEC;
}
/*----SUBMENU------*/
nav ul ul{
  position: absolute;
  top: 0;


}
ul.sub-menu li{
    display: none;
    position: relative;
    right: 55px;
    left: 334px;
    width: 334px;
}

nav ul ul.sub-menu{

  width: 100%;
}
.nav_btns{
  position: absolute;
  right: -5px;
  
}
.right_arrow{
  background: url(images/left_btn.png) no-repeat;
  background-position: 92% center;
}


.left_btn{
  display: none;
  background: url(images/left_arrow.png) no-repeat;
  width: 45px;
  height: 25px;
  background-position: center;
  position: absolute;
  top: 26px;
  right: 160px; 
  cursor: pointer; 
}

.home .left_btn {top:37px;}
#readspeaker_button_single.rsbtn .rsbtn_play {
	margin-left: 12px!important;
}

.page-template-page-fullwidth p{margin:0;}
.page-template-page-fullwidth iframe{width:100%;border:0;}

@media screen and (max-width: 480px){
  .home .left_btn,
  .left_btn{
    right: 205px; 
  }
}
 .menu-toggle.c-hamburger {
	position: absolute;
	top: 15px;
	right: 160px;
}
.home .menu-toggle.c-hamburger {
	position: absolute;
	top: 25px;
	right: 160px;
}

.home nav .logo{
	margin: 17px 0  0 0px;
	position: absolute;
}
nav .logo{
	margin: 12px 0  0 0px;
	position: absolute;
}

.home nav .logo img{
	height: auto;	
  }

nav .logo img{
	width: auto;
  height: 51px;

}

nav .logotelefonica{
	position: absolute;
	top: 20px;
	right: 0px;
    width: 90px;
}
.home nav .logotelefonica{
	position: absolute;
	top: 27px;
	right: 0px;
  width: 100px;
}

nav .fondo_menu{
  display: none;
  position: absolute;
  top:75px;
  right: 0;
  height: 500px;
  width: 334px;
  z-index: -1;
}
.home nav .fondo_menu{
  display: none;
  position: absolute;
  top:100px;
  right: 0;
  height: 500px;
  width: 334px;
  z-index: -1;
}

.home nav .fondo-oscuro{
  margin-top: 100px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: -1;
}
nav .fondo-oscuro{
  margin-top: 75px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: -1;
}
nav .fondobuscar{
  background-color: #F8F8F8;
  width: 334px;
  position: absolute;
  top: 0;
  right: 0px;
}

.wrap-second-menu{
	display: none;
}
.home .wrap-second-menu{
	display: block;
	position: fixed;
	z-index: 999;
	left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    border: 4px solid white;
    padding: 0px 17px 2px 17px;
    top: -100px;
    -webkit-transition: top 600ms ease-out;
  -moz-transition: top 600ms ease-out;
  -o-transition: top 600ms ease-out;
  transition: top 600ms ease-out;    
    /*top: 63px;*/
}
.wrap-second-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.wrap-second-menu ul li{
	display: block;
	float: left;
	margin: 0 8px;
}
.wrap-second-menu ul li a{
	color: #6B7075;
	text-transform: uppercase;
	font-size: 2.2em;
	font-family: telefonica_light;
}
.secondactive a, .wrap-second-menu ul li a:hover{
	color: white!important;
}
/*--------------------------------------------------------------
# SEARCH
--------------------------------------------------------------*/

.home nav .search{
  position: absolute;
  top: 36px;
  right: 120px;
  width: 25px;
  height: 25px;

  background: url(images/lupa_x.png) no-repeat;
  background-position: -22px 2px;
  cursor: pointer;
}
nav .search{
  position: absolute;
  top: 26px;
  right: 120px;
  width: 25px;
  height: 25px;
  background: url(images/lupa_x.png) no-repeat;
  background-position: -22px 2px;
  cursor: pointer;
}

nav .buscar {
  display: none;
  position: absolute;
  right: 27px;
  top: 140px;
  width: 280px;
  
}
nav .screen-reader-text{
  display: none;
}
nav .search-submit, .descargaspage .search-submit {
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px!important;/*---margin cuadro----*/
  padding: 0;
  width: 40px;/*---ancho cuadro----*/
  height: 36px;/*---alto cuadro----*/
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;  
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
  background: url(images/lupa_s.png) no-repeat #262626;
  background-position: center; 

}
nav .search-submit:hover, nav .search-submit:enabled{
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
}
nav .search-submit:focus {
  outline: none;
}
nav .buscar label, .descargaspage label{
  float: left;
}
nav .buscar input[type="search"]{
  box-sizing:border-box;
  width: 240px;
  height: 36px;
}
::-webkit-input-placeholder {
  font-family: telefonica_light;
  color: #B2B2B2;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: telefonica_light;
  color: #B2B2B2;
}
:-ms-input-placeholder {
  font-family: telefonica_light;
  color: #B2B2B2;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: telefonica_light;
  color: #B2B2B2;
}
.activo{
 background-position: 2px 2px!important;
}
/*--------------------------------------------------------------
# FOOTER!
--------------------------------------------------------------*/

footer{
  background-color: #6B7075;
  margin-top: 60px;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li a{
  color: white!important;
  font-size: 1.8em;
  font-family: telefonica_light;
}

.wrap-all-footer{
  max-width: 1100px;
  width: 90%;
  margin: auto;
  padding: 55px 0;
}
footer .infogral{
  max-width: 420px; 
  width: 100%;
  float: left;
  color: white;
  font-family: telefonica_light;
  margin-right: 5%;
}
footer .localizacion{
  margin-bottom: 20px;
  line-height: 1.2;
}
footer .localizacion .wrapimg, footer .horario .wrapimg{
  width: 50px;
  text-align: center;
  float: left; 
}
footer .localizacion img{
  width: 30px;
}
footer .localizacion .txt{
  font-size: 1.6em;
  display: inline-block;
}
footer .localizacion .txt .direccion{
  color: #64C5D6;
  font-size: 0.9em;
}
footer .tels{
	margin-top: 10px;
}
footer .tels .wrapimg{
	margin-top: 13px;
}
footer .tels img{
	width: 22px;
}
footer .tels .txt:last-child {
    margin-left: 20px;
    margin-top: 10px;
}

footer .horario .txt .dias{
  font-size: 1.6em;
  letter-spacing: 4px;
}
footer .horario .txt .horas{
  font-size: 1.4em;
}
.wrap-footer-menu{
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
     -moz-column-count: 2; /* Firefox */
          column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
     -moz-column-gap: 30px; /* Firefox */
          column-gap: 30px;            
  max-width: 430px;
  float: left;
  margin-bottom: 20px;
}
footer .avisolegal {
  clear: both;
  width: 100%;
}
footer .avisolegal ul{
  display: inline-block;
    float: left;
}
footer .avisolegal li{
  display: inline-block;
}
footer .avisolegal a{
  color:#02F191 !important;
  font-size: 1.3em;

}
footer .avisolegal img{
  float: right;
}
footer .divisor{
  color:white;
  margin: 0 10px;
}
footer a:hover{
  text-decoration: underline;
}
.fondo_menu .social-icons{
	position: absolute;
	top: 280px;
	left: 17px;

}
footer .social-icons, .fondo_menu .social-icons{
  float: right;
}

footer .social-icons *, .fondo_menu .social-icons *{
  width: 60px;
  height: 50px;
  float: left;
}
footer .social-icons img{
  height: 27px;

}
.fondo_menu .social-icons img{
  height: 32px;
  opacity: 0.5;

}
@media screen and (max-width: 900px){
  footer .social-icons{
    float: left;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px){
  .wrap-footer-menu{
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
       -moz-column-count: 1; /* Firefox */
            column-count: 1; 
    margin: 20px 0 30px 50px;
  }
  footer .infogral{
    float: none;
  }
}
/*--------------------------------------------------------------
# CABECERA
--------------------------------------------------------------*/
.banner.dos{
	max-width: 1400px;
	margin: 0 auto 50px auto;
	width: 100%;
	border-top: 5px solid white;
}
.banner .wraptodo{
  width: 100%;
  float: none;
  position: relative;
}

.banner.dos .wraptodo {
    width: 50%;
    float: left;
    margin-bottom: 6px;
}

.banner .wrap-img{
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.banner .wrap-img img{
  width: 100%;
  height: auto;
}

.banner.dos .wrap-img img {
	object-fit: cover;
	height: 600px;
	width:100%;
}

.banner .wrap-textos{
  max-width: 1100px;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 1;
}

.banner .wrap-textos-1{
   max-width: 1100px;
   /*width: 90%;*/
   /* margin: auto; */
   position: relative;
   z-index: 1;
   margin-left: 54%;
}

.banner .texto{
  background-color: rgba(255,255,255,0.95);
  position: absolute;
  bottom: 100px;
  left: 20px;
  max-width: 440px;
  width: 100%;
  padding: 25px;

}
.banner.dos .texto{
   background-color: rgba(255,255,255,1);	
  position: absolute;
  bottom: -45px;
  max-width: 440px;
  width: 100%;
  left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	        z-index: 0; 

}
div.igualar{
	/*padding-bottom: 50px!important;*/ 
}

.banner  div.igualar{
	padding-bottom: 50px!important; 
}


/*---textos-------*/

.banner .wrap-textos .titulo{
  font-size: 5.4em;
  font-family: telefonica_regular;
  line-height: 1;
  text-transform: uppercase;
}
.banner .wrap-textos-1 .titulo{
  font-size: 5.4em;
  font-family: telefonica_regular;
  line-height: 1;
  text-transform: uppercase;
}

.corrala .banner .wrap-textos .titulo{
  font-size: 32px;
}
.corrala .banner .wrap-textos1 .titulo{
  font-size: 32px;
}
.banner .wrap-textos .subtitulo{
  display: none;
}

.banner .wrap-textos-1 .subtitulo{
  display: none;
}

.banner .wrap-textos p{
  margin: 20px 0 20px 0;
  font-size: 1.8em;
  font-family: telefonica_light;
  line-height: 1.25;  
}

.banner .wrap-textos-1 p{
  margin: 20px 0 20px 0;
  font-size: 1.8em;
  font-family: telefonica_light;
  line-height: 1.25;  
}

.banner .wrap-textos .hora{
	background: black;
	color: white;
	font-size: 2.4em;
	font-family: telefonica_light;
	padding: 0 10px 4px;
	position: absolute;
	bottom: 20px;
}

.banner .wrap-textos-1 .hora{
	background: black;
	color: white;
	font-size: 2.4em;
	font-family: telefonica_light;
	padding: 0 10px 4px;
	position: absolute;
	bottom: 20px;
}
/*--------------------------------------------------------------
# TITULOS
--------------------------------------------------------------*/
/*------home-------*/
.wrap_titbloque{
  width: 100%;
  text-align: center;
  margin: 30px auto 20px auto;
}
.tit_bloque{
  font-size: 2.4em;
  color: black;
  font-family: telefonica_light;
  padding: 0 10px;
  border: 4px solid black;
  display: inline-block;
  text-transform: uppercase;
  margin: 40px 0 20px; /*bhp*/
  font-weight: normal; /*bhp*/
}
.no_te_pierdas .tit_bloque{
  margin: 5px 0 5px 0; /*bhp*/
}
.instagram .tit_bloque{
  margin: 35px 0 0px 0; /*bhp*/
}
.tit_bloque span{
  font-family: telefonica_bold;	
}
.titulo-destacado{
	font-size: 3.6em;
	font-family: telefonica_bold;
	line-height: 1;
	color: white!important;
}
.taller .titulo-destacado, .actividades .titulo-destacado, .adultos .titulo-destacado{
	font-family: telefonica_regular;
	line-height: 1.2;
}

.exposicion .titulo-destacado{
	text-transform: uppercase;
}

.titulo-destacado a{
	color: white!important;
}
.texto-destacado{
	font-size: 1.8em;
	font-family: telefonica_light;
    line-height: 1.25;
    color: black;
}
.exposicion .texto-destacado p{
	margin-top: 25px;
	margin-bottom: 12px;

}
.negrita{
	font-family: telefonica_bold;
}
/*--------------------------------------------------------------
# BLOQUE
--------------------------------------------------------------*/
.bloque{
	/*! float: left; */
	min-width: 100%;

}

/*--------------------------------------------------------------
# EVENTS GRAL
--------------------------------------------------------------*/
.wrap_events{
  max-width: 1100px;
  width: 90%;
  margin: auto;
  margin-top: 50px;
}
.evt_color{
   background-color: #64C5D6; 
}
.event{
  float: left;  
  position: relative;
  padding: 0;
  background-color: #64C5D6; 
  overflow: hidden; 
}
.corrala .event{min-height: 410px;}
.corrala .event .wrapimg img {object-fit: cover; height: 410px;}


.event.column.twelve{
	margin-bottom: 30px;
}
.event .txt {
    position: absolute;
    top: calc(140px - 10px);
    width: 50%;
}
.taller .txt, .actividades .txt, .adultos .txt {
    margin-top:0px; /*bhp*/
}
.taller p, .actividades p, .adultos p{
	margin: 0;
}
.event.fila2txt .txt{
    -webkit-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
}
.event .txt .middle{
  width: 100%;
  margin: auto;
  padding: 30px;
}


.event.twelve  .txt .middle{
  padding: 30px 40px;
}

.event.twelve.fila2txt  .txt .middle{
  padding: 30px 40px 30px 20px;
}


.event .wrapimg{
  width: 50%;
  float: right;
  position: relative;

}
.weekoddy.event .wrapimg{
  width: 50%;
  float: left;
  position: relative;

}
.event.fila2img .wrapimg{
  float: left;
}
.event .wrapimg img{
  width: 100%;
  height: 100%;
  display: block;
}
.event .txt h2{
  font-size: 2.2em;
  color: white;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 0;
}
.semana .txt h2{
	margin-top: 8px;
}
.event .categoria{
  font-size: 1.6em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.event .hora{
   margin-top: 12px;
  font-size: 18px;
  font-family: telefonica_regular;
  color: black;
  
}
.semana .hora{
   margin-top: 8px;
 
}
.event .hora .divisor{
    margin: 0 5px;
    border-right: 1px solid black;
    font-size: 0.7em;
}

.event .fecha{
  position: absolute;
  color: white;
  text-align: center;
  padding: 5px 12px;

}
.weekoddy.event .fecha{
	right: 0;
}

.event .dia{
  font-size: 6.0em;
  line-height: 1;
  font-family:  telefonica_bold;

}
.event .mes{
  font-size: 2.4em;
  font-family:  telefonica_light;
  text-transform: uppercase;

}



.wrapimg .sangre{
	display: block;
	width: 50px;
	height: 500px;
	background-color: #64C5D6;
	position: absolute;
	top: 120px;
    right: auto;
    left: 0;	
}

.event .wrapfechasevents .fecha{
	position: relative;
	display: block;
	float: left;
	background-color: white;
	color: black;
	height: 120px;
	margin-left: 1px;
}

.event .wrapfechasevents .fecha.hasta{
	background-color: #262626;
	color: white;
	margin-left: -2px;
}
.event .wrapfechasevents{
    position: absolute;
    right: 50%;
}
.event .sangre.oddy{
	left: auto;
    right: 0;

}
.event .wrapfechasevents.oddy{
	right: auto;
	left: 50%;
	margin-left: -1px;
	
}
.lista_eventos{
	margin-top: 40px;
}

/*--------------------------------------------------------------
# EVENTOS SEMANA
--------------------------------------------------------------*/
.semana.event .txt {
    position: absolute;
    top: 40px; 
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 50%;

}
.weekoddy.semana.event .txt {
    left: 50%;

}
.semana.event .dia {
	font-size: 3.0em;
	 line-height: 2;
}
.agenda_mes .semana.event .dia,
.agenda_mes .solo_dia .semana.event .dia{
	font-size: 4.8em;
	 line-height: 1.4;
}
.agenda_mes .dia_semana .semana.event .dia {
	font-size: 3em;
	text-transform: uppercase;
}
.eventos_semana .semana.event .dia {
	text-transform: uppercase;
	line-height: 1.8;
}
.eventos_semana .hora{
	font-family: telefonica_bold;
	text-transform: uppercase;
}
.agenda_mes .event .categoria {
	color: black;
}
/*--------------------------------------------------------------
# DESTACADO MES
--------------------------------------------------------------*/
.cuenta_atras{
	font-size: 4.5em;
	font-family: telefonica_regular;
	color: rgba(255,255,255,0.4);
	position: absolute;
	left: 10px;
	top:25px;
}

/*-----STYLING SLIDER-----*/
.destacados_mes .flex-home{
	position: relative;
}
.destacados_mes .flex-control-nav, .mediateca .flex-control-nav{
    width: 100%;
    position: relative;
    text-align: center;
    top: 15px;
}
.flex-mediateca{
	/*height: 520px;*/
}
.mediateca .flex-control-nav{
	/*top: 30px;*/
}
.destacados_mes ul{
	margin: 0 -40px;

}
.destacados_mes .lista_eventos, .agenda_mes .lista_eventos, .eventos_semana .lista_eventos, .para_visitar .lista_eventos{
	margin-top: 0;
}
.destacados_mes .wrap_titbloque{
	margin-top: 0;
}
.flex-viewport ul li{
	max-width: 1100px !important;
}
.flex-viewport .plus_btn.oddy {
    left: 0;
    right: auto;
}

.flex-viewport ul li .event.column.twelve {
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
# EXPOSICIONES PARA VISITAR
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# DESTACADO x 3 
--------------------------------------------------------------*/


.bloque-3-destacados .wraptxt{
	display: block;
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.bloque-3-destacados .texto{
	background-color:rgba(255, 194, 26,0.9);
	position: absolute;
	width: 100%;
	padding: 20px; 
	bottom: 20px;
	left: 0;
	font-size: 2.4em;
	font-family: telefonica_regular;
	color: white;
	line-height: 1;
}
.bloque-3-destacados .texto p{
	margin: 0;
}
.bloque-3-destacados img, .no_te_pierdas img{
	width: 100%;
}
.single .bloque-3-destacados, .page .bloque-3-destacados{
	margin-bottom: 60px;
}
/*--------------------------------------------------------------
# NO TE PIERDAS
--------------------------------------------------------------*/

.no_te_pierdas .bl  {position: relative;}

.no_te_pierdas .txt{
	display: none !important;
	width: 100%;
	height: 100%;
 	background-color: rgba(100,197,214,1);
	position: absolute;
	margin: 0 0px;
	top: 0;
	padding: 20px;

}

.no_te_pierdas .txt_{
	display: none !important;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #64C5D6;
	top:0;
	padding: 30px;
}
.no_te_pierdas img{
	display: block;
}


.no_te_pierdas a{
	display: block;
	width: 100%;
	height: 100%;
}
.no_te_pierdas .middle{
	position: absolute;
	top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 50%;
}
.no_te_pierdas p{
	color: white;
	font-size: 2.4em;
	font-family: telefonica_light;
	line-height: 1;
}
.fullcolor{
	width: 100%;
	background-color: #6B7075;
	padding-bottom:60px; 
	margin-top: 80px;
}
.no_te_pierdas .tit_bloque{
	color: white;
	border-color: white;
}
.no_te_pierdas a:hover .txt{
	display: block !important;

}
/*--------------------------------------------------------------
# NO TE PIERDAS
--------------------------------------------------------------*/
.imprencindibles .wrap_titbloque {margin-top: 0px;}

.imprencindibles .cat-tit strong{
	color: #64C5D6;
}
.imprencindibles .cat-tit{
	font-size: 1.6em;
	display: block;
	padding: 5px 0 5px;
}
.imprencindibles .tit{
	font-size: 2.2em;
	line-height: 1;
	font-family: telefonica_bold;
	display: block;
	padding-bottom: 5px;
}
.imprencindibles .subti{
	font-size: 2.2em;
	font-family: telefonica_light;
	line-height: 1;
}
.imprencindibles .subti p{
	margin: 0;
}
/*--------------------------------------------------------------
# BUZON NOVEDADES TELEFONICA!
--------------------------------------------------------------*/

.reset_form{
  display: block;
  padding: 0;
  margin:0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  box-shadow: 0;
  border-radius: none!important;
  border: none;
  resize: none;
  box-sizing: border-box;

  /*--transs--*/
  transition: all 0.1s;
}
.reset_form:hover, .reset_form:enabled{
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none!important;
    border-radius: none;
    border-radius: 0;
    border: none;
}
.reset_form:focus {
  outline: none;
}
.buzon{
	background: url(images/buzon.png) no-repeat;
	background-position: 20px 45px;
	background-color: #64C5D6;
	max-width: 1100px;
	width: 100%;
	margin: 60px auto 60px auto;
	text-align: center;
	padding: 30px 0;
}
@media screen and (max-width: 700px){
  .buzon{
    background-image: none;
  }
}
.buzon span{
	font-size: 2.4em;
  line-height: 1;
	color: white;
	font-family: telefonica_regular;
  display: inline-block;
  margin: 0 10px 20px 10px;

}
.buzon form{
	margin: 0 auto;
  max-width: 400px;
  width: 90%;
}
.buzon input[type="text"]{
  height: 36px;
  width: 71%;
  float: left;
}
.buzon input[type="submit"]{
  height: 36px;
  width: 25%;
  float: right;
}
#formruc { max-width: 500px;}
#formruc input[type="text"] {width: 265px; }
#formruc .button {margin: 0 !important; background: #262626!important; color: #fff; border:0px; padding: 2px 20px 4px; font-family: telefonica_light; font-size: 2em;}
.widget-area h4, #formruc h5 {display: none;}
#formruc .columns {}
#ftelruc-avisolegal {padding:20px 80px 0; display: block; position: relative;}
#ftelruc-avisolegal strong {cursor:pointer; font-size: 12px; display: block; padding-bottom: 10px; text-decoration: underline; color: #fff;}
#ftelruc-avisolegal a {/*position: absolute; */top:30px; right: 100px;}
#ftelruc-avisolegal span.txt {display: none; font-size: 12px;}
#ftelruc-avisolegal span.txt.mostrar {display: block;}
#ftelruc-avisolegal p {padding: 0px;}

.boletin_pop #formruc input[type="text"] {}
.boletin_pop ul {margin: 0px; padding: 0px;}
.boletin_pop #ftelruc-avisolegal {display: none;}
.boletin_pop .buzon {margin-bottom: 0px!important;}

@media screen and (max-width: 480px){
  .buzon input[type="text"]{
    width: 100%;
    margin-bottom: 10px;
  }
  .buzon input[type="submit"]{
     width: 40%;
  }
}

/*-----bottons-------*/
.buzon .style_btn{
  background:#262626 !important;
  color: white;
  font-size: 2em;
  font-family: telefonica_light;
  padding: 4px 0 6px 0;

}
.buzon .style_btn:hover{
  background:#01BA6D !important;
}

/*-----placeholder-------*/
::-webkit-input-placeholder{
  color: #6B7075;
  padding-left: 20px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6B7075;
  padding-left: 20px;
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #6B7075;
  padding-left: 20px;
}
:-ms-input-placeholder {  
  color: #6B7075;
  padding-left: 20px;
}
/*--------------------------------------------------------------
# BOLETIN!!!
--------------------------------------------------------------*/

.boletin_pop{
	max-width: 540px;
	width: 80%;
	height: auto;
	background-color: #64C5D6;
	z-index: 4;
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    padding: 35px;	
}
.boletin_pop .logo{
	margin: 0 auto;
	width: 92px;
}
.boletin_pop .logo img{
	width: 100%;
}
.boletin_pop .buzon {
    background-image: none;
    background-position: 20px center;
    background-color: #64C5D6;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 70px auto;
    text-align: center;
    padding: 30px 0;
}
.boletin_pop span.tit{
	font-size: 2.2em;
	font-family: telefonica_light;
	text-transform: uppercase;
}

.boletin_pop input[type="text"]{
  height: 36px;
  width: 100%;
  float: none;
}
.boletin_pop input[type="checkbox"]{
	display: block;
  	float: left;
  	margin-top: 30px;

}
.boletin_pop input[type="submit"]{
  height: 36px;
  clear: both;
  float: none;
  width: auto;
  padding-left: 10px; 
  padding-right: 10px; 
  margin: 0 auto;
}
span.checktxt{
	display: block;
	float: left;
	font-family: telefonica_regular;
	font-size: 1.3em;
	text-align: left;
	margin-top: -14px;
	margin-left: 20px;
	margin-bottom:40px; 
}

.boletin_pop p{
	font-family: telefonica_regular;
	font-size: 1.3em;
    line-height: 1.3;
    color: #CEEDF2;	
}
.oscboletin{
	position: absolute;
	    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    right: 0;
    z-index: 3;
}
.wrapboletin {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 0;
    height: 100%;
}
.boletin_pop .close{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url(images/button_close.png) no-repeat center;
	background-size:95%;
	cursor: pointer; 
}
/*-----placeholder-------*/
.boletin_pop ::-webkit-input-placeholder{
  padding-left: 10px;
}
.boletin_pop :-moz-placeholder { /* Firefox 18- */
  padding-left: 10px;
}
.boletin_pop ::-moz-placeholder {  /* Firefox 19+ */
  padding-left: 10px;
}
.boletin_pop :-ms-input-placeholder {  
  padding-left: 10px;
}
/*--------------------------------------------------------------
# Tickersss!!!
--------------------------------------------------------------*/
.tickergral{
	/*display: none;*/
}
.tickergral{
	display: block;
	position: fixed;
	width: 350px;
	background: white;
	border: 1px solid #DBDBDB;
	z-index: 102;
	right: 40px;
	padding: 20px 20px 20px 30px;
	bottom: 40px;

}
.tickergral img{
	width: 100%;
}
.tickergral .expoicon{
	width: 40px;
	text-align: center;
	float: left;
	margin-right: 20px;
	height: 100%;
}
.tickergral span{
	display: block;
	font-size: 1.8em;
	line-height: 1.25;
}
.tickergral .cat{
	font-size: 1.4em;
	line-height: 2;
	color: #64C5D6;
}

.tickergral .close{
	width: 12px;
	height: 12px;
	position: absolute;
	background: url(images/closetick.svg) no-repeat center;
	background-size: 11px;
	top: 9px;
	right: 15px;
	cursor: pointer;
	
}

/*--------------------------------------------------------------
# INSTAGRAM
--------------------------------------------------------------*/

.instagram .tit_bloque{
	/*color: white;
	border-color: white;*/
}
.instagram .fullcolor{
	background-color: #DBDBDB;
}
.instagram img{
	display: block;
	border: 10px solid white;
}
.instagram .column{
	padding: 0;
}
.doble{
	width: 39.09090909%;
}
.tercio{
	width: 18.18181818%;
}


.instagram .previos img:nth-child(1){
	margin-bottom: 30px;
}
.instagram .destacado:nth-child(2) img{
	margin-left: 20px;
}

.instagram #slideshow{
	max-width: 1120px!important;
}
.instagram #slideshow div {float: left; padding: 10px; overflow: hidden;}
.instagram #slideshow div:nth-child(1) { width: 100%;}
.instagram #slideshow div:nth-child(2) { width: 100%;}
.instagram #slideshow div:nth-child(3) { width: 100%;}
.instagram #slideshow div:nth-child(4) { width: 100%;}
.instagram #slideshow div img {}


/*--------------------------------------------------------------
# KALEIDOSCOPIO
--------------------------------------------------------------*/
.kaleidoscopio{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 100px auto;
  position: relative;
}
.kaleidoscopio .cabeza{
  position: relative;
  overflow: hidden;
}
.kaleidoscopio .cabeza img{
  width: 100%;
  height: 100%;
  display: block;
}
.kaleidoscopio .filtro_osc{
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
}
.kaleidoscopio .titulo{
    display: inline;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 45%;
    padding: 40px;
    border: 5px solid white;
}
.kaleidoscopio .titulo span.h4, .kaleidoscopio .titulo span.h1{
  display: block;
  color: white;
  text-transform: uppercase;
}
.kaleidoscopio .titulo span.h4{
  font-family: telefonica_light;
  font-size:2.0em;
  text-transform: uppercase;
}
.kaleidoscopio .titulo span.h1{
  font-family: telefonica_bold;
  font-size:3.6em;
  line-height: 1.2;
}

.kaleidoscopio .titulo::after{
  content: "";
  height: 300px;
  width: 5px;
  background-color: #fff;
  bottom: -300px;
  left: 50%;
  position: absolute;
}
.kaleidoscopio .texto, .kaleidoscopio .foto{
  width: 50%;
  float: left;
  border: 5px solid white;
}
.kaleidoscopio .foto img{
	display: block;
}
.kaleidoscopio .foto{
  position: absolute;
  top: 50%; 
  left: 50%;
  width: auto;
}
.kaleidoscopio .texto p{
  font-size: 2.0em;
  font-family: telefonica_light;
  width: 75%;
  margin: 0 auto;
}
.kaleidoscopio .texto h1{
  font-size: 2.4em;
  line-height: 3;
  font-family: telefonica_bold;
  width: 75%;
  margin: 0 auto;
}
/*--------------------------------------------------------------
# EXPO BANNER
--------------------------------------------------------------*/
.laexpopage .margintop{
	margin-top: calc(157px - 20px);
}

.laexpopage .lista_eventos {
    margin-top: 0;
}
.laexpopage .event.column.twelve {
    margin-bottom: 40px;
}
.laexpopage .tit_bloque, .laexpopage .wrap_titbloque{
	 margin-top: -10px;
}

.content-area.margintop{
	margin-top: calc(115px);/*---OJO CAMBIAR TOP---*/
}
.page-template-page-agendames .content-area.margintop{
	margin-top: calc(50px);/*---OJO CAMBIAR TOP---*/
}
.bannerexpo{
	display: none;
	position: fixed;
	top: 75px; /*---OJO CAMBIAR TOP---*/
	width: 100%;
	z-index: 6;
   height: 126px;
   background-color: #6B7075;
   opacity: 0.95;
   left: 0;
}
.bannerexpo.static {
	display: block!important;
}
.home .bannerexpo{
   top: 133px; /*---OJO CAMBIAR TOP---*/	
}
.bannerexpo .row{
	position: relative;
}
.bannerexpo .wrapthumb{
	width: 140px;
	height: 110px;
	overflow: hidden;
	margin-top: calc( (126px - 110px)/2 );
	float: left;
	margin-right: 10px;
}
.bannerexpo .wrapthumb img{
	width: 100%;
}
.bannerexpo .titulos{
	position: absolute;
	top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);	
	width: 36%;
	left: 160px;
}
.bannerexpo .titulos .categoria{
	font-size: 1.6em;
	color: #64C5D6;
	display: block;
	text-transform: uppercase;

}
.bannerexpo .titulos .expo{
	font-size: 2.9em;
	color: white;
	display: block;
	line-height: 1;
	text-transform: uppercase;
}
.bannerexpo .menuvarios{
	position: absolute;
	right: 0;
	top:48px;
}
.bannerexpo .menuvarios ul li a{
	font-family: telefonica_light;
	color: #02DD82;
}
.menuvarios a:hover{
	text-decoration: underline;
}
.bannerexpo .menuvarios .current_page_item,
.bannerexpo .menuvarios .current_page_item a {color:white;}
.bannerexpo .menuvarios ul li{
	list-style: none;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid white;
    line-height: 1;
    font-size: 2.0em;
    color:#02DD82;
}
.bannerexpo .menuvarios ul li:last-child{
	border-right: none;
}

/*destacados agenda*/

.eventos_destacados { padding-top: 260px; display: block; /*position: fixed; z-index: 1500; left: 50%; margin-left: -550px; top:225px;*/}
.eventos_destacados > div.event {border: 10px solid #fff; display: block; float: left; overflow: initial; width: 25%; }
.eventos_destacados > div.event .txt {width: 100%; float: left; position: static;  }
.eventos_destacados > div.event .txt .middle {padding: 15px;}
.eventos_destacados > div.event .dia {font-size: 3em;}
.eventos_destacados > div.event .fecha {bottom: 0;}
.eventos_destacados > div.event .txt h2 {font-size: 1.8em;}
.eventos_destacados > div.event .wrapimg {width: 100%; float: left; height: 130px;  overflow: hidden; }
.eventos_destacados > div.event .wrapimg img {width: 100%; object-fit: cover; height: 130px; }

.eventos_destacados > div.event.exposicion  .txt {}
.eventos_destacados > div.event.ciclo  .txt {}
.eventos_destacados > div.event .txt {}
.eventos_destacados > div.event .txt {}

#calendar .fc-button-group {display: none;}
#calendar .fc-toolbar h2 {font-size: 3em; font-family: telefonica_regular; text-transform: uppercase; font-weight: normal; color: #000;}

.menu_expopage .tit_anyo {background: #fff; text-align: center; position: absolute; top:5px; left: 50%; margin-left: -75px; z-index: 9; width: 150px;}
.menu_expopage .tit_anyo h2 {margin:0px; font-size: 3em; font-family: telefonica_bold; text-transform: uppercase; font-weight: normal; color: #000;}

.menu_expopage .tit_anyo a {position: absolute; left: 0px; top:14px;
 background: url(images/nav.png) no-repeat transparent;
  background-position: left center; 
  display: block; text-align: left; text-indent: -4000px; width: 25px; height: 25px;
}
.menu_expopage .tit_anyo h2 + a {left:auto; right: 0px; background-position: right center;  }

/*--------------------------------------------------------------
# EXPOSICIONES PAGE
--------------------------------------------------------------*/

.menu_expopage{
	position: fixed;
	z-index: 1;
	max-width: 1100px;
	width: 100%;
	top: 201px;
	padding: 0!important;
	padding-top: 25px!important;
	background: #fff;
}

.page-template-page-expo .menu_expopage {top: 175px;}
.menu_expopage.dia{
	position: fixed;
	z-index: 1;
	max-width: 1102px;
	width: 100%;
	top: 201px;
	padding: 0!important;
}
.menu_expopage ul{
	margin: 0;
	padding: 0;
	position: relative;
	border-top: 0px solid white;
}
.menu_expopage ul li{
	list-style: none;
	display: block;
	float: left;
	width: calc(100% / 5);
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	line-height: 1;
	font-size: 2.4em;
	font-family: telefonica_bold;
	color: #F0F0F0;
	text-transform: uppercase;
	text-align: center;
	padding: 29px 0 20px 0;
	margin-bottom: 0;
	background-color: white;
}
.menu_expopage.dia ul li{
	width: calc(100% / 7);
}
.menu_expopage ul li:last-child{
	border-right: none;
}
.menu_expopage ul li a{
	color: #BDBDBD;
}
.menu_expopage ul li.active,.menu_expopage ul li a.active{
	color: #262626;
}
.laexpopage .dias{margin-top:115px;}

.line{
	border-top: 1px solid #e8e8e8;   
    margin-bottom: 20px;
    padding-top: 25px;
    width: 100%;
}

.cierreexpo{
	/*border-top: 1px solid #E8E8E8;
	padding-top: 25px;
	float: left;
	width: 100%;
	border-top: 1px solid #e8e8e8;*/
    float: right;
    margin-bottom: 20px;
    padding-top: 25px;
    width: 60%;
}

.cierreexpoajuste{
	float: right;
    display: inline-flex;
}
.cierreexpo a{
	display: block;
	float: left;
	border-right: 1px solid #E8E8E8;
}
.rsbtn .cierreexpo a{
	border-right: 0;
}
.cierreexpo a:last-child{
	border-right:0;
}
.cierreexpo .mail{
	height: 30px;
	width: 63px;
	background: url(images/mail.png) no-repeat center;
	background-size: 61%;
	position: relative;
	z-index: 1;

}
.cierreexpo .print{
	height: 30px;
	width: 60px;
	background: url(images/print.png) no-repeat center;
	background-size: 61%;
	position: relative;
	z-index: 1;
}
.cierreexpo .escucha{
    height: 30px;
    padding: 0 21px 0 38px;
    background: url(images/escuchar.gif) no-repeat 13px #E8E8E8;
    border-radius: 30px;
    background-size: 16px;
    color: #666666;
    font-size: 1.5em;
    line-height: 2;
    margin-left: 6px;
}



/*
	<div class="row cierreexpo">
		<div class="mail"></div>
		<div class="print"></div>
		<div class="listen"></div>
	</div>

*/

/*--------------------------------------------------------------
# TALLERES PAGE
--------------------------------------------------------------*/
.talleres .menu_expopage{
    position: relative;
    z-index: 0;
    top: 0;
}
.talleres .menu_expopage ul {
    border-top: 0;
}
.talleres .menu_expopage ul li {

    width: calc(100% / 3);
    border: 1px solid #DBDBDB;

}
/*--------------------------------------------------------------
# PAGE EVENT (INFO EXPOSICION)
--------------------------------------------------------------*/


.head_exposingle .wrap-img, .head_exposingle .tribe-events-event-image{
/*
  height: 500px!important;
  overflow: hidden!important;
  */

 /*---nuevo--*/
    height: 538px!important;
    overflow: hidden!important;
    position: absolute;
    width: 100%;
    top: 37px;
 }

.head_exposingle .wrap-img img{
  min-height: 500px;
  min-width: 100.1%;
  max-width: 1000%;
  position: relative; 
  left: 50%;
  top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);  
}
/*---corrala-----*/
.corrala .exposingle::after {
    content: "";
    display: none;
}
.corrala .wrap-img span{
	background: #747474 url(images/fondocorrala.png) repeat center center;
	width: 100%;
	height: 600px;
	display: block;
}
.logocorrala{
	background: url(images/logo_corrala.png) no-repeat center #FFFFFF;
	width: 660px;
	height: 260px;
	position: absolute;
    bottom: 0;
    left: 440px;
}

.logoblogs{
	width: 660px;
	height: 260px;
	position: absolute;
    bottom: 0;
    left: 440px;
}

.corrala .banner.dos::before {
	display: none;
}
.corrala .exposingle {
    min-height: auto;
}
.corrala .banner.dos {
    max-width: 1100px;
    margin: 0 auto 50px auto;
    width: 100%;
}

.corrala .banner.dos .wraptodo:first-child {
	padding-right: 3px;
}
.corrala .banner.dos .wraptodo:last-child {
	padding-left: 3px;
}


.head_exposingle .wrap-textos{
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: relative;

/*nuevo*/
    z-index: 2;
    height: 500px;

}

.navigation {float: right; padding-top: 10px;}
.navigation a, .navigation span {display: inline-block; padding: 5px; font-size: 16px; color: #333;}
.navigation span.current { color: #64c5d6;}

.head_exposingle .texto{
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 440px;
  width: 100%;
  padding: 25px 25px 50px 25px;

}
.head_exposingle .wrap-textos .categoria{
	display: block;
  font-size: 2.0em;
  font-family: telefonica_light;
  line-height: 2;
  color: #64C5D6;
  text-transform: uppercase;	
}
.head_exposingle .wrap-textos .titulo{
  font-size: 4.8em;
  font-family: telefonica_regular;
  line-height: 1;
  color: white;
  text-transform: uppercase;
}
/*-----BArra local-----*/
.barra-local{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #DBDBDB;
	float: left;

}

.barra-local .localizacion{
  padding-bottom: 20px;
  line-height: 1;
  background-color: black;
  height: 100%;
  padding-top: 18px;
  padding-left: 15px;
  width:440px;
  float: left;
}
.barra-local .localizacion .wrapimg, .barra-local .horario .wrapimg{
  width: 50px;
  text-align: center;
  float: left; 
}

.barra-local .localizacion img{
  width: 30px;
}
.barra-local .localizacion .txt{
	color: white;
  font-size: 1.6em;
}
.barra-local .localizacion .txt .direccion{
  color: #64C5D6;
  font-size: 0.9em;
}
.barra-local .planta{
	display: block;
	float: left;
	margin-left: -78px;
}
.barra-local .planta .plantatit{
	font-size: 1.6em;
	color: white;
    margin-top: -30px;
    display: block;	

}
.barra-local .planta .planta_num{
	display: block;
	height: 73px;
	float: left;
	font-size: 2em;
	color: white;
	line-height: 3.5;
	    margin-left: -38px;
}
.barra-local .planta img{
	width: 40px;
    margin-left: -26px;
    margin-right: 10px;
    margin-top: 12px;
    margin-left: -53px;
}

.barra-local .tags {
	background: #fff;
	float: left;
	height: 70px;
	width: 550px;
	padding-right: 50px;
	overflow: hidden;
	position: relative;
}

.barra-local .tags.ampliar {
	height: auto;
	padding-bottom: 20px;
	/*border: 1px solid #dbdbdb;*/
	border-top:0;
	min-height: 73px;
	/*z-index: 2;*/

}


.barra-local .mas {
	position: absolute;
	right: 20px; top:20px;
	cursor:pointer;
	background: url(images/masmenostags.svg) no-repeat center;
	background-position: 0;
	height: 35px;
	width: 36px;
}
.menos{
	background-position: -37px!important;
}
.barra-local .tags.ampliar .mas { }

.barra-local .tag{
	display: block;
	float: left;
	border-radius: 20px;
	background-color: #E8E8E8;
	font-size: 1.8em;
    padding: 5px 20px;
	margin-left: 25px;
    margin-top: 18px;


}
.btnssocial.movil, .btnssocial.pc .a2a_button_whatsapp{
	display: none;
}
.barra-local .btnssocial{
	display: block;
    margin-top: 18px;
    float: right;
    opacity: 0.7;
}
.barra-local .btnssocial a:first-child{
	margin-right: 5px;
}
/*----------------DATOS IZQ------------------*/
.datosizq{
	width: 100%;
    float: left;
    margin-top: 20px;
    width: 440px;

}
.datosizq .info{
	margin-top: 20px;
	height: 215px;
	background-color: #64C5D6;
}
.datosizq .horario{
	margin-top: 30px;

}
.datosizq .horario .abiertos{
	color: #64C5D6;
}
.datosizq .horario img{
	display: block;
    float: left;
    

}
.datosizq .horario .txt{
	float: left;
	margin-right: 10px;
}
.datosizq .horario .txt .dias{
  font-size: 1.6em;
  letter-spacing: 4px;
}
.datosizq .horario .txt .horas{
  font-size: 1.5em;
  margin-left: 6px;
}
.datosizq .visitas{
	display: block;
	clear: both;
	float: none;
	width: 100%;
	background-color: #64C5D6;
	margin-top: 20px;
	padding: 15px 15px 30px 15px;
	min-height: 10px;
}
.exposingle{
	margin-bottom: 30px;
	min-height: none;
}
.exposingle::after{
	content: "";
	display: block;
	height: 1px;
	background-color: #DBDBDB;
	width: 100%;
}
.datosizq .visitas img{
	display: block;
	float: left;
	clear: left;
	margin-right: 10px;
	margin-top: 20px;
}
.datosizq .visitas img:first-child{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
}
.datosizq .visitas .wrap{
	font-size: 1.6em;
	margin-left: 50px;
}

.datosizq .visitas .wrap span.titulo{
	display: block;

}
.datosizq .visitas .wrap span.dia{
	display: block;
	float: left;
	margin-right: 5px;
}
.datosizq .visitas .wrap span.hora{
	display: block;
	color: white;
}
.datosizq .visitas .wrap.docs {
	margin-top: 20px;
}
.datosizq .visitas .wrap.docs a{
	color:#fff;
}
.calendario{
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.calendario .flecha{
	width:20px;
	height: 20px;
	background: url(images/flecha-dias-expo.svg) no-repeat center;
	background-size: 17px 12px;
	position: absolute;
    left: 50%;
        top: 46px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);	

 }
.calendario .fecha{
  display: block;
  float: left;
  color: white;
  text-align: center;
  padding: 0;
  border: 1px solid #E8E8E8;
}
.calendario .fecha:first-child{
	border-right: 0;

}
.calendario .fecha:last-child{
	border-left: 0;
	margin-left: -1px;
}
.calendario .dia{
  font-size: 6.0em;
  font-family:  telefonica_bold;
  background-color: #64C5D6;
  padding: 5px 12px;

}
.calendario .mes{
  font-size: 1.8em;
  font-family:  telefonica_light;
  text-transform: uppercase;
  background-color: white;
  color: black;
  padding: 5px 12px;

}
.exposingle .info.movil{
	display: none;
}
.exposingle .info.pc{
	display: block;
	font-size: 3.0em;
	line-height: 1.4;
	font-family: telefonica_light;
	margin-left: 440px;
	padding-left: 25px;
	margin-bottom: 10px;
	padding-top: 132px;

}

.page-template-page-talleres .exposingle .info.pc {padding-top: 65px; }
.page-template-page-visitanos .exposingle .info.pc{
	font-size: 2.8em;
}
.imagefullback{
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.imagefullback img{
	    width: 100%;
	/*
    min-height: 600px;
    min-width: 100.1%;
    max-width: 1000%;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    */	
}
.textoexposingle{
    width: 85%;
    margin: 0 0 0 15%;
    color: rgb(38, 38, 38);
}
/*.textoexposingle.side{
    width: 85%;
    float: left;
    margin: 0;
}*/
.imgactividades{
	width: 15%;
	float: left;
	margin-top: 35px;
	
}
.imgactividades.audio{
	margin-top: 0px;
}
.imgactividades .dia{
	background-color: black;
}
.imgactividades .mes{
	border: 1px solid #E8E8E8;

}
.imgactividades .calendario .fecha {
    border: none;
}
.textoexposingle h3{
	font-size: 3.4em;
	font-family: telefonica_light;
	margin-bottom: -10px;
}
.textoexposingle p,.textoexposingle ol, .textoexposingle ul{
	font-size: 2.2em;
	font-family: telefonica_light;
}
.textoexposingle ol, .textoexposingle ul{
	margin: 0 0 1.5em 0;
}   
.textoexposingle img{
	width: 100%;
	width: auto;
}
.textoexposingle iframe{
	width: 100%;
}

.marginbottom{
	margin-bottom: 50px!important;
}
.slider-tweets{
	background-color: #EFEFEF;
	padding: 20px 20px 30px;
	position: relative;
}
.slider-tweets img{
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.slider-tweets .text{
	display: block;
	float: left;
	width: 75%;

}
.slider-tweets p{
	margin: 0;
	font-size: 3.8em;
	line-height: 1.2;
	font-family: telefonica_light;
}
.slider-tweets .user{
	font-size: 2.4em;
	line-height: 3;
	font-family: telefonica_light;
}

/*--------------------------------------------------------------
# SLIDERS SINGLE EVENT
--------------------------------------------------------------*/
/*-------imgs slider--------*/
.wrap-sliderevent{
	position: relative;
	max-width: 1100px; 
	width: 100%; 
	min-width: 250px; 
	margin: 0 auto; 
	overflow: hidden;
	z-index: 0;
}
.wrap-sliderevent .slides li{
	position: relative;
	height: 600px;
	overflow: hidden;
	background-color: black;
	text-align: center;
}
.wrap-sliderevent .slides img{
	height: 525px;
/*
    min-height: calc(600px - 70px);
    min-width: 100.1%;
    max-width: 1000%;
	position: relative;
	top:50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 
    margin-top: -35px;
*/    
}
.wrap-sliderevent .slides p{
	background-color: #F7F7F7;
	font-size: 1.8em;
	line-height: 2em;
	padding: 20px;
	text-align: center;
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	min-height: 76px;
}
body .slides ol.flex-control-nav {
	display: none!important;
} 
.wrap-sliderevent {
	cursor: pointer;
}
.flex-direction-nav a{
	transition: opacity 0.3s ease-in-out!important;
	height: 50px!important;
	top: calc(50% - 40px)!important;
}
.wrap-sliderevent:hover .flex-direction-nav a{
	opacity: 1!important;

}
.flex-direction-nav .flex-prev {
    left: 30px!important;
}
.flex-direction-nav .flex-next {
    right: 30px!important;
}
.flex-direction-nav a:before {
    color: rgba(255, 255, 255, 0.8)!important;
    text-shadow:none!important;
        font-size: 36px!important;
}
/*-------twitter slider--------*/
.flex-control-nav {
    bottom: 10px!important;
    opacity: 0.7!important;
}

/*single con videos*/

.single  .container-youtube,.single  .container-vimeo {position: relative;}

/*--------------------------------------------------------------
# NOTICIAS EXPOSICIONES
--------------------------------------------------------------*/
 .margintop.noticias{
 	margin-top: calc(200px - 40px);
 }
.noticias .wrapimgtext{
	width: 100%;
	padding: 40px 0 40px 0;
	border-bottom: 1px solid #DBDBDB;
}
.noticias .wrapimgtext:last-child{
	border: 0;
}
.noticias .wrapimgtext p{
	margin: 8px 0;
}
.noticias .imgnoticia{
	width: 23.63636364%;
	margin-right: 1.818181818%;
	float: left;
}
.noticias .textnoticia{
	width: 74.54545455%;
	float: right;
}
.noticias .textnoticia .fecha{
	font-size: 2.0em;
	color: #64C5D6;
}
.noticias .textnoticia .tit{
	font-size: 3.4em;
	color: black;
	line-height: 1.3;
}
.noticias .textnoticia .conten{
	font-size: 2.2em;
	font-family: telefonica_light;
}
.noticias .textnoticia .conten a{
	color: #02F191;
}


/*buscador tel*/
.buscador_telefonica #su {    
	border-bottom: 1px solid rgb(219, 219, 219);
    font-family: telefonica_light;
    font-size: 2.2em;
    line-height: 2.5;
    margin-top: 30px;}
.buscador_telefonica h3 {
	display: none;
}
.buscador_telefonica dt { font-family: telefonica_light;  font-size: 3.4em;  line-height: 1.3;}
.buscador_telefonica dd {    font-family: telefonica_light;  font-size: 2.2em;  color: #b2b2b2; margin: 8px 0; padding-bottom: 20px;}
.buscador_telefonica dd p {margin: 10px 0;}
.buscador_telefonica .ct span a {display: inline-block; font-size: 16px; padding: 3px;}
.buscador_telefonica .ct span strong {display: inline-block; font-size: 16px; padding: 3px; color: #64C5D6; }


/*--------------------------------------------------------------
# EVENTOS EXPOSICIONES
--------------------------------------------------------------*/
.expoeventos .event{
	margin-bottom: 30px;
}
.expoeventos .txt{

}


.expoeventos .event .wrapimg {
	position: relative;

}
.expoeventos .event .sangre {
	right: auto;
    left: 0
}
.expoeventos .event.fila2img .sangre {
	left: auto;
	right: 0
}
.expoeventos .event .wrapfechasevents{
	position: absolute;
	right: 50%;
	left: auto;
}
.expoeventos .event .wrapfechasevents.oddy{
	left: 50%;
    right: auto;
}
.expoeventos .event .dia{
  font-size: 6.0em;
  font-family:  telefonica_bold;

}
.expoeventos .event .mes{
  font-size: 2.4em;
  font-family:  telefonica_light;
  text-transform: uppercase;

}
.expoeventos .wrapimg .sangre{
	top: 120px;
}

.expoeventos .wrapfechasevents .fecha{
	height: 120px;
}

/*-----------participar------------*/
.participar{
  /*display: none;*/
  font-size: 2.0em;
  /*margin-bottom: 40px!important;*/
}
.participar p {
    font-size: 1.1em;
    font-family: telefonica_light;
}

.plus_btn{
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(images/plus.svg) no-repeat center;
	background-size: 30px 30px;
	bottom: 15px;
	left: 0;
	cursor: pointer;
	z-index: 1;
}
.destacados_mes div.plus_btn{
	display: none;
}
.plus_btn.oddy{
	left: auto;
	right: 0;
}
.minus_btn{
  background-image: url(images/minus.svg);
}
.participar .fecha{
	display: block;
	float: left;
	color: black;
	text-align: center;
	width: auto;
	border-right: 1px solid black;
	padding-right:10px; 
}
.datosizq .participar .horario {
	margin-top:0;
}
.participar .dia{
  /*font-size: 2.0em;*/
  font-size: 1.7em;
  line-height: 1;
  font-family:  telefonica_bold;

}
.participar .mes{
  /*font-size: 0.8em;*/
  font-size: 0.7em;
  font-family:  telefonica_light;
  text-transform: uppercase;

}
.participar .horas{
  /*font-size: 0.9em;*/
  font-size: 0.7em;
  margin-left: 8px;
}
.participar span{
	display: block;
	float: left;
	margin: 20px 0px;
}
.participar img{
	display: block;
	float: left;
	/*margin: 20px 0px 20px 20px;*/
	margin: 20px 0px 20px 10px;
}
.participar img.ical{
	display: block;
	float: left;
	margin: 5px 10px 10px 20px;
}
.participar .linea_reserva{
	border-bottom: 1px solid #DBDBDB;
	padding: 10px;
}
.participar .linea_reserva:last-child{
	border: 0;
}
.participar span.proximo{margin-left:10px;}
.participar span.completo{
	display: block;
    float: right;
    background-color: #DBDBDB;
    padding: 5px 25px 8px 25px;
    border-radius: 5px;
    line-height: 1;
    font-size: 20px;
    margin-top: 15px;    
}
.participar a.reservabtn{
	display: block;
    float: right;
    background-color: #02F191;
    padding: 5px 25px 8px 25px;
    border-radius: 5px;
    line-height: 1;
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
    width: 145px;
}
.participar-multi a.reservabtn{
	display: block;
    float: right;
    background-color: #02F191;
    padding: 5px 25px 8px 25px;
    border-radius: 5px;
    line-height: 1;
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
    width: 145px;
	margin-right: 10%;
}
.participar a.reservabtn:hover{
	background-color: #01BA6D;
}
.participar-multi a.reservabtn:hover{
	background-color: #01BA6D;
}
.participar div.column.six:first-child{


}
.participar div.column.six:last-child{
	padding-left: 50px;

}
/*--------------------------------------------------------------
# VISITANOS
--------------------------------------------------------------*/
.visitanos .bloqueinfo{
	margin-bottom: 20px;
}
.visitanos .planta{
	margin-top: 20px;
}
.visitanos .planta_icon{
	width: 45px;
	height: 45px;
	background: url(images/planta_icon.svg) no-repeat center;
	background-size: 42px 42px;
	text-align: center;
	font-size: 2.0em;
	line-height: 2.5;
	float: left;
	margin-right: 10px;
}
.visitanos .metro_icon{
	width: 45px;
	height: 50px;
	background: url(images/metro.svg) no-repeat center;
	background-size: 41px 50px;
	float: left;
	margin-right: 10px;
}
.visitanos .tren_icon{
	width: 45px;
	height: 45px;
	background: url(images/tren.svg) no-repeat center;
	background-size: 29px 45px;
	float: left;
	margin-right: 10px;
}
.visitanos .bus_icon{
	width: 45px;
	height: 34px;
	background: url(images/bus.svg) no-repeat center;
	background-size: 37px 34px;
	float: left;
	margin-right: 10px;
}
.visitanos .bici_icon{
	width: 45px;
	height: 24px;
	background: url(images/bici.svg) no-repeat center;
	background-size: 39px 24px;
	float: left;
	margin-right: 10px;
}
.visitanos .informa_icon{
	width: 45px;
	height: 34px;
	background: url(images/info_icon.svg) no-repeat;
	background-size: 34px 34px;
	float: left;
	margin-right: 10px;
}
.visitanos .datosizq .horario {
    margin-top: 0px;
}
.visitanos .datosizq{
    padding-left:25px; 
}
.visitanos .icon-info{
	float: left;
	font-size: 1.6em;
	line-height: 1.3;
}
.visitanos .icon-info .icon-tit{
	color: #64C5D6;
	display: block;
}
.visitanos .icon-info .icon-tit a{
	color:#02dd82;
}
.visitanos .icon-info .icon-text{
	display: block;
	width: calc(385px - 30px);

}
.visitanos .bloquetit{
	margin-top: 20px;
	font-size: 2.4em;
}
/*--------------------------------------------------------------
# SINGLE NOTICIA
--------------------------------------------------------------*/
.singlenoticia{
	padding-top:50px; 
}
.singlenoticia img{
	max-width: 1100px;
	width: 100%;

}
.singlenoticia .entry-content p img{
	max-width: 100%;
	width: auto;

}
.singlenoticia .entry-content p a {text-decoration: underline;}
.singlenoticia .entry-header span{
	font-size: 2.0em;
	color: #64C5D6;
}

.singlenoticia .entry-header h1{
	font-size: 4.4em;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
}
.singlenoticia header{
	margin-bottom: 35px;
}
.singlenoticia h3{
	font-size: 3.4em;
	font-family: telefonica_light;	
}
.singlenoticia p{
	font-size: 2.2em;
	font-family: telefonica_light;	
}

.textoexposingle li {
	/* recuperado despues de audioguias */
	font-size: 2.2em;
	font-family: telefonica_light;	
}
.singlenoticia .btnssocial img{
	max-width:none;
	width: auto;

}
.singlenoticia .barra-local{
	height: auto;
	margin-bottom: 70px;
}
.singlenoticia .btnssocial {
    margin-top: 15px;
}
/*--------------------------------------------------------------
# AGENDA!!!
--------------------------------------------------------------*/
.menu_expopage.meses .actual{
	color: black;
}
.menu_expopage.meses ul li {
    width: calc(100% / 12);
    border:0;
    font-size: 3.0em;
}
.menu_expopage.meses ul {
    border-top: 0;
}

#calendar{
	font-size: 125%;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale!important;
	-o-font-smoothing: antialiased!important; 
	margin-top: 200px; 
}
div#calendar.fc{
	max-width: 1100px!important;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#calendar .fc-event-container{
	padding-top: 20px;
}
#calendar .fc-event-container img{
	display: inline-block;
	float: left;
	margin-top: -12px;
	width: 45px;
	height: 45px;
	object-fit: cover;
}
#calendar .fc-event-container p.cat{
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 3px 10px 5px 10px;
	border-radius: 10px;
	margin-left: 55px;

}
#calendar .fc-content{
	font-size: 1.6em;
	white-space: normal;
	max-width: 157px;
	clear: both;
	margin-left: 5px;
}
 #calendar .fc-title{
 	white-space: normal;
 	display:block;
	max-width: 157px;

 }
 #calendar table .fc-row.fc-widget-header{
 	display: none;

 }
div.fc-day-grid-container.fc-scroller{
	height: auto !important;
}

.fc td, .fc tr, .fc th, .fc thead, .fc table{
	border:0;
}
.fc td {
	border-right: 0px solid #DBDBDB;


}
.fc td:last-child {
	border:0;
}

.fc thead td{
	
}
.fc .fc-row:first-child thead{
	border-top: 0;

}
#calendar table .fc-day-number{
	text-align: center;
	color: black!important;
	text-transform: uppercase;
	line-height: 1;
	padding: 10px;
	border: 1px solid #DBDBDB;
	border-width: 1px 0px;

}

#calendar table .fc-day-number span{
	display: block;
}
#calendar table .fc-day-number span.dia{
	font-size: 1.6em;
}
#calendar table .fc-day-number span.num{
	font-size: 2.4em;
}
.fc tbody .fc-row .fc-content-skeleton table {
   border-top: 1px solid #DBDBDB;
}

div.fc table {
   background:#fff url(images/f_tabla.png) repeat-y left 0 ; background-size: auto;
   
}
.fc-day-grid-event {
    margin: 1px 7px 0 7px;
    padding: 0 1px;
}

.fc .fc-time{
	font-size: 14px;
}
#calendar .fc-row:first-child .fc-content-skeleton table thead tr{
	display: none;
}
/*---days fixed----*/
.daysfixed{
	position: fixed;
    top: calc(280px + 84px);
    max-width: 1100px;
    z-index: 1;
}
.daysfixed #actual{
	    background-color: #DBDBDB!important;
}
.daysfixed span, .tickerdestac span{
	display: block;
}
.daysfixed span.dia, .tickerdestac span.dia{
	font-size: 2.0em;
	text-transform: uppercase;
	line-height: 1;
}
.daysfixed span.num, .tickerdestac span.num{
	font-size: 3.0em;
	line-height: 1;
}
.daysfixed td{
	text-align: center;
	color: black!important;
	padding: 10px;
	border: 1px solid #DBDBDB;
	background-color: white;
}
.daysfixed td.actual{
	    background-color: #DBDBDB;
}

td.fc-today {
	background: #ECECEC!important;
}
/*-----ajustar margen sin ticker-----*/
.noticker table.daysfixed{
	margin-top: -66px!important;
}
.noticker div#calendar { 
	margin-top: 0px!important;
}
.noticker .tickerdestac{
	display: none;
}
/*---days tickerdestac----*/
.tickerdestac{
	position: fixed;
	top: calc(280px);
	background-color: #82D166;
	max-width: 1100px;
	width: 100%;
	height: auto;
	padding: 0 20px;

}
.tickerdestac::after{
	content: "";
	display: block;
	height: 15px;
	background-color: white;
	width: 1100px;
	position: absolute;
	bottom: -15px;
	left: 0;
}
.tickerdestac div{
	float: left;
	height: 100%;
	margin-right: 20px;
}
.tickerdestac .dia{
	margin-top: 10px;	
}
.tickerdestac .evt{
	text-transform: uppercase;
	font-size: 3.6em;
	color: white;
	font-family: telefonica_light;
	margin-top: 7px;
}
.tickerdestac .imag{
	height: 70px;
}
.tickerdestac img{
	height: 100%;
}
.tickerdestac .cat{
	font-size: 1.4em;
	line-height: 1.2;
	color: white;
	text-transform: uppercase;
	margin-top: 15px;
}
.tickerdestac .expl{
	font-size: 1.8em;
	line-height: 1.5;
}
.tickerdestac .hora{
	font-family: telefonica_bold;
	display: inline;

}

/*comentarios*/

#respond {font-family: telefonica_regular; font-size: 16px; border: 20px solid #f7f7f7; background: #fff; max-width: 1100px; margin: 0 auto; padding: 20px;}
#social #respond #reply-title, #social #respond .social-nav .social-current-tab {background: transparent;}
#social #respond h3 {font-size: 24px; font-family: telefonica_light;}
#commentform  {padding-top: 40px;}
#social  #respond .social-divider {padding: 20px 0px;}
#social  #respond  input#submit {
    color: #ffffff;
    font-family: telefonica_regular;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    background:#252525;
    height: auto;
    padding: 5px 10px;
    border-radius: 0;
    margin-top: 20px;}


#social #respond  #submit, #social #respond  .social-input-row .social-input {height: auto; border-radius: 0; padding: 4px;}

#social-tabs-comments  {font-family: telefonica_regular; font-size: 16px; border: 20px solid #f7f7f7; background: #fff; max-width: 1100px; margin: 0 auto; padding: 20px;}

body #social .social-comment {border: 1px solid #e1e1e1; border-radius: 0; padding: 20px; }
#social .social-comment-header, #social .social-comment-body, #social .social-comment-entry-meta {
    padding-left: 0px;
}

#social .social-comment-header {z-index: 1!important;}

#social .social-fn a {color: #64c5d6;}
#social #reply-title span, #social .social-nav .social-current-tab a,
#social .social-nav {background: #fff; border: 0px;}


#social .social-nav .social-current-tab,
#social .social-nav .social-current-tab a {background: #f7f7f7; }

/*error-404*/

.error-404 { overflow:hidden; border-radius:50px; position:relative; height: 611px; margin-top:50px;  padding: 40px; background: url(images/houston3.gif) no-repeat 0 0; background-size: cover; border-radius: 30px;  background-color: #000000; color: #fff;}
.error-404 h2 {position:relative; z-index: 2;  font-size: 100px; font-family: telefonica_regular; color: #fff; line-height: 1em; margin: 0 0 40px 0;}
.error-404 span {position:relative; z-index: 2;font-family: telefonica_light; font-size: 30px;  line-height: 1em;}
.error-404 span a { color: #02dd82;}

.error-404 .negro {
    background-color: #000000;
    height: 611px;
    left: 0;
    opacity: 0.36;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

/*--------------------------------------------------------------
# DESCARGAS
--------------------------------------------------------------*/
.margin170{
	margin-top: 170px;
}
.descargaspage {
	min-height: 100%;
}
/*---form----*/
.descargaspage .buscar{
	background-color: #EFEFF0;
	padding: 22px;
}
.descargaspage .search-submit{
	height: 39px;
}
.descargaspage input[type="search"]{
  box-sizing:border-box;
  width: 420px;
  height: 39px;
}
.descargaspage form.search-form{
	margin: 0 auto;
	width: 460px;
}
.expodescargas {
	margin-top: 40px;
	height: auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #E8E8E8; 
}
.expodescargas:last-child {
	margin-bottom: 50px;
	border-bottom: none; 	
}
.expodescargas div{
	float: left;
}
.expodescargas .imgwrap{
	width: 260px;
	margin-right: 20px;
	height: 100%;
}
.expodescargas .lista {
	width: calc(100% - 280px);
}
.expodescargas ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.expodescargas li{
	background: url(images/doc_icon.svg) no-repeat;
	background-size: 41px 46px;
	min-height: 50px;
	margin-bottom: 15px;
}
.expodescargas li span{
	margin-left: 52px;
}
.expodescargas span{
	display: block;
	line-height: 1.2;
}
.expodescargas .expo{
	font-size: 3.4em;
	color:rgb(38, 38, 38);
	line-height: 1.5;
}
.expodescargas .cat{
	font-size: 2em;
	text-transform: uppercase;
	color:rgb(100, 197, 214);
}
.expodescargas .type{
	font-size: 1.4em;
	color: rgb(2, 241, 145);
	font-family: telefonica_light;
	text-transform: uppercase;
}

.expodescargas .name{
	font-size: 2.2em;
	font-family: telefonica_light;
}


/*--------------------------------------------------------------
# PRENSA
--------------------------------------------------------------*/
.descargaspage .wrap_titbloque{
  margin: 30px auto 0 auto;
}
.wrapgente span{
	display: block;
	font-family: telefonica_light;
	color:rgb(38, 38, 38)
}
.wrapgente .name{
	font-size: 3.2em;
	line-height: 1.3em;
	font-family: telefonica_regular;
	margin-top: 20px;
}
.wrapgente .type{
	font-size: 2.4em;
	margin-bottom: 10px;
}
.wrapgente .tel{
	font-size: 2em;
}
.wrapgente .mail{
	font-size: 2em;
	color:rgb(2, 221, 130);
	line-height: 1.1em;
}
.wrapgente a:hover{
	text-decoration: underline;
	color:rgb(2, 221, 130);
}

.expodescargas a:hover .type{	
	text-decoration: underline;
}
.expodescargas a:hover .name{	
	text-decoration: none;
	color:black;
}

/*-----descargas ICONS------*/
li.foto_icon{
	background: url(images/foto_icon.svg) no-repeat;
	background-size: 41px 46px;
}
li.video_icon{
	background: url(images/video_icon.svg) no-repeat;
	background-size: 41px 46px;
}
/*--------------------------------------------------------------
# RESULTADOS PAGE
--------------------------------------------------------------*/

.numresults{
    font-size: 2.2em;
    font-family: telefonica_light;
    margin-top: 30px;
    border-bottom: 1px solid rgb(219, 219, 219);
    line-height: 2.5;
}
.numresults span{
	font-family: telefonica_bold;
}

/*--------------------------------------------------------------
# MEDIATECA
--------------------------------------------------------------*/
.mediateca .subti{
	color: rgb(107, 112, 117);
	font-family: telefonica_light;
	font-size: 2.0em;
	text-align: center;
	line-height: 1;
}
.mediateca .subti a{
	color: rgb(2, 221, 130);
}
.mediateca .subti a:hover{
	color: rgb(2, 221, 130);
	text-decoration: underline;
}
.rowbig{
	max-width: 1400px;
	/*overflow:hidden;*/
	width: 100%;
	margin: 0 auto;
	min-width: 250px;
}
.home .mediateca .flex-viewport li{
	margin: 0 10px;
	position: relative;
	background-color: black;
}
.home .mediateca .flex-viewport a{
	display: block!important;
}
.home .lazy-load-youtube-info{
	position: absolute;
	background-color: black;
	padding: 25px;
	bottom: 0;
	opacity: 0;
	width: 100%;
	/*display: block!important;*/
	display:none;
	min-height: 105px;
}

.preview-youtube .lazy-load-youtube-div { width: 100%!important;}

.home .entry-content a.lazy-load-youtube, .home a.lazy-load-youtube, .home .lazy-load-vimeo {height:338px;}
.home .preview-vimeo:hover:after,.home .preview-youtube .lazy-load-youtube-div:hover:before,.home .preview-youtube .lazy-load-youtube-div:hover::before{display:none;}
.mediateca .flex-direction-nav {
	display: none;
}
.home .titletext.youtube {
    display: block!important;
    font-size: 24px;
    line-height: 1.2;
    font-family: telefonica_light;
    font-weight: normal;
  	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale!important;
	-o-font-smoothing: antialiased!important;  
	min-height: 105px;
	background-color: black;
	color:white;
	width: 100%;
}

/*----videos expos-----*/

.single a.lazy-load-youtube, .single a.lazy-load-vimeo,
.page a.lazy-load-youtube, .page a.lazy-load-vimeo {
	height: 650px;
}
.single a.lazy-load-youtube::after, .single a.lazy-load-vimeo::after,
.page a.lazy-load-youtube::after, .page a.lazy-load-vimeo::after {
	content: "";
	display: block;
	width: 70px;
	height: 50px;
	background: url(images/youtube2.png) no-repeat;
	background-size: auto 50px;
	position: relative;
	top: calc(50% - 25px);
	left: calc(50% - 35px);
	background-position: -70px 0;
}
.single a.lazy-load-youtube:hover::after, .single a.lazy-load-vimeo:hover::after,
.page a.lazy-load-youtube:hover::after, .page a.lazy-load-vimeo:hover::after {
	background-position: 1px 0;
}
.preview-vimeo:after, .preview-youtube .lazy-load-youtube-div:before, .preview-youtube .lazy-load-youtube-div::before, .preview-vimeo::after {
    display: none!important;
}

/*--------------------------------------------------------------
# ENLACES Y HOVERS!!!
--------------------------------------------------------------*/
.textoexposingle strong a, .exposingle .info strong a, .textnoticia .conten strong a, .singlenoticia .entry-content strong a{
	font-weight: normal!important;
	text-decoration: none!important;
}

.textoexposingle a, .exposingle .info a, .textnoticia .conten a, .singlenoticia .entry-content a{
	color: rgb(2, 241, 145);
	text-decoration: none!important;
}
.textoexposingle a:hover, .exposingle .info a:hover, .textnoticia .conten a:hover, .singlenoticia .entry-content a:hover{
	color: rgb(2, 241, 145);
	text-decoration: underline!important;
}


/*--otros---*/

article footer.entry-footer{
	display: none;
}
/*------------CORRALA------------*/

.page-template-page-corrala .head_exposingle .wrap-textos{
	height: 350px;
}

.page-template-page-corrala .head_exposingle .wrap-img{
    height: 388px!important;
}

ul.filtros {
	background-color: #93969A;
	border-radius: 20px;
	display: inline-block;
	margin-left: 8px;
	padding: 0 5px;
}
ul.filtros li{
	margin-left: 0;
	font-size: 16px!important;
	color: white!important;
	border-right: 0!important;
	padding: 5px!important;
	font-family: telefonica_light;
	cursor: pointer;
}
ul.filtros li span{
	width: 14px;
	height: 14px;
	display: inline-block;
	
}
ul.filtros li:nth-child(1) span{
	background-color: #64C5D6;
}
ul.filtros li:nth-child(2) span{
	background-color: #FFBB00;
}
ul.filtros li:nth-child(3) span{
	background-color: #82D166;
}
ul.filtros span.select{
	background:url(images/check_icon.png) no-repeat center;
	background-size: 9px 6px;
	
}
.filtros input[type="checkbox"]{
	display: inline-block;

}
.movil.logotelefonica {
	display: none;
}

#social .social-fn {
    margin-left: 50px;
}
#social .social-comment-body p {
    margin-left: 50px;
}

/*--------------------------------------------------------------
# RESPONSIVE -OJO DE ULTIMO PARA QUE SOBREESCRIBA!!!
--------------------------------------------------------------*/
@media screen and (max-width: 1220px) {
	.wrap-second-menu ul li a {
	    font-size: 2em;
	}
}
@media screen and (max-width: 1140px) {
	.wrap-second-menu ul li a {
	   font-size: 1.6em;
	}
}
@media screen and (max-width: 1024px) {
	/*--OCULTAR COSAS--*/
	.wrap-second-menu, .menutop, .lugarfecha, .nav_btns .logotelefonica {
		display: none!important;
	}
	nav .movil.logotelefonica{
		display: block!important;
    top: 1px;
    left: 69px;
		bottom: auto;
		right: auto;
		
	}
	.home nav .movil.logotelefonica img{
		width: 90px;
		margin-top: 14%;
	}
	.destacados_mes {padding: 0 20px;}
	.flex-viewport ul li {
    	max-width:600px !important;
	}
	/*--NAV--*/
	.home nav{
		top: 0;
		height: 65px; /*altoNAV*/
	}
	.home nav .logo {
		width: 50px;
		margin: 0px 0 0 0px;
	}
	.home header {
    	margin-bottom: 65px;/*altoNAV*/
	}
	.nav_btns {
 	   position: absolute;
    	right: 0;
	}
	.home nav .search, nav .search { /*OJO CAMBIAR EL JQUERY!!!!!*/
	    top: 16px;
	    right: 0;
	    width: 34px;
	    height: 65px;
	    background: url(images/lupa_x_big.png) no-repeat center;
	    background-position: -34px 0;
	    background-size: 68px;
	}

	.home nav .fondo_menu,.home nav .contenedor-menu{
	    top: 65px;
	}
	.home nav .fondo-oscuro {
		margin-top: 65px;
	}
	nav .buscar{
		top: calc(140px - 35px);
	}
	.home .menu-toggle.c-hamburger, .menu-toggle.c-hamburger {
	    top: 10px;
	    right: 50px;
  -webkit-transform: scale(1.5); /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
      -ms-transform: scale(1.5); /* IE 9 */
          transform: scale(1.5); /* IE 10, Fx 16+, Op 12.1+ */	    
	}
	.left_btn {
	    width: 45px;
	    height: 45px;
	    top: 10px;
	    right: 48px;
	    background-size: 45%;
	}
	.home .left_btn {
	    top: 10px;
	}	
	header .lugarfecha {
		top:12px;
		font-size: 2em;
	}
	/*---BANNER----*/
	.banner .wrap-img{

		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.banner .wrap-textos p {
		display: none;
	}
	.banner .wrap-textos-1 p {
		display: none;
	}
	.banner .texto {
	    background-color: black;
	    bottom: auto;
	    left: 0;
	    max-width:100%;
	    min-height: 150px;
	    padding-bottom:20px; 
	}
	.banner .texto .titulo {
		color: white;
		font-size: 5.0em;
	}
	.banner .wrap-textos {
	    max-width: 1100px;
	    width: 100%;
	    margin: auto;
	    position: absolute;
	    top: -150px;
	}
	.banner .wrap-textos-1 {
	    max-width: 1100px;
	    width: 100%;
	    margin: auto;
	    position: absolute;
	    top: -150px;
	}
	.banner .wrap-textos .hora {
		position: absolute;
	    background: black;
	    font-size: 2.8em;
	    bottom: -330px;
	    left: 29px;
	}
	.banner .wrap-textos-1 .hora {
		position: absolute;
	    background: black;
	    font-size: 2.8em;
	    bottom: -330px;
	    left: 29px;
	}	
	.banner div.igualar {
	    padding-bottom: 25px!important;
	}

	.head_exposingle .wrap-img img {
	    height: 100%;
	    width: auto;
	    min-height: 320px;
	}
	.exposingle::after {
		background-color: white;
	}
	.exposingle, .site-content{
		overflow: hidden;
	}	
	.banner .item:before,
	.banner .item:after{
	  content: "";
    display: table;
   }
	.banner .item:after{
		clear: both;
   }   
	.banner .item{
    /* IE6 y 7 */
    zoom: 1; 
    margin-bottom: 60px;
	}

	

/*---------------------------*/
	.home header {
	    border-bottom: none;
	}
	.event .wrapfechasevents.oddy .fecha { 
		 margin-right: -2px;
	}	
	.event .wrapfechasevents .fecha {
	    height: 90px;
	    font-size: 0.7em;
	    margin-left: 0;
	}
	.event .txt{
   	top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);   	
   }
	.event.fila2txt .txt{
		top: 50%;
	    -webkit-transform: translate(100%, -50%);
	    -ms-transform: translate(100%, -50%);
	    transform: translate(100%, -50%);
	}

	.texto-destacado p{
   		margin-top: 25px;
		margin-bottom: 12px;
   }  
   .event .txt .texto-destacado p{
   		display: none;
   }  
	.wrapimg .sangre {
	    display: none;
	}
	.event .wrapfechasevents.oddy{
	    right: 50%!important;
	    left: auto!important;
	    margin-right: 2px!important;
	}
	.event .wrapfechasevents{
		position: absolute;
		right: auto!important;
		left: 50%!important;
	}
	.cuenta_atras{
		width: 80%;
		margin: 0 auto;
	    font-size: 4.0em;
	}
	.column.twelve .titulo-destacado {
	    font-size: 2.8em;
	    font-family: telefonica_regular;
		padding-top: 290px;
		margin-bottom: 0px;
		width: 200px;
	}
	.home .event.column.twelve {
    	margin-bottom: 0px;
	}
	.event.semana{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.event.semana.fila2img .fecha {
	    left: auto;
	    right: 0;
	}

	.no_te_pierdas img, .imprencindibles img{
	    width: 100%;
	}	

	.instagram .destacado:nth-child(2) img{
		margin-left: 0;
	}
	.fullcolor {
	    width: 100%;
	    background-color: #6B7075;
	    padding-bottom: 60px;
	    margin-top: 80px;
	}

	/*-----AGENDA MES-------*/
	.event .categoria {
	    font-size: 2em;
	}
	.event .txt h2 {
	    font-size: 2.8em;
	    line-height: 1.2;
	}
	.event .hora {
	    font-size: 20px;
	}

	/*----INSTRAGRAM-----*/	
	.instagram #slideshow{
		width: 100%;
		/*! margin: 0 5%; */
	}
	.instagram img {    	
    	border: 5px solid white;
	}
	.instagram #slideshow div {float: left; padding: 10px; overflow: hidden;}
	.instagram #slideshow div:nth-child(1) { width: 50%; }
	.instagram #slideshow div:nth-child(2) { width: 50%; padding-right: 0;}
	.instagram #slideshow div:nth-child(3) { width: 50%; padding-left: 0;}
	.instagram #slideshow div:nth-child(4) { width: 50%; padding-right: 0;}

	.bloque-3-destacados div.row, .no_te_pierdas div.row, .imprencindibles div.row{
		width: 90%;
		margin: 0 5%;
	}
	.imprencindibles div.column:nth-child(1),
	.no_te_pierdas div.column:nth-child(1),
	.bloque-3-destacados div.column:nth-child(1){
		padding-left: 0;
	}
	.imprencindibles div.column:nth-child(2),
	.no_te_pierdas div.column:nth-child(2),
	.bloque-3-destacados div.column:nth-child(2){
		padding-right: 0;
	}

	/*--KALEIDOSCOPIO---*/	

	.kaleidoscopio .titulo {
	    width: 80%;
	}
	.kaleidoscopio .texto, .kaleidoscopio .foto {
		display: none;
	}
	.page-template-page-corrala .event .wrapimg,
	.page-template-page-talleres .event .wrapimg,	
	.page-template-page-eventos .event .wrapimg,
	.page-template-page-agendadia .event .wrapimg,
	.page-template-page-expo .event .wrapimg,
	.para_visitar .wrapimg{
	  width: 50%;
	  height: 320px; 
	  overflow: hidden;
	}
	.page-template-page-corrala .event .wrapimg img,
	.page-template-page-talleres .event .wrapimg img,	
	.page-template-page-eventos .event .wrapimg img,
	.page-template-page-agendadia .event .wrapimg img,
	.page-template-page-expo .event .wrapimg img,
	.para_visitar .wrapimg img{
	  width: auto;
	  height: 100%;
	  max-width: none;
	  position: absolute;
	  left: 50%;
	  -webkit-transform: translate(-50%, 0%);
   	 	-ms-transform: translate(-50%, 0%);
    	transform: translate(-50%, 0%);   
	}	

	.head_exposingle .texto {
	    background-color: rgba(0,0,0,1);
	    position: inherit;
	    bottom: auto;
	    left: auto;
	    max-width: 100%;
	    width: 100%;
	    padding: 25px 5%;
	    top: 0;
	}	
	.head_exposingle .wrap-textos .categoria {
 		font-size: 2.2em;
	}

	.barra-local .tag, .barra-local .btnssocial, .tags.ampliar{
		display: none;
	}
	.exposingle .info.pc{
		display: none;
	}
	.exposingle .info.movil {
		display: block;
		 /*reescribir*/
	    font-size: 2.8em;
	    line-height: 1.25;
	    font-family: telefonica_regular;
	    margin-left: 0;
	    margin-bottom: 0;
	    padding: 25px 5%;
	    
	    /*nuevo*/
	    background: black;
	    color: white;
	    width: 100%;
	    float: left;
	}
	.barra-local .localizacion{
		width: 100%;
		background-color: #6B7075;
	}
	.barra-local {
	    -webkit-transform: scale(1.5);
	     -ms-transform: scale(1.5);
	     transform: scale(1.5);
	    -webkit-transform-origin: 20px;	  
	    -ms-transform-origin: 20px;	  
	    transform-origin: 20px;	    
	}

	.barra-local .planta {
	    margin-left: -260px;
	}


/*--ARREGLO HEADER!!!--*/

	.head_exposingle .wrap-textos{
		height: auto;
	}

	.head_exposingle .wrap-img, .head_exposingle .tribe-events-event-image{
		height: 280px!important; 
		position: relative;
		top: 0;
		margin-bottom: 0px;
	}

	.head_exposingle .wrap-img img, .corrala .wrap-img img {
	    min-height: 280px;
	    min-width: 100.1%;
	    max-width: 1000%;
	    position: relative;
	    left: 50%;
	    top:0;
	    -webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
	   	width: 100%!important;
		height: 100%!important; 
	    object-fit:cover;
	}


	.datosizq {
	    width: 90%;
	    margin-left: 5%;
	    margin-right: 5%;
	    margin-top: 37px;
	    margin-bottom: 37px;
	}	
	.datosizq .horario .txt {
		margin-top: 15px;
	    margin-right: 100px;
	    -webkit-transform: scale(1.6);
	    -ms-transform: scale(1.6);
	    transform: scale(1.6);
	    -webkit-transform-origin: -30px 83px;
	    -ms-transform-origin: -30px 83px;
	    transform-origin: -30px 83px;
	}

	.datosizq .ical{

	    -webkit-transform-origin: left;
	    -ms-transform-origin: left;
	    transform-origin: left;		
	}
	.datosizq .visitas .wrap {
	    font-size: 2.6em;
	}
	.datosizq .visitas .wrap span.dia {
      	float: none;
	}
	.datosizq .visitas .wrap span.titulo {
	    margin-bottom: 10px;
	}	
	.barra-local {
	    border-bottom: 0;
	    margin-bottom: 15px;
	       margin-top: 18px;
	}
	.single-tribe_events .textoexposingle, 
	.page-template-page-visitanos .textoexposingle,
	.page-template-page-talleres .textoexposingle,
	.page-template-page-corrala .textoexposingle,
	.single-noticia .textoexposingle{
	    max-width: none;
	    width: 90%;
	    margin: 0 5%;
	}
	.textoexposingle h1, h2, h3 {
	    font-size: 3.6em;
	}
	.textoexposingle p, .textoexposingle ol, .textoexposingle ul {
	    font-size: 3.2em;
	    line-height: 1.4;
		width: 75%; /*arreglo expo robots*/
	}
	.imgactividades {
		display: none;
	}
	.cierreexpo {
	    width: 90%;
	    margin-left: 5%;
	    margin-right: 5%;
	}
	.page-template-page-visitanos .datosizq {

   	 margin-top: 55px;

	}

/*---footer------*/
	.rowbig{
		margin: 0;
	}
	.rowbig, .mediateca {
	    max-width: 100%;
	    width: 100%;
	    
	}
	.mediateca{
		
	}
	footer{
		 overflow-x: hidden;
	}
	footer .infogral {
	    max-width: 100%;
	    margin-right: 0;
	    -webkit-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	    transform: scale(1.5);
	    -webkit-transform-origin: left 10px;
	    -ms-transform-origin: left 10px;
	    transform-origin: left 10px;
	        margin-bottom: 80px;
	}
	footer ul li a {
	    font-size: 2.4em;
	}
	.wrap-footer-menu {
	    width: 90%;
	    margin: 0 5% 80px 5%;
	}
	footer .menu{
		margin-left: 50px;
	}
	footer .social-icons {
	    position: absolute;
	    right: 15px;
	    height: auto;
	    width: 140px;	    
	}
	footer .social-icons *, .fondo_menu .social-icons *{
	    width: 70px;
	    height: 60px;
	}
	footer .social-icons img{
	  height: 45px;
	}	
	footer .avisolegal{
		margin-left: 75px;
		margin-top: 10px;
		margin-bottom: 50px;
	}	
	footer .avisolegal a {
	    font-size: 2.2em;

	}
	footer .telelogo{
		position: absolute;
    	left: 103px;
    	margin-top: -40px;
	}	
	footer .avisolegal li {
	    display: block;
	}
	footer .avisolegal .divisor	{
		display: none;	
	}
	/*----banner expo-----------------------------------------------------*/

	.bannerexpo + .row, .page-template-page-talleres .lista_eventos, .page-template-page-corrala .lista_eventos{
		margin-top: 0;
		width: 90%;
		margin-left: 5%;	
		margin-right: 5%;
	}
	.bannerexpo{
		top: 0; /*---OJO CAMBIAR TOP---*/
	}	

	.bannerexpo, .page-template-page-visitanos .bannerexpo{
		display: block!important;
		background: none;
		height: auto;
		position: inherit;
	}
	.bannerexpo .wrapthumb{
		display: none;
	}

	.single-tribe_events .bannerexpo .titulos, 
	.page-template-page-visitanos .bannerexpo .titulos,
	.page-template-page-talleres .titulos,
	.page-template-page-corrala .titulos{
		display: none;
	}
	.post-type-archive-noticia div#primary.margintop, 
	.single-noticia div#primary.margintop,
	.page-template-page-eventos div#primary.margintop{
		margin-top: 0!important;

	}
	.post-type-archive-noticia .bannerexpo .titulos, 
	.single-noticia .bannerexpo .titulos{
	     -webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	    transform: translate(0, 0); 
	    width: 100%;
	    left: 0;
	    top: 0;
	    background-color: black;
	    padding: 25px 5%;
	    float: left;
	        position: inherit;
	}	
	.post-type-archive-noticia .bannerexpo .expo,
	.single-noticia .bannerexpo .expo {
		font-size: 4.8em;
		font-family: telefonica_regular;
		line-height: 1;
		color: white;
		text-transform: uppercase;
	}
	.post-type-archive-noticia .bannerexpo .categoria,
	.single-noticia .bannerexpo .categoria {
   	 	font-size: 2.2em;
	}

	.bannerexpo .menuvarios {
		position: inherit;
		right: auto;
    	top: auto;
		width: 100%;
		float: left;
		background-color: #6B7075;
	}
	.menuvarios ul{
	    margin: 0 5%;
	    padding: 22px 0 26px 0;
	}
	.menuvarios li, .menuvarios a{
	    font-size: 30px!important;
	    font-weight: lighter!important;
	    font-family: telefonica_light;
	    list-style: none!important;
	}
	/*- AGENDA--*/
	.page-template-page-expo .bannerexpo .titulos,
	.page-template-page-agendadia .bannerexpo .titulos {
		display: none;
	}
	.page-template-page-expo .bannerexpo,
	.page-template-page-agendadia .bannerexpo{
		position: fixed!important;
		top: 75px;
	}	
	.page-template-page-expo .menuvarios ul,
	.page-template-page-agendadia .menuvarios ul{
		    padding: 15px 0 20px 0;
	}

	.menu_expopage.dia, .menu_expopage {
	    left: 0;
	    top: calc(75px + 66px);
	}
	.page-template-page-expo .menu_expopage{
		top: 116px!important;
	}
	.page-template-page-expo .margintop{
		margin-top: 157px;
	}	
	.menu_expopage ul li{
		padding: 20px 0;
		font-size: 1.7em;
	}
	/*---Resposive AGENDA/mes---*/


	.page-template-page-agendames .titulos, .page-template-page-agendames .daysfixed, .page-template-page-agendames .row.eventos_destacados{
		display: none;
	}
	.page-template-page-agendames .menu_expopage{
    position: absolute;
    background: white;
    height: 110px;
    top: 154px;
    padding-top: 10px!important;
	
	}
	.page-template-page-agendames .menu_expopage .tit_anyo{
		top: auto;

	}
	.page-template-page-agendames .selectmes{
		display: block;
		width: 25px;
		height: 50px;
		background-color: red;
		position: absolute;
		left: calc(50% + 43px);
		background: url(images/select_expomes.png) no-repeat left 33px;
		background-size: 50px;
		cursor: pointer;
		z-index: 1;
	}
	.page-template-page-agendames .expand .selectmes{
		    background-position: -25px 30px;
	}	
	.page-template-page-agendames .menu_expopage .wrapul.expand{
		height: 840px;
	}
	.page-template-page-agendames .wrapul.expand ul{
		top: 0!important;
	}
	.page-template-page-agendames .menu_expopage .wrapul{
		height: 70px;
		overflow: hidden;
		position: relative;
		top: 30px;
	    -webkit-transition: height 0.5s ease-in-out;
	  -moz-transition: height 0.5s ease-in-out;
	  -o-transition: height 0.5s ease-in-out;
	  transition: height 0.5s ease-in-out;		
	}	
	.page-template-page-agendames .menu_expopage li{
		float: none;
		width: 100%!important;
		padding: 20px 0;		
	}
	.page-template-page-agendames .content-area.margintop {
	    margin-top: 0;
	}
	.page-template-page-agendames ul.filtros {
	    border-radius: 20px;
	    display: block;
	    margin-left: 0;
	    margin-right: 0;
	    padding: 0 5px!important;
	    position: absolute;
	    top: 200px;
		left: calc(50% - (526px /2) );    	    
	}
	.page-template-page-agendames ul.filtros li{
		font-size: 28px!important;
		padding: 5px 10px 10px 10px!important;
	}
	.page-template-page-agendames ul.filtros span{
		width: 20px;
		height: 20px;	
	}
	.page-template-page-agendames ul.filtros span.select{
		background-size: 73%;
	}


	.page-template-page-agendames div.event {
	    width: 100%;
	}
	.page-template-page-agendames div.event .wrapimg {
	    height: 275px;
	    overflow: hidden;
	   	width: 50%;
	   	    float: none;
	}
	.page-template-page-agendames div.event:nth-child(2n+1) .wrapimg {
		float: right;

	}
	.page-template-page-agendames div.event .txt {
		width: 50%;
	    position: absolute;
	    right: 0;
	    padding: 30px;		
	}
	.page-template-page-agendames div.event .middle{
		padding: 10px!important;
	} 
	.page-template-page-agendames div.event:nth-child(2n+1) .txt{
		right: auto;
	}
	.page-template-page-agendames div.event h2 {
		font-size: 2.8em!important;
    	line-height: 1.2;
	}	
	.page-template-page-agendames div.event .hora {
		font-size: 20px;
		font-family: telefonica_bold;
		text-transform: uppercase;
	}
	.page-template-page-agendames div.event .wrapimg img{
    height: inherit;
    background-color: gray;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: inherit;
    max-height: none;
	}
	.page-template-page-agendames div.event .fecha {
		bottom: auto;
		top: 0;
		right: 0;
		left: auto;
	}
	.page-template-page-agendames div.event:nth-child(2n+1) .fecha {
		right: auto;
		left: 0;

	}
	.page-template-page-agendames div.event .dia{
		font-size: 30px;
		text-transform: uppercase;
		line-height: 1.8;
	}
	.page-template-page-agendames .tit_bloque{
		margin: 0;
	}
	.page-template-page-agendames .wrap_titbloque{
		margin: 30px auto 20px auto;
		float: right;
	}
	#agenda_mobil.row{
		width: 90%;
		margin: 170px 5% 0 5%;
	}

	#agenda_mobil .wrapimg .fecha {display: none;}

	/*--NOTICIA---*/
	.post-type-archive-noticia .conten{
		display: none;
	}
	.noticias .imgnoticia {
		width: 150px;
		margin-right: 20px;
	}
	.noticias .textnoticia {
		width: calc(100% - (150px + 20px));

	}
	.noticias .textnoticia .fecha{
		line-height: 1;
	}
	/*----PRENSA & DESCARGAS--*/
	.page-template-page-prensa .menuvarios{
		display: none!important;
	}
	/*------------CORRALA------------*/
	.page-template-page-corrala .row.exposingle{
		display: block;
	}
	.page-template-page-corrala .barra-local{
		display: none;
	}
	.logocorrala{
		width: 100%;
	    height: 300px;
	    position: absolute;
	    bottom: -292px;
	    left: 0;
	    border-bottom: 1px solid #C8C8C8;
	}
	.page-template-page-corrala .exposingle,.page-template-page-corrala .site-content {
    	overflow-x: visible;
	}
	.corrala .banner .item{
		margin-bottom: 220px;
	}
	.corrala .banner .item:last-child{
		margin-bottom: 0;
	}	
	/*------*/

	.btnssocial.movil{
		display: block;
		margin-left: 20px;
    	margin-top: 0;
    	position: absolute;
    	right: 11%;
	-webkit-transform: scale(1.5);
	  -ms-transform: scale(1.5);
	      transform: scale(1.5);    	
	}
	.btnssocial.movil a{
		border: none;
		margin-left:5px; 
	}
	.btnssocial.pc{
		display: none;
	}
	.row < .btnssocial.movil{
		margin-top: 30px;

	}
	.group-blog .margintop.noticias{
		margin-top: 0;
	}
	.wrap-sliderevent .slides li{
	}
	.wrap-sliderevent .slides img{
    	max-width: none;
    	height: 533px;
	}

	.single a.lazy-load-youtube, .single a.lazy-load-vimeo, .page a.lazy-load-youtube, .page a.lazy-load-vimeo{
		width: 100%;
		background-size: 110%!important;
	}

	a.lazy-load-youtube div, a.lazy-load-vimeo div{
		width: 100%;

	}

	.corrala .event {
	    min-height: initial;
	}
	.page-template-page-corrala .twelve, .row .twelve {
	    width: 95%;
	    margin: 0 2.5%;
	}	
	.page-template-archivo-blog .margintop.noticias,
	.single-post .margintop.noticias{
		margin-top: 0!important;
	}
	.singlenoticia .barra-local {
	    height: auto;
	    margin-bottom: 20px;
	}
	.imagefullback{
		height: auto;
	}
	.page-template-default .content-area.margintop{
		margin-top: 0;/*---OJO CAMBIAR TOP---*/
	}
	
	/*arreglo tipografia home mobil*/
	.imprencindibles .cat-tit {
		font-size: 2.2em;
	}
	.imprencindibles .tit {
	    font-size: 2.8em;
	}
	.visitanos .bloquetit {
    	font-size: 3.2em;
	}
	.visitanos .icon-info {
		font-size: 2.6em!important;
	}

	/*---iconos print mail---*/

	.cierreexpo .mail, .cierreexpo .print{
		background-size: 70px auto;
		height: 60px!important;
		width: 100px;
	}
	.page-template-page-corrala .cierreexpo,
	.page-template-page-visitanos .cierreexpo,
	.page-template-page-talleres .cierreexpo,
	.page-template-page-corrala .cierreexpo{
		margin-bottom: 60px;
		margin-top: 20px;
    border: none;
	}
	.rsbtn {
		height: 145px!important;
		top: 150px;
    	left: -150px;
	-webkit-transform: scale(1.8);
	  -ms-transform: scale(1.8);
	      transform: scale(1.8);
	      float: left;
	}
	#readspeaker_button_single.rsexpanded {
  	    left: -77px;
  	    margin-top: 0!important;
  	    height: 135px!important;
	}

	/*---comentarios----*/
	body #social .social-input-row .social-label {
    	margin-bottom: 10px!important;
	    position: inherit!important;
	    width: auto!important;
	}	
	#social .social-input-row, #social .form-submit{
	    padding-left: 0!important;
	}
	#social .social-input-row .social-label{
		font-size: 20px!important;
	}
	.social-input-row .social-input {
	    width: 100%!important;
	}
	#social #respond textarea.social-input {
	    max-width: none!important;
	}
	#social .social-sign-in-links {
	-webkit-transform: scale(1.5);
	  -ms-transform: scale(1.5);
	      transform: scale(1.5);
	}
	#social .social-divider span {
	    font-size: 20px;
	}
	#social #respond h3 {
	    font-size: 34px;
	 
	}	
	/*---videos single---*/
	.single a.lazy-load-youtube::after, .single a.lazy-load-vimeo::after, .page a.lazy-load-youtube::after, .page a.lazy-load-vimeo::after {
    width: 90px;
    height: 65px;
    background-size: auto 65px;
    background-position: -90px 0;
	}
	/*--arreglo reservas responsive--*/
	.barra-local .tags{
		display: none;
	}
	.participar .proximo {
	    display: block;
	    float: right;
	    padding: 5px 0;
	    line-height: 1;
	    font-size: 20px;
	    margin-top: 15px;
	    text-align: center;
	}
	.participar .proximo, 
	.participar span.completo,
	.participar a.reservabtn {
	    font-size: 130%;
	}	
	.participar .fecha, .datosizq .participar .horario {
	    font-size: 150%;
	}	
	.cierreexpo {
    border-top: none;
  }	
  /*---- Instagram -----*/
	.instagram #slideshow {
    width: 100%;
    margin: auto;
  }
  .instagram #slideshow div:nth-child(1) {
    width: 100%;
  }

  .instagram #slideshow div {
    float: none;
    padding: 10px;
    overflow: hidden;
    text-align: center;
  }

  /*#instagram */
  .bloque {
    float: none;
    min-width: 100%;
  }
	.jr-insta-thumb ul.thumbnails {
    margin-left: auto;
  }
	
	
}/*---FINAL MEDIA QUERY -----*/



@media screen and (max-width: 900px){
	/*-----AGRANDAR MENU -----*/
	nav .fondobuscar ,nav .contenedor-menu, nav .buscar {
		
	-webkit-transform: scale(1.4);
	  -ms-transform: scale(1.4);
	      transform: scale(1.4);
	    -webkit-transform-origin: right 0px;	  
	    -ms-transform-origin: right 0px;	  
	    transform-origin:right 0px;         
	}
	.banner .wrap-img {
		height: auto;
	}
	.banner .wrap-img img {
		object-fit: contain;
	    min-height: 100%; 
	}
	.banner .wrap-textos .hora {bottom: -420px;}
	.banner.cuatro::before{
		height: auto;
	}
	.banner .wrap-textos-1 .hora {bottom: -420px;}
	.banner.cuatro::before{
		height: auto;
		
	}	

	/*destacados*/
	.imprencindibles .destacado,
	.no_te_pierdas .destacado,
	.destacados .wraptodo  {display: block!important; width: 100%; padding-bottom:30px;}	


}
@media screen and (max-width: 1024px) and (orientation:landscape){
	nav .fondobuscar, nav .contenedor-menu, nav .buscar {
	    -webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	    -webkit-transform-origin: right 0px;
	    -ms-transform-origin: right 0px;
	    transform-origin: right 0px;
	}	
	nav ul a{
		line-height: 2.5;		
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	nav .fondobuscar, nav .contenedor-menu, nav .buscar {
	    -webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    transform: scale(1);
	    -webkit-transform-origin: right 0px;
	    -ms-transform-origin: right 0px;
	    transform-origin: right 0px;
	}	
}
@media screen and (max-width: 640px){

	/*-------imgs slider--------*/

.wrap-sliderevent .slides li{
	position: relative;
	height: 396px;
	overflow: hidden;
	background-color: black;
	text-align: center;
	}
.wrap-sliderevent .slides img{
	height: auto; 
	}

	.tickergral {
	    right: 5%;
	    box-sizing: border-box;
	    width: 90%;
	    font-size: 1.5em;
	}
	.tickergral .expoicon {
    width: 60px;
  }	
	.tickergral .close {
	    width: 20px;
	    height: 20px;
	    background-size: 20px;

	}  	 
	
	  /*---- Instagram -----*/
	.instagram #slideshow {
    width: 100%;
    margin: auto;
  }
  .instagram #slideshow div:nth-child(1) {
    width: 100%;
  }

  .instagram #slideshow div {
    float: none;
    padding: 10px;
    overflow: hidden;
    text-align: center;
  }

  /*#instagram */
  .bloque {
    float: none;
    min-width: 100%;
  }
	.jr-insta-thumb ul.thumbnails {
    margin-left: auto;
  }
	jr-insta-thumb ul.thumbnails li { margin-left:auto;margin-top:auto;}

  .jr-insta-thumb ul.thumbnails.jr_col_3 li,
	.jr-insta-thumb ul.thumbnails.jr_col_4 li,
	.jr-insta-thumb ul.thumbnails.jr_col_5 li,
	.jr-insta-thumb ul.thumbnails.jr_col_6 li{
		 width:90% !importan;
	}
}
@media screen and (max-width: 480px){  

  nav .logo img{
    
  }
  .home nav .movil.logotelefonica img{
		width: 80px;
	}
  nav .logotelefonica{
     width: 90px;
  }  

  .error-404 #page {  padding: 0 20px;}
  .error-404 h2 {  font-size: 40px;}
}

/*--------------------------------------------------------------
# COLORES -OJO DE ULTIMO PARA QUE SOBREESCRIBA!!!
--------------------------------------------------------------*/
/*
	azul: #64C5D6
	amarillo: #FFBB00
	verde #82D166
	blanco #FFFFFF

*/
.blanco{
	background-color: white!important;
}
.blanco h2, .blanco .fecha{
	color: #262626!important; 
}
.blanco.exposicion .hora{
	color: #64C5D6!important; /*AZUL*/
}
.blanco.actividades .hora{
	color: #82D166!important; /*VERDE*/
}
.blanco.taller .hora,
.blanco.adultos .hora,
.blanco.jovenes .hora,
.blanco.ninos .hora{
	color: #FFBB00!important; /*AMARILLO*/
}
.blanco.exposicion .fecha,
.blanco.actividades .fecha,
.blanco.taller .fecha,
.blanco.adultos .fecha,
.blanco.jovenes .fecha,
.blanco.ninos .fecha
{
	background-color: white!important;
}

.exposicion,
.exposicion div.sangre,
.exposicion.semana .fecha,

{
	background-color: #64C5D6; /*AZUL*/
}
.actividades,
.actividades div.sangre,
.actividades.semana .fecha
{
 	background-color: #82D166; /*VERDE*/
}
.taller, 
.taller div.sangre,
.taller.semana .fecha,
.ninos,
.ninos div.sangre,
.ninos.semana .fecha,
.jovenes,
.jovenes div.sangre,
.jovenes.semana .fecha,
.adultos,
.adultos div.sangre,
.adultos.semana .fecha
{
	background-color: #FFBB00; /*AMARILLO*/
}


.rsbtn {z-index: 0!important;}
#readspeaker_button_single.rsexpanded  {float: left; width: 350px!important; /*margin-top:10px;*/ }


/*streaming*/
.item.stream  {cursor: pointer;}
.item.stream iframe {display: none; margin: 0 auto;}
.banner .wrap-img {position: relative;}
.streaming {position: absolute; top:0px; left: 0px; background: #111; width: 100%; height: 600px; z-index: 2;
  webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
  -o-transition:all 0.3s ease-out;  /* Opera */
  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
  transition:all 0.3s ease-out;  /* W3C */
}
.streaming.visible {opacity:1!important}
.streaming.visible  iframe {display: block;}
.streaming span {
    display: block;
    color: #fff;
    left: 50%;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.streaming_div {background:#262626; padding: 40px 0px;   text-align: center; width: 100%;}
.streaming_div span.bl_iframe {display: inline-block; margin: 0 auto;}

.page_navigation a {padding: 8px; font-size: 1.5em;}
.page_navigation a.active_page {color: #64c5d6;}

/*------------------------------------------------------------
	AJUSTE BARRA DE NAVEGACION PAISES - CAROLINA 28/ABR/16
-------------------------------------------------------------*/


.tickerdestac {
    top: calc(280px - 46px);
    z-index: 0;
}

/*--suscribirse--*/
#ftelruc-avisolegal strong {
    font-size: 13px;
    font-family: telefonica_regular;
    font-weight: normal;
}
#ftelruc-avisolegal {
    padding: 20px 80px 0 0;
    display: block;
    position: relative;
}
.buzon {
  padding: 19px 0 0 0;
}
@media screen and (max-width: 1024px){
	.buzon {
		width: 90%;
	}
}
#ftelruc-avisolegal p {
    margin-bottom: 0px;
    line-height: 1;
}

/*----menu paises styles----*/
header .menutop ul li a:hover, .menutop .menuactive a {
    color: white !important;
}
header .menutop ul li a {
    font-size: 1.3em;
    color: #A3A3A3;
    padding: 0;
}

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

	/*---solo se aplica a la version Desktop--*/
	nav{
	  top: 33px;
	}
	.bannerexpo{
		top: calc(75px + 33px); /*---mas el alto de la barra---*/
	}	

/*---arreglos agenda dia----*/
	.content-area.margintop {
	    margin-top: calc(115px + 33px);/*---mas el alto de la barra---*/
	}
	.menu_expopage.dia {
	    top: calc(201px + 33px);/*---mas el alto de la barra---*/
	}

/*-----agenda mes-----*/
	.page-template-page-agendames .content-area.margintop.noticker {
	    margin-top: calc(50px + 33px);
	}
	.page-template-page-agendames .content-area.margintop {
	    margin-top: calc(50px + 33px + 66px);
	}	
	.page-template-page-agendames .menu_expopage {
	    top: calc(201px + 33px + 66px);
	}
	.page-template-page-agendames .noticker .menu_expopage {
	    top: calc(201px + 33px);
	}
	.noticker table.daysfixed {
	    margin-top: -66px!important;
	}
	.daysfixed {
	    position: fixed;
	    top: calc(280px + 84px + 33px);
	    max-width: 1100px;
	    z-index: 1;
	}
	#calendar {
	    margin-top: 30px;
	}

	/*----agenda exposiciones----*/	
	.page-template-page-expo .menu_expopage {
	    top: calc(175px + 33px);
	}
	/*---Expo noticias--*/
	.margintop.noticias {
	    margin-top: calc(200px - 40px);
	}
	.margin170 {
	    margin-top: calc(170px + 33px);
	}
	.page-template-page-corrala .margin170 {
	    margin-top: calc(170px);
	}
}
/*--- formulario audioguias ----*/
/* audioguia */
 .audioguia .exposingle .info.pc p{
	margin-right:15%;
	margin-left:15%;
}
/* audioguia */
 .audioguia .exposingle .info.pc p label{
	display:inline;
	float: left;
	line-height: 1.4;
	font-family: telefonica_light;

}
/* audioguia */
 .audioguia .exposingle .info.pc p input ,  .audioguia .exposingle .info.pc p select{
	display:inline;
	float:right;
	width:30%;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 1rem;
	line-height: 2em;
	height:2em;
}
/* audioguia */
 .audioguia .exposingle .info.pc p input[type="checkbox"]{
	margin-right: 14%;
	heigth:2.2em;
}
/* audioguia */
 .audioguia .exposingle .info.pc p .form-btn{
	float:none;
	border-radius: 0;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	width:auto;
}
/* audioguia */
 .audioguia .exposingle .info.pc form p{
	text-align:center;
}
/* audioguia */
 .audioguia .exposingle .info.pc{
	margin-left:auto;
}
/* audioguia */
 .audioguia .audioguia .textoexposingle p, .audioguia .textoexposingle ol, .textoexposingle ul {
    font-size: 1em;
}
@media screen and (max-width: 1024px){
/* audioguia */
 .audioguia .exposingle .info.movil{
		line-height:1.4em;
	}

/* audioguia */
 .audioguia .exposingle .info.movil p{
		margin-right:10%;
		margin-left:10%;

	}
/* audioguia */
 .audioguia .exposingle .info.movil p label{
		display:inline;
		float: left;
		line-height: 1.4em;
		font-family: telefonica_light;

	}
/* audioguia */
 .audioguia .exposingle .info.movil p input , .audioguia .exposingle .info.movil p select{
		display:inline;
		float:right;
		width:30%;
		color: #666;
		border: 1px solid #ccc;
		border-radius: 3px;
		font-size: 1rem;
		line-height: 1.4em;
		height:2em;
	}
/* audioguia */
 .audioguia .exposingle .info.movil p input[type="checkbox"]{
		margin-right: 14%;
		heigth:1.4em;
	}
/* audioguia */
 .audioguia .exposingle .info.movil p .form-btn{
		float:none;
		border-radius: 0;
		background: #e6e6e6;
		color: rgba(0, 0, 0, .8);
		font-size: 0.75rem;
		line-height: 1;
		padding: .6em 1em .4em;
		width:auto;
		margin-top: 25px;
	}
/* audioguia */
 .audioguia .exposingle .info.movil form p{
		text-align:center;
	}
/* audioguia */
 .audioguia .exposingle .info.movil{
		margin-left:auto;
	}
	/*.underline{ color:white;}
	.site-main .audioguia{color:rgb(230, 222, 222);}
	.audioguia .textoexposingle {color: rgb(230, 222, 222);*/
	.audioguia .textoexposingle .side {float: auto;}
	
}	
@media screen and (max-width: 850px){
/* audioguia */
 .audioguia .exposingle .info.movil form p input[type="checkbox"]{ 
		margin-right: auto;
	}
}	
@media screen and (max-width: 750px){
/* audioguia */
 .audioguia .exposingle .info.movil form p{
		margin-right:3%;
		margin-left:3%;
	}
}	
@media screen and (max-width: 600px){
/* audioguia */
 .audioguia .exposingle .info.movil form p{
		text-align:center;
	}
/* audioguia */
 .audioguia .exposingle .info.movil p{
		margin:auto;
		
	}
/* audioguia */
 .audioguia .exposingle .info.movil form p label{
		margin-top: 20px;
	}
/* audioguia */
 .audioguia .exposingle .info.movil form p label , .audioguia .exposingle .info.movil p input , .audioguia .exposingle .info.movil p select , .audioguia .exposingle .info.movil p .form-btn{ 
		float:left;
		margin-left:10%;
		display:block;
		width:80%;
	}
/* audioguia */
 .audioguia .exposingle .info.movil p .form-btn{
		width:auto;
		margin-bottom:25px;
	}
}
/* audioguia */
.audioguia .textoexposingle p, .audioguia .textoexposingle ol, .audioguia .textoexposingle ul {
    font-size: 1em;
}


/* 15-11-2017 Ajustes iframe eventbrite*/

.eventbrite-ticket-embed iframe{
	/*height: auto!important;*/
	display: block;
	margin: auto;
	max-width: 1080px;
	/*max-height: 292px;*/
}
@media screen and (max-width: 480px){

	.eventbrite-ticket-embed iframe{
		/*max-height: 349px;*/
	}
}

/*Ficha Podcast*/

.head_exposingle .textopodcast {
    position: absolute;
	margin-top: 5%;
    left: 0;
    max-width: 100%;
    width: 100%;
}

.head_exposingle .wrap-textos .titulopodcast {
    font-size: 4.8em;
    font-family: telefonica_regular;
    line-height: 1;
    color: black;
}

.head_exposingle .wrap-imgpodcast {
    height: 538px!important;
    overflow: hidden!important;
    position: absolute;
    width: 100%;
    top: 225px;
}

.wrapimg .sangrepodcast {
    display: block;
    width: 82px;
    /*height: 500px;*/
    background-color: #64C5D6;
    position: absolute;
    top: 271px;
    right: auto;
    left: 0;
	cursor: pointer;
}
.antena {
	 margin-top: 1%;
}
@media screen and (max-width: 1024px){

	.antena {
		margin-top: 4%;
	}
}

/*----AJUSTE HORARIOS----*/
footer .finde{
	color: #64C5D6;
}
footer .semana{
	color: #FFFFFF;
}

.logospd{
	width: 20%;
	float: right;
	margin-top: -100px;
}
.logosf1{
	width: 55px;
	float: left;
}
.txtlogos {
	float: right;
	color: white;
	font-family: telefonica_light;
	font-size: 1.2em;
	display: inline-block;
	width: 71%;
	margin-top: 3px;
}
.logosf2{
	width: 135px;
}
.divtel{
	width: 67%;
	margin-top: 75px;
}
@media screen and (max-width: 1024px){

	.logospd{
		width: 63%;
		float: right;
		margin-top: -54px;
	}
	.logosf1{
		width: 55px;
		float: left;
	}
	.txtlogos {
		float: left;
		color: white;
		font-family: telefonica_light;
		font-size: 0.9em;
		display: inline-block;
		width: 55%;
		margin-top: 6px;
		margin-left: 18px;
	}
	.logosf2{
		width: 170px;
	}
	footer .avisolegal ul {
		display: inline-block;
		float: left;
		margin-top: 35px;
	}
	.pacdi {
		width: 70px;
		max-width: 70px;
	}
	.divtel {
		width: 67%;
		margin-top: 50px;
	}
}

