@charset "UTF-8";

/* Variáveis de cor */

:root {
    --primaria: #f9eed3;
    --secundaria: #0069a7;
    --terciaria: #1ecad3;
    --quaternaria:#003a5d;
    --quinta:#3cb4e5;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


h1,h2,h3,h4,h5 {
  font-family: "Poppins", sans-serif;
  
}

p,a,span,li {
  font-family: "Inter", sans-serif;
}


.mt-50 {
    margin-top: 100px;
}


/* Menu*/
.logo-custom {
  max-height: 150px;
}
.footer-text a{
      color: rgb(132 214 255) !important;
}
.link-li li {
  list-style: none;
}

.link-li li a {
  font-size: 16px;
  padding: 5px 20px;
  text-decoration: none;
  position: relative;
  color: #0077c8;            /* azul como no layout */
  font-weight: 600;
}

.nav-custom-hover a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0d6efd;
  transform: scaleX(0);
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.nav-custom-hover a:hover::before {
  transform: scaleX(1);
  visibility: visible;
}


.btn-apoiar {
  background-color: #0077c8;
  color: #fff !important;
  border-radius: 999px;
  padding: 8px 28px;
  font-weight: 600;
  border: none;
  font-size: 16px;
  text-decoration: none;
}

.btn-apoiar:hover {
  background-color: #005fa0;
  color: #fff !important;
}



.bg-white-3 {
    background-color: #f9eed3;
}
.bg-white-4{
  background-color: #f9f5ed;
}



.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}


/* Home */

.banner-home {
  position: relative;
  padding: 0;
  background-color: #000;
}

#banner-home-swiper {
  position: relative;
  height: 700px;
  overflow: hidden;
}


.banner-home-pagination {
  position: absolute;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 20;
  pointer-events: auto;
  width: auto;
  justify-content: center;
  height: auto;
}

.banner-home-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C9D3CF;
  opacity: 1;
  transition: background-color .3s ease, transform .2s ease;
}

.banner-home-pagination .swiper-pagination-bullet-active {
  background: #0FA37F;
  transform: scale(1.15);
}


.titulo-banner {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 60px !important;
}

.descricao-banner {
  color: white;
  font-weight: 400;
  font-size: 30px !important;
  line-height: 35px;

  
}

.btn-fale {
    background-color: #feda02;
    color: var(--quaternaria);
    border-radius: 20px;
    font-weight: 600;
    font-size: 18px;
    padding: 7px 35px 7px 35px;
}

.btn-fale:hover {
    background-color: var(--terciaria);
    color: #ffffff;
}


.Title-azul-1 {
    color: var(--secundaria);
    font-size: 35px;
    font-weight: bold;
}
.Texto-sobre{
    color: var(--quaternaria);
    font-size: 16px;
}
.diretores{
    color: var(--secundaria);
    font-size: 18px;
}
.imagem-diretores{
    width: 170px;
    border-radius: 90%;
}

.parceiros-slider {
  background: #ffffff;
}

.parceiros-logo {
  max-height: 60px;
  width: auto;
}

.parceirosSwiper .swiper-button-prev,
.parceirosSwiper .swiper-button-next {
  color: #0070c9;        /* cor das setas (ajuste para a cor do layout) */
  width: 24px;
  height: 24px;
}

.parceirosSwiper .swiper-button-prev::after,
.parceirosSwiper .swiper-button-next::after {
  font-size: 20px;       /* tamanho do ícone da seta */
}

.bg-azul {
    background-color: var(--secundaria);
}
.Title-branco-1 {
    color:white;
    font-size: 35px;
    font-weight: bold;
}
.Texto-white {
    color: white;
    font-size: 16px;
}

/* Limita a largura da grade e centraliza */
.galeria-wrapper {
  margin: 0 auto;
  padding: 0 60px 48px;      /* espaço lateral para setas e embaixo para as bolinhas */
  position: relative;
}

/* Imagens em 4x2, quadradas */
.galeria-item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.galeria-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- SETAS ---------- */

