.bg-black-lt {
  background: #212121;
}

.bg-blue {
  background: #006390;
}

.bg-blue-lt {
  background: #139AD6;
}

.bg-black {
  background: #000;
}

.bg-yellow {
  background: #F7EA01;
}

.btn.btn-primary {
  background: #139AD6;
  border-color: #139AD6;
}

.title {
  margin-bottom: 1.5rem;
}
.title h1 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 0;
}
.title h2 {
  font-size: 1.2rem;
  font-weight: 700;
}

.budget {
  width: 250px;
  color: #0c5460;
  background: #88ccea;
  border-color: #139AD6;
  position: fixed;
  right: -1px;
  border-radius: 0;
  top: 200px;
  z-index: 100;
}
.budget .car {
  width: 33.33%;
}

* {
  font-family: "Lato", sans-serif;
  transition: 0.2s;
}

header {
  position: absolute;
  z-index: 100;
}
@media (min-width: 768px) {
  header .logo {
    height: 62px;
  }
}
header .top {
  width: 100%;
  font-size: 0.68rem;
  color: #FFF;
  position: fixed;
  top: 0;
  z-index: 100;
}
header .top a {
  color: #FFF;
}
header .top span {
  color: #F7EA01;
}
header .middle {
  background: black;
  margin-top: 32px;
  position: fixed;
  top: 0;
  margin-left: -15px;
  z-index: 100;
}
@media (max-width: 992px) {
  header .middle {
    background: #000;
  }
}
@media (max-width: 768px) {
  header .middle {
    margin-top: 32px;
  }
}
header .middle form input {
  border-radius: 0px;
}
header .middle form button {
  border-radius: 0px 4px 4px 0;
}
header .middle .login_and_shoppingCar .shopping_card {
  position: relative;
}
header .middle .login_and_shoppingCar .camera img {
  height: 40px;
}
header .middle .login_and_shoppingCar .count {
  background: red;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  top: -10px;
  right: -10px;
  color: white;
}
header .middle .login_and_shoppingCar .count span {
  text-align: center;
  font-size: 0.7rem;
}
header .middle .login_and_shoppingCar a {
  color: inherit;
}
header .middle .login_and_shoppingCar .login {
  font-size: 0.75rem;
  color: #F7EA01;
  font-weight: 900;
  border-right: 1px solid #006390;
  /* margin-left: -10px;
  padding-right: 34px; */
}
header .middle .login_and_shoppingCar .login span {
  font-size: 0.65rem;
  color: #FFF;
  font-weight: 400;
  display: block;
}
header .bottom {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 102px;
  margin-left: -15px;
}
@media (max-width: 992px) {
  header .bottom {
    background: #000;
    margin-top: 78px;
  }
}
@media (max-width: 768px) {
  header .bottom {
    margin-top: 151px;
  }
}
@media (max-width: 576px) {
  header .bottom {
    margin-top: 147px;
  }
}
header .bottom button {
  font-size: 0.85rem;
  font-weight: 900;
}
header .bottom button:hover::before {
  content: "";
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  top: 31px;
  left: 15px;
  z-index: 20;
}
header .bottom button.btn {
  border-radius: 0px;
}
header .bottom .all_products {
  background: #006390;
  position: absolute;
  top: 80px;
  z-index: 20;
}
@media (max-width: 992px) {
  header .bottom .all_products {
    top: 50px;
  }
}
@media (max-width: 768px) {
  header .bottom .all_products {
    top: 48px;
  }
}

header .bottom .all_products strong {
  color:yellow;
}

header .bottom .all_products h2 {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}
header .bottom .nav .nav-item {
  position: relative;
}
header .bottom .nav .nav-item.bottom-link:hover::before {
  content: "";
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
}
header .bottom .nav .nav-item:hover {
  background: rgba(247, 234, 1, 0.4);
}
header .bottom .nav .nav-item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 60%;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #006390;
}
header .bottom .nav .nav-item figure {
  height: 40px;
}
header .bottom .nav .nav-item a {
  font-size: 0.75rem;
  color: #FFF;
}
@media (max-width: 768px) {
  header .bottom .nav .nav-item:nth-child(2) .sub-menu {
    left: -30px;
  }
}
@media (max-width: 576px) {
  header .bottom .nav .nav-item:nth-child(2) .sub-menu {
    left: -115px;
  }
}
header .bottom .nav .nav-item:nth-child(3) .sub-menu {
  left: -150px;
}
@media (max-width: 576px) {
  header .bottom .nav .nav-item:nth-child(3) .sub-menu {
    left: -227px;
  }
}
header .bottom .nav .nav-item:last-child .sub-menu {
  left: -200px;
}
@media (max-width: 768px) {
  header .bottom .nav .nav-item:last-child .sub-menu {
    left: -240px;
  }
}
@media (max-width: 576px) {
  header .bottom .nav .nav-item:last-child .sub-menu {
    left: -342px;
  }
}
header .bottom .nav .nav-item .sub-menu {
  display: flex;
  position: absolute;
  background: #139AD6;
  height: auto;
  max-height: 500px;
  width: 60vw;
  top: 90px;
  left: 0;
  overflow: hidden;
  z-index: 20;
}
@media (max-width: 576px) {
  header .bottom .nav .nav-item .sub-menu {
    left: -20px;
    width: 440px;
  }
}
header .bottom .nav .nav-item .sub-menu ul {
  height: 100%;
  overflow: hidden;
  padding-left: 1rem;
  position: relative;
}
header .bottom .nav .nav-item .sub-menu ul li a {
  font-size: 0.7rem;
}
header .bottom .nav .nav-item .sub-menu ul li:not(:last-child):after {
  display: none;
}

