:root {
  --light-brown: #D6D4CB;
  --back-brown: #F3F2F0;
  --brown: #6B5675;
  --white: #fff;
  --gray-1: #8F928B;
  --gray-2: #333132;
  --gray-3: #ABAEA5;
  --gray-4: #474740;
}

/*TRANSITIONS*/
a,
input[type=submit],
a img, button, div, div a, img {
  -webkit-transition: all 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
}

a:hover,
input[type=submit]:hover,
a:hover img, button:hover, div:hover, div a:hover, img:hover {
  -webkit-transition: all 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
}

* {
  margin: 0;
}

html, body {
  position: relative;
  min-height: 100vh;
}

.bigwrap {
  min-height: 100vh;
  height: auto;
  margin: 0 auto -40px;
}

.push {
  clear: both;
}

.push {
  height: 40px;
}

p {
  font-size: 13px;
  line-height: 140%;
  color: var(--gray-4);
}

a {
  text-decoration: none;
  outline: none;
}

strong {
  font-weight: bold;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

footer a,
footer input[type=submit],
footer a img, footer button, header a,
header input[type=submit],
header a img, header button, main a,
main input[type=submit],
main a img, main button, div a,
div input[type=submit],
div a img, div button {
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
footer a:hover,
footer input[type=submit]:hover,
footer a:hover img, footer button:hover, header a:hover,
header input[type=submit]:hover,
header a:hover img, header button:hover, main a:hover,
main input[type=submit]:hover,
main a:hover img, main button:hover, div a:hover,
div input[type=submit]:hover,
div a:hover img, div button:hover {
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
footer input[type=email], footer input[type=text], footer textarea, footer div, footer button, footer select, header input[type=email], header input[type=text], header textarea, header div, header button, header select, main input[type=email], main input[type=text], main textarea, main div, main button, main select, div input[type=email], div input[type=text], div textarea, div div, div button, div select {
  outline: none !important;
  box-shadow: none;
}
footer textarea:hover, footer input:hover, footer textarea:active, footer input:active,
footer textarea:focus, footer input:focus, footer button:focus, footer button:active,
footer button:hover, footer label:focus, footer .btn:active, footer .btn.active, footer select:focus, header textarea:hover, header input:hover, header textarea:active, header input:active,
header textarea:focus, header input:focus, header button:focus, header button:active,
header button:hover, header label:focus, header .btn:active, header .btn.active, header select:focus, main textarea:hover, main input:hover, main textarea:active, main input:active,
main textarea:focus, main input:focus, main button:focus, main button:active,
main button:hover, main label:focus, main .btn:active, main .btn.active, main select:focus, div textarea:hover, div input:hover, div textarea:active, div input:active,
div textarea:focus, div input:focus, div button:focus, div button:active,
div button:hover, div label:focus, div .btn:active, div .btn.active, div select:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  border: transparent !important;
}
footer a,
footer input[type=submit],
footer a img, footer button, footer div, header a,
header input[type=submit],
header a img, header button, header div, main a,
main input[type=submit],
main a img, main button, main div, div a,
div input[type=submit],
div a img, div button, div div {
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
footer a:hover,
footer input[type=submit]:hover,
footer a:hover img, footer button:hover, header a:hover,
header input[type=submit]:hover,
header a:hover img, header button:hover, main a:hover,
main input[type=submit]:hover,
main a:hover img, main button:hover, div a:hover,
div input[type=submit]:hover,
div a:hover img, div button:hover {
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  outline: 0;
  box-shadow: none !important;
}
footer a:focus,
footer input[type=submit]:focus,
footer a:hover img, footer button:focus, footer :focus, header a:focus,
header input[type=submit]:focus,
header a:hover img, header button:focus, header :focus, main a:focus,
main input[type=submit]:focus,
main a:hover img, main button:focus, main :focus, div a:focus,
div input[type=submit]:focus,
div a:hover img, div button:focus, div :focus {
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  outline: 0 !important;
  box-shadow: none !important;
}

/******CLEARFIX******/
.clearfix {
  *zoom: 1;
  display: block;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  visibility: hidden;
  height: 0;
}

.clearfix:after {
  clear: both;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.clear {
  clear: both;
}

.header {
  background-color: #D6D4CB;
  width: 100%;
  height: 70px;
}
@media (min-width: 576px) {
  .header {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .header {
    height: 90px;
  }
}
@media (min-width: 1024px) {
  .header {
    height: 110px;
  }
}
@media (min-width: 1360px) {
  .header {
    height: 120px;
  }
}
.header h4 {
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  color: var(--white);
  font-size: 13px;
  text-align: left;
  margin-top: 0px;
  float: left;
}
@media (min-width: 576px) {
  .header h4 {
    margin-top: 30px;
    text-align: right;
    float: right;
  }
}
@media (min-width: 1024px) {
  .header h4 {
    margin-top: 35px;
  }
}

#logo {
  display: block;
  float: left;
  margin-top: 0px;
}
#logo h1 a {
  background-image: url(../../images/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 145px;
  height: 40px;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  margin-left: -3px;
}
@media (min-width: 576px) {
  #logo h1 a {
    width: 185px;
    height: 75px;
  }
}
@media (min-width: 768px) {
  #logo h1 a {
    width: 230px;
  }
}
@media (min-width: 1024px) {
  #logo h1 a {
    width: 275px;
  }
}
@media (min-width: 1360px) {
  #logo h1 a {
    width: 290px;
  }
}

