@import url("../../css2");
html,
body {
  font-family: "Montserrat-Regular";
}
* {
  text-decoration: none !important;
  outline: none !important;
  list-style: none;
}
a:hover {
  color: inherit;
}
header {
  background: #fff;
  color: #fff;
  font-size: 0.8em;
}
header .dados {
  background: #080316;
  color: #fff;
  font-size: 1.2em;
}
header .dados a {
  color: #fff;
  margin-right: 10px;
}
header .menu {
  height: 100px;
  line-height: 100px;
}
header .menu .logo {
  max-height: 100px;
  max-width: 100%;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav ul li {
  display: inline;
  font-family: "Montserrat-Medium";
  font-size: 1.2em;
  margin-left: 25px;
  position: relative;
  line-height: normal !important;
  padding: 30px 0;
}
nav ul li a {
  color: #333;
}
nav ul li a:hover {
  color: #666;
}
nav ul li ul {
  position: absolute;
  border: solid 1px #ccc;
  z-index: 999;
  text-align: left;
  line-height: normal !important;
  background: #fff;
  padding: 5px 0;
  left: 0;
  top: 60px;
  opacity: 0;
  display: none;
  width: auto;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 2px 2px 3px #333;
}
nav ul li ul li {
  display: list-item;
  padding: 8px 10px !important;
  font-size: 1em;
  margin: 0;
}
.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.hideItem {
  display: none;
}
.relativo {
  position: relative;
}
.areaCliente {
  background: #fff;
  padding: 10px 15px !important;
  border-radius: 50px;
}
#modalLogin form {
  width: 300px;
  margin: 0 auto;
}
#modalLogin form figure {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background: #eee;
  margin: 0 auto;
  line-height: 150px;
  margin-top: -120px;
}
#modalLogin form figure i {
  line-height: inherit;
  color: #ccc;
  text-shadow: 1px 1px 5px #fff;
}
#modalLogin form h2 {
  font-size: 1.5em;
  color: #666;
}
#modalLogin form label {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 0.8em;
  margin-bottom: 5px;
}
#modalLogin form input {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  border: solid 1px #ccc;
  color: #333;
}
#modalLogin form button {
  width: 100%;
  background: #ffd200;
  border: none;
  padding: 10px 0;
  box-shadow: 1px 1px 5px #ccc;
  color: #333;
}
#modalLogin form a {
  text-decoration: underline !important;
  color: #ff0000;
}

#modalCadastro form {
  width: 300px;
  margin: 0 auto;
}
#modalCadastro form figure {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background: #eee;
  margin: 0 auto;
  line-height: 150px;
  margin-top: -120px;
}
#modalCadastro form figure i {
  line-height: inherit;
  color: #ccc;
  text-shadow: 1px 1px 5px #fff;
}
#modalCadastro form h2 {
  font-size: 1.5em;
  color: #666;
}
#modalCadastro form label {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 0.8em;
  margin-bottom: 5px;
}
#modalCadastro form input {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  border: solid 1px #ccc;
  color: #333;
}
#modalCadastro form button {
  width: 100%;
  background: #ffd200;
  border: none;
  padding: 10px 0;
  box-shadow: 1px 1px 5px #ccc;
  color: #333;
}
#modalCadastro form a {
  text-decoration: underline !important;
  color: #ff0000;
}

.mostraSenha {
  position: absolute;
  right: 10px;
  bottom: 15px;
  color: #999;
  cursor: pointer;
}
/**/
.topFooter {
  background: #080316;
  color: #fff;
}
.topFooter h4 {
  margin: 0 !important;
  font-size: 1.3em;
}
.topFooter .busca {
  background: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.topFooter .busca input {
  background: #fff;
  /*margin-left: 20px;*/
  border: none;
  width: 100%;
  font-size: 1.2em;
  color: #333;
  border-right: solid 1px #eee;
}
.topFooter button {
  background: #080316;
  border: none;
  width: 100%;
  font-size: 1em;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
  margin-top: -8px;
}
.topFooter .busca i {
  color: #184b8c;
  font-size: 1.2em;
  margin-right: 10px;
  cursor: pointer;
}
.bodyFooter {
  background: #080316;
  color: #fff;
  font-family: "Montserrat-Medium";
}
.bodyFooter h5 {
  font-size: 1.7em;
  font-family: "Bebas Neue", cursive;
}
.bodyFooter a {
  color: #fff;
  position: relative;
}
.bodyFooter a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.2s linear;
}
.bodyFooter a:hover:before {
  width: 100%;
  transition: all 0.2s linear;
}
.bodyFooter li {
  margin-bottom: 10px;
}
.bodyFooter i {
  margin-right: 10px;
}
.bodyFooter ul {
  padding: 0;
  margin: 0;
}
.bottomFooter {
  background: #080316;
  color: #fff;
  font-size: 0.8em;
}

