html, body{
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  outline: 0 none !important;
  font-family: 'Arial', sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
   /* -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none; */
   -webkit-font-smoothing: none;
}
.c-article__btn-go-article {
  -webkit-animation: is-bouncing 2s cubic-bezier(.175, .885, .41, 1.46) infinite;
  animation: is-bouncing 2s cubic-bezier(.175, .885, .41, 1.46) infinite;
  display: block;
}
.c-article__btn-go-article:after,
.c-article__btn-go-article:before {
  -webkit-transform: translateX(3px) rotate(35deg);
  -webkit-transform-origin: bottom;
  background-color: #fff;
  color: #fff;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: .1875rem;
  transform: translateX(3px) rotate(35deg);
  transform-origin: bottom;
  width: 2.0625rem
}
.c-article__btn-go-article:after {
  -webkit-transform: translateX(-3px) rotate(-35deg);
  transform: translateX(-3px) rotate(-35deg)
}
@-webkit-keyframes is-bouncing {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
  50% {
      -webkit-transform: translateY(.375rem);
      transform: translateY(.375rem)
  }
  to {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}
@keyframes is-bouncing {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
  50% {
      -webkit-transform: translateY(.375rem);
      transform: translateY(.375rem)
  }
  to {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}
.is-bouncing {
  -webkit-animation: is-bouncing 3s linear infinite!important;
  animation: is-bouncing 3s linear infinite!important
}
.material-icons{
  vertical-align: bottom;
  display: inherit !important;
  font-size: 20px !important;
}
[data-menu="button"]{
 display: none;
}
.secao-01{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.secao-01 ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  flex: 1 1 60%;
}
.logo-principal{
  padding-left: 22px;
  flex: 1 1 200px;
  margin: auto;
}
.cabecalho{
    position: fixed;
    width: 100%;
    min-width: 790px;
    height: 80px;
    background-color: #b0650a;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 5;
    border-bottom: 1px solid #4c1546;
    background: url("../imagens/back2.png");
    background-size:cover;
    background-repeat: no-repeat;
}
.cabecalhoAluno{
    position: fixed;
    width: 100%;
    min-width: 790px;
    height: 55px;
    background-color: #ffffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 5;
    border-bottom: 1px solid #4c1546;
    /* background: url(../imagens/back2.png); */
    background-size: cover;
    background-repeat: no-repeat;
}

.main_user{
flex: 1 1 150px;
display: flex;
justify-content: center;
}

.campo-de-busca{
  flex: 1 1 521px;
  margin: 11px auto;
  align-items: center;
}
.texto-campo-de-busca{
  font-family: arial;
  color: #ffffff;
  font-size: 15px;
  padding-bottom: 5px;
}
.input_sarch{
  display: flex;
  align-items: center;
}
.input_sarch:hover{
box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}
.input_sarch input{
  padding: 10px;
  width: 100%;
  border: 0;
  background: transparent;
  outline: 0;
  font-size: 1.1em;
  text-indent: 10px;
  color: #999;
}

.input_sarch,
.sarch_avanca,
.input_lupa{
background-color: #fff;
border: 0;
outline: 0;
border-radius: 22px;
}
.sarch_avanca{
padding: 10px 18px;
border-left: 1px solid #ccc;
border-radius: 0;
background: transparent;
}
.input_lupa{
padding: 5px;
border-radius: 0;
width: 40px;
}
.menu_reader{
display: flex;
align-items: center;
flex: 1 1 300px;
}
.input-busca{
  outline: none;
  font-size: 17px;
  border-right: none;
  border: none;
}

.user_login {
    display: flex;
    padding: 7px 10px;
    border: 2px solid #888;
    border-radius: 22px;
    color: #888;
}
[data-dropdown]{
position: relative;
}
.dropdown-menu{
  position: absolute;
  background: #fff;
  border: 2px solid #fafafa;
  top: 28px;
  z-index: 200;
  width: 190px;
  height: auto;
  padding: 10px;
  border-radius: 6px;
  animation: show-up .3s forwards;
  -webkit-box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.2);
}
.dropdown-menu li{
margin-bottom: 10px;
font-weight: 300;
font-size: 11.5px;
}
.dropdown-menu::before{
 content: '';
 display: block;
 left: 40px;
 position:absolute;
 top: -10px;
 width: 0;
 height: 0;
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 border-bottom: 10px solid #fff;
}
.dropdown-menu li a:hover{
color: #222;

}
[data-dropdown] .dropdown-menu{
display: none;
}
[data-dropdown]:hover .dropdown-menu,
[data-dropdown].active .dropdown-menu{
display: block;
animation: show-up .3s forwards;
}
/* Animação menu */
@keyframes show-up {
from{
  opacity: 0;
  transform: translate3d(0,30px,0);
}
to{
  opacity: 1;
  transform: translate3d(0,0px,0);
}
}
.data_acesso{
font-size: 1em;
}
.menuMob_row{
font-size: 1em;
border-bottom: 1px solid #cccccc;
height: 28px;
margin-top: 8px;
}
.menuMob_row_bold{
font-size: 1.1em;
font-weight: bold;
border-bottom: 1px solid #cccccc;
height: 30px;
margin-top: 8px;
}
ul li a .botao-pesquisa{
      height: 36px;
      width: 70px;
      outline: none;
      border: none;
      margin-left: 0px;
      cursor: pointer;
      background-color: #fffdfd;
      border-left: 1px solid rgba(0,0,0,0.1);
      /* position: relative; */
      right: 8%;
}
@media(max-width: 1366px){
.main_user{
  flex: 1 1 0px;
  display: flex;
  justify-content: space-between;
  margin: auto 40px;
 }
}
@media(max-width: 64em){
  .campo-de-busca {
    flex: 1 1 340px;
    margin-left: 10px;
    align-items: center;
  }
}
@media(max-width: 48em){

[data-menu="button"]{
  position: relative;
  z-index: 200;
  display: flex;
  align-items: center;
  background: rgb(17, 136, 238);
  outline: 0;
  border: 1px solid rgb(17, 136, 238);
  padding: .3rem 1rem;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  margin: 10px;
}
[data-menu="button"]::before{
  margin-right: 4px;
  content: '';
  height: 2px;
  display: inline-block;
  width: 12px;
  background: #fff;
  box-shadow: 0 4px #fff, -0 -4px #fff;
  transition: transform .3s;

}
[data-menu="button"].activeMenu::before{
  transform: rotate(90deg);
}
[data-menu="list"]{
  position: absolute;
  top: 0px;
  width: calc(100%);
  padding: 0 20px;
  display: none !important;
  background: #043d55;
  padding: 60px 20px 0;
}
[data-menu="list"].activeMenu {
  display: block !important;
  animation: show-up .3s forwards;
    -webkit-box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.2);
  animation: show-up .3s forwards;
}

/* Animação menu */
@keyframes show-up {
  from {
     -webkit-transition: opacity .3s, -webkit-transform .3s;
      transition: opacity .3s;
      -webkit-transform: .3s;
      transition: transform .3s;
      opacity: .3s;
      transition: transform .3s, opacity .3s, -webkit-transform .3s;
      -webkit-transform: translate3d(0, 0px, 0);
      transform: translate3d(0, 0px, 0);
      opacity: 0;
      pointer-events: none;
      will-change: transform, opacity;
  }
  to {
      pointer-events:initial;
      -webkit-transform:translate3d(0, 10px, 0);
      transform:translate3d(0, 10px, 0);
      opacity:1;
  }
}

.logo-principal{
 z-index: 300;
}
.main_user {
  flex: 1 1 180px;
  margin: 20px 14px;
  bottom: 0px;
}
.campo-de-busca {
  flex: 1 1 521px;
 }

}
@media(max-width: 34em){
.logo-principal {
  /* padding-left: 20px; */
  flex: 1 1 206px;
  margin: 10px auto;
}
.input_lupa {
padding: 10px;
width: 50px;
border-radius: 0;
}
.main_user {flex: 1 1 300px;
  justify-content: flex-start;
  margin-left: 3px;
}
.campo-de-busca {
  flex: 0 1 425px;
  align-items: center;/* margin: 9px 32px 0 4px; */
}
.input_sarch input {
font-size: 1em;
text-indent: 10px;
}

}
#supGrid{
    display: none;
    background-color: #eeeeee;
    width: calc(100% - 40px);
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 3px 18px #464646;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
}
.divedit{
        position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    height: 470px;
    left: 50%;
    margin-left: -35%;
    top: 100px;
    background-color: #fff;
    /* border: 1px solid #000000; */
    background: url(../imagens/back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    box-shadow: 7px 7px 0#000;
    color: #FFFFFF;
    z-index: 5;
    visibility: hidden;
}
.divClose{
    width: 100%;
    height: 30px;
    background: url("../imagens/fechar.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    /* border: 1px solid #ff0000; */
    margin-right: 5px;
    margin-top: 3px;
    cursor:pointer;
}

.txtSobre{
    width: 80%;
    height: 400px;
    color:#000;
    overflow:auto;
    /* border: 1px solid #ff0000; */
}
.regrasList{
    /* list-style-type: decimal; */
    /* margin-bottom: 20px; */
}
.regrasList li{
    /* list-style-type: decimal; */
        margin-bottom: 10px;
}
.painelLeft{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 330px;
    /* border:1px solid #eeeeee; */
}
.painelRight{
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
    padding-top: 15px;
    width: 420px;
    height: 330px;
    /* border:1px solid #000000; */
}
.painelSub{
    display: flex;
    justify-content:space-around;
    align-items: center;
    width: 750px;
    height: 100px;
    border:1px solid #eeeeee;
    margin-top: -20px;
    padding-left: 100px;
    padding-right: 100px;
}
.wbtns{
    width: 110px;
    height: 35px;
    background-color: #dddddd;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    color:#ffffff;
    cursor:pointer;
}
.wbtns2{
    width: 70px;
    height: 35px;
    background-color: #01648d;
    border: none;
    border-radius: 8px;
    margin-left: -68px;
    font-size: 14px;
    color:#ffffff;
    margin-top: 2px;
    cursor:pointer;
}
.campos{
    width:340px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 8px;
}
.campos2{
    width:260px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 8px;
}
.textarea{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    width:340px;
    height: 90px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 8px;
    overflow-y: scroll;
}
#placeedit{
    border:1px solid #000000;
    width: 60%;

}

.tabPermiss{
    width: 280px;
}
.tpcel1{
    width: 15px;
}
.tpcel2{
    width: 185px;
    font-family: arial;
    font-size: 13px;
}
.imgedit{
    cursor:pointer;
}
.mask{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100vh;
    background-color: #000000;
    visibility: hidden;
    z-index: 11;
}
.tags{
    position: relative;
    display: flex;
    justify-content:center;
    align-items: center;
    /* min-width: 70px;
    max-width: 90px; */
    margin-left: 4px;
    margin-top: 4px;
    height: 30px;
    background-color: #cccccc;
    border-radius: 6px;
    font-size: 12px;
    color: #000000;

}
#xizinho{
    position: absolute;
    right: 0;
    top:0;
    margin-right: 2px;
    color:#ff0000;
    font-family: arial;
    font-weight: bold;
}
.sepia{
     filter: brightness(0.3);

}

