.modelo_overlay {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 0.4;
  z-index: 637;
}

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap");

:root {
  /* COLORS BG */
  --border: #eaeaea;
  --default: #ffffff;
  --reset: #f7f7f7;

  /* COLORS FONT */
  --font-main-color: #ffffff;
  --font-secondary-color: #131313;
  --font-third-color: #707070;

  --main-theme: #8743cc;
  --main-theme-dark: #42196b;
  --medium-yellow: #ffdf19;

  /* FONT WEIGHT */
  --thin: 100;
  --extra-light: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --extra-bold: 800;
  --heavy: 900;
  --extra-heavy: 950;

  /* SOCIAL COLORS */
  --instagram: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
  --pinterest: #c8232c;
  --facebook: #3b5998;
  --whatsapp: #29a71a;
  --linkedin: #0077b5;
  --comments: #e7ebed;
  --youtube: #c4302b;
  --twitter: #55acee;
  --rss: #ff6600;

  /*----------------- DARK THEME -----------------*/

  /* COLORS BG */
  /* --border: #505056;
  --default: #282830;
  --reset: #202020; */

  /* COLORS FONT */
  /* --font-main-color: #ffffff;
  --font-secondary-color: #ffffff;
  --font-third-color: #b4b4b4; */
}

* {
  font-family: "Nunito", sans-serif;
  color: var(--font-secondary-color);
  font-weight: var(--regular);
}

body {
  background-color: var(--default);
}

/*----------------- CONTAINER -----------------*/
.main-container {
  width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 100%;
}

/* TABLE */
table {
  width: auto;
  max-width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #303030;
  border-style: solid;
  color: #000000;
}

table td,
table th {
  border-width: 1px;
  border-color: #303030;
  border-style: solid;
  padding: 10px;
}

table thead {
  background-color: #F8F8F8;
}

/*----------------- BUTTONS -----------------*/
.main-button {
  display: table;
  height: 40px;
  min-width: 110px;
  border-radius: 5px;
  border: 1px solid var(--border);
  background-color: var(--reset);
  cursor: pointer;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
}

.main-button .text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: var(--bold);
  color: var(--font-secondary-color);
}

.main-button .text:before {
  margin-right: 10px;
  position: relative;
}

.main-button.purple {
  background-color: var(--main-theme);
  border-color: var(--main-theme);
  min-width: 40px;
}

.main-button.purple .text {
  color: var(--font-main-color);
}

.main-button.yellow {
  background-color: var(--medium-yellow);
  border-color: var(--medium-yellow);
}

.main-button.yellow .text {
  color: var(--main-theme);
}

/*----------------- SHARE -----------------*/
.main-postage-social .list {
  margin-left: 13px;
}

.main-postage-social .social {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: table;
}

.main-postage-social .icon {
  display: table-cell;
  vertical-align: middle;
  vertical-align: middle;
  color: var(--default);
  text-align: center;
}

.main-postage-social .list:hover .social {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
}

.main-postage-social .social.facebook {
  background-color: var(--facebook);
}

.main-postage-social .social.twitter {
  background-color: var(--twitter);
}

.main-postage-social .social.linkedin {
  background-color: var(--linkedin);
}

.main-postage-social .social.youtube {
  background-color: var(--youtube);
}

.main-postage-social .social.instagram {
  background: var(--instagram);
}

.main-postage-social .social.mail {
  border: 2px solid var(--comments);
  background-color: var(--white);
}

.main-postage-social .social.mail .icon {
  color: var(--gray);
}

