
/****************************/
:root {
  --contrast: #222222;
  --contrast-2: #575760;
  --contrast-3: #b2b2be;
  --base: #f0f0f0;
  --base-2: #f7f8f9;
  --base-3: #ffffff;
  --accent: #face34;
}
*::selection {
    background: #f16800;
    color: black;
    /*text-shadow: 1px 1px #fff;*/
}

/* Firefox */
*::-moz-selection {
    background: #f16800;
    color: black;
    /*text-shadow: 1px 1px #fff;*/
}
::-webkit-scrollbar {
    width:3px;
}
::-webkit-scrollbar-thumb {
    background: #aecf7f;
   /* border-radius: 8px;
	border:2px solid #00272e;*/
}
::-webkit-scrollbar-track {
    background: /*background: rgb(0 0 0 / 16%)*/ #7365c7;
	/*border-left:2px solid #00272e;
	border-right:2px solid #00272e;*/
}
@font-face {
  font-family: "Granfise";
  src: url("../fonts/mtcgranfise-regular.otf") format("opentype");
}
@font-face {
  font-family: "Granfise-slanted";
  src: url("../fonts/mtcgranfise-slanted.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
}
html {
    height: 100%;
    overflow-x: hidden;
}
body {
    background-color: #eae8dc;
    /* background-image: url(../img/fondo-top1_25.jpg);
    background-size: 900px; */
    color: #000000;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* background-repeat: repeat-x;
	background-position-x: center;
    background-position-y: 70px; */
}
.site-footer {
    margin-top: 20px;
    position: relative;
}
a {
  color: #f16800;
}
a:hover, a:focus, a:active {
  color: #ff7239;
}
body .grid-container {
  max-width: 1300px;
}
header.site-header .inside-header.grid-container {
    max-width: unset;
}
.inside-header.grid-container.grid-parent {
    max-width: unset;
	display: flex;
    align-items: center;
    min-height: 94px;
}
.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: #eae8dc;
    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;
	background: unset;
}
.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: #3f3f3f;*/
}
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: #000;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: #f16800;
  /*background-color: #3f3f3f;*/
}
.main-navigation .main-nav ul li > a:hover {
    color: #f16800 !important;
}
.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: #3f3f3f;*/
}
.main-navigation ul ul {
  /*background-color: #3f3f3f;*/
}
.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;*/
}
.inside-article {
    margin-left: 10vw;
    margin-right: 10vw;
    box-shadow: inset 0 0 0 2px #000;
    border-radius: 10px;
    background-color: #eae8dc;
    margin-top: 1.5vw;
        z-index: 3;
    position: relative;
}
/* .home .inside-article,
.page-id-176 .inside-article,
.page-id-164 .inside-article {
    background: unset;
    border: 0;
    margin-top: 0;
	    margin-left: 0;
    margin-right: 0;
    padding:0 !important;
} */
/*.contenedor_home > div{
    background: #f5e7cc;
    border: 2px solid #07272e;
	    padding: 30px;
}*/
.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: #000000;
  background-color:#eae8dc;
}
.site-info a {
  color: #000000;
}
.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: 1400px;
}
.home .site.container.grid-container,
.page-id-176 .site.container.grid-container ,
.page-id-164 .site.container.grid-container {
  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;
        position: absolute;
        right: 0;
        width: 80px;
  }
  .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: 1.5em
}
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: 400;
  text-transform: none
}
h2 {
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none
}
h3 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none
}
h4 {
  font-size: 28px
}
h5 {
  font-size: 24px
}
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: uppercase;
  font-size: 24px;
    font-family: 'Granfise';
}
.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: 2px 12px;
	    color: #000;
}

.main-navigation .main-nav ul li.destacado a {
    padding: 2px 15px 0px 15px;
    color: #fff;
    background: #aecf7f;
}
.inside-navigation {
  position: relative
}
.main-navigation li {
  float: left;
  position: relative
}
.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 1vw;
	    display: flex;
    align-items: center;
}
.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-flex;
    max-width: 100%;
    margin-right: auto;
    border: 2px solid #000;
    padding: 10px 13px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background: #aecf7f;
}
.site-header .header-image {
    vertical-align: middle;
    width: 260px;
    padding: 10px 0;
}
.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: 3em
}
.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: 10px
}
.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%;
	    margin: auto;
}
.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
}


/*body.page-id-3,
body.page-id-20{
    background:#face34 !important;
}

body.page-id-22,
body.page-id-35{
    background:#3f8ffe !important;
}*/
h1 {
    font-family: 'Montserrat' !important;
    font-size: 48px !important;
    margin: 0 0 30px 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}
