body {
    background: #F2F2F2;
    color: rgb(14, 14, 14);
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
}

body, html {
    margin: 0;
    width: 100%;
}

em {
  font-weight: bold;
  font-style: normal;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.gif-load {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url(./img/gif-load.gif) center no-repeat #f2f2f2;
}

/* TAB */
.pular a { 
  position: absolute; 
  top: -10000px; 
  width: 1px; 
  height: 1px; 
  overflow: hidden;
}
.pular a:focus, .pular a:active { 
  position: absolute; 
  top: 0;
  width: auto;
  height: auto;
  margin: 20px 0 0 25px;
  padding: 20px 10px 20px 10px;
  overflow: visible; 
  text-decoration: none; 
  background: rgb(14, 14, 14);
  color: antiquewhite;
  font-size: 13px;
}

/*MENU PRINCIPAL*/

#menu {
float: right;
width: 25px;
margin-right: 25px;
padding-top: 22px;
}

.pes {
float: right;
text-align: right;
margin: 25px 30px;    
}

.logo {
  text-align: left;
  margin-left: 20px;
  margin-top: 10px;
}

nav {
right: 0;
justify-content: space-between;
}

nav ul {
position: fixed;
background-color: #f9f9f9;
width: 60%;
height: 100%;
top: 0;
right: 0;
padding-top: 30px;
padding-right: 25px;
padding-left: 0;
z-index: 10;
}

nav ul li a {
text-decoration: none;
color: rgb(14, 14, 14);
display: block;
width: fit-content;
margin: 25px 0 10px auto;
font-size: 17px;
text-align: right;
padding-bottom: 5px;
}

.menu:hover {
  border-bottom: 1px solid rgb(14, 14, 14);
}  

.screen {
  border-bottom: 1px solid rgb(14, 14, 14);
}

.fecha-btn{
  margin-top: -10px;
  text-align: right;
  cursor: pointer;
}

.hide-mobile {
  display: none;
}

.navbar {
list-style-type: none;
margin-top: 0;
}


#fixed {  
  display: none;
}

.mudar-tam {
  border: none;
  background: rgb(189, 189, 189);
  color: rgb(14, 14, 14);
  border-radius: 3px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  margin: 0 0 0 10px;
}

/*HOME*/
.mid{
    display: flex;
}

.board{
    width: 100%;
    max-width: 1200px;
    height: 40%;
    position: absolute;
}

.ill {
    float: right;
    margin-right: 60px;
}

.main {
    text-align: center;
    margin-top: 100px;
}

.main h1 {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 55px;
    width: 100%;
    margin: 0;
    word-spacing: -5px;
}

.main h2 {
    font-family: 'Belleza', sans-serif;;
    font-size: 70px;
    font-weight: lighter;
    margin: 0;
    margin-bottom: 40px;
} 

.main p {
  visibility: hidden;
}

#explorar {
  font-family: 'Montserrat';
  background: rgb(20, 20, 20);
  color: white;
  border-radius: 2pt;
  font-size: 18px;
  padding: 12px 30px 12px 30px;
  border: none;
}

#explorar:hover {
  transform: scale(1.1);
	transition: transform .3s;
}

.main a {
    color: white;
    text-decoration: none;
}

/* info das paginas */ 

.info {
  margin: 0 30px 0 30px;
}

h2 {
  font-family: 'Belleza', sans-serif;
  font-size: 32px;
}

.info p {
  font-size: 17px;
  max-width: 620px;
}

/* ACERVO */
.row {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
    justify-content: center;
}

.column {
    flex: 100%;
    max-width: 100%;
    padding: 0 15px;
}
  
.column img {
    margin-top: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.leg {
    font-size: 17px;
    text-align: center;
    cursor: pointer;
}

/*filtros*/
.filtrar {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}

h1 {
  width: fit-content;
}

.acervo {
  font-size: 25px;
  display: flex;
  width: 100px;  
  margin-left: 25px;
}

#iconfiltro {    
  margin: 25px 0 0 0;
  cursor: pointer;
  width: 25px;
}

#lifiltro {
  right: 0;
  list-style-type: none;
  height: 100%;
  top: 80px;
}

