/*div#primary-menu, .copyright-bar{
  display: none;
}*/

:root {
  --contrast: #222222;
  --contrast-2: #575760;
  --contrast-3: #b2b2be;
  --base: #f0f0f0;
  --base-2: #f7f8f9;
  --base-3: #ffffff;
  --accent: #ffa400;
}
*::selection {
    background: #ffa400;
    color: black;
    /*text-shadow: 1px 1px #fff;*/
}

/* Firefox */
*::-moz-selection {
    background: #ffa400;
    color: black;
    /*text-shadow: 1px 1px #fff;*/
}
::-webkit-scrollbar {
    width: 10px;
	/*border-left: 2px solid #000;
	border-right: 2px solid #000;*/
}
::-webkit-scrollbar-thumb {
    background: #1a4ba3;
	/*border: 2px solid #000;*/
}
::-webkit-scrollbar-track {
    background: /*background: rgb(0 0 0 / 16%)*/ #1c296a;
	/*border-left: 2px solid #000;
	border-right: 2px solid #000;*/
}
/*
@font-face {
  font-family: "RugFish";
  src: url("../fonts/RugFish.otf") format("opentype");
}*/
@font-face {
  font-family: "Morganite-Black";
  src: url("../fonts/Morganite-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Morganite-SemiBold";
  src: url("../fonts/Morganite-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Roundest-Serial-Heavy";
  src: url("../fonts/Roundest-Serial-Heavy-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("../fonts/fa-brands-400.ttf") format("truetype");
}
html {
    height: 100%;
    overflow-x: hidden;
}
body {
    background-color: #004aa1;
    /*background-image: url(../img/bg-body1.png);
	    background-attachment: fixed;
	    background-size: 740px;*/
    color: #000000;
    /* display: flex; */
    flex-direction: column;
    height: 100%;
    background-image: url(../img/bg-body.svg);
    background-repeat: no-repeat;
    background-size: 120vw;
    background-position: center;
    /*background-image: -webkit-linear-gradient(270deg,#f9d0e2 0%,#58aaf3 100%);
    background-image: -moz-linear-gradient(270deg,#f9d0e2 0%,#58aaf3 100%);
    background-image: -o-linear-gradient(270deg,#f9d0e2 0%,#58aaf3 100%);
    background-image: linear-gradient(180deg,#f9d0e2 0%,#58aaf3 100%);*/
}
.contenedor_contenidos{
	/* background-image: -webkit-linear-gradient(270deg,#f9d0e2 calc(100% - 250px),#58aaf3 100%);
    background-image: -moz-linear-gradient(270deg,#f9d0e2 calc(100% - 250px),#58aaf3 100%);
    background-image: -o-linear-gradient(270deg,#f9d0e2 calc(100% - 250px),#58aaf3 100%);
    background-image: linear-gradient(180deg,#f9d0e2 calc(100% - 250px),#58aaf3 100%); */
	position: relative;
      overflow-x: clip;
}
.contenedor_contenidos:before {
    content: "";
    position: absolute;
    width: 400px;
    right: -110px;
    top: -130px;
    height: 400px;
    background: url(../img/sol.svg) no-repeat;
    background-size: contain;
    animation: rotation 100s infinite linear;
}
.site-footer {
    /*margin-top: 20px;*/
    position: relative;
}
a {
  color: #e56a89;
}
a:hover, a:focus, a:active {
  color: #58aaf4;
}
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: #1c296a;
    color: #ffffff;
    /*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: #fff;
	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: #ffffff;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: #ffdd9b;
  /*background-color: #3f3f3f;*/
}
.main-navigation .main-nav ul li > a:hover {
        color: #ffdd9b !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 {
    background: #f5e7cc;
    border: 2px solid #000000;
	    margin-top: 80px;
	    margin-left: 40px;
    margin-right: 40px;
}
.home .inside-article {
    background: unset;
    border: 0;
    margin-top: 0;
	    margin-left: 0;
    margin-right: 0;
}*/
/*.contenedor_home > div{
    background: #f5e7cc;
    border: 2px solid #000000;
	    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: #000;
  background-color:#54a4db;
}
.site-info a {
  color: #000;
}
.site-info a:hover {
  color: #f7931e;
}
.footer-bar .widget_nav_menu .current-menu-item a {
  color: #f7931e;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
  color: #666666;
  background-color: #fafafa;
  border-color: #cccccc;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
  color: #666666;
  background-color: #ffffff;
  border-color: #000000;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
  color: #ffffff;
  background-color: #666666;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a.button:focus, a.wp-block-button__link:not(.has-background):active, a.wp-block-button__link:not(.has-background):focus, a.wp-block-button__link:not(.has-background):hover {
  color: #ffffff;
  background-color: #3f3f3f;
}
a.generate-back-to-top {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
a.generate-back-to-top:hover, a.generate-back-to-top:focus {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
@media (max-width:795px) {
  .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
    background: none;
    color: #ffffff;
  }
}
.inside-top-bar {
  padding: 10px;
}
.site-main .wp-block-group__inner-container {
  padding: 40px;
}
.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull {
  margin-left: -40px;
  width: calc(100% + 80px);
  max-width: calc(100% + 80px);
}
.container.grid-container {
  max-width: 1280px;
}
.home .container.grid-container {
    max-width: 1440px;
}
.rtl .menu-item-has-children .dropdown-menu-toggle {
  padding-left: 20px;
}
.rtl .main-navigation .main-nav ul li.menu-item-has-children > a {
  padding-right: 20px;
}
.site-info {
  padding: 20px;
}
@media (max-width:795px) {
  .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
    padding: 30px;
  }
  .site-main .wp-block-group__inner-container {
    padding: 30px;
  }
  .site-info {
    padding-right: 10px;
    padding-left: 10px;
  }
  .entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull {
    margin-left: -30px;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
  }
}
.one-container .sidebar .widget {
  padding: 0px;
} /* End cached CSS */ @media (max-width:795px) {
  .main-navigation .menu-toggle, .main-navigation .mobile-bar-items, .sidebar-nav-mobile:not(#sticky-placeholder) {
    display: block;
  }
  .main-navigation ul, .gen-sidebar-nav {
    display: none;
  }
  [class*="nav-float-"] .site-header .inside-header > * {
    float: none;
    clear: both;
  }
}
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  border: 0;
  margin: 0;
  padding: 0
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden], template {
  display: none
}
ol, ul {
  list-style: none
}
table {
  border-collapse: separate;
  border-spacing: 0
}
caption, td, th {
  font-weight: 400;
  text-align: left;
  padding: 5px
}
blockquote:after, blockquote:before, q:after, q:before {
  content: ""
}
a {
  background-color: transparent
}
a img {
  border: 0
}
body, button, input, select, textarea {
  font-family:'Montserrat', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 1.5
}
p {
  margin-bottom: 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: 45px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none
}
h3 {
  font-size: 39px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none
}
h4 {
  font-size: 34px
}
h5 {
  font-size: 30px
}
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: 'Roundest-Serial-Heavy';
  /*font-family: 'Montserrat-Black';  
  -webkit-text-stroke: 1px #000;
    letter-spacing: -1px;*/
}
.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: #fcf0e2;
}
.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;
      z-index: 1;
}
.inside-header {
  padding: 5px 30px;
	    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-block;
  max-width: 100%;
	    margin-right: auto;
}
.site-logo img{
	    width: 110px;
}
.site-header .header-image {
    vertical-align: middle;
    width: 230px;
    padding: 0px 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: 40px
}
.page.separate-containers .inside-article {
   padding-bottom: 100px;
}