/*----------------- FORM -----------------*/
.main-form .label {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.main-form button {
  background-color: transparent;
}

.main-form .button {
  width: 100%;
  background-color: transparent;
}

.main-form .input {
  font-size: 14px;
  width: 100%;
  color: var(--font-third-color);
  padding: 11px 15px;
  border-radius: 5px;
  border: 2px solid var(--border);
}

.main-form .input-icon {
  padding-left: 35px;
}

.main-form .icon {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  color: var(--font-third-color);
  opacity: 0.6;
}

/*----------------- SWIPER -----------------*/
.no-margin-top {
  margin-top: 0 !important;
}

/*----------------- SWIPER -----------------*/
.swiper-container {
  padding: 0 2px !important;
  position: relative;
}

.main-paginator {
  margin-top: 40px;
}

.main-paginator-mobile {
  display: none;
}

.main-swiper-left-clean {
  height: 100%;
  display: table;
  background: linear-gradient(90deg, transparent 20%, #ffffff 80%);
}

.main-swiper-right-clean {
  height: 100%;
  display: table;
  background: linear-gradient(90deg, #ffffff 20%, transparent 80%);
}

.main-swiper-left-clean .arrow,
.main-swiper-right-clean .arrow {
  font-size: 52px;
  color: var(--font-secondary-color-gray);
  display: table-cell;
  vertical-align: middle;
}

.main-swiper-left-clean .arrow:hover,
.main-swiper-right-clean .arrow:hover {
  color: var(--medium-blue);
}

.main-swiper-right-clean {
  left: 6%;
  padding-top: 12px;
}

.main-swiper-left-clean {
  right: 6%;
  padding-top: 12px;
}

/*----------------- HTMLCHARS -----------------*/
.htmlchars p {
  font-size: 21px;
  line-height: 33px;
  display: block;
  margin-bottom: 25px;
}

.htmlchars p:last-of-type {
  margin-bottom: 0;
}

.htmlchars img {
  display: block;
  border-radius: 5px;
  margin: auto;
  width: auto;
  max-height: 430px;
  object-fit: cover;
  object-position: center;
}

.htmlchars h2 {
  font-size: 31px;
  line-height: 33px;
  font-weight: var(--medium);
  color: var(--font-secondary-color);
  display: block;
  margin-bottom: 20px;
}

.htmlchars h3 {
  font-size: 31px;
  line-height: 33px;
  font-weight: var(--bold);
  color: var(--font-secondary-color);
  display: block;
  margin-bottom: 20px;
}

.htmlchars h5 {
  font-size: 16px;
  color: var(--font-third-color);
  line-height: 19px;
  margin-top: 9px;
  text-align: center;
  display: block;
}

.htmlchars ul {
  margin-bottom: 25px;
}

.htmlchars li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  font-size: 21px;
  display: block;
}

.htmlchars li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  background-color: var(--font-secondary-color);
}

.htmlchars a {
  color: var(--main-theme);
  font-weight: var(--bold);
}

.htmlchars a:hover {
  text-decoration: underline;
}

.htmlchars pre {
  overflow-x: hidden;
  width: 100%;
  white-space: normal;
  padding: 27px;
  border-radius: 6px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: var(--light);
  color: var(--font-secondary-color);
  display: block;
  background-color: #fdffe8;
}

/*----------------- HEADER -----------------*/
.main-header-container {
  background-color: var(--default);
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.main-header-container .fix-mobile {
  display: none;
}

.main-header-container svg {
  fill: var(--main-theme);
  height: 35px !important;
}

.main-header-top {
  height: 36px;
  background-color: black;
}

.main-header-center {
  padding: 0;
}

.main-header-center .input {
  width: calc(100% - 55px);
  max-width: 100%;
  margin: 0 5px;
}

.main-header-center .main-container {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

.main-header-center .mobile {
  display: none;
}

.main-header-center .main-button .text:before {
  margin: 0;
}

.main-header-nav {
  padding: 6px 0;
  background-color: var(--main-theme);
  justify-content: flex-end;
}

.main-header-nav-mobile,
.main-header-nav .main-form-mobile {
  display: none;
}

.main-header-nav .list {
  margin-left: 10px;
}

.main-header-nav .list:first-of-type {
  margin-left: 0;
}

.main-header-nav .title {
  font-size: 16px;
  display: block;
  border-radius: 5px;
  font-weight: var(--bold);
  color: var(--font-main-color);
  padding: 10px 20px;
  transition: 0.4s;
}

.main-header-nav .title:hover {
  background-color: rgba(0, 0, 0, .3);
}

/*----------------- TITLE -----------------*/
.main-section-title {
  margin: 50px 0 30px 0;
}

.main-section-title .title {
  display: block;
  font-size: 24px;
  color: var(--main-theme);
  font-weight: var(--heavy);
}

/*----------------- PAGE -----------------*/
.main-page-content {
  margin-bottom: 50px;
  align-items: flex-start;
}

.main-page-left {
  width: 66%;
  margin-top: 50px;
}

.main-page-right {
  width: 30%;
  margin-top: 50px;
}

.main-page-section {
  width: 100%;
  border-top: 4px solid #ff4654;
}

.main-page-section-title {
  padding: 20px 0;
  margin-bottom: 30px;
}

.main-page-section-title .header-button {
  height: 40px;
  min-width: 120px;
  border-radius: 5px;
  background-color: #ff4654;
  display: table;
  cursor: pointer;
}

.main-page-section-title .header-button .text {
  color: var(--font-main-color);
  font-weight: var(--bold);
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
}

.main-page-section-title .title {
  text-transform: uppercase;
  font-weight: var(--bold);
  font-size: 42px;
}

/*----------------- SLIDE -----------------*/
.main-slide {
  width: 100%;
}

.main-slide .cover {
  margin: 0 auto;
  display: block;
}

/*----------------- ASIDE -----------------*/
.main-aside {
  margin-bottom: 50px;
}

.main-aside-title .title {
  font-size: 24px;
  color: var(--main-theme);
  font-weight: var(--heavy);
  display: block;
  margin-bottom: 15px;
}

/*----------------- BANNERS -----------------*/
.main-banner {
  background-color: var(--reset);
}

.main-banner.main-banner-margin {
  margin: 50px 0;
}

.main-banner .image {
  display: block;
  margin: 0 auto;
}

/*----------------- NEWSLETTER -----------------*/
.main-newsletter {
  background-color: var(--main-theme);
  padding: 50px 30px;
  border-radius: 5px;
}

.main-newsletter .title {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: var(--heavy);
  color: var(--font-main-color);
  text-align: center;
}

.main-newsletter .main-button {
  min-width: 100%;
}

/*----------------- ARTIGO -----------------*/
.main-article {
  margin-bottom: 30px;
  border-radius: 5px;
  transition: 0.4s;
  align-items: flex-end;
}

.main-article:last-of-type {
  margin-bottom: 0;
}

.main-article:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.main-article .cover {
  display: block;
  height: 200px;
  width: 350px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}

.main-article-title {
  position: relative;
  width: calc(100% - 350px);
  padding: 30px;
}

.main-article-title .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: var(--main-theme);
  border-radius: 0 0 5px 5px;
  transition: 0.4s;
}

.main-article:hover .bar {
  width: 100%;
}

.main-article-title-tags {
  margin-bottom: 15px;
}

.main-article-title-tags .tag {
  font-size: 16px;
  font-weight: var(--bold);
  color: var(--main-theme);
  margin-right: 6px;
}

.main-article-title .title {
  display: block;
  font-size: 24px;
  font-weight: var(--heavy);
}

.main-article-title .title:hover {
  text-decoration: underline;
}

.main-article-title .tagline {
  display: none;
}

.main-article-title .date {
  display: block;
  color: var(--font-third-color);
  font-size: 13px;
  margin-top: 15px;
}

/* FEATURE */
.main-article.feature {
  margin-bottom: 50px;
}

.main-article.feature .cover {
  /* height: 300px; */
  width: 100%;
}

.main-article.feature .main-article-title {
  width: 100%;
}

/* ASIDE */
.main-article.aside {
  width: 100%;
}

.main-article.min-aside {
  box-shadow: none !important;
  align-items: center;
}

.main-article.min-aside .cover {
  width: 100px;
  height: 75px;
}

.main-article.min-aside .main-article-title {
  padding: 10px;
  width: calc(100% - 120px);
}

.main-article.min-aside .main-article-title .tag {
  font-size: 12px;
}

.main-article.min-aside .main-article-title .title {
  font-size: 16px;
}

.main-article.min-aside .main-article-title .date {
  font-size: 12px;
}

.main-article.min-aside .main-article-title .bar {
  display: none;
}

/*----------------- POSTAGEM -----------------*/
.main-postage-title .title {
  font-size: 46px;
  display: block;
  margin-bottom: 12px;
  font-weight: var(--heavy);
}

.main-postage-title .tagline {
  font-size: 22px;
  display: block;
  margin-bottom: 50px;
}

.main-postage-container .image {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  margin-bottom: 30px;
}

.main-postage-info {
  padding: 15px 0;
  margin-bottom: 50px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.main-postage-info .title {
  font-size: 16px;
  font-weight: var(--bold);
}

.main-postage-info .icon {
  margin-right: 8px;
  font-size: 18px;
  position: relative;
}

.main-postage-info .info {
  font-size: 16px;
  font-weight: var(--bold);
  margin-left: 20px;
  cursor: pointer;
}

.main-postage-info .author {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin-right: 10px;
}

.main-postage-cats {
  margin-top: 50px;
}

.main-postage-cats .cat-title {
  width: 100%;
  font-weight: var(--bold);
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.main-postage-cats .list {
  margin-right: 7px;
}

.main-postage-cats .cat {
  display: block;
  border: 1px solid var(--border);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.4s;
}

.main-postage-cats .cat:hover {
  border-color: var(--main-theme);
  background-color: var(--main-theme);
  color: var(--font-main-color);
}

/*----------------- PRODUTO -----------------*/
.main-pdt {
  border: 1px solid var(--border);
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.main-pdt .image {
  width: 100%;
  padding: 20px;
  height: 225px;
  object-fit: contain;
  object-position: center;
}

.main-pdt-title {
  padding: 0 20px 20px 20px;
}

.main-pdt-title .tag {
  text-transform: uppercase;
  display: block;
  color: var(--font-third-color);
  font-size: 14px;
  margin-bottom: 15px;
}

.main-pdt-title .title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: var(--bold);
}

.main-pdt .main-button {
  min-width: 100%;
  margin-top: 15px;
}

@media (max-width: 768px) {

  /*----------------- HEADER -----------------*/
  .main-header-container svg {
    fill: var(--main-theme);
    width: 150px !important;
  }

  .main-header-container .fix-mobile {
    display: none;
  }

  .main-header-center .main-container {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-header-center .mobile {
    color: var(--main-theme);
    font-size: 28px;
    display: block;
    cursor: pointer;
    transition: 0.4s;
    order: -1;
  }

  /* .main-form-search {
    display: none;
  } */

  .main-form-mobile {
    margin-top: 50px;
  }

  .main-form-mobile .input {
    width: 100%;
  }

  .main-form-mobile button {
    width: 100%;
    margin-top: 10px;
  }

  .main-form-mobile .main-button {
    min-width: 100%;
  }

  .main-header-nav {
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: -200%;
    top: 0;
    height: 100vh;
    width: 70%;
    padding: 20px 20px 20px 20px;
    background-color: var(--font-main-color);
    justify-content: flex-end;
    transition: 0.4s;
    z-index: 10;
  }

  .main-header-nav.active {
    left: 0;
  }

  .main-header-nav .list {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }

  .main-header-nav-mobile {
    margin-bottom: 50px;
    display: flex;
  }

  .main-header-nav-mobile .text {
    font-size: 18px;
    color: var(--main-theme);
    font-weight: var(--bold);
  }

  .main-header-nav-mobile .icon {
    font-size: 22px;
    color: var(--main-theme);
    cursor: pointer;
  }

  .main-header-nav .list:first-of-type {
    margin-left: 0;
  }

  .main-header-nav .title {
    font-size: 16px;
    display: block;
    border-radius: 5px;
    font-weight: var(--bold);
    color: var(--font-main-color);
    padding: 10px 20px;
    background-color: var(--main-theme);
    transition: 0.4s;
  }

  .main-header-nav .title:hover {
    background-color: var(--medium-yellow);
    color: var(--main-theme);
  }

  /*----------------- TITLE -----------------*/
  .main-section-title {
    margin: 30px 0 15px 0;
  }

  .main-section-title .title {
    font-size: 22px;
  }

  /*----------------- PAGE -----------------*/
  .main-page-content {
    margin-bottom: 30px;
  }

  .main-page-left {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }

  .main-page-right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }

  .main-page-section-title .title {
    font-size: 32px;
  }

  /*----------------- ARTIGO -----------------*/
  .main-article.feature {
    width: 100%;
    margin-bottom: 30px !important;
    display: block;
  }

  .main-article.feature .cover {
    height: 200px;
  }

  .main-article.feature .main-article-title {
    padding: 20px 0;
  }

  .main-article.feature .main-article-title .title {
    font-size: 16px;
  }

  .main-article {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .main-article .cover {
    height: 100px;
    width: 130px;
  }

  .main-article-title-tags .tag {
    font-size: 12px;
  }

  .main-article-title {
    width: calc(100% - 130px);
    padding: 20px;
  }

  .main-article-title .title {
    font-size: 14px;
  }

  /*----------------- POSTAGEM -----------------*/
  .main-postage-title .title {
    font-size: 22px;
  }

  .main-postage-title .tagline {
    font-size: 16px;
    margin-bottom: 30px;
  }

  /*----------------- HTMLCHARS -----------------*/
  .htmlchars p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .htmlchars img {
    max-height: 250px;
  }

  .htmlchars h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .htmlchars h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .htmlchars h5 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .htmlchars ul {
    margin-bottom: 25px;
  }

  .htmlchars li {
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .htmlchars pre {
    padding: 15px;
  }
}