/*div#primary-menu li {
    display: none;
}
.copyright-bar {
    display: none !important;
}
div#primary-menu li.page-item-4639,
div#primary-menu li.page-item-2031,
div#primary-menu li.page-item-4528{
      display: block;
}*/

:root {
  --contrast: #222222;
  --contrast-2: #575760;
  --contrast-3: #b2b2be;
  --base: #f0f0f0;
  --base-2: #f7f8f9;
  --base-3: #ffffff;
  --accent: #f5d647;
}

*::selection {
  background: #e4353b;
  color: black;
  text-shadow: 1px 1px #fff;
}

/* Firefox */
*::-moz-selection {
  background: #e4353b;
  color: black;
  text-shadow: 1px 1px #fff;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #e4353b;
  border-radius: 20px;
  /*border:2px solid #000;*/
}

::-webkit-scrollbar-track {
  background: rgb(0 0 0 / 10%);
  /*border:2px solid #000;*/
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}

/* 
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.otf") format("opentype");
} */
@font-face {
  font-family: "Helvetica-Neue";
  src: url("../fonts/HelveticaNeue-Black.otf") format("opentype");
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  color: #000000;
  display: flex;
  flex-direction: column;
  height: 100%;

}

/*div#content {
    padding: 0 140px;
}
div#page {
    background-image: url("../img/mosaico-left.svg");
    background-position-x: 0;
    background-position-y: 26px;
    background-repeat: repeat-y;
    background-size: 135px;
	padding-top: 135px;
	padding-bottom: 135px;
}
div#page:after,
div#page:before{
	content: "";
	position: absolute;
	display: block;
    visibility: visible;
	background-color: #e6e6e6;
    background-position-x: 0;
    background-position-y: 0;
	top:25px;
}
div#page:before {
    width: calc(100% - 135px);
    height: 135px;
    left: 135px;
    background-image: url("../img/mosaico-top.svg");
    background-repeat: repeat-x;
    background-size: 3900px;
}
div#page:after {
    width: 135px;
    height: 100%;
    right: 0;
    left: unset;
    background-image: url("../img/mosaico-right.svg");
    background-repeat: repeat-y;
    background-size: 135px;
}*/
.site-footer {
  /*margin-top: 90px;*/
  margin-top: auto;
  position: relative;
}

a {
  color: #e5343a;
}

a:hover,
a:focus,
a:active {
  color: #790a21;
}

body .grid-container {
  max-width: 1300px;
}

.inside-header.grid-container.grid-parent {
  max-width: unset;
  display: flex;
  align-items: center;
  min-height: 105px;
}

.wp-block-group__inner-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.has-contrast-color {
  color: var(--contrast);
}

.has-contrast-background-color {
  /*background-color: var(--contrast);*/
}

.has-contrast-2-color {
  color: var(--contrast-2);
}

.has-contrast-2-background-color {
  background-color: var(--contrast-2);
}

.has-contrast-3-color {
  color: var(--contrast-3);
}

.has-contrast-3-background-color {
  background-color: var(--contrast-3);
}

.has-base-color {
  color: var(--base);
}

.has-base-background-color {
  background-color: var(--base);
}

.has-base-2-color {
  color: var(--base-2);
}

.has-base-2-background-color {
  background-color: var(--base-2);
}

.has-base-3-color {
  color: var(--base-3);
}

.has-base-3-background-color {
  background-color: var(--base-3);
}

.has-accent-color {
  color: var(--accent);
}

.has-accent-background-color {
  background-color: var(--accent);
}

body,
button,
input,
select,
textarea {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
  line-height: 1.5;
}

.entry-content>[class*="wp-block-"]:not(:last-child) {
  margin-bottom: 1.5em;
}

.main-navigation .main-nav ul ul li a {
  font-size: 14px;
}

.sidebar .widget,
.footer-widgets .widget {
  font-size: 17px;
}

h1 {
  font-weight: 300;
  font-size: 40px;
}

h2 {
  font-weight: 300;
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: inherit;
}

h5 {
  font-size: inherit;
}

@media (max-width:795px) {
  .main-title {
    font-size: 30px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }
}

.top-bar {
  background-color: #636363;
  color: #ffffff;
}

.top-bar a {
  color: #ffffff;
}

.top-bar a:hover {
  color: #303030;
}

.site-header {
  background-color: #ffffff;
  /*background-image: url(/wp-content/themes/sonoramaibiza26/assets/img/bg-cartel-26_1.jpg);
    background-size: cover;
    background-position: center top;*/
  color: #3a3a3a;
  /*border-bottom: 1px solid #000;*/
  /*box-shadow: #fff 0px 4px 0px 0px, #000 0px 3px 0px 2px;*/
}

.site-header a {
  color: #3a3a3a;
}

.main-title a,
.main-title a:hover {
  color: #222222;
}

.site-description {
  color: #757575;
}

.main-navigation,
.main-navigation ul ul {
  /*background-color: #222222;*/
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
  color: #000;
  font-weight: 700;
  /*text-transform: lowercase;*/
  font-family: "Helvetica-Neue";
  background: #fff;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover>a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus>a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"])>a,
.main-navigation .menu-bar-item:hover>a,
.main-navigation .menu-bar-item.sfHover>a {
  color: #ffffff;
  background-color: #000000;
}

button.menu-toggle:hover,
button.menu-toggle:focus,
.main-navigation .mobile-bar-items a,
.main-navigation .mobile-bar-items a:hover,
.main-navigation .mobile-bar-items a:focus {
  color: #ffffff;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a {
  color: #ffffff;
  background-color: #000000;
}

.navigation-search input[type="search"],
.navigation-search input[type="search"]:active,
.navigation-search input[type="search"]:focus,
.main-navigation .main-nav ul li.search-item.active>a,
.main-navigation .menu-bar-items .search-item.active>a {
  color: #ffffff;
  /* background-color: #000000;*/
}

.main-navigation ul ul {
  /*background-color: #000000;*/
}

.main-navigation .main-nav ul ul li a {
  color: #ffffff;
}

.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover>a,
.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus>a,
.main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"])>a {
  color: #ffffff;
  background-color: #4f4f4f;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"]>a {
  color: #ffffff;
  background-color: #4f4f4f;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.one-container .container,
.separate-containers .paging-navigation,
.inside-page-header {
  /*background-color: #ffffff;*/
}

.entry-meta {
  color: #595959;
}

.entry-meta a {
  color: #595959;
}

.entry-meta a:hover {
  color: #1e73be;
}

.sidebar .widget {
  background-color: #ffffff;
}

.sidebar .widget .widget-title {
  color: #000000;
}

.footer-widgets {
  background-color: #ffffff;
}

.footer-widgets .widget-title {
  color: #000000;
}

.site-info {
  color: #ffffff;
  background-color: #000000;
}

.site-info a {
  color: #ffffff;
}

.site-info a:hover {
  color: #606060;
}

.footer-bar .widget_nav_menu .current-menu-item a {
  color: #606060;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  color: #666666;
  background-color: #fafafa;
  border-color: #cccccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  color: #666666;
  background-color: #ffffff;
  border-color: #000000;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.wp-block-button__link:not(.has-background) {
  color: #ffffff;
  background-color: #666666;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:focus,
a.wp-block-button__link:not(.has-background):active,
a.wp-block-button__link:not(.has-background):focus,
a.wp-block-button__link:not(.has-background):hover {
  color: #ffffff;
  background-color: #3f3f3f;
}

a.generate-back-to-top {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}

a.generate-back-to-top:hover,
a.generate-back-to-top:focus {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

@media (max-width:795px) {

  .main-navigation .menu-bar-item:hover>a,
  .main-navigation .menu-bar-item.sfHover>a {
    background: none;
    color: #ffffff;
  }
}

.inside-top-bar {
  padding: 10px;
}

.site-main .wp-block-group__inner-container {
  padding: 40px;
}

.entry-content .alignwide,
body:not(.no-sidebar) .entry-content .alignfull {
  margin-left: -40px;
  width: calc(100% + 80px);
  max-width: calc(100% + 80px);
}

.container.grid-container {
  /*max-width: 1280px;*/
  max-width: unset;
}

.rtl .menu-item-has-children .dropdown-menu-toggle {
  padding-left: 20px;
}

.rtl .main-navigation .main-nav ul li.menu-item-has-children>a {
  padding-right: 20px;
}

.site-info {
  padding: 20px;
}

@media (max-width:795px) {

  .separate-containers .inside-article,
  .separate-containers .comments-area,
  .separate-containers .page-header,
  .separate-containers .paging-navigation,
  .one-container .site-content,
  .inside-page-header {
    padding: 30px;
  }

  .site-main .wp-block-group__inner-container {
    padding: 30px;
  }

  .site-info {
    padding-right: 10px;
    padding-left: 10px;
  }

  .entry-content .alignwide,
  body:not(.no-sidebar) .entry-content .alignfull {
    margin-left: -30px;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
  }
}

.one-container .sidebar .widget {
  padding: 0px;
}

/* End cached CSS */
@media (max-width:795px) {

  .main-navigation .menu-toggle,
  .main-navigation .mobile-bar-items,
  .sidebar-nav-mobile:not(#sticky-placeholder) {
    display: block;
  }

  .main-navigation ul,
  .gen-sidebar-nav {
    display: none;
  }

  [class*="nav-float-"] .site-header .inside-header>* {
    float: none;
    clear: both;
  }
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  border: 0;
  margin: 0;
  padding: 0
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: separate;
  border-spacing: 0
}

caption,
td,
th {
  font-weight: 400;
  text-align: left;
  padding: 5px
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: ""
}

a {
  background-color: transparent
}

a img {
  border: 0
}

body,
button,
input,
select,
textarea {
  font-family: 'Montserrat', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 1.5
}

p {
  margin-bottom: 1em
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit
}

pre {
  background: rgba(0, 0, 0, .05);
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  margin-bottom: 1.5em;
  padding: 20px;
  overflow: auto;
  max-width: 100%
}

blockquote {
  border-left: 5px solid rgba(0, 0, 0, .05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative
}

blockquote p:last-child {
  margin: 0
}

table,
td,
th {
  border: 1px solid rgba(0, 0, 0, .1)
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%
}

td,
th {
  padding: 8px
}

th {
  border-width: 0 1px 1px 0
}

td {
  border-width: 0 1px 1px 0
}

hr {
  background-color: rgba(0, 0, 0, .1);
  border: 0;
  height: 1px;
  margin-bottom: 40px;
  margin-top: 40px
}

fieldset {
  padding: 0;
  border: 0;
  min-width: inherit
}

fieldset legend {
  padding: 0;
  margin-bottom: 1.5em
}

h1 {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: none
}

h2 {
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: none
}

h3 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: none
}

h4 {
  font-size: 30px
}

h5 {
  font-size: 28px
}

h4,
h5,
h6 {
  margin-bottom: 15px
}

ol,
ul {
  margin: 0 0 1.5em 3em
}

ul {
  list-style: disc
}

ol {
  list-style: decimal
}

li>ol,
li>ul {
  margin-bottom: 0;
  margin-left: 1.5em
}

dt {
  font-weight: 700
}

dd {
  margin: 0 1.5em 1.5em
}

b,
strong {
  font-weight: 700
}

cite,
dfn,
em,
i {
  font-style: italic
}

address {
  margin: 0 0 1.5em
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help
}

ins,
mark {
  text-decoration: none
}

sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  bottom: 1ex
}

sub {
  top: .5ex
}

small {
  font-size: 75%
}

big {
  font-size: 125%
}

figure {
  margin: 0
}

table {
  margin: 0 0 1.5em;
  width: 100%
}

th {
  font-weight: 700
}

img {
  height: auto;
  max-width: 100%
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid transparent;
  background: #55555e;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 10px 20px;
  color: #fff
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  background: #fafafa;
  color: #666;
  border: 2px solid #676767;
  border-radius: 0;
  padding: 5px 10px;
  box-sizing: border-box;
  max-width: 100%;
}

textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%
}

input[type=file] {
  max-width: 100%;
  box-sizing: border-box
}

a,
button,
input {
  transition: color .1s ease-in-out, background-color .1s ease-in-out
}

a {
  text-decoration: none
}

.button,
.wp-block-button .wp-block-button__link {
  padding: 10px 20px;
  display: inline-block
}

.wp-block-button .wp-block-button__link {
  font-size: inherit;
  line-height: inherit
}

.using-mouse :focus {
  outline: 0
}

.using-mouse ::-moz-focus-inner {
  border: 0
}

.alignleft {
  float: left;
  margin-right: 1.5em
}

.alignright {
  float: right;
  margin-left: 1.5em
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto
}

.no-sidebar .entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

#primary[tabindex="-1"]:focus {
  outline: 0
}

