<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";.top {
    margin: 0 auto
    
}

@font-face {
     font-family: "Raleway";
     src: local(Raleway), url(font/Raleway-Regular.ttf);
  }
  
@font-face {
     font-family: "Raleway Especial";
     src: local(Raleway), url(font/Raleway-Black.ttf);
  }

header{/* background-color: #00819c; */}
.top .logo {
    text-align: center;
    max-width: 200px;
}

.top .logo img {
    margin-top: 20px;
    /* z-index: auto; */
    position: absolute;
    /* border-right: 1px solid #fff; */
}
@media (max-width:550px){ .top .logo img{border-right: none !important;}}
@media(max-width: 1100px) {
    .top .logo img{ position:unset}
    
}
.top .search {
    text-align: left
}

.top ul.listMidias {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0;
    margin-left: 35%;
}
.top ul.listMidias img {max-width:50px;margin:20px 0px;} 
@media (max-width:550px){ .top ul.listMidias{ margin-left:5%;}}

.top ul.listMidias li {
    display: inline;
    list-style-type: none;
    padding: 0 10px;
    text-shadow: 1.5px 1.5px #333;
}

.top ul.listMidias li a i.btnface {
    color: #3b5998
}

.top ul.listMidias li a i.btnyou {
    color: #ff0000
}

.top ul.listMidias li a i.btngoogle {
    color: #ee1f70
}

.top ul.listMidias li a i.btnpin {
    color: #0dc152
}

.top .box-tel {
    width: 100%;
    text-align: center;
    /* margin-top: 10px; */
}

.top .box-tel .box-tel-img {
    float: left;
    margin: 0px !important;
}

.top .box-tel .atendimento .txt {
    font-size: 18px;
    margin-top: 20px !important;
}

.top .box-tel .atendimento .numTel {
    font-size: 20px
}

.top .box-ifood{
    /* margin-right: 50px; */
    max-width: 300px;
    margin-top: 40px;
    background-color: #F97101 !important;
    /* color: #fff; */
    justify-content: center;
    white-space: nowrap;
    line-height: 100%;
    padding: 10px;
    border-radius: 50px;
}