.slideshow {
  position: relative;
  top: 30px;
  border-bottom: 5px solid #139AD6;
  margin-bottom: 5.625rem;
}
@media (max-width: 992px) {
  .slideshow {
    top: 200px;
  }
}
@media (max-width: 768px) {
  .slideshow {
    top: 360px;
  }
}
@media (max-width: 576px) {
  .slideshow {
    /* top: 393px; */
    top: 338px;
  }
}

.destaque {
  position: relative;
  top: 30px;
  margin-bottom: 5.625rem;
}
@media (max-width: 992px) {
  .destaque {
    top: 200px;
  }
}
@media (max-width: 768px) {
  .destaque {
    top: 360px;
  }
}
@media (max-width: 576px) {
  .destaque {
    top: 393px;
  }
}

.offer {
  margin-top: 8rem;
}
@media (max-width: 992px) {
  .offer {
    margin-top: 20rem;
  }
}
@media (max-width: 768px) {
  .offer {
    margin-top: 24rem;
    /* margin-top: 35rem; */
  }
}
@media (max-width: 992px) {
  .offer .offer_banner_content {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .offer .offer_banner_content {
    height: 240px;
  }
}
@media (max-width: 992px) {
  .offer .offer_banner_content .no-js .owl-carousel, .offer .offer_banner_content .owl-carousel.owl-loaded {
    position: relative;
    top: -30px;
  }
}
.offer .title {
  margin-bottom: 5rem;
}
.offer .decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.offer .decoration img {
  position: absolute;
  z-index: 10;
}
@media (max-width: 992px) {
  .offer .decoration img {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .offer .decoration img {
    width: 65px;
  }
}
.offer .decoration .decoEsq {
  top: 100px;
  left: -40px;
}
@media (max-width: 992px) {
  .offer .decoration .decoEsq {
    top: 18px;
    left: -20px;
  }
}
.offer .decoration .decoDir {
  bottom: 60px;
  right: -10px;
}
@media (max-width: 992px) {
  .offer .decoration .decoDir {
    bottom: 75px;
    right: 0;
  }
}
.offer .owl-item .item {
  padding-top: 93px;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .offer .owl-item .item {
    padding-top: 40px;
    padding-bottom: 15px;
  }
}
.offer .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 250px;
}
@media (max-width: 992px) {
  .offer .owl-theme .owl-nav {
    top: 120px;
  }
}
@media (max-width: 768px) {
  .offer .owl-theme .owl-nav {
    top: 95px;
  }
}
.offer .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -13px;
}
.offer .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -13px;
}
.offer .owl-carousel .owl-nav button.owl-next, .offer .owl-carousel .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  background: #006390;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
}
.offer .owl-carousel .owl-nav button.owl-next span, .offer .owl-carousel .owl-nav button.owl-prev span {
  position: relative;
  top: -26px;
}
.offer .owl-carousel .owl-nav button.owl-next:focus, .offer .owl-carousel .owl-nav button.owl-prev:focus, .offer .owl-carousel button.owl-dot:focus {
  outline: none;
}
.offer .owl-theme .owl-dots {
  padding-bottom: 15px;
}
.offer .owl-theme .owl-dots .owl-dot.active span, .offer .owl-theme .owl-dots .owl-dot:hover span {
  background: #139AD6 !important;
}
.offer .owl-theme .owl-dots .owl-dot.active span:focus, .offer .owl-theme .owl-dots .owl-dot:hover span:focus {
  outline: none;
}
.offer .time-count {
  border: 1px solid #707070;
  margin-left: 2rem;
  padding: 1rem 2rem 0;
  position: absolute;
  top: 0;
  z-index: 10;
}
@media (max-width: 992px) {
  .offer .time-count {
    padding: 0.5rem 1rem 0;
  }
}
@media (max-width: 768px) {
  .offer .time-count {
    top: 0px;
  }
}
.offer .time-count h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #4A4A4A;
  padding: 0 2rem;
}
@media (max-width: 992px) {
  .offer .time-count h3 {
    font-size: 1rem;
  }
}
.offer .time-count span {
  font-size: 2.6rem;
  font-weight: 900;
  color: #149ad7;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 992px) {
  .offer .time-count span {
    font-size: 1.6rem;
  }
}

.products .product {
  padding: 0 1.5rem;
  border-right: 1px solid #E5E5E5;
  background: #fff;
}
.products .product:last-child {
  border: none;
}
@media (max-width: 992px) {
  .products .product:nth-child(2n) {
    border: none;
  }
}
.products .product a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.products .product a:hover .principal {
  margin-left: -100%;
}
.products .product a:hover .add_to_card {
  left: 0;
}
.products .product figure {
  height: 90%;
  overflow: hidden;
  position: relative;
  /* margin-left: 20%; */
}
.products .product figure img {
 width: 100%;
}
.products .product figure:hover .add_to_card img {
  width: 85%;
}
.products .product figure .add_to_card {
  background: rgba(19, 154, 214, 0.5);
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
  left: -100px;
  animation: 0.2s;
}
.products .product figure .add_to_card:hover {
  background: #139AD6;
}
.products .product figure .add_to_card img {
  width: 70%;
}
.products .product figure .add_to_card span {
  display: none;
}
.products .product h1 {
  font-size: 0.8em;
  font-weight: 900;
  height: 93px;
}
.products .product h1:hover {
  color: #139AD6;
}
.products .product h2 {
  font-size: 0.8rem;
  font-weight: 700;
  height: 40px;
}
.products .product h2:hover {
  color: #139AD6;
}
.products .product .price {
  height: 52px;
  position: relative;
}
.products .product .price .real {
  font-size: 0.75rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  color: #747474;
}

