@font-face {
    font-family: 'NeoSansProBold'; /*a name to be used later*/
    src: url('../../fonts/NeoSansPro-Bold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'NeoSansProMedium'; /*a name to be used later*/
    src: url('../../fonts/NeoSansPro-Medium.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'NeoSansProRegular'; /*a name to be used later*/
    src: url('../../fonts/NeoSansPro-Regular.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'MinionProRegular'; /*a name to be used later*/
    src: url('../../fonts/NeoSansPro-Regular.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'ConsolasBold'; /*a name to be used later*/
    src: url('../../fonts/Consolas Bold.ttf'); /*URL to font*/
}

.btn-hackathon{
	background-color:#56b8c0;
	border-radius:0px;
	border: 6px solid #000;
	font-family:NeoSansProBold;
	padding:2% 4%;
	margin-top:10%;
	color:#000;
}
.btn-hackathon:hover{
	-webkit-transition: background 700ms ease-out;
	-moz-transition: background 700ms ease-out;
	-ms-transition: background 700ms ease-out;
	-o-transition: background 700ms ease-out;
	transition: background 700ms ease-out;
	background-color:#9e97a9;
	color:#000;
}


.ajax-loading{
	width: 256px;
    height: 256px;
    background: url(../../img/ajax-loading.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 15% 33.3%;	
}



/***** HELPERS *****/
.mt-10{margin-top:10vh;}
.mt-5{margin-top:5vh;}
.mt-2{margin-top:2vh;}



/***** HELPERS *****/



/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #fdfaf3;	
    color: #555;
    font-family: 'NeoSansProRegular', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}


form .form-group .error{
	color:#f64830;
	font-size:0.7rem;
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
.no-pad{	
	padding:0;
}

.btn-success{
	background-color:#56b8c0;
}

.btn-success:hover{
	-webkit-transition: background 700ms ease-out;
	-moz-transition: background 700ms ease-out;
	-ms-transition: background 700ms ease-out;
	-o-transition: background 700ms ease-out;
	transition: background 700ms ease-out;
	background-color:#9e97a9;
}


/* ----- HEADINGS ----- */

h1,h2,h3,h4,p{
	color:#000;
}
h1 {
    
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h3 {
    font-size: 3rem;
    margin-bottom: 15px;
    font-family: NeoSansProBold;
    color: #000;
}
h4{
    font-family: NeoSansProBold;
    color: #000;	
}
h4.title{
	font-size:2.5rem;
}

.noTitle h4.title,.noTitle h3.title{
	display:none;
}

div{
	overflow: auto;
}
.noTitle{
	overflow:visible;
}
.img-center img{
    display: block;
    margin: 0 auto;
}

.bodyField {
	overflow:visible;
}


/* ----------------------------------------------- */
/* HEADER */ 
/* ----------------------------------------------- */
header {    
    min-height: 100vh;
	background: linear-gradient(to bottom, rgba(0,0,0,0.19) 0%, rgba(8,8,8,0) 100%);		
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
	padding-top:4vh;
	overflow:hidden;
	
}

header > div{
	overflow:hidden;
}

header .hackathon-bg > div{
	min-height: 90vh;
    margin-top: 5vh;
	
}

header #component_31540{
	background-image:url("../../img/header-right.png");
	background-position:top left;
	background-size:contain;
	background-repeat:no-repeat;
	min-height: 90vh;
	margin-left: 5vh;
}
header .data-e-hora{
	padding-top:45vh;
	text-align:left;
	
}

header .data-e-hora h3 {
	font-size:4rem;
	letter-spacing:-20px;
	margin:0;
	font-family:ConsolasBold;
}

header .data-e-hora h4 {
	font-size: 2.0rem;
    line-height: 2.3rem;

}
header .data-e-hora h5 {
	font-size:1.2rem;
	color:#000;
}
header .data-e-hora p {
	font-size:0.8rem;	
}


footer .realizacao{
	text-align:left;
}
footer .realizacao a img{
	display:inline;
}
footer .realizacao img{
	display:block;
}

section{
	overflow: auto;
	padding: 2% 0;	
}

#section-2 h4{
	font-family: NeoSansProMedium;
	font-size:2.2rem;
}

#section-2 h3{
    font-size: 4rem;
    letter-spacing: -20px;
	font-family:ConsolasBold;
}

#section-4{
	padding: 2% 0 0;		
}
#section-4 .leftBg{
	background: url(../../img/leftBg.png);
    background-size: 100%;    
    background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 438px;
}
#section-4 .rightBg{
	background: url(../../img/rightBg.png);
    background-size: 100%;
    min-height: 438px;
    background-repeat: no-repeat;
	background-position: bottom left;
}
#section-4 .imgWrapperPeople{
	min-height:256px;
}

