@charset "utf-8";
/* CSS Document */

/* modal QR*/
    #infoModal {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
    }

    #infoModal .modal-content {
      background: white;
      padding: 20px;
      border-radius: 10px;
      width: auto;
      height: auto;
      position: relative;
      text-align: center;
    }

    #infoModal .close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 20px;
      cursor: pointer;
    }

    #qrcode canvas {
      width: 300px !important;
      height: 300px !important;
    }
 /* fin del modal del QR */

.benefit-info {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.benefit-right {
	text-align: left;
	margin-left: 30px
}

#allyName{
	padding-right: 20px;
	border-bottom: 2px solid #009ef6;
	padding-bottom: 7px;
}


	#section1 p{
		margin: 10px!important;
		    font-size: 2rem;
}
.text-center{
	text-align: center;
}
.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
	display: inline-block;
}

@media (max-width:780px) {

	/* modal share */
#shareButton{
		display: inherit !important;
	}

/* fin modal share */


	
.benefit-info {
	display:block;
    margin: 5vw;
}
#allyName{
	padding: 0px 20px;
	border-bottom: 2px solid #009ef6;
	padding-bottom: 7px;
}
.benefit-right {
	text-align: center;
	margin: 30px 0px;
}
	#shareButton{
		display: inherit !important;
	}
}