.clear:after,
.comment-content:after,
.entry-content:after,
.inside-footer-widgets:not(.grid-container):after,
.inside-header:not(.grid-container):after,
.inside-navigation:not(.grid-container):after,
.inside-top-bar:not(.grid-container):after,
.page-header-content-container:after,
.paging-navigation:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.site-info:after {
  content: "";
  display: table;
  clear: both
}

.main-navigation {
  z-index: 100;
  padding: 0;
  clear: both;
  display: block
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
  font-size: 20px;
  /*font-size: 24px;*/
  letter-spacing: -0.5px;
  font-family: 'Montserrat';
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.main-navigation .main-nav ul li a {
  padding: 0px 10px;
}

.inside-navigation {
  position: relative
}

.main-navigation li {
  float: left;
  position: relative;
  margin-left: 5px;
  margin-bottom: 5px;
}

.sf-menu>li.menu-item-float-right {
  float: right !important
}

.nav-float-right .inside-header .main-navigation {
  float: right;
  clear: right
}

.nav-float-left .inside-header .main-navigation {
  float: left;
  clear: left
}

.nav-aligned-center .main-navigation:not(.toggled) .menu>li,
.nav-aligned-right .main-navigation:not(.toggled) .menu>li {
  float: none;
  display: inline-block
}

.nav-aligned-center .main-navigation:not(.toggled) ul,
.nav-aligned-right .main-navigation:not(.toggled) ul {
  letter-spacing: -.31em;
  font-size: 1em
}

.nav-aligned-center .main-navigation:not(.toggled) ul li,
.nav-aligned-right .main-navigation:not(.toggled) ul li {
  letter-spacing: normal
}

.nav-aligned-center .main-navigation {
  text-align: center
}

.nav-aligned-right .main-navigation {
  text-align: right
}

.main-navigation li.search-item {
  float: right
}

.main-navigation .mobile-bar-items a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 60px
}

.main-navigation ul ul {
  display: block;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
  float: left;
  position: absolute;
  left: -99999px;
  opacity: 0;
  z-index: 99999;
  width: 200px;
  text-align: left;
  top: auto;
  transition: opacity 80ms linear;
  transition-delay: 0s;
  pointer-events: none;
  height: 0;
  overflow: hidden
}

.main-navigation ul ul a {
  display: block
}

.main-navigation ul ul li {
  width: 100%
}

.main-navigation .main-nav ul ul li a {
  line-height: normal;
  padding: 10px 20px;
  font-size: 14px
}

.main-navigation .main-nav ul li.menu-item-has-children>a {
  padding-right: 0;
  position: relative
}

.main-navigation.sub-menu-left ul ul {
  box-shadow: -1px 1px 0 rgba(0, 0, 0, .1)
}

.main-navigation.sub-menu-left .sub-menu {
  right: 0
}

.main-navigation:not(.toggled) ul li.sfHover>ul,
.main-navigation:not(.toggled) ul li:hover>ul {
  left: auto;
  opacity: 1;
  transition-delay: 150ms;
  pointer-events: auto;
  height: auto;
  overflow: visible
}

.main-navigation:not(.toggled) ul ul li.sfHover>ul,
.main-navigation:not(.toggled) ul ul li:hover>ul {
  left: 100%;
  top: 0
}

.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,
.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul {
  right: 100%;
  left: auto
}

.nav-float-right .main-navigation ul ul ul {
  top: 0
}

.menu-item-has-children .dropdown-menu-toggle {
  display: inline-block;
  height: 100%;
  clear: both;
  padding-right: 20px;
  padding-left: 10px
}

.menu-item-has-children ul .dropdown-menu-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px
}

.sidebar .menu-item-has-children .dropdown-menu-toggle,
nav ul ul .menu-item-has-children .dropdown-menu-toggle {
  float: right
}

.widget-area .main-navigation li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0
}

.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,
.sidebar .main-navigation.sub-menu-right ul li:hover ul {
  top: 0;
  left: 100%
}

.sidebar .main-navigation.sub-menu-left ul li.sfHover ul,
.sidebar .main-navigation.sub-menu-left ul li:hover ul {
  top: 0;
  right: 100%
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  margin: 0 0 2em;
  overflow: hidden
}

.site-main .post-navigation {
  margin-bottom: 0
}

.paging-navigation .nav-next,
.paging-navigation .nav-previous {
  display: none
}

.paging-navigation .nav-links>* {
  padding: 0 5px
}

.paging-navigation .nav-links .current {
  font-weight: 700
}

.nav-links> :first-child {
  padding-left: 0
}

.site-header {
  position: relative
}

.inside-header {
  padding: 5px 30px
}

.main-title {
  margin: 0;
  font-size: 25px;
  line-height: 1.2em;
  word-wrap: break-word;
  font-weight: 700;
  text-transform: none
}

.site-description {
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  font-size: 15px
}

.site-logo {
  display: inline-block;
  max-width: 100%;
  margin-right: auto;
}

.site-header .header-image {
  vertical-align: middle;
  width: 260px;
}

.header-widget {
  float: right;
  overflow: hidden;
  max-width: 50%
}

.header-widget .widget {
  padding: 0 0 20px;
  margin-bottom: 0
}

.header-widget .widget:last-child {
  padding-bottom: 0
}

.header-widget .widget-title {
  margin-bottom: 15px
}

.nav-float-right .header-widget {
  position: relative;
  top: -10px
}

.nav-float-right .header-widget .widget {
  padding: 0 0 10px
}

.nav-float-left .inside-header .site-branding,
.nav-float-left .inside-header .site-logo {
  float: right;
  clear: right
}

.nav-float-left .inside-header:after {
  clear: both;
  content: '';
  display: table
}

.nav-float-right .inside-header .site-branding {
  display: inline-block
}

.site-branding-container {
  display: inline-flex;
  align-items: center;
  text-align: left
}

.site-branding-container .site-logo {
  margin-right: 1.5em
}

.header-aligned-center .site-header {
  text-align: center
}

.header-aligned-right .site-header {
  text-align: right
}

.header-aligned-right .site-branding-container {
  text-align: right
}

.header-aligned-right .site-branding-container .site-logo {
  order: 10;
  margin-right: 0;
  margin-left: 1.5em
}

.sticky {
  display: block
}

.entry-header .gp-icon,
.posted-on .updated {
  display: none
}

.byline,
.entry-header .cat-links,
.entry-header .comments-link,
.entry-header .tags-links,
.group-blog .byline,
.single .byline {
  display: inline
}

footer.entry-meta .byline,
footer.entry-meta .posted-on {
  display: block
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
  margin-top: 2em
}

.page-links {
  clear: both;
  margin: 0 0 1.5em
}

.archive .format-aside .entry-header,
.archive .format-status .entry-header,
.archive .format-status .entry-meta,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.blog .format-status .entry-header,
.blog .format-status .entry-meta,
.blog .format-status .entry-title {
  display: none
}

.archive .format-aside .entry-content,
.archive .format-status .entry-content,
.blog .format-aside .entry-content,
.blog .format-status .entry-content {
  margin-top: 0
}

.archive .format-status .entry-content p:last-child,
.blog .format-status .entry-content p:last-child {
  margin-bottom: 0
}

.entry-header,
.site-content {
  /*word-wrap: break-word*/
}

.entry-title {
  margin-bottom: 0
}

.author .page-header .page-title {
  display: flex;
  align-items: center
}

.author .page-header .avatar {
  margin-right: 20px
}

.page-header .author-info> :last-child,
.page-header> :last-child {
  margin-bottom: 0
}

.entry-meta {
  font-size: 85%;
  margin-top: .5em;
  line-height: 1.5
}

footer.entry-meta {
  margin-top: 2em
}

.cat-links,
.comments-link,
.tags-links {
  display: block
}

.entry-content>p:last-child,
.entry-summary>p:last-child,
.page-content>p:last-child,
.read-more-container,
.taxonomy-description p:last-child {
  margin-bottom: 0
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  position: relative
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto 0;
  max-width: 100%
}

.wp-caption .wp-caption-text {
  font-size: 75%;
  padding-top: 5px;
  opacity: .8
}

.wp-caption img {
  position: relative;
  vertical-align: bottom
}

.wp-block-image figcaption {
  font-size: 13px;
  text-align: center
}

.wp-block-gallery,
ul.blocks-gallery-grid {
  margin-left: 0
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: rgba(255, 255, 255, .7);
  color: #000;
  padding: 10px;
  box-sizing: border-box
}

.gallery {
  margin-bottom: 1.5em
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%
}

.gallery-columns-2 .gallery-item {
  max-width: 50%
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
  max-width: 25%
}

.gallery-columns-5 .gallery-item {
  max-width: 20%
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%
}

.gallery-caption {
  display: block
}

.site-main .gallery {
  margin-bottom: 1.5em
}

.gallery-item img {
  vertical-align: bottom
}

.gallery-icon {
  padding: 5px
}

embed,
iframe,
object {
  max-width: 100%
}

.wp-block-post-template {
  margin-left: 0
}

.comment-content a {
  word-wrap: break-word
}

.bypostauthor {
  display: block
}

.comment,
.comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.comment-author-info {
  display: inline-block;
  vertical-align: middle
}

.comment-meta .avatar {
  float: left;
  margin-right: 10px;
  border-radius: 50%
}

.comment-author cite {
  font-style: normal;
  font-weight: 700
}

.entry-meta.comment-metadata {
  margin-top: 0
}

.comment-content {
  margin-top: 1.5em
}

.comment-respond {
  margin-top: 0
}

.comment-form>.form-submit {
  margin-bottom: 0
}

.comment-form input,
.comment-form-comment {
  margin-bottom: 10px
}

.comment-form-comment textarea {
  resize: vertical
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
  display: block
}

.comment-metadata .edit-link:before {
  display: none
}

.comment-body {
  padding: 30px 0
}

.comment-content {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, .05)
}

.depth-1.parent>.children {
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.comment .children {
  padding-left: 30px;
  margin-top: -30px;
  border-left: 1px solid rgba(0, 0, 0, .05)
}

.pingback .comment-body,
.trackback .comment-body {
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.pingback .edit-link {
  font-size: 13px
}

.comment-content p:last-child {
  margin-bottom: 0
}

.comment-list>.comment:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0
}

ol.comment-list {
  margin-bottom: 1.5em
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center
}

.comment-form-cookies-consent input {
  margin-right: .5em;
  margin-bottom: 0
}

.one-container .comments-area {
  margin-top: 1.5em
}

.comment-content .reply {
  font-size: 85%
}

#cancel-comment-reply-link {
  padding-left: 10px
}

.widget-area .widget {
  padding: 40px
}

.widget select {
  max-width: 100%
}

.footer-widgets .widget :last-child,
.sidebar .widget :last-child {
  margin-bottom: 0
}

.widget-title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none
}

.widget ol,
.widget ul {
  margin: 0
}

.widget .search-field {
  width: 100%
}

.widget_search .search-submit {
  display: none
}

.widget {
  margin: 0 0 30px;
  box-sizing: border-box
}

.separate-containers .widget:last-child,
.widget:last-child {
  margin-bottom: 0
}

.footer-widgets .widget,
.sidebar .widget {
  font-size: 17px
}

