/* MobeOne — extensões sobre o tema TemplateMo Awesome */

#porque,
#sobre,
#processo,
#apps,
#entregamos,
#cta,
#contato,
#servicos {
  padding-top: 60px;
  padding-bottom: 40px;
}

#servicos > .container > .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-left: 0;
  margin-right: 0;
}

#servicos > .container > .row::before,
#servicos > .container > .row::after {
  display: none;
}

#servicos .col-md-12 {
  grid-column: 1 / -1;
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

#servicos .col-md-4 {
  width: auto;
  float: none;
  padding: 30px;
  border: 2px solid var(--lime);
  border-radius: 20px;
  margin-bottom: 0;
  min-width: 0;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#servicos .col-md-4 p {
  flex: 1;
}

#servicos .ptags {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  #servicos > .container > .row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  #servicos > .container > .row {
    grid-template-columns: 1fr;
  }
}

#servicos .fa {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

#servicos h4 {
  color: var(--lime);
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 14px;
  text-align: center;
}

#contato {
  background: var(--navy-900);
}

#contato .form-control {
  background: transparent;
  border: 1px solid var(--lime);
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  margin-top: 6px;
  margin-bottom: 16px;
}

#contato label {
  font-weight: 500;
}

#contato input {
  height: 50px;
}

#contato input[type="submit"] {
  background: var(--lime);
  font-weight: bold;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

#contato input[type="submit"]:hover {
  background: transparent;
}

#contato input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#contato address {
  border-top: 1px solid var(--navy-500);
  border-bottom: none;
  padding-top: 50px;
  margin-top: 10px;
}

#contato .contact-form {
  max-width: 820px;
  margin: 0 auto;
}

#contato .contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 36px;
  margin-bottom: 4px;
}

#contato .contact-form-full {
  margin-top: 4px;
}

#contato .contact-form-full textarea.form-control {
  height: auto;
  min-height: 140px;
  resize: vertical;
}

#contato .contact-form-submit {
  max-width: 320px;
  margin: 8px auto 0;
  display: block;
}

#contato .contact-info-row {
  margin-top: 20px;
}

#contato .contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 36px;
  margin-top: 8px;
}

#contato .contact-social {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--navy-500);
}

#contato address .address-title {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}

#contato address span {
  display: block;
  padding-bottom: 30px;
}

#contato address .fa {
  border: 1px solid #fff;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

#contato address a {
  color: #fff;
}

#contato address a:hover {
  color: var(--lime);
}

.navbar-brand img {
  height: 48px;
  width: auto;
  margin-top: 2px;
}

/* Hero banner */
#home {
  position: relative;
  background: url('../assets/images/banner-novo.png') no-repeat center center;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 90px;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#home .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(8, 12, 28, 0.88) 0%,
    rgba(8, 12, 28, 0.72) 45%,
    rgba(8, 12, 28, 0.45) 100%
  );
  z-index: 1;
}

#home .hero-container {
  position: relative;
  z-index: 2;
}

#home h1 {
  text-align: left;
  font-size: clamp(2.4rem, 6.5vw, 4.5rem);
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  padding-bottom: 20px;
  max-width: 820px;
}

#home h1 span {
  color: var(--lime);
  font-weight: 700;
}

#home .hero-content {
  padding-left: 30px;
  text-align: left;
}

#home .hero-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 16px;
  padding: 7px 16px;
  border: 1px solid rgba(172, 236, 0, 0.45);
  border-radius: 2px;
  background: rgba(172, 236, 0, 0.1);
}

#home .hero-lead {
  font-size: clamp(1.3rem, 3.2vw, 1.75rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  margin-bottom: 24px;
}

#home .element {
  font-size: clamp(17px, 2.5vw, 21px);
  min-height: 32px;
  color: var(--lime);
  font-weight: 600;
  margin-bottom: 24px;
}

#home .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
  max-width: 720px;
}

#home .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  padding: 9px 14px;
}

#home .hero-badge .fa {
  color: var(--lime);
  font-size: 13px;
}

#strip {
  background: var(--lime);
  padding: 22px 0;
  text-align: center;
}

#strip p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--navy);
}

#strip strong {
  font-weight: 700;
}

.section-subtitle {
  text-align: center;
  max-width: 680px;
  margin: -24px auto 40px;
  color: #bbb;
  font-size: 16px;
  line-height: 1.7;
}

.ptags {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

.ptags li {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--lime);
  border: 1px solid rgba(172, 236, 0, 0.35);
  border-radius: 2px;
  padding: 4px 10px;
  margin: 0 6px 6px 0;
}

