/* sass */
/* elimina scroll lateral */
body.modal-open {
  overflow: hidden;
  width: 100%; }

body.modal-open-iphone {
  overflow: hidden;
  position: fixed;
  width: 100%; }

/* elimina scroll lateral */
.push-block {
  height: 392px;
  box-sizing: border-box;
  overflow: hidden; }
  .push-block .blq-left, .push-block .blq-right {
    box-sizing: border-box; }
  .push-block .blq-left {
    width: 374px;
    float: left; }
  .push-block .blq-right {
    width: 417px;
    float: right;
    padding: 3em 3.5em; }
  .push-block h1 {
    font-family: latolight;
    font-size: 30px;
    line-height: 125%;
    margin-bottom: 1em;
    text-align: center; }
  .push-block .accept {
    font-size: 10px;
    color: #858585;
    margin-bottom: 3.5em; }
    .push-block .accept a {
      color: #858585; }
  .push-block a.close-window {
    color: #858585;
    font-size: 12px; }
  .push-block input, .push-block button, .push-block .photo-author {
    box-sizing: border-box; }
  .push-block input {
    height: 41px;
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #CCC;
    margin-bottom: 15px; }
    .push-block input.error {
      border: 1px solid #ff0000;
      background: #fff; }
  .push-block button {
    width: 100%;
    margin-bottom: 10px; }
  .push-block .gallery {
    height: 392px;
    overflow: hidden; }
    .push-block .gallery li {
      position: relative;
      height: 392px; }
      .push-block .gallery li img {
        display: block;
        top: 0;
        margin-top: 0;
        position: absolute; }
      .push-block .gallery li .photo-author {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        width: 374px;
        background: rgba(0, 0, 0, 0.7);
        height: 27px; }
        .push-block .gallery li .photo-author span {
          color: #858585;
          font-size: 10px;
          line-heihgt: 27px;
          padding: 0 10px; }
  .push-block.push-block-confirm {
    heihgt: 100%; }

.push-block-confirm {
  height: auto;
  width: 791px;
  padding-top: 3em; }
  .push-block-confirm h1 {
    font-size: 35px; }
  .push-block-confirm h2 {
    text-align: center;
    font-family: latolight;
    font-size: 20px; }
  .push-block-confirm ul {
    padding: 3em; }
  .push-block-confirm li {
    display: inline-block;
    margin: 0 0 38px 0; }
    .push-block-confirm li a {
      display: block;
      width: 335px;
      height: 306px;
      overflow: hidden;
      position: relative;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      color: #333333;
      text-decoration: none; }
    .push-block-confirm li.even {
      float: right; }
    .push-block-confirm li .img-footer {
      box-sizing: border-box;
      background: #eee;
      bottom: 1px;
      left: 0;
      height: 81px;
      position: absolute;
      text-align: center;
      width: 100%;
      -webkit-border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px;
      font-size: 20px;
      font-family: latolight;
      padding: 1em; }

/* boton */
.btn {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-appearance: none;
  text-decoration: none;
  padding: 0.65em 0.7em 0.55em; }

.btn-green {
  color: #fff;
  background: #5E902E;
  border-bottom: 3px solid #35511A;
  font-weight: bold; }

.btn-green:hover {
  color: #fff;
  background: #79A647;
  border-bottom: 3px solid #4F6C2E; }

.btn-green:focus, .btn-green:active {
  color: #fff;
  background: #79A647;
  padding: 0.7em 0.7em 0.5em;
  border-bottom: 3px solid #79A647; }
