


.valormais1{
  padding-right: 8px;
  padding-left: 8px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgb(4, 243, 64);
  color: #000;

}
.precoantigo{
  padding-right: 8px;
  padding-left: 8px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ff0000;
  color: #fff;

}


.modal 
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: -80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 1986;
}

.modal-kit .modal-background 
{
    background-color: #660000;
}
.modal-background 
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(10,10,10,.86);
}
.modal-kit .modal-content 
{
    width: 80%;
    height: 80%;
    max-width: 80%;
    overflow-x: hidden;
    position: relative;
}
.modal-content, .modal-card 
{
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%;
}
.modal-close.is-large 
{
    height: 30px;
    width: 30px;
}
.modal-close 
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10,10,10,.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    height: 20px;
    outline: none;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    vertical-align: top;
    width: 20px;
    background: none;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
}
.modal-close:before, .modal-close:after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.modal-close:before {
    height: 2px;
    width: 50%;
}
.modal-close:after {
    height: 50%;
    width: 2px;
}
.btn-modal 
{
    width: 100%;
    display: flex;
    text-align: center;
}
.btn-modal a 
{
  text-align: center;
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #09da1a  0%, #00ff24 100%);
  padding: 20px 30px;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  margin: 0 auto 10px;

  width: 100%;
  max-width: 520px;
}
.btn-modal a.is-success 
{

}
.btn-modal a.is-danger 
{
    background: #da394e;
    color: #fff;
    border-right: 03px solid none;
    border-bottom: 03px solid none;
    border-radius: 2px;
    box-shadow: none;
}
.btn-modal-2
{
  font-size: .9em;
}
.modal-kit-5 .img-kit-modal
{
  max-width: 500px;
  width: 100%;
}
.modal-kit-3 .img-kit-modal
{
  max-width: 400px;
  width: 100%;
}
.modal-kit-1 .img-kit-modal
{
  max-width: 300px;
  width: 100%;
}
.modal-kit-10 .img-kit-modal
{
  max-width: 400px;
  width: 100%;
}


  .btn-chamada 
  {
    margin: 0 auto;
  }

  .modal
  {
    top: 0;
  }
  .modal-content, .modal-card 
  {
      margin: 0 auto;
      max-height: calc(100vh - 40px);
      width: 640px;
  }
  .test-mobile {
    display: block;
}

/*responsivo mobile*/
@media all and (max-width:768px) {
    .test-mobile {
        display: none !important;
    }

    /*.text-justify {text-align: left;}*/
    .sem-quebra {
        white-space: pre-wrap;
    }

    .img-effect:hover {
        transform: none;
    }

    .center-mobile {
        text-align: center;
    }

    .margin-mobile {
        margin-top: 7%;
    }

  .btn-modal a 
  {
    font-size: .9em;
    padding: 13px 6px;
  }
  .modal-kit-5 .img-kit-modal
  {
    max-width: 226px;
    width: 100%;
  }
  .modal-kit-3 .img-kit-modal
  {
    max-width: 220px;
    width: 100%;
  }
  .modal-kit-1 .img-kit-modal
  {
    max-width: 190px;
    width: 100%;
  }

