@font-face {
  font-family: "mark-pro";
  src: url("../fonts/mark-pro.ttf");
  font-display: swap;
}

@font-face {
  font-family: "mark-pro-bold";
  src: url("../fonts/mark-pro-bold.ttf");
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.glider-track {
  width: auto !important;
}

.orange-dot {
  color: #FF650D;
}
.green-dot {
  color: #76C3A0;
}

.btn-primary:hover {
  background: linear-gradient(180deg, #FF6200 0%, #FF9C02 100%) !important;
}
.btn-green:hover {
  background: linear-gradient(180deg, #41e29a 0%, #a5f1cf 100%) !important;
}

.navbar {
  padding-top: 14px;
  padding-bottom: 14px;
}

.navbar.nav-white {
  background-color: #fff;
}

@media (max-width: 767px) {
  .navbar .navbar-brand {
    max-width: 70px;
  }
  .navbar li {
      display: none;
  }
}

.navbar .nav-link {
  font-family: "mark-pro";
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #707070 !important;
  transition: color .3s;
}

.navbar .dropdown-menu {
  background-color: transparent;
  border-color: transparent;
}
.navbar .maquina-link:hover .dropdown-menu  {
  display: block;
}

.navbar .dropdown-item {
  font-family: "mark-pro-bold";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FFF !important;
  transition: color .3s;
  background-color: #636365;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  transition: .3s;
}

.navbar #multifruit-link {
  background-color: #CFD54D;
}

.navbar .dropdown-item:hover {
  background-color: #4c4c4e;
}

.navbar .nav-link:hover {
  color: #FF650D !important;
}

.navbar #multifruit-link:hover {
  background-color: #b0b542;
}

.navbar .nav-link.nav-icon {
  margin-top: -3px;
}

.navbar .navbar-toggler {
  border-color: #FF650D;
  border-width: 1px;
  border-radius: 0;
  padding: 3px 2.5px 4.5px 2.5px;
}

.mobile-menu {
  background-color: #FF650D;
  padding: 14px;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: -100%;
  transition: left .5s;
  z-index: 100000;
}

.mobile-menu .box {
  height: 100%;
  border: 1px solid #fff;
  padding: 15px 20px 15px 30px;
}

.mobile-menu .links {
  margin-top: 25px;
  padding-right: 25px;
}


.mobile-menu .links .btn-default {
  font-family: "mark-pro";
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #fff !important;
  border-radius: 0;
  margin: 10px;
  transition: color .3s;
}

.mobile-menu .links .dropdown-menu {
  background-color: #404040;
  border-color: #404040;
  border-radius: 0;
}

.mobile-menu .links .dropdown-menu .dropdown-item {
  font-family: "mark-pro";
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #fff !important;
  border-radius: 0;
  margin: 10px;
  transition: color .3s;
}

.mobile-menu .bottom {
  padding: 0px 30px;
  position: absolute;
  bottom: 35px;
  width: calc(100% - 80px);
}

.mobile-menu .bottom hr {
  border-top: 1px solid #fff;
}

.mobile-menu .bottom .social {
  display: flex;
  justify-content: space-between;
}

header {
  margin-top: 93px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
@media (max-width: 425px) {
  header {
    margin-top: 18%;  
  }
}

header .col-md-5 {
  min-height: calc(100vh - 93px);
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  header .col-md-4 {
    min-height: unset;;
  }

  header .text {
    padding: 10px 5px 20px 5px;
  }
  header .main-banner-img{
    margin-bottom: 45px;
  }
}

header .text h1 {
  font-family: "mark-pro-bold";
  font-size: 54px;
  line-height: 110%;
  color: #343936;
}
header .text .home-title {
  font-family: 'mark-pro-bold';
  font-size: 43px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #303731;
}

header .text .home-sub {
  font-family: 'mark-pro';
  font-size: 18px;
  line-height: 120%;
  color: #303731;
  max-width: 400px;
  margin-top: 29px;
}
@media (max-width: 1343px) {
  header .text .home-title {
    font-size: 2.5rem;
  }
}

@media (max-width:987px) {
  header .text .home-title {
    font-size: 32px;
  }
  header .text .home-sub {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  header .text h1 {
    font-size: 32px;
    max-width: 192px;
  }

  header .text .home-title {
    font-size: 32px;
  }
  
  header .text .home-sub {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 425px) {
  header .text .home-title {
    font-size: 32px;
    max-width: inherit;
  }
}

header .text .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 35px 64px;
  margin-top: 25px;
}

@media (max-width: 767px) {
  header .text .btn-primary {
    font-size: 10px;
    line-height: 13px;
    color: #fff;
    padding: 24px 33px;
    display: block;
    margin: auto;
    margin-top: 15px;
    width: fit-content;
  }
}

header .text img {
  position: absolute;
  left: 55%;
  bottom: 0px;
  z-index: -1;
}

@media (max-width: 767px) {
  header .text img {
    position: initial;
    /* bottom: 0px; */
    /* left: unset; */
    /* right: -27vw; */
    /* max-width: 143px; */
    /* z-index: -1; */
  }
}

.rotational-system {
  background-image: url('../img/imagens/sistema-rotacional.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 86px 0 160px 0;
  min-height: 639px;
  position: relative;
}

@media (max-width: 767px) {
  .rotational-system {
    padding: 86px 0 0 0;
  }
}

.rotational-system h2 {
  font-family: 'mark-pro-bold';
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}

.rotational-system h3 {
  font-family: 'mark-pro-bold';
  font-size: 96px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 96px;
  color: transparent;
  margin-top: 38px;
  -webkit-text-stroke: 2px #fff;
}

@media (max-width: 767px) {
  .rotational-system h3 {
    font-size: 48px;
    line-height: 110%;
    color: transparent;
    margin-top: 79px;
  }
}

.rotational-system .video-play {
  display: flex;
  width: 100px;
  height: 100px;
  margin: auto;
  margin-top: 38px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .rotational-system .video-play {
    margin-top: 58px;
  }
}

.rotational-system .video-play img {
  margin: auto;
}

.rotational-system p {
  font-family: 'mark-pro';
  font-size: 20px;
  line-height: 110%;
  color: #fff;
  max-width: 350px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
}

.rotational-system .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 10px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 24px 33px;
  margin-top: 29px;
  margin-bottom: -30px;
}

.rotational-system-about {
  padding-top: 63.5px;
  min-height: 383px;
  background-color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .rotational-system-about {
    padding-top: 0;
    position: unset;
  }

  .rotational-system-about .col-4 {
    margin-top: 100px;
  }
}

.rotational-system-about img {
  max-width: 58px;
  margin-bottom: 30px;
}

.rotational-system-about h3 {
  font-family: 'mark-pro-bold';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 15px;
  color: #343936;
}

.rotational-system-about p {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 110%;
  color: #343936;
  max-width: 358px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
}

.rotational-system-about .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 35px 64px;
  margin-top: 29px;
}

#machines {
  min-height: 1140px;
}

.machines .machine-description {
  min-height: 961px;
}

@media (min-width: 1800px) {
  .machines .machine-description {
    min-height: 1222px;
  }
}

.machines .title {
  padding-left: 79px;
}

.machines .title h2 {
  font-family: 'mark-pro';
  /*font-size: 44px;*/
  font-size: 54px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
  margin-top: 122px;
  margin-bottom: 50px;
  max-width: 450px;
}

@media (max-width: 1024px) {
  .machines .title {
    /* padding-left: 50px; */
    padding-left: 25px;
  }

  .machines .title h2 {
    font-size: 34px;
  }
}

.machines .machines-list {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: relative;
  z-index: 1;
}

.machines .machines-list .item .left {
  font-family: 'mark-pro';
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #303731;
  padding: 30px 79px;
  width: 490px;
}

.machines .machines-list .item .left div {
  font-family: 'mark-pro';
  font-size: 15px;
}

.machines .machines-list .item .left.active {
  color: #fff;
  background-color: #343936;
  cursor: pointer;
  transition: all .3s;
}

.machines .machines-list .item .left.active:hover {
  background-color: #FF650D;
}
.machines .machines-list .item .left span{
  font-weight: normal;
  font-family: 'mark-pro';
  font-size: 15px;
}

.machines .machines-list .item .right {
  font-family: 'mark-pro-bold';
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding-top: 52px;
  padding-bottom: 52px;
  width: 300px;
  display: flex;
  visibility: hidden;
}

.machines .machines-list .item .right.active {
  color: #fff;
  background-color: #FF650D;
  visibility: visible;
  cursor: pointer;
}

.machines #machine-back {
  position: absolute;
  right: 0;
  max-width: 100%;
}

