/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}

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

.noscroll { 
  overflow: hidden;
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

@media(min-width: 1601px) {
    .title, .titleCenter{
        font-size: 48px;
        line-height: 58px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .text, .textCenter{
        font-size: 20px;
        line-height: 30px;
    }
    .textCenter{
        width: 30%;
    }
    .descricao_fazemos{
        font-size: 16px;
        width: 42%;
    }
    #sobreNos{
        width: 10%;
        margin: 5% auto;
        font-size: 14px;
    }
    .detailsRow{
        margin-top: 5%;
    }
    .menuBtn{
        margin-bottom: 9%;
    }
    .botaoProjetos{
        padding: 16px 32px;
        width: 165px;
        margin-top: 40px;
        font-size: 14px;
    }
    .mainText{
        padding-top: 8%;
        margin-left: 4%;
        width: 30%;
        float: left;
    }
    .mainImage{
        width: 40%;
        margin-left: 44%;
        margin-top: -10%;
    }
    .citacaoProjeto{
        margin-top: 20px;
    }
    .slider_content{
        width: 75%;
        font-size:18px;
        line-height:28px;
    }
    .projetoButton{
        width: 15%;
        font-size: 16px;
    }
    .logoMercatura{
        padding-left: 4%;
    }
    .contactos{
        font-size:18px;
        color:#697784;
    }
    .menuOptions{
        position: absolute;
        top: 35%;
        left: 10%;
    }
    .menuOptions li a{
        font-size:48px;
    }
    .iconMenu{
        position: absolute;
        bottom: 15%;
        left: 18%;
    }
    .iconMenu img{
        height:40px;
    }
    .closeMenu{
        position: absolute;
        top: 10%;
        right: 15%;
    }
    .closeMenu img{
        height: 25px;
    }

    .resumoMercatura{
        font-size:20px;
    }

    .fraseMercatura{
        font-size:36px;
        color:#29353d;
        font-weight: 700;
        margin: 50px 0;
        display: block;
        text-align:center;
    }
    .teamHeader{
        height: 520px;
        margin-bottom: 20px;
    }
    .seccaoMeio{
        height: 100%;
    }
    .officeMedium, .officeLarge{
        height: 100%;
    }
    .officeMediumLeft{
        display: block;
        padding-left: 50px;
    }
    .textoMaiusculasFino, .textoMaiusculasBold{
        font-size: 48px;
    }
    .textoNormalBold{
        font-size: 28px;
        line-height: 50px;
        width: 700px;
    }
    .botaoLaranja{
        margin-top: 70px;
        width: 300px;
        height: 100px;
    }
    .botaoLaranja a{
       font-size: 20px;
       line-height: 100px;
    }
    .imgDesenvolvimento{
        width: 100%;
    }
    .barraLaranja{
        height: 10px;
        width: 150px;
        display: block;
        background:  #fa9f1d; 
    }
    .resumoEquipa{
        width: 900px;
        margin: 50px auto;
        font-size:36px;
        width: 60%;
        line-height:58px
    }
    .detalhesFramework{
        font-size: 20px;
    }
    .carateristicas{
        margin: 100px 0;
    }
    .carateristicas img{
        width: 150px;
    }
    .imgOffice{
        margin: 0;
        height: 100%;
    }
    .titleEquipa{
        font-size:48px;
    }
    .persona{
        position: relative;
    }
    .personaDetails{
        opacity:0.8;
        background:#29353d;
        width: 90%;
        height: 100%;
        position: absolute;
        top: 0;
        display: none;
    }
    .persona:hover .personaDetails{
        display: block;
    }
    .personaName{
        color:#ffffff;
        font-size:20px;
        bottom: 25px;
        position: absolute;
        left: 5px;
    }
    .personaJob{
        bottom: 10px;
        position: absolute;
        left: 5px;
    }
    .fazemos_div img{
        width: 30%;
    }
    .prefooter img{
        width: 100%;
    }
    .navbarProjetos{
        position: fixed;
        width: 100%;
        z-index: 100;
    }
    .projetosSection, .servicosSection{
        padding-top: 100px;
    }
}

@media(max-width: 1600px) {
    .title, .titleCenter{
        font-size: 42px;
        line-height: 50px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .text, .textCenter{
        font-size: 20px;
        line-height: 30px;
    }
    .textCenter{
        width: 50%;
    }
    .descricao_fazemos{
        font-size: 16px;
        width: 70%;
    }
    #sobreNos{
        width: 12%;
        margin: 5% auto;
        font-size: 14px;
    }
    .detailsRow{
        margin-top: 5%;
    }
    .menuBtn{
        margin-bottom: 8%;
	}
    .botaoProjetos{
        padding: 16px 32px;
        width: 165px;
        margin-top: 35px;
        font-size: 14px;
    }
    .mainText{
        padding-top: 8%;
        margin-left: 5%;
        width: 38%;
        float: left;
    }
    .mainImage{
        width: 50%;
        margin-left: 44%;
        margin-top: -10%;
    }
    .citacaoProjeto{
        margin-top: 20px;
    }
    .slider_content{
        width: 75%;
        font-size:18px;
        line-height:28px;
    }
    .projetoButton{
        width: 15%;
        font-size: 16px;
    }
    .logoMercatura{
        padding-left: 5%;
    }
    .menuOptions{
        position: absolute;
        top: 30%;
        left: 10%;
    }
    .menuOptions li{
        padding-bottom: 10px;
    }
    .menuOptions li a{
        font-size:48px;
    }
    .iconMenu{
        position: absolute;
        bottom: 8%;
        left: 18%;
    }
    .iconMenu img{
        height:40px;
    }
    .closeMenu{
        position: absolute;
        top: 10%;
        right: 15%;
    }
    .closeMenu img{
        height: 20px;
    }
    .resumoMercatura{
        font-size:20px;
    }
    .fraseMercatura{
        font-size:28px;
        color:#29353d;
        text-align:center;
        display: block;
        font-weight: 700;
        margin-bottom: 3%;
    }
    .teamHeader{
        height: 400px;
        margin-bottom: 50px;
    }
    .seccaoMeio{
        height: 100%;
    }
    .imgOffice{
        height: 100%;
    }
    .officeMedium, .officeLarge{
        height: 100%;
    }
    .officeMediumLeft{
        display: block;
        padding-left: 50px;
    }
    .textoMaiusculasFino, .textoMaiusculasBold{
        font-size: 48px;
    }
    .textoNormalBold{
        font-size: 22px;
        line-height: 36px;
        width: 600px;
    }
    .botaoLaranja{
        margin-top: 50px;
        width: 300px;
        height: 100px;
    }
    .botaoLaranja a{
       font-size: 18px;
       line-height: 100px;
    }
    .barraLaranja{
        height: 10px;
        width: 150px;
        display: block;
        background:  #fa9f1d; 
    }
    .titleEquipa{
        font-size:48px;
    }
    .imgDesenvolvimento{
        width: 100%;
    }
    .resumoEquipa{
        font-size:36px;
        width: 60%; 
        line-height:56px;
        margin: 50px auto;
    }
    .detalhesFramework{
        font-size: 16px;
    }
    .carateristicas{
        margin: 100px 0;
    }
    .carateristicas img{
        width: 150px;
    }
    .persona{
        position: relative;
    }
    .personaDetails{
        opacity:0.8;
        background:#29353d;
        width: 90%;
        height: 100%;
        position: absolute;
        top: 0;
        display: none;
    }
    .persona:hover .personaDetails{
        display: block;
    }
    .personaName{
        color:#ffffff;
        font-size:20px;
        bottom: 25px;
        position: absolute;
        left: 5px;
    }
    .personaJob{
        bottom: 10px;
        position: absolute;
        left: 5px;
    }
    .fazemos_div img{
        width: 30%;
    }
    .prefooter img{
        width: 100%;
    }
    .navbarProjetos{
        position: fixed;
        width: 100%;
        z-index: 100;
    }
    .projetosSection, .servicosSection{
        padding-top: 100px;
    }
}

@media(max-width: 992px) {
    .title, .titleCenter{
        font-size: 48px;
        line-height: 58px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .text, .textCenter{
        font-size: 20px;
        line-height: 30px;
    }
    .textCenter{
        width: 70%;
    }
    .descricao_fazemos{
        font-size: 16px;
        width: 40%;
    }
    .fazemos_div{
        margin-top: 5%;
    }
    #sobreNos{
        width: 20%;
        font-size: 12px;
        margin: 5% auto;
    }
    .detailsRow{
        margin-top:0;
    }
    .menuBtn{
        margin-bottom: 8%;
    }
    .botaoProjetos{
        padding: 16px 32px;
        width: 165px;
        margin-top: 40px;
        font-size: 14px;
    }
    .mainText{
        padding-top: 10%;
        width: 73%;
        float: none;
    }
    .mainImage{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .slider_content{
        width: 85%;
        font-size:16px;
        line-height:20px;
    }
    .citacaoAutor{
        font-size:12px;
    }
    .projetoButton{
        width: 30%;
        font-size: 14px;
    }
    .menuOptions li{
        padding-bottom: 50px;
    }
    .menuOptions li a{
        font-size:48px;
    }
    .iconMenu{
        position: absolute;
        bottom: 20%;
        left: 17%;
    }
    .iconMenu img{
        height:50px;
    }
    .closeMenu{
        position: absolute;
        top: 10%;
        right: 17%;
    }
    .closeMenu img{
        height: 25px;
    }

    .resumoMercatura{
        font-size:18px;
    }
    .fraseMercatura{
        font-size:24px;
        color:#29353d;
        text-align:left;
        font-weight: 700;
    }
    .teamHeader{
        height: 400px;
        margin-bottom: 20px;
    }
    .seccaoMeio{
        height: 60%;
    }
    .officeMedium, .officeLarge{
        height: 100%;
    }
    .textoMaiusculasFino, .textoMaiusculasBold{
        font-size: 36px;
    }
    .textoNormalBold {
        font-size: 24px;
        line-height: 36px;
        width: 320px;
    }
    .resumoEquipa{
        font-size:26px;
        width: 700px;
        line-height:36px;
        margin-top: 30px !important;
    }
    .carateristicas{
        margin: 0;
        padding: 0 0 50px 0;
    }
    .carateristicas img{
        width: 75px;
        margin-top: 30px !important;
    }
    .titleEquipa{
        font-size:24px;
    }
    .personaDetails{
        position: relative;
        opacity: 1;
        display: block;
        background: none;
        bottom: auto;
        left: auto;
    }
    .personaName{
        position: relative;
        font-weight: 700;
        font-size:18px;
        color:#697784;
        text-align:left;
        bottom: auto;
        left: auto;
    }
    .personaJob{
        position: relative;
        bottom: auto;
        font-size: 12px;
        left: auto;
    } 
    .fazemos_div img{
        width: 16%;
    }  
    .prefooter img{
        width: 100%;
    }
    .navbarProjetos{
        position: relative;
    }
    .projetosSection, .servicosSection{
        padding-top: 0px;
    }
}
@media(max-width: 992px) and (orientation: landscape) {
    .mainText {
        padding-top: 0%;
        margin-top: -2%;
    }
    .mainImage{
        margin-top: -20%;
    }
    .prefooter{
        overflow-x: auto;
    }
    .prefooter img{
        width: 150%;
    }
}
@media(max-width: 768px) {
    .descricao_fazemos{
        font-size: 16px;
        width: 60%;
    }
    .fazemos_div{
        margin-top: 7%;
    }
    .title, .titleCenter{
        font-size: 42px;
        line-height: 58px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .menuOptions li{
        padding-bottom: 20px;
    }
    .menuOptions li a{
        font-size:48px;
    }
    .iconMenu{
        position: absolute;
        bottom: 20%;
        left: 17%;
    }
    .iconMenu img{
        height:50px;
    }
    .closeMenu{
        position: absolute;
        top: 10%;
        right: 15%;
    }
    .closeMenu img{
        height: 25px;
    }
    .resumoMercatura{
        font-size:18px;
    }
    .fraseMercatura{
        font-size:30px;
        color:#29353d;
        text-align:center;
        font-weight: 700;
        display: block;
        margin-top: 30px;
    }
    .teamHeader{
        height: 350px;
        margin-bottom: 20px;
    }
    .seccaoMeio{
        height: auto;
        margin-bottom: 30px;
    }
    .officeMedium, .officeLarge{
        height: 392px;
    }
    .titleEquipa{
        font-size:30px;
    }
    .textoMaiusculasFino, .textoMaiusculasBold{
        text-align: center;
    }
    .textoNormalBold{
        width: 90%;
    }
    .botaoLaranja{
        margin-left: auto;
        margin-right: auto;
    }
    .resumoEquipa{
        font-size:20px;
        width: 90%;
        line-height: 24px;
    }
    .prefooter{
        overflow-x: auto;
    }
    .prefooter img{
        width: 150%;
    }
}

@media(max-width: 768px) and (orientation: landscape) {
    .mainText{
        padding-top: 0;
        margin-top: -40px;
    }
    .title, .titleCenter{
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 36px;
        line-height: 36px;
    }
    .text, .textCenter{
        font-size: 16px;
    }
    .botaoProjetos{
        margin-top: 10px;
    }
    .slider_content {
        width: 85%;
        font-size: 12px;
        line-height: 16px;
    }
    .prefooter{
        overflow-x: auto;
    }
    .prefooter img{
        width: 150%;
    }
}

@media(max-width: 480px) {
    .title, .titleCenter{
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .text, .textCenter{
        font-size: 16px;
        line-height: 26px;
    }
    .textCenter{
        width: 90%;
    }
    .descricao_fazemos{
        font-size: 16px;
        width: 90%;
    }
    .titulo_fazemos{
    }
    .fazemos_div{
        margin-top: 10%;
    }
    .botaoLaranja{
        width: 200px;
    }
    #sobreNos{
        width: 60%;
        margin: 10% auto;
        font-size: 12px;
    }
    .mainText{
        padding-top: 10%;
        width: 95%;
        float: none;
    }
    .mainImage{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .citacaoProjeto{
        margin-top: 5px;
    }
    .slider_content{
        width: 99%;
        font-size:10px;
        line-height:16px;
    }
    .citacaoAutor{
        font-size:8px;
    }
    .projetoButton{
        width: 40%;
        font-size: 12px;
    }
    .menuOptions li{
        padding-bottom: 10px;
    }
    .menuOptions li a{
        font-size:24px;
    }
    .iconMenu{
        position: absolute;
        bottom: 20%;
        left: 24%;
    }
    .iconMenu img{
        height:30px;
    }
    .closeMenu{
        position: absolute;
        top: 10%;
        right: 24%;
    }
    .closeMenu img{
        height: 15px;
    }
    .resumoMercatura{
        font-size: 16px;
    }
    .fraseMercatura{
        font-size:24px;
        text-align: center;
        color:#29353d;
        font-weight: 700;
        margin-bottom: 30px;
        display: block;
    }
    .textoNormalBold{
        font-size: 18px;
    }
    .teamHeader{
        height: 200px;
        margin-bottom: 20px;
    }
    .officeMedium, .officeLarge{
        height: 180px;
    }
    .logoMerca{
        height: 25px;
    }
    .logoMenu{
        height: 10px;
    }
    .titleEquipa{
        font-size:30px;
    }
    .resumoEquipa{
        font-size:16px;
        width: 290px;
        line-height: 24px;
    }
    .personaName, .personaJob{
        font-size:14px;
    }
    .prefooter{
        overflow-x: auto;
    }
    .prefooter img{
        width: 150%;
    }
}
.prefooter{
    padding: 0;
}
.projetoButton{
    border: 2px solid #e1edf5;
    padding: 16px 30px;
    text-align: center;
    margin: 30px auto;
    text-transform: uppercase;
    font-weight: 600;
}
.projetoButton a{
    color:#697784;
}
#sobreNos{
    border: solid 2px #e1edf5;
    display: block;
    line-height: 16px;
    color: #697784;
    text-align: center;
    font-weight: 700;
    padding: 12px;
    cursor: pointer;
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.logoMercatura{
    text-align: left;
}
.title{
    color: #29353d;
    display: block;
    text-align: left;
}
.titleCenter{
    color: #29353d;
    display: block;
    text-align: center;
}
.text{
    text-align: left;
    display: block;
    color: #29353d;
}
.textCenter, .descricao_fazemos{
    text-align: center;
    display: block;
    color: #697784;
    margin-left: auto;
    margin-right: auto;
}
.titles{
    padding: 5% 0;
}
.titulo_fazemos{
    color: #29353d;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 20px;
    margin: 5% 0;
}
.botaoProjetos a{
    color: #697784;
}
.botaoProjetos{
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: block;
    border: solid 2px #697784;
}
.intro-section {
    background: #f4f8f7;
    height: 100%;
    text-align: center;
    width: auto;
    overflow: hidden;
    min-height: 750px;
}
.fazemos-section{
    height: auto;
    text-align: center;
    background: white;
}
#quotes{
   height: 50%;
   background: #f4f8f7;
}
#quotes .row, #quotes .row > div{
    height: 100%;
}
.menuBtn{
    padding-top: 40px;
}
.swiper-container, .sliderProj{
	width: 100%;
	height: 100%;
	background: #f4f8f7;
}
.sliderProj img{
    max-width: 100%;
    max-height: 100%;
}
.citacaoProjeto{
    display: block;
    font-weight: 700;
    color:#009dfb;
    margin-bottom: 0px;
}
.citacaoAutor{
    font-weight: 500;
    color:#29353d;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.slider_content{
	font-weight: 500;
	color:#697784;
	text-align:center;
}
#footer{
    display: block;
}
#menu{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    display: none;
}
#menu .row{
    height: 100%;
}
.menuLeft{
    background:rgba(34,43,51,0.70);
    height: 100%;
}
.menuRight{
    background:#29353d;
    height: 100%;
}
.menuOptions a{
    color:#ffffff;
    text-align:center;
    font-weight: 700;
}
.menuOptions a:hover{
    text-decoration: none;
    color: #fa9f1d;
}
.regressarDesktop{
    position: fixed;
    background: #CC8400;
    vertical-align: middle;
    z-index: 1000;
    text-align: center;
    border-radius: 5px;
}
/****** Destaques Projetos*****/

