/** {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*/
#block_land {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: white;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99999;
  background: url(/img/rotate-screen.gif) center center no-repeat #048141;
}

* {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  color: #000;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.container {
  max-width: 1340px !important;
}

.hide {
  opacity: 0;
}

h1 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  line-height: 2vw;
  font-size: clamp(1vw, 2vw, 36px);
}

h2 {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 3vw;
  line-height: 3vw;
}

h3 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 2.5vw;
}

h4 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  font-size: 2vw;
  line-height: 2vw;
}

p {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.6vw;
  line-height: 1.6vw;
  padding: 0;
  margin: 0;
}

.desktop {
  display: inline-block !important;
}

.center.height1.desktop {
  display: flex !important;
}

.mobile {
  display: none !important;
}

.footer p,
small {
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 400;
}

span {
  font-size: 1.3vw;
  line-height: 1.3vw;
}

img {
  max-width: 100%;
}

a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #048141;
}

a.greenLink {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: underline;
  color: #048141;
}

a:hover {
  color: #000;
}

label {
  display: block;
  color: #048141;
  text-transform: uppercase;
  font-size: 1vw;
  line-height: 1.2vw;
}

label.normalText {
  font-weight: 400;
}

.notifications.account li input {
  margin-top: 0.5vw;
}

.keepCap {
  text-transform: unset;
}

.keepCap a {
  font-weight: 700;
}

label small {
  font-size: 0.7vw;
}

.clear {
  clear: both;
}

.bg-green {
  background: #048141;
  padding: 0.3vw 0px;
}

.bg-green2 {
  background: #048141;
  padding: 2vw 0vw !important;
  margin: 0 !important;
  text-align: center;
  color: #fff;
  margin-bottom: -4vh !important;
}

.bg-paper {
  position: relative;
  background: url(/img/paper.jpg) center 8vw repeat-x transparent;
  background-size: 100%;
  padding: 0.3vw 0px;
  z-index: 9;
}

.bg-no-paper {
  position: relative;
  background: url(/img/line.png) center 7.9vw repeat-x transparent;
  background-size: unset;
  padding: 0.3vw 0px;
  z-index: 9;
}

.bg-paper2 {
  background: url(/img/paperWbg.png) center bottom repeat transparent;
  background-size: 100%;
  padding: 0.3vw 0px;
  min-height: 46vw;
  margin-bottom: -4vh !important;
}

.height1 {
  height: 8vw;
}

.height1 span {
  margin-left: 0.5vw;
  margin-right: 0.5vw;
}

.height1 span:hover {
  text-decoration: underline;
  color: #048141;
}

.logotipo {
  width: 8vw;
}

.white,
.white2 {
  color: #fff;
}

.green {
  color: #048141;
}

.white:hover {
  color: #048141;
}

.bg-black .white {
  padding-left: 10vw;
  font-weight: 700;
}

.offset1 {
  float: right;
  padding-right: 10vw;
  font-weight: 700;
}

.logoText {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 10px 0 0 10px;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.container-fluid {
  padding: 0;
}

.transparent1 {
  opacity: 1;
}

.maxWidth1 {
  width: 33vw;
  font-weight: 200;
  line-height: 2vw;
}

.maxWidth2 {
  display: inline-block;
  width: 22vw;
  font-weight: 400;
  padding: 0;
}

p.maxWidth2 {
  font-size: clamp(0.4vw, 1.3vw, 22px);
  margin-bottom: 1vw;
  padding: 0 1vw;
}

ul.menu {
  padding: 0;
  margin: 0;
}

ul.menu li {
  list-style-type: none;
  display: inline;
  padding: 0vw 0.3vw;
  font-size: clamp(0.4vw, 0.8vw, 14px);
  line-height: 0.8vw;
}

.applyFloat .col-md-3 {
  float: left;
}

#users {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 11px;
  font-weight: 400;
}

#users th {
  font-size: 13px;
}

#users a {
  padding: 3px 6px;
  text-decoration: underline;
  border-radius: 8px;
}

#users a:hover {
  background: #048141;
  color: #fff;
  text-decoration: none;
}

