@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

textarea:focus,
input:focus,
select:focus {
  box-shadow: 0 0 0 0;
  /* border: 0 none; */
  outline: 0;
}

table tbody {
  width: 100% !important;
}

.btn_padrao {
  margin-left: 240px !important;
}

.text-right a {
  color: #fff;
}

.mprod .img-splash {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}

.wpp_contato {
  width: 20px;
  position: absolute;
  right: 40%;
}

.td_list {
  margin-right: 30px;
}

.banner {
  padding-bottom: 80px;
  background-color: #E4E4E4;
}

.banner .swiper-pagination {
  z-index: 0 !important;
  width: 100%;
}

.swiper-pagination-bullet {
  /*padding: 5px  !important;*/
  border-radius: 100% !important;
  width: 22px !important;
  height: 22px !important;
  text-align: center !important;
  color: #000 !important;
  opacity: 1 !important;
  background: #FFF !important;
  border: 2px solid #707070 !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.swiper-pagination-bullet span {
  font-size: 0 !important;
  display: block !important;
  width: 18.1px !important;
  height: 18.1px !important;
  color: transparent !important;
  background: transparent !important;
  border-radius: 100% !important;
}

.swiper-pagination-bullet-active {
  border: 2px solid #707070 !important;
}

.swiper-pagination-bullet-active span {
  color: #4E008E !important;
  background: #4E008E !important;
}

/***CONTADOR***/
.aside_statistica {
  /*padding: 0 0 50px 0;*/
  background-color: #A5A5A5;
  padding-top: 50px;
  padding-bottom: 50px;
}

.aside_statistica .is_text {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.aside_statistica .is_num {
  font-size: 52px;
  font-weight: 400;
  display: block;
  color: #fff;
}

/**EQUIPE**/
.equipe {
  background-color: #E4E4E4;
  padding-top: 116px;
  padding-bottom: 116px;
}

.equipe .title_equipe {
  font-size: 40px;
  color: #272727;
  font-weight: 400;
}

.equipe .conteudo-equipe {
  padding-top: 100px;
}

.equipe .conteudo-equipe .d-equipe {
  margin-bottom: 52px;
}

.equipe .conteudo-equipe .d-equipe .d-dados-equipe {
  margin-top: 40px;
}

.equipe .conteudo-equipe .d-equipe .d-dados-equipe .span-nome {
  font-size: 20px;
  font-weight: 400;
  color: #FE5000;
}

.equipe .conteudo-equipe .d-equipe .d-dados-equipe .span-cargo {
  font-size: 20px;
  font-weight: 400;
  color: #272727;
}

/***CONTATO***/
.conteudo-contato {
  background-color: #212121;
  padding-top: 100px;
  padding-bottom: 150px;
}

.conteudo-contato .d-title {
  padding-bottom: 70px;
}

.conteudo-contato .d-title .title {
  color: #FFF;
  font-size: 50px;
  font-weight: 400;
  padding-top: 50px;
}

.conteudo-contato .table_contato_1 {
  width: 80%;
  margin: 0 auto;
}

.conteudo-contato .table_contato_1 td {
  width: 30%;
}

.conteudo-contato .table_contato_1 .td_1 {
  width: 40%;
  padding-right: 65px;
  vertical-align: top;
  padding-top: 35px;
}

.td_2 {
  width: 52% !important;
}

@media (max-width:1200px) and (min-width:991px) {
  .td_2 {
    /* float:left; */
    width: 51% !important;
  }

  .text-email {
    font-size: 18px !important;
  }

  .wpp_contato {
    right: 54%;
  }

  .conteudo-contato .table_contato_1 .td_1 {
    width: 51%;
  }
}

.conteudo-contato .table_contato_1 .td_1 div {
  border-right: 5px solid #FE560A;
  padding-right: 20px;
}

.conteudo-contato .table_contato_1 .form-control {
  border-radius: 0 !important;
  width: 335px;
  height: 42px;
  /* border: 2px solid #707070; */
}

.conteudo-contato .table_contato_1 label {
  font-family: "montserrat";
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
}

.conteudo-contato .table_contato_1 .texto-contato {
  font-family: "montserrat";
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
}

.conteudo-contato .table_contato_1 textarea {
  width: 357px !important;
  height: 250px !important;
  padding: 10px;
}

.conteudo-contato .table_contato_1 .bt-contato {
  width: 100px;
  background: #FE560A;
  font-size: 16px;
  color: #FFF;
  border-radius: 40px;
  padding-left: 27px;
  padding-right: 55px;
}

.carrinho_dropdown::-webkit-scrollbar {
  display: none;
}

.carrinho_dropdown {
  display: none;
  position: fixed;
  width: 50vw;
  min-width: 300px;
  height: auto;
  max-height: 80vh;
  min-height: 400px;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 25px;
  border: 1.5px solid#c8c8c8;
  z-index: 4;
  overflow-y: scroll;
}

.box_info {
  width: 300px;
  height: 190px;
  display: none;
  position: absolute;
  left: 40%;
  top: 100px;
  z-index: 2005;
  background-color: #fff;
  border-radius: 15px;

  /* background-color: #ebebeb; */
}


.box_button {
  margin-left: 34%;
  margin-top: 129px;
  max-width: 250px;
  width: 100px;
  padding: 8px 15px;
  border: 2px solid #82079d;
  -webkit-border-radius: 20px;
  color: #fff;
  background: #82079d;
}

.div_close_box_bt {
  z-index: 100;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 10px;
  background-color: #fd7231;
  position: absolute;
  top: 14px;
  right: 8px;
}


.img-detalhe-responsive {
  width: 100% !important;
  border-radius: 10px;
  max-width: 120px;
}

.menu_cliente {
  max-width: 335px;
  height: 210px;
  display: none;
  position: absolute;
  top: 60px;
  right: 160px;
  z-index: 3;
  width: 450px;
  background: #FFF;
  border: 2px solid #c1b8b8;
  /*padding-bottom:40px;*/
  border-radius: 20px;
}

.menu_cliente .container{
  width: auto;
}

.menu_cliente h4.title {
  font-weight: 600;
  font-family: 'montserrat';
  margin-top: 25px;
  font-size: 23px;
}

.menu_cliente u.text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 23px;
  color: #ff5001 !important;
}

