/* Largura exata de dispositivos populares (320px, 768px, 1024px)! */

#labal{
    text-align: right;
   }
   #header .navbar .dropdown .dropdown-menu .container #suport a{
    color: #242424;
    font-size: 13pt;
    text-decoration: bold;
    
  }
   #header .navbar .dropdown .dropdown-menu .container .whoweare a{
    color: #242424;
    font-size: 11pt;
    
    
  }
   #header .navbar .dropdown .dropdown-menu .container #contact a{
    color: #242424;
    font-size: 13pt;
    
    
  }
   #header .navbar .dropdown .dropdown-menu .container #area a{
    color: #242424;
    font-size: 10pt;
    
    
  }
   .error404-area   p {
      font-family: "Sofia", sans-serif;
      
      
   }
   @media (min-width: 300px) and (max-width: 768px){
     #labal{
    text-align: left;

    
   }
   #header  p{
    display: none;
  }
   #header  #imagem{
    display: none;
  }
   .navbar .dropdown .dropdown-menu .container {
    /* max-width: 320px !important; */
    background-color: rgb(235, 235, 235);
    color: #242424 !important;
    display: inline-block;
  }
  #header .navbar .dropdown .dropdown-menu .container #area a{
    color: #242424 !important;
    
    
  }
   .navbar .dropdown .dropdown-menu .container .row #texto{
    max-width: 0 !important;
  }
   }
   @media(min-width: 768px){
   #personalData{
     
     padding-top:50px;
     padding-bottom: 20px;
     background:rgba(251, 250, 250, 0.952);
     box-shadow: 0 8px 8px 0 rgba(128, 128, 129, 0.37);
     
   }
   #academicData{
     padding-top:50px;
     padding-bottom: 20px;
     background:rgba(251, 250, 250, 0.952);
     box-shadow: 0 8px 8px 0 rgba(128, 128, 129, 0.37);
     justify-content: center;
   }
   #complementData{
     padding-top:50px;
     padding-bottom: 20px;
     padding-left: 10%;
     padding-right: 10%;
     background:rgba(251, 250, 250, 0.952);
     box-shadow: 0 8px 8px 0 rgba(128, 128, 129, 0.37);
   }
  }
   #row{
     margin-left: 10%;
   }
   #files{
     margin-left: 5%;
   }
     .selection{        
       background:rgba(255,255,255,0.15);
       box-shadow: 0 2px 2px 0 rgba(31, 38, 135,0.37);
       border-radius: 1rem;

       width: 70%;
       height: 3rem;
       padding-left: 1rem;
       border:none;
       outline: none;
       color:#3c354e;
       font-size: 1rem;
       font-weight: bold;
    }

    .selection:focus {
        display: inline-block;
        box-shadow: 0 0 0 0.2rem #b9abe0;
        backdrop-filter: blur(12rem);
        border-radius: 2rem;
        animation-delay: 60s;
    }

    .selection::placeholder{
        color: #b9abe099;
        font-weight: 100;
        font-size: 1rem;
    }

    /* 6.21 Error 404 Page
/*----------------------------------------*/
.error404-area{
    margin-top: 6%;
}
.error-text h1 {
	color: rgb(240, 41, 19);
	font-size: 200px;
	font-weight: 900;
	letter-spacing: 10px;
	line-height: 200px;
	margin-bottom: 30px;
}
.error-text h2 {
  color: #242424;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.error-text > p {
  color: #242424;
  font-size: 24px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 30px;
}
 #search-form {
  position: relative;
  width: 450px;
  text-align: center;
  display: inline-block;
}
#search-form input {
  background: #e1e1e1 none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  color: #242424;
  float: left;
  font-size: 14px;
  height: 45px;
  padding-left: 20px;
  padding-right: 55px;
  width: 100%;
}
#search-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4f4f4f;
  font-size: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 50px;
}
 #search-form button:hover {
 	color:rgb(240, 41, 19);
 }
 .error-button a {
 	background: rgb(240, 41, 19);
 	border-radius: 35px;
 	color: #ffffff;
 	display: inline-block;
 	font-size: 12px;
 	font-weight: bold;
 	line-height: 40px;
 	margin-top: 53px;
 	padding: 0 30px;
 	text-transform: uppercase;
 	transition: all 0.3s ease-in-out;
}
.error-button a:hover{background:#242424;color:#fff;}
.small-version {
  display: none;
}
/*----------------------------------------------------------------------------------------------------*/