.header-maga {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/WhatsApp-Image-2023-02-13-at-15.29.58.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.links-maga {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.image-header {
  width: 100%;
  margin-bottom: 100px;
}

.link-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin: 10px 15px;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.link-bottom:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.link-bottom.text {
  padding-right: 25px;
  padding-left: 25px;
}

.text-block {
  font-size: 14px;
}

.text2 {
  font-size: 24px;
  line-height: 18px;
  font-weight: 800;
}

.text1 {
  font-size: 12px;
  line-height: 12px;
}

.whatsapp-icon {
  width: 36px;
  height: 36px;
  margin-right: 19px;
}

.facebook-icon {
  width: 36px;
  height: 36px;
  margin-right: 11px;
  margin-left: 11px;
}

.instagram-icon {
  width: 60px;
  height: 60px;
}

.tiktok {
  width: 40px;
  height: 40px;
}

.link-bottom-whats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 80px;
  margin: 10px 15px;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.link-bottom-whats:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.link-bottom-whats.text {
  padding-right: 25px;
  padding-left: 25px;
}

.body {
  background-color: #190626;
}

.chamada-text {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .header-maga {
    background-size: cover;
  }

  .link-bottom {
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-bottom-whats {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .header-maga {
    background-position: 50% 20%;
  }

  .links-maga {
    height: 30vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .link-bottom {
    width: 29%;
    margin-right: 1.5%;
    margin-left: 1.5%;
  }

  .link-bottom-whats {
    width: 100%;
  }

  .chamada-text {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
}