/* IMG */
/* -------------- FONTS -------------- */
/* BUTTON */
/* BUTTON WHITE */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * Selectores CSS
 * Ejemplo: fonts, h1, div, a, p, span, etc...
**/
html {
  font-size: 15px;
  background-color: white;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  color: #282828;
  overflow-y: overlay;
}

.pretitle {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.867rem;
  line-height: 1.25;
  letter-spacing: 0.65px;
  text-align: left;
  color: #78783C;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .pretitle {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.75px;
    text-align: left;
    color: #78783C;
    margin-bottom: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5 {
  margin-top: 0;
}

.title-h1,
.title-1,
h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  text-align: left;
  color: #282828;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.667rem;
    line-height: 1.2;
    text-align: left;
    color: #282828;
    margin-bottom: 36px;
  }
}

.title-h2,
.title-2,
h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: left;
  color: #282828;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .title-h2,
  .title-2,
  h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
    color: #282828;
    margin-bottom: 36px;
  }
}

.title-h3,
.title-3,
h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.333rem;
  line-height: 1.3;
  text-align: left;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .title-h3,
  .title-3,
  h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1;
    text-align: left;
    color: #282828;
    margin-bottom: 28px;
  }
}

.title-h4,
.title-4,
h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.3;
  text-align: left;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .title-h4,
  .title-4,
  h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: left;
    color: #282828;
    margin-bottom: 12px;
  }
}

.text-small {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.733rem;
  line-height: 1.64;
  text-align: left;
  color: #000000;
}
@media only screen and (min-width: 1600px) {
  .text-small {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 1.25;
    text-align: left;
    color: #000000;
  }
}

.text-important {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.22;
  text-align: left;
  color: #000000;
}
@media only screen and (min-width: 1600px) {
  .text-important {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.667rem;
    line-height: 1.4;
    text-align: left;
    color: #000000;
  }
}

.text-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.22;
  text-align: left;
  color: #000000;
}
@media only screen and (min-width: 1600px) {
  .text-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.22;
    text-align: left;
    color: #000000;
  }
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  table {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  table {
    margin-bottom: 29px;
  }
}
table thead tr {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
table th,
table td {
  border: 1px solid #282828;
  padding: 8px;
}
table tr {
  vertical-align: baseline;
}
a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #282828;
}
a:hover {
  color: #78783C;
}

/*Links*/
a[href^=sms],
a[href^="tel:"] {
  position: relative;
  text-decoration: none !important;
  pointer-events: auto;
  color: inherit;
  font-weight: inherit;
  z-index: 0;
  cursor: default;
}

i {
  font-style: italic;
}

p {
  margin-top: 0;
  margin-bottom: 12px;
}

p:empty {
  display: none;
}

input[type=submit],
.btn,
a.button {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 3px solid #282828;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: #282828;
  margin: 0 auto;
  padding: 17px 27px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  input[type=submit],
  .btn,
  a.button {
    font-size: 1.133rem;
    padding: 21px 27px;
  }
}
input[type=submit]:hover,
.btn:hover,
a.button:hover {
  text-decoration: none;
}
input[type=submit]:disabled,
.btn:disabled,
a.button:disabled {
  opacity: 0.7;
}
input[type=submit],
.btn,
a.button {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.button-white {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 3px solid #fff;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  margin: 0 auto;
  padding: 17px 27px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .button-white {
    font-size: 1.133rem;
    padding: 21px 27px;
  }
}
.button-white:hover {
  text-decoration: none;
}
.button-white:disabled {
  opacity: 0.7;
}

.wrapper {
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.link__arrow {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1600px) {
  .link__arrow {
    height: 45px;
  }
}
.link__arrow span,
.link__arrow a {
  position: relative;
}
.link__arrow span:after,
.link__arrow a:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "m2arquitectura";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .link__arrow span:after,
  .link__arrow a:after {
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
    right: -65px;
    padding: 0;
  }
}
.link__arrow:hover span:after,
.link__arrow:hover a:after {
  transform: translateY(-50%) translateX(4px);
}

.loadmore_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 2px;
}
@media only screen and (min-width: 1024px) {
  .loadmore_posts {
    padding-top: 68px;
  }
}
.loadmore_posts .loader-plus {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 65px;
  cursor: pointer;
}
.loadmore_posts .loader-plus:hover:before {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.loadmore_posts .loader-plus:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "m2arquitectura";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: -32px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cont__close {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .cont__close {
    width: 60px;
    height: 60px;
  }
}
.cont__close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "m2arquitectura";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont__close:before {
    font-size: 26px;
  }
}
.cont__close:hover:before {
  color: #a9a9a9;
}

lite-youtube {
  max-width: 100%;
}

