@charset "UTF-8";
html {
  font-family: "PPObjectSans-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PPEiko-Regular", serif !important;
  font-weight: 400;
}

h5 {
  font-size: 20px;
  line-height: 130%;
}
h5.mono {
  font-size: 1.64rem;
  font-weight: 500;
}

h6 {
  font-size: 1.2rem;
  line-height: 140%;
}

.mono {
  font-family: "DM Mono", monospace !important;
}

.sans {
  font-family: "PPObjectSans-Regular", sans-serif !important;
}

.absolut {
  position: absolute;
}

.fullwidth {
  width: 100%;
}

img {
  border-radius: 16px;
}

row .col {
  padding: 0 20px;
}

#tools {
  height: 44px;
  border-radius: 22px;
  border: 1px solid black;
  margin-top: 40px;
}

a {
  text-decoration: none;
  font-weight: 500;
}
a:hover {
  text-decoration: underline;
}

hr {
  border-color: black;
  border-style: solid;
  border-width: 1px 0 0 0;
  margin: 40px 0;
}

main {
  position: fixed;
  top: 0;
  z-index: -1;
}

.gris {
  background-color: #f4f4f4;
}

.negro {
  background: #202124;
}

.negro-text {
  color: #202124;
}

h1 {
  font-size: 62px;
  margin: 0;
}

h4 {
  font-size: 24px;
}

h3 {
  font-size: 1.5rem;
  display: inline-block;
}

.title h3 {
  margin-bottom: 10px;
  margin-top: 0;
}

p a {
  color: #d50000 !important;
  text-decoration: underline;
}

.container {
  width: 94%;
  max-width: unset;
}

#menu-principal {
  display: flex;
  justify-content: space-between;
}

.rounded {
  border-radius: 25px;
}
.rounded .col-wrapper {
  padding: 15px 30px;
}

header {
  height: auto;
  z-index: 9999;
}

.flex {
  display: flex;
  flex-wrap: nowrap;
}

.gradiente {
  background: radial-gradient(circle, #eeff41, #eeff41, #fff);
  height: 100vh;
}

.fullwidth {
  width: 100%;
  display: inline-block;
}

.underline {
  text-decoration: underline;
}

.upper {
  text-transform: uppercase;
}

.bord-bot {
  border-bottom: 1px solid #000000;
}

.chip {
  border: 1px solid #000000;
  padding: 0 13px;
  height: 26px;
  line-height: 26px;
  font-size: 11px;
  margin-right: 3px;
  border-radius: 16px;
}

.bold,
strong,
b {
  font-weight: 500;
}

.share {
  margin-top: 40px;
}

.btn {
  border: 2px solid #000000;
  border-radius: 15px;
  box-shadow: none;
  height: 30px;
  line-height: 29px;
  background-color: white;
  color: #000000;
}
.btn:hover {
  background-color: #000000;
  color: white;
}

#menu {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
#menu .flex {
  justify-content: space-between;
}
#menu.pin-top {
  top: auto !important;
}
#menu a {
  font-size: 1.2em;
  color: black;
  align-items: stretch;
  text-transform: capitalize;
  border: 2px solid black;
  border-radius: 20px;
  height: 41px;
  line-height: 2em !important;
  padding: 0 20px;
  text-decoration: none;
  border-color: transparent;
}
#menu a:hover, #menu a.filter-button.activo, #menu a.filter-button:hover {
  border-color: inherit !important;
  color: black;
}

.tabla-on {
  display: flex;
  padding-top: 60px;
}

.tabla-off {
  display: inherit;
  padding-top: inherit;
}

.pinned {
  background-color: white;
  /* -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear; */
  bottom: auto !important;
}

#head-tabla {
  padding-bottom: 0;
}
#head-tabla .table-title .col {
  position: relative;
}
#head-tabla .table-title .col:before {
  content: "↓";
  position: absolute;
  left: -0.4em;
  top: 0px;
  opacity: 0.25;
  transition: opacity 250ms ease 0s;
}
#head-tabla .table-title .col.active:before {
  opacity: 1;
}

