/*//*//*//* GERAIS *//*//*//*//*/

@font-face {
  font-family: 'kuro';
  src: url('/conceitual/font/kuroregular.eot');
  src: url('/conceitual/font/kuroregular.eot?iefix') format('embedded-opentype'),
       url('/conceitual/font/kuroregular.woff2') format('woff2'),
       url('/conceitual/font/kuroregular.woff') format('woff'),
       url('/conceitual/font/kuroregular.ttf') format('truetype'),
       url('/conceitual/font/kuroregular.svg#kuroregular') format('svg');
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::-webkit-scrollbar { display: none; }
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

a { color:inherit; text-decoration:none; }

.container {
  max-width: 70vw;
  min-width: 945px;
  margin: 0px auto;
}

header {
  display: flex;
  justify-content: space-around;
}

.naoexibir {display: none !important;}

.logo {
  margin: 20px 2.15vw 0 0;
}

.logo img {
  max-width: 100%;
}

.menu ul {
  list-style: none;
  position: relative;
}

.menu ul li {
  float: left;
}

.menu a {
  display: block;
  padding: 40px 2.15vw 0 0;
  text-align: center;
  font-family: 'Baloo', cursive;
  font-size: 15px;
  color: #FA9ABA;
  text-decoration: none;
}

.menu ul ul {
  position: absolute;
  visibility: hidden;
}

.menu ul li:hover ul {
  visibility: visible;
}

.menu a:hover {
  color: #A2C7E2;
}

.menu .linkAtivo {
  color: #c8dae7;
}

.menu ul ul li {
  float: none;
}

label[for="bt_menu"] {
  padding: 5px;
  color: #FA9ABA;
  font-family: 'Baloo', cursive;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  height: 50px;
}

#bt_menu {
  display: none;
}

label[for="bt_menu"] {
  display: none;
}

.redesmobile {
  display: none;
}

.redesdesk {
  padding-top: 35px;
  display: inline-flex;
}

.redesdesk a,
.redesmobile a {
  margin-left: 10px;
}

.redesdesk svg,
.redesmobile svg {
  fill: #A2C7E2;
  width: 30px;
  height: 30px;
}

.redesdesk svg:hover,
.redesmobile svg:hover {
  fill: #c8dae7;
}

h1 {
  font-family: 'kuro';
  font-size: 19px;
  color: #FA9ABA;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 50px auto;
}

.textos-corpo {
  font-family: 'kuro';
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #484540;
  margin: 20px;
}

.texto-sub {  
  font-family: 'kuro';
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: center;
  color: gray;
}

.texto-longo {
  text-align: justify;
  text-indent: 50px;
}

footer {
  width: 100%;
  color: darkgray;
  margin: 50px auto;
}

.texto-assinatura {
  font-family: 'kuro';
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 18px;
  color: #303030;
}

.texto-assinatura span {
  display: none;
}


/*//*//*//* PG. HOME *//*//*//*//*/

/*// Banner Principal */

.slideshow-container {
  position: relative;
  margin: 20px auto 0 auto;
}

.mySlides {
  display: none;
}

.mySlides img {
  border-radius: 5px;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -1.25em;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 2.5em;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.3);
}

.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #EEEEEE;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #FA9ABA;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/*// Banners secundários */

.banners-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto;
}

/* Banner Whats */

.bannerwhats {
  border-radius: 5px;
  background-color: #F6F7F6;
  background-image: url("/conceitual/svg/barra_degrade_topobanner.svg"), url("/conceitual/svg/barra_degrade_rodapebanner.svg");
  background-repeat: no-repeat;
  background-size: 110% auto;
  background-position: center top, center bottom;
  padding: 20px 0 19px 0;
  width: 30%;
}

.bannerwhats .texto {
  font-family: 'Baloo', cursive;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #484540;
}

.bannerwhats .texto span {
  color:  #Fa9ABA;
}

.bannerwhats .telefonebanner {
  font-family: 'kuro';
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #3bbfad;
  margin-top: 15px;
}

