/* Utilidades */

.text-purple {
  color: #2a1830;
}

.text-justify {
  text-align: justify;
}

.bg-purple {
  background: #2a1830;
}

.bg-mid-purple {
  background: #42234b;
}

.bg-light-purple {
  background: #683d75;
}

.bg-gray {
  background: #eeeeee;
}

.link-purple {
  color: #2a1830;
}

.link-purple:hover {
  color: #42234b;
}

.link-purple:hover {
  color: #42234b;
}

.btn-purple:active {
  color: #1a0f1d;
}

.btn-purple {
  background-color: #2a1830;
  color: #fff;
  border: 1px solid #2a1830;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-purple.bg-light-purple {
  background: #683d75;
}

.btn-purple:hover {
  background-color: #42234b;
  border-color: #42234b;
  color: white;
}

.btn-purple:focus {
  background-color: #42234b;
  border-color: #42234b;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(66, 35, 75, 0.5);
}

.btn-purple:active {
  background-color: #1a0f1d;
  border-color: #1a0f1d;
  box-shadow: none;
}

.btn-purple:disabled {
  background-color: #42234b;
  border-color: #42234b;
  color: rgba(255, 255, 255, 0.65);
  opacity: 0.65;
  pointer-events: none;
}

.venus-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #ffffff99;
  position: relative;
  z-index: 1;
}

.venus-icon.bg-purple {
  box-shadow: 0 0 0 3px #42234b99;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .venus-icon {
    width: 1.5rem;
    height: 1.5rem;
    padding: .25rem;
    font-size: .75rem;
  }
}

.contact-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  background: #683d75;
  color: white;
}

@media (max-width: 765px) {
  .contact-icon {
    width: 1.5rem;
    height: 1.5rem;
    padding: .25rem;
  }
}

.connect {
  display: flex;
  justify-content: center;
  align-items: start;
}

.connect::after {
  content: '';
  display: block;
  width: 0.5rem;
  height: 100%;
  background: white;
  position: absolute;
  top: 1rem;
  z-index: 0;
}

.connect.connect-purple::after {
  background: #42234b!important;
}

.styled-lines {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.styled-lines .line {
  width: 25%;
  max-width: 100px;
  height: 1px;
  background: #ffffff55;
}

.row-scroll {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.row-scroll::-webkit-scrollbar {
  background: none;
  height: 5px;
}

.row-scroll::-webkit-scrollbar-thumb {
  background: #eeeeeeaa;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  border-radius: 100px;
}

.row-scroll::-webkit-scrollbar-thumb:hover {
  background: #eeeeeeee;
}

/* Carousels */

.carousel-purple {
  color: white;
}

.carousel-purple .carousel-indicators button {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid white;
}

.carousel-purple .carousel-indicators button.active {
  background: white;
}

.carousel-light h4 {
  color: #2a1830;
}

.carousel-light .carousel-indicators button {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #2a1830;
}

.carousel-light .carousel-indicators button.active {
  background: #2a1830;
}

@media (max-width: 767px) {
  .sticky-indicators .carousel-indicators {
    position: sticky;
    bottom: 1rem;
    background: #eeeeeeaa;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    border-radius: 100px;
    padding: 1rem;
    z-index: 5;
  }
}

.main-title strong {
  font-weight: 900;
}

.main-title {
  font-weight: 100;
}

/* Cards */

.card-venus {
  text-align: center;
  height: 100%;
  box-shadow: 0 5px 10px #eee;
  overflow: hidden;
}

.card-venus .card-header img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}

.card-venus .card-body {
  padding-bottom: 2.5rem;
  position: relative;
}

.card-venus .card-body h4, .card-venus .card-body p {
  z-index: 3;
  position: relative;
}

.card-venus .card-body::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5rem;
  border-radius: 50% 50% 0 0;
  left: 0;
  top: -2.5rem;
  background: white;
  z-index: 1;
}

.card-venus .card-body::after {
  content: '';
  position: absolute;
  width: calc(100% + 2rem);
  height: 4rem;
  background: linear-gradient(90deg, #2a1830, #683d75);
  border-radius: 50% 50% 0 0;
  left: 0;
  top: -2.75rem;
  z-index: 0;
}

/* Imagens */

.image-visao {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  left: -5rem;
  bottom: -5rem;
  z-index: 1;
}

.image-visao-bg {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  left: -5rem;
  bottom: -2rem;
  background: #683d75;
  z-index: 0;
}

@media (max-width: 767px) {
  .image-visao {
    width: 60%;
    left: -2rem;
    bottom: -5rem;
  }
}

@media (max-width: 767px) {
  .image-visao-bg {
    width: 60%;
    left: -2rem;
    bottom: -4rem;
  }
}

@media (max-width: 499px) {
  .image-visao, .image-visao-bg {
    width: 75%;
  }
}

.image-governanca {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}

.image-confianca {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}

.image-confianca-bg {
  width: 100%;
  height: 300px;
  position: absolute;
  right: -2rem;
  top: -1rem;
  background: #683d75;
  z-index: 0;
}

.image-banner {
  object-fit: cover;
}

.image-tutorial {
  width: 75%;
  height: auto;
}

@media (max-width: 767px) {
  .image-tutorial {
    width: 100%;
    height: auto;
  }
}

.filter {
  filter: saturate(60%);
}

/* Grid */

.grid-2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

/* Entrada Animada */

.animated-element {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.25s ease, transform 0.5s ease;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

