.color-1 {
  color: #566872;
}

.color-2 {
  color: #ffffff;
}

.color-3 {
  color: #dbe120;
}

.color-4 {
  color: #393939;
}

.color-5 {
  color: #5f5f5f;
}

.color-6 {
  color: #a1b4be;
}

.color-7 {
  color: #666666;
}

.color-grey-darker {
  color: #393939 !important;
}

.color-4desk-1mob {
  color: #393939 !important;
}
@media (max-width: 992px) {
  .color-4desk-1mob {
    color: #566872 !important;
  }
}

.color-1desk-4mob {
  color: #566872;
}
@media (max-width: 992px) {
  .color-1desk-4mob {
    color: #393939;
  }
}

.bg-color-1 {
  background: #566872;
}

.bg-color-2 {
  background: #ffffff;
}

.bg-color-3 {
  background: #dbe120;
}

.bg-color-4 {
  background: #393939;
}

.bg-color-5 {
  background: #5f5f5f;
}

.bg-color-6 {
  background: #a1b4be;
}

.bg-color-7 {
  background: #666666;
}

.bg-color-8 {
  background: #a3a3a3;
}

.bg-color-9 {
  background: #f5f7f8;
}

.bg-color-grey {
  background: #f7f7f7;
}

.linear-bg-home-2 {
  background-image: linear-gradient(180deg, #ffffff 25%, #f5f7f8 0 50%, #dbe120 0%);
}
@media (max-width: 992px) {
  .linear-bg-home-2 {
    background-image: linear-gradient(180deg, #ffffff 17%, #dbe120 0%);
  }
}

.linear-bg-home-5 {
  background-image: linear-gradient(150deg, #bbbf28 0%, #dbe120 100%);
}

.border-color-1 {
  border-color: #566872;
}

.border-color-2 {
  border-color: #ffffff;
}

.border-color-3 {
  border-color: #dbe120 !important;
}

.border-color-4 {
  border-color: #393939;
}

.border-color-5 {
  border-color: #5f5f5f;
}

.border-color-6 {
  border-color: #a1b4be;
}

.border-color-7 {
  border-color: #666666;
}

.border-color-8 {
  border-color: #a3a3a3;
}

.after-color-2:after {
  background: #ffffff;
}

.after-color-3:after {
  background: #dbe120;
}

.before-color-2:before {
  background: #ffffff;
}

.before-color-3:before {
  background: #dbe120;
}

.bt-slide-color {
  background: #a1b4be;
}

.bt-slide-color:hover {
  background: #dbe120;
}

.bt-slide-color.active {
  background: #dbe120;
}

.before-color-6:before {
  background: #a1b4be;
}

.before-color-6:hover:before {
  background: #dbe120;
}

.before-color-6.active:before {
  background: #dbe120;
}

.color-6-hover-3 {
  color: #a1b4be;
}
.color-6-hover-3.active {
  color: #dbe120;
}
.color-6-hover-3:hover {
  color: #dbe120;
}

.btn-color3-hover {
  color: #dbe120;
  border-color: #566872 !important;
}
.btn-color3-hover.active {
  color: #dbe120 !important;
  background: #ffffff;
}
.btn-color3-hover:hover {
  color: #dbe120 !important;
  background: #ffffff;
}

.btn-contact-color {
  color: #393939 !important;
}

.btn-contact-color:hover {
  color: #dbe120 !important;
}
.btn-contact-color:hover > .home-first-button-arrow {
  background: #dbe120;
}
.btn-contact-color:hover > .home-6-contact-us-button-arrow {
  background: #dbe120;
}

.btn-contact-bg {
  background: #393939;
}

.navbar-menu-item.active {
  color: #dbe120;
}

.navbar-menu-item:hover {
  color: #dbe120;
}

.border-bottom-btn {
  border-bottom: 0.5px solid #ccc;
}

.direction-column {
  flex-direction: column;
}

p {
  color: #566872;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.32s ease;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.color-slide-arrow {
  color: #a1b4be;
}
@media (max-width: 992px) {
  .color-slide-arrow {
    color: #dbe120;
  }
}

.page-template-blank-page .swiper-pagination-bullet {
  width: 1.31rem;
  height: 0.7rem;
  cursor: pointer;
  transition: all 0.32s ease;
  background: #a1b4be;
  border-radius: 0;
  outline: 0;
  opacity: 1;
  margin-left: 1.5rem;
}
.page-template-blank-page .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.page-template-blank-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2.81rem;
  background: #dbe120;
}
.page-template-blank-page .swiper-pagination-bullet:hover {
  width: 2.81rem;
  background: #dbe120;
}
.page-template-blank-page .swiper-container-horizontal > .swiper-pagination-bullets {
  left: 0;
}

.pte-none {
  pointer-events: none;
}

.col-20-5 {
  width: 20%;
  float: left;
}

.col-25-4 {
  width: 25%;
  float: left;
}

.border-left-allow {
  border-left: 3px solid #566872;
}
@media (max-width: 992px) {
  .border-left-allow {
    border-left: none;
  }
}

#page-paraoseu {
  margin-top: 64px;
}
@media (max-width: 1400px) {
  #page-paraoseu {
    margin-top: 64px;
  }
}

