@media (min-width: 450px) {
  .devices {
    display: initial;
  }
}

.btn:hover {
  border-color: #b69456 !important;
  background-color: #B69456 !important;
  color: #fff!important;
}

@media (min-width: 768px) {
  h1 {
    font-size: 35px!important;
    line-height: 35px!important;
  }
}

@media (min-width: 768px) {
  .preco-1 {
    margin-right: 21px!important;
    margin-left: 21px!important;
  }
}

@media (min-width: 768px) {
  .titulo-extra {
    margin-bottom: 9px!important;
  }
}

@media (min-width: 576px) {
  .imagem {
    max-width: 223px!important;
    margin-top: -43px!important;
    margin-bottom: -47px!important;
  }
}

@media (min-width: 768px) {
  .left {
    margin: 0px 9px!important;
  }
}

@media (min-width: 768px) {
  .right {
    margin: 0px 9px!important;
  }
}

a {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}

a:hover {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}

@media (min-width: 768px) {
  .t1 {
    margin-right: 15px !important;
  }
}

.fw-titulo {
  font-weight: bold !important;
}

