html,
body {
  font-size: 100%;
  font-family: "Inter", sans-serif;
  background: #ffffff;
  margin: 0;
}
p,
ul li,
ol li {
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  margin: 0;
}
ul,
label {
  margin: 0;
  padding: 0;
}
body a:hover {
  text-decoration: none;
}
input[type="submit"],
input[type="reset"],
a {
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
a:focus {
  outline: none;
}

/*-- Parallax Background --*/
.jarallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.jarallax {
  padding-top: 50.25%;
  min-height: 0;
  height: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .jarallax {
    padding-top: 55.25%;
  }
}
@media (max-width: 660px) {
  .jarallax {
    padding-top: 65.25%;
  }
}
@media (max-width: 498px) {
  .jarallax {
    padding-top: 75.25%;
  }
}
/*-- Parallax Background --*/

/*-- banners --*/
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.banner .carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
.cs_banner_central {
  display: table;
  width: 100%;
  background: linear-gradient(0deg, #1f1212 0%, #422069 100%);
  padding: 20px;
  box-shadow: 0px 0px 10px 0px #422069;
}
.cs_banner_central .cs_banner_left,
.cs_banner_central .cs_banner_right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}
.cs_banner_right a.button {
  padding: 14px 35px 14px 35px;
  opacity: 1 !important;
  font-size: 33px;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  background: transparent;
  color: #fff;
  border: 5px solid #e7e7e7;
  border-radius: 5px;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .cs_banner_right a.button {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .cs_banner_right a.button {
    padding: 14px 10px 14px 10px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cs_banner_right a.button {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .cs_banner_right a.button {
    font-size: 17px;
  }
}
@media (max-width: 614px) {
  .cs_banner_central .cs_banner_left,
  .cs_banner_central .cs_banner_right {
    width: 100%;
    margin-bottom: 20px;
    display: grid;
  }
}
@media (max-width: 414px) {
  .cs_banner_right a.button {
    font-size: 16px;
  }
}
/*-- banners --*/

/*-- nav --*/
.topHeader {
  box-shadow: 0px 1px 9px 1px #422169;
}
.navbar-default {
  background: none;
  border: none;
}
.navbar {
  margin-bottom: 0;
}
.navbar-collapse {
  padding: 0;
}
.navbar-right {
  margin-right: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #422069;
  background: none;
  text-decoration: none;
}
.navbar-default .navbar-nav > .active > a:before {
  background: #b06010;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}
.navbar-default .navbar-nav > li > a {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
}
.navbar-nav > li > a {
  margin: 0 1.5em;
  padding: 0 0 0.5em;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #422069;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #422069;
  outline: none;
}
nav.navbar.navbar-default {
}
.navbar-right {
  margin: 0.8em 0 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #422169;
  background: none;
}
.navbar-default .navbar-nav > li > a {
  color: #3b5998;
  text-decoration: none;
}
.navbar-default .navbar-nav > .active.open > a:focus {
  background: transparent;
  color: #422169;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #422169;
}
.navbar-brand {
  height: 70px;
  font-size: 0.8em;
  line-height: 22px;
  letter-spacing: 2px;
  margin-left: 1em;
  font-weight: 600;
  border-radius: 0;
  padding: 13px 0 0 0;
}
.navbar-brand span {
  padding: 0;
  display: block;
  font-size: 15px;
  color: #422169;
  letter-spacing: 2px;
}
.navbar-brand i {
  font-style: normal;
  color: #5801bb;
}
.navbar-right {
  float: none !important;
}
.navbar {
  border-radius: 0px;
}
.navbar-nav {
  margin: 0.8em 0 0 8em;
}
.divHeader {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
/*-- nav --*/

/*-- header --*/
.header {
  padding: 0.6em 0em;
  background: #422069;
}
.header .cs_header_left {
  width: 75.5%;
  margin: 0 auto;
}
.header .cs_header_left ul li {
  display: inline-block;
  color: #fff;
}
.header .cs_header_left ul li:last-child {
  margin-left: 2em;
}
.header .cs_header_left ul li i {
  color: #ffffff;
  padding-right: 0.4em;
}
.header .cs_header_left ul li a {
  color: #fff;
  text-decoration: none;
}
.cs_social_icons {
  float: right;
  margin: 0.5em 0em 0 0;
}
.cs_social_list li {
  display: inline-block;
  margin-right: 5px;
}
.cs_social_list li a {
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 12px;
}
.cs_social_list li a i {
  line-height: 2.4em;
}
a.social_facebook {
  background: #3b5998;
  border: 2px solid #ffffff;
}
a.social_twitter {
  background: #1da1f2;
  border: 2px solid #ffffff;
}
a.social_whatsapp {
  background: #78da7d;
  border: 2px solid #ffffff;
}
a.social_instagram {
  background: linear-gradient(#400080, transparent),
    linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
  border: 2px solid #ffffff;
}
.cs_social_icons .badgeAbicopedras {
  margin: 0em 2em;
}
.cs_social_icons .badgeAbicopedras img {
  border-radius: 10px;
}
@media (max-width: 800px) {
  .cs_social_icons .badgeAbicopedras {
    margin: 0em 5em;
  }
}
@media (max-width: 767px) {
  .cs_social_icons .badgeAbicopedras {
    margin: 0em 5em 0em 0;
  }
}
/*-- header --*/

/*-- Floating Badge --*/

.floating-badge {
  position: fixed;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 80px;
  height: 80px;
  right: 5px;
  bottom: 5px;
  z-index: 999;
}
.floating-badge .badge {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 2;
  position: relative;
  display: block;
  padding: 0;
}
@media (max-width: 416px) {
  .floating-badge {
    width: 50px;
    height: 50px;
  }
}
/*-- Floating Badge --*/

/*-- Bloco Conteúdo --*/
.blockContent {
  padding: 5em 0em 5em 0em;
}
.innerContent {
  text-align: center;
  margin-top: 5em;
}
.blockContent .innerContent p {
  text-align: center;
  margin: 0.5em auto 0;
  color: #fff;
  line-height: 2em;
}
.blockContent .innerContent i.fa {
  font-size: 4em;
  color: #422069;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.blockContent .innerContent h4 {
  font-size: 1.5em;
  color: #262c38;
  margin: 0.5em 0;
  font-weight: 600;
  letter-spacing: 2px;
}
.blockContent .innerContent p {
  font-size: 1em;
  line-height: 1.8em;
  margin: 0;
  color: #888;
}
.blockContent .colContent {
  box-shadow: 0px 0px 8px 0px #6b6b6b;
  -webkit-box-shadow: 0px 0px 8px 0px #6b6b6b;
  -moz-box-shadow: 0px 0px 8px 0px #6b6b6b;
  padding-top: 20px;
  padding-bottom: 5px;
  max-height: 150px;
}
.blockContent .colContent:hover i.fa {
  color: #422069;
  -webkit-transform: rotatey(180deg);
  -moz-transform: rotatey(180deg);
  -o-transform: rotatey(180deg);
  -ms-transform: rotatey(180deg);
  transform: rotatey(180deg);
}
h3.header-content,
h2.header-content {
  text-align: center;
  color: #262c38;
  font-size: 2.8em;
  text-transform: inherit;
  font-weight: 600;
  margin: 0 auto;
  line-height: 1.5em;
  letter-spacing: 2px;
}
p.desc-content {
  font-size: 1.7em;
  text-align: center;
  width: 80%;
  line-height: 1.8em;
  color: #422069;
  margin: 1em auto;
  text-shadow: 0px 8px 15px #6b6b6b;
}
hr.divider-content {
  border: 0;
  height: 1px;
  width: 70%;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
/*-- Bloco Conteúdo --*/

/*-- Bloco Hexagonal --*/
.hexagonalItens {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.clr-hexagonal:after {
  content: "";
  display: block;
  clear: both;
}
.hexagonalItens li {
  position: relative;
  list-style-type: none;
  width: 27.85714285714286%; /* = (100-2.5) / 3.5 */
  padding-bottom: 32.16760145166612%; /* =  width /0.866 */
  float: left;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(-60deg) skewY(30deg);
  -ms-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
}
.hexagonalItens li:nth-child(3n + 2) {
  margin: 0 1%;
}
.hexagonalItens li:nth-child(6n + 4) {
  margin-left: 0.5%;
}
.hexagonalItens li:nth-child(6n + 4),
.hexagonalItens li:nth-child(6n + 5),
.hexagonalItens li:nth-child(6n + 6) {
  margin-top: -6.9285714285%;
  margin-bottom: -6.9285714285%;
  -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  transform: translateX(50%) rotate(-60deg) skewY(30deg);
}
.hexagonalItens li:nth-child(6n + 4):last-child,
.hexagonalItens li:nth-child(6n + 5):last-child,
.hexagonalItens li:nth-child(6n + 6):last-child {
  margin-bottom: 0%;
}
.hexagonalItens li * {
  position: absolute;
  visibility: visible;
}
.hexagonalItens li > div {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  -webkit-backface-visibility: hidden;
}

.hexagonalItens li img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.hexagonalItens li img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hexagonalItens div h1,
.hexagonalItens div p {
  width: 90%;
  padding: 0 5%;
  background-color: #008080;
  background-color: rgba(0, 128, 128, 0.8);
  font-family: inherit;
  -webkit-transition: top 0.2s ease-out, bottom 0.2s ease-out,
    0.2s padding 0.2s ease-out;
  -ms-transition: top 0.2s ease-out, bottom 0.2s ease-out,
    0.2s padding 0.2s ease-out;
  transition: top 0.2s ease-out, bottom 0.2s ease-out,
    0.2s padding 0.2s ease-out;
}
.hexagonalItens li h1 {
  bottom: 110%;
  font-style: italic;
  font-weight: normal;
  font-size: 1.5em;
  padding-top: 100%;
  padding-bottom: 100%;
}
.hexagonalItens li h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 45%;
  width: 10%;
  text-align: center;
  z-index: 1;
  border-bottom: 2px solid #fff;
}
.hexagonalItens li p {
  padding-top: 50%;
  top: 110%;
  padding-bottom: 50%;
}

.hexagonalItens li div:hover h1 {
  bottom: 50%;
  padding-bottom: 10%;
}
.hexagonalItens li div:hover p {
  top: 50%;
  padding-top: 10%;
}
/*-- Bloco Hexagonal --*/

/*-- FigureCard --*/
.figureCardsItens figure.figureCard {
  font-family: "Raleway", Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 480px;
  max-height: 240px;
  width: 100%;
  background: #d0d0d0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.figureCardsItens figure.figureCard:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.figureCardsItens figure.figureCard > img {
  margin-left: 65%;
  opacity: 1;
  width: 30%;
  filter: blur(0px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.figureCardsItens figure.figureCard figcaption {
  left: 0;
  position: absolute;
  top: 0;
  width: 60%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.figureCardsItens figure.figureCard figcaption h2 {
  margin: 0;
  color: #000;
  text-align: center;
  position: absolute;
  padding: 10px 0 10px 0px;
  margin: 0 40px 0 20px;
  font-family: inherit;
}
.figureCardsItens figure.figureCard figcaption h2 {
  font-size: 1.3em;
  bottom: 40%;
  right: 0;
  font-weight: 300;
}
.figureCardsItens figure.figureCard figcaption h2 span {
  font-weight: 800;
}
.figureCardsItens figure.figureCard:after {
  position: absolute;
  top: 50%;
  left: 0%;
  height: 35px;
  width: 35px;
  background-color: #422069;
  content: "";
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media (max-width: 396px) {
  .figureCardsItens figure.figureCard figcaption h2 {
    font-size: 1em;
  }
}
@media (max-width: 340px) {
  .figureCardsItens figure.figureCard figcaption h2 {
    font-size: 0.7em;
  }
}
/*-- FigureCard --*/

/*-- Sobre --*/
.pedraAmetista {
  margin: 3em auto 3em;
  width: 200px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .pedraAmetista {
    margin: 0em auto 3em;
  }
}
.overlay-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84%;
  background: #00000000;
}
.overlay-video i {
  padding-top: 148px;
  font-size: 45px;
  color: #fff;
}
@media (max-width: 1200px) {
  .overlay-video i {
    padding-top: 125px;
  }
}

@media (max-width: 650px) {
  .overlay-video i {
    padding-top: 100px;
  }
}

@media (max-width: 500px) {
  .overlay-video i {
    padding-top: 70px;
  }
}

@media (max-width: 400px) {
  .overlay-video i {
    padding-top: 50px;
    font-size: 35px;
  }
}
.pedraAmetista:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 75px;
  background: rgba(200, 200, 200, 0.3);
  border-radius: 50%;
  margin-top: -110px;
  margin-left: 62px;
  z-index: -999;
}
.pedraAmetista .top {
  height: 90px;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 40px solid #beb3cc6b;
}
.pedraAmetista .top:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 55px;
  margin-top: 50px;
  margin-left: 77px;
  background: #7a6396;
  -ms-transform: skew(30deg, 20deg);
  -webkit-transform: skew(30deg, 20deg);
  transform: skew(48deg);
}
.pedraAmetista .top:before {
  content: "";
  position: absolute;
  height: 40px;
  width: 55px;
  margin-top: 50px;
  margin-left: -22px;
  background: #7a6396;
  -ms-transform: skew(30deg, 20deg);
  -webkit-transform: skew(30deg, 20deg);
  transform: skew(-48deg);
}
.pedraAmetista .bottom {
  height: 100px;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 100px solid #beb3cc;
}
.pedraAmetista .bottom:before {
  content: "";
  position: absolute;
  height: 100px;
  margin-top: -100px;
  margin-left: -44px;
  border-left: 44px solid transparent;
  border-right: 44px solid transparent;
  border-top: 100px solid #4220698a;
}
.pedraAmetista .bottom:after {
}
.sobre {
  margin: 2em auto;
}
.sobre p {
  text-align: justify;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 300;
}
.sobre .rowVideo {
  text-align: center;
  margin-top: 60px;
}
.sobre .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.sobre .video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/*-- Sobre --*/

/*-- Lojas --*/
.lojas .bloco-card-loja {
  max-width: 400px;
  margin: 50px auto;
  padding-left: 1em;
  padding-right: 1em;
}
.lojas .bloco-card-loja a {
  text-decoration: none;
}
.lojas .bloco-card-loja .card-loja {
  height: 290px;
  background-color: #fff;
  margin-bottom: 1.6rem;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid #422069;
}
.lojas .bloco-card-loja .card-loja:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card-loja .card-loja-share > a {
  text-decoration: none;
}
.lojas .bloco-card-loja .card-loja-padding {
  padding: 1.5rem;
}
@media (max-width: 991px) {
  .lojas .bloco-card-loja .card-loja-padding {
    padding: 0.5rem;
  }
}
.lojas .bloco-card-loja .card-loja-image {
  min-height: 100px;
  background-color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.lojas .bloco-card-loja .card-loja-image .imgThumbsCapa {
  background-position: center;
  background-size: cover;
  width: auto;
  height: 220px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lojas .bloco-card-loja .card-loja-image img {
  width: 100%;
  max-width: 100%;
  display: block;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.lojas .bloco-card-loja .card-loja-content {
  position: relative;
  text-align: center;
}
.lojas .bloco-card-loja .card-loja-data time,
.lojas .bloco-card-loja .card-loja-data p {
  font-size: 0.9rem;
  color: #636363;
  text-overflow: ellipsis;
  font-family: sans-serif;
}
.lojas .bloco-card-loja .card-loja-titulo a {
  text-decoration: none;
  color: #444;
  transition: all 0.5s ease;
}
.lojas .bloco-card-loja .card-loja-titulo a:hover {
  color: #2980b9;
}
.lojas .bloco-card-loja .card-loja-titulo h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #777777;
}
.lojas .bloco-card-loja .card-loja-titulo h4 {
}
.lojas .bloco-card-loja .card-loja-share {
  float: right;
  position: relative;
  margin-top: -49px;
}
.lojas .bloco-card-loja .card-loja-social {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 160px;
  transform: translateZ(0);
  transform: translateX(0px);
  transition: transform 0.35s ease;
}
.lojas .bloco-card-loja .card-loja-social--active {
  visibility: visible;
  transform: translateZ(0);
  transform: translateX(-48px);
  transition: transform 0.35s ease;
}
.lojas .bloco-card-loja .card-loja-share-toggle {
  z-index: 2;
}
.lojas .bloco-card-loja .card-loja-share-toggle:before {
  content: "\f1e0";
  font-family: "FontAwesome";
  color: #3498db;
}
.lojas .bloco-card-loja .card-loja-share-toggle.share-expanded:before {
  content: "\f00d";
}
.lojas .bloco-card-loja .card-loja-share-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease;
  outline: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
}
.lojas .bloco-card-loja .card-loja-share-icon:hover,
.lojas .bloco-card-loja .card-loja-share-icon:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.24);

  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.lojas .bloco-card-loja .card-loja-icon-facebook {
  background-color: #3b5998;
}
.lojas .bloco-card-loja .card-loja-icon-twitter {
  background-color: #00abe3;
}
.lojas .bloco-card-loja .card-loja-icon-whatsapp {
  background-color: #78da7d;
}
.lojas .bloco-card-loja .card-loja-icon-facebook,
.lojas .bloco-card-loja .card-loja-icon-twitter,
.lojas .bloco-card-loja .card-loja-icon-whatsapp {
  color: #fff;
}
.lojas .bloco-card-loja .card-loja-icon-facebook:hover,
.lojas .bloco-card-loja .card-loja-icon-twitter:hover,
.lojas .bloco-card-loja .card-loja-icon-whatsapp:hover {
  color: #eee;
}
/*-- Lojas --*/

/* Fotos Lojas */
.fotosLoja {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .fotosLoja {
    margin-top: 50px;
  }
}
.fotosLoja .imgThumbsCapa {
  background-position: center;
  background-size: cover;
  width: auto;
  height: 236px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.titleDadosLoja {
  padding-left: 15px;
  padding-right: 15px;
}
.blockContent .bs-callout {
  padding: 10px 10px 10px 10px;
  margin: 20px 0;
  border-left: 5px solid #eee;
  border-radius: 0;
}
.blockContent .bs-callout-info {
  border-left-color: #422069;
}
.blockContent .bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #262c38;
  font-size: 2em;
  text-transform: inherit;
  font-weight: 600;
}

.blockContent .bs-callout ul {
  margin-top: 15px;
  padding-left: 20px;
}
.blockContent .bs-callout ul li {
  font-size: 17px;
  margin-bottom: 5px;
}
.blockContent .bs-callout ul li strong {
  padding-right: 10px;
}
.blockContent .bs-callout .iconsSocial {
  text-align: left;
}
.blockContent .bs-callout .social {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 10px 0px 0px 15px;
  line-height: 40px;
  font-size: 25px;
  text-align: center;
  color: #2d2d32;
  border: 1px solid;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  transition: color 0.3s;
}
.blockContent .bs-callout .social.fb:hover {
  color: #3d5b99;
  cursor: pointer;
}
.blockContent .bs-callout .social.in:hover {
  color: #d9534f;
  cursor: pointer;
}
.blockContent .bs-callout .social.wt:hover {
  color: #78da7d;
  cursor: pointer;
}
.blockContent .bs-callout .social.me:hover {
  color: #0fa6fd;
  cursor: pointer;
}

.blockContent .descLoja {
  padding-left: 20px;
  margin-top: 20px;
  font-size: 20px;
  text-align: justify;
}

@media (max-width: 416px) {
  .blockContent .bs-callout .social {
    margin: 5px;
  }
  .blockContent .bs-callout ul {
    padding-left: 0px;
  }
}
/* Fotos Lojas */

/*-- Galeria --*/
.galeria .imgThumbsCapa {
  background-position: center;
  background-size: cover;
  width: auto;
  height: 236px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*-- Galeria --*/

/* Contato */
.form-group {
  margin-bottom: 1em;
}
.form-control {
  border-radius: 0px;
}
.form-control:focus {
  border-color: #503072b0;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(80, 48, 114, 0.82);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(80, 48, 114, 0.84);
}
.blockContent .contactButtons {
  font-family: inherit;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  color: #ffffff;
  cursor: pointer;
  padding: 0px 10px 0px 60px;
  text-align: center;
  display: inline-block;
  margin: 0px 0px 0px 20px;
  font-weight: 600;
  outline: none;
  position: relative;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blockContent .contactButtons:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background: red;
}
.blockContent .contactButtons.send {
  background-color: #503072;
}
.blockContent .contactButtons.erase {
  background-color: #21172c;
}
.blockContent .contactButtons i {
  font-size: 2em;
  width: 55px;
  line-height: 50px;
  position: absolute;
  left: 3px;
  top: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .blockContent .contactButtons {
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .blockContent .contactButtons {
    padding: 0px 5px 0px 48px;
    font-size: 14px;
    line-height: 45px;
  }
  .blockContent .contactButtons i {
    font-size: 1.5em;
    width: 35px;
    line-height: 45px;
  }
}
/* Contato */

/*-- Footer --*/
.list-group {
  margin-bottom: 48px;
}
.cardFooter {
  padding: 0;
  text-align: center;
}
.cardFooter .card-itens {
  margin: 0em 0 4em;
}
.card-item-cols:hover .card-item-div h4:after {
  background: #b06010;
}
.card-item-div {
  padding: 2em 2em 3em 2em;
  background: transparent;
  position: relative;
  border: 1px solid #42206961;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card-item-div:hover {
  box-shadow: 0 0px 10px #422069, 0 0px 10px #422069;
}
.card-item-div .card-item-icon {
  font-size: 2.7em;
}
.card-item-div h4 {
  font-size: 1.2em;
  text-align: center;
  color: #262c38;
  line-height: 1.5em;
  position: relative;
  padding-bottom: 0.5em;
  letter-spacing: 1px;
  font-weight: 700;
}
.card-item-div p {
  color: #545454;
  line-height: 2em;
  font-size: 18px;
  margin: 0.5em 0 0;
  text-align: center;
}
.card-item-div table {
  margin: 3px auto;
}
.card-item-div table td {
  color: #545454;
  line-height: 2em;
  text-align: left;
}
.card-item-div table td:nth-child(2) {
  text-align: right;
}
.footer {
  background: #2e1837;
  padding: 4em 0 1em 0;
}
.footer h4 {
  font-size: 1.8em;
  color: #fff;
  margin-bottom: 0.5em;
  font-family: inherit;
}
.footer .footerMenu .list-group-item {
  background: none;
  border: none;
  color: white;
  padding: 0;
  font-size: 17px;
}
.footer .footerMenu li {
  border: 1px solid #c1c1c2;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.footer .footerMenu li .badge {
  float: none;
  background: none;
}
.footer .footerMenu li .badge i {
  color: #ffffff;
  font-size: 16px;
}

.footer .footerMenu li a {
  color: white;
}

.footer .socialsFooter a {
  color: white;
}
.footer .socialsFooter .social {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.footer .socialsFooter #social-fb:hover {
  color: #3d5b99;
}
.footer .socialsFooter #social-insta:hover {
  color: #fbad50;
}
.footer .socialsFooter #social-yu:hover {
  color: #e64a41;
}
.footer .socialsFooter #social-wh:hover {
  color: #a4e6a4;
}

.footer .socialsFooter .btnSocial {
  box-sizing: border-box;
  position: relative;
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #fff;
}
.footer .socialsFooter .btnSocial:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.footer .socialsFooter .btnSocial:focus {
  outline: none;
}
.footer .socialsFooter .btnSocial:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}
.footer .socialsFooter .btnSocial--facebook {
  background-color: #4c69ba;
  background-image: linear-gradient(#4c69ba, #3b55a0);
  text-shadow: 0 -1px 0 #354c8c;
}
.footer .socialsFooter .btnSocial--facebook:before {
  border-right: #364e92 1px solid;
  background: url("../images/icon_facebook.png") 6px 6px no-repeat;
}
.footer .socialsFooter .btnSocial--facebook:hover,
.footer .socialsFooter .btnSocial--facebook:focus {
  background-color: #5b7bd5;
  background-image: linear-gradient(#5b7bd5, #4864b1);
}
.copyright {
  padding: 0.3em;
  background: #1f1224;
}
.copyright .cs-logo {
  text-align: center;
}
/*-- Footer --*/

/*-- start-responsive-design --*/
@media (max-width: 1366px) {
  h3.header-content {
    font-size: 2.7em;
  }
}
@media (max-width: 1280px) {
  h3.header-content {
    font-size: 2.5em;
  }
  .navbar-nav > li > a {
    margin: 0 1em;
  }
}
@media (max-width: 1080px) {
  .header {
    padding: 0.6em 0em;
  }
  .navbar-brand {
    margin-left: 0em;
  }
  .cs_social_list li:nth-child(2) {
    margin: 0 1em;
  }
  .divHeader {
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  .navbar-nav {
    margin: 0.8em 0 0 2em;
  }
  .cs_header_left {
    width: 89%;
  }
}
@media (max-width: 1050px) {
  .navbar-nav {
    margin: 0.8em 0 0 1em;
  }
}
@media (max-width: 1024px) {
  .navbar-brand {
    height: 70px;
    font-size: 0.7em;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    font-size: 0.65em;
    margin-left: 0.5em;
  }
  .menuControl .menu__item {
    font-size: 12px;
  }
  .navbar-nav > li > a {
    margin: 0 0.7em;
  }
  .cs_social_icons {
    margin: 0.1em 1em 0 0;
  }
  .navbar-nav {
    margin: 0.5em 0 0 3em;
  }
  .blockContent {
    padding: 3em 0 2em;
  }
  .blockContent .colContent {
    margin-bottom: 2em;
  }
  .innerContent {
    margin-top: 3em;
  }
  .footer {
    padding: 3em 0 2em;
    text-align: center;
  }
  .footer .footerMenu {
    display: inline-block;
    text-align: left;
  }
  .footer ul.middle {
    text-align: center;
  }
  .cardFooter .card-itens {
    margin: 3em 0 0em;
  }
  .card-item-cols {
    margin-bottom: 3em;
  }
}
@media (max-width: 800px) {
  .divHeader {
    width: 100%;
  }
  .navbar-nav > li {
    font-size: 13px;
  }
  .navbar-nav {
    margin: 0.5em 0 0 1em;
  }
  .cs_social_list li:nth-child(2) {
    margin: 0 5px;
  }
  .navbar-nav > li > a {
    margin: 0 0.5em;
  }
  .cs_header_left {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-default .navbar-toggle {
    border-color: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #422069;
  }
  .navbar-toggle {
    margin: 0.5em 0 0;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
    position: relative;
    width: 100%;
    background: none;
    z-index: 999;
  }
  .navbar-right {
    margin: 0;
  }
  .navbar-nav {
    margin: 0;
    text-align: center;
  }
  .navbar-nav > li > a {
    margin: 0;
    display: inline-block;
  }
  .navbar-default .navbar-nav > li > a {
    color: #3b5998;
  }
  .cs_social_icons {
    margin: 1em 0 1em 0;
    text-align: center;
    float: none;
  }
  .cs_social_icons .cs_social_list li a {
    border: 1px solid #ffffff;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    left: 38%;
  }
  .navbar-brand {
    font-size: 0.7em;
    margin-left: 0;
    padding: 0px 0 0 0;
  }
  .nav > li {
    position: relative;
    display: block;
    margin-top: 10px;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background: none;
  }
  .divHeader {
    width: 95%;
    padding: 1em 0;
  }
  .cs_header_left {
    width: 94%;
  }
  .navbar-brand {
    height: 50px;
  }
}
@media (max-width: 736px) {
  h3.header-content,
  h2.header-content {
    font-size: 2.5em;
  }
}
@media (max-width: 600px) {
  .navbar-brand {
    font-size: 0.7em;
    margin-left: 0;
  }
  .navbar-nav .open .dropdown-menu {
    left: 35%;
  }
  p.desc-content {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .header .cs_header_left ul li:last-child {
    margin-left: 0em;
  }
}
@media (max-width: 480px) {
  .navbar-brand {
    font-size: 0.7em;
    margin-left: 0;
  }
  h3.header-content,
  h2.header-content {
    font-size: 2.3em;
  }
  .innerContent h4 {
    font-size: 1.4em;
  }
}
@media (max-width: 414px) {
  .blockContent .colContent {
    width: 100%;
  }
}
@media (max-width: 384px) {
  .navbar-toggle {
    margin: 0.3em 0 0;
  }
}
@media (max-width: 375px) {
  .cs_header_left ul li:last-child {
    margin-left: 0;
  }
  .navbar-brand {
    font-size: 0.65em;
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  .nav > li > a {
    font-size: 14px;
  }
  .navbar-nav .open .dropdown-menu {
    left: 21%;
  }
  .cs_header_left ul li i {
    padding-right: 0.2em;
  }
  .divHeader {
    width: 95%;
    padding: 1em 0 0.3em;
  }
  .blockContent {
    padding: 2em 0 0em;
  }
  .innerContent {
    margin-top: 2em;
  }
  h3.header-content,
  h2.header-content {
    font-size: 2em;
    line-height: 1.2em;
  }
  .card-item-cols {
    padding: 0;
  }
  .cardFooter .card-itens {
    margin: 2em 0 0em;
  }
}
