header {
  background-color: black;
}
header nav div:nth-child(1) .logo-desktop {
  height: 100px;
  padding: 10px;
}
header nav div:nth-child(1) .logo-mobile {
  height: 70px;
  width: 50%;
  padding: 10px;
}

.btn-bg {
  color: white;
  background-color: #db5326;
  width: 220px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid black;
}
.btn-bg:hover {
  border: 2px solid #db5326;
  background-color: transparent;
  color: #db5326;
}

footer {
  background-color: black;
}
footer img {
  width: 50%;
  max-width: 50%;
}

.section1 {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section1 h1 {
  color: black;
  font-weight: bold;
  width: 100%;
  font-size: 45px;
}
.section1 img {
  width: 100%;
}
.section1 p {
  color: black;
  margin-top: 20px;
  font-weight: 500;
}
.section1 span {
  text-decoration: underline;
}

.section2 {
  padding: 50px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.section2 img {
  margin-left: 186px;
  width: 70%;
}

.section3 {
  padding: 120px;
  background-color: #db5326;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section3 p {
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(238, 238, 238);
}
.section3 h2 {
  width: 500px;
}
.section3 button {
  padding: 20px;
  background-color: white;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  color: black;
}
.section3 button:hover {
  background-color: black;
  color: white;
}

@media (max-width: 1000px) {
  .section2 img {
    margin-left: 0px;
    width: 100%;
  }
  .section1 div:nth-child(1) {
    text-align: center;
  }
  .section1 h1 {
    font-size: 30px;
  }
  .section1 p {
    font-size: 10px;
  }
}
@media (max-width: 770px) {
  body {
    background-image: url(../../images/decoracaov1.png);
  }
  .section2 img {
    margin-left: 0px;
    width: 100%;
  }
  .section1 .people {
    display: none;
  }
  .section1 div:nth-child(1) {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  body {
    background-image: url(../../images/decoracaov2.png);
  }
  .section2 img {
    margin-left: 0px;
    width: 100%;
  }
  .texto {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .texto p {
    width: 300px;
  }
  .texto button {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .section1 {
    display: inline;
  }
}
@media (max-width: 500px) {
  .section3 p {
    font-size: 25px;
  }
  .section3 h2 {
    font-size: 25px;
    width: 350px;
  }
}
@media (max-width: 400px) {
  body {
    background-image: none;
  }
  .section2 img {
    width: 100%;
  }
  .section3 p {
    font-size: 20px;
  }
  .section3 h2 {
    font-size: 20px;
    width: 350px;
    padding: 10px;
  }
  .section3 button {
    width: 200px;
    font-size: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
