body, html {
    background-image: url('https://mandarinengenharia.com.br/banner-maldivas.jpg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

/* deixa o fundo aparecer */
.main, .container, .wrapper {
    background-color: transparent !important;
}

.text-4xl img {
    transform: scale(4) !important; /* aumenta visualmente */
    transform-origin: left center !important;
}

.text-4xl {
    overflow: visible !important;
}

.text-4xl img {
    transform: scale(4) !important;
    transform-origin: left center !important;
}
.nav-block.h-12 {
    background-color: #0f172a !important; /* cor que quiser */
}

.faq-container {
  max-width: 800px;
  margin: auto;
  font-family: 'Montserrat', sans-serif;
}

.faq-container h1 {
  text-align: center;
  margin-bottom: 20px;
}

.faq-container details {
  background: #111;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #222;
}

.faq-container summary {
  padding: 15px;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  position: relative;
  color: #fff;
}

/* remove seta padrão */
.faq-container summary::-webkit-details-marker {
  display: none;
}

/* seta personalizada */
.faq-container summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: 0.3s;
}

/* quando aberto vira X */
.faq-container details[open] summary::after {
  content: "–";
}

.faq-container details p,
.faq-container details li {
  padding: 0 15px 10px 15px;
  color: #ccc;
}

.faq-container details p {
  padding-top: 10px;
}

/* efeito hover */
.faq-container summary:hover {
  background: #14c46c;
  color: #000;
}

.card-footer .btn {
    background-color: #0569D7 !important;
    color: white;
    width: 100%;
}
.selected
 {
    background: #0569D7 !important;
    color: white;
}
.btn-primary

 {
    background: #0569D7 !important;
    color: white;
}