.page-template-default .site-main,
.page-template-page-portafolio .site-main,
.page-template-page-services .site-main,
.single-services .site-main {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .page-template-default .site-main,
  .page-template-page-portafolio .site-main,
  .page-template-page-services .site-main,
  .single-services .site-main {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-default .site-main,
  .page-template-page-portafolio .site-main,
  .page-template-page-services .site-main,
  .single-services .site-main {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-default .site-main,
  .page-template-page-portafolio .site-main,
  .page-template-page-services .site-main,
  .single-services .site-main {
    margin-bottom: 120px;
  }
}

.page-template-page-flexible .site-main {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-flexible .site-main {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-flexible .site-main {
    margin-top: 20px;
  }
}

.page-template-default .site-main {
  text-align: justify;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1279px) {
  .page-template-default .site-main {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-default .site-main {
    max-width: 1200px;
  }
}

.grecaptcha-badge {
  display: none;
}

.wcc-consent-container [data-tag] {
  visibility: visible;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

:root {
  --gutters: 20px;
}
@media only screen and (min-width: 768px) {
  :root {
    --gutters: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  :root {
    --gutters: 0px;
  }
}

.container, .section__hero-image .owl-dots {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container, .section__hero-image .owl-dots {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .container, .section__hero-image .owl-dots {
    max-width: 1800px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--gutters) * -1);
  margin-left: calc(var(--gutters) * -1);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-65 {
  gap: 65px;
}

.gap-70 {
  gap: 70px;
}

.gap-75 {
  gap: 75px;
}

.gap-80 {
  gap: 80px;
}

.gap-85 {
  gap: 85px;
}

.gap-90 {
  gap: 90px;
}

.gap-95 {
  gap: 95px;
}

.gap-100 {
  gap: 100px;
}

@media (min-width: 768px) {
  .gap-tablet-10 {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-15 {
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-20 {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-25 {
    gap: 25px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-30 {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-35 {
    gap: 35px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-40 {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-45 {
    gap: 45px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-50 {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-55 {
    gap: 55px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-60 {
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-65 {
    gap: 65px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-70 {
    gap: 70px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-75 {
    gap: 75px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-80 {
    gap: 80px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-85 {
    gap: 85px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-90 {
    gap: 90px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-95 {
    gap: 95px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-100 {
    gap: 100px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-10 {
    gap: 10px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-15 {
    gap: 15px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-20 {
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-25 {
    gap: 25px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-30 {
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-35 {
    gap: 35px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-40 {
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-45 {
    gap: 45px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-50 {
    gap: 50px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-55 {
    gap: 55px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-60 {
    gap: 60px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-65 {
    gap: 65px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-70 {
    gap: 70px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-75 {
    gap: 75px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-80 {
    gap: 80px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-85 {
    gap: 85px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-90 {
    gap: 90px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-95 {
    gap: 95px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-100 {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
/* -------------- FONTS -------------- */
#header-wrapper {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#header-wrapper header.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header {
    padding: 60px 0;
    align-items: flex-start;
  }
}
#header-wrapper header.site-header .site-branding {
  position: relative;
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header-wrapper header.site-header .site-branding .cont--logo img {
  display: block;
  width: inherit;
  max-height: 48px;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-height: 83px;
  }
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-height: 102px;
  }
}
#header-wrapper header.site-header .cont--menu__open {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .cont--menu__open {
    margin-top: 6px;
  }
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .cont--menu__open {
    display: none;
  }
}
#header-wrapper header.site-header .cont--menu__open .burger {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#header-wrapper header.site-header .cont--menu__open .burger:hover span,
#header-wrapper header.site-header .cont--menu__open .burger:hover span:before,
#header-wrapper header.site-header .cont--menu__open .burger:hover span:after {
  background-color: #282828;
  border-color: #282828;
}
#header-wrapper header.site-header .cont--menu__open .burger .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#header-wrapper header.site-header .cont--menu__open .burger span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #282828;
}
#header-wrapper header.site-header .cont--menu__open .burger span:before, #header-wrapper header.site-header .cont--menu__open .burger span:after {
  position: absolute;
  content: "";
  border: 1px solid #282828;
  border-radius: 20px;
  margin-left: -1px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:before {
  top: -9px;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .cont--menu__open .burger span:before {
    top: -11px;
  }
}
#header-wrapper header.site-header .cont--menu__open .burger span:after {
  top: 7px;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .cont--menu__open .burger span:after {
    top: 9px;
  }
}
#header-wrapper header.site-header .cont--menu__open .burger span,
#header-wrapper header.site-header .cont--menu__open .burger span:before,
#header-wrapper header.site-header .cont--menu__open .burger span:after {
  display: block;
  width: 23px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .cont--menu__open .burger span,
  #header-wrapper header.site-header .cont--menu__open .burger span:before,
  #header-wrapper header.site-header .cont--menu__open .burger span:after {
    width: 30px;
  }
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span {
  background-color: transparent;
  border-color: transparent;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:before, #header-wrapper header.site-header .cont--menu__open .burger input:checked + span:after {
  top: 0px;
  margin-top: -0.5875rem;
  border-color: #282828;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:before {
  transform: translateY(0.525rem) rotate(45deg);
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:after {
  transform: translateY(0.525rem) rotate(-45deg);
}
#header-wrapper header.site-header .cont--menu__open .hidden {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

body.home #header-wrapper {
  position: absolute;
  top: 0;
  z-index: initial;
  background-color: #000000;
}
body.home #header-wrapper header.site-header .cont--menu__open {
  display: none;
  z-index: 3;
}
body.home #header-wrapper .site-branding {
  z-index: 2;
}
body.home #header-wrapper .main-navigation {
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  body.home #header-wrapper .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container,
  body.home #header-wrapper .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container {
    display: none;
  }
}
body.home #header-wrapper .main-navigation .cont--menu .cont--menu-inner .cont__lang {
  display: block;
}
body.home #header-wrapper .main-navigation .cont--menu .cont--menu-inner .cont__lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  color: #999950;
}
body.home #header-wrapper .main-navigation .cont--menu .cont--menu-inner .cont__lang .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff;
}
body.home #header-wrapper .main-navigation .cont--menu .cont--menu-inner .cont__lang .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #999950;
}

#footer-wrapper {
  position: relative;
  margin-top: 30px;
  background-color: #fff;
}
#footer-wrapper .footer-wrapper--inner {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .footer-wrapper--inner {
    padding: 60px 0;
  }
}
#footer-wrapper .site-footer {
  position: relative;
}
#footer-wrapper .site-footer .cont__title-footer {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.133rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .cont__title-footer {
    font-size: 1.333rem;
  }
}
#footer-wrapper .site-footer .go-top {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
#footer-wrapper .site-footer .go-top .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#footer-wrapper .site-footer .go-top a {
  font-size: 20px;
  text-decoration: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .go-top a {
    font-size: 35px;
    width: 66px;
    height: 66px;
  }
}
#footer-wrapper .site-footer .go-top a:hover {
  background-color: #78783C;
}
#footer-wrapper .site-footer .footer__top {
  display: grid;
  row-gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c5c5c5;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top {
    row-gap: 50px;
    padding-bottom: 60px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper .site-footer .footer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top {
    padding-bottom: 63px;
  }
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper .site-footer .footer__top .cont__info {
    width: fit-content;
    padding-right: 30px;
    border-right: 1px solid rgba(169, 169, 169, 0.7);
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .cont__info {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .cont__info {
    padding-right: 89px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__info .cont__item {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
  color: #282828;
  margin-bottom: 10px;
  display: grid;
  row-gap: 10px;
}
#footer-wrapper .site-footer .footer__top .cont__info .cont__item p {
  margin-bottom: 0;
}
#footer-wrapper .site-footer .footer__top .cont__info .cont__item a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  width: fit-content;
}
#footer-wrapper .site-footer .footer__top .cont__info .cont__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper .site-footer .footer__top .menu--menu-footer {
    width: fit-content;
    padding-left: 30px;
    padding-right: 50px;
    border-right: 1px solid rgba(169, 169, 169, 0.7);
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .menu--menu-footer {
    padding-left: 50px;
    padding-right: 82px;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .menu--menu-footer {
    padding-right: 123px;
    padding-left: 89px;
  }
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .menu--menu-footer .cont__menus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 93px;
  }
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper .site-footer .footer__top .menu--menu-footer .cont__menus {
    column-gap: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .menu--menu-footer .cont__menus {
    column-gap: 93px;
  }
}
#footer-wrapper .site-footer .footer__top .menu--menu-footer .cont__menus .cont__menu ul {
  list-style: none;
  display: grid;
  row-gap: 10px;
  padding: 0;
  margin-top: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .menu--menu-footer .cont__menus .cont__menu ul {
    margin-top: 0;
  }
}
#footer-wrapper .site-footer .footer__top .menu--menu-footer .cont__menus .cont__menu ul li.menu-title a {
  position: relative;
  font-size: 1.133rem;
  line-height: 1.3;
  text-transform: uppercase;
}
#footer-wrapper .site-footer .footer__top .menu--menu-footer .cont__menus .cont__menu ul li.menu-title a:after {
  content: "\e919";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "m2arquitectura";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  right: -25px;
  top: 5px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .menu--menu-footer .cont__menus .cont__menu ul li.menu-title a:after {
    right: -27px;
    top: 6px;
  }
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .menu--menu-footer .cont__menus .cont__menu ul li.menu-title a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.333rem;
    line-height: 1.3;
    text-align: left;
    color: #282828;
  }
}
#footer-wrapper .site-footer .footer__top .menu--menu-footer .cont__menus .cont__menu ul li.menu-title a:hover {
  color: #78783C;
}
#footer-wrapper .site-footer .footer__top .menu--menu-footer .cont__menus .cont__menu ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper .site-footer .footer__top .cont__xxss {
    width: 20%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .cont__xxss {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .cont__xxss {
    padding-left: 89px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__xxss .cont__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 32px;
  margin-top: 23px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__xxss .cont__links {
    margin-top: 0;
  }
}
#footer-wrapper .site-footer .footer__top .cont__xxss .cont__links a {
  position: relative;
  text-decoration: none;
}
#footer-wrapper .site-footer .footer__top .cont__xxss .cont__links a:hover img {
  opacity: 0;
}
#footer-wrapper .site-footer .footer__top .cont__xxss .cont__links a:hover img.img-hover {
  opacity: 1;
}
#footer-wrapper .site-footer .footer__top .cont__xxss .cont__links a img {
  width: 25px;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__xxss .cont__links a img {
    width: 32px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__xxss .cont__links a img.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#footer-wrapper .site-footer .footer__middle {
  padding-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__middle {
    border-bottom: none;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__middle {
    padding-bottom: 54px;
  }
}
#footer-wrapper .site-footer .footer__middle .menu--menu-legal {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__middle .menu--menu-legal {
    margin-top: 0;
  }
}
#footer-wrapper .site-footer .footer__middle .menu--menu-legal ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__middle .menu--menu-legal ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 76px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__middle .menu--menu-legal ul {
    column-gap: 46px;
  }
}
#footer-wrapper .site-footer .footer__middle .menu--menu-legal ul li {
  position: relative;
}
#footer-wrapper .site-footer .footer__middle .menu--menu-legal ul li:first-child:before {
  content: none;
}
#footer-wrapper .site-footer .footer__middle .menu--menu-legal ul li:before {
  position: absolute;
  left: -38px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #a9a9a9;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__middle .menu--menu-legal ul li:before {
    content: "";
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__middle .menu--menu-legal ul li:before {
    left: -23px;
  }
}
#footer-wrapper .site-footer .footer__middle .menu--menu-legal ul li a {
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}
#footer-wrapper .site-footer .footer__middle .cont__lang {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__middle .cont__lang {
    display: block;
  }
}
#footer-wrapper .site-footer .footer__middle .cont__lang .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
#footer-wrapper .site-footer .footer__middle .cont__lang .wpml-ls-legacy-list-horizontal ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 18px;
  justify-content: flex-end;
}
#footer-wrapper .site-footer .footer__middle .cont__lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  color: #78783C;
}
#footer-wrapper .site-footer .footer__middle .cont__lang .wpml-ls-legacy-list-horizontal ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  color: #282828;
  padding: 0;
}
#footer-wrapper .site-footer .footer__middle .cont__lang .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #78783C;
}
#footer-wrapper .site-footer .footer__bottom {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__bottom {
    padding-top: 0;
  }
}
#footer-wrapper .site-footer .footer__bottom .footer__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
  column-gap: 23px;
}
#footer-wrapper .site-footer .footer__bottom .footer__logos img {
  max-height: 29px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__bottom .footer__logos img {
    max-height: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__bottom .footer__logos img {
    max-height: 47px;
  }
}

body.home #footer-wrapper {
  margin: 0;
}
body.home #footer-wrapper .footer-wrapper--inner {
  padding: 25px 0;
}
body.home #footer-wrapper .footer-wrapper--inner .footer__bottom {
  padding: 0;
}

body.single-services .site-main,
.page-template-page-contact .site-main,
body.page-template-page-flexible-header .site-main,
.page-template-page-flexible .site-main {
  margin-bottom: 0;
}
body.single-services #footer-wrapper,
.page-template-page-contact #footer-wrapper,
body.page-template-page-flexible-header #footer-wrapper,
.page-template-page-flexible #footer-wrapper {
  margin-top: 0;
}

