main {
    background-color: white;
}

header .containerhd nav > ul > li:last-child {
    color: #cd4829;
}

.contNoticia {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
    padding: 50px 30px;
}

.contNoticia::after {
    content: none;
}

.contNoticia .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contNoticia .container:after {
    content: none;
}

#ng-integracao-fale-conosco {
    width: 100%;
}

#ng-integracao-fale-conosco form {
    padding: 30px !important;
}

.contNoticia .container .bloco {
    width: 340px;
    min-height: 430px;
    margin-left: 20px;
    margin-bottom: 30px;
    float: left;
    background-color: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
}

.contNoticia .container .bloco:first-child {
    margin-left: 0;
}

.contNoticia .container .bloco .foto {
    width: 100%;
    height: 200px;
    float: left;
}

.contNoticia .container .bloco:first-child .foto {
    background: url("../../img/site/contato.jpg") center / cover no-repeat;
}

.contNoticia .container .bloco:nth-child(3) .foto {
    background: url("../../img/site/sociais.jpg") center / cover no-repeat;
}

.contNoticia .container .bloco .box {
    width: 100%;
    float: left;
    padding: 28px 46px;
}

.contNoticia .container .bloco .box button:first-child {
    margin-top: 18px;
}

.contNoticia .container .bloco .box button {
    width: 100%;
    margin-top: 10px;
    padding: 6px;
    color: #ffffff;
    background: rgb(255, 121, 76);
    box-shadow: 9px 7px 5px -7px rgba(0, 0, 0, 0.29);
    font-size: 0.8571rem;
    border-radius: 6px;
    text-transform: uppercase;
    cursor: pointer;
}

.contNoticia .container .bloco .box button:hover {
    border: 1px solid rgb(255, 121, 76);
    color: rgb(255, 121, 76);
    background: transparent;
}

.contNoticia .container .bloco .box h2 {
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 26px;
    color: RGB(77, 77, 76);
}

.contNoticia .container .bloco:not(:first-child) .box a {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.contNoticia .container .bloco:not(:first-child) .box a:hover {
    color: #0b67cd;
}

.contNoticia .container .bloco:not(:first-child) .box a .icone {
    width: 20px;
    margin-right: 5px;
}

.contNoticia .container .bloco:not(:first-child) .box a .icone.icon-youtube:before {
    font-size: 24px;
}

.contNoticia .container .bloco .box p {
    font-size: 1rem !important;
    text-align: left;
    word-break: break-all;
}

.contNoticia .container .bloco .box p * {
    font-size: 1rem !important;
}

@media all and (max-width: 999px) {

    main {
        background-color: unset;
    }

    .contNoticia {
        background-color: white;
        width: 100%;
        padding: 15px 10px;
        flex-direction: column;
            margin-top: 30px;
    }

    .contNoticia .container {
        flex-direction: column;
        align-items: center;
    }

    .contNoticia .container .bloco {
        margin-left: 0;
    }

}

@media all and (max-width: 350px) {
    .contNoticia .container .bloco{
        width: 100%;
    }

    .contNoticia .container .bloco .box{
        padding: 15px;
    }
}