#content-tabla ul.collapsible {
  border-top: 0;
  border-bottom: 2px solid black;
  border-right: none;
  border-left: none;
  box-shadow: none;
}
#content-tabla ul.collapsible .collapsible-header {
  line-height: normal;
  overflow: auto;
  padding: 5px 0;
  border-bottom: 1px solid black;
}
#content-tabla ul.collapsible .collapsible-header h3 {
  margin: 0;
}
#content-tabla ul.collapsible .collapsible-body {
  border-bottom: 1px solid black;
  overflow: auto;
  padding: 2rem 0;
}
#content-tabla ul.collapsible .collapsible-body p:first-child {
  margin-top: 0 !important;
}
#content-tabla ul.collapsible:not(.browser-default) {
  padding-left: initial;
}
#content-tabla ul.collapsible:not(.browser-default) li {
  list-style-type: none;
}
#content-tabla ul.collapsible:not(.browser-default) li.loading {
  opacity: 0;
}
#content-tabla ul.collapsible li {
  transition: all 0.5s ease;
}
#content-tabla ul.collapsible li.active .collapsible-header {
  border-bottom: 0;
}
#content-tabla ul.collapsible .loading-txt {
  text-align: center;
  padding-top: 100px;
  transition: all 0.5s ease;
  width: 100%;
}
#content-tabla ul:not(.browser-default) {
  padding-left: revert;
}
#content-tabla ul:not(.browser-default) li {
  list-style-type: disc;
}

.loader {
  width: 48px;
  height: 48px;
  border: 3px solid black;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 20px;
  top: 31px;
  border: 10px solid transparent;
  border-right-color: black;
  transform: rotate(-40deg);
}

span.logo svg:nth-child(1) {
  animation: spin 16s infinite;
}
span.logo svg:nth-child(2) {
  animation: spin 16s infinite;
}
span.logo svg:nth-child(3) {
  animation: spin 16s infinite;
}
span.logo svg:nth-child(4) {
  animation: spin 16s infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#proyectos a.miniatura:hover,
.gallery-item a:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
  /* Good browsers */
  opacity: 0.9;
  background: #d50000;
}

#proyectos a.miniatura {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.transition {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#index .cycle-slideshow {
  position: relative;
  height: calc(100vh - 170px);
  width: 100%;
  overflow: hidden;
}

#index .cycle-slideshow .cycle-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
}

#index img:hover,
#page-proyectos img:hover,
#page-nosotros img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#index img {
  width: 100%;
  height: auto;
}

#page-nosotros img {
  margin-top: -120px;
}

#index h4 {
  margin-left: 60px;
  line-height: 42px !important;
  margin-top: -60px;
}

img {
  max-width: 100%;
}

.miniatura img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

nav {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  line-height: 18px !important;
  padding-top: 10px;
}

nav a {
  line-height: 40px !important;
}

nav a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

nav ul a,
.side-nav li > a {
  font-size: 15px;
  color: #000;
}

#sidenav-overlay {
  background-color: black;
}

#logo-container {
  display: inline-block;
}
#logo-container h2 {
  line-height: 45px;
}

.item-proyecto {
  margin-bottom: 60px;
}

.item-proyecto img {
  mix-blend-mode: multiply;
}

#page-nosotros p,
page-contacto p {
  font-size: 18px;
  left: 50px;
  position: relative;
  width: 110%;
}

#page-contacto p {
  left: 0;
  width: 90%;
}

#page-nosotros .txt {
  z-index: 99999;
  position: relative;
}

#page-proyectos h5 {
  margin: 0px 0 40px 0;
}

.title {
  margin-bottom: 30px;
}

.ficha {
  margin-bottom: 80px;
}

.ficha p:first-child {
  margin-top: 0;
}

#single-proyecto h5,
#page-contacto h5 {
  line-height: 135%;
}

a.hovericon {
  margin-right: 20px;
}

.gallery-item,
#works .col {
  margin-bottom: 40px;
}

.lightbox .lb-image,
.lb-outerContainer {
  border: 0;
  border-radius: 0;
}

.lb-data .lb-details {
  width: 100%;
}

