.elementor-81 .elementor-element.elementor-element-dc87cc3{--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-81 .elementor-element.elementor-element-80b0c94{--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-81 .elementor-element.elementor-element-fdb2593{--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-81 .elementor-element.elementor-element-d4cc317{--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-81 .elementor-element.elementor-element-84501d9{--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-80b0c94 */.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;
}

/* BASE */
.cc-contact-hero,
.cc-contact-section,
.cc-location-section,
.cc-contact-cta {
  font-family: "Montserrat", sans-serif;
}

.cc-contact-section,
.cc-location-section {
  background: #f7f7f7;
}

.cc-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* HERO INTERNA */
.cc-contact-hero {
  position: relative;
  background: linear-gradient(135deg, #d90f16 0%, #ff1c1c 100%);
  padding: 154px 0 120px;
  overflow: hidden;
}

.cc-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.82);
  margin-bottom: 26px;
}

.cc-breadcrumb a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
}

.cc-breadcrumb a:hover {
  color: #ffffff;
}

.cc-internal-hero-content {
  max-width: 620px;
}

.cc-internal-hero-content h1 {
  margin: 0 0 14px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
}

.cc-internal-hero-content p {
  margin: 0;
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
  max-width: 560px;
}

.cc-internal-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  line-height: 0;
}

.cc-internal-wave svg {
  display: block;
  width: 100%;
  height: 95px;
}

.cc-internal-wave path {
  fill: #f7f7f7;
}

/* CONTATO */
.cc-contact-section {
  padding: 50px 0 90px;
}

.cc-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.95fr);
  gap: 36px;
  align-items: start;
}

.cc-section-title {
  margin-bottom: 28px;
}

.cc-section-title h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  color: #141414;
  letter-spacing: -0.03em;
}

.cc-section-title p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #6d6d6d;
  max-width: 700px;
}

/* FORM */
.cc-contact-form{
  display:flex;
  flex-direction:column;
  gap:16px;
  width:100%;
}

.cc-form-row{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  width:100%;
}

.cc-form-row-2{
  grid-template-columns:1fr 1fr;
}

.cc-form-group{
  display:flex;
  flex-direction:column;
  gap:8px;
  width:100%;
}

.cc-form-group label{
  display:block;
  margin:0;
  font-size:13px;
  font-weight:700;
  color:#202020;
}

.cc-form-group input,
.cc-form-group textarea{
  width:100%;
  display:block;
  appearance:none;
  -webkit-appearance:none;
  background:#ffffff;
  border:1px solid #dfdfdf;
  border-radius:12px;
  padding:15px 16px;
  font-size:15px;
  line-height:1.4;
  color:#222;
  outline:none;
  box-sizing:border-box;
  box-shadow:none;
  font-family:"Montserrat", sans-serif;
  transition:0.25s ease;
}

.cc-form-group input{
  min-height:52px;
}

.cc-form-group textarea{
  min-height:150px;
  resize:vertical;
}

.cc-form-group input::placeholder,
.cc-form-group textarea::placeholder{
  color:#8a8a8a;
  opacity:1;
}

.cc-form-group input:focus,
.cc-form-group textarea:focus{
  border-color:#e31b23;
  box-shadow:0 0 0 4px rgba(227, 27, 35, 0.08);
}

.cc-contact-submit{
  margin-top:8px;
  width:100%;
}

.cc-btn-red{
  width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:16px 24px;
  border-radius:12px;
  border:none;
  background:linear-gradient(135deg, #e31219 0%, #ff2a2a 100%);
  color:#fff;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
  box-shadow:0 12px 24px rgba(227, 18, 25, 0.18);
  transition:0.25s ease;
  font-family:"Montserrat", sans-serif;
}

.cc-btn-red:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 28px rgba(227, 18, 25, 0.24);
}

.cc-contact-submit p{
  margin:14px 0 0;
  font-size:12px;
  line-height:1.6;
  color:#8a8a8a;
}

/* status */
.cc-form-status{
  display:none;
  margin-top:14px;
  padding:14px 16px;
  border-radius:12px;
  font-size:14px;
  font-weight:700;
  line-height:1.5;
}

