@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&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&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Mohave:ital,wght@0,300..700;1,300..700&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&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary-color: #000033;
  --text-color: #ffffff;
  --bg-color: #000033;
  --accent-color: #00bc8f;
  --section-padding: 4rem 0;
  --color-yellow: #ffcc00;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Work Sans', sans-serif;
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  line-height: 1.6;
}

.container-hero {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.topo {
  background-color: #fff;
  padding: 15px 30px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.logo-area {
  display: flex;
  align-items: center;
  width: auto;
}

.logo {
  max-height: 120px; 
    width: 300px !important;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
}

.container-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.menu {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.menu a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.acoes {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.5rem;
}
.acoes a i{
  font-size: 1.5rem;
}

.btn-contato {
  background-color: #00c3aa;
  color: white;
  padding: 8px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.btn-contato:hover {
  background-color: #00b39d;
}

.fa-brands {
  color: #222;
  font-size: 1rem;
  transition: 0.3s;
}

.fa-brands:hover {
  color: #00c3aa;
}

.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 51, 0.7);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1400px;
}

.hero h1 {
  font-size: 5rem;
  font-weight: 500;
  margin-right: 11em;
  line-height: 1.2;
  letter-spacing: .5rem;
  text-transform: uppercase;
  font-family: "Mohave", sans-serif;
}

.hero h1 i {
  font-style: italic;
  font-weight: 700;
  font-family: "Mohave", sans-serif;
}

.hero-content p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #ffffff;
}

.hero p span{
  font-weight: bold;
  
}

/*DIFERENCIAL*/

.diferencial{
  background-color: #ffffff;
  color: var(--primary-color);
}

.diferencial-section {
  background-color: white;
  padding: 40px 20px;
  font-family: 'Work Sans', sans-serif;
}

.diferencial-container {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo-area img {
  width: 60px;
}

.logo-area-onde {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo-area-onde img {
  width: 45px;
}

.logo-area h2 {
  font-size: 3.2rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.logo-area-onde h2 {
  font-size: 3.2rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.nosso {
  color: #111;
  font-weight: 500;
  letter-spacing: 3px;
  font-family: 'Mohave', sans-serif;
  
}

.diferencial {
  color: #00c3aa;
  font-weight: 500;
  letter-spacing: 4px;
  font-style: italic;
  font-family: 'Mohave', sans-serif;
}

.descricao {
  font-size: 1.55rem;
  color: #333;
  max-width: 600px;
  line-height: 1.6;
}

.carrossel-container {
  overflow: hidden;
  max-width: 1400px;
  margin: auto;
  position: relative;
}

.carrossel {
  display: flex;
  transition: transform 0.5s ease;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #00c3aa;
  color: white;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 50%;
  z-index: 10;
  transition: background 0.3s;
}

.nav-btn:hover {
  background: #009e8a;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  min-width: 100%;
  padding: 40px 0;
}

.card {
  background: white;
  border-radius: 20px;
  padding: 20px;
  max-width: 350px;
  height: 320px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  flex: 1 1 250px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}


.card h3 {
  font-size: 18px;
  font-weight: 700;
  padding: 18px 12px;
  margin-bottom: 20px;
  border-radius: 20px 20px 0 0;
  color: white;
  height: 80px;
  position: relative;
  top: -25px;
  margin: 0;
  width: calc(100% + 40px);
  left: -20px;
  text-align: center;
  text-transform: uppercase;
}

.card.yellow h3 {
  background: #fcd400;
  color: #000;
}
.card.green h3 {
  background-color: #00c3aa;
}
.card.teal h3 {
  background: #00c3aa;
  color: white;
}



.card p {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  text-align: center;
  margin-bottom: 20px;
}

.btn-certificado {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #ccc;
  color: #aaa;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-certificado:hover {
  background: #fcd400;
  border-color: #fcd400;
  color: #000;
}

.card {
  background: white;
  border-radius: 20px;
  padding: 20px;
  max-width: 350px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  flex: 1 1 250px;
}

.card.green h3 {
  color: white;
}
.card.yellow h3 {
  color: #000;
}
.card.teal h3 {
  color: white;
}

.btn-certificado {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: white;
  color: #ccc;
  border: 1px solid #fcd400;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
}

.dots {
  text-align: center;
  margin-top: -10px;
}
.dots span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #7c7c7c;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
}
.dots span.active {
  background: #00c3aa;
}

@media (max-width: 1024px) {
  .card {
    flex: 1 1 45%;
  }
}
@media (max-width: 768px) {
  .card {
    flex: 1 1 100%;
  }
}



/* Atendemos clientes */

.stats {
  padding: 4rem 0;
  background: url('/assets/imgs/BGClientes.png') no-repeat center center/cover;
  position: relative;
  overflow: hidden;
} 

.container-stats {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.stats-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: 100%;
}

.stat-item p {
  font-family: "Work-Space", sans-serif;
  font-size: 2.7rem;
  line-height: 1.5;
  max-width: 500px;
  color: white;
}

.stat-item p span{
  font-weight: bold;
}

.video {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.video-aten {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .stat-item {
      flex-direction: column;
      text-align: center;
  }

  .stat-item p {
      font-size: 1.5rem;
  }

  .video {
      width: 100%;
  }
}

/* Location Section Styles */
.location {
  padding: 6rem 1rem;
  background-color: white;
  color: #333;
}

.location-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  text-align: center;
}

.location-text {
  max-width: 600px;
  padding-top: 20px;
}

.location-text p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111;
}

.location-text address {
  font-style: normal;
  font-size: 1.1rem;
  color: #444;
}

.location-text small {
  font-size: 0.9rem;
  color: #777;
  margin-top: 0.5rem;
  display: block;
}

.location-map {
  width: 100%;
  max-width: 1400px;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.location-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .location-map {
    height: 300px;
  }

  .location-text p {
    font-size: 1.25rem;
  }

  .location-text address {
    font-size: 1rem;
  }
}


/*Contact*/
.contact {
  padding: 4rem;
  color: white;
  width: 100%;
  background: url('/assets/imgs/BG\ Fale\ conosco.png') no-repeat center center/cover;
  position: relative;
}

.container-contact {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.contact h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  max-width: 590px;
  font-weight: 500;
  font-family: 'Mohave' sans-serif;
}

.contact p {
  font-size: 2rem;
  font-weight: 600;
  color: white;
}

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #10b981;
  color: white;
  text-decoration: none;
  border-radius: 9999px;
  font-weight: 400;
  transition: all 0.3s ease;
  font-size: 2rem;
}

.btn:hover {
  background-color: #34d399;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.25);
}


footer {
  background-color: #ffffff;
  padding: 2rem 0;
  border-top: 1px solid #e5e5e5;
  font-family: 'Mohave' sans-serif;
}

.container-footer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
}

/* Coluna da logo */
.logo-col img {
  height: 180px;
  width: auto;
}

/* Contatos */
.contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-links h2 {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #111;
  margin-bottom: 0.5rem;
  font-family: 'Mohave' sans-serif;
}

.contact-links a {
  color: #666;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
  font-family: 'Mohave' sans-serif;
}

.contact-links a:hover {
  color: #000;
}

/* Menu e ícones */
.right-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
}