@media(min-width: 1601px) { 
    .destaque{
        width: 100%;
        height: 100%;
    }
    .destContent{
        height: 60%;
        width: 100%;
        margin-top: 20%;
    }
    .destTitulo{
        font-size:48px;
        color:#ffffff;
        font-weight: 700;
        display: block;
        margin-bottom: 30px;
        margin-top: 190px;
    }
    .destCategoria{
        font-weight: 500;
        font-size:20px;
        color:#ffffff;
        line-height:27px;
        display: block;
        max-width: 380px;
    }
    .destImage{
        margin-top: -8%;
        padding: 0;
    }
    .navbar-default{
        height: 100px;
    }
    .navbar-nav>li>a{
        line-height: 60px;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
        margin-top: 12px;
    }
    .brandLogo{
        height: 40px;
    }
    .projsIndividual{
        height: 480px;
    }
    .projsTitulo{
        font-size:24px;
        margin-top: 400px;
    }
    .projsDescricao{
        font-size:16px;
    }
    .projDados{
        margin-top: 70px;
    }
    .projTitulo{
        font-size:48px;
    }
    .projTipo{
        font-size:20px;
        line-height:36px;
    }
    .projDescricao{
        font-size:20px;
        line-height:36px;
        padding-top: 30px;
    }
    .blocoImg{
        height: 480px;
    }
    .blocoTexto{
        padding: 50px;
        line-height:36px;
        height: 480px;
        font-size:20px;
    }
    .citacao{
        font-size:30px;
        padding: 100px 300px;
        line-height:45px;
    }
    .linkProj{
        margin-top: 50px;
        display: block;
    }
    .projSlide{
        margin-top: 120px;
        height: 100%;/*
        padding: 100px 0;*/
    }
    .printScreen{
        padding: 100px 0;
    }
    .regressarDesktop{
        bottom: 10px;
        left: 10px;
        width: 150px;
    }
}