h2, h3, h4, h5, h6 {
    /*font-family: 'Granfise-slanted';*/
	font-family: 'Montserrat';
	font-weight: 900;
}
/*.elementor-location-header .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  align-content: center;
}
.elementor-location-header .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
  font-family: "Palmstar";
}
.elementor-location-header .elementor-widget-nav-menu .elementor-nav-menu .elementor-item:hover {
  color: #fff;
  fill: #fff;
}
.e--pointer-double-line .elementor-item:after, .e--pointer-underline .elementor-item:after {
  content: none !important;
}*/
a.boton1 {
  display: inline-block;
  background: #fff;
  border: 2px solid #000000;
  padding: 15px 20px 10px 20px;
  width: calc(90% - 36px);
  text-align: center;
  color: #000;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
  font-family: "Palmstar";
  position: relative;
 /* box-shadow: #fff -8px 8px 0px -2px, #000 -8px 8px;*/
  box-shadow: #07272e 5px 6px 0px -2px;
    border-radius: 10px;
}
/*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: #3496a9;
    color: #fff;
}
a.btn_verde {
      background: #aecf7f;
    color: #fff;
}
a.btn_amarillo {
  background: #face34;
  color: #000;
}
a.btn_rojo {
  background: #f16800;
  color: #fff;
}
a.btn_rosa {
  background: #f3c1d0;
  color: #000;
}
a.boton1 .fuente1 {
  font-family: "Granfise-slanted", Sans-serif;
  font-size: 42px;
  margin-right: 15px;
}
/*a.boton1:hover {
  background: #f3c1d0;
  color: #000;
}*/
a.boton1:hover, .programacion_foro a:hover {
    background: #272e2b;
    color: #fff;
}
/*a.boton1.btn_rosa:hover {
  background: #3f8ffe;
  color: #000;
}*/
.texto_home p {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  font-family: 'Montserrat';
}
#contenido_home .elementor-widget-wrap {
  align-content: center;
}
a.boton_descarga {
  display: inline-block;
  padding: 10px 15px;
  background: #f3c1d0;
  color: #000;
  border: 2px solid #000;
  box-shadow: #fff -6px 6px 0px -2px, #000 -6px 6px;
}
a.boton_descarga:hover {
  background: #f1d536;
}
.logos_footer {
  display: flex;
  max-width: unset;
  margin: auto;
	align-items: flex-start;
}
body footer .grid-container {
  max-width: unset;
}
.logos_footer > div {
  padding: 0;
}
.logos_fila1 {
  width: 130px;
}
.logos_fila2 {
	/*width: 330px;*/
	width: 580px;
}
.logos_fila2b {
    width: 120px; 
}
.logos_fila2c {
    width: 160px;
}
.logos_fila2d {
    width: 160px;
}
.cont_logos_fila2c, 
.cont_logos_fila2d {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: center;
}
.logos_fila3b {
    width: 70px; 
	    margin-left: 40px;
}
.logos_fila3 {
  width: calc(100% - 950px);  
}
.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, .logos_fila_unica {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
	    margin: auto;
}
.titulo_logos p {
    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
	text-align: center;
}
.logos_footer img {
  margin:10px 12px ;
  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 .logos_fila3 img {
    margin: 10px 5px;
}

.logos_footer img[src*="sonorama-producciones"] {
  width: 100px;
}
.logos_footer img[src*="elplanetasonoro"] {
  width: 90px;
}
.logos_footer img[src*="juntadecastillayleon"],
.logos_footer img[src*="jcyl"] {
  width: 220px;
}
.logos_footer img[src*="cero6"] {
  width: 65px;
}
.logos_footer img[src*="artemisa"] {
  width: 140px;
}
.logos_footer img[src*="inbal"] {
  width: 320px;
}
.logos_footer img[src*="totalplay"] {
  width: 140px;
}
.logos_footer a[href*="accioncultural"]  {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logos_footer a[href*="accioncultural"]:hover  {
  color:#000;
}
.logos_footer a[href*="accioncultural"] span {
    max-width: 210px;
    line-height: 1;
    font-size: 10px;
}
.logos_footer a[href*="accioncultural"] img {
  width: 85px;
  margin-top: 5px;
}
.logos_footer img[src*="iber-musicas"] {
  width: 115px;
}
.logos_footer img[src*="art-de-troya"] {
  width: 65px;
}
.logos_footer img[src*="ribera-del-duero"] {
  width: 27px;
}
.logos_footer img[src*="piano"] {
  width: 80px;
}
.logos_footer img[src*="elefante-blanco"] {
  width: 60px;
}
.logos_footer img[src*="charco"] {
  width: 90px;
}
.logos_footer img[src*="vibra-mahou"] {
  width: 90px;
}
.logos_footer img[src*="estrella-galicia"] {
  width: 80px;
}
.logos_footer img[src*="air-europa"] {
  width: 100px;
}
.logos_footer img[src*="intendencia-montevideo"] {
  width: 100px;
}
.logos_footer img[src*="logo-esp"] {
  width: 370px;
}
.logos_footer img[src*="topic"] {
  width: 85px;
}
.logos_footer img[src*="del-sol"] {
  width: 60px;
}
.logos_footer img[src*="club-el-pais"] {
  width: 70px;
}
.logos_footer img[src*="centenario"] {
  width: 80px;
}
.logos_footer img[src*="tierra-de-sabor"] {
    width: 65px;
}
.logos_footer img[src*="laliga"] {
    width: 85px;
}
.logos_footer img[src*="parque-bicentenario"] {
    width: 125px;
}
.logos_footer img[src*="botella-mahou"] {
    width: 55px;
    margin-left: 40px;
}
.logos_footer img[src*="ccemx"] {
    width: 450px;
}
.logos_footer img[src*="patrocina"], .logos_footer img[src*="instituciones-colaboradoras"] {
  width: 60px;
  margin: 0 auto;
  float: none;
  display: block;
}
.logos_footer img[src*="instituciones-colaboradoras"] {
  width: 170px;
}

/*span.ng-binding.ng-scope {
    font-size: 35px;
    font-family: "Palmstar";
    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: "Palmstar";
}
.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: "Palmstar" !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:#face34;
}
.copyright-bar {
    display: flex;
    justify-content: space-around;
}
.menu_legal ul,
.menu_legal li, #social-menu-ft li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu_legal li, #social-menu-ft li{
	display: inline;
}
.menu_legal a {
    margin: 0 10px;
}
#social-menu-ft li {
    margin: 0 6px;
}
.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 5 Brands';
    font-size: 26px !important;
    padding: 4px;
    color: #000000;
    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:#f39200;
}
#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";
}
#social-menu a[href*="tiktok"]:before,
#social-menu-ft a[href*="tiktok"]:before {
  content: "\e07b";
}
.cont_premios_ft {
	width: 100%;
	/*background: #000;
	border-bottom: 1px solid #fff;*/
	position: relative;
	/*padding-top: 75px;*/
}


.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: "Granfise-slanted", sans-serif;
    font-size: 28px;
}
.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: #f3c1d0;
    padding: 30px 40px;
    box-shadow: #fff -8px 8px 0px -2px, #000 -8px 8px;
    border: 2px solid #000;    
	max-width: 600px;
    margin: auto;
}
.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: #e4c6da;
}
.formulario_m .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn{
	color: #f16800;
	font-weight: 700
}
.formulario_m input[type=submit] {
    display: inline-block;
    background: #face34;
    border: 2px solid #000;
    padding: 12px 20px;

    width: 100%;
    text-align: center;
    color: #000;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    font-family: "Palmstar";
    position: relative;
    box-shadow: #fff -8px 8px 0px -2px, #000 -8px 8px;
}
.formulario_m input[type=submit]:hover{
	background: #3f8ffe;
}
.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: -10px;
}
.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-b0,
#sonocarga-b1,
#sonocarga-b2,
#sonocarga-b3,
#sonocarga-b4 {
  background: url("../img/formabg1.svg") no-repeat;
  background-size: contain;
  width: 0;
  height: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1000;
  animation: movimiento-flotante 5s 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;
}
#sonocarga-b1{
  background: url("../img/formabg1.png") no-repeat;
}
#sonocarga-b2{
  background: url("../img/formabg2.png") no-repeat;
}
#sonocarga-b3{
  background: url("../img/formabg3.png") no-repeat;
}
#sonocarga-b4{
  background: url("../img/formabg4.png") no-repeat;
}
#sonocarga2 {
  /*background: url("../img/sonocarga2b.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-b0{
	width:90px;height:188px;left:calc(50% - 45px);top:calc(50% - 94px); z-index: 9999999999;
}
#sonocarga-b0.reducido, #sonocarga2.reducido{
	width:0px;height:0px;left:50%;top:50%; z-index: 0;
}
#sonocarga2{
	width:130px;height:130px;left:calc(50% - 55px);top:calc(50% - 73px); 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: "Palmstar";
    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;
} 
.cartel_home {
	margin: 0 auto 35px;
	position: relative;
    max-width: 751px;
	width: 100%;
	height: 100%;
	background: url(../img/bg_cartel_topright4.svg) no-repeat top right #fff;
	    background-size: 945px;
}
.cartel_home:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/bg_cartel_topleft3.svg) no-repeat top left ;
	    background-size: 1150px;
	top: 0;
    z-index: 1;
}
.cartel_home:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/bg_cartel_topright5.svg) no-repeat top right;
	    background-size: 271px;
	    top: 0;
    z-index: 3;
}
.cabecera_cartel_home {
    background: url(../img/bg_cartel_top3.svg) no-repeat top left; 
    background-size: 1175px;
    position: relative;
    width: 100%;
    height: 75px;
    z-index: 3;
    background-position-x: -9px;
}
.cabecera_cartel_home:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/bg_cartel_topright4-b.svg) no-repeat top right;
	    background-size: 114px;
	    z-index: 2;
}
.cabecera_cartel_home:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/bg_cartel_topleft-b.svg) no-repeat top left;
	    background-size: 114px;
	    z-index: 2;
}
.lateral_cartel1 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/bg_cartel_bottomleft3.svg) no-repeat bottom left;
    background-size: 987px;
    background-position-x: -8px;
    top: 0;
    left: 0;
	    z-index: 1;
}
.lateral_cartel2 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/bg_cartel_bottomright5.svg) no-repeat bottom right;
    background-size: 170px;
    top: 0;
    left: 0;
    background-position-x: calc(100% + 25px);
    z-index: 2;
}
.lateral_cartel2:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/cadena.svg) no-repeat;
    background-size: 1155px;
    z-index: 2;
    background-position-y: calc(100% - 76px);
    background-position-x: -26px;
}
.pie_cartel_home {
    width: 100%;
    height: 80px;
    background: url(../img/bg_cartel_bottom2.svg) no-repeat bottom right;
    background-size: 1015px;
    background-position-y: calc(100% - 31px);
    background-position-x: 45px;
    position: absolute;
    z-index: 0;
    bottom: 0;
}
/*.home .texto_home{ padding-top: 80px;}*/
.texto_home img {
    width: 100%;
    max-width: 280px;
}
.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: 85px;
    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: 111px;
    z-index: 2;
