﻿/**
 * Theme Name:     Ativa2020
 * Author:         Ativacl
 * Template:       Divi
 * Text Domain:	   ativa2020
 * Description:    Ativa 2020
 * Theme URI:      http://ativa.cl
 * Author URI:     http://ativa.cl
 * Version:        1.0
 * Tags:           Ativacl
 */
 
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {}
body {
    font-family: 'GT Pressura Trial';
    color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GT Pressura Bold';
}
.ir-arriba {
    display: none;
    padding: 20px;
    background: #024959;
    font-size: 20px;
    color: #fff;
    opacity: 0.3;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: url('img/icon_top.png') no-repeat;
}

/* clear */
.clear {
    clear: both;
}
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
a {
    color: #444;
    text-decoration: none;
}
a:hover {
    color: #444;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}
.nopadding {
    padding: 0 !important;
}
.nomargin {
    margin: 0 !important;
}
.vert-offset-top-22 {
    margin-top: -22em;
}

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

/* wrapper */
.wrapper {
    margin: 0 auto;
    position: relative;
}
.row-fluid {
    background: none !important;
}
.row {
    margin: 0 !important;
}
.row-wrapper {margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1200px;
}

/* header */
.header {}
.logo-img {}

/* nav */
.nav {}

/* Navbar mni */
.wrapper-navbarmini {
    position: absolute;
    z-index: 2;
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px;
    left: 0;
    right: 0;
}
.navbar-mini {
    background: #99f5e8;
    padding: 0 !important;
    width: 260px;
}
.navbar-mini .nav {}
.navbar-mini a {
    color: #000 !important;
    text-transform: uppercase;
    font-family: 'GT Pressura Regular';
    font-size: 12px !important;
    padding: 10px !important;
}
.navbar-mini .dropdown-menu {
    padding: 0px;
    margin: 0px;
    border: none;
    box-shadow: none;
}
.nav-pills>li+li {
    margin: 0px !important;
}
.navbar-mini .dropdown-menu.social {
    min-width: 147px !important;
}
.navbar-mini .dropdown-menu.idioma {
    min-width: 112px !important;
}
.navbar-mini .dropdown-menu.idioma li a {
    max-width: 112px;
    margin: 0px !important;
    border-radius: 0px;
}
.navbar-mini .dropdown-menu.social li a {
    max-width: 147px;
    margin: 0px !important;
    border-radius: 0px;
}
.navbar-mini li {
    background: #99f5e8;
}
.navbar-mini li>a:hover {
    background: #f5f5f5 !important;
    border-radius: 20px;
}
.navbar-mini a strong {
    font-family: 'GT Pressura Bold';
}

/* Navbar sin imagen */
.slider-none.navbar-default li a {
    color: #000 !important;
}
.slider-none.navbar-default .logo svg .st0 {
    fill: #000 !important;
}

/* Navbar color-a */
.color-a.navbar-default li a {
    color: #fff !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.color-a.navbar-default .logo svg .st0 {
    fill: #fff !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/* Navbar color-b */
.color-b.navbar-default li a {
    color: #000 !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.color-b.navbar-default .logo svg .st0 {
    fill: #000 !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/* Navbar color-c */
.color-c.navbar-default li a {
    color: #99f5e8 !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.color-c.navbar-default .logo svg .st0 {
    fill: #99f5e8 !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/* Navbar color-d */
.color-d.navbar-default li a {
    color: #666 !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.color-d.navbar-default .logo svg .st0 {
    fill: #000 !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/* Navbar default */
.navbar-default .logo svg .st0 {
    fill: #fff !important;
    height: 135px !important;
    width: 166px !important;
}

/* Navbar default OPEN */
.navbar-container.open.contingencia-menu {
    min-height: 340px !important;
}
.navbar-container.open {
    background: #f5f5f5 !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    min-height: 260px !important;
}
.navbar-container.open .logo svg .st0 {
    fill: #000 !important;
}
.navbar-container.open .navbar-default li a {
    color: #000 !important;
}
.navbar-container.open .navbar-default li h1 a {
    font-family: 'GT Pressura Bold' !important;
    font-size: 12px !important;
    color: #666666 !important;
    margin-top: 0px !important;
}
.navbar-container.open .navbar-default li span a {
    color: #333 !important;
}
.navbar-default .logo:hover svg .st0 {
    fill: #99f5e8 !important;
}

/*
.logogrande{
	
}
.navbar-container.closed.sticky .logogrande{
	display: none;
}
.navbar-container.closed.sticky .navbar-default .logo svg .st0{
	fill: #000 !important;
}
.logochico{
	display: none;
}
.navbar-container.closed.sticky .logochico{
	display: block;
    width: 120px;
    margin-top: -5px;
}
*/
.navbar-container {
    background: none !important;
    position: fixed !important;
    top: 90px;
    width: 100%;
    z-index: 99999;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.navbar-container.openbig {
    min-height: 390px !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.navbar-container.openbig.contingencia-menu {
    min-height: 470px !important;
}
.navbar-default {
    background: none !important;
    padding: 0 !important;
    margin: 0;
    position: relative;
    z-index: 1 !important;
    width: 100% !important;
    border: none !important;
    max-width: 1140px;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    /*padding-top: 40px !important;*/
    padding-top: 12px !important;
    padding-bottom: 0px !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.navbar-default div {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-default .navbar-nav {
    position: relative !important;
}
.navbar-default .navbar-nav li:last-child a {
    padding-right: 0px !important;
}
.navbar-default li {
    margin-top: 30px;
}
.navbar-default li a {
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'GT Pressura Bold';
    font-size: 14px !important;
    padding: 0px !important;
    margin: 0px 25px 15px 0px !important;
}
.navbar-default li:last-child a {
    margin-right: 0px !important;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #00e7c5 !important;
    background: none !important;
}
.navbar-default .nav-item {
    margin-top: 40px !important;
}
.navbar-default .navbar-toggle {
    border: none !important;
    color: #fff !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000 !important;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none !important;
}
.navbar-default .dropdown-menu {
    border-radius: 0px;
    background: none !important;
    border: none;
    box-shadow: none;
}
.navbar-default .dropdown-menu li {
    margin: 0px !important;
    min-width: 200px;
    padding-left: 20px;
}
.navbar-default .dropdown-menu li:first-child {
    padding: 0px !important;
}
.navbar-default li a:hover {
    background: none !important;
    color: #99f5e8 !important;
}
.navbar-default .dropdown-menu li h1,
.navbar-default .dropdown-menu li h1 a {
    font-family: 'GT Pressura Bold' !important;
    font-size: 12px !important;
    color: #666666 !important;
    margin-top: 0px !important;
}
.navbar-default .dropdown-menu li span strong {
    font-family: 'GT Pressura Bold' !important;
    text-transform: uppercase;
}
.navbar-default .dropdown-menu li span a.vermas {
    font-family: 'GT Pressura Bold';
    font-size: 11px !important;
    color: #333 !important;
    float: left;
    clear: both;
    padding: 5px 0 !important;
    margin: 0 !important;
    width: 100%;
}
.navbar-default .dropdown-menu li span a:hover {
    color: #000 !important;
}
.navbar-default .dropdown-menu li span,
.navbar-default .dropdown-menu li span a,
.navbar-default .dropdown-menu li a span a {
    font-family: 'GT Pressura Regular' !important;
    font-size: 11px !important;
    line-height: 12px !important;
    float: left !important;
    width: 100% !important;
    text-transform: none;
    margin: 0 !important;
    ;
}
.navbar-default li.dropdown.open {
    position: static !important;
    /*width: 100% !important;*/
    min-width: auto !important;
}
.navbar-default li.dropdown.open .dropdown-menu {
    display: table;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}
.navbar-default .dropdown-menu>li {
    display: table-cell;
}
.navbar-default .dropdown-menu>li.special {
    background: #666666;
    color: #99f5e8;
    padding: 15px;
}
.navbar-default .dropdown-menu>li.special h1,
.navbar-default .dropdown-menu>li.special a.vermas {
    color: #99f5e8 !important;
}
#copyTarget {
    display: none;
}
.linkshare-div {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: none !important;
}
.linkshare-div p {
    color: #000;
    background: #fff;
    padding: 30px;
}
.linkshare-div p:hover {
    cursor: text;
}
.linkshare-text {
    display: none;
    position: absolute;
    background: #fff;
    width: 120px;
    z-index: 1;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

/* HOME */
.home-st .col-left {
    padding-left: 0px;
}
.home-st .col-mid {
    padding-right: 0px;
}
.home-st .col-left,
.home-st .col-mid {
    min-height: 472px;
    overflow: hidden;
    margin-top: 30px;
}
.home-st .col-left .col-img,
.home-st .col-mid .col-img,
.home-nd .col-act .col-img {
    height: 100%;
    min-height: 300px;
    z-index: 0;
    background-clip: padding-box;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.home-st .col-left h2 {
    font-family: 'GT Pressura Regular';
    background: rgba(255, 255, 255, 0.76);
    font-size: 27px;
    z-index: 0;
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    line-height: 36px;
    bottom: 0px;
    top: 320px;
    width: 100%;
    text-transform: uppercase;
    height: 160px;
}
.col-md-8.noticia {
    background: none !important;
    bottom: 0px !important;
    float: right;
    font-size: 22px !important;
    height: 60% !important;
    position: absolute !important;
    right: 10%;
    /*text-transform: lowercase !important;*/
    top: 18% !important;
    width: 32% !important;
}
.home-st .col-left h2 strong,
.home-st .col-left h2 b {
    font-family: 'AntartidaRounded Bold';
}
.expo-text {
    text-align: center;
}
.btnhome.catalogo {
    border: 2px solid #000;
    margin-left: 22px;
}
.home-st .col-mid h2 {
    font-family: 'AntartidaRounded Light';
    background: rgba(145, 158, 66);
    font-size: 28px;
    position: relative;
    z-index: 0;
    margin: 0px;
    overflow: hidden;
    padding: 8px;
    line-height: 22px;
    top: 258px;
    width: 100%;
    margin-top: 0px;
    color: #fff;
    font-weight: bold;
}
.home-st .col-mid h2 strong,
.home-st .col-mid h2 b {
    font-family: 'AntartidaRounded Bold';
}
.home-st .col-mid h2 span.col-cat {
    font-family: 'GT Pressura Regular';
    text-transform: uppercase;
    font-size: 15px;
    clear: both;
    width: 100%;
    padding: 0px 0px 10px 0px;
    line-height: 20px;
}
.expo-title {
    float: left;
    width: 56%;
    font-size: 24px;
    padding: 5px 3px 0px 2px;
    line-height: 26px;
    margin-right: 2px;
}
.home-st .col-mid h2 span.col-date {
    font-family: 'GT Pressura Bold';
    text-transform: uppercase;
    font-size: 28px;
    width: 42%;
    padding: 3px 0px 0px 14px;
    line-height: 40px;
    border-left: 3px solid;
    margin-top: 0px;
}
.home-st .col-left .btnhome,
.home-st .col-mid .btnhome,
.home-st .col-right .btnhome,
.home-nd .col-act .btnhome,
.home-nd .col-left .btnhome,
.home-rd .col-left .btnhome,
.home-rd .col-right .btnhome {
    position: relative;
    z-index: 0;
    background: url(img/arrowright.png) no-repeat right 10px center;
    color: #000;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    padding: 10px 50px 10px 10px;
    height: auto;
    clear: both;
    float: left;
}
.home-st .col-left .btnhome {
    background-color: #fff;
    border: 4px solid #FFC575;
    position: relative;
    top: 350px;
}
.row-fluid.home-st.perm {
    position: relative;
    /* top: 80px;*/
}
.home-st .col-mid .btnhome {
    background-color: #ffc575;
}
.home-st .col-right .btnhome {
    font-size: 14px;
}
.home-st .col-right {
    background: #fff;
}
.home-st .col-right .col-right-bkg {
    height: auto;
    padding-bottom: 15px;
}
.home-st .col-right h1 {
    font-family: 'GT Pressura Bold';
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 43px;
}
.home-st .col-right h2 {
    font-family: 'GT Pressura Regular';
    font-size: 24px;
    line-height: 30px;
    margin-top: 0px;
}
.home-st .col-right .btn-masinfovisita {
    color: #8b3faf;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    float: left;
    clear: both;
    width: 100%;
    margin: 5px 0px 10px 0px;
}
.home-st .col-right dl {
    font-family: 'GT Pressura Regular';
    float: left;
    clear: both;
    font-size: 14px;
    width: 100%;
}
.home-st .col-right dt {
    width: 60px !important;
    text-align: left !important;
    margin: 2px 0px;
}
.home-st .col-right dd {
    /*margin-left: 60px !important;*/
    margin: 2px 0px;
}
.home-st .col-right dl strong,
.home-st .col-right dl b {
    font-family: 'GT Pressura Bold';
}
.home-st .col-right h3 {
    font-family: 'GT Pressura Regular';
    font-size: 26px;
    text-transform: uppercase;
    color: #8b3faf;
    margin-bottom: 37px;
}
.home-st .col-right .btnhome {
    border: 3px solid #c59fd7;
    left: 48%;
    position: relative;
    top: 12px;
}
.btnhome.info {
    top: 0px;
}
.home-nd {
    overflow: auto;
    padding-bottom: 15px;
}
.home-nd .row-wrapper {
    margin-top: 1em;
}
.home-nd .col-right h1 {
    font-size: 30px;
    font-family: 'GT Pressura Regular';
    height: 35px;
    margin: 0px 0px 30px;
}
.home-nd .col-right a.home-link {
    font-size: 14px;
    color: #000;
    padding: 10px 6px 10px 6px;
    font-family: 'GT Pressura Bold';
    border: 4px solid #DA78E1 !important;
    margin-top: 10px;
}
.home-nd .col-act {
    min-height: 395px;
}
.home-nd .col-act h2 {
    font-family: 'AntartidaRounded Medium';
    background: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    position: relative;
    z-index: 0;
    margin: 0px;
    overflow: hidden;
    padding: 10px 5px;
    line-height: 25px;
}
.home-nd .col-act .col-img {
    min-height: 364px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.col-img-footer {
    border: 3px solid #DA78E1;
    background: url(img/camara_video.png) no-repeat;
    min-height: 60px;
    background-size: contain;
}
.col-img.one,
.col-img.two {
    min-height: 144px !important;
}
.home-nd .col-act h2 strong,
.home-nd .col-act h2 b {
    font-family: 'AntartidaRounded Bold';
}
.home-nd .col-act h2 span.col-cat {
    font-family: 'GT Pressura Bold';
    color: #afa44c;
    text-transform: uppercase;
    font-size: 15px;
    clear: both;
    width: 100%;
    padding: 0px 0px 10px 0px;
    line-height: 20px;
}
.home-nd .col-act h2 span.col-date {
    font-family: 'GT Pressura Bold';
    text-transform: uppercase;
    font-size: 14px;
    clear: both;
    width: 100%;
    padding: 10px 0px 0px 0px;
    line-height: 20px;
}
.home-nd .col-act .btnhome {
    background-color: #d7d1a5;
}
.home-nd .col-left .col-img {
    min-height: 500px;
    background-position: -150px -130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home-nd .col-left h2 {
    background: #99f5e8;
    font-family: 'AntartidaRounded Light';
    margin: 0;
    padding: 30px;
    margin-top: 65px;
}
.home-nd .col-left h2 strong,
.home-nd .col-left h2 b {
    font-family: 'AntartidaRounded Bold';
}
.home-nd .col-left .btnhome {
    color: #99f5e8;
    background-color: #000 !important;
    background: url(img/arrowright1.png) no-repeat right 10px center;
}
.home-nd .col-left .col-link {
    color: #000;
    font-family: 'AntartidaRounded Light';
    font-size: 12px;
    padding: 27px 20px 30px 0px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.home-nd .col-left .col-link strong,
.home-nd .col-left .col-link b {
    font-family: 'AntartidaRounded Bold';
}
.home-nd .col-left .col-link span {
    font-size: 9px;
}
.home-rd .col-left {
    background: #dfdab7;
    min-height: 350px;
    max-height: 350px;
    padding: 0;
    background-clip: content-box;
}
.home-rd .col-left h2 {
    font-family: 'AntartidaRounded Light';
    margin: 0;
    padding: 25px 25px 10px;
    font-size: 24px;
    max-height: 200px;
}
.home-rd .col-left h2 strong,
.home-rd .col-left h2 b {
    font-family: 'AntartidaRounded Bold';
}
.home-rd .col-left .btnhome {
    padding-left: 25px;
}
.home-rd .col-left .col-link {
    color: #000;
    font-family: 'AntartidaRounded Light';
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.home-rd .col-left .col-img {
    height: 345px;
    width: 45%;
    background-position: center;
    background-size: cover;
}
.home-rd .col-left .col-title {
    padding: 0;
    min-height: 317px;
}
.home-rd .col-right {
    background: #efd4de;
    min-height: 320px;
    max-height: 320px;
    padding: 0;
    background-clip: content-box;
}
.home-rd .col-right h2 {
    font-family: 'AntartidaRounded Light';
    margin: 0;
    padding: 25px 25px 10px;
    font-size: 20px;
    max-height: 200px;
}
.home-rd .col-right h2 strong,
.home-rd .col-right h2 b {
    font-family: 'AntartidaRounded Bold';
}
.home-rd .col-right .btnhome {
    padding-left: 25px;
    border: 2px solid #000;
    margin-left: 20px;
}
.home-rd .col-right .col-img {
    width: 100%;
    height: 214px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home-rd .col-right .col-cont {
    min-height: 295px;
    min-width: 216px;
    margin-top: 20px;
}
.home-rd .col-right .col-cont:first-of-type {
    margin-right: 30px !important;
}
.home-rd .col-right .col-link {
    color: #000;
    font-family: 'AntartidaRounded Light';
    font-size: 12px;
    position: absolute;
    bottom: 0;
    padding: 0;
}
.home-rd .col-right .col-link strong {
    min-height: 70px;
}
.home-rd .col-right .col-cont .col-img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    filter: grayscale(100%);
}
.home-rd .col-right .col-cont:hover .col-img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*
.navbar{
    background: none;
    position: absolute;
    z-index: 1;
}
.navbar-toggler{
	color: #fff;
}
*/

/* Page */
.row.page h1 {
    color: #2ac7b1;
    font-family: 'AntartidaRounded Medium';
    font-size: 36px;
}
.row.page h2 {
    color: #2ac7b1;
    font-family: 'AntartidaRounded Bold';
    font-size: 20px;
}
.row.page h3 {
    color: #000;
    font-family: 'AntartidaRounded Medium';
    font-size: 16px;
}
.row.page h3 strong {
    color: #000;
    font-family: 'AntartidaRounded Bold';
    font-size: 16px;
}
.row.page h4 {
    color: #2ac7b1;
    font-family: 'GT Pressura Bold';
    font-size: 14px;
}
.row.page h5 {
    color: #000;
    font-family: 'GT Pressura Bold';
    font-size: 14px;
}
.row.page h6 {
    color: #000;
    font-family: 'AntartidaRounded Medium';
    font-size: 30px;
}
.row.page a.btnestandar {
    position: relative;
    z-index: 0;
    background: url(img/arrowright.png) #99F5E8 no-repeat right 10px center;
    color: #000;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    padding: 10px 50px 10px 10px;
    height: auto;
    text-decoration: none;
}
.row.page a.btnestandar:hover {
    color: #000;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    text-decoration: underline;
}
.row.page p,
.row.page li {
    font-family: 'Roboto Regular';
    font-size: 14px;
    color: #666666;
}
.row.page p {
    text-align: left !important;
    /*text-transform: uppercase;*/
}
.row.page strong {
    font-family: 'Roboto Bold';
    font-size: 14px;
    color: #666666;
}
.row.page a {
    font-family: 'Roboto Bold';
}
.row.page a:hover {
    font-family: 'Roboto Bold';
    color: #8b3faf;
}
.row.page.page-equipo .row-equipo {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
    padding: 15px;
}
.row.page.page-equipo .photodir {
    width: 100%;
    min-height: 260px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.row.page.page-equipo .row-equipo.row-links {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    padding: 15px;
}
.row.page.page-equipo a.vermas,
.row.page.page-equipo p a.vermas {
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
.row.page.page-equipo a.btn {
    position: relative;
    z-index: 0;
    background: url(img/arrowright.png) no-repeat right 10px center;
    color: #000;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    padding: 10px 50px 10px 10px;
    height: auto;
    clear: both;
    float: left;
    background-color: #99f5e8;
    border-radius: 0px;
}
.row.page.page-equipo a.btn:hover {
    background: url(img/arrowright1.png) no-repeat right 10px center;
    color: #99f5e8;
    background-color: #000;
}
.row.page.page-equipo a.vermas:hover,
.row.page.page-equipo p a.vermas:hover {
    text-decoration: underline;
    cursor: pointer;
}
.row.page.page-trabaja h5 {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 40px;
}
.row.page.page-nomargin p,
.row.page.page-nomargin .page-equipo a,
.row.page.page-nomargin .page-equipo strong,
.row.page .page-nomargin p {
    margin: 0;
}
.row.page.page-menos p,
.row.page.page-menos a,
.row.page.page-menos strong,
.row.page.page-menos li,
.row.page .page-menos p,
.row.page .page-menos a,
.row.page .page-menos strong,
.row.page .page-menos li,
.row.page.page-menos .row-sidebar p a {
    text-decoration: none;
}
.row.page.page-trabaja .row-trabajo-right:last-of-type .separador.final {
    display: none;
}
.row.page.page-trabaja .row-trabajo-left .separador.final {
    display: none;
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
}
.row.page .perfil-director {
    max-width: 1140px;
    background: #f5f5f5;
    padding-bottom: 50px;
}
.row.page .perfil-director img {
    width: 100%;
    margin-top: 20px;
    height: auto;
}
.page-blank {
    background: #fff;
    padding: 40px 0px;
}
.page-grey {
    background: #f5f5f5;
}
.row.page .page-tabs li {
    ;
}
.row.page .page-tabs li a {
    font-family: 'GT Pressura Bold';
    font-size: 14px;
    color: #000000;
    background: none;
    border-radius: 0px;
    text-decoration: none;
}
.row.page .page-tabs li:first-child a {
    padding-left: 0px;
}
.row.page .page-tabs li:last-child a {
    padding-right: 0px;
}
.row.page .page-tabs li.active a {
    background: none;
    color: #2ac7b1;
}
.row.page .tab-content {
    padding: 70px 0px 20px;
    height: auto;
    overflow: hidden;
}
.row.page .tab-content p,
.row.page .tab-content a,
.row.page .tab-content p strong {
    font-size: 12px;
}
.row.page .tab-content .tab-pane h1 {
    font-family: 'GT Pressura Bold';
    font-size: 14px;
    margin-top: 0px;
}
.row.page .tab-content .tab-pane a.vermas {
    position: relative;
    z-index: 0;
    background: url(img/arrowright.png) no-repeat right 10px center;
    color: #000;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    padding: 10px 50px 10px 10px;
    height: auto;
    background-color: #99f5e8;
    line-height: 34px;
    text-decoration: none;
}
.row.page .tab-content .tab-pane a.vermas:hover {
    text-decoration: underline;
}
.row.page .tab-content .tab-pane .tab-main-content {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 180px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 180px;
    /* Firefox */
    column-gap: 180px;
}
.row.page .tab-content .tab-pane .tab-content-i {
    height: auto;
    margin-top: 30px;
}
.row.page .tab-content .tab-pane .tab-content-i p {
    color: #2ac7b1;
    font-family: 'AntartidaRounded Medium';
    font-size: 20px;
}
.row.page .tab-content .tab-pane .tab-content-i #prev,
.row.page .tab-content .tab-pane #prev-ii {
    background: url(img/prev.png) no-repeat center left;
    height: auto;
    min-height: 55px;
    position: absolute;
    z-index: 0;
}
.row.page .tab-content .tab-pane .tab-content-i #next,
.row.page .tab-content .tab-pane #next-ii {
    background: url(img/next.png) no-repeat center right;
    height: auto;
    min-height: 55px;
    z-index: 0;
}
.row.page .tab-content .tab-pane #prev-ii,
.row.page .tab-content .tab-pane #next-ii {
    padding-top: 220px;
}
.row.page .tab-content .tab-pane #prev-ii.disabled,
.row.page .tab-content .tab-pane #next-ii.disabled {
    opacity: 0.1;
}
.row.page .tab-content .tab-pane .tab-content-i #prev:hover,
.row.page .tab-content .tab-pane .tab-content-i #next:hover,
.row.page .tab-content .tab-pane #prev-ii:hover,
.row.page .tab-content .tab-pane #next-ii:hover {
    cursor: pointer;
}
.row.page .tab-content #menu5.tab-pane {
    min-height: 500px;
}
.row.page .tab-content .tab-pane .tab-content-ii {
    position: absolute;
}
.row.page .tab-content .tab-pane .tab-content-ii .tab-content-ii-internal {
    width: auto;
    height: auto;
    max-width: 450px;
    float: left;
    min-height: 550px;
}
.row.page .tab-content .tab-pane .tab-content-ii .tab-content-ii-internal article {}
.row.page .tab-content .tab-pane .tab-content-ii .cycle-carousel-wrap {}
.row.page .tab-content .tab-pane .tab-content-ii .tab-content-ii-internal article img {
    float: left;
    width: 100%;
}
.row.page .tab-content .tab-pane .tab-content-ii .tab-content-ii-internal article h1 {
    float: left;
    white-space: normal;
    width: 100%;
    margin-top: 30px;
}
.row.page .tab-content .tab-pane .tab-content-ii .tab-content-ii-internal article p {
    float: left;
    white-space: normal;
    width: 100%;
}
.row.page .tab-content .tab-pane .tab-content-iii {
    margin: 10px 0px;
}
.row.page .tab-content .tab-pane .tab-content-iii img {
    width: 100%;
    height: auto;
}
.row.page .tab-content .tab-pane .tab-content-iii .more {
    color: #000;
    color: #000;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    text-decoration: none;
}
.row.page .tab-content .tab-pane .tab-content-iii p,
.row.page .tab-content .tab-pane .tab-content-iii h1,
.row.page .tab-content .tab-pane .tab-content-iii a {
    margin: 0;
    margin-bottom: 5px;
}
.row.page.page-gestion h1 {
    color: #8b3faf;
    font-family: 'AntartidaRounded Medium';
    font-size: 30px;
}
.row.page.page-gestion a.gestionlink {
    font-family: 'Roboto Regular';
    font-size: 12px;
    color: #666;
    width: 100%;
    clear: both;
    float: left;
}
.row.page.page-gestion a.gestionlink:hover {
    color: #8B3FAF;
    text-decoration: underline;
}
body.gestion .row.page.page-gestion br {
    float: left;
    clear: both;
}
.row.page .separador {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
.dropdown-menu .separador {
    border-bottom: 1px solid #999;
    margin: 0px;
    padding: 0px;
}
.row.page .separador.mini {
    margin-top: 20px;
    margin-bottom: 30px;
}
.row.page .separador.maxi {
    margin: 50px 0;
}
.row.page .row-pieza-imagen a img {
    width: 100%;
    height: auto;
}
.row.page .form-contacto p {
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    text-transform: uppercase;
}
.row.page .form-contacto input {
    border: 1px solid #999999;
    padding: 10px;
    width: 100%;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
}
.row.page .form-contacto textarea {
    border: 1px solid #999999;
    padding: 10px;
    width: 100%;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
}
.row.page .form-contacto select {
    border: 1px solid #999999;
    padding: 10px;
    width: 100%;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    height: 40px;
    background: #fff;
}
.row.page .form-contacto input[type="submit"] {
    position: relative;
    z-index: 0;
    background: url(img/arrowright.png) #99f5e8 no-repeat right 10px center !important;
    color: #000;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    padding: 10px 50px 10px 10px;
    height: auto;
    clear: both;
    float: left;
    border: none;
    width: auto;
    text-transform: uppercase;
}
.row.page .col-gallery .col-img-container {
    padding: 15px;
}
.row.page .col-gallery .col-img {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-clip: content-box !important;
}
.row.page .col-gallery h1 {
    font-family: 'AntartidaRounded Bold';
    font-size: 50px;
}
.row.page .col-actividades h1 {
    color: #000;
}
.row.page .col-actividades .col-info {
    color: #8b3faf;
}
.row.page .col-gallery h6 {
    color: #ffc575;
}
.row.page .col-gallery h4.col-info {
    text-transform: uppercase;
}
.row.page .row-artista h6 {
    text-transform: uppercase;
}
.row.page .row-artista h2 {
    background: none;
    color: #000 !important;
    font-size: 20px;
    height: 38% !important;
    line-height: 24px !important;
    margin-top: 0px !important;
    padding: 0px;
    top: 52%;
    width: 94%;
}
.row.page .row-artista .single h2 {
    top: 46%;
}
.row.page .row-artista .color-destacado h6,
.row.page .row-artista .color-destacado h3,
.row.page .row-artista .color-destacado span,
.row.page .row-artista .color-destacado p {
    color: #8b3faf;
}
.row.page .addcalendar {
    position: relative;
    z-index: 0;
    background: url(img/bgcalendar.png) no-repeat left center #fff;
    background-size: contain;
    color: #000;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    padding: 10px 10px 10px 48px;
    height: auto;
    clear: both;
    float: left;
}
.row.page .addcalendar.publicaciones {
    position: relative;
    z-index: 0;
    background-image: none;
    background-size: contain;
    background-color: #bdcc59;
    color: #fff;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    padding: 10px;
    height: auto;
    clear: both;
    float: left;
}
.row.page .addcalendar:hover {
    color: #000;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    text-decoration: underline;
}
.row-muestra {}
.row-muestra-dark {
    background: #333333;
    /*text-align: right;*/
}
.row-muestra-dark .row-muestra p {
    color: #fff;
}
.row-muestra p,
.row-muestra h1,
.row-muestra h2,
.row-muestra h3,
.row-muestra h4,
.row-muestra h5,
.row-muestra h6,
.row-muestra a {
    width: 100%;
}
.row-directorio p {
    width: 100%;
    float: left;
    clear: both;
}
.row.page .col-cat .col-categoria {
    font-family: 'GT Pressura Bold' !important;
    font-size: 15px !important;
    color: #333333 !important;
    text-transform: uppercase !important;
    float: left;
    clear: both;
    width: 100%;
}
.row.page .col-cat.col-relacionado h2 {
    line-height: 16px;
    position: absolute;
}
.row.page .col-cat.col-relacionado h2 span {
    font-family: 'AntartidaRounded Medium' !important;
    color: #000 !important;
}
.row.page .col-cat.col-relacionado .capa {
    /*background: rgba(139,63,175,0.6);*/
    background: none;
    width: 100%;
    height: 100%;
    float: left;
    min-height: 225px;
}
.row .link-video {
    width: 150px;
    height: 150px;
    background: url(img/play.png) no-repeat center 35px #2ac7b1;
    font-family: 'AntartidaRounded Medium' !important;
    color: #fff !important;
    font-size: 18px !important;
    text-decoration: none !important;
    text-align: center;
    line-height: 230px;
}
.full-height {
    min-height: 100vh !important;
}
.col-md-8.cartelera {
    height: 30% !important;
    margin-top: 16px !important;
}
.col-xs-4.col-sm-6.pull-left.col-cat.col-relacionado.info.cartelera {
    height: 386px;
}

/* sidebar */
.row.page .sidebar-left {}
.row.page .sidebar-left h2 {
    color: #2ac7b1;
    font-family: 'AntartidaRounded Medium';
    font-size: 36px;
}
.row.page .sidebar-left h3 {
    margin: 5px 0px;
}
.row.page .sidebar-left .row-pieza h2 {
    color: #ffc575;
    font-family: 'AntartidaRounded Light';
    font-size: 30px;
}
.row.page .sidebar-right {}
.row.page .sidebar-right .sidebar-imagen {
    width: 100%;
    height: 500px;
    background-clip: padding-box !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
}
.row.page .sidebar-right h1 {
    font-size: 30px;
    color: #000;
}
.row.page .sidebar-right h2 {
    font-size: 20px;
    color: #8b3faf;
}
.row.page .sidebar-right .linkvermas {
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    bottom: 0;
    left: 0;
    text-decoration: none;
}
.row.page.row-noticias .col-cat .col-categoria,
.row.page.row-noticias .col-cat a:hover h2,
.row.page.row-noticias .col-cat a:hover .vermas {
    color: #000 !important;
}
.row.page.row-noticias .col-cat h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.row.page.row-noticias .col-cat .col-categoria {
    margin-bottom: 10px;
}
.row.page.row-noticias .col-cat .vermas {
    clear: both;
    font-family: 'AntartidaRounded Bold';
    font-size: 12px;
    color: #000;
}
.row.page .col-actividades .col-date-noticias {
    text-transform: uppercase;
    color: #666 !important;
}
.row.page .row-artista.sidebar-noticias h2 {
    color: #000 !important;
}
.row.page .col-visitanos .row-visitanos a {
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    bottom: 0;
    left: 0;
    text-decoration: none;
}
.row.page .col-visitanos .row-visitanos a.vermas {
    position: relative;
    z-index: 0;
    background: url(img/arrowright.png) #c59fd7 no-repeat right 10px center;
    color: #000;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    padding: 10px 50px 10px 10px;
    height: auto;
    clear: both;
    float: left;
}
.row.page .col-visitanos .row-visitanos:first-of-type {
    padding-left: 0px !important;
}
.row.page .col-visitanos .row-visitanos:last-of-type {
    padding-right: 0px !important;
}
.row.page.row-mapa {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.row.page.row-mapa .row-wrapper {
    position: absolute;
}
.row.page.row-mapa .row-wrapper .col-visitanos {
    background: #f5f5f5;
    padding: 30px;
}
.row.page.row-mapa iframe {
    width: 100%;
    height: 80%;
    min-height: 80%;
    height: 80vh;
    max-height: 80%;
    pointer-events: none;
}
.row.page #accordion {}
.row.page #accordion .panel {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid #cccccc;
}
.row.page #accordion .panel:first-child {
    border-top: 1px solid #cccccc;
}
.row.page #accordion .panel .panel-heading {
    padding: 10px 0px;
}
.row.page #accordion .panel .panel-title {
    background: url(img/accplus.png) no-repeat center right
}
.row.page #accordion .panel .panel-title.no {
    background: url(img/accmin.png) no-repeat center right
}
.row.page #accordion .panel .panel-title a {
    text-decoration: none;
}
.row.page #accordion .panel .panel-title h3 {}
.row.page #accordion .panel .panel-body {
    background-color: #f5f5f5;
    padding: 0;
    border: none;
}
.row.page #accordion .fa-stack i {
    color: #000;
}
.dropdown-filtro .btn-default {
    font-family: 'GT Pressura Bold';
    font-size: 15px;
    border-radius: 0px;
    border: #999999 1px solid;
    background: none;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    padding: 8px 10px;
}
.dropdown-filtro .btn-default:hover {
    background: #D9D9D9;
}
.dropdown-filtro .btn-default .fa {
    float: right;
    margin-top: 4px;
}
.dropdown-filtro .dropdown-menu {
    background: #D9D9D9;
    border-radius: 0px;
    font-family: 'GT Pressura Bold';
    font-size: 18px;
    margin: 0px;
    width: 100%;
    padding: 0px;
    border-top: 0px;
    border-color: #adadad;
    box-shadow: none;
    margin-top: -1px;
}
.dropdown-filtro .btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background: #D9D9D9 !important;
}
.dropdown-filtro .dropdown-menu li a {
    font-family: 'GT Pressura Bold';
    font-size: 12px !important;
    color: #000;
    text-transform: uppercase;
    padding: 5px 10px;
    text-decoration: none;
}
.dropdown-filtro .dropdown-menu li a:hover {
    font-family: 'GT Pressura Bold';
    font-size: 15px !important;
    color: #000;
    text-transform: uppercase;
    padding: 4px 10px 2px 18px;
    text-decoration: none;
    cursor: pointer;
}
.btn-filtro.btn-default {
    font-family: 'GT Pressura Bold' !important;
    font-size: 15px !important;
    border-radius: 0px;
    border: none;
    background: none;
    text-transform: uppercase;
    text-align: left;
    padding: 8px 10px !important;
    box-shadow: none !important;
    text-decoration: none !important;
    color: #000 !important;
}
.btn-filtro.btn-default.active,
.btn-filtro.btn-default:active {
    background: #C59FD7;
    border-color: #C59FD7;
}
.col-filtro-expo .btn-filtro.btn-default.btn-filtrovertodo.active,
.col-filtro-expo .btn-filtro.btn-default.btn-filtrovertodo:active {
    background: #ffc575;
    border-color: #ffc575;
    color: #fff !important;
}
.col-filtro-expo .btn-filtro.btn-default.active,
.col-filtro-expo .btn-filtro.btn-default:active {
    background: #575756;
    color: #ffc575 !important;
}
.col-filtro-carte .btn-filtro.btn-default.btn-filtrovertodo.active,
.col-filtro-carte .btn-filtro.btn-default.btn-filtrovertodo:active {
    background: #ccbf59;
    border-color: #ccbf59;
    color: #fff !important;
}
.col-filtro-carte .btn-filtro.btn-default.active,
.col-filtro-carte .btn-filtro.btn-default:active {
    background: #575756;
    color: #ccbf59 !important;
}
.filtro-estandar .btn-default:hover,
.filtro-estandar.btn-filtro:hover {
    background: #575756;
    color: #fff;
}
.filtro-estandar.btn-filtro {
    /*background: #999;*/
    color: #fff !important;
}
.filtro-estandar.btn-filtro.active:hover {
    background: #575756;
    color: #C59FD7 !important;
}
.dropdown-filtro .btn-default .fa {
    float: none;
    margin-top: 0px;
    position: absolute;
    right: 46%;
    font-size: 26px;
}
.col-xs-12.col-filtro-informate {
    border: 3px solid #CCBE58;
    padding: 0px;
}
.col-filtro-expo .filtro-estandar.btn-filtro.active:hover {
    background: #575756;
    color: #ccbf59 !important;
}
.col-filtro-carte .filtro-estandar.btn-filtro.active:hover {
    background: #575756;
    color: #ccbf59 !important;
}
.filtro-estandar .dropdown-menu {
    background: #C59FD7;
    color: #000;
    border: none;
}
.col-filtro-expo .filtro-estandar .dropdown-menu {
    background: #ffc575;
}
.col-filtro-carte .filtro-estandar .dropdown-menu {
    background: #ccbf59;
}
.filtro-estandar.dropdown-filtro.open .btn-default,
.filtro-estandar.dropdown-filtro.open .dropdown-menu li:hover a,
.filtro-estandar.dropdown-filtro.active .btn-default {
    background: #575756;
    color: #C59FD7;
}
.col-filtro-expo .filtro-estandar.dropdown-filtro.open .btn-default,
.col-filtro-expo .filtro-estandar.dropdown-filtro.open .dropdown-menu li:hover a,
.col-filtro-expo .filtro-estandar.dropdown-filtro.active .btn-default {
    background: #575756 !important;
    color: #ffc575 !important;
}
.col-filtro-carte .filtro-estandar.dropdown-filtro.open .btn-default,
.col-filtro-carte .filtro-estandar.dropdown-filtro.open .dropdown-menu li:hover a,
.col-filtro-carte .filtro-estandar.dropdown-filtro.active .btn-default {
    background: #575756 !important;
    color: #ccbf59 !important;
}
.btn-filtro.filtro-search {
    padding: 3.5px !important;
    text-align: center;
}
.cycle-pager#pager-expo {
    position: absolute;
    bottom: 0px;
    z-index: 999;
    left: 50%;
    margin-left: -54px;
}
.cycle-pager#pager-expo span {
    border-radius: 10px;
    height: 17px;
    width: 17px;
    border: 2px solid #919E42;
    float: left;
    text-indent: -9999px;
    margin: 0px 5px;
}
.cycle-pager#pager-expo span.cycle-pager-active,
.cycle-pager#pager-expo span:hover {
    border-radius: 10px;
    background: #919E42;
    cursor: pointer;
}
.cycle-pager#pager-cartelera {
    position: absolute;
    bottom: 0px;
    z-index: 999;
    left: 50%;
    margin-left: -28px;
}
.cycle-pager#pager-cartelera span {
    height: 17px;
    width: 17px;
    float: left;
    text-indent: -9999px;
    margin: 0px 5px;
    border-radius: 8px;
    border: 2px solid #DA78E1;
}
.cycle-pager#pager-cartelera span.cycle-pager-active,
.cycle-pager#pager-cartelera span:hover {
    background: #DA78E1;
    cursor: pointer;
    border-radius: 8px;
}
.carteleraslide {
    padding-bottom: 40px;
}