@media(max-width: 1600px) {    
    .destaque{
        width: 100%;
        height: 100%;
    }
    .destContent{
        height: 60%;
        width: 100%;
        /*margin-top: 22%;*/
    }
    .projetosDestaque{
        height: 100%;
        display: flex;
        align-items: center;     /* Align the inner div vertically */
        justify-content: center; /* Align the inner div horizontally */
    }
    .destTitulo{
        font-size:48px;
        color:#ffffff;
        font-weight: 700;
        display: block;
        margin-bottom: 30px;
        max-width: 380px;
        margin-top: 190px;
    }
    .destCategoria{
        font-weight: 500;
        font-size:20px;
        color:#ffffff;
        line-height:27px;
        display: block;
    }
    .destImage{
        margin-top: -5%;
        padding: 0;
    }
    .navbar-default{
        height: 100px;
    }
    .navbar-nav>li>a{
        line-height: 60px;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
        margin-top: 12px;
    }
    .brandLogo{
        height: 40px;
    }
    .projsIndividual{
        height: 480px;
    }
    .projsTitulo{
        font-size:24px;
        margin-top: 400px;
    }
    .projsDescricao{
        font-size:16px;
    }
    .projDados{
        margin-top: 50px;
    }
    .projTitulo{
        font-size:48px;
    }
    .projTipo{
        font-size:20px;
        line-height:36px;
    }
    .projDescricao{
        font-size:20px;
    }
    .blocoImg{
        height: 480px;
    }
    .blocoTexto{
        padding: 50px;
        line-height:30px;
        height: 480px;
        font-size:18px;
    }
    .citacao{
        font-size:30px;
        padding: 100px 300px;
        line-height:45px;
    }
    .linkProj{
        margin-top: 50px;
        display: block;
    }
    .projSlide{
        margin-top: 120px;
        height: 100%;
        /*padding: 100px 0;*/
    }
    .printScreen{
        padding: 100px 0;
    }
    .regressarDesktop{
        bottom: 20px;
        left: 30px;
        width: 100px;
    }
}
@media(max-width: 992px) {
    .projImage{
        margin-left: auto;
        margin-right:auto;
        margin-bottom: 65px;
    }
    .navbar-default{
        height: auto;
    }
    .navbar-nav>li>a{
        line-height: 20px;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
        margin-top: 0;
    }
    .brandLogo{
        height: 30px;
    }
    .destImage{
        margin-top: 50px;
        padding: 0;
    }
    .destTitulo{
        margin-top: 100px;
    }
    .projsIndividual{
        height: 280px;
    }
    .projDados{
        margin-top: 30px;
    }
    .projsTitulo{
        font-size:18px;
        margin-top: 200px;
    }
    .projsDescricao{
        font-size:14px;
    }
    .projTitulo{
        font-size:24px;
    }
    .projTipo{
        font-size:14px;
        line-height:36px;
    }
    .projDescricao{
        font-size:18px;
    }
    .blocoImg{
        height: 350px;
    }
    .blocoTexto{
        padding: 80px;
        height: auto;
        line-height:30px;
        font-size:18px;
    }
    .citacao{
        font-size:24px;
        padding: 50px 50px;
        line-height:45px;
    }
    .slideImg{
        width: 100%;
    }
    .projSlide{
        height: auto !important;
    }
    .linkProj{
        margin-top: 50px;
        display: block;
    }
    .projSlide{
        margin-top: 10px;
        /*padding: 100px 0;*/
    }
    .printScreen img{
        width: 700px;
    }
    .printScreen{
        padding: 50px 0;
    }
    .regressarDesktop{
        display: block;
        bottom: 40px;
        left: 20px;
        width: 150px;
    }
}
@media(max-width: 992px) and (orientation: landscape) {
    .projImage{
        margin-top: 0px;
        max-width: 50%;
        margin-right: 0px;
        float: right;
    }
    .destImage{
        height: 300px;
        padding: 0;
    }
    .destTitulo{
        margin-top: -200px;
    }
}