.filtro {
  display: inline-flex;
  text-align: right;
  width: 100%;
}

#linha-filtro {
  margin-right: 10px;
  display: inline-flex; 
  width: 30%;
}

.item-filtro {
  display: inline;
  margin-right: 5px;
  margin-left: 0;
}

#campo-de-busca {  
  margin: 0 25px 0 10px;
  width: 60px;  
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  background-image: url('./img/search.svg');
  background-size: 22px;
  background-position: right;
  background-repeat: no-repeat;
  padding: 25px 40px 12px 15px;
}

#campo-de-busca:focus {
  width: 150px;  
  background-color: rgb(255, 255, 255);  
  border-radius: 4px;
}

.hide {
  visibility: hidden;
  width: 0;
}

.dropdown {
  margin-top: 15px;
  margin-right: 25px;
}

.dropdown-content {  
  display: none;
  position: absolute;
  background-color: #e7e7e7;
  z-index: 1;
  width: 100%;
}

.dropdown-content a {
  color: rgb(14, 14, 14);
  text-decoration: none;
  display: block;
  text-align: right;
  width: 93%;  
  margin-bottom: 15px;
}

.dropdown:hover .dropdown-content {
    display: block; 
}

.dropdown-content a:hover {
    border-bottom: 1px black solid;
}


/* CONTATO */

.digite, select, textarea{
  width: 98%;
  padding: 12px 0 12px 12px;
  border: 1px solid rgb(223, 223, 223);
  border-radius: 4px;
  resize: vertical;
}

label {
  font-size: 17px;
  padding: 12px 0 10px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: rgb(14, 14, 14);
  color: white;
  margin-top: 20px;
  padding: 12px 20px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  width: 120px;
  float: right;
  font-size: 15px;
  font-family: 'Montserrat';
}

input[type=submit]:hover, input[type=submit]:active {
  transform: scale(1.1);
	transition: transform .3s;
}

.campos {
  margin: 20px;
}

.desc, .form{
  width: 100%;
  margin-top: 0;
} 

.type:after {
  content: "";
  display: table;
  clear: both;
}

::placeholder{
  font-family: 'Montserrat', sans-serif;
}

@media only screen and (min-width:768px) {
/*MENU*/
  .show-desktop {display:block;margin: 0 30px 20px auto;}
  .hide-desktop {display:none; margin: 0;}
  nav ul {width: auto; background: none; height: auto;display: flex; padding-top: 10px; padding-right: inherit; position: absolute;}
  nav ul li {float: left;}
  nav ul li a { background-color: inherit; font-size: 19px; margin: 15px 10px 0 30px; padding: 0 0 7px 0; width: inherit;}
  .info {margin: 0 60px 0 60px;} 
  .campos {width: 60%; margin-left: 20%; margin-top: 50px;}
/* CONTATO */
  .type {display: flex; place-content: flex-end; margin-bottom: 20px; }
  .desc {text-align: center; width: fit-content; margin: 6px 5% 0 0;}
  .form {width: 75%;}
/*ACERVO*/
  #lifiltro {width: 60%;margin: 10px auto 0 7%; left: 0; right: inherit; height: 60px;}
  .filtro {margin: inherit; display: block;}
  .linha-filtro {margin-top: 27px; width: 95%;}
  .dropdown:hover .dropdown-content {width: fit-content; display: flex;}
  .dropdown-content a {font-size: 15px ;text-align: left; margin-right: 20px; margin-left: 20px; width: fit-content;}
  .row {margin-top: 10px;}
  .column {flex: 20%;max-width: 20%; margin-top: 10px;}
  #fixed {display: block; position: fixed; bottom: 0; right: 0; margin: 0 10px 10px 0;}
  /*HOME*/
  .main h1 {font-size: 68px;}
  .main h2 {font-size: 95px;}
  #explorar {width: 150px; padding: 15px 0 15px 0;}
}

@media only screen and (min-width:768px) and (max-width: 900px) {
  #lifiltro {width: 70%;margin-left: 4%;}
  .column {flex: 45%;max-width: 45%; margin-top:0;}
}