/* footer */
.footer {
    background: #fff;
    padding: 0px !important;
    padding-bottom: 30px !important;
}
.col-xs-6.col-sm-3.col-content.pull-left {
    margin-top: 80px;
}
.footer .col-tw {
    /*background: #c2f9f1;*/
    background: #fff;
    position: absolute;
    /*width: 100%;*/
    padding: 1em;
}
.footer .col-tw .fa-twitter {
    color: #000;
}
.footer .col-tw .tw-name,
.footer .col-tw .tw-name a {
    color: #000;
    font-family: 'AntartidaRounded Bold';
    font-size: 17px;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.footer .col-tw .tw-tweet {
    color: #000;
    font-family: 'AntartidaRounded Medium';
    font-size: 12px;
    line-height: 30px;
    vertical-align: middle;
}
.footer .col-tw .tw-tweet a {
    color: #8b3faf;
    line-height: 30px;
    vertical-align: middle;
}
.footer .home-tweets-ul,
.footer .cycle-slideshow {
    list-style: none;
    margin: 0px;
}
.footer .cycle-slideshow {
    margin-left: 200px;
}
.footer .home-tweets-ul p,
.footer .cycle-slideshow p {
    list-style: none;
    float: left;
    color: #000;
    font-family: 'AntartidaRounded Medium';
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    max-height: 30px;
    overflow: hidden;
    max-width: 920px;
}
.footer .home-tweets-ul a,
.footer .cycle-slideshow a {
    color: #8b3faf;
    line-height: 30px;
    vertical-align: middle;
}
.footer .home-tweets-ul img,
.footer .cycle-slideshow img {
    display: none;
}
.footer .home-tweets-ul .home-tweet-date,
.footer .cycle-slideshow .home-tweet-date {
    display: none;
}
.footer .col-st {
    margin: 70px 0 !important;
}
.footer .col-st.cycle-slideshow {
    width: 100% !important;
}
.footer .col-st.cycle-slideshow .cycle-carousel-wrap {
    width: 100% !important;
}
.footer .col-st a {
    float: left;
}
.footer .col-st col-content:first-child {
    padding-left: 0px;
}
.footer .col-st col-content:last-child {
    padding-right: 0px;
}
.footer .col-st .col-img {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: content-box;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.footer .col-st .col-img:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.footer .col-st .col-text {
    color: #000;
    font-family: 'AntartidaRounded Medium';
    font-size: 16px;
    background: #fff;
    bottom: 0;
    position: relative;
    top: 100%;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    border-bottom: 2px solid #EE9B6C;
}
.footer .col-st .col-text strong {
    font-family: 'AntartidaRounded Bold';
}
.footer .col-nd .col-foot {
    background: #fdfdfd;
    min-height: 155px;
}
.footer .col-nd .col-foot:first-child {
    padding-left: 0px;
}
.footer .col-nd .col-foot:last-child {
    padding-right: 0px;
}
.footer .col-nd .col-foot h2 {
    font-family: 'GT Pressura Bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #878788;
    cursor: pointer;
    width: 60%;
}
.footer .col-nd .col-foot p {
    font-family: 'GT Pressura Regular';
    font-size: 14px;
    color: #808080;
    padding: 0;
    margin: 5px 0px;
    line-height: 14px;
}
.footer .col-nd .col-foot a.col-vermas,
.footer .col-nd .col-foot input[type="submit"] {
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    bottom: 0;
    left: 0;
}
.footer .col-nd .col-foot input[type="text"] {
    font-family: 'GT Pressura Regular';
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #9c9b9b;
    padding-bottom: 10px;
    border-radius: 0px;
}
.footer .col-nd .col-foot input[type="submit"] {
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    background: none;
    border: none;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
    margin-top: 35px;
}
.footer .col-nd .col-foot span.flecha {
    margin-top: 33px;
    margin-left: 5px;
}
.footer .col-nd .col-foot .fa {
    color: #fff;
    background: #808080;
    margin-top: 10px;
    border-radius: 6px;
}
.footer .col-nd .col-foot a:hover {
    text-decoration: none;
}
.footer .col-nd .col-foot a .fa:hover {
    background: #000;
    text-decoration: none;
}
.footer .col-nd .logotvn {
    width: 74px;
    height: 38px;
    background: url(img/logotvn.jpg);
}
.footer .col-nd .logobio {
    width: 71px;
    height: 26px;
    /*background: url(img/logobio.jpg);*/
    background: url(img/logocooperativa.jpg);
    margin-left: 10px;
    margin-top: 7px;
}
.footer .col-nd .logosites {
    width: 206px;
    height: 35px;
    background: url(img/logosites.jpg);
}
.footer .col-nd .logocom {
    width: 66px;
    height: 39px;
    background: url(img/logocom.jpg);
    margin-left: 10px;
}
.footer .col-nd .logoica {
    width: 60px;
    height: 48px;
    background: url(img/logoica.jpg) center;
    margin-left: 10px;
}
.footer .col-rd {
    border-top: 2px solid #C4C5C5;
    margin: 40px 0px 0px !important;
    /*padding: 40px 0px !important;*/
}
.navbar {
    margin-bottom: 0px !important;
}
h1 {
    color: #6B6C6D;
}
.footer .col-rd .logofoot {
    width: 100%;
    height: 105px;
    margin-top: 9px;
}
.footer .col-rd .logofoot svg {
    width: 100%;
}
.footer .col-rd .logofoot svg .st0 {
    fill: #000 !important;
}
.footer .col-rd h1 {
    font-family: 'GT Pressura Bold';
    font-size: 14px;
}
.footer .col-rd a {
    font-family: 'GT Pressura Regular';
    font-size: 12px;
    color: #6B6C6D;
    line-height: 16px;
    width: 100%;
    float: left;
}

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

/* home */
.contenedor {
    padding: 0 !important;
    padding-bottom: 200px !important;
}
.home .contenedor {
    padding-bottom: 120px !important;
}
.search-results .contenedor {
    padding-bottom: 100px !important;
}
.contenedor.final {
    padding-bottom: 0 !important;
}
.page .contenedor {
    padding-bottom: 80px !important;
}
.home .contenedor {
    background: #fff;
}

/* slider */
#slider-wrapper ul {
    margin: 0px;
}
.bx-viewport,
.bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    margin: 0 !important;
}
.bxslider,
.bxslider li {
    height: 100vh !important;
    ;
}
.bxslider li {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bxslider li.slidehome {
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    &:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
        opacity: .6;
    }
}
.bx-wrapper .bx-pager {
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px;
    left: 0;
    right: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    margin-left: -10px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #00e7c5 !important;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 45% !important;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    margin-bottom: 10px !important;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inherit !important;
    margin-left: 100% !important;
}
.bx-wrapper .bx-viewport .bx-wrapper .bx-controls {
    display: none;
}
.bx-wrapper .slider-dest {
    background: #000;
    font-family: 'GT Pressura Bold';
    color: #99f5e8;
    font-size: 26px;
    padding: 5px 15px;
    text-transform: uppercase;
    transform: translateY(-62px);
    position: absolute;
}
.bx-wrapper .slider-cat {
    /*background: #99f5e8;*/
    font-family: 'GT Pressura Regular';
    color: #fff;
    font-size: 30px;
    padding: 15px;
    text-transform: uppercase;
}
.bx-wrapper .slider-tit {
    /*background: #99f5e8;*/
    font-family: 'AntartidaRounded Light';
    color: #000;
    /*font-size: 60px;*/
    font-size: 70px;
    padding: 15px;
    max-width: 70%;
    width: auto;
    display: inline-block;
}
.bx-wrapper .slider-tit b,
.bx-wrapper .slider-tit strong {
    font-family: 'AntartidaRounded Bold';
}
.bx-wrapper .slider-dat {
    /*background: #99f5e8;*/
    font-family: 'AntartidaRounded Bold';
    color: #fff;
    font-size: 26px;
    padding: 15px;
    position: absolute;
    left: 0px;
    top: 18em;
}
.bx-wrapper .slider-dat-mini {
    /*background: #99f5e8;*/
    font-family: 'AntartidaRounded Bold';
    color: #fff;
    font-size: 20px;
    padding: 15px;
    line-height: 30px;
    white-space: pre-wrap;
    display: inline-block;
}
.btnhome.two {
    float: right !important;
    top: 100%;
}
.bx-wrapper .slider-dat-mini a.vermas {
    z-index: 0;
    background: url(img/arrowrightbig.png) no-repeat right 20px center;
    color: #000 !important;
    font-family: 'GT Pressura Bold' !important;
    font-size: 15px !important;
    padding: 0px 90px 0px 0px !important;
    height: auto;
    clear: both;
    float: left;
    text-decoration: none !important;
}
.bx-wrapper .slider-caption {
    /*margin-left: auto !important;*/
    position: absolute;
    bottom: 24% !important;
    width: 100%;
    max-width: 1140px !important;
    margin-right: auto !important;
    padding: 0px;
    left: 6%;
    right: 0;
    z-index: 2;
}
.bx-wrapper .slider-caption:hover {
    text-decoration: none;
}
.slider-video,
.slider-imagen {
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: relative;
    max-height: 100%;
    height: 100vh;
    overflow: hidden;
}
.slider-imagen.noheight {
    height: 80%;
    min-height: 80%;
    height: 80vh;
    max-height: 80%;
}
.slider-imagen.noheight-ii {
    height: 50%;
    min-height: 50%;
    height: 50vh;
    max-height: 50%;
}
.slider-imagen.noheight-iii {
    height: 25%;
    min-height: 25%;
    height: 25vh;
    max-height: 25%;
}
.slider-imagen.noheightdos {
    height: 60%;
    min-height: 450px;
    height: 60vh;
    max-height: 60%;
}
.slider-imagen.noheighttres {
    height: 40%;
    min-height: 150px;
    height: 40vh;
    max-height: 40%;
}
.search-results .slider-imagen.noheighttres {
    height: 20%;
    min-height: 150px;
    height: 20vh;
    max-height: 20%;
}
.slider-imagen .vermas {
    z-index: 0;
    background: url(img/arrowrightbig.png) no-repeat right 20px center #ffc575;
    color: #000 !important;
    font-family: 'GT Pressura Bold' !important;
    font-size: 20px !important;
    padding: 20px 90px 20px 20px !important;
    height: auto;
    clear: both;
    float: left;
    text-decoration: none !important;
}
.slider-imagen .vermas:hover {
    background: url(img/arrowrightbig-.png) no-repeat right 20px center #000;
    color: #fff !important;
}
.slider-tit.col-md-8.col-md-offset-0.tit {
    color: #fff;
}
.row-fluid.wrapper-navbarmini.hidden-xs.one {
    position: absolute;
    z-index: 2;
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px;
    left: 0;
    right: 0;
    /*right: 31em;*/
}
.slider-imagen .slider-caption {
    position: absolute;
    bottom: 20% !important;
    width: 100%;
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px;
    left: 0;
    right: 0;
    z-index: 2;
}
.slider-imagen .slider-caption .slider-tit {
    background: #99f5e8;
    font-family: 'AntartidaRounded Light';
    color: #000;
    font-size: 60px;
    line-height: 60px;
    padding: 15px;
    max-width: 70%;
    display: inline-block;
}
.col-md-offset-0.prox {
    font-family: 'AntartidaRounded Light';
    color: #000;
    font-size: 60px;
    line-height: 60px;
    padding: 15px;
    max-width: 100%;
}
.row.col-tw.col-md-12.vert-offset-top-2.eventos {
    margin-top: 60px !important;
}
.cont-eventos-one {
    list-style: none;
    display: inline-flex;
    width: 100%;
    padding-left: 0px;
}
.col-md-4.eventos {
    padding-left: 0px;
}
.dia_evento {
    font-family: 'GT Pressura Regular';
    font-size: 24px;
    margin-left: -6px;
}
.cont-eventos-one-fecha,
.cont-eventos-one-hora {
    font-family: 'AntartidaRounded Bold' !important;
    color: #000 !important;
    font-size: 23px !important;
    line-height: 35px !important;
    padding: 10px 0px 0px 0px;
    text-align: center;
}
.cont-eventos-one-camara {
    padding: 0px;
    width: 50px;
}
.cont-eventos-two-titulo {
    font-family: 'AntartidaRounded Light' !important;
    font-size: 24px !important;
    color: #333333 !important;
    text-transform: uppercase !important;
    float: left;
    clear: both;
    width: 100%;
}
.cont-eventos-two-texto {
    font-family: 'AntartidaRounded Bold' !important;
    color: #000 !important;
    font-size: 20px !important;
    line-height: 35px;
    float: left;
    clear: both;
    width: 100%;
}
.cont-eventos-two-entrada {
    font-family: 'AntartidaRounded Light' !important;
    font-size: 20px !important;
    color: #C59FD6 !important;
    float: right;
    padding-right: 30px;
    text-transform: uppercase;
}
.row.col-tw.col-md-12.vert-offset-top-2.eventos {
    margin-top: 60px !important;
    border-bottom: 3px solid;
}
.col-md-8.eventos {
    padding: 1% 8% 2% 0;
}
.mas-contenido {
    border: 3px solid;
    color: #C59FD6 !important;
    font-family: 'AntartidaRounded Light' !important;
    font-size: 20px !important;
    width: 23%;
    display: block;
    margin: 0 auto;
    padding: 10px;
    text-align: center !important;
}
.mas-contenido-info {
    cursor: pointer;
    display: flex;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    text-align: center !important;
    top: 34px;
    border: 3px solid;
    color: #CCBE58 !important;
    display: block;
    font-family: 'AntartidaRounded Light' !important;
    font-size: 20px !important;
    padding: 10px;
    width: 23%;
}
.row.col-nd.enlaces {
    padding-top: 60px !important;
}
.energia {
    font-family: 'GT Pressura Regular';
    text-align: center;
    color: #C4C5C5;
    padding: 10px;
}
.col-xs-6.col-md-12.energia {
    border-top: 2px solid #C4C5C5;
    /*position: absolute;*/
    width: 100%;
}
.rrss {
    position: absolute;
    right: 0%;
    padding: 10px !important;
    top: 6%;
}
.rrss a span {
    padding-right: 18px;
}
.news {
    border: 2px solid #878788;
    padding: 10px;
    width: 50%;
    text-align: center;
    left: 25%;
    position: relative;
}
.conectate {
    position: absolute;
    top: 12px;
}
.ui-state-default.ui-state-highlight {
    background: #fff !important;
    border-radius: 14px;
    text-align: center;
    color: #C59FD6 !important;
    font-weight: bold !important;
}
.slider-imagen.slider-actividades .slider-caption .slider-tit,
.slider-imagen.slider-actividades .slider-caption .slider-tit span {
    background: #bdcc59;
    color: #fff;
}
.slider-imagen.slider-participa .slider-caption .slider-tit,
.slider-imagen.slider-participa .slider-caption .slider-tit span {
    background: #ccbf59;
    color: #fff;
}
.slider-imagen .slider-caption .slider-tit span {
    font-family: 'AntartidaRounded Bold';
    color: #000;
    font-size: 25px;
}
.slider-imagen .slider-caption.rowsingle {
    bottom: 20% !important;
}
.slider-imagen .slider-caption.rowdoble {
    bottom: 20% !important;
}
.slider-imagen .slider-caption.rowtriple {
    bottom: 10% !important;
}
.slider-imagen.slider-none .slider-caption .slider-tit {
    background: none;
    max-width: 100%;
}
.slider-imagen .slider-caption .btndwn {
    background: url(img/btndwn.png) no-repeat;
    width: 93px;
    height: 93px;
    position: static;
    margin-top: 80px;
}
.full-height .btndwn {
    background: url(img/btndwnblk.png) no-repeat;
    width: 93px;
    height: 93px;
    position: static;
    margin-top: 20px;
    width: 100%;
}
.cajacolumns .btndwn {
    background: url(img/btndwnblk.png) no-repeat right;
    width: 93px;
    height: 93px;
    position: static;
    margin-top: 20px;
    width: 100%;
}
.full-height.row-muestra-dark .btndwn {
    background: url(img/btndwn.png) no-repeat;
    width: 93px;
    height: 93px;
    position: static;
    margin-top: 20px;
    text-align: right;
    width: 100%;
}
.full-height.row-muestra-dark .btndwn:last-child {
    /*display: none;*/
}
.slider-imagen .slider-caption .btndwn:hover,
.full-height .btndwn:hover {
    background-image: url(img/btndwn-.png);
}
.slider-imagen .row-content-slide {
    width: 100%;
    height: 100%;
    max-width: 1140px;
}
.slider-imagen .row-content-slide #next-iii {
    background: url(img/arrowright.png) center #ffc575 no-repeat;
    height: 70px;
    width: 70px;
    z-index: 999;
    position: relative;
    margin-left: 100%;
    left: -35px;
}
.slider-imagen .cycle-slide {
    height: 100%;
    width: 100%;
    background-clip: padding-box;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.slider-imagen .row-content-slide #prev-iii {
    background: url(img/arrowright.png) center #ffc575 no-repeat;
    height: 70px;
    width: 70px;
    z-index: 999;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    position: absolute;
}
.slider-imagen .row-content-slide #prev-iii,
.slider-imagen .row-content-slide #next-iii {
    cursor: pointer;
}
.slider-imagen .slider-layer {
    height: 100%;
    background-position: center;
    background-position: center;
    background-size: cover;
}
.slider-imagen .slider-layer .capainterior {
    display: none;
    background: rgba(153, 245, 232, 0.9);
    width: 100%;
    height: 100%;
}
.slider-imagen.noheight-iii .slider-layer .capainterior {
    background: #ede1f2;
}
.slider-imagen.noheight-iii .slider-layer.showlayer:hover .capainterior {
    background: #b98ccf;
}
.slider-imagen .slider-layer .capainterior div {
    float: none;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-imagen .slider-layer a.capalink {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.slider-imagen .slider-layer .capainterior h2 {
    font-family: 'AntartidaRounded Light';
    font-size: 30px;
    color: #666;
}
.slider-imagen .slider-layer .capainterior span.bajada {
    font-family: 'AntartidaRounded Bold';
    font-size: 14px;
    color: #000;
}
.slider-imagen .slider-layer .capainterior p {
    font-family: 'GT Pressura Regular';
    font-size: 12px;
    color: #666;
}
.slider-imagen .slider-layer .capainterior a.linkvermas {
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    bottom: 0;
    left: 0;
    text-decoration: none;
}
.slider-tit.col-md-offset-0.version {
    font-family: 'GT Pressura Regular';
    color: #000;
    font-size: 38px;
    line-height: 46px;
    padding: 15px;
    max-width: 100%;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    bottom: 2em;
    position: relative;
}
.about-museum-title {
    font-weight: bold;
    font-size: 30px;
    padding: 0px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-family: 'GT Pressura Regular';
    text-align: center;
}
.about-museum-content {
    font-family: 'GT Pressura Regular';
    font-size: 14px;
    position: inherit;
    padding-left: 56px;
    width: 80%;
}
.row.page.page-grey.row-second {
    background: #EDF1F0;
    padding: 70px;
}
.about-museum-title-two {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-family: 'GT Pressura Regular';
    font-weight: bold;
}
.about-museum-content-two {
    font-family: 'GT Pressura Regular';
    font-size: 14px;
    position: inherit;
    padding-left: 0px;
    width: 80%;
}
.row.page.page-grey.row-three {
    background: #fff;
}
.about-museum-title-three {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-family: 'GT Pressura Regular';
    font-weight: bold;
}
.col-md-12.three {
    width: 80%;
    padding-left: 54px;
}
.col-md-12.three {
    padding-top: 16px;
}
.col-md-6.three {
    padding: 0px 0px 0px 15px;
}
.box-content {
    font-family: 'GT Pressura Regular';
    font-size: 14px;
    padding: 0px 14px 0px 0px;
}
.museum-title-three-content {
    font-family: 'GT Pressura Regular';
    font-size: 14px;
    padding-left: 15px;
}
.row.page.page-grey.row-four {
    background: #93B9B8;
    color: #fff;
}
.about-museum-title-three.box.one {
    padding-top: 22px;
}
.about-museum-title-three.box {
    position: relative;
    text-align: left;
    font-size: 20px;
    font-family: 'GT Pressura Regular';
    font-weight: bold;
}
.slider-imagen .slider-layer:hover .capainterior,
.slider-imagen .slider-layer.showlayer .capainterior {
    display: block;
}
.slider-imagen .slider-layer.showlayer .capainterior h2 {
    color: #000;
    text-align: center;
}
.noheight-iii.slider-imagen .slider-layer.showlayer .capainterior h2 {
    font-size: 20px;
}
.slider-imagen .slider-layer.showlayer:hover .capainterior {
    background: #2ac7b1;
}
.slider-imagen .slider-layer.showlayer:hover .capainterior h2 {
    color: #fff;
}
.slider-imagen .slider-layer.showlayer .capainterior .icovisitas {
    background: url(img/icovisitas.png) no-repeat center;
    height: 110px;
    width: 122px;
}
.slider-imagen .slider-layer.showlayer:hover .capainterior .icovisitas {
    background: url(img/icovisitas-.png) no-repeat center;
}
.slider-imagen .slider-layer.showlayer .capainterior .icotalleres {
    background: url(img/icotaller.png) no-repeat center;
    height: 110px;
    width: 122px;
}
.slider-imagen .slider-layer.showlayer:hover .capainterior .icotalleres {
    background: url(img/icotaller-.png) no-repeat center;
}
.slider-imagen .slider-layer.showlayer .capainterior .icomaterial {
    background: url(img/icomaterial.png) no-repeat center;
    height: 110px;
    width: 122px;
}
.slider-imagen .slider-layer.showlayer:hover .capainterior .icomaterial {
    background: url(img/icomaterial-.png) no-repeat center;
}
.slider-texto {
    height: auto;
}
.slider-texto .row-content-slide #next-iii {
    background: url(img/arrowright.png) center #ffc575 no-repeat;
    height: 70px;
    width: 70px;
    z-index: 999;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -35px;
}
.slider-texto .slide .row-wrapper {
    padding: 35px 0px;
    overflow: auto;
}
.slider-texto .slide .row-wrapper.row-img img {
    height: auto;
    width: auto;
    max-height: 370px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.slider-texto .slide .row-wrapper.row-img h2 {
    font-family: 'AntartidaRounded Bold Italic';
    font-size: 24px;
    color: #2ac7b1;
}
.slider-texto .slide .row-wrapper.row-img span,
.slider-texto .slide .row-wrapper.row-img span p,
.slider-texto .slide .row-wrapper.row-text span,
.slider-texto .slide .row-wrapper.row-text span p,
.slider-texto .slide .row-wrapper.row-column span,
.slider-texto .slide .row-wrapper.row-column span p {
    font-size: 12px;
    font-family: 'GT Pressura Regular';
    color: #666666;
}
.slider-texto .slide .row-wrapper.row-column h2 {
    font-family: 'AntartidaRounded Bold Italic';
    font-size: 24px;
    color: #ff936b;
}
.slider-texto .cycle-slide {
    height: 100%;
    width: 100%;
}
.slider-texto .slide .row-wrapper.row-text h2 {
    font-family: 'AntartidaRounded Bold Italic';
    font-size: 34px;
    color: #8b3faf;
}
.slider-texto .row-content-slide #prev-iii {
    background: url(img/arrowright.png) center #ffc575 no-repeat;
    height: 70px;
    width: 70px;
    z-index: 999;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
}
.slider-texto .row-content-slide #prev-iii,
.slider-texto .row-content-slide #next-iii {
    cursor: pointer;
}
.slider-video video {
    display: block;
    position: absolute;
    background-position: center;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    overflow-y: hidden;
    vertical-align: top;
    background: url('img/test/02.jpg') no-repeat;
}
.row.page {
    padding: 40px 0px;
}
#slider-wrapper .animacion {
    width: 2px;
    height: 100px;
    background: #99f5e8;
    position: absolute;
    z-index: 0;
}
#slider-wrapper .animacion.a {
    left: 10%;
    top: 7%;
    -ms-transform: rotate(7deg);
    /* IE 9 */
    -webkit-transform: rotate(7deg);
    /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}