/*	    border-top: 2px solid #da1a79;
    border-bottom: 2px solid #da1a79;*/
}
.top_fechas {
    width: 100%;
    /*background: #f7da00;
	border-top: 1px solid #000;
    border-bottom: 1px 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;
    text-transform: uppercase;
	color: #00272e;
    /*text-shadow: #fff -1px 1px 0px, #a6a6a6 -1.5px 1.5px;*/
	margin-right: 10px;
	font-size: 16px;
    padding: 2px 0;display: flex;
}
.top_fechas a {
    color: #f16800;    margin-left: 6px;
}
.top_fechas a:hover {
    color: #fff;
}
.top_fechas p:after {
    content: "";
    background-image: url(../img/forma1.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
    display: inline-block;
    width: 17px;
        height: 16px;
    margin-top: 2px;
}
.top_fechas p:nth-child(3n+1):after {
    background-image: url(../img/forma1.png);
}
.top_fechas p:nth-child(3n+2):after {
    background-image: url(../img/forma2.png);
}
.top_fechas p:nth-child(3n+3):after {
    background-image: url(../img/forma3.png); 
}
/* .top_fechas p:nth-child(5n+4):after { 
    content: url(../img/forma3.svg); 
}
.top_fechas p:nth-child(5n+5):after {
    content: url(../img/forma5_25.svg); 
} */
div#content {
    /* margin-top: 25px; */
        margin-top: 6vw;
}
/**************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: 50px;
    margin: -10px 15px;
    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: #f3c1d0;}
.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;
    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: 'Granfise-slanted';
    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: #f1c6c7;
    padding: 30px 40px;
    box-shadow: #e88488 -8px 8px 0px -2px;
    max-width: 900px;
    margin: auto;
}
.preguntas_frecuentes .siteorigin-widget-tinymce.textwidget  a{
	color: #e3141a;
}
.preguntas_frecuentes .siteorigin-widget-tinymce.textwidget  a:hover{
	text-decoration: underline;
}
.preguntas_frecuentes .siteorigin-widget-tinymce.textwidget h2:first-child {
    width: calc(100% - 90px);
	    line-height: 1;
}
.preguntas_frecuentes .siteorigin-widget-tinymce.textwidget:after {
	content: "";
    width: 100px;
    height: 100px;
    right: 6px;
    top: -18px;
    position: absolute;
    box-shadow: #dd332b -8px 8px 0px -2px;
}
.preguntas_frecuentes .faq_general .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-faq.svg") #f9c800 center no-repeat;
	background-size: 55%;
}
.preguntas_frecuentes .faq_bonos .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-bonos.svg") #73c3f1 center no-repeat;
	background-size: 75%;
}
.preguntas_frecuentes .faq_higiene .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-civismo.svg") #73c3f1 center no-repeat;
	background-size: 55%;
}
.preguntas_frecuentes .faq_tabaco .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-tabaco2.svg") #73c3f1 center no-repeat;
	background-size: 60%;
}
.preguntas_frecuentes .faq_acceso .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-acceso.svg") #73c3f1 center no-repeat;
	background-size: 60%;
}
.preguntas_frecuentes .faq_comida .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-comida.svg") #73c3f1 center no-repeat;
	background-size: 60%;
}
.preguntas_frecuentes .faq_menores .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-menores.svg") #73c3f1 center no-repeat;
	background-size: 60%;
}
.preguntas_frecuentes .faq_camping .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-camping.svg") #73c3f1 center no-repeat;
	background-size: 60%;
}
.preguntas_frecuentes .faq_parking .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-parking.svg") #73c3f1 center no-repeat;
	background-size: 60%;
}
.preguntas_frecuentes .faq_restaurantes .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-restaurantes.svg") #73c3f1 center no-repeat;
	background-size: 60%;
}
.preguntas_frecuentes .faq_pagos .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-euros.svg") #73c3f1 center no-repeat;
	background-size: 60%;
}
.preguntas_frecuentes .faq_horario .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-reloj.svg") #73c3f1 center no-repeat;
	background-size: 60%;
}
.preguntas_frecuentes .faq_autobuses .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-bus.svg") #73c3f1 center no-repeat;
	background-size: 60%;
}
.preguntas_frecuentes .faq_catas .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-vino.svg") #73c3f1 center no-repeat;
	background-size: 60%;
}
.preguntas_frecuentes .faq_bodegas .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-bodegas.svg") #73c3f1 center no-repeat;
	background-size: 60%;
}
.preguntas_frecuentes .faq_agresiones .siteorigin-widget-tinymce.textwidget:after{
	background: url("../img/ico-stop.svg") #73c3f1 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;
}
/*.nav-float-right .inside-header .main-navigation button{
    display: none;
}*/
/*.nav-float-right .inside-header .main-navigation.mobile-menu-control-wrapper {
    display: block;
}*/
p.grande {
    font-weight: 900;
    color: #000;
    font-size: 34px;
    margin: 9px;
}
p.grande.blanco {
    color: #fff;
}
p.grande_2 {
    font-weight: 900;
    color: #000;
    font-size: 22px;
}
img[src*="logo-conestrella"],
img[src*="logo-sonorama-uruguay-estrella-galicia"] {
    max-width: 440px;
	    width: 100%;
}
.full-width-content .container.grid-container {
    max-width: 1480px;
    margin: auto;
}
.cartel_home_uruguay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/*.li_cartel_home:first-child {
    border-bottom: 4px solid #000000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}*/
