@charset "UTF-8";
@font-face {
  font-family: "latolight";
  src: url("https://www.losjubis.com/fonts/lato-light-webfont.woff2") format("woff2"), url("https://www.losjubis.com/fonts/lato-light-webfont.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "latoregular";
  src: url("https://www.losjubis.com/fonts/lato-regular.woff2") format("woff2"), url("https://www.losjubis.com/fonts/lato-regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "latobold";
  src: url("https://www.losjubis.com/fonts/lato-bold.woff2") format("woff2"), url("https://www.losjubis.com/fonts/lato-bold.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "sansitalight_italic";
  src: url("https://www.losjubis.com/fonts/sansita-lightitalic-webfont.woff2") format("woff2"), url("https://www.losjubis.com/fonts/sansita-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@keyframes stickybar {
  0% {
    height: 78px;
  }
  100% {
    height: 55px;
  }
}
@keyframes stickylogo {
  0% {
    background-size: 230px;
  }
  100% {
    background-size: 150px;
  }
}
@keyframes stickymenu {
  0% {
    top: 25px;
  }
  100% {
    top: 15px;
  }
}
:root {
  --top-pos: 0px;
  --control-ui-height: 0px;
  /* --control-ui-hidden-height : 0px; */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "latolight", sans-serif;
}

h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

h2 {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

h3 {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}

h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.4;
}

h3 a, h4 a {
  color: #fff;
}

body {
  background-image: radial-gradient(#204953 2px, transparent 2px), radial-gradient(#204953 2px, transparent 2px);
  background-size: 32px 32px;
  background-position: 0 0, 16px 16px;
  background-color: #2f7384;
}

#carta {
  text-decoration: none;
  color: #d5efff;
}

#carta :hover {
  color: #fff;
}

#info {
  width: 130px;
  text-align: center;
  color: #d5efff;
  margin: auto;
  margin-top: -20px;
  margin-bottom: 15px;
  display: block;
}

.construct {
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
}

#cartel {
  margin: 30px auto;
  width: 60px;
}
#cartel #pdficon {
  width: 60px;
  height: auto;
  fill: #204953;
  cursor: pointer;
  opacity: 0.9;
}
#cartel #pdficon:hover, #cartel #pdficon:focus {
  opacity: 0.6;
}

.inicio #zero {
  background-image: url(../img/logo-invert.svg);
  background-size: 226px 170px;
  background-position: center 60vh;
  background-repeat: no-repeat;
  min-height: calc(100vh - var(--control-ui-height));
  overflow: hidden;
  position: relative;
  padding: 10px;
}
.inicio #zero .buttoncontainer {
  text-align: center;
  width: 100%;
  text-align: center;
}
.inicio #zero .buttoncontainer form {
  display: inline;
}
.inicio #zero .buttoncontainer span {
  display: inline-block;
  width: 100px;
  font-size: 1rem;
  font-weight: bold;
}
.inicio #zero .buttoncontainer span:hover, .inicio #zero .buttoncontainer span:focus {
  color: #2f7384;
}
.inicio #zero #manif {
  margin-top: 120px;
}
.inicio #zero #maninfo {
  text-align: center;
  background-color: #ffffff;
  width: 270px;
  border-radius: 4px;
  padding: 6px;
  margin: auto;
  font-weight: bold;
  opacity: 0.7;
  margin-bottom: 10px;
}
.inicio #zero #maninfo span {
  font-weight: normal;
  display: block;
}
.inicio.wp_lossy #zero {
  background-image: url(../img/accion.svg), url(../img/accion.webp);
}
.inicio.no_wp_lossy #zero {
  background-image: url(../img/accion.svg), url(../img/accion.svg);
}
.inicio section {
  background-size: cover;
  background-position: bottom center;
}
.inicio #onehalf {
  background-image: url(../img/mental.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 70px 10px;
}
.inicio #onehalf div {
  max-width: 1000px;
  margin: auto;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.81);
  border-radius: 5px;
}
.inicio #onehalf form {
  display: inline;
}
.inicio #onehalf h3 {
  color: #2f7384;
  font-family: sansitalight_italic, sans-serif;
}
.inicio #onehalf p {
  color: #efefef;
  letter-spacing: 1.6px;
  font-size: 1.15rem;
  margin-bottom: 10px;
  line-height: 1.2435;
}
.inicio #onehalf button {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border-width: 0px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  color: #2f7384;
  opacity: 0.8;
}
.inicio #onehalf button:hover, .inicio #onehalf button:focus {
  opacity: 0.9;
}
.inicio #onehalf button span {
  display: block;
  font-size: 1.1rem;
}
.inicio #onehalf button img {
  display: inline !important;
  width: 80px;
  height: 80px;
  text-align: center;
}
.inicio #one {
  padding-top: 25px;
  min-width: 100%;
  padding-bottom: 25px;
  margin: 0;
}
.inicio #one h2 {
  color: #2f7384;
  font-family: sansitalight_italic, sans-serif;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 10px;
}
.inicio #one form {
  display: inline;
}
.inicio #one button {
  width: 219px;
  height: 219px;
  border-radius: 50%;
  border-width: 0px;
  text-align: center;
  display: inline-block;
  box-shadow: none;
  border: 1px;
  border-style: solid;
  border-color: #444;
  background-color: #444;
}
.inicio #one button span {
  display: block;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.inicio #one button:hover span, .inicio #one button:focus span {
  color: #2f7384;
}
.inicio #one button img {
  display: inline !important;
  width: 110px;
  height: 110px;
  text-align: center;
  filter: invert(100%);
}
.inicio #one button.vacio {
  background-color: #204953;
}
.inicio #one button.vacio:hover, .inicio #one button .inicio #one button.vacio:focus {
  background-color: #ff00ff;
}
.inicio #two.extendida {
  background-color: #dedede;
  opacity: 0.8;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, #dedede 0, #dedede 50%);
  max-width: 100%;
}
.inicio #two.extendida h2 {
  text-align: center;
  color: #000000;
}
.inicio #two.extendida form {
  display: inline;
}
.inicio #two.extendida img {
  height: 140px;
  background-color: #ffffff;
  border-radius: 5px;
}
.inicio #two.extendida button {
  background-color: #ffffff;
  display: inline;
  border: none;
  opacity: 0.7;
  box-shadow: none;
}
.inicio #two.extendida button img {
  width: 130px;
  height: 130px;
}
.inicio #two.extendida button:hover, .inicio #two.extendida button:focus {
  opacity: 1;
}
.inicio #two.extendida button:hover img, .inicio #two.extendida button:focus img {
  width: 130px;
  height: 130px;
  filter: none;
}
.inicio #two.extendida button:hover span, .inicio #two.extendida button:focus span {
  color: #000000;
}
.inicio #two.extendida button span {
  font-size: 0.8rem;
}