.products .product .price .dolar {
  font-size: 1.6rem;
  font-weight: 900;
  color: #3C3A35;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}


@media (max-width: 415px) {
  .products .product .price .dolar {
    font-size: 1.4rem;
    font-weight: 900;
    color: #3C3A35;
    position: absolute;
    top: 20px;
    right: 0;
    line-height: 1;
  }
}





.products .product .price .dolar:hover {
  color: #006390;
}
.products .product .price .dolar:hover .coin {
  color: #006390;
}
.products .product .price .dolar .coin {
  font-size: 1.437rem;
  top: -1.4rem;
}
@media (max-width: 415px) {
.products .product .price .dolar .coin {

  top: 0px;
  color:#139AD6;
}
}

.featured-brands .promotions img:hover {
  transform: scale(1.1, 1.1);
}


footer {
  position: relative;
}
footer h2 {
  color: #F7EA01;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
footer p {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0;
}
footer ul li a {
  padding: 0 !important;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}
footer ul li a::before {
  content: "-";
  margin-right: 0.5rem;
}
footer .figure {
  margin: 0;
  position: absolute;
  bottom: 0;
}
footer .content {
  width: 8.2rem;
  left: 4.7rem;
  bottom: 2.9rem;
  position: absolute;
  z-index: 20;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .content {
    left: 3.5rem;
    bottom: 1.2rem;
  }
}
footer .content h1 {
  color: #139AD6;
  font-size: 0.9rem;
}
footer .content h2 {
  color: #000;
  font-size: 0.7rem;
  font-weight: 700;
}
footer .content p {
  color: #000;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
footer .content span {
  color: #139AD6;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: block;
}
@media (min-width: 992px) {
  footer .content span {
    margin-bottom: 0.5rem;
  }
}
footer .content ul li a {
  font-size: 0.55rem;
  background: #fff;
  color: #139AD6;
  font-weight: 400;
  margin-bottom: 0.5rem;
  padding: 0.4rem 0.1rem !important;
  border: 1px solid #139AD6;
}
footer .content ul li a::before {
  content: "";
}
footer .content ul li a:hover {
  background: #139AD6;
  color: #fff;
}

.copy {
  font-size: 0.7rem;
}

#feedinstagram figure {
  opacity: 0.4;
}

#feedinstagram .texto-instagram {
  display: inline-block;
  vertical-align: middle;
}

#feedinstagram .texto-instagram strong {
  display: block;
  font-size: 26px;
  line-height: 35px;
}

#feedinstagram .texto-instagram a {
  display: block;
  font-size: 16px;
  color: #646464;
  white-space: normal;
}

#feedinstagram .texto-instagram a span {
  font-weight: 700;
}

#feedinstagram .instagram-esq {
  display: inline-block;
}

#img-instagram {
  display: inline-block;
  vertical-align: middle;
}

#feedinstagram {
  margin-bottom: 60px;
  margin-top: 0;
  display: block !important;
}

#feedinstagram i {
  font-size: 10em;
  color: #e7e7e7;
  position: relative;
  margin-right: 6%;
  margin-left: 3%;
  vertical-align: middle;
  display: inline-block;
  width: 30%;
}

#feedinstagram .case-instagram {
  background: #f4f4f4;
  padding: 16px;
  padding-right: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(100, 100, 100, 0.19);
  border: 1px solid #efefef;
}

#img-instagram ul {
  /* margin: 0; */
  /* text-align: center; */
}

#img-instagram ul li {
  display: inline-block;
  width: 18.23%;
  height: auto;
  margin-right: 1.75%;
  position: relative;
  overflow: hidden;
}

#img-instagram ul div {
  border-radius: 10px;
}
@media (max-width: 768px) {
  #img-instagram ul div {
    margin-bottom: 1rem;
  }
}
#img-instagram ul div:last-child {
  display: none;
}
@media (max-width: 768px) {
  #img-instagram ul div:last-child {
    display: block;
  }
}

#img-instagram ul li:last-child {
  margin-right: 0;
  display: none;
}

#img-instagram ul div img {
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  width: 100%;
}
#img-instagram ul div img:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
}

#img-instagram ul li span {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

#img-instagram ul li:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #666;
}

/*# sourceMappingURL=estilos.css.map */


/* OLD CSS - CATEGORIA - MATTEO */
.categoria .area .container .menu {   

  overflow: hidden;
  margin-bottom: 15px;

}

.categoria .area_title {
  width: 100%;
  background: #fff;
  height: 45px;
  display: block;
}

.categoria .area .container .menu h6 {
  padding: 15px;
  color: rgb(56, 56, 56);
  margin-bottom: 0 !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 15px;
  
}
.categoria .area .container .menu ul {
  display: block;
  margin: 0px;
  padding: 0px;
}

.categoria .area .container .menu ul li {
  padding: 0;
  list-style: none;
  padding: 2px 10px 4px 14px;
  float: left;
  margin: 0;
  width: 100%;
  height: auto;
  border-radius: 3px;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 18px;
  text-transform: lowercase;
}


.categoria .area .container .menu ul li :first-letter {
  text-transform: uppercase;
}


.categoria .area .container .menu ul li:first-child {
  margin-top: 10px;
}
.categoria .area .container .menu ul li:last-child {
  margin-bottom: 10px;
}


.categoria .area .container .menu ul li a {
  color: #00306f;
  text-decoration: none;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition:color 0.3s;
  text-transform: capitalize;
}

.categoria .info .container  .caminho h6 a {
  color: #fff;
  text-decoration: none;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition:color 0.3s;
}



.categoria .area .container .menu ul li a:hover, .categoria .info .container h6 a:hover {
   /* color: rgb(0, 140, 255); */
} 

.categoria .info .container h6 {
  border-radius: 3px;

  overflow: hidden;
  
  text-transform: uppercase;
  
  font-weight: 700;
  
  padding: 10px;
  
  margin-top: 10px;
  
  color: #5bacd1;
  
  margin-bottom: 0;
  
  font-size: 17px;
}