.cartel_home_uruguay p{
    /* text-transform: uppercase; */
    line-height: 1.2;
    text-align: center;
	    margin-bottom: 10px;
}
.top_cartel_home p, .top2_cartel_home p {
    font-weight: 900;
    color: #000000;
    font-size: 22px;
    line-height: 1.1;
    /*-webkit-text-stroke: 1.5px #000;*/
    font-family: 'Montserrat-Black';
}
p.fecha {
    font-size: 32px;
    color: #f55c02;
}
/*.rosa {
    color: #f7c8c9;
}*/
.naranja {
    color: #f55c02;
}
.top_cartel_home {
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-gap: 20px;
	    align-items: center;
}
.bandas_home p {
    font-family: 'Granfise-slanted';
    font-weight: 400;
    margin: 0 auto;
    width: 100%;
}
.bandas_home p > span {
    display: inline-block;
    /*margin-left: 5px;
    background: #f5e7cc;
    padding: 0 10px;*/
}
.bandas_home p > span.oculto {
    background: #00272e;
}
span.blanco {
    color: #fff;
}
p.bandas_g3 {
    font-size: 240px;
    line-height: 0.8;
}
p.bandas_g2 {
    font-size: 130px;
    line-height: 0.8;
    max-width: 630px;
}
p.bandas_g {
    font-size: 110px;
    line-height: 0.9;
}
p.bandas_m2 {
    font-size: 70px;
    line-height: 0.9;
}
p.bandas_m {
    font-size: 65px;
    line-height: 0.9;
}
p.bandas_m.m2 {
    font-size: 66px;
    line-height: 60px;
	max-width: 620px;
}
p.bandas_p {
    font-size: 40px;
    line-height: 0.9;
}
span.pais {
    /* color: #000; */
    /* font-family: 'Montserrat'; */
    font-size: 35px;
    max-width: 80px;
    display: inline-block;
    text-align: left;
    padding-left: 10px;
    margin-right: -80px;
    z-index: 1;
    position: relative;
}
p.bandas_m span.pais{font-size: 10px;}
p.bandas_p span.pais{font-size: 8px;}