#one {
  width: 100%;
  max-width: 1440px;
  margin: 10px auto;
}
#one div.rouger {
  background-size: cover;
  background-position: center center;
  height: 170px;
}

#two {
  /*! box-shadow: 0 0 30px 50px rgba(255,255,255,1); */
  height: auto;
  padding: 20px;
  padding-bottom: 30px;
  max-width: 1440px;
  margin: auto;
}
#two p, #two li {
  color: #efefef;
  letter-spacing: 1.6px;
  font-size: 1.15rem;
  margin-bottom: 10px;
  line-height: 1.2435;
}
#two ul {
  margin-left: 40px;
}
#two a {
  color: #2f7384;
}
#two a:hover, #two a:focus {
  color: #ffffff;
}
#two .principal {
  filter: invert(100);
  float: right;
  padding: 0;
  width: 20vw;
  min-width: 150px;
  max-width: 300px;
  vertical-align: middle;
}
#two h1 {
  font-family: sansitalight_italic, sans-serif;
  color: #2f7384;
  padding: 0;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
#two h2 {
  font-family: sans-serif;
  color: #2f7384;
  padding: 0px 30px;
  font-size: 1.9rem;
  margin-bottom: 10px;
  font-family: sansitalight_italic, sans-serif;
}
#two .rouger h1 {
  padding: 5px 5px;
}
#two .rouger h2 {
  padding: 0px;
  font-size: 1.1rem;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-family: sansitalight_italic, sans-serif;
}

#listainstrumentos {
  max-width: 90%;
  width: 640px;
}
#listainstrumentos a {
  white-space: nowrap;
}

.sticky #totop {
  display: inline-block;
}

#totop {
  position: fixed;
  background-color: #204953;
  color: #000;
  cursor: pointer;
  padding: 0 10px 10px 8px;
  transform: rotate(-90deg);
  z-index: 9;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  right: 10px;
  font-size: 3rem;
  vertical-align: middle;
  line-height: 0.68;
  bottom: 40px;
  display: none;
}
#totop:hover, #totop:focus {
  padding: 0 10px 10px 11px;
}

#topwrapper {
  max-width: 1440px;
  margin: auto;
  position: relative;
}

.pregunta h1 {
  font-size: 1.3rem !important;
  position: relative;
  padding-left: 10px !important;
  margin-left: 20px;
  cursor: pointer;
}
.pregunta h1:before {
  content: "+";
  padding: 2px;
  font-size: 1.7rem;
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
}
.pregunta:focus h1:before {
  content: "↳";
  margin-top: 20px;
}
.pregunta:focus div {
  display: inline-block;
  margin-top: -10px;
  margin-bottom: -10px;
}
.pregunta div {
  display: none;
}

.imagelist img {
  float: right;
  clear: both;
  max-width: 50%;
  margin: 10px;
  width: 300px;
}

