<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  height: 100%;
  background-color: #3B3A39;
}
body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
}
@media (min-height: 324px) and (min-width: 720px) {
  div.card {
    min-height: 8rem;
    background-color: #3B3A39 !important;
  }
}
@media (min-height: 324px) and (max-width: 720px) {
  div.card {
    min-height: 16rem;
    background-color: #3B3A39 !important;
  }
}
@media (max-height: 324px) {
  div.card {
    min-height: 8rem;
    background-color: #3B3A39 !important;
  }
}
.btn-custom1{
  color: #fff;
  background-color: #262262;
  border-color: #262262;
}
.btn-custom1:hover{
  background-color: #1f17a5;
  border-color: #1f17a5;
}
.btn-custom2{
  color: #fff;
  background-color: #3B3A39;
  border-color: #3B3A39;
}
.btn-custom2:hover{
  color: #000;
  background-color: #d6b469;
  border-color: #d6b469;
}
.img-contacts{
  width: 30rem;
  padding: .3rem;
}
.bi-whatsapp{
  width: 28px;
  height: 28px;
}
.header-1{
  background-color: #3B3A39;
  min-height: 10em;
}
.logo-1{
  width: 210px;
}
.bg-orange-1 {
    opacity: 1;
    background-color: #d6b469;
    color: #000;
}</pre></body></html>