.container {
    width: 1250px;
    margin: auto;
}
.cabecalho > .container {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Ubuntu;
    font-weight: 500;
    z-index: 7;
}
@media screen and (max-width: 1280px) {
    .container {
        width: 90%;
    }
    .cabecalho > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: baseline;
            -ms-flex-pack: baseline;
                justify-content: baseline;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .cabecalho > .container {
        -ms-flex-line-pack: center;
        align-content: center;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1024px) {
    .menu-topo li {
        float: left;
        position: relative;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media screen and (min-width: 1280px) {
    .menu-topo li {
        float: left;
        position: relative;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .menu-topo li a:hover {
        background: #0a7047;
        color: white;
        -webkit-transition: 0.2s all ease;
        transition: 0.2s all ease;
    }  

}
.menu-topo li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #105632;
    padding: 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    .menu-topo {
        margin: 20px 0;
        width: 100%;
        -webkit-padding-start: 0!important;
        -webkit-margin-before: 0!important;
    }
    .menu-topo li a {
        padding: 20px;
        display: inline-block;
        border-bottom: 1px dashed #0b70472b;
        border-top: 1px dashed #e6e6e62b;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.wrap-whats {
    background: url(../../assets/images/pattern-1.jpg);
    padding: 30px;
    background-size: 400px;
    color: white;
    line-height: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: -1px;
}
@media screen and (max-width: 1280px) {
    .wrap-whats {
        padding: 10px;
        background-size: 400px;
        width: 100%;
        text-align: center;
        margin: 0;
        background-size: cover;
    }
}
.logo-topo {
    margin-left: 25px;
}
@media screen and (max-width: 1024px){
    .logo-topo {
        margin-left: 0;
    }
}
.box-facebook {
    margin-right: 10px;
}
@media screen and (max-width: 1280px){
    .box-facebook {
        margin-right: 0;
        width: 100%;
        text-align: center;
        background: #4267b2;
        border-bottom: 2px solid #29487d;
        border-top: 2px solid #29487d;
        color: white;
        padding: 15px 0;
    }
}
.cabecalho {
    z-index: 10;
    position: relative;
    top: 30px;
}
@media screen and (max-width: 768px) {
    .cabecalho {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .cabecalho {
        top: 0;
        padding-top: 15px;
        display: none;
    }
}
/* -- / CABECALHO -- */

/* -- CABECALHO PAGES -- */
[class*=post_] .cabecalho, 
.page .cabecalho,
.produtos .cabecalho,
.outros_seguros .cabecalho  {
    top: 0;
}

/* -- / FIM CABECALHO PAGES -- */

/* -- BANNER -- */
.banner-main {
    position: relative;
    height: 770px;
    overflow: hidden;
    margin-top: -120px;
}
.wrap-banner_title {
    font-size: 36px;
    text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
    .banner-main {
        height: inherit;
    }
}
.wrap-banner_img {
    max-width: 100%;
    top: 0;
    z-index: -1;
    position: fixed;
    width: initial!important;
}
.wrp-close-resp {
    display: none;
}
.wrap-banner {
    width: 100%;
    height: 900px;
    outline: none!important;
}
.wrap-banner_titles {
    color: white;
    z-index: 1;
    font-weight: bold;
    font-family: Chaparral Pro;
    position: relative;
    top: 110px;
}
@media screen and (max-width: 1280px) {
    .wrap-banner_titles {
        /* left: 60px; */
    }
}
.wrap-banner > .container {
    margin: 0 auto;
    z-index: 1;
}
.wrap-banner_desc p {
    font-family: Ubuntu;
    font-weight: 100;
    font-size: 20px;
    max-width: 800px;
    line-height: 25px;
}
.wrap-banner_desc + .bt {
    margin-top: 50px;
    display: inline-block;
}
@media screen and (max-width: 1024px) {
    .wrap-banner_desc + .bt {
        text-align: center;
        line-height: 19px;
    }
}
@media screen and (max-width: 1024px) {
    .wrap-banner_desc + .bt {
        width: 50%;
        margin: 40px auto 0;
    }
}
.wrap-banner_desc {
    margin-top: 8px;
}
/* -- SLIDER -- */
.slick-prev, .slick-next {
    border: 1px solid white;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    top: -50px;
}
.slick-next {
    left: 55px;
}
@media screen and (max-width: 1024px) {
    .slick-next {
        left: 55vw;
    }
}
@media screen and (max-width: 1280px) {
    .slick-next {
        left: 65px;
    }
}
.slick-next:before, .slick-prev:before {
    font-family: fontAwesome;
}
.slick-next:before {
    margin-left: 4px;
    content: '\f054';
}
.slick-prev:before {
    content: '\f053';
}
.slick-prev {
    left: 0;
}

@media screen and (max-width: 1280px) {
    .slick-prev,
    .slick-next {
        display: none!important;
    }
}
.overlay-banner {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.17)));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.17));
    z-index: 0;
}
.slick-list.draggable {
    z-index: 1;
}
/* -- / SLIDER -- */
/* -- / BANNER -- */

