:root {
  --fancybox-bg: #eaeaea;
  /* Light background */
  --fancybox-color: #111;
  /* Dark text */
  --fancybox-overlay-bg: #eaeaea;
  /* Light overlay */
  --fancybox-accent-color: #000;
}

.fancybox__backdrop {
  background: #eaeaea !important;
}

body {
  font-family: "lato", sans-serif;
  letter-spacing: 0.1em;
  background-color: #eae1da;
}

button {
  background-color: transparent;
  border: 0;
}

main {
  background-color: #eae1da;
}

.container {
  max-width: 117rem;
}

.button--cotizar {
  color: white;
  background-color: #2c2c2d;
  text-transform: uppercase;
  font-size: 1.8rem;
  padding: 0.9rem 3rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 7.5rem 0;
  color: white;
  transition: all 400ms ease;
}
.header .container {
  max-width: 170rem;
}
@media screen and (max-width: 860px) {
  .header {
    padding: 2rem 0;
  }
}
.header.menu_opened, .header.scrolled {
  padding: 2rem 0;
  background-color: #090c16;
}
.header.scrolled.scroll-down:not(.menu_opened) {
  transform: translateY(-100%);
}
@media screen and (max-width: 860px) {
  .header__nav {
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 400ms ease;
    background-color: #090c16;
    padding: 3rem 3rem 5rem;
    max-height: calc(100vh - 7.5rem);
    overflow: auto;
  }
  .header__nav ul {
    flex-direction: column;
  }
}
.header__nav a {
  font-weight: 300;
}
.header__nav a:hover {
  text-decoration: underline;
}
.header .menu_button {
  display: none;
  height: 24px;
}
@media screen and (max-width: 860px) {
  .header .menu_button {
    display: flex;
  }
}
.header.menu_opened .header__nav {
  transform: translateX(0);
}

