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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img {
  display: block;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.4;
}

ul, li {
  list-style: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture, svg {
  display: block;
}

body {
  font: 400 16px "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #666666;
  line-height: 1.4;
  background: #fff;
  position: relative;
}

a {
  text-decoration: none;
  transition: all 0.4s ease;
  color: #000;
}

p {
  line-height: 1.4;
}

strong {
  font-weight: 600;
}

a.button {
  display: block;
  overflow: hidden;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid;
  border-color: #000;
  font-size: 16px;
  background: #fff;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
a.button:before, a.button > span {
  padding: 0.6em 2em;
  transition: transform 0.3s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
a.button > span {
  display: block;
  vertical-align: middle;
  color: #000;
}
a.button:before {
  color: #fff;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translate3d(-100%, 0, 0);
}
a.button:hover:before {
  transform: translate3d(0, 0, 0);
}
a.button:hover > span {
  transform: translate3d(0, 100%, 0);
}

.swiper-container .swiper-button {
  background: #fff url("../img/arrow.svg") no-repeat center 55%;
  width: 44px;
  height: 44px;
  background-size: 22px;
  border-radius: 100%;
  left: 0;
  transform: rotate(0.25turn);
}
.swiper-container .swiper-button-next {
  transform: rotate(-0.25turn);
  right: 0;
  left: auto;
}

.whatsapp-button {
  width: 78px;
  height: 70px;
  position: fixed;
  bottom: 30px;
  right: 0px;
  z-index: 30;
  background: #2DB279;
  padding: 14px 22px 14px 14px;
}
.whatsapp-button svg {
  transition: all 0.3s ease-out;
}
.whatsapp-button:hover svg {
  transform: scale(1.1);
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow-x: auto;
  padding: 30px 0;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
  transition: transform 0.3s ease;
  position: relative;
  color: #000;
}
.popup-content .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 32px;
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  transition: color 0.3s;
}
.popup-content .close-btn:hover {
  color: #e74c3c;
}
.popup-content form {
  margin: 22px 0 0;
}
.popup-content h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
}
.popup-content p {
  font-size: 18px;
  margin-bottom: 18px;
}

.form-group {
  margin-bottom: 20px;
  text-align: left;
}

label {
  display: block;
  margin-bottom: 8px;
  color: #000;
}

input, textarea, select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #000;
  font-size: 16px;
  transition: border 0.3s;
  margin: 0;
}

input:focus, textarea:focus {
  border-color: #3498db;
  outline: none;
}

.submit-btn {
  background: #000;
  color: white;
  border: 1px #000 solid;
  padding: 12px 28px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 22px auto 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.submit-btn:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
}

.required {
  color: #e74c3c;
}

.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px 25px;
  color: white;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease;
  z-index: 1001;
}
.notification.success {
  background: #2ecc71;
  opacity: 1;
  transform: translateX(0);
}
.notification.error {
  background: #e74c3c;
  opacity: 1;
  transform: translateX(0);
}

