.container-fluid {
  padding: 0 45px;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body .navbar {
  background-color: #FBF5D5;
}

body .navbar .navbar-nav .nav-item:not(:last-child) {
  margin-right: 46px;
}

.navbar {
  --bs-navbar-active-color: #5D939E;
  min-height: 86px;
  position: fixed;
  z-index: 1050;
  width: 100%;
}

.nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size:1.25rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  transition: color 0.3s ease;
  padding: 0;
}

.nav-link.active,
.nav-link:hover {
  color: #5D939E;
  font-weight: 500;
}

.nav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1720px;
}

.menu-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-box-mobile {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 15px;
}

.nav-top-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-toggle {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #3A656E;
  line-height: 1;
}

.nav-links-mobile {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top:1.25rem;
  padding-bottom:1.25rem;
  width: 100%;
}

.nav-links-mobile a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-links-mobile .fale-btn {
  color: #FBF5D5;
}

.nav-links-mobile a.active,
.nav-links-mobile a:hover {
  color: #5D939E;
  font-weight: 500;
}

.nav-links-mobile.active {
  display: flex;
}

.hero {
  height: calc(100vh - 86px);
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  margin-top: 86px;
}

.hero .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 0;
}

.hero .design-desktop {
  text-align: justify;
  position: absolute;
  top: 60px;
  left: 50px;
  text-decoration-color: #FBF5D5;
}

.design-mobile {
  font-size: 100px;
  text-align: justify;
  position: absolute;
  top: 35px;
  left: 15px;
  text-decoration-color: #FBF5D5;
}

.hero .help-desktop {
  text-align: justify;
  position: absolute;
  bottom: 5.3125rem;
  right: 6.25rem;
}

.help-mobile {
  font-size: 22px;
  text-align: justify;
  position: absolute;
  bottom: 9px;
  right: 5px;
  color: #FBF5D5;
  font-weight: 400;
}

.hero h1 {
  font-size: 48px;
  color: #FBF5D5;
}

.hero h2 {
  font-size: 48px;
  color: #FBF5D5;
}

.hero p {
  line-height: 1.3;
  font-size: 25px;
  color: #FBF5D5;
}

.dropdown-menu {
  background-color: #fff;
  border-radius: 13px;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#dropdownIdioma[aria-expanded="true"] {
  filter: brightness(0) saturate(100%) invert(29%) sepia(23%) saturate(777%) hue-rotate(143deg) brightness(93%) contrast(90%);
}

