.elementor-351 .elementor-element.elementor-element-60ce4ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-351 .elementor-element.elementor-element-2b8b6cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-351 .elementor-element.elementor-element-4cef2cf{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-351 .elementor-element.elementor-element-061a26c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ad977be *//* =========================================================
   SOLUÇÕES — RECRUTAMENTO EM VOLUME — 01 — HERO
   Container Elementor:
   SOLUÇÕES — RECRUTAMENTO EM VOLUME — 01 — HERO
   Classe CSS: volume-hero-container
========================================================= */

.volume-hero-container,
.volume-hero-container > .e-con-inner,
.volume-hero-container .elementor-widget-html,
.volume-hero-container .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.vr-volume-hero {
  position: relative;
  overflow: hidden;
  width: 100%;

  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(218, 164, 55, 0.18),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      var(--valore-blue-dark) 0%,
      var(--valore-blue) 58%,
      var(--valore-blue-light) 100%
    );
}

.vr-volume-hero__background {
  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );

  background-size: 54px 54px;

  -webkit-mask-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.85),
      transparent 92%
    );

  mask-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.85),
      transparent 92%
    );
}

.vr-volume-hero__container {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(370px, 0.92fr);

  align-items: center;

  gap: clamp(48px, 7vw, 100px);

  width: 100%;
  max-width: 1380px;

  margin-inline: auto;

  padding:
    clamp(78px, 9vw, 118px)
    clamp(20px, 5vw, 64px)
    clamp(74px, 8vw, 104px);
}

.vr-volume-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vr-volume-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  gap: 8px;

  margin-bottom: 28px;

  color: rgba(255, 255, 255, 0.58);

  font-family: var(--font-primary);
  font-size: 0.78rem;
  line-height: 1.5;
}

.vr-volume-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;

  transition: color var(--transition-fast);
}

.vr-volume-hero__breadcrumb a:hover,
.vr-volume-hero__breadcrumb a:focus-visible {
  color: var(--valore-gold);
}

.vr-volume-hero__breadcrumb span[aria-current="page"] {
  color: var(--valore-white);
  font-weight: 600;
}