#header .overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1500;
  left: 0;
  top: 0;
  background-color: var(--light-brown);
  overflow-x: hidden;
  transition: 0.5s;
}
#header .overlay .overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  padding-top: 40px;
}
#header .overlay .overlay-content h1 a {
  background-image: url(../../images/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 75px;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  margin: 0 auto;
  float: none;
}
#header .overlay .overlay-content #menu {
  float: none;
}
#header .overlay .overlay-content #menu ul {
  float: none;
  padding: 0px;
}
#header .overlay .overlay-content #menu ul li {
  display: flex !important;
  width: 100%;
  text-align: center;
  line-height: 280%;
  float: none;
  background: none;
  padding: 0 15px;
}
#header .overlay .overlay-content #menu ul li a {
  width: 100%;
  font-size: 14px;
}
@media (min-width: 576px) {
  #header .overlay .overlay-content #menu ul li a {
    font-size: 16px;
  }
}
#header .overlay .overlay-content #menu ul li a:hover {
  color: var(--brown);
}

#menu {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
}
#menu ul {
  float: right;
  width: 100%;
  padding: 15px 0px;
  text-align: right;
}
#menu ul li {
  display: inline-block;
  margin-right: 10px;
  background-image: url(../../images/slash.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 10px 30px 10px 0px;
}
#menu ul li a {
  float: left;
  text-transform: uppercase;
  color: var(--white);
  font-size: 13px;
  background-position: 16px top;
  background-repeat: no-repeat;
  font-family: "Numans", sans-serif;
}
#menu ul li a.current-menu-item {
  color: var(--brown);
}
#menu ul li.last-menu-item {
  margin-right: 0px;
  background-image: none;
  padding-right: 0px;
}
#menu ul li.current-menu-item a {
  color: var(--brown);
}
#menu ul li.active a {
  color: var(--brown);
}

body.post-type-archive-proyectos #menu ul li#menu-item-21 a, body.single-proyectos #menu ul li#menu-item-21 a {
  color: var(--brown);
}
body.post-type-archive-proyectos .pagecontent {
  margin-bottom: 20px;
}

.cont-button-menu button {
  border: none;
  position: absolute;
  right: 10px;
  top: -28px;
}
@media (min-width: 576px) {
  .cont-button-menu button {
    right: 0;
    top: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .navbar-nav a {
    display: inline-block;
    font-size: 18px;
  }
  .navbar-toggler-icon i {
    color: var(--brown);
    font-size: 30px;
  }
  .navbar-toggler {
    padding-right: 0;
    padding-top: 0;
  }
  #navbarMainMobile ul {
    width: 100%;
    text-align: center;
  }
  #menuMobile ul li {
    padding: 0 15px;
    float: right;
  }
  #menuMobile ul li a:hover {
    text-decoration: none;
  }
  #menuMobile img {
    max-width: 220px;
  }
  .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    font-family: "Font Awesome 5 Pro" !important;
    color: var(--brown);
    z-index: 10;
  }
  .cont-button-menu {
    border: none;
    display: block !important;
    position: relative;
  }
  .cont-button-menu button {
    border: none;
    position: absolute;
  }
  .cont-button-menu i {
    color: var(--brown);
    font-size: 25px;
    margin-top: 3px;
  }
  .cont-button-menu i::before {
    color: var(--brown);
  }
  .dropdown .dropdown-menu {
    display: block;
    min-width: 250px;
    padding: 0;
    margin-top: 0;
    border: 0;
  }
  .dropdown .dropdown-menu li {
    width: 100%;
    height: 35px;
  }
  .dropdown .dropdown-menu li a {
    width: 100%;
    color: var(--white) !important;
    height: 35px;
    line-height: 150% !important;
  }
  .dropdown .dropdown-menu li a:hover {
    color: var(--white);
    text-decoration: underline;
    background: none;
  }
  .dropdown-toggle.nav-link {
    text-decoration: underline;
  }
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.page-id-13 #footer {
  position: absolute;
  z-index: 10;
  height: 40px;
  width: 100%;
  bottom: 0;
}
.page-id-13 #footer .leon a {
  color: var(--white);
}

