header .logo-desktop,
header .logo-mobile-menu {
  width: 160px;
  margin: 1rem 0
}

@media screen and (min-width: 992px) {

  header .logo-desktop,
  header .logo-mobile-menu {
    width: 200px;
    margin: 1rem 0
  }

}

/* FOOTER */
footer {
  background-color: var(--dark);
  margin-top: 3rem;
}

footer .logo-desktop {
  max-width: 200px;
}

footer h3 {
  margin: 0 0 32px 0;
  color: #969696;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

footer p {
  color: #969696;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 0;
}

footer .footer__nav li a:not(.btn) {

  padding: 5px 0;
  transition: .3s;
  color: #FAFAFA;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

footer .footer__nav li a i {
  font-size: 10px
}

footer .footer__nav li a:hover {
  color: var(--primary-color-light)
}

footer .address :is(span, a):not(.btn) {

  transition: .3s;
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

footer i {
  display: flex !important;
  padding: 12px;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 80px;
  background: #B5A860;
  color: #FAFAFA;
  height: 44px;
  width: 44px;
  flex-shrink: 0;
}

footer iframe {
  border-radius: 1rem;
  width: 100%;
}

footer .address a:not(.btn):hover {
  color: var(--primary-light-color)
}

.copyright-footer .btn.selos {
  min-height: unset;
}

.copyright-footer p {
  color: #969696;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }
}

.card.card--23 {
  all: unset;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  background-color: var(--dark);
  background-image: linear-gradient(-45deg, var(--dark), var(--grey)), var(--card-background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply, normal;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  float: unset
}

.card.card--23:focus-within,
.card.card--23:hover {
  box-shadow: 0 0 0 2px var(--secondary-color)
}

.card.card--23 .card__title {
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0 0 .25rem var(--dark);
  margin: 0;
  min-height: calc(1.25rem * 2 * 1.3)
}

.card.card--23 .card__link {
  z-index: 1;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: .5rem .75rem;
  font-size: .875rem;
  text-transform: uppercase;
  transition: var(--transition);
  color: var(--light);
  font-weight: 600;
  border: 2px solid currentColor;
  border-radius: 99px
}

.card.card--23 .card__link>span {
  width: 0;
  max-width: fit-content;
  opacity: 0;
  transition: var(--transition)
}

.card.card--23 .card__link:focus>span,
.card.card--23 .card__link:hover>span {
  width: 100px;
  opacity: 1;
  margin-right: .5rem
}

.card.card--23 .card__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  backface-visibility: visible
}

.card.card--23 .card__link:focus,
.card.card--23 .card__link:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color)
}

.shadow-19 {
  box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px
}

.title-subtitle {
  margin-bottom: 0
}

.title-subtitle span {
  display: block;
  font-size: .9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: .25rem;
  text-transform: uppercase
}

.bg-body {
  background-color: var(--dark) !important;
}

/* ==================== CUSTOM ==================== */


.ellipse:nth-child(1) {
  left: -301px;
  top: -336px;
}

.custom-subtitle {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(235, 236, 236, 0.35);
  background: rgba(236, 237, 236, 0.05);
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  width: fit-content;
  gap: .5rem;
}


@media screen and (max-width: 992px) {
  .ellipse {
    border-radius: 528px;
    opacity: 0.3;
    background: #F2E28C;
    filter: blur(420px);
    width: 511px;
    height: 528px;
    position: absolute;
  }

}

/* ================== FIM CUSTOM ================== */

/* ==================== BANNER ==================== */

.banner-sig h2,
.banner-sig p {
  color: #fafafa;
}

.banner-sig h2 {

  line-height: 2.75rem;
}

.banner-sig p {
  line-height: 1.4625rem;
  margin: 0 0 32px 0;
}

.banner-sig h2>strong {
  background: linear-gradient(180deg, #F2E28C 0%, #C69B45 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-sig a {
  border-radius: 16px;
  background: linear-gradient(180deg, #F2E28C 0%, #C69B45 100%);
  color: #FAFAFA;
  font-style: normal;
}

.banner-sig a:nth-child(2) {
  background: transparent;
  border-color: #FAFAFA;
}



/* ================== FIM BANNER ================== */

/* ==================== WHO-WE-ARE-CONTAINER ==================== */



.who-we-are-container h1 {
  color: var(--primary-color);
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
}

.who-we-are-container h1>span {
  display: block;
  font-size: 20px;

}

.who-we-are-container h4 {
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}

.who-we-are-container h4>span {
  color: var(--secondary-color);
  font-weight: 700;
}

.who-we-are-container p {
  color: #fafafa;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px;
}

.who-we-are-container__card {
  display: flex;
  padding: 12px 28px;
  width: 100%;
  max-width: 214px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #F2E28C;
  background: rgba(236, 237, 236, 0.05);
}

.who-we-are-container__card img {
  height: 2.1875rem !important;
  width: 2.1875rem !important;
}

.who-we-are-container__card h4 {
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.6px;
  margin: 0 0 .25rem 0;
}

.who-we-are-container__card p {
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  margin: 0;
  word-wrap: break-word;
}

.who-we-are-container .content {
  display: flex;
  padding: 32px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid #F2E28C;
  background: rgba(236, 237, 236, 0.02);
}

.who-we-are-container .content h2 {
  color: #B5A860;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.6px;
  margin: 0 0 14px 0;
}

.who-we-are-container .content p {
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.who-we-are-container .content a {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 2px solid #B5A860;
  color: #B5A860;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  background: transparent;
}


.who-we-are-container--pages h2 {
  color: #F2E28C;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
}

.who-we-are-container--pages p {
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}


.who-we-are-container .ellipse {
  right: -490px;
  top: 317px;
}

@media screen and (min-width: 992px) {
  .who-we-are-container--pages .img-custom {
    position: absolute;
    right: -16px;
    bottom: -30px;
    width: 399px;
    height: 250px;
    min-width: 350px;
    border-radius: 12px;
    background: var(--primary-color);
    z-index: -1;
  }

  .who-we-are-container .content {
    padding: 32px 40px;
  }

}

/* ================== FIM WHO-WE-ARE-CONTAINER ================== */

/* ==================== MVV-CONTAINER ==================== */

.mvv-container {
  border-radius: 24px;
  border: 1px solid #F2E28C;
  background: rgba(0, 0, 0, 0.10);
  padding: 1rem;
}

.mvv-container h2 {
  color: #FAFAFA;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.6px;
  margin: 16px 0 24px 0;
}

.mvv-container h2>span {
  color: #B5A860;
  font-weight: 700;
}

.mvv-container p,
.mvv-container li {
  color: #FAFAFA;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px;
  margin: 0;
}

.mvv-container li {
  text-align: start;
}

.mvv-container__card {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border-top: 5px solid #B5A860;
  background: rgba(255, 255, 255, 0.02);
   backdrop-filter: blur(.6px);
}

.mvv-container__card h3 {
  color: #FAFAFA;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 8px 0 16px 0;
}

.mvv-container__card p {
  color: #FAFAFA;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .mvv-container {
    padding: 3rem;
  }
}

/* ================== FIM MVV-CONTAINER ================== */

/* ==================== SERVICES-CONTAINER ==================== */

.services-container .subtitle {
  color: #969696;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: block;
  text-align: center;
}

.services-container h2 {
  color: #F2E28C;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 8px 0 40px 0;
}

.services-container__card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.00);
  transition: .3s ease;
  position: relative;
}

.services-container__card img {
  height: 3.625rem;
  width: 3.625rem;
}

.services-container__card:hover {
  background: linear-gradient(180deg, #F2E28C 0%, #C69B45 100%);

  box-shadow: 0 2px 6px 0 rgba(25, 33, 61, 0.14);
}

.services-container__card h3 {
  color: #FAFAFA;
  font-family: Alexandria;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  transition: .3s ease;
}

.services-container__card p {
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  margin: 0;
  transition: .3s ease;
}

.services-container__card:hover p,
.services-container__card:hover h3 {
  color: #183245;
}

.services-container__card a {
  color: #FAFAFA;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  position: relative;
}

.services-container__card a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  border-radius: 100px;
  background: #183245;
  transition: .3s ease;
}

.services-container__card img:nth-child(2) {
  position: absolute;
  left: 24px;
  top: 24px;
  opacity: 0;
  transition: .3s ease;
}

.services-container__card:hover img:nth-child(2) {
  opacity: 1;
}

.services-container__card:hover a {
  color: #183245;
  background-color: transparent;
  border-color: transparent;
}

.services-container__card:hover a::before {
  width: 100%;
}

/* ================== FIM SERVICES-CONTAINER ================== */

/* ==================== CUSTOMERS-CONTAINER ==================== */

.customers-container__card {
  height: 160px;
}

.customers-container--pages .customers-container__card {
  background: #F6F6F6;
}

.customers-container .subtitle {
  color: #969696;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: block;
  text-align: center;
}

.customers-container h2 {
  color: var(--primary-color);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 8px 0 40px 0;
}

/* ================== FIM CUSTOMERS-CONTAINER ================== */

/* ==================== DIFFERENTIAL-CONTAINER ==================== */

.differential-container {
  display: flex;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #F2E28C;
  background: #141413;
}

.differential-container h2 {
  color: #F2E28C;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 35.2px;
  margin: 0;
}

.differential-container p {
  color: #EBECEC;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px;
  margin: 24px 0 40px 0;
}

.differential-container__card {
  display: flex;
  padding: 16px 16px 24px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}

.differential-container__card h4 {
  color: #EBECEC;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.differential-container .content {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #2A2A2A;
  margin-top: 3.75rem;
}

.differential-container .content h2 {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.differential-container .content p {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 16px 0 32px 0;
}

.differential-container .content a {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #B5A860;
  color: #FAFAFA;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.differential-container .content a:nth-child(2) {
  background: #FAFAFA;
  color: #2d2d2d;
  border-color: #FAFAFA;
}

.differential-container .ellipse {
  left: -500px;
  top: -263px;
}

/* ================== FIM DIFFERENTIAL-CONTAINER ================== */

/* ==================== projects-CONTAINER ==================== */

.projects-container {
  background: url('<?= $url; ?>imagens/projects/projects.webp') no-repeat;
  background-size: cover;
}

.projects-container .subtitle {
  color: #F2E28C;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 3.6px;
}



.projects-container h2 {
  font-weight: 500;
  position: relative;
}


.projects-container .label {
  color: #b0b0b0;
  font-style: normal;
  line-height: normal;
}

.projects-container h2,
.projects-container p {
  line-height: normal;
}

.projects-container h2,
.projects-container p {
  color: #FAFAFA;
  font-style: normal;
}

/* .projects-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 2px solid #F2E28C;
  color: #F2E28C;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 3rem;
} */

.card-11 {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 16px 16px 24px 16px;
  background-color: #fafafa;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.card-11__image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}



.card-11__title {
  color: #606062;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid transparent;
  transition: .3s ease;
  width: fit-content;
}

.card-11 .card-11__text {
  overflow: hidden;
  color: #4F4F4F;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card-11 .card-11__btn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  color: #3D3D3D;
  text-align: center;
  gap: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.card-11__btn:hover {
  background-color: var(--secondary-color);
}

.card-11:hover {
  background-color: #e7e7e7;
}

.card-11:hover .card-11__btn {
  background-color: var(--primary-color, #26306D);
  color: var(--light);
}

.card-11:hover .card-11__title {
  color: var(--primary-color);
  border-color: var(--primary-color);
}


.projects-container .ellipse {
  right: -530px;
  bottom: -300px;
}

/* ================== FIM projects-CONTAINER ================== */

.destaques-mpi .subtitle {
  color: #969696;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: block;
  text-align: center;
}

.destaques-mpi h2 {
  color: var(--primary-color);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 0 0 40px 0;
  text-align: center;
}


/* ==================== CUSTOM-CTA ==================== */

.custom-cta {
  border: 2px solid #FFF;
  background: radial-gradient(67.47% 67.47% at 50% 50%, #F2E28C 0%, #B5A860 100%);
  border-radius: 1.25rem;
}

.custom-cta h2 {
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
}

.custom-cta h2>span {
  font-size: 50px;
  font-family: Montserrat;
  font-weight: 900;
  line-height: 49.5px;
  display: block;
  margin: 14px 0;
}

.custom-cta p {
  color: #FAFAFA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.custom-cta .btn {
  display: flex;
  padding: 16px 72px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #222424;
  color: #FAFAFA;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

/* ================== FIM CUSTOM-CTA ================== */


/* FEITO POR CAMILA FERREIRA DA SILVA */
.card-23 {
    width: 100%;
    height: 30rem;
    border-radius: .625rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), var(--card-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .4s ease;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
 
 
.card-23:hover {
    top: -20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), var(--card-bg);
 
}
.card-23__body{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 2.5rem 1.5rem;
}
 
.card-23__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 0;
    transition: all 0.4s ease;
    opacity: 0;
}
 
.card-23:hover .card-23__content {
    height: 100%;
    opacity: 1;
}
 
.card-23 .card-23__title,
.card-23 .card-23__content__text,
.card-23 .card-23__content__button {
    color: #FAFAFA;
}
 
.card-23 .card-23__title {
    font-weight: 600;
    font-size: 1.8125rem;
    text-align: center;
    position: relative;
}
 
.card-23 .card-23__title::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    height: .125rem;
    width: 8.75rem;
    background-color: #FAFAFA;
    transition: all .4s ease;
}
 
 
.card-23 .card-23__content__text {
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
}
 
.card-23 .card-23__content__button {
    width: fit-content;
    padding: .6875rem 1rem;
    border-radius: 1.875rem;
    background-color: var(--primary-color);
    font-weight: 600;
    font-size: .875rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    height: 2.4375rem;
    transition: all .4s ease;
    text-decoration: none;
}
 
.card-23 .card-23__content__button:hover {
    filter: brightness(85%);
}
 
@media screen and (max-width: 960px) {
    .card-23 .card-23__content {
        height: 145px;
 
    }
}