.bannerwhats .telefonebanner img {
  margin-left: 10px;
  vertical-align: middle;
}


/*/ Banner Nossos fios */

.bannerproduto {
  border-radius: 5px;
  background-color: #A4C7E2;
  background-image: url("/conceitual/img/rolos_fio.png");
  background-repeat: no-repeat;  
  background-position: right 8px;
  padding: 10px 20px 10px 10px;
  width: 17%;
}

.bannerproduto .texto {
  font-family: 'Baloo', cursive;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

/*/ Banner Onde encontrar */

.bannerrevendedores {
  border-radius: 5px;
  background: url("/conceitual/svg/fundo_azul.svg"), url("/conceitual/svg/pin_mapa.svg"), url("/conceitual/img/mapa_ponteiro_gd.jpg");
  background-repeat: no-repeat;
  background-position:  -10px center, 94% center, center center;
  background-size: auto 130%, auto, cover;
  padding: 21px 20px 21px 10px;
  width: 17%;
  background-color: #C7DAE7;
}

.bannerrevendedores .texto {
  font-family: 'Baloo', cursive;
  font-size: 15px;
  line-height: 16px;
  color: #484540;
}

/*/ Banner Eco */

.bannereco {
  background: url('/conceitual/svg/setas_ciclicas.svg'), url('/conceitual/svg/trama_banner.svg');
  background-repeat: no-repeat;
  background-position: 5% center, 18% center;
  padding: 15px 0 15px 10%;
  width: 30%;
}

.bannereco .texto {
  font-family: 'Baloo', cursive;
  font-size: 15px;
  line-height: 19px;
  color: #3bbfad;
}


/*//*//*//* PG. NOSSOS FIOS *//*//*//*//*/

.texto-container {
  width: 65%;
  margin: 0 auto;
}

.img-container {
  width: 45%;
  margin: 50px auto 0 auto;
}

.img-container img {
  max-width: 100%;
}


/*//*//*//* PG. ONDE ENCONTRAR *//*//*//*//*/

.tab-estados {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 40px auto;
}

.tab-estados button {
  font-family: 'kuro';
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: darkslategray;
  background-color: #f9f9f9;
  margin: 1px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: none;
  outline: none;
  cursor: pointer;
}

.tab-estados button.active {
  background-color: #c8dae7;
}

.estadoList {
  width: 70%;
  margin: 40px auto;
  display: none;
}

.semRepresentante {
  font-family: 'kuro';
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 25px;
  text-align: center;
  color: #3bbfad;
}

#campoBusca {
  background-image: url('/conceitual/svg/lupa_busca.svg');
  background-size: 21px 21px;
  background-position: 15px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 18px;
  font-family: 'kuro';
  padding: 12px 20px 12px 55px;
  border: 1px solid #ddd;
  border-radius: 25px;
  margin-bottom: 12px;
  display: none;
}

#campoBusca:focus {
  outline: none;
}