#section-5{
	margin:0;
	background: rgba(86,183,192,1);

background: -moz-linear-gradient(top, rgba(86,183,192,1) 0%, rgba(154,152,170,1) 62%, rgba(154,152,170,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(86,183,192,1)), color-stop(62%, rgba(154,152,170,1)), color-stop(100%, rgba(154,152,170,1)));

background: -webkit-linear-gradient(top, rgba(86,183,192,1) 0%, rgba(154,152,170,1) 62%, rgba(154,152,170,1) 100%);

background: -o-linear-gradient(top, rgba(86,183,192,1) 0%, rgba(154,152,170,1) 62%, rgba(154,152,170,1) 100%);

background: -ms-linear-gradient(top, rgba(86,183,192,1) 0%, rgba(154,152,170,1) 62%, rgba(154,152,170,1) 100%);

background: linear-gradient(to bottom, rgba(86,183,192,1) 0%, rgba(154,152,170,1) 62%, rgba(154,152,170,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56b7c0', endColorstr='#9a98aa', GradientType=0 );
}

#section-7 > div{
	overflow:hidden;
}

#section-6{	
	padding: 0 0 10vh 0;	
	background: linear-gradient(to bottom, rgba(86,183,192,1) 0%, rgba(255,255,255,0.63) 37%, rgba(255,255,255,0) 100%);		
}
#section-6 > div{overflow:visible;}

#section-8{	
	background: url(../../img/section-8.png) #56b8c0;
}
#section-8 > div{
	background-color:#fff;	
	padding:0 0 2%;
}

	
nav{
	overflow:auto;
}

.modal-lg {
  max-width: 900px;}
@media (min-width: 768px) {
   .modal-lg {
    width: 100%;
  } 
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


/* Main navi */
.main-nav {    
    list-style: none;    
	min-height: 38px;
}



.main-nav > li {
    display: inline-block;
    margin-left: 10px;
	position : relative;
}
@media only screen and (min-width: 992px) {
	.main-nav > li:not(.primeiro):before{
		content:"//";
		margin-right:6px;
		display:inline-block;
	}
	.main-nav > li span a:hover span:before{  
	  content:" ";
	  position:absolute;
	  left:40%;
	  top:35px;
	  width: 0; 
	  height: 0; 
	  border-left: 10px solid transparent;
	  border-right: 10px solid transparent;  
	  border-bottom: 10px solid #56b8c0;
	}
	/* Sticky navi */
.sticky {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.888);
    box-shadow: 0 2px 2px #666;
    z-index: 9999;
	padding:10px 0;
}



.main-nav.sticky li a:link,
.main-nav.sticky li a:visited {
    padding: 16px 0;
    color: #FFF;
}
.main-nav.sticky:before{
	content: " ";
	display: inline-block;
	background: url(../../img/logo-sesi-branca.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 173px;
	height: 25px;
	vertical-align: bottom;
}
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
    
}

.main-nav li span ul.sub_ a:hover,
.main-nav li span ul.sub_ a:active {
    border: none;
}

.main-nav ul {
	position:absolute;
	left:0;
	top:35px;
}
.main-nav ul li{
	display:block;
}

.main-nav li ul {
	opacity:0;
}

.main-nav li:hover ul {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
	opacity:1;
}


/* Mobile navi */
.mobile-nav-icon {
    position:absolute;
    right:10px;
	top: 10px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #fff;
}




/* CUSTOMISAÃƒâ€¡ÃƒÆ’O DOS COMPONENTS */

#component_31543 div{
	overflow:hidden;
}

#component_31543 div{
	text-align:center;
}
#component_31543 div.imgWrapper{
	width: 188px;
    height: 176px;	
	margin: 0 auto;
}
#component_31544 .footer{
	height:189px;
	margin: 6% 0;
}

#component_31543 img{
	
}
#component_31543 h3{
    font-family: NeoSansProBold;
    font-size: 6rem;
}

#component_31543 h5{
	font-family: NeoSansProMedium;
    font-size: 2.2rem;
	color:#000;
}