.rouger {
  display: block;
  margin: 15px 30px;
  border-radius: 235px 25px 205px 10px/10px 205px 25px 235px;
  padding: 1em;
  line-height: 1.5em;
  background: #E7F3FF;
  border: solid 0px #fff;
  max-width: 1440px;
  overflow: auto;
}
.rouger a {
  color: #2f7384;
}
.rouger a:visited {
  color: #9C772C;
}
.rouger a:hover, .rouger a:focus {
  color: #333;
}
.rouger a.transparencia {
  opacity: 0.6;
  background-color: #2f7384;
  color: #fff;
  display: inline-block;
  padding: 4px;
  border-radius: 3px;
  font-size: 12px;
  text-decoration: none;
  text-align: right;
}
.rouger a.transparencia:visited {
  color: #fff;
}
.rouger a.transparencia:hover, .rouger a.transparencia:focus {
  opacity: 0.8;
  color: #fff;
}
.rouger ul, .rouger ol {
  margin: 10px 10px 16px 30px;
}
.rouger h3 a, .rouger h3 {
  font-size: 1.25rem;
  text-decoration: none;
  font-family: sansitalight_italic, sans-serif;
  color: #333;
  margin: 16px 0 4px 0;
}
.rouger h3 a:hover, .rouger h3 a:focus {
  color: #2f7384;
}
.rouger h4 a, .rouger h4 {
  font-size: 1.1rem;
  text-decoration: none;
  font-family: sansitalight_italic, sans-serif;
  color: #333;
  margin-top: 8px;
}
.rouger .tag-btn {
  font-family: latolight, sans-serif;
  background-color: #2f7384;
  color: #fff;
  padding: 4px 6px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 13px;
}
.rouger .tag-btn:visited {
  color: #fff;
}
.rouger .tag-btn:hover, .rouger .tag-btn:focus {
  background-color: #333;
  color: #fff;
}
.rouger .readmore, .rouger time {
  padding: 6px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
}
.rouger time {
  background-color: #fff;
  margin-top: 8px;
  display: inline-block;
}
.rouger .readmore {
  text-decoration: none;
  color: #333;
  background-color: #FEAE0F;
}
.rouger .readmore:visited {
  color: #73521D;
}
.rouger .readmore:hover, .rouger .readmore:focus {
  color: #fff;
  background-color: #555;
}
.rouger table {
  border-collapse: collapse;
}
.rouger table a {
  background-color: #4F94BC;
  color: #fff;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 3px;
  text-decoration: none;
}
.rouger table a:hover, .rouger table a:focus {
  background-color: #2f7384;
  color: #fff;
}
.rouger table td {
  padding: 10px;
  border-style: dotted;
  border-color: #fff;
  border-width: 2px;
}
.rouger table th {
  padding: 10px;
  border-style: solid;
  border-color: #E7F3FF;
  border-width: 2px;
  background-color: rgba(255, 255, 255, 0.75);
}
.rouger table tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.5);
}
.rouger hr {
  border-width: 2px 0 0 0;
  margin: 20px 0;
  border-style: dashed;
  border-color: #fff;
  color: transparent;
}
.rouger p {
  margin-bottom: 10px;
}
.rouger.limit {
  max-height: 80vh;
}
.rouger:nth-child(n+1) {
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
.rouger:nth-child(n+2) {
  border-radius: 245px 25px 215px 6px/6px 215px 25px 245px;
}

.rougerin {
  display: block;
  margin: 15px 30px;
  border-radius: 235px 25px 205px 10px/10px 205px 25px 235px;
  padding: 1em;
  line-height: 1.5em;
  background: #E7F3FF;
  border: solid 0px #fff;
  max-width: 1440px;
  overflow: auto;
}
.rougerin:nth-child(n+1) {
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
.rougerin:nth-child(n+2) {
  border-radius: 245px 25px 215px 6px/6px 215px 25px 245px;
}

.filelist a {
  display: inline-block;
  padding: 3px;
  margin: 4px;
  color: #000;
  text-decoration: none;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: transparent;
}
.filelist a:hover, .filelist a:focus {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #333;
}
.filelist a img {
  vertical-align: middle;
}

.drop-icon {
  color: #2f7384;
  margin-right: -10px;
}

#agendapop {
  overflow: auto;
  max-width: 1440px;
}

input[type=text] {
  padding: 7px;
}

html {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}
html body {
  position: relative;
  width: 100%;
}
html:not(.cookies) #cookiebar {
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0px;
}
html:not(.cookies) #cookiebar * {
  padding: 5px;
  margin: 3px;
  line-height: 1.3;
}
html:not(.cookies) #cookiebar p {
  padding: 2px 12px;
  margin: 1px;
  line-height: 1.3;
  font-size: 0.8rem;
  max-width: 1200px;
}
html:not(.cookies) #cookiebar h1 {
  padding: 2px 12px;
  margin: 0px;
  line-height: 1.3;
  font-size: 1.2rem;
}
html:not(.cookies) #cookiebar a {
  padding: 2px;
}
html:not(.cookies) #cookiebar table {
  display: none;
}
html:not(.cookies) #cookiebar .buttoncontainer {
  padding: 2px 8px;
  text-align: left;
  margin: 0;
}
html:not(.cookies) #cookiebar .buttoncontainer button {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
  margin: 3px;
  padding: 7px;
  font-size: 0.7rem;
}
html:not(.cookies) #cookiebar .buttoncontainer a {
  background-color: transparent !important;
}
html:not(.cookies) #cookiebar .buttoncontainer a:hover, html:not(.cookies) #cookiebar .buttoncontainer a:focus {
  background-color: transparent !important;
}
html:not(.cookies) #cookiebar > div {
  background-color: #fff;
  padding: 15px 10px 10px 10px;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.hidden {
  display: none;
}

