@import url(http://fonts.googleapis.com/css?family=Share+Tech|Open+Sans:400,700);

/*!
 * font-family: 'Share Tech', sans-serif;
 * font-family: 'Open Sans', sans-serif;
 * font-family: 'Pathway Gothic One', sans-serif;
 */
 
 

/* Global Styles */


html,
body {
    width: 100%;
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:1.8em;
	line-height: 1.42857143;
	color: #333;
 	/*background-color: #fff;
	background:url(../images/pattern-dots.png) repeat;*/
}
/* mapa */
#map-canvas {
   position:absolute;
   display:block;
   width:96%;
   height: 350px;
   padding: 0px;
   margin-top:20px;
   margin-bottom:0px;
   z-index:1;
}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.img-maquina {
    width:100%;
}

/* Home Page Carousel */

header.carousel {
	top:50px;
    height: 450px;
	margin:0;
	background:url(../images/image_background.jpg) top center no-repeat fixed;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 450px;
	margin:0;
	top:0px;
	background-color:transparent;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Navbar */

.nav-header{
	position:fixed;
	top:0;
	width: 100%;
	height: 80px;
	background:url(../images/image_background.jpg) top center no-repeat fixed;
	z-index:2000;
	
}

.navbar {
    padding: 0;
	font-size:1.3em;
    }

/* sections */

.intro-section {
	position:relative;
	margin-top:19px;
	padding:0;
    height: 100%;
	background-color:transparent;
}

.noticias-section {
    height: auto;
    padding-top: 60px;
	padding-bottom: 60px;
    text-align: left;
    background-color:#26589A;
	color:#fff;
}

.parceiros-section {
    height: auto;
	margin-top:0;
	padding-top: 60px;
	padding-bottom: 60px;
    text-align: left;
}

.certificada-section {
    height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
    text-align: left;
    background: #fff;
}

.contactos-section {
    height: 100%;
	padding-top: 20px;
    text-align: left;
    background: #eee;
}

.pagecontent-section {
    height: auto;
    padding-top: 110px;
	padding-bottom: 60px;
    text-align: left;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.spacer {
    height: 50px;
}


/* Footer Styles */

footer {
    margin: 10px 0;
}

/* WindByInternet */
/* <link href='http://fonts.googleapis.com/css?family=Josefin+Sans' rel='stylesheet' type='text/css'> */
.rodape {
	font-size: 14px;
	color:#000;	
    text-decoration:none;
}

.wbi{
  font-family: 'Josefin Sans', sans-serif;
  font-size:14px;
  color:#000;
  text-decoration:none;
}

.wbi a:link a:visited a:hover a:focuss a:active{
  color:#000;
  text-decoration:none;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}