/** Screen */
/** Caminhos */
/** Colors */
/** Nav */
/** Buttons */
/** CTAs */
/** Fonts */
/** Others */
/*FUNCTION*/
/*contato*/
.c-produto {
  font-family: 'Lato-Regular';
  /**SLICK BOX**/
}
.c-produto .slick-dots {
  display: none!important;
}
.c-produto .o-title-1 {
  font-family: 'Lato-Black';
}
.c-produto .o-button {
  color: #fff;
  border: 1px solid #a4a4a4;
  background-color: #000;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 0.9em;
  text-transform: uppercase;
}
.c-produto .o-button:hover {
  cursor: pointer;
  background-color: #000;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
}
.c-produto .o-button-categorias {
  color: #000;
  border: 1px solid #a4a4a4;
  background-color: transparent;
  padding: 5px 30px;
  text-decoration: none;
  font-size: 0.94em;
  text-transform: uppercase;
}
.c-produto .o-button-categorias:hover {
  cursor: pointer;
  color: #000;
  background-color: #1f1a16;
  transition: all 0.3s ease 0s;
}
.c-produto .o-content:hover .o-button-categorias {
  background-color: #1f1a16;
  color: #fff;
}
.c-produto .o-bg-color-info {
  padding: 4% 0;
  background-color: #f1f1f1;
}
.c-produto .o-bg-color-info .o-info {
  display: inline-flex;
  margin: 0 auto;
}
.c-produto .o-info ul {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.c-produto .o-info ul li {
  padding: 0 5%;
}
.c-produto .o-nav-line {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  font-family: 'Lato-Regular';
}
.c-produto .o-nav-line .o-link {
  text-transform: uppercase!important;
  position: relative;
  padding-left: 20px;
  color: #565656;
  display: inline-flex;
  text-transform: none;
  line-height: 1em;
  z-index: 3;
}
.c-produto .o-nav-line .o-link:hover {
  text-decoration: none;
}
.c-produto .o-nav-line .o-link + .o-link::after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 8px;
  color: #000000;
  transform: translateY(-50%);
  font-size: 17px;
}
.c-produto .o-nav-line .o-link:last-of-type {
  padding-right: 10px;
}
.c-produto .o-nav-line .o-link:first-of-type {
  padding: 0;
}
.c-produto .o-nav-line .o-icon {
  color: #1a335a;
  font-size: 17px;
}
.c-produto .o-desc {
  font-family: 'Lato-Light';
}
.c-produto .tiles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-produto .tile {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-produto .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.5s ease-out;
  background-color: #CCC;
  background-size: contain;
}
.c-produto .slick-active {
  height: 300px;
}
.c-produto .o-img-slick {
  background: #fff;
  color: #3498db;
  font-size: 36px;
  line-height: 100px;
  position: relative;
  text-align: center;
}
.c-produto .o-img-slick:hover {
  cursor: pointer;
}
.c-produto .o-img {
  padding: 0 6%;
}
.c-produto .slider.slider-nav * {
  height: 150px!important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-produto .slider-for .o-img-slick {
  text-align: center;
  margin: 0 auto;
  width: 520px;
  height: 300px;
}
.c-produto .o-img-squad {
  position: relative;
  margin-top: 5%;
}
.c-produto .o-box-img {
  width: 100%;
  display: inline-block;
  text-align: center;
  justify-content: center;
  max-width: 100%;
  max-height: 350px;
}
@media only screen and (max-width: 768px) {
  .c-produto .slick-prev {
    left: -35px;
  }
  .c-produto .slick-next {
    right: -35px;
  }
  .c-produto .o-slick-slide {
    margin-top: 10%;
  }
  .c-produto .slider-for .o-img-slick {
    text-align: center;
    margin: 0 auto;
    width: 500px;
    height: 200px;
  }
  .c-produto .o-img {
    padding: 0 2%;
  }
  .c-produto .slick-prev,
  .c-produto .slick-next {
    font-size: 30px;
  }
  .c-produto .o-produto {
    margin-top: 10%;
  }
  .c-produto .o-button {
    padding: 15px 42px;
    margin-top: 3%;
  }
  .c-produto .slick-slide.slick-current.slick-active {
    width: 100%!important;
    height: 200px;
  }
}
