@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');


:root{
--red_1:#990003;
--red_3:#e50005;

--grey_1: #404040;
--grey_2: #68676c;
--grey_3: #737373;
--grey_4: #c1c1c1;

--normal_1: #fff; 
--normal_2: #000;


--font_principal:'Montserrat', sans-serif;
--font_2:'Poppins', sans-serif;
--font_3: Arial, Helvetica, sans-serif;
--font_4: 'Open Sans', sans-serif;
--font_5:'Lato', sans-serif;
}

*,html{
margin: 0;
padding: 0;
}

*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body{
margin:0;
overflow-x:hidden !important;
font-family: var(--font_principal);
}


li{
list-style: none;
}

a{text-decoration: none !important}

span{
font-weight: 600;
}

a.active_link{
background-color: var(--grey_3);
color: #f0efef;
}

.menu_lateral{
z-index: 10!important;
position:sticky;
}

div.container_princ {
margin: auto;
max-width: 1440px;
height: auto;
}
/*************** Slides ****************/

.container_pincipal{
height: auto;
position: relative;
}
    
.container_pincipal > .title_alunos {
top: 4.4rem;
position: fixed;
}  

div.title_docs{
background: url(../img/8.editais_pq.jpg) no-repeat;
background-size: cover;
font-size: 600;
position: relative;
display: flex;
justify-content: left;
align-items: center;
padding-left: .5rem;
margin: 5.5rem 0rem 0;
height: 30vh;
width:100%;
}
  

div.title_docs h2{
display:block;
text-transform:none;
text-align: left;
margin: 0 0 0 .5rem;
padding:0;
letter-spacing:0.8px ;
font-size: 20px;
width: 65%;
font-weight: 600;
text-shadow: none;
padding-left: 0rem;
color: var(--grey_3);
text-shadow: 2px 2px 4px rgb(255, 255, 255);
}
  
div.container_pincipal > div.links{
top: .5rem;
left: 1rem;
color: var(--red_3);
position: absolute;
}
  
div.container_pincipal> div.links > p >a{
font-weight: 400;
letter-spacing: 0.6px;
font-size: 12px;
text-shadow: none;
color: var(--red_3);
}

div.container_pincipal> div.links > p > a:hover{
text-decoration: underline !important;
}

div.content{
margin: 0;
padding: 0;
}
  
div.content{
width: 100%;
text-align: justify;
padding: 0px 15px;
margin: 2.5rem 0 4rem;
color:var(--grey_1);
line-height: 1.6rem;
font-size: 12px;
font-family: var(--font_principal);
}
  

div.content{
width: 100%;
text-align: justify;
padding: 0 15px;
margin: 2.5rem auto 4rem;
color: var(--grey_3);
line-height: 1.6rem;
font-size: 13px;
font-family: var(--font_principal);
}


.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.form_wrapper {
width: 400px;
max-width: 100%;
box-sizing: border-box;
padding: 25px 20px;
margin: 3% auto 3rem;
position: relative;
border-radius: 10px;
background-color: #f7f7f7; 
box-shadow:  2px 2px 6px #9f9f9f,
-2px -2px 5px #e9e9e9;
}

.form_wrapper > p{
color: var(--grey_3);
padding: 2rem 0 3rem 0;
font-size: 14px;
letter-spacing: 0.6px;
}

.form_wrapper h2 {
font-size: 1.8em;
line-height: 1.5em;
padding: 1rem 0;
margin: 0;
color: var(--grey_3);
}
.form_wrapper .title_container {
text-align: center;
padding-bottom: 15px;
}

.form_wrapper .row {
  margin: 10px -15px;
}
.form_wrapper .row > div {
  padding: 0 15px;
  box-sizing: border-box;
}
.form_wrapper .col_half {
  width: 50%;
  margin: 0;
  float: left;
}
.form_wrapper .input_field {
  position: relative;
  margin-bottom: 20px;
}

.select_option {
  position: relative;
  width: 100%;
}
.select_option select {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 0px 15px;
  cursor: pointer;
  color: #7b7b7b;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease;
}

.select_option select option {
padding-top: 30px;
font-size: 11px;

}

#col_periodo, #col_nivel {
  display: none;
}

.select_option select::-ms-expand {
  display: none;
}
.select_option select:hover, .select_option select:focus {
  color: #000000;
  background: #fafafa;
  border-color: #000000;
  outline: none;
}

.select_arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}

