body, html {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Ubuntu Mono', monospace;
  color: #000;
}
body {
  background-color: white;
  color: black;
  transition:
    background-color 1.2s ease,
    color 1.2s ease;
}

/* smooth fade out of page content */
body.to-black *:not(.logo) {
  opacity: 0;
  transition: opacity 0.8s ease;
}

/* background goes dark */
body.to-black {
  background-color: black;
}

/* only run fades when JS is active */
html.js body {
  opacity: 1;
}

html.js body.page-fade-in {
  opacity: 0;
}

html.js body.page-fade-in.page-visible {
  opacity: 1;
  transition: opacity 1.2s ease;
}

body#stars {
  background: black;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.5em;
}

h3 {
  text-transform: uppercase;
}

main {
  padding-top: 150px;
}

main h3 {
  font-size: 2rem;
}

main h4 {
  font-size: 1.5rem;
  border-bottom: 2px solid #000;
  padding-bottom: .5em;
  display: inline;
  text-transform: uppercase;
}

main h5 {
  font-size: 1.25rem;
  margin: .5em 0;
}

.bg-white {
  background: white;
}

.w-100 {
  width: 100%;
}

.h-auto {
  height: auto;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-small {
  font-size: .65em;
}

.text-white {
  color: white;
}

.text-line-through {
  color: #206cf2;
}

a.text-line-through:hover {
  text-decoration: underline;
}

.text-bold {
  font-weight: bold;
}

#project-nav {
  position: fixed;
  width: 100%;
  padding: 3.5rem 0 .75rem 0;
  z-index: 50;
  /* background: #fff; */
}

#project-nav.with-height {
  height: 100px;
}

.logo {
  width: 10rem;
  position: fixed;
  left: 50%;
  top: 2.5rem;
  z-index: 60;
  transform: translate(-50%);
}

.logo svg {
  fill: #000;
  transition: .75s;
}

.allprojects {
  width: 100%;
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 60;
  transform: translate(-50%);
  padding-bottom: 3.5rem;
  padding-top: 1rem;
}

.allprojects.bg-white {
  border-top:  1px solid black;
}

#infoContent{ position: relative; }

#xirius-close{
  position:absolute;
  top:12px;
  right:14px;
  background:none;
  border:none;
  padding:0;
  cursor:pointer;
  font-size:26px;
  line-height:1;
  opacity:0.65;
}

#xirius-close:hover{ opacity:1; }


body#stars .logo svg {
  fill: #fff;
  transition: .75s;
}

.cls-2 {
  fill: #fff;
  transition: .75s;
}

a > .cls-2 {
  animation-duration: 1.5s;
  animation-name: changeFill;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

#svg_container {
	width: 100%;
  height: auto;
  display: block;
	overflow: visible;
}

#svg_container svg {
  width: 100%;
  height: auto;
  display: block;
	overflow: visible;
}
.interactive_svg_anchor {
	pointer-events: bounding-box;
}

@keyframes changeFill {
  from {
    fill: #fff;
  }
  to {
    fill: Yellow;
  }
}

.text-Fuchsia,
.text-LawnGreen,
.text-Turquoise,
.text-Yellow {
  transition: .75s;
}

.text-Fuchsia:hover, .text-Fuchsia:hover * {
  transition: .75s;
  fill: Fuchsia !important;
}

.text-LawnGreen:hover, .text-LawnGreen:hover * {
  transition: .75s;
  fill: LawnGreen !important;
}

.text-Turquoise:hover, .text-Turquoise:hover * {
  transition: .75s;
  fill: Turquoise !important;
}

.text-Yellow:hover, .text-Yellow:hover * {
  transition: .75s;
  fill: Yellow !important;
}

ul#scene {
  width: 100vw;
  position: absolute;
  height: 100vh;
  padding: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 40;
}

ul#scene li {
  width: 100%;
  height: 100%;
  position: relative;
}

ul#scene .cloud {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.noticia {
  border: 1px solid black;
}

.noticia h3 {
  font-size: 1.5rem;
  margin:0;
}

.btn {
  padding: .25em .75em;
  text-decoration: none;
  border-radius: .25em;
  text-transform: uppercase;
}

.btn:hover {
  text-decoration: none;
}

.btn-black, .btn-outline-black:hover, .btn-outline-black.active {
  background-color: black;
  color: white;
  border: 1px solid black;
  transition: .75s;
}

.btn-black:hover, .btn-outline-black {
  background-color: transparent;
  color: black;
  border: 1px solid black;
  transition: .75s;
}

