@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);


/***** HELPERS *****/
.mt-10{margin-top:10vh;}
.mt-5{margin-top:5vh;}
.mt-2{margin-top:2vh;}

.p-0{
	padding:0!important;
}


/***** HELPERS *****/



/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background: url("../../img/custom/sebraetec/body.png") no-repeat top left/cover;
    color: #555;
    font-family: 'Ubuntu Condensed', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
header .menu{
		margin:0px!important;
	}

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: hidden;
}
.noTitle{
	overflow:visible;
}
.img-center img{
    display: block;
    margin: 0 auto;
}

.bodyField {
	overflow:visible;
}


/* ----------------------------------------------- */
/* HEADER */ 
/* ----------------------------------------------- */
header {        
	
	text-align:center;
	padding:0 0 4vh 0;
	overflow:hidden;	
}

header > div{
	overflow:hidden;
}

header .identidade > div{
    min-height: 67vh;
    margin-top: 15vh;
	
}
header .data-e-hora{
	padding-top: 25vh;
    text-align: left;
	
}


header .data-e-hora h4 {
	font-size: 60pt;
    font-family: DosisRegular;
}
header .data-e-hora h5 {	
	font-family: DosisBold;
	font-size: 35pt;
	color:#000;
}

footer .realizacao{
	text-align:left;
}
footer .realizacao a img{
	display:inline;
}
footer .realizacao img{
	display:block;
}

section{
	overflow: auto;
	padding: 2% 0;	
}


#section-2{
	background-color: rgba(27, 44,64,0.8);	
}
#section-2 h4{
	font-family: "Ubuntu Condensed";
	font-size:18pt;	
	color:#00ffed;
	margin:0;
}
#section-2 p{
	color:#fff;
	font-size: 12pt;
}
#section-3{
	background-color:#FFFFFF;
	color:#FFFFFF;
}
#section-3 h4{
	font-family:DosisBold;
	color:#FFFFFF;
	font-size:40pt;
}
#section-3 h5{
	font-family:DosisRegular;
	color:#FFFFFF;
	font-size:21pt;
	margin-bottom: 48px;
}
#section-4 h4{
	color:#FFFFFF;
	font-family:DosisBold;
	font-size:34pt;
}
#section-5{
	background: #315e8f;
}
#section-5 h4{
	font-family:DosisBold;
	color:#FFFFFF;
	font-size:34pt;
	margin-bottom:72px;
}
#section-5 .bodyField{
	margin: 40px 25px 0 0;
}

#section-2 .bodyField > div{
	font-family:"Ubuntu Condensed";
	font-size:16pt;
	color:#FFFFFF;
}
#section-5 .btn-blue.confirmarPresenca{	
	background: url(../../img/confirmar-presenca-button.png) no-repeat 20px center,#008ed2;
    margin: 136px 0 0 0;
    padding: 30px 30px 30px 90px;
}
#section-5 .btn-blue.confirmarPresenca: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:#315e8f;
}
#section-5 .btn-blue.confirmarPresenca:active,#section-5 .btn-blue.confirmarPresenca:visited{
	color:#ffffff;
}
#section-5 p strong{
	font-family:DosisBold;
}
#section-5 .noTitle h3{
	display:none;
}
#section-7{
	background-color:#FFFFFF;	
}
#section-7 h3.title{
	display:none;
}
#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;
	position:fixed;
	width:100%;
	top:0;
	z-index:9999;
}


/* Main navi */
.main-nav {    
    list-style: none;    
	min-height: 38px;
}



.main-nav > li {
    display: inline-block;    
	position : relative;
	padding:12px 5px;
}
.main-nav > li a{
	font-family:"Ubuntu Condensed";
	color:#f6f6f6;
	font-size:14pt;
}

#cabecalho{
	display:none;
}

@media only screen and (min-width: 992px) {
	#cabecalho{
		display:block;
	}
	
	
	/* 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;	
		width: 100%;
		background-color:#1b2c40;
		z-index: 9999;
		
	}
	.main-nav.sticky li a:link,
	.main-nav.sticky li a:visited {
		padding: 5px 0;
		color: #FFF;
	}
	
}

.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 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 */
.com-imagem h3{
    font-family: DosisRegular;
    font-size: 20pt;
	color:#fff;
	margin-bottom:0;
}

.com-imagem h5{
	font-family: DosisRegular;
    font-size: 10pt;
	color:#FFF;
}
.btn-blue{
	background-color:#315e8f;
	border:#FFFFFF solid 4px;
	color:#FFF;
	font-size:16pt;
	font-family:DosisRegular;
	border-radius:0 0 0 0;
	margin:40px 0;
	padding:20px 50px;
}
.btn-blue strong{
	font-family:DosisBold;
}
.btn-blue:hover{
	text-decoration:none;
	color:#FFFFFF;
	-webkit-transition: background 350ms ease;
	-moz-transition: background 350ms ease;
	-ms-transition: background 350ms ease;
	-o-transition: background 350ms ease;
	transition: background 350ms ease;
	background-color:#008ed2;
}
.btn-blue:active,.btn-blue:visited{
	color:#FFFFFF;
}

#section-3 .atracoes .img-center{
	float:left;
	min-width:260px;
}

@media only screen and (max-width: 1024px) {
	#section-3 .atracoes .img-center {
		float: left;
		min-width: 202px;
	}
}