#slider-wrapper .animacion.b {
    left: 40%;
    top: 2%;
    -ms-transform: rotate(66deg);
    /* IE 9 */
    -webkit-transform: rotate(66deg);
    /* Chrome, Safari, Opera */
    transform: rotate(66deg);
}
#slider-wrapper .animacion.c {
    left: 33%;
    top: 0%;
}
#slider-wrapper .animacion.d {
    left: 3%;
    top: 8%;
}
#slider-wrapper .animacion.e {
    left: 77%;
    top: 6.3%;
}
#slider-wrapper .animacion.f {
    left: 3%;
    top: 2.3%;
}
#slider-wrapper .animacion.g {
    left: 50%;
    top: 5%;
}
#slider-wrapper .animacion.h {
    left: 69%;
    top: 3%;
}
#slider-wrapper .animacion.i {
    left: 96%;
    top: 7%;
}
#slider-wrapper .animacion.j {
    left: 32%;
    top: 4%;
}
#slider-wrapper .animacion.k {
    left: 12%;
    top: 8%;
}
#slider-wrapper .animacion.l {
    left: 26%;
    top: 12%;
}
#slider-wrapper .animacion.m {
    left: 76%;
    top: 35%;
}
#slider-wrapper .animacion.n {
    left: 65%;
    top: 23%;
}
#slider-wrapper .animacion.o {
    left: 47%;
    top: 7%;
}
#slider-wrapper .animacion.p {
    left: 39%;
    top: 36%;
}
#slider-wrapper .animacion.q {
    left: 12.3%;
    top: 22%;
}
#slider-wrapper .animacion.r {
    left: 88%;
    top: 12%;
}
#slider-wrapper .animacion.s {
    left: 83%;
    top: 36%;
}
#slider-wrapper .animacion.t {
    left: 92%;
    top: 27%;
}
#slider-wrapper .animacion.u {
    left: 57%;
    top: 17%;
}
#slider-wrapper .animacion.v {
    left: 5%;
    top: 22%;
}
#slider-wrapper .animacion.w {
    left: 48%;
    top: 13%;
}
#slider-wrapper .animacion.x {
    left: 16%;
    top: 2%;
}
#slider-wrapper .animacion.y {
    left: 0.5%;
    top: 1%;
}
#slider-wrapper .animacion.z {
    left: 74%;
    top: 26%;
}

