@font-face {
  font-family: "Larken";
  src: url("../webfonts/Larken-Thin.woff2") format("woff2"),
    url("../webfonts/Larken-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Larken";
  src: url("../webfonts/Larken-ThinItalic.woff2") format("woff2"),
    url("../webfonts/Larken-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Larken";
  src: url("../webfonts/Larken-Light.woff2") format("woff2"),
    url("../webfonts/Larken-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Larken";
  src: url("../webfonts/Larken-LightItalic.woff2") format("woff2"),
    url("../webfonts/Larken-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Larken";
  src: url("../webfonts/Larken-Italic.woff2") format("woff2"),
    url("../webfonts/Larken-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Larken";
  src: url("../webfonts/Larken-Medium.woff2") format("woff2"),
    url("../webfonts/Larken-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Larken";
  src: url("../webfonts/Larken-MediumItalic.woff2") format("woff2"),
    url("../webfonts/Larken-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Larken";
  src: url("../webfonts/Larken-Bold.woff2") format("woff2"),
    url("../webfonts/Larken-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Larken";
  src: url("../webfonts/Larken-BoldItalic.woff2") format("woff2"),
    url("../webfonts/Larken-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Larken";
  src: url("../webfonts/Larken-ExtraBoldItalic.woff2") format("woff2"),
    url("../webfonts/Larken-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Larken";
  src: url("../webfonts/Larken-BlackItalic.woff2") format("woff2"),
    url("../webfonts/Larken-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
.wrapper-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
  transition: background-color ease-in 0.2s;
}
@media (max-width: 768px) {
  .wrapper-header .logo {
    display: none;
  }
  .wrapper-header .logo.logo-mobile-centered {
    display: flex;
    margin: 0;
    fill: #ffffff;
  }
}
.wrapper-header .logo svg {
  fill: #ffffff;
}
.wrapper-header.moving {
  background-color: #ffffff;
}
.wrapper-header.moving .logo-mobile-centered svg,
.wrapper-header.moving .logo svg {
  fill: #043e22 !important;
}
.wrapper-header.moving .address {
  color: #003820;
}
.wrapper-header.moving .buttons a {
  fill: #393939 !important;
}
.wrapper-header.moving .buttons .icon svg {
  fill: #003820;
}

header {
  padding: 1.5rem 2rem;
}
@media (max-width: 768px) {
  header {
    padding: 1.5rem 1rem;
  }
}

.divider.line {
  margin: 0 2rem;
}

.address {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Larken", sans-serif;
  font-size: 24px;
}

@media (max-width: 768px) {
  .buttons {
    justify-content: space-between;
    width: 100%;
  }
}
.buttons a {
  margin: 0 1rem;
  fill: #ffffff;
  width: 32px;
  height: 32px;
  display: block;
}
.buttons a .icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.buttons a.open-menu-icon .icon {
  width: 35px;
  fill: #fff;
}
@media (max-width: 768px) {
  .buttons a {
    margin: 0;
  }
}
.buttons a:last-child {
  margin: 0 0rem 0 2rem;
}
@media (max-width: 768px) {
  .buttons a:last-child {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .buttons a.whatsapp-icon {
    order: 3;
  }
  .buttons a.celular-icon {
    order: 4;
    margin: 0 0 0 1rem;
    display: block;
  }
  .buttons a.open-menu-icon {
    order: 2;
  }
}
.buttons .logo-mobile-centered {
  order: 2;

  margin: 0 0 0 2rem;
  display: none;
}

.top-footer {
  background-color: #003820;
  padding: 6rem 0 6rem;
}
@media (max-width: 768px) {
  .top-footer {
    padding: 0rem 1rem 0;
    height: auto;
  }
}

.copy p {
  color: #fff;
  text-transform: uppercase;
  margin: 2rem auto 0;
  text-align: center;
  font-size: 14px;
}

.bottom-footer {
  background-color: #003820;
}
@media (max-width: 768px) {
  .bottom-footer {
    background-size: 400px;
    padding-bottom: 2rem;
  }
}
.bottom-footer .wrapper-copy {
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .bottom-footer .wrapper-copy {
    padding: 4rem 0 0;
  }
}
.bottom-footer .social {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: -80px;
}
@media (max-width: 768px) {
  .bottom-footer .social {
    margin: 0;
  }
}
.bottom-footer .social a {
  margin: 0 2rem;
}

.wrapper-columns-footer {
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .wrapper-columns-footer {
    width: 100%;
    justify-content: flex-start !important;
  }
}

.mel-image-long img {
  display: block;
  margin: 0 auto;
}
@media (width < 800px) {
  .mel-image-long img {
    width: 90%;
  }
}

.main-image {
  position: relative;
  height: 100vh;
  &:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
  }
}
.main-image video,
.main-image .bg-image {
  height: 100vh !important;
  width: 100% !important;
  object-fit: cover;
}

.highlight-text {
  position: absolute;
  top: 0;
  color: #ffffff;
  top: 50%;
  padding: 2rem 3rem 1rem 10rem;
  transform: translateY(-70px);
  z-index: 2;
  @media (max-width: 768px) {
    padding: 2rem 1rem 1rem 1rem;
    transform: translateY(-50px);
    width: 100%;
    text-align: center;
  }
}
.highlight-text .tag {
  font-family: "Larken";
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
  @media (max-width: 768px) {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
.highlight-text .subtitle {
  font-family: "Larken";
  font-size: 4rem;
  line-height: 1;
  @media (max-width: 768px) {
    font-size: 3rem;
  }
}

.foot-main-image {
  position: absolute;
  bottom: 2rem;
  display: flex;
  justify-content: flex-start;
  width: 98%;
  padding: 0 3%;
}
@media (max-width: 768px) {
  .foot-main-image {
    bottom: 150px;
  }
}
.foot-main-image .social {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot-main-image .social a {
  margin: 1rem 0;
}
.foot-main-image .social a img {
  height: 35px;
}
.foot-main-image .navigation-module {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.mouse-image {
  width: 30px;
  margin-top: 60px;
}

.cover-image {
  width: 100%;
  object-fit: cover;
}
.cover-image.abs {
  position: absolute;
  z-index: 1;
}

.main-container.spaced {
  padding: 5rem 0;
}

.wrapper-brochure {
  padding: 4rem 0;
  background-color: #333333;
}

@media (max-width: 768px) {
  .wrapper-brochure {
    padding: 2rem 0 0;
  }
}

.wrapper-brochure-bottom {
  position: relative;
}
@media (max-width: 1300px) {
  .wrapper-brochure-bottom {
    display: none;
  }
}

.brochure-image-grid {
  margin-top: 42px;
}

.image-brochure-1 {
  margin-right: 2rem;
}

.image-brochure-1,
.image-brochure-2,
.image-brochure-3 {
  width: 100%;
}

.image-brochure-2 {
  margin-bottom: 2rem;
}

.image-brochure-1 {
  height: 602px;
  overflow: hidden;
}

.image-brochure-4 {
  margin-left: 2rem;
}

.info-brochure {
  max-width: 688px;
  width: 100%;
}
@media (max-width: 1366px) {
  .info-brochure {
    max-width: 433px;
  }
}
@media (max-width: 768px) {
  .info-brochure {
    order: 1;
    width: 100%;
    padding: 0 2rem;
  }
}
.info-brochure h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 2rem;
  color: #ffffff;
}
.info-brochure h2 div {
  font-family: "Larken", sans-serif;
}
.info-brochure h2 span {
  color: #81b829;
  font-family: "Larken", sans-serif;
}
@media (max-width: 1366px) {
  .info-brochure h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (max-width: 768px) {
  .info-brochure h2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}

.info-brochure h2 .one {
  color: #043e22;
}
.info-brochure h2 .two {
  color: #81b829;
}
.info-brochure .line {
  margin: 30px 0 30px 10px;
}
@media (max-width: 1366px) {
  .info-brochure .line {
    display: none;
  }
}

.info-bottom-brochure h4 {
  font-weight: 400;
  font-size: 1.8rem;
  color: #ffffff;
}
.info-bottom-brochure p {
  margin: 1.5rem 0;
  color: #ffffff;
}

.desc-brochure-mobile {
  display: none;
  width: 100%;
  text-align: center;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .desc-brochure-mobile {
    display: block;
    order: 3;
    padding: 2rem 2rem 0;
  }
  .info-bottom-brochure h4 {
    font-size: 1.4rem;
  }
}
.desc-brochure-mobile p {
  text-align: left;
  margin: 0 0 3rem;
}
.desc-brochure-mobile p br {
  display: none;
}
.desc-brochure-mobile .default-button {
  background-color: #ff6d00;
  border-color: #ff6d00;
  color: #ffffff;
}

.desc-brochure-desktop .default-button {
  background-color: #ff6d00;
  border-color: #ff6d00;
  color: #ffffff;
}

.wrapper-cover-box {
  position: relative;
  height: 100vh;
}
.wrapper-cover-box .centered-box {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin: -100px 0 0 -300px;
}
@media (max-width: 768px) {
  .wrapper-cover-box .centered-box {
    margin: 0;
    left: 0;
    top: 30%;
  }
}
.wrapper-cover-box .centered-box h2 {
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  font-size: 4rem;
  margin-bottom: 3rem;
}

.wrapper-financiacion .image-financiacion {
  height: 100vh;
  background-image: url("../img/11.jpg");
  object-fit: contain;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
@media (max-width: 768px) {
  .wrapper-financiacion .image-financiacion {
    background-size: 235%;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
  }
}
@media (max-width: 768px) {
  .wrapper-financiacion {
    display: block;
  }
  .wrapper-financiacion img {
    object-fit: cover;
  }
}

.financiacion {
  display: flex;
  width: 100%;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .financiacion {
    margin-bottom: 0;
  }
}

@media (width < 1200px) {
  .financiacion {
    flex-direction: column;
  }
}
.financiacion .info {
  background-color: #043e22;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4rem;
}
.financiacion .info .subtitle {
  color: #ffffff;
  font-family: "Larken", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1;
}
.financiacion .info .title {
  text-transform: uppercase;
  font-size: 5rem;
  color: #ffffff;
  font-weight: 800;
}

.financiacion .info .title span {
  color: #81b829;
  padding-right: 10px;
}
.financiacion .info .tag {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.875rem;
}
.financiacion .info .tag span {
  color: #81b829;
}

@media (max-width: 1366px) {
  .financiacion .info .subtitle {
    font-size: 2rem;
  }
  .financiacion .info .title {
    font-size: 3rem;
  }
  .financiacion .info .tag {
    font-size: 1.3rem;
  }
}

@media (width < 1200px) {
  .financiacion .info {
    padding: 2rem;
  }
  .financiacion .info .title {
    font-size: 2.2rem;
    line-height: 1;
    margin: 1rem 0;
  }
  .financiacion .info .subtitle {
    font-size: 2rem;
  }
  .financiacion .info .tag {
    font-size: 1rem;
  }
}
@media (width < 1200px) {
  .financiacion .image img {
    width: 100%;
  }
}

.wrapper-info-financiacion {
  background-color: #ffffff;
  padding: 4rem 3rem 5rem;
  position: absolute;
  z-index: 2;
  bottom: -50px;
}
@media (max-width: 768px) {
  .wrapper-info-financiacion {
    position: relative;
    padding: 2rem 2rem 3rem;
    bottom: 0;
  }
}
.wrapper-info-financiacion .section-title {
  padding: 0;
  margin: 0 0 2rem 0;
}
.wrapper-info-financiacion .section-title h2 {
  text-align: left;
}
.wrapper-info-financiacion .line {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .wrapper-info-financiacion .line {
    height: 80px;
    overflow: hidden;
  }
}
.wrapper-info-financiacion .data h2 {
  font-size: 4rem;
  font-weight: 400;
  color: #043e22;
}
@media (max-width: 768px) {
  .wrapper-info-financiacion .data h2 {
    font-size: 1.8rem;
  }
}
.wrapper-info-financiacion .data h2 span {
  color: #81b829;
  padding-right: 10px;
}

.img-info {
  flex: 1;
  max-width: 896px;
  width: 100%;
}
@media (max-width: 1366px) {
  .img-info {
    width: 55%;
  }
}
@media (max-width: 1366px) {
  .img-info {
    order: 2;
    width: 100%;
    padding: 0;
    height: auto;
  }
}
.img-info .image {
  position: relative;
  z-index: 3;
}
.img-info .image img {
  width: 100%;
}
@media (max-width: 768px) {
  .img-info .image {
    height: 60vh;
  }
  .img-info .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.img-info .data-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  border-top: 2px solid rgba(255, 255, 255, 0.37);
}
@media (max-width: 1024px) {
  .img-info .data-image {
    flex-wrap: wrap;
    border-top: none;
  }
}
.img-info .data-image > div {
  padding: 30px;
  text-align: center;
}
.img-info .data-image .block1,
.img-info .data-image .block2 {
  border-right: 2px solid rgba(255, 255, 255, 0.37);
}
@media (max-width: 768px) {
  .img-info .data-image .block1,
  .img-info .data-image .block2 {
    width: 50%;
  }
}
.img-info .data-image .block3 {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.37);
}
.img-info .data-image .block3 > div {
  flex: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .img-info .data-image .block3 > div {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .img-info .data-image {
    width: 100%;
  }
}
.img-info .data-image .bottom-sub-block {
  border-top: 2px solid rgba(255, 255, 255, 0.37);
  font-size: 24px;
  display: flex;
  gap: 1rem;
}
@media (max-width: 1366px) {
  .img-info .data-image .bottom-sub-block {
    font-size: 20px;
  }
}
.img-info .data-image span,
.img-info .data-image p {
  color: #ffffff;
  text-transform: uppercase;
}
.img-info .data-image span {
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.img-info .data-image span.lg {
  font-size: 100px;
  line-height: 90px;
}
@media (max-width: 1366px) {
  .img-info .data-image span.lg {
    font-size: 80px;
    line-height: 75px;
  }
}
.img-info .data-image span.sm {
  font-size: 40px;
  text-transform: lowercase;
  padding-right: 10px;
}
@media (max-width: 1366px) {
  .img-info .data-image span.sm {
    font-size: 30px;
  }
}
.img-info .data-image .num {
  font-size: 3rem;
}
.img-info .data-image p {
  margin: 10px 0 0;
}

.slider-heading span {
  text-transform: uppercase;
  color: #8acc36;
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
}
.slider-heading h3 {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1366px) {
  .slider-heading h3 {
    font-size: 3rem;
  }
}

.wrapper-swiper {
  position: relative;
}
.wrapper-swiper .slider-info-text {
  position: absolute;
  top: 200px;
  left: 150px;
  z-index: 2;
}
@media (max-width: 1366px) {
  .wrapper-swiper .slider-info-text {
    top: 100px;
    left: 100px;
  }
}
.wrapper-swiper .slider-info-text .arrow-link {
  color: #ffffff;
  font-size: 1.3rem;
  margin-top: 80px;
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
  margin-left: 10px;
}
.wrapper-swiper .slider-info-text .arrow-link span {
  padding-right: 10px;
}

.num {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4rem;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 100vh;
  width: 100%;
  position: relative;
}
.gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: url("../img/shadow.png");
  background-position: 0 0;
  z-index: 1;
  width: 100%;
  background-repeat: no-repeat;
}

.gallery-thumbs {
  width: 50%;
  height: 40%;
  position: absolute;
  right: -150px;
  padding: 10px 0;
  bottom: 50px;
}
@media (max-width: 1366px) {
  .gallery-thumbs {
    width: 68%;
    right: -250px;
    bottom: 100px;
  }
}
@media (max-width: 1100px) {
  .gallery-thumbs {
    width: 85%;
    right: -450px;
  }
}

.swiper-progress-bar {
  position: relative;
  width: 100px;
  display: block;
  z-index: 1;
  height: 3px;
}
.swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  width: auto;
  clear: both;
  opacity: 0;
  left: 0;
  right: 0;
}
.swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  height: 100%;
  width: 0;
  content: "";
  transition: 0.1s width linear;
}
.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 5s;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: 44px;
  width: 44px;
  margin: 0;
}

.swiper-button-next {
  background-image: url("../img/next.svg");
}
.swiper-button-next:after,
.swiper-button-next:before {
  display: none;
}

.swiper-button-prev {
  background-image: url("../img/prev.svg");
}
.swiper-button-prev:after,
.swiper-button-prev:before {
  display: none;
}

.pagination-slider {
  margin: 400px 0 0;
  width: 300px;
}
@media (max-width: 768px) {
  .pagination-slider {
    margin: 400px 0 0;
  }
}

.gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-menu {
  position: absolute;
  top: 0;
  right: -300px;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  background-color: #ffffff;
  width: 300px;
  padding: 1rem;
}
@media (max-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu.open {
  opacity: 1;
  right: 0;
  transition: right 0.3s ease-out;
  position: fixed;
}
@media (max-width: 768px) {
  .mobile-menu.open {
    display: block;
  }
}
.mobile-menu ul {
  margin: 2rem 0;
  padding: 0 1rem;
}
.mobile-menu ul li {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid rgba(112, 112, 112, 0.31);
}
.mobile-menu ul li a {
  color: #000000;
  display: block;
  padding: 0.6rem 0;
}
.mobile-menu ul li a.active,
.mobile-menu ul li a:hover {
  color: #81b829;
}
.mobile-menu .social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 1rem 0 0;
  gap: 1rem;
}
.mobile-menu .social a {
  width: 50px;
  height: 50px;
  margin: 0 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  padding: 0.5rem;
}
.mobile-menu .social a img {
  height: 20px;
}
.mobile-menu .social a.fb img {
  height: 22px;
}
.mobile-menu .social a.ins img {
  height: 20px;
}
.header-mobile-menu {
  display: flex;
  justify-content: space-between;
}

.header-mobile-menu .buttons a {
  margin: 0 0 0 1rem;
}

.logo-menu-nice {
  width: 140px;
  margin: 1rem auto;
}
.logo-menu-nice img {
  margin: 0 auto;
  display: block;
}

.close-cross {
  right: 25px;
  position: absolute;
}
.close-cross img {
  width: 25px;
  cursor: pointer;
}

.section-title {
  padding: 2rem 0;
}
.section-title h2 {
  color: #043e22;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.section-title h2 span {
  display: inline;
}
.section-title h2 span:after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #81b829;
  position: relative;
  top: 2px;
  left: 3px;
}

.wrapper-accordion {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 4rem 0;
}
@media (max-width: 1440px) {
  .wrapper-accordion {
    max-width: 1300px;
    padding: 4rem 3rem;
  }
}
@media (max-width: 1366px) {
  .wrapper-accordion {
    max-width: 1200px;
    padding: 4rem 3rem;
  }
}
@media (max-width: 1024px) {
  .wrapper-accordion {
    padding: 4rem 0rem;
  }
}
@media (max-width: 768px) {
  .wrapper-accordion {
    padding: 2rem 0rem;
  }
}

.accordion-block:first-child .accordion-header {
  border-top: 3px solid #000000;
}

.accordion-header {
  border-bottom: 3px solid #000000;
  padding: 1rem;
}
.accordion-header:hover {
  background-color: #ececec;
}
@media (max-width: 768px) {
  .accordion-header {
    padding: 1rem 2rem;
  }
}
.accordion-header h3 {
  display: flex;
  align-items: center;
  font-weight: 400;
  justify-content: space-between;
  font-size: 1.3rem;
}

.accordion-body {
  padding: 2rem 0;
  display: none;
}
.accordion-body h3 {
  font-weight: 400;
  color: #043e22;
  font-size: 1.4rem;
  margin-top: 2rem;
}
.accordion-body h4 {
  font-weight: 600;
  color: #043e22;
  font-size: 0.85rem;
  text-decoration: underline;
}
.accordion-body .col {
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .accordion-body .col {
    width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 1366px) {
  .accordion-body .col.col-image {
    width: 100%;
  }
  .accordion-body .col.col-image img {
    width: 100%;
  }
}
.accordion-body ul li {
  color: #707070;
  margin-bottom: 1rem;
  background-position: left 12px;
  background-image: url("../img/bullet.png");
  background-repeat: no-repeat;
  list-style: none;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .col-image {
    display: none;
  }
}

.wrapper-cols-accordion {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  .wrapper-cols-accordion {
    flex-direction: column;
  }
}

.accordion-btn {
  cursor: pointer;
}

.accordion-btn .button {
  font-size: 3rem;
  color: #ff6d00;
  line-height: 0;
}
.accordion-btn .button.closed:after {
  content: "+";
}
.accordion-btn .button.open:after {
  content: "-";
  font-size: 4rem;
  margin-right: 2px;
}

.wrapper-ubicacion-info {
  background-color: #d4f2ac;
}

.ubicacion-info {
  padding: 3rem 0;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
.ubicacion-info span {
  text-transform: uppercase;
  color: #ff6d00;
}
.ubicacion-info h3 {
  font-size: 40px;
}
.ubicacion-info .paragraph {
  font-size: 24px;
}

@media (max-width: 1366px) {
  .ubicacion-info h3 {
    font-size: 30px;
  }
  .ubicacion-info .paragraph {
    font-size: 20px;
  }
}

.ubicacion-info > div {
  flex: 1 0 50%;
}

@media (width < 1200px) {
  .ubicacion-info {
    flex-direction: column;
    padding: 2rem;
    gap: 1rem;
  }
  .ubicacion-info h3 {
    font-size: 2rem;
  }
  .ubicacion-info .paragraph {
    font-size: 1rem;
  }
  .ubicacion-info .paragraph br {
    display: none;
  }
}

@media (max-width: 768px) {
  .ubicacion-info span {
    display: block;
    margin-bottom: 1rem;
  }
  .ubicacion-info h3 {
    font-size: 1.35rem;
  }
}

.map-image {
  width: 100%;
}
.map-image img {
  width: 100%;
}

.wrapper-columns-footer {
  display: flex;
  justify-content: space-around;
}
.wrapper-columns-footer .column.form {
  width: 40%;
}
@media (max-width: 768px) {
  .wrapper-columns-footer .column.form {
    width: 100%;
  }
}

.contact-block {
  background-image: url("../img/vertical_line.jpg");
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding: 0 0 0 4rem;
  margin: 2rem 0;
}
.contact-block h4 {
  color: #a5a5a5;
  margin: 0 0 0.5rem 0;
  color: #d4f2ac;
}
.contact-block h4 span {
  font-family: "Larken", sans-serif;
  font-weight: 800;
}
.contact-block p {
  color: #ffffff;
  margin: 0 0 0.3rem 0;
}
.contact-block a {
  color: #ff6d00;
}

.wrapper-contact-form h2 {
  margin-bottom: 2rem;
  /*  &:after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 4px;
    background-color: #81b829;
    position: relative;
    top: 2px;
    left: 3px;
  } */
}
.wrapper-contact-form h2 span {
  color: #ffffff;
  font-weight: 400;
  font-size: 3.5rem;
  font-family: "Larken", sans-serif;
}
@media (max-width: 768px) {
  .wrapper-contact-form h2 {
    margin-bottom: 2rem;
  }
}

.wrapper-inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.wrapper-inputs input,
.wrapper-inputs select,
.wrapper-inputs textarea {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  padding: 0.5rem 0;
  border-bottom: 2px solid #265641;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  resize: none;
}
.wrapper-inputs input::placeholder,
.wrapper-inputs select::placeholder,
.wrapper-inputs textarea::placeholder {
  color: #0e7726;
}
.wrapper-inputs input:focus,
.wrapper-inputs input::selection,
.wrapper-inputs select:focus,
.wrapper-inputs select::selection,
.wrapper-inputs textarea:focus,
.wrapper-inputs textarea::selection {
  outline: none !important;
}
.wrapper-inputs select {
  color: #0e7726;
}
.wrapper-inputs textarea {
  height: 44px;
  margin-top: 3rem;
}
.wrapper-inputs .half-input {
  width: 100%;
}
.wrapper-inputs .half-input:first-child {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .wrapper-submit {
    text-align: center;
  }
}

input[type="submit"] {
  background: none;
  border: none;
  color: #ffffff;
  background-color: #ff6d00;
  padding: 0.8rem 3rem;
  border-radius: 25px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
}

#form-error {
  color: red;
  margin-bottom: 1rem;
  display: none;
}

.fade-ani {
  opacity: 0;
  position: relative;
}

.fade-up {
  bottom: -50px;
}

.fade-down {
  top: -50px;
}

.fade-left {
  left: -50px;
}

.fade-right {
  right: -50px;
}

.fade-in.showing {
  opacity: 1;
}

.fade-up.showing {
  bottom: 0px;
  opacity: 1;
}

.fade-down.showing {
  top: 0px;
  opacity: 1;
}

.fade-left.showing {
  left: 0px;
  opacity: 1;
}

.fade-right.showing {
  right: 0px;
  opacity: 1;
}

.wrapper-unidades {
  background-color: #003820;
  min-height: 100vh;
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .wrapper-unidades {
    padding: 2rem 0 0;
    min-height: auto;
  }
}

.wrapper-form-unidades {
  display: flex;
  gap: 3rem;
  align-items: center;
  @media (max-width: 768px) {
    flex-direction: column;
  }
}

.unidades-form {
  flex-grow: 1;
  @media (max-width: 768px) {
    width: 100%;
    padding: 0 1rem;
  }
}

div#building svg {
  width: 100%;
  min-width: 500px;
}

@media (max-width: 1366px) {
  div#building svg {
    min-width: 300px;
  }
}

@media (max-width: 1240px) {
  div#building svg {
    min-width: 200px;
  }
}

@media (max-width: 768px) {
  div#building {
    width: 300px;
    margin: 0 auto;
  }
  div#building svg {
    width: 300px;
    margin: 0 auto;
    height: 300px;
  }
  .wrapper-building {
    display: none;
  }
}

.head-building {
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}

.foot-building {
  color: #ffffff;
  display: flex;
  justify-content: space-around;
  text-transform: uppercase;
  margin-top: 2rem;
  gap: 3rem;
}
.foot-building span {
  font-size: 0.875rem;
  transform: translateX(30px);
}
.foot-building span:first-child {
  text-align: center;
  display: block;
  flex: 1;
}
.foot-building span:last-child {
  text-align: left;
  flex: 1;
}

.row-form {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 0;
}

@media (max-width: 1366px) {
  .foot-building span {
    transform: translateX(10px);
  }
}

@media (max-width: 768px) {
  .row-form {
    padding: 1rem 0;
  }
  .row-form.amenities {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .row-form.amenities .wrapper-amenities {
    gap: 10px 7px;
  }
}

.row-title {
  flex-grow: 1;
  text-transform: uppercase;
  color: #ff6d00;
  display: flex;
  font-size: 1.5rem;
}
.row-title > div {
  flex-grow: 1;
}
.row-title button {
  border: none;
  background: none;
  color: #ffffff;
  font-size: 1.5rem;
  transition: transform 0.3s;
}
.row-title button.open {
  transform: rotate(180deg);
}
.row-title .highlight {
  color: #d4f2ac;
  border-left: 3px solid #fff;
  padding-left: 10px;
  margin-left: 10px;
}

.row-title span,
.row-title .highlight {
  @media (max-width: 768px) {
    font-size: 0.85rem;
  }
}

.row-border {
  border-bottom: 2px solid #036036;
}

.row-unidades {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 0;
  overflow-y: scroll;
  scrollbar-color: white #003820;
  padding-right: 10px;
  transition: max-height 0.3s ease, margin-top 0.2s ease-out;
}

.row-unidades.visible {
  max-height: 220px; /* Un valor suficientemente grande */
  margin-top: 20px;
}

.row-unidades .unit {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
  border-radius: 10px;
  transition: background-color 0.5s;
  gap: 3rem;
}

.row-unidades .unit {
  @media (max-width: 768px) {
    gap: 0rem;
  }
}

.row-unidades .unit span,
.row-unidades .unit i {
  color: #ffffff;
}
.row-unidades .unit:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.row-unidades .unit:hover .data-block {
  background-color: #ffffff;
}
.row-unidades .unit:hover .data-block span {
  color: #003820;
  font-weight: bold;
}
.row-unidades .unit .button {
  border: 2px solid #ffffff;
  padding: 10px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .row-unidades .unit .button {
    display: none;
  }
}

.row-unidades .unit .data {
  flex-grow: 1;
}

.row-unidades .unit .info {
  @media (max-width: 768px) {
    display: none;
  }
}

.row-unidades .unit .info span {
  font-size: 1rem;
}
.row-unidades .unit .info span::before {
  content: "|";
  padding: 0 10px;
}
.row-unidades .unit .info span:first-child::before {
  content: "";
  padding: 0;
}

.row-unidades .unit .data-block {
  border: 1px solid #107726;
  width: fit-content;
  padding: 10px 25px;
  border-radius: 50px;
}

@media (max-width: 768px) {
  .row-unidades .unit .data-block {
    padding: 10px 15px;
    width: 100%;
    text-align: center;
  }
}

.row-unidades .unit .data-block span {
  text-transform: uppercase;
  font-size: 0.875rem;
}

.row-unidades .unit .data-block span::before {
  content: "|";
  padding: 0 5px;
}
.row-unidades .unit .data-block span:first-child::before {
  content: "";
  padding: 0;
}

.row-unidades .price {
  display: flex;
  flex-direction: column;
  @media (max-width: 768px) {
    margin-right: 1rem;
  }
}

@media (max-width: 768px) {
  .row-unidades .price {
    display: none;
  }
}

.row-unidades .price span {
  font-size: 0.625rem;
  text-transform: uppercase;
}
.row-unidades .price .amount {
  font-size: 1.25rem;
  @media (max-width: 768px) {
    font-size: 0.65rem;
    display: flex;
  }
}

.wrapper-amenities {
  display: flex;
  gap: 1rem;
}

.wrapper-amenities {
  @media (max-width: 768px) {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.wrapper-amenities div img {
  @media (max-width: 768px) {
    width: 50px;
  }
}

.wrapper-amenities > div {
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px 0 10px;
  width: 100px;
}
.wrapper-amenities > div:hover {
  background-color: #93e6fa;
}

.unidades-copy {
  color: #d4f2ac;
  font-size: 0.625rem;
  text-align: center;
  padding-top: 4rem;
}

.unidades-copy {
  @media (max-width: 768px) {
    font-size: 0.5rem;
    padding: 1rem;
  }
}

/* path {
  &:hover {
    fill: red;
  }
} */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #81b829;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #81b829 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #81b829;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/* The snackbar - position it at the top and in the middle of the screen */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 3232323;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  top: 30px;
  border-radius: 8px;
  /* 30px from the top */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show-success {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
  background-color: greenyellow;
  color: #043e22;
}

#snackbar.show-error {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
  background-color: red;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
.modal-mel {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
}

.wrapper-modal {
  height: 100vh;
  width: 90%;
}

.wrapper-modal-unidades {
  margin: 2rem;
  background-color: #fff;
}

.wrapper-info-prop {
  display: flex;
  gap: 3rem;
  padding: 2rem;
  @media (max-width: 768px) {
    flex-direction: column;
  }
}

.wrapper-info-prop .info-prop {
  flex-basis: 40%;
}

.wrapper-info-prop .wrapper-modal-image {
  flex-basis: 60%;
}

.wrapper-modal-unidades header .address {
  color: #003820;
  font-size: 20px;
}

.unidad-description {
  font-size: 14px;
  margin-bottom: 2rem;
  @media (max-width: 768px) {
    font-size: 12px;
    margin-bottom: 2rem;
  }
}

.close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.2rem;
  z-index: 1;
  background: none;
  border: none;
  cursor: pointer;
}

.close-modal .fa-circle-xmark {
  font-size: 36px;
  color: #003820;
  cursor: pointer;
}

.wrapper-modal-image img {
  display: block;
  margin: auto;
  width: auto;
  height: 70vh;
  object-fit: cover;
}

.info-prop .precio {
  display: flex;
  flex-direction: column;
}

.info-prop .precio span:first-child {
  font-size: 14px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #ff6d00;
  text-transform: uppercase;
}

.info-prop .precio span:last-child {
  font-size: 24px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  color: #0e7726;
}

@media (max-width: 768px) {
  .wrapper-modal-image img {
    height: auto;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .modal-image {
    width: 100%;
  }
}

* {
  font-family: "Plus Jakarta Sans", sans-serif;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Larken", sans-serif;
  font-weight: 800;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.main-container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .main-container {
    max-width: 1200px;
  }
}
@media (max-width: 1024px) {
  .main-container {
    max-width: 900px;
  }
}

.border-header-modal {
  border-bottom: 1px solid #043e22;
}

.header-modal-info {
  color: #043e22;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  display: flex;
  gap: 1rem;
  @media (max-width: 768px) {
    display: none;
  }
}
.header-modal-info > span:first-child::after {
  content: "|";
  color: #043e22;
  font-size: 24px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-left: 1rem;
}

.header-modal-pdf {
  border: 1px solid #043e22;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
}

.header-modal-pdf a {
  color: #043e22;
  font-size: 14px;
}

@media (max-width: 768px) {
  .header-modal-pdf {
    padding: 5px 10px;
  }
  .header-modal-pdf a {
    font-size: 10px;
  }
}

.title-ficha-prop {
  font-size: 24px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  color: #0e7726;
  margin-bottom: 1rem;
}
.wrapper-data-prop .superficie {
  display: flex;
  margin-top: 1rem;
  width: 100%;
  max-width: 200px;
  justify-content: space-between;
  font-size: 14px;
}

.default-button {
  background: none;
  border: none;
  color: #043e22;
  background-color: #ffffff;
  padding: 0.8rem 3rem;
  border-radius: 25px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.default-button:hover {
  color: #043e22;
}
.default-button.alternate {
  border: 2px solid #393939;
}
.default-button.alternate:hover {
  border: 2px solid #81b829;
}
.default-button.dark {
  background-color: #393939;
  color: #ffffff;
  padding: 0.8rem 2rem;
}

.nice-overlay {
  position: absolute;
  z-index: 1;
  right: -30px;
  top: 25%;
  display: flex;
  justify-content: flex-end;
}

.canales-atencion {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99999999;
}

.canales-atencion i {
  color: #8acc36;
  font-size: 1.8rem;
}

.canales-atencion .main-ico {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #8bcc37;
  border-radius: 50%;
  padding: 1rem;
  transition: all 0.1s ease-in;
  position: relative;
}

.canales-atencion:hover .main-ico {
  background-color: #12782e;
}

.canales-atencion:hover .main-ico i {
  color: #fff;
}

.canales-atencion:hover .main-ico ~ .list-icons {
  width: 65px;
  height: 300px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.canales-atencion:hover .main-ico ~ .list-icons li {
  opacity: 1;
  transition: translate 0.2s ease-in-out;
}

.canales-atencion:hover .main-ico ~ .list-icons li:first-child {
  transition-delay: 0.2s;
  translate: 9px -80px;
}

.canales-atencion:hover .main-ico ~ .list-icons li:nth-child(2) {
  transition-delay: 0.21s;
  translate: 9px -135px;
}

.canales-atencion:hover .main-ico ~ .list-icons li:nth-child(3) {
  transition-delay: 0.22s;
  translate: 9px -190px;
}

.canales-atencion .list-icons {
  list-style: none;
}

.canales-atencion .list-icons li {
  opacity: 0;
  background-color: #fff;
  border: 1px solid #8bcc37;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: none;
  display: flex;
  position: absolute;
  bottom: 0;
  translate: 9px;
}

.canales-atencion .list-icons li:hover {
  background-color: #12782e;
}

.canales-atencion .list-icons li:hover i {
  color: #fff;
}

.canales-atencion .list-icons i {
  font-size: 1rem;
}

@media (max-width: 1680px) {
  .nice-overlay {
    top: 20%;
  }
}
@media (max-width: 768px) {
  .nice-overlay {
    top: 26%;
    right: -300px;
  }
}
.nice-overlay img {
  width: 100%;
}
@media (max-width: 1680px) {
  .nice-overlay img {
    width: 86%;
  }
}
@media (max-width: 1440px) {
  .nice-overlay img {
    width: 75%;
  }
}
@media (max-width: 1366px) {
  .nice-overlay img {
    width: 71%;
  }
}
@media (max-width: 768px) {
  .nice-overlay img {
    width: 94%;
  }
}

@media (max-width: 800px) {
  .wrapper-swiper .slider-info-text {
    top: 100px;
    left: 30px;
  }
  .wrapper-swiper .slider-info-text h3 {
    font-size: 3rem;
  }
  .wrapper-swiper .slider-info-text h3 br {
    display: none;
  }
  .address,
  .divider {
    display: none;
  }
  .cover-image {
    height: 100vh;
  }
  .foot-main-image .social {
    display: none;
  }
}
@media only screen and (max-height: 600px) and (orientation: landscape) {
  .navigation-module {
    display: none !important;
  }
  .nice-overlay {
    top: 30%;
  }
  .info-brochure {
    padding: 0 0 0 1rem;
  }
  .info-brochure h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .info-bottom-brochure h4 {
    font-size: 1.4rem;
  }
  .info-bottom-brochure p {
    font-size: 0.7rem;
  }
  .img-info {
    width: 60%;
  }
  .img-info .data-image {
    display: none;
  }
  .img-info .data-image > div {
    padding: 10px;
  }
  .img-info .data-image span.lg {
    font-size: 40px;
    line-height: 35px;
  }
  .wrapper-swiper .slider-info-text {
    top: 50px;
  }
  .wrapper-swiper .slider-info-text h3 {
    font-size: 3rem;
  }
  .wrapper-swiper .slider-info-text .arrow-link {
    margin-top: 50px;
  }
  .pagination-slider {
    margin: 100px 0 0;
  }
  .gallery-thumbs {
    display: none;
  }
  .wrapper-accordion {
    padding: 4rem 2rem;
  }
  .wrapper-info-financiacion {
    padding: 1rem 2rem 2rem;
  }
  .wrapper-info-financiacion .data h2 {
    font-size: 3rem;
  }
  .accordion-body .col.col-image {
    display: none;
  }
  .wrapper-columns-footer .column.form {
    width: 50%;
  }
  /*   .bottom-footer {
      height: 700px;
    } */
  .bottom-footer .social {
    margin-top: 0px;
  }
  .bottom-footer .wrapper-copy {
    padding: 8rem 0 0rem;
  }
}

/*# sourceMappingURL=main.css.map */