#section-3 .atracoes h4{
	font-size:21pt;
	padding: 0;
	
}
#section-3 .atracoes h5{
	font-size:16pt;	
	padding: 0 25px;
}
#section-4{
	background: url("../../img/section-4-textura.png") no-repeat top left/cover, #008ed2;
}
#section-4 h3{
	font-family:DosisBold;
	font-size:40pt;
	color:#ffffff;
}
#component_32501 div{
	overflow:hidden;
}

#component_32543 div{
	text-align:center;
}
#section-2 div.imgWrapper{
	width: 188px;
    height: 176px;	
	margin: 0 auto;
}
#component_32502 .footer{
	height:189px;
	margin: 6% 0;
}

#component_32501 img{
	
}


#component_32502 h4{
	font-family:"NeoSansProBold";
	font-size:1.6rem;
	text-align:center;
	margin-bottom:25px;
}
#component_32502 p{	
	margin:0 20%;
}

#component_32503 h4.title{
	font-size: 2rem;
	color:#FFF;
}

#component_32503 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_32503 p{
	color:#FFF;
	font-size:2rem;
}

#component_32503 .imgWrapperPeople{	
	min-height: 180px;
	margin: 10% 0;
}
#component_32503 h3{
	font-size:18px;
	color:#fff;
	text-align:center;
	padding:0 15%;
}
#component_32503 .moldura{
	border: 10px solid #a6c9d0;
	margin-top:24%;
}


#component_32504{
	margin-top:30px;
	text-align:center;

}
#component_32504 .imgWrapper{
	font-family: NeoSansProBold;
	min-height:176px;
}

#component_32504 h3{	
	color:#fff;
	font-size:1rem;
	font-family:NeoSansProRegular;
	margin-bottom:0px;
}
#component_32504 h4{	
	color:#fff;
	font-size:1rem;
	font-family:NeoSansProBold;		
	margin:2px;
}
#component_32499 > div:first{
	overflow:visible;
}

#component_32505{
	text-align:center;
	margin-top:2%;
}
#component_32505 h5{
	font-size:28px;		
	color : #fff;
}



#component_32505 .left-arrow h4,#component_32505 .right-arrow h4{
	margin-top: 20%;
    font-size: 72px;
    letter-spacing: -20px;
	font-family:ConsolasBold;
}

#component_32506 h4.title:before,#section-6 h4:before, #component_32509 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_32506 p{
	padding-right:25%;
	font-size:2rem;
}
#component_32506 p strong{
	font-family: NeoSansProBold;
}
#component_32507 .marcador_premiacao{
	min-height: 66px;
}
#component_32507{
    margin-top: 12%;
}
#component_32507 h4.title{
	font-size:1.8rem;
}
#component_32507 p{
	font-size:1.6rem;
}


#component_32509 h3{
	font-size:2.5rem;
}
#component_32509 h4{
	font-size: 1.8rem;    
    max-width: 350px;
}
#component_32509 p{
	float:left;
	margin-left:15%;
}

#component_32509 h5{
	font-family : NeoSansProRegular;	
	font-size: 1.5rem;
	float:left;
	COLOR:#000;
}
#component_32510 table{
	width:100%
}
#component_32510 table thead th{
	border-bottom: 5px solid #000;
	color:#000;	
}
#component_32510 table tbody tr{
	border-bottom : 3px solid #000;
}
#component_32510 table tbody tr:last{
	border-bottom : 5px solid #000;
}
#component_32510 table tbody tr td{
	color:#000;
	padding: 5px;
}
#component_32510 table tbody tr td:first-child{	
	padding: 5px 5px 5px 0;
}

#component_32510 table tbody tr.dia_25 td{	
	padding: 12px 5px;
}
#component_32510 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:hidden;	
}

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: 63vh;
		padding-top:1vh;
		background:linear-gradient(to bottom, rgba(0,0,0,0.19) 0%, rgba(8,8,8,0) 100%);
	}
	
	
	#component_32506 p {
		padding-right:0;
	}
	#component_32509 p{
		margin-left:0;
	}
	#component_32501 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_32502 p{	
		margin:0 5%;
	}
	
	#component_32514 h5{
		font-size:1rem;
	}
	#component_32514 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:12px!important;
		text-align:center!important;
		margin-top:10px!important;
	}
	
	footer .realizacao img{
		display:inline;
	}
	footer .footer-bottom {    
		text-align: center;
	}
	.barra-integradora{
		display:none!important;
	}
	.atracoes h4,.atracoes h5{
		text-align:center;
	}
	#section-5 .btn-blue.confirmarPresenca{
		margin: 25px 0 0 0 ;
	}
	
}
@media only screen and (max-width: 1480px) {
	#section-5 .btn-blue.confirmarPresenca {
	    background: url(../../img/confirmar-presenca-button.png) no-repeat 10px center,#008ed2;
		margin: 136px 0 0 0;
		padding: 30px 10px 30px 61px;
	}
}

footer{
	background-color:#004a70;
}
footer p{
	padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    text-align: left;
    white-space: pre-wrap;
}
footer .footer-bottom{
	overflow:hidden;
}
.footer-bottom {    
    background-color: #004a70;
}
.footer-top, .footer-bottom {    
    padding: 25px 0;
    width: 100%;
}
.barra-integradora {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #004a70;
}
.barra-integradora ul li{
	display:inline-block;
}

