/*
Theme Name: Museo de la Seda
Theme URI: http://dev.museodelasedavalencia.com/
Author: Filmac S.L.
Author URI: http://www.filmac.es/
Description: Básico
Version: 1.0
*/

/**
 * Table of Contents
 *
 * 1.0 - WordPress Core Mandatory CSS
 * 2.0 - Fonts
 * 3.0 - Basic Structure
 * 4.0 - Header/Footer
 *      4.1 - Menú
 * 5.0 - Genéricos
 *      5.1 - Home
 *      5.2 - Noticias
 *      5.3 - Otros
 *      5.4 - Print
 * 6.0 - Cookies
 */

/**
 * 1.0 - WordPress Core Mandatory CSS
 */

.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;
}

/**
 * 2.0 - Fonts
 */

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

}*/

@font-face {
  font-family: "raleway";
  src: url("fonts/raleway-medium-webfont.woff2") format("woff2"),
    url("fonts/raleway-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "EB Garamond";
  src: url("fonts/ebgaramond-regular-webfont.woff2") format("woff2"),
    url("fonts/ebgaramond-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "EB Garamond", serif;
  margin: 0;
  padding: 0 !important;
}

h1,
.h1 {
  /*    color: #5E7E95;*/
  /*    font-size: 1.8em;*/
  font-size: 22pt;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

h2,
.h2 {
  font-family: "Raleway", sans-serif;
  /*    font-size: 24px;*/
  font-size: 24pt;
  text-transform: uppercase;
}

h3,
.h3 {
  font-family: "EB Garamond", serif;
  /*    font-size: 18px;*/
  font-size: 20pt;
  font-weight: 700;
}

p,
ul,
ol {
  /*    font-size: 1.4em;*/
  font-size: 14pt;
  /*    font-size: 16px;*/
}

.serif {
  font-family: "EB Garamond", serif;
}

.sans-serif {
  font-family: "Raleway", sans-serif;
}

.cursiva {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

em {
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

a {
  color: #000;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #444;
}

#content {
  -webkit-transition: all 0.5s ease-out;
}

.seccion {
  margin-top: 160px;
  margin-bottom: 80px;
}

.news-post .alignnone,
.news-post .wp-caption.alignnone > img {
  width: 100%;
  height: auto;
  margin: 2rem 0;
}

.news-post .wp-caption.alignnone > img {
  margin-bottom: 0;
}

.news-post .original {
  display: block;
  width: initial;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
}

.news-post p {
  padding: 1% 3%;
  line-height: 1.5;
}

.news-post a {
  color: #5e7e95 !important;
  border-bottom: 1px dotted;
}

*:focus,
a[data-toggle="modal"] {
  outline: none;
  outline: 0px;
}

/**
 * 4.0 - Header/Footer
 */

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-top: 8px solid #5e7e95;
}

#logo-header {
  float: left;
}

/*.logo a:hover img {
    transition: all ease .4s;
    transform: scale(1.1);
}
*/
.logo img {
  max-width: 64px;
  margin: 20px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.logo h1,
.logo .h1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  color: #5e7e95;
}

.bg-header {
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
#header_language_list {
  margin-left: 1rem;
  margin-top: -2px;
}
#header_language_list ul {
  padding-top: 15px;
  padding-left: 0px;
  list-style-type: none;
  text-transform: uppercase;
}
#header_language_list ul li {
  display: inline-block;
  padding-right: 2px;
  font-size: 17px;
  line-height: 20px;
}

#header_language_list ul li:after {
  content: "|";
  padding-left: 2px;
}

#header_language_list ul li:last-child:after {
  content: "";
}

.btn-shop {
  font-size: 1em;
  text-transform: uppercase;
  max-height: 34px;
  padding: .5rem 1.25rem .5rem;
  margin-inline: .5rem;
  line-height: 24px;
  background: transparent;
  color: #5e7e95;
  border: 1px solid #5e7e95;
  margin-top: 8px;
}
.btn-shop:hover {
  background: white;
}