.categoria .info .container h6 i {
  margin-left: 5px;
  margin-right: 5px;
}

.categoria .info select {
  background: #0f7ec5;
  color: #fff;
  border: none;
  margin-top: 11px;
  font-size: 1.2em;

}

.categoria .area .card:hover .btn-danger {
  display: block;
}

.categoria .area .card {
  padding: 3px 13px 76px 17px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  border: 0;
  border-radius: 3px;
  overflow: hidden;
}


.categoria .area .col-lg-9 .col-lg-3 {

  padding-left: 0px;
}

.categoria .area .card article {
  position: relative;
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: center;
  background: #fff;
  border-radius: .4em;
  transition: box-shadow .3s;
}

.categoria .area .card .photo {
  overflow: hidden;
  height: 12em;
  line-height: 15em;
  text-align: center;
  padding: 12px;
  vertical-align: middle;
  -moz-transition: border 0.3s;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  position: relative;
}
.categoria .area .card .photo img {
   margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

}
.categoria .area .card .title {
  display: block;
  margin-top: 9px;
  font-size: 0.90em;
  letter-spacing: .01em;
  height: 7em;
}


.categoria .area .card .title a {
  color:black;
  text-decoration: none;
}


.categoria .area .card .preco {
  color: #6f6f6f;
  font-size: 1.6em;
  font-weight: 700;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  text-align: left;
  padding-top: 5px;
  padding-right: 10px;
  border-top: 1px solid rgba(51,51,51,.1);
  letter-spacing: 0;
}
.categoria .area .card:hover img{
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.categoria .area .card .btn-danger {
  border: 2px solid #149ad6;
  background: #fff;
  color: #149ad6;
  font-weight: normal;
  padding-bottom: 0px !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px !important;
  position: absolute;
  display: none;
  top: 0px;
  border-radius: 20px;
  right: 0px;
  font-size: 1.3em;
}


.categoria .area .card .btn-danger:hover {
  color:#fff;
  background-color:#149ad6;
}




.categoria .area .page-item.active a{
  z-index: 2;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}


.categoria .area .page-item.active a:hover{
  color: #fff;

}

.categoria .area .pagination {
      float: right;
      
}
.categoria .area .page-item a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}


section.categoria .container h6{
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 0px;
}

@media (max-width: 993px) {
  section.categoria{
margin-top: 7em;
  }
}
@media (max-width: 767px) {
  section.categoria{
margin-top:11em;
  }
}

.categorias .area .container .menu ul li a, .categorias .info .container h6 a {
  color: #a1a1a1;
  text-decoration: none;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition:color 0.3s;
}
.categorias .area .container .menu ul li a:hover, .categorias .info .container h6 a:hover {
  color: rgb(0, 140, 255);
} 

.categorias .info .container h6 {
  border-radius: 3px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  margin-top: 10px;
  color: #ccc;
  margin-bottom: 0;
}

.categorias .info .container h6 i {
  margin-left: 5px;
  margin-right: 5px;
}

.categorias .info select {
  background: #0f7ec5;
  color: #fff;
  border: none;
  margin-top: 11px;
  font-size: 1.2em;

}

.badge-danger {
  color: #fff;
  background-color: #149ad6; 
}

.badge {
  display: inline-block;
  padding: .25em .3em;
  font-size: 69%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* CATEGORIA MOBILEZONE */


/******** Style destaques area ****/

.destaques {
  margin-top: 15px;
}
.destaques h5 {
  padding: 0.5em 0em 0.5em 0em;
  font-weight: 900;
}

.destaques .slideshow article{
  height: 30em !important;
  border-radius:10px;
}

.destaques .top_destaque article{
  height: 20em !important;
  border-radius:10px;
}


.destaques .midle {
  height: 19.1em !important
}
/*
.destaques .slideshow article .info{
  z-index: 2;
  padding: 4em 2em 1em;
  text-shadow: 1px 1px 1px rgba(0,0,0,.1), 2px 2px 3px rgba(0,0,0,.1);
  background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 99%);
  background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.6) 99%);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
*/
.destaques .slideshow article {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #fff;
  height: 38.2em;
  background: #000;
}


.destaques .top_destaque article {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #fff;
  height: 38.2em;
  background: #000;
}

.form-control:focus {
  border-color: #636363;
}

.destaques article .bg {
  position: absolute;
  right: 0;
  filter: grayscale(0.7);
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity .3s,transform .3s;
}
.destaques .slideshow .owl-item.active article:hover .bg, .destaques .owl-item.active article:active .bg {
  filter:none;

}

.destaques .top_destaque .owl-item.active article:hover .bg, .destaques .owl-item.active article:active .bg {
  filter:none;

}
.destaques .owl-item.active article:hover > .bg {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}

.destaques article .info {
  z-index: 3;
  text-align: center;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  width: 100%;
  background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.7217261904761905) 50%, rgba(0,212,255,0) 100%);
  text-shadow: 1px 1px 1px rgba(0,0,0,.1), 2px 2px 3px rgba(0,0,0,.1);
}
.destaques .slideshow article .bg{
  top: 0;
  z-index: 1;
  background:#000 none no-repeat center;
  background-size: cover;
  border-radius:10px;
}

.destaques .top_destaque article .bg{
  top: 0;
  z-index: 1;
  background:#000 none no-repeat center;
  background-size: 100%;
  border-radius:10px;
}

.destaques .slideshow article h3, .destaques article h5 {
  margin-bottom: 0px;
}

.destaques .top_destaque article h3, .destaques article h5 {
  margin-bottom: 0px;
}

.adestaques article h3 a, .destaques article h5 a {
  color: #fff;
  font-weight: 700;
  margin-top: 3px;
  text-decoration: none;
  color: #6f6f6f;
}
.destaques .slideshow .info {
  height: 100%;
  border-radius:10px;
}

