body {
  background-color: #EFE9E4;
  font-family: 'alexandria';
  font-size: 18px;
  font-weight: 300;
}

p {
  font-size: 1.25rem;
  line-height: 1.8rem;
}

a.links {
  color: #A80000;
  text-decoration: none;
  transition: all 0.5s;
}

a.links:hover,
a.links:active,
a.links:focus {
  text-decoration: underline;
  text-decoration-color: #926A54;
  text-decoration-style: solid 2px;
  text-decoration-thickness: 3px;
  color: #A80000;
}

.navbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  max-width: 1440px;
  margin: 0 auto;
}

.navbar-bg {
  background-color: #EFE9E4;
}

.nav-fix {
  margin-bottom: 100px;
}

.menu {
  font-family: 'alexandria';
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  color: #050A30;
  margin: 0 10px;
}

.menu:hover {
  text-decoration: underline;
  text-decoration-color: #926A54;
  text-decoration-style: solid 2px;
  text-decoration-thickness: 3px;
  color: #050A30;
}

.infos {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.info {
  background-color: #926A54;
  width: 100%;
  text-align: center;
  color: #EFE9E4;
  padding: 10px 0;
  border-radius: 25px;
  font-size: 1rem;
  border: solid 3px #D4C4BB;
}

.infos2 {
  background-color: #050A30;
  border-radius: 25px;
  border: solid 3px #D4C4BB;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 50px;
}

.info2 {
  color: #EFE9E4;
  font-size: 1.25rem;
}


@media (min-width: 769px) {
  .info {
    font-size: 1.2rem;
  }
}

.img-titles {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}

#contato {
  background-color: #A80000;
  margin-top: 50px;

}

#contato img {
  max-width: 800px;
}

#contato .btn {
  margin-top: 10px;
  background-color: #EFE9E4;
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #A80000;
}

#contato .form-control {
  background-color: #EFE9E4
}

.social {
  margin-bottom: 40px;
}

.social img {
  width: 35px;
  height: 35px;
  margin: 0 10px;
}

.btn-contato:hover,
.btn-contato {
  margin-top: 10px;
  background-color: #A80000;
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #EFE9E4;
}

#form_contato_resposta {
  padding-top: 20px;
  text-align: center;
  color: #EFE9E4;
  font-size: 1.3rem;
  line-height: 1.8rem;
}