.sectitulo{
display: flex;
justify-content: flex-start;
align-items: center;
/* border: 1px solid #ffffff; */
width: 97.5%;
height: 50px;
margin: 0 auto;
margin-top: 15px;
margin-bottom: -20px;
}

.tituloPaginas{
    font-family: arial;
    font-size: 24px;
    color: #ffffff;
}
.baseQTDresults{
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
    width:97.3%;
    margin: 0 auto;
    margin-top: 88px;
    height: auto;
    background-color: #eeeeee;
    border-radius: 10px;
    box-shadow: 0px 3px 18px #464646;

}
.divTituloResult{
    width: auto;
    /* border: 1px solid #000000; */
    height: auto;
    padding: 8px;
}
.divSelCateg{
    display: flex;
    justify-content:flex-end;
    align-items:center;
    flex-wrap: wrap;
    width: 32%;
    /* border: 1px solid #000000; */
    height: 80px;
    padding: 6px;

}
.tituloResult{

    font-family: arial;
    font-weight: bold;
    font-size: 22px;
    color: #000000;

}
.txtResult{
    font-family: arial;
    font-size: 14px;
    color: #555555;
}
.selectCat{
    width: 90px;
    height: 30px;
    background-color: #cccccc;
    border-radius: 6px;
    border: none;
    margin-right: 3px;

}

