#breadcrumb-wrapper {
  padding: 15px 0;
}
#breadcrumbs, #breadcrumbs a {
  font-family: "DM Sans" !important;
  color: var(--main-color) !important;
  font-size: var(--size-11-12-12) !important;
  font-weight: 400 !important;
  line-height: 15px !important;
  letter-spacing: 0em !important;
  text-align: left !important;
  margin:0 !important;
  padding: 0 !important;
}
#breadcrumbs.white, #breadcrumbs.white a {
  color: #787878 !important;
}
#breadcrumbs .breadcrumb_last {
  color: var(--theme-orange) !important;
}
#breadcrumbs svg {
  width: unset;
  height: unset;
  margin: 0 0.3em;
}
@media (max-width: 992px) {
}

.arrow-rounded-button {
  width: 60px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
}
.arrow-rounded-button.green {
  background-color: var(--theme-green);
}
.arrow-rounded-button.white {
  background-color: #fff;
}
.arrow-rounded-button svg {
  width: 32%;
  aspect-ratio: 1;
}
.arrow-rounded-button.white svg {
  color: var(--main-color);
}
.cropping-mask {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 107px;
  aspect-ratio: 1;
  background: #fff;
  z-index: 2;
  pointer-events: none;
  clip-path: path("M 0 0 V 2 A 20 20 0 0 1 20 22 V 57 A 30 30 0 0 0 50 87 H 85 A 20 20 0 0 1 105 107 H 107 V 0 H 0 Z");
  opacity: 1;
  transform: scale(var(--scale));
  transform-origin: top right;
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}

#sticky-map-wrapper {
  width: 100%;
  position: sticky;
  bottom: 12px;
  right: 12px;
  display: flex;
  justify-content: flex-end;
  z-index: 999999;
}
#sticky-map-pin {
  --icon-backhround: #fff;
  color: var(--main-color);
}
#sticky-map-pin:hover {
  --icon-backhround: var(--main-color);
  color: #fff;
}
.main {
  background-color: var(--main-color);
}
.green {
  background-color: var(--theme-green);
}
.orange {
  background-color: var(--theme-orange);
}
.pink {
  background-color: var(--theme-pink);
}
.gray {
  background-color: var(--theme-gray);
}
.white {
  background-color: var(--theme-white);
}

/* Cards  */
.shaped-card-wrapper .shaped-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: var(--site-br);
  padding: 10% 9%;
}
.shaped-card-wrapper .shaped-card .card-icon {
  margin-bottom: 1.5rem;
  width: 26%;
}
.shaped-card-wrapper .shaped-card .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.shaped-card-wrapper .arrow-rounded-button {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
}
.shaped-card-wrapper .shaped-card:hover .cropping-mask {
  opacity: 1;
  transform: scale(0);
}
@media (max-width: 992px) {
  .shaped-card-wrapper .shaped-card .icons-wrapper {
    transform: scale(0.75);
    transform-origin: left top;
  }
}

/* Carousels */
#carouselCategoriesServices {
  width: 100%;
  position: relative;
}
#carouselCategoriesServices .carousel-inner {
  width: 100%;
  aspect-ratio: 1.965;
  border-radius: var(--site-br);
}
#carouselCategoriesServices .carousel-indicators {
  position: relative;
  padding: 1rem 0 0 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#carouselCategoriesServices .category-names-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  gap: 6%;
}
#carouselCategoriesServices .category-indicator-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.1rem;
  margin-left: auto;
}
#carouselCategoriesServices .carousel-indicators .category-label {
  text-indent: unset;
  width: fit-content;
  height: fit-content;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  opacity: 1;
}
#carouselCategoriesServices .carousel-indicators .category-label.active {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-color: var(--theme-green);
}
#carouselCategoriesServices .carousel-indicators .category-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  opacity: 1;
}
#carouselCategoriesServices .carousel-indicators .category-indicator.active {
  background-color: transparent;
}
#carouselCategoriesServices .with-colored-labels .category-names-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#carouselCategoriesServices .category-label-button {
  display: none;
  width: fit-content;
  height: fit-content;
  color: #fff;
  font-weight: 500;;
  font-size: var(--size-13-15-15);
  line-height: 1em;
  text-align: center;
  white-space: nowrap;
  padding: 0.6em 1.5em;
  border-radius: 500px;
  text-indent: unset;
}
#carouselCategoriesServices .category-label-button.active {
  display: flex;
}
@media (max-width: 992px) {
  #carouselCategoriesServices .carousel-inner {
    border-radius: 10px;
  }
  #carouselCategoriesServices .carousel-indicators .category-label {
    display: none;
  }
  #carouselCategoriesServices .carousel-indicators .category-label.active {
    text-decoration: none;
  }
  #carouselCategoriesServices .carousel-indicators .category-label.active {
    display: flex;
  }
}