.btn-shop-menu > a{
  font-size: 16px !important;
  text-transform: uppercase !important;
  padding: .5rem 1.25rem .5rem !important;
  margin-inline: .5rem;
  color: #5e7e95 !important;
  border: 1px solid #5e7e95;
  margin-top: 8px;
}

.btn-shop.mobile {
  font-size: 1em;
  text-transform: uppercase;
  height: 34px;
  padding: .25rem 1rem .25rem;
  margin-inline: .5rem;
  line-height: 26px;
  background: transparent;
  color: #5e7e95;
  border: 1px solid #5e7e95;
  margin-top: 0px;
  position: fixed;
  z-index: 500001!important;
  right: 56px;
  top: 14px;
  font-weight: 600;
}
@media (min-width: 1018px){
  .btn-shop.mobile {
    display: none;
  }
}
#shiftnav-toggle-main {
  pointer-events: none;
}
#shiftnav-toggle-main-button {
  pointer-events: auto;
}

/**
 * 4.1 - Menú
 */

#header-nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 20px;
}

ul.nav > li > a {
  text-transform: uppercase;
}

ul.nav > li.active {
  font-style: italic;
}

ul.nav a {
  font-size: 1.35em;
  font-size: 13pt;
  color: #333;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu {
  background: #d7dbe3;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: none;
}

.dropdown-menu > li > a {
  border-bottom: 1px solid transparent;
  padding: 3px 20px 3px 0;
  margin-left: 20px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  border-bottom: 1px solid #5e7e95;
  text-decoration: none;
  background-color: transparent;
}

#header_language_list {
  font-size: 1.35em;
  font-size: 13pt;
  color: #333;
  font-style: italic;
}

#header_language_list a {
  color: #333;
  font-style: normal;
}

#header_language_list ul li:after {
  font-style: normal;
}

/**
 * 5.0 - Genéricos
 */

.scrollup {
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 84px;
  right: 0px;
  display: none;
  text-indent: -9999px;
  background: url("images/up.png") no-repeat;
  /*    background-color: #fff;*/
  background-size: 80px 80px;
  background-position: 50% 50%;
  /*    box-shadow: 0 6px 10px rgba(0, 0, 0, .23), 0 10px 30px rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .23), 0 10px 30px rgba(0, 0, 0, .19);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .23), 0 10px 30px rgba(0, 0, 0, .19);
    -o-box-shadow: 0 6px 10px rgba(0, 0, 0, .23), 0 10px 30px rgba(0, 0, 0, .19);
    border-radius: 100px;*/
}

/*#content,
.archive,
.single {
    margin-top: 150px;
}*/

.page-template-page-contacto #content,
.archive #content,
.single #content {
  margin-top: 180px;
}

.home.page #content {
  margin-top: 120px;
}

.mainbg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  background-position: 50% 0;
}

.hidden {
  display: none;
}

::-webkit-scrollbar {
  width: 15px;
  /*    background-color: #5E7E95;*/
}

/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}*/

::-webkit-scrollbar-thumb {
  /*        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);*/
  background-color: #5e7e95;
  border: 1px solid #fff;
}

/**
 * 5.1 - Home
 */

#home-video {
  font-size: 28px;
  text-align: center;
}

#home-video a {
  color: #000;
  display: block;
  padding-top: 25%;
  display: inline-block;
}

.btn-play {
  width: 94px;
  height: 94px;
  top: 30%;
  border-radius: 50%;
  padding: 28px 28px;
  background: rgba(94, 126, 149, 0.5);
  font-size: 38px;
  color: #fff;
  /*    -moz-box-shadow: 0px 0px 30px #666;
    -webkit-box-shadow: 0px 0px 30px #666;
    box-shadow: 0px 0px 30px #666;*/
  margin-left: -48px;
  left: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  margin-top: -48px;
  /*    pointer-events: none;*/
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

#home-video a:hover .btn-play {
  /*    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);*/
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background: rgba(94, 126, 149, 0.7);
}