.page-portafolio .entry-header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .page-portafolio .entry-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-portafolio .entry-header .titles {
    width: 46%;
  }
}
.page-portafolio .entry-header .titles .page-portafolio__subtitle h2 {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .page-portafolio .entry-header .titles .page-portafolio__subtitle h2 {
    font-size: 1.867rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1024px) {
  .page-portafolio .entry-header .entry-content {
    width: 50%;
  }
}
.page-portafolio .entry-header .entry-content p {
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .page-portafolio .entry-header .entry-content p {
    font-size: 0.933rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page-portafolio .entry-header .entry-content p {
    text-align: justify;
    margin-bottom: 21px;
  }
}
.page-portafolio .entry-header .entry-content p:last-child {
  margin-bottom: 0;
}
.page-portafolio .page-portafolio__filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 12px;
  overflow: auto;
  margin: 0 -20px 20px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .page-portafolio .page-portafolio__filters {
    margin: 0 -60px 20px;
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-portafolio .page-portafolio__filters {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-portafolio .page-portafolio__filters {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    column-gap: 16px;
  }
}
.page-portafolio .page-portafolio__filters::-webkit-scrollbar {
  display: none;
}
.page-portafolio .page-portafolio__filters .page-portafolio__filter {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 14px 16px;
  background-color: #000000;
  min-width: fit-content;
}
@media only screen and (min-width: 768px) {
  .page-portafolio .page-portafolio__filters .page-portafolio__filter {
    padding: 12px;
  }
}
.page-portafolio .page-portafolio__filters .page-portafolio__filter:hover, .page-portafolio .page-portafolio__filters .page-portafolio__filter.is-active {
  background-color: #78783C;
}

.page-portafolio__list {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .page-portafolio__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1279px) {
  .page-portafolio__list {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-portafolio__list {
    column-gap: 33px;
  }
}
.page-portafolio__list a.page-portafolio__item {
  text-decoration: none;
}
.page-portafolio__list a.page-portafolio__item:hover .page-portafolio__item-image:before {
  opacity: 1;
}
.page-portafolio__list a.page-portafolio__item:hover .page-portafolio__item-content .page-portafolio__item-title {
  color: #78783C;
}
.page-portafolio__list a.page-portafolio__item .page-portafolio__item-image {
  position: relative;
  margin-bottom: 18px;
}
.page-portafolio__list a.page-portafolio__item .page-portafolio__item-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 9, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page-portafolio__list a.page-portafolio__item .page-portafolio__item-image img {
  width: 100%;
  max-height: 437px;
}
.page-portafolio__list a.page-portafolio__item .page-portafolio__item-content .page-portafolio__item-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: left;
  color: #282828;
  margin-bottom: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page-portafolio__list a.page-portafolio__item .page-portafolio__item-content .page-portafolio__item-teaser {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3;
  color: #686868;
  margin-bottom: 0;
}

.page-services .entry-header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .page-services .entry-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-services .entry-header .titles {
    width: 46%;
  }
}
.page-services .entry-header .titles .page-services__subtitle p {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .page-services .entry-header .titles .page-services__subtitle p {
    font-size: 1.867rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1024px) {
  .page-services .entry-header .entry-content {
    width: 50%;
  }
}
.page-services .entry-header .entry-content p {
  text-align: justify;
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .page-services .entry-header .entry-content p {
    font-size: 0.933rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page-services .entry-header .entry-content p {
    margin-bottom: 21px;
  }
}
.page-services .entry-header .entry-content p:last-child {
  margin-bottom: 0;
}

.page-services__list {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .page-services__list {
    grid-template-columns: 1fr 1fr;
    gap: 33px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-services__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page-services__list a.page-services__item {
  display: block;
  text-decoration: none;
  padding: 20px;
  border: solid 1px #c3c3c3;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .page-services__list a.page-services__item {
    padding: 30px;
  }
}
.page-services__list a.page-services__item:hover {
  background-color: #78783C;
}
.page-services__list a.page-services__item:hover .page-services__item-title,
.page-services__list a.page-services__item:hover .page-services__item-excerpt {
  color: #fff;
}
.page-services__list a.page-services__item .page-services__item-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.467rem;
  line-height: 1.4;
  color: #282828;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .page-services__list a.page-services__item .page-services__item-title {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
}
.page-services__list a.page-services__item .page-services__item-excerpt {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #282828;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
}

.page-flexible .entry-header {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .page-flexible .entry-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-flexible .entry-header .titles {
    width: 46%;
  }
}
.page-flexible .entry-header .titles .page-flexible__subtitle p {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .page-flexible .entry-header .titles .page-flexible__subtitle p {
    font-size: 1.867rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1024px) {
  .page-flexible .entry-header .entry-content {
    width: 50%;
  }
}
.page-flexible .entry-header .entry-content p {
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .page-flexible .entry-header .entry-content p {
    font-size: 0.933rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page-flexible .entry-header .entry-content p {
    text-align: justify;
    margin-bottom: 21px;
  }
}
.page-flexible .entry-header .entry-content p:last-child {
  margin-bottom: 0;
}

.page-template-page-flexible-header #header-wrapper {
  position: absolute;
  top: 0;
  z-index: initial;
  background-color: #000000;
}
.page-template-page-flexible-header #header-wrapper .site-branding {
  z-index: 2;
}
.page-template-page-flexible-header #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item.current-menu-item a,
.page-template-page-flexible-header #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul li.menu-item.current-menu-item a {
  color: #999950;
}
.page-template-page-flexible-header #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item a,
.page-template-page-flexible-header #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul li.menu-item a {
  color: #fff;
}
.page-template-page-flexible-header #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item a:hover,
.page-template-page-flexible-header #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul li.menu-item a:hover {
  color: #999950;
}

.page-flexible-header {
  background-color: #000000;
}
.page-flexible-header .page-flexible-header__hero {
  position: relative;
  width: 100%;
  min-height: 403px;
  margin-bottom: 30px;
  padding: 100px 0 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-flexible-header .page-flexible-header__hero {
    min-height: 600px;
    padding: 190px 0 60px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-flexible-header .page-flexible-header__hero {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-flexible-header .page-flexible-header__hero {
    min-height: 800px;
    padding-top: 232px;
  }
}
.page-flexible-header .page-flexible-header__hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(40, 40, 40, 0.8), rgba(40, 40, 40, 0.3) 67%);
}
.page-flexible-header .page-flexible-header__hero--no-image {
  background-color: #a9a9a9;
}
.page-flexible-header .page-flexible-header__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
.page-flexible-header .entry-title {
  color: #999950;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .page-flexible-header .entry-title {
    margin-bottom: 15px;
  }
}
.page-flexible-header .page-flexible-header__subtitle {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-flexible-header .page-flexible-header__subtitle {
    font-size: 1.867rem;
    line-height: 1.2;
  }
}

body {
  position: relative;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 9, 0.3);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body.menu-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
  left: 0;
  right: 0;
}
body.menu-open:before {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1024px) {
  body.home .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul.menu li.menu-item a,
  body.home .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul.menu li.menu-item a, body.single-project .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul.menu li.menu-item a,
  body.single-project .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul.menu li.menu-item a, body.page-template-page-contact .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul.menu li.menu-item a,
  body.page-template-page-contact .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul.menu li.menu-item a, body.page-template-page-flexible-header .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul.menu li.menu-item a,
  body.page-template-page-flexible-header .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul.menu li.menu-item a {
    color: #fff;
  }
  body.home .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul.menu li.menu-item a:hover,
  body.home .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul.menu li.menu-item a:hover, body.single-project .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul.menu li.menu-item a:hover,
  body.single-project .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul.menu li.menu-item a:hover, body.page-template-page-contact .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul.menu li.menu-item a:hover,
  body.page-template-page-contact .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul.menu li.menu-item a:hover, body.page-template-page-flexible-header .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul.menu li.menu-item a:hover,
  body.page-template-page-flexible-header .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul.menu li.menu-item a:hover {
    color: #000000;
  }
  body.home .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul.menu li.menu-item a:before,
  body.home .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul.menu li.menu-item a:before, body.single-project .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul.menu li.menu-item a:before,
  body.single-project .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul.menu li.menu-item a:before, body.page-template-page-contact .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul.menu li.menu-item a:before,
  body.page-template-page-contact .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul.menu li.menu-item a:before, body.page-template-page-flexible-header .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul.menu li.menu-item a:before,
  body.page-template-page-flexible-header .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul.menu li.menu-item a:before {
    background-color: #fff;
  }
}
body.home #header-wrapper header.site-header .cont--menu__open .burger span,
body.home #header-wrapper header.site-header .cont--menu__open .burger span:before,
body.home #header-wrapper header.site-header .cont--menu__open .burger span:after, body.single-project #header-wrapper header.site-header .cont--menu__open .burger span,
body.single-project #header-wrapper header.site-header .cont--menu__open .burger span:before,
body.single-project #header-wrapper header.site-header .cont--menu__open .burger span:after, body.page-template-page-contact #header-wrapper header.site-header .cont--menu__open .burger span,
body.page-template-page-contact #header-wrapper header.site-header .cont--menu__open .burger span:before,
body.page-template-page-contact #header-wrapper header.site-header .cont--menu__open .burger span:after, body.page-template-page-flexible-header #header-wrapper header.site-header .cont--menu__open .burger span,
body.page-template-page-flexible-header #header-wrapper header.site-header .cont--menu__open .burger span:before,
body.page-template-page-flexible-header #header-wrapper header.site-header .cont--menu__open .burger span:after {
  background-color: #fff;
  border-color: #fff;
}
body.home.menu-open #header-wrapper header.site-header .cont--menu__open .burger span, body.single-project.menu-open #header-wrapper header.site-header .cont--menu__open .burger span, body.page-template-page-contact.menu-open #header-wrapper header.site-header .cont--menu__open .burger span, body.page-template-page-flexible-header.menu-open #header-wrapper header.site-header .cont--menu__open .burger span {
  background-color: transparent;
  border-color: transparent;
}
body.home.menu-open #header-wrapper header.site-header .cont--menu__open .burger span:before,
body.home.menu-open #header-wrapper header.site-header .cont--menu__open .burger span:after, body.single-project.menu-open #header-wrapper header.site-header .cont--menu__open .burger span:before,
body.single-project.menu-open #header-wrapper header.site-header .cont--menu__open .burger span:after, body.page-template-page-contact.menu-open #header-wrapper header.site-header .cont--menu__open .burger span:before,
body.page-template-page-contact.menu-open #header-wrapper header.site-header .cont--menu__open .burger span:after, body.page-template-page-flexible-header.menu-open #header-wrapper header.site-header .cont--menu__open .burger span:before,
body.page-template-page-flexible-header.menu-open #header-wrapper header.site-header .cont--menu__open .burger span:after {
  background-color: #282828;
  border-color: #282828;
}