/* SHARE */
.share-container {
    position: absolute;
    bottom: 0% !important;
    width: 100%;
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px;
    left: 0;
    right: 0;
    z-index: 2;
    overflow: hidden !important;
    display: block !important;
}
.sidebar-right .share-container {
    position: absolute;
    margin-top: 100%;
    width: 100%;
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px;
    left: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    margin-right: 15px !important;
    top: -15px !important;
    height: 40px !important;
}
.share {
    background: #fff;
    font-family: 'GT Pressura Bold' !important;
    font-size: 15px !important;
    height: 40px;
}
.share .tit {
    padding: 10px 0px;
    width: 160px;
    text-align: center;
}
.share .fa-stack {
    background: #99f5e8;
    color: #000;
    width: 40px;
    height: 40px;
}
.share:hover {
    cursor: pointer;
}
.share.share-close:hover .fa-stack {
    background: #ffc575;
    color: #000;
}
.share.share-open .fa-stack:hover {
    background: #2ac7b1;
    color: #fff;
}
.share .fa-stack.cls {
    background: #000;
    color: #fff;
}
.share .fa-stack.cls i {
    font-size: 25px;
}
.share .fa-stack i {
    width: 40px;
    height: 40px;
    font-size: 15px;
    padding: 7px;
}
.share .fa-stack i.fa-envelope-o {
    padding: 6px;
}

/*------------------------------------*\
    LIGHTBOX
\*------------------------------------*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.9);
    z-index: 999999999999;
}
.modal.in .modal-dialog {
    max-width: 1140px !important;
    max-height: 100% !important;
}
.modal-body {
    padding: 0 !important;
}
.modal-header {
    border: none !important;
    padding: 0px !important;
}
.modal-content {
    background: none !important;
}
.modal-header .close {
    background: url(img/close.png) #ffc575 center no-repeat;
    width: 100px;
    height: 100px;
    opacity: 1;
    text-indent: -9999px;
    top: 30px !important;
    left: 100%;
    position: absolute;
    z-index: 1;
    margin-left: -100px;
}
.modal-header .close:hover {
    opacity: 1;
}

/*
.modal-body{
	padding: 0px !important;
}
.modal-footer{
	
}
*/
.row-category {}
.row-category a {
    text-decoration: none !important;
}
.row-category .col-cat {
    padding: 15px;
}
.col-xs-4.col-sm-6.pull-left.col-cat.col-relacionado.info {
    height: 450px;
    width: 100%;
}
.col-xs-4.col-sm-6.pull-left.col-cat.col-relacionado.info.informate {
    height: 360px;
    padding: 0px;
    border-bottom: 2px solid #515151;
    margin-bottom: 14%;
}
.col-xs-4.col-sm-6.pull-left.col-cat.col-relacionado.info.informate.single {
    height: 400px;
}
.row-category .col-cat .col-img {
    min-height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.row-category.row-category-big .col-cat .col-img {
    min-height: 350px;
    /*width: 332px !important;*/
}
.row-category .col-cat.col-cat-big .col-img {
    min-height: 480px;
}
.row-category .col-cat h2 {
    font-family: 'AntartidaRounded Bold';
    color: #000;
    /*background: rgba(255, 255, 255, 0.76);*/
    font-size: 23px;
    position: relative;
    z-index: 0;
    margin: 0px;
    overflow: hidden;
    padding: 10px 5px;
    line-height: 30px;
}
.row-category.row-piezadelmes .col-cat h2 {
    font-size: 22px;
    line-height: 22px;
}
.row-category .col-cat h2 span.col-artist {
    font-family: 'AntartidaRounded Light';
    color: #000;
    font-size: 28px;
    z-index: 0;
    margin: 0px;
    width: 100%;
    clear: both;
    clear: both;
    float: left;
}
.row-category .col-cat a:hover h2 {
    color: #2ac7b1;
}
.row-category .col-cat.col-cat-big h2 {
    font-size: 40px;
    padding-right: 50px;
    line-height: 40px;
}
.row-category .col-cat h2 span.col-date {
    font-family: 'GT Pressura Light';
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    clear: both;
    width: 100%;
    padding: 0px 0px 10px 0px;
    line-height: 20px;
}
.row-category .col-cat h2 span.col-lugar,
.row-category .col-cat h2 span.col-lugar p {
    font-family: 'AntartidaRounded Medium';
    color: #000;
    font-size: 13px;
    clear: both;
    width: 100%;
    padding: 10px 0px 0px 0px;
    line-height: 20px;
}
.row-category .col-cat h2 span.col-lugar p {
    margin: 0px;
    padding: 0px;
}
.col-lugar.pull-left.info-fecha {
    font-size: 16px !important;
}
.row-category .col-cat h2 span.col-extra,
.row-category .col-cat h2 span.col-extra p {
    font-family: 'Roboto Regular';
    font-size: 12px;
    color: #666666;
    line-height: 15px;
    float: left;
    margin: 0px;
}
.row-category .col-cat h2 span.col-extra span {
    float: left;
    clear: both;
    font-family: 'AntartidaRounded Bold';
    font-size: 12px;
    color: #000;
}
.row-category .col-cat h2 span.col-extra {
    margin: 10px 0px 0px;
}
.row-category .col-cat a:hover h2 span.col-date {
    color: #2ac7b1;
}
.row-category .col-cat.col-act a:hover h2 span.col-date {
    color: #ccbf59;
}
.row-category .col-cat.col-cat-big h2 span.col-date {
    font-size: 24px;
}
.row-category .col-cat h2 span.col-desc {
    font-family: 'AntartidaRounded Medium';
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    clear: both;
    width: 100%;
    padding: 10px 0px 0px 0px;
    line-height: 20px;
}
.row-category .col-cat a:hover h2 span.col-desc,
.row-category .col-cat a:hover h2 span.col-artist,
.row-category .col-cat a:hover h2 span.col-lugar,
.row-category .col-cat a:hover h2 span.col-extra,
.row-category .col-cat a:hover h2 span.col-extra p,
.row-category .col-cat a:hover h2 span.col-lugar p,
.row-category .col-cat a:hover h2 span.col-extra span {
    color: #2ac7b1;
}
.row-category .col-cat.col-act a:hover h2,
.row-category .col-cat.col-act a:hover h2 span.col-desc,
.row-category .col-cat.col-act a:hover h2 span.col-artist,
.row-category .col-cat.col-act a:hover h2 span.col-lugar,
.row-category .col-cat.col-act a:hover h2 span.col-extra,
.row-category .col-cat.col-act a:hover h2 span.col-extra p,
.row-category .col-cat.col-act a:hover h2 span.col-lugar p,
.row-category .col-cat.col-act a:hover h2 span.col-extra span {
    color: #ccbf59;
}
.row-category .col-cat.col-cat-big h2 span.col-desc {
    font-size: 14px;
}
.row-category .col-category {
    position: relative;
    z-index: 0;
    color: #fff !important;
    font-family: 'GT Pressura Bold' !important;
    font-size: 12px;
    padding: 10px;
    height: auto;
    clear: both;
    float: left;
}
.row-category .col-category.pasada {
    background-color: #8b3faf;
}
.row-category .col-category.futura {
    background-color: #2ac7b1;
}
.row-category .row-gallery h2 {
    color: #2ac7b1;
    min-height: 200px;
}
.row-category .row-gallery.internal h2 {
    color: #2ac7b1;
    min-height: 260px;
}
.row-category .row-gallery-destacada h2 {
    color: #2ac7b1;
}
.row-category .row-gallery.row-gallery-banner h2 {
    font-size: 21px;
    line-height: 22px;
}
.row-category .row-gallery .col-img {
    min-height: 200px;
}
.row.page .col-date {
    font-family: 'AntartidaRounded Light';
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    clear: both;
    width: 100%;
    padding: 10px 0px 0px 0px;
    line-height: 20px;
}
.row.page .col-map {}
.row.page .col-map .row-map {
    height: 1456px;
    background: url(img/map.png) center no-repeat;
    width: 100%;
}
.row.page .col-map .row-map span {
    font-family: 'AntartidaRounded Bold';
    font-size: 12px;
    color: #8b3faf;
    padding-bottom: 20px !important;
    background: url(img/rightmap.png) no-repeat bottom left;
}
.row.page .row-itinerancia a {
    float: left;
}
.row.page .col-fondo,
.row.page .col-fondo strong {
    color: #000;
}
.row.page .row-sidebar.row-sidebar-mini p {
    color: #000;
    font-family: 'AntartidaRounded Medium';
    font-size: 16px;
    margin: 5px 0;
}
.row.page .row-sidebar.row-sidebar-mini p strong {
    color: #000;
    font-family: 'AntartidaRounded Bold';
    font-size: 16px;
}
.row.page .row-sidebar p a {
    font-family: 'Roboto Regular';
    font-size: 14px;
    color: #666666;
}
.row.page .row-sidebar p a:hover {
    text-decoration: underline;
}
.row.page .top-sidebar-right h4 {
    color: #8b3faf;
}
.row.page.row-category-b .col-cat {
    margin-bottom: 25px;
}
img.img-recursos {
    background-position: center;
    background-size: cover;
    width: 255px;
    height: 198px;
}
.sitios {
    text-align: center;
    font-size: 24px;
    font-family: 'GT Pressura Regular';
}
.row.page.page-grey.row-first.info {
    background: #fff;
}
.row.page.row-category-b .col-cat a {
    float: left;
    text-decoration: none;
    width: 100%;
}
.row.page.row-category-b .col-cat a:hover h2 {
    color: #8b3faf;
}
.row.page.row-category-b .col-cat .col-img {
    height: 100%;
    /*-min-height: 220px;
    z-index: 0;
    background-clip: padding-box;
    background-repeat: round no-repeat;
    background-size: cover;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); 
    filter: gray; 
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);*/
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.row.page.row-category-b .col-cat a:hover .col-img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.row.page.row-category-b .col-cat h2,
.row.page.row-category-b .col-cat h2 strong {
    color: #000;
    min-height: 90px;
    font-family: 'AntartidaRounded Bold';
    font-size: 18px;
    min-height: 80px;
    max-height: 80px;
}
.row.page.row-category-b .col-cat span {
    font-family: 'GT Pressura Regular';
    font-size: 14px;
    color: #666666;
    float: left;
    clear: both;
    width: 100%;
    text-transform: uppercase;
}
.row.page .col-audiovisual:hover h3,
.row.page .col-audiovisual:hover p {
    color: #8b3faf;
}
.row.page .row-audiovisual p {
    color: #2ac7b1;
    font-family: 'AntartidaRounded Bold';
    font-size: 20px;
}
.sticky {
    background-color: #fff !important;
}
.row.page .col-audiovisual {
    min-height: 460px;
}
.row.page .col-audiovisual h3 {
    font-family: 'AntartidaRounded Bold';
    font-size: 20px;
    color: #8b3faf;
}
.row.page .col-audiovisual .vervideo {
    width: 90px;
    height: 90px;
    background: url(img/play.png) no-repeat center 15px #8b3faf;
    font-family: 'AntartidaRounded Medium' !important;
    color: #fff !important;
    font-size: 11px !important;
    text-decoration: none !important;
    text-align: center;
    line-height: 140px;
    margin: 0 auto;
    background-size: 30px;
    position: absolute;
    transform: translateY(90px);
    left: 50%;
    margin-left: -45px;
}
.row.page .col-audiovisual p {
    font-family: 'GT Pressura Regular';
    font-size: 13px;
    line-height: 16px;
    text-align: left;
}
.row.page .filter-personal .mix,
.row.page .filter-compras .mix {
    /*, #filtro-estandar .mix{**********************/
    display: none;
}
#searchdiv {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99999;
}
#searchdiv input[type="text"] {
    font-family: 'GT Pressura Regular';
    font-size: 20px;
    margin: 0px;
    padding: 10px;
    border: none;
    width: 30%;
}
#searchdiv input[type="submit"] {
    font-family: 'GT Pressura Bold';
    font-size: 15px;
    border: none;
    padding: 14px 50px 13px 10px;
    margin: 0px;
    background: url(img/arrowright.png) #99F5E8 no-repeat right 10px center;
    text-align: left;
    width: auto;
}
#searchdiv #searchclose {
    background: url(img/close-xs.png) #FFC575 no-repeat center;
    padding: 24px;
    width: auto;
}
#searchdiv #searchclose:hover {
    cursor: pointer;
}
#searchdiv.active {
    display: block;
}
#searchdiv .searchcontainer {
    height: 100%;
    width: 100%;
    display: inline-grid;
}
.busqueda {
    margin-bottom: 15px !important;
}
.row.page h1.searchtitle {
    background: #FFC575;
    color: #000;
    font-size: 25px;
    padding: 10px;
}
.row.page .searchresult {
    font-family: 'AntartidaRounded Bold';
    font-size: 20px;
    margin: 10px 0px;
    text-transform: uppercase;
}
.breadcrumb {
    background: none !important;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}
.breadcrumb a,
.breadcrumb li.active {
    font-family: 'GT Pressura Regular' !important;
    font-size: 14px !important;
    color: #808080 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}
.breadcrumb>li+li:before {
    color: #808080 !important;
    content: "›" !important;
}
.breadcrumb br {
    display: none;
}
#breadcrumbs {
    background: none !important;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}
#breadcrumbs a,
.breadcrumb li.active {
    font-family: 'GT Pressura Regular' !important;
    font-size: 12px !important;
    color: #808080 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}
#breadcrumbs>li+li:before {
    color: #808080 !important;
    content: "›" !important;
}
#breadcrumbs br {
    display: none;
}
#breadcrumbs span.current {
    font-family: 'GT Pressura Regular' !important;
    font-size: 12px !important;
    color: #000000 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}
.home-frase {
    margin-top: 3em;
}
.home-frase a:hover {
    text-decoration: none !important;
}
.home-frase span.frase {
    font-family: 'GT Pressura Regular';
    font-size: 50px;
    color: #000;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.home-frase span.frase span {
    color: #000;
}
.contingencia {
    display: none;
    background: #ffc575;
    z-index: 30;
    height: 90px;
    width: 100%;
}
.contingencia.active {
    display: block;
    /*z-index: 99999999999;*/
    z-index: 2;
}
.contingencia p {
    padding: 10px;
    background: #ffc575 url(img/contingencia.png) no-repeat 47px center;
    max-width: 1140px;
    margin: 0 auto !important;
    float: none;
    z-index: 3;
    font-family: 'GT Pressura Regular';
    font-size: 16px;
    /*color: #404040;*/
    color: #000;
    padding-left: 150px;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    /* column | row */
}
.navbar-default.contingencia-menu {
    padding-top: 120px !important;
}
.wrapper-navbarmini.contingencia-menu {
    margin-top: 90px !important;
    z-index: 1;
}
.editar {
    background: #ccc !important;
    /*position: relative !important;
top: 37px;*/
}