.hero {
  position: relative;
  background-color: #090c16;
}
.hero__banner {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero__logo {
  position: absolute;
  left: 50%;
  bottom: 28vh;
  width: 11vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 860px) {
  .hero__logo {
    width: 41vw;
  }
}
.hero__status {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 16vh;
  color: white;
  font-weight: 300;
  font-size: 2.5rem;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .hero__status {
    font-size: 1.6rem;
  }
}

.concepto {
  background-color: #0a0c12;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  text-align: center;
}
.concepto::before, .concepto::after {
  content: "";
  width: 3px;
  height: 5rem;
  background-color: white;
}
.concepto__title {
  margin: 5rem 0 1rem;
  font-weight: 300;
  font-size: 2.8rem;
}
.concepto__subtitle {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.concepto__text {
  font-weight: 300;
  max-width: 78rem;
  margin: 0 auto;
  line-height: 2em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 860px) {
  .concepto__text {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}

.galeria {
  background-color: #0a0c12;
  padding: 0 0 6rem;
}
@media screen and (max-width: 860px) {
  .galeria .container {
    padding: 0;
  }
}
.galeria__slider {
  margin-bottom: 0;
}
.galeria__slider__item {
  display: none;
}
.galeria__slider__item:first-child {
  display: block;
}
.galeria__slider__item img {
  width: 100%;
  height: auto;
  display: block;
}

.frases {
  padding: 25vw 0 30vw;
  background: url("../images/v2_background-Desktop.webp") no-repeat bottom center/100vw;
  background-color: #0a0c12;
  color: white;
  margin-top: -20vw;
}
@media screen and (max-width: 860px) {
  .frases {
    background-image: url("../images/v2_Backgound_mobile.webp");
    padding: 5rem 0 13rem;
    margin-top: -7rem;
  }
}
.frases::before {
  content: "";
  width: 54rem;
  height: 1px;
  background-color: white;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .frases::before {
    display: none;
  }
}
.frases__slider {
  margin: 15rem -2rem;
}
@media screen and (max-width: 860px) {
  .frases__slider {
    margin: 5rem 2rem;
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
  }
}
.frases__slider .slick-slide {
  margin: 0 2rem;
}
.frases__slider .slick-dots {
  bottom: -8vw;
}
.frases__slider .slick-dots li button {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: transparent;
  border: solid 1px white;
}
.frases__slider .slick-dots li.slick-active button {
  background-color: white;
  opacity: 1;
}
.frases__slider__item {
  display: none;
}
@media screen and (max-width: 860px) {
  .frases__slider__item {
    display: block;
  }
  .frases__slider__item > .flex {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .frases__slider__item:nth-child(even) > .flex {
    flex-direction: row-reverse;
  }
}
.frases__slider__item:first-child {
  display: block;
}
@media screen and (max-width: 860px) {
  .frases__slider__item figure {
    width: calc(50% - 0.5rem);
  }
}
.frases__slider__item img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 21.3rem;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 860px) {
  .frases__slider__item img {
    min-width: initial;
    aspect-ratio: 277/460;
  }
}
.frases__slider__item__content {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  .frases__slider__item__content {
    width: calc(50% - 0.5rem);
  }
}
.frases__slider__item__content__title {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media screen and (max-width: 860px) {
  .frases__slider__item__content__title {
    display: none;
  }
}
.frases__slider__item__content__subtitle {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
@media screen and (max-width: 860px) {
  .frases__slider__item__content__subtitle {
    order: 4;
    font-size: 1.2rem;
    padding-left: 2.5rem;
  }
}
.frases__slider__item__content__name {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 860px) {
  .frases__slider__item__content__name {
    order: 2;
    padding-left: 2.5rem;
  }
}
.frases__slider__item__content__cargo {
  font-weight: 300;
  font-size: 1.2rem;
  margin-bottom: 3rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 860px) {
  .frases__slider__item__content__cargo {
    order: 3;
    margin: 0.4rem 0;
    padding-left: 2.5rem;
  }
}
.frases__slider__item__content__text {
  font-size: 1.2rem;
  font-weight: 100;
  background: url("../images/aspas.png") no-repeat top left/1.4rem;
  padding-left: 2.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 860px) {
  .frases__slider__item__content__text {
    order: 1;
    padding-left: 2.5rem;
  }
}
.frases__slider__item__content__site {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.2rem;
}
@media screen and (max-width: 860px) {
  .frases__slider__item__content__site {
    display: none;
  }
}
.frases .galeria {
  margin: 15vw 0 7vw;
}

.sectitle {
  overflow: hidden;
}

.sectitle .sectitle__title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 860px) {
  .sectitle .sectitle__title {
    font-size: 1rem;
  }
}

.sectitle .sectitle__title::after {
  content: "";
  position: absolute;
  width: 50vw;
  height: 2px;
  background-color: #fff;
  left: 100%;
  top: 50%;
}

.sectitle .sectitle__title::before {
  content: "";
  position: absolute;
  width: 50vw;
  height: 2px;
  background-color: #fff;
  right: 100%;
  top: 50%;
}

.proyecto {
  padding: 0 0 16rem;
  overflow: hidden;
  position: relative;
  top: -1px;
  background-color: #eae1da;
}
.proyecto__title {
  font-weight: 500;
  text-align: center;
  color: #b19480;
  font-size: 3rem;
  margin-bottom: 5rem;
}
.proyecto__slider {
  margin: 0 -2rem;
}
.proyecto__slider .slick-dots {
  bottom: -5rem;
}
.proyecto__slider .slick-dots li button {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: transparent;
  border: solid 1px #b19480;
}
.proyecto__slider .slick-dots li.slick-active button {
  background-color: #b19480;
  opacity: 1;
}
.proyecto__slider .slick-list {
  overflow: initial;
}
.proyecto__slider .slick-slide {
  transition: transform 500ms ease;
  transform: scaleY(0.9);
  margin: 0 2rem;
}
.proyecto__slider .slick-slide.slick-current {
  transform: scaleY(1);
}
.proyecto__slider__item {
  display: none;
}
.proyecto__slider__item:first-child {
  display: block;
}
.proyecto__slider__item img {
  width: 100%;
  height: auto;
  display: block;
}

.plantas {
  padding: 0 0 6rem;
  color: #64625e;
  overflow: hidden;
}
.plantas::before {
  content: "";
  width: 54rem;
  height: 1px;
  background-color: #0a0c12;
  margin: 0 auto 6rem;
}
.plantas__slider {
  margin-top: 8rem;
}
.plantas__slider .slick-dots {
  bottom: unset;
  top: -4rem;
  justify-content: flex-end;
  display: flex;
  padding-right: 8rem;
}
@media screen and (max-width: 860px) {
  .plantas__slider .slick-dots {
    justify-content: center;
    padding: 0;
  }
}
.plantas__slider .slick-dots li button {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: transparent;
  border: solid 1px #b19480;
}
.plantas__slider .slick-dots li.slick-active button {
  background-color: #b19480;
  opacity: 1;
}
.plantas__slider__item {
  display: none;
}
.plantas__slider__item:first-child {
  display: block;
}
.plantas__slider__item__row {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 860px) {
  .plantas__slider__item__row {
    flex-direction: column-reverse;
    row-gap: 0;
  }
}
.plantas__slider__item__col--image {
  max-width: 86.8rem;
}
@media screen and (max-width: 860px) {
  .plantas__slider__item__col--image {
    max-width: 100%;
  }
}
.plantas__slider__item__col--image img {
  display: block;
  width: 100%;
  height: auto;
}
.plantas__slider__item__col--infos {
  max-width: 30rem;
}
@media screen and (max-width: 860px) {
  .plantas__slider__item__col--infos {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
.plantas__slider__item__col--infos img {
  max-width: 100%;
  height: auto;
}
.plantas__slider__item__col--infos figure {
  padding: 2rem 0;
  border-bottom: solid 1px #b19480;
}
@media screen and (max-width: 860px) {
  .plantas__slider__item__col--infos figure {
    border-bottom: 0;
  }
}
.plantas__slider__item__col--infos p {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.2rem;
}
.plantas__slider__item__col--infos ul {
  padding: 2rem 0;
  border-bottom: solid 1px #b19480;
}
@media screen and (max-width: 860px) {
  .plantas__slider__item__col--infos ul {
    border-bottom: 0;
  }
}
.plantas__slider__item__col--infos ul li {
  font-weight: 300;
}
@media screen and (max-width: 860px) {
  .plantas__slider__item__col--infos ul li {
    font-size: 1.2rem;
  }
}
.plantas__slider__item__col__title {
  color: #090c16;
  font-size: 3.2rem;
  font-weight: 300;
  border: solid 1px #b19480;
  border-left: 0;
  border-right: 0;
  padding: 2rem 0;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .plantas__slider__item__col__title {
    font-size: 2rem;
  }
}
.plantas__slider__item__col__title strong {
  font-weight: 700;
}
.plantas__disclaimer {
  font-weight: 300;
  font-size: 1.2rem;
}
@media screen and (max-width: 860px) {
  .plantas__disclaimer {
    text-align: center;
    margin-top: 2rem;
  }
}

.ubicacion {
  color: #64625e;
  padding: 0 0 6rem;
  overflow: hidden;
}
.ubicacion::before {
  content: "";
  width: 54rem;
  height: 1px;
  background-color: #0a0c12;
  margin: 0 auto 6rem;
}
.ubicacion__title {
  margin-bottom: 1rem;
}
.ubicacion__text {
  font-weight: 300;
  font-size: 1.2rem;
  font-style: normal;
  margin-bottom: 4rem;
  display: block;
}

.contacto {
  padding: 0 0 6rem;
}
.contacto::before {
  content: "";
  width: 54rem;
  height: 1px;
  background-color: #0a0c12;
  margin: 0 auto 6rem;
}
.contacto__form__row {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 860px) {
  .contacto__form__row {
    flex-direction: column;
    row-gap: 0;
  }
}
.contacto__form__hold {
  flex: 1 1 50%;
  position: relative;
}
.contacto__form__hold--check {
  margin-top: 4rem;
}
.contacto__form__hold--check label {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacto__form__hold--check input {
  margin-right: 1rem;
}
.contacto__form__hold--check a {
  text-decoration: underline;
}
.contacto__form__label {
  font-size: 1.8rem;
  font-weight: 400;
  position: absolute;
  width: 100%;
  left: 0.5rem;
  bottom: 2.6rem;
  transition: bottom 400ms ease;
}
.contacto__form__field {
  border: 0;
  border-bottom: solid 1px #090c16;
  padding: 0.5rem;
  background-color: transparent;
  width: 100%;
  display: block;
  margin: 2rem 0;
}
.contacto__form__field:not(:-moz-placeholder) + label {
  bottom: 5rem;
}
.contacto__form__field:not(:placeholder-shown) + label, .contacto__form__field:focus + label {
  bottom: 5rem;
}
.contacto__form__button {
  background-color: #090c16;
  color: white;
  padding: 2rem;
  display: table;
  margin: 5rem auto 0;
  text-align: center;
  font-size: 2.4rem;
  width: 100%;
  max-width: 50rem;
  border: solid 1px #090c16;
  transition: all 400ms ease;
}
@media screen and (max-width: 860px) {
  .contacto__form__button {
    font-size: 2rem;
    max-width: initial;
    width: auto;
    padding: 2rem 5rem;
  }
}
.contacto__form__button:hover {
  background-color: transparent;
  color: #090c16;
}

.footer {
  background-color: #15151c;
  padding: 11.5rem 0 22rem;
  color: white;
}
@media screen and (max-width: 860px) {
  .footer {
    padding: 10rem 0 15rem;
  }
}
.footer__row {
  border-bottom: solid 1px white;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 860px) {
  .footer__row {
    flex-direction: column;
    align-items: center;
  }
}
.footer__row p {
  margin: 0;
  font-size: 1.4rem;
}
.footer__copy {
  padding-top: 1.5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 860px) {
  .footer__copy {
    text-align: center;
  }
}

.floatlinks {
  position: fixed;
  bottom: 3rem;
  right: 5rem;
  z-index: 3;
  font-family: "";
}
@media screen and (max-width: 768px) {
  .floatlinks {
    bottom: 1rem;
    right: 1rem;
  }
  .floatlinks img {
    width: 4rem;
    height: 4rem;
  }
}

.btncotizar {
  background-color: #2c2c2d;
  color: white;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 1rem 3rem;
  font-family: "lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .btncotizar {
    font-size: 1.6rem;
    padding: 0.6rem 2rem;
  }
}

.informacion {
  padding: 13rem 0 28rem;
}
@media screen and (max-width: 860px) {
  .informacion {
    padding: 5rem 0;
  }
}
.informacion .container {
  max-width: 170rem;
}
.informacion__title {
  font-weight: 300;
  color: #64625e;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
.informacion__subtitle {
  font-size: 4rem;
  color: #b19480;
  font-weight: 500;
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .informacion__subtitle {
    font-size: 2.5rem;
  }
}
.informacion__itens {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 5rem;
}
@media screen and (max-width: 860px) {
  .informacion__itens {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .informacion__itens {
    grid-template-columns: repeat(2, 1fr);
  }
}
.informacion__item {
  padding: 0 2rem;
}
@media screen and (max-width: 480px) {
  .informacion__item:nth-child(3), .informacion__item:nth-child(5) {
    border-left: 0 !important;
  }
}
.informacion__item img {
  height: 6rem;
  width: auto;
  display: block;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 480px) {
  .informacion__item img {
    height: 4rem;
  }
}
.informacion__item__title {
  font-weight: 500;
  color: #64625e;
  margin-bottom: 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .informacion__item__title {
    font-size: 1.2rem;
  }
}
.informacion__item p {
  font-weight: 300;
  font-size: 1.6rem;
  color: #64625e;
}
@media screen and (max-width: 480px) {
  .informacion__item p {
    font-size: 1.2rem;
  }
}
.informacion__item + .informacion__item {
  border-left: solid 1px #b19480;
}/*# sourceMappingURL=style.css.map */