/* =========================================================
   FONTES
========================================================= */

@font-face {
  font-family: "Effra";
  src: url("./Font/Effra_Std_Lt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PlutoSans";
  src: url("./Font/PlutoSansCondMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("./Font/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("./Font/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("./Font/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("./Font/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("./Font/Roboto-BoldCondensed.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* =========================================================
   BASE
========================================================= */

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  background: #000;
  font-weight: 400;
  font-style: italic;
}

/* =========================================================
   MENU / HERO
========================================================= */

.hero-navbar {
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
}

.hero-brand {
  width: 300px;
  background-color: #e0a51b;
  flex-shrink: 0;
}

.hero-brand-logo {
  max-width: 170px;
  margin-right: 13%;
}

.hero-navbar .nav-link {
  position: relative;
  padding: 0.5rem 0.25rem;
  color: #9c9c9c;
  font-size: 1rem;
  font-weight: 100;
  font-style: italic;
}

.hero-navbar .nav-link:hover {
  color: #e0a51b;
}

.hero-navbar .nav-item:not(:last-child) .nav-link::after {
  content: "|";
  position: relative;
  left: 0.6rem;
  margin-left: 1.2rem;
  color: #e0a51b;
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.hero-section {
  position: relative;
  height: 100vh;
}

.hero-video {
  z-index: 0;
  object-fit: cover;
}

.hero-overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.18);
}

.hero-content {
  z-index: 2;
  padding-top: 120px;
  color: #fff;
  font-style: italic;
}

.hero-title {
  margin-bottom: 72px;
  font-size: clamp(3rem, 7vw, 76px);
  line-height: 0.95;
  font-weight: 400;
}

.hero-subtitle {
  max-width: 850px;
  margin-bottom: 36px;
  font-size: clamp(1.2rem, 2.5vw, 36px);
  line-height: 1.25;
  font-weight: 100;
}

.hero-bottom-logo {
  max-width: 240px;
}

.imagem-pulsando {
  animation: pulsar 4s infinite;
}

.scrolled img.imagem-pulsando {
  height: 65px;
}

@keyframes pulsar {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

/* =========================================================
   ENTENDIMENTO
========================================================= */

.entendimento-section {
  overflow: hidden;
  padding: 97px 0 93px;
  background-color: #e7ac17;
  font-style: italic;
  font-weight: 400;
}

.entendimento-title {
  font-size: 50px;
  font-weight: 100;
}

.entendimento-content {
  max-width: 660px;
  margin-top: 23px;
  margin-left: 290px;
}

.entendimento-subtitle {
  font-size: 25px;
  line-height: 1.3;
}

.entendimento-text {
  margin: 10px 0 80px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 100;
}

.entendimento-footer {
  max-width: 415px;
  font-size: 14px;
  line-height: 1.3;
}

/* =========================================================
   PINGUIM LATERAL
========================================================= */

.pinguin_lateral {
  position: relative;
  height: 120px;
  overflow: hidden;
}
.pinguin_lateral_dir {
  right: 0;
  bottom: 18%;
  width: 100%;
}

.pinguin_img {
  position: absolute;
  bottom: 0;
  height: 120px;
}

.pinguin_img_dir {
  animation: andar1 10s ease-in-out infinite;
}

@keyframes andar1 {
  0% {
    left: 100%;
    transform: scaleX(-1);
  }

  49% {
    left: 70%;
    transform: scaleX(-1);
  }

  50% {
    left: 70%;
    transform: scaleX(1);
  }

  100% {
    left: 100%;
    transform: scaleX(1);
  }
}
.pinguin_lateral_esq {
  right: 0;
  bottom: 18%;
  width: 100%;
}
.pinguin_img_esq {
  animation: andar2 10s ease-in-out infinite;
}
@keyframes andar2 {
  0% {
    right: 100%;
  }

  49% {
    right: 80%;
    transform: scaleX(1);
  }

  50% {
    right: 80%;
    transform: scaleX(-1);
  }

  100% {
    right: 100%;
    transform: scaleX(-1);
  }
}

/* =========================================================
   IR SECTION
========================================================= */

.ir-section {
  position: relative;
  background: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  font-style: italic;
  font-weight: 300;
  filter: brightness(0.9);
}

.ir-content {
  padding: 80px 0 40px 20px;
}

.ir-wrapper {
  max-width: 700px;
}

.ir-title {
  margin-bottom: 25px;
  font-size: 3rem;
  font-weight: 300;
}

.ir-highlight {
  font-size: 1.2rem;
  font-weight: 600;
}

.ir-text {
  margin-bottom: 20px;
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 600px;
  padding-right: 24px;
}

.ir-book {
  gap: 10px;
  background-color: #dedede;
}

.ir-book-img {
  width: 90px;
  transform: scale(1.16);
}

.ir-book-text {
  font-size: 12px;
  line-height: 1.5;
  padding: 0 56px 0 12px;
}

/* =========================================================
   QUALITATIVAS
========================================================= */

.qualitativas-section {
  padding: 68px 0 52px;
  background: #fff;
  font-style: italic;
}

.qualitativas-topo {
  max-width: 980px;
  margin: 0 auto;
}

.qualitativas-title {
  margin: 0 0 28px;
  font-size: clamp(2.6rem, 4vw, 4.35rem);
  line-height: 1;
  font-weight: 100;
}

.qualitativas-texto {
  max-width: 760px;
  margin-left: auto;
}

.qualitativas-subtitle {
  max-width: 675px;
  margin: 10px 0 18px;
  font-size: clamp(1.5rem, 1.9vw, 2.15rem);
  line-height: 1.2;
  font-weight: 500;
}

.qualitativas-description {
  font-size: clamp(1.05rem, 1.5vw, 1.82rem);
  line-height: 1.3;
  font-weight: 300;
  max-width: 650px;
}

.qualitativas-servicos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
  max-width: 980px;
  margin: 58px auto 0;
}

.qualitativas-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  padding: 0 22px;
  text-align: center;
}

.qualitativas-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 4px;
  height: 78px;
  background: #f2b21a;
}

.qualitativas-item span {
  display: inline-block;
  color: #111;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.15;
  font-weight: 500;
}

/* AJUSTES DE COMPATIBILIDADE SAFARI / MAC:
   - removido nesting CSS
   - regras de img declaradas com seletores completos
*/

/* =========================================================
   SERVIÇOS
========================================================= */

.servicos-section {
  padding: 60px 0 40px;
  background: #f2b21a;
  font-style: italic;
}

.servicos-topo {
  margin-bottom: 60px;
}

.servicos-title {
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 300;
}

.servicos-subtitle {
  font-size: 26px;
}

.servicos-grid {
  max-width: 1100px;
  margin: 0 auto;
}

.servicos-col {
  position: relative;
}

.servicos-header {
  margin-bottom: 20px;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  padding: 0 15px 0 20px;
}

.servicos-icon {
  margin-right: 12px;
  height: 60px;
}

.servicos-icon img {
  display: block;
  max-height: 60px;
  max-width: 100%;
  width: auto;
  height: auto;
}
img.seta-clique {
  padding-left: 25px;
  max-height: 30px;
}

.servicos-header h3 {
  font-size: 1.4rem;
}

.servicos-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.servicos-list li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 12px;
  font-size: 1rem;
  font-weight: 300;
}

