/*
Theme Name: tubariloche
Author: Adrenn - Facundo Talepp
Author URI: http://wwww.facutalepp.com.ar
Version: 1.0.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "ObjektivMk2-Regular";
  src: url("css/webfonts/ObjektivMk2-Regular.woff2") format("woff2"), url("css/webfonts/ObjektivMk2-Regular.woff") format("woff"), url("css/webfonts/ObjektivMk2-Regular.svg#ObjektivMk2-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ObjektivMk2-Bold";
  src: url("css/webfonts/ObjektivMk2-Bold.woff2") format("woff2"), url("css/webfonts/ObjektivMk2-Bold.woff") format("woff"), url("css/webfonts/ObjektivMk2-Bold.svg#ObjektivMk2-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

html, body, p, h1, h2, h3, h4, h5, h6 {
  font-family: "ObjektivMk2-Regular", sans-serif;
  color: #1c1c1c;
}

body {
  color: #1c1c1c;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
}

a {
  color: #5851ec;
}
a:hover {
  color: #1c1c1c;
  text-decoration: none;
}

.push-full {
  min-height: 100vh;
}

.push-full-center {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gmi-btn {
  margin: 0 0 0 0.5rem;
}
.gmi-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 0.5rem 0.6rem;
  font-size: 1.25rem;
  border-radius: 6px;
  transition: 0.2s ease-in-out;
}
.gmi-btn a:hover {
  background: #1c1c1c;
  border: solid 1.5px #1c1c1c;
}

.gmi-btn-red a {
  background: #ec6242;
  border: solid 1.5px #ec6242;
}

.gmi-btn-black a {
  background: black;
  border: solid 1.5px black;
}
.gmi-btn-black a:hover {
  background: #ec6242;
  border: solid 1.5px #ec6242;
}

.gmi-btn-transparent a {
  background: transparent;
  border: solid 1.5px transparent;
}
.gmi-btn-transparent a:hover {
  background: #ec6242;
  border: solid 1.5px #ec6242;
}

.donutSpinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  animation: donut-spin 1.2s linear infinite;
}
.donutSpinner svg {
  width: 50px;
  height: 50px;
}

@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gmi-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: all 0.2s;
}
.gmi-nav .gmi-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  transition: all 0.2s;
}
@media screen and (max-width: 640px) {
  .gmi-nav .gmi-nav-wrapper {
    padding: 1rem;
  }
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-logo {
  transition: 0.2s ease-in-out;
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-logo:hover a svg g.logo path {
  fill: #ec6242;
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-logo:hover a svg path.tilde {
  fill: #ec6242;
  transition: 0.2s ease-in-out;
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-logo a {
  display: block;
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-logo a svg {
  height: 40px;
  width: auto;
  display: block;
}
@media screen and (max-width: 640px) {
  .gmi-nav .gmi-nav-wrapper .gmi-nav-logo a svg {
    height: 30px;
  }
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-logo a svg g.logo path {
  fill: white;
  transition: 0.2s ease-in-out;
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-logo a svg path.tilde {
  fill: #ec6242;
  transition: 0.2s ease-in-out;
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-menu {
  display: flex;
  align-items: center;
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-links a {
  font-size: 1.1rem;
  color: white;
  margin: 0 2rem 0 0;
  font-family: "ObjektivMk2-Bold", sans-serif;
  transition: 0.2s ease-in-out;
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-links a:hover {
  color: #ec6242;
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-wahtsapp {
  margin: 0 0 0 0.5rem;
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-wahtsapp a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #25d366;
  padding: 0.5rem 0.75rem;
  font-size: 1.5rem;
  border-radius: 6px;
  border: solid 1.5px #25d366;
  transition: 0.2s ease-in-out;
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-wahtsapp a:hover {
  background: #ec6242;
  border: solid 1.5px #ec6242;
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-bars {
  margin: 0 0 0 0.5rem;
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-bars button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1c1c;
  background: white;
  padding: 0.5rem 0.75rem;
  font-size: 1.5rem;
  border-radius: 6px;
  border: solid 1.5px white;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.gmi-nav .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-bars button:hover {
  background: #1c1c1c;
  border: solid 1.5px #1c1c1c;
  color: white;
}

.gmi-nav-dark {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: all 0.2s;
}
.gmi-nav-dark .gmi-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  transition: all 0.2s;
}
@media screen and (max-width: 640px) {
  .gmi-nav-dark .gmi-nav-wrapper {
    padding: 1rem;
  }
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-logo {
  transition: 0.2s ease-in-out;
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-logo:hover a svg g.logo path {
  fill: #73c09e;
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-logo:hover a svg path.tilde {
  fill: #73c09e;
  transition: 0.2s ease-in-out;
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-logo a {
  display: block;
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-logo a svg {
  height: 40px;
  width: auto;
  display: block;
}
@media screen and (max-width: 640px) {
  .gmi-nav-dark .gmi-nav-wrapper .gmi-nav-logo a svg {
    height: 30px;
  }
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-logo a svg g.logo path {
  fill: #ec6242;
  transition: 0.2s ease-in-out;
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-logo a svg path.tilde {
  fill: #73c09e;
  transition: 0.2s ease-in-out;
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-menu {
  display: flex;
  align-items: center;
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-links a {
  font-size: 1.1rem;
  color: #ec6242;
  margin: 0 2rem 0 0;
  font-family: "ObjektivMk2-Bold", sans-serif;
  transition: 0.2s ease-in-out;
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-links a:hover {
  color: #1c1c1c;
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-wahtsapp {
  margin: 0 0 0 0.5rem;
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-wahtsapp a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #25d366;
  padding: 0.5rem 0.75rem;
  font-size: 1.5rem;
  border-radius: 6px;
  border: solid 1.5px #25d366;
  transition: 0.2s ease-in-out;
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-wahtsapp a:hover {
  background: #ec6242;
  border: solid 1.5px #ec6242;
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-bars {
  margin: 0 0 0 0.5rem;
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-bars button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1c1c;
  background: white;
  padding: 0.5rem 0.75rem;
  font-size: 1.5rem;
  border-radius: 6px;
  border: solid 1.5px white;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.gmi-nav-dark .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-bars button:hover {
  background: #1c1c1c;
  border: solid 1.5px #1c1c1c;
  color: white;
}

.tubrc-nav-red {
  background-color: #ec6242;
}
.tubrc-nav-red .gmi-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-logo {
  transition: 0.2s ease-in-out;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-logo:hover a svg g.logo path {
  fill: #73c09e;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-logo:hover a svg path.tilde {
  fill: #73c09e;
  transition: 0.2s ease-in-out;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-logo a {
  display: block;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-logo a svg {
  height: 30px;
  width: auto;
  display: block;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-logo a svg g.logo path {
  fill: white;
  transition: 0.2s ease-in-out;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-logo a svg path.tilde {
  fill: #73c09e;
  transition: 0.2s ease-in-out;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-menu {
  display: flex;
  align-items: center;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-links a {
  font-size: 1.1rem;
  color: white;
  margin: 0 2rem 0 0;
  font-family: "ObjektivMk2-Bold", sans-serif;
  transition: 0.2s ease-in-out;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-links a:hover {
  color: #1c1c1c;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-wahtsapp {
  margin: 0 0 0 0.5rem;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-wahtsapp a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #25d366;
  padding: 0.5rem 0.75rem;
  font-size: 1.5rem;
  border-radius: 6px;
  border: solid 1.5px #25d366;
  transition: 0.2s ease-in-out;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-wahtsapp a:hover {
  background: #ec6242;
  border: solid 1.5px #ec6242;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-bars {
  margin: 0 0 0 0.5rem;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-bars button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1c1c;
  background: white;
  padding: 0.5rem 0.75rem;
  font-size: 1.5rem;
  border-radius: 6px;
  border: solid 1.5px white;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.tubrc-nav-red .gmi-nav-wrapper .gmi-nav-menu .gmi-nav-menu-bars button:hover {
  background: #1c1c1c;
  border: solid 1.5px #1c1c1c;
  color: white;
}

.uk-offcanvas-bar {
  background: #1c1c1c;
}
.uk-offcanvas-bar .offcanvas-nav-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 2rem 0;
}
.uk-offcanvas-bar .offcanvas-nav-wrapper a {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
  transition: 0.2s ease-in-out;
}
.uk-offcanvas-bar .offcanvas-nav-wrapper a:hover {
  color: #f1f2f3;
}

.gmi-hero .gmi-hero-container {
  width: 100%;
}
.gmi-hero .gmi-hero-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 6rem;
  margin-bottom: 9rem;
  width: 100%;
}
@media screen and (max-width: 799px) {
  .gmi-hero .gmi-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-tittle {
  width: 50%;
  padding: 14rem 0 0;
}
@media screen and (max-width: 1200px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-tittle {
    width: 60%;
  }
}
@media screen and (max-width: 799px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-tittle {
    width: 100%;
  }
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-tittle .gmi-hero-t-t {
  padding: 0 0 3rem 2rem;
}
@media screen and (max-width: 799px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-tittle .gmi-hero-t-t {
    padding: 0 2rem 0 2rem;
  }
}
@media screen and (max-width: 640px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-tittle .gmi-hero-t-t {
    padding: 0 1rem 2rem 1rem;
  }
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-tittle .gmi-hero-t-t .animated-text__wrapper {
  display: inline-flex;
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-tittle .gmi-hero-t-t .animated-text__wrapper .static-text {
  line-height: 2.9rem;
}
@media screen and (max-width: 640px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-tittle .gmi-hero-t-t .animated-text__wrapper .static-text {
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 450px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-tittle .gmi-hero-t-t .animated-text__wrapper .static-text {
    line-height: 1.8rem;
  }
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-tittle .gmi-hero-t-t .animated-text__wrapper .dynamic-text {
  margin: 0 0 0 15px;
  height: 2.9rem;
  line-height: 2.9rem;
  overflow: hidden;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-tittle .gmi-hero-t-t .animated-text__wrapper .dynamic-text {
    line-height: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 450px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-tittle .gmi-hero-t-t .animated-text__wrapper .dynamic-text {
    line-height: 1.8rem;
    height: 1.8rem;
  }
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-tittle .gmi-hero-t-t .animated-text__wrapper .dynamic-text li {
  list-style: none;
  color: #ec6242;
  animation: slide 6s steps(4) infinite;
  position: relative;
  top: 0;
  overflow: hidden;
}
@keyframes slide {
  100% {
    top: -11.6rem;
  }
}
@media screen and (max-width: 640px) {
  @keyframes slide {
    100% {
      top: -10rem;
    }
  }
}
@media screen and (max-width: 450px) {
  @keyframes slide {
    100% {
      top: -7.2rem;
    }
  }
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-tittle .gmi-hero-t-text {
  padding: 0 0 1.5rem 2.5rem;
  font-family: "ObjektivMk2-Bold", sans-serif;
  color: #ec6242;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-tittle .gmi-hero-t-text {
    font-size: 1.25rem;
    padding: 1rem;
  }
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-images {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 2rem;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-images {
    width: 40%;
  }
}
@media screen and (max-width: 799px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-images {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-images {
    padding: 0;
  }
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-t-links {
  display: flex;
}
@media screen and (max-width: 960px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-t-links {
    margin: 0 0 0 1rem;
  }
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-t-links .gmi-hero-t-links-wrapper {
  background: #f1f2f3;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-radius: 12px;
}
@media screen and (max-width: 1200px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-t-links .gmi-hero-t-links-wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 799px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-t-links .gmi-hero-t-links-wrapper {
    flex-direction: row;
    justify-content: inherit;
  }
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-t-links .gmi-hero-t-links-wrapper a.gmi-hero-link {
  color: #1c1c1c;
  font-weight: 700;
  font-size: 0.9rem;
  margin: 0 1.5rem 0 0;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-t-links .gmi-hero-t-links-wrapper a.gmi-hero-link {
    margin: 0 0 1rem 0;
  }
  .gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-t-links .gmi-hero-t-links-wrapper a.gmi-hero-link:first-of-type {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 799px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-t-links .gmi-hero-t-links-wrapper a.gmi-hero-link {
    margin: 0 1.5rem 0 0;
  }
  .gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-t-links .gmi-hero-t-links-wrapper a.gmi-hero-link:first-of-type {
    margin-top: 0;
  }
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-t-links .gmi-hero-t-links-wrapper a.gmi-hero-link:hover {
  color: #ec6242;
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-t-links .gmi-hero-t-links-wrapper a.gmi-hero-whatspp {
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  color: white;
  font-size: 0.9rem;
  transition: 0.2s ease-in-out;
  background: #25d366;
  border-radius: 6px;
  border: solid 1px #25d366;
  font-weight: 500;
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-t-links .gmi-hero-t-links-wrapper a.gmi-hero-whatspp i {
  color: white;
  margin: 0 0.5rem 0 0;
  font-size: 1.3rem;
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-t-links .gmi-hero-t-links-wrapper a.gmi-hero-whatspp:hover {
  background: #1c1c1c;
  border-color: #1c1c1c;
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-img-01 {
  width: 35%;
  padding: 5rem 0 0;
}
@media screen and (max-width: 1200px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-img-01 {
    width: 45%;
  }
}
.gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-img-02 {
  width: 40%;
}
@media screen and (max-width: 1200px) {
  .gmi-hero .gmi-hero-wrapper .gmi-hero-images .gmi-hero-img-02 {
    width: 50%;
  }
}

footer {
  background: #1c1c1c;
}
footer .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-top: solid 1px #343434;
}
@media screen and (max-width: 640px) {
  footer .footer-wrapper {
    padding: 1rem 1rem 6rem;
  }
}
footer .footer-wrapper .footer-legal {
  color: white;
  font-size: 0.9rem;
}
footer .footer-wrapper .footer-btns {
  display: flex;
}
footer .footer-wrapper .footer-btns .footer-redes {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.5rem;
}

.foo-brands {
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .foo-brands {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .foo-brands .foo-b-logo {
    margin: 0 0 1.5rem 0;
  }
}
.foo-brands .foo-b-links {
  display: flex;
  align-items: center;
}
.foo-brands .foo-b-links .footer-gmd-brand {
  background: #f1d16d;
  display: flex;
  align-items: center;
  transition: 0.2s ease-in-out;
  margin: 0 1rem 0 0;
  border-radius: 6px;
}
@media screen and (max-width: 640px) {
  .foo-brands .foo-b-links .footer-gmd-brand {
    margin: 0 0.5rem;
  }
}
.foo-brands .foo-b-links .footer-gmd-brand:hover {
  background: white;
}
.foo-brands .foo-b-links .footer-gmd-brand a {
  padding: 1rem;
}
@media screen and (max-width: 450px) {
  .foo-brands .foo-b-links .footer-gmd-brand a {
    padding: 0.5rem;
  }
}
.foo-brands .foo-b-links .footer-gmd-brand a svg g path, .foo-brands .foo-b-links .footer-gmd-brand a svg g polygon {
  fill: #1c1c1c;
}
.foo-brands .foo-b-links .footer-gmi-brand {
  background: #ec6242;
  display: flex;
  align-items: center;
  transition: 0.2s ease-in-out;
  border-radius: 6px;
}
@media screen and (max-width: 640px) {
  .foo-brands .foo-b-links .footer-gmi-brand {
    margin: 0 0.5rem;
  }
}
.foo-brands .foo-b-links .footer-gmi-brand:hover {
  background: white;
}
.foo-brands .foo-b-links .footer-gmi-brand:hover a svg g path, .foo-brands .foo-b-links .footer-gmi-brand:hover a svg g polygon {
  fill: #1c1c1c;
}
.foo-brands .foo-b-links .footer-gmi-brand a {
  padding: 1rem;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 450px) {
  .foo-brands .foo-b-links .footer-gmi-brand a {
    padding: 0.5rem;
  }
}

.foo-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  z-index: 10;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.foo-nav .gmi-nmb-left, .foo-nav .gmi-nmb-right {
  background: #ec6242;
  border: solid 1px #ec6242;
}
.foo-nav .gmi-nmb-left a, .foo-nav .gmi-nmb-right a {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  color: white;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
.foo-nav .gmi-nmb-left a i, .foo-nav .gmi-nmb-right a i {
  color: #73c09e;
  margin: 0 0.5rem 0 0;
  font-size: 1rem;
}
.foo-nav .gmi-nmb-left:hover, .foo-nav .gmi-nmb-right:hover {
  background: #1c1c1c;
}
.foo-nav .gmi-nmb-left {
  border-radius: 6px;
}

.gmi-acerca {
  padding: 8rem 0 4rem;
  background: #ec6242;
  margin: 0 0 4rem 0;
}
.gmi-acerca .gmi-acerca__hero .gmi-acerca__hero-title {
  display: flex;
  justify-content: flex-start;
  padding: 0 40px 0;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .gmi-acerca .gmi-acerca__hero .gmi-acerca__hero-title {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .gmi-acerca .gmi-acerca__hero .gmi-acerca__hero-title {
    order: 2;
    padding: 2rem 0 0;
  }
}
.gmi-acerca .gmi-acerca__hero .gmi-acerca__hero-title h1 {
  font-size: 9vw;
  font-weight: 500;
  margin: 0;
  color: white;
  line-height: 1;
  margin-right: 1rem;
}
@media screen and (min-width: 1600px) {
  .gmi-acerca .gmi-acerca__hero .gmi-acerca__hero-title h1 {
    font-size: 8vw;
  }
}
@media screen and (max-width: 640px) {
  .gmi-acerca .gmi-acerca__hero .gmi-acerca__hero-title h1 {
    font-size: 22vw;
  }
}
.gmi-acerca .gmi-acerca__hero .gmi-acerca__hero-title h3 {
  margin: 0;
  color: white;
}
.gmi-acerca .gmi-acerca__hero .gmi-acerca__hero-img img {
  border-radius: 50%;
}

.gmi-propietario {
  padding: 8rem 0 4rem;
  background: #242424;
}
.gmi-propietario .gmi-propietario__hero .gmi-propietario__hero-title {
  display: flex;
  justify-content: flex-start;
  padding: 0 40px 0;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .gmi-propietario .gmi-propietario__hero .gmi-propietario__hero-title {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .gmi-propietario .gmi-propietario__hero .gmi-propietario__hero-title {
    order: 2;
    padding: 2rem 0 0;
  }
}
.gmi-propietario .gmi-propietario__hero .gmi-propietario__hero-title h1 {
  font-size: 9vw;
  font-weight: 500;
  margin: 0;
  color: white;
  line-height: 1;
}
@media screen and (min-width: 1600px) {
  .gmi-propietario .gmi-propietario__hero .gmi-propietario__hero-title h1 {
    font-size: 7vw;
  }
}
@media screen and (max-width: 640px) {
  .gmi-propietario .gmi-propietario__hero .gmi-propietario__hero-title h1 {
    font-size: 15vw;
  }
}
.gmi-propietario .gmi-propietario__hero .gmi-propietario__hero-title h3 {
  margin: 0;
  color: white;
}
.gmi-propietario .gmi-propietario__hero .gmi-propietario__hero-img img {
  border-radius: 50%;
}

.gmi-acerca__content {
  padding: 0 0 4rem;
}
.gmi-acerca__content .gmi-acerca__content-text p {
  font-size: 1.2rem;
}
.gmi-acerca__content .gmi-acerca__content-text p:first-child {
  font-size: 1.5rem;
  font-weight: 500;
}
.gmi-acerca__content .gmi-acerca__content-data li:first-child {
  font-size: 1.2rem;
  font-weight: 500;
}

.gmi-acerca__salome {
  padding: 4rem 0 0;
}
.gmi-acerca__salome .gmi-acerca__salome-data img {
  max-width: 100px;
  height: auto;
  border-radius: 50%;
  margin: 0 0 1rem;
}
.gmi-acerca__salome .gmi-acerca__salome-data li:first-of-type {
  font-size: 1.2rem;
  font-weight: 500;
}

.gmi-propietario__content {
  padding: 4rem 0;
}
.gmi-propietario__content .gmi-propietario__content-data li:first-of-type {
  font-size: 1.5rem;
  font-weight: 500;
}
.gmi-propietario__content .gmi-propietario__content-text {
  font-size: 1.2rem;
}

.gmi-contacto {
  padding: 10rem 0 2rem;
  height: calc(100vh - 71px);
}
@media screen and (max-width: 640px) {
  .gmi-contacto .gmi-contacto-data {
    order: 2;
    margin-top: 3rem;
  }
}
.gmi-contacto .gmi-contacto-form {
  padding: 2rem;
  border-radius: 12px;
  border: solid 1px #ddd;
  position: relative;
}
@media screen and (max-width: 799px) {
  .gmi-contacto .gmi-contacto-form {
    padding: 1rem;
  }
}
.gmi-contacto .gmi-contacto-title {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gmi-contacto .gmi-contacto-title h1 {
  font-weight: 500;
  font-size: 4rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 960px) {
  .gmi-contacto .gmi-contacto-title h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .gmi-contacto .gmi-contacto-title h1 {
    font-size: 2.5rem;
  }
}
.gmi-contacto .gmi-contacto-title ul {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.gmi-contacto .gmi-contacto-title ul li {
  display: inline-flex;
}
.gmi-contacto .gmi-contacto-title ul li:first-of-type {
  font-weight: 500;
}
.gmi-contacto .gmi-contacto-title ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #25d366;
  padding: 0.5rem 0.75rem;
  font-size: 1.5rem;
  border-radius: 6px;
  border: solid 1.5px #25d366;
  transition: 0.2s ease-in-out;
  margin: 1rem 0;
}
.gmi-contacto .gmi-contacto-title ul li a:hover {
  background: #1c1c1c;
  border: solid 1.5px #1c1c1c;
}

.loader-icon {
  display: none;
  transition: 0.2s ease-in-out;
}
.loader-icon .loader-icon-wrapper {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.loop {
  margin: -5rem 0 3rem 0;
  min-height: calc(100vh - 387px);
}
.loop a {
  display: block;
  color: #1c1c1c;
}
.loop a .gmi-loop-card {
  background: white;
  border-radius: 6px;
  padding: 0.5rem;
}
.loop a .gmi-loop-card .uk-inline-clip {
  border-radius: 6px;
}
.loop a .gmi-loop-card .loop-info {
  padding: 0 0.75rem 0.5rem;
}
.loop a .gmi-loop-card .loop-info h1 {
  font-size: 1rem;
  margin: 1.5rem 0;
  font-family: "ObjektivMk2-Bold", sans-serif;
}
.loop a .gmi-loop-card .loop-info .gmi-loop-cat {
  font-size: 0.8rem;
}
.loop a .gmi-loop-card .loop-info .gmi-loop-operacion .gmi-loop-o-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 0.9rem;
}
.loop a .gmi-loop-card .loop-info .gmi-loop-operacion .gmi-loop-o-wrapper .gmi-loop-o-cat {
  font-family: "ObjektivMk2-Bold", sans-serif;
  color: #ec6242;
}

.gmi-propiedad {
  margin: 10rem 0 0;
}
@media screen and (max-width: 960px) {
  .gmi-propiedad {
    margin: 7rem 0 0;
  }
}
.gmi-propiedad .gmi-propiedad-slider {
  position: relative;
}
.gmi-propiedad .gmi-propiedad-slider .uk-slider .uk-grid > * {
  padding-left: 4px;
}
.gmi-propiedad .gmi-propiedad-slider .uk-slider .uk-slider-container {
  border-radius: 6px;
  background: #f1f2f3;
}
@media screen and (min-width: 800px) {
  .gmi-propiedad .gmi-propiedad-slider .uk-slider .uk-slider-container li a img.uk-hiddensm {
    display: none !important;
  }
}
@media screen and (max-width: 799px) {
  .gmi-propiedad .gmi-propiedad-slider .uk-slider .uk-slider-container li a img.uk-visiblesm {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .gmi-order {
    order: 2;
  }
}

.gmi-propiedad-data {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .gmi-propiedad-data {
    margin-bottom: 2rem !important;
  }
}
.gmi-propiedad-data .uk-box-shadow-large {
  border-radius: 6px;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .gmi-propiedad-data .uk-box-shadow-large {
    width: 100%;
  }
}
.gmi-propiedad-data .gmi-propiedad-data-wrapper {
  background: white;
  border-radius: 6px;
  min-width: 300px;
}
@media screen and (max-width: 1200px) {
  .gmi-propiedad-data .gmi-propiedad-data-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .gmi-propiedad-data .gmi-propiedad-data-wrapper {
    min-width: initial;
  }
}
.gmi-propiedad-data .gmi-propiedad-data-wrapper .gmi-p-data-header {
  padding: 1rem;
  border-bottom: solid 1px #efefef;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 500;
  background: #ec6242;
  border-radius: 6px 6px 0 0;
}
.gmi-propiedad-data .gmi-propiedad-data-wrapper .gmi-p-data-header a {
  margin: 0 0.25rem;
  color: white;
}
.gmi-propiedad-data .gmi-propiedad-data-wrapper .gmi-p-data-header a:hover {
  color: #1c1c1c;
}
.gmi-propiedad-data .gmi-propiedad-data-wrapper .gmi-p-data-body .gmi-p-data-body-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #efefef;
  padding: 1rem;
}
.gmi-propiedad-data .gmi-propiedad-data-wrapper .gmi-p-data-body .gmi-p-data-body-item .gmi-p-d-b-item-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}
.gmi-propiedad-data .gmi-propiedad-data-wrapper .gmi-p-data-body .gmi-p-data-body-item .gmi-p-d-b-item-value {
  font-size: 0.9rem;
}
.gmi-propiedad-data .gmi-propiedad-data-wrapper .gmi-p-data-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.gmi-propiedad-data .gmi-propiedad-data-wrapper .gmi-p-data-footer .gmi-p-data-footer-price .gmi-p-data-footer-item {
  display: flex;
  align-items: center;
  margin: 0.25rem 0;
}
.gmi-propiedad-data .gmi-propiedad-data-wrapper .gmi-p-data-footer .gmi-p-data-footer-price .gmi-p-data-footer-item .gmi-p-data-footer-item-label {
  background: #1c1c1c;
  color: white;
  font-weight: 700;
  border-radius: 3px;
  padding: 0.25rem 0.35rem 0.15rem;
  font-size: 0.7rem;
  margin: 0 0.5rem 0 0;
  line-height: 1;
}
.gmi-propiedad-data .gmi-propiedad-data-wrapper .gmi-p-data-footer .gmi-p-data-footer-price .gmi-p-data-footer-item .gmi-p-data-footer-item-value {
  font-weight: 500;
}
.gmi-propiedad-data .gmi-propiedad-data-wrapper .gmi-p-data-footer .gmi-p-data-footer-whatsapp a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #25d366;
  padding: 0.5rem 0.75rem;
  font-size: 1.5rem;
  border-radius: 6px;
  border: solid 1.5px #25d366;
  transition: 0.2s ease-in-out;
}
.gmi-propiedad-data .gmi-propiedad-data-wrapper .gmi-p-data-footer .gmi-p-data-footer-whatsapp a:hover {
  background: #1c1c1c;
  border: solid 1.5px #1c1c1c;
}

.gmi-propiedad-content .gmi-p-c-title {
  margin: 3.5rem 0;
}
.gmi-propiedad-content .gmi-p-c-title h1 {
  margin: 2rem 0 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: "ObjektivMk2-Bold", sans-serif;
}
.gmi-propiedad-content .gmi-p-c-title h1 span {
  background: #ec6242;
  font-size: 0.9rem;
  padding: 0.35rem 0.5rem;
  border-radius: 3px;
  color: white;
  margin: 0.5rem 1rem 0.5rem 0;
}
.gmi-propiedad-content .gmi-p-c-title h2 {
  font-size: 1rem;
  margin: 0;
}
.gmi-propiedad-content .gmi-p-c-disclaimer--wrapper {
  padding: 0 1rem 3rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.gmi-propiedad-contacto {
  margin: 2rem 0;
}
.gmi-propiedad-contacto .gmi-p-contacto-wrapper {
  border: solid 1px #efefef;
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 799px) {
  .gmi-propiedad-contacto .gmi-p-contacto-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-text {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0.25rem 0.5rem;
}
@media screen and (max-width: 799px) {
  .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-text {
    margin: 0.25rem 0.5rem 1rem;
  }
}
.gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns {
    flex-direction: column;
    width: 100%;
  }
}
.gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-left, .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-right, .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-center {
  background: #ec6242;
  border: solid 1px #ec6242;
}
@media screen and (max-width: 639px) {
  .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-left, .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-right, .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-center {
    width: 100%;
  }
}
.gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-left a, .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-right a, .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-center a {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  color: white;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 639px) {
  .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-left a, .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-right a, .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-center a {
    justify-content: center;
  }
}
.gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-left a i, .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-right a i, .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-center a i {
  color: yellow;
  margin: 0 0.5rem 0 0;
  font-size: 1rem;
}
.gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-left:hover, .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-right:hover, .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-center:hover {
  background: #1c1c1c;
}
.gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-center {
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 639px) {
  .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-center {
    border-radius: 6px 6px 0 0;
  }
}
.gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-right {
  border-radius: 0 6px 6px 0;
}
@media screen and (max-width: 639px) {
  .gmi-propiedad-contacto .gmi-p-contacto-wrapper .gmi-p-c-btns .gmi-pc-right {
    border-radius: 0 0 6px 6px;
  }
}

.gmi-propiedad-tags {
  margin: 0 0 2.5rem 0;
}
.gmi-propiedad-tags .gmi-p-t-title {
  font-weight: 400;
  font-size: 0.9rem;
  padding: 0 0 1rem 0;
}
.gmi-propiedad-tags .gmi-p-t-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
  flex-wrap: wrap;
}
.gmi-propiedad-tags .gmi-p-t-wrapper .gmi-t-p-item {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 700;
  background: #f1f2f3;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  margin: 0 0.25rem 0.25rem 0;
}

.gmi-slider-empty {
  background: #f1f2f3;
  border-radius: 12px;
  height: 500px;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 639px) {
  .gmi-slider-empty {
    height: 300px;
  }
}
.gmi-slider-empty i {
  margin: 0 0.5rem 0 0;
}

.uk-open > .uk-modal-dialog {
  border-radius: 6px;
}
.uk-open > .uk-modal-dialog .uk-modal-header {
  padding: 15px 0;
}
.uk-open > .uk-modal-dialog .uk-modal-body {
  padding: 30px 0 0;
  position: relative;
}
.uk-open > .uk-modal-dialog .uk-modal-body .loader-icon .loader-icon-wrapper {
  top: 0;
  bottom: -5px;
  left: -5px;
  right: -5px;
}

.gmi-p-c-description .gmi-p-c-d-i-wrapper {
  background: #f1f2f3;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 2rem;
}
.gmi-p-c-description .gmi-p-c-d-i-wrapper .gmi-p-c-d-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0.5rem 0;
}
.gmi-p-c-description .gmi-p-c-d-i-wrapper .gmi-p-c-d-items:last-of-type {
  margin: 0;
}
.gmi-p-c-description .gmi-p-c-d-i-wrapper .gmi-p-c-d-items .gmi-p-c-d-item-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}
.gmi-p-c-description .gmi-p-c-d-i-wrapper .gmi-p-c-d-items .gmi-p-c-d-item-value {
  font-size: 0.9rem;
}

.tb-edificio-unidad {
  margin: 0 0 2rem 0;
}
.tb-edificio-unidad .tb-edificio-unidad-wrapper a {
  display: block;
  transition: 0.2s ease-in-out;
  position: relative;
  border-radius: 1rem;
}
.tb-edificio-unidad .tb-edificio-unidad-wrapper a:hover {
  background: #ec6242;
}
.tb-edificio-unidad .tb-edificio-unidad-wrapper a:hover img {
  opacity: 0.8;
}
.tb-edificio-unidad .tb-edificio-unidad-wrapper a:hover .tb-edificio-hero-title {
  background: white;
  color: #1c1c1c;
}
.tb-edificio-unidad .tb-edificio-unidad-wrapper a img {
  border-radius: 1rem;
  transition: 0.2s ease-in-out;
}
.tb-edificio-unidad .tb-edificio-unidad-wrapper a .tb-edificio-hero-title {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: #ec6242;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  font-family: "ObjektivMk2-Bold", sans-serif;
  color: white;
  transition: 0.2s ease-in-out;
}

.tb-edificio-header {
  margin: 8rem 0 3rem 0;
}
.tb-edificio-header .tb-edificio-header-wrapper img {
  border-radius: 1rem;
  margin: 0 0 2rem 0;
}
.tb-edificio-header .tb-edificio-header-wrapper .tb-edificio-header-nav .tb-edificio-header-title {
  font-family: "ObjektivMk2-Bold", sans-serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 640px) {
  .tb-edificio-header .tb-edificio-header-wrapper .tb-edificio-header-nav .tb-edificio-header-title {
    font-size: 1.5rem;
  }
}
.tb-edificio-header .tb-edificio-header-wrapper .tb-edificio-header-nav .tb-edificio-header-map {
  font-size: 1.25rem;
}
@media screen and (max-width: 640px) {
  .tb-edificio-header .tb-edificio-header-wrapper .tb-edificio-header-nav .tb-edificio-header-map {
    font-size: 1rem;
  }
}

.tb-edificio-loop {
  margin-bottom: 2rem;
}
.tb-edificio-loop a {
  display: block;
  color: #1c1c1c;
}
.tb-edificio-loop a .gmi-loop-card {
  background: white;
  border-radius: 6px;
  padding: 0.5rem;
}
.tb-edificio-loop a .gmi-loop-card .uk-inline-clip {
  border-radius: 6px;
}
.tb-edificio-loop a .gmi-loop-card .loop-info {
  padding: 0 0.75rem 0.5rem;
}
.tb-edificio-loop a .gmi-loop-card .loop-info h1 {
  font-size: 1rem;
  margin: 1.5rem 0 0.5rem;
  font-family: "ObjektivMk2-Bold", sans-serif;
}
.tb-edificio-loop a .gmi-loop-card .loop-info .gmi-loop-cat {
  font-size: 0.8rem;
}
.tb-edificio-loop a .gmi-loop-card .loop-info .gmi-loop-operacion .gmi-loop-o-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 0.9rem;
  font-family: "ObjektivMk2-Bold", sans-serif;
  color: #ec6242;
}

.acf-map {
  width: 100%;
  height: 400px;
}
.acf-map h3 {
  font-size: 1.2rem;
  color: white;
  margin: 0;
}
.acf-map p {
  margin: 0;
  color: white;
}
.acf-map span {
  margin-left: 0.4rem;
  font-weight: 600;
}
.acf-map .gm-style-iw-c {
  padding: 1rem 2.5rem 1rem 1rem !important;
  background-color: #ec6242;
}
.acf-map .gm-style-iw-d {
  overflow: unset !important;
}
.acf-map .gm-style-iw-t::after {
  background: #ec6242 !important;
  box-shadow: -1px 2px 0 0 rgba(0, 0, 0, 0.3);
}
.acf-map .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}

.acf-map img {
  max-width: inherit !important;
}

.gmi-map {
  margin: 4rem 0 0;
}

.gmi-archive-title {
  margin: 8rem 0;
}
.gmi-archive-title .archive-header h1 {
  margin: 2rem 0 0;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.25;
}
@media screen and (max-width: 450px) {
  .gmi-archive-title .archive-header h1 {
    font-size: 2rem;
  }
}
.gmi-archive-title .archive-header h1 span {
  color: #ec6242;
}

.gmi-archive-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gmi-archive-search {
  margin-top: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .gmi-archive-search {
    width: 100%;
  }
}
.gmi-archive-search form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .gmi-archive-search form {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .gmi-archive-search form {
    flex-wrap: wrap;
  }
}
.gmi-archive-search form select {
  margin-top: 0.5rem;
}
.gmi-archive-search form button {
  margin-top: 0.5rem;
}
.gmi-archive-search form .gmi-archive-search-barrio, .gmi-archive-search form .gmi-archive-search-tipo, .gmi-archive-search form .gmi-archive-search-ambientes {
  margin: 0 0.5rem 0 0;
}
@media screen and (max-width: 1200px) {
  .gmi-archive-search form .gmi-archive-search-barrio, .gmi-archive-search form .gmi-archive-search-tipo, .gmi-archive-search form .gmi-archive-search-ambientes {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .gmi-archive-search form .gmi-archive-search-barrio, .gmi-archive-search form .gmi-archive-search-tipo, .gmi-archive-search form .gmi-archive-search-ambientes {
    margin-right: 0;
  }
}
.gmi-archive-search form .gmi-archive-search-tipo select {
  min-width: 250px;
}
.gmi-archive-search form .gmi-archive-search-ambientes select {
  min-width: 250px;
}
.gmi-archive-search form .gmi-archive-search-barrio select {
  min-width: 250px;
}
@media screen and (max-width: 960px) {
  .gmi-archive-search form .gmi-archive-search-btn {
    margin-left: auto;
  }
}

.gmi-pagination .gmi-pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gmi-pagination .gmi-pagination-wrapper ul.pagination {
  margin: 2rem 0;
}

.error-404 {
  background: #f1f2f3;
  min-height: calc(100vh - 507px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .error-404 {
    min-height: auto;
  }
}
.error-404 .error-404-wrapper {
  text-align: center;
  padding: 4rem 0;
}
.error-404 .error-404-wrapper i {
  font-size: 2rem;
  color: red;
}
.error-404 .error-404-wrapper h1 {
  font-weight: 500;
}
.error-404 .error-404-wrapper h2 {
  font-size: 1.2rem;
  margin: 0;
}/*# sourceMappingURL=style.css.map */