/* CSS */
@import '../css/ie10-viewport-bug-workaround.css';
@import '../css/normalize.css';
@import '../css/bootstrap.min.css';
@import '../css/animate.css';
@import '../css/jquery.bxslider.css';
/* FONTS */
@font-face {
  font-family: "Acherus Grotesque";
  src: url("../../assets/fonts/AcherusGrotesque-Regular.eot");
  src: url("../../assets/fonts/AcherusGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AcherusGrotesque-Regular.svg#AcherusGrotesque-Regular") format("svg"), url("../../assets/fonts/AcherusGrotesque-Regular.ttf") format("truetype"), url("../../assets/fonts/AcherusGrotesque-Regular.woff") format("woff"), url("../../assets/fonts/AcherusGrotesque-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Acherus Grotesque";
  src: url("../../assets/fonts/AcherusGrotesque-Medium.eot");
  src: url("../../assets/fonts/AcherusGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AcherusGrotesque-Medium.svg#AcherusGrotesque-Medium") format("svg"), url("../../assets/fonts/AcherusGrotesque-Medium.ttf") format("truetype"), url("../../assets/fonts/AcherusGrotesque-Medium.woff") format("woff"), url("../../assets/fonts/AcherusGrotesque-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Recoleta";
  src: url("../../assets/fonts/Recoleta-Regular.eot");
  src: url("../../assets/fonts/Recoleta-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Recoleta-Regular.svg#Recoleta-Regular") format("svg"), url("../../assets/fonts/Recoleta-Regular.ttf") format("truetype"), url("../../assets/fonts/Recoleta-Regular.woff") format("woff"), url("../../assets/fonts/Recoleta-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
section#contacto #form form input.error,
section#contacto #form form textarea.error {
  border: 1px solid #ff0000;
}

section#contacto #form form input:focus,
section#contacto #form form textarea:focus {
  border-color: #1B4136;
  outline: none;
}

/* GLOBALS */
* {
  font-family: "Acherus Grotesque";
  font-size: 1rem;
}

body {
  position: relative;
  overflow-x: hidden;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover, a:focus, a:visited {
  color: #000000;
  text-decoration: none;
}
a.wa {
  background-image: url(../../../src/assets/icons/icon-wa.svg);
  width: 60px;
  height: 60px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  transition: 0.5s ease;
  z-index: 4;
}
a.wa:hover, a.wa:focus {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  a.wa {
    right: 40px;
    bottom: 40px;
  }
}

.icon {
  display: block;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .icon {
    width: 30px;
    height: 30px;
  }
}

button,
.btn {
  display: inline-block;
  background-color: #1B4136;
  color: #EFEDEC;
  padding: 6px 60px 10px;
  border: none;
  border-radius: 20px;
  margin: 0 auto;
}

section .data {
  padding: 70px 45px 0;
}
@media (min-width: 768px) {
  section .data {
    padding: 70px 60px 0;
  }
}
@media (min-width: 992px) {
  section .data {
    padding: 100px 60px 60px;
  }
}
@media (min-width: 1200px) {
  section .data {
    padding: 100px 0 60px;
  }
}
section .data h2 {
  color: #1B4136;
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  section .data h2 {
    font-size: 1.2rem;
    margin-bottom: 60px;
  }
}
section .data h3 {
  font-family: "Recoleta";
  font-size: 2.2rem;
  text-align: center;
  margin: 0 auto 15px;
}
@media (min-width: 768px) {
  section .data h3 {
    font-size: 2.5rem;
    margin: 0 auto 20px;
  }
}
@media (min-width: 992px) {
  section .data h3 {
    font-size: 3.5rem;
  }
}
section .data h4 {
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 768px) {
  section .data h4 {
    font-size: 1.5rem;
  }
}
section .visual {
  padding: 0;
}
section .visual figure {
  margin: 0;
}
section .visual figure img {
  display: block;
  margin: 0 auto;
}
section .visual figure figcaption {
  display: block;
  margin: 30px auto 0;
  text-align: center;
  font-size: 1rem;
}

/* LOADER */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #1B4136;
  z-index: 9997;
}
#loader .wall {
  background-color: #1B4136;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 9998;
}
#loader .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
#loader .logo img {
  width: 280px;
}
@media (min-width: 768px) {
  #loader .logo img {
    width: 350px;
  }
}