.servicos-list li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.servicos-footer {
  margin-top: 50px;
  padding: 4px 0;
  background: rgba(0, 0, 0, 0.1);
}

.servicos-footer p {
  font-size: 1rem;
}

/* =========================================================
   EXPERIÊNCIA
========================================================= */

.experiencia-section {
  padding: 80px 0;
  background: #fff;
  font-style: italic;
}

.experiencia-title {
  margin-bottom: 20px;
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 300;
}

.experiencia-subtitle {
  max-width: 320px;
  margin-bottom: 40px;
  font-size: 1.4rem;
}

.experiencia-circulos {
  display: flex;
  align-items: center;
  gap: 15px;
}

.circulo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  padding: 15px;
  border-radius: 50%;
  text-align: center;
}

.circulo p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.1;
}

.circulo strong {
  font-size: 2.3rem;
}

.circulo-laranja {
  background: #ef6c1a;
}

.circulo-amarelo {
  background: #f2b21a;
}

.circulo-cinza {
  background: #9ea2a6;
}

.experiencia-mapa {
  max-width: 100%;
  height: auto;
}

/* =========================================================
   CLIENTES
========================================================= */

.clientes-section {
  padding: 38px 0 46px;
  background: #dedede;
  font-style: italic;
}

.clientes-title {
  margin: 0;
  font-size: clamp(2.3rem, 4.8vw, 60px);
  line-height: 1;

  font-weight: 300;
}

.clientes-subtitle {
  margin-top: 18px;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  font-weight: 500;
}

.clientes-grid {
  margin-top: 72px;
  row-gap: 34px;
}

.clientes-col {
  position: relative;
  padding-right: 38px;
  padding-left: 38px;
}

.depoimento-card {
  position: relative;
  max-width: 340px;
  margin: 0 auto;
}

.depoimento-texto {
  margin: 0;
  color: #767676;
  font-size: 0.98rem;
  line-height: 1.42;
  font-weight: 300;
}

.depoimento-autor {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 14px;
}

.depoimento-autor strong {
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 700;
}