.widget ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 5px
}

.widget_categories .children {
  margin-left: 1.5em;
  padding-top: 5px
}

.widget_categories .children li:last-child {
  padding-bottom: 0
}

.widget_nav_menu ul ul,
.widget_pages ul ul {
  margin-left: 1em;
  margin-top: 5px
}

.widget ul li.menu-item-has-children,
.widget ul li.page_item_has_children {
  padding-bottom: 0
}

#wp-calendar {
  table-layout: fixed;
  font-size: 80%
}

#wp-calendar #prev,
#wp-calendar #prev+.pad {
  border-right: 0
}

.sidebar .grid-container {
  max-width: 100%;
  width: 100%
}

.post {
  margin: 0 0 2em
}

.page-header {
  margin-bottom: 30px
}

.one-container.both-left .inside-left-sidebar,
.one-container.both-right .inside-left-sidebar {
  margin-right: 20px
}

.one-container.both-left .inside-right-sidebar,
.one-container.both-right .inside-right-sidebar {
  margin-left: 20px
}

.one-container:not(.page) .inside-article {
  padding: 0 0 30px 0
}

.one-container.both-right .site-main,
.one-container.right-sidebar .site-main {
  margin-right: 40px
}

.one-container.both-left .site-main,
.one-container.left-sidebar .site-main {
  margin-left: 40px
}

.one-container.both-sidebars .site-main {
  margin: 0 40px 0 40px
}

.one-container .site-content {
  padding: 40px
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
  padding: 40px
}

.home.separate-containers .inside-article,
.page-id-4676.separate-containers .inside-article {
  padding: 0;
}

.separate-containers .page-header,
.separate-containers .site-main>*,
.separate-containers .widget {
  margin-bottom: 20px
}

.separate-containers.no-sidebar .site-main {
  margin-left: 0;
  margin-right: 0
}

.separate-containers.both-right .site-main,
.separate-containers.right-sidebar .site-main {
  margin-left: 0
}

.separate-containers.both-left .site-main,
.separate-containers.left-sidebar .site-main {
  margin-right: 0
}

.separate-containers.both-left .inside-left-sidebar,
.separate-containers.both-right .inside-left-sidebar {
  margin-right: 10px
}

.separate-containers.both-left .inside-right-sidebar,
.separate-containers.both-right .inside-right-sidebar {
  margin-left: 10px
}

.separate-containers .inside-left-sidebar,
.separate-containers .inside-right-sidebar {
  margin-top: 20px;
  margin-bottom: 20px
}

.inside-page-header {
  padding: 40px
}

.widget-area .main-navigation {
  margin-bottom: 20px
}

.one-container .site-main> :last-child,
.separate-containers .site-main> :last-child {
  margin-bottom: 0
}

.full-width-content .container.grid-container {
  max-width: calc(100% - 60px)
}

.full-width-content.no-sidebar.separate-containers .site-main {
  margin: 0
}

.full-width-content.one-container .site-content,
.full-width-content.separate-containers .inside-article {
  padding: 0
}

.full-width-content .entry-content .alignwide {
  margin-left: 0;
  width: auto;
  max-width: unset
}

.contained-content.one-container .site-content,
.contained-content.separate-containers .inside-article {
  padding: 0
}

.site-info {
  text-align: center;
  font-size: 15px
}

.site-info {
  padding: 20px 40px
}

.footer-widgets {
  padding: 40px
}

.site-footer .footer-widgets-container .inner-padding {
  padding: 0 0 0 40px
}

.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: -40px
}

.footer-bar-active .footer-bar .widget {
  padding: 0
}

.footer-bar .widget_nav_menu>div>ul {
  display: inline-block;
  vertical-align: top
}

.footer-bar .widget_nav_menu li {
  margin: 0 10px;
  float: left;
  padding: 0
}

.footer-bar .widget_nav_menu li:first-child {
  margin-left: 0
}

.footer-bar .widget_nav_menu li:last-child {
  margin-right: 0
}

.footer-bar .widget_nav_menu li ul {
  display: none
}

.footer-bar .textwidget p:last-child {
  margin: 0
}

.footer-bar .widget-title {
  display: none
}

.footer-bar-align-right .copyright-bar {
  float: left
}

.footer-bar-align-right .footer-bar {
  float: right;
  text-align: right
}

.footer-bar-align-left .copyright-bar {
  float: right;
  text-align: right
}

.footer-bar-align-left .footer-bar {
  float: left;
  text-align: left
}

.footer-bar-align-center .copyright-bar {
  float: none;
  text-align: center
}

.footer-bar-align-center .footer-bar {
  float: none;
  text-align: center;
  margin-bottom: 10px
}

.post-image:not(:first-child) {
  margin-top: 2em
}

.page-header-image,
.page-header-image-single {
  line-height: 0
}

.one-container .inside-article>[class*=page-header-],
.separate-containers .inside-article>[class*=page-header-] {
  margin-bottom: 2em;
  margin-top: 0
}

.inside-article .page-header-image-single.page-header-below-title {
  margin-top: 2em
}

.separate-containers .page-header-contained,
.separate-containers .page-header-content,
.separate-containers .page-header-content-single,
.separate-containers .page-header-image,
.separate-containers .page-header-image-single {
  margin-top: 20px
}

.top-bar {
  font-weight: 400;
  text-transform: none;
  font-size: 13px
}

.top-bar .inside-top-bar .widget {
  padding: 0;
  display: inline-block;
  margin: 0
}

.top-bar .inside-top-bar .textwidget p:last-child {
  margin: 0
}

.top-bar .widget-title {
  display: none
}

.top-bar .widget_nav_menu li {
  margin: 0 10px;
  float: left;
  padding: 0
}

.top-bar .widget_nav_menu li:first-child {
  margin-left: 0
}

.top-bar .widget_nav_menu li:last-child {
  margin-right: 0
}

.top-bar .widget_nav_menu li ul {
  display: none
}

.top-bar .widget_nav_menu>div>ul {
  display: inline-block;
  vertical-align: top
}

.inside-top-bar {
  padding: 10px 40px
}

.top-bar-align-center {
  text-align: center
}

.top-bar-align-center .inside-top-bar .widget:not(:first-child) {
  margin-left: 10px
}

.top-bar-align-center .inside-top-bar .widget:first-child:last-child {
  display: block
}

.top-bar-align-right {
  text-align: right
}

.top-bar-align-right .inside-top-bar>.widget:nth-child(even) {
  float: left;
  margin-right: 10px
}

.top-bar-align-right .inside-top-bar>.widget:nth-child(odd) {
  margin-left: 10px
}

.top-bar-align-left .inside-top-bar>.widget:nth-child(odd) {
  float: left;
  margin-right: 10px
}

.top-bar-align-left .inside-top-bar>.widget:nth-child(even) {
  margin-left: 10px;
  float: right
}

.gp-icon {
  display: inline-flex;
  align-self: center
}

.gp-icon svg {
  height: 1em;
  width: 1em;
  top: .125em;
  position: relative;
  fill: currentColor
}

.close-search .icon-search svg:nth-child(1),
.icon-menu-bars svg:nth-child(2),
.icon-search svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(1) {
  display: none
}

.close-search .icon-search svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(2) {
  display: block
}

.entry-meta .gp-icon {
  margin-right: .6em;
  opacity: .7
}

nav.toggled .icon-arrow-left svg {
  transform: rotate(-90deg)
}

nav.toggled .icon-arrow-right svg {
  transform: rotate(90deg)
}

nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg {
  transform: rotate(180deg)
}

nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-left svg {
  transform: rotate(-270deg)
}

nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-right svg {
  transform: rotate(270deg)
}

.container.grid-container {
  width: 100%;
  position: relative;
  margin-top: -1vw;
}

.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  display: none
}

.infinity-end.neverending .site-footer {
  display: block
}

.so-panel.widget {
  padding: 0
}

#mc_embed_signup .clear {
  display: block;
  height: auto;
  visibility: visible;
  width: auto
}

h1 {
  font-family: 'Montserrat' !important;
  font-size: 42px !important;
  margin: 0 0 20px 0 !important;
  text-align: center;
}

h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Bebas Neue';*/
  font-family: 'Montserrat';
}

a.boton1 {
  display: inline-block;
  background: #fff;
  /* border: 2px solid #000; */
  padding: 12px 15px 15px 15px;
  text-align: center;
  color: #000;
  font-size: 30px;
  line-height: 0.8;
  margin-bottom: 10px;
  font-family: "Helvetica-Neue";
  text-transform: lowercase;
  position: relative;
  letter-spacing: -1px;
  font-weight: 600;
  /* border-radius: 15px; */
}

/*a.boton1:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 10px;
    border: 2px solid #000;
    z-index: -1;
}*/
a.btn_azul {
  background: #24a9c6;
  color: #fff;
}

a.btn_amarillo {
  background: #f7a200;
  color: #fff;
}

a.btn_rojo {
  background: #e5353a;
  color: #fff;
}

a.btn_verde,
a.boton_descarga.btn_verde {
  background: #386533;
  color: #fff;
}

a.btn_rosa {
  background: #f36a88;
  color: #fff;
}

a.boton1 .fuente1 {
  /* font-family: "Bebas Neue", Sans-serif; */
  /* font-size: 42px; */
  margin-right: 10px;
  font-weight: 800;
}

/*a.boton1:hover {
  background: #f36a88;
  color: #000;
}*/
a.boton1:hover {
  background: #272e2b;
  color: #fff;
}

/*a.boton1.btn_rosa:hover {
  background: #61c0ee;
  color: #000;
}*/

.texto_home p {
  line-height: 1.1;
  font-size: 22px;
  font-family: "Helvetica-Neue";
  letter-spacing: -0.04em;
}

.texto_home p strong {
  font-weight: 900;
}

.texto_home p:last-child {
  margin-bottom: 0;
}

#contenido_home .elementor-widget-wrap {
  align-content: center;
}