#porque {
  padding-top: 60px;
  padding-bottom: 40px;
}

#porque > .container > .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-left: 0;
  margin-right: 0;
}

#porque > .container > .row::before,
#porque > .container > .row::after {
  display: none;
}

#porque .col-md-12 {
  grid-column: 1 / -1;
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

#porque .col-md-4 {
  width: auto;
  float: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 991px) {
  #porque > .container > .row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  #porque > .container > .row {
    grid-template-columns: 1fr;
  }
}

#porque .why-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

#porque .why-item .media-object {
  flex-shrink: 0;
}

#porque .why-item .media-object .fa {
  display: block;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

#porque .why-item .media-content {
  flex: 1;
  min-width: 0;
}

#porque .why-item .media-heading {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0;
}

#porque .why-item .media-content p {
  color: #ccc;
  margin: 0;
}

#sobre {
  background: var(--navy-800);
  padding-top: 60px;
  padding-bottom: 50px;
}

#sobre .about-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#sobre .about-text {
  padding-right: 30px;
}

#sobre .about-image {
  padding-left: 15px;
}

#sobre .about-photo-frame {
  padding: 15px;
  border: 2px solid var(--lime);
  border-radius: 20px;
}

#sobre .about-photo {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  max-height: 520px;
}

#sobre h2 {
  text-align: left;
  font-size: 36px;
  padding-bottom: 20px;
}

#sobre h2 span {
  color: var(--lime);
}

#sobre .about-text p {
  color: #bbb;
  font-size: 16px;
  margin-bottom: 16px;
}

.about-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 30px;
}

.about-values .value-item h4 {
  color: var(--lime);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.about-values .value-item p {
  color: #999;
  font-size: 14px;
  margin: 0;
}

.about-values .value-item .fa {
  color: var(--lime);
  margin-right: 10px;
}

#processo > .container > .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-left: 0;
  margin-right: 0;
}

#processo > .container > .row::before,
#processo > .container > .row::after {
  display: none;
}

#processo .col-md-12 {
  grid-column: 1 / -1;
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

#processo .col-md-4 {
  width: auto;
  float: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 991px) {
  #processo > .container > .row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  #processo > .container > .row {
    grid-template-columns: 1fr;
  }
}

#entregamos > .container > .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-left: 0;
  margin-right: 0;
}

#entregamos > .container > .row::before,
#entregamos > .container > .row::after {
  display: none;
}

#entregamos .col-md-12 {
  grid-column: 1 / -1;
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

#entregamos .col-md-3 {
  width: auto;
  float: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 991px) {
  #entregamos > .container > .row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  #entregamos > .container > .row {
    grid-template-columns: 1fr;
  }
}

#processo .deliver-item,
#entregamos .deliver-item {
  background: var(--navy-600);
  padding: 22px 20px;
  border-radius: 2px;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

#processo .deliver-item:hover,
#entregamos .deliver-item:hover {
  background: var(--navy-500);
}

#processo .deliver-item .fa,
#entregamos .deliver-item .fa {
  color: var(--lime);
  font-size: 28px;
  margin-bottom: 12px;
}

#processo .deliver-item h4,
#entregamos .deliver-item h4 {
  color: var(--lime);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

#processo .deliver-item p,
#entregamos .deliver-item p {
  color: #bbb;
  font-size: 14px;
  margin: 0;
  flex: 1;
}

#apps > .container > .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-left: 0;
  margin-right: 0;
}

#apps > .container > .row::before,
#apps > .container > .row::after {
  display: none;
}

#apps .col-md-12 {
  grid-column: 1 / -1;
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

#apps .col-md-4 {
  width: auto;
  float: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 991px) {
  #apps > .container > .row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  #apps > .container > .row {
    grid-template-columns: 1fr;
  }
}

#apps {
  background: var(--navy-800);
  padding-top: 60px;
  padding-bottom: 50px;
}

#apps .section-subtitle {
  color: #bbb;
}

#apps .app-card {
  background: var(--navy-600);
  padding: 30px 26px;
  border-radius: 2px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease-in-out;
}

#apps .app-card:hover {
  background: var(--navy-500);
}

#apps .app-card .fa {
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 36px;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  margin-bottom: 18px;
}

#apps .app-card h4 {
  color: var(--lime);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
}

#apps .app-card p {
  color: #ccc;
  margin-bottom: 16px;
  flex: 1;
}

.app-status {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lime);
  border: 1px solid rgba(172, 236, 0, 0.5);
  padding: 5px 12px;
  border-radius: 2px;
}

