
/*-----------------FONTS----------------*/

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Selima';
    src: url('../fonts/Selima.otf') format('opentype');
}

/*-----------------GERAL----------------*/

#about .texto2 a
{
	color: #6B6B6B;
}

body
{
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
}

.mainContainer
{
width: 97%;
    margin: 0 auto;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}


.videoContainer
{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

/*-----------------HEADER----------------*/

.mobile-menu {
    cursor: pointer;
    color: white;
    font-size: 25px;
    padding: 20px;
    display: block;
    right: 0;
    position: absolute;
}

#header
{
    width:100%;
    min-height: 74px;
    height: auto;
    margin: 0 auto;
}

.menu
{
    text-align: center;

}

.menu ul
{
    margin: 0;
    padding: 15px 15px;
}

.menu li
{
    display: inline-block;
    list-style-type: none;
}

.menu a
{
    display: block;
    padding: 10px 10px;
    font-size: 12px;
    font-family: 'Montserrat-Light';
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    opacity: 0.5;
}


.menu a:hover
{
    color: #ffffff;
    opacity: 1;
    /*padding: 10px 10px;*/
    transition: 0.5s;
}

/*-----------------HOME----------------*/

#home
{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 50px 0;
    background-image: url("../images/Splash_iphone.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#home .containerText
{
    margin: 0 auto;
    text-align: center;
}

#home .titulo
{
    font-size: 100px;
    margin-top: 20px;
    margin: 0;
    font-family: 'Selima';
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    padding-bottom: 25px;
}

#home .subTitulo
{
    font-size: 22px;
    margin: 5px 0 0 0 ;
    font-family: 'Montserrat-Light';
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

#home .subTitulo2
{
    font-size: 9px;
    margin: 60px 0 0 0 ;
    font-family: 'Montserrat-Light';
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

#home .subTitulo3
{
    font-size: 13px;
    margin: 10px 0 0 0 ;
    font-family: 'Montserrat-Light';
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
	cursor:pointer;
}

#home .logoStore
{
    height: 50px;
    margin: 10px 6px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}


.overlayBackground
{
    width: 100%;
    background-image: url("../images/Home_background.png");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: -4;
    top: 0;
    left: 0;
}

/*-----------------PRIVACY----------------*/

.privacy
{
background-color: #fbfbfb;
}

#header-in
{
    width:100%;
    height: 74px;
    margin: 0 auto;
	color: #6B6B6B;
	background-color: #FFFFFF;
	position: fixed;
	top: 0px;
}

#header-in .menu
{
    text-align: center;

}

#header-in .menu ul
{
    margin: 0;
    padding: 15px 15px;
}

#header-in .menu li
{
    display: inline-block;
    list-style-type: none;
}

#header-in .menu a
{
    display: block;
    padding: 14px 10px;
    font-size: 12px;
    font-family: 'Montserrat-Light';
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #6B6B6B;
    opacity: 0.5;
}


#header-in .menu a:hover
{
    color: #fa7949;
    opacity: 1;
    padding: 10px 10px;
    transition: 0.5s;
}

#privacy
{
	max-width: 1024px;
	width: 90%;
	margin: 0 auto;
}

#privacy .titulo
{
    font-size: 15px;
    font-family: 'Montserrat-Light';
    letter-spacing: 7px;
    text-transform: uppercase;
    text-align: center;
    color: #6B6B6B;
	padding-top: 20px;
    margin: 0;
}

#privacy .subTitulo
{
    font-size: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Selima';
    text-transform: uppercase;
    text-align: center;
    color: #424949;
    line-height: normal;
}

#privacy .texto
{
    font-size: 15px;
    font-family: 'Montserrat-Light';
    text-align: letf;
    color: #6B6B6B;
    line-height: 20px;
}

.privacy p
{
    font-size: 15px;
    font-family: 'Montserrat-Light';
    text-align: letf;
    color: #6B6B6B;
    line-height: 20px;
}

.privacy  ul li
{
    font-size: 15px;
    font-family: 'Montserrat-Light';
    text-align: letf;
    color: #6B6B6B;
    line-height: 20px;
}

.privacy  ol li
{
    font-size: 15px;
    font-family: 'Montserrat-Light';
    text-align: letf;
    color: #6B6B6B;
    line-height: 20px;
}

/*-----------------ABOUT----------------*/

#about .logoStore
{
    height: 50px;
    margin: 6px 6px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}



#about
{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: url("../images/about_background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 25px;
    padding-top: 50px;
}

#about .containerText
{
    margin: 0 auto;
    text-align: center;
}

#about .titulo
{
    font-size: 15px;
    font-family: 'Montserrat-Light';
    letter-spacing: 7px;
    text-transform: uppercase;
    text-align: center;
    color: #6B6B6B  ;
    margin: 0;
}

#about .subTitulo
{
    font-size: 60px;
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: 'Selima';
    text-transform: uppercase;
    text-align: center;
    color: #424949;
}

#about .texto
{
    font-size: 24px;
    font-family: 'Montserrat-Light';
    text-align: center;
    color: #6B6B6B;
    line-height: 40px;
    margin:0 10%;
}

#about .texto2
{
    font-size: 20px;
    font-family: 'Montserrat-Light';
    text-align: center;
    color: #6B6B6B;
    line-height: 30px;
    margin:0 10%;
}

#about .textoSmall
{
    font-size: 14px;
    padding-top: 29px;
    text-align: center;
    font-family: 'Montserrat-Light';
    color: #89898E;
    margin:0 27%;
}

#about .image
{
    height: 600px;
    margin-top: -450px !important;
    position: center;
}

#home .image-fixed {
    margin-top: 50px;
    margin-bottom: -50px;
    height: 600px;
}

/*-----------------RULES----------------*/

#rules
{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: url("../images/about_background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 50px;
    padding-top: 5px;
}

#rules .containerText
{
    margin: 0 auto;
    text-align: center;
}

#rules .titulo
{
    font-size: 15px;
    font-family: 'Montserrat-Light';
    letter-spacing: 7px;
    text-transform: uppercase;
    text-align: center;
    color: #6B6B6B  ;
    margin: 0;
}

#rules .subTitulo
{
    font-size: 60px;
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: 'Selima';
    text-transform: uppercase;
    text-align: center;
    color: #424949;
}

#rules .texto
{
    font-size: 18px;
    font-family: 'Montserrat-Light';
    text-align: center;
    color: #6B6B6B;
    line-height: 25px;
    margin:30px 10%;
}

#rules .textoSmall
{
    font-size: 14px;
    padding-top: 29px;
    text-align: center;
    font-family: 'Montserrat-Light';
    color: #89898E;
    margin:0 10%;
}

#rules .image
{
    height: 600px;
    margin-top: -500px !important;
    position: center;
}

/*-----------------APP----------------*/

#app
{
    width: 100%;
    margin: 0;
    padding: 50px 0 50px 0;
    /*background-image: url("../images/app_background.png");
    background-size: cover;
    background-repeat: no-repeat;*/
background-color: #E0E0E0;
}

#app .containerText
{
    margin: 0 auto;
    text-align: center;
}

#app .titulo
{
    font-size: 15px;
    font-family: 'Montserrat-Light';
    letter-spacing: 7px;
    text-transform: uppercase;
    text-align: center;
    color: #6B6B6B  ;
    margin: 0;
}

#app .frames
{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
}

#app .frames .screen-description
{
    font-family: 'Montserrat-Light';
    font-size: 14px;
    width: 210px;
    position: absolute;
    white-space: normal;
color: #6B6B6B;
}

#app .frames .homepage-description
{
    width: 130px;
    margin-left: 30px;
}

#app .frames .messages-description
{
    margin-left: -75px;
}

#app .frames .mockup
{
    height: 350px;
    margin-top: -40px;
}

#app .frames .iphone
{
    height: 500px;
    position: relative;
    z-index: 2;
}

#app .frames .perfil
{
    opacity: 0;
    transform: translateX(150px);
    transition: all 0.7s ease-in-out;
}

#app .frames .perfilShow
{
    transform: translateX(0px);
    opacity: 1;
}

#app .frames .homepage
{
    margin-right: -75px;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.5s ease-in-out;
}

#app .frames .homepageShow
{
    transform: translateX(0px);
    opacity: 1;
}

#app .frames .messages
{
    margin-left: -75px;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s ease-in-out;
}
#app .frames .messages .screen-description
{
    font-size: 12px;
}

#app .frames .messageShow
{
    transform: translateX(0px);
    opacity: 1;
}

#app .frames .chat
{
    opacity: 0;
    transform: translateX(-150px);
    transition: all 0.7s ease-in-out;
}

#app .frames .chatShow
{
    transform: translateX(0px);
    opacity: 1;
}

.linhaApp
{
    padding: 50px 0 20px 0;
}

/*-----------------HOW TO PLAY----------------*/

#howtoplay
{
    margin: 0 auto;
    padding: 50px 0 50px 0;
    background-image: url("../images/howtoplay.png");
    background-size: auto;
    background-position: 50px 0;
    background-position-y: -20px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#howtoplay .coluna
{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#howtoplay .containerText
{
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

#howtoplay .titulo
{
    font-size: 15px;
    font-family: 'Montserrat-Light';
    letter-spacing: 7px;
    text-transform: uppercase;
    text-align: left;
    color: #6B6B6B  ;
    margin:10px 10%;
}

#howtoplay .subTitulo
{
    font-size: 45px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Selima';
    text-transform: uppercase;
    text-align: left;
    color: #424949;
    margin:0 10%;
    padding-top: 15px;
    padding-bottom: 15px;
}

#howtoplay .texto
{
    font-size: 16px;
    font-family: 'Montserrat-Light';
    text-align: left;
    color: #6B6B6B;
    line-height: 25px;
    margin:0 10%;
}

#howtoplay .tags
{
    font-size: 35px;
    font-family: 'Selima';
    text-align: left;
    color: #424949;
    line-height: 1;
    margin:0 10%;
padding-bottom: 15px;
    padding-top: 15px;
}

#howtoplay .textoSmall
{
    font-size: 14px;
    padding-top: 29px;
    text-align: left;
    font-family: 'Montserrat-Light';
    color: #89898E;
    margin:0 10%;
}

#howtoplay .image
{
    width: 100%;
    padding: 0;
    margin-top: -15px;
    position: static;
}

/*-----------------NUMBERS----------------*/

#numbers
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #E0E0E0;
}

#numbers .containerText
{
    margin: 0 auto;
    text-align: center;
}

#numbers .titulo
{
    padding-top: 100px;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #424949  ;
    margin: 0;
}

#numbers .subTitulo
{
    font-size: 30px;
    text-align: center;
    color: #424949;
    margin: 0 0 30px 0;
}

#numbers .caixas
{
    width: 150px;
    height: 150px;
    display: inline-block;
    padding: 30px 50px;
}

#numbers .caixasInterior
{
    width: 100%;
    height: 150px;
    background-color: #FDFEFE;
    box-shadow: 0px 0px 15px #E5E8E8;
}

.linha
{
    padding: 20px 0;
}

/*-----------------DOWNLOAD----------------*/

#download
{
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    background-color: #E0E0E0;
}

#download .titulo
{
    font-size: 50px;
    font-family: 'Selima';
    text-transform: uppercase;
    text-align: center;
    color: #424949;
    margin: 20px 0 50px 0;
    line-height: normal;
}

#download .subTitulo
{
    font-size: 16px;
    font-family: 'Montserrat-Light';
    color: #6B6B6B;
    line-height: 25px;
    margin: 0 10%;
}

#download .logoStore
{
    height: 50px;
    margin: 6px 6px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.footertext
{
    color: #989898;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
    letter-spacing: 4px;
}

.footertext a:hover
{
    color: #424949;
    opacity: 1;
    padding: 10px 10px;
    transition: 0.5s;
}

.link
{
    text-decoration: none;
}

.link:hover
{
    color: #424949;
    cursor:pointer
}

/*SCROLL HEADER*/
svg {
  vertical-align: middle;
}
.scroll-down {
  left: 0;
  /*margin-left: -20px;*/
  width: 100%;
  height: 10%;
  bottom: 10px;
  /*padding-left: 7px;*/
  cursor: pointer;
  z-index: 2;
  color: #c7c4b8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top:10%;
}
.scroll-down.svg svg {
  width: 40px;
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.scroll-down.svg .stroke {
  stroke: #fff;
  opacity: 0.8;
}
.scroll-down.svg .scroller {
  fill: #fff;
  opacity: 0.8;
  -webkit-animation: updown 1s infinite;
  -moz-animation: updown 1s infinite;
  -o-animation: updown 1s infinite;
  animation: updown 1s infinite;
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@-moz-keyframes updown {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -moz-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@-o-keyframes updown {
    0% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -o-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media (max-width: 850px) {
    .scroll-down.svg svg {
      width: 30px;
    }
}

.play-now-btn {
    display: inline-block;
    background: #fff;
    width: 170px;
    border-radius: 5px;
    padding: 15px 0;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: bold;
    position: relative;
}

.play-now-btn.top {
    margin: 10px auto;
    background: #000;
    color: #fff;
    border: solid 1px rgba(255,255,255,0.6);
}

.play-now-btn.middle, .play-now-btn.bottom {
    margin: 5px auto;
    /*background: -moz-linear-gradient(rgba(248, 137, 86, 1),rgba(247, 71, 134, 1), rgba(190, 41, 188, 1), rgba(87, 151, 194, 1));
    background: -webkit-linear-gradient(rgba(248, 137, 86, 1),rgba(247, 71, 134, 1), rgba(190, 41, 188, 1), rgba(87, 151, 194, 1));
    background: linear-gradient(rgba(248, 137, 86, 1),rgba(247, 71, 134, 1), rgba(190, 41, 188, 1), rgba(87, 151, 194, 1));*/
    background: #000;
    color: #fff;
    border: solid 1px rgba(255,255,255,0.7);
}

a {
    color: #000;
}

.ios_button_logo {
  width: 30px;
  position: absolute;
  top: 7px;
  left: 10px;
}

.ios_button_text {
  margin-left: 35px;
}

.android_button_logo {
  width: 30px;
  position: absolute;
  top: 7px;
  left: 10px;
}

.android_button_text {
  margin-left: 35px;
}