.main-navigation {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  height: inherit;
  width: 100%;
  overflow-y: auto;
  background: #fff;
  -webkit-transition: all 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83);
  transition: all 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83);
}
.main-navigation.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.main-navigation.show .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item.current_page_item a,
.main-navigation.show .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul li.menu-item.current_page_item a {
  color: #78783C !important;
}
.main-navigation.show .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item a,
.main-navigation.show .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul li.menu-item a {
  color: #282828 !important;
}
.main-navigation.show .cont--menu .cont--menu-inner #primary-menu {
  animation-name: fadeInMove;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.9s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navigation.show .cont--menu .cont--menu-inner .cont__lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  color: #78783C !important;
}
.main-navigation.show .cont--menu .cont--menu-inner .cont__lang .wpml-ls-legacy-list-horizontal ul li a {
  color: #282828 !important;
}
.main-navigation.show .cont--menu .cont--menu-inner .cont__lang .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #78783C !important;
}
.main-navigation:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 211px;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .main-navigation:after {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation {
    position: relative;
    visibility: visible;
    z-index: 1;
    opacity: 1;
    overflow: inherit;
    background-color: transparent;
    width: inherit;
    height: inherit;
  }
}
.main-navigation ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation ul.menu li.menu-item a {
  display: block;
  text-decoration: none;
}
.main-navigation .cont--menu {
  padding-top: 16px;
  padding-bottom: 30px;
  height: 100%;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .main-navigation .cont--menu {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu {
    padding: 0;
    background: none;
  }
}
.main-navigation .cont--menu .cont--menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-navigation .cont--menu .cont--menu-inner .logo-menu {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont--menu-inner .logo-menu {
    display: none;
  }
}
.main-navigation .cont--menu .cont--menu-inner .logo-menu img {
  display: block;
  max-height: 48px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .main-navigation .cont--menu .cont--menu-inner .logo-menu img {
    max-height: 83px;
  }
}
.main-navigation .cont--menu .cont--menu-inner .menu-menu-header-container,
.main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container,
.main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container {
  position: relative;
  margin-top: 36px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont--menu-inner .menu-menu-header-container,
  .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container,
  .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container {
    margin-top: 0;
    padding-top: 0;
  }
}
.main-navigation .cont--menu .cont--menu-inner .menu-menu-header-container ul,
.main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul,
.main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: solid 1px #d9d9d9;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont--menu-inner .menu-menu-header-container ul,
  .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul,
  .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 46px;
    border: none;
  }
}
.main-navigation .cont--menu .cont--menu-inner .menu-menu-header-container ul li.menu-item.menu-title,
.main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item.menu-title,
.main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul li.menu-item.menu-title {
  display: none;
}
.main-navigation .cont--menu .cont--menu-inner .menu-menu-header-container ul li.menu-item.current-menu-item a,
.main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item.current-menu-item a,
.main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul li.menu-item.current-menu-item a {
  color: #78783C;
}
.main-navigation .cont--menu .cont--menu-inner .menu-menu-header-container ul li.menu-item a,
.main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item a,
.main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul li.menu-item a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.333rem;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  color: #282828;
  padding: 20px 0 19px;
  border-bottom: solid 1px #d9d9d9;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont--menu-inner .menu-menu-header-container ul li.menu-item a,
  .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item a,
  .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul li.menu-item a {
    font-size: 1rem;
    line-height: 1;
    padding: 0;
    border: none;
  }
}
.main-navigation .cont--menu .cont--menu-inner .menu-menu-header-container ul li.menu-item a:hover,
.main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item a:hover,
.main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul li.menu-item a:hover {
  color: #78783C;
}
.main-navigation .cont--menu .cont--menu-inner .cont__lang {
  margin-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont--menu-inner .cont__lang {
    display: none;
    margin-top: 0;
  }
}
.main-navigation .cont--menu .cont--menu-inner .cont__lang .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.main-navigation .cont--menu .cont--menu-inner .cont__lang .wpml-ls-legacy-list-horizontal ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 24px;
  justify-content: flex-end;
}
.main-navigation .cont--menu .cont--menu-inner .cont__lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  color: #78783C;
}
.main-navigation .cont--menu .cont--menu-inner .cont__lang .wpml-ls-legacy-list-horizontal ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1;
  text-decoration: none;
  color: #282828;
  padding: 0;
}
.main-navigation .cont--menu .cont--menu-inner .cont__lang .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #78783C;
}