.verMais {
  display: inline-block;
  background: #048141;
  padding: 4px 12px;
  color: #fff;
  border-radius: 5px;
}

.underline {
  color: inherit !important;
  font-size: inherit !important;
  text-decoration: underline;
}

@media only screen and (min-width: 1310px) and (max-width: 1600px) {
  ul.menu li {
    list-style-type: none;
    display: inline;
    padding: 0vw 0.5vw;
    font-size: 1vw;
    line-height: 1vw;
  }
}

ul.menu li a {
  transition: all 0.25s;
}

ul.menu li a:hover:not(.solidGreenButton) {
  text-decoration: none;
  color: #048141;
}

.greenButton {
  position: relative;
  display: inline-block;
  border: 2px solid #048141;
  border-radius: 25px;
  background: #fff;
  color: #048141;
  text-decoration: none;
  font-weight: 700;
  padding: 0.3vw 4vw 0.2vw 4vw;
  cursor: pointer;
  transition: all 0.25s;
  font-size: clamp(0.4vw, 1.3vw, 16px);
  margin-top: 0.5vw;
}

.greenButton:hover {
  background: #048141;
  color: #fff;
}

label.greenButton {
  width: 90%;
  text-align: center;
}

.redButton {
  position: relative;
  display: inline-block;
  border: 2px solid #FF0000;
  border-radius: 25px;
  background: #fff;
  color: #FF0000;
  text-decoration: none;
  font-weight: 700;
  padding: 0.3vw 4vw 0.2vw 4vw;
  cursor: pointer;
  transition: all 0.25s;
  font-size: clamp(0.4vw, 1.3vw, 16px);
  margin-top: 0.5vw;
  margin-left: 0.5vw;
  float: right;
}

.redButton:hover {
  background: #FF0000;
  color: #fff;
}

.yellowButton2 {
  position: relative;
  display: inline-block;
  border: 2px solid #f8c005;
  border-radius: 25px;
  background: #fff;
  color: #f8c005;
  text-decoration: none;
  font-weight: 700;
  padding: 0.3vw 4vw 0.2vw 4vw;
  cursor: pointer;
  transition: all 0.25s;
  font-size: clamp(0.4vw, 1.3vw, 16px);
  margin-top: 0.5vw;
  float: right;
}

.yellowButton2:hover {
  background: #f8c005;
  color: #fff;
}

.yellowButton {
  position: relative;
  display: inline-block;
  border: 2px solid #f8c005;
  border-radius: 25px;
  background: #fff;
  color: #f8c005;
  text-decoration: none;
  font-weight: 700;
  padding: 0.3vw 4vw 0.2vw 4vw;
  cursor: pointer;
  transition: all 0.25s;
  font-size: clamp(0.4vw, 1.3vw, 16px);
  margin-top: 0.5vw;
}

.yellowButton:hover {
  background: #f8c005;
  color: #fff;
}

.solidGreenButton {
  position: relative;
  display: inline-block;
  border: 2px solid #048141;
  border-radius: 25px;
  background: #048141;
  color: #fff;
  cursor: pointer;
  list-style-type: none;
  display: inline;
  padding: 0vw 0.5vw;
  font-size: clamp(0.4vw, 1vw, 16px);
  line-height: 1vw;
  transition: all 0.25s;
  margin-right: 1.5vw;
}

.solidGreenButton:hover {
  background: #fff;
  color: #048141 !important;
}

.bg-black {
  background: #000;
  padding: 0.6vw 0px;
}

.footer {
  background: #d3d3d3;
}

.noImage {
  width: 90%;
  border: 2px solid #048141;
  border-radius: 5px;
}

input {
  position: relative;
  display: block;
  background: transparent;
  color: #000;
  padding: 0.7vw;
  border: 2px solid #048141;
  border-radius: 5px;
  font-size: 1.2vw;
  font-weight: 400;
  width: 20vw;
}

input[type='checkbox'],
input[type='radio'] {
  float: left;
  width: 2vw;
  height: 1.05vw;
}

input[type="file"] {
  display: none !important;
}

.custom-file-upload {
  cursor: pointer;
}

