@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&display=swap');
@import url('./uicons-regular-straight.css');
@import url('./uicons-regular-rounded.css');
@import url('./reset.css');

body, html{
    font-family: 'Montserrat', sans-serif;
    color: #3C5469;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
}
h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
header {
  background-color: #fff;
}
.top-menu {
  padding: 8px 0;
}
.top-menu p {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  font-size: 12px;
  color: #3C5469;
}
.top-menu a {
  display: inline-block;
  color: #3C5469;
  font-weight: 700;
  padding: 1px;
}
.top-menu a.btn-whats {
  display: inline-flex;
  color: #1cb04a;
  font-weight: 800;
  padding: 1px;
  align-items: center;
  letter-spacing: -0.5px;
}
.top-menu a.btn-whats i {
  border-radius: 20px 20px 20px 7px;
  background: #29b252;
  color: #fff;
  padding: 4px 6px;
  font-size: 20px;
  margin-right: 4px;
}
.navbar-brand span {
  font-weight: 500;
  color: #3c5469;
  font-size: 12px;
}
.navbar-brand img {
  max-width: 125px;
  height: 80px;
}
.navbar-nav .nav-link {
  color: #3c5469;
}
.btn-solid-blue {
  background: #0954A1;
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
}
.btn-solid-blue:hover {
  background: #0954A1;
  color: #fff;
  transform: scale(1.02);
}
.btn-light-blue {
  background: #fff;
  color: #0954A1;
  border: 2px solid #0954A1;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: 600;
}
.btn-light-blue:hover {
  background: #0954A1;
  color: #fff;
  transform: scale(1.02);
}
#banner h1 {
  font-size: 2.5rem;
  font-weight: 400;
}
#banner h1 strong span {
  color: #0954A1;
}
#banner .row {
  padding: 25px 0;
  align-items: center;
}
#banner .box-pessoas {
  display: flex;
}
#banner .box-pessoas .box-pessoas-imgs {
  flex: 0 0 90px;
}
#banner .box-pessoas .box-pessoas-imgs img {
  max-width: 35px;
  border-radius: 50px;
  margin-right: -15px;
  border: 2px #fff solid;
}
#banner .box-pessoas h5 strong {
  font-size: 1rem;
  font-weight: 700;
  display: block;
}
#banner .box-pessoas h5 {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}
.box-logos {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.box-logos img {
  max-width: 50px;
  height: 100%;
  border: 1px #f4f4f4 solid;
  border-radius: 5px;
  box-shadow: 2px 1px 2px #0000001a;
}

#relatar {
  background: linear-gradient(90deg, #0e467eea, #2f79c2e9), url(../images/bg-01.jpg);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  padding: 80px 0;
  margin: 80px 0;
}
#relatar h2{
  font-weight: 300;
  color: #fff;
}
#relatar h2 strong{
  font-weight: 700;
  color: #51F589;
}
#relatar p{
  font-weight: 400;
  color: #fff;
}
#relatar a{
  font-weight: 600;
  color: #51F589;
}

#sobre {
  margin: 80px 0;
}
#sobre img{
  border-radius: 15px;
}

#perguntas {
  margin: 80px 0;
}
#perguntas .accordion {
  background-color: #fff;
  color: #3c5469;
  cursor: pointer;
  padding: 18px 40px 18px 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  position: relative;
  border: 1px #3c54691c solid;
  border-radius: 5px;
  margin: 15px 0 5px 0;
}
#perguntas .active, .accordion:hover {
  border: 1px #3c546986 solid;
}
#perguntas .accordion:after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  color: #777;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#perguntas .active:after {
  content: "\f077";
}
#perguntas .panel {
  padding: 0 10px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#perguntas .panel p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

#contato {
  margin: 80px 0 0 0;
}
#contato .box-contato {
  border: 1px #3c54691c solid;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
}
#contato .box-contato a {
  color: #3c5469ad;
  display: block;
}
#contato .box-contato a i {
  color: #0854a1;
}
#contato .box-contato h6 {
  font-size: 1.1rem;
  font-weight: 600;
}

footer {
  position: relative;
  background: url(../images/bg-footer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 250px;
  padding-bottom: 25px;
}
footer .row {
  align-items: center;
}
footer p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
}
footer a,
footer a:hover
 {
  font-size: 12px;
  color: #fff;
  padding: 5px;
}