.menu-footer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.menu-footer h2 {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #111;
  margin-bottom: 0.5rem;
  font-family: 'Mohave' sans-serif;
}

.menu-footer a {
  color: #666;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
  font-family: 'Mohave' sans-serif;
}

.menu-footer a:hover {
  color: #000;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-links img {
  width: 20px;
  height: 20px;
}

/* Responsivo */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
  }
}


@media (max-width: 768px) {
  .container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

  .menu {
    display: flex;
    flex-direction:row;
    background-color: white;
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    padding: 1rem;
    z-index: 1000;
  }

  .menu.active {
    display: flex;
  }

  .acoes {
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
  }

  .btn-contato {
  font-size: 1rem;
  padding: 6px 14px;
}
}
/* HERO SECTION */

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
    letter-spacing: 2px;
    margin: 0;
  }

  .hero-content p {
    font-size: 1rem;
    text-align: center;
  }
}

/* DIFERENCIAL / CARROSSEL */

@media (max-width: 768px) {
  .diferencial-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .logo-area,
  .logo-area-onde {
    justify-content: center;
  }

  .descricao {
    font-size: 1.2rem;
  }
}

/* CONTACT + STATS */

@media (max-width: 768px) {
  .container-contact {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }

  .contact h2 {
    font-size: 1.8rem;
  }

  .contact p {
    font-size: 1.2rem;
  }

  .btn {
    font-size: 1.2rem;
    padding: 0.8rem 1.5rem;
  }
}

/*VÍDEO*/
@media (max-width: 768px) {
  .video-aten {
    height: auto;
    max-height: 300px;
  }
}

/*FOOTER*/

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }

  .right-section {
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
  }

  .menu-footer h2 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }

  .menu-footer a {
    font-size: 1rem;
  }

  .social-links {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .container-header {
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding: 0 1rem;
  }

  .logo {
    max-width: 180px;
    height: auto;
  }

  .menu a {
    font-size: 1.2rem;
    margin: 0.5rem 0;
  }

  .acoes {
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
  }

  .hero h1 {
    font-size: 2.5rem;
    margin-right: 0;
    letter-spacing: 2px;
    text-align: center;
    padding: 0 1rem;
  }

  .hero-content p {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 1rem;
  }

  .container-contact {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }

  .contact h2 {
    font-size: 1.8rem;
  }

  .contact p {
    font-size: 1.2rem;
  }

  .btn {
    font-size: 1.2rem;
    padding: 0.8rem 1.5rem;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }

  .right-section {
    align-items: center;
    margin-top: 2rem;
  }

  .menu-footer a {
    font-size: 1rem;
  }

  .stats-content {
    flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
  }

  .stat-item p {
    font-size: 1.5rem;
    text-align: center;
  }

  .video-aten {
    height: auto;
    max-height: 300px;
  }

  .diferencial-container {
    flex-direction: column;
    gap: 20px;
    padding: 0 1rem;
  }

  .descricao {
    font-size: 1.2rem;
  }

  .location-map {
    height: 300px;
  }

  .location-text p {
    font-size: 1.25rem;
  }

  .location-text address {
    font-size: 1rem;
  }
}

/* Adicional para iPhone 12, 13, 14, 15, 16 etc (largura comum: 390px) */
@media (max-width: 430px) {
  .hero h1 {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .btn-contato {
    font-size: 1rem;
    padding: 6px 16px;
  }

  .menu a {
    font-size: 1rem;
  }

  .acoes a i {
    font-size: 1.2rem;
  }

  .logo {
    max-width: 150px;
  }
}