/* SLIDER */
.slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 400px;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .slider {
    max-height: 768px;
  }
}
.slider .caption {
  margin-top: -30px;
  text-align: center;
}
.slider .bx-viewport,
.slider .bx-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
}
.slider .bxslider {
  height: 100%;
  position: relative;
  z-index: 1;
}
.slider .bxslider li {
  height: 100%;
}
.slider .bxslider li span {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 2;
}
.slider .bx-wrapper {
  border: 0;
}
.slider .bx-wrapper .bx-pager {
  z-index: 3;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a {
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #fff;
}
.slider .bx-wrapper .bx-pager.bx-default-pager .bx-viewport {
  border: none;
}
.slider .bx-wrapper .bx-pager.bx-default-pager img {
  width: 100%;
}
.slider .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
  padding: 0 5px;
}

/* HEADER */
header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  z-index: 4;
}
@media (min-width: 768px) {
  header {
    height: 100vh;
    max-height: unset;
  }
}
header nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 45px;
  height: 0;
  background-color: #1B4136;
  z-index: 4;
}
@media (min-width: 768px) {
  header nav {
    width: 100%;
    position: fixed;
    height: 100px;
    background-color: #EFEDEC;
  }
}
header nav.visible {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
header nav .toggler {
  position: fixed;
  width: 22px;
  height: 15px;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../../src/assets/icons/icon-menu.svg);
  outline: 3px solid transparent;
  cursor: pointer;
  z-index: 4;
}
@media (min-width: 768px) {
  header nav .toggler {
    display: none;
  }
}
header nav .toggler.clicked {
  background-image: url(../../../src/assets/icons/icon-x.svg);
  width: 15px;
  height: 22px;
}
header nav .toggler.scrolled {
  background-color: #1B4136;
  outline: 3px solid #1B4136;
  left: calc(100% - 12px);
  transform: translateX(-100%);
}
header nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 45px;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  header nav ul {
    flex-direction: row;
    gap: 45px;
  }
}
@media (min-width: 992px) {
  header nav ul {
    gap: 60px;
  }
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  font-family: "Recoleta";
  font-size: 1.8rem;
  color: #EFEDEC;
  text-align: center;
}
@media (min-width: 768px) {
  header nav ul li a {
    font-size: 1.3rem;
    color: #1B4136;
    border-bottom: 1px solid #EFEDEC;
  }
}
@media (min-width: 992px) {
  header nav ul li a {
    font-size: 1.5rem;
  }
}
header nav ul li a:visited {
  color: #EFEDEC;
}
@media (min-width: 768px) {
  header nav ul li a:visited {
    color: #1B4136;
  }
}
header nav ul li a.active, header nav ul li a:hover, header nav ul li a:focus {
  color: #EFEDEC;
  border-bottom: 1px solid #EFEDEC;
}
@media (min-width: 768px) {
  header nav ul li a.active, header nav ul li a:hover, header nav ul li a:focus {
    color: #1B4136;
    border-bottom: 1px solid #1B4136;
  }
}
header h1 {
  text-indent: 9999px;
  background-image: url(../../../src/assets/icons/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 260px;
  height: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (min-width: 768px) {
  header h1 {
    width: 350px;
    height: 200px;
  }
}
header .slider {
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 768px) {
  header .slider {
    height: calc(100vh - 100px);
    margin-top: 100px;
    max-height: calc(100vh - 100px);
  }
}
header .slider .bxslider li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* PROJECT */
section#proyecto .data h4 {
  margin-bottom: 60px;
}

/* NEIGHBORHOOD */
section#el-barrio .data .pros {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
  padding: 60px 0;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  section#el-barrio .data .pros {
    flex-direction: flex;
    flex-wrap: nowrap;
    row-gap: 0;
    padding: 60px 0 30px;
  }
}
section#el-barrio .data .pros .pro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
@media (min-width: 768px) {
  section#el-barrio .data .pros .pro {
    width: 25%;
    justify-content: flex-start;
  }
}
section#el-barrio .data .pros .pro i {
  width: 55px;
  height: 55px;
}
@media (min-width: 768px) {
  section#el-barrio .data .pros .pro i {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  section#el-barrio .data .pros .pro i {
    width: 70px;
    height: 70px;
  }
}
section#el-barrio .data .pros .pro i.park {
  background-image: url(../../../src/assets/icons/icon-park.svg);
}
section#el-barrio .data .pros .pro i.wine {
  background-image: url(../../../src/assets/icons/icon-wine.svg);
}
section#el-barrio .data .pros .pro i.bus {
  background-image: url(../../../src/assets/icons/icon-bus.svg);
}
section#el-barrio .data .pros .pro i.train {
  background-image: url(../../../src/assets/icons/icon-train.svg);
}
section#el-barrio .data .pros .pro i.bike-area {
  background-image: url(../../../src/assets/icons/icon-bike-area.svg);
}
section#el-barrio .data .pros .pro .divider {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  section#el-barrio .data .pros .pro .divider {
    margin-bottom: 0;
  }
}
section#el-barrio .data .pros .pro .divider .line {
  position: relative;
  width: 500px;
  height: 1px;
  background-color: #BACBCA;
  margin: 20px 0 25px;
}
@media (min-width: 992px) {
  section#el-barrio .data .pros .pro .divider .line {
    height: 2px;
  }
}
section#el-barrio .data .pros .pro .divider .line::before, section#el-barrio .data .pros .pro .divider .line::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #BACBCA;
  border-radius: 50%;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}
