.listaMenu li a{
  width: 100%;
  margin-bottom: 15px;
}


/* daqui pra baixo é antigo */

.menu-topo1{
  z-index:4;
}

a{
  color: #150f65;
}

#divRadioMobile {display: none;}

/* logo mobile */
@media only screen and (max-width: 995px) {
  #Logo_topo{display: none;}
}

/* menu desktop */
@media only screen and (min-width: 992px) {
  
  /* esconde o dropdown sem hover */    
  .dropdown-content:not(:hover){
    display: none;
  }

  /* exibe o dropdown menu1 com hover */
  .menu-topo1 > ul > .dropdown:hover .dropdown-content{
    display: block;
    background-color: #100931;
    color: white;
    margin-top: -1px;
  }

  .menu-topo1 > ul > .dropdown:hover > a{
    background-color: #100931;
  }

  .nav-item:hover > a{
    color:#29abe2;
  }

  /* cria o fundo*/
  div.barraAzul {
    line-height:0;
    max-width:100%;
    height:50px;
    border-style: solid;
    border-color: transparent transparent #150F65 transparent;
    border-width: 0 0 60px 8.4px;
    border-radius: 0 0 0 20px ;
    margin-left: 35%;
    padding-right: 5px;
  }

  body{
    font-family: 'Panton Bold';
    src: url('http://unirg.edu.br/panton/Panton-Bold.eot'); /* IE9 Compat Modes */
    src: url('http://unirg.edu.br/panton/Panton-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('http://unirg.edu.br/panton/Panton-Bold.woff') format('woff'), /* Modern Browsers */
        url('http://unirg.edu.br/panton/Panton-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('http://unirg.edu.br/panton/Panton-Bold.svg') format('svg'); /* Legacy iOS */
  }

  .menu-topo1 > ul > li > a{
    color: white;
    margin-right: 20px;
    padding-top: 27px;
    padding-bottom: 27px;
    font-family: 'Panton  Black' !important;
    font-weight: 700;
    font-size: 14px;
  }

  .noDropd > a{padding-top: 30px !important;}

  .dropdown-content > a{
    padding-bottom: 6%;
    padding-top: 7%;
    color: white;
    font-size: 13px;
  }

  .servidor > a{padding-bottom: 9%;padding-top: 10%;}

  /*.dropdown-content > a:first-child{
    padding-top:10%;
  }*/
  #menu2-mobile {display: none;}
  #HomeMobile{display:none;}
  /* tratando do menu topo1 */
  /* @media only screen and (max-width: 1815px) and (min-width: 1576px){ */
  @media only screen and (min-width: 1576px){
    div.barraAzul {
      margin-left: 18%;
    }
    #menu2-mobile {display: none;}
    #HomeMobile{display:none;}
  }

  @media only screen and (min-width: 1882px){
    .menu-topo1{
      padding-right: 79px;
    }
    .menu-topo2{
      padding-right: 79px;
    }
    #menu2-mobile {display: none;}
    #HomeMobile{display:none;}
  }

  /* @media only screen and (max-width: 1575px) and (min-width: 1391px){ */
  @media only screen and (max-width: 1575px) and (min-width: 1506px){
    div.barraAzul {
      margin-left: 15%;
    }
    #menu2-mobile {display: none;}
    #HomeMobile{display:none;}
  }

  /*@media only screen and (max-width: 1390px) and (min-width: 1306px){*/
  @media only screen and (max-width: 1505px) and (min-width: 1423px){
    div.barraAzul { 
      margin-left: 10%;
    }
    #Logo_topo{display: none;}
    #menu2-mobile {display: none;}
    #HomeMobile{display:none;}
  }

  @media only screen and (max-width: 1422px) and (min-width: 1348px){
    div.barraAzul { 
      margin-left: 5%;
    }
    #Logo_topo{display: none;}
    #menu2-mobile {display: none;}
    #HomeMobile{display:none;}
  }

  /* @media only screen and (max-width: 1305px) and (min-width: 1192px){ */
  @media only screen and (max-width: 1347px) and (min-width: 1192px){
    div.barraAzul {
      margin-left: 0;
    }
    #Logo_topo{display: none;}
    #menu2-mobile {display: none;}
    #HomeMobile{display:none;}
  }

  @media only screen and (max-width: 1191px) and (min-width: 992px){
    div.barraAzul {
      border-width: 0 0 100px 20px;
      margin-left: 0;
    }
    #Logo_topo{display: none;}
    #menu2-mobile {display: none;}
    #HomeMobile{display:none;}
  }

  /* fim menu topo1 */

  #Logo_topo{
    max-width:126px;
    max-height:100px;
    float:left;
    margin-left: 5%;
  }

  /* tratando do menu-topo2 (graduação) */
  .menu-topo2{
    color:#150F65;
    margin-top: 10px;
    margin-right: 5px;
  }

  .graduacao{
    width: 869px;
    height: 221px;
    text-align: center;
  }
  .cursos{
    width: 100%;
    height: 100%;
    align-items: center;
  }

  .curso-item{
    color: #150F65;
    text-align: center;
    font-family: 'Panton  Black' !important;
    font-weight: 500;
    font-size: 14px;
  }

  .curso-item:hover{
    color: #29abe2;
  }
  
  .menu-topo2 > ul > .nav-item:hover > a{
    background-color: #150F65;
    color:white;
    border-radius: 3px;
  }

  .menu-topo2 > ul > .nav-item > a{
    color: #150F65;
    font-family: 'Panton  Black' !important;
    font-weight: 700;
    font-size: 14px;
  }

  /* exibe o dropdown menu2 com hover */
  .menu-topo2 > ul > .dropdown:hover .dropdown-content{
    display: block;
    background-color: white;
    margin-top: -1px;
  }

  .menu-topo2 > ul > .dropdown:hover .dropdown-content > a{
    color: #150F65;
    text-align: center;
    font-family: 'Panton  Black' !important;
    font-weight: 500;
    font-size: 14px;
  }

  .menu-topo2 > ul > .dropdown:hover .dropdown-content > a:hover{
    color: #29abe2;
  }

  #Logo_topo_mobile{display: none;}

} 
/* fim do menu-topo2 */


/* entra o menu mobile */
@media only screen and (max-width: 990px){
  #divRadioUnirG {display: none;}
  #divRadioMobile {display: block;}
  #menu2-mobile {display: block;}
  #Logo_topo{display: none;}
  #Logo_topo_mobile{display: block;}
  #Logo_topo_mobile{
    max-width:210px;
    max-height:60px;
    float:none;
    margin: 2% auto auto 5%;
  }
  .graduacao > tr{
    border:1px red solid;
    float:left;
    max-width: 100%;
    height: auto;
    text-align: center;
  }
  #HomeMobile{display:block;}

  #navbarSupportedContent2{
    width: 50%;
    font-color:white;
    background-color: #001560;
    position: fixed;
    max-height: 100%;
    overflow: auto !important;
    font-size: 16px;
  }

  #navbarSupportedContent2 > ul > li > a{
    color:white;
    padding-left: 15px;
  }

  #icone_responsivo{
    position: fixed;
    background-color:white;
    margin: -70px auto auto 90%;
    z-index: 9999;
  }

  .dropdown-aluno{
    max-height: 500%;
    overflow: auto !important;
  }

  #logoManutexMobile{ display: none;}

  @media only screen and (max-width: 618px){
    #logoManutex{ display: none;}
    #logoManutexMobile{ display: block;}
    .banner{
      margin-top: 50px;
    }
    .listaMenu{
      padding-left: 0;
    }
    #logorodape2{
      margin-bottom: 10px;
    }
    #Logo_topo_mobile{display: none;}
    #icone_responsivo{margin: -32px auto auto 72% !important;}
    #navbarSupportedContent2{
      width: 70%;
      font-size: 13px;
      margin-top: -20px;
    }
    
    @media only screen and (max-width: 392px){
      #icone_responsivo{
        margin: -32px auto auto 65% !important;
      }
    }
  }

  @media only screen and (max-height: 681px){
    #Logo_topo_mobile{display: none;}
    #icone_responsivo{margin: -32px auto auto 80%;}
    #navbarSupportedContent2{
      width: 70%;
      font-size: 13px;
      margin-top: -20px;
    }
  }
}


