.bg-primary,
.btn-primary {
  background-color: #4375a0;
  border: none; }
  .bg-primary:hover,
  .btn-primary:hover {
    background-color: #325878; }

.sign {
  text-align: right; }

.text-primary {
  color: #4375a0 !important; }

.text-secondary {
  color: #325878 !important; }

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.overflow-hidden {
  overflow: hidden; }

.container {
  max-width: 960px; }

.navbar-toggler {
  border-color: #4375a0;
  color: #4375a0; }

.site-header {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: solid 1px #eee; }

.site-header a {
  color: #4375a0;
  transition: ease-in-out color .15s; }

.site-header a:hover {
  color: #999;
  text-decoration: none; }

.rooftop {
  background-color: #4375a0;
  color: white; }

.chat-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50px 50px 50px 50px;
  border: solid 4px white;
  z-index: 1000; }
  .chat-float i {
    font-size: 2.2rem;
    line-height: 2.2rem;
    color: white; }

/* Home - services */
.title {
  color: #4375a0;
  text-transform: uppercase;
  font-size: 3rem; }

.services h3 {
  color: #325878;
  text-transform: uppercase;
  font-weight: 400; }

.segments {
  background-color: #eee; }

.card-img-top {
  position: relative;
  height: 15rem; }
  .card-img-top text {
    color: white;
    font-weight: 700;
    font-size: 1.5rem; }

.card-body {
  min-height: 200px; }

/* Extra utilities */
.flex-equal > * {
  -ms-flex: 1;
  flex: 1; }

@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1; }

  .bd-placeholder-img-lg {
    font-size: 3.5rem; } }
@media (max-width: 768px) {
  .buttons-home .btn {
    display: block;
    width: 100%; }

  .display-4 {
    font-size: 2rem; }

  .sign {
    text-align: left; } }

/*# sourceMappingURL=styles.css.map */