.home.separate-containers .inside-article {
    padding-bottom: 40px;
}
.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;
	    z-index: 2;
    position: relative; 
}
.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:#ffa400 !important;
}

body.page-id-22,
body.page-id-35{
    background:#3f8ffe !important;
}*/
h1 {
    font-family: 'Montserrat-Black' !important;
    font-size: 48px !important;
    margin: 0 0 30px 0 !important;
    text-align: center;
    /* text-transform: uppercase; */
    /* font-weight: 900; */
    color: #ffa400;
    /*-webkit-text-stroke: 1.5px #000;*/
}
h2, h3, h4, h5, h6 {
    font-family: 'Montserrat-Black';
}
h2 {
    font-size: 38px !important;
    margin: 0 0 30px 0 !important;
    text-align: center;
    color: #fff;
    /* -webkit-text-stroke: 1.5px #000; */
}
/*.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;
    padding: 12px 25px;
    text-align: center;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
    font-family: "Roundest-Serial-Heavy";
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    clip-path: polygon(51% 4%, 98% 3%, 100% 99%, 53% 96%, 2% 100%, 0 4%);
}
/*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: #58aaf4;
    color: #fff;
}
a.btn_amarillo {
  background: #ffa400;
  color: #000;
}
a.btn_verde {
  background: #3da947;
  color: #000;
}
a.btn_naranja {
  background: #e87124;
  color: #fff;
}
a.btn_rojo {
  background: #db3135;
  color: #fff;
}
a.btn_rosa {
  background: #f6c8ca;
  color: #000;
}
a.boton1 .fuente1 {
  font-family: "Montserrat", Sans-serif;
     
    margin-right: 0;
}
a.boton1.boton2 {
    font-size: 16px;
    display: flex;
    gap: 10px;
    width: fit-content;
    margin: 0 auto 15px auto;
    align-items: center;
    justify-content: center;
}
a.boton1.boton2:before{
	content: "";
	background: url("../img/bus.svg") no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
	    min-width: 20px;
}
a.boton1.boton2:hover:before{
	filter: invert(1);
}
/*a.boton1:hover {
  background: #f6c8ca;
  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: #e75b4b;
    color: #fff;
   /* border: 2px solid #000;
    box-shadow: #000000 -2px 2px 0px 0px;*/
    font-family: 'Montserrat-Black';
   /* -webkit-text-stroke: 0.8px #000;*/
}
a.boton_descarga:hover {
  background: #000000;
}
.logos_footer {
  display: flex;
  max-width: unset;
  margin: auto;
	    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 15px;
}
body footer .grid-container {
  max-width: unset;
}
.logos_footer > div {
  padding: 0;
}
/*.logos_fila1 {
  width: 130px;
}
.logos_fila2 {
    width: auto;
}
.logos_fila2d {
    width: 275px; 
}
.logos_fila2b {
        max-width: 850px;
    width: 100%;
}
.logos_fila2c {
        width: 100%;
    max-width: 415px;
}
.logos_fila2e {
    width: 160px;
}
.logos_fila2m {
    width: 320px;
}
.logos_fila2d {
    width: 160px;
}*/
.cont_logos_fila2b,
.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,
.logos_fila2m { 
  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;
	    width: 100%;
}
.titulo_logos p {
    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
	text-align: center;
}
.logos_footer img {
  margin: 10px ;
  display: inline-block;
}

