/*
     * Remove padrões da página
     */
* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    color: inherit;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    box-shadow: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

:before, :after {
    box-sizing: border-box;
}

input:focus {
    outline: none;
}

input[type=text],
input[type=password],
textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

/*Auto clear*/
div:after,
header:after,
section:after,
article:after,
aside:after,
form:after,
menu:after,
nav:after,
ul:after,
ol:after,
li:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

::-moz-selection {
    background: #BBB;
    color: #222;
}

::selection {
    background: #BBB;
    color: #222;
}

html {
    height: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    min-height: 100%;
    height: 100%;
    width: 100%;
    font-size: 14px;
}

body {
    font-family: Arial, sans-serif;
    width: 100%;
    min-height: 100%;
    overflow: auto;
    position: relative;
    overflow-x: hidden;
    background-color: white;
    display: flex;
    flex-direction: column;
}

header {
    height: auto;
    display: flex;
    width: 1920px;
    margin: 0 calc(50% - (1920px / 2));
}

#ng-integracao-acessibilidade {
    width: 100%;
}

#ng-integracao-acessibilidade > div {
    width: 1100px;
    margin: 0 auto;
}

#ng-integracao-lista-paginas {
    margin-bottom: 30px;
}

header .containerMobile {
    display: none;
}

header .banner {
    display: flex;
    width: 100%;
    min-height: 138px;
    margin: 0 auto;
    flex-direction: column;
}

