html {
  scroll-behavior: smooth;
}

.intro {
  width: 100%;
  height: 549px;
  background: url("../img/main__banner.jpg") no-repeat center;
  background-size: cover;
}

@media (max-width: 475px) {
  .intro {
    width: 100%;
    height: 478px;
    background: url("../img/main__banner-mobile.jpg") no-repeat center;
    background-size: cover;
  }
}

@media (max-width: 425px) {
  .intro {
    width: 100%;
    height: 478px;
    background: url("../img/main__banner-mobile-2.jpg") no-repeat center;
    background-size: cover;
  }
}

.intro a {
  padding: 10px;
}

.intro-logo {
  margin-bottom: 60px;
}

@media (max-width: 475px) {
  .intro-logo {
    max-width: 270px;
  }
}

.intro-title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 475px) {
  .intro-title {
    font-size: 18px;
  }
}

.intro-p {
  font-size: 14px;
  line-height: 1.1;
  max-width: 420px;
  margin: 0 auto 30px;
}

.ambientes {
  margin-bottom: 60px;
  padding-top: 60px;
}

.ambientes h2 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .ambientes h2 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.ambientes__menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .ambientes__menu {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 320px;
    margin-bottom: 30px;
  }
}

.ambientes__menu-btn {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  padding: 10px;
  transition: all 0.5s;
}

.ambientes__menu-btn:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ambientes__divisor {
  width: 1px;
  height: 10px;
  background: #000;
  display: inline-block;
}

@media (max-width: 768px) {
  .ambientes__divisor-mob {
    display: none;
  }
}

.ambientes__div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 768px) {
  .ambientes__div {
    flex-direction: column;
    justify-content: center;
  }
}

.content-text__border {
  border-left: 2px solid #000;
  padding-left: 15px;
  margin-bottom: 30px;
  max-width: 530px;
}

.duvidas {
  margin-bottom: 60px;
}

.duvidas__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.duvidas__content h2, .duvidas__content p {
  margin-bottom: 15px;
}

.duvidas__content a {
  padding: 10px;
  margin-top: 15px;
  display: inline-block;
}

@media (max-width: 768px) {
  .duvidas__content {
    flex-direction: column;
  }
}

.duvidas__text {
  max-width: 520px;
}

.tutorial__div {
  margin-bottom: 60px;
}

.tutorial-thumb {
  cursor: pointer;
}

.video__tutorial {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tutorial-h2 {
  margin-bottom: 15px;
}

.tutorial-p {
  margin-bottom: 30px;
}

@media (max-width: 475px) {
  .tutorial-h2 {
    font-size: 18px;
  }
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-content {
  position: relative;
  margin: 2% auto;
  padding: 20px;
  width: 90%;
  max-width: 960px;
  background: transparent;
  border-radius: 8px;
}

.close {
  position: absolute;
  top: -10px;
  right: 0px;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .lightbox-content {
    width: 90%;
  }
  .video__tutorial {
    max-width: 100%;
  }
}

@media (max-width: 475px) {
  .lightbox-content {
    width: 95%;
    top: 35%;
  }
  .video__tutorial {
    max-width: 100%;
  }
}