.barra-integradora-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 0 auto;
}

.barra-integradora-left,
.barra-integradora-right {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  position: relative;
  width: auto;
  height: auto;
}

.barra-integradora-left {
  justify-content: flex-start;
  margin-left: 0;
}

.barra-integradora-right {
  justify-content: flex-end;
  margin-top: 5px;
  margin-right: 0;
}

.barra-integradora-items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.barra-integradora-item {
  position: relative;
  color: #87CDFB;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.barra-integradora-item:hover {
  color: #F6FBFF;
  text-decoration: none;
}

.barra-integradora-item.active {
  color: #F6FBFF;
}

.barra-integradora-left .barra-integradora-item {
  margin-right: 16px;
}

.barra-integradora-left .barra-integradora-item:nth-last-child(1) {
  margin-right: 0;
}

.barra-integradora-right .barra-integradora-item {
  margin-right: 16px;
  text-transform: uppercase;
}

.barra-integradora-right .barra-integradora-item:nth-last-child(1) {
  margin-right: 0;
}

.barra-integradora-item{
  border-right:solid 1px #87CDFB;      
  padding:0 10px;
}
.barra-integradora-item.first{
	padding-left:0;
}
.barra-integradora-item.last{
	border:none;
}

.barra-integradora-left .barra-integradora-item::after {
  right: -8px;
}

.barra-integradora-left .barra-integradora-item:nth-last-child(1)::after {
  display: none;
}

.barra-integradora-right .barra-integradora-item::after {
  left: -8px;
}

.barra-integradora-right .barra-integradora-item:nth-child(1)::after {
  display: none;
}

.blueFade{
	background-color: rgba(27, 44,64,0.8);
	margin:30vh 0 15vh;
}

.blueFade h3{
	color:#FFFFFF;
	font-size:15pt;
	font-family:"Ubuntu Condensed";
}
.blueFade h4{
	
	color:#FFFFFF;
	font-size:24pt;
	font-family:"Ubuntu Condensed";
}

#component_32962 h3{color:#FFFFFF;font-size:18pt;margin-bottom:0;	font-family:"Ubuntu Condensed";}
#component_32962 h4{color:#FFFFFF;font-size:12pt;margin-bottom:15px;	font-family:"Ubuntu Condensed";}
#component_32962 h5{color:#FFFFFF;font-size:10pt;	font-family:"Ubuntu Condensed";}
#component_32962 p{color:#FFFFFF;font-size:14pt;margin:0;	font-family:"Ubuntu Condensed";}
#component_33008 h3{    font-family: "Ubuntu Condensed";
    font-size: 18pt;
    color: #00ffed;
    margin: 0;margin-top:35px;}


#section-3 h4{font-size:26pt;margin-bottom:15px;font-family:"Ubuntu Condensed";color:#172f43;text-align:center;}
#section-3 div.imgWrapper{
	    width: 128px;
    text-align: center;
    height: 148px;
    margin: 0 auto;
}
#section-3 h4{
	
	color:#1b2c40;
}
#section-7 h3{    font-size: 18pt;
    
    font-family: "Ubuntu Condensed";
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 46px;}
#section-7{background-color:#0c1a2b;}

.btn-default,.btn-default:visited,.btn-default:active{	
	
	background-color:transparent;
	color:#ffffff;
	min-width: 225px;
    font-weight: bold;
	margin:0 25px 10px 0;
	
}
.btn-default:hover{
	color:#00476f;
	background-color:#fcfcfc;
}

.btn-demanda{
	background-color: #006674;
    color: #FFFFFF;
    padding: 6px 50px;
    font-size: 16pt;
}
.btn-demanda:hover{
	-webkit-transition: background 380ms ease;
	-moz-transition: background 380ms ease;
	-ms-transition: background 380ms ease;
	-o-transition: background 380ms ease;
	transition: background 380ms ease;
	background-color:#07b5cd;
	color:#ffffff;
}
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);


/***** HELPERS *****/
.mt-10{margin-top:10vh;}
.mt-5{margin-top:5vh;}
.mt-2{margin-top:2vh;}

.p-0{
	padding:0!important;
}


/***** HELPERS *****/



/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background: url("../../img/custom/sebraetec/body.png") no-repeat top left/cover;
    color: #555;
    font-family: 'Ubuntu Condensed', '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: hidden;
}
.noTitle{
	overflow:visible;
}
.img-center img{
    display: block;
    margin: 0 auto;
}

.bodyField {
	overflow:visible;
}


/* ----------------------------------------------- */
/* HEADER */ 
/* ----------------------------------------------- */
header {        
	
	text-align:center;
	padding:0 0 4vh 0;
	overflow:hidden;	
}

header > div{
	overflow:hidden;
}

header .identidade > div{
    min-height: 67vh;
    margin-top: 15vh;
	
}
header .data-e-hora{
	padding-top: 25vh;
    text-align: left;
	
}


header .data-e-hora h4 {
	font-size: 60pt;
    font-family: DosisRegular;
}
header .data-e-hora h5 {	
	font-family: DosisBold;
	font-size: 35pt;
	color:#000;
}

footer .realizacao{
	text-align:left;
}
footer .realizacao a img{
	display:inline;
}
footer .realizacao img{
	display:block;
}

section{
	overflow: auto;
	padding: 2% 0;	
}


