@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  color: #000;
  position: relative;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
}

.page-padding {
  padding: 6rem 0;
}
@media (max-width: 991px) {
  .page-padding {
    padding: 6rem 0;
  }
}

.title {
  font-family: "Edo SZ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  font-weight: 500;
  padding-bottom: 1.6rem;
  position: relative;
  color: #000;
  text-align: center;
}
@media (max-width: 575px) {
  .title {
    font-size: 2.8rem;
  }
}
.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 5.6rem;
  height: 3px;
  background-color: #312f77;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
}
.title--red::after {
  background-color: #d12b5e;
}
.title--blue::after {
  background-color: #312f77;
}

@keyframes scaleUpScaleDown {
  0% {
    transform: translateZ(-1px) scale(1);
  }
  80% {
    transform: translateZ(-1px) scale(1.4);
    opacity: 0.4;
  }
  100% {
    transform: translateZ(-1px) scale(1.5);
    opacity: 0;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.8rem 2rem;
  line-height: 1;
  border-radius: 8px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .btn {
    font-size: 1.4rem;
  }
}
.btn i {
  font-size: 2rem;
}
.btn--white {
  color: #fff;
}
.btn--white:hover {
  color: #fff;
}
.btn--red {
  color: #d12b5e;
}
.btn--red:hover {
  color: #de7783;
}
.btn--blue {
  color: #312f77;
}
.btn--blue:hover {
  color: #286fb7;
}
.btn--black {
  color: #000;
}
.btn--black:hover {
  color: #000;
}
.btn--outlined-red {
  border: 1px solid #d12b5e;
}
.btn--outlined-red:hover {
  border: 1px solid #de7783;
}
.btn--outlined-white {
  border: 1px solid #fff;
}
.btn--outlined-white:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.btn--outlined-blue {
  border: 1px solid #312f77;
}
.btn--outlined-blue:hover {
  border: 1px solid #286fb7;
}
.btn--outlined-black {
  border: 2px solid #000;
}
.btn--outlined-black:hover {
  border: 2px solid #000;
  background-color: #f6f6f6;
}
.btn--bg-red {
  background-color: #d12b5e;
}
.btn--bg-red:hover {
  background-color: #de7783;
}
.btn--bg-blue {
  background-color: #312f77;
}
.btn--bg-blue:hover {
  background-color: #286fb7;
}
.btn--bg-black {
  background-color: #000;
}
.btn--bg-black:hover {
  background-color: #35373b;
}
.btn--xl {
  padding: 1.4rem 2.4rem;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .btn--xl {
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
  }
}
.btn--lg {
  padding: 1.4rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .btn--lg {
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
  }
}
.btn--md {
  padding: 1.4rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .btn--md {
    font-size: 1.4rem;
    padding: 1.2rem 2rem;
  }
}

.label {
  color: #fff;
  display: inline-flex;
  border-radius: 0.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.2rem;
  padding: 0.45rem 1.35rem;
}
@media (max-width: 767px) {
  .label {
    font-size: 1.8rem;
  }
}
.label--red {
  background-color: #d12b5e;
}
.label--blue {
  background-color: #312f77;
}

.icon {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.2rem;
  border: 2px solid #fff;
  border-radius: 4px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.social__item {
  color: #fff;
}

.form-group {
  margin-bottom: 1.6rem;
}
.form-group label {
  font-weight: 700;
  position: absolute;
  left: -9999px;
}
.form-group input:not([type=file], [type=submit]),
.form-group textarea {
  padding: 1.2rem 2.4rem;
  width: 100%;
  border: 2px solid #312f77;
  border-radius: 6px;
  color: #292929;
  color: #35373b;
  font-weight: 500;
}
@media (max-width: 767px) {
  .form-group input:not([type=file], [type=submit]),
  .form-group textarea {
    font-size: 1.4rem;
    padding: 1rem 1.6rem;
  }
}
.form-group input:not([type=file], [type=submit])::placeholder,
.form-group textarea::placeholder {
  color: #7e7e7e;
  font-weight: 500;
}
.form-group input:not([type=file], [type=submit]):focus,
.form-group textarea:focus {
  outline: 0;
}

.form-submit {
  position: relative;
}
.form-submit .btn {
  min-width: 12rem;
}
.form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.fixed-whatsapp {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background-color: #25d366;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transform-style: preserve-3d;
  transition: all 0.2s;
}
.fixed-whatsapp i {
  font-size: 2.8rem;
  color: #fff;
}
.fixed-whatsapp::after {
  content: "";
  position: absolute;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background-color: #128c7e;
  z-index: -999;
  animation: scaleUpScaleDown 2s ease-in infinite both;
  transform: translateZ(-1px);
  filter: blur(1px);
}
.fixed-whatsapp:hover {
  transform: scale(1.2);
}

.testimonial-item {
  background: #fff;
  border: 1px solid #7e7e7e;
  border-radius: 8px;
  padding: 4.8rem 2.4rem;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .testimonial-item {
    padding: 3.2rem 2.4rem;
  }
}
.testimonial-item__quote {
  font-size: 1.8rem;
  color: #35373b;
  margin-bottom: 3.2rem;
  line-height: 28px;
}
@media (max-width: 767px) {
  .testimonial-item__quote {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.testimonial-item__author {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.testimonial-item__avatar {
  width: 5rem !important;
  height: 5rem !important;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-item__info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.testimonial-item__name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .testimonial-item__name {
    font-size: 2rem;
  }
}
.testimonial-item__role {
  font-size: 1.6rem;
  color: #000;
}
@media (max-width: 767px) {
  .testimonial-item__role {
    font-size: 1.4rem;
  }
}

.blog-item {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  color: #35373b;
  transition: all 0.2s ease-in;
}
.blog-item__thumb img {
  aspect-ratio: 410/273;
  object-fit: cover;
  border-radius: 0.8rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.blog-item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
.blog-item__cats {
  display: flex;
  gap: 1.2rem;
}
.blog-item__cats span {
  color: #312f77;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 16px;
  padding: 0.4rem 1rem;
  border: 1px solid #312f77;
  border-radius: 8px;
}
.blog-item__title {
  font-weight: 600;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .blog-item__title {
    font-size: 1.8rem;
  }
}
.blog-item__date {
  color: #7e7e7e;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .blog-item__excerpt {
    font-size: 1.4rem;
  }
}
.blog-item__cta {
  background-color: transparent;
  color: #d12b5e;
  font-weight: 600;
  border: none;
}
@media (max-width: 767px) {
  .blog-item__cta {
    font-size: 1.4rem;
  }
}
.blog-item:hover {
  transform: translateY(-4px) scale(1.01);
}
.blog-item:active {
  transform: translateY(2px) scale(0.99);
}

.award-card {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media (max-width: 575px) {
  .award-card {
    flex-direction: column;
  }
}
.award-card__image {
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .award-card__image {
    width: 100%;
    aspect-ratio: 290/346;
  }
}
.award-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.award-card__content {
  padding: 4.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
@media (max-width: 767px) {
  .award-card__content {
    padding: 3.2rem;
  }
}
@media (max-width: 575px) {
  .award-card__content {
    padding: 2.4rem;
  }
}
.award-card__content span {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.8rem;
  display: block;
}
@media (max-width: 767px) {
  .award-card__content span {
    font-size: 1.6rem;
  }
}
.award-card__content h3 {
  font-size: 2.8rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 2.4rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .award-card__content h3 {
    font-size: 2.4rem;
  }
}
.award-card__content p {
  font-size: 1.8rem;
  color: #292929;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .award-card__content p {
    font-size: 1.4rem;
  }
}

.projects-item {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  background-color: #f7f7f7;
}
.projects-item:hover .projects-item__img {
  transform: scale(1.05);
}
.projects-item:hover .projects-item__overlay {
  opacity: 1;
  visibility: visible;
}
.projects-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .projects-item__img {
    transform: scale(1.05);
  }
}
.projects-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2;
}
@media (max-width: 767px) {
  .projects-item__overlay {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.projects-item__icon {
  width: 4rem;
  height: auto;
  object-fit: contain;
}
.projects-item__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 1.6rem;
}

.formation-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #000;
  transition: transform 0.3s ease;
}
.formation-item:hover {
  transform: translateY(-0.4rem);
}
.formation-item:hover .formation-item__link {
  color: #312f77;
}
.formation-item:hover .formation-item__link i {
  transform: translate(0.2rem, -0.2rem);
}
.formation-item__thumb {
  width: 100%;
  aspect-ratio: 411/261;
  overflow: hidden;
  margin-bottom: 1.6rem;
  background-color: #f7f7f7;
}
.formation-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.formation-item:hover .formation-item__thumb img {
  transform: scale(1.05);
}
.formation-item__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.formation-item__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.2rem;
  color: #000;
}
@media (max-width: 767px) {
  .formation-item__title {
    font-size: 1.8rem;
  }
}
.formation-item__excerpt {
  font-size: 1.4rem;
  line-height: auto;
  margin-bottom: 1.6rem;
  /* Limit to 3 lines */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3; /* Standard */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.formation-item__link {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #48257B;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  transition: color 0.3s ease;
}
.formation-item__link i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.media-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.media-item:hover {
  transform: translateY(-4px);
}
.media-item:hover .media-item__title {
  color: #d12b5e;
}
.media-item__thumb {
  width: 100%;
  aspect-ratio: 410/261;
  overflow: hidden;
  margin-bottom: 1.6rem;
  background-color: #f7f7f7;
}
.media-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.media-item:hover .media-item__thumb img {
  transform: scale(1.05);
}
.media-item__content {
  display: flex;
  flex-direction: column;
}
.media-item__title {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  transition: color 0.2s ease;
  /* Limit to break nicely on long strings */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.product-item:hover {
  transform: translateY(-4px);
}
.product-item:hover .product-item__title {
  color: #d12b5e;
}
.product-item__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 1.6rem;
  background-color: #f7f7f7;
}
.product-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.product-item:hover .product-item__thumb img {
  transform: scale(1.05);
}
.product-item__content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.product-item__title {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  transition: color 0.2s ease;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-item__title {
    font-size: 1.4rem;
    font-weight: 700;
  }
}
.product-item__price {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .product-item__price {
    font-size: 1.8rem;
  }
}
.product-item__desc {
  font-size: 1.6rem;
  color: #35373b;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .product-item__desc {
    font-size: 1.2rem;
  }
}
.product-item__btn {
  margin-top: 1.2rem;
  width: 100%;
}
.product-item:hover .product-item__btn {
  background-color: #000;
  color: #fff;
}

.footer {
  background-color: #000;
  padding: 4.8rem 0;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding: 2.8rem 0;
  }
}
@media (max-width: 575px) {
  .footer {
    padding: 2.8rem 0 5rem;
  }
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 575px) {
  .footer-content {
    gap: 3.2rem;
    flex-direction: column;
    align-items: center;
  }
}
.footer-logo {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .footer-logo {
    align-items: center;
  }
}
.footer-logo span {
  font-size: 1.4rem;
  font-weight: 500;
}
.footer-copyright {
  font-weight: 500;
  font-size: 1.2rem;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer-social__item {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-social__item i {
  font-size: 2.4rem;
}
.footer-social__item span {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer-social__item span {
    font-size: 1.2rem;
  }
}
.footer-social__item:hover span,
.footer-social__item:hover address {
  text-decoration: underline;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
.header--intern {
  border-bottom: 1px solid #e1e1e1;
}
.header--relative {
  position: relative;
  background-color: #fff;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .header-content {
    padding: 1.2rem 0;
  }
}
.header-logo a img {
  width: 18rem;
}
.header-infos {
  display: flex;
  align-items: center;
  gap: 4.8rem;
}
@media (max-width: 991px) {
  .header-nav {
    position: fixed;
    inset: 0px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out;
  }
  .header-nav.opened {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.header-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .header-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
  }
}
.header-nav ul > li {
  padding: 0 0.4rem;
}
.header-nav ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  transition: all 0.2s ease-in;
}
.header-nav ul > li > a:hover {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .header-nav ul > li > a {
    color: #000;
    font-weight: 600;
    font-size: 1.6rem;
  }
}
.header-nav ul > li > a i {
  margin-left: 0.8rem;
  font-size: 1.1rem;
}
.header-nav ul > li.current-menu-item > a::before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #000;
}
.header-nav .close-btn {
  display: none;
  color: #000;
  position: absolute;
  top: 3rem;
  right: 3rem;
  background-color: transparent;
  border: none;
  font-size: 2rem;
}
@media (max-width: 991px) {
  .header-nav .close-btn {
    display: block;
  }
}
.header-nav__btn {
  height: 6.7rem;
  position: relative;
  left: 0;
  color: #fff;
  cursor: pointer;
  width: max-content;
  display: none;
  gap: 0.2rem;
  align-items: center;
}
@media (max-width: 991px) {
  .header-nav__btn {
    display: flex;
    height: 100%;
  }
}
.header-nav__btn > span {
  text-transform: uppercase;
  transition: all 0.2s;
}
.header-nav__icon {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
}
.header-nav__icon-bar {
  position: absolute;
  width: 80%;
  height: 0.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #000;
  border-radius: 5px;
  transition: all 0.1s;
}
.header-nav__icon-bar--1 {
  top: 8px;
}
.header-nav__icon-bar--2 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-nav__icon-bar--3 {
  bottom: 8px;
}
.header-nav__icon.opened + span {
  font-size: 1.6rem;
}
.header-nav__icon.opened .header-nav__icon-bar {
  height: 0.1rem;
}
.header-nav__icon.opened .header-nav__icon-bar--1 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-nav__icon.opened .header-nav__icon-bar--2 {
  opacity: 0;
  visibility: hidden;
}
.header-nav__icon.opened .header-nav__icon-bar--3 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-social {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 575px) {
  .header-social {
    opacity: 0;
    visibility: hidden;
  }
}
.header-social a {
  font-size: 2rem;
  color: #000;
  transition: all 0.2s ease-in;
}
.header-social a:hover {
  transform: scale(1.05);
}

.banner {
  width: 100%;
  position: relative;
  z-index: 0;
  aspect-ratio: 1920/800;
  min-height: 50rem;
}
.banner-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.banner-item__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.banner .owl-carousel {
  height: 100%;
}
.banner .owl-carousel .owl-stage-outer {
  height: 100%;
}
.banner .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.banner .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.banner .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .banner .owl-dots {
    bottom: 0;
  }
}
.banner .owl-dots .owl-dot span {
  background-color: transparent;
  border: 2px solid #fff;
}
.banner .owl-dots .owl-dot:hover span {
  background-color: #fff;
}
.banner .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.banner .owl-prev,
.banner .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner .owl-prev {
  left: 2%;
}
.banner .owl-next {
  right: 2%;
}
.banner .owl-nav {
  height: 0 !important;
  margin: 0 !important;
}
.banner .owl-nav [class*=owl-] {
  width: 3.2rem;
  height: 3.2rem;
  background-color: #292929 !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem !important;
  opacity: 0.5;
  transition: all 0.2s;
}
.banner .owl-nav [class*=owl-]:hover {
  background-color: #434343 !important;
  opacity: 1;
  color: #000;
  text-decoration: none;
}

.breadcrumb {
  margin-top: 5rem;
  color: #898989;
  font-size: 1.4rem;
}
.breadcrumb-item a {
  color: #898989;
}
.breadcrumb-item a:hover {
  color: #616161;
}
.breadcrumb-item.active {
  font-weight: 500;
  color: #898989;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\f0da" !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #454545;
}

@media (max-width: 767px) {
  .hero {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .hero .container {
    padding: 0;
  }
}
.hero-content {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-content {
    padding-top: 3.5rem;
  }
}
@media (max-width: 767px) {
  .hero-content {
    flex-direction: column;
  }
}
.hero-images {
  display: grid;
  grid-template-columns: 3.25fr 1fr 1fr;
  grid-template-rows: 1.8fr 1fr;
  gap: 1.5rem;
  flex: 1;
  min-height: 50rem;
}
@media (max-width: 1199px) {
  .hero-images {
    min-height: 40rem;
  }
}
@media (max-width: 991px) {
  .hero-images {
    gap: 0.8rem;
  }
}
.hero-images__item {
  position: relative;
  overflow: hidden;
}
.hero-images__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-images__item--1 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.hero-images__item--2 {
  grid-column: 2/4;
  grid-row: 1/2;
}
.hero-images__item--3 {
  grid-column: 2/3;
  grid-row: 2/3;
}
.hero-images__item--4 {
  grid-column: 3/4;
  grid-row: 2/3;
}
.hero-images__text {
  position: absolute;
  color: #fff;
  font-family: "Edo SZ", sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 2;
  display: inline-flex;
}
.hero-images__text--ancestralidade {
  bottom: -1.4rem;
  right: 0;
  font-size: 12rem;
  line-height: 1;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1399px) {
  .hero-images__text--ancestralidade {
    font-size: 6rem;
  }
}
@media (max-width: 1199px) {
  .hero-images__text--ancestralidade {
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .hero-images__text--ancestralidade {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .hero-images__text--ancestralidade {
    font-size: 4rem;
    bottom: -0.6rem;
  }
}
.hero-images__text--cultura {
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10rem;
  line-height: 0.5;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1399px) {
  .hero-images__text--cultura {
    font-size: 4.5rem;
  }
}
@media (max-width: 1199px) {
  .hero-images__text--cultura {
    font-size: 3.5rem;
  }
}
.hero-mobile__carousel .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  background-color: #c4c4c4 !important;
}
.hero-mobile__carousel .owl-dot.active span {
  background-color: #35373b !important;
}
.hero-mobile__banner {
  height: auto !important;
}

.home-main {
  padding: 9.6rem 0 6.4rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .home-main {
    padding: 3.2rem 0 4.8rem 0;
    padding-bottom: 0;
  }
}
.home-main__image img {
  width: 47.1rem;
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-main__image img {
    margin: auto;
    margin-bottom: 2.8rem;
    padding-right: 1.8rem;
  }
}
.home-main__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}
.home-main__content h2 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 42px;
}
@media (max-width: 767px) {
  .home-main__content h2 {
    font-size: 2.8rem;
  }
}
.home-main__content p {
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-main__content p {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .home-main__content .btn {
    width: 100%;
  }
}
.home-main::before, .home-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
}
@media (max-width: 767px) {
  .home-main::before, .home-main::after {
    display: none;
  }
}
.home-main::before {
  left: 0;
  width: 175px;
  height: 285px;
  transform: translateY(10%);
  background-image: url("../images/home-splash-1.svg");
}
.home-main::after {
  right: 0;
  width: 165px;
  height: 305px;
  transform: translateY(40%);
  background-image: url("../images/home-splash-2.svg");
}
.home-testimonial {
  padding: 6.4rem 0 9.6rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-testimonial {
    padding: 4.8rem 0 4.8rem 0;
  }
}
@media (max-width: 767px) {
  .home-testimonial .container {
    padding-right: 0 !important;
  }
}
.home-testimonial__header {
  text-align: center;
  margin-bottom: 4.8rem;
}
@media (max-width: 767px) {
  .home-testimonial__header {
    padding-right: 1.6rem;
  }
}
.home-testimonial__header .title {
  display: inline-block;
  margin-bottom: 0;
}
.home-testimonial__carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.home-testimonial__carousel .owl-item {
  display: flex;
  align-items: stretch;
}
.home-customers {
  padding: 5.3rem 0 10.7rem 0;
}
@media (max-width: 767px) {
  .home-customers {
    padding-bottom: 7.2rem;
  }
}
.home-customers h2 {
  margin-bottom: 4.8rem;
}
.home-customers__carousel {
  padding: 0 4rem;
}
.home-customers__carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.home-customers__carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-customers__carousel .owl-item img {
  height: auto !important;
}
.home-customers__carousel .owl-nav {
  height: 0 !important;
  margin: 0 !important;
}
.home-customers__carousel .owl-nav .owl-prev,
.home-customers__carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem !important;
  opacity: 0.7;
  transition: all 0.2s ease-in;
}
.home-customers__carousel .owl-nav .owl-prev:hover,
.home-customers__carousel .owl-nav .owl-next:hover {
  background-color: transparent;
  color: #000;
  opacity: 1;
}
.home-customers__carousel .owl-nav .owl-prev {
  left: -4rem;
}
@media (max-width: 1340px) {
  .home-customers__carousel .owl-nav .owl-prev {
    left: 0;
  }
}
.home-customers__carousel .owl-nav .owl-next {
  right: -4rem;
}
@media (max-width: 1340px) {
  .home-customers__carousel .owl-nav .owl-next {
    right: 0;
  }
}
.home-footer {
  position: relative;
  z-index: 1;
}
.home-footer img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .home-footer img {
    object-fit: cover;
    height: 15rem;
  }
}
.home-contact {
  overflow: hidden;
}
.home-contact__left {
  background-color: #312f77;
  height: 100%;
  background-image: url("../images/home-contact-infos-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 767px) {
  .home-contact__left {
    background-size: 50%;
  }
}
.home-contact__infos {
  width: 64rem;
  max-width: 100%;
  margin-left: auto;
  padding: 13rem 7rem 28rem 1.8rem;
}
@media (max-width: 767px) {
  .home-contact__infos {
    width: 100%;
    padding: 4.2rem 2rem 15.6rem 2rem;
  }
}
.home-contact__title {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .home-contact__title {
    font-size: 2.8rem;
    margin-bottom: 4.8rem;
  }
}
.home-contact__items {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  width: 41.3rem;
  max-width: 100%;
}
.home-contact__items li a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.home-contact__items li a i {
  color: #286fb7;
  width: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  flex: 1 0 3.2rem;
}
.home-contact__items li a span,
.home-contact__items li a address {
  margin: 0;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .home-contact__items li a span,
  .home-contact__items li a address {
    font-size: 1.4rem;
  }
}
@media (max-width: 344px) {
  .home-contact__items li a span,
  .home-contact__items li a address {
    width: 25rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.home-contact__items li a:hover span,
.home-contact__items li a:hover address {
  text-decoration: underline;
}
.home-contact__form {
  width: 64rem;
  max-width: 100%;
  margin-right: auto;
  padding: 7rem 1.8rem 10rem 6.5rem;
}
@media (max-width: 1300px) {
  .home-contact__form {
    padding: 7rem 2rem 2rem 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-contact__form {
    padding: 5.5rem 2rem 6.4rem 2rem;
    width: 100%;
  }
}
.home-contact__form > h3 {
  font-size: 4.8rem;
  width: 26.2rem;
  margin-bottom: 5.3rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .home-contact__form > h3 {
    font-size: 3.2rem;
    width: 17rem;
    margin-bottom: 3.2rem;
  }
}
.home-contact__form textarea {
  min-height: 13.7rem;
}
.home-contact__form .form-group {
  margin-bottom: 2.4rem;
}
.home-contact__form .form-submit {
  margin-top: 3.8rem;
}
@media (max-width: 767px) {
  .home-contact__form .form-submit {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .home-contact__form .form-submit .btn {
    width: 100%;
  }
}

.page-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
}
.page-404 .container {
  width: 80rem;
}
.page-404-main {
  padding: 20rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #312f77;
  padding: 4rem 2rem;
  border-radius: 40px;
  width: 80rem;
  max-width: 100%;
  margin: auto;
}
.page-404-main * {
  max-width: 100%;
}
.page-404-main h1 {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 2rem;
  color: #fff;
}
.page-404-main h1 span {
  font-size: 8rem;
  display: block;
  color: #fff;
}
.page-404-main h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  margin-top: 3.2rem;
  color: #fff;
}
.page-404-main p {
  color: #fff;
}
.page-404-main a {
  display: block;
  margin: auto;
  width: 35rem;
  max-width: 100%;
  text-decoration: underline;
  margin-bottom: 2rem;
}

body .contact-page {
  position: relative;
  overflow: hidden;
}
body .contact-page__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
body .contact-page__decor-splash {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: auto;
  height: 12.7rem;
  opacity: 0.8;
}
@media (max-width: 991px) {
  body .contact-page__decor-splash {
    display: none;
  }
}
body .contact-page__mosaic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: 1fr 1.25fr;
  gap: 1.2rem;
  padding: 0 1.2rem 0 0;
}
@media (max-width: 991px) {
  body .contact-page__mosaic {
    display: none;
  }
}
body .contact-page__mosaic-item {
  position: relative;
  overflow: hidden;
  min-height: 0;
}
body .contact-page__mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body .contact-page__mosaic .contact-page__img-top {
  grid-column: 1/3;
  grid-row: 1;
}
@media (max-width: 991px) {
  body .contact-page__mosaic .contact-page__img-top {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: 16/9;
  }
}
body .contact-page__mosaic .contact-page__img-bottom-left {
  grid-column: 1;
  grid-row: 2;
}
@media (max-width: 991px) {
  body .contact-page__mosaic .contact-page__img-bottom-left {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: 9/16;
  }
}
body .contact-page__mosaic .contact-page__img-bottom-right {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 991px) {
  body .contact-page__mosaic .contact-page__img-bottom-right {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: 4/3;
  }
}
body .contact-page__mosaic .contact-page__text-transformacao {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  font-family: "Edo SZ", sans-serif;
  font-size: clamp(3.2rem, 6vw, 7rem);
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  line-height: 1;
  pointer-events: none;
}
body .contact-page__mosaic .contact-page__text-graffiti {
  position: absolute;
  bottom: 0rem;
  right: -1rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Edo SZ", sans-serif;
  font-size: clamp(3.2rem, 5vw, 6.4rem);
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  line-height: 1;
  pointer-events: none;
  letter-spacing: 0.2rem;
}
body .contact-page__content {
  padding: 8rem 15% 8rem 8%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (max-width: 1199px) {
  body .contact-page__content {
    padding: 6rem 10% 6rem 5%;
  }
}
@media (max-width: 991px) {
  body .contact-page__content {
    padding: 3.2rem 5% 5rem 5%;
  }
}
body .contact-page__header {
  margin-bottom: 6rem;
}
body .contact-page__header .title {
  text-align: center;
  margin-bottom: 0;
  margin-left: 20%;
  margin-right: 20%;
}
body .contact-page__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
  flex-wrap: wrap;
  margin-bottom: 3.2rem;
}
body .contact-page__intro p {
  font-size: 1.4rem;
  color: #000;
  flex: 1;
  min-width: 25rem;
  margin-bottom: 0;
  line-height: 1.6;
}
body .contact-page__form .form-group {
  margin-bottom: 2rem;
}
body .contact-page__form .form-group label {
  display: none;
}
body .contact-page__form .form-group input[type=text],
body .contact-page__form .form-group input[type=email],
body .contact-page__form .form-group input[type=tel],
body .contact-page__form .form-group textarea {
  width: 100%;
  border: 2px solid #000;
  border-radius: 0.6rem;
  padding: 1.4rem 2.3rem;
  font-size: 1.6rem;
  font-family: inherit;
  background: #fff;
  color: #000;
  outline: none;
}
body .contact-page__form .form-group input[type=text]::placeholder,
body .contact-page__form .form-group input[type=email]::placeholder,
body .contact-page__form .form-group input[type=tel]::placeholder,
body .contact-page__form .form-group textarea::placeholder {
  color: #7e7e7e;
  font-weight: 500;
}
body .contact-page__form .form-group input[type=text]:focus,
body .contact-page__form .form-group input[type=email]:focus,
body .contact-page__form .form-group input[type=tel]:focus,
body .contact-page__form .form-group textarea:focus {
  border-color: #312f77;
}
body .contact-page__form .form-group textarea {
  min-height: 16rem;
  resize: vertical;
}
body .contact-page__form .form-submit {
  margin-top: 1rem;
}
body .contact-page__form .form-submit .btn {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 1.4rem 4rem !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  border-radius: 0.6rem !important;
  cursor: pointer;
  transition: opacity 0.2s ease;
  display: inline-block;
}
body .contact-page__form .form-submit .btn:hover {
  opacity: 0.8;
}

.thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
}
.thanks .container {
  width: 80rem;
}
.thanks-main {
  padding: 20rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #292929;
  padding: 4rem 2rem;
  border-radius: 40px;
  width: 80rem;
  max-width: 100%;
  margin: auto;
}
.thanks-main * {
  max-width: 100%;
}
.thanks-main h1 {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 2rem;
  color: #fff;
}
.thanks-main h1 span {
  font-size: 8rem;
  display: block;
  color: #292929;
}
.thanks-main h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  margin-top: 3.2rem;
  color: #fff;
}
.thanks-main p {
  color: #fff;
}
.thanks-main a {
  display: block;
  margin: auto;
  width: 35rem;
  max-width: 100%;
  text-decoration: underline;
}