.listaCidades {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.listaCidades li details {
  margin-top: 5px;
  background-color: #f7f7f7;
  color: #3bbfad;
  font-family: 'kuro';
  letter-spacing: 0.15em;
  font-weight: bold;
  padding: 16px 0 16px 25px;
  font-size: 18px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 25px;
}

.listaCidades li details summary:focus {
  outline: none;
}

.listaCidades li details:hover:not(.header) {
  background-color: #eee; /* Add a hover effect to all links, except for headers */
}

.listaCidades li details .detalheFornecedor {
  margin-top: 10px;
}

.listaCidades li details p {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: darkslategray;
  display: inline-block;
  margin: 10px auto;
  font-weight: normal;
} 

.listaCidades li details p span {
  margin-right: 20px;
  font-weight: bold;
  letter-spacing: 0.1;
}

.listaCidades li details svg {
  fill: #ddd;
  margin: 10px auto;
  height: 1px;
  width: 100%;
  display: block;
}

.listaCidades li details .detalheFornecedor:last-child svg {
  display: none;
}



/*//*//*//* PG. PERGUNTAS FREQUENTES *//*//*//*//*/



.tabduvidas {
  margin: 5px;
  background: #F7F7F7;
}

.tabduvidas summary {
  color: #3bbfad;
  font-family: 'kuro';
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: bold;
  padding: 16px;
  cursor: pointer;
}

.tabduvidas summary:hover {
  background: #F0F0F0;
}

.tabduvidas summary:focus {
  outline: none;
}

.campo-resposta {
  background: #a2c7e2;
}

.campo-resposta p {
  padding: 20px;
  font-family: 'kuro';
  font-size: 15px;
  letter-spacing: 0.1em !important;
  color: white;
}



/*.tabduvidas {
  position: relative;
  margin: 5px;
}

.tabduvidas input {
  display: none;
}*/

/*.tabduvidas label {
  display: block;
  background: #F7F7F7;
  color: #3bbfad;
  font-family: 'kuro';
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: bold;
  padding: 16px;
  cursor: pointer;
}*/

/*.tabduvidas label:hover {
  background: #F0F0F0;
}*/

/*.tabduvidas label::after {
  content: "\25b6";
  position: absolute;
  right: 16px;
  top: 16px;
  display: block;
  transition: all 0.4s;
}

.tabduvidas input[type=checkbox]:checked + label::after,
.tabduvidas input[type=radio]:checked + label::after {
  transform: rotate(90deg);
}*/

/*.campo-resposta {
  overflow: hidden;
  background: #a2c7e2;
  transition: max-height 0.4s; 
  max-height: 0;
}

.campo-resposta p {
  margin: 20px;
  font-family: 'kuro';
  font-size: 15px;
  letter-spacing: 0.1em !important;
  color: white;
}

.tabduvidas input:checked ~ .campo-resposta {
  max-height: 100vh;
}*/



/*//*//*//* PG. CONTATO *//*//*//*//*/

.horarioAtendimento br {
  display: none;
}

.horarioAtendimento span {
  display: inline-block;
}

.preferencial-container {
  margin: 40px auto;
}

.telefonewhats {
  font-family: 'kuro';
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #3bbfad;
  margin-top: 5px;
  display: block;
}

.telefonewhats:nth-child(2) {margin-top: 10px;}

.telefonewhats img {margin-right: 15px;}

.outros-container {
  margin: 30px auto;
  line-height: 25px;
}

.outros-container a {
  color: gray;
}

.botaowhats-container {
  display: none;
  justify-content: center;
  margin: 40px auto 0 auto;
  width: 100%;
}

.botaowhats {
  border-radius: 5px;
  background-color: #F6F7F6;
  background-image: url("/conceitual/svg/barra_degrade_topobanner.svg"), url("/conceitual/svg/barra_degrade_rodapebanner.svg");
  background-repeat: no-repeat;
  background-size: 110% auto;
  background-position: center top, center bottom;
  padding: 20px 0 14px 0;
  width: 30%;
}

.botaowhats img {
  display: block;
  margin: 0 auto 10px auto;
}

.botaowhats .texto {
  font-family: 'Baloo', cursive;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #484540;
}

.botaowhats .texto span {
  font-size: 15px;
  color:  #Fa9ABA;
}

.ajusteAltEmail {
  margin-top: -20px;
}



/*//*//*//* MEDIA QUERIES *//*//*//*//*/

@media screen and (max-width: 1000px) {
  .container {
    max-width: 100vw;
    min-width: 100vw;
  }

  header {
    display: block;
  }

  .logo {
    margin: 25px 0 0 5vw;
  }

  .redesdesk {display: none;}

  .redesmobile {
    display: inline-block;
    float: right;
    margin: 40px 5vw 0 0;
  }

  label[for="bt_menu"] {
    display: block;
    padding: 2px;
  }
    
  #bt_menu:checked ~ .menu{
    margin-left: 15px;
    margin-bottom: 35px;
  }

  .menu {
    margin-top: 5px;
    margin-left: -100%;
    transition: all .4s;
    width: 100%;
  }
    
  .menu ul li {
    width: 100%;
  }

  #bt_menu:checked ~ .menu ul li {
    float: none;
  }
    
  .menu ul ul {
    position: static;
    overflow: hidden;
    max-height: 0;
    transition: all 4s;
  }
    
  .menu ul li:hover ul {
    height: auto;
    max-height: 200px;
  }

  .banners-container {
    width: 80%;
    margin: 0 auto;
  }

  .bannerwhats {
    width: 100%;
    background-size: 105% auto;
    margin-top: 20px;
  }

  .bannerproduto {
    width: 25%;
    margin-top: 20px;
  }

  .bannerrevendedores {
    width: 25%;
    margin-top: 20px;
  }

  .bannereco {
    width: 41%;
    margin-top: 20px;
    padding: 15px 0 15px 13%;
    background-position: 1% center, 16% center;
  }

  .bannereco .texto {font-size: 14px;}

  h1 {margin: 50px auto;}


  /*//*//*//* PG. NOSSOS FIOS *//*//*//*//*/

  .texto-container {
    width: 80%;
  }


  /*//*//*//* PG. ONDE ENCONTRAR *//*//*//*//*/

  .tab-estados {
    width: 75%;
  }
  
  .tab-estados button {
    font-size: 15px;
    width: 40px;
    height: 40px;
    margin: 5px;
  }


  /*//*//*//* PG. PERGUNTAS FREQUENTES *//*//*//*//*/

  .tabduvidas {
    max-width: 90%;
    margin: 5px auto;
  }

  .tabduvidas label {
    font-size: 16px;
    letter-spacing: 0.15em;
  }

  .campo-resposta p {
    font-size: 15px;
    letter-spacing: 0.1em;
  }


  /*//*//*//* PG. CONTATO *//*//*//*//*/

  .botaowhats-container {display: flex;}

  .botaowhats-container .botaowhats {width: 50%;}

}

