@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");

.color-menu { color: #152d45!important; }
.color-card-title-unidade { color:  #152d45!important; }

.bg-footer { background: #0965a4; }

@media (min-width: 990px) { 
  .contact-methods-container { padding-right: 155px; } 
  .w-lg-125px { width: 125px; }
  .h-lg-125px { height: 125px; }
    .mb-lg-8 {
        margin-bottom: 6rem!important;
    }
  #top { padding-top: 25px; }  
}



.bg-base-azul { background: #167ad9!important; }


body { 
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}