html{
	font-family: 'Roboto', sans-serif;
}

ul{
	list-style-type: disc;
}

/*Eliminates padding, centers the thumbnail */
body, html {
  padding: 0;
  margin: 0;
}

.warning{
	color:#e30b0b;
	font-size: 12px;
}

.success-message{
	margin-top: 50px;
	font-size: 20px;
	font-weight: 600;
}

/* Styles the thumbnail */


/* Styles the lightbox, removes it from sight and adds the fade-in transition */
.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
  z-index: 999999;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
.lightbox-target:target {
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
}

.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
  top: 0px;
}

.quote{font-size: 40px; vertical-align: middle;}

.circles{
	position: relative;
	top:40px;
	width: 8%;
	margin:0 auto;
}

.circle {
	border-radius: 50%;
	width: 10px;
    height: 10px;
    background-color: gray;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
	/* width and height can be anything, as long as they're equal */
}

.circle:last-child{
	margin-right: 0;
}

.circle.active{
	background-color:white;
}

.btn-primary{
	background-color: #E8D482;
	border:1px solid #E8D482;
	text-align: center;
	padding: 6px 20px;
	position: absolute;
	left: 38%;
	color: white;
	text-decoration: none;
	top:85%;
	font-weight:600;
	cursor: pointer;
}

.btn-primary:hover{
	color:black;
	border:none;
}


.btn-secondary{
	background-color: #E8D482;
	border:1px solid #E8D482;
	text-align: center;
	padding: 6px 20px;
	position: absolute;
	left: 50%;
	color: white;
	text-decoration: none;
	top:85%;
	font-weight:600;
	cursor: pointer;
}

.btn-secondary:hover{
	background-color: #E8D482;
	color:black;
	border:none;
}

.separate-line{
	width: 100%;
}

.center-text{
	font-weight: bold;
	text-align: center;
	position: absolute;
	top:72%;
	left:50%;
	transform:translate(-50%,-50%);
	color:white;
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
}

p{
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}

.parallax-content{
	width: 100%;
	background-color: #F5F5F5;
	padding-top: 40px;
	padding-bottom: 40px;
}