#footer {
  position: relatiive;
  z-index: 10;
  height: 40px;
  width: 100%;
}
#footer .contenedor {
  margin-top: 12px;
}
#footer .footwrap {
  float: left;
}
#footer .footwrap p {
  font-size: 10px;
}
@media (min-width: 768px) {
  #footer .footwrap p {
    font-size: 11px;
  }
}
@media (min-width: 900px) {
  #footer .footwrap p {
    font-size: 12px;
  }
}
#footer .leon {
  font-size: 10px;
  font-family: Tahoma, Arial;
}
@media (min-width: 768px) {
  #footer .leon {
    font-size: 11px;
  }
}
@media (min-width: 900px) {
  #footer .leon {
    font-size: 12px;
  }
}
#footer .leon a {
  color: var(--brown);
}

/* Full Slide */
.fullslide, .sliderwrap {
  width: 100%;
  height: 300px;
}
@media (min-width: 576px) {
  .fullslide, .sliderwrap {
    height: 350px;
  }
}
@media (min-width: 900px) {
  .fullslide, .sliderwrap {
    height: 500px;
  }
}

.cont-slider {
  width: 100%;
  height: 300px;
}
@media (min-width: 576px) {
  .cont-slider {
    height: 350px;
  }
}
@media (min-width: 900px) {
  .cont-slider {
    height: 500px;
  }
}
.cont-slider a {
  display: flex;
  width: 100%;
  height: 100%;
}