#section-2{
	background-color: rgba(27, 44,64,0.8);	
}
#section-2 h4{
	font-family: "Ubuntu Condensed";
	font-size:18pt;	
	color:#00ffed;
	margin:0;
}
#section-2 p{
	color:#fff;
	font-size: 12pt;
}
#section-3{
	background-color:#FFFFFF;
	color:#FFFFFF;
}
#section-3 h4{
	font-family:DosisBold;
	color:#FFFFFF;
	font-size:40pt;
}
#section-3 h5{
	font-family:DosisRegular;
	color:#FFFFFF;
	font-size:21pt;
	margin-bottom: 48px;
}
#section-4 h4{
	color:#FFFFFF;
	font-family:DosisBold;
	font-size:34pt;
}
#section-5{
	background: #315e8f;
}
#section-5 h4{
	font-family:DosisBold;
	color:#FFFFFF;
	font-size:34pt;
	margin-bottom:72px;
}
#section-5 .bodyField{
	margin: 40px 25px 0 0;
}

#section-2 .bodyField > div{
	font-family:"Ubuntu Condensed";
	font-size:16pt;
	color:#FFFFFF;
}
#section-5 .btn-blue.confirmarPresenca{	
	background: url(../../img/confirmar-presenca-button.png) no-repeat 20px center,#008ed2;
    margin: 136px 0 0 0;
    padding: 30px 30px 30px 90px;
}
#section-5 .btn-blue.confirmarPresenca: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:#315e8f;
}
#section-5 .btn-blue.confirmarPresenca:active,#section-5 .btn-blue.confirmarPresenca:visited{
	color:#ffffff;
}
#section-5 p strong{
	font-family:DosisBold;
}
#section-5 .noTitle h3{
	display:none;
}
#section-7{
	background-color:#FFFFFF;	
}
#section-7 h3.title{
	display:none;
}
#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;
}


/* Main navi */
.main-nav {    
    list-style: none;    
	min-height: 38px;
}



.main-nav > li {
    display: inline-block;    
	position : relative;
	padding:12px 5px;
}
.main-nav > li a{
	font-family:"Ubuntu Condensed";
	color:#f6f6f6;
	font-size:14pt;
}

#cabecalho{
	display:none;
}

@media only screen and (min-width: 992px) {
	#cabecalho{
		display:block;
	}
	
	
	/* 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;	
		width: 100%;
		background-color:#1b2c40;
		z-index: 9999;
		
	}
	.main-nav.sticky li a:link,
	.main-nav.sticky li a:visited {
		padding: 5px 0;
		color: #FFF;
	}
	
}

.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 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 */
.com-imagem h3{
    font-family: DosisRegular;
    font-size: 20pt;
	color:#fff;
	margin-bottom:0;
}

.com-imagem h5{
	font-family: DosisRegular;
    font-size: 10pt;
	color:#FFF;
}
.btn-blue{
	background-color:#315e8f;
	border:#FFFFFF solid 4px;
	color:#FFF;
	font-size:16pt;
	font-family:DosisRegular;
	border-radius:0 0 0 0;
	margin:40px 0;
	padding:20px 50px;
}
.btn-blue strong{
	font-family:DosisBold;
}
.btn-blue:hover{
	text-decoration:none;
	color:#FFFFFF;
	-webkit-transition: background 350ms ease;
	-moz-transition: background 350ms ease;
	-ms-transition: background 350ms ease;
	-o-transition: background 350ms ease;
	transition: background 350ms ease;
	background-color:#008ed2;
}
.btn-blue:active,.btn-blue:visited{
	color:#FFFFFF;
}

#section-3 .atracoes .img-center{
	float:left;
	min-width:260px;
}

@media only screen and (max-width: 1024px) {
	#section-3 .atracoes .img-center {
		float: left;
		min-width: 202px;
	}
}

#section-3 .atracoes h4{
	font-size:21pt;
	padding: 0;
	
}
#section-3 .atracoes h5{
	font-size:16pt;	
	padding: 0 25px;
}
#section-4{
	background: url("../../img/section-4-textura.png") no-repeat top left/cover, #008ed2;
}
#section-4 h3{
	font-family:DosisBold;
	font-size:40pt;
	color:#ffffff;
}
#component_32501 div{
	overflow:hidden;
}

#component_32543 div{
	text-align:center;
}
#section-2 div.imgWrapper{
	width: 188px;
    height: 176px;	
	margin: 0 auto;
}
#component_32502 .footer{
	height:189px;
	margin: 6% 0;
}

#component_32501 img{
	
}


#component_32502 h4{
	font-family:"NeoSansProBold";
	font-size:1.6rem;
	text-align:center;
	margin-bottom:25px;
}
#component_32502 p{	
	margin:0 20%;
}

#component_32503 h4.title{
	font-size: 2rem;
	color:#FFF;
}

#component_32503 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_32503 p{
	color:#FFF;
	font-size:2rem;
}

#component_32503 .imgWrapperPeople{	
	min-height: 180px;
	margin: 10% 0;
}
#component_32503 h3{
	font-size:18px;
	color:#fff;
	text-align:center;
	padding:0 15%;
}
#component_32503 .moldura{
	border: 10px solid #a6c9d0;
	margin-top:24%;
}


#component_32504{
	margin-top:30px;
	text-align:center;

}
#component_32504 .imgWrapper{
	font-family: NeoSansProBold;
	min-height:176px;
}

