body {
  font-family: "Montserrat", serif;
  margin: 0;
  background-color: #fafafa;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #1D1D1D;
}
.navbar--title {
  width: 30%;
  text-align: end;
}
.navbar--title h1 {
  font-size: 22px;
  color: white;
  margin: 0;
}
.navbar--links {
  display: flex;
  align-items: center;
  width: 70%;
  background-size: 100%;
  background-repeat: no-repeat;
  justify-content: center;
  padding: 13px 0;
}
.navbar--links svg.button-mobile {
  display: none;
}
.navbar--links--navigation {
  margin-right: 15px;
}
.navbar--links a {
  text-decoration: none;
  color: #C30426;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
}
.navbar--links a:hover {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar--links .links--button {
  display: flex;
  background-color: #25D366;
  border-radius: 15px;
  padding: 5px 15px;
  margin-left: 15px;
  align-items: center;
}
.navbar--links .links--button a {
  display: flex;
  align-items: center;
}
.navbar--links .links--button a img {
  -o-object-fit: none;
     object-fit: none;
  margin-right: 6px;
  width: 20px;
}
.navbar--links .links--button a p {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  color: white;
}

.one-section {
  position: relative;
  margin-bottom: 90px;
}
.one-section--background img {
  height: 590px;
}
.one-section--info {
  position: absolute;
  top: 70px;
  margin-left: 168px;
}
.one-section--info .info--text span {
  font-size: 18px;
  color: white;
}
.one-section--info .info--text h1 {
  font-weight: bold;
  font-size: 50px;
  color: #fff;
  margin: 10px 0;
  line-height: 68px;
}
.one-section--info .info--text p {
  font-size: 20px;
  color: #fff;
  width: 700px;
  margin-top: 0;
  line-height: 30px;
}
.one-section--info .info--button {
  margin-top: 35px;
}
.one-section--info .info--button .button-primary {
  border: none;
  background-color: #C30426;
  color: white;
  border-radius: 15px;
  font-size: 14px;
  padding: 13px 30px;
  margin-right: 10px;
}
.one-section--info .info--button .button-primary:hover {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
  cursor: pointer;
}
.one-section--info .info--button .button-secundary {
  border: none;
  background-color: white;
  color: #C30426;
  border-radius: 15px;
  font-size: 14px;
  padding: 10px 30px;
  font-weight: bold;
}
.one-section--info .info--button .button-secundary:hover {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
  cursor: pointer;
}
.one-section--cards {
  display: flex;
  justify-content: space-evenly;
  padding: 25px 0;
  background-color: #1D1D1D;
  border-radius: 15px;
  position: absolute;
  top: 500px;
  width: 1170px;
  justify-self: anchor-center;
}
.one-section--cards .card-one {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  max-width: 270px;
  padding: 15px 10px;
}
.one-section--cards .card-one .card-info {
  margin-left: 10px;
}
.one-section--cards .card-one img {
  margin-right: 10px;
  width: 30px;
}
.one-section--cards .card-one h2 {
  font-size: 16px;
  margin: 0;
  color: #C30426;
}
.one-section--cards .card-one p {
  font-size: 14px;
  margin: 5px 0 0;
}
.one-section img {
  width: 100%;
}

.second-section {
  display: flex;
  max-width: 1080px;
  justify-self: center;
  margin-bottom: 30px;
}
.second-section .service-left {
  width: 50%;
}
.second-section .service-left h1 {
  font-size: 28px;
  color: #004AAD;
}
.second-section .service-left p {
  font-size: 16px;
  width: 85%;
  margin: 15px 0 25px;
}
.second-section .service-left img {
  margin-left: 40px;
}
.second-section .service-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.second-section .service-right .card-service {
  display: flex;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.23);
  align-items: center;
  max-width: 440px;
  padding: 10px 0;
}
.second-section .service-right .card-service .card-info h2 {
  font-size: 16px;
  margin: 0 10px 10px;
}
.second-section .service-right .card-service .card-info ul {
  margin: 0;
  list-style: none;
  padding-left: 10px;
}
.second-section .service-right .card-service .card-info ul li {
  font-size: 14px;
  margin-bottom: 5px;
}

.whatsapp-banner {
  display: flex;
  background: #1D1D1D;
}
.whatsapp-banner .whatsapp-image {
  background-image: url(assets/background-orcamento.png);
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
}
.whatsapp-banner .whatsapp-info {
  margin-bottom: 35px;
}
.whatsapp-banner .whatsapp-info h1 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 30px;
}
.whatsapp-banner .whatsapp-info p {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 22px;
}
.whatsapp-banner .whatsapp-info a {
  text-decoration: none;
  background-color: #25D366;
  color: white;
  font-weight: bold;
  padding: 7px 12px;
  border-radius: 15px;
  font-size: 14px;
}