.home-hero {
  position: relative;
  background-color: #000000;
}
.home-hero .home-hero__background img {
  height: 100vh;
  min-height: 600px;
  width: 100%;
  object-fit: cover;
}
.home-hero .home-hero__links {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .home-hero .home-hero__links {
    flex-direction: row;
  }
}
.home-hero .home-hero__links a.home-hero__link {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.467rem;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
}
@media only screen and (min-width: 768px) {
  .home-hero .home-hero__links a.home-hero__link {
    font-size: 2.667rem;
    line-height: 1.2;
    height: 100%;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .home-hero .home-hero__links a.home-hero__link {
    align-items: flex-end;
    justify-content: flex-start;
    padding: 60px 45px;
  }
}
.home-hero .home-hero__links a.home-hero__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(9, 9, 9, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.home-hero .home-hero__links a.home-hero__link.active, .home-hero .home-hero__links a.home-hero__link:hover {
  color: #999950;
}
.home-hero .home-hero__links a.home-hero__link.active:before, .home-hero .home-hero__links a.home-hero__link:hover:before {
  background-color: rgba(9, 9, 9, 0.5);
}
@media only screen and (min-width: 1024px) {
  .home-hero .home-hero__links a.home-hero__link.home-hero__link--consultancy {
    justify-content: flex-end;
  }
}

.single-content-ajax,
.overlay-info-product {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  z-index: 9;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transition-delay: 0s;
  padding-top: 21px;
  padding-bottom: 37px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .single-content-ajax,
  .overlay-info-product {
    max-width: 960px;
    transform: translateY(0) translateX(100%);
    padding-top: 29px;
  }
}
.single-content-ajax > .wrapper,
.overlay-info-product > .wrapper {
  font-size: 1.067rem;
  line-height: 1.38;
  max-width: 660px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
    color: #282828;
  }
}
.single-content-ajax > .wrapper .title-1,
.overlay-info-product > .wrapper .title-1 {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1366px) {
  .single-content-ajax > .wrapper .title-1,
  .overlay-info-product > .wrapper .title-1 {
    margin-bottom: 30px;
  }
}
.single-content-ajax .close-product,
.single-content-ajax .close-info-product,
.overlay-info-product .close-product,
.overlay-info-product .close-info-product {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .single-content-ajax .close-product,
  .single-content-ajax .close-info-product,
  .overlay-info-product .close-product,
  .overlay-info-product .close-info-product {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .single-content-ajax .close-product,
  .single-content-ajax .close-info-product,
  .overlay-info-product .close-product,
  .overlay-info-product .close-info-product {
    margin-right: 50px;
  }
}
.single-content-ajax .close-product:before,
.single-content-ajax .close-info-product:before,
.overlay-info-product .close-product:before,
.overlay-info-product .close-info-product:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "m2arquitectura";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .single-content-ajax .close-product:before,
  .single-content-ajax .close-info-product:before,
  .overlay-info-product .close-product:before,
  .overlay-info-product .close-info-product:before {
    font-size: 26px;
  }
}
.single-content-ajax .close-product:hover:before,
.single-content-ajax .close-info-product:hover:before,
.overlay-info-product .close-product:hover:before,
.overlay-info-product .close-info-product:hover:before {
  color: #a9a9a9;
}

body.product-open,
body.product-info-open,
body.overlay-open {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.product-open .single-content-ajax,
body.product-open .overlay-info-product.show,
body.product-info-open .single-content-ajax,
body.product-info-open .overlay-info-product.show,
body.overlay-open .single-content-ajax,
body.overlay-open .overlay-info-product.show {
  transform: translateY(0);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  body.product-open .single-content-ajax,
  body.product-open .overlay-info-product.show,
  body.product-info-open .single-content-ajax,
  body.product-info-open .overlay-info-product.show,
  body.overlay-open .single-content-ajax,
  body.overlay-open .overlay-info-product.show {
    transform: translateY(0) translateX(0);
    box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
}

body.show-overlay,
body.product-open,
body.product-info-open,
body.overlay-open {
  overflow: hidden;
}
body.show-overlay .site-main:before,
body.product-open .site-main:before,
body.product-info-open .site-main:before,
body.overlay-open .site-main:before {
  visibility: visible;
  opacity: 0.25;
}

.site-main {
  position: relative;
}
.site-main:before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pum-theme-1633 .pum-container,
.pum-theme-enterprise-blue .pum-container {
  padding: 60px 28px 28px 28px !important;
}

.pum-theme-1633 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close {
  position: relative;
  width: 50px;
  height: 50px;
  right: 18px !important;
  top: 18px !important;
  cursor: pointer;
  background-color: #fff !important;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .pum-theme-1633 .pum-content + .pum-close,
  .pum-theme-enterprise-blue .pum-content + .pum-close {
    width: 60px;
    height: 60px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "m2arquitectura";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .pum-theme-1633 .pum-content + .pum-close:before,
  .pum-theme-enterprise-blue .pum-content + .pum-close:before {
    font-size: 26px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:hover:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:hover:before {
  color: #a9a9a9;
}

.cli-modal-backdrop {
  background-color: rgba(37, 29, 25, 0.21) !important;
}
.cli-modal-backdrop.cli-show {
  opacity: 1;
}

.wt-cli-cookie-bar-container .cli-bar-container {
  max-width: 1800px;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar {
  bottom: 0 !important;
  top: inherit !important;
  left: 0 !important;
  transform: inherit !important;
  width: 100% !important;
  padding: 30px 20px 16px !important;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 40px 16px !important;
  }
}
@media only screen and (min-width: 1279px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 50px 16px !important;
  }
}
@media only screen and (min-width: 1366px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 40px 60px 30px !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  color: #282828;
  padding-bottom: 21px;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
    padding-bottom: 18px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message a:hover {
  opacity: 0.7;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
    text-align: left;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 3px solid #282828;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: #282828;
  margin: 0 auto;
  padding: 17px 27px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
    font-size: 1.133rem;
    padding: 21px 27px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a:hover,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a:hover {
  text-decoration: none;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a:disabled,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a:disabled {
  opacity: 0.7;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  border-radius: 100px !important;
  color: #fff !important;
  margin: 0 auto !important;
  padding: 10px 42px !important;
  border: none !important;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies {
    float: left;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
  padding-top: 5px;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
    padding-top: 0;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  color: #000000 !important;
  background-color: transparent !important;
  background-image: none !important;
}

form a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
form a:hover {
  color: #78783C;
}
form .columns-one {
  display: grid;
  row-gap: 10px;
}
form .columns-one > br {
  display: none;
}
form .columns-two {
  display: grid;
  column-gap: 30px;
  row-gap: 28px;
  padding-bottom: 28px;
}
@media only screen and (min-width: 768px) {
  form .columns-two {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  form .columns-two {
    row-gap: 47px;
    padding-bottom: 47px;
  }
}
form .columns-two > br {
  display: none;
}
form .cont--input-checkbox {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.933rem;
  line-height: 1.2;
  color: #fff;
  padding: 27px 0 20px;
}
@media only screen and (min-width: 768px) {
  form .cont--input-checkbox {
    font-size: 1.067rem;
    line-height: 1.5;
  }
}
form .cont--input-checkbox label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
form .cont--input-checkbox > br {
  display: none;
}
form .max-lenght {
  font-size: 0.867rem;
  line-height: 1.15;
  text-align: right;
  color: #c4c4c4;
  margin-top: -5px;
}
form small {
  display: block;
  margin-bottom: 30px;
  color: #C4C4C4;
}
form .wpcf7-not-valid-tip {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ff0b0b;
  padding-top: 6px;
}
form .wpcf7-response-output {
  text-align: center;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #78783C !important;
}

.cont--input {
  position: relative;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.cont--input.servicio:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "m2arquitectura";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 27px;
  position: absolute;
  top: 11px;
  right: 8px;
  color: #fff;
}

.label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .label {
    font-size: 1.067rem;
  }
}

input,
textarea,
select {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 6px 0;
  transition: all 0.15s ease;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  input,
  textarea,
  select {
    font-size: 1.067rem;
  }
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #c4c4c4;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  opacity: 0.6;
  color: #fff;
}

textarea {
  max-height: 78px;
}
@media only screen and (min-width: 1024px) {
  textarea {
    max-height: 138px;
  }
}

select option {
  color: #282828;
}

input[type=checkbox] {
  position: relative;
  width: 24px;
  min-width: 24px;
  height: 24px;
  padding: 0;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 2px;
  transition: all 0.2s ease;
}
input[type=checkbox]:hover {
  cursor: pointer;
  border-color: #78783C;
}
input[type=checkbox]:checked {
  background-color: #fff;
  border-color: #fff;
  box-shadow: inset 0 0 0 0px #fff, inset 0 0 0 10px #fff;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.page-template-page-contact #header-wrapper {
  position: absolute;
  top: 0;
  z-index: initial;
  background-color: #000000;
}
.page-template-page-contact #header-wrapper .site-branding {
  z-index: 2;
}
.page-template-page-contact #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item.current_page_item a,
.page-template-page-contact #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul li.menu-item.current_page_item a {
  color: #999950;
}
.page-template-page-contact #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item a,
.page-template-page-contact #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul li.menu-item a {
  color: #fff;
}
.page-template-page-contact #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item a:hover,
.page-template-page-contact #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-consultoria-inmobiliaria-container ul li.menu-item a:hover {
  color: #999950;
}

.cont__contact {
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media only screen and (min-width: 768px) {
  .cont__contact {
    padding-top: 222px;
  }
}
.cont__contact .cont__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont__contact .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont__contact .cont__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background-color: rgba(9, 9, 9, 0.8);
}
.cont__contact .container, .cont__contact .section__hero-image .owl-dots, .section__hero-image .cont__contact .owl-dots {
  position: relative;
}
.cont__contact .cont__top .titles {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__top .titles {
    margin-bottom: 30px;
  }
}
.cont__contact .cont__top .titles h1 {
  color: #999950;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__top .titles h1 {
    margin-bottom: 15px;
  }
}
.cont__contact .cont__top .titles .page-portafolio__subtitle h2 {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cont__contact .cont__top .titles .page-portafolio__subtitle h2 {
    font-size: 1.867rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__top .titles .page-portafolio__subtitle h2 {
    margin-bottom: 30px;
  }
}
.cont__contact .cont__bottom {
  display: grid;
  row-gap: 30px;
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__bottom .cont__left {
    width: 50%;
  }
}
.cont__contact .cont__bottom .cont__left .cont__form input[type=submit] {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 3px solid #fff;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  margin: 0 auto;
  padding: 17px 27px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__bottom .cont__left .cont__form input[type=submit] {
    font-size: 1.133rem;
    padding: 21px 27px;
  }
}
.cont__contact .cont__bottom .cont__left .cont__form input[type=submit]:hover {
  text-decoration: none;
}
.cont__contact .cont__bottom .cont__left .cont__form input[type=submit]:disabled {
  opacity: 0.7;
}
.cont__contact .cont__bottom .cont__left .cont__form input[type=submit] {
  width: fit-content;
}
.cont__contact .cont__bottom .cont__left .cont__form input[type=submit]:hover {
  background-color: #fff;
  color: #282828;
}
.cont__contact .cont__bottom .cont__left .cont__form .wpcf7-response-output {
  color: #fff;
}
.cont__contact .cont__bottom .cont__right {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__bottom .cont__right {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.067rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__bottom .cont__right {
    width: 44%;
  }
}
.cont__contact .cont__bottom .cont__right a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__bottom .cont__right a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
}
.cont__contact .cont__bottom .cont__right a:hover {
  color: #78783C;
}
.cont__contact .cont__bottom .cont__right .cont__map {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__bottom .cont__right .cont__map {
    margin-bottom: 30px;
  }
}
.cont__contact .cont__bottom .cont__right .cont__info {
  display: grid;
  row-gap: 12px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__bottom .cont__right .cont__info {
    row-gap: 8px;
  }
}
.cont__contact .cont__bottom .cont__right .cont__info .cont__item.cont__item--address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 2px;
}
.cont__contact .cont__bottom .cont__right .cont__info .cont__item.cont__item--address .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}
.cont__contact .cont__bottom .cont__right .cont__info .cont__item.cont__item--address .text p {
  margin-bottom: 0;
}
.cont__contact .cont__bottom .cont__right .cont__info .cont__item.cont__item--whatsapp a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
.cont__contact .cont__bottom .cont__right .cont__info .cont__item .icon {
  display: inline-block;
  font-size: 19px;
  margin-right: 4px;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.cont__contact .cont__bottom .cont__right .cont__horario {
  display: grid;
  row-gap: 6px;
}
.cont__contact .cont__bottom .cont__right .cont__horario span {
  display: block;
}

body.error404 #wrapper-navbar {
  position: relative;
}
body.error404 section.error-404 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 100px 0;
}
body.error404 section.error-404 header.page-header img {
  display: block;
  margin: 0 auto;
  padding-bottom: 37px;
}
body.error404 section.error-404 .page-content .cont__subtitle {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
body.error404 section.error-404 .page-content .cont__subtitle:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #a9a9a9;
}
body.error404 section.error-404 .page-content a:hover {
  opacity: 0.7;
}

.cont--post {
  border-top: 2px solid #000000;
  padding: 20px 0 18px;
}
@media only screen and (min-width: 1600px) {
  .cont--post {
    padding: 24px 0 0;
  }
}
.cont--post .cont--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cont--post .cont--inner .post-category {
  padding-bottom: 5px;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner .post-category {
    padding-bottom: 10px;
  }
}
.cont--post .cont--inner .post-category a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
}
.cont--post .cont--inner .post-category a:hover {
  opacity: 0.7;
}
.cont--post .cont--inner a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cont--post .cont--inner a:hover .cont--post-info .cont--post-title h3 {
  color: #000000;
}
.cont--post .cont--inner a:hover .cont--post-image img {
  transform: scale(1.1);
}
.cont--post .cont--inner a:hover .cont--post-image:before {
  opacity: 1;
}
.cont--post .cont--inner a .cont--post-image {
  position: relative;
  overflow: hidden;
}
.cont--post .cont--inner a .cont--post-image img {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 162px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner a .cont--post-image img {
    max-height: 170px;
  }
}
.cont--post .cont--inner a .cont--post-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(289deg, rgba(122, 182, 57, 0.65) 100%, rgba(122, 182, 57, 0.74) 100%, rgba(122, 182, 57, 0.53));
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont--post .cont--inner a .cont--post-info {
  flex-grow: 1;
}
.cont--post .cont--inner a .cont--post-info .cont--post-title h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.333rem;
  line-height: 1.3;
  text-align: left;
  color: #282828;
  margin-bottom: 11px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner a .cont--post-info .cont--post-title h3 {
    font-size: 2rem;
    line-height: 1.17;
    margin-bottom: 8px;
  }
}
.cont--post .cont--inner a .cont--post-info .cont--post-description {
  padding-bottom: 9px;
  color: #a9a9a9;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner a .cont--post-info .cont--post-description {
    padding-bottom: 15px;
  }
}

.blog,
.category {
  padding-bottom: 50px;
}
@media only screen and (min-width: 1600px) {
  .blog,
  .category {
    padding-bottom: 130px;
  }
}

.blog-grid.cont__posts,
.archive-grid.cont__posts {
  display: grid;
  row-gap: 28px;
}
@media only screen and (min-width: 1024px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 88px;
  }
}
@media only screen and (min-width: 1279px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    column-gap: 107px;
  }
}
.blog-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description,
.archive-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .blog-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description,
  .archive-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description {
    display: block;
  }
}

