@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Epunda+Slab:ital,wght@0,300..900;1,300..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quicksand:wght@300..700&family=Smooch+Sans:wght@100..900&family=Sometype+Mono:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Encode+Sans+Expanded:wght@100;200;300;400;500;600;700;800;900&family=Epunda+Slab:ital,wght@0,300..900;1,300..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Scope+One&family=Smooch+Sans:wght@100..900&display=swap');

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #0b1d3a;
  color: #ffffff;
}



.header {
  background-color: #0b1d3a;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  filter: drop-shadow(5px 5px 6px rgba(16, 17, 19, 0.495));
  position: relative;
  z-index: 10;
}

.logo-container {
  display: flex;
  align-items: center;
  filter: drop-shadow(5px 5px 6px rgba(16, 17, 19, 0.495));
}

.logo-container span {
  margin-left: 8px;
  font-size: large;
}

.logo-container img {
  width: 50px;
  height: 50px;
  margin-left: 15%;
}

.cta-button {
  background-color: #f2b705;
  padding: 16px 20px;
  border: none;
  border-radius: 5px;
  color: #0b1d3a;
  font-weight: bold;
  text-decoration: none;
  filter: drop-shadow(2px 4px 4px rgba(136, 140, 151, 0.495));
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  align-items: center;
  padding: 65px 20px;
  background-color: #0b1d3a;
  position: relative;
  z-index: 1;
  filter: drop-shadow(5px 5px 6px rgba(16, 17, 19, 0.495));
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 100;
  font-style: normal;

}

.hero h1 {
  color: #ffffff;
  font-size: 36px;
}

.hero span {
  color: #f2b705;
}

.hero p {
  font-size: 20px;
}

.hero a {
  color: #000;
  font-size: 18px;
  filter: drop-shadow(9px 9px 4px rgba(16, 17, 19, 0.495));
  
}

.about-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #ffffff;
  padding: 60px 20px;
  color: #1a1a1a;
}


.about-section .about-text-container {
  max-width: 960px;
}

.about-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0a1e3f;
  margin-bottom: 20px;
  filter: drop-shadow(5px 5px 6px rgba(53, 54, 56, 0.495));
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.about-description {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  
}

.about-description strong {
  color: #f2b705;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-list {
  list-style: disc inside;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  color: #333;
  padding-left: 0;
  font-family: 'Sora', sans-serif;
  font-weight: 500;
}

.about-list li {
  margin-bottom: 10px;
}

.about-img-container img {
  height: 600px;
  width: 100%;
  border-radius: 10px;
  filter: drop-shadow(5px 5px 6px rgba(16, 17, 19, 0.495));
}

.section-dark {
  display: flex;
  flex-direction: column;
  background-color: #0b1d3a;
  color: #fff;
  padding: 100px 20px;
  padding-bottom: 200px;
  filter: drop-shadow(5px 5px 6px rgba(16, 17, 19, 0.495));
}

.section-title {
  text-align: center;
  padding-bottom: 96px;
  font-size: 36px;
  font-family: "Sansation", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.cards-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  width: 380px;
  padding: 60px 40px;
  vertical-align: top;
  
}

.card-img-container {
  display: flex;
  gap: 8px;
}

.card-description {
  font-size: 18px;
}

img {
  border-radius: 10px;
}

.depoiments-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 20px;
  background-color: #ffff;
  color: #000;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  filter: drop-shadow(5px 5px 6px rgba(203, 204, 206, 0.495));
}

.depoiments-title {
  text-align: center;
  padding-bottom: 80px;
  font-size: 36px;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 40;
  filter: drop-shadow(5px 5px 6px rgba(16, 17, 19, 0.495));
  
}

.depoiments-messages {
  display: flex;
  gap: 2rem;
}

