@charset "UTF-8";
.sea-blue {
  background: #41537f;
}

.cotton-pink {
  background: #f2c7fc;
}

.pure-orange {
  background: #f76e38;
}

.light-brown {
  background: #d4c9c9;
}

.accent-green {
  background: #00FFB8;
}

.sea-blue-text {
  color: #41537f;
}

.cotton-pink-text {
  color: #f2c7fc !important;
}

.pure-orange-text {
  color: #f76e38;
}

.slight-brown-text {
  color: #d4c9c9;
}

.accent-green-text {
  color: #00FFB8;
}

.brock {
  font-family: "Brockmann-Medium", sans-serif;
}

.pointer {
  pointer-events: all;
}

.no-pointer {
  pointer-events: none;
}

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

.Sailec-Regular {
  font-family: "Sailec-Regular";
}

.medium {
  font-family: "Brockmann-Semibold", sans-serif;
}

.small {
  font-size: 16px;
}

.absolut {
  position: absolute;
}

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

.underline {
  text-decoration: underline;
}

.upper {
  text-transform: uppercase;
}

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

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

.rounded {
  border-radius: 10px;
}

.stick {
  padding: 5px 15px 5px 15px;
}

.bold,
strong,
b {
  font-family: "Sailec-Medium";
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.pin-spacer {
  z-index: -1 !important;
  pointer-events: none;
}

.wp-video {
  max-width: 100%;
  height: auto;
  margin: 20vh auto;
}
.wp-video .mejs-controls {
  display: none;
}

html {
  font-family: "Sailec-Regular", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

body {
  background: #d4c9c9;
  color: #41537f;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Brockmann-Medium", sans-serif !important;
}

h1 {
  font-size: 8.5vw;
}

h2 {
  font-size: 5rem;
}

h3 {
  font-size: 3rem;
  line-height: 130%;
}

h4 {
  font-size: 2rem;
  line-height: 130%;
}

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

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

row .col {
  padding: 0 20px;
}

a {
  text-decoration: none;
  font-weight: 500;
}
a:hover {
  color: #00FFB8 !important;
}

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

.main {
  top: 0;
  z-index: -1;
}

.container {
  width: 94vw;
  margin: 0 auto;
  max-width: unset;
}

section {
  min-height: 100vh;
}

img {
  opacity: 0; /* Establece la opacidad inicial a 0 */
  transition: opacity 0.5s ease-out; /* Opcional: añade una transición suave */
}

html.has-scroll-init .main-logo {
  bottom: 15px;
  transition: bottom 1s ease;
}

header .nav-mobile-wrapper {
  display: inline-block;
  width: 4rem;
  right: 3%;
  border-radius: 0 0 6px 6px;
}

.main-logo {
  position: fixed;
  bottom: -20vh;
  left: 15px;
  z-index: 999;
}

#intro canvas {
  left: 0;
}
#intro .leyenda {
  margin-top: 160px;
}
#intro .leyenda .col h1 {
  color: #41537f;
  margin: 0;
  line-height: 0.8;
}
#intro .leyenda .col.bajada {
  padding: 20px;
}

#metodo {
  padding-bottom: 150px;
}

#servicios .cinta {
  text-wrap: nowrap;
  position: relative;
  height: 130px;
}
#servicios .cinta span {
  position: absolute;
  color: #f2c7fc;
  background: #41537f;
  padding: 0 30px;
}
#servicios .cinta:nth-child(1) {
  top: 33%;
  transform: translateX(-20vw) rotate(26deg);
}
#servicios .cinta:nth-child(1) span {
  color: #41537f;
  background: #f2c7fc;
}
#servicios .cinta:nth-child(2) {
  top: 45%;
  transform: translate(-15vw);
}
#servicios .cinta:nth-child(2) span {
  color: #f76e38;
  background: #f6d8fd;
}
#servicios .cinta:nth-child(3) {
  top: 55%;
  transform: translateX(-30vw) rotate(9deg);
}
#servicios .cinta:nth-child(4) {
  top: 68%;
  transform: translateX(25vw) rotate(-19deg);
}
#servicios .cinta:nth-child(4) span {
  color: #41537f;
  background: #f2c7fc;
}
#servicios .cinta:nth-child(5) {
  top: 63%;
  transform: translateX(-10vw) rotate(3deg);
}
#servicios .cinta:nth-child(6) {
  top: 45%;
  transform: translateX(15vw) rotate(-13deg);
}
#servicios .cinta:nth-child(6) span {
  background: #fdd3c3;
  color: #7a87a5;
}
#servicios .cinta:nth-child(7) {
  top: 45%;
}
#servicios .cinta:nth-child(7) span {
  background: #f76e38;
  color: #c6cbd9;
}
#servicios .cinta:nth-child(8) {
  top: 45%;
}
#servicios .cinta:nth-child(2) {
  top: 45%;
}
#servicios .cinta:nth-child(2) {
  top: 45%;
}