div.patronato {
  overflow: hidden;
}
div.patronato h3 {
  min-height: 300px;
}

#devbar {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
  word-wrap: break-word;
  position: fixed;
  bottom: 0;
  z-index: 999999;
  width: 100%;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

#cookiebar {
  padding: 30px 30px 30px 50px;
}
#cookiebar table {
  min-width: 500px;
  margin: 20px;
  border-collapse: collapse;
}
#cookiebar table td, #cookiebar table th {
  word-wrap: break-word;
  border-style: dashed;
  border-color: #666;
  color: #ccc;
  border-width: 0 1px 1px 0;
  padding: 10px;
  word-break: break-all;
}
#cookiebar table td:nth-child(4), #cookiebar table td:nth-child(5), #cookiebar table td:nth-child(1), #cookiebar table th:nth-child(4), #cookiebar table th:nth-child(5), #cookiebar table th:nth-child(1) {
  word-break: keep-all;
}
#cookiebar table td:last-child, #cookiebar table th:last-child {
  border-width: 0 0 1px 0;
}
#cookiebar #cookielist {
  overflow: auto;
}
#cookiebar p {
  padding: 5px 20px;
}
#cookiebar h1 {
  padding: 20px 20px 0 20px;
}
#cookiebar a {
  background-color: #FFAE00;
  padding: 3px 6px;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
}
#cookiebar a:hover, #cookiebar a:focus {
  background-color: #333;
  color: #fff;
}

html.cookies #cookiebar {
  padding: 0px;
}
html.cookies #cookiebar h1 {
  padding-top: 0;
}

header {
  position: fixed;
  top: calc(var(--top-pos) );
  left: 0;
  right: 0;
  z-index: 9;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  height: 78px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
header > div {
  max-width: 1400px;
  margin: auto;
}
header a#logo {
  background-image: url(../img/logo-invert.svg);
  display: inline-block;
  height: 170px;
  width: 226px;
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: 0 -1px;
  margin-left: 20px;
}

.sticky header {
  height: 55px;
  animation-name: stickybar;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
}
.sticky a#logo {
  background-image: url(../img/logo_no_legend.svg);
  display: inline-block;
  height: 50px;
  width: 234px;
  background-repeat: no-repeat;
  background-size: 185px;
  background-position: 5px 5px;
  animation-name: stickylogo;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
}

.nosticky header {
  animation-name: stickybar;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  animation-direction: reverse;
}
.nosticky a#logo {
  animation-name: stickylogo;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  animation-direction: reverse;
}

#content {
  padding: 5px 20px;
}
#content h1 {
  font-size: 14px;
  margin: 0 5px 5px -10px;
}

#topbar {
  padding: 5px;
  background-color: #2f7384;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
}

.pure-button-primary {
  margin-top: 10px;
  background-color: #FFAE00;
  color: #111;
}

.buttoncontainer {
  text-align: center;
}
.buttoncontainer button {
  padding: 10px 10px 15px 10px;
  margin: 10px;
  background-color: #2f7384;
  border-style: solid;
  border-width: 1px;
  border-color: #2f7384;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
}
.buttoncontainer button:hover, .buttoncontainer button:focus {
  border-color: rgba(0, 0, 0, 0.6);
  background-color: #333;
  cursor: pointer;
  color: #2f7384;
}
.buttoncontainer button img {
  display: block;
  width: 110px;
  height: 110px;
  margin: auto;
}
.buttoncontainer button:hover img {
  filter: invert(100);
}

.cookies .buttoncontainer {
  transform: scale(0.7);
  transform-origin: top left;
  padding-top: 30px;
  text-align: left;
  margin: 0;
  margin-bottom: -10px;
}
.cookies .buttoncontainer a {
  background-color: transparent !important;
}
.cookies .buttoncontainer a:hover, .cookies .buttoncontainer a:focus {
  background-color: transparent !important;
}

#cambioidioma.Euskaraswitch:before {
  content: "EUSKARA";
}

#cambioidioma.Castellanoswitch:before {
  content: "CASTELLANO";
}

.sticky #cambioidioma.Euskaraswitch:before {
  content: "EUS";
}

.sticky #cambioidioma.Castellanoswitch:before {
  content: "CAS";
}

.sticky #cambioidioma {
  width: 53px;
  height: 53px;
  left: -30px;
  padding-top: 33px;
}

#devbar button, #login #cerrarlogin, #cerrartyc {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 1;
  padding: 0px;
  font-weight: bold;
  background-color: #FFAE00;
  border: none;
  position: absolute;
  margin-right: 0;
  cursor: pointer;
}