.btn-white, .btn-outline-white:hover, .btn-outline-white.active {
  background-color: white;
  color: black;
  border: 1px solid white;
  transition: .75s;
}

.btn-white:hover, .btn-outline-white {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  transition: .75s;
}

.circle-btn {
  font-size: 1.25rem;
  display: inline-block;
  line-height: 27px;
  text-align: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50%;
  background-color: transparent;
  color: black;
  border: 1px solid black;
  transition: .75s;
}

.circle-btn:hover {
  background-color: black;
  color: white;
  transition: .75s;
  text-decoration: none;
}

.constelacion {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.75);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity .75s ease-in;
  -moz-transition: opacity .75s ease-in;
  transition: opacity .75s ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog > div {
  width: 90%;
  max-width: 90%;
  position: fixed;
  top: 10vh;
  left: 5%;
  max-height: 80vh;
  overflow-y: scroll;
  padding: 1.25rem 2rem 2rem 2rem;
  border-radius: 1rem;
  background: #fff;
}

.close {
  display:inline-block;
  line-height: 27px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50%;
  background-color: white;
  color: black;
  border: 1px solid black;
  transition: .75s;
}

.close:hover {
  background-color: black;
  color: white;
  transition: .75s;
  text-decoration: none;
}

.modalDialog .close {
  position: -webkit-sticky;
  position: sticky;
  left: 100%;
  top: 0;
}

.single-section {
  min-height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single-section > * {
  margin: 2rem 0;
}

.masonry { /* Masonry container */
  column-count: 2;
  column-gap: 2rem;
}

.masonry .item { /* Masonry bricks or child elements */
  display: inline-block;
  margin: 0 0 2rem 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.masonry .item iframe {
  width: 100%;
  height: 100%;
}

.video-container, .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 0.25rem !important;
}
.video-container iframe, .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mt-6,
.my-6 {
  margin-top: 6rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.mt-7,
.my-7 {
  margin-top: 7rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 7rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 7rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 7rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
/*   padding-top: 4.5rem !important; */
 visibility:hidden;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
/*   padding-top: 4.5rem !important; */
 visibility:hidden;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6,
.py-6 {
  padding-top: 6rem !important;
}

.pr-6,
.px-6 {
  padding-right: 6rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

.pl-6,
.px-6 {
  padding-left: 6rem !important;
}

.p-7 {
  padding: 12rem !important;
}

.pt-7,
.py-7 {
  padding-top: 12rem !important;
}

.pr-7,
.px-7 {
  padding-right: 12rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 12rem !important;
}

.pl-7,
.px-7 {
  padding-left: 12rem !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 999999999; /* Stay on top */
  top: 0; /* Stay at the top */
  right: -2rem;
  background-color: white; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 1s; /* 0.5 second transition effect to slide in the sidenav */
  padding: 3rem 1rem 1rem 1rem;
  border-left: 1px solid black;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1rem;
}

.sidenav ul li {
  line-height: 1.5em;
}

.sidenav.open {
  width: 100vw;
  right: 0;
}

.sidenav.closed {
  width: 0 !important; 
}

#overlay {
  opacity: 0;
  background-color: rgba(0,0,0,0.75); /* Black background with opacity */
  -webkit-transition: .75s ease-in;
  -moz-transition: .75s ease-in;
  transition: .75s ease-in;
}

#overlay.over {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: .75s ease-in;
  -moz-transition: .75s ease-in;
  transition: .75s ease-in;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  text-align: inherit;
  outline: none;
  cursor: pointer;
}

ul.menu-idiomas {
  list-style: none;
}

ul.menu-idiomas li {
  display: inline-block;
}

ul.menu-idiomas li::before {
  content: '\00a0\00a0 / \00a0\00a0 ';
  text-decoration: none;
  display: inline-block;
	color: #000;
}

ul.menu-idiomas li.current-lang {
	color: #206cf2;
}

hr, .wp-block-separator  {
  height: 1px;
  border-width: 0;
  color: black !important;
  background-color: black !important;
  opacity: 1;
}

.blocks-gallery-grid {
  overflow: hidden;
  border-radius: 0.25rem;
}

.blocks-gallery-item {
  margin: 0 !important;
}

.firma {
  position: absolute;
  bottom: 0;
  z-index: 999;
  text-align: center;
  width: 200px;
  left: 50%;
  margin-left: -100px;
}

#about a[href^="#"]:not(.circle-btn) {
	color: #206cf2;
}

audio {
  width: 100%;
  height: 5rem;
}

iframe {
	max-width: 100%;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="number"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	display: block;
	outline: none;
	border: none;
	line-height: 25px;
	padding: 7px;
  border: 1px solid black;
  border-radius: .25em;
	font-family: 'Ubuntu Mono', monospace;
	font-size: 1rem;
}

.wpcf7 input[type="submit"] {
	font-family: 'Ubuntu Mono', monospace;
	font-size: 1.25rem;
}


@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  main {
    padding-top: 110px;
  }

  .single-section {
    min-height: calc(100vh - 110px);
  }
  
  .container, .container-sm, .container-md {
    max-width: 720px;
  }

  .masonry {
    column-count: 4;
  }

  .logo {
    left: 3rem;
    transform: none;
  }

  .allprojects {
    right: 3rem;
    left: auto;
    transform: none;
    top: 2.5rem;
    width: auto;
    bottom: initial;
  }

  .allprojects.bg-white {
    border: none;
    background: transparent !important;
  }

  #project-nav {
    padding: .75rem 0;
  }

  .modalDialog > div {
    width: 40rem;
    left: calc(50% - 20rem);
  }

  .text-md-right {
    text-align: right !important;
  }
	
	#long_description {
		column-count: 1;
		gap: 2em;
	}

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-6 {
    margin: 6rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-6 {
    padding: 6rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }

  .p-md-7 {
    padding: 12rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 12rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 12rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 12rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 12rem !important;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }

  .sidenav.open {
    width: 30vw;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (orientation: landscape) {
  ul#scene .cloud {
    width: 130%;
  }

  .constelacion {
    width: 130%;
  }
}

@media (orientation: portrait) {
  ul#scene .cloud {
    height: 190%;
  }

  .constelacion {
    height: 190%;
    margin-top: 10%;
  }

  .constelacion svg {
    height: 100%;
  }
}