#vie-campus {
  margin: 6rem 0;
  padding: 4rem 0 8rem 0;
  position: relative;
  overflow: hidden;
  background: url("../images/home/home-campus.webp") center / cover no-repeat;
}
#vie-campus::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent radial-gradient(closest-side at 50% 50%, #040404 0%, #272727 69%, #B7B6B6 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.42;
  pointer-events: none;
  z-index: 0;
}
#vie-campus .smaller-container {
  position: relative;
  z-index: 1;
}
#vie-campus .section-top {
  gap: 2rem 8%;
}
#vie-campus .section-title {
  color: #fff;
  text-align: center;
  margin-bottom: 0.4rem;
}
#vie-campus .section-content {
  color: #fff;
  font-size: var(--size-13-14-14);
  text-align: center;
  margin-bottom: 2rem;
}
#vie-campus .button-wrapper .section-content {
  margin: 1rem 0 0 0;
}
#vie-campus .button-wrapper .section-content a {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important ;
  text-underline-offset: 0.3em;
}
#vie-campus .section-slogan {
  color: #fff;
  font-size: var(--size-18-25-25);
  text-align: center;
  max-width: 705px;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  #vie-campus {
    margin: 2rem 0;
    padding: 2rem 0;
  }
}

#dvn-template {
  padding: 4em 0;
}
#dvn-template h2 {
  color: var(--theme-text);
  font-weight: 700;
  font-size: var(--size-17-19-19);
  line-height: 1.316em;
  text-align: left;
  letter-spacing: 0;
  margin: 3em 0 0.5em 0;
  padding: 0;
}
#dvn-template h3 {
  color: var(--theme-text);
  font-weight: 700;
  font-size: var(--size-15-17-17);
  line-height: 1.3em;
  text-align: left;
  letter-spacing: 0;
  margin: 1em 0;
  padding: 0;
}
#dvn-template h4 {
  color: var(--theme-text);
  font-weight: 700;
  font-size: var(--size-15-16-16);
  line-height: 1.3em;
  text-align: left;
  letter-spacing: 0;
  margin: 0 0 1em 0;
  padding: 0;
}
#dvn-template h5 {
  color: var(--theme-text);
  font-weight: 700;
  font-size: var(--size-14-15-15);
  line-height: 1.3em;
  text-align: left;
  letter-spacing: 0;
  margin: 0 0 2em 0;
  padding: 0;
}
#dvn-template p {
  color: var(--theme-text);
  font-family: "Parkinsans";
  font-weight: 400;
  font-size: var(--size-13-14-14);
  line-height: 1.71em;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  padding: 0;
}
#dvn-template li {
  color: var(--theme-text);
  font-family: "Parkinsans";
  font-weight: 400;
  font-size: var(--size-13-14-14);
  line-height: 1.71em;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  padding: 0;
  display: list-item;
}
#dvn-template ul {
  list-style: inherit;
  list-style-position: inside;
  padding-left: 0;
  margin: 1rem 0;
}
#dvn-template a {
  color: var(--theme-text);
  text-decoration: underline;
}
@media (max-width: 992px) {
  #dvn-template {
    padding: 0 0 3em 0;
  }
}

#single-post #dvn-template {
  min-height: calc(100vh - 120px);
}
.back-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  color: var(--main-color);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 2rem 0;
}
#single-post .section-title {
  color: var(--theme-green);
  margin: 0 0 0.3rem 0;
}
#single-post .post-date {
  color: var(--theme-green);
  font-family: "Parkinsans";
  font-weight: 400;
  font-size: var(--size-13-14-14);
  line-height: 1.71em;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
}
#single-post .section-wrapper {
  gap: 1rem 11%;
}
#single-post .section-left {
  width: 57%;
}
#single-post .section-right {
  width: 32%;
  justify-content: flex-start;
}
#single-post .section-right .image-wrapper{
  border-radius: var(--site-br);
  overflow: hidden;
}
@media (max-width: 992px) {
  #single-post .section-wrapper {
    flex-direction: column-reverse;
  }
  #single-post .section-left {
    width: 100%;
    align-items: flex-start;
  }
  #single-post .section-right {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