.input,
.select {
  position: relative;
  display: block;
  background: transparent;
  color: #000;
  padding: 0.2vw;
  border: 1px solid #048141;
  border-radius: 5px;
  font-size: 1vw;
  font-weight: 400;
  width: 96%;
  margin-top: 0.3vw;
  margin-bottom: 1.5vw;
}

.input:disabled,
.select:disabled,
.greenButton:disabled,
.disabled {
  background: #dddddd !important;
  color: #a19898 !important;
  cursor: unset !important;
}

.textarea {
  position: relative;
  display: block;
  background: transparent;
  color: #000;
  padding: 0.2vw;
  border: 1px solid #048141;
  border-radius: 5px;
  font-size: 1vw;
  font-weight: 400;
  width: 98%;
  min-height: 10vh;
  margin-top: 0.3vw;
  margin-bottom: 1.5vw;
}

.breadCrumbs {
  font-weight: lighter;
  font-size: 0.8vw;
  margin-bottom: 1vw;
  color: #808080;
}

.standardBanner {
  position: relative;
  display: block;
  height: 299px;
  width: 100%;
  background: url(/img/banner1.jpg) bottom center no-repeat transparent;
  background-size: 100% auto;
  z-index: 8;
  margin-top: -10.1vw !important;
  margin-bottom: 6vw;
}

.mobileBanner {
  position: relative;
  display: block;
  width: 100%;
  background: url(/img/banner1.jpg) bottom center no-repeat transparent;
  background-size: cover;
  z-index: 8;
  min-height: 10vh;
}

@media only screen and (min-width: 1310px) and (max-width: 1600px) {
  .standardBanner {
    margin-top: -10.5vw !important;
  }
}

.bannerEditorial {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 299px;
  width: 100%;
  background: url(/img/header2.png) bottom center no-repeat transparent;
  background-size: 100% auto;
  z-index: 8;
  margin-top: -4vw;
  margin-bottom: 3vw;
}

.bannerEditorial h1 {
  text-align: center;
  font-family: 'Bitter', serif;
  color: #fff;
  font-size: 4vw;
}

.conteudoEditorial h2 {
  text-align: center;
  font-family: 'Bitter', serif;
  color: #048141;
  font-size: 2.5vw;
  margin-bottom: 2vw;
}

.conteudoEditorial {
  margin-bottom: 4vw;
}

.conteudoEditorial p {
  text-align: left;
  font-size: 1.2vw;
  font-weight: 400;
  margin-bottom: 2vw;
}

.homeBox1 {
  position: relative;
  padding-top: 5vw;
}

.homeBox1 div {
  min-height: 299px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  width: 96%;
  background: #effaf4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeBox2 {
  position: relative;
  padding-top: 5vw;
}

.homeBox2 div {
  min-height: 299px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  width: 96%;
  background: #fdeca4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeBox3 {
  position: relative;
  padding: 2vw 4vw;
  text-align: center;
  background: #effaf4;
}

.homeBox3 p {
  padding: 0vw 4vw 2vw 4vw;
}

.homeBox4 {
  position: relative;
  padding: 2vw 4vw;
  text-align: center;
  background: #fdeca4;
}

.homeBox4 p {
  padding: 0vw 4vw 2vw 4vw;
}

ul.categorias {
  padding: 0;
  margin: 1vw 0 4vw 0;
}

ul.categorias li {
  width: calc(96% / 7);
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  vertical-align: top;
  margin-bottom: 3vh;
}

