:root {
  --color-white: #fff;
  --color-black: #231f20;
  --color-info: #5ab7cc;
  --color-primary: #007da4;
  --color-primary-hover: #ffa044;
  --color-secondary: #fa7c51;
  --color-tertiary: #fa7c51;
  --color-danger: #cc2229;
  --color-denim: #1577BE;
  --color-warning: #e0922f;
  --color-lightwarning: #b6e5ff;
  --color-success: #248b42;
  --color-purple: #32194c;
  --color-pink: #b71781;
  --color-salmon: #d35e2f;
  --color-lightgray: #f3f3f3;
  --color-gray: #e7e7e7;
  --color-darkgray: #8c8c8c;
  --color-youtube: #f70000;
  --color-spotify: #1ecf5f;
  --color-yellow: #700ba7;
  --color-tradewind: #69BCB5;
  --color-redviolet: #CB3494;
  --color-sanjuan: #2a4c70;
  --color-silvertree: #70ba96;
  --color-ming: #406d90;
  --color-firebush: #e5a92f;
  --color-indoniche: #c66e04;
  --color-poloblue: #8fb6d8;
  --color-flushmahogamy: #c83e37;
  /* new colors 2025 */
  --color-flamenco: #ff8808;
  --color-elm: #1d7867;
  --color-deepcerulean: #007da5;
  --color-metallicbronze: #4b2b1c;
  --color-piper: #d05421;
  --color-coral: #fb7c51;
  --color-steelblue: #4699ab;

  --shadow-1: rgba(0, 0, 0, 0.1);
  --shadow-2: rgba(0, 0, 0, 0.2);
  --shadow-3: rgba(0, 0, 0, 0.3);
  --shadow-4: rgba(0, 0, 0, 0.4);
  --shadow-5: rgba(0, 0, 0, 0.5);
  --shadow-6: rgba(0, 0, 0, 0.6);
  --shadow-7: rgba(0, 0, 0, 0.7);
  --shadow-8: rgba(0, 0, 0, 0.8);
  --shadow-9: rgba(0, 0, 0, 0.9);
}

/* bg 2025 */

.bg-flamenco {
  background: var(--color-flamenco) !important;
  color: white;
}

.bg-elm {
  background: var(--color-elm) !important;
  color: white;
}

.bg-deepcerulean {
  background: var(--color-deepcerulean) !important;
  color: white
}

.bg-metallicbronze {
  background: var(--color-metallicbronze) !important;
  color: white;
}

.bg-piper {
  background: var(--color-piper) !important;
  color: white;
}

.bg-coral {
  background: var(--color-coral) !important;
  color: white;
}

.bg-steelblue {
  background: var(--color-steelblue) !important;
  color: white;
}

/* end bg 2025 */

.bg-info {
  background: var(--color-info);
  color: var(--color-white);
}

.bg-denim {
  background: var(--color-denim);
  color: var(--color-white);
}

.bg-primary {
  background: var(--color-primary);
  color: var(--color-white);
}

.bg-secondary {
  background: var(--color-secondary);
  color: var(--color-white);
}

.bg-tertiary {
  background: var(--color-tertiary) !important;
  color: var(--color-white) !important;
}

.bg-tradewind {
  background: var(--color-tradewind);
  color: var(--color-white);
}

.bg-redviolet {
  background: var(--color-redviolet);
  color: var(--color-white);
}

.bg-warning {
  background: var(--color-warning);
  color: var(--color-black);
}

.bg-lightwarning {
  background: var(--color-lightwarning);
  color: var(--color-black);
}

.bg-success {
  background: var(--color-success);
  color: var(--color-white);
}

.bg-purple {
  background: var(--color-purple);
  color: var(--color-white);
}

.bg-pink {
  background: var(--color-pink);
  color: var(--color-white);
}

.bg-salmon {
  background: var(--color-salmon);
  color: var(--color-white);
}

.bg-lightgray {
  background: var(--color-lightgray);
  color: var(--color-black);
}

.bg-gray {
  background: var(--color-gray);
  color: var(--color-black);
}

.bg-white {
  background: var(--color-white);
  color: var(--color-black);
}

.bg-black {
  background: var(--color-black);
  color: var(--color-white);
}

.bg-ming {
  background: var(--color-ming) !important;
  color: var(--color-white) !important;
}

.bg-firebush {
  background: var(--color-firebush) !important;
  color: var(--color-white) !important;
}

.bg-silvertree {
  background: var(--color-silvertree) !important;
  color: var(--color-white) !important;
}

.bg-indoniche {
  background: var(--color-indoniche) !important;
  color: var(--color-white) !important;
}

.bg-poloblue {
  background: var(--color-poloblue) !important;
  color: var(--color-white) !important;
}

.bg-flushmahogamy {
  background: var(--color-flushmahogamy) !important;
  color: var(--color-white) !important;
}

.text-primary {
  color: var(--color-silvertree);
}

.text-warning {
  color: var(--color-warning);
}

.text-success {
  color: var(--color-success);
}

.text-salmon {
  color: var(--color-salmon);
}

.text-info {
  color: var(--color-purple);
}

.text-black {
  color: var(--color-black);
}

.text-white {
  color: var(--color-white);
}

.bg-youtube {
  background: var(--color-youtube);
}

.bg-spotify {
  background: var(--color-spotify);
}

.text-youtube {
  color: var(--color-youtube);
}

.text-spotify {
  color: var(--color-spotify);
}