.machines .carousel-indicators {
  margin: 0;
  left: unset;
  right: 5%;
  bottom: 97px;
}

.machines .carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #dadada;
  background-color: transparent;
  opacity: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.machines .carousel-indicators li.active {
  background-color: #FF650D;
  border: 1px solid #FF650D;
}

.machines .carousel-control-prev {
  display: none;
}

.machines .carousel-control-next {
  align-items: start;
  padding-top: 265px;
  width: 28%;
}

.machines-mobile {
  margin-top: 114px;
}

.machines-mobile .description {
  min-height: 143px;
}

.machines-mobile h2 {
  font-family: 'mark-pro-bold';
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
}
.machines-mobile .description h2{
  font-family: 'mark-pro';
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
}
.machines-mobile .description h2 strong{
  font-family: 'mark-pro';
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
}

.machines-mobile p {
  font-family: 'mark-pro';
  font-size: 12px;
  line-height: 20px;
  color: #303731;
}

.machines-mobile strong {
  font-family: 'mark-pro-bold';
  font-size: 14px;
}

.machines-mobile .carousel-indicators {
  margin: 0;
  bottom: 190px;
}

.machines-mobile .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #dadada;
  background-color: transparent;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.machines-mobile .carousel-indicators li.active {
  background-color: #FF650D;
  border: 1px solid #FF650D;
}

.machines-mobile .info {
  margin-top: 143px;
}

.machines-mobile .info .title {
  background-color: #343936;
  padding: 23px 15px;
  display: flex;
  align-items: center;
}

.machines-mobile .info .title h3 {
  font-family: 'mark-pro-bold';
  font-size: 12px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 0;
}

.machines-mobile .info .title h3 span{
  font-weight: normal; 
  font-family: 'mark-pro'; 
  font-size: 10px;
}
.machines-mobile .info .title h3 span strong {  
  font-size: 10px;
}

.machines-mobile .info .button {
  background-color: #FF650D;
  padding: 23px 7px;
}