/* Lightbox un clavel en tu nombre */
.lightboxclavel {
    background: #dbd2d9;
    position: fixed;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    opacity: 0.97;
    display: none;
}
.lightboxclavel div.cajaizquierda {
    top: 0;
    bottom: 0;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -webkit-justify-content: flex-end;
    height: 100%;
}
.lightboxclavel div.cajaizquierda .clavel {
    background: url(img/clavel.jpg) no-repeat bottom center;
    width: 100%;
    height: 90%;
    background-size: contain;
}
.lightboxclavel div.cajaderecha {
    top: 0;
    bottom: 0;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    height: 100%
}
.lightboxclavel h1.titulo {
    font-family: 'MankSans';
    color: #5474ce;
    border: 2px solid #5474ce;
    padding: 7px 10px;
    font-size: 50px;
}
.lightboxclavel h2 {
    font-family: 'MankSans';
    font-size: 40px;
    color: #fff;
}
.lightboxclavel a.fb {
    background: url(img/clavelfb.png) no-repeat center;
    width: 40px;
    height: 40px;
    background-size: contain;
    margin: 25px 15px;
}
.lightboxclavel a.tw {
    background: url(img/claveltw.png) no-repeat center;
    width: 40px;
    height: 40px;
    background-size: contain;
    margin: 25px 15px;
}
.lightboxclavel a.fb:hover,
.lightboxclavel a.tw:hover,
.lightboxclavel .clavelclose:hover {
    cursor: pointer;
}
.lightboxclavel div.logomuseo {
    background: url(img/clavelmuseo.png) no-repeat right;
    width: 100%;
    height: 30px;
    background-size: contain;
}
.lightboxclavel .clavelclose {
    width: 80px;
    height: 80px;
    /*background: url(img/close-xs.png) center no-repeat #E3D250;*/
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9999999999999999999;
    /*border: 1px solid #000;*/
}

/* Lightbox un 11 de septiembre */
.lightboxclavel.lightsept {
    background: url(img/bg11sept.jpg) no-repeat center;
    position: fixed;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    opacity: 0.99;
    display: none;
    background-size: cover;
}
.lightboxclavel.lightsept .clavelclose {
    background: url(img/btncloselight.png) center no-repeat #fff;
}
.lightboxclavel.lightsept .cajacentral {
    top: 0;
    bottom: 0;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    height: 100%
}
.lightboxclavel.lightsept .imgcentral {
    background: url(img/txt11sept.png) no-repeat center;
    width: 100%;
    height: 80%;
    background-size: contain;
    margin: 40px 0px;
}
.lightboxclavel.lightsept .imgcentralbtn {
    width: 100%;
    height: 20%;
    background-size: contain;
    margin: 10px 0px;
}
.lightboxclavel.lightsept .imgbtnleft {
    background: url(img/btnlft.png) no-repeat center right;
    height: 100%;
}
.lightboxclavel.lightsept .imgbtnleft:hover {
    background: url(img/btnlft-.png) no-repeat center right;
}
.lightboxclavel.lightsept .imgbtnright {
    background: url(img/btnrgt.png) no-repeat center left;
    height: 100%;
}
.lightboxclavel.lightsept .imgbtnright:hover {
    background: url(img/btnrgt-.png) no-repeat center left;
}
.lightboxclavel.lightsept .imgbtnleft:hover,
.lightboxclavel.lightsept .imgbtnright:hover {
    cursor: pointer;
}

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

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

/* GT Pressura Trial */
@font-face {
    font-family: 'GT Pressura Light';
    font-weight: lighter;
    src: url('fonts/GT-Pressura-Regular.ttf') format("truetype");
}
@font-face {
    font-family: 'GT Pressura Light Italic';
    font-weight: lighter;
    font-style: italic;
    src: url('fonts/GT-Pressura-Regular.ttf') format("truetype");
}
@font-face {
    font-family: 'GT Pressura Regular';
    font-weight: normal;
    src: url('fonts/GT-Pressura-Regular.ttf') format("truetype");
}
@font-face {
    font-family: 'GT Pressura Regular Italic';
    font-weight: normal;
    font-style: italic;
    src: url('fonts/GT-Pressura-Regular.ttf') format("truetype");
}
@font-face {
    font-family: 'GT Pressura Bold';
    font-weight: bold;
    src: url('fonts/GT-Pressura-Bold.ttf') format("truetype");
}
@font-face {
    font-family: 'GT Pressura Bold Italic';
    font-weight: bold;
    font-style: italic;
    src: url('fonts/GT-Pressura-Bold.ttf') format("truetype");
}

/* AntartidaRounded */
@font-face {
    font-family: 'AntartidaRounded Light';
    font-weight: lighter;
    src: url('fonts/AntartidaRounded-Light.otf') format("opentype");
}
@font-face {
    font-family: 'AntartidaRounded Light Italic';
    font-weight: lighter;
    font-style: italic;
    src: url('fonts/AntartidaRounded-LightItalic.otf') format("opentype");
}
@font-face {
    font-family: 'AntartidaRounded Medium';
    font-weight: normal;
    src: url('fonts/AntartidaRounded-Medium.otf') format("opentype");
}
@font-face {
    font-family: 'AntartidaRounded Medium Italic';
    font-weight: normal;
    font-style: italic;
    src: url('fonts/AntartidaRounded-MediumItalic.otf') format("opentype");
}
@font-face {
    font-family: 'AntartidaRounded Bold';
    font-weight: bold;
    src: url('fonts/AntartidaRounded-Bold.otf') format("opentype");
}
@font-face {
    font-family: 'AntartidaRounded Bold Italic';
    font-weight: bold;
    font-style: italic;
    src: url('fonts/AntartidaRounded-BoldItalic.otf') format("opentype");
}
@font-face {
    font-family: 'AntartidaRounded Black';
    font-weight: bolder;
    src: url('fonts/AntartidaRounded-Black.otf') format("opentype");
}
@font-face {
    font-family: 'AntartidaRounded Black Italic';
    font-weight: bolder;
    font-style: italic;
    src: url('fonts/AntartidaRounded-BlackItalic.otf') format("opentype");
}
@font-face {
    font-family: 'Roboto Thin';
    font-weight: normal;
    src: url('fonts/Roboto-Thin.ttf') format("truetype");
}
@font-face {
    font-family: 'Roboto Thin Italic';
    font-weight: normal;
    font-style: italic;
    src: url('fonts/Roboto-ThinItalic.ttf') format("truetype");
}
@font-face {
    font-family: 'Roboto Italic';
    font-weight: normal;
    font-style: italic;
    src: url('fonts/Roboto-Italic.ttf') format("truetype");
}
@font-face {
    font-family: 'Roboto Light';
    font-weight: normal;
    src: url('fonts/Roboto-Light.ttf') format("truetype");
}
@font-face {
    font-family: 'Roboto Light';
    font-weight: normal;
    font-style: italic;
    src: url('fonts/Roboto-LightItalic.ttf') format("truetype");
}
@font-face {
    font-family: 'Roboto Regular';
    font-weight: normal;
    src: url('fonts/Roboto-Regular.ttf') format("truetype");
}
@font-face {
    font-family: 'Roboto Medium';
    font-weight: normal;
    src: url('fonts/Roboto-Medium.ttf') format("truetype");
}
@font-face {
    font-family: 'Roboto Medium Italic';
    font-weight: normal;
    font-style: italic;
    src: url('fonts/Roboto-MediumItalic.ttf') format("truetype");
}
@font-face {
    font-family: 'Roboto Bold';
    font-weight: normal;
    src: url('fonts/Roboto-Bold.ttf') format("truetype");
}
@font-face {
    font-family: 'Roboto Bold Italic';
    font-weight: normal;
    font-style: italic;
    src: url('fonts/Roboto-BoldItalic.ttf') format("truetype");
}
@font-face {
    font-family: 'Roboto Black';
    font-weight: normal;
    src: url('fonts/Roboto-Regular.ttf') format("truetype");
}
@font-face {
    font-family: 'Roboto Black Italic';
    font-weight: normal;
    font-style: italic;
    src: url('fonts/Roboto-BlackItalic.ttf') format("truetype");
}

/* MankSans */
@font-face {
    font-family: 'MankSans';
    font-weight: normal;
    src: url('fonts/MankSans.ttf') format("truetype");
}
@font-face {
    font-family: 'MankSans-Oblique.ttf';
    font-weight: italic;
    src: url('fonts/MankSans-Oblique.ttf') format("truetype");
}
@font-face {
    font-family: 'MankSans-MediumOblique';
    font-weight: bold;
    font-style: italic;
    src: url('fonts/MankSans-MediumOblique.ttf') format("truetype");
}
@font-face {
    font-family: 'MankSans-Medium';
    font-weight: bold;
    src: url('fonts/MankSans-Medium.ttf') format("truetype");
}

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

/* // Small devices (landscape phones, 34em and up) */
@media (max-width: 34em) {
    /* Slider */
    .bx-wrapper .row {
        padding: 5px;
    }
    /*.bx-wrapper .slider-cat{
		font-size: 20px;
	}*/
    .bx-wrapper .slider-tit,
    .slider-imagen .slider-caption .slider-tit {
        /*font-size: 30px;*/
    }
    .bx-wrapper .slider-dat {
        font-size: 18px;
    }
    .bx-wrapper .slider-dat-mini {
        font-size: 16px;
    }
    /* Navbar */
    .navbar-default {
        margin-top: 0px !important;
    }
    /* Home */
    .home-st .col-left h2,
    .home-st .col-mid h2,
    .home-st .col-right h1,
    .home-nd .col-left h2 {
        font-size: 25px;
    }
    .home-st .col-right h2 {
        font-size: 20px;
    }
    .home-st .col-right h1 {
        margin-bottom: 20px;
    }
    .home-st .col-mid h2 span.col-cat,
    .home-st .col-mid h2 span.col-date,
    .home-st .col-right dl {
        font-size: 13px;
    }
    .home-st .col-right h3 {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .home-nd .col-act h2 {
        font-size: 15px;
    }
    .home-rd .col-left h2,
    .home-rd .col-right h2 {
        font-size: 16px;
    }
    .slider-imagen .slider-layer.showlayer .capainterior .icovisitas,
    .slider-imagen .slider-layer.showlayer .capainterior .icomaterial,
    .slider-imagen .slider-layer.showlayer:hover .capainterior .icovisitas,
    .slider-imagen .slider-layer.showlayer:hover .capainterior .icomaterial {
        width: 100%;
        background-size: 70%;
    }
    .slider-imagen .slider-layer.showlayer .capainterior .icotalleres,
    .slider-imagen .slider-layer.showlayer:hover .capainterior .icotalleres {
        width: 100%;
        background-size: 50%;
    }
    .vert-offset-top-22 {
        margin-top: 1em !important;
    }
    .color-a.navbar-default li a,
    .navbar-default .navbar-nav>li>a {
        color: #000 !important;
    }
    .navbar-default {
        margin-top: 0px;
    }
    .home-frase span.frase {
        font-size: 20px !important;
    }
    .navbar-default.contingencia-menu {
        padding-top: 0px !important;
    }
    .lightboxclavel h1.titulo {
        font-size: 35px;
    }
    .lightboxclavel h2 {
        font-size: 30px;
    }
    .lightboxclavel a.fb {
        width: 30px;
        height: 30px;
        margin: 25px 15px;
    }
    .lightboxclavel a.tw {
        width: 30px;
        height: 30px;
        margin: 25px 15px;
    }
    .lightboxclavel div.logomuseo {
        width: 100%;
        height: 25px;
    }
    .lightboxclavel.lightsept .imgbtnleft,
    .lightboxclavel.lightsept .imgbtnright {
        background-position: center !important;
        height: 50%;
        width: 70%;
    }
    .lightboxclavel.lightsept .imgbtnleft:hover,
    .lightboxclavel.lightsept .imgbtnright:hover {
        background-position: center !important;
        height: 50%;
        width: 70%;
    }
    .lightboxclavel.lightsept .clavelclose {
        width: 60px;
        height: 60px;
    }
}

/* // Medium devices (tablets, 48em and up) */
@media (max-width: 48em) {
    .navbar-default {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .home-st .col-right dd {
        margin-left: 0px !important;
    }
    /* Slider */
    .bx-wrapper .row {
        padding: 5px;
    }
    .bx-wrapper .slider-dest {
        transform: translateY(-52px);
    }
    .slider-video {
        /*
		background: url('img/test/02.jpg') center center / cover no-repeat;
		*/
    }
    .slider-video video {
        display: none;
    }
    /* Home */
    .contenedor {
        padding-bottom: 30px !important;
    }
    /* Footer */
    .footer .col-st .col-content {
        margin-bottom: 60px;
    }
    .footer .col-st .col-content:first-child {
        padding-left: 15px;
    }
    .footer .col-st .col-content:last-child {
        padding-right: 15px;
    }
    .row.page .col-visitanos .row-visitanos {
        padding: 0px !important;
    }
    .color-a.navbar-default li a,
    .navbar-default .navbar-nav>li>a {
        color: #000 !important;
    }
    .navbar-default {
        margin-top: 0px;
    }
    .navbar-default li.dropdown.open .dropdown-menu {
        background: #f5f5f5 !important;
    }
    .footer .home-tweets-ul p {
        max-height: auto;
        overflow: auto;
    }
    .contingencia {
        height: 70px;
        max-height: 70px;
    }
    .contingencia p {
        max-height: 70px;
        overflow: hidden;
        background-size: 40px;
        font-size: 10px !important;
        line-height: 10px;
        padding: 5px 0px 5px 80px !important;
        background-position: 20px center;
        min-height: 70px;
    }
    .lightboxclavel.lightsept .clavelclose {
        width: 60px;
        height: 60px;
    }
}

/* // Large devices (desktops, 62em and up) */
@media (max-width: 62em) {
    /* Columnas home */
    .home-st .col-left {
        padding-left: 15px;
    }
    .home-st .col-mid {
        padding-right: 15px;
    }
    .home-st .col-left,
    .home-st .col-mid {
        margin-top: 1em;
    }
    .home-st .col-right .btnhome {
        margin-left: 10px;
        margin-top: 50px;
    }
    .home-st .col-right {
        overflow: hidden;
        padding-bottom: 1em;
        margin: 15px 0px !important;
    }
    .home-st .col-right .col-right-bg {
        /*background: #fff;*/
        background: #822be9;
        padding-bottom: 25px;
    }
    .home-nd .row-wrapper {
        margin-top: 1em;
    }
    .home-nd .col-act {
        margin-top: 1em;
    }
    .col-md-push-offset-2 {
        margin-left: 0 !important;
    }
    .home-rd .col-left,
    .home-rd .col-right {
        margin: 15px 0px !important;
        padding: 0px 15px !important;
    }
    .home-rd .col-left,
    .home-rd .col-right,
    .home-rd .col-left .col-title {
        min-height: 160px;
    }
    /* Navbar */
    .wrapper-navbarmini {
        background: #99f5e8 !important;
    }
    .navbar-default .navbar-header {}
    .navbar-default {
        background: #f5f5f5 !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 37px;
        border-radius: 0px !important;
        min-height: 40px !important;
    }
    .navbar-default div {
        padding: 0px 15px !important;
    }
    .navbar-default ul li a {
        font-size: 12px !important;
        color: #000 !important;
    }
    .navbar-default ul li ul li a {
        color: #666666 !important;
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        color: #00e7c5 !important;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
        padding: 0px !important;
    }
    .navbar-default .navbar-nav {
        width: 100%;
        margin: 0px;
    }
    .navbar-toggle {
        margin-right: 0px !important;
    }
    .navbar-default .navbar-nav li {
        margin: 10px 1% !important;
    }
    .navbar-default .navbar-nav li a {
        margin: 0px !important;
    }
    .navbar-default .dropdown-menu>li {
        display: table;
    }
    .navbar-default .dropdown-menu li {
        padding: 0px;
    }
    /* Footer */
    .footer .col-tw {
        background-clip: content-box;
    }
    .footer .col-tw .tw-tweet,
    .footer .col-tw .tw-tweet a {
        line-height: 20px;
        margin-top: 10px;
    }
    .footer .col-tw .fa-twitter {
        margin-top: 15px;
        margin-left: 15px;
    }
    .footer .col-tw .tw-name {
        margin-top: 15px;
    }
    .footer .col-tw .tw-tweet {
        margin: 15px;
    }
    .footer .col-st {
        margin: 30px 0 !important;
    }
    .footer .col-rd .col-logofoot {
        padding-left: 15px !important;
    }
    .footer .col-rd h1 {
        font-size: 12px;
    }
    .footer .col-rd a {
        font-size: 11px;
    }
    .footer .col-nd .col-foot:first-child {
        padding-left: 15px;
    }
    .footer .col-nd .col-foot:last-child {
        padding-right: 15px;
    }
    .footer .col-nd .col-foot p {
        font-size: 12px;
    }
    .footer .col-nd .col-foot input[type="text"] {
        font-size: 12px;
        width: 100%;
    }
    .footer .col-nd .col-foot .fa {
        margin-bottom: 10px;
    }
    .footer .col-nd .logosites,
    .footer .col-nd .logobio {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .footer .col-nd .logocom,
    .footer .col-nd .logoica {
        margin-left: 0px;
    }
    .footer #mc_embed_signup {}
    .footer #mc_embed_signup input[type="email"] {}
    .footer #mc_embed_signup input[type="submit"] {}
    /* Page */
    .row.page .tab-content {
        padding: 30px 0px;
    }
    .row.page .tab-content p,
    .row.page .tab-content a,
    .row.page .tab-content strong {
        font-size: 11px;
    }
    .row.page .page-tabs li a {
        font-size: 12px;
        padding: 5px;
    }
    .row.page .tab-content .tab-pane .tab-content-i #prev {}
    .row.page .tab-content .tab-pane .tab-content-i #next {}
    .row.page .tab-content .tab-pane .tab-content-i #prev,
    .row.page .tab-content .tab-pane .tab-content-i #next {
        background-position: center center;
        position: relative;
    }
    .row.page .tab-content .tab-pane #prev-ii,
    .row.page .tab-content .tab-pane #next-ii {
        padding-top: 0px;
    }
    .row.page.page-trabaja .row-trabajo-left .separador.final {
        display: block;
    }
    .row.page.page-equipo .row-equipo {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
    }
    .row.page.col-pieza {
        margin-top: 0px !important;
    }
    .row.page .sidebar-right h1 {
        font-size: 20px;
    }
    .row.page .sidebar-left h2 {
        font-size: 28px;
    }
    .row.page .sidebar-right .row-sidebar:nth-child(n+0) {
        padding-left: 0px;
    }
    .row.page .separador.mini {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .footer .col-rd .logofoot {
        background-position: center left;
    }
    .row.page .sidebar-left h3 {
        font-size: 13px;
    }
    .slider-imagen .slider-layer .capainterior h2 {
        font-size: 16px;
    }
    .slider-imagen .slider-layer .capainterior span.bajada {
        font-size: 12px;
    }
    .slider-imagen .slider-layer .capainterior p,
    .slider-imagen .slider-layer .capainterior a.linkvermas {
        font-size: 8px;
    }
    .slider-imagen .slider-layer.showlayer .capainterior h2 {
        height: 35px;
    }
    .modal-header .close {
        background: url(img/close-xs.png) #ffc575 center no-repeat;
        width: 60px;
        height: 60px;
        left: 0px !important;
        top: 60px !important;
    }
    .row-category .col-cat h2 {
        font-size: 24px;
    }
    .row-category .col-cat h2 span.col-date {
        font-size: 16px;
    }
    .row-muestra {}
    .row-muestra {
        padding: 15px !important;
    }
    .row-muestra h1 {
        font-size: 20px !important;
    }
    .row-muestra p,
    .row-muestra a,
    .row-muestra strong {
        font-size: 11px !important;
    }
    .row .link-video {
        width: 100px;
        height: 100px;
        background-size: 30px;
        background-position-y: 23px;
        line-height: 150px;
        font-size: 12px !important;
    }
    .row.page.row-category-b .col-cat .col-img,
    .footer .col-st .col-img {
        filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
    .vert-offset-top-22 {
        margin-top: -12em;
    }
    .color-a.navbar-default li a,
    .navbar-default .navbar-nav>li>a {
        color: #000 !important;
    }
    .home-frase span.frase {
        font-size: 30px;
    }
    .home-nd .col-act {
        margin-top: 65px !important;
    }
    .contingencia {
        height: 70px;
    }
    .contingencia p {
        min-height: 70px;
        background-size: 40px;
        font-size: 10px !important;
        padding: 20px 0px 20px 120px;
    }
    .navbar-default.contingencia-menu {
        padding-top: 70px !important;
    }
    .wrapper-navbarmini.contingencia-menu {
        margin-top: 0px !important;
    }
    .contingencia {
        height: 70px;
    }
    .contingencia p {
        background-size: 40px;
        font-size: 10px !important;
        padding: 20px 0px 20px 120px;
    }
    .navbar-default.contingencia-menu {
        padding-top: 70px !important;
    }
    .wrapper-navbarmini.contingencia-menu {
        margin-top: 0px !important;
    }
    .noheight-iii.slider-imagen .slider-layer.showlayer .capainterior h2 {
        font-size: 12px !important;
    }
    .lightboxclavel.lightsept .imgbtnleft,
    .lightboxclavel.lightsept .imgbtnright {
        background-position: center !important;
        height: 30%;
        background-size: contain;
        margin: 5px 0px;
        width: 100%;
    }
    .lightboxclavel.lightsept .imgbtnleft:hover,
    .lightboxclavel.lightsept .imgbtnright:hover {
        background-position: center !important;
        height: 30%;
        background-size: contain;
        margin: 5px 0px;
        width: 100%;
    }
    .lightboxclavel.lightsept .clavelclose {
        width: 60px;
        height: 60px;
    }
}

/* // Extra large devices (large desktops, 75em and up) */
@media (max-width: 75em) {
    .bx-wrapper .bx-pager .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        margin-left: 95% !important;
    }
}

/* // Small devices (landscape phones, 34em and up) */
@media (min-width: 34em) {
    .bx-wrapper .bx-pager .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        margin-left: 95% !important;
    }
}

/* // Medium devices (tablets, 48em and up) */
@media (min-width: 48em) {
    .bx-wrapper .bx-pager .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        margin-left: 99% !important;
    }
}