@media screen and (max-width:800px) {

  .logo {
    margin: 40px 0 0 10vw;
  }

  .redesmobile {
    margin: 55px 10vw 0 0;
  }

  label[for="bt_menu"] {
    margin-top: 30px;
  }

  .slideshow-container {
    margin: 10px auto 0 auto;
  }

  .mySlides img {
    border-radius: 0;
  }

  .bannerproduto {
    width: 40%;
    margin-top: 30px;
    padding: 29px 3vw;
  }

  .bannerproduto .texto {
    letter-spacing: 0.08em;
  }

  .bannerrevendedores {
    width: 40%;
    margin-top: 30px;
  }

  .bannereco {
    width: 100vw;
    margin-top: 30px;
    margin-left: calc(40% - 50px);
    transform:  translateX(-20%);
    padding: 15px 0 15px 20vw;
    background-position: 5vw center, 6.75vw center;
  }

  .bannereco .texto {font-size: 17px;}

  footer { margin: 30px auto; }

}

@media screen and (max-width: 600px) {

  .banners-container {
    justify-content: space-around;
    margin: 0 auto;
  }

  .bannerwhats,
  .bannerproduto,
  .bannerrevendedores {
    width: 70vw;
    margin-top: 20px;
  }

  .bannerproduto {
    margin-left: 0;
    padding: 40px 30vw 40px 5vw;
    background-size: auto 100%;
    background-position: right bottom;

  }

  .bannerrevendedores {
    margin-right: 0;
    padding-left: 5vw;
    background-position:  25% center, 70% center, right center;
    background-size: auto, auto, 80% auto;
  }

  .bannerproduto .texto,
  .bannerrevendedores .texto {
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.1em;
  }

  .bannerproduto .texto br {
    display: none;
  }

  .bannereco {
    margin-top: 20px;
    margin-left: calc(40% - 50px);
    transform:  translateX(-20%);
    background-position: 7% center, 18% center;
  }

  .bannereco .texto  {
    font-size: 16px;
    line-height: 17px;
  }

  footer {
    width: 80vw;
    margin: 20px auto;
  }


  /*//*//*//* PG. ONDE ENCONTRAR *//*//*//*//*/

  .tab-estados {
    width: 85%;
  }
  
  .tab-estados button {
    font-size: 15px;
    width: 50px;
    height: 50px;
    margin: 5px;
  }


  /*//*//*//* PG. CONTATO *//*//*//*//*/

  .botaowhats-container .botaowhats {width: 80%;}
  
  .horarioAtendimento br {
    display: block;
  }

  .horarioAtendimento span {
    display: none;
  }

}

