:root{
  --bs-azularandu: #3283c6;
}
.bgazul { background-color: var(--bs-azularandu); color: #fff; }
.bgheaderazul { background-color: #5EB3E9; }


/* 
// <weight>: Use a value from 300 to 800
// <uniquifier>: Use a unique and descriptive class name 
*/
.funnel-display-<uniquifier> {
    font-family: "Funnel Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }

  h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    font-family: "Funnel Display", sans-serif;
    font-weight: 500;
  }

footer {    line-height: 1.4em !important;    font-size: 15px !important; }
footer h5, footer .h5 {    font-size: 1.2rem;  }
footer a { color: #fff !important  ;}
footer .bi {    fill: rgb(255 255 255) !important; }


.titulo {
    color: var(--bs-azularandu);
    border: 5px solid;
    padding: 10px;
}




.btn-branco {
  /* padding: 10px 20px; */
  background: #ffffff6e;
  border: 2px solid white;
  /* margin-top: 10px; */
  /* display: block; */
  width: fit-content;
  /* text-decoration: none; */
}


/* .minhacasa-ul li::before {
  content: url("../../../../resources/images/home_minhacasa-icon.png");
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
} */


.navbar {  padding-top: 0;  padding-bottom: 0;  }    
ul.navbar-nav.navbar-nav-scroll.ms-auto.flex-nowrap {    column-gap: 1em;  }
li.nav-item {  display: flex;  flex-direction: row;  align-items: center; }
.navbar-light .navbar-nav .nav-link {    color: #fff !important;    font-weight: 600;    font-family: "Funnel Display", sans-serif;    font-size: 1em; }
.nav-areacliente {background: #0084CA; font-size: 0.8em;  }
.nav-contato {  background: #15B218;  font-size: 0.8em;  line-height: 1.2em;  text-align: center; }

.showmobile { display: block;}
.hidemobile { display: none;}

@media (min-width: 1200px) {
  .showmobile { display: none !important;}
  .hidemobile { display: block !important;}

  .display-5 {      font-size: 2.6rem;  }

  .navbar-nav {  height: 90px; }
  .navbar-light .navbar-nav .nav-link {  font-size: 1.2em; }
  .nav-contato { max-width: 151px;}
  
}