.logos_footer .cont_logos_fila2b img {
  margin: 5px 15px;
  display: inline-block;
}
.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{
	width: 100%;
}
.logos_footer img[src*="gobierno-de-cantabria"] {  max-width: 100px;}
.logos_footer img[src*="anio-jubilar"] {  max-width: 120px;}
.logos_footer img[src*="cantabria-infinita"] {  max-width: 120px;}
.logos_footer img[src*="cabarceno"] {  max-width: 170px;}
.logos_footer img[src*="santander"] {  max-width: 170px;}
.logos_footer img[src*="atresmedia"] {  max-width: 140px;}
.logos_footer img[src*="cutty-sark"] {  max-width: 60px;}
.logos_footer img[src*="el-aguila"] {  max-width: 60px;}
.logos_footer img[src*="pepsi"] {  max-width: 60px;}
.logos_footer img[src*="mimoondo"] {  max-width: 120px;}
.logos_footer img[src*="guppy"] {  max-width: 120px;}
.logos_footer img[src*="pgl"] {  max-width: 120px;}
.logos_footer img[src*="lupa"] {  max-width: 120px;}
.logos_footer img[src*="myd"] {  max-width: 60px;}
.logos_footer img[src*="ferroluz"] {  max-width: 120px;}
.logos_footer img[src*="redytel"] {  max-width: 100px;}
.logos_footer img[src*="regma"] {  max-width: 100px;}
.logos_footer img[src*="blendio"] {  max-width: 130px;margin-top: 20px;}
.logos_footer img[src*="alsa"] {  max-width: 90px;}
.logos_footer img[src*="mouro"] {  max-width: 110px;}
.logos_footer img[src*="elplanetasonoro"] {  max-width: 90px;}
.logos_footer img[src*="myfest23"] {  max-width: 130px;}
.logos_footer img[src*="sonorama-producciones"] {  max-width: 140px;}
.logos_footer img[src*="art-de-troya"] {   max-width: 80px;}
.logos_footer img[src*="diario-montanes"] {   max-width: 120px;}
.logos_footer img[src*="radio-santander"] {   max-width: 135px;}
.logos_footer img[src*="junta-cyl"] {  max-width: 210px;}
.logos_footer img[src*="caja-viva"] {width: 180px;}

/*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:#ffa400;
}
.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: #ffffff;
    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:#ffa400;
}
#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*="x.com"]:before,
#social-menu-ft a[href*="x.com"]: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;*/
}
.bg_topfooter {
    position: relative;
    left: 0;
    width: 100%;
    height: 41px;
    overflow: hidden;
    background: url(../img/olas1.svg) repeat-x bottom; 
    background-size: 180px;
    z-index: 1;
}

.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: "Montserrat", 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: #f6c8ca;
    padding: 30px 40px;
    box-shadow: #fff -8px 8px 0px -2px, #000 -8px 8px;
    border: 2px solid #000;    
	max-width: 600px;
    margin: auto;
}
.formulario_m.propuestas_musicales.prensa {
    background: #c1c1c1;
}
.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: #f8a300;
	font-weight: 700
}
.formulario_m input[type=submit] {
    display: inline-block;
    background: #ffa400;
    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: #264ca5 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; }
}

#sonocarga2 {
  background: url("../img/sol.svg") no-repeat;
  background-size: contain;
  position: fixed;
  /*display: none;*/
  z-index: 1000;
  animation: movimiento-flotante 4s 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;
}

#sonocarga2.reducido{
	width:0px;height:0px;left:50%;top:50%; z-index: 0;
}
#sonocarga2{
	width:131px;height:100px;left:calc(50% - 66px);top:calc(50% - 50px); 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;
}

.forma_sol {
    position: absolute;
    width: 300px;
    right: 100%;
    z-index: 1;
    height: 300px;
}
.forma1, .forma2, .forma3, .forma4, .forma5 {
    position: absolute;
    width: 16vw;
    left: 100%;
    z-index: 2;
     bottom: -50px;
    height: 80px;
	transform:translateX(-50%);
}
.home .forma1, .home .forma2, .home .forma3, .home .forma4, .home .forma5,
.page-id-69 .forma1, .page-id-69 .forma2, .page-id-69 .forma3, .page-id-69 .forma4, .page-id-69 .forma5 {
	display: block;
}
.forma2 {
  bottom: 20px;
  
}

@keyframes movimiento-horizontal{
	0%{
		transform:translateX(0) translateZ(0)
	}
	100%{
		transform:translateX(-100%) translateZ(0)
	}
}
.cont_top_fechas {
    overflow: hidden;
    height: 34px;
    display: block;
    width: 100%;
    float: left;
    position: absolute;
    top: 104px;
    z-index: 3;
}
.top_fechas {
    width: 100%;
    background: #fff;
	border-top: 2px solid #000;
    border-bottom: 2px solid #000;
	/*overflow: hidden;*/
	display: flex;
}
.contenido_top_fechas {
	animation: movimiento-horizontal 700s linear infinite;
    display: flex;
	align-items: baseline;    white-space: nowrap;
}

@keyframes movimiento-flotante{
	0%{
		transform:translateY(0) translateZ(0)
	}
	50%{
		transform:translateY(-10px) translateZ(0)
	}
	100%{
		transform:translateY(0) translateZ(0)
	}
}
@keyframes movimiento-horizontal1{
	0%{transform:translateX(0)}
	100%{transform:translateX(-120%)}
}
@keyframes movimiento-vertical{
	0%{transform:translateY(-80%)}
	100%{transform:translateY(0)}
}

.forma_sol {
    position: absolute;
    width: 230px;
    right: 30px;
    z-index: 1;
    height: 230px;
    bottom: -60px; 
	animation: movimiento-vertical 20s ease-in-out;

	animation-iteration-count: 1;
}


