@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  background-color: #fff;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

header {
  background-color: #fff;
  border-bottom: 1px #000 solid;
}

.navbar {
  max-width: 1800px;
}

.navbar-brand img {
  height: 60px;
}

.nav-item {
  margin-left: 40px;
  font-weight: 400;
  font-size: 16px;
}

.nav-item a,
.navbar-nav .nav-link {
  color: #444;
}

.nav-item a:hover,
.navbar-nav .nav-link.active {
  color: #007852;
}

.navbar-toggler {
  border: 0;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-carousel img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-mobile {
  display: none !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
}

.studio-hp-bg-1 {
  background-color: #007852;
}

.studio-hp-bg-2 {
  background-color: #006547;
}

.studio-hp-bg-3 {
  background-color: #00945d;
}

.studio-hp a,
.studio-strip a,
.doc-strip a {
  font-size: 16px;
  color: #fff;
  padding: 10px;
  border: 2px #fff solid;
  text-decoration: none;
  display: inline-block;
}

.studio-hp a:hover,
.studio-strip a:hover,
.doc-strip a:hover {
  color: #b3d7cb;
  border-color: #b3d7cb;
}

.studio-hp h3 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 8px;
}

.studio-hp h1 {
  font-size: 28px;
  line-height: 42px;
  color: #000;
}

.studio-hp h2 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.studio-hp p,
.studio-doc p,
.int-page li,
.doc-curr p,
.doc-curr li {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.studio-hp-btnpnt,
.studio-strip-btnpnt,
.doc-strip-btnpnt {
  margin-top: 40px;
}

.studio-hp-strip,
.studio-strip,
.doc-strip {
  padding-right: 0;
  padding-left: 0;
  background-color: #007852;
}

.studio-hp-strip h2,
.studio-strip h2,
.doc-strip h2 {
  font-size: 24px;
  color: #fff;
}

.studio-hp-strip p,
.studio-strip p,
.doc-strip p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.studio-doc h2 {
  font-size: 24px;
  color: #000;
}

.studio-doc a {
  font-size: 16px;
  color: #007852;
  padding: 10px;
  border: 2px #007852 solid;
  text-decoration: none;
  display: inline-block;
}

.studio-doc a:hover {
  color: #b3d7cb;
  border-color: #b3d7cb;
}

.int-page h1 {
  font-size: 24px;
  color: #007852;
  text-align: center;
}

.int-page h2,
.doc-curr h2 {
  font-size: 16px;
  line-height: 24px;
  color: #007852;
}

.int-page li,
.doc-curr li {
  margin-left: 5%;
}

.date h2 {
  font-size: 24px;
  color: #007852;
}

.date label {
  font-size: 16px;
  color: #000;
}

.date .form-control {
  font-size: 16px;
  color: #000;
  border-radius: 4px;
}

.date textarea {
  min-height: 134px;
  resize: none;
}

.date .btn-primary {
  font-size: 16px;
  background: #007852;
  border-color: #007852;
  border-radius: 4px;
}

.date .btn-primary:hover,
.date .btn-primary:focus,
.date .btn-primary:active {
  background-color: #00945d !important;
  border-color: #00945d;
}

footer {
  background-color: #007852;
}

.footer-box {
  text-align: left;
  color: #fff;
}

.footer-box h2 {
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  font-size: 16px;
}

.footer-box p {
  font-size: 14px;
  line-height: 24px;
}

.footer-box a {
  color: #fff;
  text-decoration: none;
}

.legal {
  border-top: 1px #444 solid;
  background-color: #555;
}

.legal-box p {
  font-size: 12px;
  color: #fff;
}

.legal-box a {
  color: #fff;
  text-decoration: none;
}

.legal-box a:hover {
  color: #aaa;
  text-decoration: underline;
}

.legal-pag h1 {
  font-size: 24px;
  color: #007852;
}

.legal-pag p {
  font-size: 14px;
  line-height: 21px;
  color: #000;
}

.legal-pag a {
  color: #007852;
  text-decoration: underline;
}

.footer-links img {
  margin-right: 14px;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .navbar-brand img {
    height: 50px;
  }

  .nav-item {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
  }

  .studio-hp h1 {
    font-size: 22px;
    line-height: 33px;
  }
}

@media (max-width: 767.98px) {
  .hero-desktop {
    display: none !important;
  }

  .hero-mobile {
    display: block !important;
  }

  .studio-hp h1 {
    font-size: 21px;
    line-height: 31px;
  }

  .studio-hp h2,
  .studio-hp-strip h2,
  .studio-strip h2,
  .doc-strip h2,
  .date h2 {
    font-size: 22px;
  }

  .studio-hp .service-box {
    min-height: 212px;
  }

  .footer-box {
    margin-bottom: 26px;
  }
}