/* rodape responsivo */
@media only screen and (max-width: 877px) {
  
  #rodape{
    width: 100%;
    height: 922px;
    background-color: #150F65;
  }

  .copyright{
    width: 100%;
    height: 60px;
    background-color: #150F23;
  }

  #rodape_limite{
    margin:0 79px 0 79px;
    height: 85%;
    color:white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
  }
  .titulo_rodape{
    color:#2699D4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 14px;
  }

  #rodape_bloco1, #rodape_bloco2, #rodape_bloco3, #rodape_bloco4{
    width: 50%;
    height: 35%;
    float:left;
  }

  #rodape_bloco3{
    min-width: 50%;
  }

  #rodape_bloco5{
    width: 100%;
    height: 35%;
    float:left;
  }

  #hr_bloco5{
    display: none;
  }

  @media only screen and (max-width: 584px) {

    #rodape{
      height: 1100px;
    }

    #rodape_bloco1, #rodape_bloco2, #rodape_bloco3, #rodape_bloco4, #rodape_bloco5{
      width: 100%;
      height: auto;
      float:left;
    }

    @media only screen and (max-width: 410px) {
      #rodape_limite{
        margin: 0;
      }
    }
  }
  
}
/* fim do rodape responsivo*/

/* rodape */
@media only screen and (min-width: 878px) {
  #rodape{
    width: 100%;
    height: 582px;
    background-color: #150F65;
  }

  .copyright{
    width: 100%;
    height: 60px;
    background-color: #150F23;
  }

  #rodape_limite{
    margin:0 79px 0 79px;
    height: 85%;
    color:white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
  }
  .titulo_rodape{
    color:#2699D4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 14px;
  }

  #rodape_bloco1, #rodape_bloco2, #rodape_bloco3, #rodape_bloco4{
    width: 25%;
    height: 60%;
    float:left;
  }

  #rodape_bloco5{
    width: 100%;
    height: 40%;
    float:left;
  }

  #hr_bloco5{
    border-bottom:1px white solid;
  }
}
/* fim rodape */