.galeria-prev,
.galeria-next {
  color: #0072bc;
  width: 26px;
  height: 26px;
  top: 50%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* deixa o ícone menor */
.galeria-prev::after,
.galeria-next::after {
  font-size: 18px;
}

/* joga as setas um pouco pra fora do bloco de fotos */
.galeria-prev {
  left: 0;
  transform: translate(-130%, -50%);
}

.galeria-next {
  right: 0;
  transform: translate(130%, -50%);
}

/* ---------- PAGINAÇÃO (BOLINHAS) ---------- */
/* PAGINAÇÃO (bolinhas) ABAIXO DO SLIDE */
.galeria-wrapper .swiper-pagination.galeria-pagination {
  position: static !important;   /* tira o absolute do Swiper */
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100%;
  margin-top: 16px;              /* espaço entre as fotos e as bolinhas */
  text-align: center;
}

/* estilo das bolinhas */
.galeria-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #0072bc;
  opacity: 0.3;
  margin: 0 4px;
}

.galeria-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
/* container das bolinhas – já centralizado abaixo */
.galeria-wrapper .swiper-pagination.galeria-pagination {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

/* bolinhas “apagadas” – cheias em azul */
.galeria-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0072bc;
  opacity: 1;              /* sempre visíveis */
  margin: 0 6px;
  border: none;
}

/* bolinha ATIVA – anel azul com centro branco */
.galeria-pagination .swiper-pagination-bullet-active {
  width: 10px;             /* levemente maior para destacar */
  height: 10px;
  background: #ffffff;     /* centro branco */
  border: 2px solid #0072bc;
}

/* cada linha de projeto */
.projetos-item {
  border-top: 1px solid #d4dde8; /* linha entre projetos */
}

/* remove a linha do primeiro item, se quiser igual ao layout */
.projetos-item:first-child {
  border-top: none;
}

/* controla o tamanho da logo */
.projetos-logo {
  max-width: 160px;
}

/* tipografia do texto à direita (usa sua classe existente + ajustes) */
.projetos-texto {
  font-size: 14px;
  line-height: 1.6;
}

