.navbar {
  border-bottom: 0px !important;
}

.navbar-brand-shrink {
  top: -28px !important;
}

.title-custom {
  font-size: 32px;
  color: orange !important;
}

.desc-custom {
  font-size: 18px;
}

.fixed-right-middle {
  position: fixed;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.responsive-whatsapp {
  width: 60px;
}

@media (max-width: 767px) {
  .fixed-right-middle {
    top: 90%;
    right: 5%;
  }
  .navbar-brand img {
    width: 85px !important;
  }

  .navbar-brand-shrink {
    top: -10px !important;
  }

  .nav.shrink .container {
    height: 60px;
  }

  .title-custom {
    font-size: 24px !important;
  }

  .desc-custom {
    font-size: 16px !important;
  }

  .title-text-align-custom {
    text-align: left !important;
  }

  .full-screen {
    /* display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; */
  }
  .embed-responsive-16by9 {
    padding-bottom: 200% !important;
  }
}
