.rWidth{
    width: 1440px;
}

.painelPrincipal{
    width: 1440px;
}

.centro{
    width: 100%;
}

.espaco_form{
    margin-left: 70px;
}


/*MOdal----------------------------*/
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.modalDialog {
    position: fixed;
    top: -70px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
}

.modalDialog > div {
    max-width: 750px;
    width: 90%;
    height: 550px;
    position: relative;
    margin: 10% auto;
    padding: 0px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(158,147,158,0.65);
    -moz-box-shadow: 0px 0px 5px 1px rgba(158,147,158,0.65);
    box-shadow: 0px 0px 5px 1px rgba(158,147,158,0.65);
}


.modal_titulo{
    width: 100%;
    height: 35px;
    padding: 0px;
    border-top-left-radius: 6px; 
    border-top-right-radius: 6px;
    background: #e8e8e8;
    color: #929292;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 9px;
}

.close {
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    color: #929292;
    line-height: 12px;
    font-size: 15px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 5px;
    width: 20px;
    height: 20px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
    cursor: pointer;
    z-index: 999;
}
.close:hover {
    background: grey;
    color: #fff;
}

.selo{
  width: 100%;
  margin-top: 20px;
  margin-left: 7%;
}

.info_topo{
    vertical-align: top; 
    color: #086411; 
    font-size: 18px; 
    padding-top: 25px; 
    padding-left: 25px; 
    font-weight: 700
}

.dados{
  width: 100%;
  margin-top: 10px;
  margin-left: 8%;
}

.dados tr{
  line-height:14px;
}

.dados th{
    padding-bottom: 10px;
}

.dados td{
    padding-bottom: 10px;
}



.dados .titulo{
  font-size: 12px;
  font-weight: 700;
  width: 120px;
  text-align: left;
}

.dados .detalhe{
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding-left: 10PX;
}

.texto_rodape{
  width: 80%;
  margin-top: 10px;
  margin-left: 8%;
  font-size: 12px;
  color: black!important;
}


.central .titulo{
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  width: 8%;
  text-align: center;
  background: #f4f4f4;
}

.central .detalhe{
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 10PX;
  background: #1b3767;
  color: #fff;
  line-height: 20px;
}


@media screen and (max-width: 720px) {
    .bar.bar-logo img.logo-sistec {
        width: 15em !important;
    }
    #containerPrincipal {
        justify-content: start !important;
    }
    .formulario {
        width: 100% !important;
        height: 20% !important;
        margin: 0 0 1em 0 !important;
        margin-bottom: 20px!important;
        padding-bottom: 15px!important;
    }
    .menu button.button {
        margin: 10px !important;
        flex: 1 1 15em !important;
    }
    html {
        overflow: auto;
    }

    .fale-conosco {
        margin-bottom: 20px!important;
    }

    .rWidth{
        width: 98%!important;
        margin-left: 3%!important;
    }

    .painelPrincipal{
        width: 98%!important; 
    }

    .centro{
        width: 50%!important;
        margin-left: -15px!important;
    }

    .formualario{
        width: 53%!important;
        margin-left: 12px!important;
    }

    .espaco_form{
        margin-left: 0px!important;
    }

    .modalDialog {
        top: 0px!important;
        right: 0;
        bottom: 0;
        left: -10px!important;
        width: 105%!important;
        
    }

    .modal_titulo{
        font-size: 10px;
        padding-left: 10px;
        padding-top: 9px;
    }

    .selo{
      width: 100%!important;
      margin-top: 20px;
      margin-left: 7%;
    }

    .selo img{
      width: 85%!important;
      margin-top: -20px;
    }

    .info_topo{
        vertical-align: top; 
        color: #086411; 
        font-size: 12px!important; 
        padding-top: 0px!important; 
        padding-left: 10px; 
        font-weight: 700
    }

    .info_topo p{
        font-size: 10px!important; 
        padding-top: 0px!important; 
        padding-left: 10px; 
        font-weight: 700
    }

    .dados .titulo{
      font-size: 9px;
      font-weight: 700;
      width: 110px;
      text-align: left;
    }

    .dados .detalhe{
      font-size: 9px;
      text-transform: uppercase;
      display: block;
      padding-left: 10PX;
    }
}


@media all and (min-width: 0px) {
    span#ambiente, div#ambiente {
        flex: 1;
        display: flex;
        flex-direction: row;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: flex-end;
        font-family: 'OpenSans Bold', sans-serif;
    }
}

@media screen and (max-width: 1000px) {
    #pageWrapper {
        background-size: cover;
    }
    .menu {
        flex-wrap: wrap;
    }
    .menu button.button {
        height: 12em;
    }
}
@media screen and (min-width: 720px) {
    #containerPrincipal {
        padding: 3em;
    }
}
@media screen and (min-width: 720px) and (max-width: 900px) {
    .bar.bar-logo img.logo-sistec {
        width: 60% !important;
    }
    .bar.bar-logo img.logo-gov {
        width: 15% !important;
    }
    #mainPanel_pad,
    #containerAvisos {
        height: auto !important;
    }


}

@media screen and (max-width: 520px) {
    .bar.bar-logo {
        margin: 0 1em !important;
    }
    .bar.bar-logo img.logo-gov {
        width: 5em !important;
    }
    span#ambiente {
        display: none;
    }
    .navbar {
        padding: 0.4em 0 !important;
    }
}
@media screen and (max-device-width: 480px) {
    #pageWrapper {
        background-size: cover;
    }
}
@media screen and (max-device-width: 320px) {
    html {
        width: fit-content;
    }
}
@media screen and (min-device-width: 521px) and (max-device-width: 621px) {
    html {
        width: fit-content;
    }
}