p.botones_autorizaciones {
  display: flex;
  grid-gap: 20px;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

a.boton_descarga {
  display: inline-block;
  padding: 10px 15px;
  /*background: #f36a88;*/
  background: #43aac8;
  color: #fff;
  /* border: 2px solid #000; 
	box-shadow: #fff -6px 6px 0px -2px, #000 -6px 6px;
    box-shadow: #1d1d1c -6px 6px 0px -2px; */
  font-weight: 800;
  /*border-radius: 16px;*/
}

a.boton_descarga:hover {
  background: #272e2b;
}

.logos_footer {
  display: flex;
  /*max-width: 1480px;*/
  max-width: unset;
  margin: auto;
  align-items: flex-start;
  justify-content: center;
  grid-gap: 15px;
  flex-wrap: wrap;
}

body footer .grid-container {
  max-width: unset;
}

.logos_footer>div {
  padding: 0;
}

.logos_fila1 {
  width: 100%;
  grid-gap: 10px;
}

/*.logos_fila2 {
	    max-width: 1040px;
    width: 100%;
}
.logos_fila2b {
    max-width: 550px; 
	width: 100%;
}
.logos_fila2c {
    max-width: 370px;
	width: 100%;
}
.logos_fila2d {
    max-width: 110px;
	width: 100%;
}
.logos_fila2e {
    max-width: 150px;
	width: 100%;
}
.logos_fila2f {
    max-width: 150px;
	width: 100%;
}*/
.logos_footer a {
  display: inline-block;
}

.cont_logos_fila2c,
.cont_logos_fila2d {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.cont_logos_fila2f {
  padding-top: 13px;
}

.logos_fila3b {
  width: 70px;
  margin-left: 40px;
  margin-top: 15px;
}

.logos_fila3 {
  /*width: 100%;
  width: calc(100% - 1446px);
	   /* width: calc(100% - 790px);*/
}

.logos_fila2,
.logos_fila3,
.logos_fila2b {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logos_fila1,
.cont_logos_fila2,
.cont_logos_fila3,
.cont_logos_fila2b {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.titulo_logos p {
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.logos_footer img {
  margin: 10px;
  display: inline-block;
}

/*.logos_footer .logos_fila2c img {
    margin: 5px;
}*/
.logos_footer .cont_logos_fila2b img {
  margin: 5px 15px;
  display: inline-block;
}

.logos_fila2b .titulo_logos p,
.logos_fila2c .titulo_logos p {
  margin-bottom: 10px;
}

.logos_instituciones p {
  margin: 5px 10px -12px;
  /*font-size: 14.5px;*/
}

.logos_footer img[src*="sonorama-producciones"] {
  width: 120px;
}

.logos_footer img[src*="planetasonoro"] {
  width: 95px;
}

.logos_footer img[src*="concept-hotel-group"] {
  width: 120px;
}

.logos_footer img[src*="venice-bay"] {
  width: 90px;
}

.logos_footer img[src*="jnsp"] {
  width: 90px;
}

.logos_footer img[src*="europa-fm"],
.logos_footer img[src*="europafm"] {
  width: 120px;
}

.logos_footer img[src*="auditori-calo"] {
  width: 80px;
}

.logos_footer img[src*="ajuntament-sant"] {
  width: 200px;
}

.logos_footer img[src*="josep-es-musica"] {
  width: 100px;
}

.logos_footer img[src*="ibiza.svg"] {
  width: 70px;
}

.logos_footer img[src*="consell-deivissa.svg"] {
  width: 200px;
}

.logos_footer img[src*="ribera-del-duero.png"] {
  width: 35px;
}

/*span.ng-binding.ng-scope {
    font-size: 35px;
    font-family: "Montserrat";
    text-transform: lowercase !important;
    font-weight: 400;
    margin: 0;
}
h2.ng-scope {
    margin: 10px 0;
}*/
.fila_glamping .elementor-column {
  padding: 20px;
  background: #fff;
  margin: 15px;
  border: 2px solid;
  max-width: 530px;
}

.fila_glamping a.boton1 {
  font-size: 20px;
  padding: 7px 20px;
}

.fila_glamping a.boton1 span {
  font-size: 30px;
}

.fila_glamping h3 {
  font-family: "Montserrat";
}

.fila_glamping .elementor-widget-image img,
.fila_glamping .elementor-swiper {
  margin: -30px -30px 0 -30px;
  width: calc(100% + 60px);
  max-width: unset;
  border-bottom: 2px solid #000;
}

.fila_glamping.una_col .elementor-column {
  margin: 15px auto;
}

h1.elementor-heading-title {
  font-family: "Montserrat" !important;
  font-size: 32px !important;
  margin-bottom: 20px;
}

.frame_glamping {
  width: 100%;
  height: 50vh;
  background: #fff;
  border: 2px solid #000;
}

/*.panel-grid.panel-has-style>.panel-row-style, .panel-grid.panel-no-style {
    align-items: center !important;
}*/
.panel-grid.panel-has-style>.panel-row-style[data-stretch-type*="full-stretched"],
.panel-grid.panel-no-style[data-stretch-type*="full-stretched"],
.full-width-content .container.grid-container {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.imagen_cartel {
  text-align: center;
}

.site-footer a:hover {
  color: #f7a200;
}

.copyright-bar {
  display: flex;
  justify-content: space-around;
}

.menu_footer {
  position: relative;
  background: #1e1e1e;
  padding: 10px;
  margin: 15px -20px 15px -10px;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
  float: left;
  width: calc(100% + 10px);
}

/*.menu_footer:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
    background: url(../img/bg-menuft.svg) repeat;
    background-size: 200px;
}*/
.menu_legal ul,
.menu_legal li,
#social-menu-ft li,
.menu_footer li,
.menu_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu_legal li,
#social-menu-ft li,
.menu_footer li {
  display: inline;
}

.menu_legal a,
.menu_footer a {
  margin: 0 10px;
}

#social-menu-ft li,
.menu_footer li {
  margin: 0 6px;
}

.menu_footer a {
  font-size: 18px !important;
  font-weight: bold;
}

.site-footer * {
  font-size: 12px;
}

#social-menu a span,
#social-menu-ft a span {
  display: none;
}

#social-menu a:before,
#social-menu-ft a:before {
  font-family: 'Font Awesome 6 Brands';
  font-size: 26px !important;
  padding: 4px;
  color: #fff;
  transition: all .1s ease-out;
  -webkit-transition: all .1s ease-out;
  -o-transition-: all .1s ease-out;
  -moz-transition-: all .1s ease-out;
}

#social-menu a:hover:before,
#social-menu-ft a:hover:before {
  color: #f7a200;
}

#social-menu a[href*="facebook.com"]:before,
#social-menu-ft a[href*="facebook.com"]:before {
  content: "\f09a";
}

#social-menu a[href*="spotify"]:before,
#social-menu-ft a[href*="spotify"]:before {
  content: "\f1bc";
}

#social-menu a[href*="twitter"]:before,
#social-menu-ft a[href*="twitter"]:before {
  content: "\e61b";
}

#social-menu a[href*="youtube.com"]:before,
#social-menu-ft a[href*="youtube.com"]:before {
  content: "\f167";
}

#social-menu a[href*="instagram.com"]:before,
#social-menu-ft a[href*="instagram.com"]:before {
  content: "\f16d";
}

.cont_premios_ft {
  width: 100%;
  background: #000;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-top: 5px;
}

.bg_topfooter {
  /*display: none;*/
  position: absolute;
  top: -135px;
  left: 0;
  background-color: #e6e6e6;
  width: 100%;
  height: 135px;
  background-image: url(../img/mosaico-bottom.svg);
  background-repeat: repeat-x;
  background-size: 3220px;
  /*    background-image: -webkit-linear-gradient(270deg,rgba(98,177,146,0) 28.50%,rgba(0,0,0,1.00) 29.53%);
    background-image: -moz-linear-gradient(270deg,rgba(98,177,146,0) 28.50%,rgba(0,0,0,1.00) 29.53%);
    background-image: -o-linear-gradient(270deg,rgba(98,177,146,0) 28.50%,rgba(0,0,0,1.00) 29.53%);
    background-image: linear-gradient(180deg,rgba(98,177,146,0) 28.50%,rgba(0,0,0,1.00) 29.53%);*/
}

.bg_topfooter:after {
  content: "";
  width: 135px;
  height: 135px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #e6e6e6;
  background-image: url(../img/mosaico-esquina.svg);
}

.bg_topfooter img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center;
}

.premio_footer,
.cont_cont_premio_footer {
  width: fit-content;
  max-width: 840px;
  margin: auto;
  display: flex;
  align-items: center;
}

.cont_cont_premio_footer {
  max-width: 900px;
}

.imagen_premio_ft {
  width: 100px;
  padding: 10px 20px;
}

.txt_premio_ft {
  padding-right: 30px;
}

.txt_premio_ft p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.txt_premio_ft p.titulo_premio_ft {
  /*font-family: "Bebas Neue", sans-serif;*/
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.cont_cont_premio_footer a.wpv-filter-previous-link img,
.cont_cont_premio_footer a.wpv-filter-next-link img {
  width: 11px;
}

.cont_cont_premio_footer a.wpv-filter-previous-link,
.cont_cont_premio_footer a.wpv-filter-next-link {
  opacity: 0.3;
}

.cont_cont_premio_footer a.wpv-filter-previous-link:hover,
.cont_cont_premio_footer a.wpv-filter-next-link:hover {
  opacity: 1;
}

.entry-content ol {
  margin: 0 30px 10px 30px;
}

.formulario_m {
  position: relative;
  background: #f8a300;
  padding: 30px 40px;
  /*box-shadow: #fff -8px 8px 0px -2px, #000 -8px 8px;*/
  box-shadow: #1d1d1c -8px 8px 0px 0px;
  /*border: 2px solid #000; */
  max-width: 600px;
  margin: auto;
  border-radius: 0 25px;
}

.formulario_m.propuestas_musicales {
  background: #f0ebf8;

}

.formulario_m.propuestas_musicales.prensa {
  background: #fdf1de;
}

.formulario_m.propuestas_musicales iframe {
  width: 100%;
  /*height: auto;
    min-height: 1500px;*/
}

.formulario_m input,
.formulario_m textarea {
  width: 100%;
  max-height: 130px;
}

.formulario_m input[type="checkbox"] {
  width: unset;
}

.fija_texto {
  position: sticky;
}

.formulario_m p {
  margin: 0;
}

.formulario_m .wpcf7-spinner {
  position: absolute;
  bottom: 60px;
  right: 40px;
}

.fila_form {
  display: grid;
  grid-gap: 10px;
  align-items: end;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 14px;
}

.fila_form.fila_email {
  grid-template-columns: 38% 38% calc(24% - 20px);
}

.fila_form.fila_puesto {
  grid-template-columns: 65% calc(35% - 10px);
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
}

.formulario_m .codedropz-upload-handler {
  border: 2px dashed #ffffff;
  margin-top: 5px;
  background: #ffc244;
}

.formulario_m .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  color: #e5343a;
  font-weight: 700
}

.formulario_m input[type=submit] {
  display: inline-block;
  background: #d2ecf3;
  color: #fff;
  /* border: 2px solid #000; */
  padding: 12px 15px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  font-family: "Montserrat";
  position: relative;
  /* box-shadow: #fff -8px 8px 0px -2px, #000 -8px 8px; */
  box-shadow: #1d1d1c -8px 8px 0px 0px;
  letter-spacing: -1px;
  font-weight: 600;
  border-radius: 0 25px;
}

.codedropz-upload-wrapper {
  max-width: 600px;
}

.formulario_m input[type=submit]:hover {
  background: #272e2b;
}

.wpcf7 form .wpcf7-response-output {
  background: #fff;
}

.dnd-upload-status .dnd-upload-image {
  background: #fff;
}

.menu-toggle:before {
  width: 30px;
  font-size: 30px;
  line-height: 30px;
}

button.menu-toggle {
  height: 40px;
  margin-top: 5px;
}

.imagen_cartel img {
  max-width: 800px !important;
  width: auto;
}

#cargando {
  position: fixed;
  width: 100vw;
  background: rgba(0, 0, 0, 1) no-repeat 50% 40px;
  opacity: 1;
  height: 100vh;
  top: 0;
  z-index: 999999999;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#cargando.ampliado {}

#cargando.reducido {
  opacity: 0;
  height: 0;
}

/*#cargando{
	opacity: 1;
}
#cargando2{
    height: 0;
}*/
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes latidos {
  from {
    transform: none;
  }

  30% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1.1);
  }

  80% {
    transform: scale(1.2);
  }

  to {
    transform: none;
  }
}

#sonocarga-b {
  background: url("../img/aladelta2.svg?v=2") no-repeat;
  background-size: contain;
  width: 0;
  height: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1000;
  animation: movimiento-flotante 6s ease-in-out infinite;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#sonocarga2 {
  /*background: url("../img/sonocarga2b.svg") no-repeat;*/
  background: url("../img/sonocarga2_2025.svg") no-repeat;
  background-size: contain;
  position: fixed;
  /*display: none;*/
  z-index: 1000;
  /*animation: rotation 105s infinite linear;*/
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#sonocarga-b {
  width: 12vw;
  height: 10vw;
  left: calc(50% - 6vw);
  top: calc(50% - 5vw);
  z-index: 9999999999;
}

#sonocarga-b.reducido,
#sonocarga2.reducido {
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 0;
}

#sonocarga2 {
  width: 310px;
  height: 111px;
  left: calc(50% - 155px);
  top: calc(50% - 55px);
  z-index: 9999999999;
}

.contenidos_cartel {
  padding: 90px 110px 100px;
  position: relative;
  z-index: 3;
}

.contenidos_cartel p {
  text-align: center;
}

.contenidos_cartel p.logosono img {
  max-width: 320px;
  width: 100%;
}

.contenidos_cartel p span {
  font-family: "Montserrat";
  font-size: 20px;
  display: inline-block;
  padding: 0 0px 0 0;
}