.video-title {
  position: absolute;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*    left: -webkit-calc(50% - 40%);
    left: calc(50% - 40%);*/
  margin-top: 110px;
  font-size: 2em;
  font-size: 37pt;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

/**
 * 5.2 - Noticias
 */

.news {
  width: 100%;
}

.news .news-item {
  /*  margin: 20px 0px 0 0;
    padding: 0 0;*/
  margin-bottom: 30px;
}

/*.news .news-item:nth-child(3n+0){
    margin-right: 0px;
}*/

.news .news_title {
  font-size: 1.15em;
  line-height: 1.15;
}

.navigation.post-navigation {
  margin: 20px 0;
  text-transform: uppercase;
  font-size: 16pt;
}

.navigation.post-navigation h2 {
  display: none;
}

.navigation.post-navigation .nav-previous {
  display: inline-block;
  float: left;
}

.navigation.post-navigation .nav-next {
  display: inline-block;
  float: right;
}

.nav-links a {
  color: #687d93;
  border: none;
}

.news h3 {
  font-weight: 700;
  font-family: "EB Garamond", serif;
  line-height: 1;
}

.entradilla,
.entradilla p {
  font-size: 20pt;
  color: #333;
  line-height: 1.2;
}

/**
 * 5.3 - Otros
 */

/* retardo */

@-webkit-keyframes anipreload {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anipreload {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

div.preload {
  opacity: 0;
  -webkit-animation: anipreload 1s ease 0.5s forwards;
  animation: anipreload 1s ease 0.5s forwards;
}

.modal-video .modal-dialog.modal-lg {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-video .modal-footer,
.modal-video .modal-header {
  display: none;
}

.modal-video .modal-body {
  padding: 0;
  background-color: #000;
}

.modal-video .modal-footer {
  background-color: #000;
  border-top: 0;
  color: #fff;
  padding: 0px 20px 15px 20px;
}

.modal-video .modal-footer a {
  color: #fff;
}

.modal-content {
  background-color: transparent;
  position: relative;
}

.modal-header {
  padding: 0px;
  border-bottom: 0px solid #e5e5e5;
}

button.close {
  position: absolute;
  right: -25px;
  top: -25px;
  z-index: 99;
  background: rgba(94, 126, 149, 0.5);
  opacity: 1;
  border-radius: 50px;
  padding: 5px;
  height: 40px;
  color: #fff;
  font-size: 22pt;
}

hr {
  /*    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;*/
  border-top: 1px solid #5e7e95;
}

#footer {
  height: 90px;
  font-size: 1.25em;
}

#footer .row {
  padding: 0.5em 0;
}

@media (max-width: 992px) {
  .addres,
  .rrss {
    text-align: center !important;
    padding-top: 2rem;
  }
}
.rrss {
  font-size: 11pt;
}
.rrss img {
  max-width: 24px;
  margin: 0 10px 0 4px;
}
.rrss-top {
  padding-left: 10px;
  display: grid;
}
.rrss-top img {
  max-width: 24px;
  margin: 11px 4px 0 4px;
}
@media (max-width: 1064px) {
  .rrss-top {
    display: none;
  }
}

.page-header {
  position: relative;
  /*    min-height: 420px;*/
  background-color: #687d93;
  padding-bottom: 0;
  /*    max-height: 420px;
    overflow-y: hidden;*/
}
.single .page-header:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/*.single #content .h1 {
    opacity: 0;
}*/
.cab-responsive {
  display: block;
  width: 100%;
  height: auto;
}

h1.news_single_title,
h2.news_single_title {
  position: absolute;
  text-transform: none !important;
  color: #fff;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  top: 50%;
  width: 50%;
  /*    left: -webkit-calc(50% - 25%);
    left: calc(50% - 25%);*/
  font-size: 2em;
  font-size: 39pt;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  text-align: center;
  max-width: 80%;
}

@media (max-width: 992px) {
  h1.news_single_title,
  h2.news_single_title {
    /*        width: 80%;
        left: -webkit-calc(50% - 40%);
        left: calc(50% - 40%);*/
    font-size: 2em;
    font-size: 39pt;
  }
  #header {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.news-post {
  /*    border-bottom: 1px solid #5E7E95;
    margin-bottom:  3em;
*/
  padding-bottom: 2em;
  padding-top: 1em;
}

/**
 * 5.3 - Print: Evitamos que se impriman los links de las etiquetas html
 */

@media print {
  a[href]:after {
    content: none !important;
  }
}

.alm-reveal {
  display: inline-block;
}

span.cenefa:after {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  content: "";
  background: url(images/cenefa.svg) no-repeat 0 0;
  background-size: 100%;
  vertical-align: middle;
}
div.cenefa {
  display: flex;
}
div.cenefa:before{
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  content: "";
  background: url(images/cenefa.svg) no-repeat 0 0;
  background-size: 100%;
  vertical-align: middle;
  margin-top: 20px;
  margin-bottom: 10px;
}

.mainbg:after {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -32px;
  background-color: rgba(255, 255, 255, 0.5);
}

.btn-default {
  color: #5e7e95;
  border-color: #5e7e95;
  border-radius: 0;
  border-right: 1px solid;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  width: 100%;
  padding-top: 12px;
  height: 42px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #fff;
}

@media (max-width: 1342px) {
  #logo-header {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    position: absolute;
  }
  #header_language_list > ul {
    padding-left: 0 !important;
  }
}