.depoiments-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0b1d3a;
  background: linear-gradient(135deg, #0B1D3A 20%, #1a3a6d 40%, #bb9520 100%, #f2b705 100%); 
  color: #000;
  border-radius: 10px;
  width: 380px;
  padding: 60px 40px;
  vertical-align: top;
  filter: drop-shadow(5px 5px 6px rgba(16, 17, 19, 0.495));
}

.depoiments-card p {
  font-size: 20px;
  color: #fff;
}

.last-section {
  display: flex;
  padding: 40px;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0b1d3a;
  color: #fff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 500;
  font-style: normal;
  
}

.last-section-description {
  text-align: center;
  font-size: 16px;
  
}

.social-medias {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.whatsapp {
  position: fixed;
  top: 88%;
  right: 80px;
  right: 15px;
  top: unset;
  bottom: 15px;
  }

a svg {
  transition: transform 0.2s;
  cursor: pointer;
}

a:hover svg {
  transform: scale(1.1);
}

.footer {
  background-color: #0b1d3a;
  text-align: center;
  color: #fff;
  padding: 20px;
}

/* ===== Celulares ===== */
@media (max-width: 767px) {
  .hero h1 {
    font-size: 28px;
  }

  .hero p,
  .hero a,
  .about-description,
  .card-description,
  .depoiments-card p {
    font-size: 16px;
  }

  .about-title,
  .section-title,
  .depoiments-title {
    font-size: 28px;
  }

  .cards-container,
  .depoiments-messages {
    flex-direction: column;
    align-items: center;
  }

  .card,
  .depoiments-card {
    width: 90%;
    padding: 40px 20px;
  }

  .card-img-container {
    flex-direction: column;
  }

  .about-section {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .about-text-container {
    width: 100%;
  }

  .about-img-container {
    width: 100%;
    margin-top: 20px;
  }

  .about-img-container img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
  }


  .cta-button {
    padding: 14px 18px;
    font-size: 16px;
  }
}

/* ===== Tablets ===== */
@media (min-width: 768px) and (max-width: 1023px) {
  .hero h1 {
    font-size: 32px;
  }

  .about-title,
  .section-title,
  .depoiments-title {
    font-size: 32px;
  }

  .cards-container,
  .depoiments-messages {
    flex-direction: column;
    gap: 2rem;
  }

  .card,
  .depoiments-card {
    width: 80%;
  }

  .card-img-container {
    flex-direction: column;
    align-items: center;
  }

  .about-section {
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
    text-align: center;
  }

  .about-text-container,
  .about-img-container {
    width: 90%;
  }

  .about-img-container img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
  }

  .cta-button {
    font-size: 16px;
  }

}

/* ===== Monitores pequenos e iPads Pro (correção) ===== */
@media (min-width: 1024px) and (max-width: 1780px) {
  .card,
  .depoiments-card {
    width: 320px;
    padding: 50px 30px;
  }

  .about-title,
  .section-title,
  .depoiments-title {
    font-size: 34px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    font-size: 18px;
  }

  .cta-button {
    font-size: 17px;
  }

  .about-section {
    gap: 40px;
    padding: 60px 40px;
  }

  .about-text-container {
    max-width: 500px;
  }

  .about-img-container img {
    height: auto;
    max-height: 550px;
    width: 100%;
    object-fit: cover;
  }

  .section-dark {
    padding: 80px 20px 100px 20px;
    align-items: center;
  }

  .cards-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .card-img-container {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}






#carouselExampleFade {
  filter: drop-shadow(6px 5px 6px rgba(14, 14, 44, 0.495));
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}

#carouselExampleFade .carousel-item {
    height: 500px; 
    overflow: hidden; 
}


#carouselExampleFade .carousel-item img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
                          
    object-position: center; 
}






@media (max-width: 768px) {
    #carouselExampleFade .carousel-item {
        height: 300px; 
    }
}

@media (max-width: 576px) {
    #carouselExampleFade .carousel-item {
        height: 250px; 
    }
}