.contenidos_cartel p span:after {
  content: "·";
  margin-left: 5px;
  font-size: 40px;
  line-height: 14px;
  display: block;
  float: right;
  margin-top: 4px;
}

.contenidos_cartel p span:last-child {
  display: block;
}

.contenidos_cartel p span:last-child:after {
  content: none;
}

/*.sol {
    width: 110px;
    height: 110px;
    position: absolute;
    background: url(../img/sol2.svg) no-repeat top left;
    background-size: contain;
    top: 0;
    z-index: 1;
    right: -1px;
}*/
.cartel:after {
  content: "";
  width: 40vw;
  height: 32vw;
  position: absolute;
  background: url(../img/forma-26.svg) no-repeat top left;
  background-size: contain;
  bottom: -45px;
  z-index: 1;
  right: 0;
  max-width: 390px;
  max-height: 310px;
}

.cartel:before {
  content: "";
  width: 40vw;
  height: 32vw;
  position: absolute;
  background: url("../img/forma-26.svg") no-repeat top right;
  background-size: contain;
  top: 0;
  z-index: 2;
  left: 0;
  max-width: 475px;
  max-height: 380px;
}

.contenedor_top1 {
  position: absolute;
  right: -45px;
  width: 29vw;
  top: 10px;
}

.contenedor_top1 p {
  margin-bottom: 15px !important;

  text-align: right !important;
  display: flex;
  align-items: center;
  justify-content: end;
}

.contenedor_top1 p>span {
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
}

.contenedor_top1 p.texto_top>span {
  padding: 10px 15px;
}

.cartel .texto_top {
  font-size: 34px;
  line-height: 0.8;
}

span.textpeq {
  font-size: 12px;
  letter-spacing: -0.03em;
  margin-top: 5px;
  display: block;
}

/* .cartel .texto_top strong{
	font-size: 22px;
	font-family: 'Montserrat';display: inline-block;
    margin: 0 4px 0 10px;
} */
.cartel .texto_top2 {
  font-size: 16px;
}

.home .texto_home {
  padding-top: 0px;
}

.texto_home {
  padding-top: 0px;
}

.salto_mv_antes>.panel-grid-cell {
  position: sticky;
  align-self: flex-start !important;
  top: 20px;
}

.recurso-i,
.recurso-d {
  position: absolute;
  width: 120px;
  left: 10px;
  z-index: -1;
  top: -170px;
  display: none;
}

.recurso-d {
  left: unset;
  right: 10px;
}

.forma1,
.forma2,
.forma3,
.forma4 {
  position: absolute;
  width: 34px;
  left: 30px;
  z-index: -1;
  top: -90px;
}

.forma2 {
  left: 180px;
  top: -60px;
}

.forma3 {
  left: unset;
  right: 30px;
}

.forma4 {
  left: unset;
  right: 180px;
  top: -60px;
}

@keyframes movimiento-horizontal {
  0% {
    transform: translateX(0) translateZ(0)
  }

  100% {
    transform: translateX(-100%) translateZ(0)
  }
}

.cont_top_fechas {
  overflow: hidden;
  /*height: 28px;*/
  display: block;
  width: 100%;
  float: left;
  position: absolute;
  top: 115px;
  z-index: 3;
  transform: rotate(-0.6deg) translateY(-0.4vw);
}

.top_fechas {
  width: 100%;
  background: #e3d83f;
  color: #000;
  /* border-top: 2px solid #000; */
  /* border-bottom: 2px solid #000; */
  overflow: hidden;
  display: flex;
}

.contenido_top_fechas {
  animation: movimiento-horizontal 700s linear infinite;
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}

@keyframes movimiento-flotante {
  0% {
    transform: translateY(0) translateZ(0)
  }

  50% {
    transform: translateY(-10px) translateZ(0)
  }

  100% {
    transform: translateY(0) translateZ(0)
  }
}

.forma1 {
  animation: movimiento-flotante 4s ease-in-out infinite;
}

.forma2 {
  animation: movimiento-flotante 5s ease-in-out infinite;
}

.forma3 {
  animation: movimiento-flotante 3s ease-in-out infinite;
}

.forma4 {
  animation: movimiento-flotante 6s ease-in-out infinite;
}

.top_fechas p {
  margin: 0;
  font-weight: 800;
  margin-right: 15px;
  display: flex;
  font-family: "Helvetica-Neue";
  letter-spacing: -0.03em;
  font-size: 20px;
}

.top_fechas p a {
  margin-left: 10px;
  color: #24a9c6;
}

.top_fechas p a:hover {
  color: #59c4db;
}

.top_fechas p:after {
  /*content: url(../img/forma1.svg);*/
  margin-left: 15px;
  display: inline-block;
  /*width: 22px;*/
  height: 16px;
  margin-top: 2px;

  width: auto;
  content: "*";
  font-size: 30px;
  line-height: 35px;
}

/*.top_fechas p:nth-child(5n+1):after {
    content: url(../img/forma1_25.svg);
}
.top_fechas p:nth-child(5n+2):after {
    content: url(../img/forma2_25.svg);
}
.top_fechas p:nth-child(5n+3):after {
    content: url(../img/forma3_25.svg);width: 30px;
}
.top_fechas p:nth-child(5n+4):after {
    content: url(../img/forma4_25.svg);  width: 23px;  
}
.top_fechas p:nth-child(5n+5):after {
    content: url(../img/forma5_25.svg);   width: 28px; 
}*/
div#content {
  margin-top: 25px;
}

/**************flickity***************/

.carousel-cell {
  width: 100%;
  height: 110px;
  margin-right: 10px;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
}

/***************flickity**********/

a.boton1 img.logobono {
  width: 40px;
  margin: -10px 10px;
  display: inline-block;
  transition: all .1s ease-in-out;
}

a.boton1:hover img.logobono {
  filter: brightness(10);
}

.widget.so-panel ol,
.widget.so-panel ul {
  margin: 0 0 20px 1.5em;
}

.widget.so-panel ul li {
  list-style-type: circle;
}

.logo_bono {
  display: block;
  float: right;
  margin: 20px 20px 20px 50px;
  max-width: 200px;
}

.listado_iconos ul {
  margin-left: 10px !important;
}

.listado_iconos ul li {
  list-style-type: none !important;
  display: flex;
}

.listado_iconos ul li i.fas {
  margin-right: 8px;
  margin-top: 5px;
  font-size: 14px;
}

.listado_iconos ul li:nth-child(5n+1) i.fas {
  color: #000;
}

.listado_iconos ul li:nth-child(5n+2) i.fas {
  color: #f36a88;
}

.listado_iconos ul li:nth-child(5n+3) i.fas {
  color: #6cb493;
}

.listado_iconos ul li:nth-child(5n+4) i.fas {
  color: #f2d636;
}

.listado_iconos ul li:nth-child(5n+5) i.fas {
  color: #dc3235;
}

.logo_musicforall {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_musicforall img {
  max-width: 420px !important;
}

.fila_blanca_anchocompleto {
  background: #fff;
  padding: 40px !important;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.fila_blanca_anchocompleto.fila_amarilla {
  background: #fffdf2;
}

.fila_blanca_anchocompleto.fila_azul {
  background: #f6fbff;
}

.fila_blanca_anchocompleto.fila_verde {
  background: #f9fffc;
}

.fila_blanca_anchocompleto.fila_roja {
  background: #fffafd;
}

.page-id-556 .fila_blanca_anchocompleto img {
  mix-blend-mode: darken;
}

.fila_accesibilidad1>.panel-grid-cell {
  display: grid;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  grid-gap: 40px;
}

.fila_accesibilidad1>.panel-grid-cell .widget_media_image img {
  object-fit: cover;
  object-position: center;
  height: 100% !important;
  width: 100% !important;
}

a.boton_acccesibilidad.ocultado {
  opacity: 0;
}

a.boton_acccesibilidad.mostrado {
  opacity: 1;
}

a.boton_acccesibilidad {
  position: fixed;
  bottom: 12px;
  left: 65px;
  display: flex;
  background: #113d69;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2147483647;
}

a.boton_acccesibilidad:before {
  content: "";
  background: url(../img/ico-info.svg) no-repeat center;
  background-size: calc(100% - 6px);
  width: 40px;
  height: 40px;
  padding: 3px;
  display: block;
  float: left;
}

a.boton_acccesibilidad span {
  opacity: 0;
  transform: translateX(-20px);
  overflow: hidden;
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  transition: all .3s ease-in-out;
  width: 0;
  /*display: none;*/
}

a.boton_acccesibilidad:hover span {
  /*display: block;*/
  width: auto;
  opacity: 1;
  transform: translateX(0);
  padding: 0 15px 0 10px;
}

#cmplz-document {
  margin: 0 auto
}

.page-id-316 .site-footer:after {
  content: "";
  width: 100%;
  height: 280px;
  position: absolute;
  top: -280px;
  left: 0px;
  background: url(../img/bottom-cajasorpresa.svg) bottom left;
  z-index: -1;
  background-size: 1330px;
}

.page-id-316 .site-footer {
  margin-top: 170px;
}

.page-id-316 .forma1,
.page-id-316 .forma2,
.page-id-316 .forma3,
.page-id-316 .forma4 {
  display: none;
}

.logo_cajasorpresa {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 15px;
}

.logo_cajasorpresa img {
  width: auto;
  max-width: 660px !important;
}

.page-id-316 .container.grid-container {
  max-width: unset;
  background: url(../img/top-cajasorpresa.svg) 0px 25px repeat-x;
  background-size: 1900px;
}

.page-id-316 div#content {
  max-width: 1100px;
  padding-top: 100px;
  margin: auto;
}

.page-id-316 .entry-content h2 {
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 42px;
  color: #000;
  text-align: center;
}

.page-id-316 .entry-content h2 span {
  font-size: 26px;
  line-height: 34px;
  display: block;
}

footer.site-info {
  padding: 20px 20px 20px 10px;
}

.cuadro_amarillo .siteorigin-widget-tinymce.textwidget,
.preguntas_frecuentes .siteorigin-widget-tinymce.textwidget {
  position: relative;
  background: #f1f1f1;
  padding: 35px 40px;
  /*box-shadow: #1d1d1c -6px 6px 0px -2px;
     border: 2px solid #000; */
  max-width: 900px;
  margin: auto;
  /*color: #fff;
    border-radius: 16px;*/
  margin-bottom: 15px;
}

.preguntas_frecuentes .siteorigin-widget-tinymce.textwidget h2 {
  width: calc(100% - 90px);
  line-height: 1;
}

.preguntas_frecuentes .siteorigin-widget-tinymce.textwidget h3 {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.preguntas_frecuentes .siteorigin-widget-tinymce.textwidget h4 {
  font-size: 20px;
  font-weight: 900;
}

.preguntas_frecuentes .siteorigin-widget-tinymce.textwidget:after {
  content: "";
  width: 100px;
  height: 100px;
  right: 27px;
  top: -25px;
  position: absolute;
  /* box-shadow: #fff -8px 8px 0px -2px, #000 -8px 8px; */
  /* box-shadow: #1d1d1c -6px 6px 0px -2px; 
    border: 4px solid #000;
    border-radius: 100%;*/
  border: 3px solid #ffffff;
}

.preguntas_frecuentes .faq_higiene .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/ico-civismo.svg") #d2ecf3 center no-repeat;
  background-size: 55%;
}

.preguntas_frecuentes .faq_gratis .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/happy.svg") #d2ecf3 center no-repeat;
  background-size: 55%;
}

.preguntas_frecuentes .faq_bonos .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/ico-bonos.svg") #d2ecf3 center no-repeat;
  background-size: 75%;
}

.preguntas_frecuentes .faq_tabaco .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/ico-tabaco2.svg") #d2ecf3 center no-repeat;
  background-size: 60%;
}

.preguntas_frecuentes .faq_acceso .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/ico-acceso.svg") #d2ecf3 center no-repeat;
  background-size: 60%;
}

