@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,600,600italic,700");
@import url("font-awesome.min.css");

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Basic */

	body, input, textarea, select {
		font-family: 'Open Sans', sans-serif;
		line-height: 1.85em;
		color: #231f20;
		font-weight: 300;
	}
    footer, footer a{
      color: #ffffff;
    }


    body.is-loading *, input.is-loading *, textarea.is-loading *, select.is-loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	a {
		-moz-transition: color .2s ease-in-out;
		-webkit-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
		color: #231f20;
		text-decoration: none;
	}

	a:hover {
			color: #231f20;
            text-decoration: none;
	}

	a img {
			border: 0;
	}
    a.arrow-button {
      margin: 1em auto;
      width: 220px;
      text-align: center;
      background-color: #eee;
      padding: 0.5em 0;
      display: block;
      color: #333;
      text-decoration: none;
      transition: all 0.2s;
      box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.6);
      border-radius: 8px;
    }
    a.arrow-button:hover {
      color: #eee;
      background-color: #333;
    }
    .arrow-right::after {
        content: '\25ba';
        padding-left: 0.5em;
    }
/* Titles */
    h1.title{
        font-size: 1.6em;
        font-weight: 600;
        letter-spacing: 2px;
        padding: 40px 0;
        margin:0;
        text-align: center;
        color: #404142;
        text-transform: uppercase;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

   h1.title:after {
        content: '';
        text-align: center;
        border-bottom: 0px solid;
        display: block;
        width: 80px;
        padding: 0px 0;
        margin:0 auto;
    }
    h1.line0::after{ border-bottom: 4px solid #ffffff;}
    h1.line1::after{ border-bottom: 4px solid #cc0000;}
    h1.line2::after{ border-bottom: 4px solid #404142;}

/* colors*/
.blk{
  color: #FFFFFF !important;
}




/* Header */
    header {
      position: absolute;
      height:86px;
      top: 0px;
      width: 100%;
      cursor: default;
      z-index: 100;
    }
    nav h1{
        text-transform: uppercase;
        font-size: 2.2em;
        color: #242503;
        padding: 5px 0px 0px 0px;
        margin: 2px 0px;
        font-weight: 600;
        text-shadow: 0 1px 0 #aaa,
                /*
               0 2px 0 #c9c9c9,
               0 1px 0 #bbb,
               0 1px 0 #b9b9b9,
               0 1px 0 #aaa,
               */
               0 1px 1px rgba(0,0,0,.1),
               0 0 3px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 2px 4px rgba(0,0,0,.2),
               0 3px 3px rgba(0,0,0,.25),
               0 3px 3px rgba(0,0,0,.2),
               0 5px 5px rgba(0,0,0,.15);
    }
    nav h2{
        width: auto;
        height: auto;
        float:left;
        border:0px solid #cccccc;
        font-size: 1em;
        font-weight: 400;
        font-style: italic;
        padding: 0px 0px 0px 6px;
        margin: 0px !important;

    }

/* Nav */
    nav h1{
        margin: 0px 20px 0px 5px;
    }
    .navbar{
        border-radius:0;
    }

    .navbar {
		background-color: #fff;
		text-align: left;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10000;
		cursor: default;
	}

	.navbar ul {
			margin-bottom: 0;
            margin-left: 20px;
		}

    .navbar a {
			display: block;
			color: #b6b8ba;
			text-decoration: none;
			outline: 0;
            font-weight: 400;
	}

	.navbar a:hover {
				color: #848687 !important;
	}
    .navbar-nav li a {
        line-height:60px;
        font-weight: 600;
        color: #b6b8ba !important;
    }

	.navbar a.active:before {
				content: '';
				display: block;
				position: absolute;
				bottom: -0.6em;
				left: 50%;
				margin-left: -0.75em;
				border-left: solid 0.75em transparent;
				border-right: solid 0.75em transparent;
				border-top: solid 0.6em #282828;
	}
    .navbar-inverse .navbar-toggle {
        border-color: #ccc;
    }
    .navbar-toggle {
      position: relative;
      float: right;
      padding: 9px 10px;
      margin-top: 13px;
      margin-right: 15px;
      margin-bottom: 8px;
      background-color: #dedede;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
    }
    .navbar-inverse .navbar-toggle:hover {
        background-color: #cecece;
    }
    .navbar{
      margin-bottom:0;
      -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
      box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
      border: none;
    }
    /* Submenu */
    .dropdown-menu{border: 0;padding:0 }


    .marginBottom-0 {margin-bottom:0;}
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover  { color: #666;background-color: transparent !important;}
    .dropdown-menu li a { line-height: 1.5em; font-weight: 600; border: 0;border-bottom: 1px solid #ddd;border-left: 1px solid #ddd;border-right: 1px solid #ddd; padding:8px 10px;}
    @media (min-width: 768px) {
	    .dropdown:hover .dropdown-menu {
		    display: block;
	    }
    }
   /* Flags*/
   .flag {
        float: left;
        line-height: 90px;
        cursor: pointer;
        margin-right: 10px;
    }
    .headerFlags A {
        height: 100%;
        display: inline-block;
        z-index: 999;
    }




/* Containers */
    .wrapper {
        width: 100%;
        margin:0;
        padding-top:90px;
    }
    .content{
        width: 100%;
        min-height: 500px;
        height: auto !important;
        border: 0px solid #ccc;
        margin: 0;
        padding: 0;
    }
    #section1, #section2, #section3, #section4 {
        box-sizing: border-box;
        padding: 20px;
    }
    section.keyword{
        padding-top:130px;
    }
    section.scrollDown{
        display:block;
    }
    section.contact{
        background-color: #303030;
        color: #999;
        text-shadow: -1px -1px 0px #181818;
    }



/* Section/Article */

	section, article {
		margin-bottom: 0;
        display: block;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}
    .section1 {
        background: #f3f5fa;
        padding: 20px 0 45px;
    }
    .section1 .figure-feature1 {
        float: right;
        position: relative;
        margin-right: -7%;
        width: 62%;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .section1 .figure-feature1 img {
        display: block;
        max-width: 100%;
    }
    .section1 .text {
        padding-top: 30px;
        float: left;
        max-width: 45%;
    }
    .section1 h1, .section2 h1{
        font-size: 2em;
        font-weight: 600;
        letter-spacing: 2px;
        padding: 30px 0;
        margin:0;
        text-align: center;
        color: #404142;
        text-transform: uppercase;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .section2 {
        background: #fff;
        padding: 0;
    }
    .section2 .text {
        float: right;
        width: 45%;
    }
    .section2 .figure-feature2 {
      position: relative;
      float: left;
      width: 55%;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear;
    }
    .section2 .figure-feature2 img {
        max-width: 100%;
    }
    article.new-homeSlider {
        margin: 0px 0 30px 0;
        width: 100%;
        display: block;
    }






/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
    .jssorb05 {
        position: absolute;
    }
    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        position: absolute;
        /* size of bullet elment */
        width: 16px;
        height: 16px;
        background: url(../../images/b05.png) no-repeat;
        overflow: hidden;
        cursor: pointer;
    }
    .jssorb05 div { background-position: -7px -7px; }
    .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
    .jssorb05 .av { background-position: -67px -7px; }
    .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

/* Google Maps*/
    #map_canvas{
      width:100%;
      height:400px;
      border:0px solid #000;
    }
/* Form */

    #contacts_form{
        width: 670px;
        float: left;
    }
    #contacts_form input[type="text"]:nth-of-type(2), #contacts_form input[type="email"]:nth-of-type(3){
        width:320px;
        float:left;

    }
    #contacts_form input[type="email"]:nth-of-type(3){
        float:right;

    }
    #contacts_form textarea, #contacts_form input[type="text"]:nth-of-type(5) {
        width:670px;

    }
    #contacts_form input, #contacts_form textarea {
        margin-bottom: 15px;
    }
    .contacts_info {
        float: right;
        width: 380px;
    }
    .contacts_info .block{
        margin-bottom: 30px;
    }


    .contacts_info h4 {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: .5px;
        margin:0;
    }
    .contacts_info p {
        font-size: 15px;
        margin:0;
        padding: 0;
        line-height: 20px;
    }
    .hightlight{
      border:1px solid #ff0000 !important;
    }


    input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
        background: #f8f8f8;
		border: 1px #cccccc solid;
		border-radius: 4px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 15px 25px;;
		text-decoration: none;
		width: 100%;
	}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    textarea:focus {
    	border-color: #66afe9;
              webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	label {
		display: block;
		color: inherit;
		font-weight: 600;
		line-height: 1.75em;
		margin-bottom: 0.5em;
	}

	::-webkit-input-placeholder {
		color: #999;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: #999;
	}

	::-moz-placeholder {
		color: #999;
	}

	:-ms-input-placeholder {
		color: #999;
	}

	.formerize-placeholder {
		color: #999;
	}
    input[type="submit"], input[type="reset"], button, .button {
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-appearance: none;
        position: relative;
        display: inline-block;
        background: #3d3d3d;
        padding: 0.85em 3em 0.85em 3em;
        border-radius: 0.25em;
        cursor: pointer;
        border: 0;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size:1em;
    }
    input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
        background: #4f4f4f;
        color:#fff;
    }
    /* Reset */
    #reset{
      background: #ededed !important;
      border:1px #ccc solid;
      color: #aaa;
    }
    #reset:hover {
        background: #dedede !important;
    }