span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.wpcf7 .wpcf7-list-item {
display: block;
margin-bottom: 10px;
}
.wpcf7-checkbox label {
position: relative;
cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 15px;
height: 15px;
top: 0;
left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
height: 15px;
width: 15px;
top: 0px;
left: 0px;
border: 1px solid #000;
	border-radius: 3px;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
display: block;
position: absolute;
content: "\2713";
height: 15px;
width: 15px;
top: 0;
left: 0;
visibility: hidden;
font-size: 15px;
text-align: center;
	line-height: 15px;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
margin-left: 20px;
}

/* === Xirius (Inicio) === */
body#stars { overflow: hidden; background: #000; font-family: "Ubuntu Mono", monospace;  }
#xirius-root { position: relative; width:100vw; height:100vh; }

/* overlay & panel */
.xirius-overlay { position:fixed; inset:0; display:flex; align-items:center; justify-content:center; background:transparent; color:#111; }


.xirius-panel {
    width: min(90vw, 560px);
    height: min(90vw, 460px);   /* 👈 forces square */
    max-width: 560px;
    max-height: 460px;

    padding: 32px;
    background: #fff;
    color: #111;
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .35);

    opacity: 0;
    transform: translateY(6px);

    display: flex;
    flex-direction: column;
}



.xirius-panel h1 { margin:0 0 12px; font-size:clamp(24px,4.5vw,48px); text-transform:uppercase; letter-spacing:.06em; }
.xirius-panel .body { font-size:16px; line-height:1.55; color:#222;
   flex: 1;
    overflow-y: auto;
    margin: 25px 0; }
.xirius-panel .hint { margin-top:16px; opacity:.7; font-size:14px; }
#xirius-cta { margin-top:8px; }

#xirius-pagefade{
  position: fixed;
  inset: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 999999;
}