div[class*="forma"] img {
    height: 100%;
    width: auto;
}
.top_fechas p{
	margin: 0;
	font-weight: 800;
    text-transform: uppercase;
	color: #000000;
    /*text-shadow: #fff -1px 1px 0px, #a6a6a6 -1.5px 1.5px;*/
	margin-right: 15px;
	font-size: 16px;
    padding: 2px 0;display: flex;
	    font-family: 'Montserrat';
}
.top_fechas a {
    color: #0d71b9;    margin-left: 6px;
}
.top_fechas a:hover {
    color: rgb(93, 159, 235);
}
.top_fechas p:after {
    content: "·";
    margin-left: 15px;
    display: inline-block;
    /* width: 17px; */
     margin-top: -3px; 
    font-size: 30px;
    line-height: 25px;
    color: #f8a300;
}
.top_fechas p:nth-child(5n+1):after {
    color: #ffa400;
}
.top_fechas p:nth-child(5n+2):after {
    color: #f8a300;
}
.top_fechas p:nth-child(5n+3):after {
    color: #4b663a;
}
.top_fechas p:nth-child(5n+4):after {
    color: #ffa400;
}
.top_fechas p:nth-child(5n+5):after {
    color: #f8a300;
}
div#content {
    margin-top: 25px;    position: relative;
}
/**************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: #f6c8ca;}
.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}


@keyframes movimiento-horizontal1{
	0%{transform:translateX(-20vw)}
	100%{transform:translateX(-130vw)}
}
@keyframes movimiento-horizontal2{
	0%{transform:translateX(-40vw)}
	100%{transform:translateX(80vw)}
}
.forma1 {
	animation: movimiento-horizontal1 200s infinite linear;
}
.forma2 {
    left: 50%;
	animation: movimiento-horizontal2 300s infinite linear;
}
.logo_cajasorpresa {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 15px;
}
.logo_cajasorpresa img {
    width: auto;
    max-width: 660px !important;
}
.page-id-316 .container.grid-container {
    max-width: unset;
    background: url(../img/top-cajasorpresa.svg) 0px 25px repeat-x;
    background-size: 1900px;
}
.page-id-316 div#content {
	    max-width: 1100px;
    padding-top: 100px;
	    margin: auto;
}
.page-id-316 .entry-content h2 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 42px;
    color: #000;
	text-align: center;
}
.page-id-316 .entry-content h2 span{
    font-size: 26px;     line-height: 34px; display: block;
}
footer.site-info {
    padding: 20px 20px 20px 10px;
}
.cuadro_amarillo .siteorigin-widget-tinymce.textwidget,
.preguntas_frecuentes .siteorigin-widget-tinymce.textwidget {
    position: relative;
    background: #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: 18px;
    line-height: 1.1;
    font-family: 'Montserrat';
}
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: 'Roundest-Serial-Heavy';
    /*font-weight: 900;*/
    margin: 0 auto;
    max-width: 1000px;
	color: #fcf0e2;
	    /*-webkit-text-stroke: 2px #000;
    -webkit-text-fill-color: white;*/
	line-height: 1.2;
  text-transform: uppercase;
}
.bandas_home p .fila > span {
    display: inline-flex;
    gap: 20px;
}
span.blanco {
    color: #fff;
}
span.subtexto {
    display: block;
    font-size: 30px;
    margin-top: -36px;
}
span.subtexto2{
  font-size: 0.9em;
}
.cartel .banda {
    display: inline-block;
    position: relative;
}
.cartel .banda::after {
    content: "·";
    display: inline-block;
    font-weight: 800;
    color: #f8a300;
    margin: 0px 0px 0 15px;
    font-size: 1.2em;
    line-height: 0;
}
.cartel .banda.sin-punto::after {
    color: rgb(248 163 0 / 0%);
}
p.bandas_g {
    font-size: 100px;
    line-height: 0.95;
	    /*font-size: 74px;*/
}
p.bandas_g.g2 {
    font-size: 140px;
}
p.bandas_m {
    font-size: 80px;
    line-height: 70px;
	/*font-size: 58px;*/
}
p.bandas_m.m2 {
    font-size: 68px;
    line-height: 60px;
	/*max-width: 620px;*/
}
p.bandas_p {
    font-size: 50px;
    line-height: 42px;
	/*font-size: 40px;
	-webkit-text-stroke: 1.5px #000;*/
}
span.pais {
      font-size: 36px;
    line-height: 1;
    text-align: left;
    max-width: 260px;
    display: flex;
    align-items: center;
}
p.bandas_m span.pais{font-size: 10px;}
p.bandas_p span.pais{font-size: 8px;}
.bandas_home {
    margin-top: 20px;
}

.texto_home.txt_home_movil {
    display: none;
}
.contenedor_home {
    width: 100%;
	    position: relative;
    z-index: 2;
   /* display: grid;
    grid-template-columns: 1fr 790px;
    grid-gap: 30px;*/
	/*margin-bottom: 50px;*/
}
.contenedor_home .texto_home {
    position: sticky;
    align-self: flex-start !important;
    top: 20px;
}
.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: #f8a300;
}
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: "Montserrat", Sans-serif;
    font-size: 23px;
    margin-left: 10px;
    font-weight: normal;
    background: #ffa400;
    margin-top: 10px;
    margin-bottom: 20px;
}
.programacion_foro a:hover {
    background: #272e2b;
    color: #fff;
}
span.separador {
   /* display: block;
    padding-left: 8px;
    color: #000000 !important;*/
   /* float: right;*/
    line-height: 0.7;
}
.ocultocartel {
    /*background: #000000;*/
	position: relative;
}
.bandas_g span.separador{
	float: none;
	display: inline-block;
	padding-left: 0;
}
.bandas_home p .ocultocartel {
	    color: #fff;
    display: inline-block;
    padding: 18px 25px;
    font-size: 22px;
    line-height: 1;
	    top: -7px;
	-webkit-text-stroke: 1px #000;
}
.bandas_home p.bandas_p .ocultocartel {
    padding: 14px 25px;
    font-size: 20px;
    top: -9px;
}
/*.ocultocartel:before{
	content: "";
    background: #000000;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: -6px;
	left: 0;
}*/
.negro.ocultocartel{
    background: #000000;
}
.amarillo{
	color:#ffa400;
}
.azul.ocultocartel{
    background: #000000;
}
span.fila {
    display: block;
   /* float: left;*/
    width: 100%;
    position: relative;
}
span.fila.texto_previo {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 20px;
}
span.fila.foto_home {
    margin-top: 20px;
}
span.fila.foto_home img {
    border: 3px solid #000;
	max-width: 660px;
    width: 100%;
}
.top2_cartel_home img {
    width: 100%;
    max-width: 550px;
}
.oc_pc {
    display: none;
}
div#primary {
    width: 100%;
}
.main-navigation .main-nav ul li.destacado a {
    background: #db3135;
    margin: 0 10px;
    display: inline-block;
    padding: 12px 25px;
    text-align: center;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    font-weight: 400;
    clip-path: polygon(51% 4%, 98% 3%, 100% 99%, 53% 96%, 2% 100%, 0 4%);
    letter-spacing: 1px;
}
.main-navigation .main-nav ul li.destacado > a:hover{
	    color: #ffffff !important;
	    background: #000 ;
}
.home .boton_cartel{ display: none;}

