.logo {
  height: 1.5em;
}

.capa {
  height: 400px;
  background-image: url(./images/Site/capa.png);
  background-size: cover;
  position: relative;
}

.chamada {
  position: absolute;
  max-width: 50%;
  color: #eeeeee;
  /* border: 1px solid red; */
  top: 10%;
  left: 10%;
}

.chamada-texto {
  font-size: 4em;
  margin-bottom: 20px;
}

.btn-chamada {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background-color: #dd9d4c;
  border-color: #dd9d4c;
}

.btn-chamada:hover {
  font-weight: bold;
  padding: 12px 14px;
  background-color: #dd9d4c;
  transition: 0.5s;
}

.botao-mostruario:hover {
  background-color: #dd9d4c;
  border-color: #dd9d4c;
}

a {
  text-decoration: none;
  color: #333;
}

.rodape-texto {
  font-size: 10px;
}

.amostra-img {
  margin: 4px;
  border: 1px solid rgb(223, 221, 221);
  min-height: 200px;
  min-width: 200px;
}

/* --------media screen--------- */

@media only screen and (max-width: 860px) {
  .capa {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .chamada {
    /* border: 1px solid red; */
    left: 0;
    top: 0;
    position: static;
    max-height: 100%;
    max-width: 100%;
    color: #eeeeee;
  }
}

@media only screen and (max-width: 480px) {
  .chamada {
    top: 1em;
  }
  .chamada-texto {
    font-size: 2.8em;
  }
}