.machines-mobile .info .button span {
  font-family: 'mark-pro';
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.machines-mobile .carousel-control-prev {
  align-items: start;
  padding-top: 170px;
  width: 28%;
  height: 85%;
}

.machines-mobile .carousel-control-next {
  align-items: start;
  padding-top: 170px;
  width: 28%;
  height: 85%;
}

.custom-bottles {
  background-image: url('../img/imagens/garrafas-personalizadas.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 145px 52px 0 52px;
  margin-top: 160px;
  min-height: 822px;
}

.custom-bottles h2 {
  font-family: 'mark-pro-bold';
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 110%;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

.custom-bottles p {
  font-family: 'mark-pro';
  font-size: 14px;
  line-height: 110%;
  color: #fff;
  max-width: 249px;
  margin-top: 28px;
  margin-left: auto;
}

.custom-bottles .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 35px 65px;
  margin-top: 30px;
}

.custom-bottles-mobile {
  background-image: url('../img/imagens/garrafas-personalizadas-mobile.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 408px;
}

.custom-bottles-text-mobile {
  padding: 24px 0;
}

.custom-bottles-text-mobile h2 {
  font-family: 'mark-pro-bold';
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 110%;
  color: transparent;
  -webkit-text-stroke: 1px #FF650D;
}

@media (max-width: 320px) {
  .custom-bottles-text-mobile h2 {
    font-size: 28px;
  }
}

.custom-bottles-text-mobile p {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 110%;
  color: #707070;
  max-width: 241px;
  margin-top: 11px;
  margin-left: auto;
}

.custom-bottles-text-mobile .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 10px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 24px 33px;
  margin-top: 11px;
}

.orange-percentage {
  padding-top: 214px;
  padding-bottom: 114px;
  min-height: 508px;
}

@media (max-width: 767px) {
  .orange-percentage {
    padding-top: 114px;
    padding-bottom: 0px;
    min-height: 279px;
  }

  .orange-percentage img {
    max-width: 240px;
    float: right;
    margin-bottom: -80px;
  }
}

.orange-percentage h2 {
  font-family: 'mark-pro-bold';
  font-size: 96px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 122px;
  color: transparent;
  -webkit-text-stroke: 2px #FF650D;
}

.orange-percentage p {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 110%;
  color: #343936;
  max-width: 286px;
}

@media (max-width: 767px) {
  .orange-percentage p {
    font-size: 20px;
    margin-top: -25px;
  }
}

.flavors-56 {
  margin-top: -70px;
  min-height: 783px;
}

@media (max-width: 767px) {
  .flavors-56 {
    margin-top: -25px;
  }
}

.flavors-56 .container {
  background-image: url('../img/imagens/sabores-54.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 370px;
  padding-bottom: 250px;
}

@media (max-width: 767px) {
  .flavors-56 .container {
    background-image: url('../img/imagens/sabores-54-mobile.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 240px;
    padding-bottom: 184px;
  }
}

.flavors-56 h2 {
  font-family: 'mark-pro-bold';
  font-size: 96px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 122px;
  color: transparent;
  -webkit-text-stroke: 2px #FF650D;
}

.flavors-56 p {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 110%;
  color: #343936;
}

@media (max-width: 767px) {
  .flavors-56 p {
    font-size: 20px;
    max-width: 216px;
    margin: auto;
  }
}

.fresh-juice {
  padding-top: 200px;
  padding-bottom: 100px;
  min-height: 480px;
}

@media (max-width: 767px) {
  .fresh-juice {
    padding-top: 133px;
    padding-bottom: 0px;
    min-height: 313px;
  }

  .fresh-juice img {
    max-width: 177px;
    float: left;
    margin-bottom: -95px;
  }
}

.fresh-juice h2 {
  font-family: 'mark-pro-bold';
  font-size: 96px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 122px;
  color: transparent;
  -webkit-text-stroke: 2px #FF650D;
}

@media (max-width: 767px) {
  .fresh-juice h2 {
    text-align: right;
  }
}

.fresh-juice p {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 110%;
  color: #343936;
  max-width: 345px;
}

@media (max-width: 767px) {
  .fresh-juice p {
    font-size: 20px;
    text-align: center;
    margin-top: -10px;
  }
}


.clients-40 {
  padding-top: 233px;
  min-height: 579px;
}

@media (max-width: 767px) {
  .clients-40 {
    padding-top: 133px;
  }
}

.clients-40 h2 {
  font-family: 'mark-pro-bold';
  font-size: 96px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 122px;
  color: transparent;
  -webkit-text-stroke: 2px #FF650D;
}

.clients-40 p {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 110%;
  color: #343936;
  max-width: 345px;
}

@media (max-width: 767px) {
  .clients-40 p {
    font-size: 20px;
  }

  .clients-40 .button {
    text-align: center;
  }
}

.clients-40 .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 35px 63px;
  margin-top: 81px;
}

@media (max-width: 767px) {
  .clients-40 .btn-primary {
    font-size: 10px;
    padding: 24px 33px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .clients-40 img {
    margin-bottom: 0px;
  }
}

.machines {
  padding-top: 179px;
}

@media (max-width: 767px) {
  .machines {
    padding-top: 64px;
  }
}

.machines .col-6 {
  cursor: pointer;
}

.machines .box {
  border: 2px solid #E3E3E3;
  padding: 40px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .machines .box {
    padding: 20px 30px;
  }
}

.machines .box.orange {
  background-color: #FF650D;
  border: 2px solid #FF650D;
}

.machines .box h2 {
  font-family: 'mark-pro';
  font-size: 28px;
  line-height: 35px;
  color: #FFFFFF;
}

.machines .box h2 strong {
  font-family: 'mark-pro-bold';
}

.machines .box.orange img {
  max-width: 73.75px;
}

@media (max-width: 767px) {
  .machines .box.orange img {
    margin-top: 20px;
  }
}

.machines .box:not(.orange) img {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .machines .box:not(.orange) img {
    max-width: 84px;
    margin-left: auto;
    margin-right: auto;
    margin-top: initial !important;
  }
  
}

.machines .box h3 {
  font-family: 'mark-pro';
  font-size: 20px;
  line-height: 25px;
  /* color: #707070; */
  color: #fff;
  /* display: flex; */
  text-align: left;
  margin: 0;
}

.machines .box h3 .desc-machine {
  /* line-height: 25px; */
  font-family: 'mark-pro';
  color: #707070;
  font-size: 14px;
  text-align: left;
  margin: 0;
}

@media (max-width: 767px) {
  .machines .box h3 {
    font-size: 12px;
  }
  .machines .box h3 .desc-machine {
    font-size: 10px;
}
}

.clients {
  padding-top: 180px;
  overflow-y: hidden;
  /* min-height: 809px; */
}

@media (max-width: 767px) {
  .clients {
    padding-top: 135px;
    min-height: 695px;
  }
}

.clients h2 {
  font-family: 'mark-pro-bold';
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.02em;
  color: #343936;
  margin-bottom: 39px;
}

.clients .col-md-2 {
  margin: -1px;
}

.clients .box {
  border: 2px solid transparent;
  background-color: #fff;
  padding: 40px 36px;
  /* padding: 60px 36px; */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}

@media (max-width: 767px) {
  .clients .box {
    padding: 40px 23px;
  }
}

.clients .clients-glider-2,
.clients .clients-glider-3 {
  margin-top: -5px;
}

.instagram {
  padding-top: 160px;
  overflow-y: hidden;
  min-height: 644px;
}

@media (max-width: 767px) {
  .instagram {
    padding-top: 64px;
    min-height: 446px;
  }
}

.instagram h2 {
  font-family: 'mark-pro-bold';
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.02em;
  color: #343936;
  margin-bottom: 12px;
}

.instagram .instagram-glider {
  height: 402px;
  align-items: center;
  display: flex;
}

.instagram img{
  max-height: 400px;
}

@media (max-width: 767px) {
  .instagram .instagram-glider {
    height: 300px;
  }
  .instagram img {
    max-height: 300px;
  }
}

.instagram .glider-slide {
  margin: 16px;
  transition: all .3s;
}

@media (max-width: 767px) {
  .instagram .glider-slide {
    width: 169px !important;
  }
}

.instagram .glider-slide:hover {
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .instagram .glider-slide:hover {
    transform: scale(1.4);
  }
}

.instagram span {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #343936;
}

footer .logo-box {
  background-color: #FF650D;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  footer .logo-box {
    display: block;
    padding: 19px 12px 19px 29px;
  }

  footer .logo-box div {
    max-width: 55px;
  }

  footer .logo-box .social div {
    text-align: center;
  }

  footer .logo-box .social div:first-child {
    margin-top: 50px;
  }

  footer .logo-box .social div:not(:last-child) {
    margin-bottom: 46px;
  }
}

footer .text-box {
  background-color: #343936;
  padding: 25px 11%;
}
@media(max-width: 1366px){
  footer .text-box {
    background-color: #343936;
    padding: 25px 9%;
  }
}

@media (max-width: 767px) {
  footer .text-box {
    /* padding: 25px 43px 80px 43px; */
    padding: 25px 30px 80px 20px;
  }
}

footer .text-box h3 {
  font-family: 'mark-pro-bold';
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  footer .text-box h3 {
    font-size: 16px;
  }

  footer .text-box #contact-h3 {
    margin-top: 77px;
  }
}

footer .text-box .links,
footer .text-box .contact,
footer .text-box .social {
  margin-top: 20px;
}

@media (max-width: 767px) {
  footer .text-box .links,
  footer .text-box .contact {
    margin-top: 30px;
  }
}

footer .text-box .links div:not(:last-child),
footer .text-box .contact div:not(:last-child) {
  margin-bottom: 10px;
}

footer .text-box a,
footer .text-box span {
  font-family: 'mark-pro';
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  footer .text-box a,
  footer .text-box span {
    font-size: 10px;
  }
}


footer .contact {
  max-width: 304px;
}

@media (max-width: 767px) {
  footer .contact {
    max-width: 195px;
    word-break: break-word;
  }
}
@media (max-width: 576px) {
  footer .contact {
    max-width: 100%;
    word-break: break-word;
  }
}

footer .text-box .social a:not(:last-child) {
  margin-right: 4px;
}
footer .text-box .social a img {
  margin-top: 5px;
}

footer #direitos {
  background-color: #2c2d2d;
  z-index: 1;
  position: inherit;
}
footer #direitos p {
  font-family: 'mark-pro';
  font-size: 11px !important;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 16px 0px;
}
footer #direitos a{
  color: #FF650D;
}
@media (max-width: 650px) {
  footer #direitos {
    z-index: 99999;
  }
}
.contact-page {
  padding-top: 194px;
}

.contact-page h1 {
  font-family: 'mark-pro-bold';
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #303731;
}

@media (max-width: 767px) {
  .contact-page h1 {
    font-size: 32px;
  }
}

.contact-page p {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 653px;
}

.contact-page .form {
  margin-top: 94px;
}

@media (max-width: 767px) {
  .contact-page .form {
    margin-top: 58px
  }
}

@media (max-width: 767px) {
  .contact-page .form .contact-page-image {
    max-width: 70px;
  }

  .contact-page .form .contact-page-social {
    font-size: 12px;
    margin-bottom: 52px;
  }
}