@media(max-width: 768px){
    .regressarDesktop{
        display: block;
        bottom: 20px;
        left: 20px;
        width: 100px;
    }
}


@media(max-width: 768px) and (orientation: landscape){
    .projImage{
        margin-top: 0px;
        max-width: 30%;
        margin-right: 50px;
        float: right;
    }
    .destImage{
        height: auto;
        padding: 0;
    }
    .destTitulo{
        margin-top: -120px;
        font-size: 24px;
        margin-bottom: 0;
    }
    .destCategoria{
        font-size: 16px;
    }
    .menuOptions {
        top: 5%;
    }
    .iconMenu {
        bottom: 4%;
        left: 3%;
    }
    .menuOptions li a{
        font-size: 36px;
    }
}
@media(max-width: 480px) {
    .destaque, .bullets-container{
        display: none;
    }
    .projsIndividual{
        height: 280px;
    }
    .projsTitulo{
        font-size:18px;
        margin-top: 200px;
    }
    .projsDescricao{
        font-size:14px;
    }
    .projDados{
        margin-top: 0px;
    }
    .projDescricao{
        font-size:14px;
    }
    .linkProj{
        margin-top: 0px;
        margin-bottom: 60px;
        display: block;
    }    
    .projSlide{
        margin-top: 20px;
        /*padding: 50px 0;*/
    }
    .blocoImg{
        height: 350px !important;
    }
    .blocoTexto{
        padding: 20px;
        height: auto !important;
        line-height:30px;
        font-size:16px;

    }
    .citacao{
        font-size:22px;
        padding: 20px;
        line-height:30px;
    }
    .printScreen img{
        width: 200px;
    }
    .printScreen{
        padding: 20px 0;
    }
    .regressarDesktop{
        display: block;
        bottom: 10px;
        left: 10px;
        width: 100px;
    }
}

