@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --primary-red: #db0b0b;
  --primary-red-dark: #b70a0a;
  --body-bg: #f6f6f6;
  --light-card: #f1f1f1;
  --line-soft: #e0e0e0;
  --text-dark: #0d1420;
  --text-muted: #5f6672;
  --white: #ffffff;
}

html,
body {
  margin: 0;
  padding: 0 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: var(--text-dark);
  background: var(--body-bg);
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
}

.modal-header {
  justify-content: space-between;
}

.comparador-page {
  background: var(--body-bg);
}

.comparador-topbar {
  background: var(--white);
  border-bottom: 1px solid #ededed;
  position: relative;
  z-index: 40;
}

.topbar-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar-brand {
  display: inline-flex;
  align-items: center;
  color: var(--text-dark);
}

.topbar-brand img {
  padding: 20px;
  width: 200px;
  max-width: 100%;
  height: auto;
}

.topbar-side {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  margin-left: auto;
}

.safe-note,
.phone-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.safe-note {
  padding: 8px 12px;
  border-radius: 12px;
  background: #ececec;
  border: 1px solid #e2e2e2;
}

.safe-icon,
.phone-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-red);
  border: 1px solid #f0d3d3;
  background-color: #fff;
  font-size: 14px;
}

.safe-note strong,
.phone-note strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #2b303d;
  line-height: 1.15;
}

.safe-note small,
.phone-note small {
  display: block;
  font-size: 13px;
  color: #6a717e;
}

.phone-note {
  background: #f8f8f8;
  border: 1px solid #efefef;
  border-radius: 14px;
  padding: 10px 18px;
}

.phone-note strong {
  color: var(--primary-red);
}

.header {
  overflow: hidden;
}

.comparador-header { 
  background-image: url('/recrutador_assets/img/bg.png');
  background-color: #f3f2f5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  align-items: center;
  padding: 64px 0 140px;
}

.hero-eyebrow {
  margin: 0 0 14px;
  color: var(--primary-red);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-content h1 {
  margin: 0;
  font-size: 50px;
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -1.4px;
  color: var(--text-dark);
  text-wrap: balance;
}

.hero-content h1 span {
  color: var(--primary-red);
  font-weight: 800;
  position: relative;
}

h1 span::after {
  content: "";
  position: absolute;
  right: 0%;
  bottom: -16px;
  width: 50%;
  height: 18px;
  border-top: 5px solid #d60000;
  border-radius: 50%;
  transform: rotate(-2deg);
}
.hero-description {
  margin: 28px 0 24px;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.25;
  color: var(--text-muted);
  font-weight: 300;
}

.hero-benefits {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  width: fit-content;
  margin-bottom: 28px;
}

.hero-benefit {
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  max-width: 230px;
  gap: 10px;
  padding: 0 18px;
  border-right: 1px solid #dddddd;
}

.hero-benefit:first-child {
  padding-left: 0;
}

.hero-benefit:last-child {
  border-right: 0;
  padding-right: 0;
}

.hero-benefit span {
  width: 40px;
  background-color: #fff;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #f1cbcb;
  color: var(--primary-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.hero-benefit p {
  margin: 0;
  font-size: 16px;
  text-wrap: balance;
  font-weight: 600;
  color: #2d3340;
  line-height: 1.2;
}

.hero-cta-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-cta {
  min-height: 42px;
  padding: 14px 24px;
  border-radius: 14px;
  border: 0;
  background: var(--primary-red);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.4px;
  transition: all 0.2s ease;
}

.hero-cta:hover {
  color: var(--white);
  background: var(--primary-red-dark);
}

.hero-proof {
  margin: 0;
  color: #5f6672;
  font-size: 20px;
  font-weight: 600;
}

.section1 {
  position: relative;
  margin-top: 0;
  z-index: 6;
}

.subtract {
  display: none;
}

.form-section {
  background: #e3e3e4;
  margin-bottom: 24px;
}

#contactform {
  padding: 42px 44px 72px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(10, 18, 30, 0.08);
  position: relative;
  top: -50px;
  margin-bottom: 0;
}

.form-step {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  color: var(--text-dark);
  text-align: center;
}

.form-step.active {
  display: flex;
}

.form-step .row {
  width: 100%;
}

.form-step h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #1a1f29;
  line-height: 1.05;
  text-wrap: balance;
}

.form-step h3 .step-icon {
  color: var(--primary-red);
  font-size: 44px;
  margin-right: 10px;
  vertical-align: middle;
}

.form-step h3 .step-icon-img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  margin-right: 10px;
  vertical-align: middle;
}