/*Produtos*/
    .family {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -1px;
      margin-top: -1px;
    }
    .family .item {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 250px;
          -ms-flex: 1 0 250px;
              flex: 1 0 250px;
      margin-left: 1px;
      margin-top: 1px;
    }
    @media (min-width: 502px) {
      .family .item {
        max-width: calc(50% - 1px);
      }
    }
    @media (min-width: 753px) {
      .family .item {
        max-width: calc(33.33333% - 1px);
      }
    }
    @media (min-width: 1004px) {
      .family .item {
        max-width: calc(25% - 1px);
      }
    }
    @media (min-width: 1000px) {
      .family .item {
        min-width: calc(25% - 1px);
      }
    }

    .family .item {
      background: transparent;
      color: #171e42;
      box-sizing: border-box;
      padding: 1px;
    }
    .family .item img {
      width:100%;
    }
    .family .item h1 {
      text-align:center;
      font-size:14px;
      font-weight: 600;
    }
    /* Detail*/
    .family-detail-items {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            margin-left: -10px;
            margin-top: -10px;
          }
          .family-detail-items .item {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 300px;
                -ms-flex: 1 0 300px;
                    flex: 1 0 300px;
            margin-left: 10px;
            margin-top: 10px;
          }
          @media (min-width: 520px) {
            .family-detail-items .item {
              max-width: calc(50% - 10px);
            }
          }
          @media (min-width: 500px) {
            .family-detail-items .item {
              min-width: calc(50% - 10px);
            }
          }

          .family-detail-items .item {
            background: #fff;
            color: #171e42;
            box-sizing: border-box;
            padding: 20px;
          }
          .family-detail-items .item .block {
            margin-bottom:30px;
          }
          .family-detail-items .item .block p {
            line-height:22px;
          }
          span.bold{
            font-weight:600;
          }
          /* Slider Product*/
          .flexslider{
            max-width:480px;
          }

