.header {
  position: fixed;
  top: 0;
  width: 100vw;
  background-color: #001d5f;
  padding-top: 1.5vw;
  padding-bottom: 1vw;
  z-index: 99;
}
.header .header__title {
  font-size: 20px;
  color: #c1d0ff;
  font-weight: 600;
}
.header .header__title--link:hover {
  text-decoration: none;
}
.header .header__link {
  display: block;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.header .header__link:hover {
  text-decoration: none;
  color: #c1d0ff;
}
.header .active {
  color: #c1d0ff;
}

@media only screen and (max-width: 767px) {
  .header .header__title {
    padding-top: 6vw;
    text-align: center;
    padding-bottom: 6vw;
    margin-bottom: 6vw;
    border-bottom: 2px solid #ffffff;
  }
  .header .header__link {
    font-size: 16px;
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1599px) {
  .header .header__title {
    font-size: 16px;
  }
  .header .header__link {
    font-size: 12px;
  }
}
body {
  background-image: url("/images/fundo3.png");
  background-size: contain;
  font-family: "Europa", sans-serif;
}

.msg {
  margin-top: 10vw;
  font-size: 24px;
  color: #001d5f;
  line-height: 2;
}

.textos {
  margin-top: 10vw;
  margin-bottom: 10vw;
}
.textos .textos__link:hover {
  text-decoration: none;
}
.textos .textos__texto {
  padding: 2vw;
  border: 2px solid #001d5f;
  border-radius: 12px;
  margin-bottom: 2vw;
}
.textos .textos__texto .textos__texto__title {
  font-size: 20px;
  color: #001d5f !important;
  font-weight: 700;
  margin-bottom: 2vw;
  text-transform: uppercase;
}
.textos .textos__texto .textos__texto__authors {
  font-size: 16px;
  color: #001d5f;
  font-weight: 400;
  margin-bottom: 2vw;
}
.textos .textos__texto .textos__texto__other {
  font-size: 14px;
  color: #001d5f;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 2vw;
  text-transform: uppercase;
}
.textos .textos__texto .textos__texto__abstract {
  font-size: 14px;
  color: #001d5f;
  text-align: justify;
  margin-bottom: 2vw;
  line-height: 2;
}

.pesquisa {
  position: fixed;
  margin-top: 10vw;
  margin-bottom: 10vw;
}
.pesquisa .pesquisa__title {
  font-size: 40px;
  color: #001d5f;
  font-weight: 800;
  margin-bottom: 2vw;
  text-transform: uppercase;
}
.pesquisa .pesquisa__form .pesquisa__form__label {
  display: block;
  margin-bottom: 1vw;
  font-size: 14px;
  color: #001d5f;
  font-weight: 700;
}
.pesquisa .pesquisa__form .pesquisa__form__input {
  display: block;
  margin-bottom: 1vw;
  width: 100%;
  border: none;
}
.pesquisa .pesquisa__form .pesquisa__form__input:focus {
  border: none;
  outline: none;
}
.pesquisa .pesquisa__form .pesquisa__form__select {
  margin-bottom: 1vw;
  width: 100%;
  border: none;
}
.pesquisa .pesquisa__form .pesquisa__form__button {
  display: block;
  width: 100%;
  padding: 1vw;
  margin-top: 2vw;
  border-radius: 12px;
  border: none;
  background-color: #001d5f;
  color: #ffffff;
}
.pesquisa .pesquisa__form .pesquisa__form__button:hover {
  background-color: #c1d0ff;
  color: #001d5f;
}
.pesquisa .pesquisa__form .pesquisa__form__button:focus {
  border: none;
  outline: none;
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .pesquisa {
    position: unset;
    margin-top: 70vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .pesquisa .pesquisa__title {
    margin-bottom: 10vw;
  }
  .pesquisa .pesquisa__form .pesquisa__form__label {
    font-size: 16px;
    margin-bottom: 5vw;
  }
  .pesquisa .pesquisa__form .pesquisa__form__input, .pesquisa .pesquisa__form .pesquisa__form__select {
    margin-bottom: 5vw;
    width: 80%;
  }
  .pesquisa .pesquisa__form .pesquisa__form__button {
    margin-top: 20vw;
    padding: 4vw;
  }

  .textos {
    padding-left: 5vw;
    padding-right: 5vw;
    margin-top: 20vw;
    margin-bottom: 40vw;
  }
  .textos .textos__texto {
    padding: 8vw;
    margin-bottom: 10vw;
  }
  .textos .textos__texto .textos__texto__title {
    margin-bottom: 10vw;
  }
  .textos .textos__texto .textos__texto__authors {
    margin-bottom: 5vw;
  }
  .textos .textos__texto .textos__texto__other {
    margin-bottom: 5vw;
  }
}

/*# sourceMappingURL=obra.css.map */
