.footer {
    background: #f9fafc;
}

.footer h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #091e42;
    text-transform: uppercase;
}

.footer ul li{
  color: #5E6C84;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: source sans pro,sans-serif;
  margin-bottom: 12px;
}

.footer ul li a {
  color: #5E6C84;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: source sans pro,sans-serif;
  display: flex;
  width: 100%;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}

.footer ul li a svg {
  fill: #344563 !important;
  max-height: 14px;
}

.footer .sessao-titulo {
    color: #253858;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.footer .secao-adicional img {
    max-height: 150px;
    width: auto;
}

@media (min-width: 992px) {
  .footer .secao-adicional img {
    max-height: 90px;
  }
}

footer .menu-icones a {
    font-size: 20px;
}

.menu-icones li a svg {
  fill: #091E42;
  height: 16px;
  margin-top: -4px;
}

body .border-top, body .border-bottom, body .border-left, body .border-right {
    border-color: #e0e6ed;
}

.mr-4{
  margin-right: 10px;
}

.footer .newsletter-footer .hs-button {
    padding: 11px 16px;
    background: #0067ff !important;
    border: 1px solid #0067ff !important;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    width: 100% !important;
    
}

.footer .newsletter-footer .hs-button:hover{
    background: #0067ff !important;
    border: 1px solid #0067ff !important;
}

.hs-form .hs-button[type=submit] {
    margin-top: 15px;
}

.footer .newsletter-footer .hs-form .field .hs-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .newsletter-footer .hs-form .field input.hs-input:focus {
  height: auto!important;
}

.hs-form.stacked .inputs-list>li.hs-form-booleancheckbox {
  width: 100%!important;
}

.footer-section-icons{
  display: none;
}

.footer-section-icons a,
.footer-section-icons a:link,
.footer-section-icons a:visited,
.footer-section-icons a:active,
.footer-section-icons a:hover {
  color: #5E6C84; !important
}

.footer-section-icons a i {
  font-size: 20px !important;
  color: #5E6C84 !important;
}

.footer-section-icons a svg {
  height: 21px !important;
  fill: #5E6C84 !important;
}

.hs-form .hs-input[type=text], .hs-form .hs-input[type=email] {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.hs-form.stacked .actions{
    margin: 0 !important;
} 

#copy_right a {
  color: #091E42;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  text-decoration: none;
}

.popover-body a {
  color: #091E42 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}

#copy_right #footer-ano {
  font-size: inherit;
  line-height: inherit;
}

#copy_right p {
  font-size: 12px;
  text-align: center;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}
.fs-8 {
  font-size: 8px !important;
}

.copyright-links{
  display:  flex;
  margin-top: 20px;
  font-size: 16px !important;
}

.copyright-date{
  font-weight: 700 !important;
  text-align: center;
  padding:0;
  margin:0;
}

.copyright-site-links{
  display: flex;
  justify-content:space-evenly;
  padding:0;
  margin:0;
}

.menu-icones{
  display: flex;
  justify-content: center;
}

.popover .popover-header {
    background: #fff;
    border: 1px solid #ebecf0;
    margin: -1px -1px 0;
    border-radius: 4px 4px 0 0;
    border-bottom: 2px;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover {
    display: inline-block;
    height: auto;
    padding: 0;
    text-align: left;
}

.vertical-card .popover-body, .popover .popover-body {
    float: left;
    display: flex;
    flex-direction: column;
}

.vertical-card, .popover {
    background: #fff;
    border: 1px solid #ebecf0;
    border-radius: 5px;
    padding: 30px 20px 10px;
    text-align: center;
}

.popover {
  background: #fff;
  border: 1px solid #ebecf0;
  border-radius: 5px;
  text-align: center;
  padding: 0;
}

@media (max-width: 1200px)
.footer .sessao-titulo {
    font-size: 18px !important;
    line-height: 24px !important;
}

@media (max-width: 992px) {
  .copyright-links{
    flex-direction: column;
    padding-top: 48px;
  }
  
  .copyright-site-links {
    margin: 16px 0;
  }
}


@media (max-width: 767px){
  
  .copyright-date{
    font-size: 1rem !important;
    font-weight: bold !important;
    text-align: center;
  }
  
  .copyright-site-links{
    flex-direction: column;
    text-align:center;   
  }
  
  .copyright-site-links li a{
    font-size: 1rem !important;
  }
  
  .menu-footer.menu-icones {
    justify-content: space-evenly !important;
    margin-bottom: 20px !important;
  }
  
  .menu-icones li a i{
    font-size: large !important;
  }
  
  .menu-icones li a svg {
    height: 18px;
  }
}



@media (max-width: 575px){
  .footer-section-icons{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .footer-section-icons i{
    font-size: 20px  !important;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  
  .footer-section-icons a svg {
    margin: 0 20px 16px 0 !important;
  }
}

.footer .btn.fui-aprovado {
  text-align: left !important;
  border: 1px solid #B3BAC5 !important;
  display: inline-block !important;
  width: max-content;
}

.images {
  margin-left: 0 !important; 
}

@media (min-width: 992px) {
  .images {
    margin-left: auto !important;
  }
}

.footer .h-150 {
  height: 150px;
}