.depoimento-autor span {
  font-size: 0.88rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}

.clientes-col-seta::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 0;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f2b21a;
}

.clientes-col:last-child .depoimento-card {
  max-width: 360px;
}

/* =========================================================
   CONTATO
========================================================= */

.contato-section {
  overflow: hidden;
  padding: 60px 0;
  background: #f2b21a;
}

.pinguin-float {
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 2;
}

.pinguin-float img {
  height: 120px;
}

.contato-texto {
  padding-left: 140px;
}

.contato-title {
  margin-bottom: 10px;
  color: #111;
  font-size: 3rem;
  font-style: italic;
  font-weight: 300;
}

.contato-info {
  color: #111;
  font-size: 1.5rem;
  font-style: italic;
}

.contato-info span {
  font-weight: 600;
}

.contato-logo img {
  max-width: 180px;
}

/* MARCAS ATENDIDAS */

.marcas-atendidas {
  padding: 68px 0;
  background: #fff;
  font-style: italic;
}

.marcas-atendidas h2 {
  margin-bottom: 30px;
}
#grid {
  gap: 20px;
}

.barra-amarela {
  position: relative;
  border-bottom: 3px solid #f2b21a;
  height: 110px;
}

.barra-amarela img {
  display: block;
  max-height: 78px;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* LINHAS LATERAIS (curtas) */
.barra-amarela::before,
.barra-amarela::after {
  content: "";
  position: absolute;
  top: 5%;
  width: 2px;
  background: #f2b21a;
  height: 80px;
}

.barra-amarela::before {
  left: -13%;
}

.barra-amarela::after {
  right: -13%;
}

/* =========================================================
   RESPONSIVO - 1199px
========================================================= */

@media (max-width: 1199.98px) {
  .entendimento-title {
    font-size: 3.3rem;
  }

  .entendimento-content {
    max-width: 760px;
    margin-left: 180px;
  }

  .qualitativas-topo,
  .qualitativas-servicos {
    max-width: 900px;
  }
  .circulo {
    padding: 0;
  }
  .contato-texto {
    padding-left: inherit;
  }
}

/* =========================================================
   RESPONSIVO - 991px
========================================================= */

@media (max-width: 991.98px) {
  .hero-navbar {
    min-height: auto;
    padding: 1rem 0;
  }

  .hero-brand {
    width: 220px;
    min-height: 90px;
  }

  .hero-brand-logo {
    max-width: 130px;
  }

  .hero-navbar .navbar-collapse {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.96);
  }

  .hero-navbar .nav-item:not(:last-child) .nav-link::after {
    display: none;
  }

  .hero-content {
    padding-top: 100px;
  }

  .hero-text {
    padding: 0 1rem 1rem;
  }

  .hero-bottom-logo {
    max-width: 180px;
  }

  .entendimento-wrapper {
    padding-top: 35px;
    padding-right: 30px;
    padding-bottom: 120px;
    padding-left: 30px;
  }

  .entendimento-title {
    font-size: 2.7rem;
  }

  .entendimento-content {
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .entendimento-subtitle {
    font-size: 1.6rem;
  }

  .entendimento-text {
    font-size: 1rem;
  }

  .entendimento-footer {
    right: 30px;
    bottom: 30px;
    left: 30px;
    max-width: 100%;
  }

  .ir-content {
    padding: 0;
    width: 50%;
  }

  .ir-title {
    font-size: 2.2rem;
  }

  .ir-book {
    flex-direction: column;
    align-items: flex-start;
  }

  .ir-book-img {
    width: 70px;
  }

  .qualitativas-section {
    padding: 52px 0 40px;
  }

  .qualitativas-topo,
  .qualitativas-servicos {
    max-width: 100%;
  }

  .qualitativas-texto {
    max-width: 100%;
    margin-left: 0;
  }

  .qualitativas-servicos {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
    margin-top: 42px;
  }

  .qualitativas-item {
    min-height: 90px;
    padding: 10px 18px;
  }

  .qualitativas-item:not(:first-child)::before {
    display: none;
  }

  .qualitativas-item:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    width: 4px;
    height: 58px;
    background: #f2b21a;
  }

  .qualitativas-item:last-child::after {
    display: none;
  }

  .servicos-col {
    padding: 20px;
  }

  .servicos-col::before {
    display: none;
  }

  .servicos-title {
    font-size: 2.2rem;
  }

  .servicos-subtitle {
    font-size: 1.1rem;
  }

  .servicos-header h3 {
    font-size: 1.2rem;
  }

  .experiencia-section {
    padding: 50px 0;
  }

  .experiencia-title {
    font-size: 2.2rem;
  }

  .experiencia-subtitle {
    max-width: 100%;
    font-size: 1.1rem;
  }

  .experiencia-circulos {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }

  .circulo {
    width: 110px;
    height: 110px;
  }

  .clientes-section {
    padding: 42px 0 44px;
  }

  .clientes-grid {
    margin-top: 52px;
  }

  .clientes-col {
    padding-right: 24px;
    padding-left: 24px;
  }

  .clientes-col-seta::before {
    display: none;
  }

  .depoimento-card {
    max-width: 100%;
  }

  .contato-texto {
    padding: 20px 0;
    text-align: center;
  }

  .pinguin-float {
    position: relative;
    left: auto;
    margin-bottom: 20px;
    text-align: center;
  }

  .contato-title {
    font-size: 2.2rem;
  }

  .contato-info {
    font-size: 1.2rem;
  }

  .contato-logo {
    margin-top: 20px;
    text-align: center !important;
  }
  .barra-amarela::after {
    right: 0%;
  }
  .barra-amarela::before {
    left: 0;
  }
}

