/* azul escuro */
/* ---------------------------------------------------------------- */

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #161d25;
  background: #f6f6f6;
}
a {
  outline: none !important;
  text-decoration: none !important;
}
.red {
  color: #40818c;
}
.thin {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 600;
}
strong {
  font-weight: 600;
}
.margin-top5 {
  margin-top: 5px !important;
}
.margin-top10 {
  margin-top: 10px !important;
}
.margin-top20 {
  margin-top: 20px !important;
}
.margin-top25 {
  margin-top: 25px !important;
}
.margin-top30 {
  margin-top: 30px !important;
}
.margin-top40 {
  margin-top: 40px !important;
}
.margin-top60 {
  margin-top: 60px !important;
}
.margin-top80 {
  margin-top: 80px !important;
}
.margin-bottom10 {
  margin-bottom: 10px !important;
}
.margin-bottom20 {
  margin-bottom: 20px !important;
}
.margin-bottom40 {
  margin-bottom: 40px !important;
}
.margin-bottom60 {
  margin-bottom: 60px !important;
}
.margin-bottom80 {
  margin-bottom: 80px !important;
}
.no-margin {
  margin: 0 !important;
}
.padding-top20 {
  padding-top: 20px !important;
}
.padding-bottom20 {
  padding-bottom: 20px !important;
}
.padding-bottom40 {
  padding-bottom: 40px !important;
}
.padding-bottom60 {
  padding-bottom: 60px !important;
}
.padding-bottom80 {
  padding-bottom: 80px !important;
}
.poppins {
  font-family: 'Poppins', sans-serif !important;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.v-middle {
  vertical-align: middle;
}
.no-border {
  border: none !important;
}
img {
  max-width: 100%;
}
.title1 {
  color: #6d6d6d;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
h2 {
  font-weight: 700;
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
h2 span {
  display: block;
}
/* forms */

::-webkit-input-placeholder {
  color: #cdcdcd;
}
:-ms-input-placeholder {
  color: #cdcdcd;
}
::placeholder {
  color: #cdcdcd;
}
.help-block-error {
  margin: 2px 0 0 0;
  padding-left: 12px;
  font-size: 13px;
  color: #b52533;
  display: block;
}
.has-error {
  color: #b52533;
  border-color: #b52533 !important;
  background: rgba(248, 215, 218, 0.349019607843137) !important;
}
.has-error ::-webkit-input-placeholder {
  color: #b52533 !important;
}
.has-error :-ms-input-placeholder {
  color: #b52533 !important;
}
.has-error ::placeholder {
  color: #b52533 !important;
}
.form-default label {
  display: block;
  color: #666666;
  font-weight: 500;
  font-size: 12px;
  margin: 15px 0 0 0;
}
.form-default input,
.form-default textarea,
.form-default select {
  border: 1px solid #dddddd;
  border-radius: 25px;
  height: 40px;
  padding: 0 20px;
  outline: none !important;
  width: 100%;
  font-size: 12px;
}
.form-default input:focus,
.form-default textarea:focus,
.form-default select:focus {
  border-color: #40818c;
}
.form-default textarea {
  height: 100px;
  resize: none;
  padding-top: 5px;
}
.form-default .button-red {
  max-width: 200px;
}
/* buttons --------------------------------------------------- */

.button-red,
.button-default,
.link-default {
  background: #40818c;
  border: none !important;
  box-sizing: border-box;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: 14px;
  height: 38px;
  outline: none !important;
  transition: 0.2s ease-in-out;
  width: 100%;
  max-width: 100%;
}
.button-red:hover {
  background: #285158;
}
.button-verde {
  background: #38cb89;
  border: none !important;
  box-sizing: border-box;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: 14px;
  height: 38px;
  outline: none !important;
  transition: 0.2s ease-in-out;
  width: 100%;
  max-width: 100%;
}
.button-red:verde {
  background: #269161;
}
.button-yellow {
  background: #f6a02b;
  border: none !important;
  box-sizing: border-box;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: 14px;
  height: 38px;
  outline: none !important;
  transition: 0.2s ease-in-out;
  width: 100%;
  max-width: 100%;
}
.button-yellow:hover {
  background: #cc7909;
}
.link-default {
  background: #b1b1b1;
  width: initial;
  padding: 0 30px;
  display: inline-block;
  line-height: 38px;
  color: white !important;
}
.link-default:hover {
  background: #8b8b8b;
}
#bg_carregando {
  display: none;
  position: fixed;
  background: #222222;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.6;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#img_carregando {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -26.5px;
  z-index: 99999999;
}
.slick-slide {
  outline: none !important;
}
.container-white {
  background: white;
  border-radius: 10px;
  padding: 45px 40px;
}
.borda-default {
  border-top: 1px solid #e4e4e4;
}
/* menu ---------------------------------------------------------------------------------------------------------------------------------------------- */

nav {
  background: #f6f6f6;
  display: block !important;
  padding: 0 !important;
  margin-bottom: 20px;
}
nav .dropdown-menu {
  margin-top: 5px !important;
  background: white !important;
  border-radius: 0 !important;
  padding: 10px 15px !important;
  width: 190px !important ;
}
nav .dropdown-menu a {
  display: block;
  padding: 1px 0;
}
nav .content-nav {
  padding: 10px 0;
}
nav .div-menu {
  background: white;
  padding: 0;
}
nav ul {
  margin: 0 auto;
  width: 100%;
}
nav ul li {
  width: 100%;
  text-align: center;
}
nav ul li a {
  color: black !important;
  font-size: 14px;
}
nav ul li.active a {
  font-weight: 600;
  color: #40818c !important;
}
nav .nav-link {
  padding: 12px 10px !important;
}
nav .link-carrinho {
  position: relative;
  display: inline-block;
}
nav .link-carrinho span {
  position: absolute;
  top: 3px;
  right: 7px;
  color: #5b5b5b;
  font-size: 11px;
  font-weight: 600;
}
nav .navbar-brand svg {
  position: relative;
  z-index: 2;
  width: 112px;
  height: 94px;
  transition: width 0.4s;
}
nav .navbar-toggler {
  outline: none !important;
}
nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(174 174 174)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
nav .nav-minha-conta {
  border: 1px solid white;
  border-radius: 20px;
  padding: 5px 12px !important;
}
nav .dropdown-menu {
  padding: 25px 30px 25px 45px;
  background: white;
  box-shadow: 7.80488px 7.80488px 39.0244px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 16px;
}
nav .dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
}
nav .dropdown-list .dropdown-item-list {
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 5px 0;
}
nav .dropdown-list li {
  border-bottom: 1px solid rgba(18, 24, 55, 0.07);
  margin-right: 20px;
  padding-left: 5px;
}
nav .dropdown-list li:last-child {
  border: none !important;
}
nav .dropdown-list li a {
  font-weight: 400 !important;
  color: #1b7bb5 !important;
  transition: 0.3s ease-in-out;
}
nav .dropdown-list li a:hover {
  color: #40818c !important;
}
nav .info-menu {
  border-bottom: 1px solid #e4e4e4;
  padding: 6px 0;
  font-size: 13px;
  margin-bottom: 5px;
}
nav .info-menu a {
  color: #151515;
}
nav .info-menu .email-header {
  margin-left: 10px;
}
nav .info-menu .container-link-social {
  float: right;
}
nav .info-menu .container-link-social a {
  margin-left: 3px;
}
nav .info-menu .container-link-social svg {
  color: #151515;
}
nav .content-menu {
  width: 100%;
}
nav .content-menu a {
  color: #5b5b5b !important;
}
nav .content-menu .container-link-pedidos {
  display: inline-block;
  font-size: 12px;
  margin: 0 20px;
}
nav .content-menu .buttons-menu {
  clear: both;
}
nav .content-menu .buttons-menu #search .has-error {
  background: #f8d7da !important;
}
nav .content-menu .buttons-menu form {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
nav .content-menu .buttons-menu form input {
  background: #e1e1e1;
  border-radius: 20px;
  border: none;
  outline: none !important;
  width: 100%;
  max-width: 300px;
  height: 38px;
  padding: 0 15px;
}
nav .content-menu .buttons-menu form .svg-search {
  position: absolute;
  right: 12px;
  top: 8px;
  cursor: pointer;
  z-index: 2;
}
nav .content-menu .buttons-menu .container-login-header {
  display: inline-block;
  color: #5b5b5b;
}
nav .content-menu .buttons-menu .container-login-header span {
  color: #40818c;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
nav .content-menu .buttons-menu .container-login-header svg {
  vertical-align: middle;
  margin-right: 5px;
}
nav .content-menu .buttons-menu .container-login-header div {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  font-size: 13px;
  text-align: left;
}
nav .content-menu .buttons-menu .container-carrinho-header {
  display: inline-block;
  margin-left: 15px;
}
nav .content-menu .buttons-menu .container-carrinho-header .container-icon-carrinho {
  position: relative;
}
nav .content-menu .buttons-menu .container-carrinho-header .container-icon-carrinho .count-carrinho {
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 11px;
  width: 19px;
  height: 19px;
  text-align: center;
  color: white;
}
nav .content-menu .buttons-menu .container-carrinho-header svg {
  vertical-align: middle;
  margin-right: 5px;
}
nav .content-menu .buttons-menu .container-carrinho-header div {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  color: #40818c;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
nav .button-red {
  margin-top: 7px;
  height: 32px;
  text-transform: initial;
  font-weight: 400;
}
nav .button-red a {
  display: block;
  width: 200px;
  color: white !important;
}
@media (max-width: 991px) {
  .content-menu {
    margin-top: 20px;
  }
  form {
    display: block !important;
    margin: 0 auto 20px auto !important;
  }
  .info-menu {
    float: initial !important;
    text-align: center;
  }
  .buttons-menu {
    margin-bottom: 10px;
  }
  .div-menu .button-red {
    width: initial !important;
  }
  #navbarNavDropdown {
    padding-bottom: 20px;
  }
  .dropdown-menu {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  nav .content-nav {
    padding: 10px 20px 5px 20px !important;
  }
}
@media (min-width: 992px) {
  /* fixed menu */
  
  .fixed-nav-lg {
    top: 0;
    width: 100%;
    z-index: 999;
    height: 125px;
    transition: height 0.2s;
  }
  .nav-small-version {
    height: 92px;
  }
  .nav-small-version .navbar-brand svg {
    width: 73px;
    height: 62px;
  }
  .nav-small-version .navbar-brand img {
    width: 73px;
  }
}
@media (max-width: 1200px) {
  #search {
    max-width: 420px;
  }
}
#menu_produtos {
  background: white;
  box-shadow: 0px 4px 30px rgba(155, 153, 153, 0.15);
  border-radius: 10px;
  padding: 0;
}
#menu_produtos .card {
  border: none;
  background: white;
}
#menu_produtos .card .card-header {
  border: none;
  background: initial;
  padding: .75rem .95rem;
}
#menu_produtos .card .card-body {
  padding: 0;
}
#menu_produtos .card h3 {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  color: #828282;
  margin: 0;
  padding: 0;
}
#menu_produtos .card svg {
  width: 30px;
  margin-right: 5px;
}
#menu_produtos .card a {
  color: #828282 !important;
}
#menu_produtos .card .collapse {
  border-bottom: 1px dashed #efefef;
}
#menu_produtos .card.active .card-header {
  background: #fef3f1;
  border-left: 2px solid #fd683e;
}
#menu_produtos .card.active h3 a {
  color: #ac232e !important;
}
#menu_produtos .card.active svg * {
  stroke: #ac232e;
  color: #ac232e;
}
#menu_produtos .card.active .svg-fill * {
  fill: #ac232e;
}
#menu_produtos .flex-teste {
  display: flex;
  align-items: center;
}
#menu_produtos .subcategoria1 {
  background: #f9f9f9;
  color: #606060;
  padding: 10px 20px;
  border-top: 3px solid white;
}
#menu_produtos .subcategoria1 img {
  margin-right: 5px;
}
#menu_produtos .subcategoria2 {
  padding: 10px 20px;
  color: #606060;
}
#menu_produtos .subcategoria2 img {
  vertical-align: initial;
  margin-right: 3px;
}
/* body ----------------------------------------------------------------------------------------------------------------------------------------------------- */