.select_option select:hover + .select_arrow, .select_option select:focus + .select_arrow {
  border-top-color: #000000;
}

.form_wrapper input[type=submit] {
  background-color: var(--red_3);
  height: 35px;
  line-height: 35px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.1em;
  margin: 2rem 0 .5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form_wrapper input[type=submit]:hover {
  background: #a5a4a4;
}
.form_wrapper input[type=submit]:focus {
  background: #a5a4a4;
}

.search_b{
width: 100%;
padding: 7px;
font-size: 14px;
color: var(--grey_3);
outline: none;
letter-spacing: 0.6px;
border: 1px solid rgba(114, 114, 114, 0.3);
}

.search_b:focus{
padding: 7px;
}

p.anexo{
font-size: 13px;
font-family: var(--font_principal);
color: var(--grey_3);
line-height: 2rem;
margin-left: .5rem;
font-weight: 600; 
}

p.anexo > a.links_editais{
font-weight: 200;
font-size: 11.5px;
color: var(--grey_3);
text-decoration: none;
transition: 0.2s color ease-in-out;
} 
  
p.anexo > a.links_editais:hover{
color: var(--grey_4);
}

@media (min-width: 530px){
div.title_docs h2{
width: 50%;
font-size: 26px;
padding-bottom: 0;
}

div.title_docs > .border-shape {
background:var(--red_3) repeat scroll 0 0;
display:block;
position:absolute;
height:4px;
width: 70px;
top: 11rem;
left: .8rem;
}} 

@media (min-width: 600px) {
p.anexo{
font-size: 16px;
line-height: 2.2rem;
margin-left: 1rem;
}

.form_wrapper h2 {
 padding: 0 0 2rem;
 color: var(--red_3);
 font-size: 32px;
  }

.form_container{
border: 2px solid rgba(114, 114, 114, 0.3);
padding: 2rem 2rem;
border-radius: 10px;
}

p.anexo > a.links_editais{
font-size: 13px;
} 
      
.form_wrapper {
width: 1200px;
max-width: 90%; 
margin-bottom: 3rem; 
}

.select_option select option {
margin-top: 30px;
font-size: 14px;
}
}

@media (min-width: 630px){
div.title_docs h2{
font-size: 30px;
}}
  
  
@media (min-width: 650px){
.container_pincipal{
height: auto;
position: relative;
}
    
.container_pincipal > .title_alunos {
top: 4.4rem;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
position: fixed;
} 

.container_pincipal > .title_alunos > h5{
text-align: center !important;
width: 100%;
}

div.title_docs{
justify-content: left;
align-items: center;
padding-left: 2rem;
background: url(../img/8.editais.jpg) no-repeat center;
background-size: 100% 100%;
background-color: rgba(170, 168, 168, 0.1);
margin: 6rem 0rem 0;
height: 50vh;
width: 100%;
max-height: 250px;
} 

div.title_docs h2{
margin: 2rem 10px 0 ;
font-size: 30px;
width: 45%;
}

div.title_docs > .border-shape {
height:4px;
width: 100px;
top: 12.5rem;
left: 2.5rem;
}   
 
div.container_pincipal> div.links{
top: 1rem;
left: 1.5rem;
font-size: 14px;
}

div.box_text{
width: 90%;
margin: 3rem auto; 
padding: 20px 30px 80px;
}

div.content > div.box_text > p{
letter-spacing: 0.6px;
line-height: 1.7rem;
font-size: 15px;
margin-top: 30px;
text-indent: 2rem;
}

div.content > div.box_text > p > a{
color: #e50005;
}

div.content > div.box_text > p > a:hover{
text-decoration: underline !important; 
}

.form_wrapper > p{
color: var(--grey_3);
padding: 3rem 0 5rem;
font-size: 16px;
line-height: 2rem;
}}
  
@media (min-width: 1000px){
.menu_lateral{
top:4.8rem;}

div.container_pincipal > .title_alunos > h5{
padding-right: 18rem;
font-size: 30px;
} 

div.title_docs h2{
margin: 2rem 10px 0 ;
font-size: 30px;
width: 50%;
}

div.title_docs > .border-shape {
height:4px;
width: 100px;
top: 12.5rem;
left: 2.5rem;
}}


@media (min-width: 1044px){
div.container_pincipal > .title_alunos > h5{
padding-right: 5rem;
} 
div.container_pincipal > div.links > p >a{
font-size: 14px;
}
.form_wrapper {
margin: 3% auto 6rem;
}}










  
  