p.bandas_m.m2 span:first-child:after, p.bandas_m.m2 span:nth-child(3):before, p.bandas_m.m2 span:nth-child(5):after, p.bandas_m.m2 span:nth-child(5):before {
    content: "·";
    margin-top: -4px;
    float: right;
    margin-left: 5px;
}
p.bandas_m.m2 span:nth-child(3):before, p.bandas_m.m2 span:nth-child(5):before {
    float: left;
    margin-right: 5px;
	    margin-left: 0;
}

/*p.bandas_m > span:nth-child(odd) {
    color: #f55c02;
}*/
.texto_home.txt_home_movil {
    display: none;
}
.contenedor_home {
    display: block;
    width: 100%;
    /*grid-template-columns: 1fr 890px;
    grid-gap: 0;
	margin-bottom: 50px;*/
}
.contenedor_home .texto_home {
    /*position: sticky;*/
    align-self: flex-start !important;
    top: 20px;
    padding: 30px; 
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    max-width: 850px;
    margin: 0 auto;
        gap: 20px;
}
.contenedor_home .texto_home p:nth-child(1){
      margin: 0;
}
.contenedor_home .texto_home p:nth-child(2) {
    font-family: 'Granfise';
    font-size: 5rem;
    line-height: 0.65;
    margin: 0;
    gap: 20px;
}
.contenedor_home .texto_home p:nth-child(2) span{
    color: #fa6a10;
    font-size: 4rem;
}
.contenedor_home .texto_home p:nth-child(2) span.direccion {
    font-family: 'Montserrat';
    display: block;
    font-size: 20px;
    font-weight: 900;
}
.contenedor_home .texto_home p:nth-child(3){
  grid-column-start: 1;
  grid-column-end: 3;
}
p.entradas {
    margin-bottom: 0;
}
.texto_foro{
	max-width: 800px;
	margin: 0 auto;
}
.programacion_foro {
    background: #fff;
    padding: 40px;
    box-shadow: #246db1 -8px 8px 0px -2px;
    max-width: 900px;
    margin: auto;
}
.texto_foro strong {
    font-weight: 900;
}
.texto_foro p {
    text-align: center;
    font-size: 22px;
}
span.azul, .programacion_foro em{
    color: #346db5;
}
span.rojo {
    color: #dd332b;
}
.programacion_foro a {
    display: inline-block;
    padding: 11px 15px 7px 15px;
    text-align: center;
    color: #000;
    line-height: 21px;
    position: relative;
    box-shadow: #000 -8px 8px 0px -2px;
    font-family: "Granfise-slanted", Sans-serif;
    font-size: 23px;
    margin-left: 10px;
    font-weight: normal;
    background: #face34;
    margin-top: 10px;
    margin-bottom: 20px;
}
.programacion_foro a:hover {
    background: #272e2b;
    color: #fff;
}
span.separador {
    display: block;
    padding-left: 8px;
    color: #00272e !important;
    float: right;
    line-height: 0.7;
}
.negro.ocultocartel {
    /*background: #00272e;*/
	position: relative;
}
.bandas_g2 span.separador,
.bandas_g span.separador{
	float: none;
	display: inline-block;
	padding-left: 0;
}
.negro.ocultocartel:before{
	content: "";
    background: #00272e;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: -6px;
	left: 0;
}
.top2_cartel_home img {
    width: 100%;
    max-width: 280px;
}
.oc_pc {
    display: none;
}
div#primary {
    width: 100%;
}
.separate-containers.page-id-81 .inside-article{ background: #fff;    max-width: 800px;
    margin-left: auto;
    margin-right: auto;}