#devbar button {
  margin: -5px 10px 10px 10px;
}

#login #cerrarlogin, #cerrartyc {
  position: absolute;
  top: 32px;
  right: calc(50% - 15px);
}

#cerrartyc {
  position: absolute;
  top: 35px;
  right: calc(50% - 15px);
}

#devbar button:hover, #login #cerrarlogin:hover, #cerrartyc:hover,
#devbar button:focus, #login #cerrarlogin:focus, #cerrartyc:focus {
  background-color: #FFF;
}

#login > div > button.active, #login > div > button:hover, #login > div > button:focus {
  border-color: #fff #fff #FFAE00 #fff;
}

#cambioidioma {
  background-color: #204953;
  width: 100px;
  height: 100px;
  transform: rotate(-90deg);
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  top: 75vh;
  left: -60px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  padding-top: 64px;
  padding-right: 0px;
  position: fixed;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  z-index: 99;
}

#cambioidioma:hover, #cambioidioma:focus {
  background-color: #ffffff;
  color: #000000;
}

#privatezone {
  display: inline-block;
  background-image: url("../img/lock.svg");
  width: 25px !important;
  vertical-align: middle;
  height: 32px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 15% 20%;
}

#privatezone:hover, #privatezone:focus {
  transform: scale(1.3);
}

.socialmenu img {
  height: 29px;
  width: auto;
  vertical-align: middle;
  margin: -3px 0 0 -2px;
}
.socialmenu a {
  padding: 0 !important;
  margin: 0 !important;
}
.socialmenu:hover img, .socialmenu:focus img {
  transform: scale(1.3);
}

#wrapper {
  box-shadow: 0px 20px 20px 10px rgba(0, 0, 0, 0.15);
  padding-bottom: 1px;
  padding-top: 106px;
}

#wrapper.contenidobase {
  padding-top: 66px;
}

.inicio #wrapper {
  padding-top: 0;
}

.sticky #wrapper {
  padding-top: 55px;
}

footer {
  background-color: #222;
  overflow: hidden;
  text-align: center;
}
footer #wrapperfoot {
  max-width: 1100px;
  margin: auto;
  background-image: url(../img/logo-invert.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 250px;
  margin-bottom: 60px;
  padding-bottom: 100px;
}
footer h1 {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #aaa;
  padding: 20px;
}
footer h1 a {
  background-color: #FFAA00;
  display: inline-block;
  padding: 5px 7px;
  text-decoration: none;
  color: #333;
  border-radius: 3px;
  font-size: 1.3rem;
  margin: 6px;
  display: block;
  max-width: 300px;
  margin: 10px auto 30px;
}
footer h1 a:hover, footer h1 a:focus {
  background-color: #FFF;
}
footer h2 {
  font-size: 1.2rem;
  margin-top: 4px;
  text-align: center;
  color: #fff;
  display: none;
}
footer div .centro {
  width: 36%;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 20px;
}
footer div .centro p {
  padding: 2px;
}
footer div .centro a {
  background-color: #FFAA00;
  display: inline-block;
  padding: 5px 7px;
  text-decoration: none;
  color: #333;
  border-radius: 3px;
  margin: 6px;
}
footer div .centro a:hover, footer div .centro a:focus {
  background-color: #FFF;
}
footer div.patronato, footer div.subvencion {
  display: inline-block;
  color: #fff;
  text-align: center;
}
footer div.patronato h1, footer div.subvencion h1 {
  color: #333;
}
footer div.patronato a, footer div.subvencion a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.25);
  width: 120px;
  height: 170px;
  margin: 10px;
  border-radius: 4px;
  padding: 5px;
}
footer div.patronato a:hover, footer div.patronato a:focus, footer div.subvencion a:hover, footer div.subvencion a:focus {
  background-color: rgba(255, 255, 255, 0.6);
}
footer div.subvencion {
  width: 280px;
  height: 70px;
  color: #fff;
}
footer div.subvencion img {
  height: 50px;
}
footer div.subvencion a {
  width: 260px;
  height: 70px;
}
footer div.patronato img {
  height: 110px;
}
footer #footermenu {
  margin: 30px;
}
footer #footermenu a {
  display: inline-block;
  padding: 5px 7px;
  text-decoration: none;
  border-radius: 3px;
  margin: 6px;
  display: block;
  max-width: 90px;
  margin: auto;
  background-color: transparent;
  color: #204953;
  font-weight: bold;
}
footer #footermenu a:hover, footer #footermenu a:focus {
  color: #fff;
}
footer #footermenu a.social {
  display: inline;
  padding: 0;
  margin: 0;
}
footer #footermenu a.social:hover img {
  transform: scale(1.1);
}
footer #footermenu a.social img {
  width: 50px;
}

#infoniveles {
  font-size: small;
  padding: 10px;
}
#infoniveles a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#infoniveles a:hover, #infoniveles a:focus {
  border-width: 0 0 1px 0;
  border-style: dashed;
  border-color: #333;
}

