@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body{
  font-family: "Poppins", sans-serif !important;
}
 
.text-roxo {
  color: #5f54fd !important;
}

.text-laranja {
  color: #f15a29 !important;
}

.text-cinza {
  color: #666;
}

.bg-roxo {
  background-color: #5f54fd !important;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 35%);
}

.btn-primary {
  background-color: #5f54fd !important;
  color: white !important;
  border: 2px solid #5f54fd !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.btn-primary:hover {
  background-color: #5f54fd !important;
  color: white !important;
  border: 2px solid #5f54fd !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  transform: scale(1.02);
  transition: ease all 0.3s;
}

.btn-white {
  background-color: #f15a29 !important;
  color: white !important;
  border: 2px solid #f15a29 !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.btn-white:hover {
  background-color: #f15a29 !important;
  color: white !important;
  border: 2px solid #f15a29 !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  transform: scale(1.02);
  transition: ease all 0.3s;
}

.btn-dark {
  background-color: #5f54fd !important;
  color: white !important;
  border: 2px solid white !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.btn-dark:hover {
  background-color: white !important;
  color: #5f54fd !important;
  border: 2px solid white !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  transform: scale(1.02);
  transition: ease all 0.3s;
}

@media screen and (max-width: 449px) {
  .video-hover-cell {
    width: 65%;
  }
  .video-element-cell {
    width: 65%;
  }
}

@media screen and (max-width: 649px) {
  .video-hover-cell {
    width: 45%;
  }
  .video-element-cell {
    width: 45%;
  }
}

@media screen and (min-width: 650px) {
  .video-hover-cell {
    width: 30%;
  }
  .video-element-cell {
    width: 30%;
  }
}

.benefit-card-2 {
  background-color: transparent;
  /* border: 1px solid #1c1c1c; */
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 25%);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: left;
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.benefit-card-2 i {
  font-size: 2rem;
  color: #f15a29;
  margin-bottom: 15px;
  display: block;
}

.benefit-card-2 h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: black;
}

.benefit-card-2 p {
  font-size: 0.95rem;
  color: #666;
  margin: 0;
}

.benefit-card-2:hover {
  background: linear-gradient(180deg, white 0%, #d0d0d0cd 100%);
  transform: translateY(-6px);
  box-shadow: 0 8px 25px #5f54fd29;
}

.benefit-card-2::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at center,
    rgba(123, 47, 255, 0.2) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.benefit-card-2:hover::before {
  opacity: 1;
}

.form-contact a {
  color: #666;
  text-decoration: none;
}

.form-contact a:hover {
  color: #666;
  text-decoration: underline;
  opacity: 0.7;
}
