@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/6.criterios_aval_pq.png) no-repeat;
background-size: 100% 100%;
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:2rem 0 0;
line-height: 2.3rem;
letter-spacing:0.8px ;
font-size: 28px;
width: 50%;
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: 1rem;
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 > div.criterios_aval{
width: 100%;
background-color: #f7f7f7; 
box-shadow:  2px 2px 6px #9f9f9f,
-2px -2px 5px #e9e9e9;
border-radius: 10px;
margin: 0 auto; 
padding: 20px 0px 3rem;
margin: 3.5rem 0;
position: relative;
}
  
div.content > div.criterios_aval h2{
background-image: linear-gradient(to right, var(--grey_3), transparent);
color: var(--normal_1);
padding: 7px 5px;
font-size: 18px;
letter-spacing: 0.7px;
border-radius: 10px 0 0 0;
margin: 2rem 0;
}
 
div.content > div.criterios_aval h3{
    color: var(--grey_1);
}


div.content > div.criterios_aval h2::before{
content: " ☛ ";
color: #fff;
}

div.content > div.criterios_aval p{
font-size:12px;
margin-top: 20px;
padding: 0 10px;
}

div.criterios_aval > div.box_red{
display: none;
width: 7rem; 
top: 25.5rem;
left: 3rem;
position: absolute;
}
      
div.criterios_aval > div.box_red img{
width: 100%;
}
  
div.criterios_aval > div.box_grey img{
width: 100%;
}
  
div.criterios_aval > div.box_grey{
display: none;
width: 7rem;
bottom: 17rem;
right: 3rem;
position: absolute;
}
  
div.calc,
div.faltas{
display: flex;
justify-content: center;
align-items: center;
height: auto;
}

div.calc > div#container{
background-color: #fff; 
box-shadow:  4px 4px 8px #9f9f9f,
-5px -4px 8px #e9e9e9;
border-radius: 10px;
margin: 2.5rem auto; 
padding: 20px 10px;
width: 100%;
}

div.calc > div#container > h1{
font-size: 20px;
text-align: center;
padding-top: 1rem;
}

h3{
color: var(--grey_1);
}

div.calc > div#container > div.inputs{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 1.5rem 0;
width: 100%;
}

div#container > div.inputs > p{
font-size: 13px;
}

div.inputs > p > input{
margin-left:20px;
width: 7rem;
border: none;
padding: 6px 10px;
color: var(--grey_3);
background: #e8e8e8;
box-shadow: 2px 2px 4px #c5c5c5,
 -2px -2px 4px #ffffff;
transition: 0.3s;
outline: none;
}

div.inputs > p > input:focus{
outline-color: #e8e8e8;
background: #e8e8e8;
box-shadow: inset 20px 20px 60px #c5c5c5,
inset -20px -20px 60px #ffffff;
transition: 0.3s;
}

.button-32{
text-transform: uppercase;
margin: 3rem 0 0;
display: inline-block;
transition: all 0.2s ease-in;
position: relative;
color:var(--grey_2);
padding: 8px 20px;
font-size: 12px;
border-radius: 0.5em;
background: #e8e8e8;
border: 1px solid #e8e8e8;
box-shadow: 3px 3px 8px #c5c5c5,
           -3px -3px 8px #ffffff;
}

.button-32:active,
.button-falta:active {
box-shadow: inset 4px 4px 12px #c5c5c5,
             inset -4px -4px 12px #ffffff;
}

.button-32:hover,
.button-falta:hover {
color: var(--red_3);
border: 1px solid var(--red_3);
}

div#container > div#resultado{
text-align: center;
font-size: 14px;
}

.crit{
font-size: 18px;
}


#box_falta{
height: auto;
width: 100%;
}

div.faltas > div#container{
margin: 2rem auto 2rem; 
box-shadow:  4px 4px 8px #9f9f9f,
-5px -4px 8px #e9e9e9;
background-color: #fff;
border-radius: 10px;
padding: 20px 0px 30px;
width: 100%;
}
 
div.faltas > div#container > h1{
font-size: 22px;
text-align: center;
}

div.faltas > div#container > div.inputs{
padding: .5rem 2.5rem;
width: 100%;
}

div#container > div.inputs > p{
font-size: 13px;
}

div.inputs > p > input{
margin-left: 5rem;
width: 7rem;
}

.btn_faltas{
width: 100%;
height: 20vh;
display: flex;
flex-direction: column;
justify-content: center;
}
    
.button-falta{
width: 30%;
margin: auto;
padding: 5px;
text-transform: uppercase;
display: inline-block;
transition: all 0.2s ease-in;
position: relative;
color:var(--grey_2);
font-size: 12px;
border-radius: 0.5em;
background: #e8e8e8;
border: 1px solid #e8e8e8;
box-shadow: 3px 3px 8px #c5c5c5,
           -3px -3px 8px #ffffff;
}

.lim-faltas{
font-size: 13px;
text-align: center;
margin-left: 5% ;
}


.obs{
text-decoration: underline !important;
}    

@media (min-width: 530px){
 div.title_docs h2{
 width: 60%;
font-size: 28px;
 padding: 0;
 }
 
div.title_docs > .border-shape {
background:var(--red_3) repeat scroll 0 0;
display:block;
position:absolute;
height:4px;
width: 70px;
top: 12.5rem;
left: .8rem;
}} 

@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/6.criterios_aval_gd.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: 60%;
}

div.title_docs > .border-shape {
height:4px;
width: 100px;
top: 11.1rem;
left: 2.5rem;
} 
        
div.container_pincipal> div.links{
top: 1rem;
left: 1.5rem;
font-size: 14px;
}

div.content{
width: 100%;
height: auto;
}

div.content > div.criterios_aval{
width: 90%;
margin: 4rem auto 5rem; 
padding: 30px 20px 4rem;
}

div.content > div.criterios_aval h2{
padding: 7px 5px;
font-size: 22px;
margin: 2rem 0;
}

div.content > div.criterios_aval p{
font-size:15px;
margin-top: 20px;
width: 90%;
color: var(--grey_1);
}
 
div.calc > div#container{
margin: 3rem auto 2rem; 
padding: 20px 10px 30px;
width: 70%;
}
    
div.calc > div#container > h1{
font-size: 22px;
}

div.calc > div#container > div.inputs{
padding: 1.5rem;
width: 100%;
}

div#container > div.inputs > p{
font-size: 15px;
}

div.inputs > p > input{
margin-left: 1rem;
width: 7rem;
}

.button-32{
margin: 4rem 0 0;
}
/*calculadora de faltas*/
div.faltas > div#container{
margin: 3rem auto 2rem; 
border-radius: 10px;
padding: 20px 10px 30px;
width: 65%;
}

div.inputs > p > input{
margin-left: 1rem;
width: 7rem;
}

div#container > div.inputs > p{
font-size: 15px;
}}

@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: 80%;
}

div.title_docs > .border-shape {
height:4px;
width: 100px;
top: 11rem;
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: 15px;
}

div.calc > div#container{
width: 50%;
}

div.calc > div#container{
margin: 6rem auto 3rem; 
padding: 20px 10px;
}

div.criterios_aval > div.box_red{
display: flex;
}

div.criterios_aval > div.box_grey{
display: flex;
}
div.main_content > div.links > p >a{
font-size: 14px;
}}










  
  