@media (max-width: 767px) {
  .contact-page .form .form-group:not(:last-child) {
    margin-bottom: 22px;
  }
}

.contact-page .form label {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

@media (max-width: 767px) {
  .contact-page .form label {
    font-size: 14px;
  }
}

.contact-page .form .form-control {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  border: 1px solid #DADADA;
  border-radius: 0;
  padding: 23px 23px;
}

@media (max-width: 767px) {
  .contact-page .form .form-control {
    font-size: 14px;
  }

  .contact-page .form .form-check-inline {
    display: block;
  }
}

.contact-page .form .form-control::-webkit-input-placeholder {
  color: #000000;
}

.contact-page .form .form-control:-ms-input-placeholder {
  color: #000000;
}

.contact-page .form .form-control::placeholder {
  color: #000000;
}

.contact-page .form .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 35px 64px;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .contact-page .form .btn-primary {
    font-size: 10px;
    line-height: 13px;
    padding: 24px 53px;
  }
}

.partners {
  padding-top: 194px;
}

.partners h1 {
  font-family: 'mark-pro-bold';
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #303731;
}

@media (max-width: 767px) {
  .partners h1 {
    font-size: 32px;
  }
}

.partners .description {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 89px;
  max-width: 600px;
}

.partners .partner-corp {
  max-width: 83px;
}

.partners h2 {
  font-family: 'mark-pro-bold';
  font-size: 36px;
  line-height: 46px;
  color: #343936;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .partners h2 {
    font-size: 28px;
  }
}

.partners h3 {
  font-family: 'mark-pro-bold';
  font-size: 16px;
  line-height: 20px;
  color: #343936;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .partners h3 {
    font-size: 12px;
  }
}

.partners p {
  font-family: 'mark-pro';
  font-size: 21px;
  line-height: 110%;
  color: #343936;
  margin-top: 19px;
}

@media (max-width: 767px) {
  .partners p {
    font-size: 16px;
  }
}

.partners #partner-2,
.partners #partner-3 {
  margin-top: 129px;
}

.partners.clients {
  padding-top: 50px;
  /* padding-top: 179px; */
}

@media (max-width: 767px) {
  .partners.clients {
    padding-top: 50px;
    /* padding-top: 120px; */
  }
}

.partners-button .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 32px 84px;
  margin-top: 100px;
  /* margin-top: 179px; */
}

@media (max-width: 767px) {
  .partners-button .btn-primary {
    font-size: 10px;
    line-height: 13px;
    padding: 24px 53px;
    margin-top: 60px;
  }
}

.about-page {
  margin-top: 93px;
}

.about-page .page-title {
  padding-top: 40px;
  padding-bottom: 73px;
}

@media (max-width: 767px) {
  .about-page .page-title {
    padding-top: 25px;
    padding-bottom: 42px;
  }
}

.about-page .page-title h1 {
  font-family: 'mark-pro-bold';
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #303731;
}

@media (max-width: 767px) {
  .about-page .page-title h1 {
    font-size: 32px;
  }
}

.about-page .page-title p {
  font-family: 'mark-pro';
  font-size: 20px;
  line-height: 120%;
  color: #303731;
}

.about-page .page-title p strong {
  font-family: 'mark-pro-bold';
}

.about-page .page-cover {
  background-image: url('../img/imagens/lider-mundial.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 70vh;
}

@media (max-width: 767px) {
  .about-page .page-cover {
    height: 273px;
  }
}

.about-page .revolution {
  padding-top: 182px;
}

@media (max-width: 767px) {
  .about-page .revolution {
    padding-top: 100px;
  }
}

.about-page .revolution h2 {
  font-family: 'mark-pro-bold';
  font-size: 64px;
  line-height: 81px;
  color: #343936;
}

@media (max-width: 767px) {
  .about-page .revolution h2 {
    font-size: 24px;
    line-height: 110%;
    max-width: 200px;
    margin-bottom: -60px;
  }

  .about-page .revolution .order-1 {
    padding-left: 90px;
  }

  .about-page .revolution .order-2 {
    padding-right: 90px;
    margin-top: 30px;
    text-align: center;
  }
}

.about-page .revolution img {
  margin-top: 34px;
}

.about-page .revolution p {
  font-family: 'mark-pro';
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  margin-top: 47.91px;
  text-align: left;
}

@media (max-width: 767px) {
  .about-page .revolution p {
    font-size: 16px;
    margin-bottom: -9px;
  }

  .about-page .revolution .order-2 p {
    font-size: 18px;
  }
}

.about-page .revolution p strong {
  font-family: 'mark-pro-bold';
}

.about-page .revolution span {
  font-family: 'mark-pro-bold';
  font-size: 96px;
  line-height: 122px;
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 2px #FF650D;
}

@media (max-width: 767px) {
  .about-page .revolution span {
    line-height: 76px;
    margin-top: 35px;
    display: block;
  }
}

.about-page .motivation {
  padding-top: 200px;
  padding-bottom: 120px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .about-page .motivation {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.about-page .motivation h2 {
  font-family: 'mark-pro-bold';
  font-size: 64px;
  line-height: 81px;
  color: #343936;
}

@media (max-width: 767px) {
  .about-page .motivation h2 {
    font-size: 24px;
    line-height: 110%;
    max-width: 210px;
    margin: auto;
    margin-bottom: 18px;
  }
}

.about-page .motivation p {
  font-family: 'mark-pro';
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #343936;
  margin-left: auto;
  margin-right: auto;
  max-width: 814px;
}

@media (max-width: 767px) {
  .about-page .motivation p {
    font-size: 16px;
    line-height: 110%;
    max-width: 263px;
  }
}

.lente{
  background: #4e4d4d85;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
}

.original-system {
  background-image: url('../img/imagens/sistema-rotacional.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 203px 0 204px 0;
  position: relative;
}

@media (max-width: 767px) {
  .original-system {
    padding: 152px 0 152px 0;
  }
}

.original-system h2 {
  font-family: 'mark-pro-bold';
  font-size: 60px;
  line-height: 76px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .original-system h2 {
    font-size: 48px;
    line-height: 110%;
  }
}

.original-system .video-play {
  display: flex;
  width: 100px;
  height: 100px;
  margin: auto;
  margin-top: 38px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .original-system .video-play {
    margin-top: 58px;
  }
}

.original-system .video-play img {
  margin: auto;
}

.original-system p {
  font-family: 'mark-pro';
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  max-width: 659px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .original-system p {
    font-size: 16px;
    line-height: 110%;
    margin-top: 15px;
  }
}

.original-system .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 10px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 24px 33px;
  margin-top: 29px;
  margin-bottom: -30px;
}

.attendance {
  padding-top: 180px;
  min-height: 992px;
  background-color: #fff;
  position: relative;
}

.attendance h2 {
  font-family: 'mark-pro-bold';
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
  max-width: 386px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .attendance h2 {
    font-size: 24px;
    max-width: 200px;
    margin-top: -185px;
  }
}

.attendance .description {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .attendance .description {
    margin-top: 18px;
    max-width: 218px;
  }
}

.attendance p {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 110%;
  color: #343936;
  max-width: 400px;
}

@media (max-width: 767px) {
  .attendance #attendance-numbers {
    text-align: center;
  }

  .attendance #attendance-numbers p {
    max-width: 237px;
    margin: auto;
    margin-bottom: 16px;
  }
}

.attendance h3 {
  font-family: 'mark-pro-bold';
  font-size: 96px;
  line-height: 122px;
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 2px #FF650D;
  margin-bottom: -10px;
}

.attendance .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 33px 84px;
  margin-top: 65px;
}

