/* line 5, app/assets/stylesheets/static_pages.scss */
#modalnewsletter {
  display: none;
  position: fixed;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

/* line 16, app/assets/stylesheets/static_pages.scss */
#modalnewsletter .modalDialog-container {
  width: 700px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  max-width: 90%;
}

/* line 26, app/assets/stylesheets/static_pages.scss */
#modalnewsletter .modalDialog-container .closenewsletter {
  z-index: +1;
  position: absolute;
  right: 30px;
  top: 15px;
  font-weight: bold;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

/* line 37, app/assets/stylesheets/static_pages.scss */
#modalnewsletter .modalDialog-container #sib_embed_signup {
  padding: 10px;
}

/* line 40, app/assets/stylesheets/static_pages.scss */
#modalnewsletter .modalDialog-container #sib_embed_signup .sib-container {
  background-color: white;
  overflow: hidden;
}

/* line 44, app/assets/stylesheets/static_pages.scss */
#modalnewsletter .modalDialog-container #sib_embed_signup .sib-container .bg-newsletter {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Leeve_Language_exchange_nearby_free_background.png");
  position: relative;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

/* line 54, app/assets/stylesheets/static_pages.scss */
#modalnewsletter .modalDialog-container #sib_embed_signup .sib-container .bg-newsletter h1 {
  font-size: 39px;
}

/* line 58, app/assets/stylesheets/static_pages.scss */
#modalnewsletter .modalDialog-container #sib_embed_signup .sib-container .bg-newsletter h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

/* line 64, app/assets/stylesheets/static_pages.scss */
#modalnewsletter .modalDialog-container #sib_embed_signup .sib-container .bottom-newsletter {
  margin-top: 10px;
  padding: 20px;
}

/* line 68, app/assets/stylesheets/static_pages.scss */
#modalnewsletter .modalDialog-container #sib_embed_signup .sib-container .bottom-newsletter .mandatory-email {
  font-size: 15px;
}

/* line 71, app/assets/stylesheets/static_pages.scss */
#modalnewsletter .modalDialog-container #sib_embed_signup .sib-container .bottom-newsletter .mandatory-email input {
  width: 100%;
  min-width: auto;
  min-height: 35px;
  border-radius: 4px 0 0 4px;
  border: solid 2px #309b9e;
  padding-left: 10px;
  font-size: 13px;
}

/* line 82, app/assets/stylesheets/static_pages.scss */
#modalnewsletter .modalDialog-container #sib_embed_signup .sib-container .bottom-newsletter .btn-susbscribe {
  width: 100%;
  background: #309b9e;
  min-height: 35px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
}

@media screen and (min-width: 850px) {
  /* line 100, app/assets/stylesheets/static_pages.scss */
  .margin-data {
    margin-left: 1%;
  }
}

/* line 105, app/assets/stylesheets/static_pages.scss */
.btn-app {
  color: white !important;
  background-color: var(--red) !important;
  padding: 10px 50px !important;
  border-radius: 30px !important;
}

/* line 112, app/assets/stylesheets/static_pages.scss */
.screen_store {
  max-height: 90vh;
  max-width: 100%;
}
