@font-face {
  font-family: Geo;
  src: url(../src/fonts/Geo.otf);
}
html {
  box-sizing: border-box;
  font-family: 'Geo', sans-serif !important;
}
body {
  margin: 0 !important;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
*:focus {
  outline: none !important;
}
a {
  text-decoration: none !important;
  color: inherit;
}
@keyframes hide-up {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
#elephant * {
  fill-opacity: 1;
  transition: fill-opacity 0.5s;
}
#elephant.finished * {
  fill-opacity: 1;
}
.navbar {
  width: 100% !important;
  height: 5rem;
  position: fixed;
  z-index: 9999;
  top: 0 !important;
  left: 0 !important;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.navbar .container {
  width: 100%;
  height: 3rem;
  max-width: 1200px;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .navbar .container {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .navbar .container {
    height: 70%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.navbar .container .menu {
  margin-right: 2rem;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .navbar .container .menu {
    display: none;
  }
}
.navbar .container .menu li {
  color: white;
  float: left;
  margin-left: 2rem;
  font-weight: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.navbar .container .logo {
  height: 50%;
  -webkit-transition: fill 1s ease;
  -moz-transition: fill 1s ease;
  -o-transition: fill 1s ease;
  -ms-transition: fill 1s ease;
  transition: fill 1s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar .container .menutoggle {
  display: none;
  font-size: 2rem !important;
}
@media only screen and (max-width: 768px) {
  .navbar .container .menutoggle {
    color: white;
    display: block;
  }
}
.navbar.solid {
  background-color: #4a5059;
}
.navbar.solid #boletomoviltext * {
  fill: #86C23E;
}
.navbar.solid .menutoggle {
  color: white !important;
}
@media only screen and (max-width: 768px) {
  .navbar.open {
    height: auto !important;
    background-color: #4a5059;
  }
}
@media only screen and (max-width: 768px) {
  .navbar.open .menutoggle {
    align-self: flex-end;
    margin-top: -1.9rem;
    color: white !important;
  }
}
@media only screen and (max-width: 768px) {
  .navbar.open #boletomoviltext * {
    fill: #86C23E;
  }
}
@media only screen and (max-width: 768px) {
  .navbar.open .container {
    display: flex;
    align-items: left;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .navbar.open .container .logo {
    height: 28px;
    margin-top: .9rem;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .navbar.open .container .menu {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .navbar.open .container .menu li {
    display: block;
    text-align: center !important;
    float: none;
    margin-left: 0;
    margin-top: 2rem;
    color: white !important;
  }
}
@media only screen and (max-width: 768px) {
  .navbar.open .container .menu li a {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.header {
  min-height: 100vh;
  background: url(../src/img/background5.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .header {
    padding-top: 9rem;
    min-height: 0;
    min-height: 42rem;
  }
}
.header .container {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18%;
}
@media only screen and (max-width: 1200px) {
  .header .container {
    width: 95%;
    padding-top: 22%;
  }
}
@media only screen and (max-width: 768px) {
  .header .container {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    flex-wrap: wrap;
  }
}
.header .container .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .header .container .title {
    width: 90% !important;
    margin: 0 auto;
  }
}
.header .container .title h2 {
  font-weight: 300;
  width: 60%;
  color: white !important;
  font-size: 3.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .header .container .title h2 {
    font-size: 2.5rem;
    width: 100%;
  }
}
.header .container .title h3 {
  font-weight: 400;
  font-size: .8rem !important;
  color: white !important;
  text-align: left;
}
.header .container .title .button {
  color: white;
  width: 20rem;
  max-height: 2.7rem;
  margin-top: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  align-items: center;
  -webkit-transition: all .5s ease !important;
  -moz-transition: all .5s ease !important;
  -o-transition: all .5s ease !important;
  -ms-transition: all .5s ease !important;
  transition: all .5s ease !important;
}
.header .container .title .button p {
  width: 100%;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2.8rem;
  margin: 0;
  display: block;
  background-color: #79AF39;
  line-height: 3rem;
}
.header .container .title .button .option {
  background-color: white;
  color: #79AF39;
}
.header .container .title .button .option:hover {
  background-color: #D3D8D1;
}
.header .container .title .button p:hover {
  background-color: #5F8631;
}
.header .container .title .drop {
  max-height: 15rem !important;
}
.header-divider {
  height: 5rem;
  width: 100%;
  background-color: #F8F8F8;
}
.features {
  width: 100%;
  min-height: 100vh;
  padding-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .features {
    min-height: 42rem;
    padding-top: 6rem;
  }
}
.features .container {
  width: 100%;
}
.features .container .slides {
  width: 100vw;
  overflow: hidden;
  min-height: calc(100vh - 10rem);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .features .container .slides {
    height: 35rem;
    min-height: 35rem;
  }
}
.features .container .slides .slide {
  position: absolute;
  top: 0;
  left: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  min-height: calc(100vh - 10rem);
  flex: none;
}
@media only screen and (max-width: 768px) {
  .features .container .slides .slide {
    display: block;
    height: 35rem;
    min-height: 35rem;
  }
}
.features .container .slides .slide .title {
  padding-left: 10%;
}
@media only screen and (max-width: 768px) {
  .features .container .slides .slide .title {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.features .container .slides .slide .title h1 {
  font-size: 4rem;
  font-weight: 100;
  color: #8CC63F;
}
@media only screen and (max-width: 768px) {
  .features .container .slides .slide .title h1 {
    font-size: 2rem;
    text-align: center;
  }
}
.features .container .slides .slide .title h2 {
  font-size: 1.5rem;
  font-weight: 100;
  color: #1E1E1E;
}
@media only screen and (max-width: 768px) {
  .features .container .slides .slide .title h2 {
    font-size: 1rem;
    text-align: center;
  }
}
.features .container .slides .slide img {
  width: 40rem;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .features .container .slides .slide img {
    max-width: 25rem;
    width: 100%;
    margin: 0 auto;
  }
}
.features .container .slides .slide .show-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .features .container .slides .slide .show-mobile {
    display: block;
  }
}
.features .container .slides .slide .hide-mobile {
  display: block;
}
@media only screen and (max-width: 768px) {
  .features .container .slides .slide .hide-mobile {
    display: none;
  }
}
.features .container .slides .active {
  left: 0;
}
.features .container .slides .slide-to-left {
  -webkit-animation: to-left 0.5s ease;
  -moz-animation: to-left 0.5s ease;
  animation: to-left 0.5s ease;
  left: -100%;
}
@-moz-keyframes to-left {
  0% {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes to-left {
  0% {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes to-left {
  0% {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.features .container .slides .slide-from-left {
  -webkit-animation: from-left 0.5s ease;
  -moz-animation: from-left 0.5s ease;
  animation: from-left 0.5s ease;
  left: 0;
}
@-moz-keyframes from-left {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes from-left {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes from-left {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.features .container .slides .slide-to-right {
  -webkit-animation: to-right 0.5s ease;
  -moz-animation: to-right 0.5s ease;
  animation: to-right 0.5s ease;
  left: 100%;
}
@-moz-keyframes to-right {
  0% {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes to-right {
  0% {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes to-right {
  0% {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.features .container .slides .slide-from-right {
  -webkit-animation: from-right 0.5s ease;
  -moz-animation: from-right 0.5s ease;
  animation: from-right 0.5s ease;
  left: 0;
}
@-moz-keyframes from-right {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes from-right {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes from-right {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.features .container .slidercontrol {
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .features .container .slidercontrol {
    padding-bottom: 2rem;
    margin-top: -7rem;
  }
}
.features .container .slidercontrol div {
  background-color: #808080;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  margin-left: 1rem;
  margin-right: 1rem;
  cursor: pointer;
}
.features .container .slidercontrol .active {
  background-color: transparent;
  border: 1px solid #86C23E;
  height: 9px;
  width: 9px;
}
.feature-bottom-divider {
  width: 100%;
  border-top: 1px solid #E8E9EB;
  border-bottom: 1px solid #E8E9EB;
  background-color: #F8F8F8;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.feature-bottom-divider .container {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .feature-bottom-divider .container {
    width: 100%;
  }
}
.feature-bottom-divider .container h1 {
  color: #6A6A6A;
  font-size: 2rem;
  text-align: center;
  margin: 0;
  margin-bottom: 2rem;
  font-weight: 100;
}
.feature-bottom-divider .container .imagescontainer {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .feature-bottom-divider .container .imagescontainer {
    display: block;
  }
}
.feature-bottom-divider .container .imagescontainer object {
  height: 6rem;
}
@media only screen and (max-width: 768px) {
  .feature-bottom-divider .container .imagescontainer object {
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
  }
}
.stadiums {
  width: 100%;
}
.stadiums .container {
  width: 80%;
  margin: 0 auto;
  padding-top: 7rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .stadiums .container {
    width: 80%;
    padding-bottom: 1rem;
  }
}
.stadiums .container h1 {
  color: #6A6A6A;
  font-size: 2rem;
  text-align: center;
  margin: 0;
  margin-bottom: 2rem;
  font-weight: 100;
}
.stadiums .container h2 {
  color: #6A6A6A;
  font-size: 1rem;
  text-align: center;
  margin: 0;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-weight: 100;
}
.stadiums .container object {
  width: 70%;
}
.stadiums .container .stadiumfeaturescontainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7rem;
  flex-wrap: wrap;
}
.stadiums .container .stadiumfeaturescontainer span {
  min-width: 25%;
  height: 2px;
  background-color: #E8E9EB;
}
@media only screen and (max-width: 768px) {
  .stadiums .container .stadiumfeaturescontainer span {
    width: 100%;
  }
}
.stadiums .container .stadiumfeaturescontainer h1 {
  color: #6A6A6A;
  font-size: 1rem;
  text-align: center;
  margin: 0;
  font-weight: 100;
  width: 50%;
  line-height: 1rem;
}
@media only screen and (max-width: 768px) {
  .stadiums .container .stadiumfeaturescontainer h1 {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.stadiums .container .stadiumfeaturescontainer .products {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .stadiums .container .stadiumfeaturescontainer .products {
    padding-top: 1rem;
    width: 100%;
  }
}
.stadiums .container .stadiumfeaturescontainer .products .product {
  width: 50%;
  margin-top: 7rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .stadiums .container .stadiumfeaturescontainer .products .product {
    width: 100%;
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 4rem;
  }
}
.stadiums .container .stadiumfeaturescontainer .products .product object {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .stadiums .container .stadiumfeaturescontainer .products .product object {
    width: 40%;
  }
}
.stadiums .container .stadiumfeaturescontainer .products .product .description {
  width: 60%;
  margin-left: 5%;
}
@media only screen and (max-width: 768px) {
  .stadiums .container .stadiumfeaturescontainer .products .product .description {
    width: 90%;
  }
}
.stadiums .container .stadiumfeaturescontainer .products .product .description h1 {
  color: #86C23E;
  font-size: 1.5rem;
  text-align: left;
  font-weight: 100;
  width: 100%;
  line-height: 1rem;
}
@media only screen and (max-width: 768px) {
  .stadiums .container .stadiumfeaturescontainer .products .product .description h1 {
    text-align: center;
  }
}
.stadiums .container .stadiumfeaturescontainer .products .product .description h2 {
  color: #6A6A6A;
  font-size: 1rem;
  text-align: left;
  margin: 0;
  margin-top: 1rem;
  font-weight: 100;
  line-height: 1rem;
}
@media only screen and (max-width: 768px) {
  .stadiums .container .stadiumfeaturescontainer .products .product .description h2 {
    text-align: center;
  }
}
.contact {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .contact {
    padding-top: 6rem;
    padding-bottom: 0;
  }
}
.contact .container {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact .container {
    width: 90%;
  }
}
.contact .container h1 {
  color: #6A6A6A;
  font-size: 2rem;
  text-align: center;
  margin: 0;
  margin-bottom: 2rem;
  font-weight: 100;
}
.contact .container .inputcontainer {
  background-color: #F5F6F7;
  width: 100%;
  height: 3rem;
  border-radius: 5px;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .contact .container .inputcontainer {
    margin-top: 1rem;
    height: 2.8rem;
  }
}
.contact .container .inputcontainer input {
  outline: none;
  background-color: transparent;
  border: none;
  text-align: center;
  width: 100%;
  line-height: 2rem;
  font-size: 1rem;
  color: #6A6A6A;
}
.contact .container .inputcontainer textarea {
  overflow: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 1rem;
  color: #6A6A6A;
  outline: none;
  background-color: transparent;
  border: none;
  text-align: center;
  resize: none;
  height: 5rem;
}
.contact .container .message {
  height: 5rem;
  padding-top: .4rem;
}
.contact .container .button {
  background-color: #86C23E;
  border-radius: 20px;
  margin: 0 auto;
  color: white;
  width: 10rem;
  height: 2.5rem;
  line-height: 3rem;
  margin-top: 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 768px) {
  .contact .container .button {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
.contact .container .button p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 2.8rem;
}
.contact .container .button:hover,
.contact .container .button:active {
  background-color: #5F8631;
}
.footer {
  width: 100%;
  background: url('../src/img/socialbg1.png');
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer .container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.footer .container .us {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .footer .container .us {
    flex-direction: column;
  }
}
.footer .container .us h1 {
  color: white;
  font-size: 1rem;
  font-weight: 100;
  margin: 0;
  margin-top: .8rem;
}
.footer .container a {
  text-decoration: none !important;
  color: white !important;
  margin-top: 1rem;
}
.footer .container a .twitter {
  color: white !important;
  font-size: 2rem !important;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer .container a .twitter {
    margin-top: 0;
  }
}
.footer .container a .twitter:hover {
  color: #86C23E !important;
}
.footer .container h1 {
  color: white;
  font-size: 2rem;
  text-align: center;
  margin: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 100;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*# sourceMappingURL=boletomovil-landing.css.map */