.glightimage, .glightvideo {
  margin: 5px 10px;
  max-width: 36%;
  width: 290px;
  height: auto;
  float: right;
  border-radius: 4px;
  border-width: 12px;
  border-style: solid;
  border-color: #fff;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.glightimage img, .glightvideo img {
  width: 100%;
}

.glightvideo {
  cursor: pointer;
}
.glightvideo img {
  opacity: 0.85;
  margin: -13% 0;
  cursor: pointer;
}
.glightvideo .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.glightvideo .play-button:hover, .glightvideo .play-button:focus {
  background-color: #CC0000;
}
.glightvideo .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.glightvideo iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.glight {
  clear: right;
}

.glightimage img {
  margin: -2% 0;
}

.sticky #menu a#hamburger {
  top: calc(10px + var(--top-pos) );
}
.sticky #menu.open > div > ul > li:last-child {
  top: calc(18px + var(--top-pos) );
}
.sticky #menu.open > div > ul {
  padding: 75px 0 70px 0;
}
.sticky #menu.open a#hamburger span {
  margin-top: 2px;
}

#menu a#hamburger {
  outline: none;
  cursor: pointer;
  display: block;
  position: fixed;
  z-index: 99;
  top: calc(18px + var(--top-pos) );
  right: 15px;
  padding: 0px;
  cursor: pointer;
}
#menu a#hamburger:hover, #menu a#hamburger:focus {
  transform: scale(1.35);
}
#menu a#hamburger span {
  display: inline-block;
  outline: none;
  font-size: 22px !important;
  color: #2f7384;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  padding: 8px;
  margin-top: 4px;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  transform: scale(1.3);
}
#menu:not(.open) ul {
  display: none;
}
#menu.open ul {
  display: block;
}
#menu.open a#hamburger span {
  transform: scale(0.72);
  color: transparent;
  background-color: #2f7384;
  margin-top: 4px;
}
#menu.open a#hamburger span:before {
  display: inline-block;
  color: #000000;
  content: "X";
  margin: 1px 0 0 0px;
  font-weight: bold;
}
#menu.open > div > ul {
  padding: calc(96px + var(--top-pos)) 0 70px 0;
}
#menu.open > div > ul a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 4px;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: bold;
}
#menu.open > div > ul a:hover, #menu.open > div > ul a:focus {
  color: #2f7384;
}
#menu.open > div > ul > .active > a {
  color: #2f7384;
}
#menu.open > div > ul ul .active a {
  color: #2f7384;
}
#menu.open > div > ul span {
  display: inline-block;
  width: 90%;
  padding: 4px;
  font-size: 1.1rem;
  color: #bbb;
}
#menu.open > div > ul .active span {
  color: #2f7384;
  opacity: 0.8;
}
#menu.open > div > ul span.menuseparator {
  display: none;
}
#menu.open > div > ul li {
  list-style-type: none;
  margin-left: 25px;
  display: block;
  font-size: 1.1rem;
}
#menu.open > div > ul li li {
  margin-left: 30px;
}
#menu.open > div > ul li li.vacio {
  border-radius: 8px;
  width: 130px;
  background-color: #204953;
}
#menu.open > div > ul li li.vacio a {
  display: block;
  padding: 5px;
  height: 25px;
}
#menu.open > div > ul li li.vacio:hover, #menu.open > div > ul li li.vacio.active {
  background-color: #ff00ff;
}
#menu.open > div > ul li li.vacio.active:hover {
  background-color: #ff00ff;
}
#menu.open > div > ul li .drop-icon {
  margin-right: 2px;
  display: inline-block;
  width: 10px;
}
#menu.open > div > ul li.socialmenu {
  display: inline-block;
  margin: 10px;
}
#menu.open > div > ul li.socialmenu img {
  height: 50px;
  width: auto;
}