#component_32504 h3{	
	color:#fff;
	font-size:1rem;
	font-family:NeoSansProRegular;
	margin-bottom:0px;
}
#component_32504 h4{	
	color:#fff;
	font-size:1rem;
	font-family:NeoSansProBold;		
	margin:2px;
}
#component_32499 > div:first{
	overflow:visible;
}

#component_32505{
	text-align:center;
	margin-top:2%;
}
#component_32505 h5{
	font-size:28px;		
	color : #fff;
}



#component_32505 .left-arrow h4,#component_32505 .right-arrow h4{
	margin-top: 20%;
    font-size: 72px;
    letter-spacing: -20px;
	font-family:ConsolasBold;
}

#component_32506 h4.title:before,#section-6 h4:before, #component_32509 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_32506 p{
	padding-right:25%;
	font-size:2rem;
}
#component_32506 p strong{
	font-family: NeoSansProBold;
}
#component_32507 .marcador_premiacao{
	min-height: 66px;
}
#component_32507{
    margin-top: 12%;
}
#component_32507 h4.title{
	font-size:1.8rem;
}
#component_32507 p{
	font-size:1.6rem;
}


#component_32509 h3{
	font-size:2.5rem;
}
#component_32509 h4{
	font-size: 1.8rem;    
    max-width: 350px;
}
#component_32509 p{
	float:left;
	margin-left:15%;
}

#component_32509 h5{
	font-family : NeoSansProRegular;	
	font-size: 1.5rem;
	float:left;
	COLOR:#000;
}
#component_32510 table{
	width:100%
}
#component_32510 table thead th{
	border-bottom: 5px solid #000;
	color:#000;	
}
#component_32510 table tbody tr{
	border-bottom : 3px solid #000;
}
#component_32510 table tbody tr:last{
	border-bottom : 5px solid #000;
}
#component_32510 table tbody tr td{
	color:#000;
	padding: 5px;
}
#component_32510 table tbody tr td:first-child{	
	padding: 5px 5px 5px 0;
}

#component_32510 table tbody tr.dia_25 td{	
	padding: 12px 5px;
}
#component_32510 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:hidden;	
}

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: 63vh;
		padding-top:1vh;
		background:linear-gradient(to bottom, rgba(0,0,0,0.19) 0%, rgba(8,8,8,0) 100%);
	}
	
	
	#component_32506 p {
		padding-right:0;
	}
	#component_32509 p{
		margin-left:0;
	}
	#component_32501 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_32502 p{	
		margin:0 5%;
	}
	
	#component_32514 h5{
		font-size:1rem;
	}
	#component_32514 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:12px!important;
		text-align:center!important;
		margin-top:10px!important;
	}
	
	footer .realizacao img{
		display:inline;
	}
	footer .footer-bottom {    
		text-align: center;
	}
	.barra-integradora{
		display:none!important;
	}
	.atracoes h4,.atracoes h5{
		text-align:center;
	}
	#section-5 .btn-blue.confirmarPresenca{
		margin: 25px 0 0 0 ;
	}
	
}
@media only screen and (max-width: 1480px) {
	#section-5 .btn-blue.confirmarPresenca {
	    background: url(../../img/confirmar-presenca-button.png) no-repeat 10px center,#008ed2;
		margin: 136px 0 0 0;
		padding: 30px 10px 30px 61px;
	}
}

footer{
	background-color:#004a70;
}
footer p{
	padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    text-align: left;
    white-space: pre-wrap;
}
footer .footer-bottom{
	overflow:hidden;
}
.footer-bottom {    
    background-color: #004a70;
}
.footer-top, .footer-bottom {    
    padding: 25px 0;
    width: 100%;
}
.barra-integradora {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #004a70;
}
.barra-integradora ul li{
	display:inline-block;
}

.barra-integradora-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 0 auto;
}

.barra-integradora-left,
.barra-integradora-right {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  position: relative;
  width: auto;
  height: auto;
}

.barra-integradora-left {
  justify-content: flex-start;
  margin-left: 0;
}

.barra-integradora-right {
  justify-content: flex-end;
  margin-top: 5px;
  margin-right: 0;
}

.barra-integradora-items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.barra-integradora-item {
  position: relative;
  color: #87CDFB;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.barra-integradora-item:hover {
  color: #F6FBFF;
  text-decoration: none;
}

.barra-integradora-item.active {
  color: #F6FBFF;
}

.barra-integradora-left .barra-integradora-item {
  margin-right: 16px;
}

.barra-integradora-left .barra-integradora-item:nth-last-child(1) {
  margin-right: 0;
}

.barra-integradora-right .barra-integradora-item {
  margin-right: 16px;
  text-transform: uppercase;
}

.barra-integradora-right .barra-integradora-item:nth-last-child(1) {
  margin-right: 0;
}

.barra-integradora-item{
  border-right:solid 1px #87CDFB;      
  padding:0 10px;
}
.barra-integradora-item.first{
	padding-left:0;
}
.barra-integradora-item.last{
	border:none;
}

.barra-integradora-left .barra-integradora-item::after {
  right: -8px;
}

.barra-integradora-left .barra-integradora-item:nth-last-child(1)::after {
  display: none;
}

.barra-integradora-right .barra-integradora-item::after {
  left: -8px;
}

.barra-integradora-right .barra-integradora-item:nth-child(1)::after {
  display: none;
}


