@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

.accordion {
 background-color: #5f5f5f;
 color: white;
 cursor: pointer;
 padding: 0.7rem 0 0.7rem 2rem;
 width: 100%;
 /*border: none;*/
 text-align: left;
 outline: none;
 font-size: 1.06rem;
 transition: .3s;
 border: 3px solid #5f5f5f;
 border-bottom-width: 1px;
 font-weight: normal;
 margin-top: 15px;
 border-radius: 4px;
 font-weight: 500;
}

.accordion:after {
 font-family: 'Font Awesome 5 Free';
 content: "\f078";
 color: var(--color-0);
 font-weight: bold;
 float: right;
 margin-right: 17px;
}

.active:after {
 font-family: 'Font Awesome 5 Free';
 content: "\f077";
}

.acc2:after{
 margin-right: 17px !important;
 margin-left: -23px !important;
 margin-top: -10px;
}

.panel {
 padding: 0 18px;
 background-color: #f4f4f4;
 max-height: 0;
 overflow: hidden;
 transition: max-height 0.2s ease-out;
 //border: 2px solid #f4e4e4;
 border-top: 0;
}

.panel p{
 margin: 25px;
 font-size: 1rem;
}

.panel a{
 font-size: 0.875rem !important;
}

.panel a:hover{
 font-size: 0.875rem !important;
}

.panel ul{
 margin: 25px;
}

p {
  color: #393a3f;
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

p.txt-branco{
 color: #fff;
 font-size: 16px !important;
}

p.txt-branco-2{
 color: #fff;
 font-size: 14px !important;
  margin-top: -0.5rem;
}

a{
  color: #0054b3;
  font-size: 1rem;
}

a:hover{ 
  color: #0054b3;
  text-decoration: none;
}

a.link{
  color: #fff;
  font-size: 1rem;
  text-decoration: underline;
}

a.link:hover{ 
  color: #fff;
  text-decoration: none;
}

a.bt{
 padding: 15px;
 background-color: #006bb3;
 color: white;
 font-size: 22px;
 display: block;
 text-align: center;
}

a.btn-link {
 display: flex;
 justify-content: center;
 padding: 1rem;
 border: 2px solid #008f4a;
 border-radius: 10px;
 color: #006735;
 font-weight: 700;
}

a.btn-link:hover {
 color: #fff;
 border: 2px solid #006735;
 background-color: #006735;
 transition: .3s;
}

a.link-back {
 color: #066a3a;
 font-size: 1.5rem;
}

ul.itens > li {
 margin-bottom: 1rem;
}

ul.itens {
 margin-bottom: 2.5rem;
}

h1, h2, h3 {
 font-weight: bold;
}

h1{
 color: #FFF;
 font-size: 2.027rem;
 font-family: "Roboto", sans-serif;
 text-transform: uppercase;
 float: left;
 margin: 0;
}

h2{
 font-size: 1.802rem;
 color: #066a3a;
 padding: 0 0 .8rem 0;
 border-bottom: .1rem solid #084f2d4a;
 
}

h2.subtitle-editais {
 font-size: 20px;
 color: #5a625e;
 font-family:"Roboto", sans-serif;
 font-weight: bold;
 margin-bottom: 15px;
}

h2.subtitle-editais.encerrados {
 font-size: 22px;
}

h3{
  font-size: 1.602rem;
  color: #084F2D;
  margin-bottom: 1.5rem;
}

h4 {
 font-size: 1.424rem;
 color: #07311D;
 margin-bottom: 1rem;
}

.bg-menu {
  background-color: #066A3A;
  padding: 0.875rem;
}

a.link-menu {
    padding-right: .5rem !important;
    padding-left: .8rem !important;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 3rem 0;
}

footer{
  padding: 16px 0 40px;
}

footer.ft{
 background-color: #07311D;
}

footer p{
 color: white;
 margin-bottom: 0;
}

.box-ed{
 padding: 24px;
 border: 1px solid #e8e8e8;
 border-radius: 10px;
 margin-bottom: 2.5rem;
}

.box-1{
 padding: 25px;
 background-color: #04755f;
 margin: 40px 0;
}

.box-2{
 padding: 30px 25px;
 background-color: #002e5c;
 margin: 40px 0;
}

.box-3{
 background-color: #008f4a;
 padding: 14px;
}

.cor1{
 background-color: #002e5c;
}

.cor2{
 background-color: #33587d;
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

.form-control {
 background-color: #343a40;
} 

.btn-outline-secondary {
 color: #fff;
}

 img.brand{
  margin-top: -4px;
}

@media (max-width: 768px) {

  .external-list{
      padding-left: 12px;
  }
  .internal-list{
      padding-left: 22px;
  }

}





@media only screen and (max-device-width: 1024px) {

.flip-card{
 width: 300px !important;
}

.flip-card-front{
 padding: 29% !important;
}

 h1{
  font-size: 23px;
 }

 .box-3{
  padding: 3px;
 }

 img.brand{
   height: 15px;
   width: 257px;
  }

 .form-control {
  width: 70%;
 }
}

.sticky.is-sticky {
    position: fixed;
    right: 15%;
    top: 0;
    z-index: 1000;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

table {
    background-color: #eee;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal 16px/1 'Glyphicons Halflings';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 4px;
}