@media screen and (min-width: 992px) {
  section#two, section#one {
    padding: 0px 8px !important;
    max-width: 1345px;
  }

  .inicio section#two, .inicio section#one {
    padding: 40px 8px !important;
  }

  html.cookies section#two, html.cookies section#one {
    padding: 0 12px !important;
  }

  #menu:not(.open) {
    pointer-events: none;
    width: 100%;
  }
  #menu:not(.open) > div {
    pointer-events: none;
    max-width: 1400px;
    margin: auto;
    text-align: right;
    padding-right: 15px;
  }
  #menu:not(.open) > div > ul {
    display: inline-block;
    pointer-events: auto;
  }
  #menu:not(.open) > div > ul ul {
    transition: margin-top 0.3s, opacity 0.3s;
    opacity: 0;
    position: absolute;
    background-color: #333;
    background: #020024;
    background: linear-gradient(180deg, #363636 0%, #272727 100%);
    z-index: 9;
    color: #fff;
    margin-top: 40px;
    left: 0px;
    height: 0;
    overflow: hidden;
    font-size: 0.9rem;
    display: block;
    border-radius: 6px;
  }
  #menu:not(.open) > div > ul ul li {
    border-radius: 6px;
    margin: 8px;
  }
  #menu:not(.open) > div > ul a {
    color: #2f7384;
    display: block;
    font-size: 18px;
    cursor: pointer;
  }
  #menu:not(.open) > div > ul li:hover ul, #menu:not(.open) > div > ul li:focus ul {
    margin-right: -10px;
    margin-top: 17px;
    opacity: 1;
    height: auto;
    overflow: visible;
  }
  #menu:not(.open) > div > ul > li {
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
  }
  #menu:not(.open) > div > ul > li:before {
    content: "•";
    color: #000;
    vertical-align: middle;
    margin-top: -5px;
    display: inline-block;
  }
  #menu:not(.open) > div > ul > li:first-child:before, #menu:not(.open) > div > ul > li:last-child:before, #menu:not(.open) > div > ul > li:nth-child(6):before {
    content: "";
  }
  #menu:not(.open) > div > ul > li > span {
    cursor: default;
  }
  #menu:not(.open) > div > ul > li li {
    display: block;
    text-align: left;
  }
  #menu:not(.open) > div > ul > li li a {
    color: #ffff;
    white-space: nowrap;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    padding: 7px 12px;
    font-size: 18px;
    cursor: pointer;
  }
  #menu:not(.open) > div > ul > li li:hover, #menu:not(.open) > div > ul > li li.active, #menu:not(.open) > div > ul > li li:focus {
    background-color: #444 !important;
  }
  #menu:not(.open) > div > ul > li li.vacio {
    background-color: #204953 !important;
  }
  #menu:not(.open) > div > ul > li li.vacio a {
    display: block;
    padding: 5px;
    height: 33px;
  }
  #menu:not(.open) > div > ul > li li.vacio:hover, #menu:not(.open) > div > ul > li li.vacio.active {
    background-color: #ff00ff !important;
  }
  #menu:not(.open) > div > ul > li li.vacio.active:hover {
    background-color: #ff00ff !important;
  }
  #menu:not(.open) > div > ul > li > a, #menu:not(.open) > div > ul > li > span {
    padding: 5px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 6px;
    font-size: 20px;
  }
  #menu:not(.open) > div > ul > li li.active {
    background-color: #2f7384;
  }
  #menu:not(.open) > div > ul > li > span.menuseparator {
    color: #111;
    margin: 0 0 0 -5px;
  }
  #menu:not(.open) > div > ul > li:focus > span, #menu:not(.open) > div > ul > li:hover > span, #menu:not(.open) > div > ul > li.active > span, #menu:not(.open) > div > ul > li:hover > a, #menu:not(.open) > div > ul > li.active > a {
    color: #204953;
  }
  #menu:not(.open) > div > ul > li .drop-icon {
    display: none;
    transform: rotate(-90deg);
    transition: opacity 0.3s;
    opacity: 0;
  }
  #menu:not(.open) > div > ul > li:hover .drop-icon {
    display: none;
    position: absolute;
    top: 38px;
    opacity: 1;
    left: 20px;
    transform: rotate(180deg);
    color: #333;
  }
  #menu:not(.open) a#hamburger {
    display: none;
  }

  .sticky #menu:not(.open) {
    position: fixed;
    top: calc(16px + var(--top-pos) );
    z-index: 9;
    animation-name: stickymenu;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
  }
  .sticky #menu:not(.open) ul ul {
    margin-top: 8px !important;
  }
  .sticky #menu:not(.open) > div > ul > li {
    padding-bottom: 10px;
  }

  .nosticky #menu:not(.open) {
    position: fixed;
    z-index: 9;
    top: calc(30px + var(--top-pos) );
    animation-name: stickymenu;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    animation-direction: reverse;
  }
}
#carousel {
  height: 9rem;
  overflow: hidden;
  width: 100vw;
  background-color: #ff00ff;
}
#carousel div div {
  height: 9rem;
  width: 100vw;
  padding-top: 3rem;
  display: inline-block;
  font-size: 3rem;
  text-align: center;
  color: #ffffff;
}
#carousel > div {
  width: 100vw;
  background-color: #ff00ff;
  animation: mover 15s infinite;
}