#component_32962 h3{color:#FFFFFF;font-size:18pt;margin-bottom:0;	font-family:"Ubuntu Condensed";}
#component_32962 h4{color:#FFFFFF;font-size:12pt;margin-bottom:15px;	font-family:"Ubuntu Condensed";}
#component_32962 h5{color:#FFFFFF;font-size:10pt;	font-family:"Ubuntu Condensed";}
#component_32962 p{color:#FFFFFF;font-size:14pt;margin:0;	font-family:"Ubuntu Condensed";}
#component_33008 h3{    font-family: "Ubuntu Condensed";
    font-size: 18pt;
    color: #00ffed;
    margin: 0;margin-top:35px;}


#section-3 h4{font-size:26pt;margin-bottom:15px;font-family:"Ubuntu Condensed";color:#172f43;text-align:center;}
#section-3 div.imgWrapper{
	    width: 128px;
    text-align: center;
    height: 148px;
    margin: 0 auto;
}
#section-3 h4{
	
	color:#1b2c40;
}
#section-7 h3{    font-size: 18pt;
    
    font-family: "Ubuntu Condensed";
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 46px;}
#section-7{background-color:#0c1a2b;}

.btn-default,.btn-default:visited,.btn-default:active{	
	
	background-color:transparent;
	color:#ffffff;
	min-width: 225px;
    font-weight: bold;
	margin:0 25px 10px 0;
	
}
.btn-default:hover{
	color:#00476f;
	background-color:#fcfcfc;
}

.btn-demanda{
	background-color: #006674;
    color: #FFFFFF;
    padding: 6px 50px;
    font-size: 16pt;
}
.btn-demanda:hover{
	-webkit-transition: background 380ms ease;
	-moz-transition: background 380ms ease;
	-ms-transition: background 380ms ease;
	-o-transition: background 380ms ease;
	transition: background 380ms ease;
	background-color:#07b5cd;
	color:#ffffff;
}
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);


/***** HELPERS *****/
.mt-10{margin-top:10vh;}
.mt-5{margin-top:5vh;}
.mt-2{margin-top:2vh;}

.p-0{
	padding:0!important;
}


/***** HELPERS *****/



/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background: url("../../img/custom/sebraetec/body.png") no-repeat top left/cover;
    color: #555;
    font-family: 'Ubuntu Condensed', '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: hidden;
}
.noTitle{
	overflow:visible;
}
.img-center img{
    display: block;
    margin: 0 auto;
}

.bodyField {
	overflow:visible;
}


/* ----------------------------------------------- */
/* HEADER */ 
/* ----------------------------------------------- */
header {        
	
	text-align:center;
	padding:0 0 4vh 0;
	overflow:hidden;	
}

header > div{
	overflow:hidden;
}

header .identidade > div{
    min-height: 67vh;
    margin-top: 15vh;
	
}
header .data-e-hora{
	padding-top: 25vh;
    text-align: left;
	
}


header .data-e-hora h4 {
	font-size: 60pt;
    font-family: DosisRegular;
}
header .data-e-hora h5 {	
	font-family: DosisBold;
	font-size: 35pt;
	color:#000;
}

footer .realizacao{
	text-align:left;
}
footer .realizacao a img{
	display:inline;
}
footer .realizacao img{
	display:block;
}

section{
	overflow: auto;
	padding: 2% 0;	
}


#section-2{
	background-color: rgba(27, 44,64,0.8);	
}
#section-2 h4{
	font-family: "Ubuntu Condensed";
	font-size:18pt;	
	color:#00ffed;
	margin:0;
}
#section-2 p{
	color:#fff;
	font-size: 12pt;
}
#section-3{
	background-color:#FFFFFF;
	color:#FFFFFF;
}
#section-3 h4{
	font-family:DosisBold;
	color:#FFFFFF;
	font-size:40pt;
}
#section-3 h5{
	font-family:DosisRegular;
	color:#FFFFFF;
	font-size:21pt;
	margin-bottom: 48px;
}
#section-4 h4{
	color:#FFFFFF;
	font-family:DosisBold;
	font-size:34pt;
}
#section-5{
	background: #315e8f;
}
#section-5 h4{
	font-family:DosisBold;
	color:#FFFFFF;
	font-size:34pt;
	margin-bottom:72px;
}
#section-5 .bodyField{
	margin: 40px 25px 0 0;
}

#section-2 .bodyField > div{
	font-family:"Ubuntu Condensed";
	font-size:16pt;
	color:#FFFFFF;
}
#section-5 .btn-blue.confirmarPresenca{	
	background: url(../../img/confirmar-presenca-button.png) no-repeat 20px center,#008ed2;
    margin: 136px 0 0 0;
    padding: 30px 30px 30px 90px;
}
#section-5 .btn-blue.confirmarPresenca: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:#315e8f;
}
#section-5 .btn-blue.confirmarPresenca:active,#section-5 .btn-blue.confirmarPresenca:visited{
	color:#ffffff;
}
#section-5 p strong{
	font-family:DosisBold;
}
#section-5 .noTitle h3{
	display:none;
}
#section-7{
	background-color:#FFFFFF;	
}
#section-7 h3.title{
	display:none;
}
#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;
}


/* Main navi */
.main-nav {    
    list-style: none;    
	min-height: 38px;
}