.preguntas_frecuentes .faq_comida .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/ico-comida.svg") #d2ecf3 center no-repeat;
  background-size: 60%;
}

.preguntas_frecuentes .faq_menores .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/ico-menores.svg") #d2ecf3 center no-repeat;
  background-size: 60%;
}

.preguntas_frecuentes .faq_camping .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/ico-camping.svg") #d2ecf3 center no-repeat;
  background-size: 60%;
}

.preguntas_frecuentes .faq_parking .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/ico-parking.svg") #d2ecf3 center no-repeat;
  background-size: 60%;
}

.preguntas_frecuentes .faq_restaurantes .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/ico-restaurantes.svg") #d2ecf3 center no-repeat;
  background-size: 60%;
}

.preguntas_frecuentes .faq_pagos .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/ico-euros.svg") #d2ecf3 center no-repeat;
  background-size: 60%;
}

.preguntas_frecuentes .faq_horario .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/ico-reloj.svg") #d2ecf3 center no-repeat;
  background-size: 60%;
}

.preguntas_frecuentes .faq_autobuses .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/ico-bus.svg") #d2ecf3 center no-repeat;
  background-size: 60%;
}

.preguntas_frecuentes .faq_catas .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/ico-vino.svg") #d2ecf3 center no-repeat;
  background-size: 60%;
}

.preguntas_frecuentes .faq_bodegas .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/ico-bodegas.svg") #d2ecf3 center no-repeat;
  background-size: 60%;
}

.preguntas_frecuentes .faq_agresiones .siteorigin-widget-tinymce.textwidget:after {
  background: url("../img/ico-stop.svg") #d2ecf3 center no-repeat;
  background-size: 60%;
}

.pswp {
  z-index: 9999999999;
}

.cont_logos_accesibilidad {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -20px 0 20px;
}

.cont_logos_accesibilidad a {
  margin: 15px;
}

.cont_logos_accesibilidad a img {
  width: 100px;
  filter: drop-shadow(3px 3px 4px rgb(0 0 0 / 60%));
  transition: all .1s ease-in-out;
}

.cont_logos_accesibilidad a:hover img {
  width: 110px;
  margin: -5px 0;
  filter: drop-shadow(10px 10px 15px rgb(0 0 0 / 20%));
}

.condiciones_2col ol {
  column-count: 2;
  column-gap: 30px;
  margin: 0 !important;
}

.condiciones_2col ol li {
  display: inline-flex;
  margin-bottom: 15px;
  line-height: 1.3;
  counter-increment: numero 1;
}

.condiciones_2col ol li:before {
  content: counter(numero)". ";
  margin-right: 10px;
  font-weight: 700;
}

.page-id-393 div#panel-393-0-0-0 h2 {
  /*  max-width: 900px;*/
  margin: 0 auto 20px;
}

.formulario_talentoribera .fila_form.fila_puesto {
  grid-template-columns: 40% calc(60% - 10px);
}

.formulario_talentoribera .wpcf7-list-item {
  margin-left: 0;
}

.fila_form.oculto {
  display: none;
}

/*.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    left: 5px;
    bottom: -24px;
    color: red;
}
.rojo{ color:red;}
span.wpcf7-form-control-wrap {
    position: relative;
}
.screen-reader-response ul {
    display: none;
}*/
.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
  background: #cccccc;
}

.wpcf7 .wpcf7-submit:disabled:hover {
  background: #cccccc;
}

.menu_oculto2,
.main-navigation.toggled .main-nav li.menu_oculto2 {
  display: none !important;
}

.nav-float-right .inside-header .main-navigation .inside-navigation.grid-container.grid-parent {
  max-width: unset;
}

.page-id-556 .fila_blanca_anchocompleto a.boton1 {
  width: auto;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 15px;
}

ul#menu-menu-social {
  margin: 0 0 1.5em 0;
}

.video_alcalde {
  max-width: 770px;
  height: auto;
  width: 100%;
  margin: auto;
}

.texto_home.texto_destacado {
  padding-top: 40px;
  text-align: center;
}

.texto_home.texto_destacado p {
  text-align: center;
  font-size: 18px;
}

.texto_home.texto_destacado h2 {
  font-size: 3.5em;
}

/*.salto_mv_antes .panel-grid-cell,
.salto_mv_antes .panel-grid-cell .widget_custom_html, .salto_mv_antes .panel-grid-cell .widget_text, .salto_mv_antes .panel-grid-cell .textwidget.custom-html-widget {
    height: 100%;
}*/
.cartel {
  padding: 40px 45px 60px 45px;
  position: relative;
  /* background-image: url(../img/bg-cartel-25_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom; */
  overflow: hidden;
  background: #000;
  height: 100%;
  box-sizing: border-box;
}

.cartel p {
  font-size: 30px;
  font-family: "Helvetica-Neue";
  letter-spacing: -0.06em;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}

.cartel>p:first-child {
  font-size: 16px;
}

.cartel p.bandas_g {
  font-size: 62px;
  width: calc(100% + 30px);
  margin-right: -30px;
  line-height: 0.9;
  margin-top: 20px;
  margin-top: auto;
}

.cartel p.bandas_m {
  font-size: 34px;
  width: calc(100% + 30px);
  margin-right: -30px;
  margin-bottom: auto;
}

.cartel .banda .subtitulo {
  font-size: 14px;
  letter-spacing: 0px;
  /* color: #000; */
  position: absolute;
  bottom: -7px;
  left: calc(50% - 48px);
}

.cartel p.bandas_p {
  font-size: 22px;
  font-style: italic;
  margin-top: 15px;
}

.cartel p strong {
  font-weight: 800;
}

.cartel p.dia_cartel {
  font-weight: 800;
  font-size: 22px;
  color: #4999db;
  margin-top: 20px;
}

p.bandas_p.cuadro_actividades {
  color: #000;
  background: #fff;
  width: fit-content;
  margin: 30px auto 10px;
  padding: 5px 10px;
}

/*.cartel p.cabeza_cartel {
    font-size: 28px;
    line-height: 1.1;
}
.cartel p.cabeza_cartel.texto_destacado {
    font-size: 44px;
    text-align: center;
}
.cartel p.cabeza_cartel span.comentario {
    font-size: 20px;
    font-weight: 400;
} */
.cartel .banda {
  display: inline-block;
  position: relative;
  /* text-transform: lowercase; */
}

.cartel .banda.rosa {
  color: #f36a88;
}

.cartel span.sin_punto:after {
  opacity: 0;
}

span.banda.ymas {
  font-weight: 400;
}

.cartel .banda:after {
  content: "*";
  display: inline-block;
  margin: 6px 0.1em -5px 0.4em;
  font-weight: 800;

  float: right;
}

.cartel .banda.nobullet:after,
.cartel .banda.ymas:after,
.cartel p .banda:last-child:after {
  /*content: none;*/
}

p.apunte {
  font-weight: 400;
  font-style: italic;
  position: absolute;
  transform: rotate(-90deg);
  left: -120px;
  top: 115px;
  letter-spacing: -0.5px;
}

.cartel_abril.cartel span.banda {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.cartel_abril.cartel .banda:after {
  content: none;
}

.cartel_abril p:nth-child(2) {
  column-count: 3;
  column-gap: 20px;
}

/*.cartel p .banda:nth-child(5n+1):after{
	color: #f7a200
}
.cartel p .banda:nth-child(5n+2):after{
	color: #ed6b8b
}
.cartel p .banda:nth-child(5n+3):after{
	color: #1d1d1c
}
.cartel p .banda:nth-child(5n+4):after{
	color: #d2ecf3
}
.cartel p .banda:nth-child(5n+5):after{
	color: #336636
}*/
.pum-container.popmake {
  background: #fff;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 50%);
}

.pum-theme-741 .pum-content+.pum-close,
.pum-theme-content-only .pum-content+.pum-close {
  height: 40px !important;
  width: 40px !important;
  right: 0 !important;
  top: 0 !important;
  font-size: 38px !important;
  background: #fff !important;
  border-radius: 0 !important;
}

.pum-title.popmake-title {
  display: none;
}

.pum-theme-741 .pum-content,
.pum-theme-content-only .pum-content {
  background-color: #e6e6e6;
  color: #000 !important;
  font-weight: 600 !important;
}

.cont_popup {
  display: grid;
  grid-template-columns: 1fr 40%;
  background-image: url(../img/bg-home1.svg);
  background-position: top left;
  background-repeat: repeat-y;
  background-size: 37px;
  padding-left: 37px;
}

.info_legal_privacidad p {
  margin: 0;
  font-size: 10px;
}

.txt_popup {
  padding: 30px 40px;
}

.txt_popup h2 {
  line-height: 1;
  font-size: 34px;
}

.foto_popup {
  width: 100%;
  height: 100%;
}

.foto_popup img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100% !important;
}


.cartel p.texto_generico {
  font-weight: 900;
  font-size: 46px;
  line-height: 1.2;
}

.fila_accesibilidad1 {
  margin-left: 0px !important;
}

#page .site-content {
  max-width: 1090px;
  margin: 25px auto 0;
}

.home #page .site-content,
.page-id-4676 #page .site-content {
  max-width: unset;
}

.salto_mv_antes .panel-grid-cell:first-child {
  width: 100% !important;
  border-right: 10px solid #fff;

}

.salto_mv_antes .panel-grid-cell:last-child {
  width: 100% !important;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.salto_mv_antes .panel-grid-cell:last-child .panel-first-child {
  /* min-height: 40%;*/
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 10px solid #fff;
  background: #e1dae2;
}

.salto_mv_antes .panel-grid-cell:last-child .panel-last-child,
.salto_mv_antes .panel-grid-cell:last-child .panel-last-child .custom-html-widget {
  height: 100%;
}

video#video-home {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.salto_mv_antes {
  display: grid !important;
  grid-template-columns: 55% 45%;

}

/***FONDO*****/
.panel-row-style[data-stretch-type="full"] {
  margin-left: -45px !important;
}

.cont_tiendas,
.contenedor_tiendas .panel-grid-cell {
  display: flex;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  grid-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.contenedor_tiendas .panel-grid-cell .so-panel.widget {
  width: calc(50% - 20px);
  margin-bottom: 0 !important;
}

.tienda,
.contenedor_tiendas .siteorigin-widget-tinymce.textwidget {
  display: flex;
  flex-direction: column;
  background: #fff;
  /*box-shadow: #1d1d1c -8px 8px 0px 0px;*/
  border-radius: 25px;
  overflow: hidden;
}

.img_tienda {
  width: 100%;
  height: 250px;
}

.contenedor_tiendas .siteorigin-widget-tinymce.textwidget p:first-child img,
.img_tienda img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}

.contenedor_tiendas .siteorigin-widget-tinymce.textwidget p:first-child a:hover img {
  cursor: zoom-in;
  transform: scale(1.2);
}

.txt_tienda,
.contenedor_tiendas .siteorigin-widget-tinymce.textwidget {
  padding: 15px 30px;
}

.contenedor_tiendas .siteorigin-widget-tinymce.textwidget p:first-child {
  margin: -15px -30px;
  position: relative;
  overflow: hidden;
  height: 300px;
  width: calc(100% + 60px);
}

.contenedor_tiendas .siteorigin-widget-tinymce.textwidget p:first-child:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 70px;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 1.00) 100%);
}

.txt_tienda p,
.txt_tienda li,
.contenedor_tiendas .siteorigin-widget-tinymce.textwidget p,
.contenedor_tiendas .siteorigin-widget-tinymce.textwidget li {
  font-size: 14px;
}

.contenedor_tiendas .siteorigin-widget-tinymce.textwidget h3 {
  position: relative;
}

#mc_embed_signup .mc-field-group label {
  font-weight: bold;
  line-height: 1.2;
}

#mc_embed_signup .mc-field-group {
  padding-bottom: 5px !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  margin: 2px 0 0 0 !important;
}

#mc_embed_signup .button {
  border-radius: 0 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  height: 38px !important;
  line-height: 38px;
  text-transform: uppercase;
}

