.banner{
    position: relative;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .overlay,
.owl-carousel .overlay_2,
.owl-carousel .overlay_3{
    position: relative;
}


.owl-carousel .overlay > div{
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 0;
    right: 0;
}

.owl-carousel .overlay > div > h2{
    text-align: center;
    font-family: BebasNeueRegular;
    font-size: 59px;
    color: #9ACB1F;
    margin: 0;
}

.owl-carousel .overlay > div > h3{
    text-align: center;
    font-family: RalewayLightItalic;
    font-size: 19px;
    color: #E6E7E8;
    margin: 0;
}


.owl-carousel .overlay > div > div{
    text-align: center;
}

.owl-carousel .overlay > div > div a{
    border: 3px solid #9ACB1F;
    padding: 10px 20px;
    font-family: MontserratLight;
    font-size: 10px;
    color: #fff;
}

.owl-carousel .overlay > div > div a:hover{
    background-color: #9ACB1F;
}

.owl-carousel .overlay > ul{
    position: absolute;
    z-index: 3;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    right: 20px;
    list-style: none;
}

.owl-carousel .overlay > ul li{
    border: 1px solid #80B21D;
    margin-bottom: 20px;
    text-align: center;
}

.owl-carousel .overlay > ul li a{
    padding: 3px 7px;
    color: #80B21D;
    display: block;
    background-color: #fff;
}

.owl-carousel .overlay > ul li a:hover{
    color: #fff;
    background-color: #80B21D;
}


.owl-carousel .css_bt div.accoes-feiras{
    position: absolute;
    z-index: 2;
}


.owl-carousel .overlay_1 div.accoes-feiras{
    top: 43%;
    right: 7%;
}

.owl-carousel .overlay_2 div.accoes-feiras{
    bottom: 5%;
    left: 0;
    right: 0;
}

.owl-carousel .overlay_3 div.accoes-feiras{
    top: 43%;
    left: 20%;
    right: 0;
}

.owl-carousel .overlay_4 div.accoes-feiras{
    top: 23%;
    left: 27%;
    right: 0;
}


.owl-carousel .css_bt a{
    border: 0.2vw solid #80b21d;
    height: 4vw;
    width: 4vw;
    border-radius: 4vw;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-family: RalewayRegular;
    font-size: 0.8vw;
}

.owl-carousel .css_bt a:hover{
    background-color: #80b21d;
}

.owl-carousel .overlay_2 div.accoes-feiras a:first-child{
    margin-right: 6vw;
}
.owl-carousel .overlay_2 div.accoes-feiras a:last-child{
    margin-left: 6vw;
}

.banner .objecto_content_2{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 45%;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.banner .banner_back{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.owl-dots{
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    z-index: 3;
}

.owl-theme .owl-dots .owl-dot span {
    background: #9ACB1F;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #9ACB1F;
    border: 1px solid #fff;
}

.owl-theme button{
    border: none;
    padding: 0 !important;
    background: transparent;
}


.categorias{
    border-bottom: 1px solid #80B21D;
    border-top: 1px solid #80B21D;
    padding: 15px 0;
}

.nossos-produtos{
    background-image: url("/img/back-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.nossos-produtos .objecto_content_1{
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
}


.nossos-produtos .item{
    margin-bottom: 120px;
}


.nossos-produtos .item .imagem{
    transition: 0.3s ease-in;
}


.nossos-produtos .item a:hover > .imagem{
    transform: scale(0.9);
}

.nossos-produtos .item a:hover{
    opacity: 0.7;
}


.nossos-produtos .item h4{
    font-family: BebasNeueRegular;
    font-size: 25px;
    color: #80B21D;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.nossos-produtos .item h5{
    font-family: RalewayLight;
    font-size: 15px;
    color: #80B21D;
    margin: 0;
    text-align: center;
}

.nossos-produtos .item h3{
    font-family: MontserratLight;
    font-size: 25px;
    color: #939598;
    margin: 0;
    text-align: center;
}


.categorias .nav {
    font-family: RalewayBold;
    font-size: 12px;
}

.categorias .nav a{
    color: #80B21D;
    text-transform: uppercase;
}

.categorias .nav a:hover{
    opacity: 0.7;
}


.categorias-destacadas .caixa{
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    position: relative;

}

.categorias-destacadas .caixa .caixa-inner{
    transition: 0.3s ease-in;
}

.categorias-destacadas .caixa:hover > .caixa-inner{
    transform: scale(0.9);
}

.categorias-destacadas .caixa .caixa-inner{
    position: absolute;
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
    border: 2px solid #D9E4A6;
}


.categorias-destacadas .caixa .caixa-inner h3
{
    display: block;
    text-align: center;
    font-size: 35px;
    font-family: RalewayBlack;
    color: #fff;
    text-align: center;
    margin: 0;
    width: 100%;

}
.categorias-destacadas .caixa .caixa-inner h4
{
    display: block;
    text-align: center;
    font-size: 29px;
    font-family: RalewayRegular;
    color: #fff;
    text-align: center;
    margin: 0;
    width: 100%;

}

.blog{
    position: relative;
}
.blog .blog-container{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.blog .blog-container .esquerda{
    position: absolute;
    bottom: -4px;
    left: 0px;
}

.blog .blog-container .direita{
    position: absolute;
    bottom: -4px;
    right: 0px;
}

.blog .blog-accao{
    position: absolute;
    bottom: -35px;
    right: 109px;
}

.blog .blog-accao div{
    height: 60px;
    width: 60px;
    border-radius: 60px;
    margin: 0 auto 5px auto;
    background-image: url("/img/mais_blog.png"), linear-gradient(90deg, rgba(219, 230, 168, 1) 0%, rgba(181, 208, 116, 1) 50%, rgba(170, 202, 99, 1) 58.77%, rgba(140, 185, 49, 1) 86.36%, rgba(128, 179, 30, 1) 100%);
    border-style : Solid;
    border-color : #80B21D;
    border-width : 1px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: transform .5s;

}


.blog .blog-accao div:hover{
    transform: scale(0.8);
}

.blog .blog-accao span{
    font-family: RalewayBold;
    font-size: 10px;
    color: #80B21D;
    display: block;
    text-align: center;
}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/*
Extra small devices (portrait phones, less than 544px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/

@media (max-width: 543px) {

    .padding-top-10-rem {
        padding-top: 6rem;
    }

    .owl-carousel .overlay > div > h2 {
        font-size: 22px;
    }

    .owl-carousel .overlay > div > h3 {
        font-size: 14px;
    }

    .owl-carousel .overlay > div > div a {
        padding: 5px 10px;
    }

    .owl-carousel .owl-item img {
        height: 150px;
        object-fit: cover;
    }

    .owl-carousel .css_bt div.accoes-feiras a{
        border: 0.2vw solid #80b21d;
        height: 7vw;
        width: 7vw;
        border-radius: 7vw;
        font-size: 1.2vw;
    }

    .owl-carousel .overlay_2 div.accoes-feiras a:first-child{
        margin-right: 4vw;
    }
    .owl-carousel .overlay_2 div.accoes-feiras a:last-child{
        margin-left: 4vw;
    }


}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {


    .owl-carousel .overlay_2 div.accoes-feiras a{
        border: 0.2vw solid #80b21d;
        height: 6vw;
        width: 6vw;
        border-radius: 6vw;
        font-size: 1.2vw;
    }

    .owl-carousel .overlay_2 div.accoes-feiras a:first-child{
        margin-right: 5vw;
    }
    .owl-carousel .overlay_2 div.accoes-feiras a:last-child{
        margin-left: 5vw;
    }


    .owl-carousel .css_bt div.accoes-feiras a{
        border: 0.2vw solid #80b21d;
        height: 6vw;
        width: 6vw;
        border-radius: 6vw;
        font-size: 1.2vw;
    }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

    .owl-carousel .css_bt div.accoes-feiras a{
        border: 0.2vw solid #80b21d;
        height: 5vw;
        width: 5vw;
        border-radius: 5vw;
        font-size: 0.8vw;
    }

    .owl-carousel .overlay_2 div.accoes-feiras a:first-child{
        margin-right: 6vw;
    }
    .owl-carousel .overlay_2 div.accoes-feiras a:last-child{
        margin-left: 6vw;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .blog .blog-accao {
        right: 85px;
    }

    .blog .blog-accao div {
        height: 50px;
        width: 50px;
        border-radius: 50px;
    }


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .blog .blog-accao {
        right: 109px;
    }

    .blog .blog-accao div {
        height: 60px;
        width: 60px;
        border-radius: 60px;
    }


}





