.margin-left {
  margin-left: 30px;
}

.call {
  width: 100%;
  height: 300px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
  background: #0072ff url("../i/bg_cta.png") no-repeat 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.call p {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

.botao-mais {
  border: 1px solid #46b592;
  padding: 20px 50px 20px 50px;
  border-radius: 5px;
  text-align: center;
  color: #46b592;
  font-weight: 700;
  background-color: transparent;
}

.botao-mais:hover {
  background: #46b592;
  color: #fff;
  text-decoration: none;
}

.btn-orcamento {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.botao-orcamento {
  background-color: #1473ff;
  border-radius: 10px;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
}

.botao-orcamento:hover {
  background-color: #ffffff;
  color: #1473ff;
  font-weight: 700;
}

.box-1 {
  margin-top: 60px;
  margin-bottom: 30px;
}

.box-texto {
  padding: 50px 90px 50px 0;
}

.box-texto p,
.box-texto-2 p {
  color: #929ab5;
}

.box-img img {
  max-width: 378px;
  max-height: 295px;
  width: 100%;
}

.box-texto-2 {
  padding: 50px 90px 50px 15px;
}

.noscroll {
  overflow: hidden;
}

.card-clickable:hover {
  box-shadow: 0 0 10px gray;
  -webkit-box-shadow: 0 0 10px gray;
  -moz-box-shadow: 0 0 10px gray;
  opacity: 0.5;
  background-color: #c3c3c3;
}

@media screen and (max-width: 991px) {
  .call {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .box-texto,
  .box-texto-2 {
    padding: 0;
  }

  .botao-mais {
    padding: 10px 50px 10px 50px;
  }
}

@media screen and (max-width: 720px) {
  .call {
    flex-direction: column;
  }

  .call p {
    text-align: center;
  }

  .botao-mais {
    padding: 10px 50px 10px 50px;
  }
}

@media screen and (max-width: 650px) {
  .box-texto,
  .box-texto-2 {
    font-size: 11px;
  }
}

@media screen and (max-width: 499px) {
  .box-texto,
  .box-texto-2 {
    font-size: 9px;
  }

  .call p {
    font-size: 15px;
    margin: 0;
    justify-content: center;
    text-align: center;
  }

  .botao-mais {
    padding: 10px 15px 10px 15px;
  }
}