.artist {
  padding-top: 3.6rem;
  position: relative;
}
.artist::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  height: 291px;
  background-image: url(../images/artista-header-bg.svg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
@media (max-width: 1199px) {
  .artist::before {
    width: 359px;
    height: 211px;
  }
}
@media (max-width: 991px) {
  .artist::before {
    width: 259px;
    height: 151px;
  }
}
@media (max-width: 767px) {
  .artist::before {
    display: none;
  }
}
.artist-main {
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .artist-main {
    padding-bottom: 3rem;
  }
}
.artist-main .title {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .artist-main .title {
    display: none;
  }
}
.artist-main__image img {
  width: 100%;
  height: auto;
  padding-right: 4.4rem;
}
@media (max-width: 767px) {
  .artist-main__image img {
    padding-right: 0;
    display: block;
    max-width: 390px;
    margin: auto;
    margin-bottom: 3.2rem;
  }
}
.artist-main__text-grafitti {
  max-width: 100%;
  margin-bottom: 3.2rem;
  display: block;
}
@media (max-width: 767px) {
  .artist-main__text-grafitti {
    margin: auto;
    margin-bottom: 2.4rem;
  }
}
.artist-main__text p {
  font-size: 1.8rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .artist-main__text p {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
}
.artist-title {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: 600;
  color: #000;
  padding-left: 1.6rem;
  border-left: 5px solid #312f77;
}
.artist-awards {
  margin-bottom: 8.8rem;
}
@media (max-width: 767px) {
  .artist-awards {
    margin-bottom: 4.8rem;
  }
}
.artist-awards__header {
  margin-bottom: 4rem;
}
.artist-awards__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .artist-awards__grid {
    grid-template-columns: 1fr;
  }
}
.artist-materials {
  margin-bottom: 8.8rem;
}
@media (max-width: 767px) {
  .artist-materials {
    margin-bottom: 4.8rem;
  }
}
.artist-materials .artist-title {
  margin-bottom: 4.8rem;
}
.artist-materials__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.artist-materials__items a {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.artist-materials__items a:hover span {
  text-decoration: underline;
}
.artist-materials__items a img {
  width: 2.4rem;
  height: 2.4rem;
  transition: color 0.2s ease-in-out;
}
.artist-materials__items a span {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .artist-materials__items a span {
    font-size: 1.8rem;
  }
  .artist-materials__items a i {
    font-size: 2rem;
  }
}
.artist-gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.artist-gallery a {
  display: block;
  height: 48rem;
}
.artist-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.artist-gallery a:nth-child(1) {
  width: 20%;
}
.artist-gallery a:nth-child(2) {
  width: 40%;
}
.artist-gallery a:nth-child(3) {
  width: 20%;
}
.artist-gallery a:nth-child(4) {
  width: 20%;
}
@media (max-width: 767px) {
  .artist-gallery a {
    height: 30rem;
  }
  .artist-gallery a:nth-child(1), .artist-gallery a:nth-child(3) {
    width: 50%;
  }
  .artist-gallery a:nth-child(2), .artist-gallery a:nth-child(4) {
    display: none;
  }
}

body .blog {
  margin: 7rem 0;
}
@media (max-width: 767px) {
  body .blog {
    margin: 3rem 0;
  }
}
body .blog-header {
  width: 60.2rem;
  max-width: 100%;
  margin: auto;
  margin-bottom: 4.8rem;
}
@media (max-width: 767px) {
  body .blog-header {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  body .blog-header p {
    font-size: 1.4rem;
  }
}
body .blog-header__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
  margin-bottom: 1.2rem;
}
body .blog-header__title h2 {
  font-size: 4.8rem;
  font-weight: 600;
  width: 31.3rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  body .blog-header__title h2 {
    font-size: 3.2rem;
    width: 20rem;
  }
}
@media (max-width: 575px) {
  body .blog-header__title h2 {
    font-size: 2.8rem;
    width: 15rem;
  }
}
body .blog-header__subtitle {
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  body .blog-header__subtitle {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  body .blog-header__subtitle {
    font-size: 1.4rem;
  }
}
body .blog-search {
  width: 50rem;
  max-width: 100%;
  margin-bottom: 3.2rem;
}
body .blog-search .form-group {
  position: relative;
}
body .blog-search .form-group input {
  padding-right: 5rem;
}
body .blog-search .form-group button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
body .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 767px) {
  body .blog-list {
    margin-top: 2.2rem;
    gap: 3.2rem;
  }
}
@media (max-width: 575px) {
  body .blog-list {
    grid-template-columns: 1fr;
  }
}
body .blog-pagination {
  text-align: center;
  margin-top: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .blog-pagination .page-numbers {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7e7e7e;
  border-radius: 0.4rem;
  font-weight: 600;
  font-size: 1.4rem;
}
body .blog-pagination .page-numbers:hover {
  background-color: #f6f6f6;
}
body .blog-pagination .page-numbers.current {
  background-color: #312f77;
  color: #fff;
}
body .blog-pagination .page-numbers.current:hover {
  background-color: #312f77;
}

body .single-blog {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  body .single-blog {
    padding: 3rem 0;
  }
}
body .single-blog .container {
  max-width: 886px;
}
body .single-blog-content {
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  body .single-blog-content {
    gap: 1.2rem;
  }
}
body .single-blog-tags {
  display: flex;
  gap: 1.2rem;
}
body .single-blog-tags span {
  color: #312f77;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 16px;
  padding: 0.4rem 1rem;
  border: 1px solid #312f77;
  border-radius: 8px;
}
body .single-blog-infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
body .single-blog-author-date {
  color: #d12b5e;
  font-weight: 500;
}
body .single-blog-share {
  font-size: 2.4rem;
  color: #35373b;
  background-color: transparent;
  border: none;
  transition: all 0.2s ease-in;
}
body .single-blog-share:hover {
  color: #7e7e7e;
}
body .single-blog-social {
  display: flex;
  gap: 1.2rem;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(10px, -50%);
  transition: all 0.2s ease-in;
  padding: 0.8rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0.8rem;
  background-color: #fff;
}
body .single-blog-social.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}
body .single-blog-social a {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #d12b5e;
  color: #fff;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
}
body .single-blog-social a:hover {
  background-color: #de7783;
}
body .single-blog-title {
  font-weight: 600;
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  body .single-blog-title {
    font-size: 2.8rem;
  }
}
body .single-blog-thumbnail {
  margin-bottom: 2.4rem;
}
body .single-blog-thumbnail img {
  aspect-ratio: 846/477;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}
body .single-blog-text {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  body .single-blog-text {
    margin-bottom: 0.2rem;
    font-size: 1.4rem;
  }
}
body .single-blog-all {
  font-size: 1.4rem;
  padding: 0;
  align-self: flex-start;
}
body .single-blog-all i {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  body .single-blog-all {
    font-size: 1.2rem;
  }
}
body .single-blog-cta {
  text-align: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 575px) {
  body .single-blog-cta .btn {
    width: 100%;
  }
}
body .single-blog hr {
  color: #e1e1e1;
}
body .single-blog-others h2 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #d12b5e;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  body .single-blog-others h2 {
    font-size: 2.4rem;
  }
}
body .single-blog-others__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media (max-width: 575px) {
  body .single-blog-others__list {
    grid-template-columns: 1fr;
  }
}

