*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

img {
  max-width: 100%;
}

body {
  padding: 0;
  margin: 0;
  background: #f8f8f8;
  -webkit-font-smoothing: antialiased;
  font-family: 'Source Sans 3', sans-serif;
  margin-bottom: 50px;
}

/* Top navigation bar */
.top-bar {
  background: #333;
  padding: 10px 20px;
  text-align: center;
}

.top-bar-content {
  max-width: 700px;
  margin: 0 auto;
}

.top-bar .member-link {
  color: #aaa;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  transition: color 0.2s ease;
}

.top-bar .member-link:hover {
  color: #fff;
}

#main {
  padding-top: 20px;
}

h1,
h2,
h3,
h4 {
  font-family: "Libre Baskerville", serif;
  text-align: center;
}

#logo {
  text-indent: -999em;
  background: url("img/header.png") no-repeat center;
  background-size: contain;
  height: 160px;
}

a {
  text-decoration: none;
  color: #888;
  font-weight: bold;
}

a:hover {
  color: #444;
}

section {
  width: 700px;
  max-width: 90%;
  margin: auto;
  padding: 20px;
  border-radius: 5px;
  color: #333;
}

#cancel {
  width: 600px;
}

.dark {
  background: #24252a;
}

.flex {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.bttn {
  color: #838689;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
}
a.bttn:hover {
  color: #fff;
}
a.bttn:focus {
  color: #fff;
}

a.bttn-dark {
  color: #644cad;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
}
a.bttn-dark:hover {
  color: #fff;
}
a.bttn-dark:focus {
  color: #fff;
}

.bttn {
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  width: 270px;
  font-weight: bold;
  padding: 14px 0px;
  border: 3px solid #838689;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.bttn:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #838689;
  z-index: -2;
}
.bttn:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.bttn:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.bttn.sel {
  border: 3px solid #5d4157;
  color: #990044;
}

.bttn.sel:before {
  background-color: #5d4157;
}

.bttn-dark {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  width: 270px;
  font-weight: bold;
  padding: 14px 0px;
  border: 3px solid #644cad;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.bttn-dark:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #644cad;
  z-index: -1;
}
.bttn-dark:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.bttn-dark:focus:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.bttn.one-fifth {
  width: 16%;
  margin: 1.5%;
}

.bttn.one-sixth {
  width: auto;
  margin: 1%;
  padding: 8px;
}

#tiers {
  padding: 0;
  margin: 40px 0;
  clear: both;
  display: block;
  overflow: hidden;
  vertical-align: top;
}

#tiers li {
  list-style: none;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 1.5%;
  text-align: center;
  width: 30%;
  margin-right: 1.5%;
  text-transform: uppercase;
  line-height: 180%;
  font-size: 80%;
  vertical-align: top;
  min-width: 180px;
}

#tiers li > * {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#tiers li a {
  font-weight: normal;
  padding: 10px 8px 0;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  position: relative;
}

#tiers li a:hover {
  cursor: pointer;
}

#tiers li a:hover {
  -webkit-box-shadow: 5px 5px 9px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 9px -1px rgb(0 0 0 / 5%);
}

#tiers li img {
  max-width: 100%;
}

#tiers li img.amount {
  position: absolute;
  bottom: 25px;
  width: 55%;
  left: 40px;
}
#tiers.usd li img.amount,
#tiers.eur li img.amount {
  left: 45px;
}

#tiers li .amount_text {
  font-family: 'Permanent Marker',sans-serif;
  color: black;
  font-size: 20px;
  position: absolute;
  bottom: 13%;
  width: 90%;
  text-align: center;
}

#tiers li:nth-child(1) .amount_text {
  bottom: 14%;
}

#tiers li:nth-child(2) .amount_text {
  bottom: 14%;
}
#tiers li:nth-child(3) .amount_text {
  bottom: 9%;
}
#tiers li:nth-child(4) .amount_text {
  bottom: 8%;
}
#tiers li:nth-child(5) .amount_text {
  bottom: 11%;
  width: 95%;
}



#perks {
  padding: 0;
}

#perks li {
  list-style: none;
  margin: 20px 0;
  padding-top: 25px;
  padding-left: 130px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 120px;
}

#perks li.comunidad {
  background-image: url("img/foro.png");
}

#perks li.llamadas {
  background-image: url("img/valentin.png");
}

#perks li.extras {
  background-image: url("img/extras.png");
}

#perks li.tienda {
  background-image: url("img/tienda.png");
  display: none;
}

#perks li.bitacora {
  background-image: url("img/diario.png");
}

#perks li.museo {
  background-image: url("img/museo.png");
}

#perks li.viajes {
  background-image: url("img/bariloche2022.png");
}

#perks li.bookclub {
  background-image: url("img/books.png");
}

#perks li.descuentos {
  background-image: url("img/coupons.png");
}

#patrons {
  border: 2px solid #444;
  padding: 20px;
  padding-top: 0;
}

#thanks-header {
  background-image: url("img/gracias_169.png");
  background-repeat: no-repeat;
  text-indent: -999em;
  width: 1920px;
  padding-top: 56.25%;
  max-width: 100%;
  background-size: contain;
}

/* Portrait */

@media only screen and (max-device-width: 667px) and (orientation: portrait) {
  body {
    font-size: 0.8em;
  }

  .bttn {
    font-size: 14px;
    letter-spacing: 1px;
  }

  p {
    font-size: 1.3em;
  }

  #tiers li {
    width: 80%;
    margin: 0 auto 20px;
    float: none;
    font-size: 120%;
    display: block;
  }

  #thanks-header {
    background-image: url("img/gracias_11.png");
    width: 900px;
    padding-top: 100%;
  }
}

@media only screen and (min-device-width: 768px) {

  #tiers li .amount_text {
    font-size: 16px;
  }

}
/* Currency notice box */
.currency-notice {
  border: 3px dotted #CCC;
  margin: 20px;
  text-align: center;
  padding: 5px;
}

/* Center aligned text */
.text-center {
  text-align: center;
}

/* Text left aligned */
.text-left {
  text-align: left;
}


#content h2 {
  text-align: left;
}

#content p {
  line-height: 150%;
}