.container-newsletter {
  background: #e7e7e7;
  margin-top: 20px;
  border-radius: 10px;
  padding: 38px;
  background-image: url('../images/bg-dots1.png');
  background-repeat: no-repeat;
  background-position: 97% 95%;
}
.container-newsletter span {
  color: #303e01;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
}
.container-newsletter input {
  background: #e7e7e7;
  border: 1px solid #303e01;
  height: 35px;
  padding: 0 18px;
  outline: none;
  border-radius: 20px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.container-newsletter .button-yellow {
  margin-top: 10px;
  color: #303e01;
}
/* minha_conta ------------------------------------------------------------------------------------------------------------------------------------------ */

#section_conta .title1 {
  text-transform: initial;
  margin-bottom: 2px;
}
#section_conta .button-conta {
  width: initial;
  padding: 0 30px;
}
#section_conta .button-conta a {
  color: white;
}
#section_conta .table-enderecos {
  width: 100%;
  margin-top: 5px;
}
#section_conta .table-enderecos .endereco-ativo-icon {
  width: 15px;
  fill: #cdcdcd;
  cursor: pointer;
}
#section_conta .table-enderecos .endereco-ativo-icon.active {
  fill: #40818c;
  cursor: auto;
}
#section_conta .table-enderecos tr {
  background: #f8f8f8;
  border-bottom: 10px solid white;
}
#section_conta .table-enderecos tr td {
  padding: 10px 5px;
}
#section_conta .table-enderecos tr td a {
  color: #40818c !important;
  font-weight: 600;
}
/* meus_pedidos ----------------------------------------------------------------------------------------------------------------------------------- */