.destImage{
    float: right;
}
.imgHeader{
    padding-left:0px; 
    padding-right: 0px;
}
.projectTitle{
    font-weight: 700;
    color: #ffffff;
}
.resumoMercatura{
    color:#697784;
    line-height:36px;
    text-align:left;
}
.menuPages{
    width: 100%;
    position: absolute;
    z-index: 500;
}
.teamHeader{
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.officeLarge{
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.officeMedium{
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.titleEquipa{
    color:#29353d;
    text-align:center;
    font-weight: 700;
    display: block;
    margin: 0 auto 30px auto;
}
.persona{
    margin-bottom: 20px;
}
.persona img{
    width: 100%;
}
.personaName{
    font-weight: 700;
    text-align:left;
    display: block;
}
.personaJob{
    font-size:14px;
    color:#009dfb;
    text-align:left;
}
.navbar-default{
    background:#29353d;
    border-radius: 0px;
    border: none;
    margin: 0px;
}
.navbar-default .navbar-nav>li>a{
    opacity:0.6;
    font-weight: 600;
    font-size:14px;
    color:#ffffff;
    text-align:left;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.clear{
    clear: both;
}
.projsIndividual{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 0;
    cursor: pointer;
}
.overDiv{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.overDiv:hover{
    background-color: #000;
    opacity: 0.7;
}
.projsTitulo{
    color:#ffffff;
    line-height:27px;
    text-align:left;
    display: block;
    margin-left: 5%;
}
.projsDescricao{
    color:#ffffff;
    line-height:27px;
    text-align:center;
    margin-left: 5%;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color:#fa9f1d;
    background: none;
}
.projTitulo{
    opacity:0.8;
    color:#29353d;
    text-align:left;
    display: block;
}
.projTipo{
    opacity:0.5;
    color:#697784;
    text-align:left;
    display: block;
}
.projDescricao{
    color:#697784;
    display: block;
}
/*.projSlide{
    background: rgb(68, 162, 147);
}*/
.sliderProj{
    background: none;
}
.blocoImg{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.blocoTexto{
    color:#697784;
}
.citacao{
    color:#697784;
    text-align: center;
}
.printScreen{
    background: rgb(211, 217, 214);
}
.printScreen img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
a:hover{
    text-decoration: none;
}
@media(min-width: 1601px){
    .infoContactos{
        padding: 40px 0 30px 120px;
    }
    .infoContactos h2{
        font-size: 50px;
        line-height: 58px;
        margin-bottom: 20px;
    }
    .infoContactos td{
        font-size: 20px;
    }
    .marker{
        width: 50px !important;
    }
    .formContactos input, .formContactos textarea{
        margin: 9px 0;
    }
    .formContactos textarea{
        height: 120px;
    }
    .formContactos input{
        height: 30px;
    }
    .clientes{
        margin-top: 6%;
        margin-bottom: 2%;
    }
    .clienteDiv{
        height: 100px;
        display: block;
    }
    .clienteDiv a{
        width: 100%;
        display: inline-block;
    }
    .clientesImg{
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 300px;
    }
    .clientes .row{
        margin-bottom: 30px;
    }
    .headerServicos{
        margin-top: 15%;
        height: 100px;
        width: 100%;
    }
    .titleServicos{
        width: 400px;
        font-size: 56px;
        text-align: center;
        top: -40px;
    }
    .imgServicos{
        width: 130px;
        margin: 20px auto;
        display: block;
    }
    .textoNormalServicos{
        font-size: 22px;
    }
    .descricaoServicos{
        font-size: 16px;
    }
    .servicosSection{
        padding-bottom: 100px;
    }
    .tituloCidConference{
        font-size: 28px;
    }
    .linhaLaranjaCidConference{
        width: 100px;
        margin-top: 10px;
    }
    .caratCidConference{
        font-size: 18px;
    }
    .linhaTabela{
        display: block;
        width: 500px;
        margin-top: 10px;
    }
    .tituloGrande{
        margin-top: 100px;
        font-size: 42px;
        margin-bottom: 50px;
    }
    .descricaoCidConference{
        font-size: 22px;
    }
    .tituloGestao{
        font-size: 52px;
        margin: 50px 0;
    }
    .subtituloGestao{
        font-size: 38px;
        margin-bottom: 50px;
    }
    .gestaoLista{
        margin-top: 30px;
    }
    .gestaoLista li{
        font-size: 18px;
    }
    .textLaranja{
        font-size: 36px;
        width: 700px;
        float: left;
    }
    .imgGConteudos{
        float: right;
        width: 500px;
    }
    .sobeTitulo{
        margin-top: -150px;
    }
    .caratGestCont{
        font-size: 24px;
    }
    .clientes .fraseMercatura{
        font-size: 48px;
    } 
    .clientes .resumoMercatura{
        font-size: 34px;
    }
}
@media(max-width: 1600px){
    .infoContactos{
        padding: 40px 0 30px 120px;
    }
    .infoContactos h2{
        font-size: 50px;
        line-height: 58px;
        margin-bottom: 15px;
    }
    .infoContactos td{
        font-size: 20px;
    }
    .marker{
        width: 50px !important;
    }
    .formContactos input, .formContactos textarea{
        margin: 10px 0;
    }
    .formContactos textarea{
        height: 120px;
    }
    .formContactos input{
        height: 30px;
    }
    .clientes{
        margin-top: 8%;
        margin-bottom: 4%;
    }
    .clienteDiv{
        height: 100px;
        display: block;
    }
    .clienteDiv a{
        width: 100%;
        display: inline-block;
    }
    .clientesImg{
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 250px;
    }
    .clientes .row{
        margin-bottom: 30px;
    }
    .headerServicos{
        margin-top: 13%;
        height: 100px;
        width: 100%;
    }
    .titleServicos{
        width: 400px;
        font-size: 48px;
        text-align: center;
        top: -36px;
    }
    .imgServicos{
        width: 100px;
        margin: 20px auto;
        display: block;
    }
    .textoNormalServicos{
        font-size: 18px;
    }
    .descricaoServicos{
        font-size: 13px;
    }
    .tituloCidConference{
        font-size: 22px;
    }
    .linhaLaranjaCidConference{
        width: 50px;
        margin-top: 5px;
    }
    .caratCidConference{
        font-size: 14px;
    }
    .linhaTabela{
        display: block;
        width: 500px;
        margin-top: 10px;
    }
    .tituloGrande{
        margin-top: 80px;
        font-size: 36px;
        margin-bottom: 50px;
    }
    .descricaoCidConference{
        font-size: 18px;
    }
    .tituloGestao{
        font-size: 42px;
        margin: 50px 0;
    }
    .subtituloGestao{
        font-size: 28px;
        margin-bottom: 50px;
    }
    .gestaoLista{
        margin-top: 30px;
    }
    .gestaoLista li{
        font-size: 16px;
    }
    .textLaranja{
        font-size: 24px;
        width: 500px;
        float: left;
    }
    .imgGConteudos{
        float: right;
        width: 450px;
    }
    .sobeTitulo{
        margin-top: -200px;
    }
    .caratGestCont{
        font-size: 18px;
    }
    .clientes .fraseMercatura{
        font-size: 42px;
    } 
    .clientes .resumoMercatura{
        font-size: 26px;
    }

}
@media(max-width: 992px) {
    .infoContactos{
        padding-left: 50px;
    }
    .infoContactos h2{
        font-size: 36px;
        line-height: 40px;
    }
    .infoContactos td{
        font-size: 16px;
    }
    .marker{
        width: 50px !important;
    }
    .formContactos input, .formContactos textarea{
        margin: 10px 0;
    }
    .formContactos textarea{
        height: 70px;
    }
    .formContactos input{
        height: 30px;
    }
    .clientes{
        margin-top: 8%;
        margin-bottom: 4%;
    }
    .clienteDiv{
        height: 100px;
        display: block;
        margin-bottom: 30px;
    }
    .clienteDiv a{
        width: 100%;
        display: inline-block;
    }
    .clientesImg{
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 300px;
    }
    .clientes .row{
        margin-bottom: 30px;
    }
    .headerServicos{
        margin-top: 14%;
        height: 50px;
    }
    .titleServicos{
        width: 300px;
        font-size: 36px;
        top: -26px;
    }
    .imgServicos{
        margin-top: 50px;
    }
    .textoNormalServicos{
        font-size: 22px;
    }
    .descricaoServicos{
        font-size: 16px;
    }
    .servicosSection{
        padding-bottom: 50px;
    }
    .tituloCidConference{
        font-size: 30px;
        margin-top: 20px;
    }
    .tituloGestao{
        font-size: 42px;
        margin: 30px 0;
    }
    .subtituloGestao{
        font-size: 24px;
        margin-bottom: 50px;
    }
    .gestaoLista{
        width: auto;
        display: block;
        margin: 30px auto;
    }
    .gestaoLista li{
        font-size: 20px;
    }
    .textLaranja{
        font-size: 24px;
        width: 500px;
        margin: 0 auto 30px auto;
        text-align: center !important;
        float: none;
    }
    .imgGConteudos{
        float: none;
        width: 450px;
        margin: 0 auto;
    }
    .sobeTitulo{
        margin-top: 0;
    }
    .caratGestCont{
        font-size: 18px;
    }
    .tabelaConteudo{
        display: block;
        width: 300px;
        margin: 30px auto;
    }
    .tabelaConteudo table tbody tr{
        width: 300px;
        display: block;
    }
    .clientes .fraseMercatura{
        font-size: 30px;
    } 
    .clientes .resumoMercatura{
        font-size: 22px;
    }
    .centrarPequeno{
        width: 300px;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

}
@media(max-width: 768px){
    .infoContactos{
        padding-left: 4%;
    }
    .infoContactos h2{
        font-size: 30px;
        line-height: 36px;
    }
    .marker{
        width: 50px !important;
    }
    .formContactos input, .formContactos textarea{
        margin: 10px 0;
    }
    .formContactos textarea{
        height: 70px;
    }
    .formContactos input{
        height: 30px;
    }
    .subtituloGestao{
        font-size: 18px;
        margin-bottom: 50px;
    }

}
@media(max-width: 480px) {
    .infoContactos{
        padding-left: 6%;
    }
    .infoContactos h2{
        font-size: 20px;
        line-height: 28px;
    }
    .marker{
        width: 50px !important;
    }
    .formContactos input, .formContactos textarea{
        margin: 10px 0;
    }
    .formContactos textarea{
        height: 70px;
    }
    .formContactos input{
        height: 30px;
    }
    .titleServicos{
        width: 200px;
        font-size: 30px;
        top: -24px;
    }
    .tituloCidConference{
        font-size: 26px;
    }
    .linhaLaranjaCidConference{
        width: 50px;
        margin-top: 5px;
    }
    .caratCidConference{
        font-size: 14px;
    }
    .linhaTabela{
        display: block;
        width: auto;
        margin-top: 10px;
    }
    .tituloGrande{
        margin-top: 50px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .descricaoCidConference{
        font-size: 14px;
    }
    .textLaranja{
        font-size: 18px;
        width: 300px;
    }
}
.infoContactos{
    background-color: #fa9f1d;
}
.infoContactos table{
    width: 100%;
}
.infoContactos h2, .infoContactos span, .infoContactos a, .marker{
    color: #ffffff;
    font-weight: 300;
}
.formContactos input, .formContactos textarea{
    display: block;
    border: solid 1px #fa9f1d;
    padding: 5px;
    background: none;
}
#primeiroNome, #ultimoNome{
    display: inline-block;
    width: 49%;
}
#primeiroNome{
    margin-right: 1.5%;
}
#emailContacto{
    width: 100%;
}
.formContactos textarea{
    width: 100%;
}
input[type="submit"], #submeterContacto{
    color: white;
    background:  #fa9f1d;
    float: right;
    text-transform: uppercase;
    font-size: 20px;
}
.clientes .fraseMercatura, .clientes .resumoMercatura{
    width: 100%;
    display: block;
    text-align: center;
}
.clientes .resumoMercatura{
    margin: 30px 0 80px 0;
    font-weight: 300;
}
.textoMaiusculasFino{
    text-transform: uppercase;
    font-weight: 300;
    display: block;
}
.textoMaiusculasBold{
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
.textoNormalBold{
    font-weight: 700;
    display: block;
}
.botaoLaranja{
    background: #fa9f1d; 
    display: block;
}
.botaoLaranja a{
    color: white;
    display: block;
    text-align: center;
}
.resumoEquipa{
    color:#29353d;
    text-align:center;
    font-weight: 700;
    display: block;
}
.carateristicas img{
    margin: 0 auto;
    display: block;
}
.headerServicos{
    display: block;
    position: relative;
    border-top: solid 1px #fa9f1d;
    border-left: solid 1px #fa9f1d;
    border-right: solid 1px #fa9f1d;
}
.titleServicos{
    position: absolute;
    display: block;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    left: 0; right: 0;
    font-weight: 700;
    background: #f4f8f7;
    color: #29353d;
}
.textoNormalServicos{
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
}
.barraLaranjaServicos{
    width: 30%;
    margin: 20px auto;
    height: 5px;
    background: #fa9f1d;
    display: block;
}
.descricaoServicos{
    display: block;
    text-align: center;
    width: 100%;
    color: #333;
}
.imgCidConference{
    margin: 50px auto;
}
.tituloCidConference{
    font-weight: 700;
    display: block;
    text-align: left;
    text-transform: uppercase;
}
.linhaLaranjaCidConference{
    background: #fa9f1d;
    height: 1px;
    display: block;
}
.caratCidConference, .caratGestCont{
    font-weight: 300;
    margin-left: 5px;
    display: block;
}
.tituloGrande{
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.descricaoCidConference{
    display: block;
    text-align: center;
    width: 300px;
    margin: 20px auto;
    color: #697784;
    font-weight: 300;
}
.botaoCidConference{
    text-transform: uppercase;
    padding: 20px;
    display: inline-block;
    background: none;
    border: solid 3px #fa9f1d;
    float: right;
    margin: 80px 20px 0 0;
    color: #333;
}
.botaoCidConference:hover{
    color: white;
    background: #fa9f1d;
}
.tituloGestao{
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.subtituloGestao{
    font-weight: 300;
    text-align: center;
    display: block;
    width: 100%;
}
.gestaoLista li{
    font-weight: 300;
    margin-top: 10px;
}
.gestaoLista{
    /*list-style-type: square;*/
}
.textLaranja{
    color: #fa9f1d;
    text-align: left;
    display: block;
}
.servicosSection{
    min-height: 100%;
    padding-bottom: 100px;
}
.formContactos{
    padding: 30px 30px;
}
.linkBotao{
    color: #697784;
}
#map {
    height: 300px;
    width: 100%;
}
.proDesenvolvimento{
    padding-top: 2%;
}
.grecaptcha-badge{
    display: none;
}