.btn-primary {
  padding: 15px 30px;
  background-color: #59b210;
  color: white;
  border: 0;
  font-size: 20px;
  border-radius: 7px;
  font-weight: 200;
  cursor: pointer;
  transition: 0.5s;
}
.btn-primary:hover {
  background-color: #3a730b;
}

.line-sup {
  background: #F0F0F0;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 0;
  text-align: right;
}
.line-sup a {
  color: #59b210;
  padding: 3px 5px;
  transition: 1s;
}
.line-sup a i {
  padding-right: 3px;
  font-size: 11px;
}
.line-sup a:hover {
  text-decoration: unset;
  color: #3f7e0d;
}
.line-sup .divider {
  height: 15px;
  width: 1px;
  margin: 0 5px;
  background-color: #E0E0E0;
}

header img {
  width: 250px;
}
header .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  header .content {
    justify-content: center;
    margin-top: 30px;
  }
}
header .content a {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-decoration: unset;
  color: #555555;
  display: flex;
  align-items: center;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  header .content a {
    font-size: 17px;
  }
}
header .content a:hover {
  color: #2e2c2c;
}
header .content a i {
  color: #59b210;
  margin-right: 10px;
  font-size: 30px;
}
header .content a .fa-phone {
  transform: scaleX(-1);
  font-size: 23px;
}
header .content .divider {
  height: 35px;
  width: 1px;
  margin: 0 15px;
  background-color: #a5a5a5;
}
header .content .badge-24h {
  display: block;
  text-align: center;
  background-color: #59b210;
  padding: 6px 10px;
  color: #fff;
  line-height: 0.8;
  letter-spacing: 0.5px;
  border-radius: 3px;
  width: 70px;
  height: 70px;
  display: flex;
  margin-left: 15px;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  header .content .badge-24h {
    display: none;
  }
}
header .content .badge-24h strong {
  font-size: 30px !important;
  color: #fff;
  letter-spacing: -0.2px;
  display: block;
  width: 100%;
  font-size: 26px;
  padding-bottom: 4px;
  margin: 0;
  font-weight: 700;
  text-align: center;
}
header .content .cart-icon {
  text-align: center;
  background-color: #eee;
  border-radius: 3px;
  width: 70px;
  height: 70px;
  display: flex;
  margin: unset !important;
  margin-left: 15px !important;
  justify-content: center;
  font-size: 13px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  header .content .cart-icon {
    display: none;
  }
}
header .content .cart-icon a i {
  color: #555 !important;
  margin: unset !important;
}

.bg-navbar {
  background-color: #59b210;
}
.bg-navbar .navbar-collapse .nav-link {
  color: white;
  margin: 0 7px;
  transition: 0.5s;
}
.bg-navbar .navbar-collapse .nav-link:hover {
  color: #555;
}

.bg-features {
  background: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  padding: 6px 0;
}
.bg-features ul {
  list-style: none;
  display: flex;
  margin: unset;
  padding: unset;
}
@media screen and (max-width: 767px) {
  .bg-features ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 30px;
    overflow: hidden;
  }
}
.bg-features ul li {
  display: flex;
  align-items: center;
  margin: 0 19px;
}
.bg-features ul li i {
  color: #59b210;
  margin-right: 8px;
}
.bg-features ul li .content {
  padding: 4px 0;
  font-size: 9px;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .bg-features ul li .content {
    padding: 5px;
  }
}

.chamada h4 {
  color: #cc0000;
  font-size: 23px;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .chamada h4 {
    font-size: 20px;
    text-align: center;
  }
}
.chamada p {
  font-weight: bold;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .chamada p {
    font-size: 20px;
    text-align: center;
  }
}
.chamada button {
  padding: 15px 30px;
  background-color: #59b210;
  color: white;
  border: 0;
  font-size: 20px;
  border-radius: 7px;
  font-weight: 200;
  cursor: pointer;
  transition: 0.5s;
}
.chamada button:hover {
  background-color: #3a730b;
}