@media only screen and (min-width: 1279px) {
  .blog-grid.cont__posts .cont--post:nth-child(1),
  .blog-grid.cont__posts .cont--post:nth-child(2) {
    grid-column: span 2;
  }
}
.blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner .post-category,
.blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner .post-category {
  padding-bottom: 11px;
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner .post-category,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner .post-category {
    padding-bottom: 9px;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-image img,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-image img {
    max-height: 272px;
  }
}
.blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-title h3,
.blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-title h3 {
  font-size: 2rem;
  line-height: 1.17;
}
@media only screen and (min-width: 1024px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-title h3,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-title h3 {
    font-size: 2.667rem;
    line-height: 1.13;
    margin-bottom: 12px;
  }
}
.blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-description,
.blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-description {
  display: block;
  padding-bottom: 21px;
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-description,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-description {
    font-size: 1.667rem;
    line-height: 1.2;
  }
}

.cont--menu-cat {
  padding: 10px 0 18px;
}
@media only screen and (min-width: 1024px) {
  .cont--menu-cat {
    padding: 10px 0 37px;
  }
}
.cont--menu-cat ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.cont--menu-cat ul li.current-cat a {
  background-color: #000000;
  color: #fff;
}
.cont--menu-cat ul li a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 4px 9px;
}
.cont--menu-cat ul li a:hover {
  background-color: #000000;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  body.single-post #header-wrapper {
    position: fixed;
  }
}

#single-post {
  overflow-x: hidden;
}
#single-post .cont--top {
  margin-bottom: 100px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-post .cont--top {
    column-gap: 120px;
  }
}
#single-post .cont--top .columns {
  padding-top: 7px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top .columns {
    padding-top: 110px;
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1600px) {
  #single-post .cont--top .columns {
    padding-top: 162px;
  }
}
#single-post .cont--top .columns .cont--header {
  padding-bottom: 9px;
}
#single-post .cont--top .columns .cont--header a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}
#single-post .cont--top .columns .cont--header a:hover {
  opacity: 0.7;
}
#single-post .cont--top .columns .cont--header h1 {
  color: #000000;
}
#single-post .cont--top .columns .cont--image {
  display: block;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top .columns .cont--image {
    display: none;
  }
}
#single-post .cont--top .columns .cont--image img {
  display: block;
}
#single-post .cont--top .columns #social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 20px;
  border-top: 2px solid #000000;
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top .columns #social-share {
    padding-bottom: 44px;
  }
}
#single-post .cont--top .columns #social-share > span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #a9a9a9;
}
#single-post .cont--top .columns #social-share .socialbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
#single-post .cont--top .columns #social-share .socialbox a {
  text-decoration: none;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
#single-post .cont--top .columns #social-share .socialbox a:hover {
  opacity: 0.7;
}
#single-post .cont--top > .cont--image {
  display: none;
  width: 60%;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top > .cont--image {
    display: block;
    margin-right: -40px;
    width: calc(60% + 40px);
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1279px) {
  #single-post .cont--top > .cont--image {
    margin-right: -50px;
    width: calc(60% + 50px);
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1366px) {
  #single-post .cont--top > .cont--image {
    margin-right: -100px;
    width: calc(60% + 100px);
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1600px) {
  #single-post .cont--top > .cont--image {
    margin-right: -80px;
    width: calc(60% + 80px);
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1920px) {
  #single-post .cont--top > .cont--image {
    margin-right: -100px;
    width: calc(60% + 100px);
  }
}
#single-post .cont--top > .cont--image img {
  display: block;
}
#single-post .content {
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 100px;
  animation-name: fadeInMove;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#single-post .content a {
  text-decoration: none;
  color: #000000;
}
#single-post .content a:hover {
  opacity: 0.7;
}
#single-post .related-posts {
  margin-bottom: 100px;
}
#single-post .related-posts .title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: left;
  color: #282828;
  padding-bottom: 28px;
}
@media only screen and (min-width: 1024px) {
  #single-post .related-posts .title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
    color: #282828;
    padding-bottom: 38px;
  }
}

.section__cta {
  background-color: #78783C;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__cta:hover {
  background-color: #282828;
}
.section__cta:hover .cont__cta a .button-white {
  background-color: #fff;
  color: #282828;
}
.section__cta .cont__cta a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 24px 0;
}
@media only screen and (min-width: 768px) {
  .section__cta .cont__cta a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 50px;
    padding: 40px 0;
  }
}
.section__cta .cont__cta a:hover .link__arrow span:after {
  transform: translateY(-50%) translateX(4px);
}
.section__cta .cont__cta a .cont__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.333rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section__cta .cont__cta a .cont__description {
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__cta .cont__cta a .cont__description {
    font-size: 2.667rem;
    line-height: 1.4;
  }
}
.section__cta .cont__cta a .button-white {
  margin: 0;
}

