body {
  font-family: 'Roboto', sans-serif;
  color: #292929;
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
  width: 100vw;
  opacity: 1 !important;
}
img {
  max-width: 100%;
  display: inline-block;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.img100 {
  width: 100%;
}
.parsley-errors-list {
  list-style: none;
  display: none;
  color: #F00;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.parsley-errors-list * {
  padding: 0;
  margin: 0;
}
.parsley-error {
  border: 2px solid #f00 !important;
}
.parsley-custom-error-message {
  color: #fff;
  background-color: #F00;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
footer {
  background-color: #6c7276;
  color: #FFF;
}
footer a {
  color: #FFF;
}
footer .rrss a {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 10px;
}
footer .linktel {
  color: #f47e41;
  font-size: 2rem;
  font-weight: bold;
}
footer h3 {
  font-size: 1.2rem;
}
.floatWhats {
  position: fixed;
  z-index: 9999;
  right: 1rem;
  top: 35%;
  display: inline-block !important;
  padding: .1rem .4rem;
  background: rgba(19, 204, 0, 0.8);
  color: #fff;
  font-size: 3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.wppx {
  background: rgba(19, 204, 0, 0.8);
  color: #fff;
  font-size: 1.3rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  padding: 5px;
  display: block;
}