.texto_forom p {
    margin-bottom: 10px;font-size: 14px;    color: #490f14;
}
.texto_forom strong {
	font-weight: 900;
}
.texto_forom strong:nth-child(3) {
    font-weight: 700;
}
.separate-containers.page-id-81 .entry-content:not(:first-child) {
    margin-top: 1em;
}
.separate-containers.page-id-81 .inside-article h1.entry-title {
    color: #490f14;
}
.texto_forom h4.verde, .texto_forom em.verde, .texto_forom strong.verde  {
    color: #349b53;
}
.texto_forom em.amarillo , .texto_forom strong.amarillo  {
    color: #c3861e;
}
.texto_forom em.rosa, .texto_forom strong.rosa  {
    color: #f6626d;
}
.texto_forom em, .texto_forom strong{
	font-size: 17px;
}
body:before, .bg_topfooter, #page:after, #page::before {
    content: "";
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    height: 9.02vw;
    background-image: url(../img/forma-fondo27.svg);
    background-repeat: repeat-x;
    background-position: 0.9vw 0;
    background-size: 9.02vw auto;
}
.bg_topfooter {
    top: -18vw;
    width: 100%;
    overflow: hidden;
    background-color: #eae8dc;
    height: 18vw;
    background-repeat: repeat;
    background-position: 0.9vw 0.9vw;
}
.site-footer {
    margin-top: 18vw;
}
#page{
  position: relative;max-width: unset;
}
#page:after, #page::before {
    top: 10.6vw;
    height: 100%;
    width: 9.02vw;
    background-repeat: repeat-y;
    visibility: visible;
}
#page::before {
    left: unset;
    right: 0.8vw;
}
@media (max-width: 1200px){  
  body:before {height: 9.93vw;background-position: 0.9vw;background-size: 9.93vw auto;}
  .bg_topfooter{height: 19.86vw;top: -19.86vw;background-size: 9.93vw auto;}
  .site-footer {  margin-top: 20vw;}
  #page { margin-top: 1vw;}
  #page:after, #page::before{width: 9.93vw;background-size: 9.93vw auto;}
  .inside-article {margin-left: 10.9vw;margin-right: 10.9vw;margin-top: 1.2vw;}
}
@media (max-width: 1100px){  
  body:before {height: 11vw;background-position: 1.1vw;background-size: 11vw auto;}
  .bg_topfooter{height: 22vw;top: -22vw;background-size: 11vw auto;}
  .site-footer {  margin-top: 22vw;}
  #page { margin-top: 2.3vw;}
  #page:after, #page::before{width: 11vw;background-size: 11vw auto;}
  .inside-article {margin-left: 12vw;margin-right: 12vw; margin-top: 1vw;}
}
@media (max-width: 1020px){  
  body:before {height: 12.4vw;background-position: 1.1vw;background-size: 12.4vw auto;}
  .bg_topfooter{height: 24.8vw;top: -24.8vw;background-size: 12.4vw auto;}
  .site-footer {  margin-top: 25vw;}
  #page {margin-top: 3.2vw;}  
  #page:after, #page::before{width: 12.4vw;background-size: 12.4vw auto; top: 11.5vw;}
  #page::before { right: 0.6vw;}
  #page::after { left: 0.1vw;}
  .inside-article {margin-left: 13.4vw;margin-right: 13.4vw;margin-top: 1.5vw;}
}
@media (max-width: 960px){  
  body:before {height: 14.15vw;background-position: 1.4vw;background-size: 14.15vw auto;}
  .bg_topfooter{height: 28.3vw;top: -28.3vw;background-size: 14.15vw auto;}
  .site-footer {  margin-top: 28.4vw;}
  #page {margin-top: 5.4vw;}  
  #page:after, #page::before{width: 14.15vw;background-size: 14.15vw auto; }
  #page::before { right: 0.5vw;}
  #page::after { left: 0.4vw;}
  .inside-article {margin-left: 15.5vw;margin-right: 15.5vw;margin-top: 1.3vw;}
}
@media (max-width: 795px){   
  body:before {top: 105px;}
  #page:after, #page::before{ top: 18vw;}
  div#content {margin-top: 14vw;}
  .inside-article {box-shadow: inset 0 0 0 0.25vw #000;}
}

@media (max-width: 660px){  
  body:before {height: 16.5vw;background-position: 1.4vw;background-size: 16.5vw auto;}
  .bg_topfooter{height: 33vw;top: -33vw;background-size: 16.5vw auto;}
  .site-footer {  margin-top: 19vw;}
  #page:after, #page::before{width: 16.5vw;background-size: 16.5vw auto;top: 22vw;}
  .inside-article {margin-left: 17.9vw;margin-right: 17.9vw;margin-top: 4vw;}
  div#page {margin-bottom: 12vw;}
}
/*@media (max-width: 430px){  
  body:before {height: 19.9vw;background-position: 1.4vw;background-size: 19.9vw auto;}
  .bg_topfooter{height: 39.8vw;top: -39.8vw;background-size: 19.9vw auto;}
  .site-footer {  margin-top: 23vw;}
  #page:after, #page::before{width: 19.9vw;background-size: 19.9vw auto;top: 27vw;}
  #page::before {right: 0vw;}
}*/
@media (max-width: 430px){  
  #page:after, #page::before{top: 24.3vw;}
  .inside-article {margin-top: 5.5vw;}
  .site-logo { border: 0;box-shadow: 0 0 0 0.5vw #000;}
}

div#content {
    padding-bottom: 0;
	    padding-top: 40px;
}
.site-logo img {
    width: 200px;    display: block;
}
.top2_cartel_home p span {
    display: inline-block;
}
.entradas_bottom {
    margin-top: 30px;
    width: 100%;
}
.bandas_home {
    margin-right: -15px;
    width: calc(100% + 15px);
}
.bandas_home p.bandas_m2{
    max-width: 720px;
}
.cartel .banda {
    display: inline-block;
    position: relative;
    
}
.cartel .banda:nth-child(odd) {
    color: #fa6a10;
}
.cartel .banda::after {
    content: "·";
    display: inline-block;
    margin: 0px 0px 0px 10px;
}
.cartel .banda.sin-punto:after {
    color: #eae8dc;
}
span.banda.tachado {
    border-radius: 20px;
    overflow: hidden;
    background-image: linear-gradient(45deg, black, #666, black);
    color: transparent;
}
span.banda.tachado:after, span.banda.tachado.sin-punto:after{
  color: transparent;
}
.cartel .banda.tachado::selection {    background: transparent;color: transparent;}
.cartel .banda.tachado::-moz-selection {    background: transparent;color: transparent;}

.contenedor_formasfondo {
    position: relative;
    width: 100%;
    
    /* Creamos una rejilla donde todo (before, after y contenido) se solapa */
    display: grid;
    grid-template-areas: "capa-unica";
}

/* Aplicamos a todos los hijos directos y a los pseudos que ocupen la misma celda */
.contenedor_formasfondo > *, 
.contenedor_formasfondo:before, 
.contenedor_formasfondo:after {
    grid-area: capa-unica;
}

.contenedor_formasfondo:before,
.contenedor_formasfondo:after {
    content: "";
    width: 25vw;
    max-width: 320px;
    height: 55vh;
    position: sticky;
    z-index: 2;
    pointer-events: none; /* Para que no bloqueen clics en el texto */
}
@media (min-width: 1700px){
	.contenedor_formasfondo:before {        max-width: 380px;height: 65vh;}
}

/* Pájaro: Izquierda y se pega abajo */
.contenedor_formasfondo:before {
    top: calc(100vh - 45vh);
    justify-self: start;
    background: url(../img/bg-pajaro1.png) bottom left no-repeat;
    background-size: contain;
    background-position-x: -4vw;
    margin-bottom: -32vh;
    z-index: 4;
}

/* Naranjas: Derecha y se pega arriba */
.contenedor_formasfondo:after {
    top: 0; 
    justify-self: end; /* Alineado a la derecha */
    
    background: url(../img/bg-naranjas1.png) top right no-repeat;
    background-size: contain;
    background-position-x: calc(100% + 2vw);
}
.fila_home_3 {padding: 30px 0 ;}
@media (min-width: 1300px){
	.inside-article {    margin-top:1.7vw;}
}
@media (min-width: 1500px){
	.inside-article {    margin-top: 2.3vw;}
  #page:after, #page::before {top: 10.3vw;}
}
@media (max-width: 1560px){
	/* .main-navigation a { font-size: 30px;} */
	.main-navigation .main-nav ul li a { padding: 2px 8px;}
	.full-width-content .container.grid-container { max-width: calc(100% - 60px);}
}
@media (max-width: 1400px){
	.logos_fila2 {width: 330px;}
	.imagen_cartel img { max-width: 100% !important;}
}
@media (max-width: 1300px){
	.imagen_cartel img { max-width: 100% !important;}
}
@media (max-width: 1230px){
	/*.contenedor_home { grid-template-columns: 360px 1fr;}
	.bandas_home p { width: 520px;}
	p.bandas_g { font-size: 90px; line-height: 75px;}
	p.bandas_m {font-size: 65px; line-height: 58px;max-width: 520px;}
	p.bandas_p { font-size: 40px; line-height: 36px;}
	p.bandas_m.m2 {font-size: 50px; line-height: 46px; max-width: 480px;}*/
	
	.oc_mv{display: none;}
	.oc_pc { display: block;}
	/* .contenedor_home { grid-template-columns: 100%;width: fit-content;  margin: auto;} */
	.contenedor_home .texto_home{position: relative; top: 0;}
	.bandas_home p { width: 100%; /*max-width: 650px;*/}
	.texto_home.txt_home_movil { display: block;}
	p.bandas_m {max-width: 820px;}
	p.bandas_m.m2 { font-size: 52px; line-height: 48px; max-width: 480px;}
}
@media (max-width: 1150px){
	.logos_fila2 {width: 230px;}
	.logos_fila3 { width: calc(100% - 685px);}
}

@media (max-width: 1024px){
  .bandas_home {max-width: 75vw;}
	p.bandas_g3 { font-size: 16vw;  }
  span.pais {font-size: 3.5vw;max-width: 8vw;margin-right: -8vw;}
	p.bandas_g2 { font-size: 10vw;  }
	p.bandas_g { font-size: 8vw;  }
	p.bandas_m2 { font-size: 5.5vw;  }
	p.bandas_m { font-size: 4.1vw; }
  p.bandas_p {font-size: 3vw;}
.salto_mv_antes > .panel-grid-cell{  position: relative; }
	
	.salto_mv_antes {flex-direction: column;}
	.salto_mv_antes > .panel-grid-cell{ width: 100% !important;}
	.home .salto_mv_antes { flex-direction: column-reverse;    padding: 0 !important;}
	.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: 26px;line-height: 30px;}
	.site-header .header-image { width: 182px; }*/
	/*.contenedor_home > div { width: fit-content;  margin: auto;    padding: 30px 45px;}*/
}
@media (max-width: 970px){
	.contenedor_home .texto_home p:nth-child(2) {font-size: 4rem;}
  .contenedor_home .texto_home p:nth-child(2) span {font-size: 3rem;}
}
@media(max-width:955px) {
  .logos_footer {  display: block; width: 100%; float: left; margin-bottom: 20px; }
  .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; }
  .site-header .header-image {width: 210px; padding: 5px 0;}
	.copyright-bar{ flex-direction: column-reverse;}
	.menu_legal {margin-bottom: 5px;}
	.inside-header { padding: 5px 1.4vw;}
	.inside-header.grid-container.grid-parent { min-height: 72px;}
}