/* -- BANNER PAGES --*/
.page .mini-banner-pages, 
[class*=post] .mini-banner-pages,
.outros_seguros .mini-banner-pages, .mini-banner-pages.blog {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: white;
    flex-flow:  column;
    position:  relative;
}
@media screen and (max-width: 768px) {
    .page .mini-banner-pages {
        margin-bottom: 25px;
    }
}
.mini-banner-pages .wrap-container .container {
    margin: 0 auto;
}
.title-page {
    font-size: 26px;
    font-family: Chaparral Pro;
    text-transform: uppercase;
    color: white;
}
@media screen and (max-width: 768px) {
    .title-page {
        font-size: 24px;
    }
}
.wrap-container {
    width: 100%;
    padding: 30px 0;
    position:  absolute;
    background: rgba(0, 0, 0, 0.55);
    bottom: 0;
}
@media screen and (max-width: 768px) {
    .wrap-container {
        text-align: center;
    }
}
/* -- FIM BANNER PAGES -- */

/* -- BANNER SINGLE -- */
.post_blog .cabecalho {
    top: 0;
}
.banner-single {
    height: 47vh;
    position: relative;
}
@media screen and (max-width: 480px) {
    .banner-single {
        height: 80vh;
        background-size: cover!important;
    }
    .overlay {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, #00000099));
        background: linear-gradient(rgba(255, 255, 255, 0), #00000099 20%);
    }
}
.banner-single > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    color: white;
    position: relative;
    z-index: 1;
}
.banner-single + .container {
    padding-top: 40px;
}
@media screen and (max-width: 768px){
    .banner-single + .container {
        overflow: hidden;
    }
}
.title-single {
    font-size: 31px;
    font-family: Chaparral Pro;
    margin-top: 24vh;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    text-transform: uppercase;
}
@media screen and (max-width: 480px) {
    .title-single {
        margin-top: 2vh;
        text-align: center;
    }
}
.wrp-titles {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dia-single {
    font-size: 32px;
    font-family: Chaparral Pro;
}
.mes-single, .ano-single, .wrp-breadcumb {
    font-family: Ubuntu;
    line-height: 23px;
}
.wrp-breadcumb {
    text-transform: uppercase;
    color: white;
    width: 90%;
}
.overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(130%, black));
    background: linear-gradient(rgba(255, 255, 255, 0), black 130%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
/* -- FIM BANNER SINGLE -- */

/* -- COMPONENTE SESSAO BLOG - PAGINA INICIAL --*/
.pattern-maosefrutas {
    background: url(../images/servicos.jpg)!important;
}
.sessao-nossos-servicos.exception {
    margin-top: 25vh;
}

@media screen and (max-width: 1024px) {
    .sessao-nossos-servicos.exception {
        margin-top: 5vh;
    }
}
.nossos-servicos_subtitle, .nossos-blog_subtitle {
    font-size: 29.13px;
    font-family: Ubuntu;
    font-weight: 100;
    text-align: left;
}
.nossos-servicos_title, .nossos-blog_title {
    font-size: 59.98px;
    font-family: Chaparral Pro;
    line-height: 70px;
    text-align: left;
    color: #5f6c35;
}
@media screen and (max-width: 1024px) {
    .nossos-servicos_subtitle, .nossos-blog_subtitle {
        font-size: 25px;
        text-align: center;
    }
    .nossos-servicos_title, .nossos-blog_title {
        font-size: 45px;
        line-height: 50px;
        text-align: center;
    }
}
.nossos-servicos_titles img {
    position: absolute;
    top: -4px;
    left: -70px;
}
@media screen and (max-width: 1280px) {
    .nossos-servicos_titles img {
        display: none;
    }
}
.nossos-servicos_titles {
    position: relative;
    padding-left: 155px;
    top: -122px;
}
@media screen and (max-width: 1024px) {
    .nossos-servicos_titles {
        position: relative;
        padding-left: 0;
        top: 35px;
        text-align: center;
    }
}
@media screen and (max-width: 1280px) {
    .nossos-servicos_titles {
        padding-left: 10px;
    }
}
.sessao-nossos-servicos {
    background: #cbcc45;
    padding: 0 0 90px;
}
@media screen and (max-width: 1024px) {
    .sessao-nossos-servicos {
        margin-top: 40px;
    }
}
.box-index-produtos {
    position: relative;
    top: -135px;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .box-index-produtos {
        position: relative;
        top: 0;
        z-index: 1;
        margin-top: 45px;
    }
}
.box-servico {
    width: 30%;
    display: inline-block;
    height: 300px;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .box-servico {
        width: 100%;
    }
}
.wrap-box-servicos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
}
.box-servico_desc + .bt {
    position: absolute;
    bottom: 30px;
}
@media screen and (max-width: 1024px) {
    .wrap-box-servicos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        margin-top: 80px;
        text-align: center;
    }
    .box-servico_desc + .bt {
        position: relative;
        top: 10px;
    }
}
.box-servico_title {
    font-size: 25px;
    font-family: Chaparral Pro;
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    .box-servico_title {
        font-size: 24px;
    }
}
.box-servico_desc {
    font-family: Ubuntu;
    line-height: 28px;
    color: #3f4822;
}
.wrap-box-servicos + .bt {
    margin-top: 30px;
    display: inline-block;
}
@media screen and (max-width: 1024px) {
    .wrap-box-servicos + .bt {
       width: 100%;
       text-align: center;
       -webkit-box-sizing: border-box;
               box-sizing: border-box;
    }
}
.box-servico > a {
    text-decoration: none;
}
.sessao-blog-news {
    padding: 100px 0 85px;
}
@media screen and (max-width: 1024px) {
    .sessao-blog-news {
        padding: 20px 0;
    }
}
/* -- \ COMPONENTE SESSAO BLOG - PAGINA INICIAL --*/