#component_31544 h4{
	font-family:"NeoSansProBold";
	font-size:1.6rem;
	text-align:center;
	margin-bottom:25px;
}
#component_31544 p{	
	margin:0 20%;
}

#component_31545 h4.title{
	font-size: 2rem;
	color:#FFF;
}

#component_31545 h4.title:before{
	 margin-top: 40px;
    content: '>>>';
    font-size: 4rem;
    letter-spacing: -20px;
    vertical-align: -8%;
    margin-right: 20px;
    color: #000;
    font-family: ConsolasBold;
}
#component_31545 p{
	color:#FFF;
	font-size:2rem;
}

#component_31545 .imgWrapperPeople{	
	min-height: 180px;
	margin: 10% 0;
}
#component_31545 h3{
	font-size:18px;
	color:#fff;
	text-align:center;
	padding:0 15%;
}
#component_31545 .moldura{
	border: 10px solid #a6c9d0;
	margin-top:24%;
}


#component_31546{
	margin-top:30px;
	text-align:center;

}
#component_31546 .imgWrapper{
	font-family: NeoSansProBold;
	min-height:176px;
}

#component_31546 h3{	
	color:#fff;
	font-size:1rem;
	font-family:NeoSansProRegular;
	margin-bottom:0px;
}
#component_31546 h4{	
	color:#fff;
	font-size:1rem;
	font-family:NeoSansProBold;		
	margin:2px;
}
#component_31541 > div:first{
	overflow:visible;
}
 
#section-7{
	background: #9a98aa;
	margin:0px;
}
#component_31548{
	text-align:center;
	margin-top:2%;
}
#component_31548 h5{
	font-size:28px;		
	color : #fff;
}



#component_31548 .left-arrow h4,#component_31548 .right-arrow h4{
	margin-top: 20%;
    font-size: 72px;
    letter-spacing: -20px;
	font-family:ConsolasBold;
}

#component_31549 h4.title:before,#section-6 h4:before, #component_31552 h3:before,#component_31557 h4.title:before,#component_31565 h4.title:before{
	content: ">>>";
    font-size: 5rem;
    letter-spacing: -30px;
    vertical-align: -8%;
    font-family: ConsolasBold;
    margin-right: 40px;
}
#component_31549 p{
	padding-right:25%;
	font-size:2rem;
}
#component_31549 p strong{
	font-family: NeoSansProBold;
}
#component_31550 .marcador_premiacao{
	min-height: 66px;
}
#component_31550{
    margin-top: 12%;
}
#component_31550 h4.title{
	font-size:1.8rem;
}
#component_31550 p{
	font-size:1.6rem;
}


#component_31552 h3{
	font-size:2.5rem;
}
#component_31552 h4{
	font-size: 1.8rem;    
    max-width: 350px;
}
#component_31552 p{
	float:left;
	margin-left:15%;
}

#component_31552 h5{
	font-family : NeoSansProRegular;	
	font-size: 1.5rem;
	float:left;
	COLOR:#000;
}
#component_31554 table{
	width:100%
}
#component_31554 table thead th{
	border-bottom: 5px solid #000;
	color:#000;	
}
#component_31554 table tbody tr{
	border-bottom : 3px solid #000;
}
#component_31554 table tbody tr:last{
	border-bottom : 5px solid #000;
}
#component_31554 table tbody tr td{
	color:#000;
	padding: 5px;
}
#component_31554 table tbody tr td:first-child{	
	padding: 5px 5px 5px 0;
}

#component_31554 table tbody tr.dia_25 td{	
	padding: 12px 5px;
}
#component_31554 table tbody tr.dia_25 td:first-child{	
	padding: 12px 5px 12px 0;
}

#component_31555 .imgWrapperPeople{
	min-height:350px;
}

#component_31557 p{
	margin-left:10%;
}

#videos_gallery{
	overflow:visible;
}

#videos_gallery .carousel-inner{
	width: 70%;
	margin-left: 15%;
}

#videos_gallery .carousel-control{
	background:none;	
}
#videos_gallery .carousel-control span{ 
	color:#000;
}
#videos_gallery .carousel-indicators{
	bottom:-8vh;
}

#videos_gallery .carousel-indicators li {
	border: 1px solid #000;
	background-color:#000;
}

#component_31565 h4.title{
	margin-bottom:5vh;
}