.horarios table {
  font-size: 13pt;
}

.horarios table > thead {
  background: rgba(94, 126, 149, 0.2);
  font-size: 11pt;
}

.horarios .panel {
  border-color: rgba(94, 126, 149, 0.2);
  padding: 20px;
  border-radius: 0;
}

.bt {
  font-size: 24pt;
}

.cont3 {
  width: 75%;
  margin: 0 auto;
}

input[type="text"],
input[type="email"],
textarea {
  padding: 12px 16px;
  margin: 5px 0;
  border: 1px solid rgba(94, 126, 149, 0.2);
  border-bottom: 2px solid rgba(94, 126, 149, 0.35);
  width: 100%;
  /*    font-family: sans-serif;*/
  font-size: 12pt;
}

textarea {
  height: 64pt;
}

.form {
  padding: 10px;
}

.captcha input[type="text"] {
  width: 80px;
}

input[type="submit"] {
  color: #fff;
  background-color: #5e7e95;
  border-color: #5e7e95;
  border-radius: 0;
  border: 2px solid;
  font-size: 16pt;
  font-weight: 700;
  width: 100%;
  margin: 1em 0;
  padding: 12px 16px;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background-color: #fff;
  color: #5e7e95;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  margin-right: 5px;
}

input[disabled="disabled"] {
  opacity: 0.5;
  pointer-events: none;
}

p.acceptance {
  font-size: 13pt;
  margin: 5px 0 20px;
}

a.sl {
  color: #000;
  border-bottom: 1px dotted #5e7e95;
  padding-bottom: 3px;
}

a.sl:hover {
  color: #5e7e95;
  border-bottom: 1px dotted #5e7e95;
}

.bt {
  font-size: 30pt;
  line-height: 32pt;
}

.bf {
  font-size: 150%;
}

.fg {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.wp-caption {
  width: 100% !important;
}
.news-post .wp-caption > img {
  margin-bottom: 0;
}
.wp-caption-text {
  font-size: 10pt !important;
  padding: 1rem 0 !important;
  line-height: 1.2;
  font-family: sans-serif;
  color: #666;
}

.go-content {
  bottom: 60px;
  position: absolute;
  margin-left: -webkit-calc(50% - 20px);
  margin-left: calc(50% - 20px);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.go-content img {
  width: 40px;
  height: auto;
}
.go-content:hover {
  bottom: 40px;
  position: absolute;
}

.navbar-collapse {
  padding: 0;
}

@media (min-width: 1200px) {
  p {
    font-size: 16pt;
    font-size: 20px;
  }
}

@media (min-width: 960px) and (max-width: 1462px) {
  ul.nav a,
  #header_language_list {
    font-size: 15px;
    line-height: 14px;
  }
  .logo img {
    margin: 15px 20px;
  }
  .rrss-top img {
    margin: 9px 4px 0 4px;
    max-width: 20px;
  }
  #header_language_list ul {
    padding-top: 11px;
  }
  .nav > li > a {
    padding: 10px;
  }
  .logo h1,
  .logo .h1 {
    font-size: 18px;
  }
  .logo img {
    width: 48px;
    height: auto;
  }
  #header-nav {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .btn-shop {margin-top: 0}
}