section#el-barrio .data .pros .pro span {
  font-family: "Recoleta";
  font-size: 0.9rem;
  text-align: center;
}
@media (min-width: 992px) {
  section#el-barrio .data .pros .pro span {
    font-size: 1rem;
  }
}

/* UNITS */
section#unidades h4 {
  margin-bottom: 60px;
}
section#unidades .visual {
  margin-bottom: 45px;
}
section#unidades .units {
  padding: 60px 45px;
}
@media (min-width: 768px) {
  section#unidades .units {
    display: flex;
    padding: 60px;
    justify-content: space-between;
    gap: 60px;
  }
}
@media (min-width: 992px) {
  section#unidades .units {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  section#unidades .units .group {
    width: 50%;
  }
}
section#unidades .units .group:first-of-type .unit:last-of-type {
  border-bottom: 1px solid #1B4136;
}
@media (min-width: 768px) {
  section#unidades .units .group:first-of-type .unit:last-of-type {
    border-bottom: none;
  }
}
section#unidades .units .group:last-of-type .unit:last-of-type {
  border-bottom: none;
}
section#unidades .units .group .unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1B4136;
  padding: 10px 0;
}
@media (min-width: 768px) {
  section#unidades .units .group .unit {
    padding: 15px 0;
  }
}
section#unidades .units .group .unit span {
  font-size: 0.9rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  section#unidades .units .group .unit span {
    font-size: 1rem;
  }
}
section#unidades .units .group .unit a.download {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../../../src/assets/icons/icon-download.svg);
}