/* // Medium devices (tablets, 48em and up) */
@media (min-width: 75em) {
    /* Navbar default Sticky */
}
.col-xs-12.col-md-6.pull-left.cart {
    padding: 10px 3px 0px 10px;
}
.col-xs-12.col-md-6.pull-right.cart {
    padding: 10px 0px 0px 3px;
}
.col-img.dos {
    min-height: 147px !important;
}
.cartelera-principal-uno {
    min-height: 360px;
    background-position: center;
    background-size: cover;
}
.cartelera-principal-uno_v2 {
    min-height: 220px;
    background-position: center;
    background-size: cover;
}
.cartelera-principal-dos {
    min-height: 143px;
    background-position: center;
    background-size: cover;
}
.cartelera-principal-uno-footer {
    position: relative;
    float: right;
    width: 250px;
    padding: 0px 0px 2px 4px;
}
.cartelera-principal-uno-footer-uno {
    width: 80%;
    float: right;
}
.cartelera-principal-uno-footer-uno_v2 {
    width: 100%;
    float: right;
}
.cartelera-principal-uno-footer-titulo {
    width: 100%;
    float: right;
    color: #000;
    padding: 0px 6px 10px 12px;
    font-size: 16px;
    font-family: 'GT Pressura Regular';
    font-weight: bold;
}
.cartelera-principal-uno-footer-titulo_v2 {
    float: left;
    color: #000;
    padding: 0px 0px 0px 5px;
    font-size: 16px;
    font-family: 'GT Pressura Regular';
    font-weight: bold;
}
.cartelera-principal-uno-footer-titulo_v2:hover {
    float: left;
    color: #000;
    background-color: rgb(218, 120, 225);
    padding: 0px 5px 0px 5px;
    font-size: 16px;
    font-family: 'GT Pressura Regular';
    font-weight: bold;
}
.cartelera-principal-uno-footer-titulo_v3 {
    width: 100%;
    float: right;
    color: #000;
    padding: 0px 0px 0px 5px;
    font-size: 14px;
    /*font-size: 16px;*/
    font-family: 'GT Pressura Regular';
}
.cartelera-principal-uno-footer-titulo_cc {
    width: 100%;
    float: right;
    color: rgb(218, 120, 225);
    padding: 0px 0px 0px 5px;
    font-size: 16px;
    font-family: 'GT Pressura Regular';
    font-weight: bold;
}
.cartelera-principal-dos-footer-titulo {
    font-size: 16px;
    position: relative;
    color: #000;
    padding: 10px 6px 10px 0px;
    font-family: 'GT Pressura Regular';
    font-weight: bold;
}
.cartelera-principal-dos-footer-medio {
    width: 80%;
    float: right;
    padding-left: 8px;
}
.cartelera-principal-dos-footer-fecha {
    float: right;
}
.navbar-container.closed.sticky {
    background: #fff !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    min-height: 140px !important;
    z-index: 9999999999999;
    top: 0px;
}
.row-fluid.navbar-container.closed.sticky li {
    color: #000;
}
.row-fluid.navbar-container.closed.sticky li a {
    color: #000;
    text-transform: uppercase;
    font-family: 'GT Pressura Bold';
    font-size: 14px !important;
    /*padding: 0px !important;
	margin: 0px 65px 15px 0px !important;*/
}
.navbar-header.col-md-2 {
    left: 6%;
}
.navbar-container.closed.sticky .navbar-default {
    padding: 0px !important;
    z-index: 26 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-container.closed.sticky .navbar-default li a {
    color: #000 !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.navbar-container.closed.sticky .navbar-default .logo svg .st0 {
    fill: #000 !important;
}
.navbar-container.closed.sticky .navbar-default .logo svg g#logobajada {
    display: none;
}
.navbar-container.closed.sticky .navbar-default .logo svg {
    width: 99.87px;
    height: 80px;
    margin-top: 20px;
}
.navbar-container.closed.sticky .navbar-default .navbar-nav {
    margin-top: 6px;
}
.navbar-container.closed.sticky .wrapper-navbarmini {
    display: none;
}
.lightboxclavel h1.titulo {
    font-size: 50px;
}
.lightboxclavel h2 {
    font-size: 40px;
}
.lightboxclavel a.fb {
    width: 40px;
    height: 40px;
    margin: 25px 15px;
}
.lightboxclavel a.tw {
    width: 40px;
    height: 40px;
    margin: 25px 15px;
}
.lightboxclavel div.logomuseo {
    width: 100%;
    height: 30px;
}

}
/* // Large devices (desktops, 62em and up) */
@media (min-width: 62em) {}
/* // Extra large devices (large desktops, 75em and up) */
@media (max-width: 75em) {}
@media only screen and (min-width:320px) {}
@media only screen and (min-width:480px) {}
@media only screen and (max-width:768px) {
    .navbar-default {
        margin-top: 0px !important;
    }
}
@media only screen and (max-width:1024px) {}
@media only screen and (min-width:1140px) {}
@media only screen and (min-width:1280px) {}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
/*
Include this after bootstrap.css. Add class of 
vert-offset-top-value or vert-offset-bottom-value 
to your Bootstrap 3 default rows to prevent row content 
from touching the row content above or below.
*/
/* Vertical Offset Bottom */
.vert-offset-top-12 {
    margin-top: -12em !important;
}
.vert-offset-top-11 {
    margin-top: -11em !important;
}
.vert-offset-top-10 {
    margin-top: -10em !important;
}
.vert-offset-top-9 {
    margin-top: -9em !important;
}
.vert-offset-top-8 {
    margin-top: -8em !important;
}
.vert-offset-top-7 {
    margin-top: -7em !important;
}
.vert-offset-top-6 {
    margin-top: -6em !important;
}
.vert-offset-top-5 {
    margin-top: -5em !important;
}
.vert-offset-top-4 {
    margin-top: -4em !important;
}
.vert-offset-top-3 {
    margin-top: -3em !important;
}
.vert-offset-top-2 {
    margin-top: -2em !important;
}
.vert-offset-top-1 {
    margin-top: -1em !important;
}
.vert-offset-top-0 {
    margin-top: 0em !important;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12 {
    margin-bottom: -12em !important;
}
.vert-offset-bottom-11 {
    margin-bottom: -11em !important;
}
.vert-offset-bottom-10 {
    margin-bottom: -10em !important;
}
.vert-offset-bottom-9 {
    margin-bottom: -9em !important;
}
.vert-offset-bottom-8 {
    margin-bottom: -8em !important;
}
.vert-offset-bottom-7 {
    margin-bottom: -7em !important;
}
.vert-offset-bottom-6 {
    margin-bottom: -6em !important;
}
.vert-offset-bottom-5 {
    margin-bottom: -5em !important;
}
.vert-offset-bottom-4 {
    margin-bottom: -4em !important;
}
.vert-offset-bottom-3 {
    margin-bottom: -3em !important;
}
.vert-offset-bottom-2 {
    margin-bottom: -2em !important;
}
.vert-offset-bottom-1 {
    margin-bottom: -1em !important;
}
.vert-offset-bottom-0 {
    margin-bottom: 0em !important;
}
/* Pull offset */
.col-md-pull-offset-12 {
    margin-right: -100%;
}
.col-md-pull-offset-11 {
    margin-right: -91.66666667%;
}
.col-md-pull-offset-10 {
    margin-right: -83.33333333%;
}
.col-md-pull-offset-9 {
    margin-right: -75%;
}
.col-md-pull-offset-8 {
    margin-right: -66.66666667%;
}
.col-md-pull-offset-7 {
    margin-right: -58.33333333%;
}
.col-md-pull-offset-6 {
    margin-right: -50%;
}
.col-md-pull-offset-5 {
    margin-right: -41.66666667%;
}
.col-md-pull-offset-4 {
    margin-right: -33.33333333%;
}
.col-md-pull-offset-3 {
    margin-right: -25%;
}
.col-md-pull-offset-2 {
    margin-right: -16.66666667%;
}
.col-md-pull-offset-1 {
    margin-right: -8.33333333%;
}
.col-md-pull-offset-0 {
    margin-right: auto;
}
.col-md-push-offset-12 {
    margin-left: -100%;
}
.col-md-push-offset-11 {
    margin-left: -91.66666667%;
}
.col-md-push-offset-10 {
    margin-left: -83.33333333%;
}
.col-md-push-offset-9 {
    margin-left: -75%;
}
.col-md-push-offset-8 {
    margin-left: -66.66666667%;
}
.col-md-push-offset-7 {
    margin-left: -58.33333333%;
}
.col-md-push-offset-6 {
    margin-left: -50%;
}
.col-md-push-offset-5 {
    margin-left: -41.66666667%;
}
.col-md-push-offset-4 {
    margin-left: -33.33333333%;
}
.col-md-push-offset-3 {
    margin-left: -25%;
}
.col-md-push-offset-2 {
    margin-left: -16.66666667%;
}
.col-md-push-offset-1 {
    margin-left: -8.33333333%;
}
.col-md-push-offset-0 {
    margin-left: auto;
}
.vertical-align {
    display: flex;
    flex-direction: row;
}
.vertical-align>[class^="col-"],
.vertical-align>[class*=" col-"] {
    display: flex;
    align-items: center;
    /* Align the flex-items vertically */
    
    justify-content: center;
    /* Optional, to align inner flex-items 
                              horizontally within the column  */
}
.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: -webkit-flex;
    /* For Safari */
    
    -webkit-justify-content: center;
    /* For Safari */
    
    -webkit-align-items: center;
    /* For Safari */
}
.col-centered {
    float: none !important;
    margin: 0 auto !important;
}
.col-2 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    
    -moz-column-count: 2;
    /* Firefox */
    
    column-count: 2;
}
.col-4 {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    
    -moz-column-count: 4;
    /* Firefox */
    
    column-count: 4;
}
.btn-xxs {
    font-size: 9px;
    vertical-align: top;
    padding: 5px 0px;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.btn_home_conectados_desk {
    color: #ffffff !important;
    border-width: 0px !important;
    border-color: #822be9;
    border-radius: 100px;
    font-size: 11px;
    font-family: 'Muli', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #822be9;
    padding-top: 6px !important;
    padding-right: 25px !important;
    padding-bottom: 6px !important;
    padding-left: 14px !important;
    margin-top: 10px;
}
.btn_home_conectados_desk:hover {
    color: #ffffff !important;
    border-width: 0px !important;
    border-color: #822be9 !important;
    border-radius: 100px !important;
    font-size: 11px !important;
    font-family: 'Muli', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #822be9 !important;
    padding-top: 6px !important;
    padding-right: 25px !important;
    padding-bottom: 6px !important;
    padding-left: 14px !important;
    margin-top: 10px !important;
}
.div_btn_home_conectados_desk {
    margin: 5px auto auto 10%;
    padding: 1rem;
    text-align: center;
    width: 70%;
    position: absolute;
}
/*.sticky {
}*/
.bypostauthor {}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    a,
    a:visited {
        text-decoration: underline;
    }
    
    a[href]:after {
        content: " (" attr(href) ")";
    }
    
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    
    thead {
        display: table-header-group;
    }
    
    tr,
    img {
        page-break-inside: avoid;
    }
    
    img {
        max-width: 100% !important;
    }
    
    @page {
        margin: 0.5cm;
    }
    
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.btn-360-right {
    position: absolute;
    z-index: 999;
    background: url(img/arrowright.png) no-repeat right 10px center;
    padding: 10px 50px 10px 10px;
    right: -10px;
    top: 215px;
}
.btn-360-left {
    position: absolute;
    z-index: 999;
    background: url(img/arrowleft.png) no-repeat right 10px center;
    padding: 10px 50px 10px 10px;
    left: -20px;
    top: 215px;
}
#threesixty {
    min-height: 420px !important;
}
#spinner {
    top: 0% !important;
}
.tituloobj {
    margin-top: 15px;
}
.english {
    background: #99f5e8;
    width: auto;
    /*right: 45%;*/
    
    right: 37%;
    margin: 0px;
    position: absolute;
    color: #000 !important;
    text-transform: uppercase;
    font-family: 'GT Pressura Regular';
    font-size: 12px !important;
    padding: 10px !important;
    font-weight: bold;
}
.glyphicon.glyphicon-search {
    transform: rotate(90deg);
}
.row-category .col-cat a:hover h2 {
    color: #C59FD6 !important;
}
a.dropdown-toggle.presentation {
    font-weight: bold;
}
a.contactar {
    font-weight: bold;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/*** ***/
@media (max-width: 767px) {
    .barraFlotante {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .barraFlotante {
        background: #99F5E8;
        font-family: 'GT Pressura Bold';
        top: 0px;
        z-index: 9999;
        width: auto;
        /*right: 25%;*/
        right: 22%;
        margin: 0px;
        position: absolute;
        /*padding: 2px 0px 1px 3px;*/
        padding: 2px 5px 1px 3px;
    }
    
    .btn-flotantes {
        border-radius: 50%;
        border: 2px solid #000;
        display: inline-block;
        list-style: none;
        margin: 2px;
        padding: 1px;
        text-align: center;
    }
    
    .btn-flotantes>a {
        font-weight: bold;
        text-decoration: none;
        position: relative;
        text-transform: lowercase;
        font-size: 17px !important;
        font-family: 'GT Pressura Regular';
        border-radius: 16px;
    }
    
    .btn-flotantes>a:hover {
        text-decoration: none;
    }
    
    .ob {
        color: #fff;
    }
    
    #dos {
        padding: 6px !important;
        color: #999999 !important;
    }
    
    #color1 {
        padding: 0px 6px 0px 5px !important;
    }
    
    .cerrar_barra {
        background: #000;
        border-radius: 6px;
        cursor: pointer;
        font-size: 16px;
        height: 24px;
        list-style: none;
        position: absolute;
        right: 0px;
        text-align: center;
        top: 0px;
        width: 22px;
    }
    
    .tres,
    .tres .wrapper,
    .tres .container-fluid,
    .tres .row.page,
    .tres .home-st .col-right,
    .tres .col-link,
    .tres h1,
    .tres h2,
    .tres h3,
    .tres h4,
    .tres h5,
    .tres h6,
    .tres form,
    .tres .slider-tit,
    .tres .footer .col-rd a,
    .tres .bx-wrapper .slider-cat,
    .tres .bx-wrapper .slider-dat,
    .tres .col-md-8.col-text,
    .tres .footer .col-nd .col-foot,
    .tres #mce-EMAIL,
    .tres .mce_inline_error,
    .tres .footer .col-nd .col-foot p,
    .tres .row-fluid.navbar-container.open,
    .tres .row-fluid.navbar-container.open,
    .tres .navbar-mini,
    .tres .navbar-default li a:hover,
    .tres .navbar-default .navbar-nav>.open>a,
    .tres .navbar-default .navbar-nav>.open>a:focus,
    .tres .navbar-default .navbar-nav>.open>a:hover,
    .tres .row-fluid.navbar-container.open,
    .tres .navbar-container.open .navbar-default li span a,
    .tres .navbar-default .dropdown-menu li h1,
    .tres .navbar-default .dropdown-menu li h1 a,
    .tres .navbar-container.open .navbar-default li a,
    .tres .navbar-default .navbar-nav>li>a,
    .tres .share-prev,
    .tres .row.page.row-noticias .col-cat .col-categoria,
    .tres .row.page.row-noticias .col-cat a:hover h2,
    .tres .row.page.row-noticias .col-cat a:hover .vermas,
    .tres .row.page.row-noticias .col-cat .vermas,
    .tres #mc_embed_signup input[type="submit"],
    .tres #mc_embed_signup input[type="submit"]:hover,
    .tres .share .fa-stack,
    .tres .footer .col-nd .col-foot a.col-vermas,
    .tres .footer .col-nd .col-foot input[type="submit"],
    .tres .navbar-container.closed.sticky,
    .tres .navbar-mini li,
    .tres .navbar-mini a,
    .tres .navbar-mini li>a:hover,
    .tres #searchdiv input[type="submit"],
    .tres .col-md-5,
    .tres .home-st .col-left .btnhome,
    .tres .home-st .col-right .btnhome,
    .tres .home-st .col-mid .btnhome,
    .tres .home-nd .col-act .btnhome,
    .tres .home-nd .col-left .btnhome,
    .tres .footer .col-tw,
    .tres .footer .home-tweets-ul p,
    .tres .footer .cycle-slideshow p,
    .tres .footer .home-tweets-ul a,
    .tres .footer .cycle-slideshow a,
    .tres .footer .col-tw .tw-name,
    .tres .footer .col-tw .tw-name a,
    .tres .row-category .col-category,
    .tres .linkvermas,
    .tres #breadcrumbs span.current,
    .tres .row.page p>a,
    .tres .row.page p,
    .tres .row.page .tab-content .tab-pane .tab-content-i p,
    .tres .row.page .page-tabs li.active a,
    .tres .row.page .page-tabs li a,
    .tres .row.page strong,
    .tres .slider-imagen .vermas,
    .tres #breadcrumbs a,
    .tres .breadcrumb li.active,
    .tres .footer .col-tw .fa-twitter,
    .tres .row.page.page-gestion a.gestionlink,
    .tres .row.page p,
    .tres .row.page li,
    .tres .slider-imagen .slider-layer .capainterior p,
    .tres .slider-imagen .slider-layer .capainterior span.bajada,
    .tres .panel-default>.panel-heading,
    .tres .row.page #accordion .panel .panel-body,
    .tres .row.page .form-contacto select,
    .tres .slide.cycle-slide.cycle-slide-active,
    .tres .row-category .col-cat h2 span.col-date,
    .tres .row-category .col-cat h2 span.col-desc,
    .tres .bx-wrapper .slider-dat-mini,
    .tres .bx-wrapper .slider-dat-mini a.vermas,
    .tres .row-category .col-cat h2 span.col-lugar,
    .tres .row-category .col-cat h2 span.col-lugar p,
    .tres .row-category .col-cat a:hover h2 span.col-desc,
    .tres .row-category .col-cat a:hover h2 span.col-artist,
    .tres .row-category .col-cat a:hover h2 span.col-lugar,
    .tres .row-category .col-cat a:hover h2 span.col-extra,
    .tres .row-category .col-cat a:hover h2 span.col-extra p,
    .tres .row-category .col-cat a:hover h2 span.col-lugar p,
    .tres .row-category .col-cat a:hover h2 span.col-extra span,
    .tres .col-artist,
    .tres .btn.btn-default.btn-filtro.btn-filtrovertodo.filtro-estandar.pull-left.col-xs-4.nopadding.active,
    .tres .filtro-estandar.btn-filtro,
    .tres .col-xs-6.nopadding.full-height,
    .tres .row-category .col-cat h2 span.col-extra span,
    .tres .row.page .row-artista h2,
    .tres legend,
    .tres option,
    .tres .wpcf7-form-control.wpcf7-submit.botonenviar,
    .tres .row.page .col-cat .col-categoria,
    .tres .row.page.row-category-b .col-cat span,
    .tres .slider-tit.col-md-offset-0>span,
    .tres .row.page .addcalendar,
    .tres .row.page a,
    .tres .row.page .row-sidebar p a {
        background: #000 !important;
        color: #fff !important;
    }
    
    .tres .filtro-estandar,
    .tres .filtro-estandar .btn-default {
        background: #000 !important;
        color: #fff !important;
        border: 1px solid !important;
    }
    
    .tres #accordion h3::after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid black;
        height: 0;
        width: 0;
    }
    
    .tres .row.page .form-contacto input[type="submit"] {
        background: #000 !important;
        color: #fff !important;
        border: 2px solid !important;
    }
    
    .tres .slider-imagen.noheightdos {
        background: #3A3A3A;
        color: #fff;
    }
    
    .cuatro {
        -webkit-filter: drop-shadow(16px 16px 10px rgba(0, 0, 0, 0.9));
        filter: brightness(0%);
    }
    
    .btn-flotantes.color1 {
        border-radius: 50%;
        border: 2px solid #000;
    }
    
    .btn-flotantes.color1:hover,
    .btn-flotantes:hover {
        background: black;
        cursor: pointer;
    }
    
    .btn-flotantes>a:hover {
        color: #999;
    }
    
    .glyphicon.glyphicon-adjust.color1:hover {
        color: #fff;
    }
    
    .fontsize1,
    .fontsize1 h1,
    .fontsize1 h3,
    .fontsize1 h4,
    .fontsize1 h5,
    .fontsize1 h6,
    .fontsize1 p,
    .fontsize1 label,
    .fontsize1 input,
    .fontsize1 select,
    .fontsize1 textarea,
    .fontsize1 legend,
    .fontsize1 code,
    .fontsize1 pre,
    .fontsize1 dd,
    .fontsize1 dt,
    .fontsize1 blockquote,
    .fontsize1 span {
        font-size: 180% !important;
        line-height: 1.4;
    }
    
    .fontsize1 h2 {
        font-size: 240% !important;
    }
    
    .fontsize1 .home-nd .col-left .col-link {
        font-size: 160% !important;
    }
    
    .fontsize1 .home-st .col-left .btnhome,
    .fontsize1 .home-st .col-mid .btnhome,
    .fontsize1 .home-st .col-right .btnhome,
    .fontsize1 .home-nd .col-act .btnhome,
    .fontsize1 .home-nd .col-left .btnhome,
    .fontsize1 .home-rd .col-left .btnhome,
    .fontsize1 .home-rd .col-right .btnhome {
        font-size: 16px;
    }
    
    .fontsize2,
    .fontsize2 h1,
    .fontsize2 h3,
    .fontsize2 h4,
    .fontsize2 h5,
    .fontsize2 h6,
    .fontsize2 p,
    .fontsize2 label,
    .fontsize2 input,
    .fontsize2 select,
    .fontsize2 textarea,
    .fontsize2 legend,
    .fontsize2 code,
    .fontsize2 pre,
    .fontsize2 dd,
    .fontsize2 dt,
    .fontsize2 blockquote,
    .fontsize1 span {
        font-size: 200% !important;
        line-height: 1.4;
    }
    
    .fontsize2 h2 {
        font-size: 260% !important;
    }
    
    .fontsize2 .home-nd .col-left .col-link {
        font-size: 180% !important;
    }
    
    .fontsize2 .home-st .col-left .btnhome,
    .fontsize2 .home-st .col-mid .btnhome,
    .fontsize2 .home-st .col-right .btnhome,
    .fontsize2 .home-nd .col-act .btnhome,
    .fontsize2 .home-nd .col-left .btnhome,
    .fontsize2 .home-rd .col-left .btnhome,
    .fontsize2 .home-rd .col-right .btnhome {
        font-size: 22px;
    }
}
.dropdown-menu>li>a:hover {
    background: url(<?php echo get_template_directory_uri();
    ?>/css/img/arrowrightbig_.png) no-repeat right 10px center;
}
.row.slider-caption.rowsingle.prox {
    margin-top: 100px !important;
}
.vermas.single-noticias {
    background: url(img/arrow.png) no-repeat right 10px center;
    font-family: 'GT Pressura Bold';
    font-size: 20px;
    padding: 10px 50px 8px 0px;
    position: absolute;
    z-index: 0;
    color: #CCBE58;
    bottom: 0px;
    left: 0px;
}
.row.page.page-grey.row-first {
    background: #F5F5F5;
    padding: 70px;
}
/*background: url(../img/arrowrightbig_.png) no-repeat right 10px center;*/
.row.page .row-cartelera h2 {
    color: #8b3faf !important;
    background: none;
    top: 52%;
    width: 94%;
    line-height: 24px !important;
    height: 38% !important;
    padding: 0px;
    margin-top: 0px !important;
    font-size: 20px;
}
.vermas.cartelera {
    color: #D4B7E1;
    font-size: 20px;
    line-height: 326px;
    text-transform: uppercase;
    top: -6px;
    position: relative;
}
.vermas.cartelera-single {
    color: #D4B7E1;
    font-size: 20px;
    text-transform: uppercase;
    bottom: 32px;
    position: relative;
    background: url(img/arrow3.png) no-repeat right 10px center;
    padding: 10px 50px 8px 0px;
}
.vermas.informate {
    position: relative;
    bottom: 30px;
    font-size: 18px;
    color: #CCBE58;
}
.col-lugar.pull-left.info-fecha {
    position: relative;
    top: 0%;
}
.col-xs-4.col-sm-6.pull-left.col-cat.col-relacionado.info.cartelera {
    height: 360px;
    /*border-bottom: 2px solid #515151;*/
    padding: 0px;
    margin-bottom: 14%;
}
.cont-art-rel {
    padding-top: 12px;
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid #515151;
    margin-bottom: 10%;
}
.col-lugar.pull-left.info-fecha:hover {
    color: #CCBE58 !important;
}
/*******************************************************************************************/
.col-cat.pull-left.temp {
    float: none !important;
    font-family: 'GT Pressura Regular';
    margin-left: 48px;
    font-size: 24px;
    font-weight: bold;
}
.info {
    font-size: 24px;
    font-family: 'GT Pressura Regular';
}
.home-frase span.frase {
    /*font-size: 100px;*/
    
    font-size: 60px;
}
.info-link {
    border: 4px solid #EE9B6C;
    background: url(img/arrowright.png) no-repeat right 10px center;
    color: #000;
    font-family: 'GT Pressura Bold';
    font-size: 12px;
    padding: 10px 50px 10px 10px;
    position: relative;
    z-index: 0;
    top: 18px;
}
.home-nd .col-left .col-link {
    top: 12px;
    right: 0px;
}
.home-nd .col-left h2 {
    margin-top: 400px;
    font-size: 25px;
}
.home-nd .col-left .btnhome {
    color: #000;
    background-color: #fff !important;
    border: 3px solid #99F5E8;
    float: right;
    margin: 12px 0px;
    font-size: 15px;
    background: url(img/arrowright.png) no-repeat right 10px center;
}
.footer .col-tw {
    background: #fff;
}
.col-img.noticia {
    background-position: center center !important;
    height: 63% !important;
    position: absolute;
    top: 68px;
    width: 55%;
}
.title-noticia {
    position: relative !important;
    top: 0px !important;
    font-size: 22px;
    width: 418px;
    height: 51px;
    /*max-width: 90%;*/
}
.col-xs-12.col-md-8.col-left:hover {
    color: #000 !important;
}
.btnhome.noticia {
    top: 0px !important;
    position: absolute !important;
    border: 4px solid #FCEB1F !important;
    padding: 0px 50px 0px 12px !important;
    right: 0px;
    font-size: 14px !important;
}
.col-md-8.noticia:hover {
    color: #000 !important;
}
.col-date-noticias.principal {
    float: right;
    right: 50px;
    /*position: relative;*/
    
    background: url(img/arrowleft.png) no-repeat right 10px center;
    background-position-x: right 10px;
    background-position-y: center;
    background-size: auto auto;
    background-size: 19px !important;
    background-position: 4px;
    width: 210px;
    padding-left: 40px;
    top: 60px;
    position: absolute;
}
#myCarousel {
    height: 470px;
}
.carousel-indicators.cartelera {
    bottom: 0px !important;
    margin: 0;
    width: 100%;
    text-align: right;
    left: 0%;
}
.carousel-indicators.cartelera li {
    border: 2px solid #DA78E1;
    height: 17px;
    width: 17px;
    cursor: pointer;
}
.carousel-indicators.cartelera .active {
    background-color: #DA78E1 !important;
    height: 17px;
    width: 17px;
    cursor: pointer;
}
/***********************************************/
/*nuevo*/
/*@media (max-width: 991px) {
.container.menu{ 
    display: none;
}
.navbar.navbar-default.navbar-fixed-top.color-a.slider-none{
    display: block;
}
}	
@media (min-width: 990px) {
.container.menu{
    display: block;
}
.navbar.navbar-default.navbar-fixed-top.color-a.slider-none{
    display: none;
}
}
@media (min-width: 991px) and (max-width: 1024px) {
.navbar-inverse {
    top: 0px !important;
}
.navbar-container{
	background: #fff !important;
}
}    */
@media (width: 375px) {
    .luz {
        float: left !important;
    }
    
    .noticia.mobile-detalle {
        bottom: 24px !important;
    }
    
    .row-wrapper.noticia {
        height: 690px !important;
    }
}
@media (max-width: 380px) {
    .col-md-8.expo {
        font-size: 17px !important;
    }
    
    .col-date-noticias.principal {
        padding-left: 30px !important;
    }
    
    .home-frase span.frase {
        font-size: 24px !important;
    }
}
@media (max-width: 499px) {
    .home-nd .col-right a.home-link {
        display: none;
    }
    
    .cartelera-principal-uno-footer-titulo,
    .cartelera-principal-dos-footer-titulo {
        font-size: 18px;
    }
    
    .col-act.mix,
    .col-act.filter {
        width: 90% !important;
        height: 462px !important;
    }
    
    .dropdown-filtro .btn-default .fa {
        right: 0% !important;
    }
    
    .mas-contenido-info {
        width: 84% !important;
    }
    
    .bx-wrapper .slider-dat {
        top: 14em !important;
    }
    
    .col-md-12.row-category.nopadding.noticias {
        width: auto !important;
    }
    
    .bx-wrapper .slider-caption {
        bottom: 32% !important;
    }
    
    .col-img.noticia {
        width: 50% !important;
    }
    
    .col-date-noticias.principal {
        width: 44% !important;
    }
    
    .title-noticia {
        font-size: 18px !important;
        width: 100% !important;
        height: 51px !important;
        max-width: 100% !important;
    }
    
    .btnhome.noticia.mb {
        display: none;
    }
    
    .title-noticia {
        text-align: center;
    }
    
    .underline--title-noticia {
        background-size: 62% 0.4em;
        background-position: 76px 78%;
    }
    
    .underline--title-noticia:hover {
        background-size: 62% 0.9em;
        background-position: 76px 78%;
    }
    
    .news {
        width: 100% !important;
        left: 0px !important;
    }
    
    .col-img.expo-mobile:nth-child(4) {
        margin-top: 4px;
    }
    
    .slidehome:first-child {
        background: red;
        bottom: 28% !important;
    }
    
    .col-xs-12.col-right-bg.pull-left {
        padding: 6px;
    }
    
    .btnhome.info {
        top: -50px !important;
    }
    
    .col-md-12.free {
        width: 50%;
        font-size: 18px !important;
    }
    
    .col-img.noticia.mobile {
        background-size: cover !important;
    }
}
@media (max-width: 570px) {
    .pull-right.home-link.cartelera-mobile {
        position: absolute;
        bottom: -54px;
        right: 30%;
        font-size: 14px;
        color: #000;
        padding: 10px 6px 10px 6px;
        font-family: 'GT Pressura Bold';
        border: 4px solid #DA78E1 !important;
        margin-top: 10px;
    }
}
@media (min-width: 571px) and (max-width: 990px) {
    .home-nd .col-right a.home-link {
        display: none;
    }
    
    .pull-right.home-link.cartelera-mobile {
        right: 40%;
        position: absolute;
        bottom: -54px;
        font-size: 14px;
        color: #000;
        padding: 10px 6px 10px 6px;
        font-family: 'GT Pressura Bold';
        border: 4px solid #DA78E1 !important;
        margin-top: 10px;
    }
}
@media (max-width: 550px) {
    .underline--exp-permanente {
        background-size: 100% 0.4em !important;
    }
    
    .home-st .col-left,
    .home-st .col-mid {
        min-height: 90% !important;
    }
    
    .col-md-8.expo {
        font-size: 19px;
    }
    
    .bx-wrapper .slider-caption {
        left: 2% !important;
    }
    /*.col-img.expo-mobile{
		width: 100% !important;
	}*/
    
    .expo-mobile-box {
        padding: 0px;
    }
}
@media (min-width: 500px) and (max-width: 736px) {
    .col-act.mix,
    .col-act.filter {
        width: 45% !important;
        height: 462px !important;
    }
    
    .vermas.cartelera {
        line-height: 388px !important;
    }
    
    .dropdown-filtro .btn-default .fa {
        right: 15% !important;
    }
    
    .bx-wrapper .slider-dat {
        top: 12em !important;
    }
}
@media (max-width: 639px) {
    .col-xs-12.cartelera-mobile {
        width: 100% !important;
    }
    
    .cartelera-principal-uno-footer-titulo {
        font-size: 16px;
        padding: 0px 2px 4px 15px;
    }
}
@media (max-width: 645px) {
    .col-img.expo-mobile {
        width: 100% !important;
    }
    
    .expo-mobile-box {
        padding: 0px;
    }
    
    .title-expo-permanente {
        bottom: 0px;
        position: relative;
        float: right;
        z-index: 0;
        padding: 0px;
        margin: 0px;
        line-height: 30px;
        width: 100%;
    }
    
    .btn-title-expo-permanente {
        background-color: rgba(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        /*background: url(img/arrowright.png) no-repeat right 10px center;*/
        clear: both;
        color: #000;
        font-family: 'GT Pressura Bold';
        font-size: 12px;
        height: auto;
        z-index: 0;
        border: 4px solid rgba(145, 158, 66) !important;
        padding: 0px 12px 0px 12px !important;
        position: absolute !important;
        right: 0px;
        right: 0px;
        top: 0px !important;
    }
}
@media (min-width: 646px) and (max-width: 742px) {
    .title-expo-permanente {
        top: 50px !important;
        padding-bottom: 50px !important;
    }
}
@media (min-width: 743px) and (max-width: 767px) {
    .title-expo-permanente {
        top: 20px !important;
        padding-bottom: 50px !important;
    }
}
@media (min-width: 646px) and (max-width: 992px) {
    .col-img.expo-mobile {
        width: 49% !important;
    }
}
@media (width: 667px) {
    .title-noticia {
        text-align: center !important;
    }
    
    .underline--title-noticia {
        background-position: 184px 99% !important;
    }
    
    h2.col-md-8.expo {
        font-size: 30px !important;
    }
    
    .btn-title-expo-permanente {
        font-size: 14px !important;
        left: 20%;
        margin: 0px auto !important;
        right: 20% !important;
        width: 50% !important;
    }
    
    .title-expo-permanente {
        margin: 0px auto !important;
        position: relative !important;
    }
    
    .home-frase {
        margin-top: 2em !important;
    }
    
    .home-st .col-right .btnhome {
        top: -70px !important;
    }
    
    .col-md-12.free {
        width: 40% !important;
    }
    
    .home-st .col-right {
        margin: 50px 0px -60px 0px !important;
    }
    
    .home-nd .col-right h1 {
        text-align: center !important;
        width: 100% !important;
    }
    
    .underline--magical2 {
        background-size: 64% 0.5em !important;
        background-position: 112px 94% !important;
    }
    
    .bx-wrapper .row {
        padding: 5px 0px 34px !important;
    }
}
@media (max-width: 673px) {
    .energia {
        line-height: 12px !important;
    }
}
@media (max-width: 736px) {
    .row.page.row-noticias .col-cat .vermas {
        top: 142px !important;
    }
    
    .bx-wrapper .slider-tit {
        font-size: 38px !important;
    }
    
    .col-img.noticia {
        background-position: center center !important;
        height: 53% !important;
        position: absolute;
        top: 94px;
        width: 52%;
    }
    
    .col-md-8.noticia {
        background: none !important;
        bottom: 0px !important;
        float: right;
        font-size: 18px !important;
        height: 60% !important;
        position: absolute !important;
        right: 0%;
        top: 20% !important;
        width: 40% !important;
    }
    
    .col-date-noticias.principal {
        right: 0px !important;
    }
    
    .carousel-indicators.cartelera {
        position: relative;
    }
}
@media (min-width: 737px) and (max-width: 889px) {
    .bx-wrapper .slider-dat {
        top: 19em;
    }
}
@media (max-width: 767px) {
    .col-xs-12.col-md-8.col-left.noticia-mobile {
        min-height: 620px !important;
    }
    
    .btnhome.noticia {
        background: url(img/arrowright.png) no-repeat right 10px center;
        left: 0px;
        line-height: 40px;
        margin: 0px auto;
        padding: 0px 0px 0px 12px !important;
        top: 90% !important;
        width: 180px;
        font-family: 'GT Pressura Bold';
        color: #000;
    }
    
    .col-img.noticia.mobile {
        width: 94% !important;
        background-size: cover;
    }
    
    .col-md-8.noticia {
        background: none !important;
        bottom: 0px !important;
        font-size: 18px !important;
        padding: 10px !important;
        position: absolute !important;
        right: 0%;
        width: 100% !important;
    }
    
    .col-md-8.noticia.mobile {
        width: 97% !important;
        height: auto !important;
        position: relative !important;
        top: 0em !important;
        float: left !important;
        padding: 0px !important;
        margin-top: 18px;
        font-size: 16px !important;
    }
    
    .seguir-lectura {
        font-size: 13px;
        text-decoration: underline;
        font-style: italic;
    }
    
    .col-xs-12.col-md-8.col-left.noticia-mobile>h2 {
        margin-top: 40px;
    }
    
    .row-wrapper.noticia {
        height: 690px;
    }
    
    .home .contenedor {
        padding-bottom: 8px !important;
    }
    
    .noticia.mobile-detalle {
        position: absolute;
        bottom: 14px;
        height: auto;
        padding: 8px;
    }
    
    .col-date-noticias.principal.mobile {
        position: absolute;
        left: 0px;
        top: 0px;
        margin-left: 8px !important;
        width: 56% !important;
    }
    
    .col-xs-12.col-md-6.col-left.permanente {
        width: 100% !important;
    }
    
    .col-xs-12.col-md-6.col-mid.cycle-slideshow.expo {
        display: none;
    }
    
    .expo-mobile-box {
        padding: 0px;
    }
    
    .rrss a span {
        padding-right: 10px;
    }
    
    .title-expo-permanente {
        position: relative;
        float: right;
        z-index: 0;
        padding: 0px;
        margin: 0px;
        line-height: 30px;
        width: 100%;
        top: 10px;
    }
    
    .btn-title-expo-permanente {
        background-color: rgba(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        /*background: url(img/arrowright.png) no-repeat right 10px center;*/
        clear: both;
        color: #000;
        font-family: 'GT Pressura Bold';
        font-size: 12px;
        height: auto;
        z-index: 0;
        border: 4px solid rgba(145, 158, 66) !important;
        padding: 0px 12px 0px 12px !important;
        position: absolute !important;
        right: 0px;
        top: 0px !important;
        margin: 37px;
        width: 70%;
        float: left;
    }
    
    .newsletter-mobile>h2 {
        width: 52%;
    }
    
    .home-frase {
        margin-top: 7em;
    }
}
@media (min-width: 500px) and (max-width: 992px) {
    .col-xs-12.cartelera-mobile {
        width: 50% !important;
    }
}
@media (width: 768px) {
    .col-md-8.noticia {
        top: 20% !important;
    }
    
    .luz {
        float: none !important;
        padding-right: 34px !important;
    }
    
    .col-md-12.free {
        width: 50%;
    }
    
    .home-st .col-right .btnhome {
        top: -72px;
    }
    
    #title-cartelera {
        padding-top: 1%;
        width: 50% !important;
        margin: 0px auto;
    }
    
    h2.col-md-8.expo {
        font-size: 34px !important;
    }
}
@media (min-width: 768px) {
    h2.title-expo-permanente {
        display: none;
    }
    
    .btnhome.noticia.mobile {
        display: none;
    }
}
@media (max-width: 768px) {
    #expo-iti-desktop,
    #expo-perm-desktop {
        display: none;
    }
    
    .expo-perm-mobile {
        display: block;
    }
    
    h2.col-md-8.expo {
        font-size: 22px;
    }
    
    .col-xs-12.col-md-6.col-mid.cycle-slideshow.expo {
        display: none;
    }
    
    .row-fluid.home-rd.scrollflow.-slide-top {
        margin-top: -8em !important;
    }
    
    .expo-title,
    .col-date.pull-left {
        font-size: 16px !important;
    }
    
    .col-md-6.expo-mobile {
        font-family: 'AntartidaRounded Light';
        background: rgba(145, 158, 66);
        font-size: 28px;
        position: relative;
        z-index: 0;
        margin: 0px;
        margin-top: 0px;
        margin-top: 0px;
        overflow: hidden;
        padding: 8px;
        line-height: 30px;
        top: 258px;
        width: 100%;
        margin-top: 0px;
        color: #fff;
        font-weight: bold;
    }
    
    .col-date.pull-left {
        font-family: 'GT Pressura Bold';
        text-transform: uppercase;
        font-size: 28px;
        width: 42%;
        padding: 3px 0px 0px 14px;
        border-left: 3px solid;
        margin-top: 0px;
    }
    
    .underline--magical {
        background-size: 100% 0.4em;
        background-position: 0px 100%;
        font-family: 'GT Pressura Regular';
        font-size: 24px;
        font-weight: bold;
    }
    
    .underline--magical:hover {
        background-size: 100% 94%;
    }
    
    .bx-wrapper .slider-dat {
        font-family: 'AntartidaRounded Bold';
        color: #fff;
        font-size: 26px;
        padding: 15px;
        position: absolute;
        left: 0px;
    }
    
    .conectate {
        top: 0px !important;
    }
    
    .rrss {
        right: 22% !important;
        top: 29% !important;
        display: flex;
    }
    
    .row.col-nd.enlaces {
        padding-top: 10px !important;
    }
    
    .underline--informate {
        background-position: 0 80% !important;
        width: 66% !important;
    }
    
    .row.page.page-grey.row-first {
        padding: 30px !important;
    }
    
    .col-md-8.expo {
        height: 170px !important;
    }
    
    .col-md-12.expo-mobile {
        display: inline-block;
        margin-top: 2em;
        text-align: center;
    }
}
@media (min-width: 769px) {
    .col-img.expo-mobile,
    h2.col-md-12.expo-mobile {
        display: none;
    }
    
    .col-xs-12.col-md-6.col-left.permanente,
    .col-xs-12.col-md-6.col-mid.cycle-slideshow.expo {
        width: 50% !important;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .col-xs-12.col-md-6.col-mid.cycle-slideshow.expo {
        height: 514px !important;
    }
    
    #expo-perm-desktop {
        display: block;
    }
    
    .expo-perm-mobile,
    .expo-iti-mobile {
        display: none;
    }
}
@media (max-width: 990px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        border-bottom: 2px solid #99F5E8;
    }
    
    .vermas.cartelera {
        line-height: 332px !important;
    }
    
    .navbar-toggle {
        float: left !important;
    }
    
    .sitios {
        margin-top: 20px;
        width: 170px !important;
    }
    
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }
    
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px !important;
    }
    
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    
    .navbar-collapse.in {
        padding: 0px !important;
    }
    
    .navbar-collapse.in {
        overflow-y: auto;
    }
    
    .navbar-nav {
        display: grid;
        width: 100%;
    }
    
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background: #99F5E8 !important;
    }
    
    .nav>li>a {
        padding: 10px 15px !important;
    }
    
    .navbar-toggle {
        display: block !important;
    }
    
    .navbar-nav {
        margin: 0 auto !important;
    }
    
    .navbar-nav>.open>a {
        background: #99F5E8 !important;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d !important;
        font-family: 'GT Pressura Bold' !important;
        text-transform: uppercase !important;
    }
    
    .navbar-container {
        top: 0px;
    }
    
    .navbar-header.col-md-2 {
        left: 0px;
        background: #F5F5F5;
    }
    
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000 !important;
    }
    
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fff !important;
    }
    
    .navbar-inverse .navbar-nav>li>a {
        color: #000 !important;
        font-family: 'GT Pressura Bold';
    }
    
    .navbar-inverse .navbar-form {
        border-color: #101010;
        background: #F5F5F5;
    }
    
    .wrapper-navbarmini {
        position: fixed;
    }
    
    .wrapper-navbarmini.hidden-xs {
        display: none !important;
    }
    
    a.dropdown-toggle.int {
        border-bottom: 2px solid #99F5E8;
    }
    
    .barraFlotante {
        display: none !important;
    }
    
    li.esta-semana {
        display: none;
    }
    
    .menu-web.open {
        border-top: 0px !important;
        border-bottom: 0px !important;
        width: 100%;
    }
    
    .row-fluid.navbar-container.closed.sticky li a {
        margin-right: 0px !important;
    }
    
    div#menu.row-fluid.navbar-container.closed.sticky {
        background: transparent !important;
    }
    
    .footer .col-tw {
        width: 100% !important;
    }
    
    .col-md-12.row-category.nopadding.info {
        width: 100% !important;
    }
    
    .col-xs-4.col-sm-6.pull-left.col-cat.col-relacionado.info.cartelera {
        height: 400px !important;
    }
}
@media (max-width: 992px) {
    /* NUEVO */
    
    .conectate-mobile-title {
        font-family: 'GT Pressura Bold';
        font-size: 16px;
        text-align: center;
    }
    
    .underline--conectate-mobile-title {
        background-image: linear-gradient(to right, rgb(153, 245, 232) 0%, rgb(153, 245, 232) 100%) !important;
        background-repeat: no-repeat;
        background-size: 100% 0.5em;
        background-position: 0px 98%;
        transition: background-size 0.25s ease-in;
        width: 100%;
    }
    
    .underline--conectate-mobile-title:hover {
        background-size: 100% 108%;
    }
    
    .view-mobile {
        display: block;
    }
    
    .col-xs-12.col-md-8.col-left.noticias {
        display: none;
    }
    
    .col-xs-12.col-md-6.col-mid.expo-mobile {
        padding-top: 7%;
    }
    
    .col-img.expo-mobile {
        height: 334px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        float: left;
        margin: 6px 6px 34px 0px;
    }
    
    .col-md-8.expo-mobile {
        top: 0px !important;
        position: absolute !important;
    }
    
    .col-xs-12.col-md-8.col-left.noticia-mobile {
        min-height: 430px;
    }
    
    .row.slider-caption.rowsingle.mobile {
        left: 0px !important;
    }
    
    #cartelera-mobile {
        display: block;
    }
    
    .newsletter-mobile,
    .conectate-mobile {
        display: block;
        width: 100%;
        padding: 0px 15px 0px 15px;
    }
    
    .col-cat.pull-left.temp {
        font-size: 28px;
    }
    
    .btn_home {
        float: right;
        /*width: 34px;*/
        padding-top: 8px;
    }
    
    .btn_home_conectados {
        color: #ffffff !important;
        border-width: 0px !important;
        border-color: #822be9;
        border-radius: 100px;
        font-size: 11px;
        font-family: 'Muli', Helvetica, Arial, Lucida, sans-serif !important;
        background-color: #822be9;
        padding-top: 6px !important;
        padding-right: 25px !important;
        padding-bottom: 6px !important;
        padding-left: 14px !important;
    }
    
    .div_btn_home_conectados {
        margin: 5px auto auto -15px;
        padding: 1rem;
        text-align: center;
        width: 100%;
        position: absolute;
    }
    
    .rrss {
        position: inherit;
        text-align: center;
        display: inherit;
    }
    
    .news {
        font-size: 12px;
    }
    
    .img-mail-mobile>img {
        padding-bottom: 6px;
        width: 40px;
    }
    
    .row.col-nd.enlaces {
        padding-top: 20px !important;
    }
    
    .col-xs-12.col-md-7.col-mid.cycle-slideshow.carteleraslide {
        display: none;
    }
    
    #title-cartelera {
        display: block !important;
        padding-top: 10%;
        /*padding-top: 14%;*/
        width: 100%;
    }
    
    .col-md-7.col-md-push-offset-2.col-left.colecciones {
        display: none;
    }
    
    .row.col-tw.col-md-12.vert-offset-top-2.twitter,
    .row.col-st.sitios-mmdh {
        display: none;
    }
    
    .home .contenedor {
        padding-bottom: 0px !important;
    }
    
    .row.col-rd.footer,
    .col-foot.col-xs-6.col-md-6.conectate,
    .col-foot.col-xs-6.col-md-6.newsletter {
        display: none;
    }
    
    .row.col-rd.logo-museo-footer {
        padding-top: 20px;
    }
    /* FIN NUEVO */
}
@media (min-width: 580px) and (max-width: 990px) {
    /*.underline--magical{
	    background-position: center 80%;
	}*/
}
@media (min-width: 993px) {
    /* NUEVO */
    
    .col-md-9.address {
        width: 100%;
    }
    
    .expo-iti-mobile,
    .expo-perm-mobile {
        display: none;
    }
    
    .view-mobile {
        display: none;
    }
    
    .view-desktop {
        display: block;
    }
    
    .btn_home {
        display: none;
    }
    
    .btn_home_conectados {
        display: none;
    }
    
    #cartelera-mobile,
    .newsletter-mobile,
    .conectate-mobile,
    .row.col-rd.logo-museo-footer {
        display: none;
    }
    
    .row.col-rd.footer,
    .col-foot.col-xs-6.col-md-6.conectate,
    .col-foot.col-xs-6.col-md-6.newsletter {
        display: block;
    }
    
    #title-cartelera {
        display: none !important;
    }
    /* FIN NUEVO */
    
    .home-st .col-left,
    .home-st .col-mid {
        min-height: 500px;
    }
    
    .row-fluid.navbar-container.closed.sticky li a {
        color: #000 !important;
    }
    
    .row-fluid.navbar-container.closed.sticky li.open a {
        color: #000 !important;
    }
    
    .navbar-inverse .navbar-nav>li>a {
        color: #fff !important;
        text-transform: uppercase !important;
        font-family: 'GT Pressura Bold' !important;
    }
    
    .menu-web.open>ul {
        background: #000;
    }
    
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: #000 !important;
    }
    
    .navbar-container.closed.sticky .navbar-default .logo svg .st0 {
        fill: #000 !important;
    }
    
    .navbar-inverse .navbar-collapse {
        background: none !important;
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
    
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        background: none;
        border-color: none !important;
    }
    
    .dropdown-toggle {
        cursor: pointer;
    }
    
    .menu-web-li.open>.dropdown-menu {
        background: #000;
        text-transform: uppercase;
    }
    
    .menu-web.open>ul {
        background: #000;
    }
    
    .navbar-nav>li>.dropdown-menu {
        background: #000;
    }
    
    .dropdown-menu>li>a {
        text-transform: uppercase;
        border: 2px solid #99F5E8;
    }
    
    .menu-web.open>ul>li>a {
        text-transform: uppercase;
        color: #000 !important;
    }
    
    .menu-web.open>ul>li>a:hover {
        color: #000 !important;
    }
    
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a {
        background: #000;
    }
    
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: #98F5E9 !important;
    }
    
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        background-color: #98F5E9 !important;
    }
    
    .menu-web-li.open>.dropdown-menu>li>a {
        color: #000;
    }
    
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        border-color: none !important;
    }
    
    .navbar-nav>li>.dropdown-menu {
        background: #000;
    }
    
    .logogrande {
        margin: 0px auto;
    }
    
    .esta-semana {
        display: none;
    }
    
    .dropdown-menu {
        background: #fff !important;
        color: #000;
    }
    
    .navbar-nav {
        position: relative;
        margin-top: 4% !important;
        left: 20%;
    }
    
    #logoww3 {
        margin-top: 20px;
    }
}
.art-rel {
    font-size: 32px;
    font-family: 'GT Pressura Regular' !important;
}
#filter-categoria>li>a {
    border: 0px;
}
.btn-news,
.btn-news:hover,
.btn-news:focus {
    color: #878788;
}
.logoBlanco {
    fill: #fff;
}
.logoNegro {
    fill: #1D1D1B !important;
}
.letrasMenu {
    color: #cecece !important;
}
.filtro-estandar.info {
    background: #fff;
    color: #000;
    width: 200px;
    cursor: pointer;
}
#filter-categoria\ info {
    background: #fff !important;
    width: 55%;
}
.dropdown-filtro .dropdown-menu.info li a {
    background: #CCBE58;
    font-family: 'GT Pressura Bold';
    font-size: 16px !important;
    padding: 5px 0px 8px 18px;
    border: none;
}
.col-md-12.row-category.nopadding.info {
    width: 350px;
}
.open>.dropdown-toggle.filtro.btn-default.focus .open>.dropdown-toggle.filtro.btn-default:focus,
.open>.dropdown-toggle.filtro.btn-default:hover {
    background: #fff;
    color: #000;
}
.col-filtro-info .filtro-estandar.dropdown-filtro.open .dropdown-menu li:hover a {
    background: #fff;
    color: #000;
}
.logogrande {
    margin: 30px 0px 0px 30px;
    position: absolute;
}
.col-img.publicaciones {
    min-height: 350px !important;
    background-position: center;
    background-size: cover;
}
.row-fluid.navbar-container.closed.sticky li.open a {
    color: #fff;
}
.row.col-tw.col-md-12.vert-offset-top-2.sitios {
    width: 100%;
    margin: 0 auto !important;
    position: relative;
    padding: 0px;
}
.col-md-8.exp-temporal {
    background: rgba(255, 255, 255, 0.76);
}
.link-noticias,
.link-noticias:hover {
    color: #000;
}
.col-md-12.row-category.nopadding.noticias {
    width: 350px;
}
.row-fluid.home-rd.scrollflow.-slide-top {
    margin-top: 4%;
}
.btnhome.two {
    top: 26px !important;
    padding: 0px 46px 0px 4px !important;
}
.col-md-8.expo {
    height: 114px;
}
.expo-temp {
    color: #fff;
}
.expo-temp:hover {
    color: #FCEB1F;
}
.col-md-12.spaces {
    width: 100%;
}
.share-container.info {
    position: relative !important;
    bottom: 40px !important;
}
.line-r {
    position: absolute;
    top: 50%;
    left: 0px;
}
.line-r2 {
    position: absolute;
    top: 50%;
    right: 0px;
}
.expo-perm {
    font-family: 'GT Pressura Regular' !important;
}
.about-museum-content-box {
    position: relative;
    display: inline-block;
    font-family: 'GT Pressura Regular';
    font-size: 14px;
    padding-left: 10px;
    width: 80%;
}
.row.col-tw.col-md-12.vert-offset-top-2.cargar-mas {
    margin: 0px auto !important;
    width: 100%;
}
span.slider-tit.col-md-offset-0.expo {
    background: #99f5e8;
}
.col-act.mix {
    height: 430px !important;
}
.no-events {
    font-family: 'AntartidaRounded Bold' !important;
    color: #000 !important;
    font-size: 20px !important;
    line-height: 35px;
    float: left;
    clear: both;
    width: 100%;
}
.filtro-estandar,
.filtro-estandar .btn-default {
    background: #fff;
    color: #000;
    border: none;
}
.col-filtro-informate .filtro-estandar.btn-filtro {
    background: #fff !important;
    color: #49441F !important;
}
.col-filtro-informate .filtro-estandar.btn-filtro.active:hover {
    background: #CCBE58;
    color: #49441F !important;
}
.col-filtro-informate .filtro-estandar.btn-filtro.active {
    background: #fff;
    color: #000 !important;
}
.btn-default.dropdown-toggle.info {
    background: #fff !important;
    color: #000 !important;
    padding: 8px 10px;
    text-align: left;
    widows: 250px;
}
.filtro-estandar.dropdown-filtro.open .btn-default,
.filtro-estandar.dropdown-filtro.open .dropdown-menu li:hover a,
.filtro-estandar.dropdown-filtro.active .btn-default {
    background: #575756;
    color: #C59FD7;
}
.filtro-estandar .btn-default:hover,
.filtro-estandar.btn-filtro:hover,
.filtro-estandar.dropdown-filtro.open .dropdown-menu li:hover a {
    background: #fff !important;
    color: #000 !important;
}
.mas-contenido-info.cartelera {
    cursor: pointer;
    display: flex;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    text-align: center !important;
    top: 34px;
    border: 3px solid;
    color: #C59FD6 !important;
    display: block;
    font-family: 'AntartidaRounded Light' !important;
    font-size: 20px !important;
    padding: 10px;
    width: 23%;
}
.dropdown-menu>li>a {
    color: #333 !important;
}
.col-xs-12.col-md-6.col-mid.cycle-slideshow.expo {
    min-height: 484px;
}
@media (width: 1024px) {
    .col-md-8.expo {
        font-size: 23px !important;
    }
    
    .home-rd .col-left .btnhome {
        margin-top: 24px;
    }
    
    .rrss {
        right: -5%;
        padding: 6px !important;
    }
    
    .conectate {
        left: 6px;
        top: 6px;
    }
    
    .rrss a span {
        padding-right: 12px;
    }
    
    .logogrande {
        margin: 30px 0px 0px 0px;
    }
    
    .luz {
        float: none;
        padding-right: 36px;
    }
}
@media (min-width: 991px) and (max-width: 1024px) {
    .navbar-toggle,
    .btn_home {
        display: none;
    }
    
    .navbar-toggle,
    .btn_home_conectados {
        display: none;
    }
    
    .rrss {
        right: -3%;
    }
}
@media (min-width: 991px) and (max-width: 1646px) {
    .navbar-nav {
        margin: 30px 0px 0px 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1365px) {
    .bx-wrapper .slider-tit {
        font-size: 54px !important;
    }
    
    .bx-wrapper .slider-dat {
        top: 12em !important;
    }
    
    .navbar-nav {
        left: 18% !important;
    }
    
    .logogrande {
        margin: 30px 0px 0px 0px !important;
    }
}
.slider-tit.anim.col-md-8.col-md-offset-0.tit {
    background: none;
}
.cont-eventos-one-hora {
    width: 210px;
}
.cont-eventos-one-fecha {
    margin-right: 20px;
}
.fono-mmdh {
    font-family: 'GT Pressura Regular';
    font-size: 16px;
    line-height: 30px;
    margin-top: 0px;
    color: #000;
}
.img-btn-geo {
    width: 36px;
}
.arrowright {
    margin-bottom: 6px;
    padding: 3px 6px 0px 5px;
}
.horario {
    font-size: 16px;
}
.row.col-tw.col-md-12.eventos {
    margin-top: 60px !important;
    border-bottom: 3px solid;
    width: 100%;
}
.alerta-filtro {
    background-color: #C59FD6 !important;
    padding: 10px 0px 10px 20px;
    margin-top: 10px;
    border-radius: 4px;
}
.alerta-filtro>p {
    color: #000 !important;
    font-weight: bold;
}
.conexion>img {
    position: absolute;
    float: right;
    width: 21px;
    top: 0px;
    margin: 7px;
}
.luz>img {
    width: 18px;
    position: absolute;
    float: left;
    top: 0px;
    margin: 7px;
}
.luz {
    float: none;
    padding-right: 34px;
}
.col-xs-6.col-sm-3.col-content.pull-left.box {
    width: 20%;
}