.elementor-87 .elementor-element.elementor-element-0b23e32{--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-87 .elementor-element.elementor-element-258d580{--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-87 .elementor-element.elementor-element-0646d04{--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-87 .elementor-element.elementor-element-69a56fd{--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-87 .elementor-element.elementor-element-fdaf73e{--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;}/* Start custom CSS for container, class: .elementor-element-258d580 */.cc-header{
  position:relative;
  z-index:40;
  padding:18px 0;
  background:linear-gradient(180deg, #db171d 0%, #d3141a 100%);
}

.cc-header-wrap{
  position:relative;
  display:flex;
  align-items:center;
  gap:28px;
}

.cc-logo{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  flex-shrink:0;
}

.cc-logo-icon{
  width:58px;
  height:58px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.cc-logo-icon svg{
  width:100%;
  height:100%;
  display:block;
}

.cc-logo-text{
  display:flex;
  flex-direction:column;
  line-height:1.02;
}

.cc-logo-text strong{
  font-size:1rem;
  font-weight:800;
}

.cc-logo-text span{
  font-size:0.72rem;
  font-weight:700;
  opacity:0.97;
}

.cc-nav{
  display:flex;
  align-items:center;
  gap:18px;
  margin-left:auto;
}

.cc-nav a{
  color:#fff;
  font-size:0.92rem;
  font-weight:800;
  line-height:1.15;
  opacity:0.97;
  transition:all .25s ease;
}

.cc-nav a:hover{
  opacity:1;
}

.cc-nav a.active{
  background:rgba(255,255,255,0.18);
  padding:13px 18px;
  border-radius:16px;
}

.cc-header-actions{
  display:flex;
  align-items:center;
  gap:14px;
}

.cc-menu-toggle{
  display:none;
  position:absolute;
  top:6px;
  right:0;
  width:52px;
  height:52px;
  border:none;
  border-radius:14px;
  background:rgba(255,255,255,0.14);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  z-index:80;
  padding:0;
}

.cc-menu-toggle span{
  width:22px;
  height:2.5px;
  border-radius:20px;
  background:#fff;
  display:block;
  transition:all .3s ease;
}
.ccx-heart-main,
.ccx-heart-mini {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ccx-heart-main img,
.ccx-heart-mini img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ccx-heart-main {
  width: 360px;   /* ajuste se quiser maior/menor */
  max-width: 100%;
}

.ccx-heart-mini {
  width: 78px;    /* ajuste fino da logo pequena */
}
.cc-profissionais-page {
  background: #f5f5f5;
  overflow: hidden;
}

.cc-container {
  width: min(1240px, 92%);
  margin: 0 auto;
}

.cc-convenios-page {
  background: #f5f5f5;
  overflow: hidden;
}

.cc-container {
  width: min(1240px, 92%);
  margin: 0 auto;
}

.cc-depoimentos-page {
  background: #f5f5f5;
  overflow: hidden;
}

.cc-container {
  width: min(1240px, 92%);
  margin: 0 auto;
}

/* HERO INTERNO */
.cc-internal-hero {
  position: relative;
  background: linear-gradient(135deg, #f31818 0%, #de1010 55%, #d30d0d 100%);
  padding: 150px 0 150px;
  overflow: hidden;
}

.cc-internal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.08), transparent 28%);
  pointer-events: none;
}

.cc-breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.92);
  margin-bottom: 26px;
}

.cc-breadcrumb a {
  color: rgba(255,255,255,0.92);
  text-decoration: none;
}

.cc-internal-hero__content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.cc-internal-hero__content h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.cc-internal-hero__content p {
  margin: 0;
  color: rgba(255,255,255,0.95);
  font-size: 20px;
  line-height: 1.55;
  font-weight: 500;
  max-width: 760px;
}

.cc-internal-hero__curve {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  line-height: 0;
}

.cc-internal-hero__curve svg {
  display: block;
  width: 100%;
  height: 165px;
}

.cc-internal-hero__curve path {
  fill: #f5f5f5;
}

/* GRID DE DEPOIMENTOS */
.cc-testimonials-section {
  padding: 52px 0 96px;
}

.cc-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.cc-testimonial-card {
  position: relative;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(239,27,27,0.06);
  border-radius: 20px;
  padding: 28px 28px 24px;
  min-height: 290px;
  box-shadow: 0 16px 36px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

.cc-testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

.cc-testimonial-stars {
  color: #ef1b1b;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 18px;
  font-weight: 800;
}

.cc-testimonial-quote {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(239,27,27,0.12);
  font-size: 64px;
  line-height: 1;
  font-weight: 800;
  pointer-events: none;
}

.cc-testimonial-card p {
  margin: 0 0 26px;
  color: #6f6f6f;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.cc-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.cc-testimonial-avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: rgba(239,27,27,0.10);
  color: #ef1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
}

.cc-testimonial-author strong {
  display: block;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 4px;
}

.cc-testimonial-author span {
  display: block;
  color: #9a9a9a;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
}

/* ESTATÍSTICAS */
.cc-testimonials-stats {
  padding: 82px 0;
  background: rgba(0,0,0,0.04);
}

.cc-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: center;
  text-align: center;
}

.cc-stat-item strong {
  display: block;
  color: #ef1b1b;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.cc-stat-item span {
  display: block;
  color: #7c7c7c;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
.cc-counter {
  display: block;
  will-change: contents;
}
/* FORMULÁRIO */
.cc-testimonials-form-section {
  padding: 90px 0 110px;
}

.cc-testimonials-form-box {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.cc-testimonials-form-box h2 {
  margin: 0 0 16px;
  color: #151515;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.cc-testimonials-form-box p {
  margin: 0 auto 30px;
  max-width: 720px;
  color: #757575;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.cc-testimonials-form-placeholder {
  max-width: 520px;
  margin: 0 auto;
  min-height: 82px;
  border-radius: 16px;
  border: 1px dashed rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #9a9a9a;
  font-size: 15px;
  font-weight: 500;
}

/* CTA FINAL */
.cc-final-cta {
  position: relative;
  background: linear-gradient(135deg, #f31818 0%, #de1010 55%, #d30d0d 100%);
  padding: 92px 0;
  overflow: hidden;
}

.cc-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.10), transparent 22%),
    radial-gradient(circle at 40% 50%, rgba(255,255,255,0.06), transparent 18%),
    radial-gradient(circle at 60% 50%, rgba(255,255,255,0.06), transparent 18%);
  pointer-events: none;
}

.cc-final-cta__content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.cc-final-cta__content h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.cc-final-cta__content p {
  margin: 0 auto 28px;
  max-width: 720px;
  color: rgba(255,255,255,0.94);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}

.cc-final-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* BOTÕES */
.cc-white-btn,
.cc-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cc-white-btn {
  background: #fff;
  color: #ef1b1b;
  border: 2px solid #fff;
  min-width: 220px;
}

.cc-white-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(0,0,0,0.14);
}

.cc-outline-btn {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.75);
  min-width: 220px;
}

.cc-outline-btn:hover {
  background: #fff;
  color: #ef1b1b;
  border-color: #fff;
  transform: translateY(-3px);
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .cc-internal-hero {
    padding: 150px 0 125px;
  }

  .cc-internal-hero__content p {
    font-size: 17px;
  }

  .cc-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .cc-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 34px;
  }

  .cc-testimonials-section {
    padding: 48px 0 82px;
  }

  .cc-testimonials-form-section {
    padding: 78px 0 92px;
  }
}

