@charset "UTF-8";
/* CSS Document */

body { 
	padding-bottom: 120px;
}

h1 {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 25px;
}

.page-quem-somos {
	/* The image used */
    background-image: url("../images/photo-1440074121584-e4acb8b6e954.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	overflow-x: hidden;
}

.page-clientes {
	/* The image used */
    background-image: url("../images/light-people-woman-art.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	overflow-x: hidden;
}

.page-projetos {
	/* The image used */
    background-image: url("../images/../images/image_web/pexels-photo-112640.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	overflow-x: hidden;
}

.page-servicos {
	/* The image used */
    background-image: url("../images/../images/image_web/photo-1465829235810-1f912537f253.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	overflow-x: hidden;
}

.page-contactos {
	/* The image used */
    background-image: url("../images/image_web/img_3.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	overflow-x: hidden;
}

.text {
	padding-top: 19px;
	padding-bottom: 30px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 140%;
}

.text2 {
	padding-top: 22px;
	padding-bottom: 30px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
}

.text-clientes {
	padding-top: 19px;
	padding-bottom: 30px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 160%;
}

.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 60px;
    height: 60px;
    padding-top: 0;

}

.navbar-brand {
    line-height: 60px;
    height: 60px;
    padding-top: 8px;
}

.menu {
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Montserrat", sans-serif; 
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}

.background-gray {
	bcolor: #000000;
	border: medium;
	border-color: #CC0307;
}

.container {
	color: #FFFFFF;
	background-color:rgba(0,0,0,0.30);
	padding-top: 15px;
}


.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}
.navbar-default .navbar-brand {
  color: #5b8eae;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #316586;
}
.navbar-default .navbar-text {
  color: #5b8eae;
}
.navbar-default .navbar-nav > li > a {
  color: #5b8eae;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #316586;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #5b8eae;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #316586;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #316586;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #316586;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #316586;
  background-color: #ffffff;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #5b8eae;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #5b8eae;
}
.navbar-default .navbar-link {
  color: #5b8eae;
}
.navbar-default .navbar-link:hover {
  color: #316586;
}
.space-row {
	height: 80px;
}

.name-bold {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 20px;
}

.mail-to {
	color: #B0B0B0;
}
.mail-to:link {
	color: #B0B0B0;
}
.mail-to:hover {
	color: #B0B0B0;
	font-weight: 700;
	text-decoration: none;
}
.mail-to:visited {
	text-decoration: none;
}

.cv:link {
	color: "#FFFFFF";
}

.fixed-footer {
	position: fixed;
    bottom: 0;
    width: 100%;
	background-color: #FFFFFF;
}

.container-style {
	color: #B3B3B3;
	background-color: #FFF;
	padding-bottom: 20px;
}

ul {
	list-style-type: none;
	color: #FFFFFF;
	font-family: "Roboto", sans-serif;
	line-height: 150%;
}

.menuProjetos {
	color: #FFFFFF;
}


.menuProjetos:hover {
	color: #B0B0B0;
	font-weight: 700;
	text-decoration: none;
}
.menuProjetos:active {
	color: #B0B0B0;
	font-weight: 700;
	text-decoration: none;
}
.menuProjetos:visited {
	text-decoration: none;
}

button {
	background-color: rgba(0,0,0,0.00);
	border: none;
	text-decoration-color: none;
	
}

.selected {
    font-weight: 700;
}


.cvTipologia {
	text-decoration: underline;
	font-size: 16px;
	padding-left: 6px;
}

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: rgba(255,255,255,0.20);
    color: #FFF;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: rgba(255,255,255,0.35);
	font-weight: 700;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 12px 18px;
    background-color: rgba(0,0,0,0.40);
    display: none;
	color: #FFF;
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
	vertical-align: middle;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

#map {
	with: 100%;
	height: 300px;
	padding-bottom: 12px;
}

.container-img {
	position:relative;
    height: 100%;
    width: 100%;	
	
}

.logo-home {
	background-image: url(../images/logo_recurso-08-crop-u9715_2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 50%;
	position:absolute;
    top:50%;
    left:25%;
    right:25%;
    bottom:0;
    margin:auto;
	overflow-y: hidden;
}

.sentence-footer {
	background-color: rgba(255,255,255,0.00);
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	text-align: center;
	padding-bottom: 20px;
}

@media (max-width: 811px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #5b8eae;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #316586;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #316586;
    background-color: #ffffff;
  }
  .morada-footer {
	  display: none;
	}
  .contato-footer {
		display: none;
	}
	.logo-footer {
		text-align: center;
	}
	.logo-home {
	position:absolute;
    top:50%;
    left:0%;
    right:0%;
    bottom:0;
    margin:auto;
	overflow-y: hidden;
}
	.logo-home {
	background-image: url(../images/logo_recurso-08-crop-u9715_2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 80%;
	position:absolute;
    top:65%;
    left:10%;
    right:10%;
    bottom:0;
    margin:auto;
	overflow-y: hidden;
}
}
