:root {
  --drv-black: #000;
  --drv-ink: #0f0f0f;
  --drv-panel: #151515;
  --drv-panel-2: #242424;
  --drv-text: #fff;
  --drv-muted: rgba(255,255,255,.74);
  --drv-line: rgba(255,255,255,.14);
  --drv-max: 1360px;
}

html,
body {
  background: var(--drv-black);
  color: var(--drv-text);
  font-family: Manrope, Arial, sans-serif;
  overflow-x: hidden;
}

body.elementor-page {
  background: var(--drv-black);
}

.elementor-kit-7,
.elementor-kit-7 h1,
.elementor-kit-7 h2,
.elementor-kit-7 h3,
.elementor-kit-7 h4,
.elementor-kit-7 h5,
.elementor-kit-7 h6,
.elementor-kit-7 p,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
  color: #fff !important;
}

.elementor-widget-text-editor,
.elementor-widget-text-editor p {
  color: var(--drv-muted) !important;
}

.drv-header-section,
.drv-footer-section,
.drv-section,
.drv-hero-section,
.drv-page-hero-section {
  background: var(--drv-black);
  color: var(--drv-text);
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
}

.drv-header-inner {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--drv-max);
  padding: 38px 0 16px;
}

.drv-brand {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-family: Syncopate, Manrope, sans-serif;
  font-size: 17px;
  line-height: .82;
  text-decoration: none;
}

.drv-brand strong {
  font-weight: 700;
}

.drv-header-inner nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-end;
}

