/* ==========================================================================
   HERO
   ========================================================================== */

#hero-9.bg--fixed {
  background-attachment: scroll !important;
  background-position: center center;
  background-size: 100% auto;
  background-color: #050505;
}

.theme--dark #hero-9 {
  background-image: url(../images/hero-industria3d-background.webp);
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  #hero-9.bg--fixed {
    min-height: calc(100vw * 916 / 1717);
    background-size: 100% auto;
    background-position: center top;
  }
}

@media (max-width: 1199.98px) {
  #hero-9.bg--fixed {
    background-size: cover;
    background-position: 58% center;
  }
}

@media (max-width: 767.98px) {
  #hero-9.bg--fixed {
    background-position: 64% center;
  }
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.desktoplogo img {
  width: auto;
  max-width: inherit;
  max-height: 60px;
}

.hero-9-txt h1, .hero-9-txt h2 {
  font-size: 3rem;
}

/* ==========================================================================
   CSS ANIMATIONS
   ========================================================================== */

.wow,
.animate__animated {
  animation-duration: 2.8s !important;
  animation-fill-mode: both !important;
  animation-timing-function: cubic-bezier(0.12, 0.82, 0.24, 1) !important;
}

.css-animations-ready .wow,
.css-animations-ready .animate__animated {
  opacity: 0;
}

.css-animations-ready .wow.css-animate-in,
.css-animations-ready .animate__animated.css-animate-in {
  opacity: 1 !important;
  visibility: visible !important;
}

.animate__delay-1 {
  animation-delay: 0.2s !important;
}

.animate__delay-2 {
  animation-delay: 0.4s !important;
}

.animate__delay-3 {
  animation-delay: 0.6s !important;
}

.css-animate-in.animate__fadeIn,
.css-animate-in.fadeIn {
  animation-name: cssFadeIn !important;
}

.css-animate-in.animate__fadeInUp,
.css-animate-in.fadeInUp {
  animation-name: cssFadeInUp !important;
}

.css-animate-in.animate__fadeInDown,
.css-animate-in.fadeInDown {
  animation-name: cssFadeInDown !important;
}

.css-animate-in.animate__fadeInLeft,
.css-animate-in.fadeInLeft {
  animation-name: cssFadeInLeft !important;
}

.css-animate-in.animate__fadeInRight,
.css-animate-in.fadeInRight {
  animation-name: cssFadeInRight !important;
}

