.swiper-container {
    width: 600px;
    height: 300px;
  }
  .banner{
      /* background-image: url('../images/banner2.jpg'); */
      background-image: url('../images/banner3.webp');
      background-position: center;
      background-size: cover;
      height: 500px;
  }

.login
{
    position: relative;
    top: -25px;
}
.form-control
{
    border-bottom: 2px solid #8b8b8b !important;
    border-top: 0px solid #8b8b8b !important;
    border-bottom: 2px solid #8b8b8b !important;
    border-right: 0px solid #8b8b8b !important;
}

.opcao-tipo {
    width: 120px; /* define largura de cada item */
    text-align: center;
}

.img-opcao {
    width: 80px; /* controla o tamanho da imagem */
    height: auto;
    margin-bottom: 10px;
    transition: transform 0.2s ease;
}

.img-opcao:hover {
    transform: scale(1.05);
}