.vr-volume-hero__title {
  max-width: 800px;

  margin: 20px 0 24px;

  color: var(--valore-white);

  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.vr-volume-hero__title span {
  display: block;
  color: var(--valore-gold);
}

.vr-volume-hero__description {
  max-width: 700px;

  margin: 0;

  color: rgba(255, 255, 255, 0.76);

  font-family: var(--font-primary);
  font-size: clamp(1rem, 1.4vw, 1.17rem);
  line-height: 1.75;
}

.vr-volume-hero__actions {
  display: flex;
  flex-wrap: wrap;

  gap: 14px;

  margin-top: 34px;
}

.vr-volume-hero__highlights {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  width: 100%;
  max-width: 800px;

  margin-top: 46px;
  padding-top: 30px;

  border-top:
    1px solid rgba(255, 255, 255, 0.16);
}

.vr-volume-hero__highlight {
  display: flex;
  flex-direction: column;

  gap: 7px;

  min-width: 0;

  padding-inline: 24px;

  border-left:
    1px solid rgba(255, 255, 255, 0.16);
}

.vr-volume-hero__highlight:first-child {
  padding-left: 0;
  border-left: 0;
}

.vr-volume-hero__highlight:last-child {
  padding-right: 0;
}

.vr-volume-hero__highlight strong {
  color: var(--valore-white);

  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.vr-volume-hero__highlight span {
  color: rgba(255, 255, 255, 0.54);

  font-family: var(--font-primary);
  font-size: 0.75rem;
  line-height: 1.55;
}

.vr-volume-hero__visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 520px;
}

.vr-volume-hero__visual::before {
  content: "";

  position: absolute;

  top: 10%;
  right: 0;

  width: 310px;
  height: 310px;

  background:
    rgba(218, 164, 55, 0.15);

  border-radius: 50%;

  filter: blur(2px);
}

.vr-volume-hero__visual::after {
  content: "";

  position: absolute;

  right: 54px;
  bottom: 16px;

  width: 230px;
  height: 230px;

  border:
    1px solid rgba(218, 164, 55, 0.32);

  border-radius: 50%;
}

.vr-volume-hero__visual-card {
  position: relative;
  z-index: 2;

  width: min(100%, 480px);

  padding:
    clamp(28px, 4vw, 42px);

  background:
    rgba(255, 255, 255, 0.97);

  border:
    1px solid rgba(255, 255, 255, 0.72);

  border-radius: 24px;

  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.28),
    0 8px 24px rgba(0, 0, 0, 0.14);

  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.vr-volume-hero__visual-label {
  display: inline-flex;

  margin-bottom: 18px;

  padding: 7px 13px;

  color: var(--valore-gold-dark);

  background:
    rgba(218, 164, 55, 0.14);

  border-radius: var(--r-full);

  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vr-volume-hero__visual-card > strong {
  display: block;

  color: var(--valore-blue);

  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.vr-volume-hero__visual-list {
  display: flex;
  flex-direction: column;

  margin-top: 30px;
}

.vr-volume-hero__visual-list span {
  display: grid;

  grid-template-columns:
    38px minmax(0, 1fr);

  align-items: center;

  gap: 14px;

  padding: 15px 0;

  color: var(--valore-ink-60);

  font-family: var(--font-primary);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.5;

  border-bottom:
    1px solid var(--valore-line);
}

.vr-volume-hero__visual-list span:last-child {
  border-bottom: 0;
}

.vr-volume-hero__visual-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  color: var(--valore-blue);

  background:
    var(--valore-gold-light);

  border-radius: 11px;

  font-family: var(--font-display);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .vr-volume-hero__container {
    grid-template-columns: 1fr;
  }

  .vr-volume-hero__content {
    max-width: 860px;
  }

  .vr-volume-hero__visual {
    width: min(100%, 720px);

    min-height: auto;

    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .vr-volume-hero__container {
    gap: 54px;

    padding:
      64px
      20px;
  }

  .vr-volume-hero__breadcrumb {
    margin-bottom: 22px;
  }

  .vr-volume-hero__title {
    font-size:
      clamp(2.25rem, 10vw, 3.25rem);
  }

  .vr-volume-hero__actions {
    width: 100%;
  }

  .vr-volume-hero__highlights {
    grid-template-columns: 1fr;

    gap: 0;
  }

  .vr-volume-hero__highlight,
  .vr-volume-hero__highlight:first-child,
  .vr-volume-hero__highlight:last-child {
    padding: 20px 0;

    border-left: 0;

    border-bottom:
      1px solid rgba(255, 255, 255, 0.14);
  }

  .vr-volume-hero__highlight:last-child {
    border-bottom: 0;
  }

  .vr-volume-hero__visual-card {
    width: 100%;

    padding:
      30px
      26px;
  }
}

@media (max-width: 480px) {
  .vr-volume-hero__visual-card {
    padding:
      26px
      22px;
  }

  .vr-volume-hero__visual-list span {
    grid-template-columns:
      36px minmax(0, 1fr);

    gap: 12px;

    font-size: 0.82rem;
  }

  .vr-volume-hero__visual-list i {
    width: 36px;
    height: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae2f54c *//* =========================================================
   SOLUÇÕES — RECRUTAMENTO EM VOLUME — 02 — BENEFÍCIOS
   Container Elementor:
   SOLUÇÕES — RECRUTAMENTO EM VOLUME — 02 — BENEFÍCIOS
   Classe CSS: volume-beneficios-container
========================================================= */

.volume-beneficios-container,
.volume-beneficios-container > .e-con-inner,
.volume-beneficios-container .elementor-widget-html,
.volume-beneficios-container .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.vr-volume-benefits {
  width: 100%;
  background: var(--valore-white);
}

.vr-volume-benefits__container {
  width: 100%;
  max-width: 1380px;

  margin-inline: auto;

  padding:
    clamp(70px, 8vw, 104px)
    clamp(20px, 5vw, 64px);
}

/* =========================================================
   CABEÇALHO
========================================================= */

.vr-volume-benefits__header {
  display: grid;

  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(320px, 0.92fr);

  align-items: end;

  gap: clamp(38px, 6vw, 86px);

  margin-bottom: clamp(42px, 6vw, 68px);
}

.vr-volume-benefits__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vr-volume-benefits__title {
  max-width: 760px;

  margin: 18px 0 0;

  color: var(--valore-blue);

  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vr-volume-benefits__title span {
  display: block;
  color: var(--valore-gold-dark);
}

.vr-volume-benefits__intro {
  display: flex;
  flex-direction: column;

  gap: 17px;

  padding-left: clamp(20px, 3vw, 36px);

  border-left: 2px solid var(--valore-gold);
}

.vr-volume-benefits__intro p {
  margin: 0;

  color: var(--valore-ink-60);

  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.75;
}

/* =========================================================
   CARDS DE BENEFÍCIOS
========================================================= */

.vr-volume-benefits__grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: clamp(18px, 2vw, 26px);
}

.vr-volume-benefit-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  min-height: 100%;

  padding: clamp(25px, 3vw, 34px);

  background: var(--valore-soft);

  border: 1px solid var(--valore-line);
  border-radius: 20px;

  transition:
    transform var(--transition-base),
    border-color var(--transition-base),
    box-shadow var(--transition-base);
}

.vr-volume-benefit-card:hover {
  transform: translateY(-6px);

  border-color: rgba(218, 164, 55, 0.55);

  box-shadow: var(--shadow-md);
}

.vr-volume-benefit-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  margin-bottom: 24px;

  color: var(--valore-blue);
  background: var(--valore-gold-light);

  border-radius: 15px;
}

.vr-volume-benefit-card__icon svg {
  display: block;

  width: 24px;
  height: 24px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vr-volume-benefit-card h3 {
  margin: 0 0 14px;

  color: var(--valore-blue);

  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.42;
}

.vr-volume-benefit-card p {
  margin: 0;

  color: var(--valore-ink-40);

  font-family: var(--font-primary);
  font-size: 0.88rem;
  line-height: 1.7;
}

/* =========================================================
   FAIXA DE RESULTADO
========================================================= */

.vr-volume-benefits__result {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    58px minmax(0, 1fr);

  align-items: center;

  gap: 22px;

  width: 100%;

  margin-top: clamp(34px, 5vw, 52px);
  padding: 26px 30px;

  overflow: hidden;

  background: #102d4a;

  border: 1px solid rgba(218, 164, 55, 0.22);
  border-radius: 18px;
}

.vr-volume-benefits__result::after {
  content: "";

  position: absolute;

  top: -70px;
  right: -55px;

  width: 190px;
  height: 190px;

  background: rgba(195, 139, 30, 0.12);

  border-radius: 50%;

  pointer-events: none;
}

.vr-volume-benefits__result-icon {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 58px;
  height: 58px;

  color: #102d4a;
  background: #c38b1e;

  border-radius: 16px;
}

.vr-volume-benefits__result-icon svg {
  display: block;

  width: 25px;
  height: 25px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vr-volume-benefits__result-content {
  position: relative;
  z-index: 2;

  display: flex !important;
  flex-direction: column;

  gap: 5px;

  min-width: 0;

  visibility: visible !important;
  opacity: 1 !important;
}

.vr-volume-benefits__result-label {
  display: block !important;

  margin: 0;

  color: #d7a63e !important;

  font-family: var(--font-display);
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.11em;
  text-transform: uppercase;

  visibility: visible !important;
  opacity: 1 !important;
}

.vr-volume-benefits__result-title {
  display: block !important;

  margin: 0;

  color: #ffffff !important;

  font-family: var(--font-display);
  font-size: clamp(1rem, 1.6vw, 1.22rem) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;

  visibility: visible !important;
  opacity: 1 !important;
}

.vr-volume-benefits__result-text {
  display: block !important;

  max-width: 920px;

  margin: 2px 0 0;

  color: rgba(255, 255, 255, 0.68) !important;

  font-family: var(--font-primary);
  font-size: 0.84rem !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;

  visibility: visible !important;
  opacity: 1 !important;
}

/* =========================================================
   RESPONSIVIDADE
========================================================= */

@media (max-width: 1100px) {
  .vr-volume-benefits__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .vr-volume-benefits__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .vr-volume-benefits__intro {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .vr-volume-benefits__container {
    padding: 64px 20px;
  }

  .vr-volume-benefits__grid {
    grid-template-columns: 1fr;
  }

  .vr-volume-benefits__result {
    grid-template-columns: 1fr;

    gap: 18px;

    padding: 24px 20px;
  }

  .vr-volume-benefits__result-icon {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 480px) {
  .vr-volume-benefits__intro {
    padding-left: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d9010c *//* =========================================================
   SOLUÇÕES — RECRUTAMENTO EM VOLUME — 03 — PROCESSO
   Container Elementor:
   SOLUÇÕES — RECRUTAMENTO EM VOLUME — 03 — PROCESSO
   Classe CSS: volume-processo-container
========================================================= */

.volume-processo-container,
.volume-processo-container > .e-con-inner,
.volume-processo-container .elementor-widget-html,
.volume-processo-container .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.vr-volume-process {
  width: 100%;
  background: var(--valore-light);
}

.vr-volume-process__container {
  width: 100%;
  max-width: 1380px;

  margin-inline: auto;

  padding:
    clamp(68px, 8vw, 100px)
    clamp(20px, 5vw, 64px);
}

/* =========================================================
   CABEÇALHO
========================================================= */

.vr-volume-process__header {
  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(300px, 0.95fr);

  align-items: end;

  gap: clamp(36px, 6vw, 80px);

  margin-bottom: clamp(42px, 5vw, 62px);
}

.vr-volume-process__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vr-volume-process__title {
  max-width: 760px;

  margin: 18px 0 0;

  color: var(--valore-blue);

  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vr-volume-process__title span {
  display: block;
  color: var(--valore-gold-dark);
}

.vr-volume-process__intro {
  max-width: 580px;
  margin: 0;

  color: var(--valore-ink-60);

  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.75;
}

/* =========================================================
   ETAPAS
========================================================= */

.vr-volume-process__steps {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 1px;

  overflow: hidden;

  background: var(--valore-line);

  border: 1px solid var(--valore-line);
  border-radius: 22px;
}

.vr-volume-process-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 255px;

  padding: clamp(24px, 3vw, 34px);

  background: var(--valore-white);

  transition:
    background-color var(--transition-base),
    transform var(--transition-base);
}

.vr-volume-process-card:hover {
  background: var(--valore-soft);
  transform: translateY(-3px);
}

.vr-volume-process-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  margin-bottom: 28px;

  color: var(--valore-blue);
  background: var(--valore-gold-light);

  border-radius: 12px;

  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
}

.vr-volume-process-card h3 {
  margin: 0 0 14px;

  color: var(--valore-blue);

  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}

.vr-volume-process-card p {
  margin: 0;

  color: var(--valore-ink-40);

  font-family: var(--font-primary);
  font-size: 0.87rem;
  line-height: 1.7;
}

/* =========================================================
   RESULTADO
========================================================= */

.vr-volume-process__result {
  position: relative;

  display: grid;

  grid-template-columns:
    54px minmax(0, 1fr);

  align-items: center;

  gap: 20px;

  margin-top: 28px;
  padding: 24px 28px;

  overflow: hidden;

  background: #102d4a;

  border: 1px solid rgba(218, 164, 55, 0.2);
  border-radius: 16px;
}

.vr-volume-process__result::after {
  content: "";

  position: absolute;

  top: -70px;
  right: -50px;

  width: 180px;
  height: 180px;

  background: rgba(195, 139, 30, 0.12);

  border-radius: 50%;

  pointer-events: none;
}

.vr-volume-process__result-icon {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;

  color: #102d4a;
  background: #c38b1e;

  border-radius: 15px;
}

.vr-volume-process__result-icon svg {
  display: block;

  width: 24px;
  height: 24px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vr-volume-process__result-content {
  position: relative;
  z-index: 2;

  display: flex !important;
  flex-direction: column;

  gap: 5px;

  visibility: visible !important;
  opacity: 1 !important;
}

.vr-volume-process__result-label {
  display: block !important;

  margin: 0;

  color: #d7a63e !important;

  font-family: var(--font-display);
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  visibility: visible !important;
  opacity: 1 !important;
}

.vr-volume-process__result-title {
  display: block !important;

  margin: 0;

  color: #ffffff !important;

  font-family: var(--font-display);
  font-size: clamp(0.98rem, 1.5vw, 1.16rem) !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;

  visibility: visible !important;
  opacity: 1 !important;
}

/* =========================================================
   RESPONSIVIDADE
========================================================= */

@media (max-width: 1050px) {
  .vr-volume-process__steps {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  .vr-volume-process__header {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 767px) {
  .vr-volume-process__container {
    padding: 64px 20px;
  }

  .vr-volume-process__steps {
    grid-template-columns: 1fr;
  }

  .vr-volume-process-card {
    min-height: auto;
  }

  .vr-volume-process__result {
    grid-template-columns: 1fr;

    gap: 18px;

    padding: 24px 20px;
  }

  .vr-volume-process__result-icon {
    width: 52px;
    height: 52px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c0dbfe *//* =========================================================
   SOLUÇÕES — RECRUTAMENTO EM VOLUME — 04 — CTA FINAL
   Container Elementor:
   SOLUÇÕES — RECRUTAMENTO EM VOLUME — 04 — CTA FINAL
   Classe CSS: volume-cta-container
========================================================= */

.volume-cta-container,
.volume-cta-container > .e-con-inner,
.volume-cta-container .elementor-widget-html,
.volume-cta-container .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.vr-volume-cta {
  position: relative;

  width: 100%;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 86% 24%,
      rgba(218, 164, 55, 0.2),
      transparent 31%
    ),
    linear-gradient(
      135deg,
      #0b233b 0%,
      #102d4a 58%,
      #173b5d 100%
    );
}

.vr-volume-cta::before {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );

  background-size: 52px 52px;
}

.vr-volume-cta::after {
  content: "";

  position: absolute;

  top: -130px;
  right: -90px;

  width: 390px;
  height: 390px;

  border: 1px solid rgba(218, 164, 55, 0.2);
  border-radius: 50%;

  pointer-events: none;
}

.vr-volume-cta__container {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(280px, 0.8fr);

  align-items: center;

  gap: clamp(36px, 6vw, 80px);

  width: 100%;
  max-width: 1380px;

  margin-inline: auto;

  padding:
    clamp(60px, 7vw, 86px)
    clamp(20px, 5vw, 64px);
}

/* =========================================================
   CONTEÚDO
========================================================= */

.vr-volume-cta__content {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;

  visibility: visible !important;
  opacity: 1 !important;
}

.vr-volume-cta__eyebrow {
  display: block !important;

  margin: 0 0 14px;

  color: #d7a63e !important;

  font-family: var(--font-display);
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  visibility: visible !important;
  opacity: 1 !important;
}

.vr-volume-cta__title {
  display: block !important;

  max-width: 800px;

  margin: 0;

  color: #ffffff !important;

  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.25rem) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em;

  visibility: visible !important;
  opacity: 1 !important;
}

.vr-volume-cta__title span {
  display: block !important;

  color: #d7a63e !important;

  visibility: visible !important;
  opacity: 1 !important;
}

.vr-volume-cta__description {
  display: block !important;

  max-width: 680px;

  margin: 22px 0 0;

  color: rgba(255, 255, 255, 0.72) !important;

  font-family: var(--font-primary);
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;

  visibility: visible !important;
  opacity: 1 !important;
}

/* =========================================================
   BOTÕES
========================================================= */

.vr-volume-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;

  gap: 14px;

  width: 100%;
  max-width: 340px;

  margin-left: auto;
}

.vr-volume-cta__primary,
.vr-volume-cta__primary:visited,
.vr-volume-cta__secondary,
.vr-volume-cta__secondary:visited {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  gap: 9px;

  min-height: 52px;
  padding: 15px 24px;

  border-radius: 999px;

  font-family: var(--font-display);
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;

  visibility: visible !important;
  opacity: 1 !important;

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.vr-volume-cta__primary,
.vr-volume-cta__primary:visited {
  color: #102d4a !important;
  background: #c38b1e !important;

  border: 1px solid #c38b1e;
}

.vr-volume-cta__primary:hover,
.vr-volume-cta__primary:focus-visible {
  color: #ffffff !important;
  background: #a97314 !important;

  border-color: #a97314;

  transform: translateY(-2px);
}

.vr-volume-cta__secondary,
.vr-volume-cta__secondary:visited {
  color: #ffffff !important;
  background: transparent !important;

  border: 1px solid rgba(255, 255, 255, 0.42);
}

.vr-volume-cta__secondary:hover,
.vr-volume-cta__secondary:focus-visible {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1) !important;

  border-color: rgba(255, 255, 255, 0.8);

  transform: translateY(-2px);
}

.vr-volume-cta__primary span,
.vr-volume-cta__secondary span {
  display: block !important;

  color: inherit !important;

  visibility: visible !important;
  opacity: 1 !important;
}

.vr-volume-cta__primary svg,
.vr-volume-cta__secondary svg {
  display: block !important;

  width: 18px;
  height: 18px;

  flex-shrink: 0;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;

  visibility: visible !important;
  opacity: 1 !important;
}

/* =========================================================
   RESPONSIVIDADE
========================================================= */

@media (max-width: 850px) {
  .vr-volume-cta__container {
    grid-template-columns: 1fr;
  }

  .vr-volume-cta__actions {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .vr-volume-cta__container {
    padding: 58px 20px;
  }

  .vr-volume-cta__title {
    font-size: clamp(2rem, 9vw, 2.8rem) !important;
  }
}/* End custom CSS */