@media(max-width:895px) {
/*.contenedor_home > div { padding: 30px 35px;}*/
}
@media(max-width:825px) {
/*.contenedor_home > div { padding: 30px ;}*/
/*	p.bandas_m{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}*/
}
@media(max-width:795px) {
  button.menu-toggle {margin-top: -20px;}
	.site-logo img {width: 114px;}
	div#content {padding-bottom: 14px;padding-top: 19px;}
	 body.home, body.page-id-176, body.page-id-164  {background-position-y: -5px;}
	body.home:before, body.page-id-176:before, body.page-id-164:before {top: 84px;background-size: 70px;}
	.home .cont_top_fechas, .page-id-176 .cont_top_fechas, .page-id-164 .cont_top_fechas { top: 0; z-index: 999999999; position: fixed; }
	.home .salto_mv_antes { /*flex-direction: column-reverse !important;*/flex-direction: column !important;padding-top: 20px !important;}
	/*.home .texto_home { padding-top: 00px;}*/
	.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: 36px; line-height: 1.2; padding: 5px 10px;  color: #000 !important;}
	.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: 170px;}
	.site-logo {  float: left !important;}
	.inside-navigation {   position: unset; }
	.header-aligned-right .site-header, .site-header {position: fixed;z-index: 99999999; width: 100%;}
	div#page {margin-top: 75px;}
	div#primary-menu { width: 100%; position: absolute; left: 0px; top: 80px; background: rgb(234 232 220 / 98%);height: calc(100vh - 137px); z-index: 9999999999;display: none;align-items: center;padding-bottom: 90px;}
	.inside-header.grid-container.grid-parent { min-height: 48px;}
	.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: #f3c1d0;}
	.fila_accesibilidad1 > .panel-grid-cell { grid-template-columns: 100%;}
	.nav-float-right .inside-header .main-navigation.mobile-menu-control-wrapper button{display: block;}
	.site-header .header-image {padding: 0;}
	.main-navigation ul { justify-content: center; flex-direction: column;}
  .site-logo { padding: 7px 10px;}
  .contenedor_formasfondo:before {margin-bottom: -25vh;width: 30vw;height: 35vh;}
  .contenedor_formasfondo:after {top: 75px;width: 35vw; height: 45vh;}
  .contenedor_home .texto_home {grid-template-columns: 100%;    gap: 20px;}
}
@media (max-width: 690px){
  .logos_fila3, .logos_fila2b, .logos_fila2c, .logos_fila2d {  width: calc(100% - 20px); margin-bottom: 20px; }
}
@media (max-width: 680px){
  p.bandas_m.m2 span:first-child:after, p.bandas_m.m2 span:nth-child(3):before, p.bandas_m.m2 span:nth-child(5):after, p.bandas_m.m2 span:nth-child(5):before{ content: "";}
	.bandas_home p.bandas_m.m2 > span { margin: 0 5px;}
}
@media (max-width:660px){
  .contenedor_formasfondo:before {margin-bottom: -18vh;width: 32vw;height: 35vh;top: calc(100vh - 35vh);}
  .fila_home_3 {padding: 0 20px 20px;}
}
@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;}
}
@media (max-width: 560px){
	.top_cartel_home {grid-gap: 0; grid-template-columns: 100%;}
	.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 30px;width: calc(100% - 20px);  margin: 0 -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: 40px 20px;} */
  .contenedor_home .texto_home{ padding: 10px;}
  .texto_home img {max-width: 220px;}
  .contenedor_home .texto_home p:nth-child(2) {font-size: 3rem;}
  .contenedor_home .texto_home p:nth-child(2) span{font-size: 2rem;}
	.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%;}
	
	h1 { font-size: 36px !important; margin: 0 0 20px 0 !important;}

  .fila_home_1 { grid-template-columns: 1fr 60vw; height: 21vw;}
  /* .cartel_home_uruguay {padding: 10px 20px;} */
}
@media (max-width: 540px){
  .fila_home_3 {padding: 0 0px 20px;}
	h1 {font-size: 32px !important;}
	/*.contenedor_home { margin: 0 -15px 60px; width: calc(100% + 30px);}*/
	p.bandas_g3 { font-size: 130px; }
  span.pais {font-size: 20px;width: 55px;max-width: unset;margin-right: -65px;}
	/*p.bandas_g2 { font-size: 80px; }*/
	p.bandas_g { font-size: 10vw; }
	p.bandas_m2 { font-size: 6.5vw; }
  p.bandas_p { font-size: 4.5vw; }
	/*p.bandas_m {font-size: 36px; }
	
	p.bandas_m.m2 {font-size: 42px; }
	p.bandas_m span.pais { font-size: 7px;}
	p.bandas_p span.pais { font-size: 6px;}
	.bandas_home { margin: 20px -25px 0 -10px;}*/
	.logos_footer img[src*="logo-esp"] { width: calc(100% - 20px);}
	.top2_cartel_home img { max-width: 270px;}
.contenedor_home .texto_home p:nth-child(3) {grid-column-end: 2;}
.logos_footer img[src*="inbal"] {width: 270px;}
}

@media (max-width: 430px){
      .contenedor_formasfondo:before {margin-bottom: -13vh;}
}
