body {
  color: #05403F;
}

.header {
  position: fixed;
  top: 0;
  height: 120px;
  width: 100%;
  background-color: #034040;
}

.content {
  margin-top: 130px;
}

.logo-img {
  max-width: 400px;
  height: auto;
  margin: 10px 30px;
}

.content-body {
  margin-top: 200px;
}

.content-body-info {
  margin: 50px 300px 100px 122px;
}

.content-body-info-title {
  font-size: 1.8em;
  margin: 30px 0 20px 0;
  border-bottom: 2px solid #05403F;
}

.content-body-info-subtitle {
  font-size: 1.2em;
  margin-top: 40px;
  margin-left: -19px;
  border-bottom: 2px solid #05403F;
}

.content-body-info-content {
  font-size: 1.3em;
  margin: 0 0 70px 20px;
  line-height: 1.5em;
}

.map {
  margin-bottom: 10px;
}

.contact-body {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.contact-info {
  margin-left: 30px;
}

.contact-info-item {
  margin-bottom: 10px;
  font-size: 0.9em;
  display: flex;
}

.contact-info-item-info {
  margin-left: 10px;
  white-space: nowrap;
}

.info-location {
  max-width: 20px;
}

.info-whats {
  max-width: 22px;
}

.social {
  position: fixed;
  bottom: 20px;
  right: 25px;
  display: flex;
}

.social img {
  width: 40px;
  padding-left: 15px;
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

html, body {
  font-family: century-gothic;
  position: relative;
  margin: 0;
  height: 100%;
}