@media (max-width: 768px) {
  .video-title {
    font-size: 32pt;
  }
  /*    #content, .archive, .single {
        margin-top: -140px;
    }*/
  .page-template-page-contacto #content,
  .archive #content,
  .single #content,
  .page #content {
    margin-top: 180px;
  }
  h1.news_single_title,
  h2.news_single_title {
    font-size: 22pt;
    width: 80%;
    -webkit-transform: translate(12%, -50%);
    -ms-transform: translate(12%, -50%);
    transform: translate(12%, -50%);
  }
  .news-post {
    padding: 3% 10% !important;
  }
}

@media (max-width: 480px) {
  .seccion {
    margin-top: 30px;
    margin-bottom: 20px;
  }
    .page-template-page-contacto #content,
  .archive #content,
  .single #content,
  .page #content {
    margin-top: 80px;
  }
  /*    .scrollup {
        right: 10px;
    }*/
  .video-title {
    font-size: 24pt;
  }
  .logo h1,
  .logo .h1 {
    font-size: 12pt;
  }
  .logo img {
    max-width: 36px;
    margin: 5px 10px;
  }
  h2,
  .h2 {
    font-size: 20pt;
    line-height: 24pt;
  }
  .cont3 {
    width: 100%;
    margin: 0 auto;
  }
  .panel p.cursiva {
    font-size: 12pt;
  }
  .horarios .panel {
    padding: 0;
    border: 0;
  }
  #content,
  .archive,
  .single {
    margin-top: -10px;
  }
  .modal-content {
    width: 90%;
    height: auto;
  }
  h1.news_single_title,
  h2.news_single_title {
    position: absolute;
    text-transform: none !important;
    color: #fff;
    -webkit-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    transform: translateY(-90%);
    top: 50%;
    width: 90%;
    left: 5%;
    font-size: 20pt;
    line-height: 1;
    font-family: "EB Garamond", serif;
    font-weight: 700;
    text-align: center;
  }
  .wp-caption-text {
    font-size: 12pt !important;
    line-height: 14pt;
  }
  .entradilla {
    font-size: 16pt;
  }
}
@media (min-width: 990px) and (max-width: 1360px) {
  .seccion {
    margin-left: 2%;
    margin-right: 2%;
  }
}

.btn-buy {
  max-width: 80%;
  margin: 0 auto;
}
hr.gap {
  margin: 0.5em 0;
  opacity: 0;
}

/*.embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
}
.ratio16x9 {
    padding-bottom: 56.25%;
}
.ratio4x3 {
    padding-bottom: 75%;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.gallery-icon img {
  border: 1px solid #eee !important;
  padding: 1rem !important;
  background: #fff;
}

.gallery-icon img:hover {
  opacity: 0.75;
  border: 1px solid #5e7e95 !important;
}
@media (max-width: 1200px) {
  .gallery-item {
    width: 100% !important;
  }
}

.page-content blockquote {
  border-left: 4px solid #869eaf !important;
  margin: 0 8rem 5rem;
  overflow: hidden;
  max-width: 100%;
  padding: 10px 20px;
}
.page-content blockquote * {
  font-size: 18.5pt;
  font-style: italic;
  color: #666;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .page-content blockquote.bq-izq {
    border-left: 4px solid #fff !important;
    border-right: 4px solid #869eaf !important;
    padding: 10px 20px;
    overflow: hidden;
    margin-bottom: 5rem;
    float: left;
    max-width: 40%;
    margin-left: -5%;
    text-align: right;
  }

  .page-content blockquote.bq-der {
    border-right: 4px solid #fff !important;
    border-left: 4px solid #869eaf !important;
    padding: 10px 20px;
    overflow: hidden;
    margin-bottom: 5rem;
    float: right;
    max-width: 40%;
    margin-right: -5%;
  }
}

/*--------------------------------------------------------------
  6.0 Cookies
--------------------------------------------------------------*/
.tbl_cookies td {
  padding: 0px 10px 10px 0;
}
.cookies {
  position: fixed !important;
  z-index: 99999998 !important;
  bottom: 0;
  left: 0;
  color: #fff;
  vertical-align: baseline;
  width: 100%;
  background-color: #5e7e95;
  font-size: 13px;
  border-top: solid 1px #555;
  display: none;
}