.listagem-menu {
  font-family: 'Montserrat', sans-serif;
  /* margin-right:60px !important; */
  padding-bottom: 4px;
}

.listagem-menu:hover,
.listagem-menu.selected {
  border-bottom: 3px solid #4E008E;
}

.item_produtos {
  width: 22.2%;
}

#menu_cliente {
  color: #ff5001;
}

#menunav3 {
  width: 99%;
  margin-bottom: 57px;
  padding-left: 9%;
  padding-right: 2%;
}

.purple_bar {
  /* padding-right:25px; */
  width: 54px;
  height: 4px;
  margin-top: 4px;
  display: none;
}

.menu-leaf {
  /* position: absolute;
  right:30px;
  top:-2px; */
  height: 20px;
  display: inline-block;
}

@media(max-width:991px) and (min-width:391px) {
  .carrinho_dropdown {
    width: 80%;
  }

  .table_carrinho {
    position: relative !important;
    top: -1px !important;
  }

  .btn-position {
    position: absolute;
    top: -4px;
    right: -7px;
  }
}

@media (max-width:1200px) and (min-width:992px) {
  .listagem-menu {
    margin-right: 30px !important;
  }

  .menu-leaf {
    right: 0px;
  }
}

.div_listagem_produtos {
  margin-right: auto;
  margin-left: 1.5%;
  padding-left: 65px;
  padding-right: 65px;
}

.div_sobre {
  background-color: #E4E4E4;
}

.sobre_title {
  text-align: center;
  padding-top: 60px;
  float: right;
  margin-right: 40px;
  /* width:50%; */
}

.sobre_title span {
  color: #414141;
  text-align: right;
  float: right;
  font-size: 30px;
  font-family: 'Montserrat' !important;
  font-weight: 1000;
}

.sobre_text {
  padding-top: 60px;

}

.sobre_text span {
  color: #292929;
  font-family: 'Montserrat' !important;
}

.div_nossa_equipe {
  background-color: #fff;
  padding-bottom: 30px;
}

.div_nossa_equipe h2 {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 40px;
  /* font-weight: 600; */
  /* font-family: "MonteSerrat"; */
}

.equipe_img {
  width: 100%;
  padding-bottom: 15px;
  padding-top: 6px;
}

.square_span {
  font-family: "lato", sans-serif;
  position: absolute;
  top: 6px;
  left: 9.5px;
  color: #FFF;
}

.table_carrinho {
  position: absolute;
  top: 64px;
}

.btn_position {
  margin-top: 20px;
}

.div_close_box {
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #fd7231;
  right: -7px;
  top: -14px;
  border-radius: 25px;
  cursor: pointer;

}