#section_pedidos {
  color: #666666;
}
#section_pedidos .link-minha-conta {
  color: #606060;
  font-size: 18px;
  margin: 0 20px 10px 10px;
  display: inline-block;
}
#section_pedidos .link-minha-conta.active {
  color: #40818c;
  font-weight: 600;
}
#section_pedidos label {
  display: block;
  font-size: 12px;
  color: #949494;
  font-weight: 300;
  margin-bottom: 3px;
}
#section_pedidos .table-header-pedido {
  color: #40818c;
  font-weight: 600;
  margin-bottom: 15px;
}
#section_pedidos .container-meus-pedidos {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
#section_pedidos .header-pedido {
  background: white;
  padding: 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#section_pedidos .footer-pedido {
  background: #f8f8f8;
  padding: 15px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#section_pedidos .pedido-detalhe {
  color: #40818c;
  font-weight: 600;
  cursor: pointer;
}
#section_pedidos .status-pedido {
  color: #2e2e2e;
}
#tbl_exames {
  background: white;
  width: 100%;
  padding: 0 10px;
}
#tbl_exames tr {
  border-bottom: 3px solid #f6f6f6;
}
#tbl_exames tr td {
  padding: 10px 0;
}
.exames-pedido {
  background: white;
  padding: 15px;
  border-radius: 10px;
}
.exames-pedido strong {
  color: #40818c;
  font-weight: 700;
}
.exames-pedido .col-exames {
  display: inline-block;
}
.exames-pedido .col-exames span {
  color: #40818c;
  font-size: 15px;
  font-weight: 500;
}
/* modal detalhes pedidos ------------------------------------------------------------------------------------------------------------ */