.sliderwrap {
  margin-bottom: 0px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) {
  .sliderwrap {
    height: 350px;
  }
}
@media (min-width: 900px) {
  .sliderwrap {
    height: 500px;
  }
}
.sliderwrap #pager {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 15px;
  text-align: center;
  z-index: 999;
}
.sliderwrap #pager a {
  background-image: url(../../images/activenav.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 16px;
  height: 16px;
  font-size: 0px;
  padding: 9px;
  overflow: hidden;
  margin-right: 2px;
}
.sliderwrap #pager a.activeSlide {
  background-position: -19px 0px;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: auto;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  color: transparent;
  border-radius: 50%;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 1px solid var(--light-brown);
  outline: none;
  background: var(--light-brown);
}
.slick-dots li button:before {
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.slick-dots li.slick-active button {
  background: var(--brown);
  border: 1px solid var(--brown);
}
.slick-dots li.slick-active button:before {
  display: none;
}

.contenido {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}
.contenido h3 {
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #8F928B;
  margin-bottom: 4px;
  display: block;
}

body {
  background-image: url(../../images/bg_achura.gif);
  background-repeat: repeat;
  background-color: var(--white);
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
body.home .contenido {
  padding-bottom: 0px;
}

@media (min-width: 1360px) {
  .container.container--int {
    max-width: 1140px !important;
  }
}

.container--int-block h3 {
  color: var(--gray-1);
  font-family: "Rokkitt", serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.container--int .total {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .container--int .total {
    font-size: 18px;
  }
}
.container--int #loadMore strong {
  background: var(--brown);
  font-size: 16px;
  color: var(--white);
  text-transform: uppercase;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 auto;
  padding: 12px 25px;
  line-height: 100%;
  font-family: "Rokkitt", serif;
}
.container--int #loadMore strong:hover {
  background: var(--light-brown);
}

.mosaic-backdrop {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.mosaic-backdrop--thumb {
  width: 100%;
  height: 200px;
  position: relative;
}
@media (min-width: 1024px) {
  .mosaic-backdrop--thumb {
    height: 200px;
  }
}
.mosaic-backdrop--thumb img {
  height: 100%;
  width: 100%;
}

/* Mosaic */
.mosaic-overlay {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--white);
}

a.mosaic-overlay {
  text-decoration: none;
}

a.mosaic-overlay h2, a.mosaic-overlay p {
  color: #333132;
  font-size: 12px;
  display: block;
}

a.mosaic-overlay h2 {
  font-weight: 300;
  font-family: Arial, "Helvetica", sans-serif;
  float: left;
  width: 100%;
  text-align: center;
}

a.mosaic-overlay h2 span {
  margin: 0px auto;
}

.info {
  width: 100%;
  height: 40px;
}

.pagetxt .mosaic-backdrop--thumb {
  width: 100%;
  height: 330px;
  position: relative;
  min-height: 100px;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .pagetxt .mosaic-backdrop--thumb {
    height: 420px;
  }
}
@media (min-width: 900px) {
  .pagetxt .mosaic-backdrop--thumb {
    height: 470px;
  }
}
@media (min-width: 1360px) {
  .pagetxt .mosaic-backdrop--thumb {
    height: 550px;
  }
}
.pagetxt .mosaic-backdrop--thumb img {
  height: 100%;
  min-height: 100px;
  width: 100%;
}
.pagetxt.pagetxt--image .mosaic-backdrop--thumb {
  background-position: center bottom !important;
}
.pagetxt h2 {
  font-size: 18px;
  font-weight: bold;
}

.contenedor {
  width: 100%;
  display: flex;
}
.contenedor.moreposts {
  background-color: var(--back-brown);
  padding: 15px 0px;
  margin-top: 0px;
  margin-bottom: 40px;
}
.contenedor.moreposts li {
  list-style-type: none;
  padding-right: calc(var(--bs-gutter-x) * 0.3);
  padding-left: calc(var(--bs-gutter-x) * 0.3);
}
.contenedor.moreposts li a {
  color: var(--gray-1);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  padding: 7px 0px;
  display: block;
  border-top: solid 1px var(--gray-1);
  background-image: url("../../images/ico_ar.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.contenedor.moreposts li.current a {
  color: var(--brown);
  font-weight: bold;
}
.contenedor.moreposts li.last {
  margin-right: 0px;
}

/* Contacto */
body.page-id-15 .pagecontent .pagetxt {
  float: left;
  margin-top: 0px;
}
body.page-id-15 .pagecontent .pagetxt h2 {
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  color: var(--brown);
  margin-bottom: 30px;
}
body.page-id-15 .pagecontent .pagetxt h4 {
  margin-bottom: 12px;
}
body.page-id-15 .pagecontent .pagetxt h4 a {
  font-size: 15px;
  font-weight: bold;
  color: var(--gray-3);
  border-bottom: solid 1px var(--gray-3);
  padding-bottom: 3px;
}
body.page-id-15 .pagecontent .pagetxt a {
  font-weight: 400;
  color: var(--gray-3);
}
body.page-id-15 .pagecontent .pagetxt p {
  font-weight: 400;
  color: var(--gray-3);
  font-size: 11px;
}

/* Page Content */
.pagecontent {
  width: 100%;
  float: left;
  margin-top: 0px;
}
.pagecontent p {
  color: var(--gray-2);
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .pagecontent p {
    font-size: 16px;
  }
}
.pagecontent .cita {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .pagecontent .cita {
    margin-bottom: 100px;
  }
}
.pagecontent .cita h3 {
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  color: #6B5675;
  line-height: 130%;
}
.pagecontent .cita h3 p {
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  color: #6B5675;
  line-height: 130%;
}
.pagecontent .cita.nomt {
  margin-top: 0px;
}
.pagecontent .pagetxt {
  padding-bottom: 100px;
}
.pagecontent .pagetxt img {
  margin-bottom: 20px;
}
.pagecontent .pagetxt h2 {
  font-size: 13px;
  font-weight: bold;
  color: var(--brown);
  margin-bottom: 5px;
}
@media (min-width: 900px) {
  .pagecontent .pagetxt h2 {
    font-size: 18px;
  }
}
.pagecontent--featured-item h5 {
  color: var(--brown);
  font-family: "Rokkitt", serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 100%;
}
.pagecontent--featured-item-link a {
  color: var(--black);
}
.pagecontent--featured-item-link a:hover {
  color: var(--brown);
}
.pagecontent--links h5 {
  font-size: 16px;
}
.pagecontent--links h5 a {
  color: var(--black);
}
.pagecontent--links h5 a:hover {
  color: var(--brown);
}
.pagecontent.search-content h3 {
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  color: var(--brown);
  line-height: 130%;
}

.publica-txtwrap h2 {
  color: var(--brown);
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .publica-txtwrap h2 {
    font-size: 18px;
  }
}
.publica-txtwrap p {
  margin-bottom: 10px;
  font-size: 11px;
}
@media (min-width: 576px) {
  .publica-txtwrap p {
    font-size: 13px;
  }
}

/* Thumbox */
.thumboxwrap {
  position: relative;
  /* Slider */
}
.thumboxwrap a#anterior, .thumboxwrap a#siguiente {
  width: 45px;
  height: 290px;
  display: block;
  background-image: url(../../images/nav_thumboxhov.png);
  overflow: hidden;
  text-indent: -999px;
  top: 0%;
  z-index: 999;
  position: absolute;
}
@media (min-width: 900px) {
  .thumboxwrap a#anterior, .thumboxwrap a#siguiente {
    height: 320px;
  }
}
.thumboxwrap a#anterior {
  left: 0px;
}
.thumboxwrap a#siguiente {
  right: 0px;
  background-position: right top;
}
.thumboxwrap a:hover#anterior {
  background-position: left -320px;
}
.thumboxwrap a:hover#siguiente {
  background-position: right -320px;
}
.thumboxwrap .slick-list, .thumboxwrap .slick-track {
  height: 310px;
}
@media (min-width: 576px) {
  .thumboxwrap .slick-list, .thumboxwrap .slick-track {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .thumboxwrap .slick-list, .thumboxwrap .slick-track {
    height: 320px;
  }
}
@media (min-width: 900px) {
  .thumboxwrap .slick-list, .thumboxwrap .slick-track {
    height: 330px;
  }
}
.thumboxwrap .slick-list .slick-slide, .thumboxwrap .slick-track .slick-slide {
  margin: 0 1px;
}
.thumboxwrap .slick-list .slick-slide.thumb, .thumboxwrap .slick-track .slick-slide.thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 310px;
}
@media (min-width: 768px) {
  .thumboxwrap .slick-list .slick-slide.thumb, .thumboxwrap .slick-track .slick-slide.thumb {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .thumboxwrap .slick-list .slick-slide.thumb, .thumboxwrap .slick-track .slick-slide.thumb {
    height: 320px;
  }
}
@media (min-width: 900px) {
  .thumboxwrap .slick-list .slick-slide.thumb, .thumboxwrap .slick-track .slick-slide.thumb {
    height: 330px;
  }
}
.thumboxwrap .slick-next, .thumboxwrap .slick-prev {
  width: 45px;
  height: 100%;
  z-index: 20;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
  outline: 0;
}
.thumboxwrap .slick-next:before, .thumboxwrap .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 32px;
}
.thumboxwrap .slick-next:hover, .thumboxwrap .slick-prev:hover {
  background: rgba(107, 86, 117, 0.5);
}
.thumboxwrap .slick-next {
  right: 0px;
}
.thumboxwrap .slick-next:before {
  content: "\f054" !important;
}
.thumboxwrap .slick-prev {
  left: 0px;
}
.thumboxwrap .slick-prev:before {
  content: "\f053" !important;
}

