main {
    background-color: #FBFBFB;
}

header {
    height: 225px;
}

.contNoticia {
    width: 1100px;
    margin: 0 auto;
    height: auto;
    padding: 30px 0;
}

.contNoticia .left {
    width: 723px;
    float: left;
    height: auto;
    display: flex;
    flex-direction: column;
}

.contNoticia .left .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contNoticia .left .container:after {
    content: none;
}

#ng-integracao-fale-conosco form {
    padding: 30px !important;
}

.contNoticia .left .container .bloco {
    width: 340px;
    min-height: 430px;
    margin-left: 30px;
    margin-bottom: 30px;
    float: left;
    background-color: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
}

.contNoticia .left .container .bloco:first-child,
.contNoticia .left .container .bloco:nth-child(3) {
    margin-left: 0;
}

.contNoticia .left .container .bloco .foto {
    width: 100%;
    height: 200px;
    float: left;
}

.contNoticia .left .container .bloco:first-child .foto {
    background: url("../../img/site/contato.jpg") center / cover no-repeat;
}

.contNoticia .left .container .bloco:last-child .foto {
    background: url("../../img/site/sociais.jpg") center / cover no-repeat;
}

.contNoticia .left .container .bloco .box {
    width: 100%;
    float: left;
    padding: 28px 46px;
}

.contNoticia .left .container .bloco .box button:first-child {
    margin-top: 18px;
}

.contNoticia .left .container .bloco .box button {
    width: 100%;
    margin-top: 10px;
    padding: 6px;
    color: #ffffff;
    background: RGB(9, 117, 171);
    box-shadow: 9px 7px 5px -7px rgba(0, 0, 0, 0.29);
    font-size: 0.8571rem;
    border-radius: 6px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid transparent;
}

.contNoticia .left .container .bloco .box button:hover {
    border: 1px solid RGB(9, 117, 171);
    color: RGB(9, 117, 171);
    background: transparent;
}

.contNoticia .left .container .bloco .box h2 {
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 26px;
    color: RGB(77, 77, 76);
}

.contNoticia .left .container .bloco:not(:first-child) .box a {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.contNoticia .left .container .bloco:not(:first-child) .box a:hover {
    color: #0b67cd;
}

.contNoticia .left .container .bloco:not(:first-child) .box a .icone {
    width: 20px;
    margin-right: 5px;
}

.contNoticia .left .container .bloco:not(:first-child) .box a .icone.icon-youtube:before {
    font-size: 24px;
}

.contNoticia .left .container .bloco .box p {
    font-size: 1rem !important;
    text-align: left;
    /*word-break: break-all;*/
}

.contNoticia .left .container .bloco .box p * {
    font-size: 1rem !important;
}

.contNoticia .right {
    width: 347px;
    min-height: 540px;
    float: right;
    border: 1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
}

.contNoticia .right .fotocidade {
    width: 100%;
    height: 247px;
    background: url(../../img/site/cidade2.jpg) center / cover no-repeat;
}

.contNoticia .right .bot {
    background-color: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.contNoticia .right .bot .nomecidade {
    width: 100%;
    color: #0975AB;
    font-weight: 700;
    font-size: 1.857rem;
    margin-bottom: 15px;
}

.contNoticia .right .bot .campo {
    width: 100%;
    height: auto;
    font-size: 1.143rem;
    color: #485260;
    font-weight: 400;
    margin-bottom: 10px;
}

.contNoticia .right .bot .campo a {
    color: #0975AB;
    text-decoration: underline;
}

.contNoticia .right .bot .campo a:hover {
    opacity: .7;
}

.contNoticia .right .bot .campo:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 730px) {

    .contNoticia .left .container .bloco {
        margin-left: 0;
    }
}

@media all and (max-width: 999px) {
    header {
        height: 80px;
    }

    .contNoticia {
        width: 100%;
        padding: 15px 10px;
        flex-direction: column;
    }

    .contNoticia .left {
        width: 100%;
    }

    .contNoticia .left .ttlNoticia {
        font-size: 27px;
    }

    .contNoticia .left .texto {
        font-size: 16px;
    }

    .contNoticia .right {
        width: 100%;
    }

}