.modal_detalhes_pedido .close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #40818c;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 25px;
  font-weight: 400;
  text-shadow: none;
  color: white;
  outline: none;
}
.modal_detalhes_pedido .verde {
  font-weight: 600;
  color: #40818c;
}
.modal_detalhes_pedido .modal-body {
  padding: 0;
}
.modal_detalhes_pedido .modal-dialog {
  max-width: 700px;
}
.modal_detalhes_pedido .div-rastreio {
  line-height: 16px;
}
.modal_detalhes_pedido .div-rastreio .indisponivel {
  color: #cdcdcd;
}
.modal_detalhes_pedido .div-rastreio a {
  line-height: 12px;
  display: block;
}
.modal_detalhes_pedido .modal-header-pedido {
  padding: 40px 20px 20px 20px;
  color: #454545;
}
.modal_detalhes_pedido .modal-header-pedido strong {
  font-weight: 600;
}
.modal_detalhes_pedido .modal-header-pedido a {
  font-size: 11px;
  color: #666666 !important;
}
.modal_detalhes_pedido .modal-header-pedido .linha {
  width: 100%;
  height: 4px;
  margin-top: -13px;
  background-image: linear-gradient(to right, #40818c 0, #cdcdcd 0px);
}
.modal_detalhes_pedido .modal-header-pedido .linha-full {
  width: 100%;
  height: 4px;
  margin-top: -13px;
  background: #40818c;
}
.modal_detalhes_pedido .modal-header-pedido ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
.modal_detalhes_pedido .modal-header-pedido ul li {
  display: inline-block;
  width: calc(20% - 5px);
}
.modal_detalhes_pedido .modal-header-pedido ul li .item-status {
  text-align: center;
  display: inline-block;
  max-width: 80px;
  position: relative;
}
.modal_detalhes_pedido .modal-header-pedido ul li .item-status.active:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #40818c;
  display: block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 2;
}
.modal_detalhes_pedido .modal-header-pedido ul li .text {
  max-width: 80px;
  font-size: 14px;
  line-height: 14px;
}
.modal_detalhes_pedido .modal-body-pedido {
  background: #f8f8f8;
  padding: 20px 20px 40px 20px;
}
.modal_detalhes_pedido .modal-body-pedido .title-address {
  color: #40818c;
  display: block;
}
.modal_detalhes_pedido .modal-body-pedido .product-details-box {
  background: #fefffa;
  margin-top: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.modal_detalhes_pedido .modal-body-pedido .product-details-box .col-img img {
  max-width: 100px;
  padding: 10px 0;
}
.modal_detalhes_pedido .modal-body-pedido .product-details-box .col-img .borda {
  width: 1px;
  height: 100%;
  background: #dbdbdb;
  position: absolute;
  right: 10px;
}
.modal_detalhes_pedido .modal-body-pedido .product-details-box .col-data {
  padding: 10px 5px;
}
.modal_detalhes_pedido .modal-body-pedido .product-details-box .col-data .product-name {
  color: #666666;
  display: block;
  font-weight: 500;
}
.modal_detalhes_pedido .modal-body-pedido .product-details-box .col-data .details {
  display: block;
}
.modal_detalhes_pedido .modal-body-pedido .product-details-box .col-data .sub-product {
  font-size: 12px;
}
/* index ----------------------------------------------------------------------------------------------------------------------------------------------- */

#section_banner {
  margin-top: -20px;
}
#section_banner img {
  width: 100%;
}
#section_banner #banner_home {
  margin-bottom: 0 !important;
}
#section_banner #banner_home .slick-dots {
  bottom: 80px;
}
#section_banner .banner-mobile {
  display: none;
}
@media (max-width: 767px) {
  #banner_home .slick-dots {
    bottom: 10px !important;
  }
  .container-newsletter {
    margin-bottom: 20px;
  }
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
}
.slick-dots li button::before {
  width: 10px;
  height: 10px;
  opacity: 1;
  line-height: 10px;
  color: #d2d2d2;
  font-size: 10px;
}
.slick-dots .slick-active button::before {
  color: #40818c !important;
}
.slick-dots li button {
  background: #d2d2d2;
  border-radius: 20px;
}
.slick-dots li button:before {
  content: '';
}
.slick-active button {
  background: #40818c !important;
}
@media (max-width: 1100px) {
  .banner-mobile {
    display: block !important;
  }
  .banner-full {
    display: none !important;
  }
}
.container-solicitacoes {
  background-size: cover !important;
  height: 152px;
  padding: 0 80px;
  margin-top: 20px;
  border-radius: 20px;
  background-position-x: right !important;
}
.container-solicitacoes h3 {
  color: white;
  font-size: 33px;
  font-weight: bold;
  text-transform: uppercase;
}
.container-solicitacoes .button-yellow {
  width: initial;
  padding: 0 30px;
}
.container-solicitacoes .b2 {
  margin-left: 10px;
}
@media (max-width: 700px) {
  .container-solicitacoes {
    height: initial;
    padding: 20px 80px;
  }
  .container-solicitacoes button {
    margin: 5px 0 0 0 !important;
  }
}
.ver-mais-produtos {
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}
.ver-mais-produtos a {
  color: #40818c;
  font-weight: bold;
  font-size: 16px;
}
/* produtos ------------------------------------------------------------------------------------------------------------------------------------- */

