/* BLOG */

#blog{
    display: flex;
    flex-direction: column;
    width: 100%;
}

#blog .menu-blog{
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-top: 123px;
    padding-bottom: 41px;
}

#blog .menu-blog .menu{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}

#blog .menu-blog a{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
    margin: 0px 30px;
}

#blog .header h1{
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.noticias{
    display: flex;
    justify-content: center;
    align-items: center;
}

.noticias .wrapper-noticias{
    display: flex;
    width: 100%;
    max-width: 1590px;
    flex-direction: column;
}

.noticias .detalhes-da-noticia{
    display: flex;
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #BEBEBE;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1090px;
}

.noticias .detalhes-da-noticia h1{
    /* max-width: 1200px; */
    line-height: 65px;
    font-size: 46px;
    margin-bottom: 25px;
}

.noticias .detalhes-da-noticia .noticia-newsletter{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.noticias .detalhes-da-noticia .noticia-newsletter .secao-noticia{
    display: flex;
    max-width: 1090px;
    width: 100%;
    flex-direction: column;
    min-height: 600px;
}

.noticias .detalhes-da-noticia .noticia-newsletter .secao-newsletters{
    display: flex;
    max-width: 460px;
    width: 100%;
    position: relative;
}

.noticias .detalhes-da-noticia .secao-newsletters .faca-parte{
    flex: 1;
    margin-top: 109px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.noticias .detalhes-da-noticia .secao-newsletters .faca-parte form{
    display: flex;
    flex: 1;
    background: #000;
    padding: 60px 40px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.noticias .detalhes-da-noticia .secao-newsletters .faca-parte form h6{
    color: #6FAD45;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 66px;
}

.noticias .detalhes-da-noticia .secao-newsletters .faca-parte form h5{
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    line-height: 60px;
    max-width: 280px;
}

.noticias .detalhes-da-noticia .secao-newsletters .faca-parte form .inputs{
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 35px;
}

.noticias .detalhes-da-noticia .secao-newsletters .faca-parte form input[type="text"] {
    padding: 5px 0px 5px 0px;
    padding-left: 35px;
    background: url(/common/default/img/email-news.webp) no-repeat 5px center;
    font-size: 14px;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    padding-right: 30px;
    width: 100%;
    max-width: 316px;
    border-bottom: 1px solid #707070;
    color: #fff;
    text-transform: uppercase;
}

.noticias .detalhes-da-noticia .secao-newsletters .faca-parte form input::placeholder{
    color: #fff;
}

.noticias .detalhes-da-noticia .secao-newsletters .faca-parte form input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(/common/default/img/arrow-submit-blog.webp) no-repeat center right;
    overflow: hidden;
    min-height: 30px;
    overflow: hidden;
    text-indent: -300px;
    border: 0px solid transparent;
    min-width: 60px;
    cursor: pointer;
}

.noticias .detalhes-da-noticia .data {
    font-size: 14px;
    font-weight: 400;
    color: #BEBEBE;
    margin-bottom: 15px;
    display: flex;
    margin-top: 25px;
    margin-right: 50px;
}

.noticias .detalhes-da-noticia .categorias {
    font-weight: 800;
    text-transform: uppercase;
    color: #79AC2B;
    margin-left: 6px;
}

.noticias .detalhes-da-noticia .cabecalho{
    display: flex;
    flex-direction: row;
    width: 95%;
    align-items: center;
}

.noticias .detalhes-da-noticia .redes-share{
    display: flex;
    flex-direction: row;
}

.noticias .detalhes-da-noticia .redes-share a{
    display: flex;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0px 7px;
    text-indent: -300px;
}

.texto-total a{
    font-style: italic;
    color: #7aac2b;
    font-size: 16px;
}

.noticias .detalhes-da-noticia a.sfacebook{
    background: url(/common/default/img/share-facebook.webp) no-repeat center center;
}

.noticias .detalhes-da-noticia a.sinstagram{
    background: url(/common/default/img/share-instagram.webp) no-repeat center center;
}

.noticias .detalhes-da-noticia a.stwitter{
    background: url(/common/default/img/share-twitter.webp) no-repeat center center;
}

.noticias .detalhes-da-noticia a.swhatsapp{
    background: url(/common/default/img/share-whatsapp.webp) no-repeat center center;
}

.noticias .detalhes-da-noticia a.spinterest{
    background: url(/common/default/img/share-pinterest.webp) no-repeat center center;
}

.noticias .detalhes-da-noticia .imagem-texto{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 55px;
    width: 95%;
}

.noticias .detalhes-da-noticia .imagem-texto p{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.noticias .detalhes-da-noticia .imagem-texto img{
    max-width: 100%;
    display: inline-block;
    margin-bottom: 60px;
}

.noticias {
    display: flex;
    justify-content: center;
}

.noticias .wrapper-noticias > h2{
    font-size: 40px;
    line-height: 65px;
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 70px;
}

.noticias .demais-noticias {
    display: flex;
    flex: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*  */
.noticias .demais-noticias span.mask{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.noticias .demais-noticias span.data{
    font-size: 38px !important;
    color: #fff !important;
    position: absolute;
    z-index: 10;
}

.noticias .demais-noticias span.mask:after{
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(121,171,43,0.75);
    z-index: 2;
}

.noticias .demais-noticias img{
    max-width: 100%;
    display: block;
    z-index: 3;
    opacity: 0.2 !important;
}

.noticias .demais-noticias.border-top{
    border-top: 1px solid #ccc;
}

.noticias .demais-noticias .noticia{
    display: flex;
    width: 30%;
    margin-bottom: 60px;
}
/*  */

.noticias .demais-noticias .noticia {
    display: flex;
    width: 30%;
}

.noticias .demais-noticias .noticia .data {
    font-size: 14px;
    font-weight: 400;
    color: #BEBEBE;
    margin-bottom: 15px;
    display: flex;
    margin-top: 25px;
}

.noticias .demais-noticias .noticia .categorias {
    font-weight: 800;
    text-transform: uppercase;
    color: #79AC2B;
    margin-left: 6px;
}

.noticias .demais-noticias .noticia h2{
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    margin-top: 35px;
    color: #79AC2B;
}


.noticias .demais-noticias .noticia h3{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 30px;
    display: flex;
    margin-top: 10px;
}

.noticias .demais-noticias .noticia .ler-mais {
    display: flex;
    text-transform: uppercase;
    background: url(/common/default/img/arrow-blog.webp) no-repeat 80px center;
}

.demais-noticias img{
    max-width: 100%;
}

.detalhes-da-noticia .content{
    position: relative;
    width: 100%;
}

@media all and (max-width:1650px){
    .noticias .wrapper-noticias{
        width: 95%;
    }
}

@media all and (max-width: 1440px){
    .noticias .header{
        width: 90%;
        left: 5%;
    }
    .noticias .formulario {
        padding: 0px 5%;
        width: 90%;
    }
    #blog .menu-blog .menu{
        text-align: center;
    }
    .noticias .detalhes-da-noticia .noticia-newsletter .secao-newsletters{
        max-width: 330px;
    }
    .noticias .detalhes-da-noticia .secao-newsletters .faca-parte form h5{
        font-size: 24px;
        line-height: 34px;
    }
}

@media all and (max-width: 1023px){
    .noticias .header-titulo{
        min-height: 130px;
    }
    .noticias .detalhes-da-noticia .noticia-newsletter{
        flex-direction: column;
    }
    .noticias .detalhes-da-noticia .noticia-newsletter .secao-newsletters {
        border-top: 1px solid #ccc;
        padding-top: 30px;
        margin-top: 20px;
        max-width: initial
    }
    .noticias .detalhes-da-noticia .secao-newsletters .faca-parte{
        max-width: 400px;
        margin: 0 auto;
        position: relative;
    }
    .noticias .wrapper-noticias > h2{
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .noticias .demais-noticias .noticia{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .noticias .wrapper-noticias > h2{
        text-align: center;
    }
}

@media all and (max-width: 768px){
    #blog .menu-blog .menu{
        flex-direction: column;
    }
    #blog .menu-blog a{
        margin-bottom: 20px;
    }
    .noticias .detalhes-da-noticia h1{
        line-height: initial;
    }
    .noticias .detalhes-da-noticia .cabecalho{
        flex-direction: column;
        width: 100%;
    }
    .noticias .detalhes-da-noticia h1{
        text-align: center;
        font-size: 36px;
        margin-bottom: 0px;
    }
    .noticias .detalhes-da-noticia .imagem-texto{
        width: 100%;
    }
    .breadcrumb .b-links{
        text-align: center;
        align-items: center;
    }
}