.modal-dialog {
  max-width: 800px;
  margin: 5rem auto;
}
.modal-content {
  border: 0 solid rgba(0,0,0,0);
  border-radius: 15px;
}
.close {
  font-size: 2rem;
  font-weight: 300;
  color: #0854a1;
  text-shadow: 0 0 0 #fff;
  opacity: 1;
  line-height: 0.75;
}
.modal-header {
  padding: 1.5rem 1.5rem;
}
.modal-footer {
  justify-content: center;
}
.modal-dialog h5 {
  margin-bottom: 0;
}
.modal-dialog h5 i{
  color: #0854a1;
}
.modal-body {
  padding: 1.5rem;
}
.modal-body form {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.modal-body form input,
.modal-body form select,
.modal-body form textarea
{
  width: 100%;
  padding: 15px 10px 12px 10px;
  border: 1px #3c546926 solid;
  border-radius: 4px;
  font-size: 14px;
}
.modal-body form label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  position: relative;
  background: #fff;
  bottom: -12px;
  left: 10px;
  padding: 1px 5px;
  font-weight: 600;
  color: #0854a1;
}

.form-search {
  width: 100%;
  position: relative;
}
.form-search input {
  width: 100%;
  padding: 15px;
  font-size: 13px;
  border: 1px #dedede solid;
  border-radius: 5px;
}
.form-search button {
  border: 0px;
  background: #0954a1;
  color: #fff;
  padding: 10px 18px;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 700;
}
.link-search {
  color: #3b5268;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}
.link-search:hover {
  color: #3b5268;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}
.box-gotinha {
  display: flex;
  padding: 15px;
  background: #fcfcfc;
  border: 2px #d2e1f1 solid;
  border-radius: 8px;
  width: 100%;
  align-items: center;
  gap: 20px;
  margin: 20px;
}
.box-gotinha img {
  width: 100%;
  max-width: 200px;
}
.box-gotinha h6 {
  color: #3c5469;
  font-size: 25px;
}
.box-gotinha h6 b {
  font-weight: 800;
  color: #0954a1;
}

#beneficios {
  margin: 80px 0;
}
.box-beneficios {
  margin-top: 30px;
  padding: 15px;
  border: 1px #3c546926 solid;
  border-radius: 10px;
  min-height: 200px;
}
.box-beneficios img {
  background: #0954a1;
  width: 45px;
  height: 45px;
  padding: 8px;
  border-radius: 6px;
}
.box-beneficios h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 10px;
}
.box-beneficios p {
  margin-bottom: 0;
  color: #3c5469;
  font-size: 15px;
}

.alert {
  margin-top: 25px;
}
.alert span.bold {
  font-weight: 700;
}
.alert span.light {
  font-weight: 400;
  font-size: 14px;
}
.alert.alert-warning {
  color: #3c5469;
  background-color: #f8f9fc;
  border-color: #d8e2e5;
}
.alert.alert-danger {
  color: #3c5469;
  background-color: #fff4f4;
  border-color: #ff5050;
}

#modalSearch form,
#modalEndereco form {
  text-align: right;
}


#modalEndereco .row {
  text-align: left;
}

.modal-body form label.container-search {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 15px 15px 15px 50px;
  border: 1px #e8e9eb solid;
  border-radius: 5px;
  background: #fafafa;
}
.modal-body form label.container-search input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark-search {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  background-color: #e3e5e8;
  border-radius: 50%;
}
.modal-body form label.container-search:hover input ~ .checkmark-search {
  background-color: #c7ccd0;
}
.modal-body form label.container-search input:checked ~ .checkmark-search {
  background-color: #0954a1;
}
.checkmark-search:after {
  content: "";
  position: absolute;
  display: none;
}
.modal-body form label.container-search input:checked ~ .checkmark-search:after {
  display: block;
}
.modal-body form label.container-search .checkmark-search:after {
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fafafa;
}

.info-search {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.info-search h6 {
  font-weight: 700;
  font-size: 18px;
  color: #0954a1;
  margin: 0;
}
.info-search p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  color: #6a8399;
}

.loading-spinner{
  width:30px;
  height:30px;
  border:2px solid silver;
  border-radius:50%;
  border-top-color:#0954A1;
  display:inline-block;
  animation:loadingspinner .7s linear infinite;
}
@keyframes loadingspinner{
  0%{
    transform:rotate(0deg)
  }
  100%{
    transform:rotate(360deg)
  }
}

@media (min-width: 1440px) {}
@media (max-width: 1440px) {}
@media (max-width: 1024px) {}
@media (max-width: 768px) {
  .top-menu, 
  .top-menu .text-right {
    text-align: center!important;
  }
  .navbar-toggler {
    color: #3c5469;
  }
  .navbar-collapse {
    text-align: center;
  }
  #banner .row {
    padding: 40px 0;
  }
  #banner .box-pessoas {
    display: flex;
    justify-content: center;
  }
  #banner .box-logos {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
  }
  #relatar .text-right {
    text-align: center!important;
    margin-top: 30px;
  }
  #sobre img {
    border-radius: 15px;
    margin-bottom: 30px;
  }
  footer {
    padding-top: 100px;
    margin-top: 30px;
    text-align: center;
  }
  footer .text-right {
    text-align: center!important;
  }
  .box-gotinha {
    margin: 40px 0;
    flex-direction: column;
  }
}
@media (max-width: 425px) {}
@media (max-width: 376px) {}