.drv-header-inner nav a,
.drv-footer-bottom a {
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.drv-nav-cta,
.elementor-button,
.drv-footer-cta a,
.drv-contact-form button {
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 999px !important;
  color: #000 !important;
  font-family: Montserrat, Manrope, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  padding: 14px 20px !important;
  text-transform: uppercase !important;
}

.drv-hero-section > .elementor-container,
.drv-page-hero-section > .elementor-container,
.drv-section > .elementor-container {
  margin: 0 auto;
  max-width: var(--drv-max);
  padding-left: 0;
  padding-right: 0;
}

.drv-hero-section > .elementor-container {
  align-items: center;
  min-height: 820px;
  padding-bottom: 86px;
  padding-top: 48px;
}

.drv-page-hero-section > .elementor-container {
  align-items: center;
  min-height: 540px;
  padding-bottom: 80px;
  padding-top: 80px;
}

.drv-page-hero-section.compact > .elementor-container {
  min-height: 360px;
}

.drv-section > .elementor-container {
  padding-bottom: 120px;
  padding-top: 120px;
}

.drv-eyebrow,
.drv-side-title .elementor-heading-title {
  color: var(--drv-muted) !important;
  font-family: Montserrat, Manrope, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.drv-hero-heading .elementor-heading-title,
.drv-page-hero-section h1,
.drv-hero-section h1 {
  color: #fff !important;
  display: flex;
  flex-direction: column;
  font-family: Syncopate, Manrope, sans-serif;
  font-size: clamp(86px, 11.3vw, 164px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .78;
  margin: 0;
  text-transform: uppercase;
}

.drv-page-hero-section h1 {
  font-size: clamp(48px, 7vw, 112px);
  line-height: .9;
}

.drv-section .elementor-heading-title,
.drv-page-hero-section .elementor-heading-title,
.drv-hero-section .elementor-heading-title {
  color: #fff !important;
}

.drv-section h2,
.drv-blog-section h2,
.drv-testimonials-section h2 {
  color: #fff !important;
  font-family: Syncopate, Manrope, sans-serif;
  font-size: clamp(42px, 6.4vw, 92px);
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.drv-lead,
.drv-lead p,
.drv-section p,
.drv-page-hero-section p {
  color: var(--drv-muted) !important;
  font-size: 18px;
  line-height: 1.7;
}

.drv-hero-image img,
.drv-page-hero-section img,
.drv-about-section img {
  aspect-ratio: 1 / 1.08;
  border-radius: 0;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.drv-cards,
.drv-post-cards,
.drv-testimonial-grid,
.drv-location-grid {
  display: grid;
  gap: 22px;
}

.drv-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.drv-post-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drv-testimonial-grid,
.drv-location-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drv-card,
.drv-post-card,
.drv-testimonial-grid article,
.drv-location-grid article {
  background: var(--drv-panel);
  border: 1px solid var(--drv-line);
  color: #fff;
  min-height: 320px;
  padding: 34px;
  text-decoration: none;
}

.drv-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.drv-card img {
  aspect-ratio: 1 / 1;
  display: block;
  margin-bottom: 22px;
  object-fit: cover;
  width: 100%;
}

.drv-card small,
.drv-post-card small {
  color: var(--drv-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.drv-card h3,
.drv-post-card h3,
.drv-location-grid h3 {
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.drv-card p {
  color: var(--drv-muted) !important;
  font-size: 18px;
  line-height: 1.55;
}

.drv-card span,
.drv-post-card span {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 18px;
  text-transform: uppercase;
}

.drv-convenios-section .elementor-container {
  border-bottom: 1px solid var(--drv-line);
  border-top: 1px solid var(--drv-line);
}

.drv-timeline,
.drv-diffs {
  color: var(--drv-muted);
  display: grid;
  gap: 16px;
  line-height: 1.6;
  margin: 0;
  padding-left: 20px;
}

.drv-contact-form {
  display: grid;
  gap: 14px;
}

.drv-contact-form label {
  color: var(--drv-muted);
  display: grid;
  gap: 8px;
  font-size: 12px;
  text-transform: uppercase;
}

.drv-contact-form input,
.drv-contact-form textarea {
  background: #111;
  border: 1px solid var(--drv-line);
  border-radius: 0;
  color: #fff;
  font: inherit;
  padding: 16px;
  width: 100%;
}

.drv-contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.drv-footer-cta {
  align-items: flex-end;
  background: #f7f7f7;
  color: #000;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--drv-max);
  padding: 96px 64px;
}

.drv-footer-cta h2 {
  color: #000;
  font-family: Syncopate, Manrope, sans-serif;
  font-size: clamp(34px, 5vw, 74px);
  letter-spacing: 0;
  line-height: .96;
  margin: 0;
}

.drv-footer-cta p {
  color: rgba(0,0,0,.62);
  margin-top: 0;
  text-transform: uppercase;
}

.drv-footer-bottom {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--drv-max);
  padding: 28px 24px 42px;
}

.drv-footer-bottom > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .drv-hero-section > .elementor-container,
  .drv-page-hero-section > .elementor-container,
  .drv-section > .elementor-container {
    flex-direction: column;
  }

  .drv-header-inner,
  .drv-footer-cta,
  .drv-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .drv-cards,
  .drv-post-cards,
  .drv-testimonial-grid,
  .drv-location-grid {
    grid-template-columns: 1fr;
  }
}

.drv-display-h1,
.drv-display-h1 span,
.drv-section-title,
.drv-section-title span {
  color: #fff !important;
  font-family: Syncopate, Manrope, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.drv-display-h1 {
  display: flex;
  flex-direction: column;
  font-size: clamp(86px, 11.3vw, 164px);
  font-weight: 700;
  line-height: .78;
  margin: 0;
}

.drv-section-title {
  display: flex;
  flex-direction: column;
  font-size: clamp(42px, 6.4vw, 92px);
  font-weight: 700;
  line-height: .88;
  margin: 0 0 28px;
}

.drv-about-title {
  color: #fff !important;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(30px, 4.1vw, 58px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0 0 34px;
  max-width: 1120px;
}

.drv-about-title strong {
  color: #fff;
  font-weight: 700;
}

.drv-section-intro-text {
  max-width: 780px;
  margin-bottom: 34px;
}

@media (max-width: 767px) {
  .drv-header-inner nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .drv-hero-section > .elementor-container,
  .drv-page-hero-section > .elementor-container {
    min-height: auto;
    padding-bottom: 56px;
    padding-top: 48px;
  }

  .drv-section > .elementor-container {
    padding-bottom: 64px;
    padding-top: 64px;
  }

  .drv-hero-heading .elementor-heading-title,
  .drv-page-hero-section h1,
  .drv-hero-section h1 {
    font-size: clamp(42px, 16vw, 76px);
  }
}

.drv-home-framer {
  background: #0f0f0f !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.drv-home-framer > .elementor-container {
  max-width: none !important;
  padding: 0 !important;
}

.drv-home-framer .elementor-widget-container,
.drv-home-framer .elementor-widget-html,
.drv-home-framer .elementor-column,
.drv-home-framer .elementor-widget-wrap,
.drv-home-framer .elementor-widget,
.drv-home-framer .elementor-section,
.drv-home-framer .elementor-container {
  padding: 0 !important;
  width: 100% !important;
}

.drv-f-home {
  background: #0f0f0f;
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  margin: 0;
  max-width: none;
  width: 100%;
}

.drv-f-home * {
  box-sizing: border-box;
}

.drv-f-home a {
  color: inherit;
  text-decoration: none;
}

.drv-f-hero {
  min-height: 770px;
  overflow: hidden;
  position: relative;
}

.drv-f-hero video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.drv-f-hero::before {
  background: linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.26) 45%, #0f0f0f 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.drv-f-hero header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 38px 46px;
  position: relative;
  right: 0;
  z-index: 2;
}

.drv-f-hero header img,
.drv-f-footer > img,
.drv-brand img {
  display: block;
  height: auto;
  width: 218px;
}

.drv-brand {
  display: inline-flex;
}

.drv-f-hero button {
  align-items: center;
  background: transparent;
  border: 0;
  display: grid;
  gap: 6px;
  padding: 0;
  width: 18px;
}

.drv-f-hero button span {
  background: #fff;
  display: block;
  height: 1px;
  width: 18px;
}

.drv-f-hero-copy {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 48%;
  transform: translate(-50%, -50%);
  width: min(640px, 88vw);
  z-index: 2;
}

.drv-f-hero-copy h1 {
  color: #fff !important;
  font-family: Montserrat, Manrope, Arial, sans-serif;
  font-size: clamp(58px, 7.3vw, 108px);
  line-height: .82;
  margin: 0;
}

.drv-f-hero-copy h1 span {
  display: block;
  font-weight: 300;
}

.drv-f-hero-copy h1 strong {
  display: block;
  font-weight: 800;
}

.drv-f-hero-copy p {
  color: rgba(255,255,255,.74) !important;
  font-size: 15px;
  line-height: 1.18;
  margin: 22px 0 8px;
}

.drv-f-hero-copy i {
  color: #fff;
  display: inline-block;
  font-size: 34px;
  font-style: normal;
  line-height: 1;
}

.drv-f-about,
.drv-f-services,
.drv-f-blog,
.drv-f-video,
.drv-f-testimonials,
.drv-f-footer {
  margin: 0 auto;
  max-width: 1268px;
  padding-left: 46px;
  padding-right: 46px;
}

.drv-f-about {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: 41% 1fr;
  padding-bottom: 190px;
  padding-top: 118px;
}

.drv-f-about img {
  aspect-ratio: 1 / .9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.drv-f-about p {
  color: rgba(255,255,255,.86) !important;
  font-size: clamp(23px, 2.15vw, 30px);
  line-height: 1.26;
  margin: 0 0 34px;
}

.drv-f-about strong,
.drv-f-service-copy strong {
  color: #fff;
  font-weight: 800;
}

.drv-f-btn {
  align-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  display: inline-flex;
  gap: 13px;
  height: 45px;
  padding: 0 8px 0 19px;
}

.drv-f-btn span {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 4px;
}

.drv-f-btn i {
  align-items: center;
  background: rgba(255,255,255,.13);
  border-radius: 50%;
  display: inline-flex;
  font-size: 14px;
  font-style: normal;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.drv-f-services {
  padding-bottom: 96px;
}

.drv-f-services h2,
.drv-f-blog h2,
.drv-f-video h2 {
  color: #fff !important;
  font-family: Montserrat, Manrope, Arial, sans-serif;
  font-size: clamp(48px, 6.2vw, 86px);
  font-weight: 300;
  line-height: 1;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.drv-f-section-lead,
.drv-f-video > p {
  color: rgba(255,255,255,.72) !important;
  font-size: 15px;
  line-height: 1.35;
  margin: 0 0 62px;
  max-width: 1030px;
}

.drv-f-service-row {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: 35% 1fr;
  margin: 0 0 112px;
}

.drv-f-service-copy {
  min-height: 350px;
  padding-top: 0;
}

.drv-f-service-copy h3 {
  color: #fff !important;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 18px;
}

.drv-f-service-copy p {
  color: rgba(255,255,255,.68) !important;
  font-size: 15px;
  line-height: 1.35;
  margin: 0 0 18px;
}

.drv-f-service-copy .drv-f-btn {
  margin-top: 138px;
}

.drv-f-service-row img,
.drv-f-service-row video {
  aspect-ratio: 1.85 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.drv-f-convenios {
  padding: 0 0 74px;
  text-align: center;
}

.drv-f-convenios p {
  color: rgba(255,255,255,.82) !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 7px;
  margin: 0 0 34px;
}

.drv-f-convenios div {
  align-items: center;
  display: flex;
  gap: 58px;
  justify-content: center;
  opacity: .44;
}

.drv-f-convenios img {
  filter: grayscale(1);
  max-height: 38px;
  max-width: 120px;
  object-fit: contain;
}

.drv-f-blog {
  padding-bottom: 112px;
  padding-top: 110px;
}

.drv-f-blog-grid {
  display: grid;
  gap: 76px 65px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 70px;
}

.drv-f-blog-grid img {
  aspect-ratio: 1.32 / 1;
  display: block;
  filter: grayscale(1);
  margin-bottom: 23px;
  object-fit: cover;
  width: 100%;
}

.drv-f-blog-grid small {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 15px;
}

.drv-f-blog-grid h3 {
  color: rgba(255,255,255,.68) !important;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

.drv-f-blog > .drv-f-btn,
.drv-f-testimonials > .drv-f-btn {
  display: flex;
  margin: 70px auto 0;
  width: max-content;
}

.drv-f-video {
  border-top: 1px solid rgba(255,255,255,.17);
  padding-bottom: 74px;
  padding-top: 160px;
}

.drv-f-video-box {
  margin-top: 58px;
  position: relative;
}

.drv-f-video-box img,
.drv-f-video-box iframe {
  aspect-ratio: 1.48 / .7;
  border: 0;
  display: block;
  object-fit: cover;
  width: 100%;
}

.drv-f-video-box iframe {
  background: #000;
  height: auto;
}

.drv-f-video-box span {
  align-items: center;
  background: rgba(0,0,0,.65);
  border-radius: 7px;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
}

.drv-f-testimonials {
  padding-bottom: 92px;
}

.drv-f-testimonial-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drv-f-testimonial-grid article {
  background: #141414;
  min-height: 214px;
  padding: 54px 44px 36px;
}

.drv-f-testimonial-grid p {
  color: rgba(255,255,255,.78) !important;
  font-size: 16px;
  line-height: 1.31;
  margin: 0 0 28px;
}

.drv-f-testimonial-grid strong {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 7px;
  line-height: 1.5;
  max-width: 260px;
}

.drv-f-final {
  background-position: center;
  background-size: cover;
  border-radius: 13px;
  margin: 0 auto 82px;
  max-width: 1180px;
  min-height: 610px;
  overflow: hidden;
  position: relative;
}

.drv-f-final::before {
  background: linear-gradient(90deg, rgba(0,0,0,.56), rgba(0,0,0,.18) 56%, rgba(0,0,0,0));
  content: "";
  inset: 0;
  position: absolute;
}

.drv-f-final > div {
  left: 72px;
  max-width: 400px;
  position: absolute;
  top: 132px;
  z-index: 1;
}

.drv-f-final h2 {
  color: #fff !important;
  font-family: Montserrat, Manrope, Arial, sans-serif;
  font-size: clamp(31px, 4vw, 52px);
  line-height: .94;
  margin: 0 0 32px;
  text-transform: uppercase;
}

.drv-f-final h2 span {
  display: block;
  font-weight: 300;
}

.drv-f-final h2 strong {
  display: block;
  font-weight: 800;
}

.drv-f-final p {
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
  margin: 0 0 66px;
}

.drv-f-socials {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 70px;
}

.drv-f-socials a {
  align-items: center;
  background: #161616;
  color: rgba(255,255,255,.72);
  display: flex;
  font-size: 16px;
  font-weight: 800;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 30px;
}

.drv-f-socials span {
  color: rgba(255,255,255,.42);
  font-size: 24px;
  font-weight: 300;
}

.drv-f-footer {
  padding-bottom: 72px;
}

.drv-f-footer-line {
  border-top: 1px solid rgba(255,255,255,.16);
  margin: 58px 0 42px;
}

.drv-f-footer p {
  color: #fff !important;
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  margin: 0;
}

.drv-f-footer p a {
  color: rgba(255,255,255,.62);
}

@media (max-width: 860px) {
  .drv-f-hero {
    min-height: 620px;
  }

  .drv-f-hero header,
  .drv-f-about,
  .drv-f-services,
  .drv-f-blog,
  .drv-f-video,
  .drv-f-testimonials,
  .drv-f-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .drv-f-about,
  .drv-f-service-row,
  .drv-f-blog-grid,
  .drv-f-testimonial-grid,
  .drv-f-socials {
    grid-template-columns: 1fr;
  }

  .drv-f-about {
    padding-bottom: 110px;
  }

  .drv-f-service-copy {
    min-height: auto;
  }

  .drv-f-service-copy .drv-f-btn {
    margin-top: 28px;
  }

  .drv-f-convenios div {
    flex-wrap: wrap;
    gap: 26px;
  }

  .drv-f-final {
    border-radius: 0;
    margin-bottom: 50px;
    min-height: 520px;
  }

  .drv-f-final > div {
    left: 28px;
    right: 28px;
    top: 78px;
  }
}
