@media (min-width:992px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="b2d726bc-f429-2efc-b6c2-78117a5edc46"] {
      opacity: 0;
      display: none;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id="b2d726bc-f429-2efc-b6c2-78117a5edc55"] {
      opacity: 0;
      display: none;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id="b2d726bc-f429-2efc-b6c2-78117a5edc64"] {
      opacity: 0;
      display: none;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id="bf0e1335-9ae5-d3f8-8a79-4cb3f7ab6b9f"] {
      opacity: 0;
      display: none;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id="42550459-3536-9c60-e413-e28ecc1e6aeb"] {
      opacity: 0;
      display: none;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id="0b405158-90d7-a087-986e-ea3963d220bf"] {
      opacity: 0;
      display: none;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id="1946ca16-14c1-6e9b-b319-b3687db72fd3"] {
      opacity: 0;
      display: none;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id="ce222636-28b6-433e-33c6-58abcdc01768"] {
      opacity: 0;
      display: none;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id="1a97cabc-9e29-db50-a848-84d693c543c0"] {
      opacity: 0;
      display: none;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id="4d0d594c-c5aa-f8f0-d054-30664a699fda"] {
      opacity: 0;
      display: none;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id="4d0d594c-c5aa-f8f0-d054-30664a699fe9"] {
      opacity: 0;
      display: none;
  }
  html.w-mod-js:not(.w-mod-ix) [data-w-id="4d0d594c-c5aa-f8f0-d054-30664a699ff8"] {
      opacity: 0;
      display: none;
  }
}
.products-item_compare_check {
  border-color: rgba(112, 112, 112, 0.3);
  background-color:  rgb(255, 255, 255);
  -webkit-transition-property: background-color border-color; /* Safari */
  -webkit-transition-duration: 0.500s; /* Safari */
  transition-property: background-color border-color;
  transition-duration: 0.500s;
  transition-timing-function: ease;
}
.products-item_compare.checked {
    display: flex !important;
    opacity: 1 !important;
}
.products-item_compare.checked .products-item_compare_check {
  border-color: rgb(30, 115, 190);
  background-color: rgb(30, 115, 190);
}
.compare-box {
    -webkit-transform:translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform:translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform:translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform:translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    display: block;
    opacity: 1;
    -webkit-transition-property: all; /* Safari */
    -webkit-transition-property: transform; /* Safari */
    -webkit-transition-duration: 0.300s; /* Safari */
    transition-property: all;
    transition-property: transform;
    transition-duration: 0.300s;
    transition-timing-function: ease;
}
.compare-box.show {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
    display: block !important;
    opacity: 1 !important;
    transform-style: preserve-3d !important;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.hide {
    display: none !important;
    opacity: 0 !important;
}

/*.distribuition-p,
.institutional-p,
.product-internal-p,
.product-info-p,
.distribuition-internal-p ,
.distribuition-internal-about-p,
.distribuition-benefits-p {
    margin-bottom: 10px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.25px;
 }*/
 .product-internal-p p {
    color: #d6d6d6;
    font-size: 16px;
    line-height: 23px;
  }
.institutional-p p {
    color: #dad8d8;
}
.distribuition-p p {
    color: grey;
}
.distribuition-internal-p p {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #dedede;
}
.distribuition-benefits-p p {
    max-width: 550px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.paragraph p {
    font-size: 16px;
    line-height: 22px;
}
/* ul.product-info-table-list.comparative-page-columns.w-list-unstyled {
    overflow: scroll;
    height: 500px;
    padding-right: 25px;
} */
.service-page_process-section_list_content-box_item_paragraph p {
    color: grey;
    margin-bottom: 0;
}
.budget-list.show {
    display: flex !important;
    opacity: 1 !important;
    width: 470px !important;
    height: auto !important;
}
.jconfirm .jconfirm-box-container.jconfirm-no-transition {
    width: 400px;
    margin: 0 auto;
}
.hero-h1-text {
    margin-bottom: 15px;
}
span.product-info-table-item-info-span {
    color: rgb(139, 139, 139);
    font-size: 13px;
}
b.term {
    background-color: yellow;
}
.navbar-navlink_dropdown_menu_item_header_image {
    max-height: 100%;
}
.comparative-page td {
    z-index: -2;
    position: relative;
}
.comparative-page thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    background-color: #fff;
}
.comparative-page tbody td.fixed-side {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    border-bottom: 1px solid #ccc;
}
.comparative-page td.valor {
    text-align: center;
    min-width: 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
    font-family: Gotham, sans-serif;
    color: #1e73be;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.comparative-page .container {
    position: relative;
}
.comparative-page .comparative-content {
    margin-left: 0;
    overflow-x: scroll;
    overflow-y: visible;
}
.comparative-page .fixed-side {
    left: 0;
    position: absolute;
    top: auto;
    z-index: -1;
}
.comparative-page th .products-item.comparative-item {
    margin-left: 30px;
    margin-bottom: 30px;
}
.comparative-page .products-item-textbox-model {
    text-align: left;
}
.comparative-page .products-item {
    width: 90%;
}
.comparative-page .products-item-textbox {
    height: 107px;
}
@media (min-width: 991px) and (max-width: 1279px) {
  .navbar_right-box_top-bar_list_item {
      font-size: 8px;
  }
  .navbar-navlink_dropdown,
  .navbar-navlink {
      font-size: 12px;
      padding-left: 15px;
      margin-left: 15px
  }
  .w-nav-brand {
      width: 35%;
  }
  .navbar_left-box {
      padding-right: 1%;
  }
  .product-intern .product-intern_navbar .navbar-search {
      display: none;
  }
  .navbar-logo {
    width: 119px;
  }
  .product-content {
    padding-top: 90px;
  }
  .hero-h1-text {
    margin-bottom: 10px;
  }
  .button {
    font-size: 10px;
  }
  .product-title {
    font-size: 50px;
    line-height: 45px;
  }
  .button.product-internal-btn {
    margin-top: 15px;
  }
}

/* ESTILIZAÇÃO DO MAPA */

.mapa{position: relative;}
.refine__pesquisa{font-size: 1.2rem;}
.busca__cep{ position: absolute; left: 0; top: 0; width: 410px; height: 100%; padding: 2rem; z-index: 1; background-color: #f8f8f8; }
#map{ height: 100vh; min-height: 600px; margin-left: 410px;}
#form__cep{margin: 10px 0 10px 0;}
.cep__todas__lojas{margin: 5px 0 20px 0;}
.todas__lojas{font-size: .8rem}
.cep__invalido{background-color: #fa000040; border-radius: 5px; color: red; padding: 5px; display: none}
.endereco__invalido{background-color: #fa000040; border-radius: 5px; color: red; padding: 5px; display: none}
.button__cep{margin-top: -60px;}
.local__atual{font-size: .8rem; color: #3c505a; margin-left: 40px; display: none}
.pin__cep{color: #3c505a; height: 1rem;}
.cep__border{position: absolute; left: 0; top: 0; width: 100%; height: 5px; background-image: linear-gradient(to right, #3c505a, #1e73be);}
.lista__lojas{overflow: auto; height: 58%; background-color: #FFFFFF}
.lista__item{ position: relative; border: solid 1px #ececec; padding: .6rem; transition: all 450ms ease; cursor: pointer; }
.lista__item:hover{padding-left: 2rem;}
.lista__item.active{border-left: 2px solid #1e73be; box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);}
.lista__item::before{content: url("../images/arrow-drop-blue.svg");     position: absolute; right: 20px; bottom: 1rem;}
.item__nome{font-size: 1.2rem; font-weight: 600; color: #1e73be; margin-right: -2rem;}
.item__cidade{font-size: .9rem; font-weight: 550; color: #3c4f5a;}
.mais__infos{display: none}
.item__endereco{ font-size: .85rem; font-weight: 510; width: 91%;}
.item__link{font-size: .8rem;}

@media screen and (max-width: 479px) {
    .mapa{width: 100vw; height: 148vh;margin-bottom: 1rem;}
    .busca__cep{width: 100vw; padding: 1rem; height: 50vh;}
    .button__cep{width: 50%!important; font-size: .7rem!important;}
    .lista__lojas{height: 25vh;}
    .item__nome{margin-right: 0;}
    #map{margin-left: 0; top: 52vh; width: 100vw; z-index: 2;}
}



.select2-container--default .select2-selection--single{
    border-style: solid!important;
    border-width: 1px!important;
    border-color: #e5e5e5!important;
    background-color: #fff!important;
    margin-top: 0px!important;
    margin-right: 0px!important;
    margin-bottom: 10px!important;
    border-radius: 40px!important;
    height: 50px!important;

}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: 'Proxima Nova', sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444!important;
    line-height: 50px!important;
    margin-left: 10px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px!important;
    position: absolute!important;
    top: 1px!important;
    right: 1px!important;
    width: 20px!important;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px!important;
    width: 100%!important;
    box-sizing: border-box!important;
    height: 30px!important;
    border-radius: 40px!important;
}

.select2-results__option {
    padding: 5px!important;
    margin-left: 30px!important;
    user-select: none!important;
    -webkit-user-select: none!important;
}

.select2-dropdown {
    border-radius: 40px!important;
}

.select2-container--open .select2-dropdown {
    left: 0!important;
    top: -10px!important;
}

.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
}

.contact-page_content_box_right-box-custom {
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.lista__ates{ background-color: #FFFFFF}
.lista__item_custom{ position: relative; border: solid 1px #ececec; padding: .6rem; transition: all 450ms ease; cursor: pointer; }
.lista__item_custom:hover{padding-left: 2rem;}
.lista__item_custom.active{border-left: 2px solid #1e73be; box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);}
.lista__item_custom::before{content: url("../images/lang-arrow-color.svg");     position: absolute; right: 20px; bottom: 1rem;}
.item__nome_custom{font-size: 1.2rem; font-weight: 600; color: #1e73be; margin-right: -2rem;}
.item__cidade_custom{font-size: .9rem; font-weight: 550; color: #3c4f5a;}
.mais__infos_custom{display: none}
.item__endereco_custom{ font-size: .85rem; font-weight: 510; width: 91%;color: grey;}
.item__link_custom{font-size: .8rem;}


.contact-title-custom {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #3c505a;
  font-size: 50px;
}

.contact-page_content_box_custom {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
