@charset "UTF-8";
/*!
    * Style SCSS para o site Interart
    * Autor: Interart Software - https://interart.com
    * Versão: 1.0.0
    */
body {
  font-family: "Poppins", sans-serif;
  color: #212529;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s ease;
  padding: 1.25rem 0;
  background-color: transparent;
}
header.scrolled {
  background-color: white;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
}
header.scrolled .navbar-brand img {
  height: 2.25rem;
}
header.scrolled #logo {
  filter: none;
}
header.scrolled .nav-link {
  color: #6c757d !important;
}
header.scrolled .nav-link:hover, header.scrolled .nav-link.active {
  color: #0047ab !important;
}
header.scrolled .navbar-toggler {
  color: #212529;
}

.navbar-brand img {
  height: 2.5rem;
  transition: all 0.3s ease;
}

#logo {
  filter: brightness(0) invert(1);
}

.nav-link {
  font-weight: 500;
  margin: 0 0.625rem;
  color: white !important;
  transition: all 0.3s ease;
}
.nav-link:hover, .nav-link.active {
  color: #f0f090 !important;
}
@media (max-width: 992px) {
  .nav-link {
    color: #6c757d !important;
  }
  .nav-link:hover, .nav-link.active {
    color: #0047ab !important;
  }
}

.navbar-toggler {
  border: none;
  padding: 0;
  font-size: 1.8rem;
  color: white;
}

.hero {
  background: linear-gradient(135deg, #0047ab 0%, #1a6dff 100%);
  color: white;
  padding: 12.25rem 0 7rem;
  position: relative;
  overflow: hidden;
}
.hero h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}
.hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .hero p {
    max-width: 600px;
  }
}
.hero .btn {
  padding: 0.75rem 2rem;
  border-radius: 3rem;
  font-weight: 600;
  font-size: 1.1rem;
}
@media (max-width: 992px) {
  .hero h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 9.5rem 0 5rem;
  }
  .hero h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 576px) {
  .hero h1 {
    font-size: 1.8rem;
  }
}
.hero-img {
  max-height: 25rem;
  animation: float-badge 2s ease-in-out infinite;
  will-change: transform;
}
.hero-pattern {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="white" opacity="0.08"/></svg>');
  background-size: cover;
}

section {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  section {
    padding: 4.5rem 0;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 3.75rem;
}
.section-title h2 {
  font-size: 2.8rem;
  color: #4e4e4e;
  margin-bottom: 1.5rem;
}
.section-title p {
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.1rem;
}
@media (max-width: 992px) {
  .section-title h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 2rem;
  }
}

.solutions {
  background-color: #f8f9fa;
}

.solution-card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 0.625rem 2rem rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.solution-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.1);
}
.solution-icon {
  width: 4.5rem;
  height: 4.5rem;
  background: #e3f2fd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  color: #0047ab;
}
.solution-icon.bg-green-light {
  background-color: #e6f7ed;
  color: #28a745;
}
.solution-icon.bg-blue-light {
  background-color: #e7f3ff;
  color: #007bff;
}
.solution-icon.bg-red-light {
  background-color: #fff0f3;
  color: #d63384;
}
.solution-icon.bg-orange-light {
  background-color: #fff8e6;
  color: #ffc107;
}
.solution-icon.bg-cyan-light {
  background-color: #e0fbff;
  color: #0dcaf0;
}
.solution-icon.bg-fucsia-light {
  background-color: #f7e3ff;
  color: #950df0;
}

.client-logo {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.25rem 0;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}
.client-logo:hover {
  filter: grayscale(0);
  opacity: 1;
}
.client-logo img {
  max-height: 100%;
  max-width: 80%;
}

.testimonials {
  background-color: #f8f9fa;
}

.testimonial-card {
  background: white;
  border-radius: 1rem;
  padding: 2.5rem;
  box-shadow: 0 0.625rem 2rem rgba(0, 0, 0, 0.05);
  margin: 1.25rem;
  height: calc(100% - 40px);
  transition: all 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .testimonial-card {
    padding: 2rem;
  }
}
.testimonial-text {
  font-style: italic;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.8;
}
.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.testimonial-author img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-info h5 {
  margin-bottom: 0.25rem;
}
.author-info p {
  color: #6c757d;
  margin: 0;
}

.about-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .about-content {
    flex-direction: column;
  }
}
.about-text {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .about-text {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.about-stats {
  display: flex;
  margin-top: 2.5rem;
}
@media (max-width: 576px) {
  .about-stats {
    flex-direction: column;
  }
}

.stat {
  margin-right: 2.5rem;
}
.stat h3 {
  color: #0047ab;
  font-size: 2.5rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 576px) {
  .stat {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}

.contact {
  background-color: #f8f9fa;
}
.contact-form {
  background: white;
  border-radius: 1rem;
  padding: 2.5rem;
  box-shadow: 0 0.625rem 2rem rgba(0, 0, 0, 0.05);
}

.form-control {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
  border: 1px solid #dee2e6;
}
.form-control:focus {
  border-color: #0047ab;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

footer {
  background-color: #212529;
  color: white;
  padding: 4.5rem 0 1.25rem;
}
footer .footer-logo {
  height: 2.5rem;
  margin-bottom: 1.25rem;
  filter: brightness(0) invert(1);
}
footer .footer-about p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
}
footer .footer-links h5 {
  margin-bottom: 1.25rem;
  font-size: 1.2rem;
}
footer .footer-links ul {
  list-style: none;
  padding: 0;
}
footer .footer-links li {
  margin-bottom: 0.625rem;
}
footer .footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
}
footer .footer-links a:hover {
  color: #f0f090;
}
footer .footer-links a:not(.no-move):hover {
  padding-left: 0.25rem;
}
@media (max-width: 768px) {
  footer .footer-links {
    margin-bottom: 2rem;
  }
}

.copyright {
  text-align: center;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}
.copyright a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
}
.copyright a:hover {
  text-decoration: underline;
}

.social-links {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.social-link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.social-link:hover {
  background-color: #0047ab;
  transform: translateY(-3px);
  color: white;
  text-decoration: none;
}

div:has(.grecaptcha-badge) {
  display: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes colors {
  0% {
    stroke: #2196F3;
  }
  25% {
    stroke: #EF5350;
  }
  50% {
    stroke: #FFCA28;
  }
  75% {
    stroke: #66BB6A;
  }
  100% {
    stroke: #2196F3;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 320;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 320;
    transform: rotate(450deg);
  }
}
@keyframes float-badge {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-15px, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#loader {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2000;
}
#loader .spinner {
  animation: rotator 1.4s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
#loader .spinner-path {
  stroke-dasharray: 320;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@media print {
  #loader {
    display: none;
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    background-color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}/*# sourceMappingURL=style.css.map */