.line-loja {
  width: 100%;
  height: 100px;
  background-color: #0f4f4f;
  display: table;
}

.menu12 {
  font-size: 30px;
  color: white;
  font-family: verdana;
  text-decoration: none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.seta {
  width: 15px;
  height: 15px;
}

.carousel-3d .carousel-3d-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
}

.carousel-3d .carousel-3d-item {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s,-webkit-transform 1s;
}

.carousel-3d .carousel-3d-item img {
  width: 100%!important;
  height: 100%!important;
  -o-object-fit: cover!important;
  object-fit: cover!important;
}

.carousel-3d .carousel-3d-controls {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.waves-effect,a.waves-light {
  display: inline-block;
}

.tex {
  text-align: justify;
  max-width: 860px;
  font-size: 24px;
  font-family: verdana;
  margin: 0 auto;
  color: #ffffff;
}

@media (min-width:1026px) {
.carousel-3d {
  position: relative;
  width: 60%;
  height: 400px;
  margin: 50px auto;
  -webkit-perspective: 1550px;
  perspective: 1550px;
}
}

@media (min-width:861px) AND (max-width:1024px) {
.carousel-3d {
  position: relative;
  width: 50%;
  height: 250px;
  margin: 50px auto;
  -webkit-perspective: 1024px;
  perspective: 1024px;
}
}

@media (min-width:721px) AND (max-width:860px) {
.carousel-3d {
  position: relative;
  width: 50%;
  height: 180px;
  margin: 50px auto;
  -webkit-perspective: 860px;
  perspective: 860px;
}
}

@media (max-width:720px) {
.carousel-3d {
  position: relative;
  width: 50%;
  height: 180px;
  margin: 50px auto;
  -webkit-perspective: 860px;
  perspective: 860px;
}
}