.bg-green{ background-color: #dde6d5;}


.banner {
  width: 100%;
  min-height: 820px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner video {
  position: absolute;
  top: 190px;
  left: 0;
  object-fit: cover;
  width: 100%;
  z-index:-1000;  
}
.banner .content {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  bottom: 290px;
}

.banner .content h1 {
  margin: 0;
  padding: 10px;
  font-size: 35px;
  /* text-transform: uppercase; */
  color: #ffff;
  background-color: #00819c;
  border-radius: 15px;
}
.banner .content p {
  font-size: 1.5em;
  color: #ffff;
}
.banner .content img {
  width: 40px;
  height: 40px;
}
@media (max-width: 600px) { 
    .banner .content {bottom: 10px !important;} 
    .banner {min-height: 200px !important;}
    .banner video {top: 360px !important;}
    .banner .content h1 {background-color: transparent; font-size: 22px; text-align: center; text-shadow: 1px 1px #000}}


@media (max-width: 425px) {.top .box-ifood{ max-width:500px !important;}.top .box-ifood p{width:300px !important;}}
.top .box-ifood a{color:#fff;font-weight: 600;}
.top .box-ifood p{width: 227px;font-size: 18px;line-height: 20px;text-align: center;margin: 0px;}
.top .box-ifood p img{float: right;}
@media (max-width: 990px) {
    .top .search {
        text-align:center
    }

    .top .box-tel {
        display: inline-block;
        text-align: center!important;
        display: table;
        margin-top: 10px
    }

    .top .box-tel .atendimento {
        margin-top: 30px
    }
}

.custom-search-input {
    padding: 3px;
    border: solid 1px #e4e4e4;
    border-radius: 6px;
    background-color: #fff;
    margin-top: 10px
}

.custom-search-input input {
    border: 0;
    box-shadow: none
}

.custom-search-input button {
    margin: 2px 0 0 0;
    background: 0 0;
    box-shadow: none;
    border: 0;
    color: #666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc
}

.custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc
}

.box-menu {
    /* background-color: #00819c; */
    color: #000;
    border-bottom: #2385c4 solid 4px;
    height: 135px;
}
@media screen and (max-width:555px) {.box-menu {border-bottom:none;}}
.navMenu {
    font-family:Raleway;
    font-weight:600;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent
}
.navMenu ul li .homea { border:none !important}
@media screen and (max-width: 767px) { .navMenu ul li .homea { border-left:solid 1px #222 !important}}
.navMenu ul li a {
    color: #000!important;
    z-index: 3;
    border-left: solid 1px #000;
}

.navMenu ul li a:hover {
    color: #ccc!important;
}

.navbar.navbar-default {
    background-color: transparent;
    padding: 0;
    border: none;
    margin-top: 50px;
}

.navbar .navbar-collapse {
    margin: 0;
    position: relative;
    text-align: right
}

.navbar .navbar-nav {
    display: inline-block;
    float: none
}

.navbar .nav-collapse {
    position: absolute;
    z-index: 2;
    width: 90%
}

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-right&gt;li:last-child {
        padding-left:15px;
        padding-right: 15px
    }

    .navbar .nav-collapse {
        margin: 7.5px auto;
        padding: 0
    }

    .navbar .nav-collapse .navbar-form {
        margin: 0
    }

    .nav-collapse&gt;li {
        float: none
    }

    .navbar.navbar-default {
        background-color: #2385c4;
        border: none!important;
        /* width: 100%; */
        /* padding: 0px !important; */
        z-index: 1000;
    }
}

.boxcarousel {
    border-bottom: #42a5f5 solid 8px
}

.carousel {
    overflow: hidden
}

.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 1
}

.carousel .active.left,.carousel .active.right {
    left: 0;
    opacity: 0;
    z-index: 2
}

.carousel .next,.carousel .prev {
    left: 0;
    opacity: 1;
    z-index: 1
}

.item:nth-child(1) {
    background: #2385c4;
}

.item:nth-child(2) {
    background: #2385c4;
}

.item:nth-child(3) {
    background: #2385c4;
}

.item:nth-child(4) {
    background: #cf4c22;
}


.sidebar-link {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidebar-link li {
    margin-top: 20px
}

.sidebar-link li:first-child {
    margin-top: 0
}

.sidebar-link li a {
    display: block;
    position: relative;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    color:#000;
    padding-bottom: 10px
}

.sidebar-link li a span {
    float: right
}


.contentHome {
    border-bottom: #f26836 solid 8px;
}

.menuLateralRight {
    margin: 30px 0
}

.desc {font-size:18px;}

.sidebar .sidebar-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-top:55px;
    font-size: 24px;
    text-transform: capitalize;
    color: #000;
    line-height: 1;
    font-weight: 700
}

.sidebar .sidebar-title::after {
    position: absolute;
    bottom: -4px;
    content: '';
    width: 202px;
    height: 3px;
    background: #000;
    left: 0
}

@media only screen and (max-width: 479px) {
    .sidebar .sidebar-title {
        font-size:20px
    }
}

.contentHomeEsquerda {
    margin: 30px 0
}

.ttlMenu {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 700
}

.borderNone {
    border: none!important
}

.uk16 {
    font-size: 16px
}

.uk18 {
    font-size: 18px
}

.uk21 {
    font-size: 21px
}

.uk24 {
    font-size: 24px
}

.uk36 {
    font-size: 36px
}

.uk48 {
    font-size: 48px
}

/*SECTIONS HOME*/
.greybkg {background-color: #f3f4ee;/* padding:20px; *//* margin-bottom:50px; */height: auto;max-height:10000px;}
.yellowbkg {background-color: #e0d19f;/* margin-bottom:50px; */}
.blackbkg {background-color: #000;min-height:70px; padding:20px;margin-bottom:50px;}
.bluebkg {background-color: #2385c4;}

.firstcontent {margin:30px 0px;}
.firstcontent h1 {margin-top:50px;font-size:40px;color: #2970db;}
.firstcontent h1 strong{font-size:70px; color:#2970db;}
.firstcontent p {font-size:38px; margin:60px 0px;}
.firstcontent a {color:#fff; font-weight:bold;font-size:20px;background-color:#d5a509; padding:20px; border-radius:50px;}
.firstcontent a:hover {color:#fff; font-weight:bold;font-size:20px;background-color:#8a6d3b;text-decoration:none;}

.secondcontent .yellowbkg {min-height: 950px;padding-top:50px;padding-left:50px;}
.secondcontent .yellowbkg p{font-size:16px;}
.secondcontent .yellowbkg a{color:#fff; font-weight:bold;font-size:14px;background-color:#337ab7; padding:16px; border-radius:50px;}
.secondcontent .yellowbkg .col-md-4 {margin:40px 0px;}
.secondcontent h2 {font-size:36px;color:#2970db;font-weight:bold; margin:40px 0px;}
.secondcontent h3 {font-size:36px;color:#2970db;font-weight:bold; margin:20px 0px;}

.thirdcontent h2 {color:#fff; font-size:23px; margin:30px 0px;font-weight:bold;text-transform:uppercase;}
.thirdcontent p {color:#fff; font-size:20px; min-height:130px;}
.thirdcontent h3 {color:#fff; font-weight:bold;font-size:20px; margin:30px 0px;}

.fourcontent h2 {text-align:center;font-size:45px;margin:40px; font-weight:bold;}
.fourcontent h2 strong {color:#d5a509;}
.fourcontent p {font-size:40px; text-align:center; line-height:40px; margin-bottom:60px;}


.orangebkg h2 {font-family: Raleway Especial ;margin:0px 60px; font-size:30px;font-weight:600; color:#fff;}
.blackbkg h1 {font-family: Raleway Especial ;margin:0px 60px; font-size:30px;font-weight:600; color:#fff;}
.blackbkg h2 {font-family: Raleway Especial ;margin:0px 60px; font-size:30px;font-weight:600; color:#fff;}




@media (max-width:550px){
.secgreensection h3 {text-align: center;}
.secgreensection p {text-align: center;}
.secgreensection .equipcontent a {display: block;margin: 10px auto;}
 }


.contentHome2 {
    margin-bottom: 30px
}

.contentHome2 h3 {
    font-size: 40px;
    padding: 30px 0;
    margin-left: 45px
}

.contentHome2 h4 {
    font-size: 40px;
    padding: 30px 0;
    margin-left: 45px
}

.contentHome2 ul li {
    list-style-type: none;
    font-size: 25px;
    padding: 5px 0;
    color: #666
}

.contentHome2 ul li i {
    font-size: 40px;
    padding-right: 10px
}

.footer {
    background-color: #282829;
    /* margin-top:60px; */
}

.footer ul.listMidias {
    margin: 10px 0;
    padding: 0
}

.footer ul.listMidias li {
    display: inline;
    list-style-type: none;
    padding: 0 2px
}

.footer ul.listMidias li a i {
    color: #fff
}

.footer h4 {
    color: #fff;
    font-style: italic;
    text-transform: uppercase
}

.containerFooter {
    margin-top: 30px
}

.footer ul.menuFooter li a {
    color: #fff
}

.footer ul.menuFooter li a:hover {
    color: #666
}

@media screen and (max-width: 767px) {
    .footer ul.listMidias {
        margin-bottom:30px!important
    }

    .footer ul.menuFooter {
        margin-bottom: 30px!important
    }

    .footer box3footer {
        margin-bottom: 30px!important
    }
}

.footer .box3footer p {
    color: #fff;
    /* text-align: justify; */
    margin-top: 20px
}

.footer .box3footer a {
    color: #3690fc;
    text-decoration: none
}

.footer .box3footer a {
    text-decoration: underline
}

.footer .boxcopy {
    border-top: #fff solid 1px;
    margin: 30px 0
}

.footer .boxcopy .copy p {
    color: #fff;
    margin: 30px 0
}

.footer a {color:#fff !important;}

.footer .boxcopy .selos img {
    margin: 30px 0;
    bottom: 0
}

.contentEmpresa {
    margin: 30px 0
}
.contentEmpresa img{margin:10px 0px;}
.contentEmpresa h2{font-family:Raleway Especial;font-size:24px !important;}
.contentEmpresa h1 {font-family:Raleway Especial;}
.contentEmpresa h3 {font-family:Raleway Especial;}
.contentEmpresa p {font-size: 18px; padding:10px 0px;}
.contentEmpresa ul {/*margin:0 auto;*/font-family:Raleway;list-style:none;padding: 0px;}
.contentEmpresa ul i {color:#0dc152;}

.contentEmpresa img {
    float: left;
    margin-right: 10px
}

.contentEmpresa .boxAr {
    border: #666 solid 2px;
    padding: 10px;
    background-color: #ccc;
    border-radius: 10px
}

.contentContato {
    margin: 30px 0
}

.contentContato h2 {
    color: #666;
    border-bottom: #c9c9c9 solid 1px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-align: center!important
}

.contentContato h3 {
    text-align: center
}

.contentContato p {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-top: 10px
}

.contentContato div.txt {
    color: #666;
    text-align: center;
    margin-top: 10px
}

.form-area {
    width: 650px
}

@media screen and (max-width: 767px) {
    .form-area {
        width:auto!important
    }
}

.contentLocal {
    margin: 30px 0
}

.contentLocal h2 {
    color: #666;
    border-bottom: #c9c9c9 solid 1px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-align: center!important
}

.menuLateral {
    margin: 0 0 30px 0
}

.contentProduto {
    margin: 20px 0 20px 0
}

.contentDetalhes {
    margin-top: 30px
}

.product {
    max-width: 600px;
    height: 321px
}

.product&gt;img {
    max-width: 600px;
    max-height: 300px
}

.product-title {
    font-size: 20px
}

.product-desc {
    font-size: 14px;
    margin-top: 20px
}

.product-info {
    margin-top: 10px;
    max-width: 100%
}

#accordion .glyphicon {
    margin-right: 10px
}

.panel-collapse&gt;.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-collapse&gt;.list-group .list-group-item {
    border-width: 1px 0
}

.panel-collapse&gt;.list-group {
    margin-bottom: 0
}

.panel-collapse .list-group-item {
    border-radius: 0
}

.panel-collapse .list-group .list-group {
    margin: 0;
    margin-top: 10px
}

.panel-collapse .list-group-item li.list-group-item {
    margin: 0 -15px;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    padding-left: 30px
}

.panel-collapse .list-group-item li.list-group-item:last-child {
    padding-bottom: 0
}

.panel-collapse div.list-group div.list-group {
    margin: 0
}

.panel-collapse div.list-group .list-group a.list-group-item {
    border-top: 1px solid #ddd;
    border-bottom: 0;
    padding-left: 30px
}

.contentBlog {
    margin: 20px 0 20px 0
}

.blogShort {
    border-bottom: 1px solid #ddd
}

.add {
    background: #333;
    padding: 10%;
    height: 300px
}

.nav-sidebar {
    width: 100%;
    padding: 8px 0;
    border-right: 1px solid #ddd
}

.nav-sidebar a {
    color: #333;
    -webkit-transition: all 80ms linear;
    -moz-transition: all 80ms linear;
    -o-transition: all 80ms linear;
    transition: all 80ms linear
}

.nav-sidebar .active a {
    cursor: default;
    background-color: #34ca78;
    color: #fff
}

.nav-sidebar .active a:hover {
    background-color: #37d980
}

.nav-sidebar .text-overflow .media-body,.nav-sidebar .text-overflow a {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.btn-blog {
    color: #fff;
    background-color: #37d980;
    border-color: #37d980;
    border-radius: 0;
    margin-bottom: 10px
}

.btn-blog.active,.btn-blog:active,.btn-blog:focus,.btn-blog:hover,.open .dropdown-toggle.btn-blog {
    color: #fff;
    background-color: #34ca78;
    border-color: #34ca78
}

h2 {
    color: #34ca78
}

.margin10 {
    margin-bottom: 10px;
    margin-right: 10px
}

#services .services-top {
    padding: 30px 0 50px
}

#services .services-list {
    padding-top: 50px
}
#services .services-top p {font-size:20px;}


.services-list .service-block {
    margin-bottom: 35px
}

.services-list .service-block h2 {
    font-size: 18px;
    font-weight: 700
}

.services-list .service-block .ico {
    font-size: 38px;
    float: left
}

.services-list .service-block .text-block .name {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px
}

.services-list .service-block .text-block .info {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px
}

.services-list .service-block .text-block .text {
    font-size: 14px;
    line-height: normal;
    font-weight: 300
}

.highlight {
    color: #2ac5ed;
    font-weight: 700
}

.h1Home {
    font-size: 40px!important;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 900
}
.serviceDesc {font-size:40px !important; font-weight:600; line-height:42px; margin:30px 0px;}
.h1Home strong {color: #43a271;font-weight:900;}
.h2Home{font-size:38px;font-weight:700;margin-bottom: 40px;}
.h2Home strong {color: #43a271;}
.blockcontent{max-width:370px;min-height: 588px !important;margin:0px 10px;padding: 20px 0px;background-color: #eee;/* border: solid 1.5px #005034; */border-radius: 20px;margin-bottom:40px;box-shadow: 5px 10px 8px #888888;}
.blockcontent hr{ width:270px; border-top: 1.5px solid #005034;}
.blockcontent h3{min-height:60px !important;}
.blockcontent p{font-size:25px; line-height:1.3; color:#005034; min-height:300px !important;}
.blockcontent p a {color:#005034;text-decoration:underline;line-height: 3;}
.blockcontent .btn-plus {margin: 0 auto; float:none !important;}
.btn-plus{background-color: #43a271;width:200px;font-size:18px;padding:15px;text-align: center;float: right;margin-top: 40px;/* margin: 30px auto; */border-radius: 50px;}
.btn-plus a{color:#fff; font-weight:700} .btn-plus a:hover{color:#000; text-decoration:none;}
.txtPage h2 {
    font-size: 18px!important;
    font-weight: 700;
    margin-top: 10px
}
.btn-plus2{background-color: #43a271;width:100%;font-size:18px;padding:15px;text-align:center;margin: 30px auto;border-radius: 30px;}
.btn-plus2 a{color:#fff; font-weight:700} .btn-plus a:hover{color:#000; text-decoration:none;}
.txtPage p {
    margin: 20px 0
}

.wptwa-toggle {
    background-color: #0dc152!important;
    color: #fff;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    line-height: 100%;
    padding: 12px 18px;
    border-radius: 50px;
    position: fixed;
    bottom: 20px;
    right: 18px;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16);
    transition: box-shadow 80ms ease-in-out,width .4s ease .2s;
    z-index: 9999999
}

.wptwa-text {
    font-size: 18px;
    margin-left: 8px;
    color: #fff!important;
    line-height: 40px;
    vertical-align: middle
}

.wptwa-toggle a {
    text-decoration: none
}

.iconWhatsapp {
    color: #fff!important;
    vertical-align: middle
}

h3.h3 {
    text-align: center;
    margin: 1em;
    text-transform: capitalize;
    font-size: 1.7em
}

.product-grid {
    font-family: Raleway,sans-serif;
    text-align: center;
    padding: 0 0 72px;
    border: 1px solid rgba(0,0,0,.1);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.product-grid .product-image {
    position: relative;
    transition: all .3s ease 0s
}

.product-grid .product-image a {
    display: block
}

.product-grid .product-image img {
    width: 100%;
    height: auto
}

.product-grid .pic-1 {
    opacity: 1;
    transition: all .3s ease-out 0s
}

.product-grid:hover .pic-1 {
    opacity: 1
}

.product-grid .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-out 0s
}

.product-grid:hover .pic-2 {
    opacity: 1
}

.product-grid .social {
    width: 150px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1;
    transition: all .3s ease 0s
}

.product-grid:hover .social {
    opacity: 1;
    top: 50%
}

.product-grid .social li {
    display: inline-block
}

.product-grid .social li a {
    color: #fff;
    background-color: #333;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    margin: 0 2px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out
}

.product-grid .social li a:hover {
    color: #fff;
    background-color: #ef5777
}

.product-grid .social li a:after,.product-grid .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1
}

.product-grid .social li a:hover:after,.product-grid .social li a:hover:before {
    opacity: 1
}

.product-grid .product-discount-label,.product-grid .product-new-label {
    color: #fff;
    background-color: #ef5777;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 7px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0
}

.product-grid .product-discount-label {
    background-color: #333;
    left: auto;
    right: 0
}

.product-grid .rating {
    color: #ffd200;
    font-size: 12px;
    padding: 12px 0 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: -1
}

.product-grid .rating li.disable {
    color: rgba(0,0,0,.2)
}

.product-grid .product-content {
    background-color: #fff;
    text-align: center;
    padding: 12px 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
    z-index: 1;
    transition: all .3s
}

.product-grid:hover .product-content {
    bottom: 0
}

.product-grid .title {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s
}

.product-grid .title a {
    color: #828282
}

.product-grid .title a:hover,.product-grid:hover .title a {
    color: #ef5777
}

.product-grid .price {
    color: #333;
    font-size: 17px;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: .6px;
    margin-bottom: 8px;
    text-align: center;
    transition: all .3s
}

.product-grid .price span {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block
}

.product-grid .add-to-cart {
    color: #000;
    font-size: 13px;
    font-weight: 600
}

@media only screen and (max-width: 990px) {
    .product-grid {
        margin-bottom:30px
    }
}

.mb-30 {
    margin-bottom: 30px
}

.mt-30 {
    margin-top: 30px
}

#servicosTabs .list-wrap,#servicosTabsDois .list-wrap {
    background: #f7f7f7;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 13px;
    border: 1px solid #ccc
}

#servicosTabs ul,#servicosTabsDois ul {
    list-style: none;
    display: inline-block
}

#servicosTabs .list-wrap li,#servicosTabsDois .list-wrap li {
    width: 160px;
    float: left;
    color: #666
}

#servicosTabs .nav,#servicosTabsDois .nav {
    overflow: hidden;
    margin: 0;
    padding: 0
}

#servicosTabs .nav li,#servicosTabsDois .nav li {
    float: left;
    margin: 0 10px 0 0
}

#servicosTabs .nav li.last,#servicosTabsDois .nav li.last {
    margin-right: 0
}

#servicosTabs .nav li a,#servicosTabsDois .nav li a {
    display: block;
    text-decoration: none;
    padding: 12px;
    background: #f7f7f7;
    color: #666;
    font-size: 12px;
    text-align: center;
    border: 0;
    border: 1px solid #ccc
}

#servicosTabs .nav li a:focus,#servicosTabs .nav li a:hover,#servicosTabsDois .nav li a:focus,#servicosTabsDois .nav li a:hover {
    background: #999;
    color: #fff
}

#servicosTabs ul li.nav-two a.current,#servicosTabsDois ul li.nav-two a.current {
    background-color: #e8e8e8!important;
    color: #666;
    border: 1px solid #ccc
}

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #fcfb17;
    overflow: hidden;
    position: fixed;
    border: solid 3px #000;
    bottom: 30px;
    right: 30px;
    display: none;
}

.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans,arial,sans-serif;
    color: #000;
    font-size: 22px;
    line-height: 20px;
    display: block;
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans,arial,sans-serif;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans,arial,sans-serif;
    color: #000;
    text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans,arial,sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #000;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #6a737b;
}

@media (max-width: 980px) {
    .cookieConsentContainer {
        bottom:0!important;
        left: 0!important;
        width: 100%!important
    }
}
.wptwa-toggle {margin-right: 50px;background-color: #0dc152!important;color: #fff;display: flex;justify-content: center;white-space: nowrap;line-height: 100%;padding: 12px 18px;border-radius: 50px;position: fixed;float: left;margin-left: 10px;bottom: 13px;right: 40px;cursor: pointer;box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);transition: box-shadow 80ms ease-in-out, width .4s ease .2s;z-index: 9999999}
.wptwa-text {font-size: 18px;margin-left: 8px;color: #fff!important;line-height: 40px;vertical-align: middle}
.wptwa-toggle a {text-decoration: none}
.iconWhatsapp {color: #fff!important;vertical-align: middle}
@media(max-width:425px) {
.wptwa-toggle {padding: 16px 18px;float: right;margin-bottom: 7%;margin-right: 0}
.wptwa-text {display: none!important}}
</pre></body></html>