.repositorio {
  background: #EFF3F5;
  height: 400px;
  display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
    /* padding: 6rem 2rem; */
    /* height: max-content; */
    overflow: auto;
}

h1{
font-family: 'Oswald';
color: #FFFFFF;
height: 50px;
line-height: 50px;
padding-left: 40px;
}

h2, h3, h4 {
font-family: 'Oswald';
color: #1F4D6D;
margin-left: 30px;
height: 50px;
line-height: 50px;
}



p {
margin-left: 40px;
margin-right: 40px;
line-height: 26px;
padding-bottom: 15px;
font-family: "Source Sans Pro", sans-serif;
}

p#titulo{
font-family: 'Oswald';
font-size: 2em;
font-weight: bold;
color: #1F4D6D;
margin-left: 40px;
height: 80px;
line-height: 80px;
}

body {
font-family: "Source Sans Pro", sans-serif;
font-size: 16px;
text-align: justify;
line-height: 24px;
}

.repositorio .search-box{
  width: 520px;
  /*height: 40px;*/
  background: #fff;
  margin: 5px 40px 20px;
  border-radius: 50px;
  box-shadow: 0px 5px 4px #8282837e;
}
.repositorio .search-box .row{
  display: flex;
  align-items: center;
  padding: 5px 5px;
}
.repositorio .search-box .row input{
  flex: 1;
  height: 30px;
  width: 385px;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 18px;
  color: #0f2d4c;
}
.repositorio .search-box .row button{
  background: #1F4D6D;
  padding: 7px 15px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.repositorio .search-box .row .fa-solid{
  width: 25px;
  padding-right: 30px;
  padding-left: 10px;
  color: #00000062;
  font-size: large;
}
::placeholder{
  color: #00000062;
}
.repositorio .result-box ul{
  /*border-top: 1px solid #c9c8c8;*/
  padding: 5px 10px;
}
.repositorio .search-box .result-box ul li{
  list-style: none;
  border-radius: 20px;
  padding: 15px 10px;
  margin: 3px 1px;
  cursor: pointer;
  background: #fff;
}
.repositorio .search-box .result-box ul li:hover{
  background: #e9f3ff;
}
.repositorio .search-box .result-box{
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  width: 520px;
}

p#repositorio_p {
font-family: "Source Sans Pro", sans-serif;
font-size: 18px;
text-align: justify;
line-height: 24px;
margin-bottom: 10px;
margin-left: 40px;
color: #1F4D6D;
}
p#biblioteca {
font-family: "Source Sans Pro", sans-serif;
font-size: 18px;
text-align: justify;
line-height: 24px;
margin-bottom: 10px;
margin-left: 40px;
color: #1F4D6D;
}

button.botao_biblioteca {
background-color: #0f2d4c;
color: white;
border: none;
border-radius: 0.5rem;
padding: 0.2rem 0.5rem;
margin-left: 0.5rem;
}

button.botao_biblioteca:hover {
  scale: 1.05;
  cursor: pointer;
}

.repositorio .botao_biblioteca a {
  text-decoration: none;
  color: white;
}

label {
margin-left: 40px;
}

.form-group textarea{
margin-left: 40px;
margin-right: 30px;
width: 92%
}

.licenciatura {
  /*height: 754px; */
  background: #EFF3F5;
  padding-bottom: 3em;

}

/* ESTILO PARA SCROLL horizontal */

:root {
--gutter: 20px;
}

.app {
padding: var(--gutter) 0;
display: grid;
grid-gap: var(--gutter) 0;
grid-template-columns: 10px 1fr 10px;
align-content: start;
}

.app > * {
grid-column: 2 / -2;
}

.app > .full {
grid-column: 1 / -1;
}

.hs {
display: grid;
grid-gap: calc(var(--gutter) / 2);
grid-template-columns: 30px;
grid-template-rows: minmax(130px, 1fr);
grid-auto-flow: column;
grid-auto-columns: calc(30% - var(--gutter) * 2);

overflow-x: scroll;
scroll-snap-type: x proximity;
padding-bottom: calc(.75 * var(--gutter));
margin-bottom: calc(-.25 * var(--gutter));
}

.hs:before,
.hs:after {
content: '';
width: 10px;
}

/*
body {
height: 100%;
}

body {
display: grid;
place-items: center;
background: #456173;
}
*/

.app ul {
list-style: none;
padding: 0;
}

.app h1{
margin: 0;
}

/*
.app {
 background: #DBD0BC;
overflow-y: scroll;
}
*/

.hs > li,
.hs-item {
scroll-snap-align: center;
padding: calc(var(--gutter) / 2 * 1.5);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

background: #fff;
border-radius: 8px;
font-family: 'Oswald';
color: #1F4D6D;
/*font-size: 1.5em;*/
text-align: left;
}

li#cor-a.hs-item {
  background: #6E98B6;
}

li#cor-b.hs-item {
  background: #A0BBCF;
}

li#cor-c.hs-item {
  background: #D5E4EE;
}

li#cor-d.hs-item {
  background: #739EBE;
}
li#cor-e.hs-item {
  background: #D9D9D9;
}
li#cor-f.hs-item {
  background: #B0CEE4;
}
li#cor-g.hs-item {
  background: #DDEEFA;
}


.hs-item div {
position: relative;
width: 100%;
height: 100%;
display: flex;
flex-flow: column;
justify-content: end;
}

.hs-item .cadeira{
font-family: 'Oswald';
color: #1F4D6D;
font-size: 18px;
text-align: left;
}

.hs-item .periodo{
position:absolute;
font-family: 'Oswald';
color: #1F4D6D;
font-size: 1em;
text-align: right;
right: 0;
top: 0;
}

.hs-item#obrigatorio {
border-style: solid;
border-width: 4px;
border-color: #6E98B6;
background: #D5E4EE;
}

.hs-item:hover{
font-weight:bolder;
}

.no-scrollbar {
scrollbar-width: none;
margin-bottom: 0;
padding-bottom: 0;
}

.no-scrollbar::-webkit-scrollbar {
display: none;
}

.mestrado {
  background: #EFF3F5;
  padding-bottom: 3em;

}

.opcionais {
background: #EFF3F5;
padding-bottom: 3em;
}

.app a{
  text-decoration: none;
}

/* botão de enviar feedback */
button.repositorio_feedback_button {
background-color: #0f2d4c;
color: white;
border: none;
border-radius: 0.5rem;
padding: 0.2rem 0.5rem;
margin-left: 2.5rem;
margin-bottom: 2rem;
}
