@font-face {
  font-family: "Helvetica Condensed";
  src: url("fonts/helvetica-black-condensed.otf") format("otf");
  font-weight: bold;
}



.scroll-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-reveal-delay {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.scroll-reveal-delay.visible {
  opacity: 1;
  transform: translateY(0);
}





.rounded-full{
  border-radius: calc(infinity * 1px);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #FE1534;
}

.navbar-bg-light {
  background-color: white;
  background: rgba(255, 255, 255, 0.767);
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar ul li {
  padding-top: 1rem;
  text-align: center;
  padding-bottom: 1rem;
}





.header-title {
  color: #FE1534;    
  font-family: Helvetica COndensed, sans-serif;
  font-weight: bold;
}

.header-title-container {
  padding-top: 20rem;
  padding-bottom: 25rem;
}


.carousel-wrapper {
  scroll-snap-type: x mandatory; /* Faz o scroll “grudar” em cada card */
  -webkit-overflow-scrolling: touch;  /*Scroll suave no iOS */
}

.carousel-wrapper .imgcard {
  overflow-y: hidden;
  scroll-snap-align: start; /* Cada card “encaixa” no início */
}

/*.carousel-wrapper::-webkit-scrollbar {
  display: none;  Esconde a barra de rolagem 
}*/


.main-text-container {
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.main-text-container p {
  font-size: 1.3rem;
  padding-top: 3rem;
}

.card-container {
  padding-bottom: 13rem;
}

.card-container .card {
  padding: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  border-radius: 15px;
  background-color: #FE1534;
  color: white;
  transition: 0.5s;
}

.card-container .card:hover {
  background-color: #ffffff;
  border-color: #e02132;
  color: #e02132;
  -webkit-box-shadow: 0px 0px 16px -8px #e02132;
  -moz-box-shadow: 0px 0px 16px -8px #e02132;
  box-shadow: 0px 0px 16px -8px #e02132;
  transition: 0.3s;
}

.card-container .card .card-text {
  font-size: 1.1rem;
}


.main-investir-container {
  padding-top: 7rem;
  padding-bottom: 10rem;
}

.main-investir-container h1 {
  font-size: 3.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FE1534;
}

.main-investir-container .card {
  border-color: #FE1534;
  border-radius: 7px;
  margin: -0.6rem;
  margin-bottom: 2rem;
  transition: 0.3s;
}

.main-investir-container .card:hover {
  border-color: #e02132;
  -webkit-box-shadow: 0px 0px 16px -8px #e02132;
  -moz-box-shadow: 0px 0px 16px -8px #e02132;
  box-shadow: 0px 0px 16px -8px #e02132;
  color: #e02132;
  transition: 0.3s;
}

.main-investir-container .card-body {
  padding: 2rem;
  padding-top: 3rem;
}



.main-comofunciona-container {
  padding-top: 7rem;
  padding-bottom: 10rem;
}

.main-comofunciona-container h1 {
  font-size: 3.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FE1534;
}

.main-comofunciona-container .card {
  border-color: #FE1534;
  border-radius: 7px;
  margin: -1rem;
  margin-bottom: 2rem;
  transition: 0.3s;
}

.main-comofunciona-container .card:hover {
  border-color: #e02132;
  color: #e02132;
  -webkit-box-shadow: 0px 0px 16px -8px #e02132;
  -moz-box-shadow: 0px 0px 16px -8px #e02132;
  box-shadow: 0px 0px 16px -8px #e02132;
  transition: 0.3s;
}

.main-comofunciona-container .card-body {
  padding: 2rem;
  padding-top: 3rem;
}




.main-form-container {
  padding-top: 7rem;
  padding-bottom: 10rem;
}

.main-form-container form {
  padding: 2rem;
}

.main-form-container h1 {
  font-size: 3.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FE1534;
}

.main-form-container .card {
  border-color: #FE1534;
  border-radius: 7px;  
  transition: 0.3s;
}

.main-form-container .card:hover {
  border-color: #e02132;
  -webkit-box-shadow: 0px 0px 16px -8px #e02132;
  -moz-box-shadow: 0px 0px 16px -8px #e02132;
  box-shadow: 0px 0px 16px -8px #e02132;
  transition: 0.3s;
}

.main-form-container input {
  border-radius: calc(infinity * 1px);
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: rgb(241, 241, 241);
}
.main-form-container button {
  border-radius: calc(infinity * 1px);
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #FE1534;
  border: none;
}

.main-form-container .form-control:focus {
  background-color: rgb(241, 241, 241);
  border-color: #ff0000; 
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); 
}



.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 2px solid #ff2d40; 
    padding: 15px 20px;
    z-index: 1050;
    display: none;
  }
.cookie-banner .btn-red {
    background-color: #ff2d40;
    color: #fff;
    border-radius: 30px;
    border: none;
    transition: 0.3s;
  }
.cookie-banner .btn-red:hover {
    background-color: #e02132;
  }
.cookie-banner .btn-outline-red {
    border: 1px solid #ff2d40;
    color: #ff2d40;
    border-radius: 30px;
    background-color: transparent;
    transition: 0.3s;
  }
.cookie-banner .btn-outline-red:hover {
    background-color: #ff2d40;
    color: #fff;
  }
.cookie-banner .link-red {
    color: #ff2d40;
    text-decoration: none;
  }
.cookie-banner .link-red:hover {
    text-decoration: underline;
  }

  @media (max-width: 576px) {
    .cookie-banner .container {
      flex-direction: column;
      text-align: center;
      gap: 10px;
    }
  }

  footer {
    background-color: #e02132;
  }

  footer .logo img{
    height: 3.7rem;
    padding-bottom: 1rem;
  }

   footer .social img {
    height: 2.7rem;
    padding-bottom: 1rem;
    transition: 0.3s;
  }

  footer .social img:hover {
    opacity: 50%;
    transition: 0.3s;
  }