.page-template-blank-page .navbar-container.first {
  position: fixed;
  top: 0;
  bottom: auto;
}
.page-template-blank-page .btn-mb-contato {
  display: none !important;
}
@media (max-width: 992px) {
  .page-template-blank-page .btn-mb-contato {
    display: flex !important;
    width: 160px;
    height: 40px;
    font-size: 14px;
    position: absolute;
    bottom: 88px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-template-blank-page .btn-mb-contato {
    bottom: unset;
    top: 85%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .page-template-blank-page .btn-mb-contato {
    bottom: 120px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .page-template-blank-page .btn-mb-contato {
    bottom: 110px;
  }
}
@media (max-width: 320px) {
  .page-template-blank-page .btn-mb-contato {
    bottom: 120px;
  }
}
.page-template-blank-page .banner {
  height: 470px;
  width: 100%;
  background-image: url("./../../img/image.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .page-template-blank-page .banner {
    height: 100vh;
    margin-top: -40px;
    background-image: url("./../../img/bg-para-o-seu-negocio.png");
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-template-blank-page .banner {
    height: 100vh;
  }
}
@media (max-width: 992px) {
  .page-template-blank-page .banner h1 {
    font-size: 29px !important;
  }
}
.page-template-blank-page .item-solucao {
  font-size: 20px;
  position: relative;
  color: #a1b4be;
  cursor: pointer;
  transition: font-weight 0.32s ease;
}
@media (max-width: 600px) {
  .page-template-blank-page .item-solucao {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .page-template-blank-page .item-solucao {
    font-size: 13px;
  }
}
@media (max-width: 340px) {
  .page-template-blank-page .item-solucao {
    font-size: 12px;
  }
}
.page-template-blank-page .item-solucao .bar {
  transition: 0.3s;
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  height: 1px;
  background-color: #a1b4be;
}
.page-template-blank-page .item-solucao.active {
  color: #566872;
  font-weight: 400 !important;
}
.page-template-blank-page .item-solucao.active .bar {
  transition: 0.3s;
  width: 73px;
  height: 2px;
  background-color: #566872;
}
.page-template-blank-page .item-solucao:hover {
  color: #566872;
  font-weight: 400 !important;
}
.page-template-blank-page .item-solucao:hover .bar {
  transition: 0.3s;
  width: 73px;
  height: 2px;
  background-color: #566872;
}
@media (max-width: 600px) {
  .page-template-blank-page .correct-m-grid-53-text {
    width: 54%;
    padding-right: unset;
  }
}
@media (max-width: 600px) {
  .page-template-blank-page .correct-m-grid-47-image {
    width: 46%;
    height: 120px;
    padding-left: unset;
  }
}
.page-template-blank-page .decoration-setores {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .page-template-blank-page .decoration-setores {
    width: 120%;
  }
}
@media (max-width: 600px) {
  .page-template-blank-page .decoration-setores {
    height: inherit;
  }
}
.page-template-blank-page #decoration-setores {
  font-size: 60px;
  color: #566872;
  opacity: 0.1;
  margin-top: auto;
  display: inline-block;
}
@media (max-width: 992px) {
  .page-template-blank-page #decoration-setores {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .page-template-blank-page #decoration-setores {
    display: none;
  }
}
.page-template-blank-page #setores-icon {
  height: 145px;
  margin-left: auto;
}
@media only screen and (max-width : 600px) {
  .page-template-blank-page #setores-icon {
    height: unset;
    max-height: 100%;
    margin: 0 auto;
    object-fit: contain;
  }
}
.page-template-blank-page #title-setores {
  font-size: 35px;
  font-weight: lighter;
}
@media only screen and (max-width : 600px) {
  .page-template-blank-page #title-setores {
    font-size: 27px;
  }
}
@media (max-width: 360px) {
  .page-template-blank-page #title-setores {
    font-size: 26px;
  }
}
@media (max-width: 340px) {
  .page-template-blank-page #title-setores {
    font-size: 22px;
  }
}
.page-template-blank-page .row-setoes {
  width: 100%;
}
.page-template-blank-page .box-setores {
  width: 49.7%;
  min-height: 375px;
  padding: 10px 40px;
}
@media (max-width: 992px) {
  .page-template-blank-page .box-setores {
    width: 100%;
  }
}
.page-template-blank-page .bg-casos-de-uso {
  height: 500px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./../../img/image_1.png");
  background-size: cover;
}
@media (max-width: 992px) {
  .page-template-blank-page .bg-casos-de-uso {
    margin-top: 0 !important;
  }
}
.page-template-blank-page .casos-de-uso {
  margin-top: -450px;
}
.page-template-blank-page .casos-de-uso h3 {
  font-size: 30px;
  z-index: 1;
  margin: 0;
}
.page-template-blank-page .casos-de-uso h4 {
  font-size: 90px;
  margin-bottom: -70px;
  margin-top: 0;
  z-index: -1;
  opacity: 0.7;
  font-weight: 400;
  line-height: 70px;
  height: 125px;
}
@media (max-width: 992px) {
  .page-template-blank-page .casos-de-uso h4 {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media (max-width: 600px) {
  .page-template-blank-page .casos-de-uso h4 {
    font-size: 35px;
  }
}
@media (max-width: 340px) {
  .page-template-blank-page .casos-de-uso h4 {
    font-size: 30px;
  }
}
.page-template-blank-page .casos-de-uso-title-group {
  transition: ease-in 0.2s;
}
.page-template-blank-page .swiper-container {
  width: 100%;
  height: 100%;
}
.page-template-blank-page .swiper-slide {
  height: 100%;
  width: 100%;
}
.page-template-blank-page .box {
  position: relative;
  padding: 28px;
}
.page-template-blank-page .box h4 {
  font-size: 20px;
}
.page-template-blank-page .box.solucao {
  width: 43.9%;
  min-height: 410px;
}
@media (max-width: 992px) {
  .page-template-blank-page .box.solucao {
    min-height: unset;
    width: 100%;
  }
}
.page-template-blank-page .box.problema {
  width: 55.2%;
  min-height: 410px;
}
@media (max-width: 992px) {
  .page-template-blank-page .box.problema {
    min-height: unset;
    margin-top: 10px;
    width: 100%;
  }
}
.page-template-blank-page .box.resultado {
  width: 100%;
  min-height: 200px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .page-template-blank-page .box.resultado {
    min-height: unset;
  }
}
.page-template-blank-page .box .letter-bg {
  position: absolute;
  bottom: 0px;
  left: 60px;
  font-size: 180px;
  opacity: 0.2;
}
.page-template-blank-page .box .letter-bg.result {
  bottom: -30px;
}
@media (max-width: 992px) {
  .page-template-blank-page .box .letter-bg.result {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 992px) {
  .page-template-blank-page .box .letter-bg.solution {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 992px) {
  .page-template-blank-page .box .letter-bg {
    bottom: unset;
    top: 3.4rem;
    left: 14px;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-template-blank-page .box .letter-bg {
    top: 1rem;
  }
}
.page-template-blank-page .slider-solucoes {
  padding: 0px 120px;
}
@media (max-width: 992px) {
  .page-template-blank-page .slider-solucoes {
    padding: 0px 15px !important;
    width: 90%;
  }
}
.page-template-blank-page .row-slider {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .page-template-blank-page .row-slider {
    margin-bottom: 150px;
  }
}
.page-template-blank-page .swiper-button-next1.swiper-button-disabled,
.page-template-blank-page .swiper-button-prev1.swiper-button-disabled {
  opacity: 0 !important;
}
.page-template-blank-page .swiper-button-newcolor {
  --swiper-theme-color: #566872;
  top: 60%;
}
@media (max-width: 992px) {
  .page-template-blank-page .swiper-button-newcolor {
    top: auto;
    bottom: 60px;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-template-blank-page .swiper-button-newcolor {
    bottom: 85px;
  }
}
.page-template-blank-page .home-first-bullets {
  position: absolute;
  left: 5vw;
  top: 60%;
  width: 17vh !important;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .page-template-blank-page .home-first-bullets {
    top: auto;
    transform: translateX(-50%) rotate(-90deg) !important;
    left: 50% !important;
    bottom: 20px !important;
    width: 15px !important;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-template-blank-page .home-first-bullets {
    bottom: 40px !important;
  }
}
.page-template-blank-page .home-first-bullets > .swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 11px;
  height: 21px;
  background: #a1b4be;
  opacity: 1;
  margin-bottom: 1rem !important;
}
@media (max-width: 992px) {
  .page-template-blank-page .home-first-bullets > .swiper-pagination-bullet {
    width: 7px;
  }
}
.page-template-blank-page .home-first-bullets > .swiper-pagination-bullet-active {
  width: 11px;
  height: 45px;
  background: #dbe120;
}
@media (max-width: 992px) {
  .page-template-blank-page .home-first-bullets > .swiper-pagination-bullet-active {
    width: 7px;
  }
}
.page-template-blank-page .recomendacao {
  width: 100%;
  height: 400px;
  border: 2px solid #dbe120;
  transition: 0.3s;
  position: relative;
}
.page-template-blank-page .recomendacao:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #fff;
  transition: 0.3s;
}
.page-template-blank-page .recomendacao .logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -3px);
  width: 120px;
  height: 120px;
  background-color: white;
  border-radius: 50%;
  padding: 20px;
  box-shadow: 0px 5px 8px -1px rgba(0, 0, 0, 0.17);
}
.page-template-blank-page .recomendacao .logo img {
  position: absolute;
  width: 70%;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.page-template-blank-page .swiper-container2 {
  height: 520px;
}
@media (max-width: 992px) {
  .page-template-blank-page .swiper-container2 {
    overflow: visible;
  }
}
.page-template-blank-page .swiper-container2 .swiper-slide {
  width: 40%;
}
@media (max-width: 992px) {
  .page-template-blank-page .swiper-container2 .swiper-slide {
    width: 90%;
  }
}
.page-template-blank-page .swiper-container2 .swiper-slide .recomendacao {
  width: 80%;
  height: 320px;
  padding: 0px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .page-template-blank-page .swiper-container2 .swiper-slide .recomendacao {
    width: 100%;
    height: auto !important;
    padding: 0px 20px;
  }
}
.page-template-blank-page .swiper-container2 .swiper-slide .recomendacao p {
  margin-top: 0px;
}
.page-template-blank-page .swiper-container2 .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
.page-template-blank-page .swiper-container2 .swiper-slide.swiper-slide-next {
  opacity: 0.4;
}
.page-template-blank-page .swiper-container2 .swiper-slide.swiper-slide-active .recomendacao {
  width: 100%;
  height: 470px;
  overflow: unset;
}
.page-template-blank-page .swiper-container2 .swiper-slide.swiper-slide-active .recomendacao:after {
  height: 0;
}
.page-template-blank-page .swiper-container2 .swiper-slide.swiper-slide-active .recomendacao .logo {
  transform: translate(-50%, -60px);
}
.page-template-blank-page .swiper-container2 .swiper-button-next {
  top: 50%;
  right: 25%;
}
@media (max-width: 992px) {
  .page-template-blank-page .swiper-container2 .swiper-button-next {
    bottom: -90px;
    z-index: 99;
    top: unset;
    right: 2.5rem;
  }
  .page-template-blank-page .swiper-container2 .swiper-button-next::after {
    font-size: 1.667rem;
    font-weight: bold;
  }
}
.page-template-blank-page .swiper-container2 .swiper-button-prev {
  top: 50%;
  left: 25%;
}
@media (max-width: 992px) {
  .page-template-blank-page .swiper-container2 .swiper-button-prev {
    bottom: -90px;
    z-index: 99;
    top: unset;
    left: 2.5rem;
  }
  .page-template-blank-page .swiper-container2 .swiper-button-prev::after {
    font-size: 1.667rem;
    font-weight: bold;
  }
}
.page-template-blank-page .swiper-container2 .swiper-pagination2 {
  transform: rotate(90deg);
  bottom: 50%;
  left: -28%;
}
@media (max-width: 992px) {
  .page-template-blank-page .swiper-container2 .swiper-pagination2 {
    position: relative;
    margin-top: 120px;
    transform: rotate(0deg);
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
  }
}
.page-template-blank-page .testmonial-mark {
  display: block;
  transition: ease 0.3s;
  max-height: 100%;
  max-width: 40%;
  margin-bottom: 2rem;
}
.page-template-blank-page .testmonial-mark-holder {
  position: relative;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-blank-page .solution-title {
  font-size: 40px;
  margin-top: 50px;
}
@media only screen and (max-width : 992px) {
  .page-template-blank-page .solution-title {
    font-size: 30px;
  }
}
.page-template-blank-page .ornamental-closing {
  position: relative;
}
@media only screen and (max-width : 992px) {
  .page-template-blank-page .ornamental-closing {
    display: none;
  }
}
.page-template-blank-page .ornamental-closing.mobile {
  display: none;
}
@media only screen and (max-width : 992px) {
  .page-template-blank-page .ornamental-closing.mobile {
    display: block;
    height: 2px;
  }
}
.page-template-blank-page .ornamental-closing .ornament {
  position: absolute;
  left: 0;
  max-width: 30%;
  bottom: -170px;
  color: #dbe120;
  font-size: 30px;
  font-weight: 400;
  overflow: hidden;
  text-align: left;
  padding: 40px 0;
  pointer-events: none;
  user-select: none;
}
@media only screen and (max-width : 992px) {
  .page-template-blank-page .ornamental-closing .ornament {
    position: relative;
    max-width: 100%;
    bottom: unset;
    padding: 0;
    bottom: -5px;
    font-size: 19px;
  }
}
.page-template-blank-page .btn-contato {
  width: 452px;
  padding: 10px 0px;
}
@media only screen and (max-width : 1200px) {
  .page-template-blank-page .btn-contato {
    padding: 20px 0px;
    margin-top: 110px;
    width: 100%;
  }
}
.page-template-blank-page .btn-contato span {
  font-size: 24px;
}
@media only screen and (max-width : 1200px) {
  .page-template-blank-page .btn-contato span {
    font-size: 16px;
  }
}
.page-template-blank-page .btn-contato img {
  height: 20px;
}
.page-template-blank-page .decoration-points {
  position: absolute;
  bottom: -40px;
  right: 0;
}
@media only screen and (max-width : 1200px) {
  .page-template-blank-page .decoration-points {
    right: 15px;
  }
}
.page-template-blank-page .decoration-points :nth-child(1) {
  width: 105px;
  height: 12px;
}
.page-template-blank-page .decoration-points :nth-child(2) {
  width: 25px;
  height: 12px;
}
.page-template-blank-page .decoration-points :nth-child(3) {
  width: 25px;
  height: 12px;
}
.page-template-blank-page .p-relative-z-index-1 {
  position: relative !important;
  z-index: 1 !important;
}
@media only screen and (max-width : 992px) {
  .page-template-blank-page .correct-mt-mobile-slide > .swiper-container {
    margin-top: 0 !important;
    padding-top: 45px;
  }
}
.page-template-blank-page #contact-section > .contact-us {
  background: #fafafa !important;
}
@media only screen and (max-width : 992px) {
  .page-template-blank-page .correct-title-margin-mobile {
    margin-bottom: 3rem;
    margin-top: -1rem;
  }
}
@media only screen and (max-width : 992px) {
  .page-template-blank-page #title-cases-wrapper {
    max-height: 84px;
  }
}
@media (max-width: 600px) {
  .page-template-blank-page #title-cases-wrapper {
    height: 320px;
    padding: 0 !important;
  }
  .page-template-blank-page #title-cases-wrapper h3 {
    font-size: 28px;
  }
  .page-template-blank-page #title-cases-wrapper h4 {
    font-size: 32px;
  }
}
.page-template-blank-page #swiper-mobile-btn-next {
  display: none;
  top: 20px !important;
  bottom: unset !important;
  right: 15px;
}
@media (max-width: 992px) {
  .page-template-blank-page #swiper-mobile-btn-next {
    display: initial;
  }
}
.page-template-blank-page #swiper-mobile-btn-next:after {
  font-size: 30px;
  font-weight: bold;
  color: white;
}
.page-template-blank-page #swiper-mobile-btn-next.swiper-button-disabled {
  opacity: 0.5 !important;
}
.page-template-blank-page #swiper-mobile-btn-prev {
  display: none;
  top: 20px !important;
  bottom: unset !important;
  left: unset;
  right: 50px;
}
@media (max-width: 992px) {
  .page-template-blank-page #swiper-mobile-btn-prev {
    display: initial;
  }
}
.page-template-blank-page #swiper-mobile-btn-prev:after {
  font-size: 30px;
  font-weight: bold;
  color: white;
}
.page-template-blank-page #swiper-mobile-btn-prev.swiper-button-disabled {
  opacity: 0.5 !important;
}
.page-template-blank-page .show-on-desk {
  display: block;
}
@media (max-width: 992px) {
  .page-template-blank-page .show-on-desk {
    display: none !important;
  }
}
.page-template-blank-page .show-on-desk-flex {
  display: flex;
}
@media (max-width: 992px) {
  .page-template-blank-page .show-on-desk-flex {
    display: none !important;
  }
}
.page-template-blank-page .show-on-mobile {
  display: none;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-template-blank-page .show-on-mobile {
    font-size: 46px !important;
    line-height: 1.35;
    padding-left: 3rem;
  }
}
@media (max-width: 992px) {
  .page-template-blank-page .show-on-mobile {
    display: block !important;
  }
}
.page-template-blank-page .show-on-mobile-d {
  display: none;
}
@media (max-width: 992px) {
  .page-template-blank-page .show-on-mobile-d {
    display: block !important;
  }
}
.page-template-blank-page .solutions-mobile-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  height: 120px;
}
.page-template-blank-page .solutions-mobile-slider-header > h2 {
  font-size: 27px;
  font-weight: lighter;
}
@media (max-width: 360px) {
  .page-template-blank-page .solutions-mobile-slider-header > h2 {
    font-size: 26px;
  }
}
@media (max-width: 340px) {
  .page-template-blank-page .solutions-mobile-slider-header > h2 {
    font-size: 22px;
  }
}
.page-template-blank-page .solutions-mobile-slider-header > img {
  height: unset;
  max-height: 120px;
  width: 35%;
  margin: 0 0 0 auto;
  object-fit: contain;
}
.page-template-blank-page .mb-5-mob-off {
  margin-bottom: 3rem !important;
}
@media (max-width: 992px) {
  .page-template-blank-page .mb-5-mob-off {
    margin-bottom: 0 !important;
  }
}

/*# sourceMappingURL=paraOSeuNegocio.css.map */