/* =========================================================
   RESPONSIVO - 767px
========================================================= */

@media (max-width: 767.98px) {
  .ir-content {
    padding: 30px 15px;
    width: 100%;
  }
  .ir-section {
    background-position: bottom;
  }
  .muda_mob {
    width: 42%;
    margin-left: auto !important;
  }
  .ir-book-text {
    font-size: 12px;
    line-height: 1.5;
    padding: 12px 20px 8px 12px;
  }
  .hero-section {
    height: 100vh;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .hero-brand {
    width: 180px;
    min-height: 80px;
  }

  .hero-content {
    padding-top: 90px;
  }

  .servicos-grid {
    gap: 20px;
  }

  .clientes-section {
    padding: 34px 0 38px;
  }

  .clientes-subtitle {
    margin-top: 14px;
  }

  .clientes-grid {
    margin-top: 34px;
    row-gap: 26px;
  }

  .clientes-col {
    padding-right: 16px;
    padding-left: 16px;
  }

  .depoimento-card {
    padding-left: 16px;
    border-left: 4px solid #f2b21a;
  }

  .depoimento-texto {
    font-size: 0.96rem;
  }
  #grid {
    gap: 20px 0;
  }
}

/* =========================================================
   RESPONSIVO - 575px
========================================================= */

@media (max-width: 575.98px) {
  .ir-text {
    margin-bottom: 10px;
  }
  .hero-title {
    margin-bottom: 30px;
  }
  .entendimento-section {
    padding: 35px 0 100px;
  }
  .entendimento-text {
    margin: 10px 0 35px;
  }
  .pinguin_lateral_dir {
    bottom: 0%;
  }
  @keyframes andar1 {
    0% {
      left: 100%;
      transform: scaleX(-1);
    }

    49% {
      left: 50%;
      transform: scaleX(-1);
    }

    50% {
      left: 50%;
      transform: scaleX(1);
    }

    100% {
      left: 100%;
      transform: scaleX(1);
    }
  }
  @keyframes andar2 {
    0% {
      right: 100%;
    }

    49% {
      right: 40%;
      transform: scaleX(1);
    }

    50% {
      right: 40%;
      transform: scaleX(-1);
    }

    100% {
      right: 100%;
      transform: scaleX(-1);
    }
  }
  .hero-brand {
    width: 50%;
  }

  .muda_mob {
    width: 100%;
    margin-left: auto !important;
  }
  .muda_mob .ir-book {
    width: 50%;
    margin-left: auto;
  }

  .entendimento-title {
    font-size: 2.1rem;
  }

  .entendimento-subtitle {
    font-size: 1.3rem;
  }

  .entendimento-text {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .entendimento-footer {
    font-size: 0.85rem;
  }

  .qualitativas-section {
    padding: 40px 0 32px;
  }

  .qualitativas-title {
    margin-bottom: 22px;
  }

  .qualitativas-subtitle {
    margin-bottom: 16px;
  }

  .qualitativas-servicos {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 34px;
  }

  .qualitativas-item {
    min-height: auto;
    justify-content: flex-start;
    padding: 14px 0 14px 18px;
    text-align: left;
    border-left: 4px solid #f2b21a;
  }

  .qualitativas-item::before,
  .qualitativas-item::after {
    display: none !important;
  }

  .circulo {
    width: 100px;
    height: 100px;
  }

  .circulo p {
    font-size: 0.85rem;
  }
  .hero-brand {
    min-height: 60px;
  }
  .scrolled img.imagem-pulsando {
    height: 60px;
  }
  .hero-brand-logo {
    max-width: 80px;
  }
  .ir-book-text {
    line-height: 1.4;
    padding: 6px 8px 8px 10px;
  }
}