.baseCursos{
    display: flex;
    justify-content:space-around;
    align-items: stretch;
    flex-wrap: wrap;
    width:95%;
    height: auto;
    margin-left: 37px;
    min-height: 400px;
    margin-top: 230px;
    /* border: 1px solid #ffffff; */
    padding-left: 20px;
    padding-right: 20px;

}
.formatdash{
    width: 300px;
    height: 180px;
    background-color: #fff;
    border-radius: 8px;
    margin: 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /* box-shadow: 0px 0px 3px #464646; */
}
.borderLat1{
    border-radius: 8px;
    border-left: 4px solid #d50000;
    border-right:  4px solid #d50000;
}
.borderLat2{
    border-radius: 8px;
    border-left: 4px solid #b4c23c;
    border-right:  4px solid #b4c23c;
}
.borderLat3{
    border-radius: 8px;
    border-left: 4px solid #428bca;
    border-right:  4px solid #428bca;
}
.borderLat4{
    border-radius: 8px;
    border-left: 4px solid #444444;
    border-right:  4px solid #444444;
}
.borderLat5{
    border-radius: 8px;
    border-left: 4px solid #873196;
    border-right:  4px solid #873196;
}
.cardCertificados{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    height: 302px;
    background-color: #fff;
    margin: 8px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}