.loader {
  display: none;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 100px;
  animation: spin 1s ease-in-out infinite;
  margin: 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.popup-overlay.active .popup-content {
  transform: scale(1);
}

@media (min-width: 1024px) {
  .button:before, .button > span {
    padding: 1em 2.2em;
  }
  .popup-content {
    padding: 40px;
  }
  .popup-overlay {
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .come-in {
    transform: translateY(250px);
    animation: come-in 0.8s ease forwards;
  }
  .come-in:nth-child(odd) {
    animation-duration: 0.6s;
  }
  .already-visible {
    transform: translateY(0);
    animation: none;
  }
}
@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  z-index: 10;
  padding: 20px;
  background: #fff;
}
.header .logo {
  width: 110px;
  height: auto;
}
.header .button {
  border-color: #000;
  background: #000;
}
.header .button:before, .header .button > span {
  padding: 1em 1.4em;
}
.header .button > span {
  color: #fff;
}
.header .button:before {
  background-color: #fff;
  color: #000;
}
.header.fixed {
  top: 0;
  position: fixed;
  z-index: 11;
  animation: headerFix 0.5s ease-out;
  pointer-events: none;
  padding: 10px 30px;
}
@media (min-width: 1024px) {
  .header {
    padding: 20px 60px;
  }
  .header .logo {
    width: 72px;
  }
  .header .button {
    display: none;
  }
  .header.fixed {
    background: transparent;
  }
}

.menu {
  z-index: 11;
  width: 100%;
  display: none;
}
.menu .menu-inner a {
  transition: all 0.3s ease;
}
.menu .menu-inner a.itemlink {
  display: flex;
  gap: 12px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.menu .menu-inner a:hover {
  color: #666666;
}
.menu .menu-inner a:hover .icon {
  fill: #666666;
}
.menu .icon {
  fill: #000;
  width: 22px;
}
.menu .button {
  border-color: #000;
  background: #000;
}
.menu .button:before, .menu .button > span {
  padding: 12px 18px;
}
.menu .button > span {
  color: #fff;
}
.menu .button:before {
  background-color: #fff;
  color: #000;
}
@media (min-width: 1024px) {
  .menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 24px;
    opacity: 1;
    background: none;
    padding: 0 44px 0 0;
    height: auto;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
  }
  .menu .menu-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    pointer-events: all;
  }
  .menu.fixed {
    top: 0;
    padding: 13px 20px;
    background: #fff;
    position: fixed;
    animation: headerFix 0.5s ease-out;
  }
}