#mirada {
  background-color: #fff;
}
#mirada #miradacontainer {
  position: relative;
  width: 300px;
  height: 270px;
  margin: auto;
}
#mirada #miradacontainer #miradapop {
  position: absolute;
  width: 300px;
  height: 270px;
  padding: 20px;
  opacity: 0;
  top: 0;
  left: 0;
  width: 300;
  background-color: #ffffff;
  z-index: 3;
}
#mirada #miradacontainer #miradapop.visible {
  animation: mostrar 0.3s ease-in 0.45s forwards;
}
#mirada #miradacontainer #miradapop.oculto {
  animation: ocultar 0.3s ease-in 0s forwards;
}
#mirada #miradacontainer #miradapop hr {
  border-width: 0 0 1px 0;
  border-style: solid;
  margin: 4px 0 8px 0;
  border-color: #000;
}
#mirada #miradacontainer span {
  display: block;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 200px;
}
#mirada #miradacontainer #miradalogo {
  width: 200px;
  height: 200px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 992px) {
  #tycpop .buttoncontainer {
    text-align: center;
    padding: 20px 0;
    margin: -30px;
  }

  footer div.centro {
    width: 47%;
  }
  footer div.subvencion {
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  footer div.centro {
    width: 97%;
  }
}
@media screen and (max-width: 576px) and (orientation: portrait) {
  footer div.centro {
    width: 97%;
  }

  #one div.rouger {
    height: 90px;
  }

  .rouger .glightvideo, .rouger .glightimage {
    margin: 5px;
    max-width: 95%;
    float: none;
    border-radius: 4px;
    display: inline-block;
  }
}
@media screen and (min-width: 2400px) {
  .inicio #zero .buttoncontainer button {
    transform: scale(1.7);
    margin: 40vh 3vw 10vh 3vw;
  }
}
@media screen and (max-width: 2400px) {
  .inicio #zero .buttoncontainer button {
    transform: scale(1.7);
    margin: 34vh 3vw 10vh 3vw;
  }
}
@media screen and (max-width: 1800px) {
  .inicio #zero .buttoncontainer button {
    transform: scale(1.5);
    margin: 37vh 2.5vw 10vh 2.5vw;
  }
}
@media screen and (max-width: 1400px) {
  .inicio #zero .buttoncontainer button {
    transform: scale(1.4);
    margin: 37vh 2.5vw 10vh 2.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .inicio #zero .buttoncontainer button {
    transform: scale(1.3);
    margin: 37vh 2vw 10vh 2vw;
  }
}
@media screen and (max-width: 992px) {
  .inicio #zero .buttoncontainer button {
    transform: scale(1.2);
    margin: 35vh 2vw 10vh 2vw;
  }
}
@media screen and (max-width: 768px) {
  .inicio #zero .buttoncontainer button {
    transform: scale(1.1);
    margin: 30vh 2vw 10vh 2vw;
  }

  .inicio #one .buttoncontainer button {
    transform: scale(1);
    margin: 20px;
  }

  .inicio #two .buttoncontainer button {
    transform: scale(1);
    margin: 10px;
  }
}
@media screen and (max-width: 576px) {
  .inicio #zero .buttoncontainer button {
    transform: scale(1);
    margin: 20px 1vw 1vh 1vw;
  }
  .inicio #zero .buttoncontainer button img {
    width: 75px;
    height: 75px;
  }

  #carousel {
    height: 4rem;
  }
  #carousel div div {
    height: 4rem;
    padding-top: 1.3rem;
    font-size: 1.3rem;
  }
  #carousel > div {
    animation: moversm 15s infinite;
  }

  .inicio #one .buttoncontainer button {
    transform: scale(0.8);
    margin: -10px -2vw -2px -2vw;
  }

  .inicio #two .buttoncontainer button {
    transform: scale(0.8);
    margin: -10px -2vw -2px -2vw;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  #cambioidioma {
    top: 27vh;
  }
}
@media screen and (max-width: 400px) {
  .inicio #zero .buttoncontainer button {
    transform: scale(1);
    margin: 20px 1vw 1vh 1vw;
  }
  .inicio #zero .buttoncontainer button img {
    width: 70px;
    height: 70px;
  }

  #carousel {
    height: 4rem;
  }
  #carousel div div {
    height: 4rem;
    padding-top: 1.3rem;
    font-size: 1.3rem;
  }
  #carousel > div {
    animation: moversm 15s infinite;
  }

  .inicio #one .buttoncontainer button {
    transform: scale(0.6);
    margin: -30px -10vw -200px -10vw;
  }

  .inicio #two .buttoncontainer button {
    transform: scale(0.6);
    margin: -30px -6vw -200px -6vw;
  }

  .inicio #two .buttoncontainer img {
    transform: scale(0.8);
  }

  .inicio #two .buttoncontainer button img {
    transform: scale(1);
  }
}
@keyframes mostrar {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ocultar {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mover {
  0% {
    margin-top: 0rem;
    opacity: 1;
  }
  16% {
    margin-top: -9rem;
  }
  32% {
    margin-top: -18rem;
  }
  48% {
    margin-top: -27rem;
  }
  64% {
    margin-top: -36rem;
  }
  80% {
    margin-top: -45rem;
    opacity: 1;
  }
  90% {
    opacity: 0;
    margin-top: 0rem;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moversm {
  0% {
    margin-top: 0rem;
    opacity: 1;
  }
  16% {
    margin-top: -4rem;
  }
  32% {
    margin-top: -8rem;
  }
  48% {
    margin-top: -12rem;
  }
  64% {
    margin-top: -16rem;
  }
  80% {
    margin-top: -20rem;
    opacity: 1;
  }
  90% {
    opacity: 0;
    margin-top: 0rem;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=losjubis2.css.map */