/* sub-rodape responsivo */
@media only screen and (max-width: 728px) {

  #pre_rodape{
    margin:0 79px 0 79px;
    height: 284px;
  }

  #ponto_de_quebra{
    float:left;
    width: 50%;
  }

  #pre_rodape > div:last-child{
    margin-top: 10px;
    float:right;
  }

  @media only screen and (max-width: 508px) {
    
    #pre_rodape{
      height: 384px;
    }

    #pre_rodape > div{
      float:none;
      width: 100%;
      margin-top: 10px;
    }

    @media only screen and (max-width: 330px) {
      #pre_rodape{
        height: 450px;
      } 
    }
  }
}
/* fim sub-rodape responsivo */

/* sub-rodape */
@media only screen and (min-width: 728px) {

  #pre_rodape{
    margin:0 79px 0 79px;
    height: 184px;
  }

  #pre_rodape > div{
    float:left;
    width: 33%;
  }
}
/* fim sub-rodape */

/* botao ir pro topo */
#btnTopo {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 33px;
  z-index: 9999;
  border: none;
  outline: none;
  background-color: #0E0A46;
  opacity: 0.8;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#btnTopo:hover {
  opacity: 1;
}
/* fim botao ir pro topo */


/* ====== RÁDIO UNIRG ====== */