/* AMENITIES */
section#amenities {
  background-color: #BACBCA;
}
section#amenities .data .pros {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
  padding: 60px 0;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  section#amenities .data .pros {
    flex-direction: flex;
    flex-wrap: nowrap;
    row-gap: 0;
    padding: 60px 0 30px;
  }
}
section#amenities .data .pros .pro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
section#amenities .data .pros .pro:first-of-type {
  width: 100%;
}
@media (min-width: 768px) {
  section#amenities .data .pros .pro:first-of-type {
    width: 20%;
  }
}
@media (min-width: 768px) {
  section#amenities .data .pros .pro {
    width: 20%;
    justify-content: flex-start;
  }
}
section#amenities .data .pros .pro i {
  width: 55px;
  height: 55px;
}
@media (min-width: 768px) {
  section#amenities .data .pros .pro i {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  section#amenities .data .pros .pro i {
    width: 70px;
    height: 70px;
  }
}
section#amenities .data .pros .pro i.pool-deck-solarium {
  background-image: url(../../../src/assets/icons/icon-pool-deck-solarium.svg);
}
section#amenities .data .pros .pro i.grill {
  background-image: url(../../../src/assets/icons/icon-grill.svg);
}
section#amenities .data .pros .pro i.green-terrace {
  background-image: url(../../../src/assets/icons/icon-green-terrace.svg);
}
section#amenities .data .pros .pro i.laundry {
  background-image: url(../../../src/assets/icons/icon-laundry.svg);
  width: 35px;
}
@media (min-width: 768px) {
  section#amenities .data .pros .pro i.laundry {
    width: 40px;
  }
}
@media (min-width: 992px) {
  section#amenities .data .pros .pro i.laundry {
    width: 50px;
  }
}
section#amenities .data .pros .pro i.bike-area {
  background-image: url(../../../src/assets/icons/icon-bike-area.svg);
}
section#amenities .data .pros .pro .divider {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  section#amenities .data .pros .pro .divider {
    margin-bottom: 0;
  }
}
section#amenities .data .pros .pro .divider .line {
  position: relative;
  width: 500px;
  height: 1px;
  background-color: #1B4136;
  margin: 20px 0 25px;
}
@media (min-width: 992px) {
  section#amenities .data .pros .pro .divider .line {
    height: 2px;
  }
}
section#amenities .data .pros .pro .divider .line::before, section#amenities .data .pros .pro .divider .line::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #1B4136;
  border-radius: 50%;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}
section#amenities .data .pros .pro span {
  font-family: "Recoleta";
  text-align: center;
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  section#amenities .data .pros .pro span {
    font-size: 1rem;
  }
}
section#amenities .visual {
  background-color: #BACBCA;
}
@media (min-width: 768px) {
  section#amenities .visual {
    padding: 0 60px 70px;
  }
}

/* COMPANY */
section#empresa {
  padding: 30px 0 70px;
}
@media (min-width: 768px) {
  section#empresa {
    padding: 105px 0;
  }
}
@media (min-width: 992px) {
  section#empresa {
    padding: 140px 0;
  }
}
@media (min-width: 768px) {
  section#empresa .brand {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
section#empresa .brand a.logo {
  background-image: url(../../../src/assets/icons/daza-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 200px;
  height: 53px;
  margin: 30px auto 35px;
}
@media (min-width: 768px) {
  section#empresa .brand a.logo {
    width: 300px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  section#empresa .brand a.logo {
    width: 400px;
    height: 105px;
  }
}
section#empresa .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  section#empresa .info {
    justify-content: start;
    text-align: left;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  section#empresa .info a {
    margin: 0 auto 0 0;
  }
}
section#empresa .info a:hover, section#empresa .info a:focus, section#empresa .info a:visited {
  color: #EFEDEC;
  text-decoration: none;
}
section#empresa .info p {
  font-family: "Recoleta";
  font-size: 2rem;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  section#empresa .info p {
    font-size: 2.2rem;
  }
}

