@font-face {
  font-family: "MyriadWebPro";
  src: url(../fonts/MyriadWebPro.ttf);
}

@font-face {
  font-family: "MarvinRound";
  src: url(../fonts/Marvin\ Round\ Regular.woff.ttf);
}

@font-face {
  font-family: "skippy-sharpie";
  src: url(../fonts/skippy-sharpie.ttf);
}

:root {
  --bg: #efb9e0;
}

html,
body {
  font-family: "MyriadWebPro";
  background: var(--bg);
  font-size: 62.5%;
}

img {
  width: 100%;
}

.containerInformations {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.textBaloon h6 {
  font-family: "MarvinRound";
}

/* container 1 */
.container01 {
  margin-bottom: 5%;
}
.container01Description {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.container01Description img:nth-child(2) {
  width: 50%;
}

.container01Description img {
  width: 30%;
  margin: 2%;
}

/* container 2 */
.container02 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-inline: 4%;
  margin-bottom: 5%;
}

#produto1 {
  width: 50%;
}

.container02Description {
  display: flex;
  flex-direction: column;
}

.container02 .baloon {
  margin: auto;
  position: relative;
  margin-block: 4rem;
}

.container02 .baloon img {
  width: 100%;
}

.container02 .textBaloon {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  font-size: 2.4rem;
  color: #1a428a;
}

.yellowTag {
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
}

.yellowTag img {
  width: 28rem;
}

.yellowTag p {
  font-family: "skippy-sharpie";
  font-size: 3rem;
  padding-bottom: 2rem;
}

/* container 3 */
.container03 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 4%;
}

.container03 .baloon {
  margin: auto;
  position: relative;
  margin-block: 4rem;
}

.container03 .baloon img {
  width: 100%;
}

.container03 .textBaloon {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  font-weight: bold;
  font-size: 2.2rem;
  color: #80bc00;
  text-transform: uppercase;
}

/* container 4 */
.container04 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 4%;
}
.container04 .baloon {
  margin: auto;
  position: relative;
  margin-block: 4rem;
}

.container04 .baloon img {
  width: 100%;
}

.container04 .textBaloon {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  font-weight: bold;
  font-size: 2.4rem;
  color: #80bc00;
  text-transform: uppercase;
}

/* container 5 */
.container05 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 4%;
}
.container05 .baloon {
  margin: auto;
  position: relative;
  margin-block: 4rem;
}

.container05 .baloon img {
  width: 100%;
}

.container05 .textBaloon {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  font-weight: bold;
  font-size: 2.4rem;
  color: #80bc00;
  text-transform: uppercase;
}

/* footer */
footer {
  display: flex;
  flex-direction: column;
}

.footerImages {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12%;
}

.footerImages img:first-child {
  width: 30%;
}

.footerImages img {
  width: 20%;
}

.footerContent {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  color: #1a428a;
  margin-top: 2%;
}

.footerContent p {
  width: 45%;
}

footer span {
  font-size: 1.8rem;
  color: #1a428a;
}

.footerSocial {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-block: 4rem;
}

.footerSocial img {
  width: 5rem;
  margin-inline: 1.2rem;
}

.footerSocial a:nth-child(2) {
  margin-bottom: 1rem;
}

footer span {
  text-align: center;
}

@media (min-width: 1920px) {
  section {
    margin-inline: 8%;
  }
}

@media (max-width: 1024px) {
  section {
    margin-inline: 4%;
  }

  #produto1 {
    width: 53%;
  }

  .textBaloon h6 {
    font-size: 2rem;
  }

  *.textBaloon h6 {
    font-size: 1.6rem !important;
  }
}

@media (max-width: 987px) {
  /* container row */
  .container03,
  .container04,
  .container05 {
    flex-direction: column;
  }

  .container01Description {
    flex-direction: column;
  }

  .container01Description img {
    width: 100%;
  }

  .container01Description img:nth-child(2) {
    width: 100%;
  }

  .container02 {
    flex-direction: column;
  }

  #produto1 {
    width: 100%;
  }

  .container02 .textBaloon {
    font-size: 2.4rem;
  }

  .textBaloon h6 {
    font-size: 2.4rem;
  }

  .footerContent p {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .container02 .textBaloon {
    font-size: 1.6rem;
  }
}