@media (max-width: 767px) {
  .attendance #attendance-peca-a-sua {
    text-align: center;
  }

  .attendance .btn-primary {
    font-size: 10px;
    padding: 24px 40px;
    margin-top: 37px;
  }
}

.attendance img {
  margin-left: -75px;
  max-width: 115%;
}

@media (max-width: 767px) {
  .attendance img {
    margin-left: 87px;
    max-width: 444px;
  }
}

@media (max-width: 767px) {
  .quality-stamps {
    margin-top: 100px;
  }
}

.quality-stamps h2 {
  font-family: 'mark-pro-bold';
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
}

@media (max-width: 767px) {
  .quality-stamps h2 {
    font-size: 24px;
  }
}

.quality-stamps .carousel-inner {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .quality-stamps .carousel-item {
    height: 83px;
  }
}

.business-line {
  margin-top: 189px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .business-line {
    margin-top: 100px;
    padding-bottom: 50px;
  }
}

.business-line h2 {
  font-family: 'mark-pro-bold';
  font-size: 55px;
  line-height: 81px;
  color: #343936;
}

@media (max-width: 767px) {
  .business-line h2 {
    font-size: 24px;
    text-align: center;
    margin: auto;
  }
}

.business-line img {
  margin-bottom: 20px;
}

.business-line span {
  font-family: 'mark-pro';
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

@media (max-width: 767px) {
  .business-line span {
    font-size: 15px;
    transition: .3s;
  }
}

.business-line .business-line-glider {
  height: 402px;
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .business-line .business-line-glider {
    height: 271px;
  }
}

.business-line .glider-slide {
  margin: 16px;
  transition: all .3s;
}

@media (max-width: 767px) {
  .business-line .glider-slide {
    width: 169px !important;
  }
}

@media (max-width: 767px) {
  .business-line .glider-slide:hover {
    transform: scale(1.2);
  }
}

.bottles-page-cover img {
  margin-left: -100px;
  margin-top: 93px;
  max-width: 126%;
}

@media (max-width: 767px) {
  .bottles-page-cover img {
    margin-left: -86px;
    margin-top: 19px;
    max-width: 189%;
    transform: rotate(-9deg);
  }

  .bottles-page-cover .vh-100 {
    height: unset !important;
  }

  .bottles-page-cover .text-right {
    text-align: left !important;
  }
}

.bottles-page-cover h1 {
  font-family: 'mark-pro-bold';
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
  max-width: 400px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .bottles-page-cover h1 {
    font-size: 32px;
    max-width: 260px;
  }
}

.bottles-page-cover .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 33px 84px;
  margin-top: 49px;
}
.bottles-page-cover .btn-green {
  background: #76C3A0;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 33px 84px;
  margin-top: 49px;
}

@media (max-width: 767px) {
  .bottles-page-cover .btn-primary {
    margin-top: 11px;
    font-size: 10px;
    padding: 24px 44px;
  }
  .bottles-page-cover .btn-green {
    line-height: 25px;
  }
}

.bottles-page .sizes {
  padding-top: 70px;
  padding-bottom: 10px;
}

.bottles-page .sizes h3 {
  font-family: 'mark-pro-bold';
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
}

.bottles-page .sizes p {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 110%;
  color: #707070;
}

.bottles-page .volume {
  padding-top: 51px;
  padding-bottom: 143px;
  min-height: 706px;
}

@media (max-width: 767px) {
  .bottles-page .volume {
    min-height: 472px;
  }
}

.bottles-page .volume h2 {
  font-family: 'mark-pro-bold';
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
  margin-top: 20%;
  max-width: 386px;
}

.bottles-page .volume p {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 110%;
  color: #343936;
  margin-top: 26px;
  max-width: 372px;
}

.bottles-page .volume .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 33px 84px;
  margin-top: 35px;
}

.bottles-page .useful-area {
  min-height: 497px;
}

.bottles-page .useful-area #useful-area-background {
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #E5E5E5;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .bottles-page .useful-area #useful-area-background {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.bottles-page .useful-area #useful-area-carousel {
  max-width: 90%;
  margin: auto;
}

.bottles-page .useful-area #useful-area-carousel img {
  max-width: 70%;
  /* max-height: 497px; */
  max-height: 464px;
  margin: auto;
}

.bottles-page .useful-area #useful-area-carousel .carousel-indicators {
  bottom: -55px;
}

@media (max-width: 767px) {
  .bottles-page .useful-area #useful-area-carousel .carousel-indicators {
    bottom: -104px;
  }

  .bottles-page .useful-area #useful-area-carousel img {   
    max-height: 291px;
  }
}

.bottles-page .useful-area #useful-area-carousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #dadada;
  background-color: transparent;
  opacity: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.bottles-page .useful-area #useful-area-carousel .carousel-indicators li.active {
  background-color: #FF650D;
  border: 1px solid #FF650D;
}

.bottles-page .useful-area h2 {
  font-family: 'mark-pro-bold';
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
  margin-top: 13%;
  max-width: 386px;
}

.bottles-page .useful-area h2 strong {
  color: #FF650D;
}

.bottles-page .useful-area h3 {
  font-family: 'mark-pro-bold';
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
  margin-top: 20%;
  max-width: 386px;
}

.bottles-page .useful-area p {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 110%;
  color: #343936;
  margin-top: 26px;
  max-width: 316px;
}

.bottles-page .useful-area .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 33px 84px;
  margin-top: 35px;
  margin-bottom: 13%;
}

.bottles-page .lids {
  padding-top: 176px;
  min-height: 717px;
}

@media (max-width: 767px) {
  .bottles-page .lids {
    padding-top: 117px;
    min-height: 690px;
  }
}

.bottles-page .lids .swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bottles-page .lids .swiper-slide {
  width: 200px;
  height: 200px;
  margin: 30px;
}
.swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-left {
  background-image: none;
  background-image: unset;
}

.bottles-page .lids .swiper-container-3d .swiper-slide-shadow-left,
.bottles-page .lids .swiper-container-3d .swiper-slide-shadow-right {
  background-image: unset;
}

.bottles-page .lids .swiper-container-horizontal>.swiper-pagination-bullets,
.bottles-page .lids .swiper-pagination-custom, .swiper-pagination-fraction {
  height: 50px;
  bottom: -4px;
}

.bottles-page .lids .swiper-pagination-bullet {
  width: 54px;
  height: 8px;
  margin: 0;
  border-radius: 0;
  opacity: 1;
}

@media (max-width: 767px) {
  .bottles-page .lids .swiper-pagination-bullet {
    width: 45px;
  }
}

.bottles-page .lids .swiper-pagination-bullet-active {
  height: 20px;
}

.bottles-page .lids .swiper-pagination-bullet-active:after {
  opacity: 1 !important;
}

.bottles-page .lids .swiper-pagination-bullet:nth-child(1) {
  background: #E9E9E9 !important;
}