#proyectos .container {
  z-index: -1;
  pointer-events: none;
}
#proyectos .proyectos_container {
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 6vw 0 0;
}
#proyectos .proyectos_container .item {
  width: 94vw;
  padding: 3vw;
}
#proyectos .proyectos_container .item:first-child {
  margin-left: 0;
}
#proyectos .proyectos_container .item .item-wrapper {
  padding: 1vw 0.5vw;
  pointer-events: auto;
  margin-right: auto;
}
#proyectos .proyectos_container .item h4 a {
  border-bottom: 1px solid #00FFB8;
}
#proyectos .proyectos_container .item .ficha {
  pointer-events: auto;
}
#proyectos.scroll-bg-white {
  background: white;
  transition: bottom 1s ease;
}

#pattern {
  background-image: url("../img/pattern.png");
  background-size: cover;
}
#pattern .is-inview .container {
  margin: 50px 30px;
  width: auto;
}

#marcas {
  height: 100vh; /* Se ajustará dinámicamente */
  overflow: hidden;
}
#marcas .cinta {
  position: relative;
  overflow: hidden;
  height: 130px;
}
#marcas .cinta span {
  display: flex;
  white-space: nowrap;
  position: absolute;
  width: max-content;
}
#marcas .cinta .chip {
  margin-right: 20px;
}

#contacto {
  min-height: 85vh;
}

#pronto .row {
  padding-top: 170px;
}
#pronto .row .absolut img {
  max-width: 700px;
}

#single-proyecto {
  padding-top: 21vh;
}

#page-servicios .cinta {
  text-wrap: nowrap;
  position: relative;
  height: 130px;
}
#page-servicios .cinta span {
  position: absolute;
  color: #41537f;
  background: #f2c7fc;
  padding: 0 30px;
}
#page-servicios .servicio .desc {
  margin-bottom: 30px;
}
#page-servicios .servicio:nth-child(3n+2) .cinta span {
  background: #f76e38;
  color: #c6cbd9;
}
#page-servicios .servicio:nth-child(3n+3) .cinta span {
  background: #7a87a5;
  color: #f2c7fc;
}
#page-servicios .servicio:nth-child(odd) .cinta {
  transform: translateX(-100px) rotate(6deg);
}
#page-servicios .servicio:nth-child(odd) .desc {
  float: left;
  margin-left: 0;
}
#page-servicios .servicio:nth-child(even) .cinta {
  transform: translateX(-100px) rotate(-8deg);
}
#page-servicios .servicio:nth-child(even) .desc {
  float: right;
}

footer {
  padding-top: 50px !important;
  padding-bottom: 50px;
}
footer .menu-footer a {
  color: #f2c7fc;
}
footer .redes img {
  width: 25px;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border: none;
  padding: 12px 14px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  width: 50px;
  height: 50px;
}
.back-to-top.visible {
  opacity: 1;
  transform: scale(1);
  display: block !important;
}
.back-to-top:not(.visible) {
  transform: scale(0.9);
}
.back-to-top span.material-symbols-outlined {
  font-size: 28px;
}

.wp-block-image img {
  border-radius: 10px;
}

figure {
  margin: 1.5em 0;
}
figure.wp-block-image figcaption {
  background: initial !important;
  color: inherit !important;
  font-size: 18px !important;
}

.tabla {
  border-right: 0;
  border-left: 0;
  margin: 0.5rem 0 1rem 0;
  border-top: 1px solid #41537f;
  margin-top: 1.5rem;
  box-shadow: none;
}
.tabla .tabla-header {
  background: none;
  border-bottom: 1px solid #41537f;
  font-size: 1.3rem;
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
}
.tabla .tabla-header:hover {
  color: #00FFB8;
}
.tabla .tabla-header h3 .brock {
  font-size: 32px;
}
.tabla .tabla-body {
  border-bottom: 1px solid #41537f;
  box-sizing: border-box;
  padding: 2rem;
}