/* Service */

.service_detail{
  padding: 20px;
}
.service_detail > div:nth-child(1) {
    width: 45%;
    float: left;
}
.service_detail > div:nth-child(2) {
    width: 50%;
    float: right;
    padding-right: 20px;
}
.service_detail > div:nth-child(2) > img {
    max-width: 100%;
}
.service_detail .botton_return {
    width:100%;
    padding: 20px 0;
    text-align:right;
}


/* News */

 .news img {
    max-width: 100%;
    height: auto;
}
.more a{
  font-weight: 400;
  font-size: 20px;
}

/* Contactos */
    .hightlight {
    	border:1px solid #9F1319;
    }
    .security{
      font-size: 13px;
    }
    .alert{
      display: none;
    }


/***************************************************************/
/********************* Produtos *****************************/
ul.family {
    padding:0 0 0 0;
    margin:0 0 0 0;
}
ul.family li {
    list-style:none;
    padding: 1px;

}
ul.family li img {
    cursor: pointer;
    border: 1px solid #dedede;
}
ul.family h4{
  font-size: 14px;
  padding-left:5px;

}
legend { margin:3px; text-align:center;width:100%}
.caption{
  border-bottom: 0;
  font-size: 13px;
  font-weight:400;
  text-align:left;
  color: #000;
  line-height: 30px;
  bottom: 10px;
  position: absolute;
  width: 80%;
  padding: 2px;
  margin:0;
  background: rgba(215, 115, 7, 0.7)!important;
  -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}
