/* ----- HERO PRINCIPAL ----- */
.fix-mockup-hero {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
}

.hero-index-mockup {
  position: absolute;
  z-index: 2;
  height: 80vh;
  left: 0;
  top: 0;
  max-width: none;
  max-height: none;
}

.ball {
  position: absolute;
  overflow: hidden;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0.3;
  z-index: -1;
}

@media (max-width: 768px) {
  .hero-title-buttons {
    text-align: center;
  }
  .hero-index-mockup {
    position: relative !important;
    width: 100%;
    height: auto !important;
  }
  .fix-mockup-hero {
    min-height: auto !important;
  }
}
/* ----- EVIDENCE MODULOS ----- */
/* ----- Evidence Icons ----- */
.background-gradient-effect {
  background: linear-gradient(132deg, #f6f9fc, #f6f9fc, #f6f9fc);
  background-size: 400% 400%;
  animation: Gradient 15s ease infinite;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #D7D4E4;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}

.cube:nth-child(2n) {
  border-color: #FFFFFF;
}

.cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}

.cube:nth-child(3) {
  animation-delay: 4s;
  left: 75vw;
  top: 50vh;
}

.cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}

.cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}

.cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}

/* Animate Background*/
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
/* ----- BECOME PARTNER ----- */
.index-become-partner .float-container {
  min-height: 300px;
}

.index-become-partner .float-content .content-text {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  padding: 30px;
  height: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

/* ----- SOLUTIONS ----- */
/* ----- TESTIMONIALS ----- */
.evidence-testimonios {
  background: #f9fafc;
  padding-bottom: 120px;
}

.evidence-testimonios .content-testimonio {
  width: 92%;
  margin: 0 auto;
  padding: 20px;
  height: 400px;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.evidence-testimonios .content-testimonio .content-img {
  min-width: 50%;
  margin: 0 auto;
}

.evidence-testimonios .content-testimonio .content-img img {
  height: 150px;
  border-radius: 100px;
}

/* ----- INDUSTRIAS ----- */
.evidence-industries .card-img-top {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#new-index-all-content h2 p {
  color: #04c4bc;
  display: inline;
  font-size: inherit;
  position: relative;
  text-align: center;
}

#new-index-all-content h2 p span {
  background: #1266F1;
  border-left: 1px solid #04c4bc;
  height: 85%;
  position: absolute;
  right: -4%;
  top: 14%;
  width: 0;
}

#new-index-all-content h2 p {
  background: -webkit-linear-gradient(40deg, #FFA900, #FF862C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #CB5A53;
  font-weight: bold;
}

#new-index-all-content h2 p span {
  background: #1266F1;
  right: 0%;
  border-left-color: #CB5A53;
}

.pricing-table .text-truncate {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 75px;
  display: -webkit-box !important;
}

#index-form {
  width: 75%;
  margin: auto;
}

#index-form input#send {
  width: 100%;
}