.form-step h3 .step-icon-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.form-step hr {
  width: 170px;
  height: 5px;
  border: 0;
  opacity: 1;
  margin: 14px auto 8px;
  background: var(--primary-red);
  border-radius: 999px;
}

.form-step h6 {
  margin: 0 0 22px;
  font-size: 20px;
  color: #6d747f;
  font-weight: 500;
}

.radio-buton input[type='radio'] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-buton label {
  width: 100%;
  height: auto;
  min-height: 190px;
  padding: 20px 10px;
  border: 2px solid #dddddf;
  border-radius: 16px;
  margin: 8px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  color: #1a1f29;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  transition: all 0.2s ease;
  cursor: pointer;
}

.option-placeholder-img {
  display: block;
  width: auto;
  max-width: 140px;
  max-height: 95px;
  margin: 0 auto 16px;
}

.radio-buton label img {
  width: 105px;
  margin-bottom: 5px;
  object-fit: contain;
}

.header-txt {
  margin-top: 0;
}

.header-txt img {
  margin-bottom: 0;
  filter: none;
}

.radio-buton label:hover,
.radio-buton input[type='radio']:checked+label {
  border-color: var(--primary-red);
  background: #fff5f5;
}

.customInput {
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}

.customInput label.text {
  font-size: 16px;
  color: #2a3040;
  margin: 0 0 0 14px;
  padding: 0 6px;
  position: relative;
  top: 10px;
  background: #ffffff;
  width: fit-content;
  z-index: 2;
  border-radius: 20px;
}

.customInput input[type='text'].input,
.customInput input[type='email'].input {
  width: 100%;
  height: 56px;
  border: 1px solid #d6d9df;
  border-radius: 10px;
  font-size: 17px;
  padding: 0 12px;
  color: var(--text-dark);
  background: var(--white);
}

.customInput input[type='text'].input:focus,
.customInput input[type='email'].input:focus {
  border-color: var(--primary-red);
  outline: none;
}

input.error {
  border-color: #db524d !important;
}

input.valid {
  border-color: #00ab08 !important;
}

.termContainer {
  width: 100%;
  margin: 16px 0 0;
  display: flex;
  justify-content: center;
  gap: 5px;
  color: #59606c;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}

.termContainer input {
  display: none;
}

.termContainer a {
  color: #59606c;
}

.termContainer a:hover {
  color: #1a1f29 !important;
}

.termContainer svg {
  overflow: visible;
  max-height: 15px;
  max-width: 15px;
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: baseline;
  translate: 0 2px;
}

.path {
  fill: none;
  stroke: #0d1420;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
  stroke-dasharray: 241 9999999;
  stroke-dashoffset: 0;
}

.termContainer input:checked~svg .path {
  stroke-dasharray: 70.5096664428711 9999999;
  stroke-dashoffset: -262.2723388671875;
}

.form-button {
  min-width: 290px;
  height: 56px;
  border: 0;
  border-radius: 12px;
  background: var(--primary-red);
  color: var(--white);
  font-size: 19px;
  font-weight: 700;
  padding: 0 28px;
  margin-top: 18px;
  transition: all 0.2s ease;
}

.form-button:hover {
  background: var(--primary-red-dark);
}

.time-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin: 0;
  position: absolute;
  right: 22px;
  bottom: 18px;
}

.time-box h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  color: #4f5662;
}

.time-box svg {
  scale: 0.85;
  animation: upDown 4s ease-in-out infinite;
}

.loader-circle,
.loader-pointer,
.loader-line {
  fill: none;
  stroke-width: 1.4px;
  stroke: var(--primary-red);
}