@keyframes headerFix {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.footer {
  background-color: #fff;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.footer .logo {
  width: 140px;
}
.footer .menu-footer li {
  margin-bottom: 12px;
}
.footer .menu-footer a {
  display: block;
  line-height: 2;
}
.footer .menu-footer span {
  display: none;
}
.footer_burakko {
  color: #000;
  text-align: center;
  display: block;
  padding: 18px 0;
  transition: color 0.3s ease;
  border-top: 1px #000 solid;
}
.footer_burakko:hover {
  color: #000;
}
@media (min-width: 1024px) {
  .footer {
    align-items: flex-start;
    padding: 60px;
    text-align: left;
  }
  .footer .menu-footer a, .footer .menu-footer-h a {
    display: inline;
    padding-bottom: 3px;
    margin: 0 12px;
    border-bottom: 1px solid transparent;
  }
  .footer .menu-footer a:hover, .footer .menu-footer-h a:hover {
    border-color: #000;
  }
  .footer .menu-footer span, .footer .menu-footer-h span {
    display: inline;
  }
  .footer p {
    margin-left: 12px;
  }
  .footer_burakko {
    font-size: 14px;
  }
}

.hero {
  background-image: linear-gradient(rgba(29, 29, 27, 0.3), rgba(29, 29, 27, 0.3)), url("../img/hero-m.jpg");
  /* Modern browsers: prefer WebP */
  background-image: linear-gradient(rgba(29, 29, 27, 0.3), rgba(0, 0, 0, 0.3)), -webkit-image-set(url("../img/hero-m.webp") type('image/webp') 1x, url("../img/hero-m.jpg") type('image/jpeg') 1x);
  background-image: linear-gradient(rgba(29, 29, 27, 0.3), rgba(0, 0, 0, 0.3)), image-set(url("../img/hero-m.webp") type('image/webp') 1x, url("../img/hero-m.jpg") type('image/jpeg') 1x);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  padding: 160px 40px 100px;
  text-align: center;
  color: #fff;
}
.hero h1 {
  font-size: 32px;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.hero h2 {
  background: url("../img/icon-flags.png") no-repeat center top;
  background-size: 80px;
  font-size: 20px;
  padding-top: 56px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.hero h3 {
  font-size: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.hero .interes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.hero .interes .button {
  border-color: #fff;
  background: transparent;
}
.hero .interes .button:before, .hero .interes .button > span {
  padding: 16px 22px;
}
.hero .interes .button > span {
  color: #fff;
}
.hero .interes .button:before {
  background-color: #fff;
  color: #000;
}
.hero #heroForm {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.hero #heroForm input, .hero #heroForm select {
  border-color: #666666;
}
.hero #heroForm button {
  margin: 0 auto;
  border-color: #666666;
  background: #fff;
  color: #000;
}
.hero #heroForm button:hover {
  background-color: grey;
  color: #fff;
}
.hero .more-content {
  display: none;
}
.gracias .hero {
  height: 100vh;
}
@media (min-width: 768px) {
  .hero {
    background-image: linear-gradient(rgba(29, 29, 27, 0.3), rgba(29, 29, 27, 0.3)), url("../img/hero.jpg");
    /* Modern browsers: prefer WebP */
    background-image: linear-gradient(rgba(29, 29, 27, 0.3), rgba(0, 0, 0, 0.3)), -webkit-image-set(url("../img/hero.webp") type('image/webp') 1x, url("../img/hero.jpg") type('image/jpeg') 1x);
    background-image: linear-gradient(rgba(29, 29, 27, 0.3), rgba(0, 0, 0, 0.3)), image-set(url("../img/hero.webp") type('image/webp') 1x, url("../img/hero.jpg") type('image/jpeg') 1x);
  }
  .hero h1 {
    font-size: 38px;
    margin-bottom: 26px;
  }
  .hero .interes {
    flex-direction: row;
    justify-content: space-between;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .hero #heroForm {
    flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 1024px) {
  .hero {
    justify-content: flex-end;
    min-height: 100vh;
    padding-bottom: 60px;
    gap: 28px;
  }
  .hero h1 {
    font-size: 56px;
    margin-bottom: 36px;
  }
  .hero .interes .button {
    font-size: 20px;
  }
  .hero #heroForm input, .hero #heroForm select {
    padding: 16px 20px;
  }
  .hero .more-content {
    display: block;
  }
  .hero .more-content a {
    display: block;
    background: url("../img/icon-more.svg") no-repeat top center;
    background-size: 26px;
    color: #fff;
    font-size: 18px;
    padding-top: 42px;
  }
}
@media (min-width: 1440px) {
  .hero {
    background-image: linear-gradient(rgba(29, 29, 27, 0.3), rgba(29, 29, 27, 0.3)), url("../img/hero-h.jpg");
    /* Modern browsers: prefer WebP */
    background-image: linear-gradient(rgba(29, 29, 27, 0.3), rgba(0, 0, 0, 0.3)), -webkit-image-set(url("../img/hero-h.webp") type('image/webp') 1x, url("../img/hero-h.jpg") type('image/jpeg') 1x);
    background-image: linear-gradient(rgba(29, 29, 27, 0.3), rgba(0, 0, 0, 0.3)), image-set(url("../img/hero-h.webp") type('image/webp') 1x, url("../img/hero-h.jpg") type('image/jpeg') 1x);
  }
}
@media (min-width: 1860px) {
  .hero {
    justify-content: center;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-6-17 11:30:43
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
.proyects {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img//bg-proyects-m.jpg");
  /* Modern browsers: prefer WebP */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), -webkit-image-set(url("../img//bg-proyects-m.webp") type('image/webp') 1x, url("../img//bg-proyects-m.jpg") type('image/jpeg') 1x);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), image-set(url("../img//bg-proyects-m.webp") type('image/webp') 1x, url("../img//bg-proyects-m.jpg") type('image/jpeg') 1x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 30px;
  text-align: center;
  color: #fff;
}
.proyects h2 {
  font-size: 28px;
  margin-bottom: 42px;
}
.proyects .swiper-container {
  position: relative;
  margin: 0 auto 42px;
  padding: 0 22px;
}
.proyects .swiper-container .swiper {
  overflow: hidden;
}
.proyects .swiper-container h4 {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 12px 0;
  width: 100%;
}
.proyects .swiper-container a {
  color: #fff;
}
.proyects .button {
  border-color: #fff;
  background: transparent;
  margin: 0 auto;
}
.proyects .button:before, .proyects .button > span {
  padding: 16px 22px;
}
.proyects .button > span {
  color: #fff;
}
.proyects .button:before {
  background-color: #fff;
  color: #000;
}
@media (max-width: 767px) and (orientation: landscape) {
  .proyects .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .proyects {
    padding: 90px 60px;
  }
  .proyects h2 {
    font-size: 38px;
  }
}
@media (min-width: 1024px) {
  .proyects {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img//bg-proyects.jpg");
    /* Modern browsers: prefer WebP */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), -webkit-image-set(url("../img//bg-proyects.webp") type('image/webp') 1x, url("../img//bg-proyects.jpg") type('image/jpeg') 1x);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), image-set(url("../img//bg-proyects.webp") type('image/webp') 1x, url("../img//bg-proyects.jpg") type('image/jpeg') 1x);
    background-size: cover;
  }
  .proyects h2 {
    margin-bottom: 58px;
  }
  .proyects .swiper-container {
    max-width: 1240px;
    margin: 0 auto 56PX;
  }
}
@media (min-width: 1860px) {
  .proyects {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img//bg-proyects-h.jpg");
    /* Modern browsers: prefer WebP */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), -webkit-image-set(url("../img//bg-proyects-h.webp") type('image/webp') 1x, url("../img//bg-proyects-h.jpg") type('image/jpeg') 1x);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), image-set(url("../img//bg-proyects-h.webp") type('image/webp') 1x, url("../img//bg-proyects-h.jpg") type('image/jpeg') 1x);
  }
}

