/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    /*height: 420px;*/
}

img.effect-honey-imagem {
    height: 480px;
}

.produtos .capa {
    background: transparent !important;
}

.capa {
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}


/* Individual effects */


/*---------------*/


/***** Honey *****/


/*---------------*/

.produtos .bloco-slide-trat:hover {
    box-shadow: 0px 0px 40px -35px #000 !important;
}

figure.effect-honey {
    background: #dfdfdf;
}

@media(max-width: 779px) {
    figure.effect-honey img {
        display: none !important;
    }
}

figure.effect-honey img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-honey:hover img {
    opacity: 0.9;
}

figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-honey:hover .capa {
    display: block;
}

figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: center;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    font-size: 24px;
    padding-right: 100px;
    bottom: 5px;
    padding-bottom: 30px;
}

figure.effect-honey {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 450px;
    background-color: #fff;
    transition: all .77s ease;
}

a:hover figure.effect-honey {
    background-size: 98% !important;
    transition: all .77s ease;
}

figure.effect-honey h3 {
    /*float: left;
	padding-left: 20px;
	color: #4d4d4d;
	font-size: 19px;
	display:none;*/
    text-align: center;
    color: #dfdfdf;
}

a:hover figure.effect-honey h3 {
    /*padding-left: 20px;*/
    color: #4d4d4d;
    /*font-size: 19px;*/
    display: block !important;
    text-align: center !Important;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}

.produtos figure.effect-honey h2 i {
    width: 90px;
    margin-top: -250px;
    left: 50%;
    margin-left: -45px !important;
}

figure.effect-honey h2 i {
    font-style: normal;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    /*float: right;*/
    width: 90px;
    margin-top: -250px;
    right: 120px;
    position: absolute;
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

div.center figure.effect-honey figcaption::before,
div.center figure.effect-honey h2,
div.center figure.effect-honey h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

div.center figure.effect-honey div.capa {
    display: none;
}

@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }
    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}

div.menu-top li {
    padding-bottom: 15px !important;
}

div.menu-top li li {
    padding-bottom: 5px !important;
}