.bottles-page .lids .swiper-pagination-bullet:nth-child(1):after {
  content: 'BRANCO';
  position: absolute;
  top: 30px;
  margin-left: -34px;
  font-family: 'mark-pro';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #303731;
  opacity: 0;
}

.bottles-page .lids .swiper-pagination-bullet:nth-child(2) {
  background: #343936 !important;
}

.bottles-page .lids .swiper-pagination-bullet:nth-child(2):after {
  content: 'PRETO';
  position: absolute;
  top: 30px;
  margin-left: -27px;
  font-family: 'mark-pro';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #303731;
  opacity: 0;
}

.bottles-page .lids .swiper-pagination-bullet:nth-child(3) {
  background: #6B9947!important;
}

.bottles-page .lids .swiper-pagination-bullet:nth-child(3):after {
  content: 'VERDE';
  position: absolute;
  top: 30px;
  margin-left: -27px;
  font-family: 'mark-pro';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #303731;
  opacity: 0;
}

.bottles-page .lids .swiper-pagination-bullet:nth-child(4) {
  background: #FF8B0E !important
}

.bottles-page .lids .swiper-pagination-bullet:nth-child(4):after {
  content: 'LARANJA';
  position: absolute;
  top: 30px;
  margin-left: -34px;
  font-family: 'mark-pro';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #303731;
  opacity: 0;
}

.bottles-page .lids .swiper-pagination-bullet:nth-child(5) {
  background: #78552B !important
}

.bottles-page .lids .swiper-pagination-bullet:nth-child(5):after {
  content: 'MARROM';
  position: absolute;
  top: 30px;
  margin-left: -34px;
  font-family: 'mark-pro';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #303731;
  opacity: 0;
}

.bottles-page .lids .swiper-pagination-bullet:nth-child(6) {
  background: #D73744 !important
}

.bottles-page .lids .swiper-pagination-bullet:nth-child(6):after {
  content: 'VERMELHO';
  position: absolute;
  top: 30px;
  margin-left: -46px;
  font-family: 'mark-pro';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #303731;
  opacity: 0;
}

.bottles-page .lids .swiper-pagination-bullet:nth-child(7) {
  background: #5781A2 !important
}

.bottles-page .lids .swiper-pagination-bullet:nth-child(7):after {
  content: 'AZUL';
  position: absolute;
  top: 30px;
  margin-left: -21px;
  font-family: 'mark-pro';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #303731;
  opacity: 0;
}

.bottles-page .lids h2 {
  font-family: 'mark-pro-bold';
  font-size: 64px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #343936;
  margin-bottom: 69px;
}

@media (max-width: 767px) {
  .bottles-page .lids h2 {
    font-size: 24px;
  }
}

.bottles-page .lids p {
  font-family: 'mark-pro';
  font-size: 24px;
  line-height: 110%;
  color: #343936;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .bottles-page .lids p {
    font-size: 16px;
  }
}

.bottles-page-custom {
  padding-top: 154px;
  min-height: 757px;
}

@media (max-width: 767px) {
  .bottles-page-custom {
    padding-top: 60px;
  }
}

.bottles-page-custom .text {
  padding-left: 112px;
}

@media (max-width: 767px) {
  .bottles-page-custom .text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.bottles-page-custom h2 {
  font-family: 'mark-pro-bold';
  font-size: 53px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #FF650D;
  position: relative;
  z-index: 1;
  margin-top: 20%;
}

@media (max-width: 767px) {
  .bottles-page-custom h2 {
    font-size: 32px;
    text-align: right;
    -webkit-text-stroke: 1px #FF650D;
  }
}

.bottles-page-custom p {
  font-family: 'mark-pro';
  font-size: 16px;
  line-height: 110%;
  color: #343936;
  max-width: 372px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .bottles-page-custom p {
    text-align: right;
  }
}

.bottles-page-custom .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 33px 84px;
  margin-top: 35px;
  margin-bottom: 13%;
}

@media (max-width: 767px) {
  .bottles-page-custom .btn-primary {
    font-size: 10px;
    padding: 24px 30px;
    float: right;
    margin-bottom: 0;
  }
}

.bottles-glider-container {
  padding-top: 35px;
  overflow-y: hidden;
  min-height: 437px;
}

@media (max-width: 767px) {
  .bottles-glider-container {
    padding-top: 64px;
    min-height: 363px;
  }
}

.bottles-glider-container h2 {
  font-family: 'mark-pro-bold';
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.02em;
  color: #343936;
  margin-bottom: 12px;
}

.bottles-glider-container .bottles-glider {
  height: 402px;
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .bottles-glider-container .bottles-glider {
    height: 300px;
  }
}

.bottles-glider-container .glider-slide {
  margin: 16px;
  transition: all .3s;
}

@media (max-width: 767px) {
  .bottles-glider-container .glider-slide {
    width: 169px !important;
  }
}

.bottles-glider-container .glider-slide:hover {
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .bottles-glider-container .glider-slide:hover {
    transform: scale(1.4);
  }
}

.product-page .product-cover {
  padding-top: 100px;
  min-height: 100vh;
}

.product-page .product-cover h1 {
  font-family: 'mark-pro-bold';
  /*font-size: 64px;*/
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #303731;
}

@media (max-width: 767px) {
  .product-page .product-cover h1 {
    font-size: 32px;
  }
}

.product-page .product-cover p {
  font-family: 'mark-pro';
  font-size: 20px;
  line-height: 120%;
  color: #303731;
  max-width: 400px;
  margin-top: 29px;
}

@media (max-width: 767px) {
  .product-page .product-cover p {
    font-size: 16px;
    margin-top: 15px;
  }
  
}

.product-page .product-cover .colors {
  padding-top: 53px;
}

.product-page .product-cover .colors span {
  font-family: "mark-pro";
  font-size: 18px;
  line-height: 23px;
  color: #343936;
}

@media (max-width: 767px) {
  .product-page .product-cover .colors {
    padding-top: 0px;
  }
  .product-page .product-cover .colors span {
    font-size: 14px;
  }
}

.product-page .product-cover .colors .color-box {
  height: 8px;
  width: 54px;
  cursor: pointer;
}

.product-page .product-cover .colors .color-box.active {
  height: 36px;
}

.product-page .product-cover .colors .color-box img {
  display: none;
}

.product-page .product-cover .colors .color-box.active img {
  display: block;
}

.product-page .product-cover .colors font {
  opacity: 0;
}

.product-page .product-cover .colors font.active {
  opacity: 1;
}

.product-page .product-cover .colors font {
  font-family: "mark-pro";
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #303731;
}

.product-page .product-cover .options {
  padding-top: 49px;
}

.product-page .product-cover .options .option {
  cursor: pointer;
}

.product-page .product-cover .options font {
  font-family: "mark-pro";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C5C5C5;
}

@media (max-width: 767px) {
  .product-page .product-cover .options font {
    font-size: 12px;
  }
}

.product-page .product-cover .options .option.active font {
  font-family: "mark-pro-bold";
  color: #343936;
}

.product-page .product-cover .options .option.active svg path {
  stroke: #FF650D;
  fill: #FF650D;
}

.product-page .product-cover .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 14px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 32px 61px;
  margin-top: 38px;
}