.cookies .txt {
  border-left: solid 3px #000;
  padding: 0px 0px 0px 15px;
  margin: 15px 0;
  float: left;
  width: 80%;
}
@media (max-width: 480px) {
  .cookies .txt {
    font-size: 10px;
  }
}
.cookies a {
  color: #000;
  text-decoration: underline;
}

.cookies .txt p {
  font-size: 16px !important;
}

#btnclose {
  float: right;
  cursor: pointer;
  position: relative;
  padding: 7px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 14pt;
  color: #000;
  text-align: center;
  margin: 5px 5px 0 0;
}

.cookies .centeredPage {
  position: relative;
  max-width: 940px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}

.cookies .fleft {
  float: left;
}

button.alm-load-more-btn.more.done {
  display: none;
}
/***Menu superior***/
#header-nav li:hover ul.dropdown-menu {
  display: block;
}
.menu-menusup-container {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
#menu-menusup,
#menu-menusupval,
#menu-menusupen {
  display: flex;
  align-items: baseline;
}
ul > li.menu-item-has-children > a:after {
  content: "\f0d7";
  width: 8px;
  height: 8px;
  position: relative;
  top: 0px;
  left: 5px;
  font-family: FontAwesome;
  font-size: 13px;
}

/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
  opacity: 0 !important;
}

.wpcf7-form .captcha {
  margin-top: -40px;
}
.wpcf7-form .captcha label {
  font-weight: 400;
  font-size: 13px;
}
.wpcf7-form .captcha label a {
  font-weight: 700;
}

/* forzado footer */

.max-width img {
  width: 100%;
}

@media (max-width: 992px) {
  .cookie-privacy {
    text-align: center !important;
  }
}

/* eventos */
.espacio:before {
    content: '·';
    position: absolute;
    margin-left: -2rem;
    line-height: 20px;
    font-size: 32px;
    font-weight: 600;
}
.ar-16x9 {
  aspect-ratio: 16 / 9;
  object-fit: cover
}
.destacado{
    text-align: center;
    padding: max(20px, 2em);
    border-block: 1px solid;
    margin-block: 5%;
    color: #687d93;
    line-height: 1.5;
}
.destacado h3{margin: 0;line-height: 1.25;}

@media (min-width: 1463px) and (max-width: 1520px){
  .logo h1{ font-size: 18pt }
  .logo img { max-width: 54px; }
}

