@import 'https://fonts.googleapis.com/css?family=Lato';


@font-face {
    font-family: 'modern';
    src: url('../fonts/modern/mod20-webfont.woff2') format('woff2'),
         url('../fonts/modern/mod20-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'interstateregular';
    src: url('../fonts/interstate-regular-webfont.woff2') format('woff2'),
         url('../fonts/interstate-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'proxima_novaregular';
  src: url('../fonts/proximanova/regular/proximanova_regular.woff2') format('woff2'),
  url('../fonts/proximanova/regular/proximanova_regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'proxima_novaextrabold';
  src: url('../fonts/proximanova/extrabold/proximanova_extrabold.woff2') format('woff2'),
  url('../fonts/proximanova/extrabold/proximanova_extrabold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'proxima_novabold';
  src: url('../fonts/proximanova/bold/proximanova_bold.woff2') format('woff2'),
  url('../fonts/proximanova/bold/proximanova_bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.no-left{
	padding-left: 0px !important;
	margin-left: 0px !important;
}

.no-right{
	padding-right: 0px !important;
	margin-right: 0px !important;
}

body{

	font-family: 'Open Sans', sans-serif;

	background-color: #FFFFFF;

}

.container {
    width: 1100px;
}


.redes-socias a{
	display:inline-block !important;
	width: 32px !important;
	height: 32px !important;
	border-radius: 50% !important;
	border: solid 1px #5f5f5f !important;
	position: relative !important;
	font-size: 18px !important;
	text-align: center !important;
	color: #5f5f5f !important;
	background: #FFF !important
}

.redes-socias a:hover{
	border: solid 1px #ED1C24 !important;
	background: #ED1C24 !important;
	color: #FFF !important
}

.redes-socias a i{
	margin-top: 6px !important;
}
.no-left{
	padding-left:0px !important;
	margin-left:0px !important;
}
.no-right{
	padding-right:0px !important;
	margin-right:0px !important;
}

/*****************************************/




.box_efeito img{
	-webkit-transition: 2s ease;
    -moz-transition:  1.5s ease;
    -o-transition: 1.5s ease;
    transition:  1.5s ease;
}
.box_efeito:hover  img{
     -webkit-transform:scale(1.2); 
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -webkit-transition: 1.5s ease;
    -moz-transition:  1.5s ease;
    -o-transition: 1.5s ease;
    transition:  1.5s ease;
}

.menu-categorias {
	padding: 15px !important;
  margin-bottom: 50px  !important;
}

.menu-categorias li {
    float: left !important;
    width: 100% !important
}

.menu-categorias li a{
  color: #333 !important;
  font-size: 13px !important;
  text-transform: none !important;
  font-weight: normal !important;
  padding:15px 15px 15px 15px !important;
  float: left !important;
  font-style: italic !important;
  width: 100% !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  height: inherit !important;
  border-bottom:#ADAEB3 solid 1px
}

.menu-categorias li a:hover{
  color: #38A679 !important;
}

.menu-categorias li a i{
  color: #38A679 !important;
  font-size: 12px !important;

}

.menu-categorias .produtos-menu{
	color: #A5CC3E !important;
}

.menu-categorias .categoria-ativa{
  font-weight: bold !important;
}


/*///////////////*/
.bloco_produtos {
  background: #FFF;
  padding-top: 150px;
  padding-bottom: 150px;
}
.bloco_produtos .img_titulo{
  padding-bottom: 80px;
}

#produtos-home {
  height: 350px;
}

#produtos-home .box_produto{
  height: 350px;
}


#produtos-home .box_produto figure{
  height: 220px;
  position: relative;
}

#produtos-home .box_produto h3{
  font-size:13px;
  text-align: center;
  color: #004D2D;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

#produtos-home .owl-wrapper-outer .owl-wrapper{
  height: 350px;
}

#produtos-home .owl-wrapper-outer .owl-wrapper .owl-item{
  height: 350px;
  position: relative;
}

.owl-carousel .owl-buttons .owl-prev {
    left: -40px !important;
}

.owl-carousel .owl-buttons .owl-next {
    right:-40px !important;
}

#produtos-home .owl-wrapper-outer .owl-wrapper .owl-item a::before {
  content: "";
  
  position: absolute;
  display: block;
  height: 85%;
  width: 90%;
  z-index: 0;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  border: solid 3px #004D2D;
  top: 15px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}


#produtos-home .owl-wrapper-outer .owl-wrapper .owl-item a::after {
  content: "CONFIRA";
  
  position: absolute;
  display: block;
  height: 35px;
  width: 92px;
  z-index: 0;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background: #004D2D;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  text-align: center;
  line-height: 32px;
  color: #FFF;
}

#produtos-home .owl-wrapper-outer .owl-wrapper .owl-item a:hover::after,
#produtos-home .owl-wrapper-outer .owl-wrapper .owl-item a:hover::before {
  visibility: visible;
  opacity: 1;
}

#produtos-home .owl-wrapper-outer .owl-wrapper .owl-item a:after:hover{
  background: #A5CD3E
}

#produtos-home .owl-prev,

#produtos-home .owl-next{
  opacity: 1 !important;
}

#produtos-home .fa-6x{
  color: #FFF !important;
  padding: 10px 18px 12px 15px !important;
  background: #014D2D !important;
}


#produtos-home .owl-wrapper-outer .owl-wrapper .owl-item img{
  position:absolute;
  margin:auto;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  max-height: 90%;
  max-width: 90%;
}

.owl-carousel {
    background: transparent !important;
}

.titulo{

float: left;

width: 100%;

display: block;

margin-bottom: 40px;

padding-top: 30px;
padding-bottom: 30px;
background: #EBEFF4;
text-align: right;
font-size: 20px;
color: #39A678;
font-weight: bold;


}

