@import 'https://fonts.googleapis.com/css2?family=Geologica:wght@100..900';
.text-orange {
  color: #e2462d;
}
.bg-orange {
  background-color: #e2462d;
}
.text-yellow {
  color: #fac720;
}
.bg-yellow {
  background-color: #fac720;
}
.text-blue {
  color: #1ba6e0;
}
.bg-blue {
  background-color: #1ba6e0;
}
.text-cyan {
  color: #3cf;
}
.bg-cyan {
  background-color: #3cf;
}
.text-fucsia {
  color: #f35ab4;
}
.bg-fucsia {
  background-color: #f35ab4;
}
.text-green {
  color: #009f85;
}
.bg-green {
  background-color: #009f85;
}
.text-magenta {
  color: #e82f88;
}
.bg-magenta {
  background-color: #e82f88;
}
.text-magenta-light {
  color: #f08eba;
}
.bg-magenta-light {
  background-color: #f08eba;
}
section {
  padding: 1rem;
}
.main {
  border-radius: 10px;
  -webkit-box-shadow: 1px 2px 7px rgba(0,0,0,0.25);
          box-shadow: 1px 2px 7px rgba(0,0,0,0.25);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-top: 4rem;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1ba6e0), to(#009f85));
  background-image: -o-linear-gradient(top, #1ba6e0, #009f85);
  background-image: linear-gradient(to bottom, #1ba6e0, #009f85);
}
.main .main-wrapper {
  background-size: cover;
  background-position: center;
  min-height: 620px;
  text-align: center;
  position: relative;
}
.main .main-wrapper .clouds {
  position: absolute;
  width: 100%;
}
.main .main-wrapper .clouds img {
  width: 100%;
}
.main .main-wrapper .logo {
  max-width: 520px;
  margin: 0 auto;
}
.main .main-wrapper .logo img {
  width: 100%;
}
.main .main-wrapper .buttons {
  max-width: 320px;
  margin: 3rem auto;
  position: relative;
  z-index: 1;
}
.main .main-wrapper .buttons .button {
  display: block;
  font-family: 'Geologica', sans-serif;
  background-color: #fac720;
  margin: 3rem 0;
  padding: 1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f08eba), to(#e82f88));
  background-image: -o-linear-gradient(top, #f08eba, #e82f88);
  background-image: linear-gradient(to bottom, #f08eba, #e82f88);
  border: 3px solid #ccc;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.5);
          box-shadow: inset 0 0 7px rgba(0,0,0,0.5);
  color: #fff;
  font-weight: 600;
  font-size: 12pt;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.main .main-wrapper .buttons .button:hover {
  text-decoration: none;
  color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f08eba), color-stop(#e82f88), to(#9f1256));
  background-image: -o-linear-gradient(top, #f08eba, #e82f88, #9f1256);
  background-image: linear-gradient(to bottom, #f08eba, #e82f88, #9f1256);
}
.main .main-wrapper .bottom-misc {
  position: relative;
  height: 180px;
  width: 100%;
}
.main .main-wrapper .bottom-misc .lobo,
.main .main-wrapper .bottom-misc .momia,
.main .main-wrapper .bottom-misc .juan,
.main .main-wrapper .bottom-misc .tierra {
  position: absolute;
}
.main .main-wrapper .bottom-misc .tierra {
  max-width: 664px;
  left: 0;
  bottom: 0;
}
.main .main-wrapper .bottom-misc .juan {
  max-width: 50%;
  bottom: 0;
}
.main .main-wrapper .bottom-misc .lobo {
  max-width: 200px;
  left: 0;
  bottom: 0;
}
.main .main-wrapper .bottom-misc .momia {
  bottom: 0;
  right: 0;
  max-height: 680px;
}
.main .pop-audio {
  background-color: rgba(27,166,224,0.95);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  visibility: hidden;
}
.main .pop-audio .pop-content {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.35);
          box-shadow: 2px 2px 9px rgba(0,0,0,0.35);
  padding: 6rem 3rem;
  position: relative;
  min-width: 620px;
  text-align: center;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.main .pop-audio .pop-content audio,
.main .pop-audio .pop-content video {
  width: 100%;
}
.main .pop-audio .pop-content .title {
  font-family: 'Baloo Bhai', sans-serif;
  margin: 2rem 0;
  color: #1ba6e0;
}
.main .pop-audio .pop-content .pop-close {
  position: absolute;
  cursor: pointer;
  top: -5rem;
  right: 1rem;
  color: #fff;
  font-size: 3rem;
  -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
.main .pop-audio .pop-content .pop-close:hover {
  color: #fac720;
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
          transform: rotate3d(0, 0, 1, 180deg);
}
.main .pop-audio.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.main .pop-audio.active .pop-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