/* em telas grandes, deixa tudo mais “esticado” horizontalmente */
@media (min-width: 992px) {
  .projetos-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
/* linha azul entre os projetos */
.projetos-item {
  border-top: 1px solid #88b7e5;   /* azul claro, ajuste se quiser outro tom */
}

/* remove a linha do primeiro bloco, se não quiser no topo */
.projetos-item:first-child {
  border-top: none;
}

/* coluna da logo centralizada vertical e horizontalmente */
.projetos-logo-col {
  display: flex;
  align-items: center;
  justify-content: center;   /* se quiser alinhada à esquerda, troque por flex-start */
}

/* controla o tamanho máximo da logo */
.projetos-logo {
  max-width: 160px;
}

/* texto (mantém o que já tinha) */
.projetos-texto {
  font-size: 14px;
  line-height: 1.6;
}
.bg-azul-claro{
    background-color: var(--terciaria);
}
.btn-trabalhe {
    background-color: var(--quaternaria);
    color: white;
    border-radius: 20px;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 45px 5px 45px;
}
.contato-form .form-control {
  border-radius: 999px;
  border: none;
  padding: 0.75rem 1.25rem;
}

.contato-form textarea.form-control {
  border-radius: 20px; /* caixa de mensagem diferente */
}
.icone-contato {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}

.icone-contato:hover {
  opacity: 0.85;
}
.bg-azul-escuro{
    background-color: var(--quaternaria);
    color: white;
}
.form-control{
    border-radius: 13px !important;
    border: 1px solid #D0D5DD;
}
.form-label {
    font-weight: 500;
    font-size: 14px;
    color: #344054;
}
.Title-azul-3 {
    color: var(--quaternaria);
    font-size: 35px;
    font-weight: bold;
}
/* END - Home */

/* Galeria */

.fundo-azul {
    color: #fff;
    background-position: center;
    background-image: url(../img/fundo-azul.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 430px;

    display: flex;          /* vira flex container */
    align-items: center;    /* centraliza verticalmente o conteúdo */
}

.fundo-azul .container {
    width: 100%;
}

.Titulos-B {
    color: var(--primaria);
    font-weight: bold;
    font-size: 45px;
}

/* End - Galeria de Fotos */

/* Contato*/

.form-contato-v2 {
  max-width: 600px;
}

.bloco-campo {
  margin-bottom: 1rem;
}

.label-contato-v2 {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--quaternaria);          /* equivalente ao text-white */
  font-weight: 500;
}

.input-contato-v2 {
    border: 1px solid var(--quaternaria ) !important;
}

.textarea-contato-v2 {
  resize: vertical;
}

.bloco-acoes-form {
  text-align: center;
}

/* botão azul arredondado */
.btn-enviar-contato {
  display: inline-block;
  padding: 0.55rem 4rem;
  border-radius: 999px;
  background: #45bdf5;     /* ajuste fino na cor, se quiser */
  color: #ffffff;
  border: none;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

/* hover/active para dar vida */
.btn-enviar-contato:hover {
  background: #29a4e3;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.btn-enviar-contato:active {
  transform: translateY(0);
  box-shadow: none;
}
.Texto-quer{
    color: var(--quaternaria);
    font-size: 23px;
    font-weight: bold;
}
.icone-form-contato {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--quinta);
    text-decoration: none;
    font-size: 20px;
}

/* End - Contato */

/* Transparência */
.Texto-balan{
  font-size: 23px;
}
.prestacao-cards{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;                 /* espaço entre os cards (igual da referência) */
}

.card-prestacao{
  width: 175px;              /* card maior e mais quadrado */
  height: 155px;
  background: #0b3b57;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 16px 18px;
}

.card-prestacao-icone img{
  width: 68px;               /* ícone grande como na referência */
  height: 68px;
  object-fit: contain;
  margin-bottom: 12px;       /* mais respiro entre ícone e texto */
}

.card-prestacao-titulo{
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 500;
  max-width: 140px;
}



/* End - Transparência */
/* =========================
   NOSSO TRABALHO (ntb-)
   ========================= */

/* Fundo semelhante ao print (ajuste se o tema já define) */
.ntb-trabalho{
  background: #f6f2ea;
  padding: 40px 0;
}

.ntb-trabalho__container{
  max-width: 1100px;
}

/* item com “respiro” grande */
.ntb-trabalho__item{
  padding: 38px 0;
  align-items: flex-start;
}

/* coluna logo: centralizada como na referência */
.ntb-trabalho__logo-col{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-right: 30px;
}

@media (min-width: 768px){
  .ntb-trabalho__logo-col{
    padding-top: 6px; /* ajuste fino do topo como no print */
  }
}

.ntb-trabalho__logo{
  max-width: 270px;
  width: 100%;
  height: auto;
  display: block;
}

/* texto: bloco com largura semelhante ao print */
.ntb-trabalho__texto-col{
  padding-left: 0;
}

.ntb-trabalho__texto{
  max-width: 720px;
}

/* parágrafos mais “soltos” */
.ntb-trabalho__texto p{
  margin: 0 0 14px 0;
}
.ntb-trabalho__texto p:last-child{
  margin-bottom: 0;
}

/* divisória com espaçamento (como no print) */
.ntb-trabalho__divider{
  width: calc(100% - 30px); /* respeita gutter do bootstrap */
  margin: 34px auto;        /* “linha no meio do respiro” */
  border-top: 2px solid #8fb9d6;
}

/* mobile */
@media (max-width: 767.98px){
  .ntb-trabalho__logo-col{
    padding-right: 15px;
    margin-bottom: 18px;
  }
  .ntb-trabalho__texto{
    max-width: 100%;
  }
}

/* ===========================
   NOSSO TRABALHO / PROJETOS
   (ref. nova)
   =========================== */

/* Largura e respiro do bloco */
.container.projetos-bloco{
  max-width: 1140px;            /* era 980px – esta ref está mais “larga” */
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* No mobile, remove o <br> se quiser ficar mais “clean” */
@media (max-width: 767.98px){
  .projetos-intro-texto br{
    display: none;
  }
}

/* Divisória horizontal igual ao print */
.projetos-divider{
  border-top: 2px solid #8fb9d6;
  margin: 34px 0;               /* espaço acima/abaixo como no print */
}

/* ====== LINHA: LOGO + TEXTO ====== */
.projetos-logo{
  max-width: 320px;             /* logo no print parece um pouco maior */
  width: 100%;
  height: auto;
  display: block;
}

.projetos-logo-col{
  padding-right: 28px !important;
  display: flex;
  justify-content: center;      /* logo “centralizada” na coluna */
  align-items: center;          /* CENTRALIZA VERTICALMENTE em relação ao texto */
}

/* Coluna do texto: bloco alinhado e com largura controlada */
.projetos-texto{
  width: 100%;
  max-width: 560px;             /* ref está mais “aberta” que 520 */
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Remova efeitos de flex “forçados” no mobile e deixe só no desktop */
@media (min-width: 768px){
  .projetos-item .col-12.col-md-8.col-lg-9{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 0 !important;
  }
}

/* ====== SLIDER ====== */
.projetos-slider-wrap{
  position: relative;
  margin-top: 18px;
  padding: 0 56px;              /* ref: setas mais afastadas, mas sem esmagar */
}

/* Slide: deixa a imagem ocupar o slide inteiro */
.projetos-swiper .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
}

.projetos-slide-img{
  width: 100%;
  height: 180px;                /* ref parece um pouco mais baixo que 200 */
  object-fit: cover;
  border-radius: 0;             /* ref: cantos retos (se quiser leve: 4px) */
  display: block;
}

/* Setas simples (sem bolinha) igual ao print */
.projetos-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 5;
}

.projetos-prev{ left: 0; }
.projetos-next{ right: 0; }

.projetos-prev::before,
.projetos-next::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #2b6cb0;
  border-bottom: 2px solid #2b6cb0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.projetos-prev::before{
  transform: translate(-50%, -50%) rotate(135deg);
}