.destaques .top_destaque .info {
  height: 100%;
  border-radius:10px;
}

.destaques .slideshow .info h3 {
  margin-top: 116px;
  font-size: 4em;
  font-weight: 300;
  /* padding-left: 42px; */
  text-align: center;
}

.destaques .top_destaque .info h3 {
  margin-top: 85px;
  font-size: 3em;
  font-weight: 900;
  /* padding-left: 42px; */
  text-align: center;
}

.destaques .slideshow .info a {
  color:#fff;
}
.destaques .top_destaque .info a {
  color:#fff;
}

.destaques .slideshow .new {
  color: #fff;
  background: #e80505;
  padding: 0.5em;
  font-size: 1em;
  margin-bottom: 5px;
}


.destaques .top_destaque .new {
  color: #fff;
  background: #e80505;
  padding: 0.5em;
  font-size: 1em;
  margin-bottom: 5px;
}


.destaques .row .slideshow {
  border-radius: 10px; 
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
}


.destaques .row .content {
  background: #fff;   
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  border-radius: 0px 3px 3px 0px;
  height: 360px;
  padding-left: 15px;
  padding-right: 15px;
}


.destaques .row .content .item article {
  position: relative;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  background: #fff;
  border-radius: .4em;
  transition: box-shadow .3s;
}

.destaques .content .item .photo {
  overflow: hidden;
  height: 15em;
  line-height: 15em;
  text-align: center;
  padding: 12px;
  border:1px solid #d9d9d9;
  vertical-align: middle;
  -moz-transition: border 0.3s;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.destaques .content .item .photo img {
  display: inline!important;
  vertical-align: middle;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition:transform 0.3s;

}
.destaques .content .item .title {
  display: block;
  margin-top: 9px;
  font-size: 1.05em;
  letter-spacing: .01em;
  height: 4.5em;
}


.destaques .content .item .title a {
  color:666666;
  text-decoration: none;
}
.destaques .content .owl-nav .owl-prev {
  margin-top: 0em;
  z-index: 999999;
  top: 11em;
  left: -14px;
  position: absolute;
}
.destaques .content .owl-nav .owl-next {
  margin-top: 0em;
  z-index: 999999;
  top: 11em;
  right: -14px;
  position: absolute;
}

.destaques .content .owl-theme .owl-nav [class*=owl-] {

  background: #000000;
  padding: 7px 10px;
}
.destaques .content .owl-theme .owl-nav [class*=owl-]:hover {
  background: #000000;
}
.destaques .content .preco {
  color: #000000;
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0;
}
.destaques .content .item:hover img{
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.destaques .content .item:hover .photo {
  border:1px solid #000;

}

.destaques .content .item .btn-danger {
  border: 2px solid #000000;
  background: #fff;
  color: #000000;
  margin-top: 12px;
  font-weight: normal;
  font-size: 1.1em;
}

.destaques .content .item .btn-danger:hover {
  color: #fff;
  background-color: #000000;;
}


.pagina h3 {
  width: 100%;
  padding: 93px;
  margin-top: 114px;
  color: #ff0;
  text-transform: uppercase;
  font-weight: 900;
  height: 6em;
  background: #000000;
}

@media (max-width: 991px) {
  .pagina h3{
    padding: 117px;
    margin-top: 233px;
  }
}
@media (max-width: 768px) {
  .pagina h3{
    padding: 119px;
    margin-top: 232px;
  }
}

.carrinho h3 {
      width: 100%;
  padding: 12px;
  color: #fff;
  font-weight: 900;
  /* height: 1em; */
  background: #00316b;
}

/******** Style Pagina Produto ****/
.produto .container #album{
  background: #fff;   
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  margin-top: 15px;

}

.produto .container #album .item{
  display: block;
  position: relative;
  min-height: 508px;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: auto;
  overflow: hidden;
  text-align: center;
}

.produto .container #album img {
  max-width: 450px;
  position: relative;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  height: auto;
}


.pproduct_viewer img {
  max-width: auto !important;
  padding: 0px !important;

}

.produto .owl-carousel .owl-item img {
  display: block;
}

.produto .container .conteudo {
  background: #fff;    
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  margin-top: 15px;
  overflow: hidden;
}


.produto .container .conteudo .addthis_inline_share_toolbox {
  float: right !important;
  padding: 10px !important;
}

.produto .container .alerta {
  width: 100%;
  background: #f5f5f5;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  /* margin-top: 15px; */
  overflow: hidden;
  text-align: justify;
  color: #0a0808;
  padding: 15px;
}

.produto .container .conteudo .text {
  padding: 15px;
}

.produto .container .conteudo .text p {
  font-size: 1.2em;
  text-align: left;
}

.produto .container .conteudo h5 {
  padding: 15px;
  background: #ffffff;
  color: #666666;
  font-size: 2.084em;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.produto .container .conteudo .valor {
  color: #6f6f6f;
  /* font-size: 1.8em; */
  /* font-weight: 900; */
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 0;
}

.produto .container .conteudo .btn-danger {
  border: 2px solid #00326a;
  background: #00326a;
  color: #fff;
  margin-top: 12px;
  font-weight: normal;
  font-size: 1em;
  text-transform: uppercase;
  width: 100%;
  height: 43px;
}

.produto .container .conteudo .whats {
  border: 1px solid #00690a;
  background: #00690a;
  color: #fff;
  margin-top: 12px;
  font-weight: normal;
  font-size: 1em;
  text-transform: uppercase;
  width: 100%;
  height: 43px;
}




.produto .container .conteudo .btn-danger:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}