.lb-data .lb-number {
  float: right;
  text-align: right;
}

.lb-data .lb-close,
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  background: none;
  color: white;
  opacity: 1;
}

.lb-nav a.lb-prev:before,
.lb-nav a.lb-next:before {
  font-family: "Material Icons";
  position: relative;
  top: 50%;
}

.lb-nav a.lb-prev:before {
  content: "\e314";
  float: left;
  text-align: left;
  margin-left: -30px;
}

.lb-nav a.lb-next:before {
  content: "\e315";
  float: right;
  text-align: right;
  margin-right: -30px;
}

.lb-data .lb-close:before {
  content: "\e14c";
  font-family: "Material Icons";
}

.lightboxOverlay {
  background-color: #d50000 !important;
}

.lb-data,
.lb-data .lb-number,
.lb-data .lb-close,
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  color: #d50000 !important;
}

.upper {
  text-transform: uppercase;
}

#index-banner {
  margin-top: 36px;
  height: 480px;
  padding-top: 0;
}

.carousel.carousel-slider {
  height: 380px !important;
}

#index-banner .container {
  width: 60%;
}

.bajada {
  font-size: 21px;
}

.carousel.carousel-slider .carousel-item,
.carousel-item .container {
  height: auto;
}

.carousel.carousel-slider .carousel-item img {
  width: 100%;
  height: auto;
}

#home-news .container,
#home-specialties {
  padding: 60px 0;
}

#home-news h5 {
  font-size: 20px;
}

#home-news {
  padding: 0;
}

.equipo {
  margin-bottom: 100px;
}

.equipo:nth-child(even) {
  float: right;
}

.equipo:nth-child(odd) {
  float: left;
}

.equipo img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.equipo img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.txt-area {
  min-height: 120px !important;
}

a.mail {
  text-decoration: underline !important;
}

#single-exhibition .cycle-slideshow img,
#single-exhibition .cycle-slideshow .cycle-item {
  height: 100%;
}

#single-exhibition .cycle-slideshow .cycle-item {
  text-align: center;
  width: 100%;
}

#single-exhibition .cycle-slideshow {
  height: calc(100vh - 200px);
}

#single-exhibition .controls {
  display: inline-flex;
  vertical-align: middle;
}

#single-exhibition .controls .cycle-prev,
#single-exhibition .controls .cycle-next {
  cursor: pointer;
}

#custom-caption {
  font-size: 12px;
  line-height: 26px;
}

label.black-text {
  font-size: 15px !important;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  border: 1px solid #d50000;
  height: auto;
  padding: 5px 5px 3px;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #d50000;
  box-shadow: 0 1px 0 0 #d50000;
}

input.wpcf7-submit {
  box-shadow: none;
  border-radius: 0;
  text-transform: lowercase;
  height: 30px;
  padding: 0 18px !important;
}

textarea {
  height: 180px !important;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 65px;
  }
  h4 {
    font-size: 18px;
  }
  span.logo svg {
    width: 18%;
  }
  #index .cycle-slideshow,
  #single-exhibition .cycle-slideshow {
    height: 30vh;
  }
  #index img,
  #index h4 {
    margin: 0;
  }
  #page-nosotros p,
  #page-contacto p {
    left: auto;
    width: 100%;
  }
  #page-nosotros img {
    margin-top: 50px;
  }
  .carousel.carousel-slider .carousel-item {
    display: inline-block;
  }
  .carousel.carousel-slider {
    height: 280px !important;
  }
  #single-proyecto .ficha {
    padding-top: 0;
  }
  iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
  #index .cycle-slideshow,
  #single-exhibition .cycle-slideshow {
    height: 100vh;
  }
}
@media only screen and (min-width: 482px) and (max-width: 1024px) and (orientation: portrait) {
  #index .cycle-slideshow,
  #single-exhibition .cycle-slideshow {
    height: 50vh;
  }
}
@media only screen and (max-width: 900px) {
  #nav-mobile {
    color: white;
  }
  nav.white-text a,
  #nav-mobile.white-text a {
    color: white !important;
  }
}

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