header .inferior > .container > ul > li:nth-child(10) {
    color: #F9C84C;
}

header .inferior > .container > ul > li:nth-child(10)::after {
    display: block;
}

#ng-integracao-fale-conosco form {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

#ng-integracao-fale-conosco form span {
    margin-bottom: 30px;
    color: rgb(34, 34, 34);
}

#ng-integracao-fale-conosco form input,
#ng-integracao-fale-conosco form textarea {
    display: block;
    width: 100%;
    resize: none;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 15px 20px;
    line-height: 16px;
    margin: 0 0 10px;
    border: 1px solid rgb(206, 212, 218);
    color: rgb(34, 34, 34);
    font-size: 1rem;
}

#ng-integracao-fale-conosco form input[type=submit] {
    width: 100%;
    background-color: #008c88;
    color: rgb(255, 255, 255);
    font-weight: 600;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1.143rem;
}

.contNoticia {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
    padding: 30px 0 60px;
}

.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: 20px 30px;
}

.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: #008c88;
    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 #008c88;
}

.contNoticia .container .bloco .box button:hover {
    color: #008c88;
    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: #ffd616;
}

.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: 1.125rem !important;
    text-align: left;
    word-break: break-word;
    color: #485260;
}

.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;
    }
}



main .containercontato {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    padding: 30px 0;
}

main .containercontato .containerformulario {
    width: 100%;
    float: left;
}

main .containercontato .containerformulario .titulo {
    width: 100%;
    font-size: 2.375rem;
    color: #016764;
    margin: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
}

main .containercontato .containerformulario .formulario {
    width: 70%;
    margin: 50px auto;
    position: relative;
}

main .containercontato .containerformulario .formulario .msg_erro {
    position: absolute;
    top: 470px;
    width: 320px;
    height: 50px;
    padding: 12px;
    border: 4px solid #c96e56;
    background-color: #ffc2b7;
    font-size: 0.875rem;
    color: #8f0000;
    border-radius: 6px;
    display: none;
}

main .containercontato .containerformulario .formulario .msg_erro span {
    width: 18px;
    height: 18px;
    font-size: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    color: #fff;
    border-radius: 50%;
    background-color: #c96e56;
    cursor: pointer;
}

main .containercontato .containerformulario .formulario .msg_erro span:hover {
    background-color: #8f0000;
}

main .containercontato .containerformulario .formulario .msg_sucesso {
    position: absolute;
    top: 470px;
    width: 320px;
    height: 50px;
    padding: 12px;
    border: 4px solid #89c99f;
    background-color: #beffcf;
    font-size: 0.875rem;
    color: #008f4d;
    border-radius: 6px;
    display: none;
}

main .containercontato .containerformulario .formulario .msg_sucesso span {
    width: 18px;
    height: 18px;
    font-size: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    color: #fff;
    border-radius: 50%;
    background-color: #89c99f;
    cursor: pointer;
}

main .containercontato .containerformulario .formulario .msg_sucesso span:hover {
    background-color: #8f0000;
}

main .containercontato .containerformulario .formulario .info {
    width: 100%;
    float: left;
    color: #2b5370;
    margin-bottom: 30px;
    font-size: 1rem;
}

main .containercontato .containerformulario .formulario input {
    width: 100%;
    height: 45px;
    float: left;
    color: #2b5370;
    margin-bottom: 15px;
    border: 1px solid #cbd3d6;
    border-radius: 3px;
    padding-left: 15px;
    font-size: 0.9375rem;
}

main .containercontato .containerformulario .formulario textarea {
    width: 100%;
    height: 173px;
    float: left;
    color: #2b5370;
    margin-bottom: 15px;
    border: 1px solid #cbd3d6;
    border-radius: 3px;
    padding: 15px;
    font-size: 0.9375rem;
    resize: none;
}

main .containercontato .containerformulario .formulario .botao {
    width: 100%;
    height: 40px;
    float: left;
    background-color: #ec4c4c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 1.125rem;
    cursor: pointer;
    box-shadow: 0 2px 0 #bb4343;
}

main .containercontato .containerformulario .formulario .botao:hover {
    background-color: #da2626;
}

main .containercontato .containerformulario .formulario .botao:active {
    position: relative;
    top: 2px;
    box-shadow: none;
}

/*MOBILE*/

@media all and (max-width: 999px) {

    main .containercontato {
        width: 97%;
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    main .containercontato .gadget {
        display: none;
    }

    main .containercontato .containerformulario {
        width: 100%;
    }

    main .containercontato .containerformulario .titulo{
        font-size: 1.125rem;
    }

    main .containercontato .containerformulario .formulario {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    main .containercontato .containerformulario .formulario .msg_erro,
    main .containercontato .containerformulario .formulario .msg_sucesso {
        top: 465px;
        width: 277px;
    }
}

@media all and (max-width: 360px) {
    main .containercontato .containerformulario .formulario .msg_erro,
    main .containercontato .containerformulario .formulario .msg_sucesso {
        top: 485px;
        width: 277px;
    }
}