/*.page-id-88 .container.grid-container {
    max-width: unset;
}*/
.listado_artistas {
    display: flex;
    flex-wrap: wrap;
}
.li_artista {
    position: relative;
    margin: 5px;
    width: 350px;
    height: 350px;
	box-shadow: #000000 -2px 2px 0px 0px;
    border: 2px solid #000000;
}
.li_img_artista {
    display: block;
    width: 100%;
    height: 100%;
	overflow: hidden;
}
.li_img_artista img{
    display: block;
    width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .2s ease-in-out;
}
.li_img_artista:hover img{
	transform: scale(1.1);
}
.li_txt_artista {
    position: absolute;
    bottom: 0;
    background: rgb(72 102 60 / 59%);
    width: calc(100% - 30px);
    text-align: center;
    padding: 15px;
}
.li_artista:nth-child(3n+1) .li_txt_artista{
    background: rgb(86 151 213 / 60%);
}
.li_artista:nth-child(3n+2) .li_txt_artista{
    background: rgb(198 56 59 / 59%);
}
.li_artista:nth-child(3n+3) .li_txt_artista{
    background: rgb(72 102 60 / 60%);
}
	.li_artista:nth-child(2n+1) .li_txt_artista{ background: rgb(218 84 81 / 60%);}
	.li_artista:nth-child(2n+2) .li_txt_artista{ background: rgb(40 35 93 / 60%);}
.li_txt_artista p{
	margin: 0;
	color: #fff;
	font-family: 'Montserrat-Black' !important;
	text-transform: uppercase;
	    font-size: 26px;
	    line-height: 1;
    -webkit-text-stroke: 1px #000;
}
.top2_cartel_home.nota {
    display: block;
    margin: 20px auto -10px;
    background: #fff;
    padding: 10px;
    max-width: 300px;
    border-radius: 2px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.top2_cartel_home.nota p{
	font-family: 'Montserrat-Black';
	margin-bottom: 0;
	-webkit-text-stroke: 1px #000;
	color: #ffa400;
	font-size: 35px;
    line-height: 1;
}
.top2_cartel_home.nota p span.rojo {
    font-size: 18px;
    display: block;
}
.patrocinador_principal_top img { width: 100%; max-width: 230px;}
.patrocinador_principal_top.top_izda img { width: 100%; max-width: 250px;}
.patrocinador_principal_top { 
	position: absolute;
    right: 30px;
    top: 50px;
        z-index: 3;
}
.patrocinador_principal_top.top_izda {
    left: 20px;
    right: unset;
} 
.site-logo a {
    display: flex;
    /* flex-direction: column; */
    grid-gap: 15px;
    padding-top: 5px;
    line-height: 1;
    align-items: center;
}
span.subtitulo_logo {
    font-weight: 900;
    color: #ffffff;
    font-size: 12px;
    text-align: left;
}
.oculto_domingo{display: none;}
/* .top2_cartel_home.oculto_pc {
    display: block;
    position: absolute;
    left: calc(50% - (calc(50vw - 50px)));
} */
 .bottom_cartel_home {
    color: #fbf0e1;    margin-bottom: 70px;
}
 .top2_cartel_home {
    display: grid;
    grid-template-columns: 240px 1fr;
    grid-gap: 20px;
    max-width: 780px;
    margin: 30px auto -10px;
}
.top2_cartel_home p {
    margin: 0;
    text-align: center;
    color: #fcf0e2;
        line-height: 1;
}
.top2_cartel_home p.morganite {
    font-family: "Morganite-SemiBold";
    font-size: 76px;
}
.top2_cartel_home p.morganite strong {
    font-family: "Morganite-Black";
}
.top2_cartel_home p.rounds {
    font-family: 'Roundest-Serial-Heavy';
    font-size: 46px;
    margin-bottom: 15px;
    line-height: 0.8;
    color: #f8a300;
display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}
.top2_cartel_home p.rounds strong.morganite {
    font-family: "Morganite-SemiBold";
    font-size: 28px;
    display: inline-flex;
    width: 24px;
    height: 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    padding: 4px;
    background: #f8a300;
}
.top2_cartel_home p.rounds.fecha1 {
    font-size: 38px;
    margin-bottom: 5px;
}
.top2_cartel_home img {
    max-width: 290px;
}
.bandas_home {
    margin-top: 40px;
}
.top2_cartel_home.oculto_mv  { display: none;
	
}
.tabla_horarios {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: start;
    justify-content: end;
}
.tabla_horarios > p.fila_horarios:first-child {
    grid-column-end: 3;
    grid-column-start: 1;
    max-width: 600px;
    margin: 0 auto;
}
.tabla_horarios p.fila_horarios {
    font-family: 'Roundest-Serial-Heavy';
	    color: #fcf0e2;
    font-size: 34px;
    margin-bottom: 10px;
    display: grid;
    align-items: center;
    grid-gap: 20px;
    grid-template-columns: 1fr 105px;
    line-height: 1;
    text-align: right;
    text-transform: uppercase;
}
.tabla_horarios p.fila_horarios span.hora {
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 5px;
	font-size: 28px;
	font-family: 'Montserrat-Black';
	color: #000;
}
.fila_confoto {
    display: grid !important;
    grid-template-columns: 40% 1fr;
    grid-gap: 40px;
}
.fila_confoto .panel-grid-cell, .fila_confoto .panel-grid-cell .widget_media_image{
  width: 100% !important;
  height: 100% !important;
}
.fila_confoto .widget_media_image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100% !important;
}
.bandas_home p.conpuntos {
    max-width: 1030px;
    transform: translateX(0.35em);
}
.entry-content p, .entry-content ol, .entry-content li, .entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{
      color: #fcf0e2;
}
@keyframes mov-faro{
	0%{
		transform:rotate(0) translateY(0)
	}
  50%{
		transform: rotate(4deg) translateY(3.5vw)
	}
	100%{
		transform:rotate(0) translateY(0)
	}
} 
.forma_faro {
    width: 90px;
    position: absolute;
    bottom: -50px;
    left: 40px;
}
.forma_faroluz {
    position: absolute;
    width: 110vw;
    height: 940px;
    bottom: -17px;
    left: 30px;
    animation: mov-faro 10s ease-in-out infinite; 
}
.forma_faroluz img {
    width: 100% !important;
    height: 100% !important;
}
.texto_footer h3 {
    margin-top: 10px;
    font-size: 26px;
    margin-bottom: 0;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose, #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose * {
    background: unset !important;
}
    #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose h5, #cmplz-document .cmplz-dropdown .cookies-per-purpose h5, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose h5 {
        line-height: 1;
        font-size: 14px;
        font-family: inherit;
    }
