body {
    overflow-x: hidden;
}

.amarelo {
    background-color: #ffdd00;
}

input,
button {
    outline: none
}


/*topo e rodapé*/

@media (max-width: 767px) {
    #topo {
        height: 100px;
        padding: 15px 0px 0px 0px;
    }
    #topoc {
        height: 75px;
    }
    #topoc img {
        top: 5px;
        max-width: 50px;
    }
    #linha {
        height: 12px;
        margin-top: 4px;
    }
    .redes li {
        margin-top: 5px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .redes li img {
        width: 20px;
        height: auto;
    }
    #sidem {
        position: absolute;
        right: 15px;
        color: black;
        top: 15px;
    }
    .sidenav {
        height: 100%;
        /* 100% Full-height */
        width: 0;
        /* 0 width - change this with JavaScript */
        position: fixed;
        /* Stay in place */
        z-index: 1000000;
        /* Stay on top */
        top: 0;
        right: 0;
        background-color: #0073ba;
        /* Black*/
        overflow-x: hidden;
        /* Disable horizontal scroll */
        padding-top: 18px;
        /* Place content 60px from the top */
        transition: 0.5s;
        /* 0.5 second transition effect to slide in the sidenav */
    }
    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 20px;
        color: #fff;
        display: block;
        transition: 0.3s
    }
    .botoes {
        margin-top: 40px;
        text-align: left;
    }
    .botoes a {
        font-size: 18px;
    }
    /* When you mouse over the navigation links, change their color */
    .sidenav .botoes a:hover,
    .offcanvas a:focus {
        color: #000;
        background-color: #f1f1f1;
    }
    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .foot {
        height: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #topo {
        height: 115px;
        padding: 15px 0px 0px 0px;
    }
    #topoc {
        height: 90px;
    }
    #topoc img {
        top: -30px;
        max-width: 105px;
    }
    #linha {
        height: 12px;
        margin-top: 4px;
    }
    .menup {
        margin-top: 15px;
        text-align: center;
    }
    .menup li {
        font-size: 9pt;
        width: auto;
    }
    .redes li {
        margin-top: 28px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .redes li img {
        width: 50px;
        height: auto;
    }
    .parceiros {
        margin-bottom: 20px;
        font-size: 15pt;
    }
    .foot {
        height: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #topo {
        height: 140px;
        padding: 15px 0px 0px 0px;
    }
    #topoc {
        height: 110px;
    }
    #topoc img {
        top: -30px;
        max-width: 120px;
    }
    #linha {
        height: 15px;
        margin-top: 6px;
    }
    .menup {
        margin-top: 17.5px;
        text-align: center;
    }
    .menup li {
        font-size: 12pt;
        width: auto;
    }
    .redes li {
        margin-top: 30px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .foot {
        height: 80px;
    }
}

@media (min-width: 1200px) {
    #topo {
        height: 140px;
        padding: 15px 0px 0px 0px;
    }
    #topoc {
        height: 110px;
    }
    #topoc img {
        top: -30px;
        max-width: 120px;
    }
    #linha {
        height: 15px;
        margin-top: 6px;
    }
    .menup {
        margin-top: 17.5px;
        text-align: center;
    }
    .menup li {
        font-size: 13pt;
        padding: 0px 15px 0px 15px;
    }
    .redes li {
        margin-top: 30px;
        width: 30px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .foot {
        height: 100px;
    }
}

.redes {
    display: none;
}

.menup {
    width: 100%;
    vertical-align: center;
}

.menup li {
    color: black;
    display: inline-block;
    text-align: center;
}

.meioe {
    border-left: 2px black solid;
}

.meiod {
    border-right: 2px black solid;
}

.menup .meio {
    border-right: 2px black solid;
    border-left: 2px black solid;
}

.menup a {
    color: black;
}

.menup li:hover a {
    text-decoration: underline;
    background-color: #fff;
}

#topo {
    background-color: #72bd44;
    margin: 0px;
}

#topo #topoc {
    background-color: white;
    padding: 0px 0px 0px 0px;
}

#topoc img {
    z-index: 100;
    position: relative;
}

#linha {
    z-index: 20;
    width: 100%;
    background-color: #0073ba;
    position: relative;
}

.foot {
    background-color: white;
    background-image: url("../imagens/linha_icones-01.png");
    width: 100%;
    margin-top: 20px;
    background-size: auto 100%;
}

.rodape {
    padding: 0px;
}


/*voltar e titulo*/

