@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

#title, #text-block{
 margin: 1.2rem 0;
 padding: .1rem 0;
}

.lower{
 font-size: 12px;
}

#navbarStrictoSensu{
 padding: 1.3rem;
 //box-shadow: 2px 2px 5px 0 #cdbebe73;
}

#noticias{
 list-style:none;
}

.list-disc{
 list-style: disc !important;
}

.navbar{
 background-color: #BB5252;
}

a.link-stricto{
 text-decoration: none;
 color: #FFFFFF;
 font-weight: bold;
 font-size: 2rem;
 margin: 0;
}

a.link-stricto:hover{
 text-decoration: none;
 color: #FFFFFF;
 font-weight: bold;
 font-size: 2rem;
 margin: 0;
}

p {
 font-size: 1rem;
 color: #4e4e4e;
}

p.item-list{
 font-size: 1.3rem;
 color: #525151;
}

a {
 color: #115B89;
 font-size: 1rem;
}

a:hover { 
 color: #115B89;
 text-decoration: none;
}

a.link-back, a.link-back:hover{
 color: #115b89;
 font-size: 1.3rem;
 padding: 0 .8rem 0 0;
}

ul li {
 font-size: 1rem;
 color: #4e4e4e;
 padding: .25rem 0;
}

ul {
 line-height: 1.4;
}

.cursos li {
 padding: .1rem;
}

hr {
 margin-top: 1rem;
}

h1 {
 color: #FFFFFF;
 font-weight: bold;
 font-size: 2rem;
 margin: 0;
 line-height: 1.8rem !important;
}

h2 {
 color: #525151;
 font-size: 1.56rem;
 font-weight: bold;
}

h2.subtitulo-edital {
 font-size: 1.45rem;
 color: #D28301;
}

h2.subtitulo-pos-grad {
 font-size: 1.25rem;
}

h3 {
 color: #FFFFFF;
 font-size: 1.12rem;
}

h3.item-edital {
 font-size: 1.2rem;
 color: #525151;
 font-weight: bold;
}

h4 {
 color: #FFFFFF;
 font-size: 1rem;
}

.fa-back {
 font-size: 1.25rem;
 font-weight: bold;
 color: #D28301;
}

.box-documents{
 border: 1px solid #ebebeb;
 border-radius: .8rem;
 padding: 1.5rem;
 box-shadow: 8px 11px 8px 0 #e4e4e4;
}

.box-documents ul li{
 font-size: .9rem;
}

.box-resultados {
 background-color: #E6E6E6;
 padding: 1rem 2rem .1rem;
 border-radius: 4px;
}

.box-avaliacao {
 padding: 12px;
 background-color: #626366;
 margin-right: 3px;
 margin-bottom: 15px;
 width: 200px;
 float: right;
 text-align: center !important;
}

.box-info__gray {
 background-color: #E6E6E6;
 padding: 1rem 2rem;
 border-radius: 4px;
}

.column-box-perguntas, .column-right {
 display: flex;
}

.column-right {
 //height: 0;
}

a.box-links{
 font-size: .9rem;
}

a.btn-inscricoes {
 display: flex;
 justify-content: center;
 padding: .5rem;
 background-color: #598aab;
 color: #FFFFFF;
 border-radius: .4rem;
}

a.btn-inscricoes:hover {
 background-color: #125684;
 color: #FFFFFF;
}

a.btn-inscricoes:focus { 
 border-color: inherit; 
 -webkit-box-shadow: none; 
 box-shadow: none; 
}

.bt-bpg-ucs {
 background-color: #2c4888;
 color: #FFF !important;
 font-size: 0.875rem !important;
 font-weight: normal;
 margin-bottom: 15px;
 padding: 12px 12px;
 display: flex;
 justify-content: center;
 text-align: center !important; 
 border-radius: 4px;
 transition: .3s;
}

.bt-bpg-ucs:hover {
 transform: scale(1.03);
 transition: .3s;
}

.bt-bpg-ucs-2 {
 background-color: #862424;
 color: #FFF !important;
 font-size: 0.875rem !important;
 font-weight: normal;
 margin-right: 3px;
 margin-bottom: 15px;
 padding: 12px 12px;
 width: 200px;
 float: right;
 text-align: center !important; 
}

.bt-internac-ucs {
 border: 2px solid #b54814;
 background-color: #b54814;
 color: #FFF !important;
 font-size: 0.875rem !important;
 font-weight: bold;
 margin-right: 3px;
 margin-bottom: 15px;
 padding: 12px 12px;
 width: 200px;
 float: right;
 text-align: center !important; 
}

.bt-perg, .bt-perg-inicial {
 border-radius: 0.25rem;
}

.bt-perg {
 padding: 1rem;
 background-color: #862424;
 font-size: 0.75rem !important;
 color: #f4e4e4 !important;
 margin-top: 9px;
}