.categorias img {
  width: 4.5vw;
  height: 3.5vw;
  margin-top: 3vw;
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

.categorias li a {
  position: relative;
}

.categorias li a p {
  position: relative;
  font-size: 0.9vw;
  color: #048141;
  vertical-align: top;
  line-height: 1vw;
  padding: 0;
  margin: 0;
  height: 0vw;
}

.zoom a img {
  transition: all 0.25s;
}

.zoom:hover>a img,
.zoom.active>a img {
  transform: scale(1.4) rotate(-5deg);
  filter: brightness(0) saturate(100%) invert(67%) sepia(97%) saturate(1259%) hue-rotate(2deg) brightness(106%) contrast(96%);
}

.searchBox {
  position: relative;
  text-align: center;
  padding: 0.5vw 1vw;
  margin: 0.5vw 0.1vw;
  transition: all 0.25s;
  background: #fff;
  min-height: 20vw;
}

.searchBox:hover {
  transform: scale(1.05);
  background: #fff8e0;
}

.searchBox .svg {
  width: 5vw;
  height: 5vw;
}

.searchBox .category {
  position: relative;
  float: left;
  font-size: 1vw;
  color: #048141;
  font-weight: 700;
}

.searchBox .tag1 {
  position: relative;
  font-size: 1vw;
  color: #048141;
  font-weight: 700;
  text-transform: uppercase;
}

.searchBox .tag2 {
  position: relative;
  font-size: 0.9vw;
  color: #000;
  font-weight: 400;
}

.searchBox .description {
  position: relative;
  font-size: 1.3vw;
  line-height: 1.3vw;
  color: #000;
  font-weight: 700;
}

.searchBox .location {
  position: relative;
  font-size: 1vw;
  line-height: 1vw;
  color: #000;
  font-weight: 700;
}

.searchBox .date {
  position: relative;
  font-size: 1vw;
  line-height: 1vw;
  color: #000;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.searchBox.green {
  color: #048141;
  border: 4px solid #048141;
}

.searchBox.yellow {
  color: #f8c005;
  border: 4px solid #f8c005;
}

.searchBox.green .category {
  color: #048141;
}

.searchBox.yellow .category,
.searchBox.yellow .tag1 {
  color: #f8c005;
}

.counter {
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 1vw;
  margin-top: 2vw;
}

.moreResults {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 5vw;
  border-radius: 50px;
  border: 2px solid #048141;
  height: 5vw;
  font-size: 4vw;
  font-weight: 400;
  color: #048141;
  margin-bottom: 2vw;
  transition: all 0.25s;
}

.moreResults:hover {
  background: #048141;
  color: #fff;
}

.filterByLabel {
  font-weight: 300;
  float: right;
  margin: 0.15vw 0.4vw 0 0;
}

.filterBy {
  float: right;
  margin: 0vw 0.1vw;
  font-weight: 400;
  padding: 0.21vw;
}

.pcBox {
  position: relative;
  display: block;
  margin: 0.5vw;
  border: 1px solid #048141;
  transition: all 0.25s;
  padding: 0;
}

.pcBox:hover {
  transform: scale(1.05);
}

.pcBox img {
  width: 100%;
  margin-bottom: 1vw;
}

.pcBox h3 {
  padding: 0vw 2vw;
  font-size: 2.2vw;
}

.pcBox p {
  padding: 0vw 2vw;
}

.favStar {
  float: right;
  height: 2.5vh;
  cursor: pointer;
}

.favStar:hover {
  filter: brightness(0) saturate(100%) invert(34%) sepia(48%) saturate(972%) hue-rotate(102deg) brightness(99%) contrast(97%);
}

.favStar.marked {
  filter: brightness(0) saturate(100%) invert(83%) sepia(20%) saturate(2603%) hue-rotate(352deg) brightness(96%) contrast(103%);
}

.center-section.bg-black {
  margin-top: 4vh;
}

.produto .image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 45vh;
}

.boxed {
  margin: 1.5vw 0;
  padding: 1.5vw 3vw;
  border: 1px solid #048141;
}

.boxed_1 {
  border: 1px solid #dbce00;
}

.boxed2 {
  margin: 1.5vw 0;
  padding: 1.5vw 3vw;
  border: 1px solid #efefef;
  background: #efefef;
}

.produtoText {
  padding: 0vw 2vw;
}

.rightLine {
  border-right: 1px solid #048141;
}

.rightLine1 {
  border-right: 1px solid #dbce00;
}

.add2fav {
  float: right;
}

.contacts {
  display: none;
}

.format2 {
  font-size: 1.2vw;
  color: #048141;
}

.format2::first-letter {
  text-transform: capitalize;
}

.format2_1 {
  color: #dbce00;
}

.format3 {
  text-transform: capitalize;
  font-size: 1.2vw;
}

.format3_1 {
  color: #dbce00;
}

.format4 {
  font-weight: 400;
}