.produto .container .conteudo .whats:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.produto .container #album_photos {
  display: block !important;
  height: 100px;
  width: 100%;
  background: #fff;
  margin-top: -6px;
  padding: 0px;  
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #e2e2e2;
}
.produto .container #album_photos .current .item {
  -webkit-filter: grayscale(0.5) opacity(0.5);
  cursor: default;
}

.produto .container #album_photos .item {
  height: 90px;
  width: 100px;
  margin: 0 auto;
  padding: 0px;
  background-color: #FFF;
  display: block;
  position: relative;
  -webkit-filter: grayscale(0) opacity(1);
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  cursor: pointer;
  overflow: hidden;
}

.produto .container #album_photos .figure {
  height: 100px;
  width: 100px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.obs .container .first h3 {
  font-size: 1.7em;
  text-align: left;
  font-weight: 700;
  border-top: none;
  color: #6f6f6f;
  border-radius: 5px;
  z-index: 9999;
  background: none;
  padding: 10px;
  margin-top: 10px;
}

.obs .container h3 {
  font-size: 1.7em;
  text-align: left;
  font-weight: 700;
  border-top: none;
  color: #6f6f6f;
  border-radius: 5px;
  z-index: 9999;
  background: none;
  padding: 10px;
  margin-top: 10px;
}



.obs .container .info {
  font-size: 1.3em;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  color: #6f6f6f;
  text-align: justify;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #e2e2e2;
}

.semelhantes .container h3 {
  font-size: 1.6em;
  text-align: left;
  font-weight: 700;
  padding: 6px;
  border-top: 1px solid #ccc;
  margin-top: 40px;
  color: #6f6f6f;
  border-radius: 5px;
  margin-bottom: 0px !important;
  z-index: 9999;
  background: #fff;

}

.semelhantes .container .item {
  margin: 1px;
}


.semelhantes .container .card{
  padding: 10px;
  margin-bottom: 20px;
  background: #fff;   
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  border:0;
  border-radius: 3px;
  overflow: hidden;
}





.semelhantes .container .card article {
  position: relative;
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: center;
  background: #fff;
  border-radius: .4em;
  transition: box-shadow .3s;
}

.semelhantes .container .card .photo {
  overflow: hidden;
  height: 12em;
  line-height: 15em;
  text-align: center;
  padding: 12px;
  vertical-align: middle;
  -moz-transition: border 0.3s;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.semelhantes .container .card .photo img {
  display: inline!important;
  vertical-align: middle;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition:transform 0.3s;

}
.semelhantes .container .card .title {
  display: block;
  margin-top: 9px;
  font-size: 1.05em;
  letter-spacing: .01em;
  height: 7em;
}


.semelhantes .container .card .title a {
  color:666666;
  text-decoration: none;
}


.semelhantes .container .card .preco {
  color: #000000;
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0;
}
.semelhantes .container .card:hover img{
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.semelhantes .container .card .btn-danger {
  border: 2px solid #000000;
  background: #fff;
  color: #000000;
  margin-top: 12px;
  font-weight: normal;
  font-size: 1.1em;
}

.semelhantes .container .card .btn-danger:hover {
  color: #fff;
  background-color: #000000;;
}
.semelhantes .container .owl-theme .owl-nav [class*=owl-] {

  background: #000000;
  padding: 7px 10px;
}
.semelhantes .container .owl-theme .owl-nav [class*=owl-]:hover {
  background: #000000;
}





#login a{
  color: #92badd;
  display:inline-block;
  text-decoration: none;
  font-weight: 400;
}

#login h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display:inline-block;
  margin: 40px 8px 10px 8px; 
  color: #cccccc;
}



/* STRUCTURE */

#login .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

#login .modal-content {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

#login #formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}



/* TABS */

#login h2.inactive {
  color: #cccccc;
}

#login h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

#login input[type=button], #login input[type=submit], #login input[type=reset]  {
  background-color: #56baed;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#login input[type=button]:hover, #login input[type=submit]:hover, #login input[type=reset]:hover  {
  background-color: #1887cb;
}

#login input[type=button]:active, #login input[type=submit]:active, #login input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

#login input[type=text], #login input[type=password] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

#login input[type=text]:focus,#login input[type=password]:focus {
  background-color: #fff;
  border-bottom: 2px solid #1887cb;
}

#login input[type=text]:placeholder,#login input[type=password]:placeholder {
  color: #cccccc;
}


/******** Style destaques area ****/

.destaques {
  margin-top: 15px;
}
.destaques h5 {
  padding: 0.5em 0em 0.5em 0em;
  font-weight: 900;
}

.destaques .slideshow article{
  height: 30em !important;
  border-radius:10px;
}

.destaques .top_destaque article{
  height: 20em !important;
  border-radius:10px;
}


.destaques .midle {
  height: 19.1em !important
}
/*
.destaques .slideshow article .info{
  z-index: 2;
  padding: 4em 2em 1em;
  text-shadow: 1px 1px 1px rgba(0,0,0,.1), 2px 2px 3px rgba(0,0,0,.1);
  background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 99%);
  background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.6) 99%);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
*/
.destaques .slideshow article {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #fff;
  height: 38.2em;
  background: #000;
}


.destaques .top_destaque article {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #fff;
  height: 38.2em;
  background: #000;
}

.form-control:focus {
  border-color: #636363;
}

.destaques article .bg {
  position: absolute;
  right: 0;
  filter: grayscale(0.7);
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity .3s,transform .3s;
}
.destaques .slideshow .owl-item.active article:hover .bg, .destaques .owl-item.active article:active .bg {
  filter:none;

}

.destaques .top_destaque .owl-item.active article:hover .bg, .destaques .owl-item.active article:active .bg {
  filter:none;

}
.destaques .owl-item.active article:hover > .bg {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}