.thumbox, .thumboxwrap {
  overflow: hidden;
  height: 310px;
}
@media (min-width: 768px) {
  .thumbox, .thumboxwrap {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .thumbox, .thumboxwrap {
    height: 320px;
  }
}
@media (min-width: 900px) {
  .thumbox, .thumboxwrap {
    height: 330px;
  }
}

.thumbox img {
  margin-right: 1px;
  height: 290px;
  width: 319px;
}
.thumbox div.thumb {
  float: left;
  margin-right: 1px;
  height: 290px;
  width: 319px;
  background-position: center;
}
@media (min-width: 900px) {
  .thumbox div.thumb {
    height: 330px;
    width: 348px !important;
  }
}

.cont-filters #filters-int .filter-title {
  font-family: "Rokkitt", serif;
  color: var(--brown);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 200%;
}
.cont-filters form fieldset {
  display: flex;
}
.cont-filters form input[type=text] {
  width: 80%;
  border-radius: 10px;
  background: var(--white);
  border: 1px solid var(--gray-1) !important;
  padding: 8px 15px;
  color: var(--black);
}
.cont-filters form input[type=text]:hover {
  border: 1px solid var(--brown) !important;
}
.cont-filters form button {
  background: var(--brown);
  color: var(--white);
  border-radius: 10px;
  border: 1px solid var(--brown);
  padding: 5px 10px;
  margin-left: 3px;
}
.cont-filters form button i:before {
  font-size: 22px;
}
.cont-filters form button:hover {
  opacity: 0.5;
  border: 1px solid var(--brown) !important;
}