.posicaoRadio{
  display: block;
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 9999;
  border: none;
  outline: none;
  background-color: #127F91;
  opacity: 0.95;
  cursor: pointer;
  padding: 15px;
  border-radius: 30px 0 0 30px;
}

#iconeRadio{
  width: 70px;
  height: 45px;
  margin: auto -8px auto -10px;
}

#btnRadioUnirG{
  background-color: #127F91;
  border:none;
}

#Titulo_Radio{
  color:white;
  float:right;
  padding-right: 12px;
  padding-top: 10px;
}

.paddingRadio{
  margin-left: 8px !important;
}

/* ========================== */

/* css do menu de cursos */
.select-menu{
  font-family: 'Panton  Black' !important;
  font-weight: 500;
  font-size: 16px;
}

.select-menu:first-child{
  border-radius:5px 0 0 0;
}
.select-menu:last-child{
  border-radius:0 0 0 5px;
}
.select-menu2{
  font-family: 'Panton  Black' !important;
  font-weight: 500;
  font-size: 16px;
}
/* fim css menu de cursos */

#imagemCursos{
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% -540px;
  background-blend-mode:overlay;
  background-clip: border-box;
  background-color: #14132B;
  height: 635px;
}

#imagemPaginaLimpa{
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% -5px;
  background-blend-mode:overlay;
  background-clip: border-box;
  background-color: #14132B;
  height: 376px;
  background-size: 100% 100%;
}

#imagemPaginaLimpa2{
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% -5px;
  background-blend-mode:overlay;
  background-clip: border-box;
  background-color: #14132B;
  background-size: 100% 100%;
}

#imagemPaginaLimpaFixa{
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
  background-blend-mode:overlay;
  background-clip: border-box;
  background-color: #35a773;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

#btnVest:hover{
  opacity: 0.8;
}

.tagApadrao{
  color:#150f65;
  text-decoration:none;
}

.divComLinha{
  height: 1px;
  background-color: #EBEBEB;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}

.divComLinha > span{
  background-color: white;
  position: relative;
  top: -0.5em;
  padding: 0 10px;
  color: #150f65;
}

#btnVest:hover > a > h3 > span{
  margin-left: 15px;
  transition: all 200ms ease-out;
}

#btnVest > a > h3 > span{
  margin-left: 2px;
  transition: all 200ms ease-out;
}


#textoCursos1{
  color:#29abe2;
  text-align: left;
  padding:20% 0 10px 5%;
}
#textoCursos2{
  color:white;
  padding:0 0 10px 5%;
}

#textoPaginaLimpa{
  color:white;
  padding:15% 0 10px 5%;
}

.tituloCursos{
  color: #150f65;
  text-align: left;
  padding: 30px 0 20px 0;
  border-bottom: 1px #150f65 solid;
  margin-bottom: 35px;
}

.menuAccordionMobile{
  background-color: white;
  color:#150F65;
  border:1px white solid;
}


@media only screen and (min-width: 1347px) {

  #accordionDesktop{
    display: block;
  }
  #accordionMobile{
    display: none;
  }
}

@media only screen and (max-width: 1346px) {
  
  #accordionDesktop{
    display: none;
  }
  #accordionMobile{
    display: block;
    position: relative;
    z-index:1;
  }
}

.div-btn-padrao{
  margin:25px;
  transform: skew(-7deg);
  padding:0;
  min-height:56px;
}

.btn-padrao{
  color:white;
  min-height:56px;
  margin-top:-5px;
  padding-top: 12px;
}

.btn-padrao:hover{
  color:white;
  margin-top:0;
  padding-top: 12px;
}

.btn-corPadrao{
  padding-top: 2.5%;
  color: white;
  min-height:56px;
  background-color: #002273;
  font-weight: bold;
  border:1px white solid;
  border-radius: 8px;
}