.title {
  font-weight: 100;
  font-size: 20px;
}
.title .divider {
  width: 65px;
  height: 4px;
  background-color: #59b210;
  border-radius: 90px;
  margin-top: 4px;
  font-weight: 900;
}
.title strong {
  font-weight: bold;
}

.product-list h3 {
  font-weight: 100;
  font-size: 35px;
}
.product-list h3 strong {
  font-style: italic;
}
.product-list img {
  height: 250px;
}
@media screen and (max-width: 767px) {
  .product-list img {
    height: auto !important;
  }
}
.product-list .card {
  border: 0;
  position: relative;
  padding: 5px;
  box-shadow: 0px 0px 15px -11px rgb(133, 133, 133);
  border-radius: 8px;
}
.product-list .card .badge {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #06F;
  color: white;
  height: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 17px;
  border-top-right-radius: 17px;
}
@media screen and (max-width: 767px) {
  .product-list .card .badge {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.product-list .card .card-body {
  text-align: center;
}
.product-list .card .card-body h5 {
  font-weight: bold;
  font-size: 20px;
  color: #59b210;
}
.product-list .card .card-body p {
  font-weight: 100;
}
.product-list .card .card-body p strong {
  font-weight: bold;
  font-size: 20px;
  color: #555;
}
.product-list .card .card-body a {
  width: 100%;
  background-color: #59b210;
  border: 0;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 13px;
  transition: 0.5s;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list .card .card-body a:hover {
  background-color: #3a700d;
}
.product-list .card .card-body a i {
  font-size: 13px;
}

.chamada-pagamentos h3 {
  font-weight: 100;
  font-size: 35px;
}
.chamada-pagamentos h3 strong {
  font-style: italic;
}
.chamada-pagamentos ul {
  list-style: none;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .chamada-pagamentos ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .chamada-pagamentos ul li {
    padding: 30px;
  }
}

.features-big {
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.features-big i.fa {
  display: block;
  color: #59b210;
  font-size: 50px;
  margin-bottom: 15px;
  transform: scale(0.75);
  transition: transform 0.5s ease;
}
.features-big p {
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 20px;
}

.testimonials h3 {
  font-weight: 100;
  font-size: 35px;
}
.testimonials h3 strong {
  font-style: italic;
}
.testimonials .item {
  background-color: #fcf8e3;
  padding: 30px 50px;
  border-radius: 7px;
}
.testimonials .item .name {
  line-height: 10px;
}
.testimonials .item .name h5 {
  font-size: 35px;
}
.testimonials .item .name small {
  font-weight: 100;
}
.testimonials .item p {
  font-size: 15px;
}

.green-line {
  background-color: #59b210;
  color: white;
  text-align: center;
}
.green-line h4 {
  font-weight: 300;
  font-size: 40px;
  padding: 40px 0;
}

.about h3 {
  font-weight: 200;
}

hr {
  margin: 30px 0;
}

.gray-line {
  padding: 40px 0;
  background-color: #f8f9fb;
  color: #222;
}
.gray-line strong {
  font-size: 22px;
  font-weight: 100;
  margin: 10px 0 20px 0;
}
.gray-line p {
  font-weight: 300;
  font-size: 15px;
  margin: 0;
  padding: 3px 0;
}
.gray-line ul {
  margin: 0;
  padding: 0px;
  padding-top: 15px;
  list-style: none;
}
.gray-line ul li {
  font-size: 17px;
  font-weight: 300;
}
.gray-line ul li a {
  color: inherit;
  text-decoration: unset;
}

.more-informations {
  padding: 40px 0;
  color: #222;
}
.more-informations strong {
  font-size: 22px;
  font-weight: 100;
  margin: 10px 0 20px 0;
}
.more-informations a {
  color: unset;
}
.more-informations a i {
  font-size: 40px;
  transition: 1s;
}
.more-informations a i:hover {
  color: #2c78f2;
}
.more-informations img {
  padding-top: 5px;
  width: 250px;
}
.more-informations .security {
  width: 100px;
}
.more-informations ul {
  margin: 0;
  padding: 0px;
  padding-top: 15px;
  list-style: none;
}
.more-informations ul li {
  font-size: 17px;
  font-weight: 300;
}
.more-informations ul li a {
  color: inherit;
  text-decoration: unset;
}

.page-blank h1 {
  font-weight: 300;
  padding: 40px 0;
}
.page-blank p {
  font-size: 17px;
  font-weight: 300;
}
.page-blank ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-blank ul li p {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.page-blank .bg {
  height: 600px;
}

#accordion button {
  color: black;
  text-decoration: unset;
  font-size: 22px;
  font-weight: 200;
  text-align: left;
}
#accordion p {
  font-weight: 300;
  font-size: 15px;
}

.product-detail .image {
  display: flex;
  flex-direction: column;
}
.product-detail .image strong {
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
  color: gray;
  text-align: center;
}

.sonar {
  color: #59b210;
}
.sonar:after {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 50%;
  box-sizing: content-box;
  left: 0;
  top: 0;
}

.selection {
  max-width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.selection h6 {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  color: #777;
}
.selection label {
  width: 33.333%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.selection label:first-of-type div {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.selection label:last-of-type div {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.selection label:not(:first-of-type) div {
  border-left: none;
}
.selection input[type=radio] {
  display: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
}
.selection input[type=radio]:checked ~ div {
  background: #59b210;
  color: white;
  position: relative;
  font-size: 30px;
  padding: 30px 5px 25px;
  top: -15px;
  margin-left: -1px;
  border-radius: 2px;
}
.selection input[type=radio]:checked ~ div p {
  font-size: 18px;
}
.selection input[type=radio]:not(:checked) ~ div:hover {
  background: #f3f3f3;
}
.selection div {
  background: transparent;
  color: #59b210;
  border: 1px solid #59b210;
  padding: 15px 5px;
  font-size: 20px;
}
.selection span {
  line-height: 24px;
}
.selection p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

section.small-note p {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  color: #777;
  margin: 0;
}

.cart .cart-item {
  border: 0;
  color: #555;
}
.cart .cart-item img {
  width: 150px;
}
.cart .cart-item .card-body {
  padding: 0;
}
.cart .cart-item .card-body h5 {
  font-size: 25px;
  font-weight: 200;
}
.cart button {
  color: white;
  border: 0;
  border-radius: 7px;
  font-weight: 200;
  cursor: pointer;
  transition: 0.5s;
}
.cart button:hover {
  background-color: #ab1212;
}

.cart-list {
  background: #f3f3f3;
  padding: 15px;
  width: 80%;
  color: #555;
  border-radius: 8px;
}
.cart-list h2 {
  font-size: 24px;
  margin: 0;
}
.cart-list ul {
  border-top: 1px solid #e8e8e8;
  padding: 5px 0;
  margin: 15px 0;
}
.cart-list ul li {
  padding: 5px 15px;
  font-size: 16px;
}
.cart-list span {
  display: block;
  margin-bottom: 10px;
}
.cart-list strong {
  text-transform: uppercase;
  font-weight: 700;
}
.cart-list label {
  display: block;
  margin: 5px auto;
  max-width: 200px;
}
.cart-list .btn:not(li .btn) {
  width: 220px;
  margin: 4px 0;
}
.cart-list .btn-primary {
  text-transform: uppercase;
  font-size: 13px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-list input {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .cart-list ul ~ .btn {
    display: block;
    margin: 15px auto;
  }
}
.cart-list [data-trigger=cupom-desconto] ~ div,
.cart-list [data-trigger=cupom-desconto] ~ span {
  display: none;
}

.btn-default {
  border: 1px solid #d5d3d3 !important;
  color: #d5d3d3 !important;
  background: 0 0;
  font-size: 13px;
}
.btn-default:hover {
  border: 1px solid #59b210 !important;
  color: #59b210 !important;
  background: 0 0 !important;
}

.titulo-pagina h1 {
  font-size: 24px;
  font-weight: bold;
  color: #3b282c;
  padding: 40px 50px;
}

.login {
  border: 1px solid #f2f0f1;
  padding: 30px;
  border-radius: 7px;
  box-shadow: 0px 0px 10px #cfcfcf;
  padding: 55px 40px 100px 40px;
}
.login span {
  font-size: 20px;
  font-style: italic;
}
.login span strong {
  font-weight: bold;
}
.login small {
  font-size: 11px;
}

.cadastro {
  border: 1px solid #f2f0f1;
  padding: 30px;
  border-radius: 7px;
  box-shadow: 0px 0px 10px #cfcfcf;
  padding: 55px 40px 100px 40px;
}
.cadastro span {
  font-size: 20px;
  font-style: italic;
}
.cadastro span strong {
  font-weight: bold;
}
.cadastro small {
  font-size: 11px;
}

.formulario input {
  height: 60px;
  color: #3c4048;
  font-size: 16px;
  position: relative;
  border: 0;
  background-color: #f2f0f1;
}
.formulario input::-moz-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}
.formulario input::placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}
.formulario textarea {
  height: 200px;
  color: #3c4048;
  font-size: 16px;
  border: 1px solid #5a6a6a;
}
.formulario textarea::-moz-placeholder {
  color: #3c4048;
  font-size: 16px;
}
.formulario textarea::placeholder {
  color: #3c4048;
  font-size: 16px;
}
.formulario select {
  height: 60px;
  color: #3c4048;
  font-size: 16px;
  position: relative;
  border: 0;
  background-color: #f2f0f1;
}
.formulario select::-moz-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}
.formulario select::placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}
.formulario a {
  color: #3c4048;
  font-size: 13px;
  color: #3c4048;
  font-weight: 500;
}

.btn-submit-contato {
  min-height: 40px;
  background-color: #59b210 !important;
  padding: 0 10px;
  color: white !important;
  border: 0 solid !important;
  font-size: 13px !important;
}

.alert a {
  color: #59b210;
  font-weight: bold;
  text-decoration: underline;
  font-size: 15px;
}

.button-facebook {
  background-color: #3b5998;
  color: white;
  border: 0;
  font-size: 20px;
  border-radius: 7px;
  font-weight: 200;
  cursor: pointer;
  transition: 0.5s;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .button-facebook {
    font-size: 11px;
  }
}
.button-facebook:hover {
  background-color: #192b52;
  color: white;
  text-decoration: unset;
}

.finish-page label {
  width: 100%;
}
.finish-page label input[type=text],
.finish-page label input[type=time],
.finish-page label input[type=date],
.finish-page label select {
  width: 100%;
  height: 60px;
  color: #3c4048;
  font-size: 16px;
  position: relative;
  border: 0;
  background-color: #f2f0f1;
}
.finish-page label input[type=text]::-moz-placeholder, .finish-page label input[type=time]::-moz-placeholder, .finish-page label input[type=date]::-moz-placeholder, .finish-page label select::-moz-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}
.finish-page label input[type=text]::placeholder,
.finish-page label input[type=time]::placeholder,
.finish-page label input[type=date]::placeholder,
.finish-page label select::placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}
.finish-page .frase {
  font-size: 20px;
  font-weight: 200;
  color: #3b282c;
}
.finish-page .frase picture {
  width: 150px;
}
.finish-page .frase .info-card {
  width: 100%;
}
.finish-page .frase .info-card input {
  width: 100%;
}
.finish-page .pagamento {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
.finish-page .pagamento h2 {
  font-weight: 300;
  padding: 40px 0;
  font-size: 30px;
}
.finish-page .pagamento .box-payment {
  margin-bottom: 50px;
  display: flex;
}
@media (max-width: 767px) {
  .finish-page .pagamento .box-payment {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.finish-page .pagamento .box-payment label {
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .finish-page .pagamento .box-payment label {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .finish-page .pagamento .box-payment label {
    float: left;
    width: 20%;
  }
}
.finish-page .pagamento .box-payment label div {
  width: 80%;
  border-radius: 9px;
  height: 100px;
  padding: 15px;
  border: 1px solid transparent;
}
.finish-page .pagamento .box-payment label div:hover {
  background: #e2dede;
}
.finish-page .pagamento .box-payment input[type=radio] {
  display: none;
}
.finish-page .pagamento .box-payment input[type=radio]:checked + div {
  background: #c1c0c0;
  border-color: #e0e0e0;
}
.finish-page .pagamento .box-payment img {
  display: inline-block;
  max-width: 120px;
  height: 50px;
}
.finish-page .pagamento .box-payment .btn {
  margin-top: 30px;
}

.page-services-location .card {
  border: 0 !important;
}
.page-services-location .card img {
  width: 250px;
}
@media (max-width: 767px) {
  .page-services-location .card img {
    width: 100%;
  }
}
.page-services-location .card .card-body {
  padding: 0 30px;
}

.contact form input {
  width: 100% !important;
}

#fixedstripe {
  border-bottom: 1px solid #dedede;
  height: auto;
  padding: 15px 0;
  display: none;
  text-align: center;
}
#fixedstripe ul,
#fixedstripe .listing-phones {
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767px) {
  #fixedstripe ul,
  #fixedstripe .listing-phones {
    display: flex;
    flex-direction: column !important;
  }
}
#fixedstripe ul li,
#fixedstripe .listing-phones li {
  display: inline-block;
}
#fixedstripe ul li:not(:last-of-type),
#fixedstripe .listing-phones li:not(:last-of-type) {
  border-right: 1px solid #AAA;
  padding-right: 15px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  #fixedstripe ul li:not(:last-of-type),
  #fixedstripe .listing-phones li:not(:last-of-type) {
    border: 0;
  }
}
#fixedstripe ul i.fa, #fixedstripe ul i.fa-brands,
#fixedstripe .listing-phones i.fa,
#fixedstripe .listing-phones i.fa-brands {
  color: #59b210;
  margin-right: 10px;
  font-size: 1.8em;
}
@media (max-width: 767px) {
  #fixedstripe ul i.fa, #fixedstripe ul i.fa-brands,
  #fixedstripe .listing-phones i.fa,
  #fixedstripe .listing-phones i.fa-brands {
    font-size: 20px;
  }
}
#fixedstripe ul span,
#fixedstripe .listing-phones span {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 600;
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  #fixedstripe ul span,
  #fixedstripe .listing-phones span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #fixedstripe ul button,
  #fixedstripe .listing-phones button {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  #fixedstripe ul button i,
  #fixedstripe .listing-phones button i {
    display: none;
  }
}

.navbar-fixed-top {
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.bg-color3 {
  background-color: #f8f9fb;
}

#fixedstripe {
  display: none;
}
#fixedstripe ul {
  display: flex;
  align-items: center;
}
#fixedstripe ul li {
  padding: 0 5px;
}

#clicktocall-whatsapp {
  width: 140px;
  bottom: 0px;
  right: 5px;
  position: fixed;
  z-index: 99;
  background-color: #25D366;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 10%;
}
@media screen and (max-width: 767px) {
  #clicktocall-whatsapp {
    width: 30%;
  }
}
#clicktocall-whatsapp span {
  background-image: url("../images/whatsapp.png");
  background-repeat: no-repeat;
  padding: 23px 0px;
  background-position: right;
}
#clicktocall-whatsapp p {
  color: white;
  padding-top: 15px;
  padding-left: 10px;
  font-size: 15px;
}
#clicktocall-whatsapp a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: unset;
}/*# sourceMappingURL=main.css.map */