div#logo_mahou {
  position: absolute;
  width: 60px;
  top: 70px;
  left: 35px;
  z-index: 2;
}

.site-logo a {
  display: flex;
  /* flex-direction: column; */
  grid-gap: 10px;
  padding-top: 5px;
  line-height: 1;
  max-width: 320px;
  align-items: end;
}

span.subtitulo_logo {
  font-weight: 900;
  color: #1d1d1c;
  font-size: 15px;
  margin-bottom: 1px;
}

.texto_fondo_blk {
  /*color: #fff;*/
}

.texto_fondo_blk .siteorigin-widget-tinymce.textwidget {
  padding: 40px 25px;
}

.texto_fondo_blk .siteorigin-widget-tinymce.textwidget * {
  margin: 0;
}

div#pg-4473-3 {
  background: #000;
}

.fotos-home2 {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding: 40px;
}

.fotos-home2 h2 {
  margin: 0;
}

.fotos-home2 img {
  border-radius: 25px;
}

p.cabeza_cartel img {
  width: 100%;
  max-width: 300px;
  margin: 10px auto 30px;
  padding-right: 22vw;
}

.panel-row-style:before {
  content: none !important;
  display: none !important;
}

.home .panel-grid-cell {
  padding: 0 !important;
}

.home .so-panel {
  margin: 0 !important;
}

.horarios_cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
}

.page-id-2031 #page {
  background-image: url(../img/bg-cartel-25_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.page-id-2031 #page .site-content {
  max-width: 1450px;
}

.col_escenario {
  width: calc(50% - 10px);
  float: left;
}

.col_escenario:nth-child(2) {
  margin-right: 20px;
}

.col_horarios h2 {
  background: #fc6b8a;
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-size: 58px;
  font-family: 'Montserrat';
  font-weight: normal;
  line-height: 1;
  grid-column-end: 3;
  grid-column-start: 1;

}

.col_horarios.sabado h2 {
  background: #396634;
}

.col_escenario h3 {
  background: #f09e01;
  display: block;
  text-align: center;
  padding: 7px;
  border-radius: 10px;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1;
}

.sabado .col_escenario h3 {
  background: #fc6b8a;

}

.viernes .col_escenario:nth-child(3) h3,
.sabado .col_escenario:nth-child(2) h3 {
  background: #3598d8;
  color: #fff;
}

span.destacado_h {
  font-size: 36px;
}

.viernes .col_escenario:nth-child(2) span.destacado_h {
  font-size: unset;
}

p.fila_horarios {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

p.fila_horarios:nth-child(odd) {
  background: #fff;
}

p.fila_horarios:first-child {
  border-top: 1px solid #fff;
  border-radius: 5px 5px 0 0;

}

p.fila_horarios:last-child {
  border-end-end-radius: 5px;
  border-end-start-radius: 5px;
  margin-bottom: 20px;
}

p.fila_horarios.apertura {
  font-weight: 400;
  font-style: italic;
}

p.fila_horarios span em {
  font-size: 11px;
  font-weight: 500;
}

/* 3. Estilos de la lista del slider */
.slider-fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 !important;
  list-style: none;
  z-index: 1;
  opacity: 0.9;
}

/* 4. Estilos de cada imagen */
.slider-fondo li {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  /* Empiezan invisibles */
  animation: animacionFade 50s infinite;
}

/* 5. Los retardos (Delays) */
/* Como dura 25s en total, cada imagen arranca 5s después de la anterior */

.slider-fondo li:nth-child(1) {
  animation-delay: 0s;
}

.slider-fondo li:nth-child(2) {
  animation-delay: 10s;
}

.slider-fondo li:nth-child(3) {
  animation-delay: 20s;
}

.slider-fondo li:nth-child(4) {
  animation-delay: 30s;
}

.slider-fondo li:nth-child(5) {
  animation-delay: 40s;
}

.contenido_sliderfondo {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-around;
}

/* 6. Los Keyframes matemáticos */
@keyframes animacionFade {
  0% {
    opacity: 0;
  }

  4% {
    opacity: 1;
  }

  /* Fade-in rápido (1 segundo aprox) */
  20% {
    opacity: 1;
  }

  /* Se mantiene visible 4 segundos (20% de 25s = 5s) */
  24% {
    opacity: 0;
  }

  /* Fade-out */
  100% {
    opacity: 0;
  }

  /* Se mantiene oculto el resto del ciclo */
}

.widget_media_image img {
  display: block;
}

.salto_mv_antes .panel-grid-cell,
.salto_mv_antes .panel-grid-cell .widget_text,
.salto_mv_antes .panel-grid-cell .panel-first-child .textwidget {
  height: 100%;
}

@media (max-width: 1430px) {

  /*.cartel p{ font-size: 21px;}*/
  p.apunte {
    left: -105px;
    top: 90px;
    font-size: 16px;
  }
}

@media (max-width: 1370px) {
  #page .site-content {
    max-width: calc(100% - 230px);
  }
}

@media (max-width: 1280px) {
  .salto_mv_antes {
    grid-template-columns: 65% 35%;
  }

  .col_escenario {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 1100px) {

  .cont_tiendas,
  .contenedor_tiendas .panel-grid-cell {
    grid-template-columns: 100%;
  }
}

@media (max-width: 1024px) {
  div#logo_mahou {
    top: 5vw;
  }
}

@media (max-width: 890px) {
  .horarios_cont {
    grid-template-columns: 100%;
    grid-gap: 15px;
  }

  .page-id-2031 #page {
    padding-bottom: 300px;
  }
}

@media (max-width: 796px) {
  div#page {
    padding-top: 30px;
  }

  /* div#content {padding: 0 50px;} */
  div#content {
    padding: 0;
  }

  div#logo_mahou {
    width: 33px;
    top: 39px;
    left: 9px;
  }

  div#page:before {
    width: calc(100% - 50px);
    height: 50px;
    left: 50px;
    background-size: 1440px;
  }

  div#page:after {
    width: 50px;
    background-size: 50px;
  }

  .bg_topfooter {
    top: -50px;
    height: 50px;
    background-size: 1200px;
  }

  .bg_topfooter:after {
    width: 50px;
    height: 50px;
  }
}

/*@media (max-width: 660px){
	div#content { padding-left: 110px;}
	.home #page .site-content, #page .site-content { max-width: calc(100% - 110px);}
	body{background-size: 105px;}
}*/
@media (max-width: 560px) {
  .panel-row-style[data-stretch-type="full"] {
    margin-left: -25px !important;
  }
}

/*@media (max-width: 530px){
	div#content { padding-left: 60px;}
	body{background-size: 55px;}
	.home #page .site-content, #page .site-content { max-width: calc(100% - 60px);}
}*/
@media (max-width: 420px) {

  /*div#page { padding-top: 40px;}*/
  /* div#content {padding: 0 40px;} */
  div#logo_mahou {
    width: 30px;
    top: 35px;
    left: 6px;
  }

  div#page:before {
    width: calc(100% - 40px);
    height: 40px;
    left: 40px;
    background-size: 1150px;
  }

  div#page:after {
    width: 40px;
    background-size: 40px;
  }

  .bg_topfooter {
    top: -40px;
    height: 40px;
    background-size: 950px;
  }

  .bg_topfooter:after {
    width: 40px;
    height: 40px;
  }
}

/** fin fondo****/


.main-navigation a {
  /*font-size: 18px;*/
  font-size: 24px;
}

@media (min-width: 1750px) {
  .cartel p.bandas_g {
    font-size: 72px;
  }

  .cartel p.bandas_m {
    font-size: 48px;
  }
}

@media (max-width: 1560px) {

  .main-navigation .main-nav ul li a {
    /*padding: 5px 8px;*/
  }

  .nav-float-right .inside-header .main-navigation {
    max-width: calc(100% - 260px);
  }

}

@media (max-width: 1400px) {

  /*.logos_fila2 {width: 330px;}*/
  .imagen_cartel img {
    max-width: 100% !important;
  }

}

@media (max-width: 1420px) {
  .imagen_cartel img {
    max-width: 100% !important;
  }
}

@media (max-width: 1150px) {
  /*.logos_fila2 {width: 230px;}
	.logos_fila3 { width: calc(100% - 685px);}*/
}

@media (max-width: 1090px) {
  .logos_footer img[src*="vuse"] {
    margin-top: 5px;
  }

  p.cabeza_cartel img {
    max-width: 270px;
    padding-right: 25vw;
  }

  .contenedor_top1 {
    width: 34vw;
  }

  .cartel .texto_top {
    font-size: 32px;
  }

  .cartel p.bandas_g {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {

  .texto_home {
    padding-top: 0px;
  }


  /*.home .salto_mv_antes { flex-direction: column-reverse;}*/
  .cont_top_fechas {
    top: 106px;
  }

  .logo_cajasorpresa img {
    max-width: 500px !important;
  }

  .inside-header.grid-container.grid-parent {
    min-height: 96px;
  }

  .main-navigation .main-nav ul li a {
    font-size: 20px;
    line-height: 1;
    padding: 3px 8px;
  }

  .home #page .site-content,
  #page .site-content,
  .page-id-1189 #page .site-content,
  .page-id-4676 #page .site-content {
    max-width: 100%;
  }

}

@media(max-width:990px) {
  .salto_mv_antes .panel-grid-cell:first-child {
    border-right: 0;
    margin-bottom: 0 !important;
    border-bottom: 2px solid #000;
  }

  .salto_mv_antes {
    grid-template-columns: 100%;
  }

  .salto_mv_antes>.panel-grid-cell {
    position: relative;
    top: 0;
  }

  p.cabeza_cartel img {
    max-width: 300px;
    padding-right: 45vw;
  }

  .contenedor_top1 {
    width: 55vw;
  }

  .cartel .texto_top {
    font-size: 38px;
  }

  .cartel:after {
    width: 50vw;
    height: 40vw;
    bottom: -6vw;
    max-width: unset;
    max-height: unset;
  }

  .cartel:before {
    width: 63vw;
    height: 52vw;
  }
}

@media(max-width:955px) {
  .logos_footer {
    /*display: block;*/
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  .logos_fila3b {
    margin-left: 0;
  }

  /*.logos_fila1 { float: left;  width: calc(35% - 20px);  }
  .logos_fila2 { float: left;  width: calc(65% - 20px);  }*/
  .logos_fila3,
  .logos_fila3b {
    width: 100%;
    margin-top: 20px;
    float: left;
  }

  /*.logos_fila2b, .logos_fila2c,.logos_fila2d {  width: 33%;margin-top: 20px; float: left; }*/
  .main-navigation .main-nav ul li a {
    padding: 2px 8px;
    font-size: 20px;
  }

  .copyright-bar {
    flex-direction: column-reverse;
  }

  .menu_legal {
    margin-bottom: 5px;
  }

  .inside-header {
    padding: 15px 25px;
  }

  .cont_top_fechas {
    top: 86px;
  }

  .inside-header.grid-container.grid-parent {
    min-height: 72px;
  }

  .inside-header {
    padding: 0px 25px;
    min-height: 86px !important;
  }

  .main-navigation a {
    font-size: 20px;
    line-height: 1.2 !important;
  }

  .site-header .header-image {
    width: 200px;
  }

}

@media (max-width: 780px) {

  /*.home .salto_mv_antes { flex-direction: column !important;padding-top: 0 !important;}
	.home .texto_home { padding-top: 00px;}*/
  .menu_footer a {
    font-size: 14px !important;
  }
}

@media(max-width:795px) {
  #page .site-content {
    margin: 24px auto 0;
  }

  .menu-toggle {
    padding: 0 !important;
  }

  .condiciones_2col ol {
    column-count: 1;
  }

  .imagen_cartel {
    margin: -35px 0 30px 0;
  }

  button.menu-toggle {
    width: 60px;
  }

  .cont_top_fechas {
    top: 75px;
  }

  .main-navigation .main-nav ul li a {
    font-size: 23px;
    line-height: 1.2;
    padding: 5px 10px;
  }

  .frame_glamping {
    height: 70vh;
  }

  .fila_glamping .elementor-column {
    margin: 0 auto;
  }

  #header-2023 .elementor-column-gap-default div:nth-child(2) {
    display: none;
  }

  .logos_fila1,
  .logos_fila2,
  .logos_fila3b {
    /*width: 100%;  margin-bottom: 20px;*/
    margin-left: 0;
  }

  .logos_footer {
    margin-bottom: 0;
  }

  .logos_fila3 {
    margin-top: 0px;
    width: 100%;
  }

  .logos_fila2b,
  .logos_fila2c,
  .logos_fila2d {
    margin-top: 0px;
  }

  .fila_glamping.elementor-section.elementor-section-boxed>.elementor-container {
    grid-template-columns: 100%;
  }

  #header-2023 .elementor-column-gap-default div:nth-child(2) {
    display: block !important;
    margin-top: -20px;
  }

  .elementor-location-header .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    color: #000;
    line-height: 1.2;
    font-size: 24px;
    text-align: center !important;
  }

  .logo_header {
    width: 265px;
  }

  .logo_header .elementor-element-populated {
    padding: 0 !important;
  }

  .elementor-menu-toggle {
    margin-top: -45px;
    margin-right: 10px;
  }

  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    top: 0 !important;
  }

  .site-header .header-image {
    width: 160px;
  }

  .inside-header {
    padding: 15px 20px;
    min-height: unset !important;
  }

  .site-logo {
    float: left !important;
  }

  .inside-navigation {
    position: unset;
  }

  .header-aligned-right .site-header,
  .site-header {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    /*border-bottom: 2px solid #000;*/
  }

  /*.cont_top_fechas {transform: rotate(-0.6deg) translateY(0.8vw);}*/
  .cont_top_fechas {
    transform: rotate(-3deg) translateY(30px) translateX(-5px) scale(1.02)
  }

  div#page {
    padding-top: 0px;
  }

  .container.grid-container {
    margin-top: 0;
  }

  .cartel {
    padding-top: 80px;
  }

  div#primary-menu {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 75px;
    background: rgb(255 255 255 / 98%);
    height: calc(100vh - 165px);
    z-index: 9999999999;
    display: none;
    align-items: center;
    padding-bottom: 90px;
  }

  .inside-header.grid-container.grid-parent {
    min-height: unset;
  }

  .toggled div#primary-menu {
    display: flex;
  }

  .main-navigation.toggled .main-nav>ul {
    width: 100%;
  }

  .main-navigation.toggled .main-nav li {
    text-align: center !important;
  }

  .imagen_cartel img {
    max-height: unset;
  }

  .main-navigation .main-nav ul li[class*="current-menu-"]>a {
    color: #db3236;
  }

  .fila_accesibilidad1>.panel-grid-cell {
    grid-template-columns: 100%;
  }

  .site-logo a {
    padding-top: 0;
  }

  .site-logo a {
    margin: -2px auto -5px 0;
  }

  span.subtitulo_logo {
    font-size: 12px;
    max-width: 110px;
  }

  .contenedor_tiendas .panel-grid-cell .so-panel.widget {
    width: 100%;
  }
}

