 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background-color: #f9f9f9;
  }
  header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://dl.dropbox.com/scl/fi/wt2t078ji0uuhc1l1ilyq/headerpredio.png?rlkey=vjhgk574sy3lvbgowdgxehgs5&st=36or1l8j&dl=0");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
  }
  .header-content{
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    width: 1100px;
    justify-content: space-around;
    position: relative;
  }
  #title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  header h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 700;
  }
  header p {
    font-size: 1.5rem;
    margin-bottom: 40px;
    font-weight: 500;
  }
  .cta a{
    text-decoration: none;
    color: white;
  }
  .cta{
    background-color: rgba(66, 60, 246, 0.8);
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 50px;
    margin: 10px;
    transition: background-color 0.3s ease;
    height: max-content;
    width: auto;
  }
  .cta:hover {
    background-color: #496897;
  }
  section {
    padding: 80px 50px;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    margin: 0 auto;
  }
  .features {
    display: flex;
    justify-content: space-evenly;
    overflow-x: scroll;
    max-width: 100%;
    margin: 25px 0;
  }
  .feature {
    flex: 1 1 30%;
    padding: 25px;
    margin: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .feature:hover {
    transform: translateY(-10px);
  }
  .feature h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #2f76c2;
  }
  .feature p {
    font-size: 1rem;
    color: #666;
  }
  #logo{
    display: flex;
    justify-content: end;
  }
  #celltitle{
    display: flex;
    justify-content: end;
    gap: 5px;
  }
  .cell{
    margin-top: 8px;
  }
  @media (max-width: 810px) {
    #celltitle{
      display: none;
    }
    .header-content{
      justify-content: center;
    }
    #logo{
      justify-content: center;
    }
    #title{
      align-items: center;
    }
  }
  #arrow-down{
    position: absolute;
    bottom: 0; /* Fixa o item na borda de baixo */
    left: 50%; /* Centraliza o item horizontalmente */
    transform: translateX(-50%); /* Ajusta para o centro exato */
    cursor: pointer;
  }
  .section-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 25px 0px;
    width: 100%;
  }
  .faq-section{
    text-align: start;
    padding: 25px 0;
  }
  .item-faq{
    margin: 10px 0px;
  }
  .item-faq p{
    padding: 10px;
  }
  .btn-action{
    margin: 25px 0;
  }
  .testimonials{
    width: 100%;
    margin: 0 50px;
  }
  .testimonial-cards{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-evenly;
    height: max-content;
    margin-bottom: 20px;
    width: 100%;
  }
  .testimonial-card{
    width: 250px;
    padding: 25px;
    height: 100%;
  }
  .testimonial-card p{
    margin-top: 8px;
  }
  .about{
    display: flex;
    justify-content: space-around;
    margin: 80px 0;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }
  .about h1{
    font-size: xx-large;
  }
  .about div{
    width: 250px;
  }
  .title-content{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: start;
  }
  .top-content{
    text-align: start;     
  }
  footer{
    color: white;
    width: 100%;
    height: max-content;
    display: flex;
    background-color: #2f76c2;
    justify-content: space-evenly;
    padding: 25px;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }
  footer .container{
    height: 100%;
    width: 250px;
  }
  a{
    text-decoration: none;
    color: inherit;
  }
  ul li{
    font-size: .8rem;
    list-style: none;
    padding: 5px;
  }
  .container-top{
    width: 50%;
    height: 100%;
    min-width: 400px;
  }
  .first-content{
    display: flex;
    width: 100%;
    height: max-content;
    margin: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }


/* Container flexível com wrap */
.flip-container {
  display: flex;
  flex-wrap: wrap; /* Permite que os itens quebrem para a próxima linha */
  gap: 20px; /* Espaçamento entre os flips */
  justify-content:  space-around;
  align-items: center;
  margin: 25px 0;
}

.flip-card {
  width: 200px;
  height: 200px;
  perspective: 1000px;
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 5px;
}

.flip-card-front {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.flip-card-back {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  transform: rotateY(180deg);
}