.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
  width: 93%;
}

.form input[type="text"].half-width,
.form input[type="email"].half-width,
.form input[type="tel"].half-width {
  width: 42%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: inline;
}

.btn-wapp {
  font-size: 35px;
  color: #fff;
  position: fixed;
  bottom: 15px;
  right: 25px;
  z-index: 1000;
  background-color: green;
  border-radius: 100%;
  margin: 30px;
  height: 75px;
  width: 75px;
  text-align: center;
  vertical-align: middle;
}

.btn-wapp a {
  color: #fff;
}

#recursos .btn-wapp a {
  padding-top: 20px;
}

.btn-wapp .fa-whatsapp {
  margin-top: 1.2rem;
}

.red-heart {
  color: red;
}

.text-omatic {
  font-size: 0.8rem;
}

.omatic {
  padding-top: 3rem;
}

footer {
  padding: 60px 0;
}

footer .logo-footer {
  width: 300px;
  margin-top: -2.2rem;
}

ul {
  list-style: none;
}

a {
  text-decoration: none !important;
}

span.paypal-button {
  margin-left: 10px;
  background-color: #036bb7;
  color: white;
  padding: 5px 20px;
  border-radius: 15px;
}

.no-bullets {
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}