/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, b, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: none;
}

/* inicio css */


/* 3 cores 
red. #f1301b 
orange. #f68247
pastel. #e4b394
*/

body {
  color: #ededed;
	background-color: #423698;
  background-image: url(img/fortune-rabbit_bg2_dg.jpg);
  background-position: top center, top center;
  background-repeat: no-repeat, no-repeat;
	background-size: contain;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

h1, h2, h3 {
	color: #333333;
	font-weight: bold;
	font-weight: 700;
	padding-bottom: 10px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

.big-t {
  font-size: 55px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 20px;
  padding-left: 20px;
}

#aviao {
  width: 450px;
  padding-left: 150px;
}

#cel-aviator {
  width: 200px;
  padding-left: 200px;
}

#aviator-thumb {
  width: 170px;
  border-radius: 15px;
  margin-bottom: 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

p {
	font-size: 16px;
	line-height: 1.4rem;
}

#hero {
	text-align: center;
}

#ftiger-logo {
  width: 450px;
}

header, #hero, footer, .part, .part2 {
	width: 75%;
	margin: 0px auto;
	padding: 25px;
}

.part {
  
	display: flex;
	height: auto;
	background-color: ;
}

.p1 {
 
  height: 620px;
  padding-top: 150px;
  margin-bottom: 20px;
}

.part2 {
   background: url('img/fortune-rabb_coins2.png');
   background-size: contain;
   background-repeat: no-repeat;
  height: auto;
  min-height: 420px;
  z-index: 1200px;
}

.itens {
  background-image: none;
  display: flex;
}

.itens img {
  margin-bottom: 20px;
  width: 90px;
}

.item1, .item2, .item3 {
  text-align: center;
  width:33%;
}

#box-f h1 {
  width: 100%;
  text-align: center;
}

#box-1 {
  justify-content: center;
  text-align: center;
}

#box-1, #box-2, #box-3, #box-4  {
	width: 50%;
	padding-right: 2%;
  text-align: center;
}



.part2 {
  margin-top: 60px;
}

#box-2 {
  padding-top: 50px;
  justify-content: center;
}

#box-3 {
  margin: auto;
  text-align: center;
}

#box-2 .big-t span {
  color: #fcfbc3;
}

#box-3 .big-t span {
  color: #fcfbc3;
}

#box-hero {
  padding: 70px 0;
}

#big-red {


  text-align: center;
}

h3 {
  font-size: 42px;
}

header {
  height: auto;
	display: flex;
}

#cx-login {

	width: 50%;
	text-align: right;
}

button {
	padding: 12px 32px;
	background-color: #423698;
	border: solid 2px #ededed;
	border-radius: 12px;
	color: #ededed;
	font-weight: 700;
  margin-left: 12px;
}

button:hover {
	padding: 12px 32px;
	background-color:  gold;
	cursor: pointer;
	color: #333333;
	font-weight: 700;
  margin-left: 12px;
}

.button-88 {
  text-align: center;
  align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 22px;
  padding: 0.7em 1.4em 0.7em 1.4em;
  color: white;
  background: #ad5389;
  background: linear-gradient(0deg, rgba(20,167,62,1) 0%, rgba(102,247,113,1) 100%);
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;
  letter-spacing: 0.05em;
  border-radius: 20em;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-88:hover {
  text-align: center;
  align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 22px;
  padding: 0.7em 1.4em 0.7em 1.4em;
  color: white;
  background: #ad5389;
  background: linear-gradient(0deg, rgba(20,167,62,1) 0%, rgba(102,247,113,1) 100%);
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;
  letter-spacing: 0.05em;
  border-radius: 20em;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

#fixo0 {
  width: 50px;
  position: fixed;
	top: 60px;
	right: 25px;
  z-index: 100;

}

#fixo1 {
  width: 120px;
	
  position: absolute;
	top: 650px;
	left: 25px;
  z-index: 100;
}

#fixo2 {
  width: 120px;
	
  position: absolute;
	top: 660px;
	right: 25px;
  z-index: 100;
}

#green-cta  {
	background-color: rgb(107, 174, 7);
	font-size: 22px;
	color: #222222;s
	border: solid 2px #222222;
}

#cx-logo {
	width: 50%;
}

#cx-logo img {
	width: 150px;
}

footer {
  margin-top: 40px;
	border-radius: 25px;
	background-color: #222222;
	box-shadow: rgb(33, 33, 33) 0px 20px 30px -10px;
  padding-top: 40px;
  height: auto;
	margin-bottom: 40px;
	box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.3);
  border: solid 1px #333333;
}

footer h1, h2, h3 {
  color: #666666;
  text-align: left;
}

footer h3 {
  font-size: 18px;
}

footer p {
  text-align: left;
  color: #888888;
}

#logo-foot {
  width: 170px;
  margin-bottom: 60px;
}

#social {
	margin-top: 40px;
	margin-bottom: 40px;	
}

#social img {
	max-width: 45px;
}

#social a+a {
	margin-left: 10px;
}


#censura {
  width: auto;
  max-width: 450px;
}


.part-ct {
  text-align: center;
}


.mobile {
  display: none;
}


/* css mobile ------------------------------------------------------------------------   MOB S */

@media only screen and (max-width: 600px) {

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
   
  }


  body {
  color: #ededed;
	background-color: #423698;
  background-image: url(img/fortune-rabbit_bg2mob.jpg);
  background-position: top center, top center;
  background-repeat: no-repeat, no-repeat;
	
}

  header, #hero, footer, .part {
	width: 95%;
	margin: 0px auto;
	padding: 25px 10px;
  }


#avmob {
  width: 220px;
  padding-left: 15%;
  padding-right: 15%;
  
}

  .p1 {
    text-align: center;
  }

  .p1 #box-1 {
    text-align: center;
   
    
  }

  .

  #hero img {
    max-width: 460px;
  }

  #cx-login {
    width: 70%;
  }

  #cx-login button {
    font-size: 11px;
    padding: 4px 10px;
  }


#cx-logo {
  width: 30%;
  
}
#cx-logo img {
	width: 90px;
}


#ftiger-logo {
  width: 300px;
}


#fixo1 {
	position: absolute;
	top: 120px;
	right: 10px;
  max-width: 120px;
}

.item1, .item2, .item3 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

#censura {
  width: auto;
  max-width: 300px;
}

.part {
  background-image: none ;
	display: block;
	height: auto;
	text-align: center;
 
}

#box-1, #box-2, #box-3, #box-4 {
  text-align: center;
	width: 100%;
}

#box-4 {
  text-align: center;
	width: 100%;
 
}

.big-t {
  font-size: 45px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 20px;
  padding-left: 20px;
}

#cel-aviator {
  padding-top: 30px;
  width: 150px;
  text-align: center;
}

#aviator-thumb {
  width: 120px;
  border-radius: 15px;
  margin-bottom: 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  
}

.part2 {
  padding-top: 300px;
  background-image: url('img/iphone_16_rab_mob.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 50%;
  background-blend-mode: overlay;
}

footer {
  padding: 25px;
  width: 80%;
  margin-bottom: 20px;
}

footer p {
  color: #8c8c8c;
}

#logo-foot {
  width: 100px;
}

}

