        .nav-link {
            color: rgb(11, 14, 212) !important;
        }
       .navbar-brand img{
        width: 150px;
       }
        
        .jumbotron-carousel {
            height: 60vh;
            background-size: cover;
            background-position: center;
        }
        .carousel-caption h3, .carousel-caption p {
            color: #fff;
            text-shadow: 2px 2px 4px #000000;
        }
        .fale-conosco-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 1000;
        }
        .jumbotron-carousel {
            background-size: cover;
            background-position: center;
            height: 700px;
          }

          @media (max-width: 768px) {
            .jumbotron-carousel {
                height: 300px;
            }
          }