.bgSizeContainGrande img {
    overflow:hidden;
    height: 400px;
  }

  .bgSizeContainGrande img {
    overflow:hidden;
    max-width:400px;
    max-height:400px;
    object-fit: contain;
  }
  img{
      width: auto;
      height: auto;
  }
  
  .bgSizeContainPequena img {
    overflow:hidden;
    height: 150px;
  }

  .bgSizeContainPequena img {
    overflow:hidden;
    max-width:150px;
    max-height:150px;
    object-fit: contain;
  }

  .loading{
      display:none;
  }
  .shipping-calculator {
    margin-top: 0px;
  }
  .shipping-calculator h5 {
    margin-bottom: 10px;
  }
  .text-valor-frete{
    font-size: 20px;
  }