.product-page .product-cover .technnical-documentation {
  font-family: "mark-pro";
  font-size: 18px;
  line-height: 23px;
  text-decoration-line: underline;
  color: #FF650D;
  margin-top: 19px;
}
.product-page .product-cover form h2 {
  font-family: 'mark-pro';
  font-size: 20px;
  line-height: 120%;
  color: #303731;
  max-width: 400px;
  margin-top: 29px;
}

.product-page .product-cover h2 {
  font-family: "mark-pro-bold";
  font-size: 30px;
  line-height: 110%;
  color: #343936;
  margin-top: 75px;
}

@media (max-width: 767px) {
  .product-page .product-cover h2 {
    font-size: 20px;
  }
}

.product-page .product-cover .details {
  margin-top: 30px;
}

.product-page .product-cover .details .item:not(:first-child) {
  margin-top: 35px;
}

.product-page .product-cover .details img {
  height: 100%;
  margin-right: 29px;
}

.product-page .product-cover .details h3 {
  font-family: "mark-pro-bold";
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
}

@media (max-width: 767px) {
  .product-page .product-cover .details h3 {
    font-size: 16px;
  }
}

.product-page .product-cover .details span {
  font-family: "mark-pro";
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
  margin-top: 11px;
  max-width: 307px;
}

@media (max-width: 767px) {
  .product-page .product-cover .details span {
    font-size: 16px;
  }
}

.product-page .product-cover .product-images {
  margin-top: -50px;
  position: relative;
}

@media (max-width: 767px) {
  .product-page .product-cover .product-images {
    margin-top: 0px;
    min-height: 470px;
  }
}

.product-page .product-cover .product-images img {
  position: absolute;
  opacity: 0 !important;
  transition: all .9s ease;
}

@media (max-width: 767px) {
  .product-page .product-cover .product-images img {
    margin: 0px auto;
    max-width: 297px;
    max-height: 450px;
  }
}

.product-page .product-cover .product-images img.active {
  opacity: 1 !important;
}

.product-page .machine-info {
  padding-top: 135px;
  padding-bottom: 160px;
  min-height: 565px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .product-page .machine-info {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.product-page .machine-info p {
  font-family: 'mark-pro';
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
  margin-bottom: 29px;
}

@media (max-width: 767px) {
  .product-page .machine-info p {
    font-size: 16px;
  }
}

.product-page .machine-info p strong {
  font-family: 'mark-pro-bold';
  display: block;
  margin-bottom: -5px;
}

.product-page .machine-info p font {
  font-size: 14px;
}

.product-page .toppics {
  padding-top: 80px;
  padding-bottom: 76px;
  background-color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .product-page .toppics {
    padding-bottom: 0;
    position: unset;
  }
}

.product-page .toppics span {
  font-family: 'mark-pro-bold';
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #343936;
  margin-top: 46px;
}

@media (max-width: 767px) {
  .product-page .toppics span {
    font-size: 12px;
    margin-top: 18px;
    margin-bottom: 105px;
  }
}

.product-page .toppics .icon {
  height: 72px;
}


.product-page .praticality h2 {
  font-family: 'mark-pro-bold';
  /*font-size: 64px;*/
  font-size: 54px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
  margin-top: -20px;
}

@media (max-width: 767px) {
  .product-page .praticality h2 {
    font-size: 24px;
  }
}

.product-page .praticality p {
  font-family: 'mark-pro';
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #343936;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .product-page .praticality p {
    font-size: 16px;
  }
}

.product-page .praticality .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 14px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 32px 61px;
}

.product-page .praticality img {
  margin-left: -179px;
  z-index: -1;
  position: relative;
  max-width: 625px;
}

@media (max-width: 767px) {
  .product-page .praticality img {
    margin-left: -135px;
  }
}

.product-page .praticality h3 {
  font-family: "mark-pro";
  font-size: 100px;
  color: #fff;
  line-height: 127px;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 2px #FF650D;
  margin-bottom: -20px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .product-page .praticality h3 {
    font-family: "mark-pro-bold";
    text-align: center;
    -webkit-text-stroke: 1px #FF650D;
  }
}

.product-page .praticality h3 strong {
  font-family: "mark-pro";
  font-weight: 400;
  font-size: 60px;
}

.product-page .praticality span {
  font-family: "mark-pro";
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
}