#section_produtos h2 {
  color: #40818c;
  font-size: 40px;
  font-weight: 400;
  margin: 30px 0 10px 0;
}
#section_produtos h2 span {
  font-weight: bold;
  display: inline;
}
.container-produto {
  background: white;
  border-radius: 10px;
  max-width: 284px;
  height: 100%;
}
.container-produto .body-produto {
  padding: 10px 20px;
  text-align: center;
  color: #828282;
}
.container-produto .body-produto .nome-produto {
  color: #40818c;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  overflow: hidden;
}
.container-produto .body-produto .borda-produto {
  width: 100%;
  display: block;
  border-top: 1px dashed #e9e9e9;
  margin: 10px 0;
}
.container-produto .body-produto .button-red {
  margin-bottom: 3px;
}
.container-produto .body-produto .detalhes-produto {
  font-size: 12px;
  font-weight: 500;
}
.de-produto {
  font-weight: 300;
  font-size: 11px;
}
.de-produto span {
  text-decoration: line-through;
}
.valor-produto {
  color: #40818c;
  font-size: 24px;
  font-weight: 600;
}
/* produtos detalhes --------------------------------------------------------------------------------------------------------------------------- */

.nome-produto {
  color: #40818c;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.title-opcao {
  color: #909090;
  font-weight: 300;
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 20px;
  padding-bottom: 3px;
}
#produtos_car {
  margin-bottom: 0;
}
#produtos_car .slick-dots {
  bottom: 15px;
}
@media (max-width: 767px) {
  #produtos_car {
    margin-bottom: 20px;
  }
  #resposta_frete {
    margin-top: 20px;
  }
}
.container-tab {
  background: white;
  border-radius: 6px;
}
.container-tab .nav-tabs .nav-item {
  margin-bottom: -2px;
}
.container-tab .nav-tabs {
  border-bottom: 2px solid #e4e4e4;
}
.container-tab .nav-tabs li a {
  border: none;
  color: #40818c !important;
  font-weight: 700;
  padding: 20px 30px;
  font-size: 14px;
}
.container-tab .nav-tabs li a.active {
  border-bottom: 2px solid #40818c;
}
.container-tab .tab-content {
  padding: 10px 20px 30px 20px;
}
.descricao-produto {
  color: #969696;
  font-size: 13px;
}
.aviso-produto {
  color: #40818c;
  font-weight: 600;
  font-size: 14px;
}
.container-radio-produtos {
  border-bottom: 1px solid #f3f3f3;
  padding: 12px 0;
  position: relative;
}
.container-radio-produtos label {
  font-weight: 300;
  color: #161d25 !important;
  font-size: 15px;
  margin: 0;
}
.radio-produtos [type="radio"]:checked,
.radio-produtos [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-produtos [type="radio"]:checked + label,
.radio-produtos [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666666;
}
.radio-produtos [type="radio"]:checked + label:before,
.radio-produtos [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #cccccc;
  top: 50%;
  margin-top: -9px;
}
.radio-produtos [type="radio"]:checked + label:after,
.radio-produtos [type="radio"]:not(:checked) + label:after {
  content: ' ';
  color: white;
  text-align: center;
  height: 18px;
  background: #38cb89;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 18px;
  top: 50%;
  margin-top: -9px;
}
.radio-produtos [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio-produtos [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.container-produto-file {
  margin-top: 5px;
  display: none;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------- */

#section_carrinho h1 {
  color: #40818c;
  margin-bottom: 10px;
}
#section_carrinho .container-white {
  padding: 20px 30px;
}
#section_carrinho .produto-carrinho {
  color: #666666;
  font-weight: 500;
}
#section_carrinho .produto-carrinho .produto-carrinho {
  color: #40818c;
  font-size: 16px;
  font-weight: bold;
}
#section_carrinho .produto-carrinho .produto-opc {
  font-size: 13px;
  color: #666666;
}
#section_carrinho .produto-carrinho .valor-produto-carrinho {
  color: #40818c;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
