.tuboleta-modal {
  background: #0000004a;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
  overflow: auto;
  display: none;
}

.tuboleta-pop-up {
  width: 70%;
  max-width: 750px;
  background: white;
  color:gray;
  margin: auto;
  margin-top: 8%;
  border-radius: 10px;
}

.tuboleta-pop-up spam {
  float: right;
  padding: 0px;
  margin: 0;
  width: 27px;
  text-align: center;
  line-height: normal;
  font-weight: 400;
  font-size: 25px;
  margin-right: 5px;
  margin-top: 5px;
  cursor: pointer;
}

.tuboleta-pop-up .modal-header {
  text-align: center;
  margin-bottom: 15px;
}

.tuboleta-pop-up .modal-header img {
  width: 120px;
}

.tuboleta-pop-up .modal-body {
  text-align: justify;
  font-size: 13px;
  padding-top: 25px;
}

.tuboleta-pop-up .modal-body h2 {
  color: black;
  font-size: 21px;
  margin-bottom: 1rem;
  margin-top: 0;
  letter-spacing: -0.5px;
  text-align: left;
}

.tuboleta-pop-up .modal-body p {
  color: black;
  font-size: 13px;
  font-weight: 500;
}

.tuboleta-pop-up .modal-body .button {
  background: #ffaa31;
  color: black;
  padding: 10px 30px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 27px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.tuboleta-pop-up .section-one img {
  border-radius: 10px 0px 0px 10px;
}

.tuboleta-pop-up .pop-up-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tuboleta-pop-up .section-one {
  display: inline-block;
  vertical-align: top;
  width: calc(53% - 37px);;
}

.tuboleta-pop-up .section-two {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 30px;
}

@media only screen and (max-width: 850px) {
  .tuboleta-pop-up {
    width: 90%;
    margin-bottom: 15px;
  }
  
  .tuboleta-pop-up .section-one, .tuboleta-pop-up .section-two {
    width: 100%;
  }

  .tuboleta-pop-up spam {
    position: absolute;
    width: 30px;
    font-size: 33px;
  }

  .tuboleta-pop-up .section-two {
    padding-left: 0;
  }

  .tuboleta-pop-up .section-one img {
    border-radius: 10px 10px 0 0;
  }

  .tuboleta-pop-up .modal-body p {
    font-size: 15px;
  }

  .tuboleta-pop-up .modal-body {
    text-align: center;
  }

  .tuboleta-pop-up .modal-body h2 {
    text-align: center;
  }

  .tuboleta-pop-up .modal-body .button {
    margin-bottom: 10px;
  }
}