@keyframes cssFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes cssFadeInUp {
  from {
    opacity: 0;
    translate: 0 70px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes cssFadeInDown {
  from {
    opacity: 0;
    translate: 0 -70px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes cssFadeInLeft {
  from {
    opacity: 0;
    translate: -70px 0;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes cssFadeInRight {
  from {
    opacity: 0;
    translate: 70px 0;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wow,
  .animate__animated {
    animation: none !important;
    opacity: 1;
  }
}

/* ==========================================================================
   FEATURE LINES
   ========================================================================== */

.fbox-2 .fbox-txt h5 {
  font-size: 1rem;
}

.fbox-2 .fbox-txt p {
  font-size: 1rem;
  line-height: 1.2;
}

.line-features-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr);
  column-gap: 24px;
  align-items: stretch;
}

.line-feature-item {
  min-width: 0;
}

.line-feature-separator {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 1px;
  min-width: 1px;
  min-height: 100%;
  background-color: rgba(255, 255, 255, 0.18);
}

.line-feature-separator span {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 92px;
  background-color: inherit;
}

.line-features-wrapper .fbox-2 {
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* ==========================================================================
   FEATURE CARDS
   ========================================================================== */

.fbox-3a {
  border: 1px solid var(--silver);
  padding: 0px;
}

.fbox-3a .h6-sm {
  font-size: 0.8rem !important;
}

.fbox-3b {
  border: 1px solid var(--silver);
  padding: 40px 20px 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: border-color 0.25s ease;
}

.fbox-3b::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--theme-color-secondary) 16%, transparent) 0%, transparent 55%),
    linear-gradient(135deg, color-mix(in srgb, var(--theme-color-secondary) 10%, transparent), transparent 70%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.fbox-3b > * {
  position: relative;
  z-index: 1;
}

.image-link:hover .fbox-3b,
.image-link:focus-visible .fbox-3b {
  border-color: color-mix(in srgb, var(--theme-color-secondary) 38%, var(--silver));
}

.image-link:hover .fbox-3b::before,
.image-link:focus-visible .fbox-3b::before {
  opacity: 1;
}

.fbox-wrapper .ico-55 [class*='flaticon3d-']:before {
  font-size: 3.4375rem;
  margin-left: 0;
  line-height: 1 !important;
}

/* ==========================================================================
   SECTION BACKGROUNDS
   ========================================================================== */

.bg--03 {
  background-image: url(../images/bg-industria3d-empresa.webp) !important;
}

.bg--01 {
  background-image: url(../images/bg-contato-industria3d.webp) !important;
}

/* ==========================================================================
   CONTACT BANNER
   ========================================================================== */

.banner-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}

.banner-contact-link,
.banner-contact-address {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 232px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}

.banner-contact-address {
  flex-basis: 100%;
  font-size: 0.9rem;
  font-weight: 200;
}

.banner-contact-link:hover,
.banner-contact-link:focus {
  color: var(--theme-color-secondary);
}

.banner-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: 1px solid currentColor;
  border-radius: 10px;
  color: var(--theme-color-secondary);
}

.banner-contact-icon:before,
.banner-contact-icon:after {
  margin-left: 0;
  line-height: 1 !important;
}

.banner-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.banner-action-buttons .btn,
.banner-action-buttons .btn:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 232px;
  min-height: 48px;
  margin: 0;
  padding: 0.78rem 1.25rem;
  font-size: 0.82rem;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.banner-action-buttons .btn span {
  flex-shrink: 0;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

img.footer-logo {
  width: auto;
  max-width: inherit;
  max-height: 70px !important;
  margin-bottom: 25px;
  margin-top: 25px;
}

.footer hr {
  margin-bottom: 0px !important;
}

.footer-bottom-row {
  row-gap: 18px;
}

.footer-bottom-logo {
  text-align: left;
}

.bottom-footer .footer-copyright {
  text-align: center;
}

.bottom-footer .footer-copyright p {
  margin-bottom: 0;
}

.bottom-footer .footer-socials {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.bottom-footer .footer-socials a {
  color: var(--theme-color-secondary);
}

.bottom-footer .footer-socials a:hover,
.bottom-footer .footer-socials a:focus {
  color: #fff;
}

.bottom-footer .footer-socials li:last-child a {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .footer-bottom-logo,
  .bottom-footer .footer-copyright {
    text-align: center;
  }

  .bottom-footer .footer-socials {
    justify-content: center;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .line-features-grid {
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    row-gap: 34px;
  }

  .line-feature-separator:nth-child(4) {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* HERO */
  .theme--dark #hero-9.bg--fixed {
    background-image: url(../images/hero-industria3d-background-mobile.webp);
    background-position: center top;
    background-size: cover;
  }

  #hero-9 {
    padding-top: 40px !important;
    padding-bottom: 240px !important;
  }

  .hero-9-txt h1, .hero-9-txt h2 {
    font-size: 1.7rem;
  }

  .hero-section .btns-group .btn {
    font-size: 0.875rem;
    display: block;
    padding: 1rem 1.5rem;
    margin: 0 10%;
  }

  .hero-9-txt p.p-lg {
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  /* FEATURE LINES */

  .line-features-grid {
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 28px;
  }

  .line-feature-separator:nth-child(4) {
    display: none;
  }

  .hero-section .btns-group .btn {
    margin: 0 5%;
  }

  #hero-9 p.p-lg,
  .banner-1 p.p-lg {
    font-size: 0.875rem;
  }

  .banner-contact-links {
    gap: 12px;
    margin-top: 26px;
    margin-left: 25px;
  }

  .banner-contact-link,
  .banner-contact-address {
    min-width: 0;
    width: 100%;
  }

  .banner-contact-address {
    align-items: flex-start;
    text-align: left;
  }

  .banner-contact-address-text {
    display: block;
    max-width: 260px;
    line-height: 1.35;
  }

  .banner-action-buttons {
    justify-content: center;
    gap: 12px;
  }

  .banner-action-buttons .btn,
  .banner-action-buttons .btn:first-child {
    width: 100%;
    max-width: 300px;
    min-width: 0;
    min-height: 46px;
    white-space: normal;
  }

  .fbox-2 .fbox-txt h5 {
    font-size: 0.875rem;
  }
  .fbox-2 .fbox-txt p {
    font-size: 0.875rem;
  }
  .fbox-wrapper .ico-55 [class*='flaticon-']:before {
    font-size: 3.5rem;
  }
  .fbox-wrapper .ico-55 [class*='flaticon3d-']:before {
    font-size: 3.5rem;
  }

  /* FEATURE CARDS */

  .fbox-3a {
    padding: 0px !important;
  }

  .fb-3a {
    margin-bottom: 5px !important;
  }

  .fbox-3b {
    min-height: 250px !important;
  }

  #tecnologia .fbox-wrapper .row {
    row-gap: 18px;
  }

  #tecnologia .image-link {
    display: block;
  }

  .fb-3b {
    margin-bottom: 15px !important;
  }

  .fbox-3a h6 {
    font-size: 0.67rem !important;
    margin: 0 !important;
  }

  .fbox-3a .h6-sm {
    font-size: 0.69rem !important;
  }

  .fb-2,
  .fb-3,
  .fb-4,
  .fb-5 {
    margin-bottom: 5px !important;
  }

  .fbox-wrapper.mt-4 {
    margin-top: 0 !important;
  }

  .banner-1-txt p.p-lg {
    margin-bottom: 15px !important;
  }

  .banner-1-txt .btn {
    margin-top: 0;
  }

  #hero-9 .btn.btn-sm,
  #hero-9 .btn,
  #hero-9 .btn.btn-md,
  #hero-9 .btn.ico-20.ico-left,
  #hero-9 .btn.ico-20.ico-right,
  .banner-1 .btn.btn-sm,
  .banner-1 .btn,
  .banner-1 .btn.btn-md,
  .banner-1 .btn.ico-20.ico-left,
  .banner-1 .btn.ico-20.ico-right {
    font-size: 0.8rem;
  }
}

/* ==========================================================================
   FLOATING SOCIAL MENU
   ========================================================================== */

.floating-social-menu {
  position: fixed;
  right: 22px;
  top: 50%;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(13, 18, 29, 0.82);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  transform: translateY(-50%);
  backdrop-filter: blur(10px);
}

.floating-social-menu__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.floating-social-menu__link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  line-height: 1;
}

.floating-social-menu__link span:before {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
}

.floating-social-menu__link:hover,
.floating-social-menu__link:focus {
  color: #ffffff;
  background: var(--blue, #0083ff);
  box-shadow: 0 12px 28px rgba(0, 131, 255, 0.32);
}

.floating-social-menu__link:focus {
  outline: 2px solid rgba(255, 255, 255, 0.82);
  outline-offset: 3px;
}

@media (max-width: 575.98px) {
  .floating-social-menu {
    right: 50%;
    top: auto;
    bottom: 16px;
    flex-direction: row;
    gap: 8px;
    padding: 8px;
    border-radius: 16px;
    transform: translateX(50%);
  }

  .floating-social-menu__link {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .floating-social-menu__link:hover,
  .floating-social-menu__link:focus {
    transform: translateY(-3px);
  }
}

/* ==========================================================================
   QUOTE MODAL
   ========================================================================== */

.quote-modal .modal-dialog {
  max-width: 760px;
}

.quote-modal .modal-content {
  position: relative;
  overflow: hidden;
  padding: 64px 60px 56px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(0, 131, 255, 0.18), rgba(13, 18, 29, 0) 46%), #0d121d;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.quote-modal .modal-body {
  padding: 0 !important;
}

.quote-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.quote-modal__close span {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(-1px);
}

.quote-modal__close:hover,
.quote-modal__close:focus {
  background: var(--blue, #0083ff);
  transform: translateY(-2px);
}

.quote-modal__intro {
  max-width: 620px;
}

.quote-modal__intro .section-id {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
}

.quote-modal__intro h3 {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 1.12;
}

.quote-modal__intro p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.65;
}

.orcamento-form {
  margin-top: 34px;
}

.orcamento-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.orcamento-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.orcamento-form__field {
  min-width: 0;
}

.orcamento-form__field--full {
  grid-column: 1 / -1;
}

.orcamento-form__field label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.25;
}

.orcamento-form__required {
  color: var(--blue, #0083ff);
  font-weight: 700;
}

.orcamento-form__field input,
.orcamento-form__field select,
.orcamento-form__field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
  font-size: 0.95rem;
  line-height: 1.35;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.orcamento-form__field input,
.orcamento-form__field select {
  padding: 0 15px;
}

.orcamento-form__field textarea {
  min-height: 130px;
  padding: 14px 15px;
  resize: vertical;
}

.orcamento-form__field select {
  appearance: auto;
}

.orcamento-form__field select option {
  color: #111b21;
}

.orcamento-form__field input:focus,
.orcamento-form__field select:focus,
.orcamento-form__field textarea:focus {
  border-color: var(--blue, #0083ff);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(0, 131, 255, 0.16);
  outline: 0;
}

.orcamento-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  margin-top: 24px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  background: var(--blue, #0083ff);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.orcamento-form__submit:hover,
.orcamento-form__submit:focus {
  background: #006fd9;
  box-shadow: 0 14px 28px rgba(0, 131, 255, 0.28);
  transform: translateY(-2px);
}

.orcamento-form__submit span:before {
  font-size: 1rem;
  line-height: 1;
}

.orcamento-form__submit:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

.orcamento-form__message {
  display: none;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
}

.orcamento-form__message.is-visible {
  display: block;
}

.orcamento-form__message.is-success {
  color: #ffffff;
  background: rgba(34, 197, 94, 0.38);
}

.orcamento-form__message.is-error {
  color: #ffdfe5;
  background: rgba(252, 47, 75, 0.16);
}

@media (max-width: 575.98px) {
  .quote-modal .modal-dialog {
    margin: 16px;
  }

  .quote-modal .modal-body {
    padding: 0 !important;
  }

  .quote-modal .modal-content {
    padding: 58px 26px 30px;
  }

  .quote-modal__intro h3 {
    font-size: 1.7rem;
  }

  .quote-modal__intro p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .orcamento-form__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .orcamento-form__submit {
    width: 100%;
  }
}
