
  .fundo {
    background-color: ghostwhite;
  }
/* Título e log*/
.topo{
  background: red;
}
.fixa{
  width: 96%;
  margin: 2% 0 0 2%;

}
 .cor {
      color: white;
      top: 0;
      font-family: Arial;
      font-style: italic;
      font-size: 26px;
 /*     white-space: pre;*/
       width: 96%;      
      margin: 0 0 0 0;
      background: black;
      text-align: left;
      position: fixed;
  }
/* Menu*/

.navega {
/*    border-bottom: solid 1px #eaeaeb;*/
    width: 100%;
    text-align: right;
    height: 70px;
    line-height: 70px;
    color: white;
    background-color: gray;
}
.menu {
    margin: 0 0 0 0;
    background-color: grey;   
}
.menu a {
    clear: right;
    text-decoration: none;
    color: white;
    padding: 15px 15px 15px 15px;
/*    margin: 50 50px;*/
 /*   line-height: 70px;*/
    

}
.menu a:hover {
    background-color: black;
    color: white;
}
label {
    margin: 0 50px 0 0;
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 26px;
    float: right;
}
#toggle {
    display: none;
}

@media only screen and (max-width: 700px) {

    label {
        display: block;
        cursor: pointer;
    }
    .menu {
        text-align: center;
        width: 70%;
        display: none;
        position: absolute;
        background: gray;
        z-index: 1000;
    }
    .menu a {
        display: block; 
        border-bottom: solid 1px #eaeaeb;
        margin: 0;
        padding: 0;
    }
    .menu a:hover {
        margin: 0;
        color:#fff;
        background-color: bl888;
    } 
    .content{
      font-size: 12px;
    }
    .content2{
      font-size: 12px;
    }

    #toggle:checked + .menu {
        display: block;
    }
}


/*fim menu*/

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 96%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: black;
  font-size: 14px;
  padding: 0px 2%;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: right;
}
.trabalheSubEsqTitulo:visited { 
    color: white; }
.trabalheSubEsqTitulo:target { 
    color: white; }


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
/* Inicio Quadros pós slids*/
.mbox-style {  
    width: 96%;
    margin: 0 2%;
    display: grid; 
    grid-gap: 1px; 
    grid-template-columns: 50% 50%;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
/*    border-radius: 20px;*/
    background: ghostwhite;
/*    grid-template-rows: repeat(6, 100px);  */
}

.content {
  padding: 8px;
  margin: 5px;
  align-items: center;
  text-align: justify;
  background: white;
  border-style: solid;
  border-color: white;
  border-radius: 10px;
}

.mbox-style2 {  
    width: 96%;
    margin: 0 2%;
    display: grid; 
    grid-gap: 1px; 
    grid-template-columns: 50% 50%;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
/*    border-radius: 20px;*/
    background: #e7e7e7;
/*    grid-template-rows: repeat(6, 100px);  */
}

.content2 {
  color: black;
  font-size: 12px;
  padding: 8px; 
  margin-top: 5px; 
  margin-left: 20px;
  margin-right: 20px;
  align-items: center;
  text-align: justify;
  background: #e7e7e7;
/*  border-radius: 20px;*/
}
.mostra {
  width: 100%;
  height: 300px;
  border: none;
}
.credencial {
  align-items: center;
  margin-top: 0;
  padding: 10px;
  margin: 2% 0 0 2%;
  width: 96%;
 
  background: black;
  color: white;
/*  border-radius: 20px;*/
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.fim {
  color: white;
  top: 0;
  font-family: Arial;
  font-style: italic;
  white-space: pre;
  width: 96%;
  height: 60px;
  margin: 0 0 0 2%;
  background: black;
  text-align: center;
}
.txarea {
  color: red;
  font-size: 16px;
  width: 100%;
  height: 80px;
  resize: none;
  border-color: Transparent; 
  background: white;
}
#q1 {
  width: 100%;
  height: 30%;
  background: white;
}
#bandeira{
  margin-left: 10px;
  width: 100px;
  height: 70px;
}
.artigos{
  font-size: 14px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.justificado{
text-align: justify;
font-family: 'Times New Roman', Times, serif;
margin-left: 2%;
margin-right: 5%;
}
.campos{
  color: black;
 
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 8px}

  
}
