/************* TIPITOM CSS ***************/
/************* GENERAL CSS ***************/
body{
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

}
/************* NAVBAR CSS ****************/
.navbar-tipitom{
	background-color: #transparent;
	padding: 10px 40px;
}

.nav>li>a{
	color: #ffffff;
	/*font-family: ". Apple System UI Font";*/
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding-right: 50px;
	padding-left: 50px;
}

.navbar-brand>img {
    margin-top: -10px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar-toggle{
	background-color: #fff;
	border: 1px solid #0ab6d6;
}

.icon-bar{
	background-color: #0ab6d6;
}

.navbar-fixed-top.scrolled {
	background-color: rgba(0, 82, 149,0.5);

}
.navbar-fixed-top.scrolled a{
  font-weight: 600;

  
}

/*********** FIRST SECTION ***************/

#first-section{
	background: url(../img/sky.png);
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;	
    max-height: 702px;
    height: 100%;
	width: 100%;
}

.rainbow-section{
	width: 100%;
	position: absolute;
	top: 250px;
}

.rainbow-img{
	width: 100%;
}

.scroll-down {
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -16px;
  width: 50px;
  height: 50px;
  border: 2px solid #FFF;
  border-radius: 50%;
  z-index: 100;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.scroll-down:hover{
	opacity: 0.7;
}

.scroll-down:before {
 	position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 3px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.info-section1{
	padding-top: 10%;
	height: 720px;
}

.logos{
	display: inline-flex;
	max-width: 100%;
	height: auto;
	margin-right: 30px;
}

.download-app-text-en{
	font-size: 33px;
	color: #fff;
}

.download-app-text-es{
	color: #fff;
	font-size: 18px;
}

.download-buttons{
	padding-top: 10%;
	
}

.download-buttons a{
	padding-right: 2%;
}
.download-buttons img{
	max-width: 100%;
	display: inline-block;
}

.download-buttons a:hover img,
.download-buttons a:focus{
	filter: brightness(95%);
	
}

/*********** SECOND SECTION **************/

#second-section{
	background: url(../img/nube-1.png);
	background-repeat: no-repeat;
	position: absolute;
	background-size: cover;
    width: 100%;
    height: 920px;
    margin-top: -140px;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

#second-section img{
	margin: 0 auto;
}


#second-section .container{
	position: relative;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    align-items: center;
	
}

.logo-game{
	height: 120px;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.old-game-text,
.new-game-text{
	padding-top: 20px;
	text-align: center;
	color: rgba(26, 69, 131, 0.9);
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

.new-game-text span{
	color: #fb0063;
}

/*********** CLOUD SECTION **************/
/****************************************/
#blue-bg{
	padding-top: 190px;
	background:  url(../img/bg-sky.png);
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;	
    margin-top: 680px;
}

.characters-row{
    margin-top: 70px;
    z-index: 10;
}

.cloud-characters{
	margin: 0px auto;
	width: 100%;
	position: absolute;	
	z-index: 1;
}

.kite-img{
	position: absolute;
	margin-top: -100px;
}

.panel-characters{
	margin-top: 25%;
	z-index: 4;
	background: transparent;
	border:none;
	z-index: 10;
}

.character-name{
	font-weight: 400;
	color: #750071;
}

.character-descrip{
	color: #535353;
	/*font-family: ". Apple System UI Font";*/
	font-size: 16px;
	font-weight: 400;
}



/*********** CHARACTERS PANEL **************/

.board{
    width: 75%;
	margin: 180px auto 0px;
	height: 500px;
}

.board .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 95px;
    height: 95px;
    line-height: 90px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    border: 2px solid #cfdfea;
}

.nav-tabs > li.active > a span.round-tabs{
    border: 2px solid #8a1a84;
	background-color: rgba(138, 26, 132, 0.15);
}
.nav-tabs > li.active > a span.round-tabs > i > img{
   -webkit-filter: contrast(90%); /* Safari 6.0 - 9.0 */
   filter: contrast(90%);
}