.main-nav > li {
    display: inline-block;    
	position : relative;
	padding:12px 5px;
}
.main-nav > li a{
	font-family:"Ubuntu Condensed";
	color:#f6f6f6;
	font-size:14pt;
}

#cabecalho{
	display:none;
}

@media only screen and (min-width: 992px) {
	#cabecalho{
		display:block;
	}
	
	
	/* 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;	
		width: 100%;
		background-color:#1b2c40;
		z-index: 9999;
		
	}
	.main-nav.sticky li a:link,
	.main-nav.sticky li a:visited {
		padding: 5px 0;
		color: #FFF;
	}
	
}

.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 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 */
.com-imagem h3{
    font-family: DosisRegular;
    font-size: 20pt;
	color:#fff;
	margin-bottom:0;
}

.com-imagem h5{
	font-family: DosisRegular;
    font-size: 10pt;
	color:#FFF;
}
.btn-blue{
	background-color:#315e8f;
	border:#FFFFFF solid 4px;
	color:#FFF;
	font-size:16pt;
	font-family:DosisRegular;
	border-radius:0 0 0 0;
	margin:40px 0;
	padding:20px 50px;
}
.btn-blue strong{
	font-family:DosisBold;
}
.btn-blue:hover{
	text-decoration:none;
	color:#FFFFFF;
	-webkit-transition: background 350ms ease;
	-moz-transition: background 350ms ease;
	-ms-transition: background 350ms ease;
	-o-transition: background 350ms ease;
	transition: background 350ms ease;
	background-color:#008ed2;
}
.btn-blue:active,.btn-blue:visited{
	color:#FFFFFF;
}

#section-3 .atracoes .img-center{
	float:left;
	min-width:260px;
}

@media only screen and (max-width: 1024px) {
	#section-3 .atracoes .img-center {
		float: left;
		min-width: 202px;
	}
}

#section-3 .atracoes h4{
	font-size:21pt;
	padding: 0;
	
}
#section-3 .atracoes h5{
	font-size:16pt;	
	padding: 0 25px;
}
#section-4{
	background: url("../../img/section-4-textura.png") no-repeat top left/cover, #008ed2;
}
#section-4 h3{
	font-family:DosisBold;
	font-size:40pt;
	color:#ffffff;
}
#component_32501 div{
	overflow:hidden;
}

#component_32543 div{
	text-align:center;
}
#section-2 div.imgWrapper{
	width: 188px;
    height: 176px;	
	margin: 0 auto;
}
#component_32502 .footer{
	height:189px;
	margin: 6% 0;
}

#component_32501 img{
	
}


#component_32502 h4{
	font-family:"NeoSansProBold";
	font-size:1.6rem;
	text-align:center;
	margin-bottom:25px;
}
#component_32502 p{	
	margin:0 20%;
}

#component_32503 h4.title{
	font-size: 2rem;
	color:#FFF;
}

#component_32503 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_32503 p{
	color:#FFF;
	font-size:2rem;
}

#component_32503 .imgWrapperPeople{	
	min-height: 180px;
	margin: 10% 0;
}
#component_32503 h3{
	font-size:18px;
	color:#fff;
	text-align:center;
	padding:0 15%;
}
#component_32503 .moldura{
	border: 10px solid #a6c9d0;
	margin-top:24%;
}


#component_32504{
	margin-top:30px;
	text-align:center;

}
#component_32504 .imgWrapper{
	font-family: NeoSansProBold;
	min-height:176px;
}

#component_32504 h3{	
	color:#fff;
	font-size:1rem;
	font-family:NeoSansProRegular;
	margin-bottom:0px;
}
#component_32504 h4{	
	color:#fff;
	font-size:1rem;
	font-family:NeoSansProBold;		
	margin:2px;
}
#component_32499 > div:first{
	overflow:visible;
}

#component_32505{
	text-align:center;
	margin-top:2%;
}
#component_32505 h5{
	font-size:28px;		
	color : #fff;
}



#component_32505 .left-arrow h4,#component_32505 .right-arrow h4{
	margin-top: 20%;
    font-size: 72px;
    letter-spacing: -20px;
	font-family:ConsolasBold;
}

#component_32506 h4.title:before,#section-6 h4:before, #component_32509 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_32506 p{
	padding-right:25%;
	font-size:2rem;
}
#component_32506 p strong{
	font-family: NeoSansProBold;
}
#component_32507 .marcador_premiacao{
	min-height: 66px;
}
#component_32507{
    margin-top: 12%;
}
#component_32507 h4.title{
	font-size:1.8rem;
}
#component_32507 p{
	font-size:1.6rem;
}


#component_32509 h3{
	font-size:2.5rem;
}
#component_32509 h4{
	font-size: 1.8rem;    
    max-width: 350px;
}
#component_32509 p{
	float:left;
	margin-left:15%;
}

#component_32509 h5{
	font-family : NeoSansProRegular;	
	font-size: 1.5rem;
	float:left;
	COLOR:#000;
}
#component_32510 table{
	width:100%
}
#component_32510 table thead th{
	border-bottom: 5px solid #000;
	color:#000;	
}
#component_32510 table tbody tr{
	border-bottom : 3px solid #000;
}
#component_32510 table tbody tr:last{
	border-bottom : 5px solid #000;
}
#component_32510 table tbody tr td{
	color:#000;
	padding: 5px;
}
#component_32510 table tbody tr td:first-child{	
	padding: 5px 5px 5px 0;
}