.dropdown-item {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-item:hover {
  background-color: #3A656E17;
  color: #3A656E;
}

.mobile-left button {
  background-color: #3A656E;
  border-radius: 05px;
}

.navbar-toggler-icon {
  color: #DBC385;
}

.fale-btn {
  background-color: #3A656E;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size:1.25rem;
  line-height: 100%;
  letter-spacing: 0;
  border: none;
  border-radius: 13px;
  width: 244px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.fale-btn:hover {
  background-color: #5D939E;
  color: #FFFFFF;
}

.dropdown {
  margin-left: 40px;
}

.menu-contact .dropdown img {
  margin-right: 25px;
}

.services-section {
  background: url("../../imagens/home/bckcards.jpg") center/cover no-repeat;
  position: relative;
  padding: 60px 0;
  font-family: "Poppins", sans-serif;
  color: #F2E6C9;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.service-card .content-tera h7 {
  padding-left:1.25rem;
  margin-top: 15px;
}

.service-card h2 {
  font-size: 96px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.services-section h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 40px;
}

.service-card {
  width: 100%;
  min-height: 325px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  background-color: #3F2E56;
  border-radius: 15px;
  font-family: "Poppins", sans-serif;
  padding:1.25rem 35px;
  align-content: space-between;
}

.services-section .section-description {
  padding-left:1.25rem;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
}

.Title-section {
  border-right: 1px solid #fff;
  padding: 27px 0;
}

.Title-section img {
  height: 109px;
  width: auto;
}

.services-section h3 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  padding-right: 45px;
}

.services-section p {
  margin-bottom: 0;
}

.services-section h7 {
  font-size: 22px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.service-card:hover {
  background-color: #6B5A82;
}

.service-card.back-img-tera {
  background: url('../../imagens/home/bck_card2.png');
  background-size: cover;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: bottom left;
  min-height: 200px;
}

.service-card.back-img-tera .content-tera {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.service-card .img-tera {
  margin-left: 10px;
  margin-bottom:1.25rem;
}

.service-card.back-img-3 {
  background: url('../../imagens/home/bck-2.png');
  background-size: cover;
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.service-card.back-img-3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #6B5A82;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 15px;
  z-index: 1;
}

.service-card.back-img-3:hover::before {
  opacity: 0.6;
}

.service-card.back-img-3 h2,
.service-card.back-img-3 h7,
.service-card.back-img-3 img {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {

  .services-section .row.align-items-center {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .services-section {
    background-image: url('../../imagens/home/bck-services-mobile.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .services-section .titulo-pt2 {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    box-sizing: border-box;
    text-align: right;
    padding:1.25rem;
    border-right: 1px solid white;
  }

  .services-section .titulo-pt2 img {
    display: none !important;
  }

  .services-section .section-title {
    white-space: nowrap;
    font-size: 1.25rem;
    display: block;
  }

  .service-card h2 {
    font-size: 1.50rem;
  }

  .services-section h6 {
    font-size: 0.850rem;
  }

  .content-tera {
    margin: 0;
  }

  .service-card.back-img-3 {
    max-height: 133px;
    background: url('../../imagens/home/bck-card-mobile.png');
    background-size: cover;
  }

  h7 br:last-of-type {
    display: none;
  }

  .services-section .section-description {
    flex: 0 0 50%;
    max-width: 45%;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 0.925rem;
  }

  .services-section {
    padding: 0px 12px;
  }

  .Title-section {
    border-right: none;
  }

  .services-section .Title-section h3 {
    padding-right: 0;
  }

  .services-section .service-card {
    min-height: 8.3125rem;
  }

  .services-section .service-card.back-img-tera h7 {
    font-size: 0.75rem;
    margin: 0;
  }

  .img-tera img {
    height: 25px;
  }

  .service-card {
    padding:1.25rem;
  }

  .service-card .img-tera {
    margin: 0;
  }

  .secao-tera .titulo-tera {
    font-size: 0.925rem;
    line-height: 1.2;
    margin-bottom:1.25rem;
  }

  .secao-tera .descricao-tera {
    font-size: 0.6875rem;
    line-height: 1.2;
    margin-bottom: 22px;
  }

  .secao-tera .btn-tera {
    font-size: 0.925rem;
    line-height: 1.2;
    padding: 0.625rem 0.4375rem;
    border-radius: 7px;
    color: #FBF5D5;
  }

  .secao-jogos .texto-jogos h3 {
    font-size: 0.925rem;
    line-height: 1.2;
  }

  .secao-clientes .titulo-clientes {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0.7rem;
  }

  .secao-jogos .btn-projeto {
    font-size: 0.925rem;
    line-height: 1.2;
    padding: 1.25rem;
    margin-top: 1.875rem;
  }

  .secao-depoimentos .titulo-depoimentos {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom:1.25rem;
  }
}

.video-bg-card {
  position: relative;
  overflow: hidden;
}

.video-bg-card .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-bg-card .content-tera,
.video-bg-card .img-tera {
  position: relative;
  z-index: 2;
}

.video-bg-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.primeiros-passos-section {
  background-color: #FBF5D5;
  padding: 80px 0 0 0;
  width: 100%;
}

.primeiros-passos-section h3 {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  font-family: 'Codec-Cold-Bold-trial', sans-serif;
}

.primeiros-passos-section h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 40px;
}

.primeiros-passos-section p {
  font-size: 37px;
  color: #444;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.btn-fale {
  background-color: #3A656E;
  color: #FBF5D5;
  border-radius: 16px;
  font-size: 40px;
  transition: 0.2s ease-in-out;
  padding: 17px 87px;
  margin-bottom: 30px;
}

.btn-fale:hover {
  background-color: #5D939E;
  color: #FBF5D5;
}

.phone-mockup {
  height: 100vh;
  width: auto;
}

@media (max-width: 1200px) {
  .phone-mockup {
    height: auto;
    max-height: 65vh;
    width: 213px;
  }

  .primeiros-passos-section h3 {
    font-size: 1.25rem;
    text-align: -webkit-left;
    font-weight: 500;
  }

  .primeiros-passos-section p {
    font-size: 1rem;
    text-align: justify;
    height: 300;
  }

  .primeiros-passos-section h4 {
    font-size: 0.925rem;
    text-align: -webkit-left;
    height: 300;
  }

  .primeiros-passos-section {
    text-align: left;
    background-color: #F3F3F3;
    padding-top:1.25rem;
  }

  .primeiros-passos-section .btn-fale {
    display: inline-block;
    margin-left: 0;
    text-align: left;
    font-size: 0.925rem;
    padding: 0.5rem 5.25rem;
    border-radius: 7px;
  }
}

.secao-tera {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 95px;
  color: white;
}

.titulo-tera {
  margin-bottom: 40px;
}

.descricao-tera {
  margin-bottom: 60px;
}

.video-bg-tera {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.secao-tera .content-tera-bg {
  position: relative;
  z-index: 2;
}

.secao-tera::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.titulo-tera {
  font-size: 48px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
}


.descricao-tera {
  font-size: 35px;
  opacity: 0.9;
  font-family: "Poppins", sans-serif;
}


.btn-tera {
  background-color: #4E3A63;
  color: white;
  font-size: 40px;
  border-radius: 16px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  padding: 21px 46px;
}

.btn-tera:hover {
  background-color: #6B5A82;
}

.secao-jogos {
  width: 100%;
  background-color: #FEFEF2;
  padding: 50px 0;
}

.texto-jogos {
  max-width: 1920px;
  margin: 0 auto 40px auto;
  text-align: center;
  font-family: "Poppins", sans-serif;
  padding-top: 10px;
  font-size: 48px;
}

.container-jogos {
  width: 100%;
  box-sizing: border-box;
}

.container-jogos h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 48px;
}

.grid-jogos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 334px;
  column-gap: 32px;
  row-gap: 32px;
  justify-content: center;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
}

.grid-jogos img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.card-1,
.card-2,
.card-3,
.card-4,
.card-5,
.card-6,
.card-7,
.card-8 {
  width: 100%;
  height: 334px;
  overflow: hidden;
}

.card-4 {
  justify-self: stretch;
}

.btn-projeto {
  background-color: #3A656E;
  color: #FBF5D5;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  border: none;
  width: 100%;
  max-width: 70vh;
  height: 6vh;
  padding: 40px 0;
  border-radius: 8px;
  margin: 60px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.btn-projeto:hover {
  background-color: #5D939E;
}

@media (max-width: 1500px) {
  .grid-jogos {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }

  .grid-jogos img {
    height: 100%;
    width: 100%;
  }

  .secao-jogos {
    background-color: #F3F3F3;
  }
}

@media (max-width: 700px) {
  .grid-jogos {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }

  .grid-jogos img {
    height: 100%;
    width: 100%;
  }

  .btn-projeto {
    max-width: 67%;
  }
}

.secao-clientes {
  background-color: #FEFEF2;
  padding: 40px 0 60px;
  text-align: center;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.titulo-clientes {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #3A3A3A;
}

.faixa-logos {
  width: 100vw;
  background: #DBC385;
  overflow: hidden;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 40px 0;
}

.logos-move {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.logos-move img {
  filter: grayscale(100%);
  opacity: 75%;
}

.faixa-logos img {
  height: 140px;
  padding: 18px;
  flex-shrink: 0;
}

.faixa-logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.logos-mobile {
  display: none;
}

@media (max-width: 600px) {

  .faixa-logos {
    padding: 0 0;
  }

  .logos-move {
    gap: 0;
  }

  .faixa-logos img {
    height: 70px;
    width: 45vw;
    object-fit: contain;
    padding: 10px;
  }

  .secao-clientes .logos-desktop {
    display: none;
  }

  .secao-clientes .logos-mobile {
    display: flex;
  }

  .hero {
    height: 49vh;
  }

  .hero h2 {
    font-size: 1.25rem;
  }

  .hero p {
    font-size: 0.925rem;
    margin-right: 15px;
  }
}

.secao-depoimentos {
  background-color: #FEFEF2;
  padding: 60px 0 120px 0;
  font-family: "Poppins", sans-serif;
}

.titulo-depoimentos {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  color: #3A3A3A;
  margin-bottom: 50px;
  font-family: "Poppins", sans-serif;
}

.grid-depoimentos {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.card-depoimento {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
  border: 2px solid transparent;
  font-family: "Poppins", sans-serif;
}

.card-depoimento:hover {
  border-color: #DBC385;
}

.texto-depoimento {
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  margin-bottom:1.25rem;
}

.autor-depoimento {
  font-size: 1.25rem;
  color: #000000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 97px 0;
  max-width: 989px;
  width: 90%;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.modal-box h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #323232;
}

.modal-box p {
  font-size: 25px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.4;
  font-weight: 300;
}

.modal-box button {
  background: #3A656E;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 17px 98px;
  font-size:1.25rem;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: background 0.2s ease;
  font-weight: 500;
}

.modal-box button:hover {
  background: #5D939E;
}

.interesses button {
  background: transparent;
  border: 1px solid #9bb3b8;
  color: #cddadd;
  transition: 0.2s ease;
}

.interesses button:hover {
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 900px) {
  .grid-depoimentos {
    grid-template-columns: 1fr;
  }

  .secao-jogos {
    padding-bottom: 0;
    padding-top: 1.25rem;
  }

  .secao-clientes {
    padding: 0.925rem 0;
    background-color: #F3F3F3;
  }

  .secao-clientes .logos-mobile {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
  }

  .logos-move {
    animation: scroll 45s linear infinite;
  }
}

.secao-contato {
  min-height: calc(85vh - 86px);
  width: 100%;
  padding: 120px 0;
  background: #F2EBCF;
  margin: 0;
}

.container-contato {
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.lado-esquerdo {
  display: flex;
  flex-direction: column;
  gap:1.25rem;
}

.lado-esquerdo button {
  background-color: transparent;
  border: none;
  padding: 15px;
  align-items: center;
  text-align: left;
  min-width: 400px;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
}

.lado-esquerdo .contato-btn {
  display: flex;
  align-items: center;
  gap:1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  color: #323232;
  text-decoration: none;
  background-color: transparent;
  padding: 15px;
  border-radius: 1.25rem;
  min-width: 400px;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.lado-esquerdo .contato-btn:hover {
  background-color: #DBC3854A;
}

.lado-esquerdo .contato-btn img {
  width: 28px;
  height: auto;
}

.titulo-contato {
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  padding-top: 300px;
}

.form-box {
  width: 100%;
  max-width: 900px;
  height: auto;
  background: #ffffff;
  border-radius: 18px;
  background-color: #3A656E;
  padding: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.titulo-interesse {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  margin-bottom:1.25rem;
  color: #FBF5D5;
}

.interesses {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.interesses button {
  background-color: #3A656E;
  border: 2px solid #B5A8BD;
  padding: 12px 18px;
  border-radius: 15px;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  margin: 8px;
  color: #B5A8BD;
  transition: 0.2s;
  min-width: 200px;
  white-space: nowrap;
  width: 47%;
}

/* HOVER */
.interesses button:hover {
  background-color: #DBC385;
  color: #323232;
  border-color: #DBC385;
}

.contato-form {
  display: flex;
  flex-direction: column;
  gap:1.25rem;
}

.contato-form textarea {
  height: 62px;
  resize: none;
  overflow-y: hidden;
}

input::placeholder,
textarea::placeholder {
  color: #B5A8BD;
}

.contato-form input,
.contato-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 12px 8px;
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  background: transparent;
  outline: none;
  color: #B5A8BD;
}

.btn-enviar {
  background: #FAF3FF;
  color: #323232;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: none;
  border-radius: 12px;
  width: 244px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.btn-enviar:hover {
  background-color: #DBC385;
}

.btn-enviar img {
  margin-right: 15px;
  width: 35px;
}

@media (max-width: 1469px) {
  .interesses-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
  }

  .interesses-wrapper::-webkit-scrollbar {
    display: none;
  }

  .interesses {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 10px 0;
    box-sizing: border-box;
  }

  .interesses button {
    flex: 0 0 auto;
    min-width: 140px;
    white-space: nowrap;
    padding: 12px 18px;
    border-radius: 15px;
    border: 2px solid #B5A8BD;
    background-color: #3A656E;
    color: #B5A8BD;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
    width: fit-content;
  }

  /* HOVER */
  .interesses button:hover {
    background-color: #DBC385;
    color: #323232;
    border-color: #DBC385;

  }

  .secao-contato {
    padding: 0px 0;
    min-height: calc(78vh - 86px);
  }

  .titulo-contato {
    padding-top: 0;
    font-size: 1rem;
    margin-left: 17px;
    margin-top: 25px;
  }

  .titulo-contato br {
    display: none;
  }

  .primeiros-passos-section h3 br {
    display: none;
  }

  .primeiros-passos-section h3 .br-mobile {
    display: inline;
  }

  .btn-enviar {
    font-size:1.25rem;
    width: 280px;
    margin-top: 18px;
    height: 86px;
  }

  .btn-enviar img {
    width: 35px;
    margin-right: 10px;
  }

  .interesses-wrapper button {
    font-size: 25px;
  }

  .titulo-interesse {
    font-size: 30px;
  }

  .contato-form input,
  .contato-form textarea {
    font-size: 1.25rem;
  }
}

.footer {
  background-color: #FEFEF2;
  padding: 60px 0 0 0;
  margin-top: 0px;
}

.footer-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 0.8fr;
  align-items: flex-start;
}

.footer-logo img {
  width: 122px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.footer-logo p {
  font-weight: 600;
}

.footer-col h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
  color: #A6A693;
}

.footer-col p {
  margin:1.25rem 0;
  cursor: pointer;
  color: #323232;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
}

.footer-col p:hover {
  color: #D5983B;
}

.footer-social {
  margin-top:1.25rem;
}

.footer-social img {
  width: 30px;
  height: 44px;
  object-fit: contain;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.footer-social img:hover {
  filter: sepia(100%) saturate(400%) hue-rotate(5deg);
}

.footer-social a {
  text-decoration: none;
}

.footer-logo>img:first-of-type {
  width: 148px;
  height: auto;
  margin-left: 0;
}

#dropdownIdioma {
  transition: filter 0.25s ease;
}

button[aria-expanded="true"] #dropdownIdioma {
  filter: brightness(0) saturate(100%) invert(29%) sepia(23%) saturate(777%) hue-rotate(143deg) brightness(93%) contrast(90%);
}

.dropdown-toggle::after {
  display: none !important;
}

.footer-copy {
  background-color: #3A5E66;
  text-align: center;
  padding: 11px 0;
}

.footer-copy p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 400;
}

@media (max-width: 1500px) {
  .footer-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-logo {
    grid-column: 2 / 2;
  }

  .footer-col:nth-child(1) {
    grid-column: 1 / 2;
  }

  .footer-col:nth-child(2) {
    grid-column: 1 / 2;
  }

  .footer-col:nth-child(3) {
    grid-column: 2 / 3;
  }

  .footer-social {
    grid-column: 4 / 5;
  }
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo {
    grid-column: 1 / 2;
    text-align: center;
  }

  .footer-col:nth-child(1) {
    grid-column: 1 / 2;
  }

  .footer-col:nth-child(2) {
    grid-column: 2 / 2;
  }

  .footer-col:nth-child(3) {
    grid-column: 1 / 2;
  }

  .footer-social {
    grid-column: 2 / 3;
  }

  .footer-copy{
    padding: 10px 0;
  }

  .footer-copy p{
    font-size: 10px;
    padding: 0 30px;
  }
}

@media (max-width: 480px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

}

.interesses button.ativo {
  background-color: #DBC385 !important;
  color: #323232 !important;
  border-color: #DBC385 !important;
}

.carrossel-container {
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
}

.faixa {
  display: flex;
  gap: 32px;
  width: max-content;
  animation: mover 120s linear infinite;
}

.faixa-2 {
  margin-top: 32px;
  animation-duration: 120s;
  animation-direction: reverse;
}

.faixa img {
  height: 334px;
  width: auto;
  border-radius: 30px;
  object-fit: cover;
}

.footer-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.footer-link:hover p {
  color: #D5983B;
}

.br-mobile {
  display: none;
}

@keyframes mover {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {

  .faixa {
    gap: 16px;
  }

  .faixa img {
    height: 7.1875rem;
    border-radius:1.25rem;
  }

  .carrossel-container {
    margin-top: 40px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1720px;

  }
}

@media (max-width: 1200px) {
  .secao-tera {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .secao-tera .descricao-tera br {
    display: none;
  }

  .footer-col h5 {
    font-size: 11px;
  }

  .footer-col p {
    font-size: 11px;
  }

  .texto-depoimento {
    font-size: 0.795rem;
    margin: 9px;
  }

  .autor-depoimento {
    font-size: 0.795rem;
    margin: 9px;
  }

  .card-depoimento {
    padding: 0.4375rem;
    margin: 4px1.25rem;
    background-color: #FAFAFA;
  }

  .br-mobile {
    display: inline;
  }

  .grid-depoimentos {
    gap: 20px;
    max-width: 330px;
  }

  .secao-depoimentos {
    padding: 30px 0px;
    background-color: #F3F3F3;
  }

  .footer-col p {
    margin: 15px 0;
  }

  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background: #fff;
  }

  .body {
    padding-top: 86px;
  }

  .footer-logo>img:first-of-type {
    width: 109px;
  }

  .footer-logo img {
    width: 90px;
    margin: 0;
  }

  .footer-social img {
    width: 25px;
    margin: 0 5px;
  }

  .footer-social {
    margin-top: 5px;
  }

  .modal-box {
    max-width: 320px;
    padding: 1.25rem;
  }

  .modal-box h4 {
    font-size: 18px;
  }

  .modal-box p {
    font-size: 14px;
  }

  .modal-box button {
    padding: 4px1.25rem;
  }

  .hero {
    margin-top: 86px;
  }

  .footer {
    background-color: #F3F3F3;
  }
}

@media (max-width: 991px) {
  .services-section .titulo-pt2 {
    justify-content: flex-end !important;
    padding: 8px 12px;
  }

  .lado-esquerdo .contato-btn {
    font-size: 0.6875rem;
    padding: 7px 18px;
  }

  .lado-esquerdo .contato-btn img {
    width: 26px;
    margin-right: 10px;
  }

  .titulo-interesse {
    font-size: 17px;
    margin-bottom: 0;
  }

  .interesses-wrapper button {
    font-size: 15px;
  }

  .contato-form input,
  .contato-form textarea {
    font-size: 15px;
    height: 40px;
  }

  .contato-form {
    gap: 0;
  }

  .btn-enviar {
    font-size: 13px;
    width: 253px;
    margin-top: 18px;
    height: 42px;
    margin-left: 22px;
  }

  .btn-enviar img {
    width: 19px;
    margin-right: 10px;
  }

  .form-box {
    padding:1.25rem;
    margin-top: 18px;
  }

  .interesses {
    margin: 0;
    gap: 0;
  }

  .nav-top-mobile img {
    height: 30px;
  }

}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo {
    grid-column: 1 / -1;
    text-align: center;
  }

  .footer-col:nth-child(2) {
    grid-column: 1 / 2;
  }

  .footer-col:nth-child(3) {
    grid-column: 2 / 2;
  }

}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}