.cc-form-status.is-success{
  display:block;
  background:rgba(17,138,67,0.08);
  color:#118a43;
  border:1px solid rgba(17,138,67,0.18);
}

.cc-form-status.is-error{
  display:block;
  background:rgba(227,18,25,0.08);
  color:#e31219;
  border:1px solid rgba(227,18,25,0.18);
}

@media (max-width: 991px){
  .cc-form-row-2{
    grid-template-columns:1fr;
  }
}

/* SIDEBAR */
.cc-contact-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cc-contact-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.cc-contact-card h3 {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
}

.cc-contact-card-red {
  background: linear-gradient(135deg, #ec131b 0%, #ff2a2a 100%);
  border: none;
  color: #fff;
}

.cc-contact-card-red h3 {
  color: #fff;
}

.cc-quick-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cc-quick-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.12);
  text-decoration: none;
  color: #fff;
  transition: 0.25s ease;
}

.cc-quick-contact-item:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-2px);
}

.cc-qc-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}

.cc-qc-icon svg {
  width: 20px;
  height: 20px;
}

.cc-quick-contact-item strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.cc-quick-contact-item span {
  display: block;
  font-size: 14px;
  opacity: 0.96;
}

.cc-hours-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cc-hours-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #efefef;
}

.cc-hours-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cc-hours-item span {
  color: #707070;
  font-size: 15px;
}

.cc-hours-item strong {
  color: #111;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}

.cc-structure-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cc-structure-item {
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 14px 15px;
  font-size: 14px;
  color: #444;
  font-weight: 600;
}

/* LOCALIZAÇÃO */
.cc-location-section {
  padding: 90px 0;
}

.cc-section-title-center {
  text-align: center;
  margin-bottom: 42px;
}

.cc-section-title-center p {
  margin-left: auto;
  margin-right: auto;
}

.cc-location-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  align-items: stretch;
}

.cc-location-card {
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  border: 1px solid #ececec;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.cc-location-badge {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e31219 0%, #ff2a2a 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.cc-location-badge svg {
  width: 24px;
  height: 24px;
}

.cc-location-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 800;
  color: #111;
}

.cc-location-card p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

.cc-location-map {
  min-height: 420px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid #ececec;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  background: #fff;
}

.cc-location-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
}

/* CTA FINAL */
.cc-contact-cta {
  background: linear-gradient(135deg, #d90f16 0%, #ff1c1c 100%);
  padding: 80px 0;
}

.cc-contact-cta-box {
  text-align: center;
  color: #fff;
}

.cc-contact-cta-box h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.cc-contact-cta-box p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
}

.cc-contact-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.cc-btn-white,
.cc-btn-outline-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  padding: 15px 24px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}

.cc-btn-white {
  background: #fff;
  color: #d91017;
  border: 1px solid #fff;
}

.cc-btn-white:hover {
  transform: translateY(-2px);
}

.cc-btn-outline-white {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.6);
}

.cc-btn-outline-white:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-2px);
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .cc-contact-grid,
  .cc-location-grid {
    grid-template-columns: 1fr;
  }

  .cc-form-row-2,
  .cc-structure-grid {
    grid-template-columns: 1fr;
  }

  .cc-contact-section {
    padding: 40px 0 70px;
  }

  .cc-location-section {
    padding: 70px 0;
  }

  .cc-location-map,
  .cc-location-map iframe {
    min-height: 340px;
  }
}

@media (max-width: 767px) {
  .cc-contact-hero {
    padding: 142px 0 95px;
  }

  .cc-internal-hero-content h1 {
    font-size: 34px;
  }

  .cc-internal-hero-content p {
    font-size: 16px;
  }

  .cc-contact-card,
  .cc-location-card {
    padding: 22px;
    border-radius: 18px;
  }

  .cc-contact-card h3 {
    font-size: 22px;
  }

  .cc-contact-cta {
    padding: 64px 0;
  }

  .cc-contact-cta-box h2 {
    font-size: 30px;
  }

  .cc-contact-cta-box p {
    font-size: 16px;
  }

  .cc-btn-white,
  .cc-btn-outline-white,
  .cc-btn-red {
    width: 100%;
  }

  .cc-contact-cta-buttons {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dc87cc3 */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-d4cc317 */.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-fdb2593 */.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 */