.caption:hover{
    width:99%;
}







/*================ Back To Top =======================*/

.backToTop {
    position:relative;
    float: right;
    right:30px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #f6f6f7;
    background-image: url(../images/sprites.png);
    background-size: 300px 100px;
    background-position: -1px -20px;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    z-index: 99;
}
.backToTop:hover { border-color:#f6f6f7; background-position:-42px -20px;  }


#toTop{
	position: fixed;
	bottom: 65px;
	right: 30px;
	cursor: pointer;
	display: none;
}
#toTop .fa {margin-right: 5px;}


/* Scroll Down */


    .backToBottom {
			-moz-transition: background-color 0.2s ease-in-out;
			-webkit-transition: background-color 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
			background-color: rgba(144, 144, 144, 0.15);
			background-image: url("images/arrow.svg");
			background-position: center center;
			background-repeat: no-repeat;
			border-radius: 100%;
			border: 0;
			display: block;
			height: 4em;
			left: 50%;
			line-height: 4em;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
            margin-top: 30px;
		}


			.backToBottom:hover {
				background-color: rgba(144, 144, 144, 0.25);
			}

/* Footer */
    footer {
            font-family: Roboto, sans-serif;
            font-weight: 300;
            font-size: 14px;
            position: relative;
            margin: 0;
            text-align: center;
            padding: 1em 0 1em 0;
            box-shadow: inset 0 1px 0 0 #e6e6e6;
            background-color: #333;
    }
    footer a{
      text-decoration: none;
    }


    .copyright{
      padding-top:0px;
    }


/* Icons On Footer*/

    /* footer social icons */
    ul.social-network {
    	list-style: none;
    	display: inline;
    	margin-left:0 !important;
    	padding: 0;
    }
    ul.social-network li {
    	display: inline;
    	margin: 0 5px;
    }
    /* footer social icons */
    .social-network a.icoRss:hover {
    	background-color: #F56505;
    }
    .social-network a.icoFacebook:hover {
    	background-color:#3B5998;
    }
    .social-network a.icoTwitter:hover {
    	background-color:#33ccff;
    }
    .social-network a.icoGoogle:hover {
    	background-color:#BD3518;
    }
    .social-network a.icoVimeo:hover {
    	background-color:#0590B8;
    }
    .social-network a.icoLinkedin:hover {
    	background-color:#007bb7;
    }
    .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
    .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    	color:#fff;
    }
    a.socialIcon:hover, .socialHoverClass {
    	color:#44BCDD;
    }

    .social-circle li a {
    	display:inline-block;
    	position:relative;
    	margin:0 auto 0 auto;
    	-moz-border-radius:50%;
    	-webkit-border-radius:50%;
    	border-radius:50%;
    	text-align:center;
    	width: 50px;
    	height: 50px;
    	font-size:20px;
    }
    .social-circle li i {
    	margin:0;
    	line-height:50px;
    	text-align: center;
    }

    .social-circle li a:hover i, .triggeredHover {
    	-moz-transform: rotate(360deg);
    	-webkit-transform: rotate(360deg);
    	-ms--transform: rotate(360deg);
    	transform: rotate(360deg);
    	-webkit-transition: all 0.2s;
    	-moz-transition: all 0.2s;
    	-o-transition: all 0.2s;
    	-ms-transition: all 0.2s;
    	transition: all 0.2s;
    }
    .social-circle i {
    	color: #fff;
    	-webkit-transition: all 0.8s;
    	-moz-transition: all 0.8s;
    	-o-transition: all 0.8s;
    	-ms-transition: all 0.8s;
    	transition: all 0.8s;
    }

    footer .social-network a {
     background-color: #5d5d5d;
    }

