
.menu{
    /* background: linear-gradient(to right, rgb(52, 176, 248),  rgb(76, 99, 205)); */
    background: linear-gradient(to right, rgba(4, 6, 122, 0.945),  rgba(2, 2, 221, 0.945), rgba(4, 6, 122, 0.892));
}

.whats{
    position: fixed;
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
    background-color: green;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}
.whats:hover{
    text-decoration: none;
    color: white;
    background-color: #25d366;
    transform: scale(1.1);
    transition: 1s;
}


    /*configuração do swiper slide*/
    html,
    body {
      position: relative;
      height: 100%;
    }

    body {
      font-size: 14px;
      margin: 0;
      padding: 0;
    }

    .swiper {
      width: 100%;
      height: 350px;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* fim da configuração do swiper slide*/
     .card {
              border-radius: 10px;
              box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
              transition: transform 0.3s ease;
            }
  