/***FESTIN***/
.navfestin {
	background: #5E7E95;
	color: #FFF;
}
#pfestindesk {
	margin-top: 133px;
}
#pfestinmob {
	display: none;
}
#pfestindesk img, #pfestinmob img {
	width: 100%;
	height: auto;
}
.pfestin {
	margin-top: 70px;
	margin-bottom: 100px;
}
.pfestin span {
	color: #5E7E95;
	font-size: 20px;
	font-family: "raleway";
}
.pfestin h1 {
	color: #000;
	font-size: 50px;
	font-family: "raleway";
}
.pfestin span.subtitulo {
	color: #000;
	font-size: 40px;
	font-family: "EB Garamond";
}
.pfestin .texto {
	border-left: 1px solid #5E7E95;
	padding-left: 80px;
	margin: 5% 0% 15% 20%;
}
.pfestin .texto a {
	color: #FFF;
	background: #5E7E95;
	width: 132px;
	text-align: center;
	float: right;
	font-size: 20px;
	font-family: "raleway";
	padding: 8px 0;
	margin-top: 30px;
	font-weight: 700;
}
.pfestin .texto a:hover {
	opacity: .8;  
}
.menumob {
	display: none;
}
.btnfestin {
	background: #5E7E95;
	padding: .25rem 1rem .25rem;
	margin-inline: .5rem;
	line-height: 26px;
	margin-top: 0;
	font-weight: 600;
	display: none;
}
.btnfestin a {
	color: #FFF!important;
	padding: .5rem 1.25rem .5rem !important;
	font-size: 16px;
	font-family: "EB Garamond";
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	.menumob {
		display: block;
		margin-top: 0;
		position: fixed;
		z-index: 500001 !important;
		right: 250px;
		top: 10px;
	}
	.btnfestin {
		color: #FFF;
		background: #5E7E95;
		font-size: 16px;
		font-family: "EB Garamond";
		font-size: 1em;
		text-transform: uppercase;
		height: 34px;
		padding: .25rem 1rem .25rem;
		margin-inline: .5rem;
		line-height: 26px;
		margin-top: 0;
		position: fixed;
		z-index: 500001 !important;
		right: 150px;
		top: 14px;
		font-weight: 600;
		display: block;
	}
	.shiftnav-toggle {
		padding: .25rem 1rem .25rem;
		margin-inline: .5rem;
		line-height: 26px;
		
		background: transparent!important;
		color: #5E7E95!important;
		padding: 10px 5px!important;
	}
	.shiftnav-toggle .fa-bars:before {
		font-size: 25px;
	}
}
@media (max-width: 768px) {
	.btnfestin {
		display: block;
	}
	.logo h1 {
		font-size: 16px;
	}
	#pfestindesk {
		display: none;
	}
	#pfestinmob {
		display: block;
		margin-top: 133px;
	}
	.menumob {
		display: block;
		margin-top: 0;
		position: fixed;
		z-index: 500001 !important;
		right: 200px;
		top: 14px;
	}
	.btnfestin {
		color: #FFF;
		background: #5E7E95;
		font-size: 11px;
		font-family: "EB Garamond";
		/*font-size: 1em;*/
		text-transform: uppercase;
		height: 34px;
		padding: .25rem 1rem .25rem;
		margin-inline: .5rem;
		line-height: 29px;
		margin-top: 0;
		position: fixed;
		z-index: 500001 !important;
		right: 105px;
		top: 20px;
		font-weight: 600;
	}
	.pfestin {
		padding: 0 10%;
		margin-top: 60px!important;
	}
	.btn-shop.mobile {
		right: 20px;
		top: 20px;
	}
	.shiftnav-toggle {
		padding: .25rem 1rem .25rem;
		margin-inline: .5rem;
		line-height: 26px;
		
		background: transparent!important;
		color: #5E7E95!important;
		padding: 10px 5px!important;
	}
	.shiftnav-toggle .fa-bars:before {
		font-size: 25px;
	}
	.pfestin .texto {
		padding-left: 0px;
		margin: 5% 0% 15% 0;
		border-left: none;
	}
	.pfestin span {
		font-size: 16px;
	}
	.pfestin h1 {
		font-size: 30px;
	}
	.pfestin span.subtitulo {
		font-size: 25px;
	}
	.pfestin p {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.menumob {
		display: block;
		margin-top: 0;
		position: fixed;
		z-index: 500001 !important;
		right: 200px;
	}
	.pfestin {
		padding: 0 5% 4% 5%;
		margin-top: 10px!important;
	}
	#pfestinmob {
		margin-top: 80px;
		margin-bottom: 50px;
	}
	.pfestin .texto a {
		font-size: 18px;
	}
	.logo .h1 {
		font-size: 13px;
		width: 100px;
	}
}