@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Asap:400,700);
@import "animate.css";
/*========= Center Text ======================*/
.t__center {
  text-align: center;
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Asap', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  background: #ffffff;
  color: #6a7883;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:active {
  background: transparent;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
.lg {
  font-size: 18px;
  line-height: 30px;
}
h1,
h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
h1.t-up,
h2.t-up {
  text-transform: uppercase;
}
h2,
h6 {
  text-align: center;
}
h4 a:hover,
h5 a:hover {
  color: #75d1cc;
}
h3 {
  font-size: 30px;
  line-height: 36px;
}
h4 {
  font-size: 24px;
  line-height: 30px;
}
h5 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.44px;
}
h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
/* Gallery Hover */
a[data-gal] {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
a[data-gal] img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  a[data-gal] img {
    width: 100%;
  }
}
a[data-gal] .overlay {
  position: absolute;
  text-align: center;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}
a[data-gal] .overlay:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 a[data-gal] .overlay:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
.lt-ie9 a[data-gal] .overlay:before {
  display: none;
}
a[data-gal]:hover {
  text-decoration: none;
}
a[data-gal]:hover img {
  transform: scale(1.2);
}
a[data-gal]:hover .overlay {
  background: rgba(228, 64, 120, 0.8);
}
.lt-ie9 a[data-gal]:hover .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce44078', endColorstr='#cce44078');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce44078', endColorstr='#cce44078');
  zoom: 1;
}
a[data-gal]:hover .overlay:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 a[data-gal]:hover .overlay:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.lt-ie9 a[data-gal]:hover .overlay:before {
  display: block;
}
.page {
  overflow: hidden;
}
/*========================================================
                    Main Layout
=========================================================*/
.heading + .off1,
h2 + .off1 {
  margin-top: 44px;
}
.heading + .off2,
h2 + .off2 {
  margin-top: 38px;
}
h4 + .off1 {
  margin-top: 27px;
}
.lg + .lg {
  margin-top: 6px;
}
h5 + p {
  margin-top: 4px;
}
p + .btn {
  margin-top: 14px;
}
.row + .off1 {
  margin-top: 38px;
}
img + .off1 {
  margin-top: 25px;
}
/*========================================================
                    HEADER styles
=========================================================*/
.header {
  background: #bd0007;
  color: #ffffff;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .logo,
  .header .header-menu {
    float: none;
  }
}
.stuck {
  background: #de4f4f;
  padding: 5px;
}
.logo {
  float: left;
  display: block;
  padding-top: 5px;
  text-transform: uppercase;
}
.logo span {
  float: left;
  font-size: 48px;
  line-height: 40px;
  color: #bd0007;
  margin-right: 21px;
}
.header-menu {
  float: right;
}
/*========= Stuck menu styles ======================*/
.isStuck {
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  position: relative;
  float: left;
  border-right: 1px solid #bd0007;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 19px 0;
  min-width: 100px;
  max-width: 140px;
  text-align: center;
}
.sf-menu > li > a:hover {
  background: #bd0007;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    min-width: 90px;
  }
}/* .sf-menu > li.last{
  background-color: #75d1cc;
  padding: 0 10px
} */
.sf-menu > li.last:hover{
  background-color: #bd0007;
  transition: ease-in .5s;
}
/* .sf-menu > li + li:after {
  content: '';
  position: absolute;
  left: -6px;
  top: -6px;
  width: 12px;
  height: 12px;
  background: #bd0007;
  border-radius: 50%;
} */
/* .sf-menu > li.last:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #bd0007 transparent;
  z-index: 1;
} */
.sf-menu > li.last:after {
  display: none;
}
.sf-menu > li > .sf-with-ul:before {
  content: '\f107';
  position: absolute;
  font-family: FontAwesome;
  font-size: 16px;
  bottom: 5px;
  left: 50%;
  margin-left: -4px;
}
.sf-menu > li.current > a,
.sf-menu > li.sfHover > a {
  background: #75d1cc;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 60px;
  left: -35px;
  z-index: 4;
  width: 169px;
  padding: 20px 5px;
  background: #ed1c24;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.3);
  border-radius: 3px;
}
.sf-menu ul li {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 10px 0 30px;
}
.sf-menu ul li + li {
  margin-top: 16px;
}
.sf-menu ul li a {
  display: inline-block;
}
.sf-menu ul li a:hover {
  text-decoration: none;
  color: #daa2b5;
}
.sf-menu ul li.sfHover > a {
  color: #daa2b5;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: -175px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 64px 0 auto;
    padding: 0;
    height: 40px;
    background: #bd0007 url(../images/select.png) 99% center no-repeat;
    border: none;
    color: #ffffff;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
.content {
  background: #ffffff;
}
.brr {
  border-radius: 5px;
}
/*========= Icons ======================*/
.icon {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .icon {
    width: 150px;
    height: 150px;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.i1 {
  background-image: url(../images/page1-img2.jpg);
}
.i2 {
  background-image: url(../images/page1-img3.jpg);
}
.i3 {
  background-image: url(../images/page1-img4.jpg);
}
.i4 {
  background-image: url(../images/page1-img5.jpg);
}
.icon2 {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  font-size: 58px;
  color: #201331;
  background: #d34b1b;
}
/*========= Backgrounds ======================*/
.bg1,
.bg2 {
  color: #ffffff;
}
.bg1 .heading,
.bg2 .heading {
  color: #ffffff;
}
.bg1 {
  background: #f89e00;
}
.bg2 {
  background: #de4f4f;
  padding: 54px 0 58px;
}
.bg2 h2 {
  text-transform: uppercase;
}
.bg2 h3 {
  color: #b13c3c;
}
/*========= Wrappers ======================*/
.wrapper1 {
  padding: 54px 0 51px;
  margin-bottom: 80px;
}
.wrapper1__ins1 {
  padding-bottom: 73px;
}
.wrapper2 {
  padding: 51px 0 46px;
}
.wrapper2__ins1 {
  padding-bottom: 67px;
}
.wrapper2__ins2 {
  padding-bottom: 109px;
}
.mt-img {
  margin-top: 4px;
}
/*========= Shadow ======================*/
.shadow,
.bg2,
.icon-box,
.post {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
}
/*========= Heading ======================*/
.heading {
  color: #a2a1a1;
  text-align: center;
}
.heading h6,
.heading h2 {
  text-transform: uppercase;
}
/*========= Boxes ======================*/
.box_left {
  float: left;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .box_left {
    text-align: center;
    float: none;
    margin: 0 0 30px;
  }
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box + .box {
  margin-top: 30px;
}
.box__mod .box_left {
  margin: 0 50px 0 34px;
}
@media (max-width: 767px) {
  .box__mod .box_left {
    margin: 0 0 30px;
  }
}
.box__mod .box_cnt {
  padding-right: 30px;
}
.box2 {
  position: relative;
  border: 2px solid #a13535;
  padding: 30px 12px 0 19px;
  text-align: center;
  height: 430px;
}
.box2 h3 + .company {
  margin-top: 9px;
}
.box2 a{color: #ffffff;}
.box2 a:hover {
  color: #75d1cc;
}
.box2 .company {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  z-index: 0;
}
.box2 .company a {
  display: inline-block;
  background: #de4f4f;
  padding: 0 10px;
}
.box2 .company a:hover {
  color: #75d1cc;
}
.box2 .company:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #b13c3c;
  z-index: -1;
}
.box2 > p {
  padding-top: 37px;
}
.box2 > p.quote {
  background: url("../images/quote.png") no-repeat center 11px;
}
.box2__mod {
  padding: 30px 12px 30px 19px;
}
.box2__mod > p {
  padding-top: 26px;
}
/*========= Icon box ======================*/
.icon-box {
  background: #f9f9f9;
  text-align: center;
  padding: 30px 10px 40px;
  border-radius: 5px;
}
.icon-box img {
  width: 100%;
}
.icon-box p {
  font-size: 13px;
}
.icon-box .segmento-tag{
  color: #000;
  background-color: #f89e00;
  font-size: 11px;
  display: block;
  margin: 10px auto;
  border-radius: 15px;
  max-width: 180px;
}
.icon-box p.lg {
  font-size: 18px;
  color: #75d1cc;
}
.icon-box p.lg a:hover {
  color: #bd0007;
}
.icon-box p + .btn {
  margin-top: 13px;
}
.icon-box .icon + p {
  margin-top: 23px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .icon-box .btn {
    min-width: 100%;
  }
}
.icon-box__mod {
  padding: 0;
}
.icon-box__mod .icon-box_cnt {
  padding: 23px 10px 33px;
  height: 200px!important;
}
.icon-box__mod .icon-box_cnt.mqn {
  padding: 23px 10px 33px;
  height: 80px!important;
}
/*========= Button ======================*/
.btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 2px solid #75d1cc;
  min-width: 176px;
  text-align: center;
  text-transform: lowercase;
  padding: 6px 0;
  color: #ffffff;
  border-radius: 5px;
}
.btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #75d1cc;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  color: #75d1cc;
}
.btn:hover:before {
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}
/*========= Clientes ======================*/
.bg-light-grey{background-color: #fafafa;}
.clientes {padding:70px 0; margin-bottom: 100px!important;}
.clientes img{
  display: block;
  margin: auto;
}

/*========= Progress Wrap ======================*/
.progress-wrap {
  padding: 0 5px;
  width: 430px;
  float: left;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.progress-wrap .img-wrap {
  position: relative;
  display: inline-block;
}
.progress-wrap .img-wrap h4 {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.progress-wrap + .grid_4 {
  margin-left: 0;
}
@media (max-width: 767px) {
  .progress-wrap + .grid_4 {
    float: none;
    margin: 30px 0 0 20px;
  }
}
.progress-wrap .teams {
  margin-top: 12px;
}
.progress-wrap .teams li {
  display: inline-block;
  margin: 0 14px;
}
.progress-wrap .teams .progress {
  border-radius: 50%;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
}
.progress-wrap .teams .progress_skin1 {
  background: #b4dced;
}
.progress-wrap .teams .progress_skin2 {
  background: #91c9e8;
}
.progress-wrap .teams .progress_skin3 {
  background: #67b8de;
}
.progress-wrap .teams .progress_skin4 {
  background: #3399cc;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .progress-wrap {
    width: 340px;
  }
  .progress-wrap .teams li {
    margin: 0 3px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .progress-wrap {
    width: 275px;
  }
  .progress-wrap img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .progress-wrap {
    margin: 30px 0;
    float: none;
  }
}
@media (max-width: 479px) {
  .progress-wrap {
    width: 270px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .clear-768:before,
  .clear-768:after {
    content: " ";
    display: table;
  }
  .clear-768:after {
    clear: both;
  }
}
.br-top {
  height: 8px;
  width: 100%;
  background: #57c3a9;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
/*========= Post ======================*/
.post {
  border-radius: 5px;
  padding-bottom: 7px;
  background: #f9f9f9;
}
.post img {
  width: 100%;
}
.post_img-wrap {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.post_img-wrap .overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.lt-ie9 .post_img-wrap .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000');
  zoom: 1;
}
.post_img-wrap .date {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.post_cnt {
  text-align: left;
  display: block;
  margin: auto auto;
  padding: 41px 10px 59px 26px;
  color: #000;
  height: 400px;
}
.post_cnt h3 {
  letter-spacing: -0.6px;
}
.post_cnt h3 a:hover {
  color: #75d1cc;
}
.post_cnt p {
  letter-spacing: -0.28px;
}
.post_cnt h3 + p {
  margin-top: 6px;
}
.post_meta {
  padding: 11px 23px 13px 26px;
  color: #000000;
  letter-spacing: -0.28px;
}
.post_meta .author {
  float: left;
}
.post_meta .com {
  float: right;
}
.post_meta span {
  font-size: 18px;
  color: #53c2b0;
  margin-right: 10px;
}
.post_meta:before,
.post_meta:after {
  content: " ";
  display: table;
}
.post_meta:after {
  clear: both;
}
.post_meta a:hover {
  text-decoration: underline;
}
.post_social {
  background: #010001;
  border: 1px solid #6d98aa;
  text-align: center;
  color: #ffffff;
}
.post_social li {
  display: inline-block;
  margin: 0 28px;
  font-size: 36px;
}
.post_social li a {
  line-height: 50px;
}
.post_social li a:hover {
  color: #75d1cc;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .post_social li {
    margin: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .post h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .post_meta .author,
  .post_meta .com {
    float: none;
  }
  .post_social li {
    margin: 0 8px;
  }
}
@media (max-width: 479px) {
  .post_social li {
    margin: 0 15px;
  }
}
/*========= Post Modify ======================*/
.post.post__mod .post_img-wrap .date {
  text-align: left;
  left: 76px;
  top: 22px;
}
.post.post__mod .post_social {
  background: transparent;
  float: left;
  color: #000;
  border: none;
}
.post.post__mod .post_meta {
  float: left;
  padding: 17px 30px 10px 26px;
}
.post.post__mod .post_meta .author,
.post.post__mod .post_meta .com {
  float: none;
  display: inline-block;
}
.post.post__mod .post_meta .author {
  margin-right: 78px;
}
.post.post__mod .post_cnt {
  padding-bottom: 29px;
}
.post.post__mod + .post.post__mod {
  margin-top: 31px;
}
@media (max-width: 767px) {
  .post.post__mod .post_img-wrap .date {
    left: 0;
    right: 0;
    text-align: center;
  }
  .post.post__mod .post_meta,
  .post.post__mod .post_social {
    float: none;
  }
}
/*========= Markered List ======================*/
.markered-list li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}
.markered-list li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 20px;
  color: #ffffff;
}
.markered-list li + li {
  margin-top: 16px;
}
.markered-list a:hover {
  color: #75d1cc;
}
.box-border .circle,
.box-border .circle-tl,
.box-border .circle-tr,
.box-border .circle-bl,
.box-border .circle-br {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a13535;
}
.box-border .circle-tl {
  left: -4px;
  top: -4px;
}
.box-border .circle-tr {
  right: -4px;
  top: -4px;
}
.box-border .circle-bl {
  left: -4px;
  bottom: -4px;
}
.box-border .circle-br {
  right: -4px;
  bottom: -4px;
}
.map {
  height: 430px;
  position: relative;
}
@media (max-width: 767px) {
  .map {
    height: 350px;
  }
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/*========= Address ======================*/
.address-wrap {
  padding-top: 24px;
}
address {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.44px;
}
dd,
dt {
  display: inline-block;
}
dt {
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
  dt {
    padding-right: 1px;
  }
}
.policy-box + .policy-box {
  margin-top: 28px;
}
.mail a,
.policy-link a {
  text-decoration: underline;
}
.mail a:hover,
.policy-link a:hover {
  color: #75d1cc;
}
.policy-link {
  margin-top: 37px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
.footer {
  padding: 10px 0;
  color: #ffffff;
  text-align: center;
  background: #a12a2e;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
@media (max-width: 479px) {
  .footer .divid {
    display: none;
  }
}
.copyright a:hover {
  color: #75d1cc;
}
.bt60{margin-bottom: 60px;margin-top: 40px;}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none !important;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  z-index: 20;
  width: 50px;
  height: 50px;
  font-size: 26px;
  line-height: 44px;
  border-radius: 5px;
  border: 2px solid #355866;
  text-align: center;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #355866;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#toTop:hover {
  color: #355866;
}
#toTop:hover:after {
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*============ Background RGBA==============*/



/*whatsapp*/
.tweb_button {
	border-bottom: none!important
}
.tweb_btn_w_img:hover {
	text-decoration: none
}
.tweb_button, .tweb_btn_popup, .tweb_button *, .tweb_btn_popup *, .tweb_btn_popup :before, .tweb_button :before, .tweb_button :after, .tweb_btn_popup :after, .tweb_popup_chat_box, .tweb_popup_chat_box *, .tweb_popup_chat_box :before, .tweb_popup_chat_box :after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}
.tweb_button {
	position: relative;
	width: 300px;
	min-height: 64px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 4px 8px 1px rgba(32,32,37,.09);
	-webkit-box-shadow: 0 4px 8px 1px rgba(32,32,37,.09);
	-moz-box-shadow: 0 4px 8px 1px rgba(32,32,37,.09)
}
.tweb_btn_txt {
	display: inline-block;
	font-size: 12px;
	line-height: 1.33em
}
.tweb_btn_w_icon .tweb_btn_txt {
	padding: 16px 20px 15px 71px
}
.tweb_button_text_only .tweb_btn_txt, .tweb_r_button.tweb_btn_w_img.tweb_button_text_only .tweb_btn_txt, .tweb_sq_button.tweb_btn_w_img.tweb_button_text_only .tweb_btn_txt {
	padding-top: 25px;
	padding-bottom: 24px
}
.tweb_btn_w_icon .tweb_btn_txt .tweb_btn_title {
	font-weight: 600;
	padding-left: 2px;
	font-size: 14px
}
.tweb_cs_info {
	margin-bottom: 2px
}
.tweb_btn_status {
	color: #f5a623;
	font-size: 9px;
	padding: 2px 0 0;
	font-weight: 700
}
.tweb_cs_info .tweb_cs_name, .tweb_cs_info .tweb_cs_status {
	display: inline-block
}
.tweb_cs_info .tweb_cs_name {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.36em
}
.tweb_stt_online .tweb_cs_info .tweb_cs_name {
	color: #d5f0d9
}
.tweb_stt_offline .tweb_cs_info .tweb_cs_name {
	color: #76787d
}
.tweb_cs_info .tweb_cs_status {
	width: 36px;
	height: 14px;
	margin-left: 3px;
	padding: 1px;
	font-size: 9px;
	line-height: 1.34em;
	border-radius: 5px;
	color: rgba(255,255,255,.98);
	position: relative;
	top: -1px;
	left: 0;
	text-align: center
}
.tweb_stt_online .tweb_cs_info .tweb_cs_status {
	background: #62c971
}
.tweb_stt_offline .tweb_cs_info .tweb_cs_status {
	background: #b9bbbe
}
.tweb_stt_online {
	background: #2db742;
	/*cursor: pointer;*/
	transition: .4s ease all;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all;
	backface-visibility: hidden;
	will-change: transform
}
.tweb_stt_online .tweb_btn_txt {
	position: relative;
	z-index: 4
}
.tweb_r_button.tweb_stt_online:before {
	border-radius: 50vh
}
.tweb_sq_button.tweb_stt_online:before {
	border-radius: 5px
}
.tweb_stt_online:before {
	content: '';
	transition: .4s ease all;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all;
	background: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0;
	will-change: opacity
}
.tweb_button.tweb_stt_online:focus, .tweb_button.tweb_stt_online:active, .tweb_button.tweb_stt_online:hover {
	box-shadow: 0 4px 8px 1px rgba(32,32,37,.19);
	transform: translate(0, -3px);
	-webkit-transform: translate(0, -3px);
	-moz-transform: translate(0, -3px);
	-ms-transform: translate(0, -3px)
}
.tweb_button.tweb_stt_online:focus:before, .tweb_button.tweb_stt_online:active:before, .tweb_button.tweb_stt_online:hover:before {
	opacity: 1
}
.tweb_stt_online.tweb_btn_w_icon .tweb_btn_icon img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transition: .2s ease all;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all
}
.tweb_stt_offline {
	background: #ebedf0;
	color: #595b60;
	box-shadow: none;
	cursor: initial
}
.tweb_stt_offline.tweb_btn_w_icon .tweb_btn_txt {
	padding: 8px 20px 6px 71px
}
.tweb_stt_offline.tweb_r_button.tweb_btn_w_img .tweb_btn_txt {
	padding: 8px 20px 8px 100px
}
.tweb_stt_offline.tweb_sq_button.tweb_btn_w_img .tweb_btn_txt {
	padding: 8px 20px 8px 70px
}
.tweb_btn_w_icon .tweb_btn_icon {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%)
}
.tweb_btn_w_icon .tweb_btn_icon img {
	width: 41px;
	height: 69px
}
.tweb_btn_w_img {
	position: relative;
	width: 300px;
	margin: 20px 0
}
.tweb_btn_w_img .tweb_cs_img {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%)
}
.tweb_btn_w_img .tweb_cs_img_wrap {
	width: 79px;
	height: 79px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 3px solid #fff;
	position: relative;
	overflow: hidden
}
.tweb_cs_img_wrap {
	background: url(https://mpetiquetasadesivas.com.br/etiquetas-adesivas/images/atendente.jpg) center center no-repeat;
	background-size: cover;
}
.tweb_popup_content_item .tweb_cs_img_wrap {
	width: 48px;
	height: 48px;
}
.tweb_btn_w_img .tweb_cs_img img {
	max-width: 100%;
	height: auto;
	transition: .2s ease transform;
	-webkit-transition: .2s ease transform;
	-moz-transition: .2s ease transform
}
.tweb_btn_w_img .tweb_cs_img:after {
	content: '';
	background: #fff url(https://mpetiquetasadesivas.com.br/etiquetas-adesivas/images/whatsapp_logo.png) center center no-repeat;
	background-size: 21px;
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	top: 20px;
	right: -14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0 4px 6px 0 rgba(39,38,38,.3);
	-webkit-box-shadow: 0 4px 6px 0 rgba(39,38,38,.3);
	-moz-box-shadow: 0 4px 6px 0 rgba(39,38,38,.3)
}
.tweb_stt_offline.tweb_btn_w_img .tweb_cs_img:after {
	content: '';
	background: #fff url(https://mpetiquetasadesivas.com.br/etiquetas-adesivas/images/whatsapp_logo.png) center center no-repeat;
	background-size: 21px;
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	top: 20px;
	right: -14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0 4px 6px 0 rgba(39,38,38,.3);
	-webkit-box-shadow: 0 4px 6px 0 rgba(39,38,38,.3);
	-moz-box-shadow: 0 4px 6px 0 rgba(39,38,38,.3)
}
.tweb_btn_w_img .tweb_btn_txt {
	padding: 14px 20px 12px 103px
}
.tweb_r_button {
	border-radius: 50vh
}
.tweb_sq_button {
	border-radius: 5px
}
.tweb_sq_button.tweb_btn_w_img {
	width: 270px;
	margin-left: 30px
}
.tweb_r_button.tweb_btn_w_img .tweb_cs_img {
	left: -5px
}
.tweb_sq_button.tweb_btn_w_img .tweb_cs_img {
	left: -35px
}
.tweb_sq_button.tweb_btn_w_img .tweb_btn_txt {
	padding: 10px 20px 10px 70px;
	display: table-cell;
	vertical-align: middle;
	height: 66px
}
.tweb_btn_txt .tweb_btn_title {
	font-weight: 600
}
.tweb_r_button.tweb_btn_w_img .tweb_btn_txt {
	padding: 8px 20px 8px 100px;
	display: table-cell;
	vertical-align: middle;
	height: 66px
}
.tweb_r_button.tweb_btn_w_img .tweb_cs_info .tweb_cs_status {
	margin-left: 3px
}
.tweb_popup_chat_box {
	font-family: Arial, Helvetica, sans-serif;
	width: 351px;
	border-radius: 5px 5px 8px 8px;
	-webkit-border-radius: 5px 5px 8px 8px;
	-moz-border-radius: 5px 5px 8px 8px;
	position: fixed;
	overflow: hidden;
	box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
	-webkit-box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
	-moz-box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
	bottom: 102px;
	right: 25px;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	transition: .4s ease all;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all;
	will-change: transform, visibility, opacity;
	max-width: calc(100% - 50px)
}
.tweb_popup_chat_box:hover, .tweb_popup_chat_box:focus, .tweb_popup_chat_box:active {
	box-shadow: 0 10px 10px 4px rgba(32,32,37,.23);
	-webkit-box-shadow: 0 10px 10px 4px rgba(32,32,37,.23);
	-moz-box-shadow: 0 10px 10px 4px rgba(32,32,37,.23)
}
.tweb_popup_chat_box.tweb_active {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	visibility: visible;
	opacity: 1
}
.tweb_popup_chat_box .tweb_popup_heading {
	position: relative;
	padding: 15px 43px 17px 74px;
	color: #d9ebc6;
	background: #2db742
}
.tweb_popup_chat_box .tweb_popup_heading_sm {
	padding: 12px 15px 17px 74px
}
.tweb_popup_chat_box .tweb_popup_heading:before {
	content: '';
	background: url(https://mpetiquetasadesivas.com.br/etiquetas-adesivas/images/whatsapp_logo.png) center top no-repeat;
	background-size: 33px;
	display: block;
	width: 55px;
	height: 33px;
	position: absolute;
	top: 20px;
	left: 12px
}
.tweb_popup_chat_box .tweb_popup_heading_sm:before {
	top: 19px;
	left: 11px
}
.tweb_popup_chat_box .tweb_popup_heading .tweb_popup_title {
	padding-top: 2px;
	padding-bottom: 3;
	color: #fff;
	font-size: 18px;
	line-height: 24px
}
.tweb_popup_chat_box .tweb_popup_heading .tweb_popup_intro {
	padding-top: 4px;
	font-size: 12px;
	line-height: 20px
}
.tweb_popup_chat_box .tweb_popup_heading_sm .tweb_popup_intro {
	padding-top: 0
}
.tweb_popup_chat_box .tweb_popup_heading .tweb_popup_intro a {
	display: inline-block;
	color: #fff;
	text-decoration: none
}
.tweb_popup_chat_box .tweb_popup_heading .tweb_popup_intro a:hover, .tweb_popup_chat_box .tweb_popup_heading .tweb_popup_intro a:focus, .tweb_popup_chat_box .tweb_popup_heading .tweb_popup_intro a:active {
	text-decoration: underline
}
.tweb_popup_chat_box .tweb_popup_notice {
	font-size: 11px;
	color: #666;
	font-weight: 500;
	padding: 0 3px
}
.tweb_popup_chat_box .tweb_popup_content {
	padding: 13px 20px 21px 19px;
	text-align: center;
	background-image: url(https://mpetiquetasadesivas.com.br/etiquetas-adesivas/images/whatsapp-bg.png);
	background-color: rgb(230, 221, 212);
}
}
.tweb_popup_chat_box .tweb_popup_content_left {
	text-align: left
}
.tweb_popup_chat_box .tweb_popup_avatar {
	position: absolute;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	left: 12px;
	top: 12px
}
.tweb_popup_chat_box .tweb_popup_avatar.nta-default-avt {
	border-radius: unset;
	-webkit-border-radius: unset;
	-moz-border-radius: unset
}
.tweb_popup_chat_box .tweb_stt {
	padding: 13px 40px 12px 74px;
	position: relative;
	text-decoration: none;
	display: table;
	width: 100%;
	border-left: 2px solid #2db742;
	background: #f5f7f9;
	border-radius: 2px 4px 2px 4px;
	-webkit-border-radius: 2px 4px 2px 4px;
	-moz-border-radius: 2px 4px 2px 4px
}
.tweb_popup_chat_box .tweb_stt:after {
	content: '';
	background: url(https://mpetiquetasadesivas.com.br/etiquetas-adesivas/images/whatsapp_logo_green.png) 0 0 no-repeat;
	position: absolute;
	right: 14px;
	top: 26px;
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%
}
.tweb_popup_chat_box .tweb_stt.tweb_stt_offline:after {
	background-image: url(https://mpetiquetasadesivas.com.br/etiquetas-adesivas/images/whatsapp_logo.png)
}
.tweb_popup_chat_box .tweb_stt.tweb_stt_online {
	transition: .2s ease all;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all
}
.tweb_popup_chat_box .tweb_stt.tweb_stt_online:hover, .tweb_popup_chat_box .tweb_stt.tweb_stt_online:active, .tweb_popup_chat_box .tweb_stt.tweb_stt_online:focus {
	background: #fff;
	box-shadow: 0 7px 15px 1px rgba(55,62,70,.07);
	-webkit-box-shadow: 0 7px 15px 1px rgba(55,62,70,.07);
	-moz-box-shadow: 0 7px 15px 1px rgba(55,62,70,.07)
}
.tweb_popup_content_list .tweb_popup_content_item {
	margin: 14px 0 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	-moz-transform: translate(0, 20px);
	will-change: opacity, transform;
	opacity: 0
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item {
	transition: .4s ease all;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all;
	transition-delay: 2.1s;
	-webkit-transition-delay: 2.1s;
	-moz-transition-delay: 2.1s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(1) {
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(2) {
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(3) {
	transition-delay: .7s;
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(4) {
	transition-delay: .9s;
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(5) {
	transition-delay: 1.1s;
	-webkit-transition-delay: 1.1s;
	-moz-transition-delay: 1.1s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(6) {
	transition-delay: 1.3s;
	-webkit-transition-delay: 1.3s;
	-moz-transition-delay: 1.3s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(7) {
	transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(8) {
	transition-delay: 1.7s;
	-webkit-transition-delay: 1.7s;
	-moz-transition-delay: 1.7s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(9) {
	transition-delay: 1.9s;
	-webkit-transition-delay: 1.9s;
	-moz-transition-delay: 1.9s
}
.tweb_popup_chat_box.tweb_lauch .tweb_popup_content_list .tweb_popup_content_item {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0)
}
.tweb_popup_content_list .tweb_popup_content_item .tweb_member_name {
	font-size: 14px;
	color: #363c47;
	line-height: 1.188em!important
}
.tweb_popup_content_list .tweb_popup_content_item .tweb_member_duty {
	font-size: 11px;
	color: #989b9f;
	padding: 2px 0 0;
	line-height: 1.125em!important
}
.tweb_popup_content_list .tweb_popup_content_item .tweb_member_status {
	color: #f5a623;
	font-size: 10px;
	padding: 5px 0 0;
	line-height: 1.125em!important
}
.tweb_popup_content_list .tweb_popup_content_item .tweb_popup_txt {
	display: table-cell;
	vertical-align: middle;
	min-height: 48px;
	height: 48px;
	text-align: left;
}
.tweb_popup_content_list .tweb_popup_content_item .tweb_stt_offline {
	border-left-color: #c0c5ca
}
.tweb_popup_avt_list {
	font-size: 0;
	margin: 7px 0 24px
}
.tweb_popup_avt_list .tweb_popup_avt_item {
	display: inline-block;
	position: relative;
	width: 46px
}
.tweb_popup_avt_list .tweb_popup_avt_img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: 2px solid #fff;
	left: -7px
}
.tweb_popup_call_btn {
	background: #2db742;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	width: 275px;
	max-width: 100%;
	font-size: 16px;
	padding: 14px 10px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	margin: 25px 0 15px;
	box-shadow: 0 8px 17px 2px rgba(13,15,18,.2);
	-webkit-box-shadow: 0 8px 17px 2px rgba(13,15,18,.2);
	-moz-box-shadow: 0 8px 17px 2px rgba(13,15,18,.2)
}
.tweb_popup_call_btn.tweb_popup_call_btn_lg:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	background: url(https://mpetiquetasadesivas.com.br/etiquetas-adesivas/images/whatsapp_logo.png) 0 0 no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	vertical-align: top;
	top: 0;
	margin-right: -19px;
	left: -31px;
	transition: .2s ease background-image;
	-webkit-transition: .2s ease background-image;
	-moz-transition: .2s ease background-image
}
.tweb_popup_call_btn.tweb_popup_call_btn_lg:hover:before, .tweb_popup_call_btn.tweb_popup_call_btn_lg:focus:before, .tweb_popup_call_btn.tweb_popup_call_btn_lg:active:before {
	background-image: url(https://mpetiquetasadesivas.com.br/etiquetas-adesivas/images/whatsapp_logo.png)
}
.tweb_popup_chat_box_gray {
	border-radius: 2px 2px 8px 8px
}
.tweb_popup_chat_box_gray .tweb_popup_heading_gray {
	background: #f8f8f8;
	border-top: 3px solid #2db742;
	color: #868c9a;

	font-weight: 500
}
.tweb_popup_chat_box_gray .tweb_popup_heading_gray .tweb_popup_title {
	color: #595b60
}
.tweb_popup_chat_box_gray .tweb_popup_heading_gray:before {
	content: '';
	background: url(https://mpetiquetasadesivas.com.br/etiquetas-adesivas/images/whatsapp_logo.png) center top no-repeat;
	background-size: 33px;
	display: block;
	width: 55px;
	height: 33px;
	position: absolute;
	top: 20px;
	left: 12px
}
.tweb_popup_chat_box_gray .tweb_popup_heading_gray .tweb_popup_intro a {
	color: #595b60
}
.tweb_popup_chat_box_ct {
	width: 384px;
	text-align: center
}
.tweb_popup_chat_box_ct .tweb_popup_heading_ct {
	text-align: center;
	padding: 18px 0
}
.tweb_popup_chat_box_ct .tweb_popup_heading_ct:before {
	content: '';
	background: url(https://mpetiquetasadesivas.com.br/etiquetas-adesivas/images/whatsapp_logo.png) center top no-repeat;
	background-size: 30px;
	display: block;
	width: 30px;
	height: 31px;
	position: absolute;
	top: 15px;
	left: 72px
}
.tweb_popup_chat_box_ct .tweb_popup_heading_ct .tweb_popup_title {
	padding-left: 22px;
	padding-bottom: 14px
}
.tweb_popup_chat_box_ct .tweb_popup_heading_ct .tweb_popup_intro {
	margin-top: -5px;
	line-height: 12px
}
.tweb_popup_chat_box_ct .tweb_popup_ct_avt_list:after {
	content: '';
	clear: both;
	display: block
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content {
	background: #fff;
	padding: 0 0 14px
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content .tweb_popup_notice {
	padding-top: 18px;
	padding-bottom: 15px
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item {
	width: 33%;
	float: left;
	font-size: 10px
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item a {
	text-decoration: none;
	color: #989b9f
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item .tweb_popup_ct_txt {
	padding-top: 8px
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item .tweb_member_name {
	color: #363c47;
	font-size: 13px
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item .tweb_member_duty {
	color: #989b9f;
	padding: 3px 0 0
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item .tweb_member_stt_online {
	color: #2db742;
	font-size: 9px;
	line-height: 12px;
	display: inline-block;
	padding: 3px 0 0 16px;
	background: url(https://mpetiquetasadesivas.com.br/etiquetas-adesivas/images/whatsapp_logo.png) 0 3px no-repeat;
	background-size: 12px auto;
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item .tweb_member_stt_offline {
	color: #f5a623;
	font-size: 9px;
	line-height: 12px;
	padding: 2px 0 0
}
.tweb_popup_chat_box_ct .tweb_popup_ct_avatar img {
	border-radius: 50%
}
.tweb_popup_chat_box_ct .tweb_popup_ct_call_btn {
	width: 97px;
	font-size: 11px;
	padding: 9px 10px 11px;
	margin: 15px 0
}
.tweb_btn_popup {
	position: fixed;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 999;
	bottom: 45px;
}
.tweb_btn_popup .tweb_btn_popup_icon {
	width: 56px;
	height: 56px;
	background: #2db742;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
	-webkit-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
	-moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14)
}
.tweb_btn_popup .tweb_btn_popup_icon:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: transparent url(https://mpetiquetasadesivas.com.br/etiquetas-adesivas/images/whatsapp_logo.png) center center no-repeat;
	background-size: 30px auto;
	-webkit-background-size: 30px auto;
	-moz-background-size: 30px auto;
	transition: .4s ease all;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all
}
.tweb_btn_popup .tweb_btn_popup_icon:after {
	content: '';
	opacity: 0;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: transparent url(https://mpetiquetasadesivas.com.br/etiquetas-adesivas/images/x_icon.png) center center no-repeat;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	transition: .4s ease all;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all;
	-ms-transform: scale(0) rotate(-360deg);
	transform: scale(0) rotate(-360deg);
	-webkit-transform: scale(0) rotate(-360deg);
	-moz-transform: scale(0) rotate(-360deg)
}
.tweb_btn_popup.tweb_active .tweb_btn_popup_icon:before {
	opacity: 0;
	-ms-transform: scale(0) rotate(360deg);
	transform: scale(0) rotate(360deg);
	-webkit-transform: scale(0) rotate(360deg);
	-moz-transform: scale(0) rotate(360deg)
}
.tweb_btn_popup.tweb_active .tweb_btn_popup_icon:after {
	opacity: 1;
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg)
}
.tweb_btn_popup .tweb_btn_popup_txt {
	position: absolute;
	width: 170px;
	right: 100%;
	background-color: #f5f7f9;
	font-size: 12px;
	color: #43474e;
	top: 15px;
	padding: 7px 0 7px 12px;
	margin-right: 7px;
	letter-spacing: -.03em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	transition: .4s ease all;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all
}
.tweb_btn_popup.tweb_active .tweb_btn_popup_txt {
	-ms-transform: translate(0, 15px);
	transform: translate(0, 15px);
	-webkit-transform: translate(0, 15px);
	-moz-transform: translate(0, 15px);
	opacity: 0;
	visibility: hidden
}
/*Bootstrap*/
.tweb_form-group {
	margin-bottom: 15px
}
.tweb_form-control {
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 100% !important;
	height: 34px;
	padding: 4px 0 !important;
	font-size: 14px !important;
	line-height: 1.42857143 !important;
	color: #555 !important;
	background-color: #fff !important;
	background-image: none !important;
	border: 1px solid #ccc !important;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.tweb_form-button {
	padding: 8px 20px;
	border-radius: 8px;
	border: none;
	background: #0084ff;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	cursor: pointer;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
}
.tweb_jsx {
	background-color: rgb(79, 206, 93);
	border-radius: 18px;
}
.tweb_btn_popup2:hover{ cursor: pointer;}

input.gray-input::-webkit-input-placeholder,
textarea.gray-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#555;
}
input.gray-input:-moz-placeholder,
textarea.gray-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#555;
}
input.gray-input::-moz-placeholder,
textarea.gray-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#555;
}
input.gray-input:-ms-input-placeholder,
textarea.gray-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#555;
}


h2 a.btn {padding: 15px 60px;}