/**/

.banner,
.bannerInner {
  width: 100%;
  height: 450px;
}
.aboutHome h1 {
  font-family: "Montserrat-SemiBold";
  font-size: 1.8em;
  position: relative;
}
.aboutHome h1:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #333;
  margin-left: -100px;
  left: 50%;
  bottom: -10px;
}

/**/
.releaseLast {
  background: rgba(0, 0, 0, 0.7) url("../images/bgInnerHome.jpg") no-repeat
    center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-bottom: 100px !important;
}
.releaseLast:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.releaseLast h2 {
  font-size: 0.9em;
  position: relative;
  color: #fff;
}
.releaseLast h2 span {
  font-size: 2em;
  font-family: "Montserrat-SemiBold";
}
.releaseLast h2:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #333;
  margin-left: -100px;
  left: 50%;
  bottom: -10px;
}
.releaseLast .sideBanner {
  display: block;
}
.releaseLast .splide__slide {
  border: solid 1px #ccc;
  padding: 15px;
  color: #999;
  font-size: 0.8em;
  background: #fff;
}
.releaseLast .splide__slide h3 {
  color: #333;
  font-size: 1em;
}
.releaseLast .splide__slide a {
  display: block;
  background: #ffc90d;
  color: #333;
  font-size: 1.2em;
  border: none;
  border-radius: 20px;
  width: 100%;
  padding: 5px 0;
}
.releaseLast .splide__slide a i {
  margin-right: 5px;
}
.releaseLast .splide__pagination {
  bottom: -50px;
}
.releaseLast .splide__pagination__page {
  width: 5px;
  height: 5px;
}

/**/
.bestSeller {
  position: relative;
  z-index: 1;
  padding-bottom: 100px !important;
}

.bestSeller h2 {
  font-size: 0.9em;
  position: relative;
  color: #333;
}
.bestSeller h2 span {
  font-size: 2em;
  font-family: "Montserrat-SemiBold";
}
.bestSeller h2:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #333;
  margin-left: -100px;
  left: 50%;
  bottom: -10px;
}
.bestSeller .sideBanner {
  display: block;
}
.bestSeller .splide__slide {
  border: solid 1px #ccc;
  padding: 15px;
  color: #999;
  font-size: 0.8em;
  background: #fff;
}
.bestSeller .splide__slide h3 {
  color: #333;
  font-size: 1em;
}
.bestSeller .splide__slide a {
  display: block;
  background: #080316;
  color: #fff;
  font-size: 1.2em;
  border: none;
  border-radius: 20px;
  width: 100%;
  padding: 5px 0;
}
.bestSeller .splide__slide a i {
  margin-right: 5px;
}
.bestSeller .splide__pagination {
  bottom: -50px;
}
.bestSeller .splide__pagination__page {
  width: 5px;
  height: 5px;
}
/**/

.bannerPageInner {
  width: 100%;
  height: 300px;
  background: url(../images/somos.jpeg) no-repeat center center;
  background-size: cover;
  z-index: 1;
  position: relative;
  line-height: 300px;
}
.bannerPageInner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.bannerPageInner .container .row h1 {
  line-height: 300px;
  font-family: "Montserrat-Bold";
  color: #fff;
}
.bannerPageInner .container,
.bannerPageInner .container .row,
.bannerPageInner .container .row h1 {
  height: 100%;
}
/**/
.pagaEmpresa h2 {
  position: relative;
  font-family: "Montserrat-SemiBold";
}
.pagaEmpresa h2:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #333;
  margin-left: -100px;
  left: 50%;
  bottom: -10px;
}
.pagaEmpresa h3 {
  font-family: "Montserrat-SemiBold";
}