.projetos-next::before{
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Paginação (bolinhas: vazadas + ativa preenchida) */
.projetos-slider-wrap .swiper-pagination{
  position: static;
  margin-top: 14px;
  text-align: center;
}

.projetos-slider-wrap .swiper-pagination-bullet{
  width: 7px;
  height: 7px;
  margin: 0 10px !important;
  opacity: 1;
  background: transparent;
  border: 2px solid #2b6cb0;
  border-radius: 999px;
}

.projetos-slider-wrap .swiper-pagination-bullet-active{
  background: #2b6cb0;
  border-color: #2b6cb0;
}

/* ====== MOBILE (evita logo “indo para a direita” e slider esmagado) ====== */
@media (max-width: 767.98px){

  .container.projetos-bloco{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .projetos-logo-col{
    padding-right: 0 !important;
    justify-content: center;     /* logo central no mobile */
  }

  .projetos-texto{
    max-width: 100%;
  }

  .projetos-slider-wrap{
    padding: 0 44px;
  }

  .projetos-slide-img{
    height: 200px;               /* no mobile pode ficar mais alto */
  }
}
/* garante que NÃO existe segunda linha vinda de item/tema */
.projetos-item,
.projetos-item::before,
.projetos-item::after{
  border-top: 0 !important;
}

/* se o tema estiver aplicando HR ou separador automático */
.projetos-bloco hr{
  display: none !important;
}

/* mantém SÓ a sua divisória */
.projetos-divider{
  border-top: 2px solid #8fb9d6 !important;
  margin: 34px 0 !important;
}
/* SOMENTE o primeiro texto (intro) */
.container.projetos-bloco .projetos-intro{
  width: 100% !important;
  flex: 0 0 100% !important;     /* se estiver dentro de algum flex */
  clear: both !important;        /* mata floats do tema */
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 0 22px !important;
}

.container.projetos-bloco .projetos-intro__inner{
  width: 100% !important;
  max-width: 760px !important;   /* ajuste fino: 720–820 */
  margin: 0 auto !important;
  float: none !important;
  text-align: center !important;
}

.container.projetos-bloco .projetos-intro__inner *{
  float: none !important;
  text-align: center !important;
}

/* Só o PRIMEIRO texto (intro) */
.projetos-intro-texto{
  margin: 0 auto 0px;  /* controla a distância até a “linha” que você já tem */
  text-align: start;
  line-height: 1.55;
  color: var(--secundaria);
}

/* Tira o “excesso” de espaço ANTES do primeiro projeto (sem mexer nos outros) */
.projetos-item--first{
  padding-top: 0 !important;
}



/* Footer*/

.footer-brand-name {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.3;
}

/* Títulos das colunas */
.footer-title {
    color: var(--quinta);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

/* Lista de links (coluna do meio) */
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li + li {
    margin-top: 0.25rem;
}

.footer-links a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 0.85rem;
}

.footer-links a:hover {
    opacity: 0.85;
}

/* Redes sociais esquerda */
.footer-social-link {
    color: #ffffff;
    font-size: 1.1rem;
    text-decoration: none;
}

.footer-social-link:hover {
    opacity: 0.85;
}

/* Contatos direita */
.footer-contact {
    margin: 0;
    padding: 0;
}

.footer-contact li {
    display: flex;
    align-items: center;   /* antes: flex-start */
    gap: 0.5rem;
    margin-bottom: 0.6rem;
    color: #ffffff;
    font-size: 0.85rem;
}

.footer-contact-icon {
    font-size: 1.3rem;
    line-height: 1;        /* evita o “deslocamento” vertical */
    display: inline-flex;  /* centraliza o ícone dentro do span */
    align-items: center;
    justify-content: center;
}

.footer-contact-text span {
    display: block;
}
.texto-f{
    color: var(--quinta);
}
.footer-contact-label {
    font-weight: 600;
}

.footer-contact a {
    color: #ffffff;
    text-decoration: none;
}

.footer-contact a:hover {
    text-decoration: underline;
}

/* Linha de crédito inferior */
.footer-text {
    color: #ffffff;
    font-size: 0.9rem;
    margin: 0;
}
/* Ícones bem afastados do texto e mais espaço entre os itens */
.footer-contact li {
    display: flex;
    align-items: center;
    gap: 20px;          /* distância horizontal ícone ↔ textos (bem maior) */
    margin-bottom: 18px;/* distância vertical padrão entre cada item */
}

/* Espaço extra entre Telefone e E-mail */
.footer-contact li:first-child {
    margin-bottom: 24px;
}

/* End - Footer*/



/* ===== CERTIFICADOS (igual referência: ícone esquerda + texto direita, bloco central) ===== */

.certificados-area{
  padding: 56px 0;
}

/* Linha centralizada */
.certificados-area .certificados-lista{
  justify-content: center !important;
  row-gap: 26px;
}

/* Cada coluna (impede esticar e mantém miolo compacto) */
.certificados-area .certificados-lista > [class*="col-"]{
  display: flex;
  justify-content: center;
}

/* Item: layout em linha (ícone | texto) */
.certificados-area .certificado-item{
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  width: max-content;          /* não estica */
  max-width: 320px;            /* mantém compacto */
  text-align: left !important;
}

/* Ícone grande e colado no texto */
.certificados-area .certificado-icone{
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  margin: 0 !important;
}

.certificados-area .certificado-icone img{
  width: 44px !important;
  height: 44px !important;
  object-fit: contain !important;
  display: block !important;
}

/* Bloco de texto */
.certificados-area .certificado-info{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Título */
.certificados-area .certificado-titulo{
  margin: 0 !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
}

/* Links em coluna */
.certificados-area .certificado-links{
  margin-top: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}
.certi {
    color: var(--quaternaria);
    font-weight: bold;
    font-size: 23px;
}
/* Link sem cara de link padrão */
.certificados-area .certificado-link,
.certificados-area .certificado-link:visited,
.certificados-area .certificado-link:hover{
  text-decoration: none !important;
  color: #0b3a63 !important;
  font-weight: 600 !important;
}

/* ícone + texto juntinhos */
.certificados-area .certificado-link{
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  line-height: 1 !important;
}

/* SVG azul como referência */
.certificados-area .certificado-svg{
  width: 14px !important;
  height: 14px !important;
  fill: #25c7df !important;
}

.certificados-area .certificado-svg path{
  fill: #25c7df !important;
}


/* garante que nenhum estilo do tema “puxe” o intro para o lado */
.projetos-intro-texto,
.projetos-intro-texto *{
  float: none !important;
}

.btn-trabalhe:hover{
    background-color: var(--secundaria);
    color: #ffffff;
    border-radius: 20px;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 45px 5px 45px;
        transition: background 0.2s 
ease, transform 0.1s 
ease, box-shadow 0.2s 
ease;
}
.icone-a-texto{
    width: 170px;
}
.tile-termos{
    color: var(--quaternaria);
}
.text-clube{
    color: var(--quaternaria);
}