.dia_horarios span {
    font-family: "Morganite-SemiBold";
    font-size: 28px;
    display: inline-flex;
    width: 24px;
    height: 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 100%;
    padding: 4px;
    background: #f8a300;
}
.dia_horarios {
    font-family: 'Roundest-Serial-Heavy';
    color: #ffa400 !important;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}
.sow-accordion-title {
    font-size: 22px !important;
    font-weight: 800 !important;
}
.entry-content .sow-accordion-panel-content p, 
.entry-content .sow-accordion-panel-content li{
color: #0a0a0a;
}
.sow-accordion-panel-border p:last-child {
    margin-bottom: 0;
}
.sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
    padding: 25px 35px !important;
}

@media (min-width: 795px){
	.page.separate-containers .inside-article {padding-top: 100px;padding-bottom: 100px;}
  .home.separate-containers .inside-article {padding-top: 40px;}
}
@media (max-width: 1560px){
	.main-navigation a { font-size: 26px;}
	.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){
	.imagen_cartel img { max-width: 100% !important;}
	.top2_cartel_home img {max-width: 230px;}
	.top2_cartel_home p { font-size: 15px;}
}
@media (max-width: 1270px){
	/*.bandas_home {margin-top: 20px;}
	.top2_cartel_home.oculto_mv {display: block;}
	.top2_cartel_home.oculto_pc{ display: none;}*/
	.bandas_home p.bandas_m {    font-size: 52px;  line-height: 50px;}
	.bandas_home p.bandas_m.m2 {    font-size: 46px;  line-height: 44px;}
	.bandas_home p.bandas_p {    font-size: 38px;  line-height: 38px;margin-bottom: 10px;}
	p.bandas_g { font-size: 82px;  display: block; }
	p.bandas_g.g2{font-size: 120px; }
  span.pais {font-size: 32px;}
  span.subtexto {font-size: 26px; margin-top: -23px;}
  .banner_ecoembes{margin-left: 100px;}
}
@media (max-width: 1235px){
	.top2_cartel_home {margin-top: 70px;}
  .patrocinador_principal_top.top_izda img {max-width: 210px;}
  .patrocinador_principal_top.top_izda{left: calc(50% - 105px);}
  .contenedor_contenidos:before {    width: 370px;    top: -170px;    height: 370px;}
}



@media (max-width: 1190px){
	.li_artista { width: calc(33.3333vw - 46px); height: calc(33.3333vw - 46px);}
	.li_artista:nth-child(2n+1) .li_txt_artista{ background: rgb(218 84 81 / 60%);}
	.li_artista:nth-child(2n+2) .li_txt_artista{ background: rgb(40 35 93 / 60%);}
}
@media (max-width: 1080px){
	.bandas_home {margin-top: 20px;}
	.top2_cartel_home.oculto_mv {display: block;}
	.top2_cartel_home.oculto_pc{ display: none;}
  .page-id-191 .entry-content,
  .page-id-267 .entry-content {padding-left: 100px;}
}
@media (max-width: 1024px){
	span.subtitulo_logo { font-size: 11px; margin-top: -6px;}
	.oc_mv{display: none;}
	.oc_pc { display: block;}
	.contenedor_home { grid-template-columns: 100%;}
	.contenedor_home .texto_home{position: relative;}
	.texto_home.txt_home_movil { display: block;}
	.bandas_home p { width: 100%;}
	
	.bandas_home p .ocultocartel { padding: 13px 20px;font-size: 18px; top: -10px;}
	.bandas_home p.bandas_p .ocultocartel { padding: 10px 16px 9px 16px;font-size: 15px; top: -7px;}
	
.salto_mv_antes > .panel-grid-cell{  position: relative; }
	.texto_home p {  margin: 0px !important;}
	.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;}
	.cont_top_fechas { top: 105px;}
	.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: 24px; line-height:1.2;}
	.site-header .header-image { width: 182px; }
	.contenedor_home > div { width: auto;  margin: auto;}
	/*.bandas_home p {  -webkit-text-stroke: 1px #000;}*/
	.patrocinador_principal_top img { max-width: unset;width: 200px;}
	/*.patrocinador_principal_top {right: calc(50% - 100px);top: 130px;}*/
	a.boton1 { font-size: 22px;}
}
@media(max-width:955px) {
	span.subtitulo_logo {font-size: 9.5px;margin-top: -10px; margin-left: -7px; }
	.forma_sol{width: 150px; height: 150px;}
	.cont_premios_ft { background-size: 20vw; background-position-x: 44vw; background-position-y: 3vw;}
  /*.logos_footer {  display: block; width: 100%; float: left; margin-bottom: 20px; }
  
  .logos_fila2 { float: left;  width: 100%;  }
  .logos_fila2c,.logos_fila2d {  width: 50%;margin-top: 20px; float: left; }*/
  .site-header .header-image {width: 150px; padding: 5px 0;}
	.copyright-bar{ flex-direction: column-reverse;}
	.menu_legal {margin-bottom: 5px;}
	.inside-header { padding: 15px 25px;}
	.cont_top_fechas { top: 85px;}
	.inside-header.grid-container.grid-parent { min-height: 72px;}
	.inside-header {padding: 7px 25px;}
	.site-logo img {width: 85px;}
  .bandas_home p .fila > span {   gap: 1.4vw;}
  .top2_cartel_home { grid-template-columns: 190px 1fr;}
}