.chip {
  border: 1px solid #41537f;
  color: #41537f !important;
  padding: 0 20px;
  font-size: 1.2rem;
  margin-right: 3px;
  border-radius: 16px;
  text-transform: lowercase;
  background: none;
  text-decoration: none;
}
.chip.big {
  height: 90px;
  border-radius: 45px;
  border-color: initial;
  text-transform: none;
}
.chip.big h2 {
  margin: 0;
}
.chipa:hover {
  background: #00FFB8;
  border-color: #00FFB8;
  color: #41537f;
  cursor: pointer;
}
.chip.mas {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 18px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
  border: none;
}

.filter-button.activo {
  background: #f76e38;
  border-color: #f76e38;
  color: #f2c7fc !important;
}

.list-item {
  border-bottom: 1px solid;
  position: relative;
  overflow: visible;
  cursor: pointer;
}
.list-item:hover {
  background: #f2c7fc;
}
.list-item .cat-wrapper {
  padding: 1.46rem 0;
}
.list-item .cat-wrapper .chip {
  font-size: 75%;
  padding: 0 10px;
}
.list-item .tooltip {
  display: none;
  position: absolute;
  padding: 8px;
  background-color: white; /* O cualquier otro color que se ajuste a tu diseño */
  border-radius: 4px;
  z-index: 1000;
}
.list-item .tooltip img {
  width: 220px !important;
  height: auto;
  display: block;
}

.grid-item {
  position: relative;
  cursor: none;
  margin-bottom: 60px;
  overflow: hidden;
}
.grid-item img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.grid-item .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s ease;
  z-index: 1;
}
.grid-item .content-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.grid-item .content-wrapper:hover img {
  opacity: 0.7;
}
.grid-item .content-wrapper:hover .ficha {
  transform: translateY(0);
  opacity: 1;
}
.grid-item .content-wrapper .ficha {
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(100%);
  opacity: 0;
  margin-bottom: unset;
}
.grid-item .content-wrapper .ficha .chip {
  font-size: 75%;
  padding: 0 10px;
}
.grid-item .content-wrapper .tooltip {
  position: absolute;
  background: #f2c7fc;
  border-radius: 50%;
  width: 80px; /* Ajustar según el tamaño que necesites */
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  display: none; /* Oculto inicialmente */
  font-size: 24px;
  pointer-events: none;
}
.grid-item .content-wrapper .tooltip .tooltip-arrow {
  color: #41537f;
}
.grid-item .content-wrapper .tooltip .tooltip-arrow .material-symbols-outlined {
  vertical-align: bottom;
  font-size: 36px;
}

button.view-toggle {
  height: 40px;
  background: transparent;
  border: 1px solid #41537f;
  border-radius: 50%;
  width: 40px;
}
button.view-toggle.active {
  background: #f2c7fc;
  border: none;
}
button.view-toggle span.material-symbols-outlined {
  vertical-align: middle;
}

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

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

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

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

header {
  height: auto;
  z-index: 9999;
}
header .brand-logo {
  color: #41537f;
}
header .brand-logo:hover {
  color: #00FFB8;
}

.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 {
  margin-top: 24px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
  padding: 0 16px;
}
.menu .menu-item {
  margin: 5px 10px;
  list-style-type: none;
}
.menu .menu-item a {
  color: #41537f;
  text-decoration: none;
}
.menu .menu-item a:hover {
  color: #00FFB8;
}

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

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

.pinned {
  /* -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 29s infinite;
}
span.logo svg:nth-child(2) {
  animation: spin 19s infinite;
}
span.logo svg:nth-child(3) {
  animation: spin 28s infinite;
}
span.logo svg:nth-child(4) {
  animation: spin 39s 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,
#page-proyectos img,
#page-nosotros img {
  width: 100%;
}

#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-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: 24px 0 auto 0;
}

.title {
  margin-bottom: 30px;
}

.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 {
  color: inherit;
}

.wpcf7-not-valid-tip {
  color: #f76e38;
}

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 #41537f;
  height: 32px;
  border-radius: 18px;
  line-height: 32px;
  padding: 0 20px;
  width: calc(100% - 40px);
}

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: 2px solid #41537f;
  box-shadow: 0 0 0 0 #41537f;
}

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%;
  }
  #pronto .row {
    padding-top: 100px !important;
  }
  #pronto .row h2 {
    font-size: 3rem;
  }
  #pronto .row .ficha {
    margin-top: 400px;
  }
  #pronto .row .absolut img {
    max-width: 100% !important;
  }
  #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 */
