<style>
        main {
           margin-top: 96px !important;
        }

        .btn-whatsapp {
          background-color: #25d366 !important;
          color: #FFF !important;
        }

        .btn-whatsapp:hover {
          background-color: #19bb55 !important;
          color: #FFF !important;
        }

        .navbar-brand img {
          max-height: 70px;
        }

        .carousel .carousel-item  {
          max-height: 600px;
          min-width: auto;
          overflow: hidden;
          background-color: #000;
        }

        a.nav-link.active {
          font-weight: 500;
          color: #bf1929;
        }

        .carousel .carousel-item img {
          opacity: 0.4;
        }

        .carousel-caption {
            top: 8em;
            bottom: auto;
        }

        .whatsapp {
          margin-left: 15px;
          color: #25d366 !important;
          font-size: 1.5em;
          vertical-align: middle !important;
        }

        .nav-item {
          line-height: 1.5em;
          margin-right: 10px;
        }

        .nav-link {
          vertical-align: middle !important;
        }

        .btn-close-offcanvas {
              border: 2px solid #FFF;
              border-radius: 20px;
              background-color: #FFF;
              opacity: 0.7;
        }

        @media (max-width: 767.98px) {
            .whatsapp-item {
                display: none;
            }

            .nav-item {
              text-align: center;

              border-bottom: 1px solid rgba(0, 0, 0, .1);
            }

            .offcanvas {
              max-width: 60%;
            }

            .menu-bars {
                display: block !important;
            }
        }

        @media (min-width: 767.98px) {
            .menu-bars {
                display: none !important;
            }
        }

        

    </style>