.manutencao {
  background-color: #111e4c !important;
  height: 100vh;
  align-items: center;
  display: flex;
  justify-content: center;
}
.logo-main {
  width: 224px;
  height: 32px;
}
.bg-header {
  background-color: #111e4c;
  margin-bottom: -100px;
  padding: 0px 10px;
}
.btn-header {
  border-radius: 4px;
  padding: 14px 28px;
  background-color: #0e9672;
  color: #ffffff;
  font-size: 15px;
}
.btn-header:hover {
  background-color: #0b7460;
  color: #ffffff;
}
.footer-main {
  background-color: #1d1d35;
}
.bg-section-1 {
  padding-top: 150px;
  background-image: url(/assets/images/bg-primary.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container-primary{
    width: 1193px;
    padding: 0px 10px;
}
.main-title {
  font-size: 70px;
}
.flag-div {
  border-left: 1px solid #a9aabc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: none;
  justify-content: left;
}
.card-title {
  font-size: 20px;
  color: #1d1d35;
}
.card-text {
  font-size: 15px;
  font-weight: 400;
  color: #2f4858;
}
.btn-tertiary {
  border-radius: 4.8x;
  background-color: #4f5789;
  color: #ffffff;
}
.btn-tertiary:hover {
  background-color: #3e466e;
  color: #ffffff;
}
.conteudo-produto {
  background-color: #eceeff;
  position: relative;
  overflow: hidden;
}
.imagem-produto {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.imagem-produto img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.container-medium {
  width: 1197px;
}
.bg-form {
  background-image: url(/assets/images/bg-form.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 10px;
}
.title-num {
  color: #0e9672;
  font-weight: 700;
  font-size: 90px;
}
.title-form {
  font-size: 42px;
  font-weight: 600;
  color: #1c2a57;
}
.bg-logo {
  background-color: #1c2a57;
  align-items: center;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  padding: 20px;
}
.bg-menu {
  background-color: #4f5789;
  border-radius: 20px;
  padding: 20px;
}
.div-dados h4 {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .container-main {
    width: 100%;
  }
  .main-title {
    font-size: 30px;
  }
  .container-medium {
    width: 100%;
    padding: 10px;
  }
  .title-num {
    font-size: 50px;
  }
  .conteudo-produto {
    height: auto;
    padding: 10px;
  }
  .title-form {
    font-size: 25px;
  }
}
.footer-main .d-md-flex {
  display: flex;
  justify-content: space-around;
}

.footer-main .d-md-flex > div {
  flex: 1;
}
.div-dados {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.div-dados h4 {
  color: #a9aabd;
  font-size: 18px;
  font-weight: 700;
}
.div-dados p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer-main .d-md-flex {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-main .d-md-flex > div {
    justify-content: center;
    text-align: center;
  }
  .footer-main .bg-logo {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .footer-main .bg-logo img {
    margin: 0 auto;
  }
  .footer-main .bg-menu {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .footer-main .bg-menu .col-12 {
    justify-content: center !important;
  }
  .footer-main .d-block.d-md-flex.justify-content-between {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
.logo-main {
  width: 160px;
  height: auto;
}

@media (max-width: 768px) {
  .logo-main {
    width: 120px;
    height: auto;
  }
  .bg-header .col-2.d-flex {
    display: none !important;
  }
}
.modal-content {
    text-align: left;
    border-radius: 16px;
    overflow: hidden;
}

.modal-header {
    color: #1c2a57;
    border-bottom: none;
}
