.elementor-567 .elementor-element.elementor-element-a3fdccb{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-567 .elementor-element.elementor-element-fa74e8e{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-567 .elementor-element.elementor-element-3a6cb24{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-96ffaa0 *//* ==========================================================================
   OXI NITRO - HEADER CUSTOMIZADO
   LOGO À ESQUERDA + FRASE CENTRALIZADA + CONTATOS À DIREITA
   FRASE COM ESTILO MAIS CLÁSSICO E DESTAQUE
   ========================================================================== */

.oxi-header {
  position: relative;
  z-index: 50;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: linear-gradient(180deg, #062a63 0%, #031b44 100%);
  box-shadow: 0 8px 24px rgba(3, 22, 51, 0.18);
}

.oxi-header,
.oxi-header * {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

.oxi-header__container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

/* Área da Logo */
.oxi-header__brand-wrap {
  flex: 0 0 auto;
  min-width: 220px;
}

.oxi-header__brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.oxi-header__logo {
  display: block !important;
  width: auto !important;
  max-width: 300px !important;
  max-height: 118px !important;
  object-fit: contain !important;
}

/* Área da Frase Centralizada - COM DESTAQUE */
.oxi-header__brand-copy {
  flex: 1;
  text-align: center;
  font-family: 'Playfair Display', serif !important;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 700;
  color: #FFFFFF;
  padding: 0 18px;
  margin: 0 auto;
  max-width: 560px;
  letter-spacing: -0.3px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #FFFFFF 0%, #E0E8FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Área dos Botões */
.oxi-header__contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 300px;
}

.oxi-header__contact-card {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 14px;
  border-radius: 16px;
  text-decoration: none;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.oxi-header__contact-card:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.12);
}

.oxi-header__contact-card:focus,
.oxi-header__contact-card:active,
.oxi-header__contact-card:visited {
  text-decoration: none;
  outline: none;
}

.oxi-header__contact-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #2d86f0 0%, #1457b8 100%);
  color: #ffffff;
}

.oxi-header__contact-icon svg {
  width: 17px;
  height: 17px;
  display: block;
}

.oxi-header__contact-text {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.oxi-header__contact-text small {
  font-size: 9px;
  color: rgba(255,255,255,0.62);
}

.oxi-header__contact-text strong {
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
  font-weight: 700;
}

/* --- TABLET --- */
@media (max-width: 1180px) {
  .oxi-header__container {
    max-width: 1280px;
    padding: 14px 22px;
    gap: 14px;
  }

  .oxi-header__brand-wrap {
    min-width: 190px;
  }

  .oxi-header__logo {
    max-width: 260px !important;
    max-height: 102px !important;
  }

  .oxi-header__brand-copy {
    font-size: 24px;
    max-width: 480px;
    padding: 0 12px;
  }

  .oxi-header__contacts {
    min-width: 270px;
    gap: 8px;
  }

  .oxi-header__contact-card {
    min-height: 54px;
    padding: 8px 12px;
  }

  .oxi-header__contact-text strong {
    font-size: 13px;
  }
}

/* --- QUEBRA EM COLUNA --- */
@media (max-width: 980px) {
  .oxi-header__container {
    flex-direction: column;
    gap: 14px;
    padding: 18px 22px;
  }

  .oxi-header__brand-wrap {
    width: 100%;
    text-align: center;
    min-width: 0;
  }
  
  .oxi-header__brand {
    justify-content: center;
  }

  .oxi-header__brand-copy {
    max-width: 90%;
    text-align: center;
    font-size: 24px;
    padding: 0;
  }

  .oxi-header__contacts {
    width: 100%;
    justify-content: center;
    min-width: 0;
  }
}

/* --- MOBILE --- */
@media (max-width: 767px) {
  .oxi-header__container {
    padding: 16px 15px !important;
    gap: 12px !important;
  }

  .oxi-header__brand-wrap {
    width: 100% !important;
    text-align: center !important;
  }
  
  .oxi-header__brand {
    justify-content: center !important;
  }

  .oxi-header__logo {
    max-width: 340px !important;
    max-height: 132px !important;
  }

  .oxi-header__brand-copy {
    font-size: 22px !important;
    line-height: 1.4 !important;
    max-width: 100% !important;
    padding: 0 12px !important;
    text-align: center !important;
  }

  .oxi-header__contacts {
    flex-direction: row !important;
    width: 100% !important;
    gap: 8px !important;
  }

  .oxi-header__contact-card {
    flex: 1;
    min-height: 52px;
    padding: 8px 10px;
    gap: 6px;
    border-radius: 12px;
  }

  .oxi-header__contact-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
  }

  .oxi-header__contact-icon svg {
    width: 15px;
    height: 15px;
  }

  .oxi-header__contact-text strong {
    font-size: 11px;
  }

  .oxi-header__contact-text small {
    font-size: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-970fc40 *//* ==========================================================================
   OXI NITRO - HEADER CUSTOMIZADO
   LOGO À ESQUERDA + FRASE CENTRALIZADA + CONTATOS À DIREITA
   FRASE COM ESTILO MAIS CLÁSSICO
   ========================================================================== */

.oxi-header {
  position: relative;
  z-index: 50;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: linear-gradient(180deg, #062a63 0%, #031b44 100%);
  box-shadow: 0 8px 24px rgba(3, 22, 51, 0.18);
}

.oxi-header,
.oxi-header * {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

.oxi-header__container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

/* Área da Logo */
.oxi-header__brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  flex: 0 0 auto;
  min-width: 220px;
}

.oxi-header__logo {
  display: block !important;
  width: auto !important;
  max-width: 300px !important;
  max-height: 118px !important;
  object-fit: contain !important;
}

/* Área da Frase Centralizada */
.oxi-header__brand-copy {
  flex: 1;
  text-align: center;
  font-family: 'Playfair Display', serif !important;
  font-size: 22px;
  line-height: 1.32;
  font-weight: 600;
  color: rgba(255,255,255,0.94);
  padding: 0 18px;
  margin: 0 auto;
  max-width: 460px;
  letter-spacing: 0;
}

/* Área dos Botões */
.oxi-header__contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 300px;
}

.oxi-header__contact-card {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 14px;
  border-radius: 16px;
  text-decoration: none;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.oxi-header__contact-card:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.12);
}

.oxi-header__contact-card:focus,
.oxi-header__contact-card:active,
.oxi-header__contact-card:visited {
  text-decoration: none;
  outline: none;
}

.oxi-header__contact-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #2d86f0 0%, #1457b8 100%);
  color: #ffffff;
}

.oxi-header__contact-icon svg {
  width: 17px;
  height: 17px;
  display: block;
}

.oxi-header__contact-text {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.oxi-header__contact-text small {
  font-size: 9px;
  color: rgba(255,255,255,0.62);
}

.oxi-header__contact-text strong {
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
  font-weight: 700;
}

/* --- TABLET --- */
@media (max-width: 1180px) {
  .oxi-header__container {
    max-width: 1280px;
    padding: 14px 22px;
    gap: 14px;
  }

  .oxi-header__brand {
    min-width: 190px;
  }

  .oxi-header__logo {
    max-width: 260px !important;
    max-height: 102px !important;
  }

  .oxi-header__brand-copy {
    font-size: 19px;
    max-width: 400px;
    padding: 0 12px;
  }

  .oxi-header__contacts {
    min-width: 270px;
    gap: 8px;
  }

  .oxi-header__contact-card {
    min-height: 54px;
    padding: 8px 12px;
  }

  .oxi-header__contact-text strong {
    font-size: 13px;
  }
}

/* --- QUEBRA EM COLUNA --- */
@media (max-width: 980px) {
  .oxi-header__container {
    flex-direction: column;
    gap: 14px;
    padding: 18px 22px;
  }

  .oxi-header__brand {
    width: 100%;
    justify-content: center;
    min-width: 0;
  }

  .oxi-header__brand-copy {
    max-width: 90%;
    text-align: center;
    font-size: 19px;
    padding: 0;
  }

  .oxi-header__contacts {
    width: 100%;
    justify-content: center;
    min-width: 0;
  }
}

/* --- MOBILE --- */
@media (max-width: 767px) {
  .oxi-header__container {
    padding: 16px 15px !important;
    gap: 12px !important;
  }

  .oxi-header__brand {
    width: 100% !important;
    justify-content: center !important;
  }

  .oxi-header__logo {
    max-width: 340px !important;
    max-height: 132px !important;
  }

  .oxi-header__brand-copy {
    font-size: 20px !important;
    line-height: 1.34 !important;
    max-width: 100% !important;
    padding: 0 12px !important;
    text-align: center !important;
  }

  .oxi-header__contacts {
    flex-direction: row !important;
    width: 100% !important;
    gap: 8px !important;
  }

  .oxi-header__contact-card {
    flex: 1;
    min-height: 52px;
    padding: 8px 10px;
    gap: 6px;
    border-radius: 12px;
  }

  .oxi-header__contact-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
  }

  .oxi-header__contact-icon svg {
    width: 15px;
    height: 15px;
  }

  .oxi-header__contact-text strong {
    font-size: 11px;
  }

  .oxi-header__contact-text small {
    font-size: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47874ee *//* ==========================================================================
   OXI NITRO - HEADER CUSTOMIZADO (LOGO GRANDE + FRASE CENTRALIZADA)
   ========================================================================== */

.oxi-header {
  position: relative;
  z-index: 50;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: linear-gradient(180deg, #062a63 0%, #031b44 100%);
  box-shadow: 0 8px 24px rgba(3, 22, 51, 0.18);
}

.oxi-header,
.oxi-header * {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

.oxi-header__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Área da Logo */
.oxi-header__brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}

.oxi-header__logo {
  display: block !important;
  width: auto !important;
  max-width: 315px !important;
  max-height: 120px !important;
  object-fit: contain !important;
}

/* Área da Frase Centralizada */
.oxi-header__brand-copy {
  flex: 1;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  padding: 0 40px;
  margin: 0 auto;
}

/* Área dos Botões */
.oxi-header__contacts {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.oxi-header__contact-card {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  padding: 10px 16px;
  border-radius: 16px;
  text-decoration: none;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.oxi-header__contact-card:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.12);
}

.oxi-header__contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #2d86f0 0%, #1457b8 100%);
  color: #ffffff;
}

.oxi-header__contact-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.oxi-header__contact-text small {
  font-size: 10px;
  color: rgba(255,255,255,0.6);
}

.oxi-header__contact-text strong {
  font-size: 15px;
  color: #ffffff;
  white-space: nowrap;
}

/* --- AJUSTES RESPONSIVOS REFINADOS --- */

@media (max-width: 1100px) {
  .oxi-header__logo {
    max-width: 260px !important;
    max-height: 100px !important;
  }
  .oxi-header__brand-copy {
    font-size: 16px;
    padding: 0 20px;
  }
}

@media (max-width: 980px) {
  .oxi-header__container {
    flex-direction: column;
    gap: 15px;
    padding: 20px 24px;
  }
  .oxi-header__brand-copy {
    padding: 5px 0;
    font-size: 17px;
    max-width: 80%; /* Evita que o texto encoste nas bordas */
  }
}

/* AJUSTE MOBILE ESPECÍFICO (ABAIXO DE 600PX) */
@media (max-width: 600px) {
  .oxi-header__container {
    padding: 15px 15px;
  }

  .oxi-header__brand {
    width: 100%;
    justify-content: center;
  }

  .oxi-header__logo {
    /* Aumentado para mobile para dar o destaque que você quer */
    max-width: 280px !important; 
    max-height: 100px !important;
    margin-bottom: 5px;
  }

  .oxi-header__brand-copy {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 10px;
    max-width: 100%;
    order: 2; /* Garante que a frase fique entre a logo e os botões */
  }

  .oxi-header__contacts {
    flex-direction: row; /* Botões lado a lado para economizar altura */
    width: 100%;
    gap: 8px;
    order: 3;
  }

  .oxi-header__contact-card {
    flex: 1; /* Divide o espaço igualmente entre os dois botões */
    min-height: 50px;
    padding: 6px 10px;
    gap: 6px;
    border-radius: 12px;
  }

  .oxi-header__contact-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }

  .oxi-header__contact-icon svg {
    width: 16px;
    height: 16px;
  }

  .oxi-header__contact-text strong {
    font-size: 11px; /* Diminuído para caber lado a lado no celular */
  }
  
  .oxi-header__contact-text small {
    font-size: 8px;
  }
}/* End custom CSS */