
.invitation-modal-dialog{
    max-width: 900px;
    max-height: 80%;
}

.invitation-col-lg-4{
    padding: 0px;
}


.modal-body{
    padding: 0px;
}

.invitation-img{
    min-width: 200px;
}

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 46%;
}

.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px; //change this to your desired size
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.btn-detalle-custom {
     font-size: 16px;
}

.plus-circle-custom{
     font-size:20px;
}

.section-custom{
     text-align: center;
}

.buttons-align{
    display: inline-block;
}