@media (max-width: 767px) {
  .cc-breadcrumb {
    font-size: 12px;
    margin-bottom: 18px;
  }

  .cc-internal-hero__content h1 {
    font-size: 40px;
  }

  .cc-internal-hero__content p {
    font-size: 15px;
  }

  .cc-internal-hero__curve svg {
    height: 95px;
  }

  .cc-testimonial-card {
    padding: 22px 20px 20px;
    border-radius: 18px;
    min-height: auto;
  }

  .cc-testimonial-stars {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .cc-testimonial-quote {
    top: 14px;
    right: 16px;
    font-size: 52px;
  }

  .cc-testimonial-card p,
  .cc-testimonials-form-box p,
  .cc-final-cta__content p {
    font-size: 15px;
  }

  .cc-stats-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cc-testimonials-stats {
    padding: 66px 0;
  }

  .cc-testimonials-form-placeholder {
    min-height: 72px;
    font-size: 14px;
  }

  .cc-white-btn,
  .cc-outline-btn {
    width: 100%;
    min-height: 54px;
    font-size: 14px;
    padding: 0 20px;
  }

  .cc-final-cta {
    padding: 72px 0;
  }

  .cc-final-cta__buttons {
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .cc-internal-hero__content h1 {
    font-size: 34px;
  }

  .cc-testimonials-form-box h2,
  .cc-final-cta__content h2 {
    font-size: 29px;
  }

  .cc-stat-item strong {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0b23e32 */html,
body{
  overflow-x: hidden;
}

.ccx-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
  background: linear-gradient(180deg, #db171d 0%, #d3141a 100%);
  transition: all 0.3s ease;
}

body.admin-bar .ccx-header{
  top: 32px;
}

.ccx-header__container{
  width: min(1320px, 96%);
  margin: 0 auto;
}

.ccx-header__wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  position: relative;
}

.ccx-header__logo{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex: 0 0 230px;
  max-width: 230px;
  min-width: 230px;
}

.ccx-header__logo-image{
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ccx-header__logo-image img{
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.ccx-header__logo-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  min-width: 0;
}

.ccx-header__logo-text strong{
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
}

.ccx-header__logo-text span{
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.05;
  margin-top: 2px;
}

.ccx-header__nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex: 1 1 auto;
  min-width: 0;
}

.ccx-header__nav a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.ccx-header__actions{
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.ccx-header__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 14px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.ccx-header__btn--outline{
  color: #fff;
  border: 2px solid rgba(255,255,255,0.9);
  background: transparent;
}

.ccx-header__btn--light{
  background: #fff;
  color: #d31a1f;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.ccx-header__toggle{
  display: none;
  position: absolute;
  top: 4px;
  right: 0;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 14px;
  background: rgba(255,255,255,0.14);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  z-index: 30;
}

.ccx-header__toggle span{
  width: 22px;
  height: 2.5px;
  border-radius: 20px;
  background: #fff;
  display: block;
  transition: all 0.3s ease;
}

/* ESTADO AO ROLAR */
/* HEADER BRANCA AO ROLAR */
.ccx-header.is-scrolled{
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* TEXTO DA LOGO */
.ccx-header.is-scrolled .ccx-header__logo-text strong,
.ccx-header.is-scrolled .ccx-header__logo-text span{
  color: #d31a1f !important;
  opacity: 1 !important;
}

/* LINKS DO MENU */
.ccx-header.is-scrolled .ccx-header__nav a{
  color: #d31a1f !important;
  opacity: 1 !important;
}

/* HOVER */
.ccx-header.is-scrolled .ccx-header__nav a:hover{
  color: #b8141a !important;
  opacity: 1 !important;
}

/* ITEM ATIVO */
.ccx-header.is-scrolled .ccx-header__nav a.is-active{
  color: #d31a1f !important;
  background: rgba(211,26,31,0.10) !important;
  opacity: 1 !important;
}

/* BOTÃO OUTLINE */
.ccx-header.is-scrolled .ccx-header__btn--outline{
  color: #d31a1f !important;
  border-color: #d31a1f !important;
  background: transparent !important;
}

/* BOTÃO PRINCIPAL */
.ccx-header.is-scrolled .ccx-header__btn--light{
  background: #d31a1f !important;
  color: #ffffff !important;
}

/* MENU MOBILE */
.ccx-header.is-scrolled .ccx-header__toggle{
  background: rgba(211,26,31,0.08) !important;
}

.ccx-header.is-scrolled .ccx-header__toggle span{
  background: #d31a1f !important;
}

/* TABLET/MOBILE */
@media (max-width: 1024px){
  .ccx-header__wrap{
    flex-direction: column;
    align-items: stretch;
    padding-top: 70px;
  }

  .ccx-header__logo{
    position: absolute;
    top: 0;
    left: 0;
    max-width: calc(100% - 70px);
  }

  .ccx-header__nav,
  .ccx-header__actions{
    display: none;
  }

  .ccx-header__toggle{
    display: flex;
  }

  .ccx-header.is-open .ccx-header__nav,
  .ccx-header.is-open .ccx-header__actions{
    display: flex;
    width: 100%;
  }

  .ccx-header.is-open .ccx-header__nav{
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 22px;
    margin-top: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.06));
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 24px;
  }

  .ccx-header.is-scrolled.is-open .ccx-header__nav{
    background: #fff;
    border: 1px solid rgba(211,26,31,0.12);
  }

  .ccx-header.is-open .ccx-header__actions{
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
  }

  .ccx-header.is-open .ccx-header__actions .ccx-header__btn{
    width: 100%;
  }
}

@media (max-width: 767px){
  .ccx-header{
    padding: 12px 0;
  }

  .ccx-header__logo-image{
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .ccx-header__logo-text strong{
    font-size: 0.9rem;
  }

  .ccx-header__logo-text span{
    font-size: 0.62rem;
  }
}

@media (max-width: 782px){
  body.admin-bar .ccx-header{
    top: 46px;
  }
}
.ccx-hero,
.ccx-hero *{
  box-sizing: border-box;
}

.ccx-hero{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 88%, rgba(255,255,255,0.05), transparent 30%),
    radial-gradient(circle at 83% 11%, rgba(255,255,255,0.07), transparent 24%),
    linear-gradient(180deg, #dc171d 0%, #d51219 52%, #c80e14 100%);
  color: #fff;
  min-height: 100vh;
  padding-top: 120px;
}

body.admin-bar .ccx-hero{
  padding-top: 152px;
}

.ccx-hero__container{
  width: min(1320px, 92%);
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.ccx-hero__grid{
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: 32px;
  padding: 48px 0 150px;
}

.ccx-hero__content{
  min-width: 0;
  max-width: 720px;
}

.ccx-hero__title{
  margin: 0 0 32px;
  font-size: clamp(3.0rem, 7vw, 4.0rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
  font-weight: 700;
  color: #fff;
}

.ccx-hero__text{
  margin: 0 0 34px;
  max-width: 690px;
  font-size: 1.14rem;
  line-height: 1.48;
  color: rgba(255,255,255,0.96);
  font-weight: 500;
}

.ccx-hero__buttons{
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.ccx-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 34px;
  border-radius: 16px;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ccx-btn--light{
  background: #fff;
  color: #d31a1f;
  box-shadow: 0 10px 28px rgba(0,0,0,0.14);
}

.ccx-btn--light:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(0,0,0,0.18);
}

.ccx-btn--outline{
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.9);
}

.ccx-btn--outline:hover{
  background: rgba(255,255,255,0.08);
  transform: translateY(-3px);
}

.ccx-hero__badges{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

.ccx-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.96);
  font-size: 0.98rem;
  font-weight: 700;
}

.ccx-badge svg{
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}

.ccx-hero__visual{
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ccx-visual{
  position: relative;
  width: 690px;
  max-width: 100%;
  height: 500px;
}

.ccx-heart-main{
  position: absolute;
  left: 54px;
  top: 110px;
  width: 320px;
  z-index: 4;
}

.ccx-heart-main svg,
.ccx-heart-mini svg{
  width: 100%;
  height: auto;
  display: block;
}

.ccx-heart-mini{
  position: absolute;
  right: 146px;
  top: 173px;
  width: 74px;
  z-index: 5;
}

.ccx-ripple{
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.ccx-ripple--1{
  width: 330px;
  height: 330px;
  right: 64px;
  top: 42px;
  background: rgba(255,255,255,0.15);
}

.ccx-ripple--2{
  width: 415px;
  height: 415px;
  right: 20px;
  top: 0;
  background: rgba(255,255,255,0.09);
}

.ccx-ripple--3{
  width: 500px;
  height: 500px;
  right: -18px;
  top: -42px;
  background: rgba(255,255,255,0.05);
}

.ccx-card{
  position: absolute;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,0.93);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 18px 22px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.14);
}

.ccx-card--top{
  top: 42px;
  right: 22px;
  width: 430px;
  animation: ccxFloatOne 5s ease-in-out infinite;
}

.ccx-card--bottom{
  bottom: 56px;
  right: 58px;
  width: 405px;
  animation: ccxFloatTwo 6s ease-in-out infinite;
}

.ccx-card__icon{
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: rgba(213,26,32,0.08);
  color: #de4a4f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ccx-card__icon svg{
  width: 21px;
  height: 21px;
  display: block;
}

.ccx-card__text{
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.ccx-card__text strong{
  color: #222;
  font-size: 1rem;
  font-weight: 900;
}

.ccx-card__text span{
  color: #6e6e6e;
  font-size: 0.78rem;
  font-weight: 500;
}

.ccx-wave{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 2;
  line-height: 0;
}

.ccx-wave svg{
  width: 100%;
  height: 120px;
  display: block;
}

.ccx-hero__bg{
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.ccx-hero__bg--left{
  width: 760px;
  height: 760px;
  left: -220px;
  bottom: -470px;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 70%);
}

.ccx-hero__bg--right{
  width: 520px;
  height: 520px;
  right: -130px;
  top: -90px;
  background: radial-gradient(circle, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0) 68%);
}

@keyframes ccxFloatOne{
  0%,100%{transform: translateY(0);}
  50%{transform: translateY(-10px);}
}

@keyframes ccxFloatTwo{
  0%,100%{transform: translateY(0);}
  50%{transform: translateY(-13px);}
}

@media (max-width: 1280px){
  .ccx-visual{
    width: 620px;
    height: 470px;
  }

  .ccx-heart-main{
    left: 32px;
    top: 112px;
    width: 288px;
  }

  .ccx-heart-mini{
    right: 126px;
    top: 175px;
    width: 64px;
  }

  .ccx-ripple--1{
    width: 300px;
    height: 300px;
    right: 50px;
  }

  .ccx-ripple--2{
    width: 375px;
    height: 375px;
    right: 14px;
  }

  .ccx-ripple--3{
    width: 450px;
    height: 450px;
    right: -18px;
    top: -20px;
  }

  .ccx-card--top{
    width: 380px;
    right: 10px;
  }

  .ccx-card--bottom{
    width: 360px;
    right: 38px;
  }
}

@media (max-width: 1024px){
  .ccx-hero{
    min-height: auto;
    padding-top: 120px;
  }

  body.admin-bar .ccx-hero{
    padding-top: 152px;
  }

  .ccx-hero__grid{
    min-height: auto;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 54px;
    padding: 30px 0 135px;
  }

  .ccx-hero__content{
    margin: 0 auto;
  }

  .ccx-hero__buttons,
  .ccx-hero__badges{
    justify-content: center;
  }

  .ccx-visual{
    height: 430px;
  }

  .ccx-heart-main{
    left: 24px;
    top: 100px;
    width: 270px;
  }

  .ccx-heart-mini{
    right: 118px;
    top: 152px;
    width: 62px;
  }

  .ccx-ripple--1{
    width: 290px;
    height: 290px;
    right: 42px;
    top: 34px;
  }

  .ccx-ripple--2{
    width: 355px;
    height: 355px;
    right: 8px;
    top: 4px;
  }

  .ccx-ripple--3{
    width: 420px;
    height: 420px;
    right: -26px;
    top: -26px;
  }

  .ccx-card--top{
    top: 24px;
    right: 8px;
    width: 360px;
  }

  .ccx-card--bottom{
    bottom: 42px;
    right: 28px;
    width: 340px;
  }
}

@media (max-width: 767px){
  .ccx-hero{
    padding-top: 108px;
  }

  body.admin-bar .ccx-hero{
    padding-top: 140px;
  }

  .ccx-hero__grid{
    padding: 25px 0 110px;
    gap: 36px;
  }

  .ccx-hero__title{
    margin-bottom: 20px;
    font-size: 3.05rem;
  }

  .ccx-hero__text{
    margin-bottom: 24px;
    font-size: 1rem;
  }

  .ccx-hero__buttons{
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-bottom: 28px;
  }

  .ccx-btn{
    width: 100%;
    padding: 18px 24px;
  }

  .ccx-hero__badges{
    flex-direction: column;
    gap: 15px;
  }

  .ccx-visual{
    height: 360px;
  }

  .ccx-heart-main{
    left: -4px;
    top: 112px;
    width: 208px;
  }

  .ccx-heart-mini{
    right: 72px;
    top: 156px;
    width: 46px;
  }

  .ccx-ripple--1{
    width: 214px;
    height: 214px;
    right: 22px;
    top: 70px;
  }

  .ccx-ripple--2{
    width: 274px;
    height: 274px;
    right: -8px;
    top: 40px;
  }

  .ccx-ripple--3{
    width: 328px;
    height: 328px;
    right: -34px;
    top: 12px;
  }

  .ccx-card{
    padding: 14px 14px;
    gap: 10px;
    border-radius: 16px;
  }

  .ccx-card--top{
    width: 255px;
    top: 24px;
    right: 2px;
  }

  .ccx-card--bottom{
    width: 255px;
    right: 12px;
    bottom: 28px;
  }

  .ccx-card__icon{
    width: 34px;
    height: 34px;
    min-width: 34px;
  }

  .ccx-card__icon svg{
    width: 18px;
    height: 18px;
  }

  .ccx-card__text strong{
    font-size: 0.9rem;
  }

  .ccx-card__text span{
    font-size: 0.74rem;
    line-height: 1.2;
  }

  .ccx-wave svg{
    height: 84px;
  }
}
html,
body{
  overflow-x: hidden;
}

.ccx-header,
.ccx-header *{
  box-sizing: border-box;
}

.ccx-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 14px 0;
  background: linear-gradient(180deg, #db171d 0%, #d3141a 100%);
  transition: all 0.3s ease;
}

body.admin-bar .ccx-header{
  top: 32px;
}

.ccx-header.is-scrolled{
  padding: 10px 0;
  background: rgba(211, 20, 26, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.ccx-header__container{
  width: min(1320px, 94%);
  margin: 0 auto;
}

.ccx-header__wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  position: relative;
}

.ccx-header__logo{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  flex: 0 0 auto;
  min-width: 0;
}

.ccx-header__logo-image{
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ccx-header__logo-image img{
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: contain;
  display: block;
}

.ccx-header__logo-text{
  display: flex;
  flex-direction: column;
  line-height: 1.02;
}

.ccx-header__logo-text strong{
  color: #fff;
  font-size: 0.98rem;
  font-weight: 800;
}

.ccx-header__logo-text span{
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.ccx-header__nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex: 1 1 auto;
  min-width: 0;
}

.ccx-header__nav a{
  color: #fff;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.ccx-header__nav a:hover{
  opacity: 0.95;
}

.ccx-header__nav a.is-active{
  background: rgba(255,255,255,0.18);
  padding: 12px 16px;
  border-radius: 14px;
}

.ccx-header__actions{
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.ccx-header__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 16px;
  text-decoration: none;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.ccx-header__btn--outline{
  color: #fff;
  border: 2px solid rgba(255,255,255,0.9);
  background: transparent;
}

.ccx-header__btn--outline:hover{
  background: rgba(255,255,255,0.08);
}

.ccx-header__btn--light{
  background: #fff;
  color: #d31a1f;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.ccx-header__btn--light:hover{
  transform: translateY(-2px);
}

.ccx-header__toggle{
  display: none;
  position: absolute;
  top: 4px;
  right: 0;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 14px;
  background: rgba(255,255,255,0.14);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  z-index: 30;
}

.ccx-header__toggle span{
  width: 22px;
  height: 2.5px;
  border-radius: 20px;
  background: #fff;
  display: block;
}

@media (max-width: 1280px){
  .ccx-header__logo-image{
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
  }

  .ccx-header__logo-text strong{
    font-size: 0.92rem;
  }

  .ccx-header__logo-text span{
    font-size: 0.66rem;
  }

  .ccx-header__nav{
    gap: 10px;
  }

  .ccx-header__nav a{
    font-size: 0.8rem;
  }

  .ccx-header__nav a.is-active{
    padding: 10px 14px;
  }

  .ccx-header__btn{
    padding: 12px 14px;
    font-size: 0.8rem;
  }
}

@media (max-width: 1024px){
  .ccx-header__wrap{
    flex-direction: column;
    align-items: stretch;
    padding-top: 70px;
  }

  .ccx-header__logo{
    position: absolute;
    top: 0;
    left: 0;
    max-width: calc(100% - 70px);
  }

  .ccx-header__nav,
  .ccx-header__actions{
    display: none;
  }

  .ccx-header__toggle{
    display: flex;
  }

  .ccx-header.is-open .ccx-header__nav,
  .ccx-header.is-open .ccx-header__actions{
    display: flex;
    width: 100%;
  }

  .ccx-header.is-open .ccx-header__nav{
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 22px;
    margin-top: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.06));
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 24px;
  }

  .ccx-header.is-open .ccx-header__actions{
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
  }

  .ccx-header.is-open .ccx-header__actions .ccx-header__btn{
    width: 100%;
  }
}

@media (max-width: 767px){
  .ccx-header{
    padding: 12px 0;
  }

  .ccx-header__logo{
    align-items: flex-start;
  }

  .ccx-header__logo-image{
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .ccx-header__logo-text strong{
    font-size: 0.9rem;
  }

  .ccx-header__logo-text span{
    font-size: 0.62rem;
  }
}

@media (max-width: 782px){
  body.admin-bar .ccx-header{
    top: 46px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-69a56fd */.cc-header{
  position:relative;
  z-index:40;
  padding:18px 0;
  background:linear-gradient(180deg, #db171d 0%, #d3141a 100%);
}

.cc-header-wrap{
  position:relative;
  display:flex;
  align-items:center;
  gap:28px;
}

.cc-logo{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  flex-shrink:0;
}

.cc-logo-icon{
  width:58px;
  height:58px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.cc-logo-icon svg{
  width:100%;
  height:100%;
  display:block;
}

.cc-logo-text{
  display:flex;
  flex-direction:column;
  line-height:1.02;
}

.cc-logo-text strong{
  font-size:1rem;
  font-weight:800;
}

.cc-logo-text span{
  font-size:0.72rem;
  font-weight:700;
  opacity:0.97;
}

.cc-nav{
  display:flex;
  align-items:center;
  gap:18px;
  margin-left:auto;
}

.cc-nav a{
  color:#fff;
  font-size:0.92rem;
  font-weight:800;
  line-height:1.15;
  opacity:0.97;
  transition:all .25s ease;
}

.cc-nav a:hover{
  opacity:1;
}

.cc-nav a.active{
  background:rgba(255,255,255,0.18);
  padding:13px 18px;
  border-radius:16px;
}

.cc-header-actions{
  display:flex;
  align-items:center;
  gap:14px;
}

.cc-menu-toggle{
  display:none;
  position:absolute;
  top:6px;
  right:0;
  width:52px;
  height:52px;
  border:none;
  border-radius:14px;
  background:rgba(255,255,255,0.14);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  z-index:80;
  padding:0;
}

.cc-menu-toggle span{
  width:22px;
  height:2.5px;
  border-radius:20px;
  background:#fff;
  display:block;
  transition:all .3s ease;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0646d04 */.ccx-footer{
  background: linear-gradient(180deg, #1b1b1f 0%, #18181c 100%);
  color: #fff;
  padding: 76px 0 0;
  overflow: hidden;
}

.ccx-footer,
.ccx-footer *{
  box-sizing: border-box;
}

.ccx-footer__container{
  width: min(1240px, 95%);
  margin: 0 auto;
}

.ccx-footer__grid{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 1.15fr 1fr;
  gap: 48px;
  align-items: start;
  padding-bottom: 70px;
}

.ccx-footer__col h3{
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

/* BRAND */
.ccx-footer__logo{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 22px;
}

.ccx-footer__logo-image{
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
}

.ccx-footer__logo-image img{
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: contain;
  display: block;
}

.ccx-footer__logo-text{
  display: flex;
  flex-direction: column;
  line-height: 1.02;
}

.ccx-footer__logo-text strong{
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.ccx-footer__logo-text span{
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  opacity: 0.95;
}

.ccx-footer__about{
  margin: 0 0 22px;
  max-width: 260px;
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

.ccx-footer__social{
  display: flex;
  align-items: center;
  gap: 12px;
}

.ccx-footer__social a{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ccx-footer__social a:hover{
  background: #d91c23;
  transform: translateY(-2px);
}

.ccx-footer__social svg{
  width: 16px;
  height: 16px;
  display: block;
}

/* LINKS */
.ccx-footer__links{
  list-style: none;
  margin: 0;
  padding: 0;
}

.ccx-footer__links li{
  margin-bottom: 14px;
}

.ccx-footer__links a{
  color: rgba(255,255,255,0.95);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.55;
  transition: all 0.25s ease;
}

.ccx-footer__links a:hover{
  color: #fff;
  opacity: 0.8;
}

/* CONTACT */
.ccx-footer__contact-list{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ccx-footer__contact-item{
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ccx-footer__contact-icon{
  width: 16px;
  height: 16px;
  min-width: 16px;
  color: #e11414;
  margin-top: 2px;
}

.ccx-footer__contact-icon svg{
  width: 100%;
  height: 100%;
  display: block;
}

.ccx-footer__contact-text span{
  color: rgba(255,255,255,0.95);
  font-size: 15px;
  line-height: 1.65;
  display: block;
}

/* BOTTOM */
.ccx-footer__bottom{
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 18px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ccx-footer__bottom-left,
.ccx-footer__bottom-right{
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.5;
}

/* RESPONSIVO */
@media (max-width: 1100px){
  .ccx-footer__grid{
    grid-template-columns: 1fr 1fr;
    gap: 40px 34px;
  }
}

@media (max-width: 767px){
  .ccx-footer{
    padding: 58px 0 0;
  }

  .ccx-footer__grid{
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 42px;
  }

  .ccx-footer__about{
    max-width: 100%;
  }

  .ccx-footer__bottom{
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0 18px;
  }

  .ccx-footer__bottom-left,
  .ccx-footer__bottom-right{
    font-size: 13px;
  }
}/* End custom CSS */