@font-face {
  font-family: 'bjorn';
  src: url("./fonts/bjorn_halftone-webfont.eot");
  src: url("./fonts/bjorn_halftone-webfont.eot?#iefix") format('embedded-opentype'), url("./fonts/bjorn_halftone-webfont.woff2") format('woff2'), url("./fonts/bjorn_halftone-webfont.woff") format('woff'), url("./fonts/bjorn_halftone-webfont.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'bjorn';
  src: url("./fonts/bjorn_light-webfont.eot");
  src: url("./fonts/bjorn_light-webfont.eot?#iefix") format('embedded-opentype'), url("./fonts/bjorn_light-webfont.woff2") format('woff2'), url("./fonts/bjorn_light-webfont.woff") format('woff'), url("./fonts/bjorn_light-webfont.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'bjorn';
  src: url("./fonts/bjorn_regular-webfont.eot");
  src: url("./fonts/bjorn_regular-webfont.eot?#iefix") format('embedded-opentype'), url("./fonts/bjorn_regular-webfont.woff2") format('woff2'), url("./fonts/bjorn_regular-webfont.woff") format('woff'), url("./fonts/bjorn_regular-webfont.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'mono-rgo_modular';
  src: url("./fonts/mono-rgomodular-bold-webfont.eot");
  src: url("./fonts/mono-rgomodular-bold-webfont.eot?#iefix") format('embedded-opentype'), url("./fonts/mono-rgomodular-bold-webfont.woff2") format('woff2'), url("./fonts/mono-rgomodular-bold-webfont.woff") format('woff'), url("./fonts/mono-rgomodular-bold-webfont.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'mono-rgo_modular';
  src: url("./fonts/mono-rgomodular-regular-webfont.eot");
  src: url("./fonts/mono-rgomodular-regular-webfont.eot?#iefix") format('embedded-opentype'), url("./fonts/mono-rgomodular-regular-webfont.woff2") format('woff2'), url("./fonts/mono-rgomodular-regular-webfont.woff") format('woff'), url("./fonts/mono-rgomodular-regular-webfont.ttf") format('truetype');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'mono-rgo_modular';
  src: url("./fonts/mono-rgomodular-semibold-webfont.eot");
  src: url("./fonts/mono-rgomodular-semibold-webfont.eot?#iefix") format('embedded-opentype'), url("./fonts/mono-rgomodular-semibold-webfont.woff2") format('woff2'), url("./fonts/mono-rgomodular-semibold-webfont.woff") format('woff'), url("./fonts/mono-rgomodular-semibold-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

.wa {
  width: auto;
}

.w0 {
  width: 0%;
}

.w1 {
  width: 1%;
}

.w2 {
  width: 2%;
}

.w3 {
  width: 3%;
}

.w4 {
  width: 4%;
}

.w5 {
  width: 5%;
}

.w6 {
  width: 6%;
}

.w7 {
  width: 7%;
}

.w8 {
  width: 8%;
}

.w9 {
  width: 9%;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

.sd {
  font-size: 10px;
}

.s01 {
  font-size: 0.1em;
}

.s02 {
  font-size: 0.2em;
}

.s03 {
  font-size: 0.3em;
}

.s04 {
  font-size: 0.4em;
}

.s05 {
  font-size: 0.5em;
}

.s06 {
  font-size: 0.6em;
}

.s07 {
  font-size: 0.7em;
}

.s08 {
  font-size: 0.8em;
}

.s09 {
  font-size: 0.9em;
}

.s10 {
  font-size: 1em;
}

.s11 {
  font-size: 1.1em;
}

.s12 {
  font-size: 1.2em;
}

.s13 {
  font-size: 1.3em;
}

.s14 {
  font-size: 1.4em;
}

.s15 {
  font-size: 1.5em;
}

.s16 {
  font-size: 1.6em;
}

.s17 {
  font-size: 1.7em;
}

.s18 {
  font-size: 1.8em;
}

.s19 {
  font-size: 1.9em;
}

.s20 {
  font-size: 2em;
}

.s21 {
  font-size: 2.1em;
}

.s22 {
  font-size: 2.2em;
}

.s23 {
  font-size: 2.3em;
}

.s24 {
  font-size: 2.4em;
}

.s25 {
  font-size: 2.5em;
}

.s26 {
  font-size: 2.6em;
}

.s27 {
  font-size: 2.7em;
}

.s28 {
  font-size: 2.8em;
}

.s29 {
  font-size: 2.9em;
}

.s30 {
  font-size: 3em;
}

.s31 {
  font-size: 3.1em;
}

.s32 {
  font-size: 3.2em;
}

.s33 {
  font-size: 3.3em;
}

.s34 {
  font-size: 3.4em;
}

.s35 {
  font-size: 3.5em;
}

.s36 {
  font-size: 3.6em;
}

.s37 {
  font-size: 3.7em;
}

.s38 {
  font-size: 3.8em;
}

.s39 {
  font-size: 3.9em;
}

.s40 {
  font-size: 4em;
}

.s41 {
  font-size: 4.1em;
}

.s42 {
  font-size: 4.2em;
}

.s43 {
  font-size: 4.3em;
}

.s44 {
  font-size: 4.4em;
}

.s45 {
  font-size: 4.5em;
}

.s46 {
  font-size: 4.6em;
}

.s47 {
  font-size: 4.7em;
}

.s48 {
  font-size: 4.8em;
}

.s49 {
  font-size: 4.9em;
}

.s50 {
  font-size: 5em;
}

.full-height {
  height: 99.9%;
}

.full-width {
  width: 99.9%;
}

a,
.glyphicon {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a {
  color: var(--color-sanjuan);
  text-decoration: none !important;
}

a:hover {
  color: var(--color-silvertree);
}

.inline {
  display: inline-block;
  vertical-align: middle;
}

.show-xs,
.show-sm,
.show-md,
.show-lg {
  display: none;
}

.inline-xs,
.inline-sm,
.inline-md,
.inline-lg {
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {

  .lt-xs,
  .lt-xs-ch>div {
    width: auto !important;
    display: block;
    float: none;
  }

  .show-xs {
    display: block;
  }

  .inline-xs {
    display: inline-block;
  }

  .hide-xs {
    display: none;
  }
}

@media only screen and (max-width: 768px) {

  .lt-sm,
  .lt-sm-ch>div {
    width: auto !important;
    display: block;
    float: none;
  }

  .show-sm {
    display: block;
  }

  .inline-sm {
    display: inline-block;
  }

  .hide-sm {
    display: none;
  }
}

@media only screen and (max-width: 992px) {

  .lt-md,
  .lt-md-ch>div {
    width: auto !important;
    display: block;
    float: none;
  }

  .show-md {
    display: block;
  }

  .inline-md {
    display: inline-block;
  }

  .hide-md {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {

  .lt-lg,
  .lt-lg-ch>div {
    width: auto !important;
    display: block;
    float: none;
  }

  .show-lg {
    display: block;
  }

  .inline-lg {
    display: inline-block;
  }

  .hide-lg {
    display: none;
  }
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.vb {
  vertical-align: bottom;
}

.bg-fixed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg-fixed-bottom {
  background-position: 50% 100%;
}

.bg-fixed-bottom-left {
  background-position: 0% 100%;
}

.bg-fixed-bottom-right {
  background-position: 100% 100%;
}

.bg-fixed-top {
  background-position: 50% 0%;
}

.bg-fixed-top-left {
  background-position: 0% 0%;
}

.bg-fixed-top-right {
  background-position: 100% 0%;
}

.bg-fixed-right {
  background-position: 100% 50%;
}

.bg-fixed-left {
  background-position: 0% 50%;
}

.bg-fixed-attachment {
  background-attachment: fixed;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  position: relative;
}

.u-p-0 {
  padding: 0px;
}

.u-pl-0 {
  padding-left: 0px;
}

.u-pr-0 {
  padding-right: 0px;
}

.u-pt-0 {
  padding-top: 0px;
}

.u-pb-0 {
  padding-bottom: 0px;
}

.u-m-0 {
  margin: 0px;
}

.u-ml-0 {
  margin-left: 0px;
}

.u-mr-0 {
  margin-right: 0px;
}

.u-mt-0 {
  margin-top: 0px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-p-2 {
  padding: 2px;
}

.u-pl-2 {
  padding-left: 2px;
}

.u-pr-2 {
  padding-right: 2px;
}

.u-pt-2 {
  padding-top: 2px;
}

.u-pb-2 {
  padding-bottom: 2px;
}

.u-m-2 {
  margin: 2px;
}

.u-ml-2 {
  margin-left: 2px;
}

.u-mr-2 {
  margin-right: 2px;
}

.u-mt-2 {
  margin-top: 2px;
}

.u-mb-2 {
  margin-bottom: 2px;
}

.u-p-5 {
  padding: 5px;
}

.u-pl-5 {
  padding-left: 5px;
}

.u-pr-5 {
  padding-right: 5px;
}

.u-pt-5 {
  padding-top: 5px;
}

.u-pb-5 {
  padding-bottom: 5px;
}

.u-m-5 {
  margin: 5px;
}

.u-ml-5 {
  margin-left: 5px;
}

.u-mr-5 {
  margin-right: 5px;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-mb-5 {
  margin-bottom: 5px;
}

.u-p-10 {
  padding: 10px;
}

.u-pl-10 {
  padding-left: 10px;
}

.u-pr-10 {
  padding-right: 10px;
}

.u-pt-10 {
  padding-top: 10px;
}

.u-pb-10 {
  padding-bottom: 10px;
}

.u-m-10 {
  margin: 10px;
}

.u-ml-10 {
  margin-left: 10px;
}

.u-mr-10 {
  margin-right: 10px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-p-15 {
  padding: 15px;
}

.u-pl-15 {
  padding-left: 15px;
}

.u-pr-15 {
  padding-right: 15px;
}

.u-pt-15 {
  padding-top: 15px;
}

.u-pb-15 {
  padding-bottom: 15px;
}

.u-m-15 {
  margin: 15px;
}

.u-ml-15 {
  margin-left: 15px;
}

.u-mr-15 {
  margin-right: 15px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mb-15 {
  margin-bottom: 15px;
}

.u-p-20 {
  padding: 20px;
}

.u-pl-20 {
  padding-left: 20px;
}

.u-pr-20 {
  padding-right: 20px;
}

.u-pt-20 {
  padding-top: 20px;
}

.u-pb-20 {
  padding-bottom: 20px;
}

.u-m-20 {
  margin: 20px;
}

.u-ml-20 {
  margin-left: 20px;
}

.u-mr-20 {
  margin-right: 20px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-f-left {
  float: left;
}

.u-f-right {
  float: right;
}

.u-f-none {
  float: none;
}

.u-overflow {
  overflow: hidden;
}

.u-b {
  border: 1px solid var(--color-gray);
}

.u-b-left {
  border-left: 1px solid var(--color-gray);
}

.u-b-right {
  border-right: 1px solid var(--color-gray);
}

.u-b-top {
  border-top: 1px solid var(--color-gray);
}

.u-b-bottom {
  border-bottom: 1px solid var(--color-gray);
}

.u-b-0 {
  border: 0;
}

.u-br-0 {
  border-radius: 0px;
}

.u-br-2 {
  border-radius: 2px;
}

.u-br-3 {
  border-radius: 3px;
}

.u-br-4 {
  border-radius: 4px;
}

.u-br-6 {
  border-radius: 6px;
}

.u-pointer {
  cursor: pointer;
}

#ui-modal {
  position: relative;
}

.ui-modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
  cursor: pointer;
}

.ui-modal-backdrop.visible {
  opacity: 1;
  z-index: 2000;
}

.ui-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  min-height: 64px;
  max-height: 85%;
  overflow: hidden;
  max-width: 50%;
  z-index: -1;
  border-radius: 8px;
  box-shadow: 0 0 40px #555;
  transition: all 0.3s linear;
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 0;
}

.ui-modal.visible {
  top: 50%;
  z-index: 2001;
  width: auto;
}

.ui-modal header,
.ui-modal footer {
  padding: 8px 16px;
  font-variant: small-caps;
}

.ui-modal section {
  padding: 16px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  position: relative;
  overflow: auto;
}

.ui-modal section:last-child {
  border-bottom: 0;
}

.ui-modal section:first-child {
  border-top: 0;
}

.ui-modal footer {
  text-align: right;
}

.ui-modal-full {
  width: 85%;
  max-width: 85%;
  height: 85%;
}

.ui-modal-content {
  overflow: auto;
  flex-grow: 1;
}

h1,
h2,
h3,
h4,
h5,
.navbar-collapse .nav a,
.title-block,
.title-block b,
.vive-la-fil-nav a,
.categoria b,
.solicitudes,
.tabItem,
.solicitud-pdf {
  font-family: "bjorn", sans-serif;
  font-weight: 300;
}

footer {
  font-weight: 300;
}

.btn {
  border-radius: 0;
  font-weight: 300;
  white-space: normal;
  box-shadow: 2px 2px 3px var(--shadow-5);
}

.btn:hover {
  color: var(--color-white);
}

footer a {
  color: var(--color-darkgray);
  padding: 0 0.15em;
}

footer a:hover {
  color: var(--color-warning);
}

footer {
  border-top: 1px solid var(--color-success);
}

.navbar {
  border-bottom: 0;
}

.navbar-header {
  position: relative;
  width: auto;
  float: none;
  text-align: center;
}

.navbar-brand img {
  display: block;
  width: 100%;
  max-width: 116px;
  height: auto;
}

.navbar-brand {
  float: none;
  height: auto;
  line-height: 1;
  width: 13%;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-container>.container {
  padding: 0;
}

.fixed .navbar-brand {
  width: 6%;
  padding: 10px 0 2px;
}

.nav-container {
  background: var(--color-primary);
  color: var(--color-white);
}

.navbar-collapse .nav {
  display: table;
}

.navbar-collapse .nav a {
  border-bottom: 5px solid var(--color-primary);
  font-weight: 300;
  padding: 14px 15px 9px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  display: table-cell;
  color: var(--color-white);
  text-transform: uppercase;
}

.navbar-collapse .nav a.active {
  background: var(--color-primary-hover) !important;
  color: var(--color-white);
  border-bottom: 5px solid var(--color-white);
}

.navbar-collapse .nav a:hover,
.navbar-collapse .nav a.active:hover {
  background: var(--color-primary-hover) !important;
  color: var(--color-white);
}

.navbar-collapse .nav a:hover {
  border-bottom: 5px solid var(--color-white);
}

.navbar-collapse .nav a.active:hover {
  border-bottom: 5px solid var(--color-silvertree);
}

.btn-facebook,
.btn-twitter,
.btn-instagram,
.btn-facebook.active,
.btn-twitter.active,
.btn-instagram.active {
  background: var(--color-primary) !important;
  font-size: 24px !important;
  padding: 9px 9px 4px !important;
  border-bottom: 5px solid var(--color-primary) !important;
}

.btn-facebook:hover,
.btn-twitter:hover,
.btn-instagram:hover {
  background: var(--color-tradewind) !important;
  border-bottom: 5px solid var(--color-white) !important;
}

.navbar-collapsed-left {
  position: fixed;
  left: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  max-height: initial;
  padding-top: 1em;
  background: var(--color-black);
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.navbar-collapsed-left .nav {
  width: auto;
  display: block;
}

.navbar-collapsed-left a {
  display: block !important;
  background: inherit !important;
  width: auto;
}

.navbar-collapsed-left .btn-facebook,
.navbar-collapsed-left .btn-twitter,
.navbar-collapsed-left .btn-instagram {
  display: inline-block !important;
  border-bottom: 0 !important;
}

html {
  height: 100%;
}

body {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body>header,
body>footer {
  flex-grow: 0;
}

body>article {
  flex-grow: 2;
}

.ss-container {
  position: relative;
}

.simpleSlide {
  text-align: center;
  height: 0;
  overflow: hidden;
}

.simpleSlide>div {
  position: relative;
  width: 100%;
}

.simpleSlide>div>img {
  width: 100%;
  height: auto;
}

.ss-next,
.ss-prev {
  right: 0.1em;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  border: 0;
  color: var(--color-white);
  font-weight: 100;
  box-shadow: none;
  text-shadow: 0 0 0.15em var(--shadow-5);
  line-height: 0;
  padding: 0;
  font-size: 9em;
  margin-top: -0.5em;
  width: 0.5em;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0.03em;
  z-index: 1000;
  visibility: visible !important;
}

.ss-next:hover,
.ss-prev:hover {
  color: var(--color-white);
  opacity: 1;
  padding: 0;
}

.ss-prev {
  left: 0.1em;
  right: auto;
}

.simpleSlide .row {
  position: relative;
}

.slideShadow {
  position: absolute;
  bottom: 0;
  opacity: 0.3;
}

.slideNav {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -2em;
}

.slideNav a {
  background: transparent;
  width: 1.2em;
  border: 3px solid var(--color-white);
  display: inline-block;
  height: 1.2em;
  border-radius: 0.6em;
  margin: 0.2em;
  text-indent: -9999px;
}

.slideNav a.currentSlide {
  background: var(--color-white);
}

.title-block {
  padding: 0.4em 0 0.3em;
  line-height: 1;
}

.vive-la-fil-nav {
  overflow: hidden;
}

.vive-la-fil-nav a {
  border-right: 2.6px solid var(--color-white);
  text-transform: uppercase;
  color: var(--color-white);
  text-align: center;
  font-size: 18px;
  margin: 1em -1px;
}

.vive-la-fil-nav a:hover {
  opacity: 0.8;
}

.vive-la-fil-nav a:last-child {
  border: 0;
}

.index-nav a {
  position: relative;
}

.index-nav span {
  z-index: 3;
  display: block;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  font-size: 25px;
  height: 1.6em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.index-nav span span {
  position: relative;
  padding: 0.3em 0.5em;
  text-transform: uppercase;
  width: auto;
  line-height: 1;
  height: 100%;
  color: var(--color-white);
  background: var(--color-black);
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.index-nav a:hover>span {
  height: 55%;
}

.index-nav a:hover span.bg-warning {
  background: var(--color-warning);
  color: var(--color-white);
}

.index-nav a:hover span.bg-redviolet {
  background: var(--color-redviolet);
  color: var(--color-white);
}

.index-nav a:hover span.bg-silvertree {
  background: var(--color-silvertree);
  color: var(--color-white);
}

.index-nav a img {
  width: 100%;
  display: block;
  height: auto;
}

.index-nav a img.over {
  filter: url("data:image/svg+xml;utf8,&lt;svg%20xmlns=%27http://www.w3.org/2000/svg%27&gt;&lt;filter%20id=%27grayscale%27&gt;&lt;feColorMatrix%20type=%27matrix%27%20values=%270.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200%27/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: #808080;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: grayscale(1);
}

.index-nav a img:last-child {
  position: absolute;
  z-index: 2;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.index-nav a:hover img:last-child {
  opacity: 1;
}

.item-gal {
  cursor: pointer
}

.index-gal>div {
  margin: 3px
}

.index-gal .gal-title {
  margin: auto;
  height: 1.6em;
  bottom: 0;
  font-size: 25px;
  left: 0;
  right: 0;
  z-index: 3;
  position: absolute;
  padding: 0.3em 0.5em;
  text-transform: uppercase;
  width: 8rem;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-black);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.item-gal:hover .gal-title {
  height: 40%;
  background: var(--color-tertiary);
  color: var(--color-white);
}


.item-gal img {
  filter: #808080;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: grayscale(1);
}

.item-gal:hover img {
  -webkit-filter: grayscale(0);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: grayscale(0);
}


.custom-modal {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  display: none;
}

.custom-modal.fadeIn,
.custom-modal.fadeOut {
  display: block;
}

.custom-modal.fadeIn {
  z-index: 5000;
}

.modal-container {
  position: absolute;
  z-index: 1;
  width: 70%;
  margin: 0 auto;
  height: 80%;
  top: 10%;
  left: 15%;
  background: var(--color-white);
  padding: 2em;
}

.modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: none;
}

.modal-close {
  position: absolute;
  top: -1em;
  right: -1em;
  background: var(--color-danger);
  border-radius: 1em;
  line-height: 2;
  width: 2em;
  height: 2em;
  color: var(--color-white);
  font-weight: bolder;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 0.3em var(--color-black);
  z-index: 1;
}

.modal-background {
  position: absolute;
  z-index: -1;
  background: var(--color-black);
  background: var(--shadow-5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal-content .simpleSlide,
.modal-content .simpleSlide .item {
  height: 100% !important;
  z-index: 1;
  position: relative;
  background-size: contain;
}

#vive-la-fil .title-block {
  padding: 0;
  margin: 0;
}

#vive-la-fil .title-block img {
  max-width: 60px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.content,
.content>.inline {
  padding: 2em;
}

a.news {
  font-size: 2em;
  text-transform: uppercase;
  color: var(--color-purple);
}

a.news:hover {
  color: var(--color-purple);
  opacity: 0.8;
}

a.news img {
  width: 100%;
  height: auto;
}

.video p:first-child {
  background: var(--color-white);
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.video video,
.video embed,
.video object,
.video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.map {
  min-height: 30em;
  border-radius: 4px;
  box-shadow: 0 0 0.3em var(--shadow-3);
  overflow: hidden;
}

.map .marker {
  display: none;
}

#contacto h1.title-block {
  color: var(--color-white);
}

.contact-container {
  padding: 3em 4em;
}

.contact-form {
  box-shadow: 0 0 3em var(--shadow-2);
  border-radius: 0;
}

.contact-form img {
  position: absolute;
  margin-top: 5px;
  width: 24px;
  margin-left: 5px;
}

.contact-form .form-control {
  border: 0;
  outline: 0;
  border-radius: 0;
  box-shadow: 0 0 0 !important;
  color: var(--color-silvertree);
  font-size: 1.3em;
}

.contact-form .form-group {
  padding-bottom: 0.2em;
  border-bottom: 2px solid var(--color-gray);
  margin-bottom: 0.6em;
  position: relative;
}

.contact-form .has-error,
.contact-form .has-error::before {
  border-color: var(--color-silvertree);
}

.contact-form .has-success,
.contact-form .has-success::before {
  border-color: var(--color-success);
}

.form-group .label {
  position: absolute;
  opacity: 0.8;
  right: 0;
  margin-top: -10px;
  opacity: 0.8;
}

.form-control:focus~.label,
.form-control:active~.label,
.form-control:hover .label {
  opacity: 0.4;
}

.contact-form .btn {
  font-size: inherit;
}

.contact-form ::-webkit-input-placeholder {
  color: var(--color-silvertree);
}

.contact-form ::-moz-placeholder {
  color: var(--color-silvertree);
}

.contact-form :-ms-input-placeholder {
  color: var(--color-silvertree);
}

.contact-form input:-moz-placeholder {
  color: var(--color-silvertree);
}

.form-group::before {
  content: " ";
  position: absolute;
  height: 2.3em;
  display: block;
  border-left: 2px solid var(--color-silvertree);
}

.tabs {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.tabContent {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 1em 3%;
  z-index: -1;
  background: var(--color-lightgray);
}

.tab-items {
  background: var(--color-white) !important;
  padding: 0 3% 0;
  font-weight: bold;
  align-items: flex-end;
  margin-bottom: -1px;
}

.tab-items,
.tab-contents {
  position: relative;
  overflow: hidden;
  background: var(--color-lightgray);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tab-items>div,
.tab-contents>div {
  display: none;
}

.tab-items .tabItem {
  max-width: 160px;
  padding: 0.1em 0.3em;
  margin: 0.5em 0.2em 0;
  border: 1px solid var(--color-gray);
  display: inline-flex;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tab-contents .tabContent {
  display: block;
}

.tabItemActive {
  cursor: default;
  border-color: var(--color-lightgray);
  background: var(--color-lightgray);
}

.tabContent.fadeIn {
  z-index: 1;
}

.tabContent.fadeOut {
  z-index: -1;
}

.Card {
  padding: 1em 1.5em;
}

.elevation0,
.elevation1,
.elevation2,
.elevation3,
.elevation4,
.elevation6,
.elevation8,
.elevation9,
.elevation10,
.elevation11,
.elevation12,
.elevation16,
.elevation24 {
  transition: all 0.3s ease-in-out;
}

.elevation0 {
  z-index: 0;
  box-shadow: 0 0rem 0rem var(--shadow-3);
}

.elevation1 {
  z-index: 1;
  box-shadow: 0 0.033333333333333rem 0.15rem var(--shadow-3);
}

.elevation2 {
  z-index: 2;
  box-shadow: 0 0.066666666666667rem 0.3rem var(--shadow-3);
}

.elevation3 {
  z-index: 3;
  box-shadow: 0 0.1rem 0.45rem var(--shadow-3);
}

.elevation4 {
  z-index: 4;
  box-shadow: 0 0.133333333333333rem 0.6rem var(--shadow-3);
}

.elevation6 {
  z-index: 6;
  box-shadow: 0 0.2rem 0.9rem var(--shadow-3);
}

.elevation8 {
  z-index: 8;
  box-shadow: 0 0.266666666666667rem 1.2rem var(--shadow-3);
}

.elevation9 {
  z-index: 9;
  box-shadow: 0 0.3rem 1.35rem var(--shadow-3);
}

.elevation10 {
  z-index: 10;
  box-shadow: 0 0.333333333333333rem 1.5rem var(--shadow-3);
}

.elevation11 {
  z-index: 11;
  box-shadow: 0 0.366666666666667rem 1.65rem var(--shadow-3);
}

.elevation12 {
  z-index: 12;
  box-shadow: 0 0.4rem 1.8rem var(--shadow-3);
}

.elevation16 {
  z-index: 16;
  box-shadow: 0 0.533333333333333rem 2.4rem var(--shadow-3);
}

.elevation24 {
  z-index: 24;
  box-shadow: 0 0.8rem 3.6rem var(--shadow-3);
}

.Card h1,
.Card h2,
h2.styled {
  font-size: 2.7em;
  /* display: inline-block; */
  border-bottom: 0.1em solid var(--color-black);
}

.padding-left {
  padding-left: 1em;
}

.padding-right {
  padding-right: 1em;
}

#sede article img {
  border: 1px solid var(--color-black);
}

#sede article .circle {
  border: 2px solid var(--color-warning);
  color: var(--color-warning);
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  padding: 0.25em 0;
  line-height: 1em;
  font-size: 1.5em;
  text-align: center;
}

.foodtruck h2,
.hotel h2 {
  font-size: 1.8em;
  margin: 0;
}

.hotel {
  vertical-align: top;
  max-width: 350px;
  padding: 1rem;
}

.hotel h2 {
  font-style: normal;
}

.twitter-instagram {
  position: relative;
}

.twitter-instagram>div.inline {
  vertical-align: top;
}

.twitter-instagram .full-height {
  height: 99% !important;
}

.twitter-bubble {
  padding: 2.4em 12%;
  font-size: 15px;
  font-weight: 300;
}

.twitter-bubble h2 {
  margin: 0;
  font-size: 2.2em;
}

.twitter-bubble a {
  color: var(--color-white);
}

.twitter-content {
  font-weight: normal;
  font-size: 1.1em;
  font-style: italic;
}

.twitter-content a {
  text-decoration: underline;
}

.instagram-media {
  width: 30%;
  padding: 0.6em;
}

.instagram-media a {
  padding: 4px;
  border-radius: 2px;
  display: block;
}

.instagram-media img {
  border-radius: 2px;
}

.instagram-content {
  padding: 2em;
}

.categoria img {
  display: inline-block;
  margin-bottom: 1.2em;
  max-width: 54px;
  transition: all 0.3s ease-in-out;
  filter: url("data:image/svg+xml;utf8,&lt;svg%20xmlns=%27http://www.w3.org/2000/svg%27&gt;&lt;filter%20id=%27grayscale%27&gt;&lt;feColorMatrix%20type=%27matrix%27%20values=%270.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200%27/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: #808080;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: grayscale(1);
}

.categoria span {
  transition: all 0.3s ease-in-out;
}

.categoria:not(.selected) span {
  color: var(--color-black) !important;
}

.categoria.selected img,
.categoria:hover img {
  filter: none;
  -webkit-filter: none;
}

.categoria.selected {
  cursor: default;
}

.categoria:hover img {
  width: 60%;
  margin-top: -10%;
  max-width: 64px;
}

.bg-programa {
  background-image: url("img/bg-programa.jpg");
  padding: 3em 0;
  position: relative;
  margin-top: -4px;
}

.bg-programa img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

.bg-programa h1 {
  font-size: 6em;
  margin: 0;
}

.popover-title {
  display: none;
}

.popover-content {
  font-style: italic;
  line-height: 1.3;
}

.popover {
  width: 310px;
}

.popover .titulo {
  font-size: 22px;
  border-bottom: 2px solid;
  display: inline-block;
  padding: 0em 0.3em;
  margin: 0.4em 0;
}

.popover .fecha::before {
  content: "Fecha: ";
}

.popover .hora::before {
  content: "Hora: ";
}

.popover .lugar::before {
  content: "Lugar: ";
}

.popover .autores-invitados::before {
  content: "Invitados: ";
}

.popover .autores-invitados {
  font-weight: bold;
}

.popover .descripcion {
  font-size: 0.8em;
  margin: 0.5em 0;
}

.popover-content div:empty {
  display: none;
}

.fc-head th {
  background: var(--color-darkgray);
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 18px;
}

.fc-body .fc-widget-content td:first-child {
  font-size: 18px;
  line-height: 1;
  color: var(--color-gray);
  text-transform: uppercase;
  font-weight: bold;
}

.fc-body .fc-widget-content .fc-bg td:first-child {
  background: var(--color-gray);
}

.fc-event .fc-content {
  display: table;
  width: 100%;
  height: 100%;
}

.fc-event .fc-title {
  font-weight: bold;
  vertical-align: middle !important;
  display: table-cell !important;
  line-height: 1;
  text-align: left;
  width: 100%;
  padding: 15px 3px !important;
  border: 2px solid var(--color-white);
}

.fc-day-grid .fc-title {
  border: 0;
}

.fc-event .fc-time {
  position: absolute;
  padding: 3px 5px !important;
}

.fc td,
.fc th {
  border-width: 2px !important;
}

.fc th {
  border-color: var(--color-darkgray) !important;
}

.fc-time-grid .fc-slats td {
  border-top: 0 !important;
  height: 2em !important;
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  border: 0;
}

.fc-head-container {
  border: 0 !important;
}

.fc-day-grid-event .fc-content {
  white-space: normal !important;
}

.fc-time-grid,
.fc-time-grid-container {
  z-index: 2 !important;
}

.fc-toolbar {
  display: none;
}

.fc-toolbar button {
  transition: all 1s ease-in-out;
  border-radius: 0 !important;
  font-weight: 300;
  white-space: normal !important;
  background: var(--color-pink);
  color: var(--color-white);
  padding: 6px 12px !important;
  font-size: 1.2em !important;
  margin: 0 1em !important;
  line-height: 1.42857143;
  text-align: center;
  touch-action: manipulation;
  border: 1px solid transparent;
  height: auto !important;
}

.fc-toolbar button:hover {
  box-shadow: 0 0.2rem 0.9rem var(--shadow-3);
}

.galeria-google-style>*>div.Card:first-child {
  padding: 0;
  cursor: pointer;
}

.galeria-google-style>*>div.Card:first-child .Card {
  text-align: left;
  /* height: 7em; */
  border-top: 1px solid var(--shadow-2);
}

.galeria-google-style>*>div.Card:first-child .Card h2 {
  font-size: 1.6em;
  margin: 0;
  line-height: 1;
}

.galeria-google-style>*>div.Card:first-child:hover {
  z-index: 12;
  box-shadow: 0 0.4rem 1.8rem var(--shadow-3);
}

.galeria-google-style>*.selected>div.Card:first-child {
  z-index: 1;
  box-shadow: 0 0.033333333333333rem 0.15rem var(--shadow-3);
}

.galeria-google-style {
  text-align: center;
}

.galeria-google-style>* {
  display: inline-block;
  width: 370px;
  position: initial;
  padding: 0 15px;
  min-height: 340px;
  text-align: center;
  vertical-align: top;
  margin: 0.5rem auto;
}

.img-placeholder {
  width: 100%;
  position: relative;
  padding-bottom: 65.2%;
}

.bubble-arrow-up {
  margin: 0;
  line-height: 1;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid var(--color-darkgray);
  z-index: 10;
}

.bubble-content {
  position: absolute;
  width: 100%;
  margin-top: -5px;
  left: 0;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.bubble-content.normal {
  background: var(--color-white);
}

.bubble-arrow-up.infantil {
  border-bottom-color: var(--color-purple);
}

.tabContent .container {
  position: relative;
}

.bubble-content .fecha::before {
  content: "Fechas: ";
  font-weight: bold;
}

.bubble-content .hora::before {
  content: "Hora: ";
  font-weight: bold;
}

.bubble-content .lugar::before {
  content: "Lugar: ";
  font-weight: bold;
}

.bubble-content .dia {
  display: inline;
  padding: 0 0.2em;
}

.bubble-content .descripcion {
  font-style: italic;
  padding: 1em 0;
  font-weight: bold;
}

.infantil {
  background-image: url("img/bg-infantil.jpg");
  /* color: var(--color-white); */
  text-shadow: 0px 0px 15px var(--color-white);
}

.infantil img.w100 {
  box-shadow: 0 0.033333333333333rem 0.15rem var(--shadow-3);
}

.bubble-content.infantil {
  padding-right: 8em;
}

.solicitud-pdf {
  text-transform: uppercase;
  padding: 1em 1em 1.2em;
  color: var(--color-darkgray);
  font-size: 0.8em;
}

.inline-Preescolar,
.inline-Primaria {
  text-shadow: 0 0 0px var(--color-white);
}

@media only screen and (max-width: 1200px) {
  .nav-container .container {
    width: 100%;
  }

  .navbar-collapse .nav a {
    font-size: 14px;
    padding: 9px 13px 4px;
  }

  .btn-facebook,
  .btn-twitter,
  .btn-instagram {
    font-size: 24px !important;
  }

  .categoria span {
    text-transform: none;
  }
}

@media only screen and (max-width: 992px) {
  .navbar-collapse .nav a {
    font-size: 12px;
    padding: 9px 6px 4px;
  }

  .btn-facebook,
  .btn-twitter,
  .btn-instagram {
    font-size: 24px !important;
    padding: 9px 6px 4px !important;
  }

  .contact-container {
    padding: 3em 3em;
  }

  .instagram-media {
    width: 32%;
    padding: 0.2em;
  }

  .instagram-content {
    padding: 2em 1em;
  }

  .fc-toolbar {
    display: block;
  }
}

@media only screen and (max-width: 769px) {
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
    display: block;
  }

  .navbar-nav {
    float: none;
    margin: 0 auto;
  }

  .navbar-collapse .nav a {
    font-size: 14px;
  }

  .btn-facebook,
  .btn-twitter,
  .btn-instagram {
    font-size: 24px !important;
    padding: 9px 9px 4px !important;
  }

  body {
    padding-top: 85px;
  }

  .contact-container {
    padding: 3em 1em;
  }

  .vive-la-fil-nav a {
    border-right: 0;
    padding: 0.3em 0 1em;
    border-bottom: 2.6px solid;
  }

  .padding-left {
    padding-left: 0;
  }

  .padding-right {
    padding-right: 0;
  }

  #main-nav .navbar-collapse {
    left: 0;
    width: 100%;
    padding-top: 3em;
    max-height: 100%;
    border: 0;
  }

  #main-nav .fadeOutLeft,
  #main-nav .collapse {
    z-index: 0;
    left: -100%;
  }

  .navbar-header {
    text-align: left;
  }

  #main-nav .navbar-brand {
    padding: 5px 15px;
    width: 16%;
  }

  .instagram-media {
    width: 30%;
    padding: 0.6em;
  }

  .instagram-content {
    padding: 2em;
  }

  .tab-items .tabItem {
    padding: 0.2em 0.2em;
    font-size: 18px;
    margin: 0.5em 0.1em 0;
    text-transform: none;
    letter-spacing: -0.5px;
  }

  .solicitudes {
    text-align: center;
    padding-bottom: 1em;
  }

  .solicitudes h2 {
    display: block;
    line-height: 0.5;
    margin-top: 2em;
  }

  .solicitudes a {
    display: block;
    margin: 1em;
  }
}

@media only screen and (max-width: 480px) {
  .tab-items .tabItem {
    padding: 0.5em 0.3em;
    font-size: 16px;
    margin: 0 -1px -1px 0;
    text-transform: none;
    letter-spacing: 0;
  }

  .tab-items {
    padding: 0;
    margin: 0 -15px;
    text-align: center;
  }

  .tabContent .container {
    padding: 0;
  }

  .galeria-google-style article {
    padding: 0;
    width: 290px;
  }

  .tabContent {
    padding: 1em 0;
  }

  .solicitudes h2 {
    line-height: 1;
  }

  #main-nav .navbar-brand {
    width: 26%;
  }

  .modal-container {
    width: 90%;
    left: 5%;
    padding: 0em;
  }

  #vive-la-fil .content,
  #vive-la-fil .content .inline {
    padding: 2em 0;
  }
}

.float-right {
  float: right;
}

.galeria-google-style article>div.Card:first-child .Card.cultural {
  height: auto;
}

.contact-form img.inline {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
}

.contact-form .form-group-checkbox {
  color: var(--color-silvertree);
  font-weight: 300;
}

.contact-form .form-label {
  font-size: 1.3em;
  font-weight: 300;
  margin: 0.25em 0.7em;
  vertical-align: middle;
}

.contact-form label,
.contact-form .form-group-checkbox input {
  font-weight: 300;
  margin: 0 0.3em;
  display: inline-block;
  vertical-align: middle;
}

a .Card h2 {
  font-size: 1.9em;
}

#cultural .galeria-google-style article>div.Card:first-child {
  cursor: initial;
}

.step-nav {
  display: flex;
  position: relative;
  line-height: 1;
  justify-content: space-around;
  height: 30px;
}

.step-nav::before {
  content: " ";
  display: block;
  border-bottom: 2px solid var(--shadow-1);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
}

.step-nav-item {
  flex: 0 0;
  white-space: nowrap;
  position: relative;
  line-height: 30px;
  padding: 0 10px;
  background: var(--color-white);
  text-transform: uppercase;
  font-size: 16px;
}

.step-nav-item::before {
  display: inline-block;
  content: attr(number);
  font-size: 12px;
  background: var(--color-lightgray);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  text-align: center;
  color: var(--color-white);
  line-height: 22px;
  margin-right: 0.5em;
}

.step-nav-ok::before {
  background: var(--color-success);
  color: var(--color-white);
}

.step-nav-current {
  text-align: center;
}

.step-nav-current::before {
  background: var(--color-warning);
  color: var(--color-white);
}

.app-form {
  padding-top: 30px;
}

.app-form .form-group {
  background: inherit;
  margin-bottom: 25px;
  position: relative;
}

.app-form .form-group::before {
  display: none;
}

.app-form .form-group label {
  background: inherit;
  display: block;
  position: absolute;
  font-size: 15px;
  font-weight: 300;
  bottom: calc(100% - 7px);
  padding: 2px 12px;
  border: 1px solid var(--color-gray);
  line-height: 1;
  margin: 0;
  left: 20px;
  max-width: calc(100% - 40px);
  border-radius: 3px;
}

.app-form .form-group .form-radio {
  border: 1px solid var(--color-gray);
  border-radius: 3px;
  padding: 10px 10px 5px;
}

.app-form .form-group .form-radio label {
  position: relative;
  display: inline-block;
  border: 0;
  bottom: auto;
  left: auto;
}

.app-form .label {
  font-weight: 300;
  opacity: 1;
  right: 20px;
  font-size: 12px;
}

.clear {
  clear: both;
}

div#calendar {
  text-align: center;
}

.fecha-button,
.fecha-button * {
  transition: all 0.2s ease-in-out;
}

.fecha-button {
  display: inline-block;
  color: var(--color-white);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  text-align: center;
  background: var(--color-steelblue);
  font-size: 18px;
  line-height: 1;
  padding: 21px 0;
  margin: 5px 20px;
  position: relative;
  z-index: 0;
  margin-bottom: 38px;
  cursor: pointer;
}

.fecha-button:hover {
  background: var(--color-darkgray);
}

.fecha-button::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 74px;
  height: 74px;
  border: 2px solid var(--color-white);
  z-index: -1;
  border-radius: 50%;
}

.fecha-button small {
  font-size: 13px;
  line-height: 1;
  display: block;
  margin: 5px 0;
}

.fecha-button small span {
  display: block;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid;
  color: var(--color-denim);
  line-height: 28px;
}

.fecha-button:hover small span {
  color: var(--color-darkgray);
}

.fecha-button.active {
  background: var(--color-steelblue);
}

.fecha-button.active small span {
  color: var(--color-steelblue);
}

.fecha-item {
  display: flex;
  position: relative;
  z-index: 0;
}

.fecha-item>div {
  padding: 16px;
}

.fecha-item-hora {
  align-self: center;
  flex: 0 0 140px;
  font-family: 'bjorn', sans-serif;
  font-weight: 300;
}

.fecha-item-hora .hora {
  font-size: 25px;
}

.fecha-item-hora .categoria {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
}

.fecha-item-icono {
  align-self: stretch;
  flex: 0 0 60px;
  position: relative;
}

.fecha-item-icono::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  border-right: 3px solid;
  margin-left: -1.5px;
}

.fecha-item-icono>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fecha-item-descripcion {
  width: 100%;
  text-align: justify;
  box-shadow: 0 3px 6px 0 var(--shadow-2), 0 1px 3px -3px var(--shadow-1), 0 1px 3px 0 var(--shadow-2);
  margin: 16px;
}

.fecha-item-descripcion .imagen {
  max-width: 300px;
  float: left;
  margin: 0 16px 16px 0;
}

.fecha-item-descripcion .titulo {
  font-size: 22px;
  border-bottom: 1px solid;
  margin-bottom: 16px;
  margin-top: 0;
}

.fecha-item-descripcion .file {
  font-size: 12px;
  opacity: 0.8;
  text-align: right;
}

.fecha-item-descripcion .file img {
  width: 30px;
  height: auto;
}

.fecha-item-descripcion .duracion {
  font-size: 12px;
  opacity: 0.8;
}

.fecha-item-descripcion .tipo-de-presentacion {
  font-size: 12px;
  opacity: 0.8;
}

.fecha-item-descripcion .taller-de {
  font-size: 12px;
  opacity: 0.8;
}

.fecha-item-descripcion .lugar {
  font-size: 12px;
  opacity: 0.8;
}

.fecha-item-descripcion .autores-invitados {
  font-size: 12px;
  opacity: 0.8;
}

.fecha-item-descripcion .descripcion {
  margin-top: 16px;
}

.fecha-item-descripcion .descripcion>* {
  font-size: 14px !important;
  font-family: inherit !important;
  font-weight: 300;
}

.fechas-container {
  margin-bottom: 100px;
}

.categories-container {
  padding: 10px 0;
  border-top: 1px solid var(--color-warning);
  margin: 22px 0 0;
  border-bottom: 1px solid var(--color-warning);
}

.category-button {
  display: inline-block;
  padding: 0.3em 0.5em;
  line-height: 1;
  font-size: 13px;
  border: 1px solid;
  margin: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.category-button:hover {
  padding: 0.5em 0.5em;
}

.category-button.active {
  color: var(--color-white) !important;
  padding: 0.5em 0.5em;
}

@media only screen and (max-width: 768px) {
  .fecha-item {
    flex-direction: column;
  }

  .fecha-item>div {
    flex: 1 0;
  }

  .fecha-item-icono::before {
    left: 10%;
    border-bottom: 3px solid;
    width: 80%;
    bottom: auto;
    top: 50%;
    margin-left: 0;
    margin-top: -1.5px;
  }

  .fecha-item-descripcion .titulo {
    text-align: center;
  }

  .fecha-button {
    margin: 5px;
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
  }

  .fecha-button>span {
    display: none;
  }

  .fecha-button::before {
    width: 44px;
    height: 44px;
  }

  .fecha-button small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 36px;
    box-sizing: border-box;
  }

  .fecha-button small span {
    width: 50px;
    position: absolute;
    left: 0;
    top: 40px;
    font-size: 12px;
    margin-left: -7px;
  }
}

@media only screen and (max-width: 580px) {
  .fecha-item-descripcion .imagen {
    float: none;
    margin: 0 auto 16px;
    display: block;
    max-width: 100%;
  }
}

.step-nav {
  display: flex;
  position: relative;
  line-height: 1;
  justify-content: space-around;
  height: 30px;
}

.step-nav::before {
  content: " ";
  display: block;
  border-bottom: 2px solid var(--shadow-1);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
}

.step-nav-item {
  flex: 0 0;
  white-space: nowrap;
  position: relative;
  line-height: 30px;
  padding: 0 10px;
  background: var(--color-white);
  text-transform: uppercase;
  font-size: 16px;
}

.step-nav-item::before {
  display: inline-block;
  content: attr(number);
  font-size: 12px;
  background: var(--color-gray);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  text-align: center;
  color: var(--color-white);
  line-height: 22px;
  margin-right: 0.5em;
}

.step-nav-ok::before {
  background: var(--color-success);
  color: var(--color-white);
}

.step-nav-current {
  text-align: center;
}

.step-nav-current::before {
  background: var(--color-warning);
  color: var(--color-white);
}

.app-form {
  padding-top: 30px;
}

.app-form .visita-item {
  margin: 0 10px 10px;
  position: relative;
  z-index: 0;
}

.app-form .visita-item.selected {
  z-index: 2;
}

.app-form .visita-item-container {
  padding: 10px 0;
  position: relative;
}

.app-form .visita-item-container .backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--shadow-3);
  top: 0;
}

.app-form .visita-item-container.selected .backdrop {
  z-index: 1;
}

.app-form .label {
  font-weight: 300;
  opacity: 1;
  right: 20px;
  font-size: 12px;
}

.app-form .form-group {
  background: inherit;
  margin-bottom: 25px;
  position: relative;
}

.app-form .form-group::before {
  display: none;
}

.app-form .form-group label {
  background: inherit;
  display: block;
  position: absolute;
  font-size: 15px;
  font-weight: 300;
  bottom: calc(100% - 7px);
  padding: 2px 12px;
  border: 1px solid var(--color-gray);
  line-height: 1;
  margin: 0;
  left: 20px;
  max-width: calc(100% - 40px);
  border-radius: 3px;
}

.app-form .form-group .form-radio {
  border: 1px solid var(--color-gray);
  border-radius: 3px;
  padding: 10px 10px 5px;
}

.app-form .form-group .form-radio label {
  position: relative;
  display: inline-block;
  border: 0;
  bottom: auto;
  left: auto;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

dl {
  padding: 0.5em;
  border: 0.06em solid;
  border-color: var(--color-gray);
  width: 70%;
  display: block;
  margin: 0 auto;
}

dl>dt {
  display: flex;
  line-height: 1.25;
  background-color: var(--color-white);
  padding: 0;
  align-items: center;
  border-bottom: 0.06em solid;
  border-color: inherit;
}

dl>dt:last-child {
  border-bottom-width: 0;
}

dl>dt>* {
  position: relative;
  color: inherit;
  padding: 0.5em;
  line-height: inherit;
  align-self: auto;
}

dl>dt>a {
  display: block;
  width: 100%;
  cursor: pointer;
  margin: 0;
}

dl>dt>a::after {
  content: " ";
  opacity: 0;
  transition: all 0.1s ease-in-out;
  background-color: var(--color-black);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
}

dl>dt>a:hover {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 4px -6px rgba(0, 0, 0, 0.2);
  color: var(--color-primary);
}

dl>dt>a:hover::after {
  opacity: 0;
}

dl>dt>a:active {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2) inset, 0 6px 4px -6px rgba(0, 0, 0, 0.2) inset;
}

dl>dt>a:active::after {
  opacity: 0;
}

.link-section {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}

.image-timetable {
  height: 50vh;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all .4s ease-out;
}

.image-timetable .animation-title {
  position: absolute;
  bottom: -100%;
  top: 100%;
  transition: all .4s ease-in;
  text-align: center;
  width: 100%;
  color: var(--color-white);
  margin: auto;
  left: 0;
}

.image-timetable .animation-title h3 {
  background: var(--color-denim);
  padding: 1rem 0;
}

.image-timetable:hover .animation-title {
  bottom: 0;
  top: 35%
}

.section-selected {
  height: 25vh;
}

@media (min-width: 768px) {
  .section-selected {
    background-position: center -19vh;
  }
}

.page-viewer-container {
  padding-bottom: 2rem;
}

.page-viewer-container img {
  max-width: 100%;
  border-radius: .7rem;
  margin: auto;
  display: block;
}

.page-viewer-container .ql-container {
  font-size: 16px;
}

.logo-footer {
  display: block;
  max-width: 135px;
  width: 100%;
  margin: auto;
}

.social-x-icon {
  max-width: 21px;
  display: block;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.container-menu {
  width: 90vw;
  margin: auto;
  max-width: 2000px;
  display: flex;
  justify-content: center;
}

.eco-col {
  padding: 1rem 0rem;
  cursor: pointer;
}

.eco-container {
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(.71, -0.07, .39, 1.14) .8s;
  border: solid .3rem #fff;
}

.eco-container:hover {
  box-shadow: 0 0.4rem 1.8rem var(--shadow-3);
}

.eco-container .image {
  width: 100%;
  transition: all cubic-bezier(.71, -0.07, .39, 1.14) .8s;
}

.eco-container .image:hover {
  transform: scale(1.1);
}

.eco-container:hover .description {
  bottom: 0;
}

.eco-container .description {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  background: rgba(112, 186, 150, 0.7);
  color: #fff;
  left: 0;
  right: 0;
  padding: 1rem;
  margin: 0;
  transition: all cubic-bezier(.71, -0.07, .39, 1.14) .5s;
}

.icons-list-box button {
  display: none;
}

.icons-list-box .icons-list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  align-items: center;
}

@media (min-width: 1024px) {
  .icons-list-box {
    width: 2rem;
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }

  .icons-list-box button {
    width: 100%;
    background: var(--color-primary);
    border: none;
    padding: 0.5rem;
    display: block;
  }

  .icons-list-box button img {
    width: 100%;
    max-width: 1rem;
  }

  .icons-list-box .icons-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .icons-list-box .icons-list a {
    width: 100%;
    display: flex;
    justify-content: center;
    transition: all .4s;
    transform: scale(0);
    padding: 6px 4px !important
  }

  .icons-list-box:hover .icons-list a {
    transform: scale(1);
  }
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 10px;
  justify-items: center;
}

.grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecos-modal-picture img {
  width: 100%;
}

.ecos-modal-picture p {
  font-size: .9rem;
  padding: .5rem 0;
}

.modal-header {
  display: flex;
  justify-content: space-between;
}

.image-dev-provider {
  width: 120px;
}

.program-area-buttons {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  align-items: center;
}

.btn-postal-download {
  border: solid 1px;
  padding: .2rem 1rem;
  color: var(--color-primary);
}

.g-recaptcha {
  margin: 1rem auto;
}
