* {
  border: 0;
  box-sizing: border-box;
  color: inherit;
  font-smoothing: antialiased;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-overflow-scrolling: touch;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/roboto-regular.woff2") format('woff2'), url("../fonts/roboto-regular.woff") format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-medium.woff2") format('woff2'), url("../fonts/roboto-medium.woff") format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-bold.woff2") format('woff2'), url("../fonts/roboto-bold.woff") format('woff');
}
@font-face {
  font-family: 'Bree';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Bree-Regular.woff2") format('woff2'), url("../fonts/Bree-Regular.woff") format('woff');
}
@font-face {
  font-family: 'Bree';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Bree-Light.woff2") format('woff2'), url("../fonts/Bree-Light.woff") format('woff');
}
@font-face {
  font-family: 'Bree';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Bree-Bold.woff2") format('woff2'), url("../fonts/Bree-Bold.woff") format('woff');
}
@font-face {
  font-family: 'Futura LT Book';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/FuturaLT-Bold.woff") format('woff');
}
html,
body {
  width: 100%;
}
html {
  height: 100%;
}
body {
  font-family: 'Montserrat';
  min-height: 100%;
  padding-bottom: 275px;
  position: relative;
}
@media (max-width: 920px) {
  body {
    padding-top: 75px;
  }
}
@media (max-width: 669px) {
  body {
    padding-bottom: 0;
  }
}
img {
  display: block;
  max-width: 100%;
}
button {
  background: none;
  cursor: pointer;
}
input,
select,
textarea,
button {
  font-family: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
}
input[type='search'],
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select {
  background: #fff;
  border-radius: 0;
}
.title-page {
  width: 100%;
}
@media (max-width: 790px) {
  .title-page {
    margin-top: 30px;
  }
}
.title-page > .title,
.news-box > h2,
.learn-with-the-forth .videos-box > h2 {
  color: #0ebc08;
  font-size: 45px;
  font-family: 'Futura LT Book';
  position: relative;
  padding-bottom: 8px;
}
@media (max-width: 650px) {
  .title-page > .title,
  .news-box > h2,
  .learn-with-the-forth .videos-box > h2 {
    font-size: 30px;
  }
}
.title-page > .title:after,
.news-box > h2:after,
.learn-with-the-forth .videos-box > h2:after {
  background: #0ebc08;
  bottom: 0;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  width: 45px;
}
.title-page > .desc {
  color: #888;
  font-size: 20px;
  margin-top: 20px;
  max-width: 650px;
}
@media (max-width: 650px) {
  .title-page > .desc {
    font-size: 16px;
  }
}
.title-page > .desc strong {
  color: #0ebc08;
  font-size: 25px;
}
@media (max-width: 650px) {
  .title-page > .desc strong {
    font-size: 17px;
  }
}
.academy-cta {
  align-content: center;
  align-items: center;
  background: url("../images/academia-cta.jpg") no-repeat center;
  display: flex;
  height: 210px;
  justify-content: space-around;
  margin: -50px 0 25px;
  padding: 0 50px;
  position: relative;
  width: 100%;
}
.academy-cta .mobile {
  display: none;
}
@media (max-width: 908px) {
  .academy-cta {
    align-items: center;
    background: #7377de 50%;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
  .academy-cta .mobile {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
}
@media (max-width: 908px) {
  .academy-cta a {
    order: 2;
  }
}
.academy-cta .close {
  background: transparent;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 0;
  top: -40px;
  width: 30px;
}
.academy-cta .close:before,
.academy-cta .close:after {
  background: #d6431a;
  content: '';
  height: 3px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 30px;
}
.academy-cta .close:before {
  left: 0;
  transform: rotate(-45deg);
}
.academy-cta .close:after {
  right: 0;
  transform: rotate(45deg);
}
.academy-cta p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 310px;
}
@media (max-width: 908px) {
  .academy-cta p {
    margin: 20px 0;
    order: 1;
    text-align: center;
  }
}
@media (max-width: 460px) {
  .academy-cta p {
    width: 100%;
  }
}
@media (max-width: 344px) {
  .academy-cta p {
    font-size: 18px;
  }
}
.academy-cta img {
  align-self: flex-end;
}
@media (max-width: 908px) {
  .academy-cta img {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -30%);
  }
}
.applications-section {
  margin-top: 70px;
}
.applications-section .subtitle {
  color: #888;
  display: inline-block;
  font-size: 14px;
  margin-top: 30px;
  position: relative;
}
.applications-section .subtitle.-btn {
  cursor: pointer;
  margin-top: 0;
  padding: 10px 15px 10px 0;
}
.applications-section .subtitle.-btn:after {
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  content: '';
  display: inline-block;
  height: 9px;
  margin-left: 15px;
  transform: rotate(45deg);
  transform-origin: right;
  vertical-align: middle;
  width: 9px;
}
.applications-section .subtitle.-btn.-active:after {
  transform: rotate(225deg);
  transform-origin: center;
}
.applications-section .apps-boxes {
  margin-top: 20px;
  overflow-x: auto;
  padding-bottom: 30px;
  text-align: left;
  width: 100%;
}
@media (max-width: 414px) {
  .applications-section .apps-boxes {
    display: flex;
    flex-wrap: wrap;
  }
}
.applications-section .apps-box {
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 15px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 160px;
}
@media (max-width: 414px) {
  .applications-section .apps-box {
    width: 45%;
  }
}
@media (max-width: 1212px) {
  .applications-section .apps-box {
    margin-right: 15px;
  }
}
.applications-section .apps-box:last-child {
  margin-right: 0;
}
.applications-section .apps-box:hover > .image:before,
.applications-section .apps-box:hover > .image svg {
  opacity: 1;
}
.applications-section .apps-box:hover > .image svg {
  transform: translate(-18px, -18px) scale(1);
}
.applications-section .apps-box > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.applications-section .apps-box > .image {
  border-radius: 30px;
  height: 151px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.applications-section .apps-box > .image svg,
.applications-section .apps-box > .image:before {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.applications-section .apps-box > .image:before {
  background: rgba(255,255,255,0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.applications-section .apps-box > .image svg {
  fill: #cf6532;
  height: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-18px, -18px) scale(1.2);
  width: 30px;
  z-index: 2;
}
.applications-section .apps-box > h4 {
  color: #888;
  font-weight: 400;
  margin-top: 10px;
  padding: 0 10px;
  white-space: normal;
}
.applications-section .others-apps {
  margin-top: 10px;
  width: 100%;
}
.applications-section .apps-texts {
  border-top: 1px solid #e0e0e0;
  height: 0;
  margin-top: 15px;
  overflow: hidden;
  transition: height 0.4s;
}
.applications-section .apps-texts .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.applications-section .apps-texts .apps-text {
  border: 1px solid #e0e0e0;
  color: #888;
  margin: 20px 20px 0 0;
  padding: 10px 20px;
}
.applications-section .apps-texts .apps-text:hover {
  text-decoration: underline;
}
.applications-section .apps-texts .apps-text svg {
  display: inline-block;
  fill: #cf6532;
  height: 12px;
  margin-left: 6px;
  width: 12px;
}
.arrow-slider {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100px;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 2;
}
@media (max-width: 1212px) {
  .arrow-slider {
    transform: none;
  }
}
.arrow-slider.-left {
  left: calc(50% - 565px);
  transform: translate(-50%, -50%);
}
@media (max-width: 1212px) {
  .arrow-slider.-left {
    left: 30px;
  }
}
.arrow-slider.-left span {
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}
.arrow-slider.-right {
  right: calc(50% - 565px);
  transform: translateY(-50%);
}
@media (max-width: 1212px) {
  .arrow-slider.-right {
    right: 30px;
  }
}
.arrow-slider.-right span {
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
.arrow-slider span {
  border-bottom: 2px solid #fff;
  height: 16px;
  width: 16px;
}
.banner-home {
  height: 410px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 830px) {
  .banner-home {
    height: 520px;
  }
}
.banner-home .banner {
  align-items: center;
  background-position: center center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  width: 100%;
}
@media (max-width: 830px) {
  .banner-home .banner {
    align-items: flex-start;
    background-size: cover;
    padding: 30px 45px;
  }
}
.banner-home .banner.-active {
  opacity: 1;
  visibility: visible;
}
.banner-home .banner.-active .text {
  opacity: 1;
  transform: translateX(0);
}
.banner-home .banner[data-type='black-friday'] {
  background-image: url("../images/banners/banner-01-Black.png");
}
.banner-home .banner[data-type='embalagens'] {
  background-image: url("../images/2020/banners/novas-embalagens.png");
}
.banner-home .banner[data-type='embalagens'] .text {
  margin-right: 650px;
  max-width: 400px;
}
.banner-home .banner[data-type='embalagens'] h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
}
.banner-home .banner[data-type='embalagens'] p {
  color: #fff;
}
.banner-home .banner[data-type='embalagens'] p strong {
  color: #e6e646;
}
.banner-home .banner[data-type='bonsai'] {
  background-image: url("../images/2020/banners/bonsai.png");
}
.banner-home .banner[data-type='bonsai'] .-hidden {
  opacity: 0;
}
.banner-home .banner[data-type='bonsai'] .text {
  margin-right: 150px;
  max-width: 400px;
}
.banner-home .banner[data-type='bonsai'] h2 {
  color: #fff;
  font-size: 63px;
  font-weight: bold;
  line-height: 70px;
}
.banner-home .banner[data-type='bonsai'] h2 span {
  font-size: 105px;
}
.banner-home .banner[data-type='bonsai'] p {
  color: #fff;
}
.banner-home .banner[data-type='bonsai'] p.gr {
  color: #183d0a;
  width: 350px;
}
.banner-home .banner[data-type='bonsai'] p.green-minimal {
  color: #faff77;
  font-size: 23px;
}
.banner-home .banner[data-type='academy'] {
  background-image: url("../images/banners/academy-bg.jpg");
}
.banner-home .banner[data-type='academy'] .image {
  align-self: flex-end;
}
.banner-home .banner[data-type='academy'] .text {
  margin-right: 150px;
  max-width: 375px;
}
@media (max-width: 1110px) {
  .banner-home .banner[data-type='academy'] .text {
    margin-right: 40px;
  }
}
.banner-home .banner[data-type='academy'] h2 {
  color: #fff;
}
.banner-home .banner[data-type='academy'] h2 strong {
  color: #305063;
}
.banner-home .banner[data-type='academy'] p {
  color: #fff;
}
.banner-home .banner[data-type='academy'] p strong {
  color: #305063;
}
.banner-home .banner[data-type='defensores'] {
  background-image: url("../images/2020/banners/burrifador.png");
}
.banner-home .banner[data-type='defensores'] .-hidden {
  opacity: 0;
}
.banner-home .banner[data-type='defensores'] .text h2 {
  color: #fff;
  font-family: 'Bree';
  font-size: 40px;
  font-weight: bold;
}
.banner-home .banner[data-type='defensores'] .text p {
  color: #fff;
  font-family: 'Bree';
  font-size: 20px;
}
.banner-home .banner[data-type='defensores'] .image {
  align-self: flex-end;
}
.banner-home .banner[data-type='equipamentos'] {
  background-image: url("../images/2020/banners/maquinas.png");
}
.banner-home .banner[data-type='equipamentos'] .-hidden {
  opacity: 0;
}
.banner-home .banner[data-type='equipamentos'] .text {
  margin-right: -70px;
  max-width: 480px;
}
.banner-home .banner[data-type='equipamentos'] .text h2 {
  color: #fff;
  font-family: 'Bree';
  font-size: 43px;
  font-weight: bold;
}
.banner-home .banner[data-type='equipamentos'] .text p {
  color: #fff;
}
.banner-home .banner[data-type='fertilizantes'] {
  background-image: url("../images/2020/banners/forthjardim.png");
}
.banner-home .banner[data-type='fertilizantes'] .-hidden {
  opacity: 0;
}
.banner-home .banner[data-type='fertilizantes'] .image {
  align-self: flex-end;
  margin-left: 40px;
}
.banner-home .banner[data-type='fertilizantes'] .text {
  margin: 0 0 0 30px;
  max-width: 425px;
}
.banner-home .banner[data-type='fertilizantes'] .text h2 {
  color: #fff;
  font-family: 'Bree';
  font-size: 40px;
  font-weight: bold;
}
.banner-home .banner[data-type='fertilizantes'] .text p {
  color: #faff77;
  font-family: 'Bree';
  font-size: 20px;
}
.banner-home .text {
  margin-right: 85px;
  max-width: 365px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1212px) {
  .banner-home .text {
    margin-right: 20px;
  }
}
@media (max-width: 830px) {
  .banner-home .text {
    margin: 0 !important;
    text-align: center;
  }
}
.banner-home .text h2 {
  color: #0ebc08;
  font: 34px 'Bree';
}
@media (min-width: 451px) and (max-width: 830px) {
  .banner-home .text h2 {
    font-size: 25px;
  }
}
@media (max-width: 450px) {
  .banner-home .text h2 {
    font-size: 18px;
  }
}
.banner-home .text p {
  color: #888;
  font-family: 'Bree';
  font-size: 17px;
  margin-top: 10px;
}
@media (max-width: 830px) {
  .banner-home .text p {
    font-size: 15px;
  }
}
.banner-home .text .btn {
  margin-top: 20px;
}
@media (max-width: 830px) {
  .banner-home .text .btn {
    margin-top: 10px;
  }
}
.banner-home .text .-hidden {
  display: none;
}
@media (max-width: 830px) {
  .banner-home .text .-hidden {
    display: inline-block;
    margin: 10px 0;
    max-height: 160px;
  }
}
@media (max-width: 1212px) {
  .banner-home .image {
    width: 40%;
  }
}
@media (max-width: 830px) {
  .banner-home .image {
    display: none;
  }
}
@media (max-width: 830px) {
  .banner-home .arrow-slider {
    display: none;
  }
}
.blog-home-section {
  margin-top: 60px;
  width: 100%;
}
.blog-home-section .more-blue {
  color: #293896;
  display: block;
  font-weight: 600;
  margin: 50px 0;
  position: relative;
  text-align: center;
}
.blog-home-section .more-blue:after {
  border-right: 2px solid #293896;
  border-top: 2px solid #293896;
  content: '';
  height: 6px;
  position: absolute;
  right: 41%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
}
.blog-home-section .more-blue:hover {
  text-decoration: underline;
}
.blog-home-section .projects-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
.blog-home-section .academy-section {
  align-items: center;
  background: url("../images/Banner-Academia-Forth.png") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  margin-top: -20px;
  min-height: 470px;
  padding: 60px 20px;
  position: relative;
  width: 100%;
}
@media (max-width: 490px) {
  .blog-home-section .academy-section {
    background-position: left;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 820px) {
  .blog-home-section .academy-section {
    background-size: initial;
    justify-content: center;
    margin-top: 10px;
    min-height: auto;
  }
}
.blog-home-section .academy-section > img {
  left: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48.9583%;
}
@media (max-width: 940px) {
  .blog-home-section .academy-section > img {
    transform: translateY(-20%);
    width: 35%;
  }
}
@media (max-width: 820px) {
  .blog-home-section .academy-section > img {
    display: none;
  }
}
.blog-home-section .academy-section .text {
  color: #fff;
  margin-left: 40px;
  position: relative;
  width: 500px;
  z-index: 2;
}
@media (max-width: 414px) {
  .blog-home-section .academy-section .text {
    margin-left: 0;
  }
}
.blog-home-section .academy-section .text > img {
  display: none;
}
@media (max-width: 820px) {
  .blog-home-section .academy-section .text > img {
    display: inline-block;
    margin: 10px 0;
    max-width: 100%;
  }
}
.blog-home-section .academy-section .text > svg {
  display: inline-block;
  fill: #ff3;
  height: 47px;
  width: 82px;
}
.blog-home-section .academy-section .text > h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  margin: 20px 0 15px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .blog-home-section .academy-section .text > h3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 0;
  }
}
.blog-home-section .academy-section .text > p {
  font-size: 17px;
  font-weight: 300;
}
.blog-home-section .academy-section .text > .btn {
  margin-top: 20px;
}
.blog-home-section .landing-page {
  margin-top: 50px;
  position: relative;
  width: 32%;
}
@media (min-width: 600px) and (max-width: 870px) {
  .blog-home-section .landing-page {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .blog-home-section .landing-page {
    width: 100%;
  }
}
.blog-home-section .landing-page > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.blog-home-section .landing-page > a:hover ~ .text * {
  text-decoration: underline;
}
.blog-home-section .landing-page > .image {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 40%;
  justify-content: center;
  min-height: 200px;
  width: 100%;
}
.blog-home-section .landing-page > .text {
  border: 1px solid #e0e0e0;
  border-top: 0;
  height: 60%;
  min-height: 250px;
  padding: 30px 40px;
  width: 100%;
}
.blog-home-section .landing-page > .text h3 {
  color: #0ebc08;
  font-size: 20px;
}
.blog-home-section .landing-page > .text p {
  color: #888;
  margin-top: 10px;
}
.blog-home-section .landing-page > .text .btn {
  font-size: 12px;
  margin-top: 15px;
}
.breadcrumb {
  display: flex;
  padding: 30px 0 10px;
}
@media (max-width: 790px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb.-green a {
  color: #33c337;
}
.breadcrumb.-white a,
.breadcrumb.-white h1 {
  color: #fff;
}
.breadcrumb h1,
.breadcrumb a {
  color: #888;
  font-size: 13px;
  font-weight: normal;
}
.breadcrumb h1:hover,
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb h1 + a,
.breadcrumb a + a,
.breadcrumb h1 + h1,
.breadcrumb a + h1 {
  margin-left: 5px;
}
.breadcrumb h1:last-child,
.breadcrumb a:last-child {
  font-weight: 700;
}
.breadcrumb h1:last-child:hover,
.breadcrumb a:last-child:hover {
  text-decoration: none;
}
.produtos-interna-pg .budget-product {
  visibility: hidden;
  opacity: 0;
  background: #0ebc08;
  height: 0;
  transition: 0.3s all ease, 0.3s opacity 0.6s;
}
@media (max-width: 1200px) {
  .produtos-interna-pg .budget-product {
    margin-top: 20px;
  }
}
.produtos-interna-pg .budget-product.-open-budget {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget {
  padding: 80px;
}
@media (max-width: 1200px) {
  .produtos-interna-pg .budget-product ._wrap .form-for-budget {
    padding: 20px 0;
  }
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget {
  background: #fff;
  padding: 40px;
}
@media (max-width: 1200px) {
  .produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget {
    padding: 20px;
  }
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .title-budget {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .title-budget > .title {
  color: #0ebc08;
  font: 30px 'Futura LT Book';
  position: relative;
  padding-bottom: 8px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .title-budget > .title {
    font-size: 25px;
  }
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .title-budget > .title:after {
  background: #0ebc08;
  bottom: 0;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  width: 45px;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .title-budget > p {
  color: #888;
  font-size: 18px;
  margin: 15px 0;
}
@media (max-width: 1200px) {
  .produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .title-budget > p {
    font-size: 15px;
  }
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .boxes form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .boxes form {
    padding-right: 20px;
  }
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget p {
  font-size: 18px;
  color: #888;
  font-weight: bold;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget {
  display: flex;
  flex-wrap: wrap;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .products-budgets {
  margin: 20px 40px 20px 0;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .product-budget {
  display: flex;
  cursor: pointer;
  width: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 200px;
}
@media (max-width: 1100px) {
  .produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .product-budget {
    height: 280px;
  }
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .product-budget input[type='checkbox'] {
  opacity: 0;
  margin-top: -15px;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .product-budget input[type='checkbox']:not(:checked) + .checkedbox .product-in-box:hover:after {
  content: 'Selecionar';
  background: #0ebc08;
  color: #fff;
  padding: 5px 25px;
  font-size: 18px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .product-budget input[type='checkbox']:checked + .checkedbox {
  display: flex;
  width: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  border: 2px solid #0ebc08;
  border-radius: 10px;
  height: 200px;
}
@media (max-width: 1100px) {
  .produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .product-budget input[type='checkbox']:checked + .checkedbox {
    height: 280px;
  }
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .product-budget input[type='checkbox']:checked + .checkedbox p.bselect {
  display: flex;
  align-items: center;
  justify-content: center;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .product-budget input[type='checkbox']:checked + .checkedbox p.bselect svg {
  margin-right: 5px;
  width: 14px;
  height: 13px;
  order: -1;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .product-budget .checkedbox {
  position: relative;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .product-budget .checkedbox > p {
  position: absolute;
  bottom: -15px;
  left: 15px;
  display: none;
  background: #0ebc08;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 14px;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .product-budget .checkedbox .product-in-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 5px;
  position: relative;
}
@media (max-width: 1200px) {
  .produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .product-budget .checkedbox .product-in-box {
    padding: 30px 20px;
  }
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .product-budget .checkedbox .product-in-box:after {
  content: '';
  transition: 0.4s all ease;
  position: absolute;
  top: 50%;
  left: 0;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .product-budget .checkedbox .product-in-box > p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .show-products-budgets {
  display: flex;
  align-items: center;
  justify-content: center;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .show-products-budgets .show-product-budget {
  border: 2px solid #989898;
  border-radius: 10px;
  display: flex;
  cursor: pointer;
  width: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 200px;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .show-products-budgets .show-product-budget.-loading {
  padding: 15px;
  margin-left: 40px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  animation: spin 1s linear 0.5s infinite normal;
  pointer-events: none;
  border-top: 1px solid #0ebc08;
  border-right: 1px solid #0ebc08;
  border-bottom: 1px solid #0ebc08;
  border-left: 1px solid transparent;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .show-products-budgets .show-product-budget.-loading .show-checkedbox {
  display: none;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .show-products-budgets .show-product-budget .show-checkedbox {
  position: relative;
  height: 100%;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .show-products-budgets .show-product-budget .show-checkedbox > p {
  position: absolute;
  bottom: -15px;
  left: 17px;
  display: block;
  background: #989898;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 14px;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .show-products-budgets .show-product-budget .show-checkedbox .show-product-in-box {
  display: flex;
  text-align: center;
  align-items: center;
  height: 100%;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .show-products-budgets .show-product-budget .show-checkedbox .show-product-in-box:hover > p {
  font-size: 19px;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .show-products-budgets .show-product-budget .show-checkedbox .show-product-in-box:hover > p:after {
  width: 6px;
  height: 36px;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .show-products-budgets .show-product-budget .show-checkedbox .show-product-in-box:hover > p:before {
  width: 6px;
  height: 36px;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .show-products-budgets .show-product-budget .show-checkedbox .show-product-in-box > p {
  margin-top: 30px;
  color: #989898;
  position: relative;
  transition: 0.4s all ease;
  font-size: 16px;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .show-products-budgets .show-product-budget .show-checkedbox .show-product-in-box > p:after {
  content: '';
  display: block;
  width: 5px;
  height: 35px;
  background: #989898;
  position: absolute;
  border-radius: 10px;
  top: -40px;
  left: 50%;
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .content-form-budget .plus-products-budget .show-products-budgets .show-product-budget .show-checkedbox .show-product-in-box > p:before {
  content: '';
  display: block;
  border-radius: 10px;
  width: 5px;
  height: 35px;
  background: #989898;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: rotate(90deg);
}
@media (max-width: 1200px) {
  .produtos-interna-pg .budget-product ._wrap .form-for-budget .btn {
    margin-top: 20px;
    width: 100%;
  }
}
.produtos-interna-pg .budget-product ._wrap .form-for-budget .btn-canc {
  font-size: 14px;
  color: #909090;
  -webkit-text-decoration: underline #909090;
          text-decoration: underline #909090;
}
@media (max-width: 1200px) {
  .produtos-interna-pg .budget-product ._wrap .form-for-budget .btn-canc {
    margin-top: 50px;
    width: 100%;
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.btn {
  align-content: center;
  align-items: center;
  background: #0ebc08;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  padding: 12px 20px;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .btn {
    font-size: 12px;
    padding: 10px;
  }
}
.btn.-center {
  justify-content: center;
}
.btn.-transparent {
  background: transparent;
  border: 2px solid #0ebc08;
  color: #0ebc08;
}
.btn.-transparent .go:before,
.btn.-transparent .go:after {
  background: #0ebc08;
}
.btn.-transparent:hover {
  background: #0ebc08;
  color: #fff;
}
.btn.-transparent:hover .go:before,
.btn.-transparent:hover .go:after {
  background: #fff;
}
.btn.-whitetransparent {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn.-whitetransparent .go:before,
.btn.-whitetransparent .go:after {
  background: #fff;
}
.btn.-whitetransparent:hover {
  background: #fff;
  color: #305063;
}
.btn.-whitetransparent:hover .go:before,
.btn.-whitetransparent:hover .go:after {
  background: #305063;
}
.btn.-blue {
  background: #293896;
  border: 2px solid #293896;
  color: #fff;
}
.btn.-blue .go:before,
.btn.-blue .go:after {
  background: #fff;
}
.btn.-blue:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #293896;
}
.btn.-blue:hover .go:before,
.btn.-blue:hover .go:after {
  background: #293896;
}
.btn.-active i.updown {
  transform: rotate(0deg);
}
.btn.-white {
  background: #fff;
  color: #0ebc08;
}
.btn.-white .go:before,
.btn.-white .go:after {
  background: #0ebc08;
}
.btn.-white:hover {
  text-decoration: underline;
}
.btn.-white-box {
  background: transparent;
  border: 2px #fff solid;
  border-radius: 0;
  color: #fff;
  font-family: 'Bree';
}
.btn.-white-box .go:before,
.btn.-white-box .go:after {
  background: #fff;
}
.btn.-white-box:hover {
  text-decoration: underline;
}
.btn.-white-gren {
  background: transparent;
  border: 2px solid #0ebc08;
  color: #fff;
}
.btn.-white-gren .go:before,
.btn.-white-gren .go:after {
  background: #0ebc08;
}
.btn.-white-gren:hover {
  text-decoration: underline;
}
.btn.-dark-green-transparent {
  background: transparent;
  border: 2px #183d0a solid;
  border-radius: 0;
  color: #183d0a;
  font-family: 'Bree';
  transition: 0.4s all ease;
}
.btn.-dark-green-transparent .go:before,
.btn.-dark-green-transparent .go:after {
  background: #183d0a;
  transition: 0.4s all ease;
}
.btn.-dark-green-transparent:hover {
  background: #183d0a;
  color: #fff;
}
.btn.-dark-green-transparent:hover .go:before,
.btn.-dark-green-transparent:hover .go:after {
  background: #fff;
}
.btn i.go {
  height: 12px;
  margin-left: 10px;
  position: relative;
  width: 4px;
}
.btn i.go:before,
.btn i.go:after {
  background: #fff;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  transition: background 0.3s;
  width: 2px;
}
.btn i.go:before {
  top: 1px;
  transform: rotate(-45deg);
  transform-origin: 50%;
}
.btn i.go:after {
  bottom: 1px;
  transform: rotate(45deg);
  transform-origin: 0;
}
.btn i.updown {
  height: 7px;
  margin-left: 10px;
  position: relative;
  transform: rotate(180deg);
  transition: transform 0.4s ease;
  width: 7px;
}
.btn i.updown:before,
.btn i.updown:after {
  background: #fff;
  content: '';
  height: 7px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 2px;
}
.btn i.updown:before {
  left: 1px;
  transform: rotate(45deg);
  transform-origin: 0;
}
.btn i.updown:after {
  right: 1px;
  transform: rotate(-45deg);
  transform-origin: 100%;
}
.btn.-sending {
  opacity: 0.3;
  pointer-events: none;
}
.__checkbox-group label {
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
}
input[type='checkbox'] {
  display: none;
}
.__checkbox {
  background: #fff;
  border: 1px solid #888;
  height: 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  position: relative;
  transition: all 0.4s ease;
  width: 18px;
}
.__checkbox + legend {
  width: auto;
}
.__checkbox:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  height: 8px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 42%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(0);
  transition: all 0.4s 0.2s ease;
  width: 3px;
}
input[type='checkbox']:checked + .__checkbox {
  background: #0ebc08;
  border-color: transparent;
}
input[type='checkbox']:checked + .__checkbox:after {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
}
.field-frm {
  margin-bottom: 15px;
  min-height: 50px;
  position: relative;
  width: 100%;
}
.field-frm.-w50 {
  max-width: 48%;
}
.field-frm.-w210 {
  max-width: 210px;
}
.field-frm.-w390 {
  max-width: 390px;
}
.field-frm > .title {
  color: #888;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
  transition: all 0.3s ease-in-out;
}
.field-frm > .field {
  border-bottom: 2px solid #888;
  color: #0ebc08;
  font-size: 16px;
  height: 100%;
  padding-right: 25px;
  width: 100%;
}
.field-frm > .field.-invalid {
  border-bottom-color: #d6431a;
}
.field-frm > .field::-moz-placeholder {
  color: transparent;
}
.field-frm > .field::placeholder {
  color: transparent;
}
.field-frm > .field:valid {
  border-bottom-color: #0ebc08;
}
.field-frm > .field:not(:placeholder-shown),
.field-frm > .field:focus {
  padding-top: 15px;
}
.field-frm > .field:not(:placeholder-shown) + .title,
.field-frm > .field:focus + .title {
  font-size: 12px;
  top: 0;
  transform: translateY(0);
}
.field-frm > svg {
  display: none;
  fill: #0ebc08;
  height: 12px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 16px;
}
.field-frm > select {
  background: url("../images/arrow.jpg") right 30px no-repeat;
  width: 100%;
}
.field-frm > textarea.field {
  resize: none;
  transition: height 0.3s;
}
.field-frm > input:focus::-moz-placeholder {
  color: #888;
}
.field-frm > input:focus::placeholder {
  color: #888;
}
.footer-box {
  bottom: 0;
  height: 275px;
  left: 0;
  padding-top: 40px;
  position: absolute;
  width: 100%;
}
@media (max-width: 669px) {
  .footer-box {
    position: relative;
    text-align: center;
  }
}
.footer-box .top {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 1212px) {
  .footer-box .top {
    padding: 0;
  }
}
@media (max-width: 669px) {
  .footer-box .top {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-box .top .logo {
  height: 73px;
  margin-right: 20px;
  width: 172px;
}
@media (max-width: 669px) {
  .footer-box .top .logo {
    margin: 0 0 35px 0;
  }
}
.footer-box .infos-footer {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  max-width: 860px;
  text-align: left;
  width: 100%;
}
@media (min-width: 921px) and (max-width: 1212px) {
  .footer-box .infos-footer {
    max-width: 730px;
  }
}
@media (min-width: 670px) and (max-width: 920px) {
  .footer-box .infos-footer {
    max-width: 400px;
  }
}
@media (max-width: 669px) {
  .footer-box .infos-footer {
    max-width: 100%;
  }
}
@media (max-width: 460px) {
  .footer-box .infos-footer {
    align-items: center;
    flex-direction: column;
  }
}
.footer-box .infos-footer h2 {
  color: #0ebc08;
  font: 900 14px 'Futura LT Book';
  text-transform: uppercase;
}
.footer-box .infos-footer nav {
  color: #888;
  font-size: 15px;
  margin-top: 10px;
}
.footer-box .infos-footer nav a {
  display: block;
  margin-bottom: 5px;
}
.footer-box .infos-footer nav a:hover {
  text-decoration: underline;
}
@media (max-width: 460px) {
  .footer-box .boxinfo {
    margin-bottom: 25px;
  }
  .footer-box .boxinfo:nth-child(3) {
    order: 4;
  }
  .footer-box .boxinfo:nth-child(4) {
    order: 3;
  }
}
@media (max-width: 920px) {
  .footer-box .boxinfo.-links {
    display: none;
  }
}
.footer-box .boxinfo > a,
.footer-box .boxinfo > address {
  color: #888;
  display: block;
  font-size: 15px;
  font-style: normal;
  margin-top: 8px;
}
.footer-box .boxinfo > a:hover {
  text-decoration: underline;
}
.footer-box .boxinfo > .networks {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 460px) {
  .footer-box .boxinfo > .networks {
    margin-top: 30px;
    text-align: center;
  }
}
.footer-box .boxinfo > .networks > a {
  display: inline-block;
  margin-right: 10px;
  transition: opacity 0.3s;
}
@media (max-width: 460px) {
  .footer-box .boxinfo > .networks > a {
    margin: 0 25px;
  }
}
.footer-box .boxinfo > .networks > a:hover {
  opacity: 0.8;
}
.footer-box .boxinfo > .networks svg,
.footer-box .boxinfo > .networks img {
  height: 25px;
  width: 25px;
}
@media (max-width: 460px) {
  .footer-box .boxinfo > .networks svg,
  .footer-box .boxinfo > .networks img {
    height: 38px;
    width: 38px;
  }
}
.footer-box .copyright {
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  padding: 20px;
  width: 100%;
}
@media (max-width: 460px) {
  .footer-box .copyright {
    align-items: center;
    flex-direction: column;
    margin-top: 0;
  }
}
.footer-box .copyright p {
  color: #888;
  font-size: 12px;
}
@media (max-width: 460px) {
  .footer-box .copyright p {
    margin-bottom: 20px;
  }
}
.footer-box .copyright svg {
  fill: #888;
  height: 23px;
  width: 37px;
}
.form-academy-register {
  margin-top: 160px;
}
.form-academy-login,
.form-academy-register {
  display: none;
}
.form-academy-login.active,
.form-academy-register.active {
  display: block;
}
.form-academy-login h2,
.form-academy-register h2 {
  color: #0ebc08;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 45px;
}
.form-academy-login form label,
.form-academy-register form label {
  border: 2px solid #c8c8c8;
  border-radius: 30px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.form-academy-login form label input,
.form-academy-register form label input,
.form-academy-login form label select,
.form-academy-register form label select {
  border-radius: 30px;
  color: #c8c8c8;
  font-size: 18px;
  height: 40px;
  padding: 7px 25px;
  width: 100%;
}
.form-academy-login form .btn,
.form-academy-register form .btn {
  border-radius: 30px;
  margin-top: 5px;
}
.form-academy-login form .btn p,
.form-academy-register form .btn p {
  display: block;
  text-align: center;
  width: 100%;
}
.form-academy-login form .btn.-loading,
.form-academy-register form .btn.-loading {
  opacity: 0.5;
  pointer-events: none;
}
.form-academy-login form .-register,
.form-academy-register form .-register {
  background: transparent;
  color: #696969;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
  position: relative;
}
.form-academy-login form .btn-back,
.form-academy-register form .btn-back {
  color: #696969;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  position: relative;
}
.hamburguer-btn {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 37px;
}
@media (min-width: 921px) {
  .hamburguer-btn {
    display: none;
  }
}
.hamburguer-btn.-active span {
  background: transparent;
}
.hamburguer-btn.-active span:before,
.hamburguer-btn.-active span:after {
  top: 0;
}
.hamburguer-btn.-active span:before {
  transform: rotate(45deg);
}
.hamburguer-btn.-active span:after {
  transform: rotate(-45deg);
}
.hamburguer-btn span {
  background: #888;
  height: 3px;
  pointer-events: none;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}
.hamburguer-btn span:after,
.hamburguer-btn span:before {
  background: #888;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}
.hamburguer-btn span:before {
  top: -9px;
}
.hamburguer-btn span:after {
  top: 9px;
}
.header-box {
  position: relative;
  width: 100%;
  z-index: 10;
}
.header-box.-active {
  z-index: 20;
}
@media (max-width: 920px) {
  .header-box {
    box-shadow: 0px 1px 3px rgba(136,136,136,0.5);
    left: 0;
    position: fixed;
    top: 0;
  }
}
@media (max-width: 920px) {
  .header-box ._wrap {
    background: #fff;
    position: relative;
    z-index: 10;
  }
}
.header-box .top {
  align-items: center;
  display: flex;
  height: 120px;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 920px) {
  .header-box .top {
    height: 75px;
  }
}
@media (max-width: 920px) {
  .header-box .top .social,
  .header-box .top .search-header {
    display: none;
  }
}
.header-box .top .btn-acad {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
}
.header-box .top .btn-acad p {
  color: #666;
  font-size: 12px;
  margin-bottom: 4px;
}
@media (max-width: 414px) {
  .header-box .top .btn-acad p {
    font-size: 10px;
  }
}
.header-box .top .btn-acad a {
  border: 2px solid #2cb34a;
  border-radius: 30px;
  color: #2cb34a;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px;
  transition: 0.4s all ease;
}
@media (max-width: 414px) {
  .header-box .top .btn-acad a {
    font-size: 12px;
    padding: 5px;
  }
}
.header-box .top .btn-acad a:hover {
  background: #2cb34a;
  color: #fff;
}
.header-box .logo {
  height: 60px;
  width: 143px;
}
@media (max-width: 920px) {
  .header-box .logo {
    height: 40px;
    margin-top: 5px;
    width: 80px;
  }
}
.header-box .social {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 280px;
}
.header-box .social > .phone {
  color: #888;
  font: 12px 'Montserrat';
  padding-left: 50px;
  position: relative;
}
.header-box .social > .phone svg {
  fill: #888;
  height: 41px;
  left: 0;
  position: absolute;
  top: 0;
  width: 34px;
}
.header-box .social > .phone a {
  color: #0ebc08;
  font: 600 16px 'Montserrat';
  text-transform: uppercase;
}
.header-box .social > .phone a:hover {
  text-decoration: underline;
}
.header-box .social > .networks a {
  display: inline-block;
  transition: opacity 0.3s;
}
.header-box .social > .networks a:nth-child(2) {
  margin-right: 12px;
}
.header-box .social > .networks a:nth-child(1) {
  margin-right: 12px;
}
.header-box .social > .networks a:hover {
  opacity: 0.8;
}
.header-box .social > .networks svg,
.header-box .social > .networks img {
  height: 24px;
  width: 24px;
}
.header-box .menu {
  background: #0ebc08;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 920px) {
  .header-box .menu {
    display: none;
  }
}
.header-box .menu > .navitems {
  height: 100%;
}
.header-box .menu > .navitems > li {
  border-right: 1px solid #34d22e;
  flex: 1 1 auto;
}
@media (max-width: 1095px) {
  .header-box .menu > .navitems > li {
    font-size: 14px;
  }
}
.header-box .menu > .navitems > li:last-child {
  border-right: 0;
}
.header-box .menu > .navitems > li:hover > .dropdown {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0;
  visibility: visible;
}
.header-box .navitems {
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
}
.header-box .navitems > li {
  font: 700 16px 'Montserrat';
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.header-box .navitems > li:hover > a {
  background: #34d22e;
}
.header-box .navitems > li > a {
  background: #0ebc08;
  display: inline-block;
  padding: 15px 0;
  position: relative;
  text-align: center;
  transition: background 0.3s;
  width: 100%;
  z-index: 2;
}
.header-box .dropdown {
  align-items: center;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: translateY(-10px);
  transition: all 0.3s;
  visibility: hidden;
  width: 1152px;
}
@media (max-width: 1212px) {
  .header-box .dropdown {
    width: calc(100vw - 50px);
  }
}
.header-box .dropdown > li {
  display: inline-block;
  max-width: 270px;
  padding: 20px;
  position: relative;
  text-align: center;
}
.header-box .dropdown > li > img {
  display: inline-block;
  max-height: 145px;
  text-align: center;
}
.header-box .dropdown > li > .link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-box .dropdown > li > .link:hover ~ .title {
  text-decoration: underline;
}
.header-box .dropdown > li > .title {
  color: #0ebc08;
  display: block;
  font: 700 16px 'Montserrat';
  margin-top: 20px;
  text-transform: none;
}
.menu-mobile {
  background: #0ebc08;
  position: fixed;
  top: 75px;
  text-align: center;
  left: 0;
  height: calc(100vh - 75px);
  overflow: auto;
  width: 100%;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
  z-index: 9;
}
.menu-mobile.-active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.menu-mobile > .search-header {
  display: inline-block;
  margin: 20px 0;
  width: 85%;
}
@media (min-width: 921px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile .dropdown {
  display: none;
}
.menu-mobile .navitems {
  flex-wrap: wrap;
}
.menu-mobile .navitems li a {
  padding-left: 35px;
  padding-right: 35px;
  text-align: left;
}
.menu-mobile .navitems li:nth-child(2n) a {
  background: #0ca307;
}
.menu-mobile > .social {
  background: #fff;
  padding: 30px 0 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.search-header {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20.5px;
  height: 40px;
  max-width: 400px;
  padding: 0 15px;
  width: 100%;
}
@media (max-width: 1095px) {
  .search-header {
    max-width: 370px;
    text-align: left;
  }
}
.search-header > button,
.search-header > input {
  box-shadow: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.search-header > button {
  align-items: center;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 35px;
}
@media (max-width: 380px) {
  .search-header > button {
    justify-content: flex-start;
    width: 25px;
  }
}
.search-header > button svg {
  fill: #888;
  height: 22px;
}
.search-header > input {
  color: #888;
  font: 400 12px 'Montserrat';
  height: 90%;
  padding: 0 13px;
  width: 85%;
}
@media (max-width: 380px) {
  .search-header > input {
    padding: 0;
    width: 75%;
  }
}
.instagram {
  background: #f3f3f3;
  margin-top: 50px;
  padding: 50px 0;
}
.instagram .title-box {
  margin-bottom: 20px;
}
.instagram .title-box .more-insta {
  color: #293896;
  font-family: 'Bree';
  font-size: 22px;
  font-weight: normal;
}
@media (max-width: 414px) {
  .instagram .title-box .more-insta {
    margin-top: 20px;
  }
}
.instagram .title-box .more-insta:hover {
  text-decoration: underline;
}
.instagram .items {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.instagram .items .item {
  display: block;
  position: relative;
  width: 25%;
}
@media (max-width: 414px) {
  .instagram .items .item {
    width: 50%;
  }
}
.instagram .items .item:hover:after {
  opacity: 0.7;
}
.instagram .items .item:hover img {
  opacity: 1 !important;
}
.instagram .items .item:after {
  background: #293896;
  content: '';
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s all ease;
  width: 100%;
  z-index: 2;
}
.instagram .items .item img {
  transition: 0.4s all ease;
}
.instagram .items .item img:nth-child(2) {
  height: 20%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  z-index: 3;
}
.learn-forth-section {
  margin-top: 60px;
  width: 100%;
}
.learn-forth-section .more-blue {
  color: #293896;
  display: block;
  font-weight: 600;
  margin: 50px 0;
  position: relative;
  text-align: center;
}
.learn-forth-section .more-blue:after {
  border-right: 2px solid #293896;
  border-top: 2px solid #293896;
  content: '';
  height: 6px;
  position: absolute;
  right: 41%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
}
.learn-forth-section .more-blue:hover {
  text-decoration: underline;
}
.learn-forth-section .projects-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
.learn-forth-section .academy-section {
  align-items: center;
  background: url("../images/Banner-Academia-Forth.png") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  margin-top: -20px;
  min-height: 470px;
  padding: 60px 20px;
  position: relative;
  width: 100%;
}
@media (max-width: 490px) {
  .learn-forth-section .academy-section {
    background-position: left;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 820px) {
  .learn-forth-section .academy-section {
    background-size: initial;
    justify-content: center;
    margin-top: 10px;
    min-height: auto;
  }
}
.learn-forth-section .academy-section > img {
  left: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48.9583%;
}
@media (max-width: 940px) {
  .learn-forth-section .academy-section > img {
    transform: translateY(-20%);
    width: 35%;
  }
}
@media (max-width: 820px) {
  .learn-forth-section .academy-section > img {
    display: none;
  }
}
.learn-forth-section .academy-section .text {
  color: #fff;
  margin-left: 40px;
  position: relative;
  width: 500px;
  z-index: 2;
}
@media (max-width: 414px) {
  .learn-forth-section .academy-section .text {
    margin-left: 0;
  }
}
.learn-forth-section .academy-section .text > img {
  display: none;
}
@media (max-width: 820px) {
  .learn-forth-section .academy-section .text > img {
    display: inline-block;
    margin: 10px 0;
    max-width: 100%;
  }
}
.learn-forth-section .academy-section .text > svg {
  display: inline-block;
  fill: #ff3;
  height: 47px;
  width: 82px;
}
.learn-forth-section .academy-section .text > h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  margin: 20px 0 15px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .learn-forth-section .academy-section .text > h3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 0;
  }
}
.learn-forth-section .academy-section .text > p {
  font-size: 17px;
  font-weight: 300;
}
.learn-forth-section .academy-section .text > .btn {
  margin-top: 20px;
}
.learn-forth-section .landing-page {
  margin-top: 50px;
  position: relative;
  width: 32%;
}
@media (min-width: 600px) and (max-width: 870px) {
  .learn-forth-section .landing-page {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .learn-forth-section .landing-page {
    width: 100%;
  }
}
.learn-forth-section .landing-page > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.learn-forth-section .landing-page > a:hover ~ .text * {
  text-decoration: underline;
}
.learn-forth-section .landing-page > .image {
  align-items: center;
  display: flex;
  height: 40%;
  justify-content: center;
  min-height: 200px;
  width: 100%;
}
.learn-forth-section .landing-page > .image img {
  height: 100%;
  width: auto;
}
.learn-forth-section .landing-page > .text {
  align-items: flex-start;
  border: 1px solid #e0e0e0;
  border-top: 0;
  display: flex;
  flex-direction: column;
  height: 60%;
  justify-content: space-between;
  min-height: 250px;
  padding: 30px 40px;
  width: 100%;
}
.learn-forth-section .landing-page > .text h3 {
  color: #0ebc08;
  font-size: 20px;
}
.learn-forth-section .landing-page > .text p {
  color: #888;
  margin-top: 10px;
}
.learn-forth-section .landing-page > .text .btn {
  font-size: 12px;
  margin-top: 15px;
}
.most-wanted {
  margin-top: 50px;
  width: 100%;
}
.news-box {
  width: 100%;
}
.news-box > h2 {
  font-size: 30px;
  margin-top: 30px;
  text-transform: uppercase;
}
@media (max-width: 1152px) {
  .news-box > h2 {
    margin-top: 0;
  }
}
.news-box .listing .item {
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 540px) {
  .news-box .listing .item {
    flex-wrap: wrap;
  }
}
.news-box .listing .item > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.news-box .listing .item > a:hover ~ .info * {
  text-decoration: underline;
}
.news-box .listing .item .image {
  max-width: 410px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 680px) {
  .news-box .listing .item .image {
    max-width: auto;
    width: 190px;
  }
}
.news-box .listing .item .info {
  padding-left: 50px;
  position: relative;
  width: 390px;
}
@media (min-width: 541px) and (max-width: 680px) {
  .news-box .listing .item .info {
    padding-left: 40px;
    width: 68%;
  }
}
@media (max-width: 540px) {
  .news-box .listing .item .info {
    margin-top: 15px;
    padding-left: 0;
    width: 100%;
  }
}
.news-box .listing .item .info .category {
  color: #0ebc08;
  font: bold 16px 'Montserrat';
}
.news-box .listing .item .info .title {
  color: #888;
  font: bold 22px 'Montserrat';
  margin-top: 5px;
}
@media (max-width: 540px) {
  .news-box .listing .item .info .title {
    font-size: 19px;
  }
}
.news-box .listing .item .info .description {
  color: #888;
  font: normal 15px 'Montserrat';
  margin-top: 10px;
}
.news-box .listing .item .info a {
  color: #0ebc08;
  display: inline-block;
  font: bold 16px 'Montserrat';
  margin-top: 10px;
  margin-top: 10px;
}
@media (max-width: 540px) {
  .news-box .listing .item .info a {
    font-size: 14px;
  }
}
.newsletter {
  align-items: center;
  background: url("../images/2020/newsletter/background.png") no-repeat center;
  color: #fff;
  display: flex;
  height: 295px;
  justify-content: center;
  margin-top: 200px;
  width: 100%;
}
@media (max-width: 850px) {
  .newsletter {
    flex-direction: column;
    padding: 30px;
  }
}
.newsletter .icon {
  align-self: flex-end;
  margin-right: 60px;
}
@media (max-width: 850px) {
  .newsletter .icon {
    display: none;
    margin-bottom: 30px;
  }
}
.newsletter .content {
  max-width: 605px;
  width: 100%;
}
.newsletter .content h2 {
  font: 900 22px 'Futura LT Book';
  text-transform: uppercase;
}
.newsletter .content p {
  margin-top: 10px;
}
.newsletter form {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 670px) {
  .newsletter form {
    flex-wrap: wrap;
  }
}
.newsletter form .field {
  align-items: center;
  border: 2px solid #fff;
  display: flex;
  max-width: 450px;
  padding: 0 15px;
  width: 100%;
}
@media (max-width: 670px) {
  .newsletter form .field {
    height: 40px;
  }
}
.newsletter form .answer {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
}
.newsletter form label {
  min-width: 75px;
}
.newsletter form input {
  background: transparent;
  flex-grow: 1;
  font-size: 14px;
  padding: 10px 0;
}
@media (max-width: 670px) {
  .newsletter form button {
    margin-top: 10px;
  }
}
.overlay-item[data-id='learn-with-forth'] {
  display: inline-block;
  width: 100%;
}
.overlay-item[data-id='learn-with-forth'] > .video {
  background: #000 url("../images/icons/loader.gif") center center no-repeat;
  display: inline-block;
  height: 580px;
  position: relative;
  width: 100%;
}
@media (max-width: 1270px) {
  .overlay-item[data-id='learn-with-forth'] > .video {
    height: 350px;
  }
}
.overlay-item[data-id='learn-with-forth'] > .video iframe {
  height: 100%;
  width: 100%;
}
.overlay-item[data-id='learn-with-forth'] > .video > .-left {
  left: -20px;
}
.overlay-item[data-id='learn-with-forth'] > .video > .-right {
  right: -35px;
}
.overlay-item[data-id='learn-with-forth'] > .desc {
  margin-top: 20px;
  text-align: left;
  width: 100%;
}
.overlay-item[data-id='learn-with-forth'] > .desc > .page {
  color: #0ebc08;
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}
.overlay-item[data-id='learn-with-forth'] > .desc > .page:hover {
  text-decoration: underline;
}
.overlay-item[data-id='learn-with-forth'] > .desc > .title {
  color: #fff;
  font-size: 20px;
}
.overlay-box {
  background: rgba(6,6,18,0.85);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 15;
}
.overlay-box.-active {
  opacity: 1;
  visibility: visible;
}
.overlay-box .data {
  display: inline-block;
  max-width: 1152px;
  margin-top: 110px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width: 1270px) {
  .overlay-box .data {
    padding: 0 30px;
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  .overlay-box .data {
    width: 95%;
  }
}
.overlay-box .data .close {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  right: 0;
  position: absolute;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  top: -86px;
  height: 66px;
  width: 66px;
}
@media (max-width: 1270px) {
  .overlay-box .data .close {
    height: 40px;
    width: 40px;
    top: -60px;
    right: 30px;
  }
}
.overlay-box .data .close:hover {
  color: #0ebc08;
  background: #fff;
}
.overlay-box .data .overlay-item {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.overlay-box .data .overlay-item.-active {
  opacity: 1;
}
.pop-up-product {
  align-items: center;
  background: rgba(0,0,0,0.5);
  color: #0ebc08;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  left: 50%;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 999;
}
.pop-up-product.-close-pop {
  display: none;
}
.pop-up-product .btn-close {
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  height: 40px;
  margin-bottom: 10px;
  width: 40px;
}
.pop-up-product .btn-close .close {
  height: 100%;
  position: relative;
  width: 100%;
}
.pop-up-product .btn-close .close:before,
.pop-up-product .btn-close .close:after {
  background: #fff;
  border-radius: 40px;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
.pop-up-product .btn-close .close:before {
  transform: rotate(-45deg);
}
.pop-up-product .btn-close .close:after {
  transform: rotate(45deg);
}
.pop-up-product .box {
  align-items: center;
  background: #fff;
  border: 5px solid #0ebc08;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  height: 300px;
  justify-content: center;
  padding: 50px;
  text-align: center;
  width: 500px;
}
.pop-up-product .box .tt {
  font-size: 30px;
  font-weight: bold;
}
.pop-up-product .box .tc {
  color: #888;
  font-weight: bold;
  margin-bottom: -20px;
  margin-top: 20px;
}
.pop-up-product .box .btn {
  border-radius: 0;
  font-size: 14px;
  margin-top: 50px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.product-thumb {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  width: 25%;
}
.product-thumb + .product-thumb {
  margin-left: -4px;
}
@media (min-width: 401px) and (max-width: 981px) {
  .product-thumb {
    width: 240px;
  }
}
@media (max-width: 400px) {
  .product-thumb {
    width: 215px;
  }
}
@media (max-width: 540px) {
  .product-thumb.-noproduct {
    width: 100%;
  }
}
.product-thumb.-noproduct .image {
  height: 135px;
}
.product-thumb > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.product-thumb > a:hover ~ .image .btndetails {
  opacity: 1;
  transform: scale(1) translate(-50%, -250%);
}
.product-thumb > a:hover ~ .text .title,
.product-thumb > a:hover ~ .text .desc,
.product-thumb > a:hover ~ .name {
  text-decoration: underline;
}
.product-thumb .image .btndetails {
  align-items: center;
  background: #0ebc08;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  left: 50%;
  opacity: 1;
  padding: 10px 15px;
  position: absolute;
  text-transform: uppercase;
  top: 120%;
  transform: scale(1.1) translate(-50%, -50%);
  transform-origin: left;
  transition: all 0.3s;
  width: 60%;
}
@media (max-width: 414px) {
  .product-thumb .image .btndetails {
    width: 80%;
  }
}
.product-thumb .image .btndetails:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  height: 8px;
  margin-left: 3px;
  transform: rotate(-45deg);
  width: 8px;
}
.product-thumb .image {
  align-items: center;
  display: flex;
  height: 220px;
  justify-content: center;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.product-thumb .image img {
  max-height: 100%;
  max-width: auto;
}
@media (max-width: 500px) {
  .product-thumb .image {
    height: 150px;
  }
}
.product-thumb > .name {
  color: #888;
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
  padding: 0 15px;
  text-align: center;
  white-space: normal;
  width: 100%;
}
.product-thumb > .text {
  font-size: 14px;
  padding: 10px 35px;
  text-align: left;
  white-space: initial;
  width: 100%;
}
.product-thumb > .text > .title {
  color: #0ebc08;
}
.product-thumb > .text > .desc {
  color: #888;
  margin-top: 8px;
}
.resales-forth {
  padding-top: 30px;
  text-align: center;
  width: 100%;
}
@media (max-width: 530px) {
  .resales-forth {
    padding: 30px;
  }
}
.resales-forth > .box {
  display: inline-block;
  max-width: 470px;
}
.resales-forth img {
  display: inline-block;
}
.resales-forth h2 {
  color: #0ebc08;
  text-transform: uppercase;
  font-size: 25px;
}
.resales-forth p {
  color: #888;
  font-size: 18px;
  margin-top: 20px;
}
.resales-forth .btn {
  margin-top: 25px;
  max-width: 370px;
  width: 100%;
}
.resales-forth .btnred {
  display: inline-block;
  color: #d6431a;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 550px) {
  .resales-forth .btnred {
    margin-top: 15px;
  }
}
.resales-forth .btnred:hover {
  text-decoration: underline;
}
.resales-forth .btnred:after {
  border-right: 2px solid #d6431a;
  border-bottom: 2px solid #d6431a;
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  margin-left: 10px;
  transform: rotate(-45deg);
  width: 9px;
}
.sidebar-and-content {
  width: 100%;
}
.sidebar-and-content ._wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (max-width: 920px) {
  .sidebar-and-content ._wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 921px) {
  .sidebar-and-content .btnsidebar {
    display: none;
  }
}
@media (max-width: 920px) {
  .sidebar-and-content .btnsidebar {
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    border-radius: 50%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px;
    right: 30px;
    z-index: 12;
  }
  .sidebar-and-content .btnsidebar svg {
    display: block;
    height: 50px;
    width: 50px;
  }
}
.sidebar-and-content .sidebar {
  border-right: 1px solid #e0e0e0;
  max-width: 270px;
  position: relative;
  transition: all 0.4s ease;
  width: 100%;
}
@media (max-width: 920px) {
  .sidebar-and-content .sidebar {
    background: #fff;
    box-shadow: 1px 0px 3px rgba(136,136,136,0.5);
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    width: 270px;
    will-change: transform;
    z-index: 11;
  }
}
@media (max-width: 360px) {
  .sidebar-and-content .sidebar {
    width: 250px;
  }
}
.sidebar-and-content .sidebar.-active {
  transform: translateX(0);
  opacity: 1;
}
.sidebar-and-content .content {
  padding-left: 30px;
  width: 840px;
}
@media (max-width: 920px) {
  .sidebar-and-content .content {
    padding-left: 0;
    width: 100%;
  }
}
.slider-box {
  margin-top: 55px;
  overflow-x: hidden;
  width: 100%;
}
@media (max-width: 500px) {
  .slider-box {
    height: 300px;
    margin-top: 20px;
  }
}
@media (max-width: 1212px) {
  .slider-box {
    overflow-x: auto;
  }
}
.slider-box .sliderscroll {
  padding-bottom: 70px;
  transition: transform 0.3s;
  white-space: nowrap;
}
@media (max-width: 1212px) {
  .slider-box .sliderscroll {
    padding-bottom: 10px;
    vertical-align: top;
  }
}
.slider-box .sliderscroll .product-thumb.-noproduct {
  display: inline-flex;
  flex-direction: column;
}
.slider-box .sliderscroll .product-thumb.-noproduct .text {
  overflow: hidden;
}
.slider-box > .thumbs-box {
  margin-top: 25px;
}
@media (max-width: 1212px) {
  .slider-box > .thumbs-box {
    display: none;
  }
}
.social-boxes {
  margin-top: 50px;
  width: 100%;
}
.social-boxes ._wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .social-boxes ._wrap {
    flex-wrap: wrap;
  }
}
.social-boxes .social-box {
  width: 43.4027%;
}
@media (max-width: 850px) {
  .social-boxes .social-box {
    margin-bottom: 20px;
    width: 100%;
  }
}
.social-boxes .social-box > .content {
  min-height: 200px;
  margin-top: 20px;
  overflow: hidden;
}
.social-boxes .social-box > .content iframe {
  height: 320px;
  width: 100%;
}
.thumbs-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.thumbs-box.-brd {
  border-top: 1px solid #e0e0e0;
}
.thumbs-box.-brd > .thumbs {
  margin-top: -13px;
}
.thumbs-box.-banner {
  position: absolute;
  bottom: 25px;
  left: 0;
}
.thumbs-box > .thumbs {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
}
.thumbs-box .thumb {
  border-radius: 50%;
  background: #e0e0e0;
  cursor: pointer;
  transition: background 0.3s;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
}
.thumbs-box .thumb:hover,
.thumbs-box .thumb.-active {
  background: #0ebc08;
}
.title-box {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}
@media (max-width: 550px) {
  .title-box {
    align-items: flex-start;
    flex-direction: column;
  }
}
.title-box > .title {
  color: #0ebc08;
  font: 30px 'Montserrat';
  font-weight: 700;
  padding-bottom: 8px;
  position: relative;
  text-transform: uppercase;
}
.title-box > .title:after {
  background: #0ebc08;
  bottom: 0;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  width: 45px;
}
.title-box > .more {
  color: #d6431a;
  position: relative;
}
@media (max-width: 550px) {
  .title-box > .more {
    margin-top: 25px;
  }
}
.title-box > .more:hover {
  text-decoration: underline;
}
.title-box > .more:after {
  border-bottom: 2px solid #d6431a;
  border-right: 2px solid #d6431a;
  content: '';
  display: inline-block;
  height: 9px;
  margin-left: 10px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 9px;
}
@media (max-width: 830px) {
  .error-page {
    padding: 30px 0;
  }
}
.error-page ._wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 630px;
}
@media (max-width: 830px) {
  .error-page ._wrap {
    flex-direction: column;
    min-height: auto;
  }
}
@media (max-width: 830px) {
  .error-page img {
    margin-top: 20px;
    order: 2;
  }
}
.error-page .text {
  color: #888;
  max-width: 365px;
  width: 100%;
}
@media (max-width: 830px) {
  .error-page .text {
    order: 1;
  }
}
.error-page .text h2 {
  color: #0ebc08;
  font: 900 45px 'Futura LT Book';
}
.error-page .text h1 {
  font-size: 30px;
  margin: 15px 0;
}
.error-page .text p {
  font-size: 20px;
}
.error-page .text nav {
  margin-top: 30px;
  padding-left: 30px;
}
.error-page .text a {
  color: #0ebc08;
  font-size: 20px;
  display: flex;
  margin-bottom: 6px;
  align-items: center;
  position: relative;
}
.error-page .text a:hover {
  text-decoration: underline;
}
.error-page .text a:before {
  background: #0ebc08;
  border-radius: 50%;
  margin-right: 10px;
  content: '';
  height: 4px;
  width: 4px;
}
.blog-interna-pg .blog-banner {
  background-position: center;
  background-size: cover;
  height: 440px;
  position: relative;
  width: 100%;
}
.blog-interna-pg .blog-banner:after {
  background-color: #000;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.blog-interna-pg .blog-banner ._wrap {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.blog-interna-pg .blog-banner ._wrap .breadcrumb {
  left: 0;
  position: absolute;
  top: 0;
}
@media (max-width: 1212px) {
  .blog-interna-pg .blog-banner ._wrap .breadcrumb {
    left: 30px;
  }
}
.blog-interna-pg .blog-banner ._wrap b {
  color: #0ebc08;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-interna-pg .blog-banner ._wrap h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  width: 550px;
}
@media (max-width: 610px) {
  .blog-interna-pg .blog-banner ._wrap h1 {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .blog-interna-pg .blog-banner ._wrap h1 {
    font-size: 27px;
  }
}
.blog-interna-pg main {
  width: 100%;
}
.blog-interna-pg main ._wrap {
  display: flex;
}
.blog-interna-pg main ._wrap .rail {
  padding: 30px 0;
  width: 155px;
}
@media (max-width: 800px) {
  .blog-interna-pg main ._wrap .rail {
    display: none;
  }
}
.blog-interna-pg main ._wrap .rail .share {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  position: sticky;
  top: 30px;
  width: 100%;
}
.blog-interna-pg main ._wrap .rail .share span {
  color: #888;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-interna-pg main ._wrap .rail .share a {
  margin-top: 20px;
}
.blog-interna-pg main ._wrap .rail .share a svg {
  height: 43px;
  width: 43px;
}
.blog-interna-pg main ._wrap .academia-banner {
  align-items: center;
  background: #0ebc08;
  border-radius: 40px;
  bottom: 10px;
  box-shadow: 0 0 20px 6px rgba(0,0,0,0.2);
  display: flex;
  display: none;
  justify-content: flex-start;
  left: 50%;
  padding: 5px;
  position: fixed;
  transform: translateX(-50%);
  width: 80%;
  z-index: 9;
}
.blog-interna-pg main ._wrap .academia-banner:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  height: 8px;
  position: absolute;
  right: 8%;
  top: 19px;
  transform: rotate(45deg);
  width: 8px;
}
@media (max-width: 414px) {
  .blog-interna-pg main ._wrap .academia-banner {
    display: flex;
  }
}
.blog-interna-pg main ._wrap .academia-banner p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.blog-interna-pg main ._wrap .academia-banner img {
  margin-right: 10px;
  width: 50px;
}
.blog-interna-pg main ._wrap .content {
  padding: 30px 0;
  width: 800px;
}
@media (max-width: 800px) {
  .blog-interna-pg main ._wrap .content {
    width: 100%;
  }
}
.blog-interna-pg main ._wrap .content > *:not(img) {
  padding: 0 60px;
}
@media (max-width: 800px) {
  .blog-interna-pg main ._wrap .content > *:not(img) {
    padding: 0;
  }
}
.blog-interna-pg main ._wrap .content .comments {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  margin-top: 100px;
  padding: 40px 0;
}
.blog-interna-pg main ._wrap .content .comments .fb-comments {
  width: 100%;
}
.blog-interna-pg main ._wrap .content p {
  color: #888;
  font-size: 18px;
}
.blog-interna-pg main ._wrap .content p:first-of-type:first-letter {
  font-size: 38px;
}
.blog-interna-pg main ._wrap .content p + p {
  margin-top: 25px;
}
.blog-interna-pg main ._wrap .content h2 {
  color: #0ebc08;
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}
.blog-interna-pg main ._wrap .content ul {
  margin-top: 10px;
  padding: 0 60px 0 95px;
}
@media (max-width: 800px) {
  .blog-interna-pg main ._wrap .content ul {
    padding: 0 0 0 35px;
  }
}
.blog-interna-pg main ._wrap .content ul li {
  color: #888;
  font-size: 18px;
  list-style: disc;
}
.blog-interna-pg main ._wrap .content img {
  margin-top: 30px;
  width: 100%;
}
.blog-interna-pg .read-too .news-box {
  width: 800px;
}
@media (max-width: 860px) {
  .blog-interna-pg .read-too .news-box {
    width: 100%;
  }
}
.blog-pg .banner {
  background: url("../images/banner-blog-forth.jpg") top center no-repeat;
  background-size: cover;
  height: 360px;
}
@media (max-width: 600px) {
  .blog-pg .banner {
    height: 110px;
  }
}
.blog-pg .sidebar-and-content {
  margin-top: 30px;
}
.blog-pg .categories-box {
  position: sticky;
  top: 20px;
}
.blog-pg .categories-box > h3 {
  font-size: 18px;
  color: #0ebc08;
}
.blog-pg .categories-box > nav {
  margin-top: 15px;
  width: 100%;
}
.blog-pg .categories-box > nav > a {
  color: #888;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 20px;
  width: 100%;
}
.blog-pg .categories-box > nav > a:hover {
  text-decoration: underline;
}
.blog-pg .categories-box > nav > a:before {
  border-right: 2px solid #0ebc08;
  border-bottom: 2px solid #0ebc08;
  content: '';
  height: 6px;
  margin-right: 10px;
  transform: rotate(-45deg);
  width: 6px;
}
.campaigns {
  min-height: 100%;
  width: 100%;
}
.campaigns > ._wrap {
  margin-top: 60px;
}
.campaigns .banner {
  background-position: center center;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
}
.campaigns .banner ._wrap {
  min-height: 100%;
  position: relative;
}
@media (max-width: 790px) {
  .campaigns .banner {
    background-image: none !important;
    height: auto;
    padding: 30px 0;
    text-align: center;
  }
}
.campaigns .text_banner {
  color: #fff;
  max-width: 390px;
  width: 100%;
}
@media (max-width: 1212px) {
  .campaigns .text_banner {
    left: 30px;
  }
}
@media (min-width: 1213px) {
  .campaigns .text_banner {
    left: 130px;
  }
}
@media (min-width: 791px) {
  .campaigns .text_banner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 790px) {
  .campaigns .text_banner {
    display: inline-block;
  }
}
.campaigns .text_banner img {
  display: inline-block;
  height: 75px;
  margin-bottom: 10px;
}
@media (min-width: 791px) {
  .campaigns .text_banner img {
    display: none;
  }
}
.campaigns .text_banner > h1 {
  color: currentColor;
  font-size: 16px;
}
.campaigns .text_banner > h2,
.campaigns .text_banner > p {
  color: #fff;
}
.campaigns .text_banner > h2 {
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .campaigns .text_banner > h2 {
    font-size: 30px;
  }
}
.campaigns .text_banner > p {
  font-size: 18px;
  margin-top: 15px;
}
.campaigns .text_banner > a {
  border: 1px solid currentColor;
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  margin-top: 25px;
  padding: 15px 30px 18px;
  text-transform: uppercase;
}
.campaigns .text_banner > a:after {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: '';
  display: inline-block;
  height: 7px;
  margin-left: 10px;
  transform: rotate(45deg);
  transform-origin: right;
  vertical-align: middle;
  width: 7px;
}
.campaigns .external {
  color: #d6431a;
  float: right;
  font: normal 15px 'Montserrat';
  margin: 0 21px 30px 0;
  position: relative;
}
.campaigns .external:after {
  border-right: 2px solid #d6431a;
  border-top: 2px solid #d6431a;
  content: '';
  height: 6px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
}
.campaigns .external:hover {
  text-decoration: underline;
}
.campaigns .listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.campaigns .listing .item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 30px 0;
  position: relative;
  width: 30%;
}
@media (max-width: 414px) {
  .campaigns .listing .item {
    width: 100%;
  }
}
@media (max-width: 775px) {
  .campaigns .listing .item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.campaigns .listing .item a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.campaigns .listing .item a:hover ~ .info .title,
.campaigns .listing .item a:hover ~ .info .description {
  text-decoration: underline;
}
.campaigns .listing .item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 180px;
  width: 100%;
}
.campaigns .listing .item .info {
  color: #888;
  width: 100%;
}
@media (max-width: 775px) {
  .campaigns .listing .item .info {
    margin: 15px 0;
    width: 100%;
  }
}
.campaigns .listing .item .info .title {
  font-size: 22px;
}
@media (max-width: 775px) {
  .campaigns .listing .item .info .title {
    font-size: 20px;
  }
}
.campaigns .listing .item .info .description {
  font-size: 15px;
  margin-top: 5px;
}
.campaigns .listing .item .total-time {
  align-self: flex-start;
  color: #0ebc08;
  font-size: 18px;
  margin-top: 20px;
}
.company .title-fullpage {
  background: url("../images/company-bg.jpg") 0 0/cover repeat;
  height: 500px;
  position: relative;
  width: 100%;
}
@media (max-width: 1212px) {
  .company .title-fullpage {
    text-align: center;
    height: auto;
  }
}
.company .title-fullpage h1 {
  color: #fff;
  font: 900 40px 'Futura LT Book';
  text-transform: uppercase;
  max-width: 420px;
  text-align: center;
}
@media (min-width: 1213px) {
  .company .title-fullpage h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1212px) {
  .company .title-fullpage h1 {
    padding: 40px 0 60px;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .company .title-fullpage h1 {
    font-size: 28px;
  }
}
.company .about-text {
  margin: 50px 0 100px;
  width: 100%;
}
@media (max-width: 1212px) {
  .company .about-text {
    margin: 50px 0;
  }
}
.company .about-text ._wrap {
  text-align: center;
}
.company .about-text .subtitle,
.company .about-text .desc {
  display: inline-block;
  text-align: left;
  max-width: 770px;
  width: 100%;
}
.company .about-text .subtitle {
  color: #0ebc08;
  font-size: 30px;
}
@media (max-width: 500px) {
  .company .about-text .subtitle br {
    display: none;
  }
}
.company .about-text .subtitle ~ .subtitle {
  margin-top: 70px;
}
.company .about-text img {
  margin-top: 20px;
  display: inline-block;
}
.company .about-text .desc {
  color: #888;
  line-height: 25px;
  margin-top: 20px;
}
.contact-pg .boxes {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 785px) {
  .contact-pg .boxes {
    flex-wrap: wrap;
  }
}
.contact-pg .box {
  width: 100%;
}
.contact-pg .box.-form {
  max-width: 680px;
}
.contact-pg .box.-aside {
  border-left: 1px solid #d7d7d7;
  padding: 45px 0 45px 80px;
  max-width: 380px;
}
@media (max-width: 785px) {
  .contact-pg .box.-aside {
    border-left: 0;
    border-top: 1px solid #d7d7d7;
    margin-top: 50px;
    padding: 40px 0;
  }
}
@media (max-width: 785px) {
  .contact-pg .box {
    max-width: 100% !important;
  }
}
.contact-pg .box > p {
  color: #888;
  font-size: 20px;
}
.contact-pg .box > nav {
  margin-top: 30px;
  padding-left: 30px;
}
.contact-pg .box > nav a {
  color: #0ebc08;
  font-size: 20px;
  display: flex;
  margin-bottom: 6px;
  align-items: center;
  position: relative;
}
.contact-pg .box > nav a:hover {
  text-decoration: underline;
}
.contact-pg .box > nav a:before {
  background: #0ebc08;
  border-radius: 50%;
  margin-right: 10px;
  content: '';
  height: 4px;
  width: 4px;
}
.contact-pg form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 50px;
}
@media (max-width: 785px) {
  .contact-pg form {
    padding-right: 0;
  }
}
.contact-pg form button {
  margin-top: 20px;
}
.contact-pg .boxcontact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 785px) {
  .contact-pg .boxcontact {
    margin-bottom: 20px;
  }
}
.contact-pg .boxcontact:last-child {
  margin-bottom: 0;
}
.contact-pg .boxcontact .icon {
  border-radius: 8px;
  background: #0ebc08;
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  width: 54px;
}
.contact-pg .boxcontact .icon.-cellphone svg {
  height: 21px;
  width: 21px;
}
.contact-pg .boxcontact .icon.-message svg {
  height: 21px;
  width: 26px;
}
.contact-pg .boxcontact .icon.-location svg {
  height: 26px;
  width: 19px;
}
.contact-pg .boxcontact .icon svg {
  fill: #fff;
}
.contact-pg .boxcontact .text {
  color: #888;
  max-width: 220px;
}
.contact-pg .boxcontact h2 {
  font-size: 20px;
}
.contact-pg .boxcontact address,
.contact-pg .boxcontact a {
  line-height: 22px;
  font-style: normal;
}
.contact-pg .boxcontact a {
  display: block;
}
.contact-pg .boxcontact a:hover {
  text-decoration: underline;
}
.fispq-pg .__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1200px;
  padding: 0 20px;
}
.fispq-pg .__wrap > ul {
  display: flex;
  flex-direction: column;
  width: 800px;
  gap: 10px;
  margin-top: 10px;
}
.fispq-pg .__wrap > ul > li .title {
  background: #f5f5f5;
  border: 1px solid #909090;
  color: #909090;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  position: relative;
}
.fispq-pg .__wrap > ul > li > ul > li {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px;
  color: #909090;
  font-size: 12px;
  font-weight: bold;
}
.forth-academy {
  min-height: 100%;
  width: 100%;
}
.forth-academy > ._wrap {
  margin-top: 50px;
  text-align: center;
}
.forth-academy .banner {
  background: url("../images/academia/banneracademia.jpg") center center no-repeat;
  height: 610px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width: 920px) {
  .forth-academy .banner {
    background-position: center right;
    background-size: cover;
    height: auto;
  }
}
@media (max-width: 450px) {
  .forth-academy .banner {
    background-position: center center;
  }
}
.forth-academy .text_starts {
  margin-bottom: 30px;
}
.forth-academy .text_starts > h1 {
  color: #0ebc08;
  font-family: 'Futura LT Book';
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.forth-academy .text_starts > svg {
  fill: #20477e;
  height: 50px;
  width: 80px;
}
.forth-academy .text_starts > p {
  color: #888;
  font-size: 20px;
}
.forth-academy .text_banner {
  color: #fff;
  max-width: 500px;
  width: 100%;
}
@media (min-width: 921px) {
  .forth-academy .text_banner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 920px) {
  .forth-academy .text_banner {
    display: inline-block;
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  .forth-academy .text_banner {
    padding: 40px 0;
  }
}
.forth-academy .text_banner > svg {
  fill: #ffd800;
  height: 47px;
  width: 83px;
}
.forth-academy .text_banner > h1 {
  color: #ffd800;
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .forth-academy .text_banner > h1 {
    font-size: 30px;
  }
}
.forth-academy .text_banner > p {
  font-size: 20px;
  margin-top: 15px;
}
@media (max-width: 600px) {
  .forth-academy .text_banner > p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .forth-academy .text_banner > p br {
    display: none;
  }
}
.forth-academy .text_banner > a {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 10px 20px;
  position: relative;
}
.forth-academy .text_banner > a:after {
  animation: topBottom 0.6s ease-in-out infinite alternate;
  border-bottom: 1px solid #ffd800;
  border-right: 1px solid #ffd800;
  bottom: 0;
  content: '';
  height: 9px;
  left: 50%;
  position: absolute;
  width: 9px;
}
.forth-academy .text_banner > .tmp-text {
  color: #888;
  font-size: 30px;
}
.forth-academy .text_banner > .tmp-text span {
  color: #0ebc08;
  font-weight: bold;
}
@media (max-width: 414px) {
  .forth-academy .text_banner > .tmp-text {
    font-size: 20px;
    padding-top: 35px;
  }
}
.forth-academy .text_banner > .btn {
  font-size: 16px;
  margin-top: 20px;
  padding: 10px;
}
.forth-academy .text_banner > .btn:after {
  display: none;
}
.forth-academy .advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 542px) {
  .forth-academy .advantages {
    justify-content: center;
  }
}
.forth-academy .advantages .advantage {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
  width: 220px;
}
@media (max-width: 542px) {
  .forth-academy .advantages .advantage {
    margin-bottom: 20px;
  }
}
.forth-academy .advantages .advantage svg {
  fill: #20477e;
}
.forth-academy .advantages .advantage svg.-professional {
  height: 72px;
  width: 70px;
}
.forth-academy .advantages .advantage svg.-free {
  height: 76px;
  width: 77px;
}
.forth-academy .advantages .advantage svg.-portability {
  height: 67px;
  width: 72px;
}
.forth-academy .advantages .advantage svg.-certificate {
  height: 63px;
  width: 66px;
}
.forth-academy .advantages .advantage .title {
  color: #0ebc08;
  font: bold 18px 'Montserrat';
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.forth-academy .advantages .advantage .description {
  color: #888;
  font: normal 15px 'Montserrat';
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.forth-academy .btn {
  margin-top: 55px;
  max-width: 360px;
  width: 100%;
}
.forth-academy .hr {
  background: #e0e0e0;
  clear: both;
  height: 1px;
  margin-top: 40px;
  width: 100%;
}
.forth-academy .courses-box {
  margin-top: 50px;
  width: 100%;
}
.forth-academy .courses-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 30px;
  width: 100%;
}
.forth-academy .course-box {
  background: #fafafa;
  box-shadow: 0 0 7px rgba(0,0,0,0.1);
  margin: 0 35px 35px 0;
  min-height: 370px;
  position: relative;
  text-align: center;
  width: 335px;
}
@media (max-width: 440px) {
  .forth-academy .course-box {
    margin: 0 0 35px 0;
    min-height: 0;
    width: 100%;
  }
}
.forth-academy .course-box > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.forth-academy .course-box > a:hover ~ .desc .title,
.forth-academy .course-box > a:hover ~ .desc .link {
  text-decoration: underline;
}
.forth-academy .course-box .image {
  align-items: center;
  display: flex;
  justify-content: center;
  max-height: 195px;
  overflow: hidden;
  width: 100%;
}
.forth-academy .course-box .image img {
  max-height: 100%;
}
.forth-academy .course-box .desc {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  padding: 30px 20px 10px;
  width: 100%;
}
.forth-academy .course-box .desc .title {
  color: #888;
  font-size: 18px;
  font-weight: 500;
}
.forth-academy .course-box .desc .link {
  color: #0ebc08;
  display: inline-block;
  font-size: 15px;
  margin-top: 30px;
}
.forth-academy .course-box .desc .link:after {
  border-bottom: 2px solid #0ebc08;
  border-right: 2px solid #0ebc08;
  content: '';
  display: inline-block;
  height: 7px;
  margin-left: 10px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 8px;
  -webkit-transform: rotate(-45deg);
}
@keyframes topBottom {
  from {
    transform: translate(-50%, 0) rotate(45deg);
  }
  to {
    transform: translate(-50%, 10px) rotate(45deg);
  }
}
._internal-campaign .banner .text_banner {
  color: #fff;
  left: 0px;
  max-width: 100%;
  width: 100%;
}
._internal-campaign-video iframe {
  background-color: #fff;
  margin-top: -70px;
  padding: 50px;
}
@media (max-width: 414px) {
  ._internal-campaign-video iframe {
    margin-top: -20px;
    padding: 20px;
  }
}
.learn-with-the-forth {
  min-height: 100%;
  width: 100%;
}
.learn-with-the-forth .banner {
  background: url("../images/banner-aprenda-com-a-forth2.jpg") center center no-repeat;
  height: 359px;
  position: relative;
  width: 100%;
}
@media (max-width: 920px) {
  .learn-with-the-forth .banner {
    background-position: -223px center;
    background-size: cover;
    height: 250px;
  }
}
@media (max-width: 360px) {
  .learn-with-the-forth .banner {
    background-position: -223px center;
  }
}
.learn-with-the-forth .banner .breadcrumb a {
  color: #fff;
}
.learn-with-the-forth .banner h1 {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  left: 50%;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  top: 50%;
  transform: translate(-50%, -60%);
}
@media (max-width: 360px) {
  .learn-with-the-forth .banner h1 {
    left: auto;
    right: 20px;
    transform: translate(0, -50%);
    width: 50%;
  }
}
.learn-with-the-forth .banner h1 strong {
  color: #b9bcff;
  display: block;
}
.learn-with-the-forth > .sidebar-and-content {
  padding-top: 30px;
}
@media (max-width: 414px) {
  .learn-with-the-forth > .sidebar-and-content .learn-forth-section ._wrap {
    padding: 0 !important;
  }
}
.learn-with-the-forth .menu-learn {
  position: sticky;
  top: 30px;
  width: 100%;
}
.learn-with-the-forth .menu-learn .title {
  color: #0ebc08;
  font: bold 18px 'Montserrat';
  margin-top: 30px;
}
.learn-with-the-forth .menu-learn .hr {
  background: #e0e0e0;
  height: 1px;
  margin-top: 30px;
  width: 100%;
}
.learn-with-the-forth .menu-learn a {
  clear: both;
  color: #888;
  display: block;
  font: normal 17px 'Montserrat';
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
}
.learn-with-the-forth .menu-learn a:hover {
  text-decoration: underline;
}
.learn-with-the-forth .menu-learn a:before {
  border-right: 2px solid #0ebc08;
  border-top: 2px solid #0ebc08;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
  width: 6px;
}
.learn-with-the-forth .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -100px;
  padding-left: 0;
  width: 100%;
}
.learn-with-the-forth .videos-box {
  width: 100%;
}
@media (max-width: 1152px) {
  .learn-with-the-forth .videos-box {
    order: 1;
  }
}
.learn-with-the-forth .videos-box > h2 {
  font-size: 30px;
  margin-top: 30px;
  text-transform: uppercase;
}
@media (max-width: 1152px) {
  .learn-with-the-forth .videos-box > h2 {
    margin-top: 0;
  }
}
.learn-with-the-forth .videos-box .listing .item {
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 540px) {
  .learn-with-the-forth .videos-box .listing .item {
    flex-wrap: wrap;
  }
}
.learn-with-the-forth .videos-box .listing .item > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.learn-with-the-forth .videos-box .listing .item > a:hover ~ .info * {
  text-decoration: underline;
}
.learn-with-the-forth .videos-box .listing .item .image {
  max-width: 410px;
  overflow: hidden;
  position: relative;
}
.learn-with-the-forth .videos-box .listing .item .image:after,
.learn-with-the-forth .videos-box .listing .item .image:before {
  content: '';
  position: absolute;
}
.learn-with-the-forth .videos-box .listing .item .image:after {
  background: rgba(19,19,19,0.6);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.learn-with-the-forth .videos-box .listing .item .image:before {
  background: url("../images/icons/youtube-icon.png") 0 0 no-repeat;
  height: 63px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  z-index: 2;
}
@media (max-width: 680px) {
  .learn-with-the-forth .videos-box .listing .item .image:before {
    background-position: center center;
    background-size: 40px 30px;
  }
}
@media (max-width: 680px) {
  .learn-with-the-forth .videos-box .listing .item .image {
    max-width: auto;
    width: 190px;
  }
}
.learn-with-the-forth .videos-box .listing .item .info {
  padding-left: 50px;
  position: relative;
  width: 390px;
}
@media (min-width: 541px) and (max-width: 680px) {
  .learn-with-the-forth .videos-box .listing .item .info {
    padding-left: 40px;
    width: 68%;
  }
}
@media (max-width: 540px) {
  .learn-with-the-forth .videos-box .listing .item .info {
    margin-top: 15px;
    padding-left: 0;
    width: 100%;
  }
}
.learn-with-the-forth .videos-box .listing .item .info .category {
  color: #0ebc08;
  font: bold 16px 'Montserrat';
}
.learn-with-the-forth .videos-box .listing .item .info .title {
  color: #888;
  font: bold 22px 'Montserrat';
  margin-top: 5px;
}
@media (max-width: 540px) {
  .learn-with-the-forth .videos-box .listing .item .info .title {
    font-size: 19px;
  }
}
.learn-with-the-forth .videos-box .listing .item .info .description {
  color: #888;
  font: normal 15px 'Montserrat';
  margin-top: 10px;
}
.learn-with-the-forth .videos-box .listing .item .info a {
  color: #0ebc08;
  display: inline-block;
  font: bold 16px 'Montserrat';
  margin-top: 10px;
  margin-top: 10px;
}
@media (max-width: 540px) {
  .learn-with-the-forth .videos-box .listing .item .info a {
    font-size: 14px;
  }
}
.learn-with-the-forth .academy {
  align-items: center;
  background: #0ebc08;
  display: flex;
  justify-content: flex-end;
  min-height: 280px;
  padding: 40px 20px;
  position: relative;
  width: 100%;
}
@media (max-width: 1152px) {
  .learn-with-the-forth .academy {
    margin-top: 20px;
    order: 2;
  }
}
@media (max-width: 490px) {
  .learn-with-the-forth .academy {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 670px) {
  .learn-with-the-forth .academy {
    justify-content: center;
    min-height: auto;
  }
}
.learn-with-the-forth .academy > img {
  left: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48.9583%;
}
@media (max-width: 1100px) {
  .learn-with-the-forth .academy > img {
    transform: translateY(-20%);
    width: 35%;
  }
}
@media (max-width: 670px) {
  .learn-with-the-forth .academy > img {
    display: none;
  }
}
.learn-with-the-forth .academy .text {
  color: #fff;
  margin-right: 30px;
  position: relative;
  text-align: center;
  width: 360px;
  z-index: 2;
}
@media (max-width: 670px) {
  .learn-with-the-forth .academy .text {
    margin-right: 0;
  }
}
.learn-with-the-forth .academy .text > img {
  display: none;
}
@media (max-width: 670px) {
  .learn-with-the-forth .academy .text > img {
    display: inline-block;
    margin: 10px 0;
    max-width: 100%;
  }
}
.learn-with-the-forth .academy .text > svg {
  display: inline-block;
  fill: #ff3;
  height: 47px;
  width: 82px;
}
.learn-with-the-forth .academy .text > h2 {
  font-size: 20px;
  margin: 20px 0 15px;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .learn-with-the-forth .academy .text > h2 {
    font-size: 20px;
  }
}
.learn-with-the-forth .academy .text > .btn {
  margin-top: 20px;
}
.produtos-interna-pg main {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 1174px) {
  .produtos-interna-pg main {
    justify-content: center;
  }
}
.produtos-interna-pg main .gallery {
  height: 540px;
  padding: 30px 0 50px;
  position: relative;
  width: 560px;
}
@media (max-width: 1174px) {
  .produtos-interna-pg main .gallery {
    margin-bottom: 25px;
  }
}
@media (max-width: 620px) {
  .produtos-interna-pg main .gallery {
    height: calc((100vw - 60px) * 0.97);
    width: 100%;
  }
}
.produtos-interna-pg main .gallery .images {
  height: 100%;
  position: relative;
  width: 100%;
}
.produtos-interna-pg main .gallery .images .next,
.produtos-interna-pg main .gallery .images .previous {
  cursor: pointer;
  height: 34px;
  position: absolute;
  top: 50%;
  width: 20px;
  z-index: 3;
}
@media (max-width: 620px) {
  .produtos-interna-pg main .gallery .images .next,
  .produtos-interna-pg main .gallery .images .previous {
    display: none;
  }
}
.produtos-interna-pg main .gallery .images .next:before,
.produtos-interna-pg main .gallery .images .previous:before,
.produtos-interna-pg main .gallery .images .next:after,
.produtos-interna-pg main .gallery .images .previous:after {
  background: #0ebc08;
  content: '';
  height: 20px;
  position: absolute;
  width: 2px;
}
.produtos-interna-pg main .gallery .images .next:before,
.produtos-interna-pg main .gallery .images .previous:before {
  transform-origin: 50%;
}
.produtos-interna-pg main .gallery .images .next:after,
.produtos-interna-pg main .gallery .images .previous:after {
  transform: rotate(45deg);
  transform-origin: 0;
}
.produtos-interna-pg main .gallery .images .previous {
  left: 0;
}
.produtos-interna-pg main .gallery .images .previous:before,
.produtos-interna-pg main .gallery .images .previous:after {
  left: 50%;
  position: absolute;
}
.produtos-interna-pg main .gallery .images .previous:before {
  top: 0px;
  transform: rotate(45deg);
}
.produtos-interna-pg main .gallery .images .previous:after {
  bottom: 0px;
  transform: rotate(-45deg);
}
.produtos-interna-pg main .gallery .images .next {
  right: 0;
}
.produtos-interna-pg main .gallery .images .next:before,
.produtos-interna-pg main .gallery .images .next:after {
  position: absolute;
  right: 50%;
}
.produtos-interna-pg main .gallery .images .next:before {
  top: 1px;
  transform: rotate(-45deg);
}
.produtos-interna-pg main .gallery .images .next:after {
  bottom: 1px;
  transform: rotate(45deg);
}
.produtos-interna-pg main .gallery .images .img {
  display: none;
  height: 100%;
  width: 100%;
}
.produtos-interna-pg main .gallery .images .img.active {
  display: block;
}
.produtos-interna-pg main .gallery .images .img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.produtos-interna-pg main .gallery .images .img iframe {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.produtos-interna-pg main .gallery .thumbs-box {
  bottom: 15px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.produtos-interna-pg main .content {
  align-content: flex-start;
  align-items: flex-start;
  border-left: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  width: 530px;
}
@media (max-width: 1174px) {
  .produtos-interna-pg main .content {
    border: 0;
    padding-left: 0;
  }
}
@media (max-width: 515px) {
  .produtos-interna-pg main .content {
    width: 100%;
  }
}
.produtos-interna-pg main .content h2 {
  color: #0ebc08;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.produtos-interna-pg main .content p {
  color: #888;
  font-size: 16px;
  margin-bottom: 10px;
}
.produtos-interna-pg main .content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.produtos-interna-pg main .content ul li {
  color: #888;
  font-size: 16px;
  list-style: disc;
  margin-bottom: 5px;
}
.produtos-interna-pg main .content .btn {
  width: 100%;
}
.produtos-interna-pg main .content .btn + .btn {
  margin-top: 18px;
}
.produtos-interna-pg .complements {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 500px) {
  .produtos-interna-pg .complements ._wrap {
    padding: 0;
  }
}
.produtos-interna-pg .complements .tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.produtos-interna-pg .complements .tabs .tab {
  align-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-left: -30px;
  padding: 15px 0;
  position: relative;
}
.produtos-interna-pg .complements .tabs .tab:nth-child(1) {
  margin-left: 0;
  z-index: 3;
}
.produtos-interna-pg .complements .tabs .tab:nth-child(1) svg,
.produtos-interna-pg .complements .tabs .tab:nth-child(1) span {
  transform: translateX(0);
}
.produtos-interna-pg .complements .tabs .tab:nth-child(2) {
  z-index: 2;
}
.produtos-interna-pg .complements .tabs .tab:nth-child(3) {
  z-index: 1;
}
.produtos-interna-pg .complements .tabs .tab span {
  color: #0ebc08;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  transform: translateX(10px);
}
@media (max-width: 725px) {
  .produtos-interna-pg .complements .tabs .tab span {
    display: none;
  }
}
.produtos-interna-pg .complements .tabs .tab svg {
  display: none;
  fill: #0ebc08;
  height: 30px;
  transform: translateX(10px);
  width: 30px;
}
@media (max-width: 725px) {
  .produtos-interna-pg .complements .tabs .tab svg {
    display: block;
  }
}
.produtos-interna-pg .complements .tabs .tab.active {
  background: #0ebc08;
  border: 0;
}
.produtos-interna-pg .complements .tabs .tab.active span {
  color: #fff;
}
.produtos-interna-pg .complements .tabs .tab.active svg {
  fill: #fff;
}
.produtos-interna-pg .complements .contents {
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  padding: 50px;
  position: relative;
  width: 100%;
}
@media (max-width: 500px) {
  .produtos-interna-pg .complements .contents {
    padding: 15px;
  }
}
.produtos-interna-pg .complements .contents .content {
  align-content: flex-start;
  align-items: flex-start;
  display: none;
  flex-direction: column;
  width: 100%;
}
.produtos-interna-pg .complements .contents .content.active {
  display: flex;
}
.produtos-interna-pg .complements .contents .content b {
  color: #888;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.produtos-interna-pg .complements .contents .content p {
  color: #888;
  font-size: 16px;
  margin-bottom: 10px;
}
.produtos-interna-pg .complements .contents .content ul li {
  color: #888;
  font-size: 16px;
  margin-bottom: 3px;
}
.produtos-interna-pg .complements .contents .content .download-list {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.produtos-interna-pg .complements .contents .content .download-list a {
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  padding-bottom: 25px;
  width: 100%;
}
.produtos-interna-pg .complements .contents .content .download-list a:last-child {
  border-bottom: 0;
  padding-bottom: 25px;
}
.produtos-interna-pg .complements .contents .content .download-list a + a {
  margin-top: 25px;
}
.produtos-interna-pg .complements .contents .content .download-list a svg {
  fill: #d6431a;
  height: 28px;
  margin-right: 25px;
  width: 27px;
}
.produtos-interna-pg .complements .contents .content .download-list a .info {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.produtos-interna-pg .complements .contents .content .download-list a .info span {
  color: #d6431a;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
}
.produtos-interna-pg .complements .contents .content .download-list a .info small {
  color: #888;
  font-size: 16px;
}
.produtos-interna-pg .complements .contents .content .fb-comments {
  width: 100%;
}
.produtos-interna-pg .relational-content {
  margin-top: 20px;
  width: 100%;
}
.produtos-pg .sidebar-and-content {
  margin-top: 50px;
}
.produtos-pg .sidebar-and-content ._wrap {
  padding: 0 !important;
}
.produtos-pg main aside .filter {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 1920px;
  min-height: 100px;
  overflow: hidden;
  position: relative;
  transition: 0.8s max-height ease, 0.8s min-height ease;
}
.produtos-pg main aside .filter.__close {
  max-height: 50px;
  min-height: 30px;
  transition: 0.8s max-height ease, 0.8s min-height ease;
}
.produtos-pg main aside .filter.__close ul {
  opacity: 0;
  transition: 0.4s 0.7s opacity ease, 0.1s 1.2s visibility ease;
  visibility: hidden;
}
.produtos-pg main aside .filter.__close b:after {
  transform: translateY(-50%) rotate(180deg);
}
.produtos-pg main aside .filter + .filter {
  margin-top: 30px;
}
.produtos-pg main aside .filter b {
  background-color: #0ebc08;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 10px;
  position: relative;
  width: 90%;
}
@media (max-width: 414px) {
  .produtos-pg main aside .filter b {
    font-size: 16px;
  }
}
.produtos-pg main aside .filter b:after {
  background: url("../images/seta-cima.png") no-repeat center;
  content: '';
  height: 100%;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.4s transform ease;
  width: 10%;
}
.produtos-pg main aside .filter ul {
  display: inline-block;
  opacity: 1;
  transition: 0.4s 0.2s opacity ease, 0.1s visibility ease;
  visibility: visible;
}
.produtos-pg main aside .filter ul li {
  color: #888;
  font-size: 14px;
  margin-bottom: 5px;
}
.produtos-pg main aside .filter ul li a {
  color: inherit;
  display: inline-block;
  padding: 5px 10px;
}
.produtos-pg main aside .filter ul li a .close {
  display: none;
}
.produtos-pg main aside .filter ul li.active a {
  align-content: center;
  align-items: center;
  background: #e0e0e0;
  display: flex;
  justify-content: space-between;
}
.produtos-pg main aside .filter ul li.active a .close {
  background: transparent;
  cursor: pointer;
  display: block;
  height: 16px;
  position: relative;
  width: 14px;
  z-index: 2;
}
.produtos-pg main aside .filter ul li.active a .close:before,
.produtos-pg main aside .filter ul li.active a .close:after {
  background: #d6431a;
  content: '';
  height: 3px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 14px;
}
.produtos-pg main aside .filter ul li.active a .close:before {
  left: 0;
  transform: rotate(-45deg);
}
.produtos-pg main aside .filter ul li.active a .close:after {
  right: 0;
  transform: rotate(45deg);
}
.produtos-pg main .banner-product {
  cursor: pointer;
}
.produtos-pg main .banner-product.-none img {
  display: none;
}
.produtos-pg main .grid-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
.produtos-pg main .grid-products .product {
  padding-bottom: 30px;
  position: relative;
  width: 33.0864%;
}
@media (max-width: 670px) {
  .produtos-pg main .grid-products .product {
    width: 48%;
  }
}
.produtos-pg main .grid-products .product:hover {
  box-shadow: 0px 0px 0px 1px #e0e0e0;
}
.produtos-pg main .grid-products .product:hover .btn {
  height: 43px;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.produtos-pg main .grid-products .product:hover > h2 {
  text-decoration: underline;
}
.produtos-pg main .grid-products .product .img {
  max-height: 245px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.produtos-pg main .grid-products .product .img img {
  display: inline-block;
}
.produtos-pg main .grid-products .product h2 {
  color: #888;
  font-size: 17px;
  font-weight: normal;
  margin-top: 20px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}
@media (max-width: 540px) {
  .produtos-pg main .grid-products .product h2 {
    font-size: 14px;
    margin-top: 5px;
  }
}
.produtos-pg main .grid-products .product .btn {
  bottom: 0;
  height: 0;
  left: 50%;
  opacity: 0;
  padding: 0;
  position: absolute;
  transform: translate(-50%, 100%);
  transition: all 0.4s ease;
  visibility: hidden;
  width: calc(100% + 2px);
  z-index: 0;
}
@supports not (grid-gap: 20px) {
  .produtos-pg main .grid-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.revendas-pg .items {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  width: 100%;
}
.revendas-pg .items .item {
  border: 1px solid #d7d7d7;
  box-shadow: 0px 6px 5px -2px rgba(124,124,124,0.3);
  height: 104px;
  overflow: hidden;
  padding: 0 35px;
  transition: height 0.4s ease;
  width: 100%;
}
.revendas-pg .items .item + .item {
  margin-top: 25px;
}
.revendas-pg .items .item.opened {
  padding: 0 35px 35px;
  overflow-y: auto;
}
.revendas-pg .items .item.opened:nth-child(1) {
  height: 894px;
}
.revendas-pg .items .item.opened:nth-child(2) {
  height: 724px;
}
@media (max-width: 731px) {
  .revendas-pg .items .item.opened {
    height: auto !important;
  }
}
.revendas-pg .items .item.opened .header .switch {
  transform: rotate(-90deg);
}
.revendas-pg .items .item.anchor {
  background: #f2f2f2;
}
.revendas-pg .items .item.anchor .header .switch {
  transform: rotate(0);
}
.revendas-pg .items .item .header {
  width: 100%;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-content: center;
  position: relative;
  align-items: center;
  padding: 35px 0;
}
.revendas-pg .items .item .header > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.revendas-pg .items .item .header .icon {
  background: #0ebc08;
  border-radius: 5px;
  padding: 6px 10px 4px;
  margin-right: 40px;
}
@media (max-width: 500px) {
  .revendas-pg .items .item .header .icon {
    margin-right: 15px;
  }
}
.revendas-pg .items .item .header .icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.revendas-pg .items .item .header p {
  color: #888;
  font-size: 20px;
  font-weight: 700;
  flex-grow: 1;
  padding-right: 15px;
}
@media (max-width: 600px) {
  .revendas-pg .items .item .header p {
    font-size: 12px;
  }
}
.revendas-pg .items .item .header .switch {
  height: 21px;
  top: 5px;
  right: 0;
  width: 4px;
  transform: rotate(90deg);
  transition: transform 0.4s ease;
}
.revendas-pg .items .item .header .switch:before,
.revendas-pg .items .item .header .switch:after {
  background: #0ebc08;
  content: '';
  height: 12px;
  left: 0;
  position: absolute;
  width: 2px;
}
.revendas-pg .items .item .header .switch:before {
  top: 1px;
  transform-origin: 50%;
  transform: rotate(-45deg);
}
.revendas-pg .items .item .header .switch:after {
  bottom: 1px;
  transform-origin: 0;
  transform: rotate(45deg);
}
.revendas-pg .items .item .content {
  border-top: 1px solid #d7d7d7;
  padding-top: 25px;
  width: 100%;
}
.revendas-pg .items .item .content b {
  color: #0ebc08;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}
.revendas-pg .items .item .content p {
  color: #888;
  font-size: 17px;
  margin-bottom: 20px;
}
.revendas-pg .items .item .content p a {
  color: #0ebc08;
  font-size: 17px;
  font-weight: 700;
}
.revendas-pg .items .item .content .block {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1083px) {
  .revendas-pg .items .item .content .block img {
    display: none;
  }
}
.revendas-pg .items .item .content .block form {
  width: 635px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1083px) {
  .revendas-pg .items .item .content .block form {
    width: 100%;
  }
}
.search-pg .resulted {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 35px;
}
.search-pg .resulted:last-child {
  border: 0;
}
.search-pg .resulted > .title {
  font-size: 18px;
  color: #0ebc08;
  margin: 15px 0;
}
.search-pg .result-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px;
  width: 100%;
}
@media (max-width: 810px) {
  .search-pg .result-items {
    padding: 0;
    justify-content: center;
  }
}
.page-where-to-buy .lightbox-where-to-buy {
  background: rgba(6,6,18,0.85);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.page-where-to-buy .lightbox-where-to-buy .wrapper {
  float: left;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
}
.page-where-to-buy .lightbox-where-to-buy .wrapper .marker {
  background: url("../images/where-to-buy-marker.png") center center no-repeat;
  float: left;
  height: 134px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 101px;
}
.page-where-to-buy .lightbox-where-to-buy .wrapper .text {
  color: #fff;
  float: left;
  font: normal 25px 'Montserrat';
  margin: 40px 0;
  text-align: center;
  width: 100%;
}
.page-where-to-buy .lightbox-where-to-buy .wrapper .button-allow {
  background: #0ebc08;
  color: #fff;
  cursor: pointer;
  float: left;
  font: bold 14px 'Montserrat';
  left: 50%;
  padding: 17px 40px 17px 34px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.page-where-to-buy .lightbox-where-to-buy .wrapper .button-allow:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  height: 6px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
}
.page-where-to-buy .lightbox-where-to-buy .wrapper .button-deny {
  clear: both;
  color: #fff;
  cursor: pointer;
  float: left;
  font: bold 12px 'Montserrat';
  left: 50%;
  margin: 17px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.page-where-to-buy .lightbox-where-to-buy .wrapper .button-deny:hover {
  text-decoration: underline;
}
.page-where-to-buy .where-to-buy {
  min-height: 100%;
  position: relative;
  width: 100%;
}
.page-where-to-buy .where-to-buy ._wrap {
  display: flex;
  flex-direction: column;
}
.page-where-to-buy .where-to-buy .found-resellers-near-you {
  color: #888;
  display: none;
  font: normal 20px 'Montserrat';
  margin-top: 11px;
}
@media (max-width: 600px) {
  .page-where-to-buy .where-to-buy .found-resellers-near-you {
    font-size: 16px;
  }
}
.page-where-to-buy .where-to-buy .found-resellers-near-you b {
  color: #0ebc08;
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .page-where-to-buy .where-to-buy .found-resellers-near-you b {
    font-size: 18px;
  }
}
.page-where-to-buy .where-to-buy .address-search {
  align-items: flex-end;
  background: #f2f2f2;
  border-left: 4px solid #0ebc08;
  display: flex;
  margin-top: 30px;
  padding: 30px;
  width: 430px;
}
@media (max-width: 600px) {
  .page-where-to-buy .where-to-buy .address-search {
    border-left: 0;
    flex-wrap: wrap;
    width: 100%;
  }
}
.page-where-to-buy .where-to-buy .address-search label {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-where-to-buy .where-to-buy .address-search label b {
  color: #0ebc08;
  font: bold 15px 'Montserrat';
}
.page-where-to-buy .where-to-buy .address-search label input {
  border: 1px solid #d7d7d7;
  color: #888;
  font: normal 15px 'Montserrat';
  height: 43px;
  margin-top: 8px;
  padding: 0 20px;
  width: 100%;
}
.page-where-to-buy .where-to-buy .address-search button {
  margin-left: 10px;
}
@media (max-width: 452px) {
  .page-where-to-buy .where-to-buy .address-search button {
    margin-left: 0;
    margin-top: 10px;
  }
}
.page-where-to-buy .where-to-buy .address-search span {
  color: #888;
  font: normal 15px 'Montserrat';
}
.page-where-to-buy .where-to-buy .map {
  background: #f2f2f2 url("../images/icons/loader2.gif") no-repeat center;
  height: 586px;
  margin: 15px 0 40px;
  position: relative;
  width: 100%;
}
.page-where-to-buy .where-to-buy .map.-active .iframe {
  opacity: 0;
  visibility: hidden;
}
.page-where-to-buy .where-to-buy .map.-active .no-results {
  display: block;
}
@media (max-width: 600px) {
  .page-where-to-buy .where-to-buy .map {
    height: auto;
    width: 100%;
  }
}
.page-where-to-buy .where-to-buy .map .iframe {
  height: 100%;
  position: relative;
  width: 100%;
}
@media (max-width: 600px) {
  .page-where-to-buy .where-to-buy .map .iframe {
    display: none;
  }
}
.no-results {
  display: none;
  padding: 100px 0 100px 110px;
  z-index: 9;
}
@media (min-width: 601px) {
  .no-results {
    border-left: 1px solid #888;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 435px;
  }
}
@media (max-width: 995px) {
  .no-results {
    border: none;
    bottom: 40px;
    padding: 40px;
    top: auto;
    transform: none;
  }
}
@media (max-width: 600px) {
  .no-results {
    padding: 40px;
    padding-top: 0;
    width: 100%;
  }
}
.no-results > h3 {
  color: #0ebc08;
  font: bold 32px 'Futura LT Book';
}
@media (max-width: 600px) {
  .no-results > h3 {
    font-size: 25px;
  }
}
.no-results > p {
  color: #888;
  margin-top: 10px;
}
.no-results > p a {
  color: #0ebc08;
  text-decoration: underline;
}
.address-of-resales {
  margin-top: 50px;
}
.address-of-resales .resale,
.result-items .resale {
  border: 1px solid #d7d7d7;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  padding: 40px;
  width: 100%;
}
@media (max-width: 414px) {
  .address-of-resales .resale,
  .result-items .resale {
    padding: 40px 20px;
  }
}
.address-of-resales .resale + .resale,
.result-items .resale + .resale {
  margin-top: 15px;
}
.address-of-resales .resale .header,
.result-items .resale .header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 959px) {
  .address-of-resales .resale .header,
  .result-items .resale .header {
    justify-content: center;
  }
}
.address-of-resales .resale .header > svg,
.result-items .resale .header > svg {
  height: 52px;
  margin-right: 20px;
  width: 33px;
}
@media (max-width: 504px) {
  .address-of-resales .resale .header > svg,
  .result-items .resale .header > svg {
    display: none;
  }
}
.address-of-resales .resale .header .info,
.result-items .resale .header .info {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  max-width: 570px;
}
@media (max-width: 959px) {
  .address-of-resales .resale .header .info,
  .result-items .resale .header .info {
    flex-grow: 0;
  }
}
.address-of-resales .resale .header .info .type,
.result-items .resale .header .info .type {
  font: bold 10px 'Futura LT Book';
  position: relative;
  text-transform: uppercase;
}
.address-of-resales .resale .header .info .type svg,
.result-items .resale .header .info .type svg {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  vertical-align: bottom;
  width: 16px;
}
.address-of-resales .resale .header .info .name,
.result-items .resale .header .info .name {
  color: #888;
  font: bold 20px 'Montserrat';
  margin: 5px 0;
}
.address-of-resales .resale .header .info .address,
.result-items .resale .header .info .address {
  color: #888;
  font: normal 15px 'Montserrat';
}
.address-of-resales .resale .header.gold .type,
.result-items .resale .header.gold .type {
  color: #ffd800;
}
.address-of-resales .resale .header.gold svg,
.result-items .resale .header.gold svg {
  fill: #ffd800;
}
.address-of-resales .resale .header.bronze .type,
.result-items .resale .header.bronze .type {
  color: #854924;
}
.address-of-resales .resale .header.bronze svg,
.result-items .resale .header.bronze svg {
  fill: #854924;
}
.address-of-resales .resale .header.silver .type,
.result-items .resale .header.silver .type {
  color: #666;
}
.address-of-resales .resale .header.silver svg,
.result-items .resale .header.silver svg {
  fill: #666;
}
.address-of-resales .resale .header .buttons,
.result-items .resale .header .buttons {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 959px) {
  .address-of-resales .resale .header .buttons,
  .result-items .resale .header .buttons {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .address-of-resales .resale .header .buttons,
  .result-items .resale .header .buttons {
    flex-direction: column;
  }
}
.address-of-resales .resale .header .buttons .btn + .btn,
.result-items .resale .header .buttons .btn + .btn {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .address-of-resales .resale .header .buttons .btn + .btn,
  .result-items .resale .header .buttons .btn + .btn {
    margin-left: 0;
    margin-top: 15px;
  }
}
.address-of-resales .contents,
.result-items .contents {
  width: 100%;
}
.address-of-resales .content,
.result-items .content {
  align-content: flex-start;
  align-items: center;
  border-top: 1px solid #d7d7d7;
  display: none;
  justify-content: space-around;
  padding-top: 20px;
  width: 100%;
}
@media (max-width: 750px) {
  .address-of-resales .content,
  .result-items .content {
    flex-wrap: wrap;
  }
}
.address-of-resales .content .box,
.result-items .content .box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}
@media (max-width: 750px) {
  .address-of-resales .content .box,
  .result-items .content .box {
    margin-bottom: 20px;
    width: 100%;
  }
}
.address-of-resales .content .box a:hover,
.result-items .content .box a:hover {
  text-decoration: underline;
}
.address-of-resales .content .box .icon,
.result-items .content .box .icon {
  flex-grow: 1;
}
@media (max-width: 1090px) {
  .address-of-resales .content .box .icon,
  .result-items .content .box .icon {
    flex-grow: 0;
  }
}
.address-of-resales .content.opened,
.result-items .content.opened {
  display: flex;
  margin-top: 20px;
}
.address-of-resales .content.-message .icon svg,
.result-items .content.-message .icon svg {
  height: 97px;
  width: 114px;
}
.address-of-resales .content .-cellphone,
.result-items .content .-cellphone {
  height: 76px;
  width: 89px;
}
.address-of-resales .content .-email,
.result-items .content .-email {
  height: 94px;
  width: 84px;
}
.address-of-resales .content form,
.result-items .content form,
.address-of-resales .content .email,
.result-items .content .email,
.address-of-resales .content .phones,
.result-items .content .phones {
  flex-grow: 2;
}
@media (max-width: 414px) {
  .address-of-resales .content .phones,
  .result-items .content .phones {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 414px) {
  .address-of-resales .content .phones a,
  .result-items .content .phones a {
    margin: 10px 0 0 !important;
  }
}
.address-of-resales .content form,
.result-items .content form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.address-of-resales .content form textarea,
.result-items .content form textarea {
  height: 51px;
  margin-top: 18px;
  padding-top: 0;
}
.address-of-resales .content form textarea:focus,
.result-items .content form textarea:focus {
  height: 100px;
}
.address-of-resales .content form .btn,
.result-items .content form .btn {
  margin-top: 10px;
}
.address-of-resales .content .icon,
.result-items .content .icon {
  margin-right: 50px;
}
@media (max-width: 600px) {
  .address-of-resales .content .icon,
  .result-items .content .icon {
    display: none;
  }
}
@media (max-width: 1090px) {
  .address-of-resales .content .icon,
  .result-items .content .icon {
    height: 75px;
    margin-right: 20px;
    width: 45px;
  }
}
.address-of-resales .content a,
.result-items .content a {
  color: #0ebc08;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1090px) {
  .address-of-resales .content a,
  .result-items .content a {
    font-size: 15px;
  }
}
.address-of-resales .content a + a,
.result-items .content a + a {
  margin-left: 25px;
}
._wrap {
  margin: 0 auto;
  max-width: 1152px;
  padding: 0 20px;
}
._wrap.-nopdd {
  padding: 0;
}
@media (max-width: 1212px) {
  ._wrap {
    padding: 0 30px !important;
    max-width: 100%;
    width: 100%;
  }
}