header .banner .meio {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

header .banner .meio .menuMobile {
    display: none;
}

header .banner .meio::after {
    content: none;
}

header .banner .meio .left {
    width: 752px;
    background: linear-gradient(to bottom, #F2F3F3, #EEEFEF, #E7E7E7, #F4F4F4);
}

header .banner .meio .left .cont {
    width: 342px;
    margin-left: calc(100% - 342px);
    height: 138px;
    display: flex;
    align-items: center;
}

header .banner .meio .left .cont .logo {
    width: 310px;
    height: 95px;
    display: flex;
    align-items: center;
}

header .banner .meio .left .cont .logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

header .banner .meio .right {
    width: calc(100% - 752px);
    height: auto;
    justify-content: center;
    border-left: 1px dashed rgb(211, 211, 211);
    background: linear-gradient(to bottom, #FCFCFC, #F1F1F2, #F1F1F2, #FCFCFC);
    display: flex;
    flex-direction: column;
}

header .banner .meio .right .sup {
    width: 758px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

header .banner .meio .right .sup form {
    display: flex;
    width: 320px;
    position: relative;
    background-color: white;
    color: #999999;
    height: 50px;
    padding: 10px 60px 10px 30px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

header .banner .meio .right .sup form input[type=text] {
    font-weight: bolder;
    width: 100%;
    font-size: 1rem;
}

header .banner .meio .right .sup form .icon-busca:before {
    font-size: 30px;
}

header .banner .meio .right .sup form .icon-busca {
    position: absolute;
    color: #0C7089;
    background-color: transparent;
    top: 7px;
    right: 9px;
}

header .banner .meio .right .sup .sic {
    background-color: #5CC6D0;
    margin-left: 10px;
    display: flex;
    width: 115px;
    padding-left: 10px;
    position: relative;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    align-items: center;
    flex-direction: row;
}

header .banner .meio .right .sup .sic .iconeSic {
    background: url(../../img/site/sic.png);
    width: 26px;
    height: 26px;
}

header .banner .meio .right .sup .sic .txt {
    color: white;
    font-size: 0.8571rem;
    font-weight: bolder;
    width: calc(100% - 36px);
    text-align: center;
}

header .banner .meio .right .sup .sic .display {
    position: absolute;
    top: 50px;
    right: 0;
    left: calc(50% - 550px);
    z-index: 9999999;
    width: 100%;
    display: none;
}

header .banner .meio .right .sup .sic:hover .display {
    display: block;
}

header .banner .meio .right .sup .sic .display .blocoacesso {
    width: 1100px;
    margin: 0 calc(50% - 550px);
    /*height: 550px;*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    /*padding: 30px;*/
    float: left;
    padding-top: 25px;
}

header .banner .meio .right .sup .sic .display .blocoacesso .triangulo {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 26.0px 15px;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: 3px;
    right: -410px;
}

header .banner .meio .right .sup .sic .display .blocoacesso .containertransparencia {
    width: 100%;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
    max-height: 573px;
    overflow-x: hidden;
}

header .banner .meio .right .sup .sic .display .blocoacesso .containertransparencia .a_i {
    width: 1120px;
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

header .banner .meio .right .sup .sic .display .blocoacesso .containertransparencia .a_i .col_ai {
    margin-right: 70px;
}

header .banner .meio .right .sup .sic .display .blocoacesso .containertransparencia .a_i .col_ai:last-child {
    margin-right: 0;
}

header .banner .meio .right .sup .sic .display .blocoacesso .containertransparencia .a_i .col_ai .item {
    text-decoration: none;
    font-size: 1.143rem;
    color: #0975AB;
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
}

header .banner .meio .right .sup .sic .display .blocoacesso .containertransparencia .a_i .col_ai .item:hover {
    color: #ffd616;
}

header .banner .meio .right .sup .sic .display .blocoacesso .containertransparencia .a_i .col_ai .title {
    cursor: inherit;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.071rem;
    width: 100%;
    line-height: 20px;
    color: #0975AB;
    font-weight: 700;
    text-transform: uppercase;
}

header .banner .meio .right .sup .sic .display .blocoacesso .containertransparencia .a_i .col_ai .title:first-child {
    margin-top: 0;
    font-size: 1.071rem;
    width: 100%;
    line-height: 20px;
    color: #0975AB;
    font-weight: 700;
    text-transform: uppercase;
}

header .banner .meio .right .sup .sic .display .blocoacesso .containertransparencia h1 {
    color: #0975AB;
    font-size: 2.571rem;
    text-align: center;
    width: 100%;
    padding: 100px;
}

header .banner .meio .right nav {
    width: 758px;
    display: flex;
    margin-top: 10px;
    height: auto;
}

header .banner .meio .right nav > ul {
    width: 100%;
    margin-left: 72px;
    margin-right: 22px;
    display: flex;
    height: auto;
    justify-content: space-between;
    flex-direction: row;
}

header .banner .meio .right nav > ul::after {
    content: none;
}

header .banner .meio .right nav > ul > a,
header .banner .meio .right nav > ul > li {
    /*width: 31px;*/
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
}

header .banner .meio .right nav > ul > li:hover {
    cursor: pointer;
}

header .banner .meio .right nav > ul > a:last-child {
    margin-right: 16px;
}

header .banner .meio .right nav > ul > li .cidade {
    background: url(../../img/site/icone-cidade.png) center / cover no-repeat;
    width: 36px;
    height: 31px;
    margin-top: 10px;
    margin-bottom: 11px;
}

header .banner .meio .right nav > ul > a .icone,
header .banner .meio .right nav > ul > li .icone {
    color: #0975AB;
    height: 52px;
}

header .banner .meio .right nav > ul > a .icon-home {
    width: 35px;
}

header .banner .meio .right nav > ul > a .icon-home::before {
    font-size: 45px;
    float: left;
    width: 35px;
}

header .banner .meio .right nav > ul > a .icon-noticias {
    width: 35px;
}

header .banner .meio .right nav > ul > a .icon-noticias::before {
    font-size: 45px;
}

header .banner .meio .right nav > ul > a .icon-contato {
    width: 35px;
}

header .banner .meio .right nav > ul > a .icon-contato::before {
    font-size: 45px;
}

header .banner .meio .right nav > ul > li .icon-governo {
    width: 35px;
}

header .banner .meio .right nav > ul > li .icon-governo::before {
    font-size: 45px;
}

header .banner .meio .right nav > ul > li .icon-servicos {
    width: 35px;
}

header .banner .meio .right nav > ul > li .icon-servicos::before {
    font-size: 45px;
}

header .banner .meio .right nav > ul > li .icon-transparencia {
    width: 30px;
}

header .banner .meio .right nav > ul > li .icon-transparencia::before {
    font-size: 45px;
}

header .banner .meio .right nav > ul > a .desc,
header .banner .meio .right nav > ul > li .desc {
    width: auto;
    height: 16px;
    font-size: 0.7857rem;
    color: #0975AB;
    text-align: center;
    font-weight: bolder;
}

header .banner .meio .right nav > ul > a:hover {
    opacity: .7;
}

header .banner .meio .right nav > ul > li .submenu {
    display: none;
    position: absolute;
    top: 45px;
    padding-top: 45px;
    z-index: 10000;
}

header .banner .meio .right nav > ul > li .submenu::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    display: block;
    top: 36px;
    left: 33px;
}

header .banner .meio .right nav > ul > li .submenu > ul {
    width: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    position: relative;
}

header .banner .meio .right nav > ul > li .submenu > ul > li a {
    width: 100%;
}

header .banner .meio .right nav > ul > li .submenu > ul > li:last-child {
    margin-bottom: 0;
}

header .banner .meio .right nav > ul > li .submenu > ul > li {
    color: #575B60;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: normal;
    display: flex;
    min-width: 250px;
    min-height: 40px;
    align-items: center;
}

header .banner .meio .right nav > ul > li .submenu > ul > li:hover {
    background-color: #C8E8F5;
    color: #0074A8;
}

header .banner .meio .right nav > ul > li .submenu > ul > li a {
    width: 100%;
    padding: 10px 20px;
}

header .banner .meio .right nav > ul > li .submenu > ul > li .arrow {
    border: solid #0074A8;
    border-width: 0 2px 2px 0;
    display: none;
    padding: 3.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    align-self: center;
    margin-right: 20px;
}

header .banner .meio .right nav > ul > li .submenu > ul > li:hover .arrow {
    display: flex;
}

header .banner .meio .right nav > ul > li .submenu > ul > li:last-child a {
    padding-bottom: 10px;
}

header .banner .meio .right nav > ul > li:hover .submenu {
    display: block;
    left: 0;
}

header .banner .meio .right nav > ul > li .submenu > ul > li:hover .submenunv2 {
    display: block;
}

header .banner .meio .right nav > ul > li .submenu > ul > li .submenunv2 {
    display: none;
    position: absolute;
    top: 0;
    padding-left: 30px;
    left: 220px;
    z-index: 10000;
}

header .banner .meio .right nav > ul > li .submenu > ul > li .submenunv2 > ul {
    width: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    position: relative;
}

header .banner .meio .right nav > ul > li .submenu > ul > li .submenunv2 > ul > li {
    color: #575B60;
    font-size: 1rem;
    line-height: 1.125rem;
    display: flex;
    min-width: 250px;
    min-height: 40px;
    align-items: center;
}

header .banner .meio .right nav > ul > li .submenu > ul > li .submenunv2 > ul > li:hover {
    background-color: #C8E8F5;
    color: #0074A8;
}

header .banner .meio .right nav > ul > li .submenu > ul > li .submenunv2 > ul > li a {
    width: 100%;
    padding: 10px 20px;
}

header .banner .meio .right nav > ul > li .submenu > ul > li .submenunv2 > ul > li:last-child a {
    padding-bottom: 10px;
}

header .banner .meio .right nav > ul > li .submenu > ul > li .submenunv2 > ul > li:hover .submenunv3 {
    display: block;
}

header .banner .meio .right nav > ul > li .submenu > ul > li .submenunv2 > ul > li .submenunv3 {
    display: none;
    position: absolute;
    top: 0;
    padding-left: 30px;
    left: 220px;
    z-index: 10000;
}

header .banner .meio .right nav > ul > li .submenu > ul > li .submenunv2 > ul > li .submenunv3 > ul {
    width: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}

header .banner .meio .right nav > ul > li .submenu > ul > li .submenunv2 > ul > li .submenunv3 > ul > li {
    color: #575B60;
    font-size: 1rem;
    line-height: 1.125rem;
    display: flex;
    min-width: 250px;
}

header .banner .meio .right nav > ul > li .submenu > ul > li .submenunv2 > ul > li .submenunv3 > ul > li:hover {
    background-color: #C8E8F5;
    color: #0074A8;
}

header .banner .meio .right nav > ul > li .submenu > ul > li .submenunv2 > ul > li .submenunv3 > ul > li a {
    width: 100%;
    padding: 10px 20px;
}

header .banner .meio .right nav > ul > li .submenu > ul > li .submenunv2 > ul > li .submenunv3 > ul > li:last-child a {
    padding-bottom: 10px;
}

footer {
    width: 1920px;
    height: auto;
    margin: 0 calc(50% - (1920px / 2));
}

footer .banRodape {
    background: #51A8B1;
    width: 100%;
    height: auto;
}

footer .banRodape .cima {
    width: 1100px;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

footer .banRodape .cima > ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .banRodape .cima > ul::after {
    content: none;
}

footer .banRodape .cima > ul > li {
    width: 230px;
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
}

footer .banRodape .cima > ul > li:first-child {
    width: 395px;
    padding-left: 0;
}

footer .banRodape .cima > ul > li .titulo {
    width: 100%;
    font-weight: bolder;
    color: white;
    font-size: 1.714rem;
    margin-bottom: 20px;
}

footer .banRodape .cima > ul > li > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
}

footer .banRodape .cima > ul > li > ul > li {
    width: 100%;
    color: white;
    /*! margin-bottom: 5px; */
    font-size: 1.286rem;
    line-height: 32px;
    font-family: roboto;
}

footer .banRodape .cima > ul > li > ul > li a {
    width: 100%;
}

footer .banRodape .cima > ul > li > ul > li a:hover {
    text-decoration: underline;
}

footer .banRodape .baixo {
    width: 100%;
    margin: 0 calc(50% - (1920px / 2));
    display: flex;
    background: #ADD7E1;
    flex-direction: row;
    align-items: center;
    height: fit-content;
    min-height: 112px;
}

footer .banRodape .baixo .cont-baixo {
    width: 1100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

footer .banRodape .baixo .cont-baixo::after {
    content: none;
}

header .banner .meio .sic {
    display: none;
}

footer .politica-privacidade{
    display: flex;
    float: left;
    width: 30%;
    height: fit-content;
    align-items: center;
    justify-content: center;
}

footer .politica-privacidade a{
    color: white;
    font-size: 1.286rem;
    line-height: 32px;
    font-family: "Roboto", sans-serif;
    float: left;
    font-weight: bold;
    transition: .2s;
}

footer .politica-privacidade a:hover{
    text-decoration: underline;
}

footer .banRodape .baixo .cont-baixo .left {
    width: 363px;
    height: 52px;
    display: flex;
    align-items: center;
}

footer .banRodape .baixo .cont-baixo .left img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

footer .banRodape .baixo .cont-baixo .right {
    background: url(../../img/site/nucleo.png) center / cover no-repeat;
    width: 315px;
    display: flex;
    height: 20px;
}

main {
    display: flex;
    flex-direction: column;
    width: 1920px;
    height: auto;
    margin: 0 calc(50% - (1920px / 2));
}

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


    #ng-integracao-lista-paginas,
    #ng-integracao-acessibilidade {
        display: none;
    }

    header {
        width: 100%;
        position: fixed;
        background-color: white;
        z-index: 9999999;
        margin: 0 auto;
        border-bottom: 2px solid #0975AB;
    }

    header .banner .meio .left .cont {
        margin: 0;
        height: auto;
    }

    header .banner .meio .sic {
        background-color: #5CC6D0;
        margin-left: 10px;
        display: flex;
        width: 45px;
        padding-left: 10px;
        position: absolute;
        border-radius: 40px;
        align-items: center;
        flex-direction: row;
        top: 15px;
        right: 75px;
        height: 45px;
    }

    header .banner .meio .iconeSic {
        background: url(../../img/site/sic2.png);
        width: 26px;
        height: 26px;
    }

    header .banner {
        background: unset;
        height: 80px !important;
        position: relative;
        min-height: unset;
    }

    header .containerMobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        background-color: #FBFBFB;
        height: 100vh;
        z-index: 999;
        padding: 30px 10px;
        overflow: auto;
        overflow-x: hidden;
    }

    header .containerMobile .closeM {
        position: absolute;
        top: 25px;
        right: 15px;
        display: flex;
        flex-direction: column;
    }

    header .containerMobile .closeM:hover span {
        background-color: white;
    }

    header .containerMobile .closeM span {
        width: 30px;
        height: 5px;
        background-color: #0975AB;
        border-radius: 2px;
    }

    header .containerMobile .closeM span:nth-child(2) {
        transform: rotate(45deg);
    }

    header .containerMobile .closeM span:first-child {
        transform: rotate(-45deg);
        top: 0;
        position: absolute;
    }

    header .containerMobile form {
        display: flex;
        margin-top: 30px;
        width: 100%;
        border: 1px solid #E6E7E8;
        position: relative;
        background-color: white;
        color: #999999;
        height: 50px;
        padding: 10px 60px 10px 30px;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    header .containerMobile form input[type=text] {
        font-weight: bolder;
        width: 100%;
        font-size: 14px;
    }

    header .containerMobile form .icon-busca:before {
        font-size: 30px;
    }

    header .containerMobile form .icon-busca {
        position: absolute;
        color: #0C7089;
        background-color: transparent;
        top: 7px;
        right: 9px;
    }

    header .containerMobile nav {
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        margin-top: 15px;
        flex-direction: column;
        padding: 15px;
    }

    header .containerMobile nav > ul {
        width: 100%;
        display: flex;
        height: auto;
        justify-content: space-between;
        flex-direction: column;
    }

    header .containerMobile nav > ul::after {
        content: none;
    }

    header .containerMobile nav > ul > a,
    header .containerMobile nav > ul > li {
        width: 100%;
        position: relative;
        align-items: center;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    header .containerMobile nav > ul > a:last-child {
        margin-right: 16px;
    }

    header .containerMobile nav > ul > a .sup,
    header .containerMobile nav > ul > li .sup {
        align-items: center;
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    header .containerMobile nav > ul > li .sup .cidade {
        background: url(../../img/site/icone-cidade.png) center / cover no-repeat;
        width: 36px;
        height: 31px;
        margin-top: 10px;
        margin-bottom: 11px;
    }

    header .containerMobile nav > ul > a .sup .icone,
    header .containerMobile nav > ul > li .sup .icone {
        color: #0975AB;
        height: 52px;
    }

    header .containerMobile nav > ul > a .sup .icon-home {
        width: 35px;
    }

    header .containerMobile nav > ul > a .sup .icon-home::before {
        font-size: 45px;
        float: left;
        width: 35px;
    }

    header .containerMobile nav > ul > a .sup .icon-noticias {
        width: 35px;
    }

    header .containerMobile nav > ul > a .sup .icon-noticias::before {
        font-size: 45px;
    }

    header .containerMobile nav > ul > a .sup .icon-contato {
        width: 35px;
    }

    header .containerMobile nav > ul > a .sup .icon-contato::before {
        font-size: 45px;
    }

    header .containerMobile nav > ul > li .sup .icon-governo {
        width: 35px;
    }

    header .containerMobile nav > ul > li .sup .icon-governo::before {
        font-size: 45px;
    }

    header .containerMobile nav > ul > li .sup .icon-servicos {
        width: 35px;
    }

    header .containerMobile nav > ul > li .sup .icon-servicos::before {
        font-size: 45px;
    }

    header .containerMobile nav > ul > li .sup .icon-transparencia {
        width: 30px;
    }

    header .containerMobile nav > ul > li .sup .icon-transparencia::before {
        font-size: 45px;
    }

    header .containerMobile nav > ul > a .sup .desc,
    header .containerMobile nav > ul > li .sup .desc {
        width: auto;
        font-size: 13px;
        color: #0975AB;
        margin-left: 15px;
        font-weight: bolder;
    }

    header .containerMobile nav > ul > li .submenu {
        display: none;
        width: 100%;
    }

    header .containerMobile nav > ul > li .submenu > ul {
        width: auto;
        display: flex;
        padding: 15px 15px 15px 60px;
        flex-direction: column;
    }

    header .containerMobile nav > ul > li .submenu > ul > li {
        color: #0975AB;
        font-size: 15px;
        font-weight: bolder;
        text-transform: uppercase;
        margin-bottom: 10px;
        min-width: 230px;
    }

    header .containerMobile nav > ul > li .submenu > ul > li a {
        width: 100%;
    }

    header .containerMobile nav > ul > li .submenu > ul > li:last-child {
        margin-bottom: 0;
    }

    header .containerMobile nav > ul > li .submenu > ul > li .submenunv2 {
        width: 100%;
    }

    header .containerMobile nav > ul > li .submenu > ul > li .submenunv2 > ul {
        width: auto;
        display: flex;
        padding: 15px 15px 15px 40px;
        flex-direction: column;
    }

    header .containerMobile nav > ul > li .submenu > ul > li .submenunv2 > ul > li {
        color: #0975AB;
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    header .containerMobile nav > ul > li .submenu > ul > li .submenunv2 > ul > li a {
        width: 100%;
    }

    header .containerMobile nav > ul > li .submenu > ul > li .submenunv2 > ul > li:hover {
        opacity: .7;
    }

    header .containerMobile nav > ul > li .submenu > ul > li .submenunv2 > ul > li:last-child {
        margin-bottom: 0;
    }

    header .containerMobile nav > ul > li .submenu > ul > li .submenunv2 > ul > li .submenunv3 {
        width: 100%;
    }

    header .containerMobile nav > ul > li .submenu > ul > li .submenunv2 > ul > li .submenunv3 > ul {
        width: auto;
        display: flex;
        padding: 15px 15px 15px 40px;
        flex-direction: column;
    }

    header .containerMobile nav > ul > li .submenu > ul > li .submenunv2 > ul > li .submenunv3 > ul > li {
        color: #0975AB;
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    header .containerMobile nav > ul > li .submenu > ul > li .submenunv2 > ul > li .submenunv3 > ul > li a {
        width: 100%;
    }

    header .containerMobile nav > ul > li .submenu > ul > li .submenunv2 > ul > li .submenunv3 > ul > li:hover {
        opacity: .7;
    }

    header .containerMobile nav > ul > li .submenu > ul > li .submenunv2 > ul > li .submenunv3 > ul > li:last-child {
        margin-bottom: 0;
    }

    header .banner .meio {
        width: 100%;
        position: relative;
        margin-top: 0;
        padding: 10px;
    }

    header .banner .meio .menuMobile {
        display: flex;
        position: absolute;
        top: 25px;
        right: 15px;
        flex-direction: column;
    }

    header .banner .meio .menuMobile span {
        background-color: #0975AB;
        width: 35px;
        margin-bottom: 5px;
        height: 5px;
        border-radius: 4px;
    }

    header .banner .meio .menuMobile span:last-child {
        margin-bottom: 0;
    }

    header .banner .meio .left {
        width: 150px;
        display: flex;
        background: unset;
        background-size: contain;
        align-self: flex-start;
        justify-self: center;
        height: 55px;
    }

    header .banner .meio .left .cont .logo {
        background-size: contain;
        width: 170px;
    }

    header .banner .meio .right {
        display: none;
    }

    footer .banRodape {
        height: auto;
    }

    footer .banRodape .cima {
        width: 100%;
        padding: 10px 10px;
    }

    footer .banRodape .cima > ul > li:nth-child(2),
    footer .banRodape .cima > ul > li:nth-child(3),
    footer .banRodape .cima > ul > li:nth-child(4) {
        display: none;
    }

    footer .banRodape .cima > ul > li:first-child {
        width: 100%;
        padding-right: 0;
    }

    footer .banRodape .baixo .cont-baixo .left {
        width: 100%;
        max-width: 363px;
        height: 52px;
        background-size: contain;
        display: flex;
        align-self: center;
        justify-self: center;
        margin-bottom: 20px;
        justify-content: center;
    }

    footer .banRodape .baixo {
        margin: 0 auto;
    }

    footer .banRodape .baixo .cont-baixo {
        flex-direction: column;
        width: 100%;
        padding: 10px;

    }

    footer .politica-privacidade a{
        margin-bottom: 20px;
    }

    footer .banRodape .baixo .cont-baixo .right {
        align-self: center;
    }

    footer {
        width: 100%;
        margin: 0 auto;
    }

    main {
        width: 100%;
        margin: 80px auto 0;
    }
}


.lazy {
    background: #d4d4d4;
    transition: opacity 0.5s ease;
    animation: lazy_load_images 1s linear infinite;
}

@keyframes lazy_load_images {
    0% {
        background-color: #d4d4d4;
    }

    25% {
        background-color: #d1d1d1;
    }

    50% {
        background-color: #e3e3e3;
    }

    75% {
        background-color: #d1d1d1;
    }

    100% {
        background-color: #d4d4d4;
    }
}