.destaques article .info {
  z-index: 3;
  text-align: center;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  width: 100%;
  background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.7217261904761905) 50%, rgba(0,212,255,0) 100%);
  text-shadow: 1px 1px 1px rgba(0,0,0,.1), 2px 2px 3px rgba(0,0,0,.1);
}
.destaques .slideshow article .bg{
  top: 0;
  z-index: 1;
  background:#000 none no-repeat center;
  background-size: cover;
  border-radius:10px;
}

.destaques .top_destaque article .bg{
  top: 0;
  z-index: 1;
  background:#000 none no-repeat center;
  background-size: 100%;
  border-radius:10px;
}

.destaques .slideshow article h3, .destaques article h5 {
  margin-bottom: 0px;
}

.destaques .top_destaque article h3, .destaques article h5 {
  margin-bottom: 0px;
}

.adestaques article h3 a, .destaques article h5 a {
  color: #fff;
  font-weight: 700;
  margin-top: 3px;
  text-decoration: none;
  color: #6f6f6f;
}
.destaques .slideshow .info {
  height: 100%;
  border-radius:10px;
}

.destaques .top_destaque .info {
  height: 100%;
  border-radius:10px;
}

.destaques .slideshow .info h3 {
  margin-top: 116px;
  font-size: 4em;
  font-weight: 300;
  /* padding-left: 42px; */
  text-align: center;
}

.destaques .top_destaque .info h3 {
  margin-top: 85px;
  font-size: 3em;
  font-weight: 900;
  /* padding-left: 42px; */
  text-align: center;
}

.destaques .slideshow .info a {
  color:#fff;
}
.destaques .top_destaque .info a {
  color:#fff;
}

.destaques .slideshow .new {
  color: #fff;
  background: #e80505;
  padding: 0.5em;
  font-size: 1em;
  margin-bottom: 5px;
}


.destaques .top_destaque .new {
  color: #fff;
  background: #e80505;
  padding: 0.5em;
  font-size: 1em;
  margin-bottom: 5px;
}


.destaques .row .slideshow {
  border-radius: 10px; 
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
}


.destaques .row .content {
  background: #fff;   
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  border-radius: 0px 3px 3px 0px;
  height: 360px;
  padding-left: 15px;
  padding-right: 15px;
}


.destaques .row .content .item article {
  position: relative;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  background: #fff;
  border-radius: .4em;
  transition: box-shadow .3s;
}

