.uk-lightbox-toolbar{
    background-color: #f2f2f2 !important;
}

.uk-lightbox-toolbar-icon{
    color: rgb(0, 0, 0) !important;
}

.block {
    height: 100vh;
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 1rem 0 5rem;
  }
  
  
  div.swiper-button-prev,
div.swiper-button-next {
   color: white;
   opacity: 80%;
}

  .img_slider {
    box-shadow: 0 1px 2px #0003;
    width: 100%;
  }

  .swiper {
    height: 600px;
  }
  
  .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
   
  }

  .nome {
    font-size: x-large;
  }


  
  @media (max-width: 450px) {
    .swiper {
      height: 170px;
    }
    .block {
      height: 67vh;
      width: 100%;
      max-width: 1000px;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      padding: 1rem 0 5rem;
    }
    
  }

  @media screen and (min-width: 1020px) {

    .block {
      padding-top: 3rem;
    }
  }
  