@media screen and (max-width: 509px) {

  .logo {
    display: block;
    margin: 40px auto;
  }

  .redesdesk {display: none;}

  .redesmobile {
    display: inline-block;
    float: right;
    margin: 8px 35px;
    padding: 0;
  }

  label[for="bt_menu"] {
    display: inline-block;
    margin-top: 0;
    margin-left: 30px;
  }

  .dot {display: none;}


  /*//*//*//* PG. NOSSOS FIOS *//*//*//*//*/

  .texto-container {
    width: 90%;
  }

  .img-container {
    width: 80%;
    margin: 50px auto 0 auto;
  }

  /*//* PG. PERGUNTAS FREQUENTES //*/

  .tabduvidas {
    max-width: 90%;
    margin: 5px auto;
  }

  .tabduvidas label {
    font-size: 15px;
    letter-spacing: 0.03em;
  }

  .campo-resposta p {
    font-size: 15px;
    letter-spacing: 0.05em !important;
  }

  /*//* PG. CONTATO //*/

  footer {width: 80%;}
}

@media screen and (max-width: 450px) {

  h1 {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
  .prev, .next {top: 52%}

  .bannerwhats,
  .bannerproduto,
  .bannerrevendedores {
    width: 100vw;
  }

  .bannereco {
    margin-left: calc(20% - 50px);
    transform: none;
    background-position: 0 center, 0 center;
    padding: 15px 0px 15px 25vw;
  }


  /*//*//*//* PG. ONDE ENCONTRAR *//*//*//*//*/

  .tab-estados {
    width: 90%;
  }


  /*//*//*//* PG. CONTATO *//*//*//*//*/

  .ajusteTelFixo {margin-top: 20px;}

}



/* min. 1400px */
@media screen and (min-width: 1400px) {

  .container {max-width: 1200px;}

  header {
    justify-content: space-around;
  }

  .logo {
    margin: 30px 30px 15px 0;
  }

  .menu a {
    padding: 50px 30px 0 0;
    font-size: 16px;
  }

  .redesdesk {padding-top: 45px;}

  .redesdesk a {margin-left: 15px;}

  .slideshow-container {
    margin:20px auto 0 auto;
  }

  .banners-container {
    margin: 20px 10px;
    width: calc(100% - 20px);
  }

  .bannerwhats {width: 27%;}

  .bannerproduto {padding: 12px 20px 12px 12px;}

  .bannerproduto .texto {
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.08em;
  }

  .bannerrevendedores {
    padding: 21px 20px 21px 12px;
    background-position: -4px center, 94% center, center center;
  }

  .bannerrevendedores .texto {font-size: 16px;}

  .bannereco {width: 27%;}

  .bannereco .texto {font-size: 16px;}

  .textos-corpo {
    font-size: 17px;
    letter-spacing: 0.05em;
  }

  footer {
    display: inline-block;
    margin: 45px auto;
  }

  .texto-assinatura {font-size: 13px;}

  .texto-assinatura span {display: inline-block;}

  .texto-assinatura br {display: none;}


  /*//*//*//* PG. ONDE ENCONTRAR *//*//*//*//*/

  .tab-estados {
    width: 70%;
  }
  
  .tab-estados button {
    margin: 5px;
  }

  /*//* PG. CONTATO //*/

  .telefonewhats {font-size: 22px;}
  
}