.bt-perg-inicial {
 padding: 5px;
 background-color: #f4e4e4;
 font-size: 0.75rem !important;
 color: #862424 !important;
 margin-top: 9px;
 display: grid;
 grid-template-columns: 1fr 12fr;
 align-items: center;
 transition: .3s;
}

.bt-perg-inicial:hover {
 transform: scale(1.03);
 transition: .3s;
}
 
.txt-av {
 color: #fff;
 font-size: 28px;
 text-transform: uppercase;
 font-weight: bold;
 font-family: Roboto;
}

p.texto-inicial-stricto {
 text-indent: 2rem;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 20px 0;
}

.section-edital {
 margin-bottom: 4rem;
}

.column-info_stricto {
 margin-bottom: 20px;
 background-color: #f2f2f2;
 border-radius: 4px;
 padding: 2rem;
}

.column-right-side {
 background-color: #f2f2f2;
 padding: 1rem 1rem;
 border-radius: 4px;
}

.accordion {
 background-color: #f4e4e4;
 color: #5a1717;
 cursor: pointer;
 padding: 0.7rem 0 0.7rem 2rem;
 width: 100%;
 /*border: none;*/
 text-align: left;
 outline: none;
 font-size: 1rem;
 transition: .3s;
 border: 3px solid #f4e4e4;
 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: #bb5252;
 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;
}

.panelx {
 padding: 0 18px;
 background-color: #fffbfb;
 max-height: 0;
 overflow: hidden;
 transition: max-height 0.2s ease-out;
 //border: 2px solid #f4e4e4;
 border-top: 0;
}

.panelx p{
 margin: 25px;
 font-size: 14px !important;
 color: #572727;
}

.panelx a{
 font-size: 0.875rem !important;
}

.panelx a:hover{
 font-size: 0.875rem !important;
}

.panelx ul{
 margin: 25px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

.navbar {
 padding: .2rem 1rem;
}

.navbar-brand {
 margin-right: 1rem;
}

.form-control {
 background-color: #343a40;
} 

.btn-outline-secondary {
 color: #fff;
}


button.accordion {
 display: grid;
 grid-template-columns: 22fr 1fr;
 gap: 1rem;
 justify-items: start;
 align-items: center;
}

 img.brand{
  margin-top: -4px;
}

.box-perguntas-inicial {
 padding: 4px 12px;
 background-color: #862424;
 margin-right: 3px;
 margin-bottom: 0;
 text-align: center !important;
 border-radius: 0.25rem;
}

.box-perguntas {
 padding: 4px 12px;
 background-color: #f4e4e4;
 //width: 240px;
 //float: right;
 text-align: center !important;
 border-radius: .4rem;
}

.box-noticias {
 list-style: none;
 background-color: #fff;
 padding: 0;
 border-radius: 4px;
 border: 1px solid #c3c3c3;
}

.subtitulo-noticias {
 text-decoration: none;
}

.subtitulo-noticias.white {
 list-style: none;
 text-decoration: none;
 background-color: #4d4b4b;
 padding: 0.6rem;
 color: #ffffff;
}



ul#noticias > li > a {
 font-size: .9rem;
}

.lista-noticias {
 padding: 0;
}

a#noticias {
 font-size: .7rem;
}

a.noticias {
  font-size: 12px;
}

.block-info--red {
 background-color: #862424;
 padding: 1.6rem 0 .7rem;
}

p.block-info__text {
 color: #FFFFFF;
}

a.block-info__link {
 color: #e3e3e3;
 text-decoration: underline;
}

.block-info--gray {
 background-color: #737373;
 padding: 1.6rem 0 .7rem;
}


@media screen and (min-width: 0) and (max-width: 320px) {

h1, a.link-stricto {
 font-size: 1.4rem;
 } 

a.link-stricto:hover {
  font-size: 1.4rem;
 }

button.accordion {
  display: grid;
  grid-template-columns: 9fr 1fr;
  gap: 1rem;
 }
}

@media screen and (min-width: 320.02px) and (max-width: 374.98px)  {
 h1, a.link-stricto {
 font-size: 1.6rem;
 } 

a.link-stricto:hover {
  font-size: 1.6rem;
 }
}

@media screen and (min-width: 375px) and (max-width: 424.98px) {
h1, a.link-stricto {
 font-size: 1.6rem;
 } 

a.link-stricto:hover {
  font-size: 1.6rem;
 }
}

@media screen and (min-width: 425px) and (max-width: 574.98px) {
 h1, a.link-stricto {
 font-size: 1.8rem;
 } 

a.link-stricto:hover {
  font-size: 1.8rem;
 }
}

@media screen and (min-width: 575px) and (max-width: 767.98px) {
h1, a.link-stricto {
 font-size: 1.8rem;
 } 

a.link-stricto:hover {
  font-size: 1.8rem;
 }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
h1, a.link-stricto {
 font-size: 2rem;
 } 

a.link-stricto:hover {
  font-size: 2rem;
 }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {

 img.brand{
   height: 15px;
   width: 257px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439.98px) {

}
