@font-face {
  font-family: GT-Maru-Regular;
  src: url(../assets/fonts/GT-Maru-Regular.otf);
}

@font-face {
  font-family: GT-Maru-Bold;
  src: url(../assets/fonts/GT-Maru-Bold.otf);
}

@font-face {
  font-family: GT-Maru-Black;
  src: url(../assets/fonts/GT-Maru-Black.otf);
}

@font-face {
  font-family: GT-Maru-Medium;
  src: url(../assets/fonts/GT-Maru-Medium-Oblique.otf);
}

html img {
  max-width: 100%;
}

html .content {
  margin: 0;
  font-family: GT-Maru-Regular, sans-serif;
}

html .content .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .content .menu a {
  text-decoration: none;
}

html .content .menu a:link,
html .content .menu a:visited,
html .content .menu a:hover,
html .content .menu a:active {
  color: #31261d;
}

html .content .menu a:focus {
  color: #e57200;
}

html .content .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10%;
}

html .content .header .logo {
  width: 20%;
  padding-top: 20px;
}

html .content .header .logo img {
  width: 100%;
}

html .content .header .menu {
  border-bottom: 1px solid #e57200;
  width: 70%;
  height: 85px;
  font-size: 14px;
  font-family: GT-Maru-Bold;
}

html .content .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

html .content .modal .modal-content {
  border-radius: 30px;
  background-color: #fefefe;
  margin: 15% auto;
  width: 80%;
}

html .content .modal .modal-content .modal-header {
  border-bottom: 1px solid #4A4743;
  padding: 20px 40px;
}

html .content .modal .modal-content .modal-header p {
  font-family: GT-Maru-Black;
  font-size: 36px;
  margin: 0;
}

html .content .modal .modal-content .modal-header .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

html .content .modal .modal-content .modal-header .close:hover,
html .content .modal .modal-content .modal-header .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

html .content .modal .modal-content .documents {
  padding: 20px 40px;
}

html .content .modal .modal-content .documents ul {
  list-style: none;
  padding: 0;
}

html .content .modal .modal-content .documents ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #4A4743;
}

html .content .modal .modal-content .documents ul li span {
  font-family: GT-Maru-Bold;
  font-size: 16px;
}

html .content .banner::after {
  content: "";
  background: url(../assets//imgs/fundo-banner.gif);
  background-repeat: no-repeat;
  opacity: 0.15;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

html .content .banner .content {
  margin: 2% 10% 1% 10%;
}

html .content .banner .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html .content .banner .content .title .left {
  text-align: left;
  color: #31261d;
  width: 33%;
}

html .content .banner .content .title .left h2 {
  font-size: 32px;
  font-family: GT-Maru-Bold;
  margin: 0 0 15px 0;
  width: 70%;
}

html .content .banner .content .title .left h3 {
  font-size: 28px;
  font-family: GT-Maru-Black;
  color: #e57200;
  margin: 0;
}

html .content .banner .content .title .left h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

html .content .banner .content .title .right {
  text-align: left;
  color: #31261d;
  width: 27%;
}

html .content .banner .content .title .right h2 {
  font-size: 40px;
  font-family: GT-Maru-Bold;
  margin: 0 0 15px 0;
}

html .content .banner .content .title .right h2 span {
  font-size: 48px;
  font-weight: 500;
  color: #e57200;
}

html .content .banner .content .banner-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -10%;
}

html .content .banner .content .banner-image ul {
  list-style: none;
  padding: 0;
}

html .content .banner .content .banner-image ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 65px;
}

html .content .banner .content .banner-image ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .content .banner .content .banner-image ul li div .label {
  font-size: 16px;
  font-weight: 400;
  color: #31261d;
  width: 50%;
}

html .content .banner .content .banner-image ul li div .footer-label {
  font-size: 24px;
  font-family: GT-Maru-Bold;
  color: #e57200;
  width: 50%;
}

html .content .banner .content .banner-image .left {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  width: 40%;
}

html .content .banner .content .banner-image .middle {
  position: relative;
}