.nav-tabs > li {
    width: 12%;
}

.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   	opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   	opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
    
}

.nav-tabs{
	border: none;
}

.nav-tabs > li a{
   width: 95px;
   height: 95px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}



.tab-pane{
    position: relative;
	padding-top: 50px;
}

.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
		width: 90%;
		height:auto !important;
	}

    span.round-tabs {
        font-size:16px;
		width: 50px;
		height: 50px;
		line-height: 50px;
    }

    .tab-content .head{
        font-size:20px;
    }

	.nav-tabs > li a {
		width: 50px;
		height: 50px;
		line-height:50px;
	}

	.nav-tabs > li.active:after {
		content: " ";
		position: absolute;
		left: 35%;
	}

	.btn-outline-rounded {
	    padding:12px 20px;
    }
}

/************** ABOUT US ***********************/

.images-row{
	width: 100%;
	height: 274px;
	z-index: 20;
}

.kiteTale-img{
	z-index: 10;
	position: absolute;
}

.bird-img{
	position: absolute;
    z-index: 20;
    right: 10%;
}


#about-us{
	margin-top: -120px;
    padding-top: 100px;
}

#about-us > .container > .row{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;	
}

#about-us > div > div.col-sm-6 > div{
		margin-top: -40px;
	}

.card-img{
	width: 100%;
	padding-right: 2%;
	padding-left: 2%;
}

.card-img img{
	width: 100%;
}

.card-about-us{
	padding: 30px 50px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17);
	border-radius: 24px;
	background-color: #fff;
	display: flex;
	align-items: center;
	flex-direction: column;
   	justify-content: center;
   	margin-bottom: 15px;
}

.text-card{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

#about-us > div > div.col-sm-6 > div{
	height: auto;
}

.about-us-title{
	font-size: 36px;
	color: #2a548d;
	font-weight: 400;
}
.video-deborah{
		height: 350px;
	}


.name{
	color: #2a548d;
	font-size: 16px;
	line-height: 15px;
}

.name span{
	font-size: 12px;
}

.about-vision{
	color: #857d73;
	/*font-family: ". Apple System UI Font";*/
	font-size: 12px;
	font-weight: 400;
	padding: 10px 10% 25px;
}

.f-acc{
	color: #2a548d;
	/*font-family: ". Apple System UI Font";*/
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	padding-left: 60px;
}

.founder-list{
	padding-right: 74px;
	padding-left: 74px;
	padding-bottom: 50px;
	text-align: left!important;
	color: #619ddc;
	font-size: 14px;

}

.founder-list li{
	list-style-image: url(../img/star.png);
}


#final-section{
	width: 100%;
	margin-top: -5%;
}

#final-section img{
	width: 100%!important;
	height: auto;
}

/************** FOOTER ****************/
#footer{
	background-color: #ada096;
	padding: 15px;
	padding-bottom: 30px;
}

#footer img{
	padding-right: 20px;
	max-width: 100%;
	height: 40px;
	display: inline-block;
}

#footer .img-link img:hover{
	opacity: 0.7;
}