/* -- RODAPE -- */ 
.rodape > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 0;
}
@media screen and (max-width: 1024px) {
    .rodape > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }
}
.rodape-dados {
    line-height: 22px;
    margin-left: -25%;
    font-size: 15px;
}
@media screen and (max-width: 1024px) {
    .rodape-dados {
        margin-left: 0;
        text-align: center;
        margin: 20px 0;
        line-height: 27px;
    }
}
.rodape {
  background: red; /* For browsers that do not support gradients */  /* Safari */  /* Opera 11.6 to 12.0 */  /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, rgba(210, 255, 50, 0.2), #36410f), url(../images/pattern-principais-produtos.jpg); /* Standard syntax */
  color: white;
  font-family: Ubuntu;
}
@media screen and (max-width: 768px) {
    .rodape {
        margin-top: 55px;
    }
}
[class^=page-] .rodape {
    margin-top: 50px;
}
/* \ RODAPE -- */

/* -- SIDEBAR BLOG -- */
.wrp-seach form input {
    width: 100%;
    padding: 15px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ccc;
}
.sidebar-blog {
    width: 33%;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    .sidebar-blog {
        width: 40%;
    }
}
@media screen and (max-width: 480px) {
    .sidebar-blog {
        width: 100%;
    }
}
.sidebar-blog_search, .sidebar-blog_categorias {
    margin-bottom: 40px;
}
.wrp-seach button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: none;
    border: none;
    padding: 0 15px;
    font-size: 20px;
    color: #ccc;
}
.wrp-seach {
    position: relative;
    display: inline-block;
    width: 100%;
}
.sidebar-blog_categorias a {
    color: #876346;
    text-decoration: none;
    font-family: Ubuntu;
    padding: 25px 0;
    display: inline-block;
    position: relative;
    font-size: 17.51px;
}
.sidebar-blog_categorias a:after {
    content: "_ _ _";
    font-size: 26px;
    color: rgba(140, 102, 66, 0.28);
    position: absolute;
    left: 0;
    top: 31px;
}
.side-blog_categorias_title {
    background: url(../images/pattern-principais-produtos-header.jpg);
    font-family: Chaparral Pro;
    font-size: 30px;
    padding: 28px 30px 20px;
    color: white;
    background-position: -105px;
}
.banner_dois_box_body, .banner_um_box_body {
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.25)), color-stop(127%, black)), url(../images/pattern-principais-produtos.jpg);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), black 127%), url(../images/pattern-principais-produtos.jpg);
    color: white;
    font-family: Ubuntu;
    text-align: center;
    width: 215px;
    height: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.banner_dois_box_body i {
    font-size: 40px;
    color: #cbcc42;
}
.wrp-btn {
    display: inherit;
    margin: 15px auto 0;
}
.wrp-btn .bt {
    padding: 8px 11px;
}
.banner_dois_box, .banner_um_box {
    display: inline-block;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.banner_doism_box_header, .banner_um_box_header {
    width: 100%;
    background: white;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.wrp-sub {
    font-family: Ubuntu;
    margin-top: 5px;
    font-weight: 100;
    font-size: 14px;
}
.wrp-title {
    display: inline-block;
    font-size: 20px;
}
.sidebar-blog_banner-um {
    margin-bottom: 40px;
}
.wrp-icon {
    margin-bottom: 10px;
}
/* -- / SIDEBAR BLOG -- */

/* -- MENU SUB-MENU -- */

.sub-menu {
    position: absolute;
    top: 120px;
    width: 1000px;
    background: rgba(40, 102, 65, 0.84);
    padding: 0 0 0;
    display: none;
    left: -26vw;
}
.sub-menu a .sub-menu {
    position: absolute;
    right: 0;
    top: 0;
}
.sub-menu li {
    float: right;
    width: 50%;
    display: inline-block;
}
@media screen and (max-width: 1024px){
    .sub-menu li {
        float: none;
        width: 100%;
    }
}
.sub-menu li a {
    color: white;
    padding: 20px 17px 30px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 500;
}
.sub-menu li a:hover {
    color: #d2d261;
    background: #0e4d2e;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.sub-menu a .sub-menu {
   position: absolute;
   top: 0;
   right: 40px;
}
.sub-menu li:hover:after {
    width: 87%;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.sub-menu li:after {
    content:" ";
    border: 1px solid transparent;
    border-bottom: 3px solid #cecf4f;
    width: 40px;
    position: absolute;
    left: 17px;
    top: 50px;
}
.menu-menu-1-container {
    height: 120px;
}
#menu-item-279 a + .sub-menu {
    left: -35vw;
}
.wp-caption.alignleft {
    float: left;
    border: 1px solid #ccc;
    margin: 0 10px 0 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #b1aeb3;
}
@media screen and (max-width: 768px) {
    .menu-menu-1-container {
        height: auto;
    }
}

.menu-topo {
    height: 100%;
}
.filho .sub-menu {
    position: absolute;
    left: 290px;
    background: rgba(38, 84, 48, 0.87);
    width: 290px;
}
.filho .sub-menu, [id*=menu-item-13] .sub-menu {
    position: absolute;
    top: 0;
    background: rgba(38, 84, 48, 0.87);
}
.filho .sub-menu li:after, [id*=menu-item-13] .sub-menu li:after {
    display: none;
}
.filho li a, [id*=menu-item-13] li a {
    padding: 15px 0 15px 20px;
    font-weight: 100;
    font-size: 14px;
}
.close-resp {
    display: none;
}
@media screen and (max-width: 1024px){
    .filho li a, [id*=menu-item-13] li a {
        padding: 15px 0 15px 0;
        color: #d0bd48;
    }
    .sub-menu li:after {
        display: none;
    }
}
.sub-menu li:before {
    display: none;
}
[id*=menu-item-2] .sub-menu li:before, [id*=menu-item-13] .sub-menu li:before {
    content: '- ';
    color: white;
    left: 13px;
    position: relative;
}
.outros .sub-menu {
    width: 330px;
    max-height: 380px;
    overflow: auto;
}
#menu-item-180 > a + .sub-menu {
    width: 290px;
    overflow: visible;
    left: 0;
}
@media screen and (max-width: 790px) {
    .sub-menu li a {
        padding: 10px 17px;
    }
}
@media screen and (max-width: 980px){
    .sub-menu {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
    #menu-item-180 > a + .sub-menu {
        width: 100%;
        position: relative;
        top: 0;
    }
    .filho .sub-menu, [id*=menu-item-13] .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
    }
    .fa-facebook-f {
        color: white;
    }
    .mini-banner-pages {
        background-position: center!important;
        background-size: cover!important;
        background-attachment: fixed!important;
    }
    #menu-item-279 a + .sub-menu {
        left: -0;
    }
    .wrp-close-resp {
        position: absolute;
        top: 19px;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .close-resp {
        font-size: 30px;
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #e7e2e2;
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 20px;
        text-align: center;
    }
    .close-resp a {
        color: #cecf4e;
        padding: 0 20px;
        background: white;
    }
        /* menu responsivo novo */
    header#cabecalho {
        background: black;
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        margin: 0;
        z-index: 75;
        height: 100%;
        background: white;
        display: none;
        overflow: scroll;
    }

    header#cabecalho.fixed {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            background: white;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column;
            flex-flow: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
    }
    .slick-slide img {
        width: initial;
    }

}
/* -- FIM SUB-MENU -- */

@media screen and (max-width: 1024px){
    .pattern-maosefrutas {
        background-size: cover!important;
        background-position: center!important;
    }
}
li.item-cat a {
    cursor: context-menu;
}
.mini-banner-pages.blog + .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
}
@media screen and (max-width: 480px) {
    .overlay {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, #00000099));
        background: linear-gradient(rgba(255, 255, 255, 0), #00000099 20%);
    }
}
.wrap-img-banner {
    max-width:  100%;
    display:  flex;
    overflow:  hidden;
    height: 55vh;
    justify-content: center;
}
.wrap-img-banner img {
    max-width: initial;
}
.post_produtos .mini-banner-pages , .page .mini-banner-pages {
    height: 55vh;
    background-attachment: initial!important;
}
.page .mini-banner-pages{
    background-attachment: initial!important;
    background-position: center!important;
}
@media screen and (max-width:1024px){
    .post_249 .wrap-img-banner{
        justify-content: flex-end;
    }
}