.bg-foreground {
  background-color: rgb(160, 157, 145);
}

.bg-foreground {
  background-color: rgb(160, 157, 145);
}

.bg-default {
  background-color: rgb(217, 217, 217);
}

.text-black {
  color: rgb(0, 0, 0);
}

.page-about {
  padding-top: 79px;
}
@media (min-width: 720px) {
  .page-about {
    padding-top: 96px;
  }
}
.page-about .about-intro .pdf-link {
  margin-top: 132px;
}
@media (min-width: 720px) {
  .page-about .about-intro .pdf-link {
    margin-top: 23px;
  }
}
.page-about .about-intro .sticky {
  top: 72px;
}
.page-about .about-intro .img {
  padding-top: 90svh;
  padding-bottom: 90svh;
}
@media (min-width: 720px) {
  .page-about .about-intro .img {
    padding-bottom: 80svh;
  }
}
.page-about .about-team a,
.page-about .about-team p {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.page-about .about-team .grid {
  padding-top: 22px;
}
.page-about .about-team .grid .item-inner {
  cursor: pointer;
}
.page-about .about-team .grid .item .img {
  filter: grayscale(100);
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .page-about .about-team .grid .item .img:hover {
    filter: grayscale(0);
  }
}
.page-about .about-team .grid .item {
  margin-bottom: 36px;
}
@media (min-width: 720px) {
  .page-about .about-team .grid .item {
    margin-bottom: 37px;
  }
}
@media (min-width: 992px) {
  .page-about .about-team .grid .item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .page-about .about-team .grid .item:not(:nth-last-child(-n+2)) {
    margin-bottom: 40px;
  }
}
.page-about .about-team .grid .item .accordion-body2 {
  padding-top: 15px;
}
.page-about .about-team .grid .item .team-item .close-icon {
  display: none;
}
.page-about .about-team .grid .item .team-item.active .open-icon {
  display: none;
}
.page-about .about-team .grid .item .team-item.active .close-icon {
  display: block;
}
.page-about .about-team .grid .item .team-item.active .img {
  filter: grayscale(0);
}
.page-about .about-team .grid .item.active .img {
  filter: grayscale(0);
}
.page-about .about-team .grid .sticky {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-about .about-team .grid .sticky .close {
  cursor: pointer;
  width: fit-content;
}
.page-about .about-team .grid .mobile-icon {
  padding-top: 5px;
}
.page-about .about-team .grid .content {
  padding-top: 5px;
}
.page-about .about-team .grid .content p {
  padding-top: 3px;
}
.page-about .about-team .grid .content .pagination {
  padding-top: 9px;
}
.page-about .about-team .grid .text p {
  margin-top: -23px;
  padding-bottom: 40px;
}
@media (min-width: 720px) {
  .page-about .about-team .grid .text p {
    padding-bottom: 0px;
    margin-top: 20px;
  }
}
.page-about .about-mission {
  padding-top: 39px;
}
.page-about .about-mission h3:not(:first-of-type) {
  padding-top: 19px;
}
.page-about .about-mission p {
  padding-top: 15px;
}
@media (min-width: 720px) {
  .page-about .about-mission p {
    padding-top: 5px;
  }
}
.page-about .about-map p {
  padding-top: 21px;
}
@media (min-width: 720px) {
  .page-about .about-map p {
    padding-top: 0;
  }
}
.page-about .about-projects li:not(:last-of-type) {
  padding-bottom: 6px;
}
.page-about .about-projects .project {
  gap: 11px;
  width: fit-content;
}
.page-about .about-projects .project .icon {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  width: 21px;
  height: 21px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
  .page-about .about-projects .project:hover .icon {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
  }
}
.page-about .about-projects .projects-grid .row {
  row-gap: 19px;
}
@media (min-width: 720px) {
  .page-about .about-projects .projects-grid .row {
    row-gap: 45px;
  }
}
@media (max-width: 991.98px) {
  .page-about .about-projects .projects-grid .item a img {
    filter: grayscale(0) !important;
  }
}
@media (min-width: 992px) {
  .page-about .about-projects .projects-grid .item a img {
    filter: grayscale(100);
    transition: all 0.2s ease-in-out;
  }
}
.page-about .about-projects .projects-grid .item a .badge {
  z-index: 1;
}
@media (min-width: 992px) {
  .page-about .about-projects .projects-grid .item a .badge {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
}
@media (hover: hover) {
  .page-about .about-projects .projects-grid .item a:hover {
    cursor: none !important;
  }
  .page-about .about-projects .projects-grid .item a:hover .inner {
    opacity: 1;
  }
  .page-about .about-projects .projects-grid .item a:hover .badge {
    opacity: 1;
  }
  .page-about .about-projects .projects-grid .item a:hover svg {
    opacity: 0;
  }
  .page-about .about-projects .projects-grid .item a:hover img {
    filter: grayscale(0);
  }
}
.page-about .about-projects .projects-grid .item .badge {
  top: 11px;
  left: 11px;
}
.page-about .about-projects .projects-grid .item .content {
  padding-top: 5px;
}
@media (min-width: 992px) {
  .page-about .about-projects .projects-grid .item .content {
    padding-top: 7px;
  }
}
.page-about .about-projects .projects-grid .item .content svg {
  margin-top: 14px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .page-about .about-projects .projects-grid .item .content svg {
    opacity: 1;
  }
}
.page-about .about-projects .projects-grid .item .content .inner {
  opacity: 1;
  margin-top: -19px;
  transition: all 0.3s ease-in-out;
}
.page-about .about-projects .projects-grid .item .content .inner p:not(:first-of-type) {
  padding-top: 3px;
}
@media (min-width: 992px) {
  .page-about .about-projects .projects-grid .item .content .inner p:not(:first-of-type) {
    padding-top: 4px;
  }
}
@media (min-width: 992px) {
  .page-about .about-projects .projects-grid .item .content .inner {
    opacity: 0;
  }
}
@media (max-width: 719.98px) {
  .page-about .about-track .subtitle-uppercase {
    padding-bottom: 15px;
  }
}
.page-about .about-track .items {
  padding-top: 38px;
}
.page-about .about-track .items img {
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media (min-width: 992px) {
  .page-about .about-track .items {
    padding-top: 65px;
  }
  .page-about .about-track .items img {
    width: 90px;
  }
}
@media (max-width: 719.98px) {
  .page-about .about-track .items .item:not(:first-of-type) {
    padding-top: 30px;
  }
}
.page-about .about-track .items .item .number {
  padding-top: 4px;
}
.page-about .about-track .items .item p {
  padding-top: 9px;
}
.page-about .about-track .historial {
  padding-top: 40px;
}
.page-about .about-brochure .info {
  flex-direction: column;
  padding-top: 20px;
}
@media (min-width: 720px) {
  .page-about .about-brochure .info {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .page-about .about-brochure .info {
    flex-direction: row;
  }
}
.page-about .about-brochure p:first-of-type {
  padding-top: 21px;
}
@media (min-width: 992px) {
  .page-about .about-brochure p:first-of-type {
    padding-top: 0;
  }
}
.page-about .about-brochure p:not(:first-of-type) {
  padding-top: 22px;
}
.page-about .about-brochure a {
  margin-top: 19px;
}
@media (max-width: 719.98px) {
  .page-about .about-alliances .swiper {
    padding-top: 28px;
  }
}
.page-about .about-alliances .swiper-slide {
  width: auto;
}
.page-about .about-alliances img {
  height: 30px;
  width: auto;
}
@media (min-width: 992px) {
  .page-about .about-alliances img {
    height: 35px;
  }
}
@media (max-width: 719.98px) {
  .page-about .about-list .projects_list {
    padding-top: 19px;
  }
}
.page-about .about-list .projects_list__item {
  border: 0;
}
.page-about .about-list .projects_list__item:not(:first-of-type) {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .page-about .about-list .projects_list__item:not(:first-of-type) {
    padding-top: 13px;
  }
}
@media (min-width: 992px) {
  .page-about .about-list .projects_list__item {
    padding-top: 14px;
  }
}
.page-about .about-list .projects_list__item.active .project_list_img {
  opacity: 0 !important;
  transition: all 0.2s ease-in-out;
}
.page-about .about-list .projects_list__item.active svg {
  transform: rotate(180deg);
}
.page-about .about-list .project_list_img {
  position: absolute;
  right: 20px;
  width: 500px;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  z-index: 5;
  transform-origin: center;
  display: flex !important;
  justify-content: end;
  align-items: center;
}
@media (max-width: 991.98px) {
  .page-about .about-list .project_list_img {
    display: none !important;
    opacity: 0 !important;
  }
}
.page-about .about-list .project_list_wrapper .projects_list__item-image {
  position: relative;
  height: 300px;
  width: auto;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .page-about .about-list .project_list_wrapper .projects_list__item-image {
    display: none !important;
  }
}
.page-about .about-list .projects_list__item:hover .project_list_img {
  z-index: 4;
}
@media (max-width: 991.98px) {
  .page-about .about-list .projects_list__item:hover .project_list_img {
    display: none !important;
  }
}
.page-about .about-list .accordion-button {
  cursor: pointer;
  padding-bottom: 16px;
  border: 0;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.page-about .about-list .accordion-body .inner {
  padding-top: 19px;
  padding-bottom: 28px;
}
.page-about .about-list .accordion-body .content {
  padding-bottom: 23px;
}
@media (min-width: 992px) {
  .page-about .about-list .accordion-body .content {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.page-about .about-list .accordion-body .h7,
.page-about .about-list .accordion-body .awards-subtitle {
  padding-bottom: 12px;
}
@media (min-width: 720px) {
  .page-about .about-list .accordion-body .h7,
  .page-about .about-list .accordion-body .awards-subtitle {
    padding-top: 9px;
  }
}
.page-about .about-list .accordion-body .item:not(:first-of-type):not(:nth-of-type(2)) {
  border: 0;
  border-top: 1px solid rgb(217, 217, 217);
}
.page-about .about-list .accordion-body .item:not(:first-of-type):not(:nth-of-type(2)).content {
  padding-top: 29px;
}
.page-about .about-list .award {
  order: 2;
  padding-top: 14px;
  padding-bottom: 29px;
}
@media (min-width: 720px) {
  .page-about .about-list .award {
    order: 1;
    padding-top: 9px;
  }
}
@media (min-width: 720px) and (max-width: 991.98px) {
  .page-about .about-list .award {
    padding-left: 0;
  }
}
.page-about .about-list .image {
  order: 1;
}
.page-about .about-list .image img {
  padding-top: 21px;
  max-width: 185px;
}
@media (min-width: 720px) {
  .page-about .about-list .image {
    order: 2;
  }
}
.page-about .about-list .category p {
  padding-top: 6px;
}
@media (min-width: 720px) and (max-width: 991.98px) {
  .page-about .about-list .category {
    padding-left: 0;
    margin-left: -5px;
  }
}
.page-about .about-list .link p,
.page-about .about-list .link a {
  padding-top: 6px;
  display: block;
}
.page-about .about-list .link svg {
  max-width: 13px;
}
@media (min-width: 720px) and (max-width: 991.98px) {
  .page-about .about-list .link {
    padding-left: 0;
  }
}
.page-about .about-list .year p {
  padding-top: 6px;
}
.page-about .about-showroom {
  padding-top: 80px;
}
.page-about .about-showroom .subtitle-uppercase {
  padding-bottom: 19px;
}
@media (min-width: 720px) {
  .page-about .about-showroom {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .page-about .about-showroom {
    padding-top: 240px;
  }
}
.page-about .map {
  padding-top: 27px;
}
.page-about .map #map {
  width: 100%;
  height: 345px;
  position: relative;
}
@media (min-width: 992px) {
  .page-about .map #map {
    height: 87.6vh;
  }
}
.page-about .map #map .mapboxgl-ctrl-logo,
.page-about .map #map .mapboxgl-ctrl-attrib {
  display: none !important;
}
.page-about .map .custom-marker {
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 100%;
  border: 0;
}

.hover-info {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding-bottom: 108px;
}

.hover-info.show {
  opacity: 1;
  pointer-events: auto;
}

.hover-info .close {
  display: none;
}

.hover-info.show .close {
  display: block;
}

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