/* CONTACT */
section#contacto {
  /* CONTACT FORM */
}
section#contacto .data {
  padding: 60px 0;
}
@media (min-width: 768px) {
  section#contacto .data {
    padding: 0;
  }
}
@media (min-width: 992px) {
  section#contacto .data {
    padding: 60px 0;
  }
}
section#contacto .data img {
  margin: 0 auto;
}
section#contacto .data .info {
  height: 100%;
}
@media (min-width: 768px) {
  section#contacto .data .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
  }
}
section#contacto .data .info h2 {
  color: #1B4136;
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  section#contacto .data .info h2 {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 60px;
  }
}
section#contacto .data .info a {
  display: block;
  text-align: center;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  section#contacto .data .info a {
    font-size: 1.5rem;
    text-align: left;
  }
}
section#contacto .data .info .rrhh {
  display: flex;
  justify-content: center;
  margin: 35px auto 0;
}
@media (min-width: 768px) {
  section#contacto .data .info .rrhh {
    margin: 60px 0 0;
    justify-content: start;
  }
}
section#contacto .data .info .rrhh a:first-of-type {
  margin-right: 18px;
}
section#contacto .data .info .rrhh a.ig {
  background-image: url(../../../src/assets/icons/icon-ig.svg);
  visibility: hidden;
}
section#contacto .data .info .rrhh a.ln {
  background-image: url(../../../src/assets/icons/icon-ln.svg);
  visibility: hidden;
}
section#contacto #form {
  background-color: #EFEDEC;
  padding: 60px 45px;
}
@media (min-width: 768px) {
  section#contacto #form {
    padding: 120px 60px;
  }
}
@media (min-width: 992px) {
  section#contacto #form {
    padding: 120px 45px;
  }
}
section#contacto #form h3 {
  font-family: "Recoleta";
  font-size: 2.2rem;
  text-align: center;
  color: #1B4136;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  section#contacto #form h3 {
    font-size: 3rem;
  }
}
section#contacto #form form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  section#contacto #form form {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  section#contacto #form form .full-name {
    display: flex;
    gap: 25px;
  }
}
section#contacto #form form input,
section#contacto #form form textarea {
  width: 100%;
  border: 1px solid #1B4136;
  padding: 7px;
  align-self: center;
  color: #000000;
}
section#contacto #form form input::-moz-placeholder, section#contacto #form form textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
section#contacto #form form input::placeholder,
section#contacto #form form textarea::placeholder {
  color: #000000;
  opacity: 1;
}
@media (min-width: 768px) {
  section#contacto #form form input,
  section#contacto #form form textarea {
    padding: 10px;
  }
}
section#contacto #form form input {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  section#contacto #form form input {
    margin-bottom: 25px;
  }
}
section#contacto #form form textarea {
  resize: none;
}
section#contacto #form form button {
  margin-top: 40px;
}
@media (min-width: 768px) {
  section#contacto #form form button {
    margin-top: 45px;
  }
}
section#contacto #form .response {
  display: none;
  font-family: "Recoleta";
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  section#contacto #form .response {
    font-size: 2rem;
  }
}

/* FOOTER */
footer {
  position: relative;
  background-color: #1B4136;
  color: #EFEDEC;
  padding: 60px 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 4;
}
@media (min-width: 768px) {
  footer {
    flex-direction: row;
    padding: 60px 60px 30px;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 90px 70px 45px;
  }
}
footer .logo {
  background-image: url(../../../src/assets/icons/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 246px;
  height: 74px;
  display: block;
  margin: 0 auto 70px;
}
@media (min-width: 768px) {
  footer .logo {
    width: 210px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  footer .logo {
    width: 300px;
    height: 90px;
  }
}
@media (min-width: 768px) {
  footer .info {
    display: flex;
    justify-content: center;
  }
}
footer .info a.address {
  display: block;
  text-align: center;
  color: #EFEDEC;
}
footer .info a.address:hover, footer .info a.address:focus, footer .info a.address:visited {
  color: #EFEDEC;
  text-decoration: none;
}
@media (min-width: 768px) {
  footer .info a.address {
    text-align: left;
    margin-right: 45px;
  }
}
@media (min-width: 992px) {
  footer .info a.address {
    font-size: 1.2rem;
    margin-right: 70px;
  }
}
footer a.ig {
  background-image: url(../../../src/assets/icons/icon-ig-light.svg);
  margin: 35px auto 70px;
  visibility: hidden;
}
@media (min-width: 768px) {
  footer a.ig {
    margin: 0;
  }
}
footer p.copyrights {
  font-size: 0.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  footer p.copyrights {
    margin-top: 70px;
    text-align: right;
  }
}/*# sourceMappingURL=main.css.map */