@font-face {
  font-family: "BalooFontRegular";
  src: url("../fonts/Baloo2-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "BalooFontBold";
  src: url("../fonts/Baloo2-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "NaughtyMonster";
  src: url("../fonts/NaughtyMonster.otf") format("truetype");
}
body {
  line-height: 1.2;
  overflow-x: hidden;
}

.container__full {
  background: #9D5EA1;
  color: #fff;
  font-family: "BalooFontRegular";
}
.container__full .text-style__title {
  font-size: 94px;
  margin-bottom: 32px;
}
.container__full .text-style__subtitle {
  font-size: 64px;
  margin-bottom: 24px;
}
.container__full .text-style__paragraph {
  font-family: "BalooFontRegular";
  font-size: 18px;
}
.container__full .text-style__dimentions {
  max-width: 580px;
  text-align: center;
}
.container__full .image__responsive {
  width: 70%;
}
.container__full .image__responsive img {
  width: 100%;
  height: auto;
  display: block;
}
.container__full .container01 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 120px;
  padding-right: 64px;
}
.container__full .container01 .text-style__dimentions {
  max-width: 720px;
  margin-left: 3vw;
  text-align: start;
}
.container__full .container01 .text-style__dimentions h3 {
  font-family: "NaughtyMonster";
  color: #2D55A2;
  margin: 32px 0;
  font-size: 4vw;
}
.container__full .container01 .text-style__dimentions > svg {
  width: 150px;
}
.container__full .container01 .text-style__dimentions .info-logo {
  width: 20%;
  margin-bottom: 32px;
}
.container__full .container02 {
  display: flex;
  justify-content: space-between;
  padding: 0 6vw;
  margin-bottom: 120px;
  font-family: "BalooFontBold";
}
.container__full .container02 li {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.container__full .container02 li .background-green {
  margin-top: 32px;
  background: url("../img/container02-background.png") no-repeat;
  background-size: 100%;
  max-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11vw;
}
.container__full .container02 li .background-green p {
  font-size: 24px;
  padding: 24px;
  text-align: center;
}
.container__full .container03 {
  display: flex;
  flex-direction: row;
  padding-left: 6vw;
  margin-bottom: 120px;
  align-items: center;
}
.container__full .container03 .first-content {
  margin-right: 64px;
}
.container__full .container03 .first-content .background-green {
  margin-top: 32px;
  background: url("../img/container03-background.png") no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: row;
}
.container__full .container03 .first-content .background-green h4 {
  margin: 0 20px;
  text-align: center;
  padding: 32px 0;
  font-size: 24px;
  font-family: "BalooFontBold";
}
.container__full .container04 {
  display: flex;
  font-family: "BalooFontBold";
  text-align: center;
  justify-content: space-between;
  padding: 0 6vw;
  margin-bottom: 120px;
}
.container__full .container04 li {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.container__full .container04 li .background-green {
  background: url("../img/container02-background.png") no-repeat;
  background-size: 100%;
  max-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11vw;
}
.container__full .container04 li .background-green p {
  font-size: 20px;
  padding: 14px;
}
.container__full .container05 {
  display: flex;
  flex-direction: row;
  padding-right: 6vw;
  justify-content: space-between;
  font-family: "BalooFontBold";
}
.container__full .container05 .second-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container__full .container05 .second-content .background-green {
  background: url("../img/container02-background.png") no-repeat;
  background-size: 100%;
}
.container__full .container05 .second-content .background-green h4 {
  max-width: 320px;
  font-size: 24px;
  padding: 48px 24px;
  text-align: center;
}
.container__full .container05 .first-content {
  margin-right: 64px;
}
.container__full .container06 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 6vw;
  margin-bottom: 120px;
  font-family: "BalooFontBold";
}
.container__full .container06 .second-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container__full .container06 .second-content h6 {
  font-size: 24px;
  margin-top: 32px;
  text-align: center;
}
.container__full .line {
  margin-bottom: 64px;
  padding: 0 6vw;
}
.container__full .container07 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-family: "BalooFontBold";
  margin-bottom: 32px;
}
.container__full .container07 .logo-main {
  margin-right: 10%;
}
.container__full .container07 .social {
  margin-right: 32px;
  display: flex;
  flex-direction: row;
}
.container__full .container07 .social a {
  margin: 8px;
}
.container__full .container07 .social .face {
  margin-top: -16px;
}
.container__full .container07 h4 {
  font-size: 18px;
}
.container__full .container07 .logo-final {
  margin-left: 10%;
}

@media (max-width: 875px) {
  .container__full .container01 .text-style__dimentions h3 {
    font-size: 42px;
  }
  .container__full .container01 .text-style__dimentions .info-logo {
    margin: unset;
  }
  .container__full .container01, .container__full .container02, .container__full .container03, .container__full .container04, .container__full .container05, .container__full .container06 {
    flex-direction: column;
    padding: 0 6vw;
  }
  .container__full .container02 li .background-green {
    margin-block: 50px;
    height: 20vw;
  }
  .container__full .container03 .first-content .background-green {
    margin-block: 50px;
  }
  .container__full .container04 li .background-green {
    margin-block: 50px;
    height: 20vw;
  }
  .container__full .container07 {
    flex-direction: column;
    align-items: center;
  }
  .container__full .container07 .social {
    margin-top: 32px;
  }
}
@media (max-width: 413px) {
  * p, h4 {
    font-size: 16px !important;
  }
  .container__full .image__responsive {
    width: 100%;
  }
  .container__full .container02 li .background-green {
    height: 40vw;
  }
  .container__full .container03 .first-content .background-green h4 {
    margin: unset;
    padding: unset;
  }
  .container__full .container04 li .background-green {
    height: 35vw;
    width: 70vw;
  }
  .container__full .container05 .second-content .background-green {
    height: 46vw;
    margin-block: 50px;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container__full .container07 .logo-main {
    margin: unset;
  }
  .container__full .container07 .logo-final {
    margin: unset;
  }
}/*# sourceMappingURL=style.css.map */