/* company */
    .company{
      padding-bottom: 60px;
    }


    .company-mission {
        background: url("../../images/bg-company-mission.jpg");
        background-size: cover;
        width: 100%;
        text-align:center;
    }
    .company-partnership {
        background: url("../../images/bg-company-mission.jpg");
        background-size: cover;
        width: 100%;
        text-align:center;
    }
    .company-mission h1, .company-partnership h1, .company-partnership *{
      color: #ffffff;
    }
    .company-mission p{
      color:#ffffff;
      max-with:850px;
    }
    .company h1:after {
        content: '';
        text-align: center;
        border-bottom: 0px solid;
        display: block;
        width: 80px;
        padding: 0px 0;
        margin:0 auto;
    }



    /* Produts on the home*/
    /********************* Produtos *****************************/
ul.product {
    padding:0;
    margin:30px 0 0 0;
}
ul.product li {
    list-style:none;
    padding: 1px;

}
ul.product li div{
    border: 1px solid #d8d8d8;
    overflow:hidden;
}

ul.product li img {
    cursor: pointer;

}
/*Zoom image*/
ul.product li img {
  max-width: 98%;

  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
ul.product li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

ul.product h4{
  font-size: 14px;
  padding-left:5px;

}
legend { margin:3px; text-align:center;width:100%}
.caption{
  border-bottom: 0;
  font-size: 14px;
  /*text-transform: uppercase; */
  font-weight:600;
  text-align:center;
  color: #000;
  line-height: 25px;
  bottom: 0px;
  position: absolute;
  width: 99%;
  padding: 4px;
  margin:0;
  background: rgba(200, 200, 200, 0.5)!important;
  -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}
.caption:hover{
    background: rgba(255, 255, 255, 0.7)!important;
}
/* Detalhe de Produtos */
          .prod-detail-items {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            margin-left: -10px;
            margin-top: -10px;
          }
          .prod-detail-items .item {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 300px;
                -ms-flex: 1 0 300px;
                    flex: 1 0 300px;
            margin-left: 10px;
            margin-top: 10px;
          }
          @media (min-width: 520px) {
            .prod-detail-items .item {
              max-width: calc(50% - 10px);
            }
          }
          @media (min-width: 500px) {
            .prod-detail-items .item {
              min-width: calc(50% - 10px);
            }
          }

          .prod-detail-items .item {
            background: #fff;
            color: #171e42;
            box-sizing: border-box;
            padding: 20px;
          }

          span.bold{
            font-weight:600;
          }
          /* Slider Product*/
          .prod-detail-items .block {
            margin-bottom:30px;
          }
          .prod-detail-items .block p {
            line-height:30px;
          }

/* List Itens on the pages section*/
    /********************* Produtos *****************************/
ul.page {
    padding:0;
    margin:30px 0 0 0;
}
ul.page li {
    list-style:none;
    padding: 1px;

}
ul.page li div{
  border: 1px solid #d8d8d8;
  overflow:hidden;
}


ul.page li img {
    cursor: pointer;

}
/*Zoom image*/
ul.page li img {
  max-width: 98%;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.page li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
ul.page h4{
  font-size: 14px;
  padding-left:5px;

}
.page legend { margin:3px; text-align:center;width:100%}
ul.page .caption{
  line-height: normal;
  display:flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight:600;
  text-align:center;
  color: #666;
  line-height: 25px;
  bottom: 0px;
  position: absolute;
  width: 99%;
  padding: 5px;
  margin:0;
  background: rgba(200, 200, 200, 0.5)!important;
  -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}
.page.caption:hover{
    background: rgba(255, 255, 255, 0.7)!important;
}

/* Detalhe de página */


          .page-detail-items{
            background: #fff;
            color: #171e42;
            box-sizing: border-box;
            padding: 20px;
          }
          .page-detail-items  .block {
            margin-bottom:30px;
          }
          .page-detail-items .block p {
            line-height:22px;
          }
          span.bold{
            font-weight:600;
          }
          /* Slider Product*/
          .flexslider{
            max-width:480px;
          }


/* Contacts */

.contacts_info ul li a.fb{
	background:url(../../images/img-sp.png) no-repeat 0px 0px;
}
.contacts_info ul li {
    display: inline-block;
    margin: 0 3px;
}
.contacts_info ul li a {
    width: 32px;
    height: 32px;
    display: block;
}

