@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}

body{
  background-color: #fffcf0;
 
}

.expo1-title p{
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #000;
  text-shadow: 4px 4px 27px rgba(0,0,0,0.19);
}
.expo1-title::after{
  content: '';
  width: 50%;
  height: 3px;
  position: absolute;
  background-color: #000;
  left: 30px;
}


.expo1-content {
  margin-top: 30px;
  width: 100vw;
  font-family: 'Montserrat';
}
.expo1-content p{
  text-transform: none;
  text-align: justify;
  margin: 40px;
}
.expo1-content p a{
  text-decoration: underline;
  font-size: 17px;
  font-weight: 600;
}
.expo1-content img{
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}


.expo1-p{
  display: flex;
  flex-direction: column;
  margin: 0px 30px 0 20px;
}
.expo1-p *{
  margin: 10px;
  padding: 10px;
  color: #505050;
}
.expo1-p p {
  padding: 10px;
  font-weight: 400;
}
.expo1-p .p_forma{
  font-size: 15px;
}

.folha-sala {
  width: 20%;
  padding: 0;
  background-color: #c0b8a1b8;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
}

.folha-sala-dropdown {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  
}
.folha-sala-btn, .folha-sala2 {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.folha-sala-btn:hover {
  background-color: #444;
}

.folha-sala-options {
  display: none;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  min-width: 180px;
  z-index: 1;
  position: relative;
}

.folha-sala-options a{
  color: #000;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
  font-size: 14px;
}
.folha-sala-options a:hover {
  background-color: #ddd;
}
.folha-sala-dropdown:hover .folha-sala-options {
  display: flex;
}

.folha-sala2{
  position: relative;
  margin-top: 5px;

}


.lang-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.translate-btn {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
}
.translate-btn:hover {
  background-color: #444;
  color: #fff;
}



/*TELEMOVEL*/
@media(max-width:999px){

  .expo1-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .expo1-p{
    display: flex;
    flex-direction: column;
    align-items: center;

  }
  .expo1-content img {
    width: 70vw;
  }

.folha-sala-options{
  flex-wrap: wrap;
  width: 50%;
}

  footer p {
    margin-top: 10%;
    font-size: 10px;
  }
}

/*PC*/

@media(min-width: 999px){

  body{
    overflow: hidden;
  }

  .expo1-content{
    display: flex;
    justify-content: space-between;
  }

  .expo1-content img {
    height: 65vh;
    margin-left: 70px;
  }

  .expo1-p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .folha-sala{
    margin-top: 20px;
  }


  footer p {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    text-align: center;
  }
}