.menu_off_mobile {
  text-align: center;
  width: 100%;
  position: absolute;
  min-width: 390px;
  display: none;
  z-index: 302;
  top: 65px;
  background-color: #ebebeb;
  left: 0px;
}

.menu_off_mobile ul li {
  margin-top: 23px;
}

.menu_off_mobile ul li a {
  font-family: "MontSerrat";
  font-weight: 600;
}

.carrinho_mobile_bt {
  width: 44px;
  /* position:absolute; */
  top: -2px;
  right: 64px;
}

.menu_mobile_bt {
  width: 47px;
  /* position:absolute; */
  right: -10px;
  top: -3px;
}

.alert_box_text {
  position: absolute;
  left: 16%;
  top: 16%;
  font-size: 20px;
  font-weight: 600;
  font-family: "montserrat" !important;
  text-align-last: center;

}

.fa_div_close_box {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 8px;
  font-size: 25px !important;
  color: #fff;
}

.mob_padding {
  margin-top: 5px;
}

/*MOBILE*/

@media(max-width:480px) {
  .d_login .conteudo-cadastro {
    padding-bottom: 120px !important;
  }

  .carrinho_mobile_bt {
    width: 44px;
    position: absolute;
    top: -2px;
    right: 64px;
  }

  .menu_mobile_bt {
    width: 47px;
    position: absolute;
    right: -10px;
    top: -3px;
  }

  .banner_mobile {
    width: 220px !important;
  }

  html {
    background-color: #f5f5f5;
  }

  html,
  body {
    min-width: 390px;
  }

  header {
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  header .d-logo img {
    margin: 0px !important;
    margin-top: 6px !important;
  }

  .container {
    margin: 10px;
  }

  .banner {
    padding-bottom: 0px;
  }

  .d_login {
    /* position:fixed; */
    right: 14px;
    width: 364px;
  }


  /*LISTAGEM PRODUTO*/
  .listagem-produto {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .listagem-produto .title-produto {

    padding-bottom: 0px;
  }

  .listagem-produto .title-produto h1 {
    font-size: 40px;
    font-family: "montserrat";
    padding-bottom: 17px;
  }

  .listagem-menu {
    margin-top: 15px;
    margin-right: 5px !important;
    font-size: 12px;
  }

  #menunav3 {
    margin-bottom: 25px;
    /* margin-left:5%; */
  }

  .div_listagem_produtos {
    padding-left: 0px;
    padding-right: 0px;
  }

  .list-inline>li {
    padding-top: 10px;
  }

  .menu-leaf {
    /* display:none; */
    right: -24px;
    top: 8px;
  }

  /*SOBRE*/
  .info_st_container {
    padding-top: 40px;
  }

  .aside_statistica .is_num {
    font-size: 30px;
    font-family: "montserrat";
  }

  .aside_statistica .is_text {
    margin-bottom: 15px;
    font-family: 'montserrat', sans-serif;
  }

  .sobre_title {
    text-align: center;
    padding-top: 20px;
    margin-right: 0px;
    float: none;
    padding-bottom: 10px;
  }

  .sobre_text {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .sobre_title span {
    float: none;
  }

  /*CONTATO*/
  .conteudo-contato .d-title .title {
    font-size: 35px;
    padding-top: 35px;
  }

  .conteudo-contato .d-title {
    padding-bottom: 40px;
  }

  .conteudo-contato {
    padding-bottom: 30px;
  }

  .mobile_contato tr td span {
    color: #fff;
  }

  .text-right {

    font-size: 10px;
  }

  footer.sub-footer {
    background-color: #4c4c4c;
  }

  .footer_mob_img {
    width: 100%;
  }

  footer.sub-footer a {
    color: #FFF;
    font-size: 10px;
  }

  footer.sub-footer span {
    font-size: 10px;
    color: #FFF;
  }

  .text-left {
    left: 5px;
    font-size: 9px;
    position: absolute;
    top: 10px;
    color: #fff;
  }

  .text-right {
    font-size: 9px;
    position: absolute;
    top: 9px;
    right: 75px;
    color: #fff;

  }

  .text-right a {
    font-size: 9px;
    position: absolute;
    top: 0px;
    right: -70px;
    color: #fff;
  }

  .ajung-text {
    font-size: 9px;
    position: absolute;
    /* top:px; */
    right: -70px;
    color: #fff;
  }

  .modal-content {
    border: 0px solid rgba(0, 0, 0, 0.2);
  }

  /*DETALHE*/
  .modal-content {

    min-width: 375px !important;
  }

  .modal-dialog {
    min-width: 375px !important;
  }

  .modal-content {
    min-width: 375px !important;
  }

  .img_detalhe {
    width: 97% !important;
    margin-left: 1px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 30px !important;
  }

  .detalhe .conteudo-detalhe {
    width: 380px !important;
  }

  .preco {
    font-size: 17px;
    color: #fd5001;
    font-family: "montserrat";
    margin-right: 35px;
    font-weight: 600;
  }

  #swiper-detalhe {
    width: 350px;
  }

  .detalhes_produto {
    margin-top: 12px;
    margin-left: 12px;
    margin-bottom: 12px;
  }

  /* CARRINHO */
  .table_carrinho {
    position: relative;
    top: -1px;
  }

  .square_span {
    position: absolute;
    top: 5px;
    left: 9.5px;
    color: #FFF;
  }

  .div_close_box_bt {
    top: 10px !important;
    border-radius: 4px !important;
  }

  .box_info {
    left: 47px;
  }

  .each_prod_carrinho {
    margin-bottom: 0px;
  }

  .conteudo-pedido .d-dados-prod-pedido {
    padding-top: 0px;
  }

  .mob_padding {
    margin-top: 0px;
    padding: 0px;
  }

  .btn-solicitar {
    width: 180px !important;
  }

  .img-responsive,
  .thumbnail>img,
  .thumbnail a>img,
  .carousel-inner>.item>img,
  .carousel-inner>.item>a>img {
    /* width:100% !important; */
    border-radius: 20px !important;
  }

  .img-detalhe-responsive {
    width: 90% !important;
    border-radius: 20px !important;
  }

  .modal_foo_title {
    font-family: 'montserrat';
    font-size: 30px !important;


  }

  .btn_position {
    position: absolute;
    bottom: -30px;
    right: 1px;
  }

  .load_more_bt {
    width: 100%;
  }

  .alert_box_text {
    position: absolute;
    left: 16%;
    top: 16%;
    font-size: 20px;
    font-weight: 600;
    font-family: "montserrat" !important;
    text-align-last: center;

  }

  .conteudo-pedido .d-dados-prod-pedido .item_excluir {
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(18%) sepia(90%) saturate(6156%) hue-rotate(286deg) brightness(68%) contrast(106%);
  }

  .conteudo-pedido .d-dados-prod-pedido .item_excluir i {
    color: #fff !important;
  }
}

@media(max-width:480px) {

  .item_produtos {
    width: 46%;
  }

  .conteudo-lista-produtos {
    margin-left: 8%;
  }

  .aside_statistica {
    padding-top: 2px;
    padding-bottom: 20px;
  }

  .btn_mobile_send {
    position: absolute;
    background: #FE560A !important;
    font-size: 25px !important;
    color: #FFF !important;
    border-radius: 5px !important;
    padding-left: 40px;
    padding-right: 40px;
    top: -5px;
    right: 59px;
  }

  .form-group label {
    color: #FFF;
  }

  .form-control {
    border-radius: 3px;
  }

  .modal-dialog {
    padding: 0px;
  }

  .modal-content {
    width: 95vw;
    min-width: 90vw;

  }

  .modal-body {
    min-width: 90vw;
  }

  .menu_off_mobile {
    width: 380px !important;
  }
}

.footer_mob {
  background-color: #FFF;
  padding-bottom: 25px;
}

@media(max-width:600px) and (min-width:501px) {
  .d_login {
    width: 350px;
  }

}

@media(max-width:600px) {
  .space_div {
    width: 30%
  }
}

@media(max-width:500px) and (min-width:391px) {
  .d_login {
    right: 35px;
  }
}


/* 991 PX TO 390 PX*/
@media(max-width:991px) and (min-width:481px) {
  .btn_mobile_send {
    background: #FE560A !important;
    font-size: 25px !important;
    color: #FFF !important;
    border-radius: 40px !important;
    border: 2px solid #707070;
    padding-left: 55px;
    padding-right: 55px;
    /* position:absolute; */
    /* right:30px; */
  }

  .mobile_contato tr td span {
    color: #fff;
  }

  .load_more_bt {
    width: 100%;
  }

  .form-group label {
    color: #FFF;
  }

  .form-control {
    border-radius: 3px;
  }

  .modal-dialog {
    margin: 14px auto;
    width: 90vw;
    min-width: 95vw;
  }

  .modal-content {
    width: 95vw;
    min-width: 90vw;

  }

  .modal-body {
    min-width: 90vw;
  }

  .menu_off_mobile {
    top: 107px;
  }

  .menu_mobile_bt {
    cursor: pointer;
    float: right;
    width: 62px;
  }

  .banner {
    padding-bottom: 0px;
  }

  .carrinho_mobile_bt {
    cursor: pointer;
    width: 66px;
    float: right;

  }

  .logo_header_td {
    width: 50%;
  }

  .banner_mobile {
    max-width: 260px;
  }

  header {
    background-color: #f5f5f5;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  header .d-logo img {
    margin: 0px;
  }

  /*PRODUTO*/

  .listagem-produto {
    padding-top: 80px;
  }

  .listagem-menu {
    margin-right: 15px !important;
  }

  .list-inline>li {
    padding-bottom: 20px;
  }

  .menu-leaf {
    right: -15px;
  }

  .span_load_more_bt {
    font-family: "montserrat";
    font-size: 13px;
  }

  .load_more_bt {
    width: 100%;
  }

  /*sobre*/
  #sobre_mob {
    text-align: center;
  }

  .sobre_text {
    padding-bottom: 30px;
  }

  .sobre_title {
    float: none;
  }

  .sobre_title span {
    float: none;
  }

  /*  */
  /*DFOOTER*/
  .footer_mob_img {
    width: 60%;
    margin-left: 20%;
  }


  .text-left {
    /* position: absolute; */
    top: 10px;
    color: #fff;
  }

  .text-right {
    text-align: right;
    float: right;

    color: #fff;
  }

  .ajung-text {
    /* position: absolute; */
    right: 20px;
    /* top:10px; */
    color: #FFF;
  }

  .sub_footer_div {
    background-color: #a5a5a5;
    width: 100%;
    bottom: 1px;
    left: 1px;

  }

  @media(max-width:550px) and (min-width:391px) {
    .text-left {
      font-size: 10px;
    }

    .text-right {
      right: 96px;
      font-size: 10px;
      top: 9px;
    }

    .ajung-text {
      right: 20px;
      top: 4px;
      font-size: 10px;
    }
  }
}