html .content .banner .content .banner-image .middle img {
  width: 100%;
}

html .content .banner .content .banner-image .middle .banner-img {
  width: 100%;
}

html .content .banner .content .banner-image .middle .element-top {
  position: absolute;
  top: 0;
  right: -35%;
}

html .content .banner .content .banner-image .middle .element-bottom {
  bottom: 0;
  position: absolute;
  right: -25%;
}

html .content .banner .content .banner-image .right {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  width: 40%;
  position: relative;
}

html .content .poof {
  padding-top: 8%;
  background-image: url(../assets/imgs/background-poof.png);
  background-size: 72%;
  background-repeat: no-repeat;
  background-position: top right;
}

html .content .poof .content-video {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

html .content .poof .content-video .play {
  position: absolute;
  top: 35%;
  left: 45%;
  z-index: 9999;
}

html .content .poof .content-video .play img {
  width: 100%;
}

html .content .poof .content-video .video {
  width: 100%;
  height: 100%;
  display: block;
}

html .content .poof .content {
  background-image: url(../assets/imgs/background-poof-footer.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 85%;
  margin: 0 10% 5%;
  overflow: hidden;
  position: relative;
}

html .content .poof .content .title {
  font-size: 48px;
}

html .content .poof .content .title p {
  margin-bottom: 0;
  font-family: GT-Maru-Bold;
}

html .content .poof .content .title .poof-title {
  color: #e57200;
  margin: 0;
}

html .content .poof .content .title span {
  font-size: 24px;
  font-weight: 400;
  width: 50%;
  display: block;
  padding-top: 30px;
}

html .content .poof .content .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}

html .content .poof .content .content-list .vertical {
  position: absolute;
  font-size: 32px;
  font-weight: 400;
  bottom: 5%;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

html .content .poof .content .content-list .list {
  width: 70%;
  margin: 5% 2% 2% 0;
  position: relative;
}

html .content .poof .content .content-list .list .checks {
  -webkit-box-shadow: 0px 0px 20px 3px #c4c4c4;
          box-shadow: 0px 0px 20px 3px #c4c4c4;
  width: 165px;
  position: absolute;
  background: #ffffff;
  top: -25%;
  border-radius: 85px;
}

html .content .poof .content .content-list .list .checks .image {
  max-width: 240px;
}

html .content .poof .content .content-list .list .checks .image img {
  width: 100%;
}

html .content .poof .content .content-list .list .checks .list-poof {
  padding: 0 0 20px 0;
  text-align: center;
  display: -ms-grid;
  display: grid;
  height: 420px;
}

html .content .poof .content .content-list .list .checks .list-poof li {
  list-style-type: none;
}

html .content .poof .content .content-list .list .checks.check-poof {
  right: 240px;
}

html .content .poof .content .content-list .list .checks.check-alcool {
  right: 35px;
}

html .content .poof .content .content-list .list .list-itens {
  height: 420px;
  display: -ms-grid;
  display: grid;
  padding: 40px 90px 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4a4743), to(#31261d));
  background-image: linear-gradient(to right, #4a4743, #31261d);
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px 5px #c4c4c4;
          box-shadow: 0px 0px 20px 5px #c4c4c4;
}

html .content .poof .content .content-list .list .list-itens li {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  list-style-type: none;
  width: 40%;
}

html .content .economy {
  background-image: url(../assets/imgs/background-left-economy.png), url(../assets/imgs/background-right-economy.png);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%;
}

html .content .economy .content {
  position: relative;
  padding-bottom: 10%;
}

html .content .economy .content .info-economy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 25%;
}

html .content .economy .content .info-economy .text-left {
  width: 17%;
  text-align: end;
  padding-right: 10%;
}

html .content .economy .content .info-economy .text-left p {
  color: #000000;
  font-size: 48px;
  line-height: 92%;
}

html .content .economy .content .info-economy .text-left p span {
  color: #e57200;
  font-size: 128px;
  font-family: GT-Maru-Bold;
  line-height: 100%;
}

html .content .economy .content .info-economy .text-left .text-left-footer {
  font-size: 24px;
  font-family: GT-Maru-Bold;
  margin-top: 40%;
  width: 50%;
  display: inline-block;
}

html .content .economy .content .info-economy .text-right {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .content .economy .content .info-economy .text-right p {
  color: #e57200;
  font-size: 70px;
  font-family: GT-Maru-Bold;
  line-height: 92%;
}

html .content .economy .content .info-economy .text-right p span {
  color: #000000;
}

html .content .economy .content .info-economy .arm-economy {
  position: absolute;
  left: 0;
  width: 64%;
  top: 8%;
}

html .content .economy .content .info-economy .arm-economy img {
  width: 100%;
}

html .content .economy .content .circle-economy {
  position: absolute;
  left: 30%;
}

html .content .economy .content .plus-economy {
  position: absolute;
  left: 70%;
  top: 15%;
}

html .content .economy .content .plus-invert-economy {
  position: absolute;
  left: 55%;
  top: 0;
}

html .content .economy .content .footer-economy {
  position: absolute;
  bottom: 4%;
  left: 10%;
}

html .content .info {
  background-image: -webkit-gradient(linear, left top, right top, from(#4a4743), to(#31261d));
  background-image: linear-gradient(to right, #4a4743, #31261d);
  padding: 5% 0 5% 10%;
}

html .content .info .title {
  position: relative;
  padding-bottom: 65px;
}

html .content .info .title p {
  color: #e57200;
  font-size: 64px;
  font-family: GT-Maru-Bold;
  margin: 0;
  width: 120px;
}

html .content .info .title span {
  color: #ffffff;
  padding-top: 45px;
  padding-left: calc(298px - 10%);
  display: block;
  width: 55%;
  position: relative;
}

html .content .info .title span .circle-info {
  position: absolute;
  top: 15%;
  left: 100%;
  width: 45px;
  height: 51px;
}

html .content .info .title .plus-info {
  position: absolute;
  top: 90%;
  left: 80%;
  width: 27px;
  height: 28px;
}

html .content .info .slide .card {
  padding: 0 20px;
}

html .content .info .slide .card img {
  width: 100%;
  border-radius: 20px;
}

html .content .info .slide .card .name {
  color: #ffffff;
  font-size: 32px;
  font-family: GT-Maru-Bold;
  margin: 0;
  text-align: end;
  padding-right: 15%;
}

html .content .info .slide .card .office {
  color: #ffffff;
  font-size: 16px;
  font-family: GT-Maru-Bold;
}

html .content .info .slide .card .text {
  color: #ffffff;
  font-size: 12px;
  display: block;
}

html .content .location {
  text-align: center;
  margin-top: 62px;
}

html .content .location p {
  color: #e57200;
  font-size: 64px;
  font-family: GT-Maru-Bold;
  margin: 0 0 60px 0;
}

html .content .location .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 20px 5px #c4c4c4;
          box-shadow: 0px 0px 20px 5px #c4c4c4;
}

html .content .location .content .item {
  width: 25%;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
}

html .content .location .content .item img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

html .content .location .content .item span {
  color: #ffffff;
  font-size: 24px;
  font-family: GT-Maru-Bold;
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
}

html .content .questions {
  background-image: url(../assets/imgs/background-questions.png);
  background-repeat: no-repeat;
}

html .content .questions .container {
  margin: 8% 10%;
}

html .content .questions .container .title p {
  color: #e57200;
  font-size: 40px;
  font-family: GT-Maru-Bold;
  margin: 30px 0;
}

html .content .questions .container .colapses {
  margin-bottom: 20px;
}

html .content .questions .container .colapses .collapsible {
  font-family: GT-Maru-Medium;
  border: none;
  border-bottom: 0.5px solid #31261d;
  background: none;
  color: #31261d;
  padding: 55px 0 18px 0;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

html .content .questions .container .colapses .collapsible .arrow-bottom {
  width: 30px;
  height: 20px;
  background-image: url(../assets/icons/arrow-bottom.png);
  background-repeat: no-repeat;
}

html .content .questions .container .colapses .collapsible .arrow-top {
  width: 30px;
  height: 20px;
  background-image: url(../assets/icons/arrow-top.png);
  background-repeat: no-repeat;
}

html .content .questions .container .colapses .content {
  padding: 0 10%;
  display: none;
  overflow: hidden;
  font-size: 16px;
  color: #31261d;
}

html .content .search {
  margin: 0 10% 3% 10%;
}

html .content .search .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0;
}

html .content .search .title .pin {
  width: 36px;
  padding: 0 20px 0 0;
}

html .content .search .title p {
  color: #31261d;
  font-size: 36px;
  font-family: GT-Maru-Bold;
  margin: 0;
}

html .content .search .title p span {
  color: #e57200;
}

html .content .search .sale {
  color: #ffffff;
  border-radius: 20px;
  background: #e57200;
  text-align: center;
  padding: 50px;
  margin: 0 0 20px 0;
}

html .content .search .sale p {
  font-size: 28px;
  margin: 0 0 37px 0;
  padding-bottom: 20px;
}

html .content .search .sale p span {
  font-family: GT-Maru-Bold;
}

html .content .search .sale a {
  background: #ffffff;
  color: #31261d;
  font-size: 24px;
  border-radius: 60px;
  border: none;
  padding: 27px 39px;
  text-decoration: none;
  display: -ms-grid;
  display: grid;
}

html .content .search .sale a:link,
html .content .search .sale a:visited,
html .content .search .sale a:hover,
html .content .search .sale a:active,
html .content .search .sale a:focus {
  color: #31261d;
}

html .content .search .circle-search {
  position: relative;
  left: 65%;
}

html .content .footer {
  position: relative;
  border-top: 1px solid #31261d;
  height: 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html .content .footer .circle-footer {
  position: absolute;
  left: 8%;
}

html .content .footer .footer-plus {
  position: absolute;
  left: 84%;
  bottom: 84%;
  height: 42px;
  width: 42px;
}

html .content .footer .logo {
  margin: 0 5% 0 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 61px;
  height: 100%;
}

html .content .footer .logo img {
  width: 100%;
}

html .content .footer .menu {
  width: 45%;
  font-size: 14px;
}

html .content .footer .menu #footer-bt-anvisa {
  margin: 0 10px;
}

html .content .footer .rede {
  width: 15%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10% 0 5%;
}

html .content .footer .rede a {
  margin: 0 5px;
}

html .content .footer .rede img {
  width: 24px;
}

@media (max-width: 1350px) {
  html .content .poof .content .content-list .list .checks {
    width: 100px;
    top: -12%;
  }
  html .content .poof .content .content-list .list .checks.check-poof {
    right: 175px;
  }
  html .content .poof .content .content-list .list .list-itens {
    padding: 40px 40px 20px;
  }
}

@media (max-width: 1320px) {
  html .content .economy .content .info-economy {
    padding-top: 20%;
  }
  html .content .economy .content .info-economy .text-left .text-left-footer {
    margin-top: 30%;
  }
}

@media (max-width: 1165px) {
  html .content .economy .content .info-economy {
    padding-top: 20%;
  }
  html .content .economy .content .info-economy .text-left p {
    font-size: 42px;
  }
  html .content .economy .content .info-economy .text-left p span {
    font-size: 118px;
  }
  html .content .economy .content .info-economy .text-left .text-left-footer {
    margin-top: 20%;
  }
  html .content .economy .content .info-economy .text-right p {
    font-size: 64px;
  }
}

@media (max-width: 1000px) {
  html .content .economy .content .info-economy {
    padding-top: 20%;
  }
  html .content .economy .content .info-economy .text-left p {
    font-size: 40px;
  }
  html .content .economy .content .info-economy .text-left p span {
    font-size: 114px;
  }
  html .content .economy .content .info-economy .text-left .text-left-footer {
    margin-top: 20%;
  }
  html .content .economy .content .info-economy .text-right {
    font-size: 64px;
  }
}
/*# sourceMappingURL=style.css.map */