.navbar {
  background: linear-gradient(to right, #0007CC, #004DFF);
  transition: background 0.5s ease;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #ddd;
}

.portfolio-box {
  position: relative;
  overflow: hidden;
}

.portfolio-box img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.portfolio-box:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

.portfolio-box:hover .portfolio-inner {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-inner {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.portfolio-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 1);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.portfolio-box:hover::after {
  opacity: 1;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Poppins', sans-serif;
}

.form-label {
  font-family: 'Poppins', sans-serif;
}

.form-control {
  font-family: 'Poppins', sans-serif;
}

button {
  font-family: 'Poppins', sans-serif;
}

.process img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.section-py .row {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  text-align: center;
}

/* .section-py .row .col-md-4 {
  flex: 1;
} */

.section-py img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

ul.mt-auto {
  list-style-position: inside;
  padding-left: 0;
}

ul.mt-auto li {
  padding-left: 10px;
}

.grayscale {
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

.grayscale:hover {
  filter: grayscale(0%);
}

.zoom-effect {
  transition: transform 0.5s ease-in-out;
}

.zoom-effect:hover,
.zoom-effect:focus {
  transform: scale(1.05);
}

.custom-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.custom-icon {
  font-size: 2.5rem;
  color: #004DFF;
}

.custom-title {
  font-weight: bold;
  color: #333;
  margin: 10px 0;
}

.card-text {
  font-size: 0.95rem;
  color: #666;
}



.row>.col-sm-3 {
  display: flex;
  flex-direction: column;
}

.titulo-principal {
  max-width: 480px;
  text-align: center;
  margin: 60px auto;
}

.titulo-principal:after {
  content: ' ';
  margin-left: 5px;
  opacity: 1;
  animation: pisca .9s infinite;
}

@keyframes pisca {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: auto;
  overflow: hidden;
  height: auto;
}

.smartphone-mockup {
  position: relative;
  width: 100%;
  z-index: 3;
  overflow: hidden;
}

.process-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover; 
}

.mockup-image {
  width: 100%;
  height: auto;
  display: block;
  z-index: 3;
  position: relative;
  pointer-events: none;
}

wistia-player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1000px !important;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 15px;
  clip-path: inset(0px 7% 0px 7%);
}

wistia-player::part(video) {
  object-fit: cover;
  height: 50000px !important;
}

@media (max-width: 768px) {
  .video-container {
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .video-container {
    max-width: 250px;
  }
}

body {
    overflow-x: hidden;
}

.custom-card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    word-wrap: break-word;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.custom-card .card-title {
    font-size: 1rem;
}

.custom-card .card-text {
    font-size: 0.9rem;
}

.zoom-effect {
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .custom-card {
        padding: 1rem;
    }

    .custom-card .card-title {
        font-size: 0.95rem;
    }

    .custom-card .card-text {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .custom-card {
        padding: 0.8rem;
    }

    .custom-card .card-title {
        font-size: 0.9rem;
    }

    .custom-card .card-text {
        font-size: 0.8rem;
    }
}

/* Marquee */
.marquee-container {
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.animate-marquee {
    display: flex;
    white-space: nowrap;
    animation: marquee 19s linear infinite;
    will-change: transform;
    gap: 60px;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.logo-img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.logo-img:hover {
    filter: none;
    opacity: 1;
}