<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: lomas-angelopolis-theme
Author: El Cultivo
Author URI: http://elcultivo.mx
Description: Tailormade theme para Lomas de Angelópolis
Version: 1.0
*/
/*===Mazorca Core===*/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/**
* Basic Styles
* ---------------
* Edítalos o sobreescríbelos
*
*/
/**
 * Super basic stylings
 *
 */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  height: 100%;
}

html, body {
  min-height: 100%;
}

body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-family: BlissPro;
}

strong {
  font-weight: bold;
}

img {
  -ms-interpolation-mode: bicubic;
}

.column img, .columns img {
  max-width: 100%;
}

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

p em {
  font-style: italic;
}

section, article, aside, header, footer, nav, figure, figcaption {
  display: block;
}

time, mark {
  display: inline-block;
}

/**
 * All helpers use the !important keyword, if ever necessary their
 * output might be overriden with the !important keyword in a
 * property located lower in the cascade.
 *
 */
/**
 *	Helpers Index:
 *		Position
 *		Display
 *		Gutters
 *		Paddings and Margins
 *		JS Classes
 *
 */
/*************************** Position ***************************/
.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.fixed {
  position: fixed !important;
  max-width: 100% !important;
  width: 100% !important;
  left: 0;
}

.leer-mas__container {
  position: relative;
  overflow: hidden;
}

.flip {
  transform: rotate(180deg) translateX(-50%) !important;
}

