/**
 *
 * cores mcrios
 * #8e5c25
 * #a3c95b
 *
 */

@import url('https://fonts.googleapis.com/css?family=Coda');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700,800');
@import url('https://fonts.googleapis.com/css?family=Lato:700');
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    /*margin: 0 0 1.5em 3em;*/
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);*/
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    /*border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    /*border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    /*float: left;*/
    /*width: 100%;*/
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    /*margin: 1.5em 0 0;*/
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

d ## Galleries --------------------------------------------------------------*/ .gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

body {
    font-family: 'Coda', cursive;
    font-size: 14px;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/background_2.jpg);
    background-size: cover;
}

.main-container {
    background-color: white;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.montserrat-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.footer-company-title {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.footer-container-fluid {
    margin-top: 60px;
}


/**
 *
 * Navigation
 *
 */

.main-navigation {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*height: 65px;*/
    background-color: #fff;
    font-size: 14px;
    /*-webkit-box-shadow: 0px -4px 2px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px -4px 2px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px -4px 2px 1px rgba(0, 0, 0, 0.12);*/
    /*float: right;*/
    margin-top: 15px;
}

.active {
    /*border-bottom: 1px solid limegreen;*/
    border-bottom-right-radius: 1px;
}

.nav-menu {
    float: right;
    margin-left: 50px !important;
    margin-top: 10px;
}

.nav-menu li {
    width: 100px;
    margin-right: 10px;
    text-align: center;
}

.menu-item {
    transition: all .1s linear;
}

.menu-item:hover {
    /*border-bottom: 1px solid #b5cf5e;*/
    transition: all .1s linear;
}

.menu ul li a {
    /*padding: 20px 35px 20px 35px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Coda', sans-serif;
    font-weight: 400;
    transition: .3s all linear;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}

.menu ul li a:hover {
    transition: .1s all linear;
    color: white;
    /*font-weight: 700;*/
}

.footer-reage {
    margin-top: 25px;
}

.site-footer {
    padding: 60px 0px;
}

.footer-container-fluid {
    background-color: #eee;
}

.contactos-dados p {
    font-size: 14px;
    font-weight: 400;
}


/*==================================
=            mobile nav            =
==================================*/

.menu-toggle {
    width: 100%;
    border: none;
    background-color: #a3c95b;
    color: white;
    box-shadow: none;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

@media only screen and (min-width: 320px) {
    .nav-menu li {
        width: 100%;
    }
    .main-navigation.toggled ul{
        width: 100%;
        margin-left: 0px;
    }
}

@media only screen and (min-width: 480px) {
    .nav-menu li {
        width: 115px;
    }
}


/*=====  End of mobile nav  ======*/


/*====================================
=            contact form            =
====================================*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
    background-color: #eee;
    color: #a69c9c;
    width: 100%;
    border-radius: 0px;
    height: 50px;
    padding-left: 15px;
    border: 1px solid #ffbb89;
}

.wpcf7 textarea {
    min-height: 230px;
    background-color: #eee;
    color: #a69c9c;
    width: 100%;
    border-radius: 0px;
    padding-left: 15px;
    padding-top: 15px;
    border: 1px solid #ffbb89;
}

.wpcf7 input[type="submit"] {
    box-shadow: none;
    padding: 11px 17px;
    width: 100%;
    height: 65px;
    font-size: 14px;
    /*font-weight: 700;*/
    font-family: 'Montserrat', sans-serif;
    background-color: #a3c95b;
    color: #000;
    transition: 0.3s all ease-in-out;
    text-shadow: none;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #437baf;
    color: #fff;
    transition: 0.3s all ease-in-out;
}


/*=====  End of contact form  ======*/

.cartoes-racoes,
.cartoes-combustiveis,
.cartoes-agricultura {
    padding: 60px 110px 45px 40px;
    coloR: white;
    /*background-color: orange;*/
}


/*==================================
=            flexslider            =
==================================*/

.flexslider {
    box-shadow: none !important;
}


/*=====  End of flexslider  ======*/


/*=================================
=            preheader            =
=================================*/

.socialtitulo {
    font-size: 12px;
}

.site-header {
    padding: 15px 0px;
}

.icon-preheader {
    padding-right: 8px;
    font-size: 16px;
    color: #a3c95b;
}

.icon-preheader:hover {}

.facebook-icon-preheader {
    color: #f7f7f7;
    color: #3b5998;
    font-size: 16px;
    padding-top: 4px;
    transition: 0.3s color ease-in-out;
}

.fa-facebook-official {
    padding-top: 4px;
}

.facebook-icon-preheader:hover {
    color: #8b9dc3;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.top-preheader {
    background-color: #eee;
    padding: 15px 0px;
}

.preheader a {
    text-decoration: none;
}


/*=====  End of preheader  ======*/

.btn-maisinformacoes {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


/*======================================
=            pagina produto            =
======================================*/

.producto-titulo {
    font-family: 'Montserrat', sans-serif;
    background-color: #eee;
    font-size: 13px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    padding: 15px 0px;
}

.producto-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sub-titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    /*padding-top: 20px;*/
}

.labels-group {
    padding-top: 40px;
}

.producto-label {
    font-weight: 700;
    text-transform: uppercase;
}

.product-description {
    /*padding-top: 40px;*/
}

.titulo-produto {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.descricaolabel {
    padding: 15px 7px;
    background-color: lightgray;
    font-weight: 700;
    text-transform: uppercase;
}

.descricao-produto {
    padding: 0px 7px;
}

.btn-documento {
    border-radius: 0px;
    background-color: #E06400;
    padding: 10px 0px;
    text-transform: uppercase;
}

.btn-documento-icon {
    margin-right: 7px;
}

.recapre {
    background-color: #eee;
    padding: 10px 10px 5px 10px;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.producto-titulo-wrapper {}


/*=====  End of pagina produto  ======*/

.btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
    margin-bottom: 0;
    border: 1px solid #f0f0f0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none!important;
    color: #626262;
    background-color: #ffffff;
    text-shadow: none;
    box-shadow: none;
    line-height: 21px;
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.btn-documento {
    color: #ffffff;
    background-color: #3b4752;
    border-color: #3b4752;
    font-size: 12px;
    font-weight: 700;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.btn-documento a {
    color: white;
    text-decoration: none;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.btn-documento a:hover {
    color: white;
    text-decoration: none;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.btn-documento.hover,
.btn-documento:hover {
    background-color: #626c75;
    border-color: #626c75;
    color: #ffffff;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}


/*========================================
=            arquivo produtos            =
========================================*/

.imgproduto {
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.breadcrumb {
    font-family: 'Montserrat', sans-serif;
    /*font-weight: 700;*/
}

.imgproduto:hover {
    background-color: #dedede;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.entry-content-produto {
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.dadosproduto {
    padding: 5px;
}

.entry-content-produto:hover {
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.produto-titulo-link {
    font-weight: 700;
    padding-top: 10px;
    padding-left: 2px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #8e5c25;
    font-size: 14px;
    text-transform: uppercase;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
    .
    /**
 *
 * cores mcrios
 * #8e5c25
 * #a3c95b
 *
 */
}

.produto-titulo-link:visited {
    color: #8e5c25;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.produto-titulo-link:hover {
    color: #a3c95b;
    text-decoration: none;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.artigoproduto {
    border: 1px solid #ddd;
}

.dadosproduto-outter {
    background-color: #eee;
}

.dadosproduto {
    color: white;
}


/*.filter {
    padding: 10px 15px;
    background-color: #eee;
    margin-left: 3px;
    margin-right: 3px;
    text-decoration: none;
    color: #e7e7e7;
    text-transform: uppercase;
    font-size: 12px;
}

.filter a {
    color: #3C3A3A;
    text-decoration: none;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.filter a:hover,
.filter a:focus,
.filter a:active {
    color: #619746;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}*/

.subtitulo {
    font-size: 12px;
    color: #393939;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.categoriaslista ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.categoriaslista ul li {
    padding: 5px 0px 5px 5px;
    margin-bottom: 1px;
    width: 100%;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.categoriaslista ul li:hover {
    cursor: pointer;
    background-color: #eee;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.categorias-titulo {
    padding: 21px 10px;
    background-color: #a3c95b;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: white;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.categoriaslista {
    border: 1px solid #eee;
    padding: 10px;
    font-family: 'OpenSans', sans-serif;
    font-weight: normal;
    . transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}


/*=====  End of arquivo produtos  ======*/


/*======================================
=            noticias lista            =
======================================*/

.noticias-lista-header {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
    background: #bac000;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #bac000 0%, #8e5c25 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bac000', endColorstr='#8e5c25', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.noticias-lista-header span {
    font-size: 30px;
    color: white;
}

.noticias-lista {
    margin-top: 40px;
}

.noticia-item {
    margin-bottom: 20px;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.noticia-item-wrapper {
    background-color: white;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.noticia-item-wrapper:hover {
    background-color: #eee;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

.noticia-item-imagem {
    border: 0px;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s, border 0.1s linear 0s!important;
}

.noticia-item-imagem:hover {
    border: 1px solid #a4c95c;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s, border 0.1s linear 0s!important;
}

.noticias-lista h1 {
    font-size: 20px;
    margin-bottom: 5px;
}

.noticias-lista h2 {
    margin-top: 10px;
    font-size: 12px;
    color: #acacac;
}

.noticias-lista p {
    margin-bottom: 20px;
}

.noticia-item-ler-mais {
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #a4c95c;
    background-color: #8e5c25;
    padding: 10px 20px;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

.noticia-item-ler-mais:visited {
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #a4c95c;
    background-color: #8e5c25;
    padding: 10px 20px;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

.noticia-item-ler-mais:hover {
    color: white;
    background-color: #a4c95c;
    padding: 10px 20px;
    text-decoration: none;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

.noticia-item-titulo-link {
    text-decoration: none;
    color: black;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

.noticia-item-titulo-link:visited {
    text-decoration: none;
    color: black;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

.noticia-item-titulo-link:hover,
focus {
    text-decoration: none;
    color: #a4c95c;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}


/*=====  End of noticias lista  ======*/


/*====================================
=            noticia item            =
====================================*/

.autor-noticia {
    font-weight: bold;
    color: #a4c95c;
}


/*=====  End of noticia item  ======*/


/*==================================
=            login page            =
==================================*/

.form-signin {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.areareservada-header {
    font-size: 17px;
    padding: 30px 10px;
    margin-bottom: 20px;
}

#inputPassword {
    margin-top: 5px;
    margin-bottom: 15px;
}

.form-control:focus {
    border-color: #a4c95c;
    outline: 0;
}

.btn-mcrios {
    color: white;
    background-color: #a4c95c;
    text-shadow: none;
    box-shadow: none;
    line-height: 21px;
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
    border-radius: 0px;
    text-transform: uppercase;
}

.btn-mcrios:hover {
    background-color: #64ddae;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, border-color 0.2s linear 0s, opacity 0.2s linear 0s!important;
    border-color: #64ddae;
}


/*=====  End of login page  ======*/


/*=====================================
=            contacorrente            =
=====================================*/

.panel-heading-mcrios {
    background-color: #a4c95c;
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
}


/*=====  End of contacorrente  ======*/


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    .site-logo {
        width: 200px;
        height: auto;
        /*text-align: center;*/
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .site-logo {
        width: 250px;
        height: auto;
        text-align: center;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}


/*=================================
=            preheader            =
=================================*/

.preheader {
    background-color: #f4f4f4;
    padding-bottom: 15px;
    padding-top: 10px;
}

.links-preheader {
    margin-top: 5px;
}

.socialtitulo {
    font-size: 12px;
    /*margin-top: 10px;*/
}

.site-header {
    padding: 15px 0px;
}

.icon-preheader {
    padding-right: 8px;
    font-size: 16px;
    color: #a3c95b;
}

.facebook-icon-preheader {
    color: #3b5998;
    font-size: 20px;
    padding-top: 4px;
    margin-right: 10px;
    transition: 0.3s color ease-in-out;
}

.fa-facebook-official {
    padding-top: 4px;
}

.facebook-icon-preheader:hover {
    color: #8b9dc3;
    transition: 0.3s color ease-in-out;
}

.contactos-preheader:hover {
    color: #2B2B2B;
}

#container-preheader {
    background-color: #eee;
    padding-top: 15px;
    padding-bottom: 15px;
}

#container-preheader a {
    text-decoration: none;
}

.mtop20 {
    margin-top: 20px;
}

.mtop15 {
    margin-top: 15px;
}

.area-reservadalink {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 8px;
    transition: color 0.1s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s!important;
}

.area-reservadalink:hover {
    background-color: orange;
    color: white;
    transition: color 0.1s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s!important;
}

.lojaonline-link {
    margin-left: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 8px;
    background-color: #af1a21;
    color: white;
    transition: color 0.1s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s!important;
}

.lojaonline-link:visited {
    color: white;
}

.lojaonline-link:hover {
    background-color: orange;
    color: white;
    transition: color 0.1s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s!important;
}


/*=====  End of preheader  ======*/

.link-preheader {
    color: #232323;
}

.site-content {
    padding-top: 30px;
    padding-right: 35px;
    /*border-top: 1px solid #ccc;*/
}

.row-contactos {
    background: url('../images/overlay.png');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.unslider-arrow {
    margin-top: 20px;
    position: static;
    margin-top: -30px;
    color: white;
    background-color: #bac000;
    padding: 5px 10px;
}

.unslider-nav ol li {
    display: inline-block;
    width: 10px;
    color: black;
    height: 10px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
    margin: 0 4px;
}

.unslider-horizontal {
    margin-bottom: 10px;
}

.nav-menu {
    border-radius: 4px;
    /*background-color: #a4c95c;*/
}

.menu ul li a{
    border-bottom: 3px solid #a4c95c;
    transition: all .3s ease-in-out;
}

.menu ul li a:hover{
    transition: all .3s ease-in-out;
    background-color: #a4c95c;
    color: white;
}

.imagePadding{
    padding: 40px;
    height: 200px;
}