body:not(.modal-open) {
  padding-right: 0px !important;
}


@media(max-width:1200px) and (min-width:491px) {
  .item_produtos {

    width: 24.5% !important;
  }

  .div_listagem_produtos {
    margin-left: auto;
  }

  .conteudo-lista-produtos {
    padding-left: 12% !important;
  }
}

.ul_div {
  display: none;
}

@media(max-width:800px) {
  .table_div {
    display: none;
  }

  .ul_div {
    display: block;
  }

  #menunav3 {
    padding-left: 25%;
  }
}

@media(max-width:480px) {
  .listagem-menu {
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .td_list {
    margin-right: 0px;
  }

  #menunav3 {
    margin-left: 0px;
    padding-left: 15%;
  }

  .modal-body {
    padding: 0px;
  }

  .listagem-menu.selected {
    background-color: #4E008E;
    color: #FFF !important;
    padding: 3px;
  }

}

@media (max-width: 750px) and (min-width:701px) {
  .carrinho_dropdown {
    left: 27%;
  }
}

@media (max-width: 700px) and (min-width:601px) {
  .carrinho_dropdown {
    left: 24%;
  }
}

@media (max-width: 600px) and (min-width:551px) {
  .carrinho_dropdown {
    left: 19%;
  }
}

@media (max-width: 550px) and (min-width:501px) {
  .carrinho_dropdown {
    left: 15%;
  }
}

@media (max-width: 500px) and (min-width:491px) {
  .carrinho_dropdown {
    left: 12%;
  }
}

.search_icon {
  width: 20px;
  position: absolute;
  top: 3px;
  cursor: pointer;
}

.search_bar {
  padding-left: 20px;
  height: 30px;
  border: 1px solid black;
  position: absolute;
  border-radius: 20px;
  width: 70%;
  left: 50px;
  top: 10px;
}

.search_icon2 {
  width: 20px;
  position: absolute;
  right: 1px;
  cursor: pointer;
  top: 13px;
  right: 153px;
}

.conteudo-catalogo {
  padding-top: 100px;
  text-align: center;
}

.conteudo-catalogo {
  padding-top: 150px;
  padding-bottom: 150px;
}

.conteudo-catalogo h1 {
  font-size: 32px;
  color: #000;
  font-weight: 600
}

.conteudo-catalogo span {
  font-size: 14px;
  color: #000;
  font-weight: 300;
}

.conteudo-catalogo .d-catalogo {
  margin-top: 30px;
}

.conteudo-catalogo .d-catalogo img {
  border-radius: 0px !important;
}