.proyectowrap {
  height: 200px;
  position: relative;
  margin-bottom: 6px;
  padding-right: calc(var(--bs-gutter-x) * 0.3) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.3) !important;
}
.proyectowrap .proyecto {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.proyectowrap .proyecto:hover .mosaic-overlay {
  bottom: 0;
}
.proyectowrap .proyecto h2 a {
  color: var(--gray-1);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  padding: 7px 0px;
  display: block;
  border-top: solid 1px #8F928B;
  background-image: url("../../images/ico_ar.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.proyectowrap.last {
  margin-right: 0px;
}
.proyectowrap .mosaic-overlay {
  bottom: -160px;
  height: 200px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

span.new {
  background-image: url(../../images/ico_new.png);
  background-repeat: no-repeat;
  display: block;
  width: 52px;
  height: 45px;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  top: 13px;
  left: 0px;
  z-index: 999;
}

/*Links*/
.page-id-13 .bigwrap {
  padding-bottom: 500px;
}

.container-fluid--footimg {
  position: absolute;
  height: 500px;
  width: 100%;
  background-position: center;
  bottom: 0;
  z-index: 0;
}

body.page-id-13 .footwrap p, body.page-id-13 .footwrap a {
  color: var(--white);
}
body.page-id-13 .contenido {
  background-color: var(--white);
}
body.page-id-13 .contenido .pagetxt {
  width: 100%;
  text-align: center;
}
body.page-id-13 .contenido .pagetxt a {
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  color: var(--brown);
  margin-bottom: 3px;
}

/* Single */
body.single-proyectos .contenedor.galeria, body.page-template-page-fotoplate-php .contenedor.galeria {
  height: 375px;
  padding: 0px;
  background-color: transparent;
}
body.single-proyectos .contenedor.galeria #carousel, body.page-template-page-fotoplate-php .contenedor.galeria #carousel {
  height: 420px;
}

#carousel {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 45px;
}

#carousel, #slider, #gal {
  width: 100%;
  float: left;
  height: 375px;
  overflow: hidden;
  text-align: center;
  margin: 15px 0px;
}

#slider img {
  margin-right: 5px;
}
#slider div img, #slider img, #slider div.bloque {
  float: left;
  display: block;
  z-index: 10;
}
#slider div span {
  background-color: var(--white);
  color: #999;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 8;
}

#nogal {
  background-color: var(--white);
}

#gal div.bloque {
  padding-right: 5px;
  float: left;
}

#gal {
  height: 420px;
}

body.single-proyectos.iphone.ios .contenedor.galeria #carousel,
body.single-proyectos.iphone.ios #gal,
body.single-proyectos.iphone.ios .contenedor.galeria,
body.page-template-page-fotoplate-php.iphone .contenedor.galeria,
body.page-template-page-fotoplate-php.iphone .contenedor.galeria #carousel,
html body.page-template-page-fotoplate-php.iphone.ios #gal {
  height: 375px !important;
}

#gal a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

body div#fancybox-content {
  border-color: #333132;
}

body #fancybox-close {
  width: 46px;
  height: 42px;
  background: transparent url("../../images/lb_close.png") 0px 0px;
  background-repeat: no-repeat;
  right: -29px;
}

body #fancybox-left-ico, body #fancybox-right-ico {
  width: 20px;
  height: 40px;
}

body #fancybox-right-ico {
  background-image: url(../../images/lb_arrow.png);
  background-repeat: no-repeat;
  background-position: right top;
}

body #fancybox-left-ico {
  background-image: url(../../images/lb_arrow.png);
  background-repeat: no-repeat;
  background-position: left top;
}

body #fancybox-left {
  left: -20px;
}

body #fancybox-right {
  right: -20px;
}

body #fancybox-left span {
  left: 1px;
}

body #fancybox-right span {
  left: auto;
  right: 1px;
}

body #fancybox-right:hover span {
  right: 1px;
}

body #fancybox-left:hover span {
  left: 1px;
}

body #fancybox-left, body #fancybox-right {
  display: block;
}

a#prev, a#next {
  width: 45px;
  height: 375px;
  display: block;
  background-image: url(../../images/navproy.png);
  overflow: hidden;
  text-indent: -999px;
  top: 15px;
  z-index: 999;
  position: absolute;
}

a#prev {
  left: 0px;
}

a#next {
  right: 0px;
  background-position: right top;
}

a:hover#prev {
  background-position: left bottom;
}

a:hover#next {
  background-position: right bottom;
}

/*  WP Styles */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone { /* not sure about this one */ }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

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