:root {
  color-scheme: light dark;
}

html {
    color-scheme: light dark;
}

@media (prefers-color-scheme: dark) {
	body{
		background-color: #ffffff !important;
		background: #ffffff !important;
		background-image: url('http://testwordpress.po27.com.br/wp-content/uploads/2025/10/bg-white.png') !important;
	}
	body p, body a, body h1, body h2, body h3{
		color: #000000;
	}
	.all-page{
		background-color: #ffffff !important;
		background: #ffffff !important;
		background-image: url('http://testwordpress.po27.com.br/wp-content/uploads/2025/10/bg-white.png') !important;
	}
}


body {
  margin: 0;
  padding: 0;
  font-family: 'Barlow', sans-serif;
  background: #ffffff !important;
}
body a {
  text-decoration: none;
}
.limit-site {
  margin: 10px auto;
  width: calc(100% - 20px);
  max-width: 1920px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.mobile-only {
  display: none !important;
}
.desktop-only {
  display: block !important;
}
section.menu-mobile {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 999999999999999;
  padding: 100px 40px 40px 40px;
  box-sizing: border-box;
}
section.menu-mobile .close-btn {
  position: absolute;
  left: 40px;
  top: 24px;
  display: flex;
  align-items: center;
  border-radius: 180px;
  border: 2px solid #08FFAC;
  padding-right: 24px;
}
section.menu-mobile .close-btn svg {
  margin-right: 16px;
}
section.menu-mobile .close-btn span {
  color: #08FFAC;
}
section.menu-mobile a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
section.menu-mobile a.no-link {
  pointer-events: none;
  border-bottom: 2px solid #08FFAC;
  color: #08FFAC;
}
section.menu-mobile a.sub-link {
  border-bottom: 1px solid #000;
  padding-left: 24px;
  background: #08FFAC;
  color: #000;
  font-weight: bold;
}
section.header {
  background: #000;
  padding: 20px 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
	position: relative;
	z-index: 999999;
}
section.header .nav-menu .link-to-submenu {
  display: inline-block;
  position: relative;
}
section.header .nav-menu .link-to-submenu:hover .submenu-header {
  visibility: visible;
  opacity: 1;
}
section.header .nav-menu .link-to-submenu .submenu-header {
  visibility: hidden;
  opacity: 0;
  background: #000;
  border-top: 2px solid #08FFAC;
  bottom: -140px;
  position: absolute;
  z-index: 99;
  left: 0;
  padding: 24px 60px 12px 24px;
  border-radius: 0 0 8px 8px;
  transition: 0.3s ease-in-out;
}
section.header .nav-menu .link-to-submenu .submenu-header::after {
  content: '';
  position: absolute;
  top: -9px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #08FFAC;
}
section.header .nav-menu .link-to-submenu .submenu-header a {
  display: block;
  margin-bottom: 16px;
}
section.header .nav-menu .link-to-submenu .submenu-header a::after {
  display: none;
}
section.header .nav-menu .link-to-submenu p {
  color: #fff;
  margin: 0 16px;
  position: relative;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
}
section.header .nav-menu .link-to-submenu p:hover {
  color: #08FFAC;
}
section.header .nav-menu a {
  color: #fff;
  margin: 0 16px;
  position: relative;
  transition: 0.3s ease-in-out;
}
section.header .nav-menu a::after {
  content: '';
  width: 0;
  height: 2px;
  border-radius: 8px;
  background: #08FFAC;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  transition: 0.3s ease-in-out;
}
section.header .nav-menu a:hover {
  color: #08FFAC;
}
section.header .nav-menu a:hover::after {
  width: 100%;
}
section.header .login-btn a {
  padding: 12px 60px;
  border-radius: 4px;
  background: #08FFAC;
  color: #000;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
section.header .login-btn a:hover {
  box-shadow: 0 0 24px #08ffac;
  bottom: 3px;
  filter: brightness(1.2);
}
section.featured-banner-carousel {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
section.featured-banner-carousel .content-float {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  width: 35%;
}
section.featured-banner-carousel .content-float h1,
section.featured-banner-carousel .content-float h2 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 700;
}
section.featured-banner-carousel .content-float h1.bigger,
section.featured-banner-carousel .content-float h2.bigger{
  font-size: 60px;
  margin-bottom: 0;
}
section.featured-banner-carousel .content-float h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 42px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 0;
}
section.featured-banner-carousel .content-float a.cta-carousel {
  padding: 12px 60px;
  border-radius: 4px;
  background: #08FFAC;
  color: #000;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
section.featured-banner-carousel .content-float a.cta-carousel:hover {
  box-shadow: 0 0 24px rgba(8, 255, 172, 0.2);
  bottom: 3px;
  filter: brightness(1.2);
}
section.featured-banner-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.featured-banner-carousel .owl-nav {
  height: 0;
  top: 50%;
  left: 50%;
  width: 95%;
  transform: translate(-50%, -50%);
  position: absolute;
}
section.featured-banner-carousel .owl-nav .owl-prev {
  float: left;
  width: 50px;
  height: 50px;
  background: #08FFAC;
  border-radius: 80px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
section.featured-banner-carousel .owl-nav .owl-prev::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(https://testwordpress.po27.com.br/wp-content/themes/newpo27/assets/imgs/arrow-left.png);
  background-size: cover;
}
section.featured-banner-carousel .owl-nav .owl-next {
  float: right;
  width: 50px;
  height: 50px;
  background: #08FFAC;
  border-radius: 80px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
section.featured-banner-carousel .owl-nav .owl-next::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(https://testwordpress.po27.com.br/wp-content/themes/newpo27/assets/imgs/arrow-right.png);
  background-size: cover;
}
section.featured-banner-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
section.featured-banner-carousel .owl-dots .owl-dot {
  margin: 0 4px;
  border-radius: 80px;
  width: 8px;
  height: 8px;
  background: transparent;
  border: 2px solid #08FFAC;
}
section.featured-banner-carousel .owl-dots .owl-dot.active {
  width: 30px;
  background: #08FFAC;
}
section.clients-animated-carousel {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  position: relative;
}
section.clients-animated-carousel::before {
  content: '';
  position: absolute;
  left: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
section.clients-animated-carousel::after {
  content: '';
  position: absolute;
  right: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 2;
}
section.clients-animated-carousel .logos-track {
  display: inline-block;
  width: max-content;
  animation: scroll linear infinite;
}
section.clients-animated-carousel .logos-track img {
  max-width: 100%;
  height: auto;
  margin: 0 40px;
  vertical-align: middle;
}
section.video-block {
  width: 65%;
  margin: 40px auto;
}
section.video-block h2 {
  font-size: 42px;
  width: 80%;
  font-weight: bold;
  margin: 0 auto 16px auto;
  text-align: center;
}
section.video-block h3 {
  font-size: 20px;
  width: 80%;
  font-weight: 400;
  margin: 0 auto 24px auto;
  text-align: center;
}
section.video-block .video-wrapper {
  overflow: hidden;
  margin-top: 60px;
  position: relative;
  cursor: pointer;
}
section.video-block .video-wrapper:hover .play-icon img {
  transform: scale(1.2);
}
section.video-block .video-wrapper .play-icon {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
section.video-block .video-wrapper .play-icon img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
section.video-block .video-wrapper video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
section.ilustrativo-consi-veiculos {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 120px auto;
  width: 90%;
}
section.ilustrativo-consi-veiculos .image-block {
  width: 65%;
  position: relative;
}
section.ilustrativo-consi-veiculos .image-block img {
  width: 100%;
  height: auto;
}
section.ilustrativo-consi-veiculos .image-block img.consig-veic-img-frame02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.ilustrativo-consi-veiculos .text-block {
  width: 30%;
}
section.ilustrativo-consi-veiculos .text-block h2 {
  margin-bottom: 16px;
  color: #000;
  font-size: 48px;
  font-weight: 400;
}
section.ilustrativo-consi-veiculos .text-block h2 span.highlight-verde {
  color: #08FFAC;
  transition: 0.5s;
}
section.ilustrativo-consi-veiculos .text-block h2 span.highlight-preto {
  color: #000;
  transition: 0.5s;
}
section.ilustrativo-consi-veiculos .text-block p {
  color: #000;
  font-size: 18px;
  margin: 0;
}
section.ilustrativo-consi-veiculos .links-to-single-page {
  margin-top: 24px;
}
section.ilustrativo-consi-veiculos .links-to-single-page p {
  font-size: 21px;
}
section.ilustrativo-consi-veiculos .links-to-single-page .link-btns {
  margin-top: 16px;
}
section.ilustrativo-consi-veiculos .links-to-single-page .link-btns a {
  display: inline-block;
  padding: 12px 34px;
  border-radius: 4px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  margin-right: 4px;
  background: #08FFAC;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
section.ilustrativo-consi-veiculos .links-to-single-page .link-btns a:hover {
  color: #08FFAC;
  background: #000;
}
section.tabs-block {
  width: 90%;
  margin: 0 auto 100px auto;
}
section.tabs-block h2 {
  font-size: 42px;
  color: #000;
  text-align: center;
  width: 60%;
  margin: 0 auto 60px auto;
}
section.tabs-block .tabs-mobile {
  display: none;
}
section.tecnologia-certificados {
  background-color: #000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 30px;
  overflow: hidden;
  margin-bottom: 100px;
}
section.tecnologia-certificados .carousel-block {
  width: 48%;
}
section.tecnologia-certificados .carousel-block .owl-dots {
  float: left;
}
section.tecnologia-certificados .carousel-block .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 2px solid #08FFAC;
  display: inline-block;
  margin: 0 4px;
}
section.tecnologia-certificados .carousel-block .owl-dots .owl-dot.active {
  width: 30px;
  background: #08FFAC;
}
section.tecnologia-certificados .carousel-block .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
}
section.tecnologia-certificados .carousel-block .owl-nav .owl-next {
  text-indent: -999999px;
  overflow: hidden;
  float: left;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  position: relative;
}
section.tecnologia-certificados .carousel-block .owl-nav .owl-next::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background-image: url(https://testwordpress.po27.com.br/wp-content/themes/newpo27/assets/imgs/arrow-right.png);
  background-size: cover;
}
section.tecnologia-certificados .carousel-block .owl-nav .owl-prev {
  text-indent: -999999px;
  overflow: hidden;
  float: right;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  position: relative;
}
section.tecnologia-certificados .carousel-block .owl-nav .owl-prev::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(https://testwordpress.po27.com.br/wp-content/themes/newpo27/assets/imgs/arrow-right.png);
  background-size: cover;
}
section.tecnologia-certificados .carousel-block .duo .item {
  border-radius: 4px;
  background: #08FFAC;
  padding: 24px;
  margin: 8px 4px;
  min-height: 180px;
}

section.tecnologia-certificados .carousel-block .duo .item.iso-block {
	padding: 30px 24px 8px 24px;
	min-height: 190px;
}

section.tecnologia-certificados .carousel-block .duo .item.iso-block svg {
	margin-bottom: 10px;
}

section.tecnologia-certificados .carousel-block .duo .item .pci-margem {
  margin-top: 10px;
  margin-bottom: 10px;
}
section.tecnologia-certificados .carousel-block .duo .item p {
  color: #000;
}
section.tecnologia-certificados .text-block {
  width: 35%;
  padding-left: 70px;
  margin-right: 100px;
}
section.tecnologia-certificados .text-block h2 {
  font-size: 45px;
  font-weight: 600;
  color: #08FFAC;
  margin-bottom: 24px;
  margin-top: 0;
}
section.tecnologia-certificados .text-block p {
  font-size: 16px;
  color: #fff;
}
section.tecnologia-certificados .text-block ul.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.tecnologia-certificados .text-block ul.checklist li {
  color: #fff;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
}
section.tecnologia-certificados .text-block ul.checklist li svg {
  margin-right: 16px;
}
section.tecnologia-certificados .text-block ul.checklist li:last-child {
  border-bottom: 0;
}
section.tecnologia-certificados .text-block .tabs-wrapper {
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
section.tecnologia-certificados .text-block .tabs-wrapper .tabs {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
section.tecnologia-certificados .text-block .tabs-wrapper .tabs::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 3px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
}
section.tecnologia-certificados .text-block .tabs-wrapper .tabs .option {
  margin-bottom: 30px;
  position: relative;
  padding: 0 0 0 50px;
}
section.tecnologia-certificados .text-block .tabs-wrapper .tabs .option:last-child {
  margin-bottom: 0;
}
section.tecnologia-certificados .text-block .tabs-wrapper .tabs .option:last-child p.text {
  margin-bottom: 0;
}
section.tecnologia-certificados .text-block .tabs-wrapper .tabs .option::before {
  height: 0;
  transition: 0.3s ease-in-out;
}
section.tecnologia-certificados .text-block .tabs-wrapper .tabs .option.active p.title {
  opacity: 1;
}
section.tecnologia-certificados .text-block .tabs-wrapper .tabs .option.active p.title svg {
  transform: rotate(90deg);
}
section.tecnologia-certificados .text-block .tabs-wrapper .tabs .option.active p.title path {
  stroke: #08FFAC;
}
section.tecnologia-certificados .text-block .tabs-wrapper .tabs .option.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 3px;
  border-radius: 8px;
  background-color: #08FFAC;
}
section.tecnologia-certificados .text-block .tabs-wrapper .tabs .option p.title {
  cursor: pointer;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-right: 35px;
  margin: 0;
  opacity: 0.5;
}
section.tecnologia-certificados .text-block .tabs-wrapper .tabs .option p.title svg {
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  transform-origin: 18px 8px;
  transition: 0.3s ease-in-out;
}
section.tecnologia-certificados .text-block .tabs-wrapper .tabs .option p.title svg path {
  stroke: #fff;
}
section.tecnologia-certificados .text-block .tabs-wrapper .tabs .option p.text {
  color: #fff;
  font-size: 16px;
  margin-top: 8px;
  display: none;
}
section.depoimentos {
  width: 40%;
  margin: 80px auto;
  text-align: center;
  position: relative;
}
section.depoimentos img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
section.depoimentos .aspas-antes {
  position: absolute;
  left: -50px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
}
section.depoimentos .aspas-depois {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
section.depoimentos .item {
  text-align: center;
  background: #fff;
}
section.depoimentos .item p {
  font-size: 30px;
  color: #000;
}
section.faq-home {
  width: 60%;
  margin: 50px auto;
}
section.faq-home h2 {
  font-size: 42px;
  text-align: center;
  font-weight: 700;
}
section.faq-home .faq-block .item {
  padding: 34px 80px 34px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
}
section.faq-home .faq-block .item.active::after {
  background: #08FFAC;
  color: #000;
  content: '-';
}
section.faq-home .faq-block .item::after {
  position: absolute;
  top: 34px;
  right: 0;
  content: '+';
  color: #08FFAC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 30px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background: #000;
}
section.faq-home .faq-block .item:last-child {
  border-bottom: 0;
}
section.faq-home .faq-block .item p.pergunta {
  font-size: 21px;
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
}
section.faq-home .faq-block .item p.resposta {
  font-size: 16px;
  color: #000;
  opacity: 0.7;
  margin-top: 0;
  display: none;
}
section.contact-block {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
section.contact-block .wrapper {
  width: 100%;
  background: #000;
  margin: 0 auto;
  padding: 20px 80px;
  position: relative;
  z-index: 1;
  width: 70%;
  border-radius: 8px;
}
section.contact-block .wrapper img {
  width: 100%;
  height: auto;
}
section.contact-block::before {
  content: '';
  background-color: #000;
  width: 100%;
  border-radius: 8px 8px 0 0;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
}
section.contact-block h2 {
  font-size: 38px;
  margin: 0 auto 30px auto;
  color: #fff;
}
section.contact-block h2.bigger {
  font-size: 60px;
}
section.contact-block a.contact-btn {
  background: #08FFAC;
  border-radius: 4px;
  padding: 16px 28px;
  color: #000;
  max-width: 250px;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
section.contact-block a.contact-btn svg,
section.contact-block a.contact-btn path {
  stroke: #000;
}
section.contact-block a.contact-btn:hover {
  color: #000;
  background: #fff;
}
section.contact-block a.contact-btn:hover .arrow-anim .arrows {
  top: -26px;
}
section.contact-block a.contact-btn:hover .arrow-anim .arrows svg,
section.contact-block a.contact-btn:hover .arrow-anim .arrows path {
  stroke: #000;
}
section.contact-block a.contact-btn span {
  display: inline-block;
}
section.contact-block a.contact-btn .arrow-anim {
  overflow: hidden;
  position: relative;
  width: 24px;
  height: 24px;
}
section.contact-block a.contact-btn .arrow-anim .arrows {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease-in-out;
}
section.contact-block .content {
  width: 42%;
  position: absolute;
  top: 45%;
  right: 10%;
  transform: translateY(-50%);
}
section.footer-site {
  background-color: #000;
  position: relative;
}
section.footer-site .content-footer {
  width: 60%;
  margin: 60px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.footer-site .content-footer .left-block p {
  color: #fff;
  font-size: 14px;
}
section.footer-site .content-footer .left-block p a {
  text-decoration: underline;
  color: #fff;
}
section.footer-site .content-footer .right-block a {
  color: #fff;
  display: block;
  margin-bottom: 16px;
}
section.footer-site .content-footer .right-block a:hover {
  color: #08FFAC;
  text-decoration: underline;
}
section.footer-site .subfooter {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  text-align: center;
}
section.footer-site .subfooter p {
  margin: 0;
  color: #fff;
}
section.footer-site .subfooter p a {
  color: #08FFAC;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
section.footer-site .subfooter p a:hover {
  opacity: 0.5;
}
main.single-page.consignados .main-header-page .content {
  left: 6%;
}
main.single-page.consignados .main-header-page .content p.title {
  width: 70%;
}
main.single-page.consignados .plataform-resume .text-block {
  width: 55%;
}
main.single-page.consignados .block-process .wrapper {
  width: 70%;
  margin: 40px auto;
}
main.single-page.consignados .block-process .wrapper .item {
  width: 32%;
}
main.single-page.consignados .pictograma {
  text-align: center;
}
main.single-page.consignados .pictograma h2 {
  width: 60%;
  margin: 0 auto;
  font-size: 60px;
  text-align: center;
  font-weight: 400;
}
main.single-page.consignados .pictograma img {
  margin: 50px auto;
  max-width: 100%;
}
main.single-page .main-header-page {
  width: 100%;
  position: relative;
  margin-top: 8px;
  border-radius: 8px;
  overflow: hidden;
}
main.single-page .main-header-page img {
  width: 100%;
  height: auto;
}
main.single-page .main-header-page .content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
main.single-page .main-header-page .content p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
main.single-page .main-header-page .content p.title {
  font-size: 60px;
  font-weight: bold;
  margin: 0;
}
main.single-page .plataform-resume {
  width: 88%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.single-page .plataform-resume .image-block {
  width: 50%;
  position: relative;
  margin-top: -80px;
	border-radius: 24px;
	border: 6px solid #ffffff;
	overflow: hidden;
}
main.single-page .plataform-resume .image-block img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: -3px;
}
main.single-page .plataform-resume .text-block {
  width: 45%;
  padding: 50px 0;
}
main.single-page .plataform-resume .text-block h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
  width: 80%;
}
main.single-page .plataform-resume .text-block p {
  font-size: 24px;
  margin-top: 8px;
  line-height: 29px;
  width: 80%;
}
main.single-page .block-process {
  width: 100%;
  margin: 100px auto 10px auto;
}
main.single-page .block-process h2 {
  width: 60%;
  margin: 0 auto;
  font-size: 60px;
  text-align: center;
  font-weight: 400;
}
main.single-page .block-process .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 60px;
}
main.single-page .block-process .wrapper .item {
  width: 24.5%;
  background: #08FFAC;
  border-radius: 8px;
  padding: 42px 48px;
  box-sizing: border-box;
}
main.single-page .block-process .wrapper .item h3 {
  margin-top: 16px;
  font-size: 34px;
  width: 80%;
  color: #000;
  line-height: auto;
  font-weight: 400;
  margin-bottom: 8px;
}
main.single-page .block-process .wrapper .item p {
  font-size: 21px;
  width: 90%;
  color: #000;
  margin-top: 0;
}
main.single-page .block-black {
  width: 100%;
  background: #000;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  overflow: hidden;
}
main.single-page .block-black .text-wrapper {
  margin-right: 10%;
  width: 35%;
  padding: 100px 0;
  display: block;
}
main.single-page .block-black .text-wrapper h2 {
  font-size: 52px;
  color: #08FFAC;
  margin-bottom: 0;
  margin-top: 0;
}
main.single-page .block-black .text-wrapper p {
  font-size: 18px;
  color: #fff;
  line-height: 29px;
}
main.single-page .carousel-items-block {
  text-align: center;
  margin: 80px 0 0 0;
  position: relative;
}
main.single-page .carousel-items-block .car-asset {
  position: absolute;
  bottom: 90px;
  right: -100px;
  transform: translate(-50%);
  z-index: 3;
}
main.single-page .carousel-items-block h2 {
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  font-size: 60px;
  margin-bottom: 30px;
}
main.single-page .carousel-items-block p.alert-navigation {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 8px 24px;
  border-radius: 80px;
  display: inline-block;
  background: #08FFAC;
  margin: 0 auto;
}
main.single-page .carousel-items-block .wrapper-esteira {
  position: relative;
  padding-bottom: 90px;
}
main.single-page .carousel-items-block .wrapper-esteira::before {
  content: '';
  width: 100%;
  height: 350px;
  position: absolute;
  top: -15%;
  left: 50%;
  border-radius: 8px;
  transform: translateX(-50%);
  background-image: url('https://testwordpress.po27.com.br/wp-content/themes/newpo27/assets/imgs/esteiras-bg.png');
  background-size: 40%;
  background-repeat: repeat-x;
  z-index: 0;
}
main.single-page .carousel-items-block .wrapper-esteira::after {
  content: '';
  width: 100%;
  height: 350px;
  background-color: #000;
  position: absolute;
  bottom: -60%;
  left: 50%;
  border-radius: 8px;
  transform: translateX(-50%);
  background-image: url('https://testwordpress.po27.com.br/wp-content/themes/newpo27/assets/imgs/street-pattern.png');
  background-repeat: repeat-x;
  background-position: center 15%;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira {
  margin-top: 50px;
  width: 64%;
  margin: 80px auto 25px auto;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-nav {
  width: 118%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-nav .owl-next {
  float: right;
  width: 60px;
  height: 60px;
  background: #08FFAC;
  border-radius: 80px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  border: 5px solid #fff;
  transition: 0.3s ease-in-out;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-nav .owl-next.disabled {
  background: #f4f4f4;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-nav .owl-next.disabled::after {
  opacity: 0.2;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-nav .owl-next::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(https://testwordpress.po27.com.br/wp-content/themes/newpo27/assets/imgs/arrow-right.png);
  background-size: cover;
  transition: 0.3s ease-in-out;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-nav .owl-prev {
  float: left;
  width: 60px;
  height: 60px;
  background: #08FFAC;
  border-radius: 80px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  border: 5px solid #fff;
  transition: 0.3s ease-in-out;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-nav .owl-prev.disabled {
  background: #f4f4f4;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-nav .owl-prev.disabled::after {
  opacity: 0.2;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-nav .owl-prev::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(https://testwordpress.po27.com.br/wp-content/themes/newpo27/assets/imgs/arrow-left.png);
  background-size: cover;
  transition: 0.3s ease-in-out;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-dots {
  position: absolute;
  bottom: 20px;
  left: -10%;
  padding: 4px;
  background: #fff;
  border-radius: 40px;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 2px solid #000;
  margin: 0 4px;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-dots .owl-dot.active {
  width: 30px;
  background: #000;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-item.center div.content-text {
  visibility: unset;
  opacity: 1;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .item {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .item:hover div.content-text {
  visibility: unset;
  opacity: 1;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .item div.content-text{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  margin-bottom: 20px;
  border: 3px solid #08FFAC;
  box-sizing: border-box;
  padding: 30px 20px;
  position: relative;
  opacity: 0;
  border-radius: 8px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .item p.description {
  font-size: 13px;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .item div.content-text::after {
  z-index: 5;
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('https://testwordpress.po27.com.br/wp-content/themes/newpo27/assets/imgs/chevron-popup-esteira.png');
  width: 21px;
  height: 20px;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .item p.title {
  font-size: 18px;
  font-weight: 600;
  width: 80%;
  margin: 0 auto 16px auto;
}
main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .item img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
main.single-page .protecao-dados {
  width: 100%;
}
main.single-page .protecao-dados .textos-introducao {
  display: flex;
  width: 80%;
  margin: 80px auto 40px auto;
}
main.single-page .protecao-dados .textos-introducao .item {
  width: 40%;
}
main.single-page .protecao-dados .textos-introducao .item p {
  line-height: 30px;
  margin-bottom: 42px;
}
main.single-page .protecao-dados .texto-politicas {
  width: 85%;
  margin: 0 auto 40px auto;
}
main.single-page .protecao-dados .texto-politicas .tab-texto {
  box-sizing: border-box;
  padding: 18px 68px 16px 34px;
  border-radius: 4px;
  background: #F7F7F7;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
main.single-page .protecao-dados .texto-politicas .tab-texto.active::after {
  transform: rotate(90deg);
}
main.single-page .protecao-dados .texto-politicas .tab-texto::after {
  background: url(https://testwordpress.po27.com.br/wp-content/themes/newpo27/assets/imgs/chevron-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 18px;
  content: '';
  position: absolute;
  top: 22px;
  right: 24px;
  transition: 0.3s ease-in-out;
}
main.single-page .protecao-dados .texto-politicas .tab-texto div.conteudo {
  margin-top: 8px;
  margin-bottom: 0;
  display: none;
}
main.single-page .protecao-dados .texto-politicas .tab-texto p.titulo {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 0;
}
#contact-form {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contact-form .contact-form-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  border-radius: 24px;
  background: #000;
  z-index: 2;
  max-width: 850px;
  padding: 4em 3em;
  box-sizing: border-box;
  border: 2px solid #08FFAC;
}
#contact-form .contact-form-wrapper .close-btn {
  width: 40px;
  height: 40px;
  border-radius: 80px;
  background: #08FFAC;
  border: 4px solid #000;
  position: absolute;
  top: -24px;
  right: 20px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
#contact-form .contact-form-wrapper .close-btn:hover {
  background: #fff;
}
#contact-form .contact-form-wrapper .close-btn svg {
  width: 15px;
  height: auto;
}
#contact-form .contact-form-wrapper #formEmail .first {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
#contact-form .contact-form-wrapper #formEmail .first .box {
  width: 48%;
}
#contact-form .contact-form-wrapper #formEmail .first .box label {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
#contact-form .contact-form-wrapper #formEmail .first .box input,
#contact-form .contact-form-wrapper #formEmail .first .box textarea,
#contact-form .contact-form-wrapper #formEmail .first .box select {
  border: 1px solid #08FFAC;
  border-radius: 4px;
  padding: 12px 8px;
  font-size: 16px;
  background: #000;
  display: block;
  width: 100%;
  box-sizing: border-box;
  max-height: 215px;
  caret-color: #08FFAC;
  color: #fff;
}
#contact-form .contact-form-wrapper #formEmail .first .box input,
#contact-form .contact-form-wrapper #formEmail .first .box select {
  margin-bottom: 16px;
}
#contact-form .contact-form-wrapper #formEmail .second {
  width: 100%;
  text-align: center;
  margin-top: 12px;
}
#contact-form .contact-form-wrapper #formEmail .second button.btn-green {
  cursor: pointer;
  padding: 16px 100px;
  border-radius: 8px;
  color: #000;
  font-weight: 600;
  background: #08FFAC;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border: 0;
}
#contact-form .blur-effect {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  position: relative;
}
@media (max-width: 768px) {
  html {
    color-scheme: light dark;
  }
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
  .limit-site {
    overflow-x: hidden;
  }
  section.header .nav-menu {
    display: none;
  }
  section.featured-banner-carousel {
    overflow: unset;
  }
  section.featured-banner-carousel .owl-dots {
    bottom: -30px;
  }
  section.featured-banner-carousel .owl-nav .owl-prev,
  section.featured-banner-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
  }
  section.featured-banner-carousel .owl-nav .owl-prev::after,
  section.featured-banner-carousel .owl-nav .owl-next::after {
    width: 18px;
    height: 18px;
  }
  section.featured-banner-carousel .content-float {
    width: 75%;
    margin: 50px auto 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  section.featured-banner-carousel .content-float h2,
  section.featured-banner-carousel .content-float h1{
    text-align: center;
    font-size: 24px;
  }
  section.featured-banner-carousel .content-float h1.bigger,
  section.featured-banner-carousel .content-float h2.bigger {
    font-size: 30px;
  }
  section.featured-banner-carousel .content-float h3 {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
  }
  section.video-block {
    width: 100%;
    margin: 0 auto;
  }
  section.video-block h2 {
    font-size: 24px;
    width: 100%;
  }
  section.video-block h3 {
    font-size: 15px;
    width: 100%;
  }
  section.video-block .video-wrapper {
    margin-top: 20px;
  }
  section.video-block .video-wrapper .play-icon {
    display: none;
  }
  section.ilustrativo-consi-veiculos {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
  }
  section.ilustrativo-consi-veiculos .image-block {
    width: 100%;
    order: 2;
  }
  section.ilustrativo-consi-veiculos .text-block {
    width: 100%;
    order: 1;
    margin-bottom: 24px;
    padding-left: 0;
  }
  section.ilustrativo-consi-veiculos .text-block h2 {
    margin-top: 0;
    font-size: 30px;
    text-align: center;
  }
  section.ilustrativo-consi-veiculos .text-block p {
    font-size: 15px;
    text-align: center;
  }
  section.ilustrativo-consi-veiculos .links-to-single-page {
    order: 3;
    text-align: center;
    margin: 0 auto;
	width: 100%;
  }
	
  section.tabs-block {
    width: 100%;
    margin-bottom: 30px;
  }
  section.tabs-block h2 {
    font-size: 30px;
    width: 100%;
  }
  section.tabs-block .tabs-wrapper {
    display: none;
  }
  section.tabs-block .tabs-mobile {
    display: block;
    position: relative;
  }
  section.tabs-block .tabs-mobile p.title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
  }
  section.tabs-block .tabs-mobile p.text {
    font-size: 15px;
    margin-top: 8px;
    width: 90%;
    margin-bottom: 0px;
  }
  section.tabs-block .tabs-mobile .owl-dots {
    margin-top: 10px;
  }
  section.tabs-block .tabs-mobile .owl-dots .owl-dot {
    margin: 4px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: 2px solid #08FFAC;
  }
  section.tabs-block .tabs-mobile .owl-dots .owl-dot.active {
    width: 30px;
    background: #08FFAC;
  }
  section.tabs-block .tabs-mobile::after {
    content: '';
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    z-index: 3;
  }
  section.tabs-block .tabs-mobile .owl-stage {
    left: -30px;
  }
  section.tecnologia-certificados {
    flex-wrap: wrap;
    padding: 25px 0;
    margin-bottom: 20px;
  }
  section.tecnologia-certificados .carousel-block {
    width: 90%;
    margin: 0 auto;
    order: 2;
  }
  section.tecnologia-certificados .carousel-block .owl-dots {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  section.tecnologia-certificados .carousel-block .owl-stage .duo .item {
    margin-bottom: 8px;
    min-height: 165px;
  }
  section.tecnologia-certificados .carousel-block .owl-stage .duo .item.iso-block {
    margin-bottom: 8px;
    min-height: 175px;
  }
  section.tecnologia-certificados .text-block {
    width: 80%;
    margin-left: auto;
    order: 1;
    margin-right: auto;
    margin-bottom: 50px;
    padding-left: 0;
  }
	section.ilustrativo-consi-veiculos .links-to-single-page .link-btns{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	section.ilustrativo-consi-veiculos .links-to-single-page .link-btns a{
		width: 49%;
		box-sizing: border-box;
	}
  section.tecnologia-certificados .text-block h2 {
    font-size: 30px;
  }
  section.tecnologia-certificados .text-block .tabs-wrapper .tabs .option p.title {
    font-size: 24px;
  }
  section.depoimentos {
    width: 80%;
    margin: 50px auto;
  }
  section.depoimentos .aspas-antes {
    left: -25px;
  }
  section.depoimentos .aspas-depois {
    bottom: -25px;
  }
  section.depoimentos .item p {
    font-size: 21px;
  }
  section.faq-home {
    width: 90%;
  }
  section.faq-home h2 {
    font-size: 30px;
  }
  section.contact-block {
    width: 100%;
	border-radius: 8px 8px 0 0;
  }
  section.contact-block .wrapper {
    padding: 40px 0 0 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }
  section.contact-block .wrapper .content {
    width: 100%;
    position: relative;
    transform: unset;
    top: unset;
    right: unset;
    margin: 0 auto;
    text-align: center;
  }
  section.contact-block .wrapper .content h2 {
    font-size: 28px;
    margin-bottom: 24px;
    width: 90%;
    margin: 0 auto 24px auto;
  }
  section.contact-block .wrapper .content h2.bigger {
    font-size: 44px;
  }
  section.contact-block .wrapper .content a.contact-btn {
    padding: 12px 16px;
    margin: 0 auto;
  }
  section.contact-block::before {
    display: none;
  }
  section.footer-site {
    border-radius: 0 0 8px 8px;
  }
  section.footer-site .content-footer {
    width: 80%;
    padding-top: 30px;
    flex-wrap: wrap;
    margin: 0px auto 0 auto;
  }
  section.footer-site .content-footer .left-block {
    width: 100%;
  }
  section.footer-site .content-footer .right-block {
    width: 100%;
  }
  section.footer-site .content-footer .right-block a {
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
  }
  section.footer-site .subfooter {
    padding: 30px 0;
  }
  section.footer-site .subfooter a {
    display: block;
  }
  main.single-page .main-header-page {
    width: 100%;
  }
  main.single-page .main-header-page .content {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    margin: 0 auto;
  }
  main.single-page .main-header-page .content p {
    text-align: center;
  }
  main.single-page .main-header-page .content p.title {
    font-size: 34px;
  }
  main.single-page .main-header-page .content.bottom {
    transform: translateX(-50%);
    bottom: 40px;
    top: unset;
  }
  main.single-page .plataform-resume {
    flex-wrap: wrap;
  }
  main.single-page .plataform-resume .image-block {
    width: 90%;
    margin: -90px auto 0 auto;
  }
  main.single-page .plataform-resume .text-block {
    width: 100%;
    padding: 0;
  }
  main.single-page .plataform-resume .text-block h2 {
    text-align: center;
    font-size: 38px;
    width: 100%;
  }
  main.single-page .plataform-resume .text-block p {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
  main.single-page .block-process {
    margin: 20px auto 0 auto;
    padding: 40px 0 0 0;
    position: relative;
  }
  main.single-page .block-process::before {
    width: 100px;
    height: 2px;
    border-radius: 2px;
    background: #08FFAC;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  main.single-page .block-process h2 {
    width: 90%;
    font-size: 34px;
  }
  main.single-page .block-process .wrapper {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 24px;
  }
  main.single-page .block-process .wrapper .item {
    width: 100%;
    padding: 24px;
    margin-bottom: 10px;
  }
  main.single-page .block-process .wrapper .item h3 {
    font-size: 24px;
  }
  main.single-page .block-process .wrapper .item p {
    font-size: 16px;
    margin-bottom: 0;
  }
  main.single-page .carousel-items-block .car-asset {
    left: 50%;
    width: 200px;
    height: auto;
    transform: translateX(-50%);
    bottom: 25px;
  }
  main.single-page .carousel-items-block .wrapper-esteira::before {
    background-size: 159%;
  }
  main.single-page .carousel-items-block .wrapper-esteira::after {
    background-size: 18%;
    bottom: -55%;
  }
  main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-nav {
    top: 23%;
    width: 140%;
  }
  main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }
  main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-nav .owl-prev::after {
    width: 18px;
    height: 18px;
  }
  main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-nav .owl-next {
    width: 40px;
    height: 40px;
  }
  main.single-page .carousel-items-block .wrapper-esteira .veiculo-esteira .owl-nav .owl-next::after {
    width: 18px;
    height: 18px;
  }
  main.single-page .carousel-items-block h2 {
    font-size: 38px;
  }
  main.single-page .block-black {
    background: black;
    background-image: none;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 34px;
  }
  main.single-page .block-black img {
    width: 100%;
    height: auto;
    display: block;
  }
  main.single-page .block-black .text-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 0 ;
  }
  main.single-page .block-black .text-wrapper h2 {
    text-align: center;
    font-size: 38px;
  }
  main.single-page .block-black .text-wrapper p {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
  }
  main.single-page.consignados .main-header-page {
    width: 100%;
  }
  main.single-page.consignados .main-header-page .content {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    margin: 0 auto;
  }
  main.single-page.consignados .main-header-page .content p {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  main.single-page.consignados .main-header-page .content p.title {
    font-size: 30px;
    width: 100%;
	line-height: 32px;
  }
  main.single-page.consignados .plataform-resume {
    flex-wrap: wrap;
  }
  main.single-page.consignados .plataform-resume .image-block {
    width: 90%;
    margin: -90px auto 0 auto;
    order: 1;
  }
  main.single-page.consignados .plataform-resume .text-block {
    width: 100%;
    padding: 0;
    order: 2;
  }
  main.single-page.consignados .plataform-resume .text-block h2 {
    text-align: center;
    font-size: 38px;
    width: 100%;
  }
  main.single-page.consignados .plataform-resume .text-block p {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
  main.single-page.consignados .block-process {
    margin: 20px auto 0 auto;
    padding: 40px 0 0 0;
    position: relative;
  }
  main.single-page.consignados .block-process::before {
    width: 100px;
    height: 2px;
    border-radius: 2px;
    background: #08FFAC;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  main.single-page.consignados .block-process h2 {
    width: 90%;
    font-size: 34px;
  }
  main.single-page.consignados .block-process .wrapper {
    width: 80%;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 24px;
  }
  main.single-page.consignados .block-process .wrapper .item {
    width: 100%;
    padding: 24px;
    margin-bottom: 10px;
  }
  main.single-page.consignados .block-process .wrapper .item h3 {
    font-size: 24px;
  }
  main.single-page.consignados .block-process .wrapper .item p {
    font-size: 16px;
    margin-bottom: 0;
  }
  main.single-page.consignados .pictograma h2 {
    width: 90%;
    font-size: 34px;
  }
  main.single-page.consignados .pictograma .circle-po27 {
    position: relative;
    width: 60%;
    margin: 28px auto 16px auto;
  }
  main.single-page.consignados .pictograma .circle-po27 img {
    width: 100%;
    height: auto;
  }
  main.single-page.consignados .pictograma .circle-po27::after {
    content: '';
    z-index: 3;
    position: absolute;
    width: 120px;
    height: 68px;
    background-image: url(https://testwordpress.po27.com.br/wp-content/themes/newpo27/assets/imgs/connection_circle_po27.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -40px;
    left: 2px;
  }
  main.single-page.consignados .pictograma .pictograma-carrossel {
    position: relative;
  }
  main.single-page.consignados .pictograma .pictograma-carrossel .owl-nav {
    height: 0;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  main.single-page.consignados .pictograma .pictograma-carrossel .owl-nav .owl-prev {
    float: left;
    width: 34px;
    height: 34px;
    background: #08FFAC;
    border-radius: 80px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    border: 3px solid #fff;
  }
  main.single-page.consignados .pictograma .pictograma-carrossel .owl-nav .owl-prev::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(https://testwordpress.po27.com.br/wp-content/themes/newpo27/assets/imgs/arrow-left.png);
    background-size: cover;
  }
  main.single-page.consignados .pictograma .pictograma-carrossel .owl-nav .owl-next {
    float: right;
    width: 34px;
    height: 34px;
    background: #08FFAC;
    border-radius: 80px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    border: 3px solid #fff;
  }
  main.single-page.consignados .pictograma .pictograma-carrossel .owl-nav .owl-next::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(https://testwordpress.po27.com.br/wp-content/themes/newpo27/assets/imgs/arrow-right.png);
    background-size: cover;
  }
  main.single-page.consignados .pictograma .pictograma-carrossel .item {
    box-sizing: border-box;
    text-align: left;
  }
  main.single-page.consignados .pictograma .pictograma-carrossel .item p.title {
    padding: 12px 24px;
    border-radius: 16px 16px 16px 0;
    background: #08FFAC;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
  }
  main.single-page.consignados .pictograma .pictograma-carrossel .item ul {
    background: rgba(8, 255, 172, 0.2);
    border-radius: 8px;
    padding: 24px 40px;
    min-height: 340px;
    margin-top: -24px;
  }
  main.single-page.consignados .pictograma .pictograma-carrossel .item ul li {
    margin-bottom: 20px;
	  color: #000000;
  }
  main.single-page .protecao-dados .textos-introducao {
    flex-wrap: wrap;
    margin: 40px auto 0 auto;
  }
  main.single-page .protecao-dados .textos-introducao .item {
    width: 100%;
  }
  main.single-page .protecao-dados .textos-introducao .item p {
    margin-bottom: 24px;
  }
  main.single-page .protecao-dados .texto-politicas {
    width: 100%;
  }
  #contact-form .contact-form-wrapper {
    width: 90%;
    padding: 40px 15px 40px 40px;
  }
  #contact-form .contact-form-wrapper #formEmail {
    max-height: 50vh;
    padding-right: 25px;
    overflow-y: scroll;
  }
  #contact-form .contact-form-wrapper #formEmail .first {
    flex-wrap: wrap;
  }
  #contact-form .contact-form-wrapper #formEmail .first .box {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .limit-site {
    max-width: 1600px;
    margin: 10px auto;
  }
}