.parallax { 
    /* The image used */
    background-image:url(images/vivenda2.jpg);

    /* Set a specific height */
    height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-less { 
    /* The image used */
    background-image: url("images/team.jpg");

    /* Set a specific height */
    height: 200px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-portfolio2{
	/* The image used */
    background-image:url(images/consultoria.jpg);
	/* Set a specific height */
    height: 200px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-portfolio1{
	/* The image used */
    background-image:url(images/folha%20arquitetura.jpg);
	/* Set a specific height */
    height: 200px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-projects{
	/* The image used */
    background-image:url(images/vivenda3.jpg);
	/* Set a specific height */
    height: 350px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-vivendas{
	/* The image used */
    background-image:url(images/casa%20geres/casa_geres2.jpg);
	/* Set a specific height */
    height: 350px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-interiores{
	/* The image used */
    background-image:url(images/interiores2.jpg);
	/* Set a specific height */
    height: 350px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-loteamentos{
	/* The image used */
    background-image:url(images/loteamentoss.jpg);
	/* Set a specific height */
    height: 350px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-edificios{
	/* The image used */
    background-image:url(images/edificios_hotelangola/hotelangola5.jpg);
	/* Set a specific height */
    height: 350px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-restauro{
	/* The image used */
    background-image:url(images/reabilitacao%20urbana/EDP/edp2.JPG);
	/* Set a specific height */
    height: 350px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-servicos{
	/* The image used */
    background-image:url(images/spa.jpg);
	/* Set a specific height */
    height: 350px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-licenciamento{
	/* The image used */
    background-image:url(images/licenciamento.jpg);
	/* Set a specific height */
    height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-industrial{
	/* The image used */
    background-image:url(images/armazem1.jpg);
	/* Set a specific height */
    height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.parallax-title{
	padding: 5px 20px;
	text-align: center;
	color:white;
	font-size: 20px;
    font-family: 'Montserrat', sans-serif;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	background-color: rgba(232,212,130,0.5);
}

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


.navbar-mobile{
	display: none;
	background-color: #32312D;
	padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    height: 100%;
    min-height: 50px;
}

.navbar-mobile__nav-toggle{
	color: white;
    cursor: pointer;
    position: absolute;
    height: 40px;
    top: 20px;
    right: 52px;
}

.navbar-mobile .navbar-mobile__hamburger, .navbar-mobile .navbar-mobile__hamburger:before, .navbar-mobile .navbar-mobile__hamburger:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: ''; 
}

.navbar-mobile .navbar-mobile__hamburger:before {
  top: -8px; 
}

.navbar-mobile .navbar-mobile__hamburger:after {
  bottom: -8px; }

.navbar-mobile .navbar-mobile__hamburger, .navbar-mobile .navbar-mobile__hamburger:before, .navbar-mobile .navbar-mobile__hamburger:after {
  transition: all 500ms ease-in-out; }

.navbar-mobile.active .navbar-mobile__hamburger:before {
    transform: rotate(45deg);
}

.navbar-mobile.active .navbar-mobile__hamburger:after {
    transform: rotate(-45deg);
}

.navbar-mobile.active .navbar-mobile__hamburger:before, .navbar-mobile.active .navbar-mobile__hamburger:after {
    top: 0;
}

.navbar-mobile.active .navbar-mobile__hamburger {
    background-color: transparent;
}

.navbar-mobile__nav-toggle-title{
	font-size: 0.8em;
    position: absolute;
    top: 30%;
    text-decoration: none;
    color: white;

}

.navbar-mobile__title{
	text-align: left;
    color: white;
    font-size: 20px;
    top: 10px;
    width: 70%;
    font-weight: 700;
    position: relative;
}

.navbar-mobile__title a{
	color:white;
	text-decoration: none;
}


.navbar-mobile__search{
	display: inline-block;
    width: 15%;
    color: white;
    position: absolute;
    top: 15px;
    font-size: 20px;
    right: 2%;
}
.navbar-mobile.active .list{
	display: block;
}

.navbar-mobile .list{
	list-style: none;
	margin-top: 40px;
	padding-left: 30px;
}

.navbar-mobile .list.list-closed{
	display: none;
}

.navbar-mobile .list-item a{
	text-decoration: none;
	color: white;
	font-size: 18px;
}

.navbar-mobile .list-item a:hover{
	color:#E8D482;
}

.closed{
	display: none;
}


/************* DESKTOP *****************/

.desktop-menu{
	display: block;
	z-index: 999;

}

.nav__dropdown{
	display: none;
}

.nav__dropdown.move-top{
	border:1px solid #E8D482;
	top:55px !important;
	z-index: 9999;
}

.nav__list-item:hover .nav__dropdown{
	display: block;
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
	padding-top: 20px;
	width: 140px;
	top:66px;
	left: 0;
	position: absolute;
}

.nav__dropdown .nav__dropdown-item{
	text-align: left;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	color:black;
	font-size: 13px;
	line-height: 1.1;
	font-family: 'Montserrat';
	font-weight: 300;
}

.nav__dropdown .nav__dropdown-item:hover{
	color:#E8D482;
}

.navbar{
	width: 100%;
	float: left;

}

.navbar .navbar__brand{
	width:25%;
	float: left;
	margin-top: 10px;
}

.navbar .navbar__brand a{
	text-decoration: none;
	font-size: 12px;
	font-weight: 300;
	color:white;
}

.navbar .navbar__right{
	width: 75%;
	float:left;
}

.navbar .navbar__right .nav{

	text-align: right;
	height: 65px;
}

.nav .nav__list-item{
	display: inline-block;
	height: 62px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 15px;
	cursor: pointer;
	position: relative;
}

.navbar .navbar__right .nav__item{
	text-decoration: none;
	color:white;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	top:20px;
	font-size:12px;
}

.navbar .navbar__right .nav__list-item:last-child{
	margin-right: 0;
}

.navbar .navbar__right .nav__list-item:hover{
	border-bottom: 3px solid #E8D482;
	
}

.navbar .navbar__right .nav__list-item.active{
	border-bottom: 3px solid #E8D482;
}



.navbar .navbar__social{
	float: right;
	width: 8%;
	top: 20px;
    position: relative;
}

.navbar__social-icon{
	display: inline-block;
	width: 30%;
	margin-right: 10px;
}

.navbar__social-icon:last-child{
	margin-right: 0;
}

.navbar__social-icon img{
	width: 100%;
}

.navbar.default{
	background-color: white;
	height: 55px;
	border-bottom: 1px solid #F5F5F5;
	text-align: center;
}

.navbar.default .nav .nav__list-item{
	height: 52px;
}

.navbar.default .navbar__right .nav{
	height: 55px;
}

.navbar.default .navbar__brand a{
	color:black;

}

.navbar.default .navbar__right .nav__item{
	top:20px;
}

.navbar.default .navbar__right .nav .nav__item{
	color:black;
	font-size: 12px;
}

.background-img{
	background-image:url(images/img%20vivenda.jpg);
	background-size: cover;
	background-position: 100%;
	width: 100%;
	position: relative;
    top: -102px;
	height: 100vh;
}

.background-gradient{
	height: 100vh;
	width: 100%;
	background-color: rgba(42,30,30,0.3);
}

.background__icon{
	text-align: center;
	font-size: 25px;
	color:white;
	position: absolute;
	bottom: 27px;
    left: 50%;

}


/**************SECTIONS****************/

.section-about{
	position: relative;
	width: 100%;
	float:left;
	margin-top: 0px;

}

.section-projects{
	margin-top: 80px;
	position: relative;
	width: 100%;
	float:left;
}

.section-about__title{
	text-align: center;
	color:#E8D482;
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 20px;
}

.section__text{
	font-weight: 300;
	font-size: 15px;
	text-align: center;
}
.section__text2{
	font-weight: 300;
	font-size: 15px;
	text-align: center;
	padding-top:50px;
}

.section__title{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	color:#CBC9C9;
}

.to-right{
	right: 15%;
    top: 0;
}

.to-left{
	left:15%;
}

.lines{
	margin-top: 10px;

}

.lines, .lines::before, .lines::after{
	position: absolute;
	content: '';
	width: 195px;
	height: 1px;
	background-color: #CBC9C9;
}


.lines::before{
	top:0;
}

.lines::after{
	
	top:5px;
}



.section-projects .section-projects__container{
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.section-projects .section-projects__item{
	background-position: 100%;
	background-size: cover;
	height: 300px;
	margin-right: 10px;
    margin-left: 0;
}

.section-projects .section-projects__item:hover .section-projects__hover{
	display: block;
}

.section-projects .section-projects__hover{
	position: relative;
	height: 100%;
	z-index: 9999;
	background-color: rgba(42,39,39,0.6);
	display: none;
}

.section-projects .section-projects__item:nth-child(2){
	margin-right: 0;
}

.section-projects__item-title{
	position: absolute;
	bottom:100px;
	left: 20px;
	font-size: 18px;
	font-weight: 500;
	color:white;
	text-decoration: none;
	cursor: pointer;
}

.section-projects__item-title:hover{
	color:#E8D482;
}

.section-projects__item-description{
	font-size: 14px;
	font-weight: 300;
	color:white;
	text-align: left;
	position: absolute;
	bottom:60px;
	left: 20px;
	line-height: 1.3;
}



.section-testimonials{
	margin-top: 50px;
	background-image:url(images/wood.jpeg);
	background-size: cover;
	background-position: 80% 100%;
	height: 330px;
	width: 100%;
	position: relative;
}

.section-testimonials__background{
	position: absolute;
	top:0;
	height: 330px;
	width: 100%;
	background-color: rgba(42,39,39,0.6);
}

.section-testimonials .section-testimonials__title{
	text-align: center;
	color:#E8D482;
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 40px;
	padding-top: 35px;
}

.section-testimonials .section-testimonials__text{
	display: none;
	text-align: center;
	position: relative;
	font-weight: 300;
	font-style: italic;
	font-size: 20px;
	color:white;
	line-height: 1.2;
}

.section-testimonials__text.current{
	display: block;
}

.section-testimonials .section-testimonials__person{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
}


/**********OTHER PAGES***************/

.page-block{
	padding-top: 40px;
	padding-bottom: 30px;
}

.left-title{
	text-align: left;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	border-right: 2px solid gray;
}

.team{
	padding-top: 40px;
	padding-bottom: 60px;
}

.team .team__icon{
	text-align: center;
	font-size: 23px;
	margin-bottom: 10px;
}

.team .team__title{
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
	font-weight: 500;
}

.team .team__description{
	font-size: 15px;
	text-align: center;
}

.portfolio-block{
	margin-bottom: 40px;
}

.projects{
	background: #F5F5F5;
	padding-top: 40px;
	padding-bottom: 80px;
}

.projects .projects__block{
	
	
}


.projects .projects__container{
	display: inline-block;
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

.projects .projects__index{
	width: 24%;
}

.projects .projects__list{
	width: 32%;
	display: none;
}

.projects .projects__container:last-child{
	margin-right: 0;
}

.projects .projects__hidden{
	
}

.projects__more{
	margin-top: 40px;
	text-align: center;
	padding: 10px 20px;
	background-color: transparent;
	border:1px solid black;
	color:black;
	font-family: 'Montserrat';
	width: 150px;
	margin: 0 auto;
	cursor: pointer;
}

.projects__more:hover{
	background-color: #E8D482;
	border:1px solid #E8D482;
	color:white;

}

.projects .projects__image{
	background-position: 100%;
	background-size: cover;
	height: 200px;
	width: 100%;
}

.projects .projects__content{
	background-color: white;
	padding: 10px;
	min-height: 65px;
}

.projects .projects__title{
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	color:black;
	text-decoration: none;
	cursor: pointer;
}

.projects .projects__title:hover{
	color:#E8D482;
}

.projects .projects__description{
	font-size: 12px;
	font-weight: 500;
	text-align: left;
}


.services{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.services__text{
	font-weight: 400;
	font-size: 14px;
}

.services__top-title{
	font-size: 18px;
	text-align: left;
	font-weight: 600;
}

.services__list{
	font-weight: 400;
}

.services__container{
	width: 28%;
	float: left;
	margin-right: 10px;
	padding: 20px;
	min-height: 147px;
}

.services__container:last-child{
	margin-right: 0;
}

.services__projects{
	
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
}

.add-margin-bottom{
	margin-bottom: 10px;
	margin-right: 5px;
}



.services__title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	text-decoration: none;
	color:black;
}

.services__title:hover{
	color:#E8D482;
}

.services__index-text{
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 600;
}



.contacts{
	margin-top:50px;
	margin-bottom: 40px;
}

.contacts .contacts__msg{
	font-size: 20px;
	font-weight: 500;
}

.contact-form{
	margin-top: 30px;
	width: 100%;
	float: left;
}

.form-input{
	width: 100%;
}

.form-textarea{
	height: 130px;
	width: 100%;
}

.form-submit{
	float: right;
	border-radius: 0 !important;
}

.form-submit:hover{
	background-color: #E8D482;
	border:none;
	color:white;
}

.googlemaps{
	width: 100%;
	height: 350px;
}

/*************FOOTER***************/

.footer{
	
}

.footer__container{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EAE9E5;

}

.footer__title{
	font-weight: 500;
	font-size: 14px;
	text-align: left;
	color:#7B7B7B;
	margin-bottom: 20px;
}

.footer__text{
	font-size: 11px;
	text-align: left;
	color:gray;
	font-weight: 300;
	margin-bottom: 10px;
}

.footer__list{
	font-size: 11px;
}

.footer__list li{
	margin-bottom: 5px;
}

.footer__list li a{
	text-decoration: none;
	color: black;
}

.footer__social span{
	font-size: 18px;
	margin-right: 3px;
}

.footer__social span:hover{
	color:#E8D482;
	cursor: pointer;
}

.footer__contacts{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: white;
	border-top:1px solid #F5F5F5;
}

.footer__contact-title{
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
}

.footer__contact{
	width: 33%;
	display: inline-block;
	height: 50px;
	vertical-align: middle;
}

.footer__contact-container{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.footer__contact-icon{
	text-align: center;
	font-size: 20px;
}

.footer__contact-text{
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}

@media (min-width: 760px) and (max-width: 991px) {

	.background-img .btn-primary{
		left:30%;
		top:70%;
		font-size: 12px;
	}
}
/********** RESPONSIVE TO MOBILE *************/
@media only screen and (max-width: 991px) {
	.desktop-menu{
		display: none;
	}
	.navbar-mobile{
		position: relative;
		display: block;
		z-index: 999999;
	}

	.navbar-mobile .list-item{
		margin-bottom: 2em;
		text-align: left;
	}

	.projects__container{
		display: block;
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}

	.center-text{
		font-size: 34px;
	}

	.parallax-title{
		font-size: 20px;
	}

	.page-block p{
		text-align: left;
		font-size: 15px;
	}

	.background-icon{
		left: 45%;
	}

	.background-img{
		top:0;
	}

	.btn-primary{
		left:10%;
		top:70%;
		font-size: 12px;
	}

	.btn-secondary{
		left:55%;
		top:70%;
		font-size: 12px;
	}
	.circles{
		width: 20%;
	}
	.section-projects .lines{
		display: none;
	}

	.section-projects__item{
		margin-bottom: 20px;
	}

	.section-testimonials{
		height: 430px;
	}

	.section-testimonials__background{
		height: 430px;
	}

	.section-testimonials .section-testimonials__title{
		padding-top: 10px;

	}

	.section-testimonials .section-testimonials__text{
		font-size: 18px;
	}

	.section-testimonials__person{
		font-size: 18px;
	}

	.footer__contact{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.footer__social span{
		float: left;
		margin-bottom: 20px;
	}

	.footer__list{
		float: left;
	}

	.footer__list li{
		float: left;
		width: 100%;
    	text-align: left;
    	font-size: 12px;
	}

	.team .team__description{
		margin-bottom: 20px;
	}

	.portfolio-block{
		text-align: left;
	}

	.services__container{
		width: 87%;
		margin-bottom: 20px;
		float: left;
	}

	.services__text{
		top: 20px;
    	position: relative;
    	margin-bottom: 20px;
	}

	.projects .projects__index{
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.projects .projects__list{
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.section-projects .section-projects__hover{
		display: block;
	}
}

.logo{
	background:url(images/logo-norte-project-branco.png);
	width: 417px;
		height: 408px;
		position: absolute;
		top: 150px;
		left: 50%;
		margin-left: -221px;
	}