@media (max-width: 690px) {

  .logos_fila3,
  .logos_fila2b,
  .logos_fila2c,
  .logos_fila2d {
    /* width: calc(100% - 20px);*/
    margin-bottom: 20px;
  }

  p.apunte {
    font-size: 16px !important;
  }

  p.cabeza_cartel img {
    max-width: 270px;
  }

  .contenedor_top1 {
    width: 55vw;
  }

  .cartel .texto_top {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .contenidos_cartel p {
    margin-bottom: 0.5em;
  }

  .contenidos_cartel {
    padding: 70px 70px 100px;
  }

  .contenidos_cartel p span {
    font-size: 18px;
  }

  .cartel_home {
    background-size: 805px;
  }

  .cartel_home:before {
    background-size: 230px;
  }

  .cabecera_cartel_home {
    background-size: 975px;
  }

  .cabecera_cartel_home:before {
    background-size: 95px;
  }

  .cabecera_cartel_home:after {
    background-size: 95px;
  }

  .cartel_home:after {
    background-size: 975px;
  }

  .lateral_cartel1 {
    background: url(../img/bg_cartel_bottomleft-m.svg) no-repeat bottom left;
    background-size: 845px;
    background-position-x: -7px;
  }

  .lateral_cartel2 {
    background: url(../img/bg_cartel_bottomright-m2.svg) no-repeat bottom right;
    background-size: 93px;
    background-position-x: calc(100% + 3px);
  }

  .lateral_cartel2:after {
    background-size: 1085px;
    background-position-y: calc(100% - 62px);
  }

  .pie_cartel_home {
    background-size: 835px;
    background-position-y: calc(100% - 25px);
    background-position-x: 40px;
  }

  .contenidos_cartel p.logosono img {
    max-width: 230px;
  }

  .logo_cajasorpresa img {
    max-width: 100% !important;
  }

  .cartel p.cabeza_cartel.texto_destacado {
    font-size: 30px;
  }

  .sol {
    width: 17vw;
    height: 17vw;
  }

  p.cabeza_cartel img {
    max-width: 210px;
  }

  .cartel .texto_top {
    font-size: 28px;
  }

  .cartel .texto_top2 {
    font-size: 14px;
  }

  .cartel {
    padding: 80px 35px 60px 26px;
  }

  .contenedor_top1 {
    right: -35px;
  }
}

@media (max-width: 560px) {
  .contenidos_cartel p span:after {
    font-size: 20px;
    line-height: 16px;
    display: inline-block;
    float: unset;
  }

  .cartel_home {
    margin: 0 -25px 30px -25px;
    width: calc(100% + 50px);
  }

  .logo_bono {
    display: block;
    float: none;
    margin: 20px auto;
    max-width: 200px;
  }

  .page-id-316 .entry-content h2 {
    font-size: 36px;
  }

  .preguntas_frecuentes .siteorigin-widget-tinymce.textwidget {
    padding: 25px;
    width: auto;
    margin: 0 -5px;
  }

  .preguntas_frecuentes .siteorigin-widget-tinymce.textwidget:after {
    width: 80px;
    height: 80px;
    right: 15px;
    top: -20px;
  }

  .formulario_m {
    padding: 20px 25px;
    margin: 0 -20px;
  }

  .formulario_talentoribera .fila_form {
    grid-template-columns: 100% !important;
    margin-bottom: 0;
    grid-gap: 0 !important;
  }

  .formulario_talentoribera .fila_form label {
    margin-bottom: 10px;
    display: block;
  }

  .separate-containers .comments-area,
  .separate-containers .inside-article,
  .separate-containers .page-header,
  .separate-containers .paging-navigation {
    padding: 14px;
  }

  .page-id-556 .panel-grid.panel-has-style>.panel-row-style[data-stretch-type*="full-stretched"].fila_blanca_anchocompleto {
    padding: 20px 10px !important;
  }

  footer.site-info {
    padding: 20px 10px 70px 10px;
  }

  /*.logos_fila3, .logos_fila2b, .logos_fila2c, .logos_fila2d { width: 100%;}*/
  .cartel p.texto_generico {
    font-size: 38px;
  }

  .menu_footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .menu_footer {
    width: 100%;
  }

  .cartel>p img[src*="LOGO-sonorama-ibiza25.svg"] {
    max-width: 210px !important;
  }

  .cartel p {
    font-size: 18px;
  }

  .cartel p.bandas_g {
    font-size: 42px;
  }

  .cartel p.bandas_m {
    font-size: 26px;
  }

  .cartel p.bandas_p {
    font-size: 14px;
    margin-top: 10px;
  }

  .cartel .banda .subtitulo {
    font-size: 8px;
    bottom: -4px;
    left: calc(50% - 32px);
  }

  .contenedor_top1 {
    width: 52vw;
  }

  p.cabeza_cartel img {
    max-width: 42vw;
    margin-left: -2vw;
  }

  .cartel .texto_top {
    font-size: 5.2vw;
  }

  .cartel .texto_top2 {
    font-size: 2.5vw;
  }
}

@media (max-width: 530px) {
  .txt_premio_ft p.titulo_premio_ft {
    font-size: 18px;
  }

  .txt_premio_ft p {
    font-size: 14px;
  }

  p.apunte {
    font-size: 16px !important;
  }

  .logos_fila1 {
    margin-top: 0;
  }
}

@media (max-width: 460px) {

  .panel-grid.panel-has-style>.panel-row-style[data-stretch-type*="full-stretched"],
  .panel-grid.panel-no-style[data-stretch-type*="full-stretched"],
  .full-width-content .container.grid-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .full-width-content .container.grid-container {
    max-width: calc(100% - 20px);
  }

  /*.cartel p{ font-size: 18px;}*/
  .cartel .banda:after {
    margin: 3px 0.1em -5px 0.4em;
  }

  a.boton1 {
    font-size: 21px;
    line-height: 23px;
  }

  .cartel p.texto_generico {
    font-size: 34px;
  }

  .txt_tienda,
  .contenedor_tiendas .siteorigin-widget-tinymce.textwidget {
    padding: 0px 15px;
  }

  .cont_tiendas,
  .contenedor_tiendas .panel-grid-cell {
    grid-gap: 10px;
  }

  .preguntas_frecuentes .siteorigin-widget-tinymce.textwidget:after {
    width: 60px;
    height: 60px;
    right: 5px;
    top: -15px;
  }

  .preguntas_frecuentes .siteorigin-widget-tinymce.textwidget h2 {
    font-size: 26px;
  }

  .preguntas_frecuentes .siteorigin-widget-tinymce.textwidget h3 {
    font-size: 20px;
  }

  .cartel_abril p:nth-child(2) {
    font-size: 14.5px;
    margin-left: 0;
    margin-top: -20px;
  }

  /*p.apunte {
        margin-left: -115px;
        font-size: 14px !important;
        background: #1d1d1c;
        display: block;
        padding: 0 9px 0 7px;
        color: #fff;
        position: sticky;
        top: 200px;
        width: 163px;
    }*/
  p.apunte {
    top: 75px;
    font-size: 14px !important;
    left: -102px;
  }

  a.boton1 img.logobono {
    width: 29px;
    margin: -10px 5px;
  }

  .cartel_abril.cartel span.banda {
    margin-bottom: 7px;
  }

  /*body {  background-size: 30px; background-attachment: fixed;}
	div#content { padding-left: 30px;    }
	.home #page .site-content, #page .site-content {  max-width: calc(100% - 30px); }*/
  /*div#logo_mahou {left: 226px;}*/
  /*.home #page .site-content, #page .site-content { padding-top: 85px; }
	.home #page .site-content { padding-top: 70px;    }*/
  body {
    background-size: 910px;
  }

  .cartel p.cabeza_cartel {
    font-size: 26px;
  }

  p.botones_autorizaciones {
    flex-direction: column;
  }

  .contenedor_top1 p.texto_top>span {
    padding: 2vw 2.2vw;
  }

  .cartel p.bandas_g,
  .cartel p.bandas_m {
    width: calc(100% + 25px);
    margin-right: -25px;
  }

  .sol {
    width: 14vw;
    height: 14vw;
  }

  .salto_mv_antes .panel-grid-cell:last-child .panel-first-child {
    padding: 30px;
  }

  .cartel .banda .subtitulo {
    left: calc(50% - 23px);
  }
}

@media (max-width: 440px) {
  .cartel p.bandas_g .banda:after {
    display: none;
  }

  .col_horarios h2 {
    font-size: 42px;
  }

  span.destacado_h {
    font-size: 32px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 32px !important;
  }
}

@media (max-width: 380px) {
  .cartel p.texto_generico {
    font-size: 28px;
  }

  .cartel p {
    font-size: 16px;
  }

  a.boton1 {
    font-size: 20px;
    line-height: 22px;
  }
}