@media (max-width: 940px){
	.bandas_home p.bandas_m {font-size: 52px;  line-height: 50px;}
	.bandas_home p.bandas_m.m2 {font-size: 5.0vw; line-height: 0.95;}
	p.bandas_g { font-size: 8.3vw; }
	p.bandas_g.g2{font-size: 12.7vw; }
  span.subtexto {font-size: 26px;}
  span.pais {font-size: 3.4vw; max-width: 28vw;}
}

@media(max-width:800px) {
	.tabla_horarios { grid-template-columns: 100%; grid-gap: 0px;}
	.tabla_horarios > p.fila_horarios:first-child {grid-column-end: unset;grid-column-start: unset; margin-bottom: 10px;}
	.tabla_horarios p.fila_horarios {max-width: fit-content;margin: 0 auto 10px;}
}

@media(max-width:795px) {
	.patrocinador_principal_top {top: -20px;}
  .top2_cartel_home {margin-top: 0 ;}
      .contenedor_contenidos:before {top: -240px;right: -170px;}
	.site-logo img {width: 93px; margin: -7px 0;}
	.site-logo a { flex-direction: row; grid-gap: 10px;align-items: center; justify-content: center;}
	span.subtitulo_logo {font-size: 12px;  margin-top: -9px;  margin-left: 10px;  text-align: left;    }
	.home .salto_mv_antes { /*flex-direction: column-reverse !important;*/flex-direction: column !important;padding-top: 20px !important;}
	.forma1, .forma2, .forma3, .forma4, .forma5{ /*animation: unset;*/    width:170px;}
  .bottom_cartel_home {margin-bottom: 70px;}
	.forma1, .forma5{left: 80%;}
	/*.home .texto_home { padding-top: 00px;}*/
	.condiciones_2col ol{column-count: 1;}
	.imagen_cartel { margin: -35px 0 30px 0;}
	button.menu-toggle { width: 60px;    margin-top: 0;}
	.cont_top_fechas { top: 86px;}
	.main-navigation .main-nav ul li a {font-size: 28px; line-height: 1.2; padding: 5px 10px;  color: #fff !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;}
	.inside-header {padding: 15px 20px;}
	.site-logo {  float: left !important;}
	.inside-navigation {   position: unset; }
	.header-aligned-right .site-header, .site-header {position: fixed;z-index: 99999999; width: 100%; top: 0;}
	div#page {margin-top: 75px;}
	div#primary-menu { width: 100%; position: absolute; left: 0px; top: 78px; background: rgb(32 42 108 / 97%);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: #f6c8ca;}
	.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;}
	.copyright-bar {  width: 100%;}
	/*.patrocinador_principal_top { right:unset;    left: calc(50% - 75px); }*/
	div#page {  margin-top: 155px;padding-bottom: 160px; }
  .home div#page {padding-bottom: 0;    }
}
@media (max-width: 780px){
  .li_artista { width: calc(50vw - 62px); height: calc(50vw - 62px);}
	.li_artista:nth-child(3n+1) .li_txt_artista{ background: rgb(218 84 81 / 60%);}
.li_artista:nth-child(3n+2) .li_txt_artista{ background: rgb(255 164 0 / 59%);}
.li_artista:nth-child(3n+3) .li_txt_artista{ background: rgb(40 35 93 / 60%);}
.fila_confoto { grid-template-columns: 100%;}
.fila_confoto .panel-grid-cell{margin-bottom: 0 !important;}
.fila_confoto .panel-grid-cell .widget_media_image {    max-height: 300px !important;}
}
@media (max-width: 768px){
	.top2_cartel_home img { width: 40vw;min-width: 210px; max-width: 100%;}
	/*p.bandas_g { font-size: 48px; line-height: 1.2;}*/
	.bandas_home p.bandas_g .separador{ display: none;}
	span.fila.texto_previo{ font-size: 26px;}
.fila_confoto .panel-grid-cell{margin-bottom: 0 !important;}
.page-id-191 .entry-content,.page-id-267 .entry-content {padding-left: 0;}
}
@media (max-width: 730px){
  .top2_cartel_home{display: block;}
  .left_top {    position: absolute;    left: 20px;    top: -50px;}
  .top2_cartel_home .left_top img {width: 200px;min-width: unset;}
  .patrocinador_principal_top.top_izda{ left: unset; right: 20px;}
  .contenedor_contenidos:before {top: -280px;right: calc(50% - 200px);}
  body { background-size: 120vh;}
  .right_top {margin-top: 45px;}
}