body .projects {
  margin: 3.6rem 0 9.6rem 0;
  position: relative;
  min-height: 60vh; /* Empurra o footer para baixo quando não há projetos */
}
@media (max-width: 767px) {
  body .projects {
    margin: 4rem 0;
  }
}
body .projects__decor {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 767px) {
  body .projects__decor {
    display: none;
  }
}
body .projects__decor-spray {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: auto;
  height: 20rem;
  opacity: 1;
}
body .projects__decor-splash {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: auto;
  height: 20.6rem;
  opacity: 1;
}
body .projects > .container > .title {
  margin-bottom: 4.8rem;
}
body .projects-header {
  width: 60.2rem;
  max-width: 100%;
  margin: auto;
  margin-bottom: 4.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  body .projects-header {
    margin-bottom: 3.2rem;
  }
}
body .projects-header__title {
  font-family: "Edo SZ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  font-weight: 500;
}
@media (max-width: 575px) {
  body .projects-header__title {
    font-size: 2.8rem;
  }
}
body .projects-header__subtitle {
  font-size: 1.8rem;
  margin-top: 1.2rem;
}
body .projects-pagination {
  text-align: center;
  margin-top: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .projects-pagination .page-numbers {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7e7e7e;
  border-radius: 0.4rem;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none;
}
body .projects-pagination .page-numbers:hover {
  background-color: #f6f6f6;
}
body .projects-pagination .page-numbers.current {
  background-color: #312f77;
  color: #fff;
}
body .projects-pagination .page-numbers.current:hover {
  background-color: #312f77;
}
body .projects-nav {
  margin-bottom: 4rem;
}
body .projects-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.6rem 0.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  body .projects-nav__list {
    gap: 1.6rem 0.2rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    /* Break out of container edge */
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 0.8rem; /* gives some air for bottom of pills */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    /* Hack to maintain right padding on overflow scroll */
  }
  body .projects-nav__list::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  body .projects-nav__list::after {
    content: "";
    display: block;
    flex: 0 0 1.5rem;
  }
}
body .projects-nav__item {
  display: inline-block;
}
@media (max-width: 767px) {
  body .projects-nav__item {
    flex: 0 0 auto;
  }
}
body .projects-nav__link {
  font-size: 1.2rem;
  color: #292929;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  display: inline-block;
  border-radius: 4rem;
  padding: 0.8rem 2.4rem;
}
@media (max-width: 767px) {
  body .projects-nav__link {
    white-space: nowrap;
  }
}
body .projects-nav__link:hover {
  color: #312f77;
  background-color: #f6f6f6;
}
body .projects-nav__link.active {
  background-color: #000;
  color: #fff;
}
body .projects-nav__link.active:hover {
  background-color: #292929;
  color: #fff;
}
body .projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media (max-width: 991px) {
  body .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  body .projects-grid {
    grid-template-columns: 1fr;
  }
}
body .projects-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 767px) {
  body .projects-list {
    margin-top: 2.2rem;
    gap: 3.2rem;
  }
}
@media (max-width: 575px) {
  body .projects-list {
    grid-template-columns: 1fr;
  }
}

