body {
  padding-top: 110px;
}

.site-header {
  transition-timing-function: ease-in-out;
  top: 30px;
  position: fixed;
    background: #131151;
  z-index: 6;
  width: 100%;
  box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 0.12);
}

.site-header:hover {
  transition-timing-function: ease-in-out;
}

.site-header.fixed {
  top: 0;
  padding-bottom: 7px;
}

.site-header.fixed .box-logo svg {
  height: 44px;
  transition-duration: 0.2s;
}

.site-header.fixed .container>div.box-links li>.link {
  padding: 20px 10px;
}

@media (min-width: 1025px) {
  .site-header.hide {
    transform: translateY(-140px);
  }
}

.site-header input {
  display: none;
}

.site-header .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .container>div {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.site-header .container .box-logo {
  font-size: 0;
  flex: 0 1 auto;
}

.site-header .container svg {
  width: 98px;
  height: 53px;
  transition-duration: 0.2s;
}

.site-header .container>div.box-links {
  flex: 10 1 auto;
  padding-left: 60px;
}

@media (max-width: 1299px) {
  .site-header .container>div.box-links {
    padding-left: 0px;
  }
}

.site-header .container>div.box-links .list {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.site-header .container>div.box-links li {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: center;
}

.site-header .container>div.box-links li>.link {
  padding: 32px 10px;
  line-height: 1.2;
}

.site-header .container>div.box-links li .link {
  display: block;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin: 0;
  cursor: pointer;
}

@media (max-width: 1299px) {
  .site-header .container>div.box-links li .link {
    font-size: 1rem;
  }
}

.site-header .container>div.box-links li .link:hover {
  color: #fff;
}

.site-header .container>div.box-links li>.link.current-page-ancestor {
  font-weight: 700;
}

.site-header .container>div.box-links li.has-children {
  position: relative;
}

.site-header .container>div.box-links li.has-children:hover {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
    background-color:#191669;

  color: #fff;
}

.site-header .container>div.box-links li.has-children:hover>.link {
  color: #fff;
}

.site-header .container>div.box-links li.has-children>.link {
  position: relative;
}

.site-header .container>div.box-links li.has-children>.link>.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 3px solid transparent;
}

@media (min-width: 1919px) {
  .site-header .container>div.box-links li.has-children>.link>.arrow {
    right: 0px;
  }
}

.site-header .container>div.box-links li.has-children .has-children:hover {
  background-color: #eaeaea;
}

.site-header .container>div.box-links li.has-children .has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.site-header .container>div.box-links li.has-children .has-children>.link:hover {
  background-color: #e7e7e7;
}

.site-header .container>div.box-links li.has-children .has-children>.link>.arrow {
  float: right;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #0fa8ef;
}

.site-header .container>div.box-links li.has-children .has-children>.sub-menu {
  visibility: hidden;
  opacity: 0;
  left: 100%;
  top: 0px;
  box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.13);
  background-color: #f5f5f5;
}

.site-header .container>div.box-links li:hover .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: fadein 0.2s;
  -moz-animation: fadein 0.2s;
  -ms-animation: fadein 0.2s;
  -o-animation: fadein 0.2s;
  animation: fadein 0.2s;
}

.site-header .container>div.box-links li .sub-menu {
  width: 240px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  list-style: none;
  z-index: 99;
    background: #191669;
  border-radius: 2px;
  border-top-left-radius: 0;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.23);
  padding: 0px 0px;
  margin-left: 0;
  margin-right: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: background-color 0s;
}

.site-header .container>div.box-links li .sub-menu>li {
  text-align: left;
  display: block;
}

.site-header .container>div.box-links li .sub-menu>li>.link {
  line-height: 1.2;
  padding: 13px 15px;
  margin: 0;
  font-size: 1rem;
  text-transform: none;
  color: #fff;
  text-align: left;
}

.site-header .container>div.box-links li .sub-menu>li>.link:hover,
.site-header .container>div.box-links li .sub-menu>li>.link:focus {
  background: #2622a0;
}

.site-header .box-contact {
  text-align: right;
}

.site-header .box-contact p {
  color: #0fa8ef;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.site-header .box-contact p b {
  font-weight: 700;
}

.site-header .box-ctabuy {
  margin-left: 30px;
  min-width: 194px;
}

.site-header .box-ctabuy .ctabuy {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background: #09ce47;
  border-bottom: 3px solid #0c9938;
  padding: 12px 41px;
  border-radius: 6px;
}