@media (max-width: 660px){
	.bandas_home p.bandas_m.m2 {font-size: 4.6vw;}
	p.bandas_g { font-size: 8vw; }
	p.bandas_g.g2{font-size: 12vw; }
  span.pais {font-size: 3.4vw; max-width: 28vw;}

	/*.bandas_home p.bandas_m { font-size: 7vw; line-height: 7vw;}
	.bandas_home p.bandas_m.m2 { font-size: 6.5vw; line-height: 1;}
	.bandas_home p.bandas_p {    font-size: 5vw;  line-height: 5vw;}
	.bandas_home p .ocultocartel { padding: 1.6vw 2.5vw 1.4vw 2.5vw; font-size: 2.2vw; top: -1vw;}
	.bandas_home p.bandas_p .ocultocartel { padding: 1.6vw 2.5vw 1.4vw 2.5vw;font-size: 1.8vw; top: -1vw;}
  p.bandas_g {  font-size: 9vw;  line-height: 1; margin-bottom: 5px; }
	span.subtexto { font-size: 3.1vw; margin-top: -2.5vw;}
	.bandas_home p.bandas_g .separador {     display: inline-block;    }*/
}
@media (max-width: 640px){
	.contenidos_cartel p { margin-bottom: 0.5em;}
	.contenidos_cartel { padding: 70px 70px 100px; }
	.contenidos_cartel p span { font-size: 18px;}
	.cartel_home { background-size: 805px;}
	.cartel_home:before { background-size: 230px;}
	.cabecera_cartel_home { background-size: 975px;}
	.cabecera_cartel_home:before { background-size: 95px;}
	.cabecera_cartel_home:after { background-size: 95px;}
	.cartel_home:after { background-size: 975px;}
	.lateral_cartel1 {background: url(../img/bg_cartel_bottomleft-m.svg) no-repeat bottom left; background-size: 845px;background-position-x: -7px;}
	.lateral_cartel2 {background: url(../img/bg_cartel_bottomright-m2.svg) no-repeat bottom right;background-size: 93px; background-position-x: calc(100% + 3px);}
	.lateral_cartel2:after { background-size: 1085px;background-position-y: calc(100% - 62px);}
	.pie_cartel_home {background-size: 835px;background-position-y: calc(100% - 25px); background-position-x: 40px;}
	.contenidos_cartel p.logosono img { max-width: 230px;}
	.logo_cajasorpresa img { max-width: 100% !important;}
	/* .tabla_horarios {max-width: 380px;} */
  .dia_horarios{font-size:38px;}
	.tabla_horarios p.fila_horarios { font-size: 32px;
        line-height: 1.1;
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: flex-end !important;
        width: 100%;
        max-width: unset;}
	.tabla_horarios p.fila_horarios span.hora {font-size: 26px;        line-height: 1;}
  .page-id-191 .forma_faro, .page-id-267 .forma_faro {left: -45px;}
  .page-id-191 .forma_faroluz, .page-id-267 .forma_faroluz {left: -20px;}
  .page-id-191 div#page, .page-id-267 div#page {padding-bottom: 0;}
}
@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;}
	.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%;}
	.inside-article {  margin-left: 0px; margin-right: 0px;}
	h1 { font-size: 36px !important; margin: 0 0 20px 0 !important;}
}
@media (max-width: 540px){
	h1 {font-size: 32px !important;}
	.contenedor_home { margin: 0 -15px -40px; width: calc(100% + 30px);}
	p.bandas_g {font-size: 9vw;}
	.bandas_home p.bandas_m.m2 {font-size: 6vw;}
  p.bandas_g.g2 {font-size: 12.8vw;}
	.logos_footer img[src*="logo-esp"] { width: calc(100% - 20px);}
	.top2_cartel_home .left_top img { max-width: 160px;}
  .right_top {margin-top: 25px;}
  .top2_cartel_home p.morganite {font-size: 14vw;}
  .top2_cartel_home p.rounds {font-size: 8.5vw;}
  .top2_cartel_home p.rounds.fecha1 {font-size: 7vw;}
  .patrocinador_principal_top.top_izda img {max-width: 45vw;    }
  .contenedor_contenidos:before {top: -180px;right: unset;width: 260px;left: -110px;height: 260px;}
  .forma_faro {width: 80px;left: 10px; bottom: -140px;}
  .forma_faroluz {bottom: -147px;opacity: 0.8;}
  .bottom_cartel_home { margin-bottom: 110px;}
  .bottom_cartel_home p:last-child{margin-left: 50px;}
  .banner_ecoembes{margin-left: 65px;}
}
@media (max-width: 465px){
	.site-logo img {width: 84px;}
	.menu-toggle{padding: 0 !important;}
  .cont_top_fechas {    top: 76px; }
	/*.patrocinador_principal_top{right: calc(50% - 80px);    top: 125px; }
	div#page {  margin-top: 125px;  }
	.patrocinador_principal_top img{  width: 170px;}
	.inside-header {   padding: 13px 15px; }
	*/
	.site-header .header-image {   padding: 0; margin-bottom: -10px;   width: 140px; }
}
@media (max-width: 460px){
	span.subtitulo_logo {font-size: 10px;  margin-top: 0px; }
	/* .bandas_home p.bandas_g{ font-size: 54px;}
	span.subtexto { font-size: 20px; margin-top: -17px;}
	.bandas_home p.bandas_m { font-size: 38px; line-height: 37px;}
	.bandas_home p.bandas_m.m2 { font-size: 34px; line-height: 34px;}
	.separate-containers .inside-article { padding: 40px 0px; }
	.bandas_home p.bandas_p {    font-size: 22px; line-height: 24px;    display: block; float: left; width: 100%;}
	.bandas_home p.bandas_g .separador{display: none;} */
	.bandas_home p .ocultocartel {     padding: 7px 10px 5px 10px; font-size: 12px;  top: -5px;}
	.bandas_home p.bandas_p .ocultocartel { padding: 7px 10px 5px 10px; font-size: 10px;  top: -5px;}
	.top_cartel_home p, .top2_cartel_home p { font-size: 14px;}
	a.boton1{font-size: 20px; line-height: 16px;}
	.li_artista { width: calc(100vw - 90px); height: calc(100vw - 90px);}
	.tabla_horarios p.fila_horarios { font-size: 32px;grid-template-columns: 1fr 85px;}
	
	.tabla_horarios p.fila_horarios span.hora {padding: 3px;font-size: 22px; margin-top: 4px;}
}