.produtos-grid-item{
  padding-top: 30px;
  margin-top: -30px;
}
.produtos-grid-item:first-child{
  /* padding-top: 30px;
  margin-top: -50px; */
}

@media only screen and (min-width: 1199px){
  .produtos-home .container,
  .produtos-grid .container{
    width: 100%;
    max-width: 1280px;
  }
}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .products .product{
    max-width: calc(100% / 2 - 10px);
  }
  .modal .product-image img{
    aspect-ratio: unset;
    height: 30vh;
    border-radius: 0px;
  }
  .modal.show .modal-dialog {
    width: 100%;
    margin: 0;
    height: 100dvh;
    max-width: 100svh;
  }
  .modal-content{
    height: 100%;
    overflow: hidden;
    border-radius: 0px !important;
  }
  .modal-body{
    padding: 0 15px!important;
  }
  .modal-body .row,
  .modal-body .container-fluid{
    height: 100%;
  }
  .modal-body .product-info,
  .modal-body .product-info{
    padding: 0 15px;
  }
  .modal .product-footer{
    padding: 0 15px 50px;
  }
  .modal-body .col-md-1{
    display: none;
  }
  .modal .product-info{
    margin-bottom: 15vh;
    height: 50vh;
  }
}
@media only screen and (max-width: 600px){
  .products .product{
    max-width: 100%;
  }
  .modal .product-footer{
    padding: 0 15px 30px;
    position: fixed;
    bottom: 0;
  }

}