.apps-cta {
  text-align: center;
  margin-top: 40px;
  font-size: 17px;
  color: #bbb;
}

.apps-cta a {
  color: var(--lime);
  font-weight: 700;
}

#cta {
  position: relative;
  background: var(--lime);
  padding: 70px 0;
  text-align: center;
  overflow: hidden;
}

#cta .cta-overlay {
  position: absolute;
  inset: 0;
  background: url('../assets/images/banner-1.png') no-repeat center center;
  background-size: cover;
  opacity: 0.28;
  z-index: 0;
  pointer-events: none;
}

#cta .container {
  position: relative;
  z-index: 1;
}

#cta h2 {
  color: var(--navy);
  font-size: 36px;
  padding-bottom: 16px;
}

#cta h2 span {
  color: var(--navy);
  font-weight: 300;
}

#cta p {
  color: rgba(0, 24, 46, 0.85);
  font-size: 17px;
  max-width: 620px;
  margin: 0 auto 28px;
}

#cta .btn-cta {
  display: inline-block;
  background: var(--navy);
  color: var(--lime);
  font-weight: 700;
  font-size: 15px;
  padding: 16px 28px;
  border-radius: 2px;
  margin: 6px;
  transition: all 0.4s ease-in-out;
}

#cta .btn-cta:hover {
  background: var(--navy-700);
  color: var(--lime);
  text-decoration: none;
}

#cta .btn-cta-outline {
  display: inline-block;
  background: transparent;
  color: var(--navy);
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border: 2px solid var(--navy);
  border-radius: 2px;
  margin: 6px;
  transition: all 0.4s ease-in-out;
}

#cta .btn-cta-outline:hover {
  background: var(--navy);
  color: var(--lime);
  text-decoration: none;
}

#contato select.form-control {
  height: 50px;
}

#contato .form-check {
  margin-bottom: 16px;
}

#contato .form-check label {
  font-weight: 400;
  font-size: 14px;
  color: #bbb;
  cursor: pointer;
}

#contato .form-check input {
  margin-right: 8px;
}

.form-msg {
  padding: 14px;
  border-radius: 2px;
  font-weight: 600;
  margin-bottom: 14px;
}

.form-msg--ok {
  background: rgba(40, 167, 69, 0.15);
  border: 1px solid rgba(40, 167, 69, 0.4);
  color: #5cb85c;
}

.form-msg--err {
  background: rgba(217, 83, 79, 0.12);
  border: 1px solid rgba(217, 83, 79, 0.35);
  color: #d9534f;
}

.site-footer {
  background: var(--navy-950);
  padding: 60px 0 0;
}

.site-footer h4 {
  color: var(--lime);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer ul li a,
.site-footer ul li span {
  color: #999;
  font-size: 14px;
}

.site-footer ul li a:hover {
  color: var(--lime);
}

.site-footer .footer-brand p {
  color: #999;
  font-size: 14px;
  line-height: 1.7;
  margin: 16px 0 20px;
}

.site-footer .footer-brand img {
  height: 44px;
  width: auto;
}

.site-footer .social-icon {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}



#copyright p {
  line-height: 1.5;
  padding: 0 10px;
  margin: 0;
}

#copyright .footer-links {
  display: inline;
  margin-top: 0;
  margin-left: 8px;
}

#copyright .footer-links a {
  color: #777;
  margin: 0 8px;
}

#copyright .footer-links a:hover {
  color: var(--lime);
}

/* ══════════════════════════════════════════
   RESPONSIVO — correções globais e breakpoints
   ══════════════════════════════════════════ */

html {
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

h2 {
  font-size: clamp(1.6rem, 4vw, 2.5rem) !important;
  padding-bottom: 24px !important;
}

.section-subtitle {
  margin: -12px auto 32px;
  padding: 0 10px;
}

.templatemo-nav.sticky {
  width: 100%;
  left: 0;
  right: 0;
}

.navbar-default .navbar-brand {
  padding-top: 10px;
  padding-left: 0;
  height: auto;
}

.navbar-brand img {
  height: clamp(36px, 9vw, 48px);
}

.navbar-default .navbar-nav li a {
  font-size: 12px;
}

#contato > .container > .row:first-child {
  display: flex;
  flex-wrap: wrap;
}

#contato address {
  word-break: break-word;
}

#contato address p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}


.site-footer .row {
  display: flex;
  flex-wrap: wrap;
}

.site-footer .row > [class*="col-"] {
  margin-bottom: 28px;
}