.format5 {
  font-size: 1.4vw;
  font-weight: 400;
}

.format5_1 {
  color: #dbce00;
}

.format6 {
  font-size: 1.8vw;
  font-weight: 400;
}

.add2fav p {
  font-size: 1vw;
}

.add2fav img {
  margin-right: 1.2vw;
}

.elasticBox {
  cursor: pointer;
  padding: 1vw 2vw;
  margin-bottom: 1vw;
  border: 1px solid #048141;
}

.elasticBoxTitle {
  font-weight: 400;
  text-transform: uppercase;
}

.elasticBox .content {
  display: none;
}

.elasticBox .content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.elasticBox .content ul li {
  margin-bottom: 1vw;
}

.elasticBox .content .title {
  font-weight: 400;
  margin-right: 2vw;
}

.elasticBox .content .status {
  font-weight: 700;
  margin-right: 2vw;
}

.elasticBox .content .status.gr {
  color: #048141;
}

.elasticBox .content .status.re {
  color: #FF0000;
}

.elasticBox .content .status.ye {
  color: #dbce00;
}

.elasticBox .content a {
  font-weight: 400;
  text-decoration: underline;
}

.breads {
  font-weight: 400;
  padding: 2vw 0vw;
}

.breads .last {
  font-weight: 700;
}

.newLogo {
  position: absolute;
  top: 18vw;
  right: 2vw;
  width: 10vw;
}

.notifications {
  padding: 0;
}

.notifications li {
  list-style-type: none;
  margin-bottom: 0.5vw;
}

.filter.desktop {
  display: block !important;
}

.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#showPass {
  margin: 5px 0 1vw 0;
}

#users_password {
  margin-bottom: 0vw;
}

.underline {
  text-decoration: underline;
  font-weight: 400;
  font-size: 1vw;
  color: #048141;
}