/* corner hint */
.ui-hint { position:fixed; left:35px; bottom:12px; padding:6px 10px; font-size:12px; border-radius:6px; background:rgba(0,0,0,.35); color:#fff; pointer-events:none; }

/* related exhibitions */
.xirius-children { margin-top: 20px; }
.xirius-children h2 { margin: 0 0 10px; font-size: 18px; text-transform: none; letter-spacing: 0; }
.xirius-children-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); gap: 12px; }
.xirius-child-link { display: grid; gap: 6px; text-decoration: none; color: inherit; }
.xirius-child img { width: 100%; height: 140px; object-fit: cover; border: 1px solid #eee; }
.xirius-child span { font-size: 14px; line-height: 1.35; }


/* smaller and larger modes */
html.xirius-font-small {
  font-size: 90%;
}

html.xirius-font-large {
  font-size: 115%;
}
html.xirius-font-large-1 {
  font-size: 125%;
}

html.xirius-font-large-2 {
  font-size: 131%;
}

/* styling of the controls inside the sidenav */
.xirius-font-controls {
    display: contents;
    gap: 0.4rem;
    align-items: center;
    margin: 1rem 0;
    width: fit-content;
    position: absolute;
}

.xirius-font-btn {
  border: 1.3px solid currentColor;
  background: transparent;
  padding: 0.15rem 0.4rem;
  font-size: 0.9rem;
  line-height: 1;
  cursor: pointer;
}

.xirius-font-btn:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.xirius-search {
  margin: 15px 0;
}

.xirius-search-input {
  width: 100%;
  padding: 6px 10px;
  border: 1.3px solid #206cf2;
  background: transparent;
  color: #206cf2;
  text-transform: none;
  font-size: 14px;
}

.xirius-search-input::placeholder {
  color: #7e96bf;
}

.xirius-search-input:focus {
  outline: none;
  border-color: rgb(34, 0, 255); /* optional highlight color */
}

.xirius-live-results {
  display: none;          /* hidden by default */
  margin-top: 10px;
}

/* when we’re searching, hide the normal menu and show results */
.sidenav.search-active #sidebar-content {
  display: none;
}

.sidenav.search-active .xirius-live-results {
  display: block;
}


/* --- Inicio: force header Menu button white --- */
body#stars .allprojects .btn {
  color:#fff !important;
  border-color:#fff !important;
}
body#stars .allprojects .btn svg [stroke] { stroke:#fff !important; }

/* --- Inicio: force SIDEBAR content black --- */
body#stars #project-nav,
body#stars #project-nav a,
body#stars #project-nav .menu-item,
body#stars #project-nav .btn,
body#stars #project-nav .circle-btn {
  color:#000 !important;
  border-color:#000 !important;
}
body#stars #project-nav .btn-outline-white,
body#stars #project-nav .btn-white {
  color:#000 !important;
  border-color:#000 !important;
  background: transparent !important;
}
/* flip logo + menu + under-logo brief to black while panel is open */
body#stars .logo svg { fill:#fff; transition:.25s; }
body#stars .allprojects .btn { color:#fff; border-color:#fff; transition:.25s; }
/* the under-logo paragraph is hard-coded as .text-white in header.php */
body#stars .logo .text-white { color:#fff; transition:.25s; }

/* when content is open */
body#stars.xirius-ui-light .logo svg { fill:#000 !important; }
body#stars.xirius-ui-light .allprojects .btn,
body#stars.xirius-ui-light .allprojects .btn.btn-outline-white {
  color:#000 !important;
  border-color:#000 !important;
}
/* make sure SVG icons inside the button flip too */
body#stars.xirius-ui-light .allprojects .btn svg [stroke] { stroke:#000 !important; }
body#stars.xirius-ui-light .allprojects .btn svg [fill]:not([fill="none"]) { fill:#000 !important; }

/* force the brief text under the logo (which has .text-white) to become black */
body#stars.xirius-ui-light .logo .text-white { color:#000 !important; }

/* panel long content */
.xirius-panel h1 { margin: 25px 0; font-size:clamp(20px, 2.5vw, 30px); text-transform: uppercase; letter-spacing: .06em; }
.xirius-panel .body { font-size: 16px; line-height: 1.55; color: #222; }
.xirius-panel .body img, .xirius-panel .body video { max-width: 100%; height: auto; }
.xirius-panel .body iframe { max-width: 100%; }
.xirius-panel .hint { margin-top: 16px; opacity: .7; font-size: 14px; }
#xirius-cta { margin-top: 8px; }


@media screen and (max-width: 767px) {
.logo {
  top: 1.5rem;
    width: 18rem;
}
.ui-hint {
    left: auto;
    width: 100%;
    text-align: center;
	    font-size: 9px;
	display:none;
    }
.xirius-overlay {

}
	
	.allprojects {
		
		padding-bottom: 2rem;
    padding-top: 2rem;
	}
	

.xirius-panel {
  width: min(80vw, 300px);
height: min(90vw, 420px);
  padding: 10px;
  margin-top: 50px;
}
.xirius-panel .body {
    font-size: 12px;
	margin: 15px 0;
}
	
p.cta {
    margin: 0;
}
    
.xirius-panel .hint {
    font-size: 10px;

}
	
		.xirius-panel h1 {
    margin: 7px 0;
			width: 90%;
		
	}

p.text-white.text-small.text-center {
 font-size: 9px;
    margin-block-start: 0;
    margin-block-end: 0;
}
}