.three-section {
  display: flex;
  max-width: 1080px;
  justify-self: center;
}
.three-section .aboutus-left {
  width: 50%;
  margin: 30px 0 70px;
}
.three-section .aboutus-left h1 {
  font-size: 28px;
  color: #004AAD;
}
.three-section .aboutus-left p {
  font-size: 16px;
  width: 85%;
  margin: 15px 0;
}
.three-section .aboutus-left .midia-social {
  justify-self: center;
}
.three-section .aboutus-left .midia-social a {
  text-decoration: none;
}
.three-section .aboutus-left .midia-social a img {
  width: 45px;
}
.three-section .aboutus-right {
  background-image: url(assets/background-aboutus.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.ambient-section {
  background-color: white;
  width: 100%;
  text-align: center;
}
.ambient-section img {
  margin: 40px 0;
}

.section-form {
  display: flex;
}
.section-form .form-container {
  width: 50%;
  justify-items: center;
}
.section-form .form-container .form-text {
  width: 50%;
}
.section-form .form-container .form-text h1 {
  font-size: 28px;
  color: #004AAD;
}
.section-form .form-container .form-contact {
  width: 50%;
}
.section-form .form-container .form-contact input {
  width: 70%;
  padding: 10px;
  border: none;
  border-radius: 15px;
  margin-bottom: 20px;
  font-family: "Montserrat", serif;
  font-size: 12px;
  background-color: #F2F2F2;
}
.section-form .form-container .form-contact .message-form {
  width: 70%;
  height: 100px;
  border: none;
  border-radius: 15px;
  font-family: "Montserrat", serif;
  font-size: 12px;
  padding: 10px;
  background-color: #F2F2F2;
}
.section-form .form-container .form-contact .button-form {
  background-color: #C30426;
  color: #fff;
  border: none;
  border-radius: 15px;
  width: 100px;
  margin-top: 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.section-form .form-container .form-contact .button-form:hover {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
.section-form .form-image {
  background-image: url(assets/background-contato.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.footer-section .second-footer p {
  padding: 20px 35px;
  background-color: #1d1d1d;
  margin: 0;
  color: #fff;
  font-size: 12px;
}

@media (max-width: 767px) {
  .navbar--title {
    width: 100%;
    text-align: left;
  }
  .navbar--title h1 {
    font-size: 18px !important;
    margin: 10px 10px;
  }
  .navbar--links {
    background-image: none;
    justify-content: end;
    margin-right: 10px;
  }
  .navbar--links .button-mobile {
    display: block !important;
    width: 15px;
    fill: white;
  }
  .navbar--links .links--navigation {
    display: none;
  }
  .navbar--links .links--navigation.active {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    background: white;
    top: 42px;
    z-index: 1;
    width: 95% !important;
    left: 0;
    padding: 10px;
  }
  .navbar--links .links--navigation.active a {
    color: #252B42 !important;
    margin-bottom: 6px;
  }
  .navbar--links .links--button {
    display: none;
  }
  .one-section {
    margin-bottom: 0;
  }
  .one-section img {
    height: 370px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .one-section--info {
    margin-left: 10px;
  }
  .one-section--info h1 {
    font-size: 22px !important;
    line-height: 38px !important;
  }
  .one-section--info p {
    font-size: 14px !important;
    width: 100% !important;
    line-height: 26px !important;
  }
  .one-section--info .info--button {
    margin-top: 20px;
  }
  .one-section--info .info--button .button-primary, .one-section--info .info--button .button-secundary {
    font-size: 14px !important;
    padding: 8px 23px;
  }
  .one-section--cards {
    overflow: scroll;
    border-radius: 0;
    width: initial;
    position: initial;
    justify-self: initial;
    padding: 5px 0;
  }
  .one-section--cards .card-one {
    min-width: 270px;
    margin: 10px;
  }
  .one-section--cards .card-one img {
    width: auto;
    height: auto;
  }
  .one-section--cards .card-one h2 {
    font-size: 14px;
  }
  .one-section--cards .card-one p {
    font-size: 12px;
  }
  .second-section {
    background-image: none;
    flex-direction: column;
  }
  .second-section .service-left {
    width: initial;
    margin: 10px;
    text-align: center;
  }
  .second-section .service-left p {
    width: initial;
    font-size: 14px;
  }
  .second-section .service-left img {
    display: none;
  }
  .second-section .service-right {
    width: initial;
  }
  .second-section .service-right .card-service {
    margin: 10px;
  }
  .three-section {
    flex-direction: column;
  }
  .three-section .aboutus-left {
    width: initial;
    text-align: center;
    margin: 10px;
  }
  .three-section .aboutus-left p {
    width: initial;
    font-size: 14px;
  }
  .three-section .aboutus-right {
    display: none;
  }
  .ambient-section {
    overflow: scroll;
  }
  .ambient-section img {
    margin: 20px 0;
    width: 590px;
  }
  .whatsapp-banner .whatsapp-image {
    display: none;
  }
  .whatsapp-banner .whatsapp-info {
    margin: 0 10px 30px;
  }
  .whatsapp-banner .whatsapp-info h1 {
    font-size: 24px;
  }
  .whatsapp-banner .whatsapp-info p {
    font-size: 16px;
  }
  .whatsapp-banner .whatsapp-info a {
    font-size: 12px;
  }
  .section-form .form-container {
    margin-left: 10px;
    justify-items: initial;
  }
  .section-form .form-container .form-contact {
    width: 95%;
  }
  .section-form .form-container .form-text h1 {
    font-size: 14px !important;
    margin-bottom: 20px;
  }
  .section-form img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-form .form-email {
    display: flex;
  }
  .section-form .form-contact input {
    width: 90% !important;
    margin-right: 10px;
  }
  .section-form .form-contact .message-form {
    width: 90% !important;
  }
  .footer-section .second-footer p {
    padding: 10px;
  }
}
@media (max-width: 360px) {
  .navbar--links .links--navigation.active {
    top: 62px !important;
  }
}/*# sourceMappingURL=styles.css.map */