.centerXY {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text-center {
  text-align: center !important;
}

.flex {
  display: flex !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.top56 {
  top: 56px;
}

.ontop {
  z-index: 99 !important;
}

.z-0 {
  z-index: 0 !important;
}

.w100 {
  width: 100% !important;
}

.h100 {
  height: 100% !important;
}

.op1 {
  opacity: 1 !important;
}

.tdn {
  text-decoration: none !important;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

/*************************** Layout ***************************/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*************************** Display ***************************/
.d-bl {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

/*************************** Gutters ***************************/
/*************************** Paddings and Margins ***************************/
.p0 {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

/*************************** Arrows ***************************/
.icon-arrow-up:after {
  content: "\E801";
}

.icon-arrow-down:after {
  content: "\E800";
}

/*************************** Drags, Selects ***************************/
.undraggable-unselectable-cascading *,
.undraggable-unselectable {
  user-drag: none !important;
  -webkit-user-drag: none !important;
  user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
}

.unselectable {
  user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
}

/*************************** Text ***************************/
.ttu {
  text-transform: uppercase !important;
}

.ttn {
  text-transform: none !important;
}

/*************************** Animations ***************************/
.transition-fast {
  transition: all 0.3s;
}

.transition-slow {
  transition: all 1s;
}

.hover-scale-up:hover {
  transform: scale(1.2) !important;
}

/*************************** JS Classes ***************************/
[v-cloak] {
  opacity: 0;
}

.noScroll_JS, .no-scroll {
  overflow: hidden !important;
}

/*************************** Bootstrap ***************************/
.hidden {
  display: none !important;
}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  font-size: 10px;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.main-wrap {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

/**
 * Declare fonts using the Mixin
 */
@font-face {
  font-family: "Oswald";
  src: url("fonts/Oswald/OswaldRegular.eot");
  src: url("fonts/Oswald/OswaldRegular.eot?#iefix") format("embedded-opentype");
  src: url("fonts/Oswald/OswaldRegular.woff") format("woff");
  src: url("fonts/Oswald/OswaldRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "OswaldMedium";
  src: url("fonts/Oswald/OswaldMedium.eot");
  src: url("fonts/Oswald/OswaldMedium.eot?#iefix") format("embedded-opentype");
  src: url("fonts/Oswald/OswaldMedium.woff") format("woff");
  src: url("fonts/Oswald/OswaldMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "CircularBook";
  src: url("fonts/Circular/CircularSpotifyTextBook.eot");
  src: url("fonts/Circular/CircularSpotifyTextBook.eot?#iefix") format("embedded-opentype");
  src: url("fonts/Circular/CircularSpotifyTextBook.woff") format("woff");
  src: url("fonts/Circular/CircularSpotifyTextBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "CircularBookItalic";
  src: url("fonts/Circular/CircularSpotifyTextBookItalic.eot");
  src: url("fonts/Circular/CircularSpotifyTextBookItalic.eot?#iefix") format("embedded-opentype");
  src: url("fonts/Circular/CircularSpotifyTextBookItalic.woff") format("woff");
  src: url("fonts/Circular/CircularSpotifyTextBookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "CircularBold";
  src: url("fonts/Circular/CircularSpotifyTextBold.eot");
  src: url("fonts/Circular/CircularSpotifyTextBold.eot?#iefix") format("embedded-opentype");
  src: url("fonts/Circular/CircularSpotifyTextBold.woff") format("woff");
  src: url("fonts/Circular/CircularSpotifyTextBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "CircularBoldItalic";
  src: url("fonts/Circular/CircularSpotifyTextBoldItalic.eot");
  src: url("fonts/Circular/CircularSpotifyTextBoldItalic.eot?#iefix") format("embedded-opentype");
  src: url("fonts/Circular/CircularSpotifyTextBoldItalic.woff") format("woff");
  src: url("fonts/Circular/CircularSpotifyTextBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "CircularBlack";
  src: url("fonts/Circular/CircularSpotifyTextBlack.eot");
  src: url("fonts/Circular/CircularSpotifyTextBlack.eot?#iefix") format("embedded-opentype");
  src: url("fonts/Circular/CircularSpotifyTextBlack.woff") format("woff");
  src: url("fonts/Circular/CircularSpotifyTextBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "CircularBlackItalic";
  src: url("fonts/Circular/CircularSpotifyTextBlackItalic.eot");
  src: url("fonts/Circular/CircularSpotifyTextBlackItalic.eot?#iefix") format("embedded-opentype");
  src: url("fonts/Circular/CircularSpotifyTextBlackItalic.woff") format("woff");
  src: url("fonts/Circular/CircularSpotifyTextBlackItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "CircularMedium";
  src: url("fonts/Circular/CircularSpotifyTextMedium.eot");
  src: url("fonts/Circular/CircularSpotifyTextMedium.eot?#iefix") format("embedded-opentype");
  src: url("fonts/Circular/CircularSpotifyTextMedium.woff") format("woff");
  src: url("fonts/Circular/CircularSpotifyTextMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "CircularMediumItalic";
  src: url("fonts/Circular/CircularSpotifyTextMediumItalic.eot");
  src: url("fonts/Circular/CircularSpotifyTextMediumItalic.eot?#iefix") format("embedded-opentype");
  src: url("fonts/Circular/CircularSpotifyTextMediumItalic.woff") format("woff");
  src: url("fonts/Circular/CircularSpotifyTextMediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
}
/*
*   The Variables
*   Feel free to play with them!
*/
/*Set to "true" for -webkit-,-moz-appereance:none
   useful for editing radio buttons amog other things*/
/*similar as above but for selects*/
/*
*   If you need to style basic layout and stuff go to your
*   "modules/_contactForm.scss" or similar file
*/
/*Input Elements' Params*/
input, textarea {
  background-color: transparent;
  border: 0px none transparent;
  border-radius: initial;
  padding: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input, textarea {
  width: 100%;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button] {
  display: block;
}

input[type=date],
input[type=time],
input[type=button] {
  width: auto;
}

input::-webkit-datetime-edit {
  color: black;
}

input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 1;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  padding: 0;
  height: 1rem;
  width: 1rem;
  vertical-align: text-top;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: black;
}

input[type=radio] {
  border-radius: 100%;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

.ttl-55 {
  font-size: 55px;
  line-height: 63px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media only screen and (max-width: 650px) {
  .ttl-55 {
    font-size: 45px;
    line-height: 55px;
  }
}

.ttl-44 {
  font-size: 44px;
  line-height: 65px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ttl-40 {
  font-size: 40px;
  line-height: 59px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 650px) {
  .ttl-40 {
    font-size: 30px;
    line-height: 44px;
  }
}

.ttl-40-reg {
  font-size: 40px;
  line-height: 59px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 650px) {
  .ttl-40-reg {
    font-size: 30px;
    line-height: 44px;
  }
}

.ttl-14 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ttl-38 {
  font-size: 38px;
  line-height: 56px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ttl-footer {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ttl-13 {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

.ttl-33 {
  font-size: 33px;
  line-height: 49px;
  letter-spacing: 0.02em;
}

.ttl-30 {
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.02em;
}

.nosotros__timeline-highlight-block .content .text-container .year, .nosotros__timeline-block .content .text-container .year {
  font-size: 85px;
  line-height: 126px;
  letter-spacing: 0.02em;
}

.txt-22 {
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (max-width: 650px) {
  .txt-22 {
    font-size: 18px;
    line-height: 35px;
  }
}
.txt-22 p:not(:last-child) {
  margin: 0 0 30px;
}
.txt-22 h1, .txt-22 h2, .txt-22 h3, .txt-22 h4, .txt-22 h5, .txt-22 h6 {
  margin: 0 0 20px;
  color: #00A7B5;
}
.txt-22 h1 strong, .txt-22 h2 strong, .txt-22 h3 strong, .txt-22 h4 strong, .txt-22 h5 strong, .txt-22 h6 strong {
  text-transform: uppercase;
}
.button {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

label.error-contact, .input {
  font-size: 15px;
  line-height: 21px;
}

.txt-menu {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.txt-menu-n, .button--red-fill-menu {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.txt-15 {
  font-size: 15px;
  line-height: 21px;
}

.txt-16 {
  font-size: 16px;
  line-height: 25px;
}
.txt-16 p:not(:last-child) {
  margin: 0 0 30px;
}

.txt-18, .cookies__content .button-container, .cookies__content .content {
  font-size: 18px;
  line-height: 25px;
}
.txt-18 p:not(:last-child), .cookies__content .button-container p:not(:last-child), .cookies__content .content p:not(:last-child) {
  margin: 0 0 30px;
}
.txt-18 h1, .cookies__content .button-container h1, .cookies__content .content h1, .txt-18 h2, .cookies__content .button-container h2, .cookies__content .content h2, .txt-18 h3, .cookies__content .button-container h3, .cookies__content .content h3, .txt-18 h4, .cookies__content .button-container h4, .cookies__content .content h4, .txt-18 h5, .cookies__content .button-container h5, .cookies__content .content h5, .txt-18 h6, .cookies__content .button-container h6, .cookies__content .content h6 {
  margin: 0 0 20px;
  color: #00A7B5;
}
.txt-18 h1 strong, .cookies__content .button-container h1 strong, .cookies__content .content h1 strong, .txt-18 h2 strong, .cookies__content .button-container h2 strong, .cookies__content .content h2 strong, .txt-18 h3 strong, .cookies__content .button-container h3 strong, .cookies__content .content h3 strong, .txt-18 h4 strong, .cookies__content .button-container h4 strong, .cookies__content .content h4 strong, .txt-18 h5 strong, .cookies__content .button-container h5 strong, .cookies__content .content h5 strong, .txt-18 h6 strong, .cookies__content .button-container h6 strong, .cookies__content .content h6 strong {
  text-transform: uppercase;
}
.txt-18 ul, .cookies__content .button-container ul, .cookies__content .content ul {
  margin: 0 0 30px;
}
.txt-18 ul li, .cookies__content .button-container ul li, .cookies__content .content ul li {
  position: relative;
}
.txt-18 ul li::before, .cookies__content .button-container ul li::before, .cookies__content .content ul li::before {
  content: "-";
  color: #00A7B5;
  margin-right: 3px;
}
.txt-18 ul li:not(:last-child), .cookies__content .button-container ul li:not(:last-child), .cookies__content .content ul li:not(:last-child) {
  margin: 0 0 5px;
}

.txt-16 {
  font-size: 16px;
  line-height: 20px;
}

.txt-footer {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.txt-22-medium {
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (max-width: 650px) {
  .txt-22-medium {
    font-size: 18px;
    line-height: 35px;
  }
}

.txt-18-bold {
  font-size: 18px;
  line-height: 25px;
}

.txt-16 {
  font-size: 16px;
  line-height: 27px;
}

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  width: 200px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.button--white-outline {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  transition: all ease-in-out 0.4s;
}
.button--white-outline:hover {
  border: 1px solid #ED2F37;
  background-color: #ED2F37;
}
.button--red-fill {
  background: #ED2F37;
  color: #FFFFFF;
}
.button--red-fill:hover {
  background: #C32337;
}
.button--red-fill-menu {
  width: 150px;
  background: #ED2F37;
  color: #FFFFFF;
}
.button--red-fill-menu:hover {
  background: #C32337;
}
.button--red-outline {
  border: 1px solid #ED2F37;
  color: #ED2F37;
}
.button--red-outline:hover {
  border: 1px solid #ED2F37;
  background-color: #ED2F37;
  color: #FFFFFF;
}
.button--width-fit {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 30px;
}
@media only screen and (max-width: 650px) {
  .button--width-fit {
    padding: 0 15px;
  }
}

.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  outline: none;
}
.input {
  padding: 0;
  color: #FFFFFF;
  /* Change autocomplete styles in WebKit */
}
.input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input:focus::-moz-placeholder {
  opacity: 0;
}
.input:focus:-ms-input-placeholder {
  opacity: 0;
}
.input:focus::placeholder {
  opacity: 0;
}
.input:-webkit-autofill, .input:-webkit-autofill:hover, .input:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form {
  width: 100%;
}

.input-container {
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  padding: 0 0 18px;
  margin: 15px 0 0;
  display: grid;
  grid-template-columns: 70px calc(100% - 80px);
  -moz-column-gap: 10px;
       column-gap: 10px;
}

label.error-contact {
  grid-column: 2/3;
  width: 100%;
  padding: 7px 0 0;
  font-size: 0.9em;
  color: #FFFFFF;
  opacity: 0.9;
}

.ttl-55, .ttl-40-reg, .ttl-38, .ttl-33, .ttl-30, .nosotros__timeline-highlight-block .content .text-container .year, .nosotros__timeline-block .content .text-container .year {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.ttl-44, .ttl-40 {
  font-family: "OswaldMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.cookies__header .title, .legal__content .content h1, .legal__content .content h2, .legal__content .content h3, .legal__content .content h4, .legal__content .content h5, .legal__content .content h6, .txt-22, .txt-menu, .txt-menu-n, .txt-15, .txt-16, .txt-18, .cookies__content .button-container, .cookies__content .content, .txt-footer, .button, .button--red-fill-menu, .input, label.error-contact {
  font-family: "CircularBook", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.txt-22 em, .txt-18 em, .cookies__content .button-container em, .cookies__content .content em {
  font-family: "CircularBookItalic", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.ttl-14, .txt-22 strong, .txt-22 h1, .txt-22 h2, .txt-22 h3, .txt-22 h4, .txt-22 h5, .txt-22 h6, .txt-18 strong, .cookies__content .button-container strong, .cookies__content .content strong, .txt-18 h1, .cookies__content .button-container h1, .cookies__content .content h1, .txt-18 h2, .cookies__content .button-container h2, .cookies__content .content h2, .txt-18 h3, .cookies__content .button-container h3, .cookies__content .content h3, .txt-18 h4, .cookies__content .button-container h4, .cookies__content .content h4, .txt-18 h5, .cookies__content .button-container h5, .cookies__content .content h5, .txt-18 h6, .cookies__content .button-container h6, .cookies__content .content h6, .txt-18-bold {
  font-family: "CircularBold", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.txt-22 em strong, .txt-22 strong em, .txt-18 em strong, .cookies__content .button-container em strong, .cookies__content .content em strong, .txt-18 strong em, .cookies__content .button-container strong em, .cookies__content .content strong em {
  font-family: "CircularBoldItalic", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.legal__content .content h1 strong, .legal__content .content h2 strong, .legal__content .content h3 strong, .legal__content .content h4 strong, .legal__content .content h5 strong, .legal__content .content h6 strong, .ttl-footer, .txt-22 h1 strong, .txt-22 h2 strong, .txt-22 h3 strong, .txt-22 h4 strong, .txt-22 h5 strong, .txt-22 h6 strong, .txt-18 h1 strong, .cookies__content .button-container h1 strong, .cookies__content .content h1 strong, .txt-18 h2 strong, .cookies__content .button-container h2 strong, .cookies__content .content h2 strong, .txt-18 h3 strong, .cookies__content .button-container h3 strong, .cookies__content .content h3 strong, .txt-18 h4 strong, .cookies__content .button-container h4 strong, .cookies__content .content h4 strong, .txt-18 h5 strong, .cookies__content .button-container h5 strong, .cookies__content .content h5 strong, .txt-18 h6 strong, .cookies__content .button-container h6 strong, .cookies__content .content h6 strong {
  font-family: "CircularBlack", Arial, Helvetica, sans-serif;
  font-weight: 900;
}

.legal__content .content h1 em strong, .legal__content .content h1 strong em, .legal__content .content h2 em strong, .legal__content .content h2 strong em, .legal__content .content h3 em strong, .legal__content .content h3 strong em, .legal__content .content h4 em strong, .legal__content .content h4 strong em, .legal__content .content h5 em strong, .legal__content .content h5 strong em, .legal__content .content h6 em strong, .legal__content .content h6 strong em, .txt-22 h1 em strong, .txt-22 h1 strong em, .txt-22 h2 em strong, .txt-22 h2 strong em, .txt-22 h3 em strong, .txt-22 h3 strong em, .txt-22 h4 em strong, .txt-22 h4 strong em, .txt-22 h5 em strong, .txt-22 h5 strong em, .txt-22 h6 em strong, .txt-22 h6 strong em, .txt-18 h1 em strong, .cookies__content .button-container h1 em strong, .cookies__content .content h1 em strong, .txt-18 h1 strong em, .cookies__content .button-container h1 strong em, .cookies__content .content h1 strong em, .txt-18 h2 em strong, .cookies__content .button-container h2 em strong, .cookies__content .content h2 em strong, .txt-18 h2 strong em, .cookies__content .button-container h2 strong em, .cookies__content .content h2 strong em, .txt-18 h3 em strong, .cookies__content .button-container h3 em strong, .cookies__content .content h3 em strong, .txt-18 h3 strong em, .cookies__content .button-container h3 strong em, .cookies__content .content h3 strong em, .txt-18 h4 em strong, .cookies__content .button-container h4 em strong, .cookies__content .content h4 em strong, .txt-18 h4 strong em, .cookies__content .button-container h4 strong em, .cookies__content .content h4 strong em, .txt-18 h5 em strong, .cookies__content .button-container h5 em strong, .cookies__content .content h5 em strong, .txt-18 h5 strong em, .cookies__content .button-container h5 strong em, .cookies__content .content h5 strong em, .txt-18 h6 em strong, .cookies__content .button-container h6 em strong, .cookies__content .content h6 em strong, .txt-18 h6 strong em, .cookies__content .button-container h6 strong em, .cookies__content .content h6 strong em {
  font-family: "CircularBlackItalic", Arial, Helvetica, sans-serif;
  font-weight: 900;
}

.ttl-13, .txt-22-medium {
  font-family: "CircularMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

/*_________________________ Grid _________________________ */
.grid__row {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.grid__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 950px) {
  .grid__container {
    max-width: 94%;
    margin: 0 auto;
  }
}
.grid__col-1-1, .grid__col-1-2, .grid__col-1-3 {
  position: relative;
}
.grid__col-1-1 {
  width: 100%;
}
@media only screen and (max-width: 950px) {
  .grid__col-1-1 {
    padding: 0px 20px 0px 20px;
  }
}
.grid__col-1-2 {
  width: 50%;
}
.grid__col-1-2:nth-of-type(odd) {
  padding-right: 10px;
}
.grid__col-1-2:nth-of-type(even) {
  padding-left: 10px;
}
.grid__col-1-2:nth-of-type(even) {
  padding-right: 20px;
  padding-left: 20px;
}
.grid__col-1-2:nth-of-type(odd) {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 950px) {
  .grid__col-1-2 {
    width: 100%;
    padding: 0 20px !important;
  }
}
.grid__col-1-3 {
  width: 33.3333333333%;
}
.grid__col-1-3:nth-of-type(3n-2) {
  padding-right: 13.3333333333px;
}
.grid__col-1-3:nth-of-type(3n-1) {
  padding-right: 6.6666666667px;
  padding-left: 6.6666666667px;
}
.grid__col-1-3:nth-of-type(3n) {
  padding-left: 13.3333333333px;
}
@media only screen and (max-width: 950px) {
  .grid__col-1-3 {
    width: calc(8.3333333333% * 12);
    padding: 0px 20px 0px 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  .grid__col-1-3 {
    padding: 0px 20px 0px 20px !important;
  }
}
.grid__col-1-4 {
  width: 25%;
}
.grid__col-1-4:nth-of-type(4n-3) {
  padding-right: 13.3333333333px;
}
.grid__col-1-4:nth-of-type(4n-2) {
  padding-right: 6.6666666667px;
  padding-left: 6.6666666667px;
}
.grid__col-1-4:nth-of-type(4n-1) {
  padding-right: 6.6666666667px;
  padding-left: 6.6666666667px;
}
.grid__col-1-4:nth-of-type(4n) {
  padding-left: 13.3333333333px;
}
.grid__col-1-6 {
  width: calc(8.3333333333% * 6);
  padding-right: 10px;
  padding-left: 0;
}
@media only screen and (max-width: sm-big) {
  .grid__col-1-6 {
    width: calc(8.3333333333% * 8);
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: xs-big) {
  .grid__col-1-6 {
    width: calc(8.3333333333% * 12);
    padding-right: 0;
    padding-left: 0;
  }
}
.grid__col-1-7 {
  width: calc(8.3333333333% * 7);
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: sm-big) {
  .grid__col-1-7 {
    width: calc(8.3333333333% * 8);
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: xs-big) {
  .grid__col-1-7 {
    width: calc(8.3333333333% * 12);
    padding-right: 0;
    padding-left: 0;
  }
}
.grid__col-1-8 {
  width: calc(8.3333333333% * 8);
  padding-right: 0px !important;
  padding-left: 0px;
}
@media only screen and (max-width: sm-big) {
  .grid__col-1-8 {
    width: 100%;
  }
}
@media only screen and (max-width: xs-big) {
  .grid__col-1-8 {
    width: 100%;
    margin-left: 0 !important;
  }
}
.grid__col-1-9 {
  width: calc(8.3333333333% * 9);
  padding-right: 20px !important;
  padding-left: 20px;
}
@media only screen and (max-width: 950px) {
  .grid__col-1-9 {
    width: 100%;
  }
}
.grid__col-1-10 {
  width: calc(8.3333333333% * 10);
  padding-right: 20px !important;
  padding-left: 20px;
}
@media only screen and (max-width: 950px) {
  .grid__col-1-10 {
    width: 100%;
  }
}
.grid__box {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 950px) {
  .featured-home-contenedor .grid__col-1-9 {
    width: calc(8.3333333333% * 8);
  }
}
@media only screen and (max-width: 650px) {
  .featured-home-contenedor .grid__col-1-9 {
    width: calc(8.3333333333% * 12);
  }
}
.featured-home-contenedor .grid__col-1-4 {
  padding: 0 10px;
}
@media only screen and (max-width: 950px) {
  .featured-home-contenedor .grid__col-1-4 {
    width: calc(8.3333333333% * 3.2);
  }
}
@media only screen and (max-width: 650px) {
  .featured-home-contenedor .grid__col-1-4 {
    width: calc(8.3333333333% * 6);
    margin: 0 auto;
  }
}

/* O f f s e t */
.grid__offset-0-2 {
  width: calc(8.3333333333% * 2);
  margin: 0 10px;
}
@media only screen and (max-width: 950px) {
  .grid__offset-0-2 {
    width: 0;
    margin: 0px;
  }
}

/* A s p e c t   r a t i o */
/* C o n t e n e d o r */
/* W y s i w y g */
/* F l e x   c e n t e r */
/* _____ G E N E R A L _____ */
.header {
  width: 100vw;
  max-width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 20px 0 10px;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
}
.header--black {
  background-color: #FFFFFF;
}
.header--black &gt; .container &gt; .grid &gt; .header__links {
  color: #000000;
}
.header--black &gt; .container &gt; .grid &gt; .header__logo &gt; a &gt; .logo--white {
  display: none;
}
.header--black &gt; .container &gt; .grid &gt; .header__logo &gt; a &gt; .logo--black {
  display: block;
}
.header--black &gt; .container &gt; .grid &gt; .header__links &gt; .menu-header_menu-container &gt; ul li.menu-item-has-children .sub-menu {
  background-color: transparent;
  padding: 20px 5px 0;
}
.header--black &gt; .container &gt; .grid &gt; .header__links &gt; .menu-header_menu-container &gt; ul li.menu-item-has-children .sub-menu li {
  border-top: 0.5px solid #000000;
}
.header--black &gt; .container &gt; .grid &gt; .header__links &gt; .menu-header_menu-container &gt; ul li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0.5px solid #000000;
}
@media only screen and (max-width: 1300px) {
  .header--black {
    padding: 10px 0;
  }
  .header--black &gt; .container &gt; .grid &gt; .header__hamburguer {
    background-image: url("./images/svg/menu.svg");
  }
}
.header--black.active {
  padding: 10px 0;
}
.header--black.active &gt; .container &gt; .grid &gt; .header__logo &gt; a &gt; .logo--black {
  display: block;
  width: 198px;
}
@media only screen and (max-width: 1300px) {
  .header--black.active &gt; .container &gt; .grid &gt; .header__logo &gt; a &gt; .logo--black {
    display: none;
  }
  .header--black.active &gt; .container &gt; .grid &gt; .header__logo &gt; a &gt; .logo--min {
    display: block;
    width: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .header--black.active &gt; .container &gt; .grid &gt; .header__logo &gt; a &gt; .logo--min {
    display: block;
    width: 40px;
  }
}
.header--black.active &gt; .container &gt; .grid &gt; .header__links &gt; .menu-header_menu-container &gt; ul li.menu-item-has-children .sub-menu {
  background-color: transparent;
  padding: 20px 5px 0;
}
.header--black.active &gt; .container &gt; .grid &gt; .header__links &gt; .menu-header_menu-container &gt; ul li.menu-item-has-children .sub-menu li {
  border-top: 0.5px solid #000000;
}
.header--black.active &gt; .container &gt; .grid &gt; .header__links &gt; .menu-header_menu-container &gt; ul li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0.5px solid #000000;
}
.header &gt; .container &gt; .grid {
  position: relative;
}
@media only screen and (max-width: 650px) {
  .header &gt; .container &gt; .grid {
    display: flex;
    justify-content: center;
    padding: 0 40px;
  }
}
.header.active {
  padding: 10px 0;
  background-color: #FFFFFF;
}
.header.active &gt; .container &gt; .grid &gt; .header__links {
  color: #000000;
}
.header.active &gt; .container &gt; .grid &gt; .header__logo &gt; a &gt; .logo--white {
  display: none;
}
.header.active &gt; .container &gt; .grid &gt; .header__logo &gt; a &gt; .logo--black {
  display: block;
  width: 198px;
}
.header.active &gt; .container &gt; .grid &gt; .header__links &gt; .menu-header_menu-container &gt; ul li.menu-item-has-children .sub-menu {
  background-color: transparent;
  padding: 20px 5px 0;
}
.header.active &gt; .container &gt; .grid &gt; .header__links &gt; .menu-header_menu-container &gt; ul li.menu-item-has-children .sub-menu li {
  border-top: 0.5px solid #000000;
}
.header.active &gt; .container &gt; .grid &gt; .header__links &gt; .menu-header_menu-container &gt; ul li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0.5px solid #000000;
}
@media only screen and (max-width: 1300px) {
  .header.active &gt; .container &gt; .grid &gt; .header__hamburguer {
    background-image: url("./images/svg/menu.svg");
  }
  .header.active &gt; .container &gt; .grid &gt; .header__cta-mobile {
    display: flex;
  }
  .header.active &gt; .container &gt; .grid &gt; .header__logo &gt; a &gt; .logo--black {
    display: none;
  }
  .header.active &gt; .container &gt; .grid &gt; .header__logo &gt; a &gt; .logo--min {
    display: block;
    width: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .header.active &gt; .container &gt; .grid &gt; .header__logo &gt; a &gt; .logo--min {
    display: block;
    width: 40px;
  }
}
.header__logo {
  grid-column: 1/3;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .header__logo {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.header__logo .logo {
  width: 188px;
  max-width: 100%;
  height: auto;
}
.header__logo .logo--white {
  display: block;
}
.header__logo .logo--black {
  display: none;
}
.header__logo .logo--min {
  display: none;
}
.header__logo .logo.active {
  display: block;
}
@media only screen and (max-width: 1300px) {
  .header__logo .logo.active {
    width: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .header__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.header__links {
  grid-column: 3/11;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #FFFFFF;
}
.header__links-list {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__links-list li.current-menu-item &gt; a:first-child, .header__links-list li:hover &gt; a:first-child, .header__links-list li.current-menu-ancestor &gt; a:first-child, .header__links-list li.active &gt; a:first-child {
  color: #ED2F37;
}
.header__links-list li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.header__links-list li.menu-item-has-children &gt; a:first-child {
  pointer-events: none;
}
@media only screen and (max-width: 1300px) {
  .header__links-list li.menu-item-has-children {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.header__links-list li.menu-item-has-children .sub-menu {
  display: none;
  padding: 20px 0 0;
  position: absolute;
  top: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 190px;
  left: calc(50% - 100px);
  font-size: 12px;
}
.header__links-list li.menu-item-has-children .sub-menu.active {
  display: block;
}
@media only screen and (max-width: 1300px) {
  .header__links-list li.menu-item-has-children .sub-menu {
    position: static;
    padding: 15px 0 0;
  }
}
.header__links-list li.menu-item-has-children .sub-menu li {
  margin-right: 0;
  text-align: center;
  padding: 10px 5px;
  position: relative;
  border-top: 0.5px solid #FFFFFF;
}
@media only screen and (max-width: 1300px) {
  .header__links-list li.menu-item-has-children .sub-menu li {
    margin-bottom: 0;
    border-top: 0.5px solid #000000;
  }
}
.header__links-list li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0.5px solid #FFFFFF;
}
@media only screen and (max-width: 1300px) {
  .header__links-list li.menu-item-has-children .sub-menu li:last-child {
    border-top: 0.5px solid #000000;
  }
}
.header__links-list li:not(:last-child) {
  margin-right: 20px;
  /* @include under(md-3){
  	margin-right: 20px;
  } */
}
@media only screen and (max-width: 1300px) {
  .header__links-list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1300px) {
  .header__links-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1300px) {
  .header__links {
    display: none;
  }
}
.header__links-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100%;
  z-index: 99;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 120px 20px 80px;
  background-color: #FFFFFF;
}
.header__links-mobile .menu-header_menu-container {
  width: 100%;
}
.header__links-mobile.active {
  display: flex;
}
.header__cta {
  margin-left: 25px;
}
@media only screen and (max-width: 1300px) {
  .header__cta {
    display: none;
  }
}
.header__cta-mobile {
  display: none;
  grid-column: 3/5;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1300px) {
  .header__cta-mobile {
    grid-column: 2/11;
    justify-content: flex-end;
    grid-row: 1;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 950px) {
  .header__cta-mobile {
    grid-column: 2/6;
    justify-content: center;
    padding-right: 0px;
  }
}
.header__cta-mobile.active {
  display: none;
}
@media only screen and (max-width: 1300px) {
  .header__cta-mobile.active {
    display: flex;
  }
}
.header__hamburguer {
  display: none;
  position: absolute;
  z-index: 101;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("./images/svg/menu_white.svg");
  background-size: 26px 11px;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1300px) {
  .header__hamburguer {
    display: block;
  }
}
.header__hamburguer.inactive {
  display: none;
}
.header__close {
  display: none;
  position: absolute;
  z-index: 101;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("./images/svg/close.svg");
  background-size: 26px 27px;
  background-position: center;
  background-repeat: no-repeat;
}
.header__close.active {
  display: block;
}

.header-cotizador {
  width: 100vw;
  max-width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 20px 0 10px;
}
@media only screen and (max-width: 650px) {
  .header-cotizador {
    height: 70px;
    display: flex;
    align-items: center;
  }
}
.header-cotizador__logo {
  grid-column: 1/3;
  width: 100%;
  position: relative;
}
.header-cotizador__logo .logo {
  width: 218px;
  max-width: 100%;
  height: auto;
}
.header-cotizador__logo .logo--black {
  display: block;
}
@media only screen and (max-width: 1300px) {
  .header-cotizador__logo .logo--black {
    display: none;
  }
}
.header-cotizador__logo .logo--min {
  display: none;
}
@media only screen and (max-width: 1300px) {
  .header-cotizador__logo .logo--min {
    display: block;
    width: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .header-cotizador__logo .logo--min {
    width: 40px;
  }
}
@media only screen and (max-width: 650px) {
  .header-cotizador__logo {
    position: absolute;
    top: 20px;
    left: 20px;
  }
}
.header-cotizador__links {
  grid-column: 8/11;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ED2F37;
}
@media only screen and (max-width: 1300px) {
  .header-cotizador__links {
    grid-column: 4/7;
  }
}
@media only screen and (max-width: 650px) {
  .header-cotizador__links {
    grid-column: 1/3;
  }
}

.footer {
  width: 100vw;
  max-width: 100%;
  padding: 60px 0;
}
.footer__logo {
  grid-column: 1/5;
  grid-row: 1;
}
.footer__logo .logo-footer {
  width: 100%;
  max-width: 330px;
}
.footer__logo .social-container {
  width: 100%;
  display: flex;
  margin: 95px 0 0;
}
@media only screen and (max-width: 950px) {
  .footer__logo .social-container {
    margin: 60px 0 0;
    justify-content: center;
  }
}
.footer__logo .social-container a:not(:last-child) {
  margin-right: 20px;
}
.footer__logo .social-container .ic-facebook {
  display: block;
  padding: 10px;
  width: 20px;
  height: 20px;
  background-image: url("./images/svg/facebook.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.footer__logo .social-container .ic-instagram {
  display: block;
  padding: 10px;
  width: 20px;
  height: 20px;
  background-image: url("./images/svg/instagram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.footer__logo .social-container .ic-youtube {
  display: block;
  padding: 10px;
  width: 20px;
  height: 20px;
  background-image: url("./images/svg/youtube.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.footer__logo .social-container .ic-tiktok {
  display: block;
  padding: 10px;
  width: 20px;
  height: 20px;
  background-image: url("./images/svg/tiktok.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 950px) {
  .footer__logo {
    grid-column: 2/6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 650px) {
  .footer__logo {
    grid-column: 1/3;
  }
}
.footer__menu {
  grid-column: 6/8;
  width: 100%;
  grid-row: 1;
}
@media only screen and (max-width: 950px) {
  .footer__menu {
    grid-column: 2/6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 70px;
    grid-row: 2;
  }
}
@media only screen and (max-width: 650px) {
  .footer__menu {
    grid-column: 1/3;
  }
}
.footer__menu .title {
  color: #ED2F37;
  margin: 18px 0 50px;
}
@media only screen and (max-width: 950px) {
  .footer__menu .title {
    text-align: center;
  }
}
.footer__menu-list {
  width: 100%;
}
.footer__menu-list li:not(:last-child) {
  margin: 0 0 20px;
}
@media only screen and (max-width: 950px) {
  .footer__menu-list li {
    text-align: center;
  }
}
.footer__legales {
  grid-column: 8/10;
  grid-row: 1;
}
@media only screen and (max-width: 950px) {
  .footer__legales {
    grid-column: 2/6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 70px;
    grid-row: 3;
  }
}
@media only screen and (max-width: 650px) {
  .footer__legales {
    grid-column: 1/3;
  }
}
.footer__legales .title {
  color: #ED2F37;
  margin: 18px 0 50px;
}
@media only screen and (max-width: 950px) {
  .footer__legales .title {
    text-align: center;
  }
}
.footer__legales-list {
  width: 100%;
}
.footer__legales-list li:not(:last-child) {
  margin: 0 0 20px;
}
@media only screen and (max-width: 950px) {
  .footer__legales-list li {
    text-align: center;
  }
}
.footer__copy {
  grid-column: 1/5;
  grid-row: 2;
  margin: 50px 0 0;
}
@media only screen and (max-width: 950px) {
  .footer__copy {
    grid-column: 2/6;
    grid-row: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 650px) {
  .footer__copy {
    grid-column: 1/3;
  }
}
.footer__copy .txt-footer {
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 950px) {
  .footer__copy .txt-footer {
    text-align: center;
  }
}
.footer__copy .mensaje {
  font-size: 12px;
  margin: 30px 0 0;
  opacity: 0.5;
}

.cotizador {
  width: 100%;
  background-color: rgba(196, 196, 196, 0.1);
}
.cotizador__header {
  grid-column: 1/6;
  width: calc(100% - 20px);
  margin: 0 auto 0 20px;
}
@media only screen and (max-width: 950px) {
  .cotizador__header {
    grid-column: 1/7;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 650px) {
  .cotizador__header {
    grid-column: 1/3;
  }
}
.cotizador__header .subtitle {
  color: #ED2F37;
}
.cotizador__header .title {
  color: #002D3E;
  margin: 30px 0 40px;
}
@media only screen and (max-width: 650px) {
  .cotizador__header .title {
    margin: 25px 0 30px;
  }
}
.cotizador__frame {
  width: 100%;
  height: calc(100vh - 114px);
  position: relative;
}
.cotizador__frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 950px) {
  .cotizador__frame {
    height: 0;
    min-height: 430px;
    overflow: hidden;
    padding-bottom: 89.25%;
    padding-top: 30px;
    position: relative;
  }
}
.cotizador__frame-page {
  width: 100%;
  height: 100vh;
  position: relative;
}
.cotizador__frame-page iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.formulario {
  width: 100%;
  padding: 80px 0;
  background-color: #002D3E;
  color: #FFFFFF;
}
@media only screen and (max-width: 650px) {
  .formulario {
    padding: 50px 0;
  }
}
.formulario__titles {
  width: 100%;
  grid-column: 2/6;
}
.formulario__titles--macrolotes {
  max-width: 400px;
}
.formulario__titles .title {
  margin: 15px 0;
}
@media only screen and (max-width: 650px) {
  .formulario__titles .title {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 950px) {
  .formulario__titles {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 650px) {
  .formulario__titles {
    grid-column: 1/5;
  }
}
.formulario__form {
  width: 100%;
  grid-column: 6/10;
}
@media only screen and (max-width: 950px) {
  .formulario__form {
    grid-column: 2/6;
  }
}
@media only screen and (max-width: 650px) {
  .formulario__form {
    grid-column: 1/5;
  }
}
.formulario__form .form {
  max-width: 440px;
  margin: 0 auto;
}
@media only screen and (max-width: 950px) {
  .formulario__form .form {
    margin: 0 auto 0 0;
  }
}
.formulario__form .form .button-container {
  margin: 45px 0 0;
}
.formulario__form .form .message-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 45px 0 0;
}

.dots-hero {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dots-hero li:not(:last-child) {
  margin-right: 10px;
}
.dots-hero li &gt; button {
  width: 60px;
  height: 2px;
  border: none;
  background-color: #FFFFFF;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
}
.dots-hero li.slick-active &gt; button {
  background-color: #ED2F37;
}

.dots-acerca {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dots-acerca li:not(:last-child) {
  margin-right: 10px;
}
.dots-acerca li &gt; button {
  width: 60px;
  height: 2px;
  border: none;
  background-color: #C4C4C4;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
}
.dots-acerca li.slick-active &gt; button {
  background-color: #ED2F37;
}

.dots-hero-container {
  width: 100vw;
  max-width: 100%;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 90px;
}
.dots-hero-container &gt; .container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.dots-acerca-container {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 950px) {
  .dots-acerca-container {
    width: calc(100% - 20px);
    left: auto;
    right: 0;
  }
  .dots-acerca-container--group {
    justify-content: flex-start;
    left: 0px;
    right: auto;
  }
}

.dots-more-container {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 950px) {
  .dots-more-container {
    width: calc(100% - 20px);
    left: 0;
    justify-content: flex-start;
  }
}

.dots-information-container {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 950px) {
  .dots-information-container {
    width: calc(100% - 20px);
    left: auto;
    right: 0px;
    justify-content: flex-end;
  }
}

.dots-acerca-macrolotes-container {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 650px) {
  .dots-acerca-macrolotes-container {
    width: calc(100% - 20px);
    left: 20px;
  }
}

.dots-lotes-container {
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
}
.dots-lotes-container &gt; .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dots-lotes-container {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 30px;
}
.dots-lotes-container .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.dots-lotes-container .swiper-pagination-bullet {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #C4C4C4;
  border-radius: 0;
  opacity: 1;
}
.dots-lotes-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ED2F37;
}

.dots-zonas-container {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0px;
}

.dots-zonas-aux {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media only screen and (max-width: 1200px) {
  .dots-zonas-aux {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media only screen and (max-width: 950px) {
  .dots-zonas-aux {
    grid-template-columns: 1fr;
  }
}
.dots-zonas-aux &gt; .block {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 950px) {
  .dots-zonas-aux &gt; .block {
    justify-content: flex-start;
  }
}

.dots-macrolotes-container {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0px;
}
@media only screen and (max-width: 950px) {
  .dots-macrolotes-container {
    width: calc(100% - 20px);
    left: 20px;
  }
}

.dots-macrolotes-aux {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media only screen and (max-width: 1200px) {
  .dots-macrolotes-aux {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media only screen and (max-width: 950px) {
  .dots-macrolotes-aux {
    grid-template-columns: 1fr;
  }
}
.dots-macrolotes-aux &gt; .block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.dots-artistas-container {
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 650px) {
  .dots-artistas-container &gt; .dots-acerca {
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
  }
  .dots-artistas-container &gt; .dots-acerca li {
    margin-bottom: 20px;
  }
}

.white-link {
  color: #FFFFFF !important;
}

.image {
  width: 100%;
  height: auto;
}
.image--ratio-cover {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.image--ratio-contain {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.image--width-auto {
  width: auto;
  height: 100%;
}

.video-full {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-full video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.legal {
  padding: 160px 0 100px;
}
@media only screen and (max-width: 650px) {
  .legal {
    padding: 130px 0 80px;
  }
}
.legal__title {
  grid-column: 3/9;
  width: 100%;
  margin: 0 0 50px;
}
@media only screen and (max-width: 1200px) {
  .legal__title {
    grid-column: 2/8;
  }
}
@media only screen and (max-width: 950px) {
  .legal__title {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .legal__title {
    grid-column: 1/3;
  }
}
.legal__title .title {
  color: #002D3E;
}
.legal__content {
  grid-column: 3/9;
}
@media only screen and (max-width: 1200px) {
  .legal__content {
    grid-column: 2/8;
  }
}
@media only screen and (max-width: 950px) {
  .legal__content {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .legal__content {
    grid-column: 1/3;
  }
}
.legal__content .content a {
  text-decoration: underline;
}
.legal__content .content h1, .legal__content .content h2, .legal__content .content h3, .legal__content .content h4, .legal__content .content h5, .legal__content .content h6 {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 20px;
  color: #ED2F37;
  font-weight: 400;
}
.cookies {
  max-width: 480px;
  width: 100%;
  min-height: 300px;
  background-color: #0A3546;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.9s ease-in-out;
}
.cookies.close-after {
  transform: translate3d(100%, 0, 0);
}
.cookies.show {
  transform: translate3d(0, 0, 0) !important;
}
.cookies.hide {
  display: none;
  transform: translate3d(100%, 0, 0);
}
.cookies__container {
  width: 100%;
  padding: 30px 30px 50px;
  color: #FFFFFF;
}
.cookies__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 38px;
  position: relative;
}
.cookies__header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 119px;
  height: 3px;
  background: linear-gradient(90deg, rgb(0, 167, 181) 0%, rgb(237, 46, 54) 45%, rgb(247, 105, 87) 100%);
}
.cookies__header .title {
  font-size: 21px;
}
.cookies__header .close {
  width: 11px;
  height: 11px;
  cursor: pointer;
  background-image: url("./images/svg/close-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cookies__content {
  width: 100%;
  margin: 28px 0 0;
}
.cookies__content .content {
  margin: 0 0 18px;
}
.cookies__content .button-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
.cookies__content .button-container .accept {
  text-decoration: underline;
  cursor: pointer;
  margin: 0 !important;
}
@media only screen and (max-width: 650px) {
  .cookies__content .button-container .accept {
    margin: 10px 0;
  }
}
.cookies__content .button-container a {
  text-decoration: underline;
}
@media only screen and (max-width: 650px) {
  .cookies__content .button-container a {
    margin: 10px 0;
  }
}

.visualizador {
  width: 100%;
}
.visualizador__header {
  grid-column: 1/11;
  width: 100%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 950px) {
  .visualizador__header {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .visualizador__header {
    grid-column: 1/3;
  }
}
.visualizador__header .title {
  color: #002D3E;
  text-align: center;
}
.visualizador__frame {
  width: 100%;
  height: calc(100vh - 114px);
  position: relative;
  margin: 0 0 90px;
}
@media only screen and (max-width: 650px) {
  .visualizador__frame {
    margin: 0 0 50px;
  }
}
.visualizador__frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 950px) {
  .visualizador__frame {
    height: 0;
    min-height: 430px;
    overflow: hidden;
    padding-bottom: 89.25%;
    padding-top: 30px;
    position: relative;
  }
}
.visualizador__cluster {
  width: 100%;
  margin: 0 0 90px;
}
@media only screen and (max-width: 650px) {
  .visualizador__cluster {
    margin: 0 0 50px;
  }
}
.visualizador__cluster-header {
  grid-column: 2/10;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 950px) {
  .visualizador__cluster-header .title {
    text-align: center;
    margin: 0 0 10px;
  }
}
.visualizador__cluster-header .button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
}
@media only screen and (max-width: 650px) {
  .visualizador__cluster-header .button {
    padding: 10px 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 950px) {
  .visualizador__cluster-header {
    grid-column: 2/6;
    justify-content: center;
  }
}
@media only screen and (max-width: 650px) {
  .visualizador__cluster-header {
    grid-column: 1/5;
  }
}

/* _____ A N I M A T I O N S _____ */
@-webkit-keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.animation-title {
  opacity: 0;
}

.animation_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.animation-grid-block {
  opacity: 0;
  will-change: transform, opacity;
}

.fadeOut {
  opacity: 0;
  margin-bottom: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation: fadeOutContact 4s;
          animation: fadeOutContact 4s;
}

@-webkit-keyframes fadeOutContact {
  0% {
    opacity: 1;
    margin-bottom: 40px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0px;
  }
}

@keyframes fadeOutContact {
  0% {
    opacity: 1;
    margin-bottom: 40px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0px;
  }
}
/* _____ C O N T A I N E R S _____ */
.grid {
  width: 100%;
  display: grid;
}
.grid--col-10 {
  grid-template-columns: repeat(10, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 950px) {
  .grid--col-10 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 650px) {
  .grid--col-10 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid--col-10-ng {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 950px) {
  .grid--col-10-ng {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 650px) {
  .grid--col-10-ng {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid--col-3 {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
@media only screen and (max-width: 950px) {
  .grid--col-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 650px) {
  .grid--col-3 {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.grid--col-3-lotes {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
@media only screen and (max-width: 950px) {
  .grid--col-3-lotes {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .grid--col-3-lotes {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}

.wrapper {
  width: 100vw;
  max-width: 100%;
}

.container {
  width: calc(100% - 60px);
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 950px) {
  .container {
    width: calc(100% - 40px);
  }
}

.container-no-margins {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.container-fullwidth {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* _____ P A G E S _____ */
.splash {
  background-color: #12232E;
  background: linear-gradient(to top, #12232E, #215056);
  color: #E8EBE9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  min-height: 100vh;
}
.splash img {
  max-width: 500px;
  padding: 0 20px;
}
.splash img.logo {
  width: 200px;
  filter: brightness(0%) invert(100%);
}

/* _____ H O M E _____ */
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding: 90px 0 0;
}
@media only screen and (max-width: 650px) {
  .hero {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.hero__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background: linear-gradient(to right, hsl(0deg, 0%, 0%) 0%, hsla(0deg, 0%, 0%, 0.898) 8.6%, hsla(0deg, 0%, 0%, 0.798) 15.3%, hsla(0deg, 0%, 0%, 0.7) 20.5%, hsla(0deg, 0%, 0%, 0.605) 24.6%, hsla(0deg, 0%, 0%, 0.514) 27.9%, hsla(0deg, 0%, 0%, 0.428) 30.9%, hsla(0deg, 0%, 0%, 0.347) 33.8%, hsla(0deg, 0%, 0%, 0.272) 37.1%, hsla(0deg, 0%, 0%, 0.205) 41%, hsla(0deg, 0%, 0%, 0.146) 46.1%, hsla(0deg, 0%, 0%, 0.096) 52.5%, hsla(0deg, 0%, 0%, 0.055) 60.8%, hsla(0deg, 0%, 0%, 0.025) 71.2%, hsla(0deg, 0%, 0%, 0.006) 84.2%, hsla(0deg, 0%, 0%, 0) 100%);
  opacity: 0.62;
}
@media only screen and (max-width: 950px) {
  .hero__mask {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .hero__mask {
    background: linear-gradient(to bottom, hsl(0deg, 0%, 0%) 0%, hsla(0deg, 0%, 0%, 0.91) 7.6%, hsla(0deg, 0%, 0%, 0.823) 14%, hsla(0deg, 0%, 0%, 0.74) 19.6%, hsla(0deg, 0%, 0%, 0.66) 24.5%, hsla(0deg, 0%, 0%, 0.583) 29%, hsla(0deg, 0%, 0%, 0.51) 33.3%, hsla(0deg, 0%, 0%, 0.44) 37.6%, hsla(0deg, 0%, 0%, 0.373) 42.2%, hsla(0deg, 0%, 0%, 0.31) 47.2%, hsla(0deg, 0%, 0%, 0.25) 53%, hsla(0deg, 0%, 0%, 0.194) 59.6%, hsla(0deg, 0%, 0%, 0.14) 67.4%, hsla(0deg, 0%, 0%, 0.09) 76.6%, hsla(0deg, 0%, 0%, 0.044) 87.4%, hsla(0deg, 0%, 0%, 0) 100%);
  }
}
.hero__slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero__slider-block {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 2 !important;
}
.hero__slider-block .image-container {
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero__slider-block.slick-active &gt; .hero__container &gt; .container &gt; .grid &gt; .hero__content {
  -webkit-animation: fadeSlideIn 1s both 1s;
          animation: fadeSlideIn 1s both 1s;
}
.hero__slider-block.slick-slide &gt; .hero__container &gt; .container &gt; .grid &gt; .hero__content {
  opacity: 0;
}
.hero__slider-block .video-full {
  position: absolute;
}
@media only screen and (max-width: 650px) {
  .hero__slider {
    min-height: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.hero__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__content {
  grid-column: 1/6;
  width: calc(100% - 20px);
  max-width: 540px;
  margin: 0 auto 0 20px;
  color: #FFFFFF;
  position: relative;
}
.hero__content .title {
  margin: 0 0 50px;
}
.hero__content .subtitle {
  margin: 0 0 50px;
}
.hero__content .button-container {
  width: 100%;
}
@media only screen and (max-width: 950px) {
  .hero__content {
    width: 100%;
    grid-column: 1/6;
  }
}
@media only screen and (max-width: 650px) {
  .hero__content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    grid-column: 1/3;
  }
}

.home__acerca {
  width: 100%;
  margin: 100px 0;
}
@media only screen and (max-width: 650px) {
  .home__acerca {
    margin: 50px 0 50px;
  }
}
.home__acerca-slider-images {
  grid-column: 1/6;
  width: calc(100% - 30px);
  height: 100%;
  position: relative;
  padding-bottom: 52px;
}
@media only screen and (max-width: 950px) {
  .home__acerca-slider-images {
    height: auto;
    grid-column: 1/7;
    grid-row: 2;
  }
}
@media only screen and (max-width: 650px) {
  .home__acerca-slider-images {
    width: calc(100% - 20px);
    padding-bottom: 42px;
    grid-column: 1/3;
  }
}
.home__acerca-text {
  grid-column: 6/11;
  width: calc(100% - 80px);
  margin: 55px 50px 0 30px;
}
@media only screen and (max-width: 950px) {
  .home__acerca-text {
    grid-column: 1/7;
    width: calc(100% - 40px);
    margin: 0 auto 50px;
    grid-row: 1;
  }
}
@media only screen and (max-width: 650px) {
  .home__acerca-text {
    grid-column: 1/3;
  }
}
.home__acerca-text .subtitle {
  max-width: 560px;
  color: #ED2F37;
  margin: 0 auto 20px 0;
}
@media only screen and (max-width: 650px) {
  .home__acerca-text .subtitle {
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.home__acerca-text .title {
  max-width: 560px;
  color: #002D3E;
  margin: 0 auto 60px 0;
}
@media only screen and (max-width: 650px) {
  .home__acerca-text .title {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.home__acerca-text .content {
  max-width: 560px;
  margin: 0 auto 50px 0;
}
@media only screen and (max-width: 650px) {
  .home__acerca-text .content {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.home__acerca-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.home__acerca-slider .slick-list {
  height: 100% !important;
}
@media only screen and (max-width: 950px) {
  .home__acerca-slider .slick-list {
    height: auto !important;
  }
}
.home__acerca-slider .slick-track {
  display: flex !important;
  height: 100% !important;
}
@media only screen and (max-width: 950px) {
  .home__acerca-slider .slick-track {
    height: auto !important;
  }
}
.home__acerca-slider .slick-slide {
  height: 100% !important;
}
@media only screen and (max-width: 950px) {
  .home__acerca-slider .slick-slide {
    height: auto !important;
  }
}
.home__acerca-slider-block {
  width: 100%;
  height: 100%;
}
.home__acerca-slider-block .image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .home__acerca-slider-block .image-container {
    height: 0;
    padding-top: 84.5070422535%;
  }
}
@media only screen and (min-width: 650px) {
  .home__acerca-slider-block {
    min-height: 550px;
  }
}

.home__mas-info {
  width: 100%;
  margin: 100px 0;
}
@media only screen and (max-width: 650px) {
  .home__mas-info {
    margin: 50px 0 50px;
  }
}
.home__mas-info-slider-images {
  grid-column: 6/11;
  width: calc(100% - 30px);
  height: 100%;
  position: relative;
  padding-bottom: 52px;
}
@media only screen and (max-width: 950px) {
  .home__mas-info-slider-images {
    height: auto;
    grid-column: 1/7;
    grid-row: 2;
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 650px) {
  .home__mas-info-slider-images {
    width: calc(100% - 20px);
    padding-bottom: 42px;
    grid-column: 1/3;
  }
}
.home__mas-info-text {
  grid-column: 1/6;
  width: calc(100% - 80px);
  margin: 55px 50px 0 30px;
}
@media only screen and (max-width: 950px) {
  .home__mas-info-text {
    grid-column: 1/7;
    width: calc(100% - 40px);
    margin: 0 auto 50px;
    grid-row: 1;
  }
}
@media only screen and (max-width: 650px) {
  .home__mas-info-text {
    grid-column: 1/3;
  }
}
.home__mas-info-text .subtitle {
  max-width: 560px;
  color: #ED2F37;
  margin: 0 auto 20px 0;
}
@media only screen and (max-width: 650px) {
  .home__mas-info-text .subtitle {
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.home__mas-info-text .title {
  max-width: 560px;
  color: #002D3E;
  margin: 0 auto 60px 0;
}
@media only screen and (max-width: 650px) {
  .home__mas-info-text .title {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.home__mas-info-text .content {
  max-width: 560px;
  margin: 0 auto 50px 0;
}
@media only screen and (max-width: 650px) {
  .home__mas-info-text .content {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.home__mas-info-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.home__mas-info-slider .slick-list {
  height: 100% !important;
}
@media only screen and (max-width: 950px) {
  .home__mas-info-slider .slick-list {
    height: auto !important;
  }
}
.home__mas-info-slider .slick-track {
  display: flex !important;
  height: 100% !important;
}
@media only screen and (max-width: 950px) {
  .home__mas-info-slider .slick-track {
    height: auto !important;
  }
}
.home__mas-info-slider .slick-slide {
  height: 100% !important;
}
@media only screen and (max-width: 950px) {
  .home__mas-info-slider .slick-slide {
    height: auto !important;
  }
}
.home__mas-info-slider-block {
  width: 100%;
  height: 100%;
}
.home__mas-info-slider-block .image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .home__mas-info-slider-block .image-container {
    height: 0;
    padding-top: 84.5070422535%;
  }
}
@media only screen and (min-width: 650px) {
  .home__mas-info-slider-block {
    min-height: 550px;
  }
}

.home__estilo {
  width: 100%;
  margin: 100px 0;
}
@media only screen and (max-width: 650px) {
  .home__estilo {
    margin: 50px 0;
  }
}
.home__estilo-container {
  grid-column: 2/11;
  width: 100%;
  display: grid;
  grid-template-columns: 5fr 3.5fr;
}
@media only screen and (max-width: 1100px) {
  .home__estilo-container {
    grid-column: 1/11;
  }
}
@media only screen and (max-width: 950px) {
  .home__estilo-container {
    grid-column: 2/6;
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .home__estilo-container {
    grid-column: 1/3;
  }
}
.home__estilo-text {
  width: 100%;
  max-width: 520px;
  position: relative;
}
.home__estilo-text .sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.home__estilo-text .subtitle {
  color: #ED2F37;
  margin: 0 0 20px;
}
.home__estilo-text .title {
  color: #002D3E;
  margin: 0 0 60px;
}
@media only screen and (max-width: 650px) {
  .home__estilo-text .title {
    margin: 0 0 30px;
  }
}
.home__estilo-text .content {
  margin: 0 0 60px;
}
@media only screen and (max-width: 650px) {
  .home__estilo-text .content {
    margin: 0 0 30px;
  }
}
.home__estilo-counters {
  width: 100%;
  margin: 35px 0 0;
}
@media only screen and (max-width: 650px) {
  .home__estilo-counters {
    margin: 0;
  }
}
.home__estilo-counters .home__estilo-counters-block:not(:last-child) {
  margin: 0 0 60px;
}
@media only screen and (max-width: 650px) {
  .home__estilo-counters .home__estilo-counters-block:not(:last-child) {
    margin: 0 0 40px;
  }
}
.home__estilo-counters-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 650px) {
  .home__estilo-counters-block {
    flex-direction: column;
    justify-content: center;
  }
}
.home__estilo-counters-block .image-container {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #002D3E;
}
.home__estilo-counters-block .image-container p::before {
  content: "+";
}
.home__estilo-counters-block .image-container--0, .home__estilo-counters-block .image-container--3, .home__estilo-counters-block .image-container--6, .home__estilo-counters-block .image-container--9, .home__estilo-counters-block .image-container--12 {
  background-image: url("images/svg/ellipse_5.svg");
}
.home__estilo-counters-block .image-container--1, .home__estilo-counters-block .image-container--4, .home__estilo-counters-block .image-container--7, .home__estilo-counters-block .image-container--10, .home__estilo-counters-block .image-container--13 {
  background-image: url("images/svg/ellipse_8.svg");
}
.home__estilo-counters-block .image-container--2, .home__estilo-counters-block .image-container--5, .home__estilo-counters-block .image-container--8, .home__estilo-counters-block .image-container--11, .home__estilo-counters-block .image-container--14 {
  background-image: url("images/svg/ellipse_7.svg");
}
.home__estilo-counters-block .description {
  width: calc(100% - 200px);
  color: #002D3E;
  padding-left: 40px;
}
@media only screen and (max-width: 650px) {
  .home__estilo-counters-block .description {
    width: 100%;
    padding-left: 0;
    margin: 10px 0 0;
  }
  .home__estilo-counters-block .description p {
    text-align: center;
  }
}

.home__lotes {
  width: 100%;
  margin: 0 0 100px;
}
@media only screen and (max-width: 650px) {
  .home__lotes {
    margin: 0 0 50px;
  }
}
.home__lotes-header {
  grid-column: 1/5;
  width: 100%;
  margin: 0 0 65px;
}
.home__lotes-header .subtitle {
  color: #ED2F37;
  margin: 0 0 20px;
}
.home__lotes-header .title {
  color: #002D3E;
}
@media only screen and (max-width: 650px) {
  .home__lotes-header {
    margin: 0 0 50px;
  }
}
.home__lotes-slider-container {
  padding: 0 0 65px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 650px) {
  .home__lotes-slider-container {
    padding: 0 0 95px;
  }
}
.home__lotes-slider {
  width: 100%;
  position: relative;
}
.home__lotes-slider-block {
  position: relative;
  width: 100%;
  padding: 0 25px;
}
@media only screen and (max-width: 650px) {
  .home__lotes-slider-block {
    padding: 0 5px;
    min-height: 220px;
  }
}
.home__lotes-slider-block.swiper-slide-active &gt; .image-container {
  transform: scale(1.04);
}
.home__lotes-slider-block.swiper-slide-active &gt; .data-container &gt; .title-visible {
  display: none;
}
.home__lotes-slider-block.swiper-slide-active &gt; .data-not-visible {
  visibility: visible;
}
.home__lotes-slider-block.swiper-slide-next &gt; .data-container &gt; .title-visible {
  text-align: left;
}
.home__lotes-slider-block.swiper-slide-prev &gt; .data-container &gt; .title-visible {
  text-align: right;
}
.home__lotes-slider-block .image-container {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 57.9710144928%;
  z-index: 1;
  transform: scale(0.9);
  transition: all ease-in-out 0.2s;
}
.home__lotes-slider-block .image-container .image {
  z-index: 2;
}
.home__lotes-slider-block .data-container {
  margin: 5px 0 0;
  width: 100%;
  color: #ED2F37;
  position: relative;
  z-index: 1;
  transform: scale(0.9);
}
.home__lotes-slider-block .data-container .title-visible {
  text-align: center;
  color: #ED2F37;
  transform: scale(1);
}
@media only screen and (max-width: 650px) {
  .home__lotes-slider-block .data-container {
    display: none;
  }
}
.home__lotes-slider-block .data-not-visible {
  visibility: hidden;
  width: 300px;
  min-height: 280px;
  padding: 30px 20px 40px;
  background-color: #FFFFFF;
  z-index: 3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 8px 16px rgba(0, 0, 0, 0.04);
  position: absolute;
  right: -45px;
  bottom: -40px;
  transition: all ease-in-out 0.2s;
}
@media only screen and (max-width: 650px) {
  .home__lotes-slider-block .data-not-visible {
    width: 220px;
    min-height: 185px;
    right: -5px;
    padding: 20px;
  }
}
.home__lotes-slider-block .data-not-visible .title {
  color: #002D3E;
  margin: 0 0 10px;
}
@media only screen and (max-width: 650px) {
  .home__lotes-slider-block .data-not-visible .title {
    margin: 0;
  }
}
.home__lotes-slider-block .data-not-visible .subtitle {
  color: #ED2F37;
  margin: 0 0 15px;
}
@media only screen and (max-width: 650px) {
  .home__lotes-slider-block .data-not-visible .subtitle {
    margin: 0 0 5px;
  }
}
.home__lotes-slider-block .data-not-visible .content {
  color: #000000;
  margin: 0 0 30px;
}
@media only screen and (max-width: 650px) {
  .home__lotes-slider-block .data-not-visible .content {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 650px) {
  .home__lotes-slider-block .data-not-visible .button {
    width: 180px;
  }
}

.home__zonas {
  width: 100%;
  margin: 0 0 100px;
}
.home__zonas &gt; .container-no-margins {
  position: relative;
  padding-bottom: 52px;
}
@media only screen and (max-width: 950px) {
  .home__zonas &gt; .container-no-margins {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 650px) {
  .home__zonas {
    margin: 0 0 50px;
  }
}
.home__zonas-title {
  width: calc(100% - 40px);
  grid-column: 1/11;
  display: flex;
  justify-content: center;
  margin: 0 auto 65px;
}
.home__zonas-title-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 950px) {
  .home__zonas-title {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .home__zonas-title {
    grid-column: 1/3;
    margin: 0 auto 50px;
  }
}
.home__zonas-title .title {
  color: #002D3E;
  text-align: center;
  text-transform: uppercase;
}
.home__zonas-slider {
  width: 100%;
}
.home__zonas-slider &gt; div:not(:first-child) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.home__zonas-slider.slick-initialized &gt; div:not(:first-child) {
  visibility: visible;
  opacity: 1;
}
.home__zonas-slider-block {
  width: 100%;
}
.home__zonas-slider-container {
  width: 100%;
  max-width: 100%;
}
.home__zonas-slider-grid {
  width: 100%;
  display: grid;
  grid-template-columns: calc(50% - 50px) calc(50% - 50px);
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media only screen and (max-width: 1200px) {
  .home__zonas-slider-grid {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media only screen and (max-width: 950px) {
  .home__zonas-slider-grid {
    grid-template-columns: 100%;
  }
}
.home__zonas-images {
  width: 100%;
}
@media only screen and (max-width: 950px) {
  .home__zonas-images {
    grid-row: 2;
  }
}
.home__zonas-images .one-container {
  width: 100%;
}
.home__zonas-images .one-container .image-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 75.7575757576%;
}
.home__zonas-images .two-container {
  width: 100%;
  display: grid;
  grid-template-columns: 3.5fr 2fr;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
@media only screen and (max-width: 1200px) {
  .home__zonas-images .two-container {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
@media only screen and (max-width: 950px) {
  .home__zonas-images .two-container {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .home__zonas-images .two-container {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.home__zonas-images .two-container .image-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.home__zonas-images .two-container .aux-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.home__zonas-images .two-container .aux-container .image-container {
  padding-top: 160%;
}
.home__zonas-images .two-container .image-container:first-child {
  padding-top: 135.1351351351%;
}
.home__zonas-text {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home__zonas-text .block {
  width: 100%;
}
@media only screen and (max-width: 950px) {
  .home__zonas-text {
    margin: 0 0 50px;
    grid-row: 1;
  }
}
@media only screen and (max-width: 650px) {
  .home__zonas-text {
    max-width: 100%;
  }
}
.home__zonas-text .subtitle {
  color: #ED2F37;
  margin: 0 0 20px;
}
.home__zonas-text .title {
  color: #002D3E;
  margin: 0 0 60px;
  text-transform: uppercase;
}
@media only screen and (max-width: 650px) {
  .home__zonas-text .title {
    margin: 0 0 30px;
  }
}
.home__zonas-text .content {
  color: #000000;
}
.home__zonas-text .button-container {
  margin: 20px 0 0;
}

.home__information {
  width: 100%;
  margin: 0 0 100px;
}
@media only screen and (max-width: 650px) {
  .home__information {
    margin: 0 0 50px;
  }
}
.home__information-text {
  grid-column: 1/6;
  width: calc(100% - 80px);
  margin: 55px 30px 0 50px;
}
@media only screen and (max-width: 950px) {
  .home__information-text {
    grid-column: 1/7;
    width: calc(100% - 40px);
    margin: 0 auto 50px;
    grid-row: 1;
  }
}
@media only screen and (max-width: 650px) {
  .home__information-text {
    grid-column: 1/3;
  }
}
.home__information-text .subtitle {
  max-width: 560px;
  color: #ED2F37;
  margin: 0 auto 20px 0;
}
@media only screen and (max-width: 650px) {
  .home__information-text .subtitle {
    max-width: 100%;
  }
}
.home__information-text .title {
  max-width: 560px;
  color: #002D3E;
  margin: 0 auto 60px 0;
}
@media only screen and (max-width: 650px) {
  .home__information-text .title {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.home__information-text .content {
  max-width: 560px;
  margin: 0 auto 50px 0;
}
@media only screen and (max-width: 650px) {
  .home__information-text .content {
    max-width: 100%;
    margin: 0 auto 0px;
  }
}
.home__information-slider-images {
  grid-column: 6/11;
  width: calc(100% - 30px);
  height: 100%;
  margin: 0 0 0 auto;
  grid-row: 1;
  position: relative;
  padding-bottom: 52px;
}
.home__information-slider-images .image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 0;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .home__information-slider-images .image-container {
    height: 0;
    padding-top: 84.5070422535%;
  }
}
@media only screen and (max-width: 950px) {
  .home__information-slider-images {
    grid-column: 1/7;
    grid-row: 2;
    width: calc(100% - 20px);
    margin: 0 auto 0 0;
  }
}
@media only screen and (min-width: 650px) {
  .home__information-slider-images {
    min-height: 550px;
  }
}
@media only screen and (max-width: 650px) {
  .home__information-slider-images {
    grid-column: 1/3;
    margin: 0 auto 0 0;
  }
}
.home__information-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.home__information-slider .slick-list {
  height: 100% !important;
}
@media only screen and (max-width: 950px) {
  .home__information-slider .slick-list {
    height: auto !important;
  }
}
.home__information-slider .slick-track {
  display: flex !important;
  height: 100% !important;
}
@media only screen and (max-width: 950px) {
  .home__information-slider .slick-track {
    height: auto !important;
  }
}
.home__information-slider .slick-slide {
  height: 100% !important;
}
@media only screen and (max-width: 950px) {
  .home__information-slider .slick-slide {
    height: auto !important;
  }
}
.home__information-slider-block {
  width: 100%;
  height: 100%;
}
.home__information-slider-block .image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .home__information-slider-block .image-container {
    height: 0;
    padding-top: 84.5070422535%;
  }
}
@media only screen and (min-width: 650px) {
  .home__information-slider-block {
    min-height: 550px;
  }
}

.home__logos {
  width: 100%;
  margin: 0px 0 100px;
}
@media only screen and (max-width: 650px) {
  .home__logos {
    margin: 0 0 50px;
  }
}
.home__logos-slider {
  grid-column: 2/10;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .home__logos-slider {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .home__logos-slider {
    grid-column: 1/3;
  }
}
.home__logos-slider-container {
  width: 100%;
  position: relative;
  padding-bottom: 78px;
}
.home__logos-slider-container &gt; div:not(:first-child) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.home__logos-slider-container.slick-initialized &gt; div:not(:first-child) {
  visibility: visible;
  opacity: 1;
}
.home__logos-slider-block {
  width: 100%;
  max-width: 275px;
  padding: 0 25px;
}
.home__logos-slider-block .image-container {
  width: 100%;
  height: 145px;
  position: relative;
  overflow: hidden;
}

/* _____  R E S I D E N C I A L _____ */
.residencial {
  width: 100%;
  padding: 100px 0 0;
}
@media only screen and (max-width: 650px) {
  .residencial {
    padding: 50px 0 0;
  }
}
.residencial__grid {
  width: 100%;
  margin: 0 0 100px;
}
@media only screen and (max-width: 650px) {
  .residencial__grid {
    margin: 0 0 50px;
  }
}
.residencial__grid-container {
  width: calc(100% - 240px);
  margin: 0 auto;
}
@media only screen and (max-width: 1130px) {
  .residencial__grid-container {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 650px) {
  .residencial__grid-container {
    width: 100%;
  }
}
.residencial__grid-message {
  grid-column: 1/11;
  width: 100%;
  margin: 40px 0 0;
}
.residencial__grid-message .content {
  grid-column: 1/3;
}
@media only screen and (max-width: 950px) {
  .residencial__grid-message {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .residencial__grid-message {
    grid-column: 1/3;
    width: calc(100% - 40px);
    margin: 40px auto 0;
  }
}
.residencial__grid-title {
  grid-column: 1/11;
  margin: 0 0 100px;
}
.residencial__grid-title .title {
  color: #002D3E;
}
@media only screen and (max-width: 950px) {
  .residencial__grid-title {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .residencial__grid-title {
    grid-column: 1/3;
    width: calc(100% - 40px);
    margin: 0 auto 50px;
  }
}
.residencial__grid-list {
  grid-column: 1/11;
}
@media only screen and (max-width: 950px) {
  .residencial__grid-list {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .residencial__grid-list {
    grid-column: 1/3;
  }
}
.residencial__grid-block {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 85.3658536585%;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 650px) {
  .residencial__grid-block {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 8px 16px rgba(0, 0, 0, 0.04);
    padding-top: 94.5945945946%;
  }
}
.residencial__grid-block:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 8px 16px rgba(0, 0, 0, 0.04), 0 16px 32px rgba(0, 0, 0, 0.04), 0 32px 64px rgba(0, 0, 0, 0.04);
}
.residencial__grid-block:hover &gt; .cotiza {
  opacity: 1;
  z-index: 5;
}
.residencial__grid-block .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(0, 40, 86) 0%, rgba(0, 40, 86, 0) 100%);
}
.residencial__grid-block .image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.residencial__grid-block .data-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  padding: 30px 25px 25px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 650px) {
  .residencial__grid-block .data-container {
    padding: 25px 20px 120px;
  }
}
.residencial__grid-block .data-container .heading {
  width: 100%;
}
.residencial__grid-block .data-container .heading .title {
  color: #ED2F37;
}
.residencial__grid-block .data-container .heading .subtitle {
  color: #FFFFFF;
  font-weight: 400;
}
.residencial__grid-block .data-container .info {
  color: #FFFFFF;
}
.residencial__grid-block .data-container .info .title sup {
  font-size: 0.5em;
  vertical-align: super;
}
@media only screen and (max-width: 950px) {
  .residencial__grid-block .data-container .info {
    visibility: hidden;
    z-index: -1;
  }
}
.residencial__grid-block .cotiza {
  width: 100%;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #FFFFFF;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 950px) {
  .residencial__grid-block .cotiza {
    visibility: hidden;
    z-index: -1;
    opacity: 0;
  }
}

.residencial__amenities {
  width: 100%;
}
.residencial__amenities-title {
  width: calc(100% - 40px);
  grid-column: 1/11;
  display: flex;
  justify-content: center;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 950px) {
  .residencial__amenities-title {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .residencial__amenities-title {
    grid-column: 1/3;
    margin: 0 auto 50px;
  }
}
.residencial__amenities-title .title {
  color: #002D3E;
  text-align: center;
}
.residencial__amenities-zones {
  width: 100%;
  grid-column: 1/11;
}
@media only screen and (max-width: 950px) {
  .residencial__amenities-zones {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .residencial__amenities-zones {
    grid-column: 1/3;
  }
}
.residencial__amenities-block {
  width: 100%;
  display: grid;
  margin: 0 0 100px;
}
@media only screen and (max-width: 650px) {
  .residencial__amenities-block {
    margin: 0 0 50px;
  }
}
.residencial__amenities-block--even {
  grid-template-columns: 3.5fr 6.5fr;
}
@media only screen and (max-width: 1130px) {
  .residencial__amenities-block--even {
    grid-template-columns: 3fr 7fr;
  }
}
@media only screen and (max-width: 950px) {
  .residencial__amenities-block--even {
    grid-template-columns: 1fr;
  }
}
.residencial__amenities-block--even .image-container {
  grid-column: 2/3;
  grid-row: 1;
}
@media only screen and (max-width: 950px) {
  .residencial__amenities-block--even .image-container {
    grid-column: 1/2;
  }
}
.residencial__amenities-block--even .data-container {
  grid-column: 1/2;
  grid-row: 1;
  margin-left: 95px;
}
.residencial__amenities-block--even .data-container .content {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1130px) {
  .residencial__amenities-block--even .data-container {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 950px) {
  .residencial__amenities-block--even .data-container {
    grid-row: 2;
    margin: -70px auto 0;
  }
}
.residencial__amenities-block--odd {
  grid-template-columns: 6.5fr 3.5fr;
}
.residencial__amenities-block--odd .image-container {
  grid-column: 1/2;
  grid-row: 1;
}
.residencial__amenities-block--odd .data-container {
  grid-column: 2/3;
  grid-row: 1;
  margin-left: -95px;
}
.residencial__amenities-block--odd .data-container .content {
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 1130px) {
  .residencial__amenities-block--odd .data-container {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 950px) {
  .residencial__amenities-block--odd .data-container {
    grid-column: 1/2;
    grid-row: 2;
    margin: -70px auto 0;
  }
}
@media only screen and (max-width: 1130px) {
  .residencial__amenities-block--odd {
    grid-template-columns: 7fr 3fr;
  }
}
@media only screen and (max-width: 950px) {
  .residencial__amenities-block--odd {
    grid-template-columns: 1fr;
  }
}
.residencial__amenities-block .image-container {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 67.4157303371%;
  z-index: 1;
}
.residencial__amenities-block .data-container {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 950px) {
  .residencial__amenities-block .data-container {
    width: calc(100% - 40px);
  }
}
.residencial__amenities-block .data-container .content {
  max-width: 530px;
  background-color: #002D3E;
  padding: 40px 50px 100px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 950px) {
  .residencial__amenities-block .data-container .content {
    padding: 30px 20px;
  }
}
.residencial__amenities-block .data-container .content .title {
  position: relative;
  padding: 0 0 30px;
  margin: 0 0 70px;
  text-transform: uppercase;
}
@media only screen and (max-width: 950px) {
  .residencial__amenities-block .data-container .content .title {
    margin: 0 0 30px;
  }
}
.residencial__amenities-block .data-container .content .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 119px;
  height: 3px;
  background: linear-gradient(90deg, rgb(0, 167, 181) 0%, rgb(237, 46, 54) 45%, rgb(247, 105, 87) 100%);
}

/* _____  S I N G L E _____ */
.single__hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding: 90px 0 0;
}
@media only screen and (max-width: 650px) {
  .single__hero {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.single__hero-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background: linear-gradient(to right, hsl(0deg, 0%, 0%) 0%, hsla(0deg, 0%, 0%, 0.898) 8.6%, hsla(0deg, 0%, 0%, 0.798) 15.3%, hsla(0deg, 0%, 0%, 0.7) 20.5%, hsla(0deg, 0%, 0%, 0.605) 24.6%, hsla(0deg, 0%, 0%, 0.514) 27.9%, hsla(0deg, 0%, 0%, 0.428) 30.9%, hsla(0deg, 0%, 0%, 0.347) 33.8%, hsla(0deg, 0%, 0%, 0.272) 37.1%, hsla(0deg, 0%, 0%, 0.205) 41%, hsla(0deg, 0%, 0%, 0.146) 46.1%, hsla(0deg, 0%, 0%, 0.096) 52.5%, hsla(0deg, 0%, 0%, 0.055) 60.8%, hsla(0deg, 0%, 0%, 0.025) 71.2%, hsla(0deg, 0%, 0%, 0.006) 84.2%, hsla(0deg, 0%, 0%, 0) 100%);
  opacity: 0.62;
}
@media only screen and (max-width: 950px) {
  .single__hero-mask {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .single__hero-mask {
    background: linear-gradient(to bottom, hsl(0deg, 0%, 0%) 0%, hsla(0deg, 0%, 0%, 0.91) 7.6%, hsla(0deg, 0%, 0%, 0.823) 14%, hsla(0deg, 0%, 0%, 0.74) 19.6%, hsla(0deg, 0%, 0%, 0.66) 24.5%, hsla(0deg, 0%, 0%, 0.583) 29%, hsla(0deg, 0%, 0%, 0.51) 33.3%, hsla(0deg, 0%, 0%, 0.44) 37.6%, hsla(0deg, 0%, 0%, 0.373) 42.2%, hsla(0deg, 0%, 0%, 0.31) 47.2%, hsla(0deg, 0%, 0%, 0.25) 53%, hsla(0deg, 0%, 0%, 0.194) 59.6%, hsla(0deg, 0%, 0%, 0.14) 67.4%, hsla(0deg, 0%, 0%, 0.09) 76.6%, hsla(0deg, 0%, 0%, 0.044) 87.4%, hsla(0deg, 0%, 0%, 0) 100%);
  }
}
.single__hero-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 650px) {
  .single__hero-container {
    align-items: center;
  }
}
.single__hero-content {
  grid-column: 1/6;
  width: calc(100% - 20px);
  max-width: 540px;
  margin: 0 auto 0 20px;
  color: #FFFFFF;
  padding: 0 0 100px;
}
.single__hero-content--cluster {
  grid-column: 1/7;
  max-width: 700px;
}
.single__hero-content--cluster .title strong {
  color: #ED2F37;
}
@media only screen and (max-width: 950px) {
  .single__hero-content--cluster {
    width: 100%;
    grid-column: 1/6;
  }
}
@media only screen and (max-width: 650px) {
  .single__hero-content--cluster {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 950px) {
  .single__hero-content {
    padding: 0 0 140px;
  }
}
@media only screen and (max-width: 650px) {
  .single__hero-content {
    padding: 0;
  }
}
.single__hero-content .title {
  margin: 0 0 40px;
}
.single__hero-content .title sup {
  font-size: 0.5em;
  vertical-align: super;
}
@media only screen and (max-width: 950px) {
  .single__hero-content {
    width: 100%;
    grid-column: 1/6;
  }
}
@media only screen and (max-width: 650px) {
  .single__hero-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    grid-column: 1/3;
  }
}

.single__about {
  width: 100%;
  padding: 120px 0;
}
@media only screen and (max-width: 650px) {
  .single__about {
    padding: 65px 0 75px;
  }
}
.single__about-title {
  width: calc(100% - 20px);
  margin: 0 auto 0 20px;
  grid-column: 1/4;
}
.single__about-title .subtitle {
  color: #ED2F37;
  margin: 0 0 20px;
}
.single__about-title .title {
  color: #002D3E;
}
@media only screen and (max-width: 950px) {
  .single__about-title {
    grid-column: 1/5;
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 650px) {
  .single__about-title {
    grid-column: 1/3;
  }
}
.single__about-content {
  grid-column: 4/10;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 950px) {
  .single__about-content {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .single__about-content {
    grid-column: 1/3;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.single__about-content--block {
  display: block;
  width: 80%;
}
@media only screen and (max-width: 950px) {
  .single__about-content--block {
    grid-column: 1/7;
    width: 90%;
  }
}
@media only screen and (max-width: 650px) {
  .single__about-content--block {
    width: 100%;
    grid-column: 1/3;
  }
}

.single__amenities {
  width: 100%;
  padding: 120px 0 0px;
}
@media only screen and (max-width: 950px) {
  .single__amenities &gt; .container {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .single__amenities {
    padding: 70px 0 0px;
  }
}
.single__amenities-title {
  grid-column: 1/8;
  width: calc(100% - 20px);
  max-width: 540px;
  margin: 0 auto 50px 20px;
}
.single__amenities-title .subtitle {
  color: #ED2F37;
  margin: 0 0 20px;
}
.single__amenities-title .title {
  color: #002D3E;
}
@media only screen and (max-width: 950px) {
  .single__amenities-title {
    grid-column: 1/7;
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 650px) {
  .single__amenities-title {
    grid-column: 1/3;
  }
}
.single__amenities-list {
  grid-column: 1/11;
  width: calc(100% - 60px);
  margin: 0 40px 70px 20px;
  position: relative;
}
.single__amenities-list &gt; .single__amenities-list-titles:nth-last-child(2)::after {
  display: none;
}
@media only screen and (max-width: 950px) {
  .single__amenities-list {
    width: 100%;
    margin: 0 auto 60px;
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .single__amenities-list {
    grid-column: 1/3;
    margin: 0 auto 60px;
  }
}
.single__amenities-list-titles {
  width: 100%;
  padding: 50px 0;
  position: relative;
  display: grid;
  grid-template-columns: 4fr 6fr;
}
.single__amenities-list-titles::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #C4C4C4;
}
@media only screen and (max-width: 950px) {
  .single__amenities-list-titles::after {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .single__amenities-list-titles {
    padding: 50px 0 60px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .single__amenities-list-titles {
    grid-template-columns: 1fr;
    padding: 50px 0 10px;
  }
}
.single__amenities-list-titles-block {
  width: calc(100% - 20px);
  cursor: pointer;
}
.single__amenities-list-titles-block .title {
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media only screen and (max-width: 950px) {
  .single__amenities-list-titles-block {
    width: calc(100% - 20px);
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 650px) {
  .single__amenities-list-titles-block {
    grid-column: 1/2;
    grid-row: 1;
  }
}
.single__amenities-list-titles-content {
  width: calc(100% - 40px);
  max-width: 520px;
  margin: 0 auto 0 40px;
}
@media only screen and (max-width: 950px) {
  .single__amenities-list-titles-content {
    width: calc(100% - 20px);
    margin: 0 auto 0 0;
  }
}
@media only screen and (max-width: 650px) {
  .single__amenities-list-titles-content {
    width: calc(100% - 40px);
    margin: 40px auto 0;
    grid-column: 1/2;
    grid-row: 2;
  }
}
.single__amenities-list-titles-image {
  display: none;
  width: 100%;
  margin: 40px 0 0;
  grid-column: 1/3;
  grid-row: 2;
}
.single__amenities-list-titles-image .image-container {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 63.1578947368%;
}
@media only screen and (max-width: 950px) {
  .single__amenities-list-titles-image {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  .single__amenities-list-titles-image {
    grid-column: 1/2;
    grid-row: 3;
  }
}
.single__amenities-list-images {
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.single__amenities-list-images.active {
  z-index: 3;
}
@media only screen and (max-width: 950px) {
  .single__amenities-list-images {
    display: none;
  }
}
.single__amenities-list-images-block {
  display: none;
  width: 80%;
  position: relative;
  top: 0;
  left: 40px;
  height: 100%;
  align-items: center;
}
.single__amenities-list-images-block .image-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 60vh;
  min-height: 300px;
  overflow: hidden;
}
.single__amenities-list-images-block.active {
  display: flex;
}

/* _____  M A C R O L O T E S _____ */
.macrolotes__acerca {
  width: 100%;
  margin: 100px 0;
}
.macrolotes__acerca &gt; .container-no-margins {
  position: relative;
  padding-bottom: 52px;
}
@media only screen and (max-width: 650px) {
  .macrolotes__acerca &gt; .container-no-margins {
    padding-bottom: 42px;
  }
}
@media only screen and (max-width: 650px) {
  .macrolotes__acerca {
    margin: 50px 0 40px;
  }
}
.macrolotes__acerca-slider-images {
  grid-column: 6/13;
  width: calc(100% - 30px);
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .macrolotes__acerca-slider-images {
    height: auto;
    width: calc(100% - 30px);
    grid-column: 1/7;
    grid-row: 2;
  }
}
@media only screen and (max-width: 650px) {
  .macrolotes__acerca-slider-images {
    width: calc(100% - 20px);
    margin: 0 auto 0 0;
    grid-column: 1/3;
  }
}
.macrolotes__acerca-text {
  grid-column: 1/6;
  width: calc(100% - 80px);
  margin: 55px 30px 0 50px;
}
@media only screen and (max-width: 950px) {
  .macrolotes__acerca-text {
    grid-column: 1/7;
    width: calc(100% - 40px);
    margin: 0 auto 50px;
    grid-row: 1;
  }
}
@media only screen and (max-width: 650px) {
  .macrolotes__acerca-text {
    grid-column: 1/3;
  }
}
.macrolotes__acerca-text .subtitle {
  max-width: 560px;
  color: #ED2F37;
  margin: 0 auto 20px 0;
}
@media only screen and (max-width: 650px) {
  .macrolotes__acerca-text .subtitle {
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.macrolotes__acerca-text .title {
  max-width: 560px;
  color: #002D3E;
  margin: 0 auto 60px 0;
}
@media only screen and (max-width: 650px) {
  .macrolotes__acerca-text .title {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.macrolotes__acerca-text .content {
  max-width: 560px;
  margin: 0 auto 50px 0;
}
@media only screen and (max-width: 650px) {
  .macrolotes__acerca-text .content {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.macrolotes__acerca-text .button-container {
  max-width: 560px;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 650px) {
  .macrolotes__acerca-text .button-container {
    max-width: 100%;
    flex-direction: column;
  }
}
.macrolotes__acerca-text .button-container .button:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 650px) {
  .macrolotes__acerca-text .button-container .button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 35px;
  }
}
.macrolotes__acerca-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.macrolotes__acerca-slider .slick-list {
  height: 100% !important;
}
@media only screen and (max-width: 950px) {
  .macrolotes__acerca-slider .slick-list {
    height: auto !important;
  }
}
.macrolotes__acerca-slider .slick-track {
  display: flex !important;
  height: 100% !important;
}
@media only screen and (max-width: 950px) {
  .macrolotes__acerca-slider .slick-track {
    height: auto !important;
  }
}
.macrolotes__acerca-slider .slick-slide {
  height: 100% !important;
}
@media only screen and (max-width: 950px) {
  .macrolotes__acerca-slider .slick-slide {
    height: auto !important;
  }
}
.macrolotes__acerca-slider-block {
  width: 100%;
  height: 100%;
}
.macrolotes__acerca-slider-block .image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .macrolotes__acerca-slider-block .image-container {
    height: 0;
    padding-top: 84.5070422535%;
  }
}
@media only screen and (min-width: 650px) {
  .macrolotes__acerca-slider-block {
    min-height: 550px;
  }
}

.macrolotes__associates {
  width: 100%;
  padding: 100px 0;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 650px) {
  .macrolotes__associates {
    padding: 50px 0;
  }
}
.macrolotes__associates-title {
  grid-column: 2/10;
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
}
.macrolotes__associates-title .title {
  color: #002D3E;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .macrolotes__associates-title {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .macrolotes__associates-title {
    grid-column: 1/3;
    margin: 0 auto 40px;
  }
}
.macrolotes__associates-list {
  grid-column: 2/10;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
@media only screen and (max-width: 950px) {
  .macrolotes__associates-list {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .macrolotes__associates-list {
    grid-column: 1/3;
    width: 100%;
    max-width: 340px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 70px;
  }
}
.macrolotes__associates-list &gt; .macrolotes__associates-block:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (max-width: 650px) {
  .macrolotes__associates-list &gt; .macrolotes__associates-block:not(:last-child) {
    margin-right: 0;
  }
}
.macrolotes__associates-block {
  display: block;
  width: 230px;
  height: 115px;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
@media only screen and (min-width: 1600px) {
  .macrolotes__associates-block {
    width: 230px;
    height: 115px;
  }
}
@media only screen and (max-width: 1200px) {
  .macrolotes__associates-block {
    width: 160px;
    height: 80px;
  }
}
@media only screen and (max-width: 650px) {
  .macrolotes__associates-block {
    margin: 0 auto;
    width: 100%;
  }
}

.macrolotes__artists {
  padding: 100px 0;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .macrolotes__artists {
    padding: 50px 0;
  }
}
.macrolotes__artists-title {
  grid-column: 2/10;
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
}
.macrolotes__artists-title .title {
  color: #002D3E;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .macrolotes__artists-title {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .macrolotes__artists-title {
    grid-column: 1/3;
  }
}
.macrolotes__artists-slider {
  grid-column: 1/11;
  width: calc(100% - 260px);
  margin: 0 auto;
  position: relative;
  padding: 0 0 50px;
}
@media only screen and (max-width: 950px) {
  .macrolotes__artists-slider {
    grid-column: 1/7;
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 650px) {
  .macrolotes__artists-slider {
    grid-column: 1/3;
    width: 100%;
  }
}
.macrolotes__artists-slider-container {
  width: 100%;
  position: relative;
  /* the slides */
  /* the parent */
}
.macrolotes__artists-slider-container .slick-slide {
  margin: 0 15px;
}
@media only screen and (max-width: 650px) {
  .macrolotes__artists-slider-container .slick-slide {
    margin: 0 5px;
  }
}
.macrolotes__artists-slider-container .slick-list {
  margin: 0 -15px;
}
@media only screen and (max-width: 650px) {
  .macrolotes__artists-slider-container .slick-list {
    margin: 0 -5px;
  }
}
.macrolotes__artists-slider-container &gt; div:not(:first-child) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.macrolotes__artists-slider-container.slick-initialized &gt; div:not(:first-child) {
  visibility: visible;
  opacity: 1;
}
.macrolotes__artists-block {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.macrolotes__artists-block .image-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  z-index: 1;
}
.macrolotes__artists-block .image-container .image {
  z-index: 2;
}
.macrolotes__artists-block .image-container .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background: linear-gradient(to top, hsl(212deg, 100%, 17%) 0%, hsla(212deg, 100%, 17%, 0.898) 8.6%, hsla(212deg, 100%, 17%, 0.798) 15.3%, hsla(212deg, 100%, 17%, 0.7) 20.5%, hsla(212deg, 100%, 17%, 0.605) 24.6%, hsla(212deg, 100%, 17%, 0.514) 27.9%, hsla(212deg, 100%, 17%, 0.428) 30.9%, hsla(212deg, 100%, 17%, 0.347) 33.8%, hsla(212deg, 100%, 17%, 0.272) 37.1%, hsla(212deg, 100%, 17%, 0.205) 41%, hsla(212deg, 100%, 17%, 0.146) 46.1%, hsla(212deg, 100%, 17%, 0.096) 52.5%, hsla(212deg, 100%, 17%, 0.055) 60.8%, hsla(212deg, 100%, 17%, 0.025) 71.2%, hsla(212deg, 100%, 17%, 0.006) 84.2%, hsla(212deg, 100%, 17%, 0) 100%);
  opacity: 0.62;
}
.macrolotes__artists-block .image-container .data-name {
  width: 100%;
  color: #FFFFFF;
  padding: 30px 20px;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.macrolotes__artists-block .image-container .data-name .name {
  text-align: center;
}

/* _____ N O S O T R O S _____ */
.nosotros__timeline {
  width: 100%;
  padding: 100px 0;
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline {
    padding: 50px 0;
  }
  .nosotros__timeline &gt; .container {
    width: 100%;
  }
}
.nosotros__timeline-title {
  grid-column: 2/10;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nosotros__timeline-title .title {
  color: #002D3E;
  margin: 0 0 60px;
  text-align: center;
}
.nosotros__timeline-title .content {
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .nosotros__timeline-title {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-title {
    grid-column: 1/3;
    width: calc(100% - 40px);
    margin: 0 auto 50px;
  }
}
.nosotros__timeline-years {
  grid-column: 2/10;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
@media only screen and (max-width: 950px) {
  .nosotros__timeline-years {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-years {
    width: calc(100% - 40px);
    grid-column: 1/3;
  }
}
.nosotros__timeline-block {
  width: 100%;
  max-width: 728px;
  padding: 35px 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 8px 16px rgba(0, 0, 0, 0.04), 0 16px 32px rgba(0, 0, 0, 0.04), 0 32px 64px rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 950px) {
  .nosotros__timeline-block {
    padding: 20px;
  }
}
.nosotros__timeline-block--even {
  margin: 0 0 0 auto;
}
.nosotros__timeline-block--even .content {
  grid-template-columns: 1fr 1.2fr;
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-block--even .content {
    grid-template-columns: 1fr;
  }
}
.nosotros__timeline-block--even .content .text-container {
  grid-column: 1/2;
  grid-row: 1;
  text-align: right;
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-block--even .content .text-container {
    grid-column: 1/3;
    grid-row: 1;
    text-align: center;
  }
}
.nosotros__timeline-block--even .content .text-container .year {
  margin: 0 -38px 10px 0;
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-block--even .content .text-container .year {
    margin: -33px auto 0px;
  }
}
.nosotros__timeline-block--even .content .image-container {
  grid-column: 2/3;
  grid-row: 1;
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-block--even .content .image-container {
    grid-column: 1/3;
    grid-row: 2;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-block--even .content .image-container--first-mobile {
    grid-column: 1/3;
    grid-row: 1;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-block--even .content .text-container--first-mobile {
    grid-column: 1/3;
    grid-row: 2;
  }
}
.nosotros__timeline-block--even .content:not(:last-child) {
  margin: 0 0 25px;
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-block--even .content:not(:last-child) {
    margin: 0 0 45px;
  }
}
.nosotros__timeline-block--odd {
  margin: 0 auto 0 0;
}
.nosotros__timeline-block--odd .content {
  grid-template-columns: 1.2fr 1fr;
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-block--odd .content {
    grid-template-columns: 1fr;
  }
}
.nosotros__timeline-block--odd .content .text-container {
  grid-column: 2/3;
  grid-row: 1;
}
.nosotros__timeline-block--odd .content .text-container .year {
  margin: 0 0 10px -38px;
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-block--odd .content .text-container .year {
    margin: -33px auto 0px;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-block--odd .content .text-container {
    grid-column: 1/3;
    grid-row: 1;
    text-align: center;
  }
}
.nosotros__timeline-block--odd .content .image-container {
  grid-column: 1/2;
  grid-row: 1;
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-block--odd .content .image-container {
    grid-column: 1/3;
    grid-row: 2;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-block--odd .content .image-container--first-mobile {
    grid-column: 1/3;
    grid-row: 1;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-block--odd .content .text-container--first-mobile {
    grid-column: 1/3;
    grid-row: 2;
  }
}
.nosotros__timeline-block--odd .content:not(:last-child) {
  margin: 0 0 25px;
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-block--odd .content:not(:last-child) {
    margin: 0 0 45px;
  }
}
.nosotros__timeline-block .content {
  width: 100%;
  display: grid;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.nosotros__timeline-block .content .text-container {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.nosotros__timeline-block .content .text-container .year {
  color: #EDEDED;
  background-color: #ED2F37;
  background-image: linear-gradient(90.19deg, #ED2F37 12.81%, rgba(247, 105, 87, 0.92) 87.17%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.nosotros__timeline-block .content .text-container .title {
  color: #002D3E;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.nosotros__timeline-block .content .text-container .text {
  color: #002D3E;
}
.nosotros__timeline-block .content .image-container {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 74.2857142857%;
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-block .content .image-container {
    margin: 45px 0 0;
  }
}
.nosotros__timeline-highlight {
  grid-column: 2/10;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  background-color: #0A3546;
}
@media only screen and (max-width: 950px) {
  .nosotros__timeline-highlight {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-highlight {
    grid-column: 1/3;
  }
}
.nosotros__timeline-highlight-block {
  width: 100%;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-highlight-block {
    grid-template-columns: 1fr;
  }
}
.nosotros__timeline-highlight-block .content {
  max-width: 360px;
  width: calc(100% - 40px);
  margin: 0 40px 0 auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 650px) {
  .nosotros__timeline-highlight-block .content {
    width: calc(100% - 40px);
    margin: 40px auto 70px;
  }
}
.nosotros__timeline-highlight-block .content .text-container {
  width: 100%;
}
.nosotros__timeline-highlight-block .content .text-container .year {
  color: #002736;
  background-color: #ED2F37;
  background-image: linear-gradient(90.19deg, #ED2F37 12.81%, rgba(247, 105, 87, 0.92) 87.17%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  margin: 0;
}
.nosotros__timeline-highlight-block .content .text-container .title {
  color: #FFFFFF;
  margin: 0 0 10px;
}
.nosotros__timeline-highlight-block .content .text-container .text {
  color: #FFFFFF;
  margin: 0 0 35px;
}
.nosotros__timeline-highlight-block .image-container {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 129.7297297297%;
}
@media only screen and (max-width: 950px) {
  .nosotros__timeline-highlight-block .image-container {
    padding-top: 74.2857142857%;
  }
}

.nosotros__text {
  width: 100%;
  padding: 100px 0;
}
@media only screen and (max-width: 650px) {
  .nosotros__text {
    padding: 50px 0;
  }
}
.nosotros__text--residencial {
  padding: 0 0 100px;
}
@media only screen and (max-width: 650px) {
  .nosotros__text--residencial {
    padding: 50px 0;
  }
}
.nosotros__text-image {
  grid-column: 6/11;
  width: calc(100% - 30px);
  height: 100%;
  margin: 0 0 0 auto;
  grid-row: 1;
}
.nosotros__text-image .image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 0;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .nosotros__text-image .image-container {
    height: 0;
    padding-top: 84.5070422535%;
  }
}
@media only screen and (max-width: 950px) {
  .nosotros__text-image {
    grid-column: 1/7;
    grid-row: 2;
    width: calc(100% - 20px);
    margin: 0 auto 0 0;
  }
}
@media only screen and (min-width: 650px) {
  .nosotros__text-image {
    min-height: 550px;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__text-image {
    grid-column: 1/3;
    margin: 0 auto 0 0;
  }
}
.nosotros__text-content {
  grid-column: 1/6;
  display: flex;
  align-items: center;
  grid-row: 1;
}
@media only screen and (max-width: 950px) {
  .nosotros__text-content {
    grid-column: 1/7;
    grid-row: 1;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__text-content {
    grid-column: 1/3;
  }
}
.nosotros__text-content-container {
  width: calc(100% - 80px);
  max-width: 560px;
  margin: 0 auto 0 40px;
}
@media only screen and (max-width: 950px) {
  .nosotros__text-content-container {
    width: calc(100% - 40px);
    margin: 0 auto 50px 20px;
  }
}
.nosotros__text-content-container .subtitle {
  color: #ED2F37;
  margin: 0 auto 20px 0;
}
@media only screen and (max-width: 650px) {
  .nosotros__text-content-container .subtitle {
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.nosotros__text-content-container .title {
  color: #002D3E;
  margin: 0 auto 60px 0;
}
@media only screen and (max-width: 650px) {
  .nosotros__text-content-container .title {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.nosotros__text-content-container .content {
  margin: 0 auto 50px 0;
}
@media only screen and (max-width: 650px) {
  .nosotros__text-content-container .content {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.nosotros__text-content-container .button-container {
  max-width: 560px;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 650px) {
  .nosotros__text-content-container .button-container {
    max-width: 100%;
    flex-direction: column;
  }
}
.nosotros__text-content-container .button-container .button:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 650px) {
  .nosotros__text-content-container .button-container .button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 35px;
  }
}

.nosotros__group-hero {
  width: 100%;
  height: 520px;
  padding: 72px 0;
  background-color: #002D3E;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 650px) {
  .nosotros__group-hero {
    min-height: 60vh;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.nosotros__group-hero-image {
  grid-column: 2/10;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 950px) {
  .nosotros__group-hero-image {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__group-hero-image {
    grid-column: 1/3;
  }
}
.nosotros__group-about {
  width: 100%;
  padding: 100px 0;
}
@media only screen and (max-width: 650px) {
  .nosotros__group-about {
    padding: 50px 0;
  }
}
.nosotros__group-about-block {
  width: 100%;
}
.nosotros__group-about-container {
  width: 100%;
}
.nosotros__group-about-grid {
  width: 100%;
  display: grid;
  grid-template-columns: calc(50% - 45px) calc(50% - 45px);
  -moz-column-gap: 90px;
       column-gap: 90px;
}
@media only screen and (max-width: 1200px) {
  .nosotros__group-about-grid {
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media only screen and (max-width: 950px) {
  .nosotros__group-about-grid {
    grid-template-columns: 100%;
  }
}
.nosotros__group-about-images {
  width: 100%;
  position: relative;
  padding-bottom: 52px;
}
@media only screen and (max-width: 950px) {
  .nosotros__group-about-images {
    grid-row: 2;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.nosotros__group-about-slider {
  width: 100%;
}
.nosotros__group-about-slider &gt; div:not(:first-child) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.nosotros__group-about-slider.slick-initialized &gt; div:not(:first-child) {
  visibility: visible;
  opacity: 1;
}
.nosotros__group-about-slider-block {
  width: 100%;
}
.nosotros__group-about-slider-block .one-container {
  width: 100%;
}
.nosotros__group-about-slider-block .one-container .image-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 75.7575757576%;
}
.nosotros__group-about-slider-block .two-container {
  width: 100%;
  display: grid;
  grid-template-columns: 3.5fr 2fr;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
@media only screen and (max-width: 1200px) {
  .nosotros__group-about-slider-block .two-container {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
@media only screen and (max-width: 950px) {
  .nosotros__group-about-slider-block .two-container {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__group-about-slider-block .two-container {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.nosotros__group-about-slider-block .two-container .image-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.nosotros__group-about-slider-block .two-container .aux-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.nosotros__group-about-slider-block .two-container .aux-container .image-container {
  padding-top: 160%;
}
.nosotros__group-about-slider-block .two-container .image-container:first-child {
  padding-top: 135.1351351351%;
}
.nosotros__group-about-slider-block .data {
  width: calc(100% - 40px);
  margin: 20px auto 0;
}
@media only screen and (max-width: 650px) {
  .nosotros__group-about-slider-block .data {
    margin: 15px auto 0;
  }
}
.nosotros__group-about-text {
  width: calc(100% - 20px);
  max-width: 610px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nosotros__group-about-text .block {
  width: 100%;
}
@media only screen and (max-width: 950px) {
  .nosotros__group-about-text {
    width: calc(100% - 40px);
    margin: 0 auto 50px;
    grid-row: 1;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__group-about-text {
    max-width: 100%;
  }
}
.nosotros__group-about-text .subtitle {
  color: #ED2F37;
  margin: 0 0 20px;
}
.nosotros__group-about-text .title {
  color: #002D3E;
  margin: 0 0 60px;
}
@media only screen and (max-width: 650px) {
  .nosotros__group-about-text .title {
    margin: 0 0 30px;
  }
}
.nosotros__group-about-text .content {
  color: #000000;
}
.nosotros__group-counters {
  width: 100%;
  background-color: #FAFAFA;
  padding: 100px 0;
}
@media only screen and (max-width: 650px) {
  .nosotros__group-counters {
    padding: 50px 0;
  }
}
.nosotros__group-counters-title {
  grid-column: 2/10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto 100px;
}
.nosotros__group-counters-title--lomas {
  margin: 0 auto 65px;
}
@media only screen and (max-width: 650px) {
  .nosotros__group-counters-title--lomas {
    margin: 0 auto 50px;
  }
}
.nosotros__group-counters-title .title {
  color: #002D3E;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 950px) {
  .nosotros__group-counters-title {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__group-counters-title {
    grid-column: 1/3;
    margin: 0 auto 60px;
  }
}
.nosotros__group-counters-container {
  grid-column: 2/10;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .nosotros__group-counters-container {
    grid-column: 1/11;
    max-width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .nosotros__group-counters-container {
    grid-column: 1/7;
    max-width: 590px;
    justify-content: center;
    align-content: center;
  }
  .nosotros__group-counters-container &gt; .nosotros__group-counters-block:first-child {
    margin: 0 100px 100px 0px;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__group-counters-container {
    grid-column: 1/3;
    max-width: 245px;
  }
  .nosotros__group-counters-container &gt; .nosotros__group-counters-block:first-child {
    margin: 0 0px 50px 0px;
  }
  .nosotros__group-counters-container &gt; .nosotros__group-counters-block:last-child {
    margin: 0;
  }
}
.nosotros__group-counters-block {
  width: 245px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 950px) {
  .nosotros__group-counters-block {
    margin: 0 0px 100px 0px;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__group-counters-block {
    margin: 0 0 50px 0;
  }
}
.nosotros__group-counters-block .counter {
  width: 100%;
  padding: 0 0 20px;
  position: relative;
}
.nosotros__group-counters-block .counter p {
  word-break: break-all;
  text-align: center;
}
.nosotros__group-counters-block .counter p[data-symbol]::before {
  content: attr(data-symbol) " ";
}
.nosotros__group-counters-block .counter::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgb(0, 167, 181) 0%, rgb(237, 46, 54) 45%, rgb(247, 105, 87) 100%);
}
.nosotros__group-counters-block .title {
  margin: 20px 0 0;
}
.nosotros__group-counters-block .title p {
  word-break: break-all;
  text-align: center;
}
.nosotros__group-gallery .image-container {
  padding: 100px 0 60px;
  background-color: #FAFAFA;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .nosotros__group-gallery .image-container {
    padding: 60px 0;
  }
}
.nosotros__group-gallery .image-container &gt; .container {
  position: relative;
  z-index: 1;
}
.nosotros__group-gallery .image-container .title-container {
  color: #002D3E;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 2;
}
@media only screen and (max-width: 650px) {
  .nosotros__group-gallery .image-container .title-container {
    position: static;
  }
}
.nosotros__group-gallery .image-container:nth-child(2n) {
  background-color: transparent;
}
.nosotros__group-gallery-image {
  grid-column: 2/10;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
@media only screen and (max-width: 950px) {
  .nosotros__group-gallery-image {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__group-gallery-image {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 650px) {
  .nosotros__group-gallery-image--desktop {
    display: none;
  }
}
.nosotros__group-gallery-image--mobile {
  display: none;
}
@media only screen and (max-width: 650px) {
  .nosotros__group-gallery-image--mobile {
    display: block;
  }
}

/* _____  C O N T A C T O _____ */
.contacto {
  width: 100%;
  padding: 160px 0 0;
}
@media only screen and (max-width: 650px) {
  .contacto {
    padding: 130px 0 0;
  }
}
.contacto__title {
  grid-column: 1/11;
  width: calc(100% - 240px);
  margin: 0 auto 90px;
}
@media only screen and (max-width: 1130px) {
  .contacto__title {
    width: calc(100% - 40px);
  }
}
.contacto__title .title {
  color: #002D3E;
}
@media only screen and (max-width: 950px) {
  .contacto__title {
    grid-column: 1/7;
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .contacto__title {
    grid-column: 1/3;
    margin: 0 auto 65px;
  }
}
.contacto__list {
  grid-column: 5/9;
  width: 100%;
  margin: 0 0 160px;
}
@media only screen and (max-width: 1130px) {
  .contacto__list {
    grid-column: 5/10;
  }
}
@media only screen and (max-width: 950px) {
  .contacto__list {
    grid-column: 3/7;
  }
}
@media only screen and (max-width: 650px) {
  .contacto__list {
    grid-column: 1/3;
    margin: 0 0 110px;
  }
}
.contacto__list &gt; .contacto__block:not(:last-child) {
  margin: 0 0 75px;
  padding-bottom: 75px;
}
.contacto__list &gt; .contacto__block:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 119px;
  height: 3px;
  background: linear-gradient(90deg, rgb(0, 167, 181) 0%, rgb(237, 46, 54) 45%, rgb(247, 105, 87) 100%);
}
.contacto__block {
  width: 100%;
  position: relative;
}
.contacto__block .title {
  color: #002D3E;
  margin: 0 0 25px;
}
.contacto__block .subtitle {
  color: #ED2F37;
  margin: 0 0 25px;
}
.contacto__block .content a &gt; strong, .contacto__block .content strong &gt; a {
  color: #ED2F37;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map*/</pre></body></html>