/*modal*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}


.floating {
  display: none;
}

.box-bottom {
  background: #0c0b3a;
  width: 100%;
  display: block;
  clear: both;
}

.box-bottom .top {
  padding-top: 34px;
  padding-bottom: 34px;
  background-color: #008be8;
}

.box-bottom .top .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-bottom .top .box-links,
.box-bottom .top .box-contact {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.box-bottom .box-links .list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-bottom .box-links .list .link {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

@media(max-width: 889px) {
  .box-bottom .box-links .list .link {
    font-size: 0.85rem;
  }
}

.box-bottom .box-links .list .link.active {
  font-weight: 500;
}

.box-bottom .nav-menu {
  font-size: 1.2rem;
}

.box-bottom .nav-menu .call {
  padding-left: 50px;
}

.box-bottom .nav-menu .call,
.box-bottom .nav-menu .call a {
  color: #fff;
}

.box-bottom .nav-menu .call .phone {
  font-weight: 300;
}

.box-bottom .middle {
  font-size: 0;
  padding-top: 15px;
  padding-bottom: 85px;
}

.box-bottom .middle .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

.box-bottom .middle .container {
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-bottom .middle .container>div {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.box-bottom .middle .selo-tray {
  max-width: 100px;
  height: auto;
  padding-top: 9px;
  text-align: center;
}

@media (max-width: 767px) {
  .box-bottom .middle .selo-tray {
    display: none;
  }
  .site-header {
    position: relative;
  }
}

.box-bottom .middle .selo-tray img {
  /*width: 93px;
  height: auto; */
}

.box-bottom .middle .logos {
  max-width: 260px;
  min-width: 260px;
  padding-left: 15px;
}

.box-bottom .middle .logos svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
}

.box-bottom .middle .logos .tray {
  width: 103px;
  height: 76px;
}

.box-bottom .middle .logos .locaweb {
  width: 147px;
  height: 33px;
  margin-left: 10px;
}

.box-bottom .middle .address {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: left;
  display: block;
  margin-top: 8px;
}

.box-bottom .middle .social {
  max-width: 162px;
  margin-left: 92px;
}

.box-bottom .middle .social .title {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
}

.box-bottom .middle .social .list {
  font-size: 0;
}