#section_carrinho .produto-carrinho .valor-produto-carrinho small {
  display: block;
  font-weight: 300;
  color: #797979;
  font-size: 13px;
  margin-top: -6px;
}
#section_carrinho .produto-carrinho hr {
  border-color: #dbdbdb;
  margin: 10px 0;
}
#section_carrinho .produto-carrinho .button-remover {
  background: #a1a1a1;
  border-radius: 40px;
  border: none !important;
  outline: none !important;
  margin-right: 5px;
  height: 30px;
  padding: 0 35px;
  transition: 0.2s ease-in-out;
}
#section_carrinho .produto-carrinho .button-remover a {
  text-transform: uppercase;
  color: white;
}
#section_carrinho .produto-carrinho .button-remover:hover {
  background: #6e6e6e;
}
#section_carrinho .produto-carrinho .alterar-produto {
  color: #40818c;
  text-transform: uppercase;
  font-weight: 400;
}
#section_carrinho .produto-carrinho .container-qtd {
  display: inline-block;
  margin: 0 20px 0 10px;
}
#section_carrinho .produto-carrinho .container-qtd .qtd-itens {
  background: #f1f1f1;
  text-align: center;
  width: 50px;
  padding: 0;
  margin: 0;
  line-height: initial !important;
  border-radius: 6px;
  border: none;
  height: 31px;
}
#section_carrinho .produto-carrinho .container-qtd .control-qtd {
  font-weight: 600;
  color: #40818c;
}
#section_carrinho .container-cep .box-resume-address span {
  color: #40818c;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
#section_carrinho .container-cep .box-resume-address a {
  color: #40818c !important;
  margin-top: 5px;
  display: block;
}
#section_carrinho .container-cep #resposta_frete {
  width: 100%;
}
#section_carrinho .container-cep #resposta_frete.has-error {
  border: 1px dashed #b52533;
  padding: 5px;
}
#section_carrinho .container-cep #error_placement_frete {
  margin-top: 3px;
  font-size: 13px;
}
#section_carrinho .container-cep strong {
  font-weight: 600;
  color: #40818c;
  display: block;
}
#section_carrinho .container-cep .input-frete {
  max-width: 280px;
  display: block;
  margin: 5px auto;
  border-radius: 34px;
  border: 1px solid #dddddd !important;
  height: 33px;
  padding: 0 20px;
  outline: none !important;
}
#section_carrinho .container-cep .input-frete:focus {
  border-color: #40818c !important;
}
#section_carrinho .container-cep .radio-frete {
  width: 13px;
  height: 13px;
  margin-right: 3px;
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
}
#section_carrinho .container-cep .button-red {
  margin-top: 5px;
  height: 30px;
  max-width: 180px;
}
#section_carrinho .container-cep table {
  width: 100%;
}
#section_carrinho .container-cep table tr {
  border-bottom: 1px solid #ececec;
}
#section_carrinho .container-cep table .thead td {
  color: #40818c;
  font-weight: 600;
}
#section_carrinho .container-cep table tr:last-child {
  border: none;
}
#section_carrinho .container-cep table td {
  padding: 5px;
  font-size: 13px;
}
#section_carrinho .container-preco .continuar-comprando {
  color: #40818c;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 13px;
}
#section_carrinho .container-preco .button-red {
  max-width: 300px;
}
#section_carrinho .container-preco .button-red a {
  color: white;
}
#section_carrinho .container-preco table {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  color: #666666;
}
#section_carrinho .container-preco table tr {
  border-bottom: 0.5px solid #dbdbdb;
}
#section_carrinho .container-preco table tr:last-child {
  border: none;
}
#section_carrinho .container-preco table td {
  padding: 5px;
}
#section_carrinho .container-preco table .tbl-right {
  text-align: right;
}
#section_carrinho .container-preco table .b {
  font-weight: 700;
  color: #40818c;
}
#section_carrinho .carrinho-vazio {
  color: #afafaf;
  text-align: center;
}
#section_carrinho .carrinho-vazio h2 {
  font-size: 30px;
}
#section_carrinho .carrinho-vazio h3 {
  font-size: 20px;
}
#section_carrinho .carrinho-vazio .button-red {
  max-width: 180px;
  margin-top: 20px;
}
/* sobre -------------------------------------------------------------------------------------------------------------------------------------- */