body .formations {
  margin: 3.6rem 0 9.6rem 0;
  position: relative;
  min-height: 60vh;
}
@media (max-width: 767px) {
  body .formations {
    margin: 4rem 0;
  }
}
body .formations__decor {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 767px) {
  body .formations__decor {
    display: none;
  }
}
body .formations__decor-icon {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: auto;
  height: 16.1rem;
  opacity: 1;
}
body .formations__decor-splash {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: auto;
  height: 20.6rem;
  opacity: 1;
}
body .formations > .container > .title {
  margin-bottom: 2.4rem;
}
body .formations__subtitle {
  text-align: center;
  max-width: 90rem;
  margin: 0 auto 4.8rem auto;
  font-size: 1.6rem;
  color: #000;
}
@media (max-width: 767px) {
  body .formations__subtitle {
    margin-bottom: 3.2rem;
  }
}
body .formations-nav {
  margin-bottom: 4rem;
}
body .formations-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.6rem 0.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  body .formations-nav__list {
    gap: 1.6rem 0.2rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 0.8rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  body .formations-nav__list::-webkit-scrollbar {
    display: none;
  }
  body .formations-nav__list::after {
    content: "";
    display: block;
    flex: 0 0 1.5rem;
  }
}
body .formations-nav__item {
  display: inline-block;
}
@media (max-width: 767px) {
  body .formations-nav__item {
    flex: 0 0 auto;
  }
}
body .formations-nav__link {
  font-size: 1.2rem;
  color: #292929;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  display: inline-block;
  border-radius: 4rem;
  padding: 0.8rem 2.4rem;
}
@media (max-width: 767px) {
  body .formations-nav__link {
    white-space: nowrap;
  }
}
body .formations-nav__link:hover {
  color: #312f77;
  background-color: #f6f6f6;
}
body .formations-nav__link.active {
  background-color: #000;
  color: #fff;
}
body .formations-nav__link.active:hover {
  background-color: #292929;
  color: #fff;
}
body .formations-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem 2.5rem;
}
@media (max-width: 767px) {
  body .formations-list {
    margin-top: 2.2rem;
    gap: 3.2rem;
  }
}
@media (max-width: 575px) {
  body .formations-list {
    grid-template-columns: 1fr;
  }
}
body .formations-pagination {
  text-align: center;
  margin-top: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .formations-pagination .page-numbers {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7e7e7e;
  border-radius: 0.4rem;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none;
}
body .formations-pagination .page-numbers:hover {
  background-color: #f6f6f6;
}
body .formations-pagination .page-numbers.current {
  background-color: #312f77;
  color: #fff;
}
body .formations-pagination .page-numbers.current:hover {
  background-color: #312f77;
}

body .medias {
  margin: 4.8rem 0 9.6rem 0;
  position: relative;
  min-height: 60vh;
}
@media (max-width: 767px) {
  body .medias {
    margin: 4rem 0;
  }
}
body .medias__decor {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 767px) {
  body .medias__decor {
    display: none;
  }
}
body .medias__decor-icon {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: auto;
  height: 19.7rem;
  opacity: 1;
}
@media (max-width: 991px) {
  body .medias__decor-icon {
    top: 2rem;
    left: -2rem;
  }
}
body .medias__decor-splash {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: auto;
  height: 20.6rem;
  opacity: 1;
}
@media (max-width: 991px) {
  body .medias__decor-splash {
    top: -4rem;
    right: -3rem;
  }
}
body .medias > .container > .title {
  margin-bottom: 6.4rem;
}
body .medias .medias-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 3.2rem;
}
@media (max-width: 991px) {
  body .medias .medias-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2.4rem;
  }
}
@media (max-width: 575px) {
  body .medias .medias-list {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
body .medias .medias-pagination {
  text-align: center;
  margin-top: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .medias .medias-pagination .page-numbers {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7e7e7e;
  border-radius: 0.4rem;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
}
body .medias .medias-pagination .page-numbers:hover {
  background-color: #f6f6f6;
}
body .medias .medias-pagination .page-numbers.current {
  background-color: #d12b5e;
  color: #fff;
}
body .medias .medias-pagination .page-numbers.current:hover {
  background-color: #d12b5e;
}

body .products {
  margin: 4.8rem 0 9.6rem 0;
  position: relative;
  min-height: 60vh;
}
@media (max-width: 767px) {
  body .products {
    margin: 4rem 0;
  }
}
body .products__decor {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 767px) {
  body .products__decor {
    display: none;
  }
}
body .products__decor-icon {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: auto;
  height: 18rem;
  opacity: 1;
}
body .products__decor-splash {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: auto;
  height: 20.6rem;
  opacity: 1;
}
body .products > .container > .title {
  margin-bottom: 3.2rem;
}
body .products .products-nav {
  margin-bottom: 5.6rem;
}
@media (max-width: 991px) {
  body .products .products-nav {
    margin-bottom: 4rem;
  }
}
body .products .products-nav__list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem 0.2rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body .products .products-nav__list {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1.6rem;
    margin-bottom: -1.6rem;
    gap: 1.2rem;
    scrollbar-width: none;
  }
  body .products .products-nav__list::-webkit-scrollbar {
    display: none;
  }
}
body .products .products-nav__item {
  flex-shrink: 0;
}
body .products .products-nav__link {
  display: inline-block;
  padding: 0.8rem 2.4rem;
  border-radius: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.2s ease;
}
body .products .products-nav__link:hover {
  color: #000;
  background-color: #f7f7f7;
}
body .products .products-nav__link.active, body .products .products-nav__link:active {
  background-color: #000;
  color: #fff;
}
body .products .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 3.2rem;
}
@media (max-width: 991px) {
  body .products .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2.4rem;
  }
}
@media (max-width: 575px) {
  body .products .products-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
body .products .products-pagination {
  text-align: center;
  margin-top: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .products .products-pagination .page-numbers {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7e7e7e;
  border-radius: 0.4rem;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
}
body .products .products-pagination .page-numbers:hover {
  background-color: #f6f6f6;
}
body .products .products-pagination .page-numbers.current {
  background-color: #000;
  color: #fff;
}
body .products .products-pagination .page-numbers.current:hover {
  background-color: #000;
}

body .single-product {
  margin: 4.8rem 0 9.6rem 0;
  position: relative;
}
@media (max-width: 767px) {
  body .single-product {
    margin: 4rem 0;
  }
}
body .single-product__decor {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 991px) {
  body .single-product__decor {
    display: none;
  }
}
body .single-product__decor-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 18rem;
}
body .single-product__decor-splash {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 20.6rem;
}
body .single-product .title {
  margin-bottom: 4rem;
}
body .single-product__back {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
  margin-bottom: 2.4rem;
  transition: opacity 0.2s ease;
}
body .single-product__back:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  body .single-product__main {
    margin-top: 2.4rem;
  }
}
body .single-product .product-single__carousel {
  width: 100%;
  position: sticky;
  top: 2rem;
  background-color: #f7f7f7;
}
body .single-product .product-single__carousel .item {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
body .single-product .product-single__carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body .single-product .product-single__carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  margin: 0;
  padding: 0 1rem;
}
body .single-product .product-single__carousel .owl-nav button {
  pointer-events: auto;
  width: 3.2rem;
  height: 3.2rem;
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  font-size: 1.4rem;
  transition: background 0.2s ease;
}
body .single-product .product-single__carousel .owl-nav button:hover {
  background: #fff !important;
}
body .single-product .product-single__carousel .owl-nav button.disabled {
  opacity: 0;
  cursor: default;
}
body .single-product .product-single__carousel .owl-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
}
body .single-product .product-single__carousel .owl-dots button span {
  background: rgba(255, 255, 255, 0.5) !important;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.4rem;
}
body .single-product .product-single__carousel .owl-dots button.active span, body .single-product .product-single__carousel .owl-dots button:hover span {
  background: #fff !important;
}
body .single-product__title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.6rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  body .single-product__title {
    font-size: 2.8rem;
    font-weight: 700;
  }
}
body .single-product__price {
  font-size: 4.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  body .single-product__price {
    font-size: 3.2rem;
  }
}
body .single-product__content {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.6;
  margin-bottom: 3.2rem;
}
body .single-product__content p {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  body .single-product__content p {
    font-size: 1.4rem;
  }
}
body .single-product__others {
  margin-top: 9.6rem;
}
@media (max-width: 767px) {
  body .single-product__others {
    margin-top: 6.4rem;
  }
}
body .single-product__section-title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #000;
  padding-left: 1.6rem;
  border-left: 3px solid #000;
  margin-bottom: 4rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  body .single-product__section-title {
    font-size: 2.4rem;
  }
}

body .single-project {
  margin: 4.8rem 0 9.6rem 0;
  position: relative;
}
@media (max-width: 767px) {
  body .single-project {
    margin: 4rem 0;
  }
}
body .single-project__back {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
  margin-bottom: 2.4rem;
  transition: opacity 0.2s ease;
}
body .single-project__back:hover {
  opacity: 0.7;
}
body .single-project__title {
  font-family: "Edo SZ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 3.2rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  body .single-project__title {
    font-size: 2.8rem;
  }
}
body .single-project__gallery {
  margin-top: 2.4rem;
}

.container {
  max-width: 1280px;
}

.container,
.row {
  --bs-gutter-x: 2.4rem !important;
}
@media (max-width: 767px) {
  .container,
  .row {
    --bs-gutter-x: 3.2rem !important;
  }
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0 !important;
}

.lb-nav,
.lb-close {
  font-size: 1.6rem !important;
}

.lb-btn {
  font-size: 1.2rem !important;
}

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