.box-bottom .middle .social .itens {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.box-bottom .middle .social .itens svg {
  width: 26px;
  height: 26px;
}

.box-bottom .middle .payments {
  max-width: 825px;
  width: 681px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  padding: 27px 30px;
  margin-left: auto;
}

.box-bottom .middle .payments .flags img {
  max-width: 100%;
  width: 433px;
}

.box-bottom .middle .payments .box {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-bottom .middle .payments .box>div {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.box-bottom .nav-map .nav-menu-items {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-bottom .nav-map .nav-menu-items .block-list {
  margin: 40px 30px;
  list-style: none;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: stretch;
}

@media (max-width: 1199px) {
  .box-bottom .nav-map .nav-menu-items .block-list {
    margin: 15px 25px 15px;
  }
}

@media (max-width: 767px) {
  .box-bottom .nav-map .nav-menu-items .block-list {
    display: none;
  }
}

.box-bottom .nav-map .nav-menu-items .block-list>li:before {
  content: ". ";
  color: rgba(255, 255, 255, 0.9);
}

.box-bottom .nav-map .nav-menu-items .block-list a {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.box-bottom .nav-map .nav-menu-items .block-list a:not([href]) {
  cursor: default;
  color: rgba(255, 255, 255, 0.9);
}

.box-bottom .nav-map .nav-menu-items .block-list a:hover {
  color: white;
}

.box-bottom .nav-map .nav-menu-items .block-list ul.sub-menu {
  list-style: none;
  margin: 3px 7px;
  font-weight: 300;
  line-height: 1.3;
}

.box-bottom .nav-map .nav-itens {
  padding: 45px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1189px) {
  .box-bottom .nav-map .nav-itens {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .box-bottom .nav-map .nav-itens {
    display: none;
  }
}

.box-bottom .nav-map .nav-itens .collumn {
  min-width: 100px;
  padding-left: 8px;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.box-bottom .nav-map .nav-itens .premio-abcomm {
  width: 340px;
}

.box-bottom .nav-map .nav-itens .premio-abcomm .logo-abcomm {
  float: left;
  width: 71px !important;
}

.box-bottom .nav-map .nav-itens .premio-abcomm .text-abcomm {
  float: left;
  font-size: 13px;
  text-align: left;
  line-height: 1.2;
  font-weight: 400;
  padding: 13px;
  width: 205px;
  color: #fff;
}

.box-bottom .nav-map .nav-itens .selo-extra h3 {
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  padding-top: 25px;
  padding-bottom: 10px;
}

.box-bottom .nav-map .nav-itens .selo-extra h3.first {
  padding-top: 0px;
}

.box-bottom .nav-map .nav-itens .selo-extra img {
  max-width: 200px;
  display: block;
  opacity: 0.9;
}

.box-bottom .nav-map .nav-menu-items {
  width: 56%;
}

@media (max-width: 1199px) {
  .box-bottom .nav-map .nav-menu-items {
    width: 100%;
  }
}

.box-bottom .nav-map .nav-itens {
  width: 42%;
}

@media (max-width: 1199px) {
  .box-bottom .nav-map .nav-itens {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .box-bottom .nav-map .nav-menu-items,
  .box-bottom .nav-map .nav-itens {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-site {
  padding-top: 33px;
  padding-bottom: 30px;
  background: #039ee5;
}

.footer-site .text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  display: block;
}

@media (max-width: 1919px) {
  .container {
    width: 95%;
  }
}

@media (max-width: 1599px) {
  .site-header .box-links .link,
  .site-header .box-contact p {
    font-size: 1.15rem;
  }
  .site-header .box-logo {
    max-width: 170px;
  }
  .site-header .box-logo svg {
    width: 120px;
  }
  .site-header .box-contact {
    max-width: 300px;
  }
  .site-header .box-contact b {
    display: block;
  }
}

@media (max-width: 1439px) {
  .site-header .box-links .link,
  .site-header .box-contact p {
    font-size: 1.1rem;
  }
  .site-header .box-logo svg {
    width: 100px;
  }
  .box-bottom .box-links .link,
  .box-bottom .box-contact {
    font-size: 1.1rem;
  }
}

@media (max-width: 1359px) {
  body {
    padding-top: 87px;
  }
  .site-header .box-links .link,
  .site-header .box-contact p {
    font-size: 1rem;
  }
  .site-header .box-logo svg {
    width: 100px;
  }
  .box-bottom .box-links .link,
  .box-bottom .box-contact {
    font-size: 1rem;
  }
  .box-bottom .middle .social {
    margin-left: 40px;
  }
  .box-bottom .call {
    display: none;
  }
}

@media (max-width: 1199px) {
  body {
    padding-top: 32px;
  }
  .site-header {
    top: 0;
    text-align: center;
  }
  .site-header .container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 4px 10px;
  }
  .site-header .container>div.box-links li .link,
  .site-header .container>div.box-links li .link:hover {
    color: #fff;
    font-size: 0.8rem;
    padding: 13px 10px;
  }
  .site-header .container>div.box-links li.has-children>.link::before {
    border-top-color: #fff;
  }
  .site-header .container>div.box-links li.has-children .sub-menu .link {
    font-size: 0.9rem;
    padding: 10px 15px;
  }
  .site-header.fixed .container>div.box-links li>.link {
    padding: 12px 10px;
  }
  .site-header .box-logo svg {
    width: 80px;
    height: 62px;
  }
  .site-header .box-links {
    position: absolute;
    top: 100%;
        background: #110e79;
    width: 100%;
    padding: 0px;
    left: 0;
    right: 0;
  }
  .site-header .box-ctabuy {
    display: none;
  }
  .site-header .box-contact {
    margin-left: auto;
    max-width: 50%;
  }
  .box-bottom .middle {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .box-bottom .middle .container {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-bottom .middle .payments {
    margin-left: initial;
    margin-top: 30px;
  }
  .box-bottom .box-links .link {
    font-size: 0.9rem;
  }
  .box-bottom .box-contact {
    display: none;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 110px;
  }
  .site-header .box-logo {
    margin: 0 auto;
  }
  .box-bottom .payments {
    text-align: center;
  }
  .box-bottom .middle .payments .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-bottom .middle .flags {
    margin-bottom: 20px;
  }
  .box-bottom .middle .social {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 0;
  }
  .site-header .box-logo {
    max-width: inherit;
    text-align: center;
  }
  .site-header .box-logo a {
    font-size: 0;
  }
  .site-header .box-logo svg {
    width: 75px;
    height: 64px;
  }
  .site-header .box-links {
    display: none;
  }
  .site-header .box-contact {
    display: none;
  }
  .floating {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0;
    z-index: 6;
    box-shadow: 0px 0px 10px -1px #000;
    background: rgba(255, 255, 255, 0.85);
  }
  .floating .left-box {
    display: inline-block;
    vertical-align: top;
    width: 66px;
  }
  .floating .left-box .box-links {
    position: fixed;
    bottom: 40px;
    background: #f5f5f5;
    background: rgba(17, 95, 130, 0.94);
    width: 100%;
    transform: translateY(50%) translateX(-100%) scale(0) rotateZ(-90deg);
    border-top: 1px solid #2b5f77;
  }
  .floating .left-box .box-links .link {
    text-transform: uppercase;
    color: #0fa8ef;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
    text-shadow: 0 0 0.5px #fff;
    display: block;
    padding: 10px 0;
  }
  .floating input {
    display: none;
  }
  .floating .menu {
    background-image: url("https://images.tcdn.com.br/static_inst/site/vendedor/tray-cdn/uploads/menu_w.svg");
    display: block;
    width: 66px;
    height: 66px;
    background-color: #16a0df;
    background-color: rgba(22, 160, 223, 0.9);
    background-size: 35px auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .floating #menu:checked~.menu {
    background-color: #116a92;
    background-color: rgba(17, 106, 146, 0.85);
  }
  .floating #menu:checked~.box-links {
    display: block;
    transform: translateY(-26px) translateX(0) scale(1) rotateZ(0);
  }
  .floating .right-box {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 66px);
    padding: 8px;
  }
  .floating .right-box .button-buy {
    width: 100%;
    max-width: 400px;
    height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .floating .right-box .button-buy:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .floating .right-box .button-buy .left {
    background: #07b13c;
    width: 20%;
  }
  .floating .right-box .button-buy .left svg {
    margin: 0 auto;
    width: 24px;
    height: 50px;
  }
  .floating .right-box .button-buy .right {
    width: 80%;
  }
  .floating .right-box .button-buy .right span {
    font-size: 1.1rem;
    line-height: 50px;
  }
  .box-bottom .top {
    display: none;
  }
  .box-bottom .middle {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .footer-site {
    padding-bottom: 90px;
  }
}

@media (max-width: 543px) {
  .site-header .box-links .list .link {
    padding: 15px 0;
  }
  .box-bottom .middle>.container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-bottom .middle .social {
    margin: 30px auto 0;
    width: 150px;
  }
  .box-bottom .middle .social .itens,
  .box-bottom .middle .social .title {
    text-align: center;
  }
  .box-bottom .middle .payments {
    max-width: 100%;
    padding: 10px;
  }
  .box-bottom .middle .payments .flags img {
    max-width: 100%;
  }
}

.fixed-bar {
  background: #333;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
  padding: 0 7.5%;
}

.fixed-bar .list,
.fixed-bar .right-side {
  display: inline-block;
  vertical-align: middle;
}

.fixed-bar .list {
  margin: 0 auto;
  font-size: 0;
}

.fixed-bar .list .item,
.fixed-bar .list a {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.fixed-bar .list .item {
  display: inline-block;
  vertical-align: middle;
}

.fixed-bar .list .item a {
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 30px;
  color: #ccc;
  padding: 0 20px;
  text-transform: uppercase;
  text-decoration: none;
  height: 30px;
}

.fixed-bar .list .item.active,
.fixed-bar .list .item:hover {
  background: #131151;
}

.fixed-bar .list .item.active a,
.fixed-bar .list .item:hover a {
  color: #fff;
}

.fixed-bar .right-side {
  float: right;
  margin-top:2px;
}

.fixed-bar .right-side .button-client {
  color: #ebf8fe;
  padding: 3px 22px;
  border-radius: 4px;
  margin-top: 0px;
  display: block;
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.fixed-bar .right-side .contact-phone {
  background: #494949;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 20px;
  margin-top: -2px;
}

.fixed-bar .right-side .contact-phone img {
  height: 20px;
}

.fixed-bar .right-side .contact-phone img,
.fixed-bar .right-side .contact-phone .contact-text {
  display: inline-block;
  vertical-align: middle;
}

.fixed-bar .right-side .contact-phone .contact-text {
  font-size: 0.95rem;
  margin-left: 5px;
}

@media (min-width: 768px) {
  #open-menu-areas,
  #menu-headerbar {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .fixed-bar {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* for MOBILE */
  header[role="header"] {
    padding-bottom: 0;
  }
  #open-menu-areas {
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 7px solid #fff;
    right: -15px;
    top: 50%;
    /*display: none */
  }
  #open-menu-areas .active {
    transform: rotate(180deg) translateY(8px);
  }
  #menu-stage {
    padding-bottom: 10px;
  }
  #menu-headerbar {
    display: none;
    position: relative;
    border-top: 1px solid #026fa0;
    margin-left: -15px;
    margin-right: -15px;
  }
  #menu-headerbar .active {
    display: block;
  }
  #menu-headerbar .item {
    border-bottom: 1px solid #026fa0;
    background: #0990ce;
    margin-left: 15px;
    margin-right: 15px;
  }
  #menu-headerbar .item a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    text-align: center;
  }
}

@media (max-width: 1439px) {
  .fixed-bar {
    padding: 0 1%;
  }
}

.box-finish {
  padding-top: 94px;
  padding-bottom: 88px;
}

@media (max-width: 1199px) {
  .box-finish {
    padding-top: 0px;
  }
}

.box-finish .title {
  width: 100%;
  display: block;
  color: #0098FF;
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
}

.box-finish .text {
  width: 100%;
  display: block;
  color: #535353;
  font-size: 1.563rem;
  font-weight: 300;
  text-align: center;
  margin-top: 26px;
}

.box-finish .box-buttons {
  text-align: center;
}

.box-finish .box-buttons>a {
  display: inline-block;
  vertical-align: middle;
  margin: 56px 40px 0;
}

.box-finish .box-buttons .button-demo {
  background-color: #ff7800;
  width: 450px;
  height: 79px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 900;
  text-align: center;
  line-height: 79px;
  text-transform: uppercase;
}

.box-finish .box-buttons .button-demo:hover {
  box-shadow: 2px 2px 5px 0px rgba(131, 131, 131, 0.5);
  transform: translateY(-2px);
}

.box-finish .box-buttons>.button-buy:hover {
  box-shadow: 2px 6px 5px 0px rgba(131, 131, 131, 0.5);
}

.box-finish .box-buttons>.button-buy .left {
  background: #ededed;
}

@media (max-width: 1599px) {
  .box-finish .title,
  .box-finish .text {
    width: 80%;
    margin: 35px auto;
  }
  .box-finish .text {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .box-finish .box-buttons>a,
  .box-finish .box-buttons .button-demo {
    width: 320px;
  }
  .box-finish .button-buy .left svg {
    height: 58px;
  }
}

@media (max-width: 991px) {
  .box-finish {
    padding-top: 0px;
    padding-bottom: 48px;
  }
  .box-finish .box-buttons>a,
  .box-finish .box-buttons .button-demo {
    width: 40%;
    display: inline-block;
    margin: 40px 4% 0;
  }
}

@media (max-width: 768px) {
  .box-finish {
    padding-top: 24px;
    padding-bottom: 65px;
    display: none;
  }
  .box-finish .title {
    font-size: 2rem;
  }
  .box-finish .text {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .box-finish .box-buttons>a.button-buy {
    width: 50%;
  }
  .box-finish .box-buttons>a.button-buy .left {
    display: none;
  }
  .box-finish .box-buttons>a.button-buy .right {
    width: 100%;
  }
  .box-finish .box-buttons>a.button-buy .right span {
    font-size: 1.2rem;
  }
  .box-finish .box-buttons .button-demo,
  .box-finish .box-buttons .button-buy {
    margin-left: 1%;
    margin-right: 1%;
  }
  .box-finish .box-buttons .button-demo {
    width: 41%;
    font-size: 1rem;
  }
}

.error-404 {
  padding: 279px 0;
  text-align: center;
  background: #f6f6f6;
}

@media(max-width:767px) {
  .error-404 {
    padding: 120px 20px;
  }
}

.error-404 h1 {
  font-weight: 300;
}

.btn-cta-green {
  border-radius: 15px;
  background-color: #09ce47;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 1.525rem;
  font-weight: 300;
  text-align: center;
  margin-top: 25px;
  display: block;
  padding: 16px 50px;
  margin: 0 auto;
  max-width: 346px;
}

@media (max-width: 543px) {
  .btn-cta-green {
    width: 90%;
    font-size: 1.4rem;
    height: inherit;
    padding: 14px 30px;
  }
}

.lw-footer {
  background-color: #f2f2f2;
  color: #263746;
  padding: 31px 32px;
  margin: 0;
}

.lw-footer .container {
  max-width: 1200px;
}

.lw-footer .lw-logo {
  display: inline;
  float: left;
  margin-top: -7px;
}

.lw-footer .copyright {
  text-align: right;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .lw-footer {
    padding-bottom: 80px;
  }
}

object {
  display: none;
}