@media only screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }

  .center.height1.desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .filter.desktop {
    display: none !important;
  }

  span {
    font-size: 3.3vw;
    line-height: 3.3vw;
  }

  h1 {
    line-height: 5vw;
    font-size: 5vw;
  }

  h2 {
    font-size: 7vw;
    line-height: 7vw;
  }

  h3 {
    font-size: 5.5vw;
    line-height: 5.5vw;
  }

  h4 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .bg-no-paper {
    background: url(/img/line.png) center bottom repeat-x transparent;
  }

  .logotipo {
    width: unset;
    height: 14vw;
    position: relative;
    float: left;
  }

  .standardBanner {
    height: unset;
    margin-top: unset !important;
    margin-bottom: unset;
    clear: both;
    margin-top: 0vw !important;
  }

  .homeBox1 div {
    min-height: unset;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    width: 96%;
    background: #effaf4;
    text-align: center;
  }

  .homeBox2 {
    position: relative;
    padding-top: 5vw;
  }

  .homeBox2 div {
    min-height: unset;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    width: 96%;
    background: #fdeca4;
    text-align: center;
  }

  .breadCrumbs {
    display: none;
  }

  ul.categorias {
    margin: 1vw 0 4vw 0;
    height: 12vh;
    overflow: hidden;
  }

  .showCategories {
    width: 100%;
    text-align: center;
    margin: 0 0 3vw 0;
    background: #eee;
    border-radius: 5px;
  }

  ul.categorias li {
    width: calc(96% / 5);
    margin-top: 2vw;
  }

  .categorias img {
    width: 10.5vw;
    height: 10.5vw;
    margin-top: 9vw;
    margin-bottom: 6vw;
  }

  .categorias li a p {
    font-size: 3vw;
    line-height: 3vw;
  }

  .filterByLabel {
    margin: 0.15vw 0.4vw 0 0;
    float: unset;
    clear: both;
  }

  .filterBy {
    margin: 0vw 0.1vw;
    padding: 0.21vw;
    clear: both;
    float: unset;
  }

  .searchBox {
    padding: 4.5vw 5vw;
    margin: 2.5vw 2.1vw;
  }

  .searchBox:hover {
    transform: scale(1.05);
  }

  .searchBox .svg {
    width: 25vw;
    height: 25vw;
  }

  .searchBox .category {
    font-size: 4vw;
    line-height: 4vw;
  }

  .searchBox .tag1 {
    font-size: 5vw;
  }

  .searchBox .tag2 {
    font-size: 4vw;
  }

  .searchBox .description,
  .searchBox .location {
    font-size: 5vw;
    line-height: 7vw;
    margin-bottom: 6vw;
  }

  .searchBox .date {
    font-size: 4vw;
    line-height: 4vw;
  }

  .counter {
    font-size: 4vw;
    margin-top: 5vw;
  }

  .footer p,
  small {
    font-size: 3vw;
    line-height: 4vw;
    max-width: 90%;
    margin: auto;
  }

  .bg-black .white {
    padding-left: 10vw;
    font-weight: 700;
    margin: 2vw auto;
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
  }

  .offset1 {
    font-weight: 700;
    float: unset;
    display: block;
    padding-right: unset;
    margin: 2vw auto;
  }

  .bg-paper {
    background: unset;
  }

  .bg-paper2 {
    background: url(/img/paperWbg.png) center bottom no-repeat transparent;
    background-size: cover;
    padding: 0.3vw 0px;
    min-height: 102vw;
    margin-bottom: -4vh !important;
  }

  .bg-paper2 {
    padding-left: 38vw;
  }

  label {
    font-size: 4vw;
    line-height: 4.2vw;
  }

  input {
    padding: 0.7vw;
    font-size: 4.2vw;
    width: 50vw;
  }

  .greenButton,
  .yellowButton {
    font-size: 4vw;
    margin-top: 0.5vw;
  }

  .newLogo {
    top: 57vh;
    bottom: unset;
    right: 2vw;
    width: 20vw;
  }

  p {
    font-size: 3.6vw;
    line-height: 3.6vw !important;
  }

  .maxWidth1 {
    width: 55vw;
    line-height: unset;
    margin: 5vw 0;
  }

  .produtoText h1 {
    line-height: 8vw;
    font-size: 8vw;
    margin-top: 4vw;
  }

  .format2 {
    font-size: 4.2vw;
  }

  .format3 {
    font-size: 4.2vw;
  }

  .format5 {
    font-size: 4.4vw;
  }

  .format6 {
    font-size: 4.8vw;
  }

  .add2fav p {
    font-size: 4vw;
  }

  .boxed {
    width: 90vw;
    margin: 3vw auto;
    padding: 1.5vw 3vw;
  }

  .rightLine {
    border-right: unset;
    margin-bottom: 10vw;
  }

  .showContacts {
    margin: auto;
  }

  .produtoText a {
    text-align: center;
  }

  .showContacts {
    margin: auto;
    display: inline-block;
    position: relative;
    text-align: center;
    float: unset;
    margin-left: 33vw;
  }

  .add2fav {
    float: unset;
    text-align: center;
  }

  .favStarClick .favStar {
    float: unset;
  }

  .favStar {
    float: unset;
    height: 5.5vh;
    cursor: pointer;
  }

  .boxed2 {
    text-align: center;
  }

  ul.menu {
    position: absolute;
    top: 4vw;
    right: 4vw;
  }

  .conteudoEditorial .greenButton {
    margin-top: 5vw;
  }

  .input,
  .select {
    font-size: 4vw;
    font-weight: 400;
    width: 96%;
    margin-top: 0.3vw;
    margin-bottom: 1.5vw;
  }

  input[type='checkbox'],
  input[type='radio'] {
    width: 4vw;
    height: 4.05vw;
  }

  .mobileMenu {
    position: absolute;
    display: none;
    width: 60vw;
    height: 100vh;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    border-left: 2px solid #048141;
  }

  .mobileMenu ul {
    list-style-type: none;
  }

  .mobileMenu ul li {
    text-align: right;
    margin-right: 5vw;
  }

  .mobileIcon {
    height: 25px;
    margin-left: 3vw;
  }

  .bannerEditorial {
    height: 15.4vh;
  }

  .conteudoEditorial h2 {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }

  .conteudoEditorial p {
    font-size: 4.2vw;
    line-height: 5vw !important;
    margin-bottom: 5vw;
  }
}