/* Tablet grande — até 1199px */
@media only screen and (max-width: 1199px) {
  #sobre .about-text {
    padding-right: 15px;
  }

  #sobre .about-image {
    padding-left: 0;
  }
}

/* Tablet — até 991px */
@media only screen and (max-width: 991px) {
  #porque,
  #sobre,
  #processo,
  #apps,
  #entregamos,
  #cta,
  #contato,
  #servicos {
    padding-top: 50px;
    padding-bottom: 35px;
  }

  #home {
    padding-top: 95px;
    padding-bottom: 65px;
    min-height: 460px;
  }

  #sobre .about-inner {
    flex-direction: column;
  }

  #sobre .about-text,
  #sobre .about-image {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #sobre .about-image {
    margin-top: 10px;
  }

  .about-values {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile — até 767px */
@media only screen and (max-width: 767px) {
  .templatemo-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar-collapse {
    max-height: 280px;
    overflow-y: auto;
    border-top: 1px solid #eee;
    margin-top: 8px;
  }

  .navbar-default .navbar-nav li a {
    height: auto;
    line-height: 1.4;
    padding: 12px 15px;
  }

  #home {
    min-height: auto;
    padding-top: 90px !important;
    padding-bottom: 55px !important;
  }

  #home h1 {
    text-align: center;
    font-size: clamp(1.95rem, 8.5vw, 2.75rem) !important;
    margin-left: auto;
    margin-right: auto;
  }

  #home .hero-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  #home .hero-eyebrow {
    margin-bottom: 12px;
  }

  #home .hero-lead {
    font-size: clamp(1.1rem, 4.2vw, 1.35rem);
    margin-left: auto;
    margin-right: auto;
  }

  #home .element {
    text-align: center;
    margin-bottom: 18px;
  }

  #home .hero-badges {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  #strip {
    padding: 18px 0;
  }

  #strip p {
    font-size: 14px;
    padding: 0 10px;
  }

  #servicos .col-md-4 {
    padding: 22px 18px;
  }

  #servicos .fa {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
  }

  #porque > .container > .row {
    gap: 20px;
  }

  #porque .why-item .media-object .fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }

  #porque .why-item .media-heading {
    font-size: 16px;
  }

  #sobre h2 {
    font-size: clamp(1.4rem, 6vw, 1.75rem) !important;
    text-align: center;
  }

  #sobre .about-text {
    text-align: left;
    margin-bottom: 24px;
  }

  .about-values {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #processo .deliver-item h4,
  #entregamos .deliver-item h4 {
    font-size: 15px;
  }

  #apps .app-card {
    padding: 24px 20px;
  }

  #apps .app-card .fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
  }

  #cta {
    padding: 50px 15px;
  }

  #cta h2 {
    font-size: clamp(1.35rem, 5.5vw, 1.75rem) !important;
  }

  #cta p {
    font-size: 15px;
    padding: 0 5px;
  }

  #cta .btn-cta,
  #cta .btn-cta-outline {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 8px auto;
    text-align: center;
    box-sizing: border-box;
  }

  #contato .contact-form-grid,
  #contato .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #contato .contact-form-submit {
    max-width: none;
    width: 100%;
  }

  #contato address {
    padding-top: 40px;
  }

  .site-footer {
    padding-top: 40px;
  }

  .site-footer .row > [class*="col-"] {
    width: 100%;
    float: none;
  }

  .site-footer .social-icon {
    text-align: center;
    justify-content: center;
  }

  #copyright .footer-links a {
    display: inline-block;
    margin: 4px 6px;
  }
}

/* Mobile pequeno — até 480px */
@media only screen and (max-width: 480px) {
  #home {
    padding-top: 82px !important;
    padding-bottom: 45px !important;
  }

  #home .hero-badge {
    font-size: 13px;
    padding: 8px 12px;
  }

  #servicos > .container > .row,
  #porque > .container > .row,
  #processo > .container > .row,
  #apps > .container > .row,
  #entregamos > .container > .row {
    gap: 12px;
  }

  #servicos .col-md-4 {
    padding: 20px 16px;
    border-radius: 16px;
  }

  #porque .why-item {
    gap: 12px;
  }

  #sobre .about-photo-frame {
    padding: 10px;
    border-radius: 16px;
  }

  #processo .deliver-item,
  #entregamos .deliver-item {
    padding: 18px 16px;
  }

  .ptags li {
    font-size: 11px;
    padding: 3px 8px;
  }
}

/* Preferência de movimento reduzido */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