@media (max-width: 767px) {
    #abatop {
        margin-top: 1px;
        padding: 5px;
    }
    .voltar {
        margin-top: -5px;
        height: 12px;
        font-size: 8pt;
        padding: 2px;
    }
    #abatop h2 {
        font-size: 10px;
        margin-top: 7px;
        margin-bottom: 8px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #abatop {
        margin-top: 1px;
        height: 5px;
    }
    .voltar {
        margin-top: -15px;
        height: 10px;
        font-size: 16pt;
    }
    #abatop h2 {
        font-size: 14pt;
        margin-top: -10px;
        margin-bottom: 10px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #abatop {
        margin-top: 2px;
        height: 15px;
    }
    .voltar {
        height: 10px;
        margin-top: -15px;
        font-size: 15pt;
        padding: 2px;
    }
    #abatop h2 {
        font-size: 15pt;
        margin-top: -15px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    #abatop {
        margin-top: 2px;
        height: 20px;
    }
    .voltar {
        height: 10px;
        margin-top: -15px;
        font-size: 15pt;
        padding: 2px;
    }
    #abatop h2 {
        font-size: 15pt;
        margin-top: -10px;
        margin-bottom: 15px;
    }
}

#abatop h2 {
    color: white;
}

#abatop {
    background-color: #0073ba;
    border: 2px black solid;
}

.voltar {
    background-color: #0073ba;
    border: none;
    color: white;
}


/*menu lateral*/

@media (max-width: 767px) {
    #extcomp {
        text-align: center;
        position: relative;
        border-top: 2px black solid;
        border-bottom: 2px black;
        background-color: #72bd44;
        margin-top: 0px;
        top: 0px;
    }
    #menulatmob {
        padding: 0px;
    }
    .menulateralg li {
        padding: 5px 2px 5px 2px;
        transition: 0.5s;
        margin-bottom: 0px;
    }
    .menulateralg a {
        font-size: 7pt;
    }
    .seta {
        top: -20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menulateralg li {
        padding: 10px 2px 10px 2px;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .menulateralg a {
        font-size: 7pt;
    }
    .menulateralg div {
        height: 25px;
        vertical-align: middle;
    }
    .seta {
        top: -20px;
    }
    .menulateralg a div span {
        line-height: 25px;
    }
    .menulateralg .headmenu h1 {
        font-size: 15pt;
    }
    .menulateralg .headmenu {
        margin-top: 0px;
        padding-left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .menulateralg li {
        padding: 10px 5px 10px 5px;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .menulateralg a {
        font-size: 9pt;
    }
    .menulateralg div {
        height: 35px;
        vertical-align: middle;
    }
    .seta {
        top: -30px;
    }
    .menulateralg a div span {
        line-height: 35px;
    }
    .menulateralg .headmenu h1 {
        font-size: 20pt;
    }
    .menulateralg .headmenu {
        margin-top: 0px;
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .menulateralg li {
        padding: 10px 5px 10px 5px;
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .menulateralg a {
        font-size: 10pt;
    }
    .menulateralg div {
        height: 50px;
        vertical-align: middle;
    }
    .seta {
        top: -40px;
    }
    .menulateralg a div span {
        line-height: 50px;
    }
    .menulateralg .headmenu h1 {
        font-size: 25pt;
    }
    .menulateralg .headmenu {
        margin-top: 0px;
        padding-left: 50px;
    }
}

#corpo {
    padding: 0px;
}

.menulateralg .headmenu h1 {
    font-family: MontSerratB;
    color: #0073ba;
    margin: 0px;
    text-align: left;
}

.menulateralg li {
    text-align: center;
    background-color: #72bd44;
}

.menulateralg a {
    display: block;
    position: relative;
    color: black;
    width: 100%;
    text-align: left;
}

.menulateralg li:hover a {
    color: white;
    background-color: #72bd44;
}

.menulateralg .active a {
    color: white;
    background-color: #72bd44;
}

.menulateralg div {
    width: 85%;
    margin-left: 5px;
    font-family: MontSerratB;
}

.seta {
    float: right;
    z-index: 5;
    display: block;
    position: relative;
}

.listdec {
    float: left;
    display: block;
    position: relative;
    margin-right: 10px;
}

.txtvcsb {
  font-family: MontSerrat;
  line-height: 1.42857143;
}

td {
    font-family: MontSerrat;
    line-height: 1.42857143;
}

p {
    font-family: MontSerrat;
    line-height: 1.42857143;
}

.ulli {
    font-family: MontSerrat;
    line-height: 1.42857143;
}


/*vc sabia*/

@media (max-width: 767px) {
    #vcsbmob {
        border: 3px #ffdd00 solid;
        padding: 10px;
    }
    #txtvcsbmob {
        padding: 2px 20px 2px 20px;
        font-size: 8pt;
        margin-bottom: 30px;
        border-left: 2px black solid;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #txtvcsb {
        padding: 2px 15px 2px 15px;
        font-size: 9pt;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #txtvcsb {
        padding: 2px 20px 2px 20px;
        font-size: 13pt;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    #txtvcsb {
        padding: 2px 25px 2px 25px;
        font-size: 15pt;
        margin-bottom: 40px;
    }
}

#vcsb {
    text-align: center;
}

#vcsb {
    width: 100%;
    border: 3px #ffdd00 solid;
}

#interrog {
    width: 90%;
    height: auto;
}