.section__hero-image {
  margin-bottom: 100px;
  min-height: 100vh;
  overflow-x: hidden;
}
.section__hero-image .cont__banners .owl-item {
  font-size: 0;
}
.section__hero-image .cont__banners .owl-item.active .image__product {
  opacity: 1;
  transform: translateY(0);
}
.section__hero-image .cont__banners .owl-item .image__product {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  transition-delay: 1s;
}
.section__hero-image .cont__banners .cont__banner {
  max-height: 100vh;
}
.section__hero-image .owl-dots {
  position: relative;
  margin-top: -25px;
  margin-left: 60px;
}
@media only screen and (min-width: 768px) {
  .section__hero-image .owl-dots {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-image .owl-dots {
    margin-left: auto;
    padding-left: 100px;
    margin-top: -83px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image .owl-dots {
    padding-left: 80px;
    margin-top: -130px;
  }
}

.section__text_image {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__text_image .cont__text_image {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-right {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-right .cont__text {
    padding-right: 0;
    padding-left: 75px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image .cont__text_image.text-position-right .cont__text {
    padding-left: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text {
    width: 50%;
    padding-right: 75px;
    padding-top: 29px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image .cont__text_image .cont__text {
    padding-right: 160px;
  }
}
.section__text_image .cont__text_image .cont__text h2 {
  margin-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text h2 {
    margin-bottom: 7px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1366px) {
  .section__text_image .cont__text_image .cont__text .text-important {
    margin-bottom: 30px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #a9a9a9;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text p {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__image {
    width: 50%;
  }
}
.section__text_image .cont__text_image .cont__image img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.section__faq {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1600px) {
  .section__faq {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
.section__faq .section__faq--inner .cont__footer {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: left;
  color: #282828;
  border-top: 2px solid #282828;
  margin-top: 63px;
  padding-top: 29px;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__footer {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
    color: #282828;
    margin-top: 47px;
    padding-top: 39px;
  }
}
.section__faq .section__faq--inner .cont__left {
  max-width: 665px;
}
.section__faq .section__faq--inner .cont__left .cont__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  text-align: left;
  color: #282828;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__left .cont__title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
    color: #282828;
    margin-bottom: 23px;
  }
}
.section__faq .section__faq--inner .cont__left .cont__description {
  margin-bottom: -15px;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left .cont__description {
    margin-bottom: 0;
  }
}
.section__faq .section__faq--inner .cont__left .cont__footer {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left .cont__footer {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__questions {
    margin-top: -30px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: left;
  color: #282828;
  margin: 50px 0 22px;
  padding-right: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "m2arquitectura";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  top: -7px;
  right: 0;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1;
    text-align: left;
    color: #282828;
    margin: 53px 0 22px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3.active:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "m2arquitectura";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:hover {
  color: #282828;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content {
  display: none;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p {
    margin-bottom: 20px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__footer {
    display: none;
  }
}

.section__accordions {
  margin-top: 30px;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  overflow-x: hidden;
}
@media only screen and (min-width: 1600px) {
  .section__accordions {
    margin-top: 60px;
  }
}
.section__accordions.background-grey {
  background-color: #fafafa;
  border: none;
}
.section__accordions.background-grey .section__accordions--inner .cont__left .cont__accordions .cont__question h3.active {
  color: #6d6d49;
}
@media only screen and (min-width: 1024px) {
  .section__accordions .section__accordions--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.section__accordions .section__accordions--inner.text-position-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .section__accordions .section__accordions--inner.text-position-right {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .section__accordions .section__accordions--inner.text-position-right .cont__right {
    margin-left: -60px;
    margin-right: 0;
  }
}
.section__accordions .section__accordions--inner .cont__left {
  padding-top: 30px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 1024px) {
  .section__accordions .section__accordions--inner .cont__left {
    width: 66%;
    padding-top: 60px;
  }
}
.section__accordions .section__accordions--inner .cont__left .cont__pretitle {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section__accordions .section__accordions--inner .cont__left .cont__pretitle {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .section__accordions .section__accordions--inner .cont__left .cont__title {
    font-size: 1.467rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px) {
  .section__accordions .section__accordions--inner .cont__left .cont__title {
    margin-bottom: 30px;
  }
}
.section__accordions .section__accordions--inner .cont__left .cont__description {
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section__accordions .section__accordions--inner .cont__left .cont__description {
    margin-bottom: 34px;
  }
}
.section__accordions .section__accordions--inner .cont__left .cont__accordions {
  margin-top: -20px;
}
@media only screen and (min-width: 768px) {
  .section__accordions .section__accordions--inner .cont__left .cont__accordions {
    margin-top: -11px;
  }
}
.section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question {
  border-top: 1px solid #d9d9d9;
}
.section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question:first-child {
  border-top: none;
}
.section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question h3 {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #282828;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 8px;
  align-items: flex-start;
  margin: 0;
  padding: 19px 45px 19px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question h3 {
    font-size: 1.333rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question h3 {
    padding: 36px 61px 36px 0;
  }
}
.section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question h3 .cont__heading-text {
  display: block;
}
.section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question h3:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "m2arquitectura";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  top: 13px;
  right: 8px;
}
@media only screen and (min-width: 1440px) {
  .section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question h3:before {
    top: 32px;
    right: 8px;
  }
}
.section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question h3.active {
  color: #78783C;
}
.section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question h3.active:before {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question h3:hover {
  color: #78783C;
}
.section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question .cont__content {
  display: none;
  position: relative;
  padding-bottom: 17px;
  margin-top: -13px;
}
@media only screen and (min-width: 768px) {
  .section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question .cont__content {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question .cont__content {
    padding-right: 61px;
    padding-bottom: 34px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question .cont__content {
    margin-top: -19px;
  }
}
.section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question .cont__content p {
  margin-bottom: 8px;
}
.section__accordions .section__accordions--inner .cont__left .cont__accordions .cont__question .cont__content p:last-child {
  margin-bottom: 0;
}
.section__accordions .section__accordions--inner .cont__right {
  margin: 0 -20px;
}
@media only screen and (min-width: 768px) {
  .section__accordions .section__accordions--inner .cont__right {
    margin: 0 -60px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__accordions .section__accordions--inner .cont__right {
    width: calc(31% + 60px);
    margin-left: 0;
  }
}
.section__accordions .section__accordions--inner .cont__right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__information {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1600px) {
  .section__information {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__information .section__information--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .section__information .section__information--inner .cont__left {
    width: 46%;
  }
}
@media only screen and (min-width: 1024px) {
  .section__information .section__information--inner .cont__right {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .section__information .section__information--inner .cont__pretitle {
    margin-bottom: 8px;
  }
}
.section__information .section__information--inner .cont__title {
  font-size: 1.467rem;
  line-height: 1.4;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .section__information .section__information--inner .cont__title {
    font-size: 2rem;
  }
}
.section__information .section__information--inner .cont__text {
  font-size: 0.933rem;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .section__information .section__information--inner .cont__text {
    font-size: 1rem;
    line-height: 1.5;
    text-align: justify;
  }
}
.section__information .section__information--inner .cont__text p {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .section__information .section__information--inner .cont__text p {
    margin-bottom: 16px;
  }
}
.section__information .section__information--inner .cont__text p:last-child {
  margin-bottom: 0;
}

.section__information-points {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__information-points {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.section__information-points .section__information-points--title {
  font-size: 1.467rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section__information-points .section__information-points--title {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__information-points .section__information-points--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.section__information-points .section__information-points--inner .section__information-points--list {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section__information-points .section__information-points--inner .section__information-points--list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__information-points .section__information-points--inner .section__information-points--list {
    width: 66%;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__information-points .section__information-points--inner .section__information-points--list {
    column-gap: 60px;
  }
}
.section__information-points .section__information-points--inner .section__information-points--list .section__information-points--item {
  display: grid;
  grid-template-columns: 37px 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #c5c5c5;
}
@media only screen and (min-width: 768px) {
  .section__information-points .section__information-points--inner .section__information-points--list .section__information-points--item {
    grid-template-columns: 77px 1fr;
  }
}
.section__information-points .section__information-points--inner .section__information-points--list .section__information-points--item:last-child {
  border-bottom: 1px solid #c5c5c5;
}
.section__information-points .section__information-points--inner .section__information-points--list .section__information-points--item .item__number {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #282828;
}
@media only screen and (min-width: 1600px) {
  .section__information-points .section__information-points--inner .section__information-points--list .section__information-points--item .item__number {
    font-size: 1.867rem;
  }
}
.section__information-points .section__information-points--inner .section__information-points--list .section__information-points--item .item__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .section__information-points .section__information-points--inner .section__information-points--list .section__information-points--item .item__title {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}
.section__information-points .section__information-points--inner .section__information-points--list .section__information-points--item .item__description {
  font-size: 1rem;
  line-height: 1.4;
  color: #282828;
}
.section__information-points .section__information-points--inner .section__information-points--list .section__information-points--item .item__description p {
  margin-bottom: 10px;
}
.section__information-points .section__information-points--inner .section__information-points--list .section__information-points--item .item__description p:last-child {
  margin-bottom: 0;
}
.section__information-points .section__information-points--inner .section__information-points--image {
  margin: 0 -20px;
}
@media only screen and (min-width: 768px) {
  .section__information-points .section__information-points--inner .section__information-points--image {
    margin: 0 -60px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__information-points .section__information-points--inner .section__information-points--image {
    width: 31%;
    margin: 0;
  }
}
.section__information-points .section__information-points--inner .section__information-points--image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.section__founding-partners {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__founding-partners {
    margin-top: 60px;
    margin-bottom: 90px;
  }
}
.section__founding-partners .section__founding-partners--inner {
  max-width: 1350px;
}
.section__founding-partners .section__founding-partners--inner .section__founding-partners--image {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__founding-partners .section__founding-partners--inner .section__founding-partners--image {
    margin-bottom: 60px;
  }
}
.section__founding-partners .section__founding-partners--inner .section__founding-partners--image img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.section__founding-partners .section__founding-partners--inner .section__founding-partners--title {
  line-height: 1.4;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .section__founding-partners .section__founding-partners--inner .section__founding-partners--title {
    font-size: 1.467rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section__founding-partners .section__founding-partners--inner .section__founding-partners--title {
    margin-bottom: 30px;
  }
}
.section__founding-partners .section__founding-partners--inner .section__founding-partners--list {
  display: grid;
  row-gap: 24px;
}
@media only screen and (min-width: 1024px) {
  .section__founding-partners .section__founding-partners--inner .section__founding-partners--list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
  }
}
.section__founding-partners .section__founding-partners--inner .section__founding-partners--list .section__founding-partners--item .item__name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 2px;
}
@media only screen and (min-width: 768px) {
  .section__founding-partners .section__founding-partners--inner .section__founding-partners--list .section__founding-partners--item .item__name {
    font-size: 1.467rem;
  }
}
.section__founding-partners .section__founding-partners--inner .section__founding-partners--list .section__founding-partners--item .item__position {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
  color: #78783C;
  margin-bottom: 16px;
}
.section__founding-partners .section__founding-partners--inner .section__founding-partners--list .section__founding-partners--item .item__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  color: #282828;
  text-align: justify;
}
.section__founding-partners .section__founding-partners--inner .section__founding-partners--list .section__founding-partners--item .item__description p:last-child {
  margin-bottom: 0;
}

.section__team {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section__team {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__team .section__team--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.section__team .section__team--inner .section__team--intro {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1279px) {
  .section__team .section__team--inner .section__team--intro {
    width: 25%;
    margin-bottom: 0;
  }
}
.section__team .section__team--inner .section__team--intro .section__team--title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section__team .section__team--inner .section__team--intro .section__team--description p {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .section__team .section__team--inner .section__team--intro .section__team--description p {
    margin-bottom: 21px;
  }
}
.section__team .section__team--inner .section__team--intro .section__team--description p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__team .section__team--inner .section__team--list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__team .section__team--inner .section__team--list {
    width: 69%;
  }
}
@media only screen and (min-width: 1600px) {
  .section__team .section__team--inner .section__team--list {
    column-gap: 85px;
  }
}
.section__team .section__team--inner .section__team--list .section__team--item {
  padding-top: 20px;
  padding-bottom: 19px;
  border-top: 1px solid #c3c3c3;
}
.section__team .section__team--inner .section__team--list .section__team--item:last-child {
  border-bottom: 1px solid #c3c3c3;
}
@media only screen and (min-width: 1024px) {
  .section__team .section__team--inner .section__team--list .section__team--item:last-child {
    border-bottom: 0;
  }
  .section__team .section__team--inner .section__team--list .section__team--item:nth-last-child(-n+2) {
    border-bottom: 1px solid #c3c3c3;
  }
}
.section__team .section__team--inner .section__team--list .section__team--item .item__title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  color: #282828;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: initial;
  margin-bottom: 4px;
}
.section__team .section__team--inner .section__team--list .section__team--item .item__members p {
  margin-bottom: 0;
}

.section__key-values {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
@media only screen and (min-width: 1600px) {
  .section__key-values {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section__key-values .section__key-values--header {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section__key-values .section__key-values--header {
    margin-bottom: 40px;
  }
}
.section__key-values .section__key-values--header .cont__pretitle {
  color: #6d6d49;
}
@media only screen and (min-width: 768px) {
  .section__key-values .section__key-values--header .cont__pretitle {
    margin-bottom: 12px;
  }
}
.section__key-values .section__key-values--header .cont__title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .section__key-values .section__key-values--header .cont__title {
    font-size: 1.467rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 1024px) {
  .section__key-values .section__key-values--header .cont__title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__key-values .section__key-values--header .cont__title {
    margin-bottom: 20px;
  }
}
.section__key-values .section__key-values--header .cont__description {
  max-width: 760px;
}
.section__key-values .section__key-values--header .cont__description p:last-child {
  margin-bottom: 0;
}
.section__key-values .section__key-values--columns {
  display: grid;
  row-gap: 32px;
}
@media only screen and (min-width: 1024px) {
  .section__key-values .section__key-values--columns {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section__key-values .section__key-values--columns .cont__column {
  border-left: solid 1px #c3c3c3;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .section__key-values .section__key-values--columns .cont__column {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__key-values .section__key-values--columns .cont__column {
    padding: 0 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__key-values .section__key-values--columns .cont__column:first-child {
    border-left: none;
    padding-left: 0;
  }
}
.section__key-values .section__key-values--columns .cont__column:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__key-values .section__key-values--columns .cont__column:last-child {
    padding-right: 0;
  }
}
.section__key-values .section__key-values--columns .cont__column .cont__icon {
  margin-bottom: 16px;
}
.section__key-values .section__key-values--columns .cont__column .cont__icon img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.section__key-values .section__key-values--columns .cont__column .cont__column-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: left;
  color: #282828;
  text-transform: initial;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .section__key-values .section__key-values--columns .cont__column .cont__column-title {
    line-height: 1.4;
  }
}
.section__key-values .section__key-values--columns .cont__column .cont__column-description {
  line-height: 1.3;
}
.section__key-values .section__key-values--columns .cont__column .cont__column-description p {
  margin-bottom: 12px;
}
.section__key-values .section__key-values--columns .cont__column .cont__column-description p:last-child {
  margin-bottom: 0;
}

.section__hero-image-video {
  position: relative;
  min-height: 100vh;
  background: #000000;
}
.section__hero-image-video.center .cont__info {
  text-align: center;
  top: inherit;
  bottom: 11px;
  transform: none;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 57px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__hero-image-video.center .cont__info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section__hero-image-video.center .cont__info .cont__title {
  padding-bottom: 0;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info .cont__title {
    padding-bottom: 22px;
    margin: 0;
  }
}
.section__hero-image-video.center .cont__info .cont__title span {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 5px;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info .cont__title span {
    font-size: 67px;
    line-height: 1.04;
    letter-spacing: 13.4px;
  }
}
.section__hero-image-video .cont__video {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__hero-image-video .cont__video #myVideo {
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__video #myVideo {
    min-height: 550px;
  }
}
.section__hero-image-video .cont--video--iframe {
  background-color: #000000;
}
.section__hero-image-video .cont--video--iframe.active {
  display: flex !important;
}
.section__hero-image-video .cont--video--iframe .close-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video {
    top: 25px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close {
    width: 48px;
    height: 48px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "m2arquitectura";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
    font-size: 14px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:hover {
  background-color: #282828;
}
.section__hero-image-video .cont__image img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__mobile {
    display: none;
  }
}
.section__hero-image-video .cont__image .image__desktop {
  display: none;
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;*/
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__desktop {
    display: block;
  }
}
.section__hero-image-video .cont__info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1920px) {
  .section__hero-image-video .cont__info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.section__hero-image-video .cont__info .cont__title {
  padding-bottom: 3px;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__title {
    margin-bottom: -29px;
  }
}
.section__hero-image-video .cont__info .cont__title span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 90px;
  line-height: 0.89;
  letter-spacing: 1.35px;
  color: #fff;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__title span {
    font-size: 160px;
    letter-spacing: 3px;
  }
}
.section__hero-image-video .cont__info .cont__subtitle {
  padding-bottom: 14px;
}
.section__hero-image-video .cont__info .cont__subtitle span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0.45px;
  color: #282828;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__subtitle span {
    font-size: 99.3px;
    letter-spacing: 1.49px;
  }
}
.section__hero-image-video .cont__info .cont__link-video span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  color: #282828;
  cursor: pointer;
  background-image: linear-gradient(120deg, #282828 0%, #282828 100%);
  background-repeat: no-repeat;
  background-size: 0 65%;
  background-position: 0 110%;
  transition: background-size 0.4s ease-in;
}
.section__hero-image-video .cont__info .cont__link-video span:hover {
  background-size: 100% 65%;
}
.section__hero-image-video .cont__info .cont__link-video span {
  background-image: linear-gradient(120deg, #000000 0%, #000000 100%);
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__link-video span {
    font-size: 15px;
    letter-spacing: 0.23px;
  }
}

.cont--video--iframe {
  opacity: 0;
  z-index: -1;
}
.cont--video--iframe.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
}
.cont--video--iframe.overlay.active {
  z-index: 999;
}
.cont--video--iframe.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 1;
}
.cont--video--iframe iframe {
  width: calc(100vw - 50px);
  height: calc(100vh - 156px);
}
@media only screen and (min-width: 1024px) {
  .cont--video--iframe iframe {
    width: calc(100vw - 200px);
    height: calc(100vh - 200px);
  }
}

.section__text-full {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .section__text-two-columns .cont__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1279px) {
  .section__text-two-columns .cont__columns {
    column-gap: 80px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1600px) {
  .section__text-two-columns .cont__columns {
    column-gap: 100px;
  }
}
.section__text-two-columns .cont__columns .cont__column p:last-child {
  margin-bottom: 0;
}

body.single-project #header-wrapper {
  position: absolute;
  top: 0;
  z-index: initial;
  background-color: #000000;
}
body.single-project #header-wrapper .site-branding {
  z-index: 2;
}
body.single-project #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item.menu-portafolio a {
  color: #999950 !important;
}
body.single-project #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item a {
  color: #fff;
}
body.single-project #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item a:hover {
  color: #999950;
}
body.single-project .project-hero {
  position: relative;
  margin-bottom: 20px;
  background-color: #000000;
}
body.single-project .project-hero .project-hero__media {
  position: relative;
  min-height: 403px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  body.single-project .project-hero .project-hero__media {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1440px) {
  body.single-project .project-hero .project-hero__media {
    min-height: 618px;
  }
}
@media only screen and (min-width: 1600px) {
  body.single-project .project-hero .project-hero__media {
    background-position: center 75%;
  }
}
body.single-project .project-hero .project-hero__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 9, 0.7);
}
body.single-project .project-hero .project-hero__media .project-hero__content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  body.single-project .project-hero .project-hero__media .project-hero__content {
    padding-bottom: 60px;
  }
}
body.single-project .project-hero .project-hero__media .project-hero__content h1 {
  margin-bottom: 6px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  body.single-project .project-hero .project-hero__media .project-hero__content h1 {
    font-size: 1.867rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  body.single-project .project-hero .project-hero__media .project-hero__content h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3;
    margin-bottom: 0;
  }
}
body.single-project .project-hero .project-hero__media .project-hero__content p {
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  body.single-project .project-hero .project-hero__media .project-hero__content p {
    font-size: 0.933rem;
  }
}
@media only screen and (min-width: 1440px) {
  body.single-project .project-hero .project-hero__media .project-hero__content p {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
body.single-project .project-meta {
  display: grid;
  row-gap: 16px;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  body.single-project .project-meta {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
    margin: 60px 0;
  }
}
@media only screen and (min-width: 1279px) {
  body.single-project .project-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    column-gap: 77px;
  }
}
body.single-project .project-meta .project-meta__item {
  display: grid;
  row-gap: 2px;
}
@media only screen and (min-width: 768px) {
  body.single-project .project-meta .project-meta__item {
    row-gap: 4px;
  }
}
body.single-project .project-meta .project-meta__item .project-meta__label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3;
  color: #78783C;
}
@media only screen and (min-width: 768px) {
  body.single-project .project-meta .project-meta__item .project-meta__label {
    font-size: 1.067rem;
  }
}
body.single-project .project-meta .project-meta__item .project-meta__value {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  body.single-project .project-meta .project-meta__item .project-meta__value {
    font-size: 1.067rem;
  }
}
body.single-project .project-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  body.single-project .project-gallery {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  body.single-project .project-gallery {
    gap: 30px;
  }
}
body.single-project .project-gallery__item {
  margin: 0;
  line-height: 0;
  height: 100%;
  overflow: hidden;
}
body.single-project .project-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  body.single-project .project-gallery {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  body.single-project .project-gallery__item--33 {
    grid-column: span 2;
  }
  body.single-project .project-gallery__item--50 {
    grid-column: span 3;
  }
  body.single-project .project-gallery__item--66 {
    grid-column: span 4;
  }
  body.single-project .project-gallery__item--100 {
    grid-column: span 6;
  }
}
body.single-project .project-content {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 1197px;
}
@media only screen and (min-width: 768px) {
  body.single-project .project-content {
    margin-top: 55px;
    margin-bottom: 60px;
  }
}
body.single-project .project-content p {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  body.single-project .project-content p {
    font-size: 1.067rem;
    margin-bottom: 12px;
  }
}
body.single-project .project-navigation {
  margin: 40px 0;
}
@media only screen and (min-width: 768px) {
  body.single-project .project-navigation {
    margin: 60px 0;
  }
}
body.single-project .project-navigation .project-navigation__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
body.single-project .project-navigation .project-navigation__wrapper a {
  font-size: 20px;
  text-decoration: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  body.single-project .project-navigation .project-navigation__wrapper a {
    font-size: 35px;
    width: 66px;
    height: 66px;
  }
}
body.single-project .project-navigation .project-navigation__wrapper a:hover {
  background-color: #78783C;
}
body.single-project .project-navigation .project-navigation__wrapper a .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.single-project .project-navigation .project-navigation__wrapper a.project-navigation__link--prev {
  transform: rotate(90deg);
}
body.single-project .project-navigation .project-navigation__wrapper a.project-navigation__link--next {
  transform: rotate(-90deg);
}

body.single-services #header-wrapper header.site-header .main-navigation .cont--menu .cont--menu-inner .menu-menu-principal-container ul li.menu-item.menu-servicios a {
  color: #78783C;
}
body.single-services .entry-header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  body.single-services .entry-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  body.single-services .entry-header .titles {
    width: 46%;
  }
}
body.single-services .entry-header .titles .page-services__subtitle p {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  body.single-services .entry-header .titles .page-services__subtitle p {
    font-size: 1.867rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1024px) {
  body.single-services .entry-header .entry-content {
    width: 50%;
  }
}
body.single-services .entry-header .entry-content p {
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  body.single-services .entry-header .entry-content p {
    font-size: 0.933rem;
  }
}
@media only screen and (min-width: 1024px) {
  body.single-services .entry-header .entry-content p {
    text-align: justify;
    margin-bottom: 12px;
  }
}
body.single-services .entry-header .entry-content p:last-child {
  margin-bottom: 0;
}
body.single-services .single-service__hero {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1600px) {
  body.single-services .single-service__hero {
    margin-bottom: 70px;
  }
}
body.single-services .single-service__hero-image {
  display: block;
  width: 100%;
  max-height: 70vh;
  object-fit: cover;
}/*# sourceMappingURL=styles.css.map */