.grid {
  background-color: #f0f0f0;
  color: #000;
}
.grid h2 {
  font-size: 32px;
  margin-bottom: 22px;
}
.grid h3 {
  color: #666666;
  margin-bottom: 12px;
}
.grid h4 {
  font-size: 22px;
  margin-bottom: 18px;
}
.grid p {
  margin-bottom: 12px;
}
.grid p:last-child {
  margin: 0;
}
.grid .button {
  margin-top: 32px;
}
.grid div {
  padding: 60px;
}
.grid.residences div {
  text-align: center;
  padding: 60px;
}
.grid.residences h2 {
  font-size: 42px;
}
.grid.residences .button {
  margin: 32px auto 0;
}
@media (min-width: 1024px) {
  .grid article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid article:last-child picture {
    order: 2;
  }
  .grid img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
  }
  .grid div {
    padding: 60px;
  }
}
@media (min-width: 1440px) {
  .grid article {
    min-height: 720px;
  }
  .grid div {
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.contact {
  background: #000;
  color: #fff;
  padding: 60px 30px 30px;
  text-align: center;
}
.contact h2 {
  font-size: 26px;
  margin-bottom: 22px;
}
.contact #contactFormBottom {
  margin-bottom: 42px;
}
.contact #contactFormBottom p {
  margin: 12px 0;
}
.contact #contactFormBottom .button {
  background-color: #000;
  border-color: #000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
}
.contact #contactFormBottom .button:hover {
  background-color: white;
  color: #000;
}
@media (min-width: 768px) {
  .contact {
    padding: 60px;
  }
  .contact h2 {
    margin: 0 auto 32px;
  }
  .contact #contactFormBottom {
    max-width: 520px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .contact h2 {
    font-size: 38px;
    margin-bottom: 48px;
  }
  .contact #contactFormBottom {
    max-width: 680px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .contact #contactFormBottom * {
    margin: 0;
  }
  .contact #contactFormBottom input {
    height: 44px;
  }
  .contact #contactFormBottom #mensaje, .contact #contactFormBottom p {
    grid-column: 1/3;
  }
  .contact #contactFormBottom .button {
    grid-column: 1/3;
    justify-self: center;
    cursor: pointer;
  }
}
/*# sourceMappingURL=main.css.map */
