@import url('https://fonts.googleapis.com/css?family=Lora');
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-height: 100vh;
  position: relative;
}

body {
  padding: 0;
}

body:not(.inicio) {
  background: url(../images/fondo.svg) repeat-x;
}

a {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

a:hover {
  text-decoration: none;
}

p {
  text-align: justify;
}

em {
  color: #444;
}

h1,
h2,
h3,
h4 {
  color: #555555;
}

h2,
.uk-h2 {
  font-size: 39px;
  line-height: 1em;
}

h3 {
  font-size: 2em;
}

.uk-panel-title {
  color: #000;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*General*/

.uk-article-title,
.tm-title {
  font-size: 100px;
  line-height: 1.2em;
  color: #bfbdb3;
  padding: 0;
}

.contenedor-general {
  min-height: 100vh;
  /*max-width: 1450px;*/
  min-width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.area-menu {
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 100;
  transition: 0.5s;
}

.area-contenido {
  margin: 0 auto;
  width: 80%;
  position: relative;
  padding: 20px 35px 320px;
}

.tm-headerbar {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 25px 0;
}

.uk-push-1-5,
.uk-push-2-10 {
  left: 0;
}

.uk-width-medium-4-5,
.uk-width-medium-8-10 {
  width: 100%;
}

.uk-container {
  min-width: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .area-contenido {
    width: 100%;
    padding: 0 25px 25px 25px;
  }
  .uk-article-title,
  .tm-title {
    font-size: 50px;
  }
  .menu-fijo {
    display: none;
  }
}

@media (min-width: 767px) {
  .tm-navbar {
    display: none;
  }
  .menu-fijo {
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3rem;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
}

@media (max-width: 767px) {
  .uk-container {
    padding: 0 0 0 25px;
  }
  .tm-navbar {
    padding: 15px 0;
  }
}

/*barra menú*/

.btn-menu {
  display: block;
  font-family: 'fontawesome';
  font-size: 1.2rem;
  margin: 14px 0 0 0;
  padding: 0 0 10px 0;
  text-align: center;
  border-bottom: 1px solid #E8E8E8;
  cursor: pointer;
}

.logos-fijo {
  padding: 20px 10px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
}

.logos-fijo a:first-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.logos-fijo a:last-child {
  padding-top: 20px;
}

/*Menú principal*/

.tm-sidebar-a {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  padding: 0;
  min-width: 100%;
  margin: 0;
}

.cont-menu {
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  color: #fff;
}

.cont-menu::before,
.cont-menu::after {
  display: none;
}

.background-menu {
  background: url(../images/menu-background.jpg) no-repeat center;
  background-size: cover;
  width: 75%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.col-boton {
  background: rgba(0,0,0,.75);
  width: 50px;
  border-right: 1px solid #fff;
}

.col-menus {
  background: rgba(0,0,0,.75);
  font-family: 'Playfair Display', sans-serif;
  font-size: 18px;
  color: #fff;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.col-menus .nav>li>a {
  color: #ffffff;
  padding: 3px 10px;
  line-height: 1.8em;
}

.col-menus .nav>li>a:hover {
  background: none;
  opacity: 0.5;
}

.col-menus .nav>li>a:focus{
  background: none;
}

.col-menus .menu {
  margin: 0 50px;
}

.btn-cerrar {
  height: 50px;
  border-bottom: 1px solid #fff;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.uk-nav-side>li>a {
  color: #888;
}

.listas-menu {
  font-size: 14px;
  padding:30px 0 ;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

@media(max-width:767px){
  .listas-menu{
    font-family:'Playfair Display', sans-serif;
    padding: 20px 0 20px 38px;
    flex-direction: column;
    justify-content: flex-start;
  }
}


.item-120 a,
.item-122 a,
.item-654 a,
.item-663 a {
  font-size: 24px;
  line-height: 38px;
  margin: 0 0 0 -16px;
}

.item-663 a,
.item-122 a {
  margin-top: 20px;
}

.listas-menu .item-101 {
  display: none;
}

.listas-menu .logos {
  height: 35px;
  margin: 0 0 20px 50px;
}

.espacio-menu {
  width: 25%;
  background: url(../images/menu-background2.jpg) no-repeat center;
  background-size: cover;
  height: 100%;
}

/*.cont-menu .logos {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 150px;
  display: flex;
  justify-content: space-between;
}

.cont-menu .logos img {
  height: 80px;
}*/

.tm-sidebar-a .uk-panel {
  margin: 0 0 30px 0;
}

.uk-nav-side>li.uk-active>a {
  background: #a5a5a5 !important;
  color: #ffffff;
}

.menu-principal .uk-nav-side>li:nth-of-type(2) a,
.menu-principal .uk-nav-side>li:nth-of-type(7) a {
  border-bottom: 1px dotted #d6d6d6;
  border-top: 1px dotted #d6d6d6;
  background: #ededed;
  color: #000;
}

/*cambio menu*/

.sextante .uk-nav-side>li>.menu-sextante,
.artedos .uk-nav-side>li>.menu-artedos {
  background: #e2e2e2;
}

/*Buscar*/

.uk-search {
  display: table;
  margin: auto;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
}

/*Inicio*/

.inicio h3 {
  /*border-top: 1px solid #444;
  border-bottom: 1px solid #444;*/
  padding: 5px 0;
}

.wk-slideshow,
.wk-slideshow .slides {
  margin-bottom: 60px;
}

.wk-slideshow .caption {
  font-size: 12px;
  line-height: 14px;
  background: none !important;
  color: #444 !important;
  padding: 10px 0 !important;
  bottom: -50px !important;
  text-align: right;
}

.wk-slideshow-default .nav {
  position: absolute;
  bottom: 0;
  right: 6px;
  z-index: 2;
}

.intro-galeria-taller {
  display: flex;
  display: -webkit-flex;
  margin-top: -65px;
}

.intro-galeria-taller div {
  width: 50%;
  padding: 20px;
}

.intro-galeria-taller h2 {
  color: #555555;
}

.intro-galeria-taller a {
  background: #000000;
  color: #fff;
  padding: 0.5em 1em;
  font-weight: bold;
  font-size: 14px;
}

a.tienda-btn {
  background: #000;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
}

a.tienda-btn:hover{
  background: #444;
}

@media (max-width: 767px) {
  .intro-galeria-taller {
    flex-flow: wrap column;
  }
  .intro-galeria-taller div {
    width: 100%;
  }
}

.nspArt h4.nspHeader {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
}

.nspArt h4.nspHeader a {
  color: #000;
}

.gkArtContentWrap p {
  margin: 0;
}

.nspArt div {
  overflow: visible;
}

.nspArt img.nspImage {
  margin-bottom: 20px;
  box-shadow: 0 20px 40px 0 rgba(208, 195, 192, 0.3);
}

/*Exposiciones*/

.expo-anterior {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.expo-anterior h3 {
  text-align: center;
  margin-bottom: 5px;
}

.expo-anterior li a {
  color: #444;
  display: block;
}

.expo-anterior li a:hover {
  color: #1fa2d6;
  padding-left: 3px;
}

.expo-anterior>li {
  width: 30%;
  border: 1px solid #ccc;
  margin: 10px;
  padding: 20px;
}

.expo-anterior>li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.expo-anterior>li ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

.expoAnteriores {
  margin-top: 20px;
}

.expoAnteriores .tm-title {
  display: none;
}

.expo-btn a {
  color: #fff;
  background: #000000;
  padding: 10px 15px;
  font-size: 1.2em;
}

.expo-principal .uk-article {
  display: none;
}

.expo-btn a:hover {
  background: #676767;
}

.librosArtista .rl_tabs {
  margin: 72px 0 0 0;
}

.rl_tabs.outline_content>.tab-content>.tab-pane {
  padding: 40px 12px 12px 12px;
  overflow: visible;
}

@media (max-width: 767px) {
  .expo-anterior {
    flex-direction: column;
  }
  .expo-anterior>li {
    width: 100%;
  }
  .expo-btn a {
    display: block;
    margin-bottom: 5px;
  }
}

/*Libros de artista*/

.librosArtista .uk-article-title {
  font-size: 40px;
  color: #555;
}

.librosArtista h2 {
  font-size: 32px;
}

.librosArtista .uk-width-medium-1-3 .uk-article,
.librosArtista .uk-width-medium-1-2 .uk-article {
  padding: 10px;
  background: #fff;
  box-shadow: 0 20px 40px 0 rgba(208, 195, 192, 0.4);
}

.librosArtista .uk-width-medium-1-3 .uk-article img {
  min-width: 100%;
  margin: 0 auto 15px auto;
  display: table;
}

.librosArtista .uk-width-medium-1-3 .uk-article-title {
  font-size: 1.5em;
  line-height: 1em;
}

.colofon {
  width: 500px;
  margin: auto;
  text-align: justify;
}

.descripcion {
  font-family: 'Lora', serif;
}

@media(max-width: 767px) {
  .colofon {
    width: 100%;
  }
}

.cliclibro {
  text-align: center;
  font-size: 11px;
  display: block;
}

.uk-panel-header .uk-panel-title {
  display: none;
}

/*Artistas de la Galería*/

.fotoartista {
  border-radius: 5px;
  margin: 0 20px 0 0;
  vertical-align: middle;
}

.artistas .nspCol2 {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 20px 0;
}

.artistas .nspArt img.nspImage {
  border: 5px solid #f0f0f0;
  /*border-radius:100px;*/
}

.artistas .nspArt h4.nspHeader a {
  font-size: 16px;
  line-height: 100px;
}

.menu-artistas {
  border-top: 1px solid #ccc;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
}

.menu-artistas .uk-nav li {
  width: 25%;
}

.menu-artistas .uk-nav {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}

@media (max-width: 767px) {
  .menu-artistas .uk-nav li {
    width: 100%;
  }
  .fotoartista {
    margin: auto;
    display: table;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .menu-artistas .uk-nav li {
    width: 33%;
  }
}

/*Talleres de creación*/

.talleres {
  margin: 50px 0 0 0;
  padding: 20px;
  background: #fff;
  display: table;
  box-shadow: 0 20px 40px 0 rgba(208, 195, 192, 0.4);
}

.talleres ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.talleres ul li {
  font-size: 1.4rem;
  color: #979797;
}

/*Obra Gráfica*/

.uk-list {
  column-count: 3;
  margin: 0;
  background: #fff;
  padding: 20px;
  box-shadow: 0 20px 40px 0 rgba(208, 195, 192, 0.4);
}

.uk-list li {
  margin: 3px 0;
  font-size: 16px;
  line-height: 30px;
}

/*Listas*/

.titulos-lista {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0;
  padding: 0 0 6px 0;
}

@media (width: 768px) {
  .uk-list {
    column-count: 2;
  }
}

@media (max-width: 767px) {
  .uk-list {
    column-count: 1;
  }
}

/*Tabs*/

.nn_tabs>.tab-content .tab-pane {
  padding: 12px 7px;
}

.nn_tabs .nav-tabs>li>a {
  margin-right: 5px;
}

.nn_tabs .nav-tabs {
  border-bottom: none;
  padding-bottom: 0;
  margin: 0 0 0 14px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.nn_tabs.outline_content>.tab-content {
  border: none;
}

.nn_tabs .nav-tabs>li.active>a,
.nn_tabs .nav-tabs>li.active>a:hover {
  color: #000 !important;
  background: none;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid #000 !important;
  padding-bottom: 0.3rem;
}

.nn_tabs.outline_handles>ul.nav-tabs>li a,
.nn_tabs.outline_handles>ul.nav-tabs>li a:hover {
  border: none;
  color: #979797;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 2rem 0 0;
  padding: 0.3rem 0;
  height: auto !important;
}

.nn_tabs.outline_handles>ul.nav-tabs>li a:hover {
  color: #000;
}

.nn_tabs>.nav>li>a:hover {
  background: none;
  border: none;
  /*box-shadow:inset 0px 1px 5px #b7c8da;*/
}

.rl_tabs.top>ul.nav-tabs>li>a:focus,
.rl_tabs.top>ul.nav-tabs>li.active>a:focus {
  box-shadow: none;
}

@media (max-width: 767px) {
  .rl_tabs>ul.nav-tabs>li {
    margin: 3px 0 !important;
  }
}

/*galería captions*/

#boxplus .boxplus-bottom>.boxplus-caption {
  font-size: 14px;
  line-height: 16px;
  color: #777777;
  margin: 0 !important;
  max-height: 100px;
  padding: 10px 0;
  text-align: right;
}

div.boxplus-imagecaption.boxplus-overlaycaption {
  display: none !important;
}

.exposiciones div.boxplus-imagecaption.boxplus-overlaycaption {
  display: block !important;
  height: 10% !important;
}

/*Galería*/

#boxplus .boxplus-thumbs>.boxplus-forward,
#boxplus .boxplus-thumbs>.boxplus-rewind {
  background-image: none;
}

#boxplus .boxplus-background {
  background: rgba(255, 255, 255, 0.95)
}

#boxplus .boxplus-dialog {
  background: #F1F1F1;
}

div.sigplus-gallery ul>li>a>img {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

#mep_0 {
  display: none;
}

/*Botón Volver*/

.backbutton a,
.boton-general {
  background: #000 url(../images/volver.png) no-repeat 8px center;
  padding: 5px 10px 5px 20px;
  color: #FFF;
}

.backbutton a:hover {
  background: #555555 url(../images/volver.png) no-repeat 8px center;
  color: #FFF;
}

.boton-general {
  background-image: none;
  padding: 5px 10px;
}

/*Botón disponible*/

.disponible,
.nodisponible {
  text-align: center;
  font-size: 12px;
  display: table;
  background: darkseagreen;
  margin: auto;
  width: 100px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}

.nodisponible {
  background: darksalmon;
}

/*Noticias*/

.tm-leading-article img {
  max-height: 300px;
}

/*Pie*/

.tm-footer {
  color: #fff;
  background: url(../images/fondo-pie.jpg) no-repeat fixed center bottom;
  background-size: 100%;
  padding: 20px 0;
  margin: 0;
}

.area-footer {
  width: 80%;
  margin: auto;
}

.datospie {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.datospie>div {
  text-align: left;
  padding: 0 10px;
  width: 25%;
}

.datospie h4 {
  color: #fff;
}

.datospie input[type="text"] {
  width: 80%;
  border: none;
  padding: 10px;
  margin: 0 0 10px 0;
}

.datospie input[type="submit"] {
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  border: 1px solid #fff;
  padding: 10px 15px;
}

.iconosRedes a {
  font-size: 1.5em;
  color: #fff;
  margin: 0 3px;
}

.iconosRedes a i {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.iconosRedes a:hover .uk-icon-envelope {
  color: #C8DAE4;
}

.iconosRedes a:hover .uk-icon-facebook-official {
  color: #3b5998;
}

.iconosRedes a:hover .uk-icon-twitter-square {
  color: #00aced;
}

.iconosRedes a:hover .uk-icon-instagram {
  color: #833ab4;
}

.iconosRedes a:hover .uk-icon-wordpress {
  color: #21759b;
}

.credito {
  padding: 15px 0 0 0;
  border-top: 1px dotted #828282;
}

@media (max-width:900px){
  .tm-footer {
    background: url(../images/fondo-pie.jpg) no-repeat fixed;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .datospie {
    flex-direction: column;
  }
  .datospie div {
    border-right: none;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    width: 100%;
  }
  .datospie div:last-child {
    border: none;
  }
}

@media (min-width: 1024px) {
  .tm-footer {
    padding-left: 70px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}


/*Off canvas*/

.uk-offcanvas {
  margin: 0;
}

.uk-offcanvas .uk-panel a{
  color: #ccc;
}

.uk-offcanvas-bar {
  background: url(../images/menu-background.jpg) no-repeat fixed center;
  background-size: cover;
}

.uk-nav-offcanvas {
  background: rgba(0, 0, 0, .8);
  height: 100%;
}

.uk-offcanvas .item-120 a,
.uk-offcanvas .item-122 a,
.uk-offcanvas .item-654 a,
.uk-offcanvas .item-663 a {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 20px;
}

.cont-menu-movil{
  background: rgba(0, 0, 0, .8);
  margin: 0 !important;
}



html .uk-nav.uk-nav-offcanvas>li.uk-active>a {
  background: rgba(255, 255, 255, .1);
  color: #ffffff;
}