@media (max-width: 767px) {
  .product-page .praticality span {
    text-align: center;
    max-width: 144px;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-page .kit {
  padding-top: 221px;
}

@media (max-width: 767px) {
  .product-page .kit {
    padding-top: 80px;
  }
}

.product-page .kit h3 {
  font-family: "mark-pro-bold";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FF650D;
  margin-top: 59px;
}

@media (max-width: 767px) {
  .product-page .kit h3 {
    font-size: 12px;
  }
}

.product-page .kit h2 {
  font-family: "mark-pro-bold";
  /*font-size: 64px;*/
  font-size: 54px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .product-page .kit h2 {
    font-size: 24px;
    margin-top: 5px;
    max-width: 162px;
  }
}

.product-page .kit p {
  font-family: "mark-pro";
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #343936;
  margin-top: 34px;
  max-width: 333px;
}

@media (max-width: 767px) {
  .product-page .kit p {
    font-size: 16px;
    margin-top: 18px;
    line-height: 110%;
    max-width: 243px;
  }
}

.product-page .kit .icon {
  max-width: 49px;
}

.product-page .kit span {
  font-family: "mark-pro-bold";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #343936;
  max-width: 310px;
}

@media (max-width: 767px) {
  .product-page .kit span {
    font-size: 12px;
  }
}

.product-page .experience {
  padding-top: 59px;
  padding-bottom: 111px;
}

@media (max-width: 767px) {
  .product-page .experience {
    padding-bottom: 40px;
  }
}

.product-page .experience h2 {
  font-family: "mark-pro-bold";
  /*font-size: 64px;*/
  font-size: 54px;
  line-height: 75px;
  letter-spacing: -0.02em;
  color: #343936;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .product-page .experience h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.product-page .experience .col-md-5 {
  min-height: 69vh;
}

.product-page .experience .dots {
  margin-right: 70px;
}

.product-page .experience .dots div {
  border: 1px solid #B6B6B6;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 16px;
  cursor: pointer;
}

.product-page .experience .dots div.active {
  border: 1px solid #FF650D;
  background-color: #FF650D;
}

.product-page .experience .titles {
  width: 230.45px;
}

.product-page .experience .titles span {
  font-family: "mark-pro";
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000000;
  opacity: .3;
  cursor: pointer;
}

.product-page .experience .titles span:first-child {
  margin-bottom: 70px;
}

.product-page .experience .titles span:last-child {
  margin-top: 70px;
}

.product-page .experience .titles span.active {
  font-family: "mark-pro-bold";
  /* font-size: 48px; */
  font-size: 35px;
  color: #343936;
  opacity: 1;
}

.product-page .experience img {
  position: absolute;
  opacity: 0;
  transition: all .3s;
}

.product-page .experience img.active {
  opacity: 1;
}

.product-page .experience .images-mobile {
  min-height: 219.64px;
}

.product-page .experience .titles-mobile {
  position: relative;
}

.product-page .experience .titles-mobile span {
  position: absolute;
  opacity: 0;
  transition: all .3s;
  top: 20px;
  left: 0;
  right: 0;
  height: 35px;
  font-family: "mark-pro-bold";
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
}

.product-page .experience .titles-mobile span.active {
  opacity: 1;
}

.product-page .experience .dots-mobile {
  position: relative;
  margin-top: 90px;
  justify-content: center;
}

.product-page .experience .dots-mobile div {
  border: 1px solid #B6B6B6;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 16px;
  cursor: pointer;
}

.product-page .experience .dots-mobile div.active {
  border: 1px solid #FF650D;
  background-color: #FF650D;
}

.product-page .acessories {
  padding-bottom: 191px;
}

@media (max-width: 767px) {
  .product-page .acessories {
    padding-top: 60px;
    padding-bottom: 107px;
  }
}

.product-page .acessories span {
  font-family: "mark-pro";
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #303731;
}

.product-page .acessories .dispenser {
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 190px;
}

@media (max-width: 767px) {
  .product-page .acessories .dispenser {
    display: none !important;
  }
}

.product-page .acessories h2 {
  font-family: "mark-pro-bold";
  /*font-size: 64px;*/
  font-size: 54px;
  line-height: 81px;
  letter-spacing: -0.02em;
  color: #303731;
  margin-top: 11vw;
}

@media (max-width: 767px) {
  .product-page .acessories h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.product-page .acessories p {
  font-family: "mark-pro";
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000000;
  max-width: 535px;
  /*max-width: 221px;*/
  margin-top: 11px;
}

@media (max-width: 767px) {
  .product-page .acessories p {
    font-size: 16px;
    margin-bottom: 39px;
  }
}

.product-page .acessories .box {
  border: 2px solid #e3e3e3;
  height: 300px !important;
}

@media (max-width: 767px) {
  .product-page .acessories .box {
    height: 155px;
  }
}

.product-page .acessories .box img {
  width: inherit;
  max-height: 100%;
  object-fit: cover;
}

.product-page .acessories-glider {
  height: 402px;
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .product-page .acessories-glider {
    height: 300px;
  }
}

.product-page .acessories .glider-slide {
  margin: 16px;
  transition: all .3s;
}

@media (max-width: 767px) {
  .product-page .acessories .glider-slide {
    width: 169px !important;
  }
}

.product-page .documentation {
  padding-bottom: 257px;
}

@media (max-width: 767px) {
  .product-page .documentation {
    padding-bottom: 101px;
  }
}

.product-page .documentation h2 {
  font-family: "mark-pro-bold";
  font-size: 54px;
  /*font-size: 64px;*/
  line-height: 81px;
  letter-spacing: -0.02em;
  color: #343936;
}

@media (max-width: 767px) {
  .product-page .documentation h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.product-page .documentation p {
  font-family: "mark-pro";
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #343936;
}

@media (max-width: 767px) {
  .product-page .documentation p {
    font-size: 16px;
    line-height: 20px;
  }
}

.product-page .documentation .btn {
  font-family: "mark-pro-bold";
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #303731;
}

.product-page .documentation .item-download {
  border-bottom: 2px solid #C4C4C4;
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: pointer;
}
.product-page .documentation .item-download a{
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .product-page .documentation .item-download {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.product-page .documentation .item-download h3 {
  font-family: "mark-pro-bold";
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #303731;
  margin-top: 7px;
}

@media (max-width: 767px) {
  .product-page .documentation .item-download h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.product-page .product-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .product-page .product-bg {
    height: 257px !important;
  }
}

.product-page .second-title {
  padding-top: 168px;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .product-page .second-title {
    padding-top: 57px;
    padding-bottom: 45px;
  }
}

.product-page .second-title h2 {
  font-family: "mark-pro-bold";
  /*font-size: 64px;*/
  font-size: 54px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
  max-width: 816px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .product-page .second-title h2 {
    font-size: 24px;
  }
}

.product-page .second-title p {
  font-family: "mark-pro";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #303731;
  margin-top: 29px;
  max-width: 677px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .product-page .second-title p {
    font-size: 16px;
  }
}

.blog-cards{
  margin: 30px 15px;
  font-family: 'mark-pro';
  color: #000000;
}


.blog-cards .card {
  margin: 20px 15px;
  color: #000000;
  transition: 0.5s ease;
  min-height: 100%;
}

.blog-cards .card:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.blog-cards .list-post-img{
  width: 100%;
  width: 100%;
  /* max-width: 300px; */
  min-height: 200px;
  max-height: 200px;
}

.blog-cards .list-post-title{
  font-size: 1.2rem;
  transition: .3s;
  /* text-align: center;
  text-transform: capitalize; */
  font-family: 'mark-pro-bold';
  margin: 15px 15px;
  max-width: fit-content;
}

.list-post-data{
  /* text-align: center; */
  font-size: 0.89rem;
  color: #b9b9b9;
  margin: auto 15px;
}
.list-post-resumo {
  max-width: fit-content;
  margin: 0px 15px;
  margin-bottom: auto;
}

.blog-cards .card button {
  font-family: 'mark-pro-bold';
  border-radius: 0;
  margin-top: 20px;
}
.blog-cards .card:hover button {
  background: #FF650D;  
  color: #FFF;
}

input.radioColor {
  display: none;
}

.btn-voltar{
  font-family: 'mark-pro';
  font-size: 14px;
  color: #ff650d;
  display: block;
  margin: 15px 0;
  margin: auto;
}
.btn-voltar:hover{  
  color: #ff650d;
  transition: 0.5s;
}

/* Usamos o pseudo-element :before para recriar o novo radio */
.radioColor:before {
  content: "";
  display: inline-block;

  width: 16px;
  height: 16px;

  border-radius:50%;

  margin-right: 10px;
  /* position: absolute; */
  position:relative;
  left: 0;
  bottom: -4px;
  background-color: #ffffff;
  box-shadow:  inset 0px 0px 1px 1px rgb(0 0 0 / 30%), 0px 1px 0px 0px rgb(255 255 255 / 80%);
}

/* CSS Responsavel por definir o estilo para radio Checkado */
input.radioColor:checked + label:before {
  content: "\2022";
  color: #FF650D;
  font-size: 30px;
  text-align: center;  
  line-height: 13px;
  padding-left: 0.5px;
  padding-top: 0.5px;
}

#btn-quero-contratar{
  position: initial;
  right: initial;
  top: initial;
  background: #FF650D;
  opacity: 1;
  /* z-index: 999; */
  color: #FFF;
  padding: 8px 13px;
  transition: all .3s;
  margin: initial;
  border: 1px solid #FF650D;
  transition: .5s;
}

#btn-quero-contratar:hover{
  position: initial;
  right: initial;
  top: initial;
  background: #FFFFFF;
  opacity: 1;
  /* z-index: 999; */
  color: #FF650D;
  padding: 8px 13px;
  transition: all .3s;
  margin: initial;
  border: 1px solid #FF650D;
}

/* #menumob{
  max-width: 300px;
} */
@media (min-width: 315px) and (max-width: 380px){
  #menumob{
    margin-left: -35px;

  }
  #soul-preta{
    max-width: 100px;
    margin-top: 8px;
  }

}
@media (min-width: 381px) and (max-width: 439px){
  
  #soul-preta{
    max-width: 100px;
    margin-top: 8px;
  }

}

@media (min-width: 440px) and (max-width: 510px){
  #menumob{
    margin-left: 80px;

  }
  #soul-preta{
    max-width: 100px;
    margin-top: 8px;
  }
}