#section_sobre h1 {
  color: #40818c;
  font-weight: 500;
  margin-bottom: 20px;
}
#section_sobre .container-white {
  color: #797979;
}
#section_sobre .sobre-title {
  color: #40818c;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}
#section_sobre .sobre-texto {
  color: #797979;
  font-weight: 300;
}
/* cadastro ----------------------------------------------------------------------------------------------------------------------------------------------- */

#section_cadastro .container-cadastro {
  background: white;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
#section_cadastro .container-cadastro .nav-tabs .nav-item {
  margin-bottom: -2px;
}
#section_cadastro .container-cadastro .nav-tabs {
  border-bottom: 2px solid #e4e4e4;
  margin-left: 20px;
}
#section_cadastro .container-cadastro .nav-tabs li a {
  border: none;
  color: #40818c !important;
  font-weight: 700;
  padding: 20px 30px;
}
#section_cadastro .container-cadastro .nav-tabs li a.active {
  border-bottom: 2px solid #40818c;
}
#section_cadastro .container-cadastro .tab-content {
  padding: 10px 20px 30px 20px;
}
#section_cadastro .container-cadastro .checkbox_aceito #cd_aceito,
#section_cadastro .container-cadastro .checkbox_aceito #cd_internacional {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
#section_cadastro .container-cadastro .checkbox_aceito span {
  margin-top: -21px;
  display: block;
  margin-left: 20px;
}
#section_cadastro .container-cadastro .aceito-politica {
  color: #40818c;
  font-weight: 500;
}
/* login ------------------------------------------------------------------------------------------------------------------------------------ */

#section_login {
  color: #666666;
}
#section_login h3 {
  color: #40818c;
  font-size: 22px;
  font-weight: bold;
}
#section_login .button-red {
  display: block;
  margin-top: 15px;
  max-width: 200px;
}
#section_login .link-esqueci-senha {
  color: #40818c;
  margin-top: 3px;
  font-weight: 500;
}
/* politica privacidade -------------------------------------------------------------------------------------------------------------------------------------- */

#section_privacidade h1 {
  color: #40818c;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}
#section_privacidade .container-white {
  color: #797979;
  line-height: 30px;
}
/* footer ----------------------------------------------------------------------------------------------------------------------------------------------------- */

footer {
  background: url('../images/bg-footer.png');
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 20px;
  margin-top: 30px;
}
footer .borda-footer {
  border-top: 1px solid #e4e4e4;
}
footer .footer-links {
  display: flex;
  column-count: 3;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
footer .footer-links li {
  width: 100%;
}
footer .footer-links li .link-menu {
  color: #40818c;
  font-weight: 600;
  margin: 20px 0 10px 0;
}
footer .footer-links li .link-footer {
  display: block;
  color: #161d25;
  font-weight: 300;
  line-height: 25px;
}
footer .icons-social {
  margin-top: 10px;
}
footer .footer-contato {
  color: #151515;
}
footer .footer-contato .footer-cel {
  position: relative;
  float: right;
  margin-top: 10px;
}
footer .footer-contato .footer-cel .footer-wp {
  left: -25px;
}
footer .footer-contato a {
  font-weight: 600;
  color: #151515;
  display: block;
}
footer .footer-contato .link-email {
  clear: both;
  font-weight: 400;
}
footer .footer-contato .footer-wp {
  position: absolute;
  bottom: 0;
}
footer .endereco {
  color: #40818c;
  margin-top: 15px;
}
footer .formas-pagamento {
  color: #828282;
  font-weight: 600;
  padding-bottom: 20px;
}
footer .formas-pagamento span {
  color: #40818c;
  font-weight: 300;
}
footer .formas-pagamento img {
  margin-left: 30px;
}
.footer {
  background: #e9e9e9;
  font-weight: 300;
  font-size: 11px;
  color: #5a7184;
  padding: 10px 0;
}
.footer a {
  color: #5a7184;
  font-weight: 400;
}
@media (max-width: 767px) {
  footer .logo-footer {
    margin: 10px 0;
  }
  footer .footer-cel {
    float: left !important;
  }
  footer .footer-wp {
    right: -25px !important;
    left: initial !important;
  }
}
/* arrows --------------------------------------- */

.slick-prev:before,
.slick-next:before {
  color: #bdbdbd;
}
.slick-prev {
  left: -30px;
  margin-top: 15px;
}
.slick-next {
  right: -30px;
  margin-top: 15px;
}
/* faq ---------------------------------------------------------------------------------------------- */

#section_faq .card {
  background: white;
  border: none !important;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}