.footer-title{
	color: #ffffff;
	/*font-family: ". Apple System UI Font";*/
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.download-img{
	display: inline-flex;
}

.footer-2{
	background-color: #978f86;
	padding: 30px;
}

.footer-2 p{
	color: #c8bdb2;
/*	font-family: ". SF NS Display";*/
	font-size: 20px;
	font-weight: 400;
}

.privacy-text a{
	color: #c8bdb2;
	font-size: 16px;
}

/*************** MEDIA QUERIES ***************/


@media (max-width: 768px){
	.nav>li>a {
		font-weight: 600;
	}


	#first-section, 
	.info-section1{
		height: 550px;
	}

	.board{
		margin-top: 100px;
		height: auto;
	}

	.board .nav-tabs{
		margin: 0px auto;
	}

	span.round-tabs, .nav-tabs > li a {
	    width: 75px;
	    height: 75px;
	    line-height: 65px;
	}


	.round-tabs img{
		max-width: 100%;
		height: 50px;
	}

	.card-about-us{
		padding: 15px 20px;
	}

	.founder-list, 
	.f-acc{
		padding-right: 24px;
    	padding-left: 24px;
	}

}

@media (max-width: 1024px){
	.board{
		width: 85%;
	}

	.cloud-characters{
		width: 100%;
	}
}

@media (max-width: 760px){
	.navbar-brand>img {
	    margin-top: -5px;
	    height: 30px;
	}

	.video-deborah{
		height: 200px;
	}

	#footer{
		text-align: center;
	}

	#footer .col-sm-5,
	#footer .col-sm-3,
	#footer .col-sm-4{
		padding-top: 0px;
	}

	.footer-title{
		margin-bottom: 0;
		margin-top: 20px;
	}

	.navbar-fixed-top {
		background-color: rgba(0, 82, 149,0.5);
	}

	.navbar-fixed-top a{
	  font-weight: 600;
  
	}

	.navbar-tipitom{
		padding: 10px;
	}
	
	.game-video{
		height: 125px;
	}

	#about-us > div > div.col-sm-6 > div{
		margin-top: 0px;
	}


	#about-us > div > div.col-sm-6 > div{
		margin-top: 0;
	}
	
	.rainbow-section{
		top: 345px;
	}

	.logos{
		margin-right: 10px;
	}
	.info-section1{
		padding-top: 80px;
	}

	#first-section > div.container.info-section1 > div > div:nth-child(1) > img:nth-child(1){
		height: 60px;
	}
	#first-section > div.container.info-section1 > div > div:nth-child(1) > img:nth-child(2){
		height: 40px;
	}
	.download-app-text-en{
		font-size: 25px;
	}
	.download-app-text-es{
		font-size: 14px;
	}

	.download-buttons{
		padding-top: 6%;
	}

	.download-buttons img{
		width: 120px;
	}

	#second-section{
		height: 520px;
	}

	#blue-bg{
		margin-top: 224px;
	}

	.kite-img {
	    margin-top: -55px;
	    height: 200px;
	}

	.logo-game img{
		width: 120px;
	}
	
	.old-game-text, .new-game-text{
		font-size: 16px;
		line-height: 16px;
	}

	.board{
		margin-top: 15px;
		width: 82%;
	}

	.nav-tabs > li{
		width: 25%;
	}

	.nav-tabs > li a{
		margin: 5px auto;
	}

	

	.characters-row{
		margin-top: 55px;
	}

	.images-row{
		height: 203px;
	}
	.kiteTale-img{
		height: 200px;
	}

	.bird-img{
		height: 50px;
	}

}

@media (min-width: 768px){
	.game-video{
		max-width: 387px;
		width: 100%;
		height: 260px;
	}


}
@media (max-width: 600px){
	.tab-pane{
		padding-top: 120px;

	}

	.board-inner{
		margin-top: 65px;
	}


}

@media (max-width: 480px){
	.character-descrip{
		font-size: 12px;
	}
	.board-inner {
	    margin-top: 35px;
	}

	.tab-pane{
		padding-top: 70px;
	}
	.kite-img{
		height: 140px;
	}

	#first-section {
    	background: url(../img/sky-small3.png);
	}
	.download-app-text-es{
		font-weight: 500;
	}
}


@media (max-width: 375px){
	.tab-pane{
		padding-top: 50px;
	}
}

@media (max-width: 320px){
	.video-deborah{
		height: 150px;
	}


	.tab-pane{
		padding-top: 28px;
	}

	.character-name{
		font-size: 18px;
	}

	.board-inner{
		margin-top: 20px;
	}

	span.round-tabs, .nav-tabs > li a{
		width: 60px;
	    height: 60px;
	    line-height: 60px;
	}

	.round-tabs img{
		height: 40px;
	}

	.bird-img{
		height: 30px;

	}

	.kiteTale-img{
		height: 150px;
	}

	#about-us {
    	margin-top: -165px;
	}

	.game-video{
		height: 80px;
	}
}