.barAcoesCardCertificado{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    height: 70px;
    /* border: 1px solid #ccc; */
    margin-top: 2px;
}
.tituloCardCertificado{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    height: 45px;
    border-bottom:  1px solid #ddd;
    margin-top: 2px;
    color:#888;
    font-size: 14px;
    text-align: center;
}
.cardCursos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    height: 250px;
    background-color: #fff;
    margin: 8px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15);
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}
.imgCardCurso{
    width: 98%;
    height: 160px;
    /* border: 1px solid #ccc; */
    margin-top: 2px;

}
.tituloCardCurso{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    height: 45px;
    border-bottom:  1px solid #ddd;
    margin-top: 2px;
    color:#888;
    font-size: 14px;
    text-align: center;
}
.barAcoesCardCurso{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    height: 32px;
    /* border: 1px solid #ccc; */
    margin-top: 2px;
}
.titCard{
    width: 100%;
    height: 60px;
    border-bottom:1px solid #bbbbbb;
    border-width: 1px;
    padding-left: 8px;
    display: flex;
    align-items:center;

}
.pTitCard{
    width:79%;
    height: 59px;
    font-family:arial;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    /* border:1px solid #ff0000; */
    padding-left: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.icoCard{
    width:53px;
    height:53px;
    /* border:1px solid #ff9900; */
    border-radius: 50%;
}
.tjpg{
    width: 100%;
    height: 60px;
    border-bottom:1px solid #ff9900;
    border-width: 1px;
    padding-left: 8px;
    font-family:arial;
    font-size: 42px;
    font-weight: bold;
    color: #ff9900;
}
.tpng{
    width: 100%;
    height: 60px;
    border-bottom:1px solid #00aa00;
    border-width: 1px;
    padding-left: 8px;
    font-family:arial;
    font-size: 42px;
    font-weight: bold;
    color: #00aa00;
}
.tgif{
    width: 100%;
    height: 60px;
    border-bottom:1px solid #ff0000;
    border-width: 1px;
    padding-left: 8px;
    font-family:arial;
    font-size: 42px;
    font-weight: bold;
    color: #ff0000;
}
.tai{
    width: 100%;
    height: 60px;
    border-bottom:1px solid #dddd00;
    border-width: 1px;
    padding-left: 8px;
    font-family:arial;
    font-size: 42px;
    font-weight: bold;
    color: #dddd00;
}
.teps{
    width: 100%;
    height: 60px;
    border-bottom:1px solid #d30488;
    border-width: 1px;
    padding-left: 8px;
    font-family:arial;
    font-size: 42px;
    font-weight: bold;
    color: #d30488;
}
.tsvg{
    width: 100%;
    height: 60px;
    border-bottom:1px solid #20bac4;
    border-width: 1px;
    padding-left: 8px;
    font-family:arial;
    font-size: 42px;
    font-weight: bold;
    color: #20bac4;
}
.ttot{
    width: 100%;
    height: 60px;
    border-bottom:1px solid #0000ff;
    border-width: 1px
    padding-left: 8px;
    font-family:arial;
    font-size: 40px;
    font-weight: bold;
    color: #0000ff;
}

.dashalpha0{
    opacity: 0;
}
.qtdimg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    /* border: 1px solid #000000; */
    font-family: arial;
    font-size: 13px;
    color: #888888;
    line-height: 20px;

}
.infoImg{
    position: fixed;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width:900px;
    height: 530px;
    left:50%;
    margin-left: -450px;
    top:80px;
    background-color: #eeeeee;
    border:1px solid #000000;
    border-radius: 10px;
    box-shadow: 0px 3px 18px #464646;
    color:#FFFFFF;
    z-index: 5;
    visibility: hidden;
}
.quadroImg{
    width:500px;
    height: 420px;
    /* border: 1px solid #000000; */
    margin-top: -70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quadroInfo{
    width:300px;
    height: 420px;
    /* border: 1px solid #000000; */
    margin-left: 10px;
    margin-top: -70px;
}
.subQuadroInfo{
    width:300px;
    height: 270px;
    /* border: 1px solid #000000; */
}
.subQuadroInfo2{
    display: flex;
    justify-content: center;
    align-items: center;
    width:300px;
    height: 80px;
    /* border: 1px solid #000000; */
}
.tableInfos{
    width:300px;
    height: 200px;
    /* border: 1px solid #aaaaaa; */
}
.rotulosColuna{
    /* border: 1px solid #aaaaaa; */
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    width: 100px;
}
.dadosColuna{
    /* border: 1px solid #aaaaaa; */
    font-family: arial;
    font-size: 12px;
    color: #000000;
    width:200px;
}
.subQuadroDet{
    display: flex;
    justify-content: flex-start;
    align-items:center;
    width: 300px;
    height: 50px;
    font-family: arial;
    font-size: 16px;
    color: #000000;
}
.btnDown{
    background-color: #00cc00;
    width: 200px;
    height: 50px;
    border-radius: 8px;
    box-shadow: 4px 4px 6px -3px #888888;
    border: none;
    font-family: arial;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.topoInfo{
    display: flex;
    justify-content: flex-end;
    align-items:center;
    width: 98%;
    /* border: 1px solid #111111; */
    height:42px;
    margin-top: -35px;
}
.tituloImg{
    display: flex;
    justify-content: flex-start;
    align-items:center;
    width: 94%;
    /* border: 1px solid #111111; */
    height:42px;
    font-size: 22px;
    color: #444444;
}
.maskFume{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    visibility:hidden;
}
#placeView{
    border: 1px solid #000000;
    width: 60%;

}
.subgrid{
    position: absolute;
    width:150px;
    height: 20px;
    background-color: #ff0000;
}
@media (min-width: 1367px){
    .cabecalho{
        height: 80px;
        z-index: 5;
        border-bottom: 1px solid #4c1546;
        background: url("../imagens/back2.png");
        background-size:cover;
        background-repeat: no-repeat;
    }
    .txtSobre{
        width: 80%;
        height: 400px;
        color:#000;
        overflow:auto;
        /* border: 1px solid #ff0000; */
    }
}

@media (min-width: 1141px)  and (max-width: 1366px){

    .cabecalho{
        height: 80px;
        z-index: 5;
        border-bottom: 1px solid #4c1546;
        background: url("../imagens/back2.png");
        background-size:cover;
        background-repeat: no-repeat;
    }
    .txtSobre{
        width: 80%;
        height: 400px;
        color:#000;
        overflow:auto;
        /* border: 1px solid #ff0000; */
    }
}

@media (min-width: 961px) and (max-width: 1140px) {
    .cabecalho{
        height: 60px;
        z-index: 5;
        border-bottom: 1px solid #4c1546;
        background: url("../imagens/back2.png");
        background-size:cover;
        background-repeat: no-repeat;
    }
    .txtSobre{
        width: 80%;
        height: 400px;
        color:#000;
        overflow:auto;
        /* border: 1px solid #ff0000; */
    }

}

@media (min-width: 721px) and (max-width: 960px) {
    .cabecalho{
        height: 60px;
        z-index: 5;
        border-bottom: 1px solid #4c1546;
        background: url("../imagens/back2.png");
        background-size:cover;
        background-repeat: no-repeat;
    }
    .txtSobre{
        width: 80%;
        height: 400px;
        color:#000;
        overflow: scroll;
        /* border: 1px solid #ff0000; */
    }
}

@media (min-width: 541px) and (max-width: 720px) {
    .cabecalho{
        height: 75px;
        z-index: 5;
        border-bottom: 1px solid #4c1546;
        background: url("../imagens/back2.png");
        background-size:cover;
        background-repeat: no-repeat;
    }
    .txtSobre{
        width: 80%;
        height: 400px;
        color:#000;
        overflow: scroll;
        /* border: 1px solid #ff0000; */
    }
}

@media (min-width: 376px) and (max-width: 540px) {
    .cabecalho{
        height: 75px;
        z-index: 5;
        border-bottom: 1px solid #4c1546;
        background: url("../imagens/back2.png");
        background-size:cover;
        background-repeat: no-repeat;
    }
    .txtSobre{
        width: 80%;
        height: 400px;
        color:#000;
        overflow: scroll;
        /* border: 1px solid #ff0000; */
    }
}

@media (max-width: 375px) {

    .cabecalho{
        height: 75px;
        z-index: 5;
        border-bottom: 1px solid #4c1546;
        background: url("../imagens/back2.png");
        background-size:cover;
        background-repeat: no-repeat;
    }
    .txtSobre{
        width: 80%;
        height: 400px;
        color:#000;
        overflow: scroll;
        /* border: 1px solid #ff0000; */
    }
}