.btn-corPadrao:hover{
  color:white;
  background-color: #001852;
  border:1px #002273 solid;
}

.corPadrao{
    color:#001852;
    font-weight: bold;
}

.btn-home{
  color:white;
  transform: skew(-7deg);
  min-height: 40px;
  font-size: 12px;
  padding: 9px 9px 9px 20px;
}

.btn-home:hover{
  opacity: 0.8;
  color: white;
}

.btn-home-seta{
  margin-top: -3px;
  float:right;
}

.titulocards-home{
  text-align: center;
  font-family:Montserrat;
  font-weight:700;
  font-style:normal;
}

.textcards-home{
  font-size: 14px;
}

.separador-noticias{margin: 30px auto auto 77px;}

.separador-noticias > div > div > h4{
  float:left;
  font-size: 30px;
  line-height: 30px;
  color:#150f65;
  padding-right: 12px;
  background-color: white;
}

.separador-noticias > div > div > hr{border-bottom:2px #150F65 solid;}
.separador-noticias > div{width:100%;}

.titulo-noticia{color:#150F65;margin: 5px auto 15px auto;}
.corpo-noticia{text-align: justify;color: #6D6D6D;}

.depoimentos > div > p{
  font-size:0.8em;
  color:#777777;
  line-height: 22px;
  font-family: Open Sans;
}

.noticiaCorpo2 > *:first-child{
  border:1px red solid !important;
}

#nav-tab-conselhos div[aria-selected="true"]{
  background-color: transparent;
  border:none;
}

#nav-tab-conselhos div[aria-selected="false"]{
  background-color: transparent;
  border:none;
}

#nav-tab-conselhos div[aria-selected="false"]:hover{
  border:none;
}

#nav-tab-conselhos{
  border: 1px transparent solid;
}

/* itens de dentro */

.nav-item-conselho[aria-selected="true"] div{
  background-color: #E0E0E0;
  color:#150f65;
  padding:5% 2% 5% 2%;
  margin-bottom: -8px;
  border-radius: 5px 5px 0 0;
}

.nav-item-conselho[aria-selected="false"] div{
  background-color: #555555;
  color:white;
  padding:5% 2% 5% 2%;
  margin-bottom: -9px;
  border-radius: 5px 5px 0 0;
}

#nav-curador-tab div{
    padding:5% 2% 5% 2%;
  }

.nav-item-conselho[aria-selected="false"] div:hover{
  border:none;
}

.linkRodape> li > a{
  color:white;
}

@media only screen and (max-width: 1199px){
  #nav-curador-tab div{
    padding:5% 2% 14% 2%;
  }

  @media only screen and (max-width: 993px){
    #nav-curador-tab div{
      padding:5% 2% 17.5% 2%;
    }

    @media only screen and (max-width: 767px){
      #nav-curador-tab div{
        padding:5% 2% 42% 2%;
      }
      #nav-concurso-tab div{
        padding:5% 2% 24% 2%;
      }
      .margens-mobile{
        margin-left:8px !important;
        margin-right:8px !important;
      }

      @media only screen and (max-width: 575px){
        #nav-curador-tab div{
          padding:5% 2% 5% 2%;
        }
        #nav-concurso-tab div{
          padding:5% 2% 5% 2%;
        }
      }
    }
  }
}

.cardSubItem{
  border:none;
}

.cardSubItem div{
  background-color:transparent;
  padding-bottom:0;
  padding-left:0;
  border:none;
}

.cardSubItem div[aria-expanded="false"] .IconeAdd{
  display: block;
}
.cardSubItem div[aria-expanded="false"] .IconeRemove{
  display: none;
}

.cardSubItem div[aria-expanded="true"] .IconeAdd{
  display: none;
}
.cardSubItem div[aria-expanded="true"] .IconeRemove{
  display: block;
}

.IconeAdd{float:left;padding-right: 5px;}
.IconeRemove{float:left;padding-right: 5px;}