/* CSS Document */

/***********************************************************************************************/
/************************************************* MOBILE **/	

.jumbotron{
	background-color:transparent;
	padding-top:0px;
	padding-bottom:0px;}
	
.peca{
	margin-top:25px;}

.background{
	height: 250px;
	 background-image:url(../images/background_01.jpg);
  background-repeat:no-repeat;
  background-position: top center;
	}
.navbar{
	height:100px;
	background-color:#fff;}


.myLogo{
	/*width:280px;*/
	/*padding-left:45px;*/
	}
	
ul{
	padding-left:0px;}	


	
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 480px;  /* 230 */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 480px; /* 230 */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 980px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
h1{
	text-align:center;}
	
/* MAP */
.map-responsive{
  
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}	
	


/*/ MODAL   */
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* border: 1px solid #999; */
    /* border: 1px solid rgba(0,0,0,.2); */
    /* border-radius: 6px; */
    /* outline: 0; */
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    /* box-shadow: 0 3px 9px rgba(0,0,0,.5); */
    
}










/***********************************************************************************************/
/************************************************* DESKTOP **/	
/* styles for browsers larger than 768px; */
@media only screen and (min-width:768px){


.jumbotron{
	background-color:transparent;}
	
.peca{
	margin-top:25px;}

.background{
  height: 500px;
  background-image:url(../images/background_01.jpg);
  background-repeat:no-repeat;
  background-position: top center;
	}
.navbar{
	height:130px;
	background-color:#fff;
	}	
	
.myLogo{
	width:280px;
	padding-left:0px;
	}
.titulo{
	margin-top:190px;
	margin-left:241px;
	height:200px;
	background-image:url(../images/seta_titulo.png);
	background-position:320px 65px;
	background-repeat:no-repeat;}
	
.titulo-en{
	margin-top:190px;
	margin-left:241px;
	height:200px;
	background-image:url(../images/seta_titulo.png);
	background-position:160px 125px;
	background-repeat:no-repeat;}
	
.titulo-de{
	margin-top:190px;
	margin-left:241px;
	height:200px;
	background-image:url(../images/seta_titulo.png);
	background-position:400px 70px;
	background-repeat:no-repeat;}
	
.navbar-brand{
	padding:0;
	margin:0;
	}

.active-lang{
	background-image:url(../images/active_lang.gif);
	background-repeat:no-repeat;
	background-position: 1px 22px;}	
	
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover	{
	background-color:#FFF;
	}
	
/**** anchors fix **/
 #home, #empresa, #servicos, #galeria, #recrutamento, #contactos, #privacidade{
 display: block;
  position: relative;
  top: -120px; 
 
   
 
 	}
	
:target {
  display: block;
  position: relative;
  top: -120px; 
  visibility: hidden;
}
	
	
	
	
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 880px;
  
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 380px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 980px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
h1{
	text-align:center;}
	
/* MAP */
.map-responsive{
  
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}	


/* ^CARROUSSEL **/	
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px; /* 20 */
    color: #fff;
    /* text-align: center; */
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}	
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .9;
}
	

}




@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}