	#push-wrap {
	  display: flex;
	  justify-content: center;
	}
	#push-wrap-pop {
    position: fixed;
    background: #fff;
    top: 20px;
    padding: 20px 22px;
    box-shadow: rgb(35 47 53 / 15%) 0px 0px 30px 0px;
    border-radius: 15px;
    justify-content: center;
    max-width: 389px;
    margin: 0 15px;
    font-family: 'Mulish', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 16px;
    z-index: 9999;
	}
	.botones {
	  padding: 7px 13px;
	  background: #ce1f25;
	  border-radius: 6px;
	  border: 2px solid #ce1f25;
	  display: inline-flex;
	  font-weight: bold;
	  cursor: pointer;
	  color: #fff;
	  margin: 0 4px;
	  font-size: 15px;
	}
	.botones#cerrar {
	  background: transparent;
	  color: #ce1f25;
	}
	.push-header {
	  display: flex;
	  grid-gap: 10px;
	  align-items: center;
	}
	.push-header img {
	  height: 95px;
	}
	.push-header .push-body {
	  text-align: left;
	  font-weight: bold;
	  font-size: 17px;
	  line-height: 20px;
	}
	.push-header .push-body span {
	  font-weight: normal;
	  font-size: 14px;
	  display: block;
	  margin-top: 10px;
	}