#component_32510 table tbody tr.dia_25 td{	
	padding: 12px 5px;
}
#component_32510 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:hidden;	
}

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: 63vh;
		padding-top:1vh;
		background:linear-gradient(to bottom, rgba(0,0,0,0.19) 0%, rgba(8,8,8,0) 100%);
	}
	
	
	#component_32506 p {
		padding-right:0;
	}
	#component_32509 p{
		margin-left:0;
	}
	#component_32501 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_32502 p{	
		margin:0 5%;
	}
	
	#component_32514 h5{
		font-size:1rem;
	}
	#component_32514 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:12px!important;
		text-align:center!important;
		margin-top:10px!important;
	}
	
	footer .realizacao img{
		display:inline;
	}
	footer .footer-bottom {    
		text-align: center;
	}
	.barra-integradora{
		display:none!important;
	}
	.atracoes h4,.atracoes h5{
		text-align:center;
	}
	#section-5 .btn-blue.confirmarPresenca{
		margin: 25px 0 0 0 ;
	}
	
}
@media only screen and (max-width: 1480px) {
	#section-5 .btn-blue.confirmarPresenca {
	    background: url(../../img/confirmar-presenca-button.png) no-repeat 10px center,#008ed2;
		margin: 136px 0 0 0;
		padding: 30px 10px 30px 61px;
	}
}

footer{
	background-color:#004a70;
}
footer p{
	padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    text-align: left;
    white-space: pre-wrap;
}
footer .footer-bottom{
	overflow:hidden;
}
.footer-bottom {    
    background-color: #004a70;
}
.footer-top, .footer-bottom {    
    padding: 25px 0;
    width: 100%;
}
.barra-integradora {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #004a70;
}
.barra-integradora ul li{
	display:inline-block;
}

.barra-integradora-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 0 auto;
}

.barra-integradora-left,
.barra-integradora-right {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  position: relative;
  width: auto;
  height: auto;
}

.barra-integradora-left {
  justify-content: flex-start;
  margin-left: 0;
}

.barra-integradora-right {
  justify-content: flex-end;
  margin-top: 5px;
  margin-right: 0;
}

.barra-integradora-items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.barra-integradora-item {
  position: relative;
  color: #87CDFB;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.barra-integradora-item:hover {
  color: #F6FBFF;
  text-decoration: none;
}

.barra-integradora-item.active {
  color: #F6FBFF;
}

.barra-integradora-left .barra-integradora-item {
  margin-right: 16px;
}

.barra-integradora-left .barra-integradora-item:nth-last-child(1) {
  margin-right: 0;
}

.barra-integradora-right .barra-integradora-item {
  margin-right: 16px;
  text-transform: uppercase;
}

.barra-integradora-right .barra-integradora-item:nth-last-child(1) {
  margin-right: 0;
}

.barra-integradora-item{
  border-right:solid 1px #87CDFB;      
  padding:0 10px;
}
.barra-integradora-item.first{
	padding-left:0;
}
.barra-integradora-item.last{
	border:none;
}

.barra-integradora-left .barra-integradora-item::after {
  right: -8px;
}

.barra-integradora-left .barra-integradora-item:nth-last-child(1)::after {
  display: none;
}

.barra-integradora-right .barra-integradora-item::after {
  left: -8px;
}

.barra-integradora-right .barra-integradora-item:nth-child(1)::after {
  display: none;
}

#component_32962 h3{color:#FFFFFF;font-size:18pt;margin-bottom:0;	font-family:"Ubuntu Condensed";}
#component_32962 h4{color:#FFFFFF;font-size:12pt;margin-bottom:15px;	font-family:"Ubuntu Condensed";}
#component_32962 h5{color:#FFFFFF;font-size:10pt;	font-family:"Ubuntu Condensed";}
#component_32962 p{color:#FFFFFF;font-size:14pt;margin:0;	font-family:"Ubuntu Condensed";}
#component_33008 h3{    font-family: "Ubuntu Condensed";
    font-size: 18pt;
    color: #00ffed;
    margin: 0;margin-top:35px;}


#section-3 h4{font-size:26pt;margin-bottom:15px;font-family:"Ubuntu Condensed";color:#172f43;text-align:center;}
#section-3 div.imgWrapper{
	    width: 128px;
    text-align: center;
    height: 148px;
    margin: 0 auto;
}
#section-3 h4{
	
	color:#1b2c40;
}
#section-7 h3{    font-size: 18pt;
    
    font-family: "Ubuntu Condensed";
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 46px;}
#section-7{background-color:#0c1a2b;}

.btn-default,.btn-default:visited,.btn-default:active{	
	
	background-color:transparent;
	color:#ffffff;
	min-width: 225px;
    font-weight: bold;
	margin:0 25px 10px 0;
	
}
.btn-default:hover{
	color:#00476f;
	background-color:#fcfcfc;
}

.btn-demanda{
	background-color: #006674;
    color: #FFFFFF;
    padding: 6px 50px;
    font-size: 16pt;
}
.btn-demanda:hover{
	-webkit-transition: background 380ms ease;
	-moz-transition: background 380ms ease;
	-ms-transition: background 380ms ease;
	-o-transition: background 380ms ease;
	transition: background 380ms ease;
	background-color:#07b5cd;
	color:#ffffff;
}
#section-2 .bodyField >div {
	line-height:20px;
}