#section_faq button {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  color: #161d25;
  font-size: 14px;
}
#section_faq .card-header {
  border: none !important;
  background: white;
}
#section_faq .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #6d6d6d;
  padding-top: 5px;
}
#section_faq .card:nth-child(even) .card-header,
#section_faq .card:nth-child(even) .card-body {
  background: #f8f8f8;
}
#section_faq .card:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#section_faq .card:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#section_faq .card-header button:after {
  content: url('../images/arrow-up.png');
  font-weight: 900;
  float: right;
}
#section_faq .card-header button.collapsed:after {
  content: url('../images/arrow-down.png');
  font-weight: 900;
  float: right;
}
/* form ---------------------------------------------- */

/* Modal ----------------------------------------------------------------------------------------------------------------------- */

/* laudos ------------------------------------------------------------------------------------------------------------------------------- */

#section_laudos .container-white {
  padding: 0;
  margin-bottom: 20px;
}
#section_laudos .header-laudo {
  padding: 20px;
  color: #666666;
  font-size: 13px;
  line-height: 18px;
}
#section_laudos .header-laudo strong {
  display: block;
  margin-bottom: 5px;
}
#section_laudos .header-laudo .logo-cliente,
#section_laudos .header-laudo .logo-empresa {
  margin-bottom: 5px;
}
#section_laudos #tbl_laudo {
  width: 100%;
  color: #666666;
}
#section_laudos #tbl_laudo td,
#section_laudos #tbl_laudo th {
  padding: 8px 0;
}
#section_laudos #tbl_laudo tr td:first-child,
#section_laudos #tbl_laudo tr th:first-child {
  padding-left: 20px;
}
#section_laudos #tbl_laudo thead {
  border-bottom: 1px solid #d8d8d8;
}
#section_laudos #tbl_laudo tbody tr td {
  border-bottom: 1px solid #d8d8d8;
  font-size: 12px;
}
#section_laudos #tbl_laudo tbody tr:nth-child(odd) {
  background: #f9fafc;
}
.btn-red-laudo {
  background: #ac232e;
  border: none !important;
  outline: none !important;
  color: white;
  border-radius: 25px;
  padding: 15px 0;
  min-width: 220px;
  transition: 0.3s ease-in-out;
}
.btn-red-laudo:hover {
  background: #821a23;
}
#section_certificados {
  color: #666666;
}
#section_certificados .container-white {
  padding: 15px;
  margin-bottom: 20px;
  background: white;
  border: 1px solid #e5e5e5;
  /* Box-Sombra */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
#section_certificados .logo-certificado {
  margin-bottom: 15px;
}
#section_certificados h3 {
  color: #40818c;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
#section_certificados .bg-grey {
  background: #f8f8f8;
  padding: 16px 5px;
  border: 3px solid white;
}
#section_certificados .bg-grey strong {
  display: block;
}
#section_certificados .last-line {
  font-size: 12px;
  line-height: 15px;
}
#section_certificados .grey-padding {
  padding: 20px;
}
#section_certificados p {
  font-size: 13px;
}
#section_certificados .container-certificado {
  font-size: 16px;
  line-height: 18px;
}
#section_certificados .linha-certificado {
  margin: 10px 0;
}
#section_certificados .rodape-certificado {
  font-size: 11px;
  margin-top: 10px;
}
#section_certificados label {
  color: #40818c;
  display: block;
  font-size: 13px;
  line-height: 18px;
}
#section_certificados label strong {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
#resposta_news {
  margin-top: 8px;
  text-align: center;
  color: #23ac27;
  display: none;
}
/* nao encontrada */

#section404 p {
  color: #40818c;
  font-weight: bold;
  font-size: 288px;
  line-height: 220px;
  margin: 0;
}
#section404 h2 {
  color: #40818c;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
#section404 h3 {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  color: #5b5b5b;
  margin: 0;
}