.destaques .content .item .photo {
  overflow: hidden;
  height: 15em;
  line-height: 15em;
  text-align: center;
  padding: 12px;
  border:1px solid #d9d9d9;
  vertical-align: middle;
  -moz-transition: border 0.3s;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.destaques .content .item .photo img {
  display: inline!important;
  vertical-align: middle;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition:transform 0.3s;

}
.destaques .content .item .title {
  display: block;
  margin-top: 9px;
  font-size: 1.05em;
  letter-spacing: .01em;
  height: 4.5em;
}


.destaques .content .item .title a {
  color:666666;
  text-decoration: none;
}
.destaques .content .owl-nav .owl-prev {
  margin-top: 0em;
  z-index: 999999;
  top: 11em;
  left: -14px;
  position: absolute;
}
.destaques .content .owl-nav .owl-next {
  margin-top: 0em;
  z-index: 999999;
  top: 11em;
  right: -14px;
  position: absolute;
}

.destaques .content .owl-theme .owl-nav [class*=owl-] {

  background: #000000;
  padding: 7px 10px;
}
.destaques .content .owl-theme .owl-nav [class*=owl-]:hover {
  background: #000000;
}
.destaques .content .preco {
  color: #000000;
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0;
}
.destaques .content .item:hover img{
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.destaques .content .item:hover .photo {
  border:1px solid #000;

}

.destaques .content .item .btn-danger {
  border: 2px solid #000000;
  background: #fff;
  color: #000000;
  margin-top: 12px;
  font-weight: normal;
  font-size: 1.1em;
}

.destaques .content .item .btn-danger:hover {
  color: #fff;
  background-color: #000000;;
}

/********* ultimos *******/

.ultimos h3 {
  border-top: 1px solid #ccc;
  font-size: 2em;
  text-align: left;
  font-weight: 700;
  padding: 30px;
  margin-top: 40px;
  color: #000000;
  text-align: center;

}

.ultimos .item {
  margin: 1px;
}


.ultimos .card {
  /* padding: 10px; */
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  border-radius: 3px;
  overflow: hidden;
  padding: 3px 13px 124px 14px;
}




.ultimos .card article {
  position: relative;
  cursor: pointer;
  margin-top: 0px;
  background: #fff;
  border-radius: .4em;
  transition: box-shadow .3s;
}
.ultimos .card .photo {
  overflow: hidden;
  height: 14em !important;
  line-height: 9em;
  text-align: center;
  padding: 30px 0px 0px 0px;
  vertical-align: middle;
  -moz-transition: border 0.3s;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.ultimos .card .photo img {
  display: inline!important;
  vertical-align: middle;
  max-width: 80%;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;

}
.ultimos .card .title {
  margin-top: 9px;
  font-size: 1.00em;
  letter-spacing: .01em;
}
.ultimos .card .title a {
  color:black;
  text-decoration: none;
}
.ultimos .card .preco {
  color: #6f6f6f;
  font-size: 1.6em;
  font-weight: 700;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 10px;
  border-top: 1px solid rgba(51,51,51,.1);
  letter-spacing: 0;
}
.ultimos .card:hover img{
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.ultimos .card .btn-danger {
  border: 2px solid #000;
  background: #fff;
  color: #000;
  font-weight: normal;
  padding-bottom: 0px !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px !important;
  position: absolute;
  display: none;
  top: 0px;
  border-radius: 20px;
  right: 0px;
  font-size: 1.8em;
}

.ultimos .card small {
  color:#000000;
}

.ofertas small {
  color:#000000;
}
.ofertas .area_title {
  height: 0;
  -webkit-transition: height .1s ease-out;
  transition: height .1s ease-out;
}
.ofertas .container h3 {
  border-top: 1px solid #ccc;
  font-size: 2em;
  text-align: left;
  font-weight: 700;
  padding: 30px;
  margin-top: 40px;
  color: #000000;
  text-align: center;
}
.ultimos .owl-theme .owl-nav{
  margin-top: -10px !important;
}
.owl-theme .owl-nav [class*=owl-] {
  background: #000;
}
.ultimos .card .btn-danger:hover {
  color: #fff;
  background-color: #000;
}
.ultimos .owl-theme .owl-nav [class*=owl-] {
  background: #000000;
  padding: 7px 10px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  font-size: 0.9em;
}

/******** Style Page Carrinho ****/

section.carrinho .container h3 {
  text-align: center;
  font-weight: 700;
  padding: 15px;
}

section.carrinho .container .lista h5{
  font-size: 1.3em;
  margin: 5px;
}
section.carrinho .container .lista .item .conteudo {
  padding: 20px;
}
section.carrinho .container .lista .item .input-group {
  margin-top: 2.5em;
}
section.carrinho .container .lista {
  background: #fff;  
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  border:0; 
  border-radius: 3px;
  padding: 10px;
}

section.carrinho .container .lista .valor {
  font-size: 1.5em;
  color: #000;
  font-weight: 700;
}

section.carrinho .container .lista .item {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  min-width: 70px;
  text-align: center;
  min-height: 70px;
}
section.carrinho .container .lista .item img {
  width: 100%;
  padding: 5px;
  max-width: 170px;
  text-align: center;
}
.totalGurani{
  color: #a00c0c;
}
.entrega_71 {
  display: none;
}

.entrega_70 {
  display: none;
}

section.carrinho .container .lista .item .price {
  font-size: 1.9em;
  font-weight: 700;
  text-align: center;
  vertical-align: center;
  align-items: center;
  line-height: 4.4em;
}


.orcamento a.btn-danger {
  color:#fff !important;
}

.carrega_carrinho:active{
  border-color: #000 !important;
}


section.enviar_orcamento{
  margin-top: 13em;
}

@media (max-width: 991px) {
  section.enviar_orcamento {
    margin-top: 22em;
  }
}

@media (max-width: 570px) {
  section.enviar_orcamento {
    margin-top: 28em;
  }
}

section.enviar_orcamento .btn-warning {
  color: #212529;
  background-color: #ffff00;
  border-color: #ffff00;
}
section.enviar_orcamento .btn-warning:hover, .btn-warning:focus, .btn-warning:active  {
  color: #212529;
  background-color: #c2c200 !important;
  border-color: #c2c200 !important;
}

section.enviar_orcamento .container h3 {
  text-align: center;
  font-weight: 700;
  padding: 15px;
  color: #002753;
}

.icologan_span {
position: absolute;
width: 72px;
margin-top: 10px;

}
.icologan_small {
position: absolute;
  top: 18px;
  left: 2px;
}
section.enviar_orcamento .container .orcamento {
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  padding-bottom: 16px;
}
section.enviar_orcamento .container .orcamento h5 {
  background: #002653;
  color: #fff;
  padding: 10px;
}
section.enviar_orcamento .container .orcamento h5 span {
  color: yellow;
  font-weight: bold;
}
section.enviar_orcamento .container .orcamento #orcamento {
  padding: 15px;
}

section.enviar_orcamento .container .orcamento #orcamento label {
  font-size: 1.5em;
}

section.enviar_orcamento .container .orcamento #orcamento .btn-danger {
  float: right
}

section.finalizado .container h3 {
  padding: 30px;
  text-align: center;
  font-weight: 700;

  color: #000;
}

section.finalizado h3 {
  font-weight: 900;
  color: #fff;
  padding: 20px;
  background: #000;
}

section.enviado{
  background: #000;
}

section.enviado .container h3 {
  padding: 30px;
  text-align: center;
  font-weight: 700;

  color: #fff;
}


.offer .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 250px;
  display:none;
}


.area-menu:hover .owl-nav{
  display: block !important;
 }
 
.area-menu .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 120px;
  height: 0;
  display: none;
}
.owl-theme .owl-nav [class*=owl-] {
  background: #000;
}
.area-menu .owl-prev{
  float: left !important;
  margin-left: 3em !important;
}
.area-menu .owl-next{
  float: right;
  margin-right: 3em !important;
}

.area-menu .owl-theme .owl-nav [class*=owl-] {
  width: 55px;
  color: #FFF;
  font-size: 25px;
  margin: 0px;
  padding: 15px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 40px;

}



.area-menu .owl-theme .owl-nav [class*=owl-]:hover {
  background: #000000;
}

.info {

  background: #000;
  padding-top: 207px;
  padding-bottom: 0px;
  color: #fff;
  margin-bottom: 0px;

}

@media (min-width: 570px) {
  .info {
    /* padding-top: 97px; */
  }
}

/* Gustavo busca produto */
header .busca_produtos {
  margin-top: 4px;
  margin-left: -3px;
  border-radius: 17px !important;
  margin-right: 9px;
  background-color: white;
  overflow: hidden;
  position: absolute !important;
  border-bottom: 2px solid #212121;
  border-left: 2px solid #212121;
  border-right: 2px solid #212121;
}


header .busca_produtos .row {
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}

header .busca_produtos img {
  width: 79px;
  margin-left: 15px;
  padding: 2px;
  margin-top: 8px;
}

header .busca_produtos .texto {
  padding: 25px 25px 25px 23px;
  font-size: 12px;
  color:#000 !important;
  text-transform: uppercase;
}

.finalizado{
  margin-top: 213px;
  padding: 16px;
}

/* end Gustavo busca produto */