.loader-center {
  fill: var(--primary-red);
}

.loader-pointer {
  transform-origin: bottom center;
  animation: spin 10s linear infinite;
}

.loader-line {
  transform-origin: bottom center;
  animation: spin 60s linear infinite;
}

.error {
  color: #db524d;
  font-size: 12px;
}

.radio-errors {
  min-height: 16px;
  margin-top: 3px;
}

.ty-offers-panel {
  background: #efefef;
  border-radius: 28px;
  padding: 36px 26px 34px;
  margin: -24px auto 26px;
}

.ty-offers-title {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: #353949;
  line-height: 1.1;
  margin-bottom: 24px;
}

.ty-offers-title span {
  color: var(--primary-red);
}

.ty-offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ty-offer-card {
  background: #f7f7f7;
  border-radius: 16px;
  box-shadow: 0 2px 7px 5px rgba(216, 216, 216, 0.6);
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: inherit;
  text-decoration: none;
}

.ty-offer-card img {
  width: min(220px, 100%);
  height: 70px;
  object-fit: contain;
  margin: 8px 0 12px;
}

.ty-offer-card h4 {
  margin: 0 0 10px;
  color: #1f2533;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}

.ty-offer-card p {
  margin: 0 0 16px;
  color: #2b2f3b;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}

.ty-offer-card::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  margin-bottom: 14px;
}

.ty-offer-cta {
  display: flex;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 48px;
  border-radius: 14px;
  background: var(--primary-red);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
}

.ty-offer-card:hover .ty-offer-cta {
  background: var(--primary-red-dark);
}

.popup {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-content {
  background: var(--white);
  border-radius: 20px;
  padding: 40px;
  width: min(620px, 95%);
  min-height: 280px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ty-popup-wrap {
  background: rgba(0, 0, 0, 0.5);
}

.ty-popup {
  position: relative;
  border-radius: 30px;
  background: #fbfbfb;
  padding: 50px 40px;
  text-align: center;
  width: min(650px, 95%);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: tyPopupScaleLoop 1.2s ease-in-out infinite alternate;
}

.ty-popup h3 {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  text-wrap: balance;
}

.ty-popup h3 span {
  color: var(--primary-red);
}

.ty-popup img {
  width: min(150px, 100%);
  max-width: 100%;
  object-fit: contain;
  height: auto;
  z-index: -1;
  margin: 0;
}

.ty-popup p {
  margin: 0;
  color: #353949;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 600;
  text-wrap: balance;
}

.ty-popup .close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: none;
  background: var(--primary-red);
  color: var(--white);
  font-size: 33px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ty-popup .close-popup:hover {
  transform: scale(1.08);
}

.ty-popup-message {
  animation: none;
}

.ty-popup-offer {
  width: min(760px, 94%);
  min-height: auto;
  padding: 26px 36px 30px;
  border-radius: 20px;
  background: #f7f7f7;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  animation: none;
  gap: 25px;
  overflow: hidden;
}

.ty-popup-offer--confetti::before,
.ty-popup-offer--confetti::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.ty-popup-offer--confetti::before {
  top: 18px;
  left: 50%;
  width: 420px;
  height: 110px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 8% 60%, #db0b0b 0 2px, transparent 2.5px),
    radial-gradient(circle at 17% 28%, #f6c64a 0 1.6px, transparent 2.2px),
    radial-gradient(circle at 26% 72%, #db0b0b 0 1.8px, transparent 2.3px),
    radial-gradient(circle at 39% 38%, #f6c64a 0 1.4px, transparent 2px),
    radial-gradient(circle at 53% 66%, #db0b0b 0 2px, transparent 2.5px),
    radial-gradient(circle at 67% 34%, #f6c64a 0 1.6px, transparent 2.2px),
    radial-gradient(circle at 79% 68%, #db0b0b 0 1.8px, transparent 2.3px),
    radial-gradient(circle at 92% 44%, #f6c64a 0 1.5px, transparent 2px);
  opacity: 0.9;
}

.ty-popup-offer--confetti::after {
  top: 30px;
  left: 50%;
  width: 360px;
  height: 92px;
  transform: translateX(-50%);
  background:
    linear-gradient(40deg, transparent 0 42%, #db0b0b 42% 58%, transparent 58% 100%) 12% 52% / 12px 3px no-repeat,
    linear-gradient(-38deg, transparent 0 42%, #db0b0b 42% 58%, transparent 58% 100%) 24% 36% / 11px 3px no-repeat,
    linear-gradient(45deg, transparent 0 42%, #f6c64a 42% 58%, transparent 58% 100%) 37% 62% / 10px 3px no-repeat,
    linear-gradient(-42deg, transparent 0 42%, #db0b0b 42% 58%, transparent 58% 100%) 48% 28% / 12px 3px no-repeat,
    linear-gradient(36deg, transparent 0 42%, #f6c64a 42% 58%, transparent 58% 100%) 61% 66% / 11px 3px no-repeat,
    linear-gradient(-36deg, transparent 0 42%, #db0b0b 42% 58%, transparent 58% 100%) 72% 44% / 12px 3px no-repeat,
    linear-gradient(42deg, transparent 0 42%, #f6c64a 42% 58%, transparent 58% 100%) 86% 58% / 10px 3px no-repeat;
  opacity: 0.85;
}

.ty-popup-offer .close-popup {
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  font-size: 26px;
  background: #dddddd;
  color: #3f4348;
  z-index: 4;
}

.radio-label--brand {
  justify-content: center !important;
  padding: 22px 18px !important;
  min-height: 116px !important;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 14px;
  width: 100%;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.4px;
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.brand-logo--verisure {
  color: #00a651;
  font-weight: 800;
}

.brand-logo--prosegur {
  color: #f2a100;
  font-weight: 800;
}

.brand-logo--sector {
  color: #ff5b4d;
  font-weight: 700;
}

.brand-logo--nos {
  color: #151515;
  font-weight: 800;
}

.brand-logo--ajax {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.brand-logo--outra {
  color: #303543;
  font-weight: 700;
  gap: 10px;
}

.ty-offers-grid--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ty-offer-icon {
  width: 88px;
  height: 88px;
  border-radius: 22px;
  margin: 8px 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff 0%, #f4f4f4 100%);
  border: 1px solid #e2e2e2;
  color: var(--primary-red);
  font-size: 42px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.form-loading-screen {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  z-index: 20;
  padding: 24px;
}

#contactform.is-submitting .form-loading-screen {
  display: flex;
}

.form-loading-card {
  width: min(100%, 420px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.form-loading-card img {
  width: min(180px, 100%);
  height: auto;
  object-fit: contain;
}

.form-loading-card p {
  margin: 0;
  color: #1f2533;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}

.form-loading-spinner {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 4px solid rgba(219, 11, 11, 0.18);
  border-top-color: var(--primary-red);
  animation: spinLoader 0.8s linear infinite;
}

@keyframes spinLoader {
  to {
    transform: rotate(360deg);
  }
}

.ty-popup-top-badge {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #ffffff;
  border: 5px solid #ececec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ty-popup-top-badge .ty-home {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--primary-red);
  color: #ffffff;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ty-popup-top-badge .ty-check {
  position: absolute;
  right: -4px;
  bottom: -2px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #32b256;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ty-popup-offer h3 {
  font-size: clamp(28px, 3vw, 45px);
  line-height: 1.05;
  color: #1d2129;
  margin-top: 0;
}

.ty-popup-offer h3 span {
  color: var(--primary-red);
}

.ty-popup-subtitle {
  margin: 0;
  color: #303542;
  font-size: 20px;
  line-height: 1.35;
}

.ty-popup-subtitle strong {
  font-weight: 700;
}

img.ty-popup-mascot {
  position: absolute;
  width: min(200px, 100%);
  right: -80px;
  top: 2px; 
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.ty-prosegur-card {
  width: 80%;
  min-width: 320px;
  max-width: 100%;
  border-radius: 14px;
  background: linear-gradient(135deg, #f7be2f 0%, #f3b31a 100%);
  border: 1px solid #e9ad1f;
  padding: 16px 18px 12px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.ty-prosegur-card img {
  width: min(300px, 76%);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.ty-prosegur-check {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #ffffff;
  color: #35af54;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.ty-prosegur-certified {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 600;
  color: #2a2f3b;
  background: #fff2cc;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  padding: 6px 12px;
}

.ty-contact-strip {
  width: 100%;
  border-radius: 10px;
  background: #f1f1f1;
  border: 1px solid #e6e6e6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.ty-contact-item {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
}

.ty-contact-item:first-child {
  border-right: 1px solid #dfdfdf;
}

.ty-contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: var(--primary-red);
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ty-contact-item img {
  max-width: 140px;
  width: 100%;
  height: auto;
}

.ty-popup-top-badge,
.ty-popup-offer h3,
.ty-popup-subtitle,
.ty-prosegur-card,
.ty-contact-strip,
.ty-benefits {
  position: relative;
  z-index: 3;
}

.ty-contact-item p {
  margin: 0;
  text-align: left;
  font-size: 15px;
  line-height: 1.2;
  color: #2f3441;
}

.ty-contact-item p strong {
  color: var(--primary-red);
}

.ty-benefits {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 14px;
}

.ty-benefit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ty-benefit i {
  color: var(--primary-red);
  font-size: 23px;
}

.ty-benefit p {
  margin: 0;
  text-align: left;
  color: #272c38;
  line-height: 1.1;
}

.ty-benefit p strong,
.ty-benefit p span {
  display: block;
}

.ty-benefit p strong {
  font-size: 15px;
  font-weight: 700;
}

.ty-benefit p span {
  font-size: 12px;
  color: #646b78;
}

.message-box h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-red);
  margin: 0 0 14px;
}

.message-box h3 span {
  border-bottom: 4px solid var(--primary-red);
}

.message-box p {
  margin: 0;
  color: var(--text-dark);
  font-size: 17px;
}

.modal .btn {
  background-color: var(--primary-red) !important;
  color: var(--white) !important;
}

#section-ads {
  display: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }

  to {
    transform: rotate(360deg);
    transform-origin: 50% 50%;
  }
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes tyPopupScaleLoop {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.1);
  }
}

@media only screen and (max-width: 1199px) {
  .topbar-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 18px 0;
    gap: 14px;
  }

  .form-section {
    background: #f6f6f6;
  }

  .topbar-brand img {
      padding: 0;
  }

  .topbar-side {
    margin-left: auto;
  }

  .comparador-header {
    position: relative;
    isolation: isolate;
    background: #f6f6f6;
    background-image: none;
    min-height: 600px;
    padding: 10px 0 120px;
  }

  .ty-popup-mascot {
    right: -58px;
    top: 90px;
  }

  .comparador-header .container {
    position: relative;
    z-index: 2;
  }

  .comparador-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/recrutador_assets/img/background_devices.png') no-repeat right bottom;
    background-size: 450px;
    z-index: 0;
    pointer-events: none;
  }

  .comparador-header::after {
    content: '';
    position: absolute;
    left: 36%;
    bottom: 0;
    width: 300px;
    height: 300px;
    background: url(/recrutador_assets/img/mascot.png) no-repeat right bottom;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }

  .hero-benefits {
    margin-bottom: 50px;
  }

  .hero-benefit span {
    width: 35px;
    height: 35px;
  }

  .hero-content h1 {
    font-size: 52px;
  }

  .hero-description {
    font-size: 20px;
  }

  .hero-benefit p {

    font-size: 14px;
  }

  .hero-benefit {
    max-width: 200px;
    width: auto;
    padding: 0 15px;
  }

  .hero-cta {
    font-size: 20px;
  }

  #contactform {
    padding: 36px 26px 62px;
  }

  .form-step h3 {
    font-size: 36px;
  }

  .form-step h6 {
    font-size: 23px;
  }

  .radio-buton label {
    font-size: 20px;
    min-height: 156px;
  }

  .ty-offer-card h4 {
    font-size: 24px;
  }

  .ty-offer-card p {
    font-size: 15px;
  }

  .ty-offer-card::after {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .comparador-header .container {
    display: flex;
    justify-content: center;
  }

  .topbar-inner {
    min-height: 0;
    padding: 10px 0;
  }

  .topbar-brand img {
    width: 150px;
    padding: 0;
  }

  .topbar-side {
    display: none;
  }

  .safe-note {
    border-right: 0;
    padding-right: 0;
  }

  .comparador-header {
    min-height: 560px;
    background: #f6f6f6;
    background-image: none;
  }

  .form-section {
    background: #f6f6f6;
  }

  .comparador-header::before {
    background-size: 300px auto;
    background-position: right bottom;
  }

  .comparador-header::after {
    left: 0;
    width: min(32vw, 210px);
    height: min(48vw, 330px);
  }

  .hero-content {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-eyebrow {
    font-size: 16px;
  }

  .hero-content h1 {
    font-size: 44px;
  }

  .hero-description {
    font-size: 18px;
    max-width: 100%;
    text-wrap: balance;
  }

  .hero-cta-wrap {
    justify-content: center;
  }

  .hero-cta {
    width: 100%;
    max-width: 320px;
    font-size: 16px;
  }

  .hero-proof {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .hero-proof img {
    width: 120px;
  }


  #contactform {
    border-radius: 18px;
  }

  .form-step h3 {
    font-size: 24px;
  }

  .form-step h3 .step-icon {
    font-size: 30px;
    margin-right: 6px;
  }

  .form-step h3 .step-icon-img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }

  .form-step h6 {
    font-size: 18px;
  }

  .radio-buton label {
    font-size: 20px;
    min-height: 145px;
  }

  .option-placeholder-img {
    max-width: 105px;
    max-height: 74px;
    margin-bottom: 12px;
  }

  .time-box {
    right: 14px;
    bottom: 12px;
  }

  .ty-popup-offer {
    width: min(620px, 94%);
    padding: 22px 16px 20px;
    border-radius: 16px;
    gap: 10px;
  }

  .ty-popup-offer--confetti::before {
    top: 16px;
    width: 300px;
    height: 90px;
  }

  .ty-popup-offer--confetti::after {
    top: 24px;
    width: 260px;
    height: 72px;
  }

  .ty-popup-offer h3 {
    font-size: 35px;
    max-width: 90%;
  }

  .ty-popup-subtitle {
    font-size: 15px;
  }

  .ty-popup-mascot {
    right: -56px;
    top: -20px;
    width: min(28%, 130px);
  }

  .ty-prosegur-card img {
    width: min(270px, 80%);
  }

  .ty-contact-strip {
    grid-template-columns: 1fr;
  }

  .ty-contact-item:first-child {
    border-right: 0;
    border-bottom: 1px solid #dfdfdf;
  }

  .ty-benefits {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media(max-width: 768px) {
  .radio-buton label {
    min-height: 0;
    ;
  }

  .hero-proof,
  .hero-benefits {
    display: none;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .comparador-header {
    min-height: 50px;
    padding-top: 15px;
  }

  .comparador-header::after {
    width: 150px;
  }
}

@media only screen and (max-width: 575px) {
  .topbar-inner {
    min-height: 0;
  }

  .ty-popup p {
    margin: 20px auto;
    text-wrap: balance;
    font-size: 16px;
  }

  .ty-popup-mascot {
    display: none;
  }

  .hero-eyebrow {
    text-wrap: balance;
  }

  .safe-note,
  .phone-note {
    width: 100%;
    justify-content: center;
  }

  .comparador-header {
    padding: 34px 0 92px;
    min-height: 300px;
  }

  .comparador-header::before {
    display: none;
  }

  .comparador-header::after {
    right: -4px;
    bottom: -20px;
    width: 120px;
    height: min(64vw, 250px);
  }

  .hero-eyebrow {
    font-size: 14px;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-description {
    font-size: 16px;
    margin: 16px 0;
  }

  .hero-benefits {
    margin-bottom: 20px;
  }

  .hero-benefit span {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .hero-benefit p {
    font-size: 14px;
  }

  .hero-cta {
    min-height: 54px;
    font-size: 16px;
    padding: 10px 18px;
  }

  .hero-proof {
    font-size: 14px;
  }

  #contactform {
    padding: 26px 14px 54px;
    border-radius: 14px;
  }

  .form-step h3 {
    font-size: 24px;
  }

  .form-step h6 {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .form-step hr {
    width: 120px;
    height: 4px;
  }

  .radio-buton label {
    min-height: 124px;
    font-size: 22px;
    border-radius: 12px;
  }

  .option-placeholder-img {
    max-width: 92px;
    max-height: 62px;
  }

  .form-button {
    width: 100%;
    min-width: 0;
  }

  .ty-offers-title {
    font-size: 34px;
  }

  .ty-offers-grid {
    grid-template-columns: 1fr;
  }

  .time-box h3 {
    font-size: 12px;
  }

  .ty-popup-offer .close-popup {
    top: 8px;
    right: 8px;
  }

  .ty-popup-top-badge {
    width: 54px;
    height: 54px;
  }

  .ty-popup-top-badge .ty-home {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .ty-popup-top-badge .ty-check {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .ty-popup-offer h3 {
    font-size: 30px;
    max-width: 100%;
  }

  .ty-popup-offer--confetti::before,
  .ty-popup-offer--confetti::after {
    opacity: 0.7;
  }

  .ty-popup-subtitle {
    font-size: 14px;
    line-height: 1.3;
  }

  .ty-popup-mascot {
    top: 86px;
    width: 112px;
  }

  .ty-prosegur-card {
    width: 100%;
    min-width: 0;
    padding: 13px 12px 10px;
    gap: 8px;
  }

  .ty-prosegur-card img {
    width: min(220px, 78%);
  }

  .ty-prosegur-certified {
    font-size: 13px;
    padding: 5px 9px;
  }

  .ty-contact-item {
    min-height: 60px;
    padding: 8px 10px;
  }

  .ty-contact-item img {
    width: 50px;
  }

  .ty-contact-item p {
    font-size: 13px;
  }

  .ty-benefits {
    gap: 10px;
  }

  .ty-benefit i {
    font-size: 20px;
  }

  .ty-benefit p strong {
    font-size: 13px;
  }

  .ty-benefit p span {
    font-size: 11px;
  }

  .ty-contact-strip {
    display: none;
  }
}

@media(max-width: 450px) {
  .comparador-header {
    min-height: 0;
    padding-bottom: 160px;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .hero-description {
    font-size: 16px;
  }
}

.radio-label--brand {
  min-height: 180px !important;
  justify-content: flex-start !important;
}

.brand-option-img {
  width: 180px !important;
  max-height: 110px;
  margin-bottom: 0 !important;
}

.brand-option-text {
  display: block;
  color: #1f2533;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}

.radio-label--brand-text-only {
  justify-content: center !important;
}

.form-loading-screen {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 1100;
  padding: 24px;
}

.form-loading-card {
  width: min(620px, 95%);
  min-height: 280px;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
  background: var(--white);
}

.form-loading-card img {
  width: min(170px, 100%);
}

.form-loading-card p {
  color: #353949;
}

.ty-offer-card img {
  width: min(220px, 100%);
  height: 76px;
  object-fit: contain;
  margin: 8px 0 18px;
}

@media only screen and (max-width: 1199px) {
  .brand-option-img {
    width: 180px !important;
    max-height: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .brand-option-img {
    width: 180px !important;
    max-height: 110px;
  }
}

@media only screen and (max-width: 575px) {
  .radio-label--brand {
    min-height: 168px !important;
  }
.termContainer{
  display: inline;
}
  .brand-option-img {
    width: 180px !important;
    max-height: 110px;
  }

  .brand-option-text {
    font-size: 18px;
  }

  .form-loading-card {
    padding: 30px 22px;
    min-height: 250px;
  }

  .form-loading-card p {
    font-size: 20px;
  }
}