#component_31565 div.img-center img{
	width:115px;
}
#component_31565 div.noTitle{
	margin-bottom:4vh;
}
#component_31565 div.img-center img:before{
	content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}


footer{
	background-color:#56b8c0;
	overflow:auto;
	padding:4% 0;
}

footer p{
	color:#fff;
	margin:0;
}
footer div{
	overflow:visible;
}

/** mobile  media queryes**/




/* Small tablet to big tablet: from 768px to 1023px */
@media only screen and (max-width: 1023px) {
    body { font-size: 18px; }
    section { padding: 60px 0; }
    
    .long-copy {
        width: 80%;
        margin-left: 10%;
    }
    
    .steps-box { margin-top: 10px; }
    .steps-box:last-child { margin-top: 10px; }
    .works-steps { margin-bottom: 40px; }
    .works-step:last-of-type { margin-bottom: 60px; }
    
    .app-screen { width: 50%; }
    
    .icon-small { 
        width: 17px;
        margin-right: 5px;
    }
    
    .city-feature { font-size: 90%; }
    
    .plan-box {
        width: 100%;
        margin-left: 0%;
    }
    
    .plan-price { font-size: 250%; }
    .contact-form { width: 80%; }	
	
	footer .texto p:fisrt{
		margin-top:15px;
	}
	
}



/* Small phones to small tablets: from 481px to 767px */
@media only screen and (max-width: 991px) {
    body { font-size: 16px; }
    section { padding: 30px 0; }
    
    .row,
    .hero-text-box { padding: 0 4%; }
    .col { 
        width: 100%;
        margin: 0 0 4% 0;
    }
    
    
    .main-nav { display: none; }
    .mobile-nav-icon {display: inline-block;}
    
    .main-nav {
        float: right!important;
        margin-top: 30px;
        margin-left: 25px;
    }
    
    .main-nav li {
        display: block;
		background: rgba(0,0,0,0.8);
		padding: 0 10px;
    }
	.main-nav li a:hover{
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		font-weight:bold;
	}
    
    .main-nav li a:link,
    .main-nav li a:visited {
        display: block;
        border: 0;
        padding: 10px 0;
        font-size: 100%;
		color:#FFF;
    }
    
    
    
    h1 { font-size: 180%; }
    h2 { font-size: 150%; }
    
	h4.title,h3{
		font-size: 1.4rem!important;
	}
	p{
		font-size: 1.2rem!important;
		text-align:justify;
	}
	h3:before,h4.title:before{
		content:none!important;
	}
	
	header{
		height: 92vh;
		padding-top:1vh;
		background: url("../../img/bg-header-mobile.png") no-repeat center center/contain,linear-gradient(to bottom, rgba(0,0,0,0.19) 0%, rgba(8,8,8,0) 100%);
	}
	
	
	#component_31549 p {
		padding-right:0;
	}
	#component_31552 p{
		margin-left:0;
	}
	#component_31543 h3{
		font-size:4rem!important;
	}
	#section-6 h4{
		padding-left:5vh;
	}
	#section-10,#section-20{
		padding:5%;
	}
	#section-20 p{margin-left:0;word-wrap: break-word;}
	
	#section-2 h3{
		letter-spacing:-5px;
		font-size:3rem!important;
	}
	#component_31544 p{	
		margin:0 5%;
	}
	
	#component_31559 h5{
		font-size:1rem;
	}
	#component_31559 p{
		font-size:0.8rem!important;
	}	
	#component_31565 div.noTitle{
		display:table;
	}
	#component_31565 div.img-center{
		display: table-cell;
		vertical-align: middle;
	}
	
	
	footer .texto {
		margin-top:20px;
	}
	footer p{
		font-size:0.8rem!important;
	}
	footer .realizacao{
		text-align:center;
	}
	footer .realizacao img{
		display:inline;
	}
	
    
}



/* Small phones: from 0 to 480px */
@media only screen and (max-width: 480px) {
    section { padding: 25px 0; }
    .contact-form {width: 100%; }
}
@media screen and (min-width:1200px) {
	#section-20{
		background: url(../../img/section-10.png);
		background-repeat:no-repeat;
		background-size:contain;
		background-position: left top;
	}
}

@media screen and (min-width:1600px) {
	#component_31554 table thead th:nth-child(3){		
		padding-left: 9vh;
	}
	#component_31554 table tbody tr td:nth-child(3){		
		padding-left: 9vh;
	}
}