/**/
.products h2 {
  font-size: 1.4em;
  font-family: "Montserrat-SemiBold";
  position: relative;
}
.products h2:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #333;
  /*margin-left: -100px;*/
  left: 0;
  bottom: -10px;
}
.products .sidebar ul {
  margin: 0;
  padding: 0;
}
.products .sidebar ul li {
  padding: 5px 0;
}
.products .sidebar ul li a {
  color: #333;
}
.products .sidebar ul li a i {
  display: inline;
  font-size: 0.6em;
  margin-right: 5px;
  margin-top: -15px;
}
.products .sidebar ul li a i:before {
  margin-top: -5px;
}
.products .list ul {
  padding: 0;
}
.products .list li div {
  border: solid 1px #ccc;
  padding: 15px;
  color: #999;
  font-size: 0.8em;
  background: #fff;
}
.products .list li h3 {
  color: #333;
  font-size: 1em;
}
.products .list li a {
  display: block;
  background: #080316;
  color: #fff;
  font-size: 1.2em;
  border: none;
  border-radius: 20px;
  width: 100%;
  padding: 5px 0;
}
.products .list li a i {
  margin-right: 5px;
}
.products .list input {
  width: 100%;
  padding: 5px 10px;
  color: #333;
  background: #fff;
  border-radius: 50px;
  border: solid 1px #ccc;
}
.products .splide__pagination {
  bottom: -50px;
}
.products .splide__pagination__page {
  width: 5px;
  height: 5px;
}
.buscaProd i {
  position: absolute;
  bottom: 10px;
  right: 30px;
  cursor: pointer;
}
/**/

.formDistribuidor input,
.formContato input,
.formContato textarea,
.formDistribuidor input,
.formDistribuidor textarea {
  width: 100%;
  background: #fff;
  padding: 10px;
  border: solid 1px #666;
  margin-bottom: 10px;
}
.formDistribuidor button,
.formContato button,
.formTrabalhe button {
  background: #080316;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  color: #fff;
}
.formTrabalhe select,
.formTrabalhe input,
.formTrabalhe textarea {
  width: 100%;
  background: #fff;
  padding: 10px;
  border: solid 1px #666;
  margin-bottom: 10px;
  color: #333;
}
.mapa iframe {
  width: 100%;
  height: 250px;
}

/**/

.products h3 {
  font-size: 0.9em;
  position: relative;
  color: #333;
}
.products h3 span {
  font-size: 2em;
  font-family: "Montserrat-SemiBold";
}
.products h3:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #333;
  margin-left: -100px;
  left: 50%;
  bottom: -10px;
}
.detProd figure {
  background: #f4f4f4;
  overflow: hidden;
  border: solid 1px #ccc;
}
.detProd figure img {
  width: 100%;
}
.detProd a {
  color: #333;
}
.links i {
  width: 50px;
  height: 50px;
  background: #ffc90d;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
}

.descrProd h4 {
  font-family: "Montserrat-SemiBold";
  font-size: 1.4em;
}
.products li h3:after,
.accordion h2:after {
  display: none;
}
.accordion {
  border: solid 1px #ccc;
}
.accordion .accordion-body button {
  background: #ffd200;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  color: #333;
}
.accordion .accordion-body button i {
  margin-right: 10px;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background: none;
  color: #333;
}
.thumb {
  cursor: pointer;
}
.localizacao {
  background: #ffc90d;
  padding: 10px 15px !important;
  border-radius: 50px;
  color: #333;
}
.dadosLojas {
  padding: 0 10px 20px 10px;
  border: solid 1px #f4f4f4;
}
.accordion-button {
  /*background: none;*/
}
.accordion .accordion-header:nth-child(2n + 1) {
  background: #ffd200 !important;
}

.anexo i {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  line-height: 90px;
  text-align: center;
  background: #181818;
  color: #ffd200;
}
.anexo {
  color: #181818;
}

input,
textarea {
  color: #333 !important;
}

select.custom-select {
  width: 100%;
  padding: 10px 0;
  text-align: left;
  background: #fff;
  border: solid 1px #ccc;
  color: #333;
}

.contato-info {
  background-color: #c7c7c7;
  padding: 30px;
  border-radius: 10px;
}

.contato-info p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.contato-info p i {
  margin-right: 10px;
  color: #333;
}

.social-icons {
  margin-top: 30px;
  text-align: center;
}

.social-icons a {
  display: inline-block;
  margin: 0 10px;
  font-size: 24px;
  color: #ff0000;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
  color: #cc0000;
}

.splide__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
}

.splide__slide figure {
  width: 100%;
  margin-bottom: 15px;
}

.splide__slide img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.splide__slide a {
  margin-top: auto;
  text-align: center;
  width: 100%;
}
