@font-face {
    font-family: 'FoundrySterling-LightOSF';
    font-weight: normal;
    font-style: normal;
    src: url(/site/fonts/FoundrySterling-LightOSF.woff) format('woff');
}
@font-face {
    font-family: 'FoundrySterling-Book';
    font-weight: normal;
    font-style: normal;
    src: url(/site/fonts/FoundrySterling-Book.woff) format('woff');
}
@font-face {
    font-family: 'FoundrySterling-Medium';
    font-weight: normal;
    font-style: normal;
    src: url(/site/fonts/FoundrySterling-Medium.woff) format('woff');
}
@font-face {
    font-family: 'FoundrySterling-Bold';
    font-weight: normal;
    font-style: normal;
    src: url(/site/fonts/FoundrySterling-Bold.woff) format('woff');
}

html, body{
    width: 100%;
    height: 100%;
    position: relative;
}

body{
    background-color: #fff;
}

body.blocked{
    overflow: hidden;
}


.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.row,
.form-group{
    margin: 0 !important;
    overflow: hidden;
}


.center_vertical{
    position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}


@supports ((perspective: 1px) and (not (-webkit-overflow-scrolling: touch))) {

    #quem_somos ul li {
        background-attachment: fixed;
    }

    #noticias ul li {
        background-attachment: fixed;
    }

    #alem_do_obvio ul li{
        background-attachment: fixed;
    }

    #o_que_fazemos ul li{
        background-attachment: fixed;
    }

    #portfolio ul li{
        background-attachment: fixed;
    }

}

/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/


.menu_holder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 30;
    height: 0;
}

.menu_holder .navbar-header {
    top: -15px;
    float:none;
    height: 0;
}

#logoimg{
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
#logoimg.scroll{
    width: 90px;
}

.menu_holder .menu-toggler{
    position: absolute;
    background: transparent;
    border: 0;
    top: 25px;
    left: 15px;
    cursor: pointer;
}

.menu_holder .menu-toggler img{
    width: 30px;
}

.menu_holder .menu-toggler span {
    height: 3px;
    width: 100%;
    background-color: #e3861d;
    margin-top: 5px;
    display: block;
    border-radius: 2px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.menu_holder .menu-toggler:hover span {
    background-color: #808b92;
}

.menu_holder .menu-nav {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    overflow: hidden;
    background-color: #fff;
    width: 250px;
}


.menu_holder .menu-nav .dropdown {
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    overflow: hidden;
}

.menu_holder .menu-nav .dropdown.close_menu {
    padding-top: 20px;
    cursor: default;
    margin-bottom: 15px;
    padding-left: 5px;
}

.menu_holder .menu-nav .dropdown.close_menu img{
    cursor: pointer;
}

.menu_holder .menu-nav .dropdown a{
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    font-family: 'FoundrySterling-Bold';
}

.menu_holder .menu-nav .dropdown.language {
    margin-top: 30px;
}

.menu_holder .menu-nav .dropdown.redes_sociais {
    margin-top: 10px;
}

.menu_holder .menu-nav .dropdown.redes_sociais i{
    font-size: 25px;
}


.menu_holder .dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display:block;
}

.menu_holder .menu-nav .dropdown .dropdown-menu a{
    font-family: 'FoundrySterling-Medium';
    font-size: 14px;
    padding: 3px 15px;
}

.menu_holder .dropdown-menu hr{
    width: 80%;
    margin: 8px auto;
    border-top: 1px solid #ccc;
}
.menu_holder .dropdown-menu a:hover{
    background-color: transparent;
}

.menu_holder .container{
    padding: 0 20px;
    width: 90%;
}

.menu_holder .menu {
    margin: 0;
    width: 250px;
    position: absolute;
    top: 0;
    display: none;
}

.fixed_contactos {
    position: fixed;
    right: -55px;
    height: 40px;
    top: 36%;
    margin: auto;
    color: #fff;
    width: 150px;
    padding: 10px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    font-family: 'FoundrySterling-Medium';
    text-transform: uppercase;
    cursor: pointer;
    z-index: 20;

    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}



@media screen and (max-width: 992px) {
    .fixed_contactos {
        width: 125px;
        padding: 5px;
        font-size: 12px;
    }

}


/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/


.banner{
    position: relative;
    width: 100%;
    z-index: 3;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.banner.inicial{
    position: fixed;
    z-index: 10;
}

.banner ul{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.banner ul img{
    width: 100%;
}

.banner ul li{
    width: 100%;
    position: relative;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner.internas li {
    height: 260px;
    background-position: top center;
}

.banner #slider_home .owl-controls {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.banner #slider_home .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: -25px auto 0;
    left: 0;
    right: 0;
}

.banner #slider_home .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: transparent;
}

.banner #slider_home .owl-dots .owl-dot.active {
    background: #fff;
}

.banner #slider_home .owl-prev img,
.banner #slider_home .owl-next img {
    width: 32px !important;
}


.banner .conteudo{
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    width: 80%;
    margin: auto;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.banner .conteudo .nome{
    color: #fff;
    font-size: 36px;
    font-family: 'FoundrySterling-LightOSF';
    text-transform: uppercase;
}

.banner .conteudo .descricao{
    color: #fff;
    font-size: 18px;
    margin-bottom: 50px;
}

.banner .conteudo button{
    color: #fff;
    font-size: 15px;
    background: #c18c58;
    border: 0;
    padding: 5px 45px;
    border-radius: 20px;
}

.inicial_loading_frame {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    z-index: 100;
}

.inicial_loading_frame .conteudo {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    width: 80%;
    margin: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.inicial_loading_frame .conteudo .nome {
    color: #fff;
    font-size: 36px;
    font-family: 'FoundrySterling-LightOSF';
    text-transform: uppercase;
}


@media screen and (max-width: 992px) {
}



/*==================================================================================================*/
/*BLOCOS*/
/*==================================================================================================*/


.bloco{
    background: #000;
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    z-index: 2;
}

.bloco.transparente{
    background: transparent;
    z-index: 0;
}

.bloco.transparente2{
    background: transparent;
    z-index: 0;
}

.bloco.no-margin{
    padding: 0;
}

.bloco h2{
    font-size: 45px;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.titulo_bloco{
    position: absolute;
    top: 10px;
    left: 5%;
    padding: 10px 0;
    color: #fff;
    font-size: 21px;
    font-family: 'FoundrySterling-Book';
    text-transform: uppercase;
    z-index: 3;
}

.bloco p{
    font-size: 17px;
    color: #838383;
}

.bloco hr{
    border-top: 3px solid #dbdbdb;
    width: 400px;
}


.banner ul .owl-controls,
.banner ul .cm-controls {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.banner ul .owl-dots,
.banner ul .cm-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: -25px auto 0;
    left: 0;
    right: 0;
}

.banner ul .owl-dots .owl-dot,
.banner ul .cm-dots .cm-dot {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.banner ul .owl-dots .owl-dot.active,
.banner ul .cm-dots .cm-dot.active {
    background: #e30613;
    background: rgba(227, 6, 19, 0.4);
    cursor: default;
}

.banner ul .cm-prev {
    position: absolute;
    top: 50%;
    left: 4%;
}

.banner ul .cm-next {
    position: absolute;
    top: 50%;
    right: 4%;
}

.banner ul .cm-prev img.seta_desktop,
.banner ul .cm-next img.seta_desktop {
    width: 22px !important;
    cursor: pointer;
    display: block !important;
}

.banner ul .cm-prev img.seta_mobile,
.banner ul .cm-next img.seta_mobile {
    width: 22px !important;
    cursor: pointer;
    display: none !important;
}


.banner ul .cm-prev img.disabled,
.banner ul .cm-next img.disabled {
    opacity: 0.5;
    cursor: default;
}



@media screen and (max-width: 992px) {

    .titulo_bloco{
        font-size: 17px;
        left: unset;
        right: unset;
        text-align: center;
        width: 100%;
        top: 40px;
        /* text-align: right; */
        text-shadow: 0px 0px 1px #000;
    }

    .banner ul .cm-prev {
        position: absolute;
        top: 50%;
        left: 7%;
    }

    .banner ul .cm-next {
        position: absolute;
        top: 50%;
        right: 7%;
    }

    .banner ul .cm-prev img.seta_desktop,
    .banner ul .cm-next img.seta_desktop {
        width: 22px !important;
        cursor: pointer;
        display: none !important;
    }

    .banner ul .cm-prev img.seta_mobile,
    .banner ul .cm-next img.seta_mobile {
        width: 22px !important;
        cursor: pointer;
        display: block !important;
    }
}

@media screen and (max-width: 400px) {

    .banner ul .cm-prev {
        position: absolute;
        top: 50%;
        left: 10%;
    }

    .banner ul .cm-next {
        position: absolute;
        top: 50%;
        right: 10%;
    }
}


/*==================================================================================================*/
/*MIDDER*/
/*==================================================================================================*/


#midder{
    width: 100%;
    height: 650px;
    position: relative;

    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#midder .conteudo {
    width: 30%;
    top: 20%;
    left: 0;
    text-align: left;
    position: absolute;
    padding: 0 2%;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#midder .conteudo h2 {
    font-size: 48px;
    color: #111;
    text-transform: none;
}
#midder .conteudo p {
    font-size: 17px;
    color: #838383;
}


@media screen and (max-width: 992px) {

    #midder {
        height: 250px;
        background-attachment: initial;
    }
    #midder .conteudo h2 {
        font-size: 25px;
    }
}

/*@media screen and (max-width: 470px) {

	#midder {
		height: 250px;
	}
	#midder .conteudo h2 {
		font-size: 25px;
	}
}*/


/*==================================================================================================*/
/*ALEM DO OBVIO*/
/*==================================================================================================*/


#slider_obvio_custom {
    background: #000;
}

#alem_do_obvio ul li {
    position: relative;
}

#alem_do_obvio .conteudo {
    position: absolute;
    top: 15%;
    width: 35%;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-family: 'FoundrySterling-Book';
}


#alem_do_obvio .conteudo_first {
    position: absolute;
    /* top: 20%; */
    width: 30%;
    margin: 0;
    color: #000;
    font-size: 18px;
    font-family: 'FoundrySterling-Book';
    text-align: left;
    right: 20%;
    left: unset;
    bottom: 20%;
    font-weight: 600;
}


#alem_do_obvio .conteudo.left {
    text-align: left;
    left: 8%;
}



#alem_do_obvio .conteudo_bottom {
    position: absolute;
    margin: 0;
    color: #fff;
    font-family: 'FoundrySterling-Book';
    text-align: left;
    right: 20%;
    left: unset;
    bottom: 7%;
}

#alem_do_obvio .conteudo_bottom.left {
    text-align: left;
    right: 46%;
    width: 30%;
}

#alem_do_obvio .conteudo_bottom.right {
    text-align: left;
    right: 8%;
    width: 25%;
}

#alem_do_obvio .conteudo .nome,
#alem_do_obvio .conteudo_bottom .nome{
    color: #fff;
    font-size: 24px;
    font-family: 'FoundrySterling-LightOSF';
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

#alem_do_obvio .conteudo_bottom .descricao{
    color: #fff;
    font-size: 18px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1450px) {

    #alem_do_obvio ul li {
        min-height: 700px !important;
    }

}

@media screen and (max-width: 992px) {

    #alem_do_obvio ul li {
        height: 440px;
    }

    #alem_do_obvio ul img{
        display: none;
    }

    #alem_do_obvio .conteudo {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0;
        padding: 135px 15% 0px;
    }

    #alem_do_obvio .conteudo_first {
        position: relative;
        width: 90%;
        left: 25px !important;
        top: 0;
        padding: 135px 15% 100px;
    }

    #alem_do_obvio .conteudo_bottom {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0;
        padding: 0px 15% 0px;
    }

    #alem_do_obvio .conteudo_bottom.left,
    #alem_do_obvio .conteudo_bottom.right
    {
        width: 100%;
    }
}

@media screen and (min-width: 400px) and (max-width: 660px) {
    #alem_do_obvio .conteudo {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0;
        padding: 90px 15% 0px;
    }

    .banner .conteudo .descricao {
        color: #fff;
        font-size: 14px;
        margin-bottom: 20px;
    }

    #alem_do_obvio .conteudo_bottom {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0;
        padding: 0px 15% 0px;
    }

    #alem_do_obvio .conteudo .nome, #alem_do_obvio .conteudo_bottom .nome {
        color: #fff;
        font-size: 15px;
        font-family: 'FoundrySterling-LightOSF';
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
    }

    #alem_do_obvio .conteudo_bottom .descricao {
        color: #fff;
        font-size: 14px;
        margin-bottom: 20px;
    }

}



@media screen and (max-width: 590px) {

    #alem_do_obvio ul li {
        height: 600px !important;
    }

}

@media screen and (max-width: 465px) {

    #alem_do_obvio ul li {
        height: 850px !important;
    }

}

@media screen and (max-width: 400px) {

    #alem_do_obvio .conteudo {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0;
        padding: 65px 20% 0px;
    }

    .banner .conteudo .descricao {
        color: #fff;
        font-size: 14px;
        margin-bottom: 20px;
    }

    #alem_do_obvio .conteudo_bottom {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0;
        padding: 0px 20% 0px;
    }

    #alem_do_obvio .conteudo .nome, #alem_do_obvio .conteudo_bottom .nome {
        color: #fff;
        font-size: 15px;
        font-family: 'FoundrySterling-LightOSF';
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 0px;
    }

    #alem_do_obvio .conteudo_bottom .descricao {
        color: #fff;
        font-size: 14px;
        margin-bottom: 20px;
    }

}


/*==================================================================================================*/
/*QUEM SOMOS*/
/*==================================================================================================*/


#quem_somos ul li {
    /* background-attachment: fixed; */
}

#quem_somos ul img{
    visibility: hidden;
}

#quem_somos .triangulo_new {
    background: #c10510;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 28%;
    z-index: 2;
}

#quem_somos .triangulo_new .triangulo_append_new {
    background: #c10510;
    position: absolute;
    top: 0;
    left: -60%;
    bottom: 0;
    width: 100%;
    transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
}

#quem_somos .conteudo {
    position: absolute;
    top: 15%;
    width: 40%;
    margin: 0;
    text-align: left;
    left: 5%;
    z-index: 3;
}

#quem_somos .conteudo .nome {
    margin: 0 0 15px;
    color: #fff;
    font-size: 40px;
    text-transform: none;
    font-family: 'FoundrySterling-Book';
    line-height: 35px;
}

#quem_somos .conteudo .nome span {
    color: #fff;
    font-size: 27px;
    font-family: 'FoundrySterling-Bold';
}

#quem_somos .descricao_top_new {
    position: absolute;
    top: 8%;
    right: 4%;
    width: 25%;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-family: 'FoundrySterling-Medium';
}

#quem_somos .descricao_top_new em {
    font-size: 18px;
    font-family: 'FoundrySterling-Medium';
}

#quem_somos .descricao_top_new img {
    visibility: visible;
}

#quem_somos .descricao_bottom_new {
    color: #000;
    font-size: 18px;
    font-family: 'FoundrySterling-Bold';
    position: absolute;
    z-index: 2;
    bottom: 8%;
    width: 39%;
    right: 3%;
}

#quem_somos .descricao_bottom_new div:before {
    content: ">";
    color: #fff;
    margin-right: 5px;
}

#quem_somos_equipa {
    background: #cacaca;
}

#quem_somos_equipa .conteudo_new {
    width: 65%;
    color: #fff;
    font-family: 'FoundrySterling-LightOSF';
    float: right;
}

#quem_somos_equipa .conteudo_new .info_equipa{
    width: 50%;
    margin-left: auto;
}

#quem_somos_equipa .descricao_new {
    font-size: 17px;
    margin-bottom: 25px;
    font-family: 'FoundrySterling-Bold';
}

#quem_somos_equipa .conteudo_new .content_new {
    font-size: 18px;
    line-height: 35px;
}

#quem_somos_equipa .conteudo_new .content_new img {
    width: 3%;
}

#quem_somos_equipa .quadro_diretores {
    margin-top: 18%;
    width: 100%;
    margin-bottom: 10%;
}

#quem_somos_equipa .quadro_diretores .titulo {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 3px;
    width: 97%;
    font-family: 'FoundrySterling-Bold';
    text-transform: uppercase;
    letter-spacing: 4px;
    box-shadow: 0px 2px 2px #000;
}

#quem_somos_equipa .quadro_diretores .departamentos .single_departamento {
    background: #fff;
    color: #000;
    width: Calc((100% / 4) - 20px);
    display: inline-flex;
    margin-left: -3px;
    margin-right: 20px;
    height: 220px;
    box-shadow: 3px 2px 2px #0000006e;

}

#quem_somos_equipa .quadro_diretores .departamentos .single_departamento .holder_departamento {
    text-align: center;
    width: 100%;
    padding-top: 10px;
}

#quem_somos_equipa .quadro_diretores .departamentos .single_departamento .holder_departamento .nome_departamento{
    font-family: 'FoundrySterling-Bold';
    text-transform: uppercase;
    font-size: 18px;
    padding: 20px;
}

#quem_somos_equipa .quadro_diretores .departamentos .single_departamento .holder_departamento .content_departamento{
    font-family: 'FoundrySterling-LightOSF';
    font-size: 16px;
}

#quem_somos_equipa .quadro_diretores .departamentos .single_departamento .holder_departamento .content_departamento h6{
    font-size: 12px;
    font-family: 'FoundrySterling-LightOSF';
    margin-top: 0;
    margin-bottom: 4px;
}


#quem_somos_equipa .membro_equipa {
    padding: 0 10px;
    margin-bottom: 25px;
}

#quem_somos_equipa .membro_equipa .holder_imagem {
    position: relative;
}

#quem_somos_equipa .membro_equipa .holder_imagem .label_membro {
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 20px;
}

#quem_somos_equipa .membro_equipa .holder_imagem .label_membro .nome {
    color: #fff;
    font-size: 19px;
    font-family: 'FoundrySterling-Medium';
}

#quem_somos_equipa .membro_equipa .holder_imagem .label_membro .cargo {
    color: #fff;
    font-size: 14px;
    font-family: 'FoundrySterling-Bold';
    text-transform: uppercase;
}

#quem_somos_equipa .membro_equipa .texto {
    margin-top: 25px;
    color: #000;
    font-size: 15px;
    font-family: 'FoundrySterling-Medium';
}

#quem_somos_equipa .slide_equipa{
    padding: 100px 8%;
    overflow: hidden;
}



@media screen and (min-width: 1350px) {

    #quem_somos_equipa .membro_equipa .holder_imagem .label_membro .nome {
        font-size: 21px;
    }

    #quem_somos_equipa .membro_equipa .holder_imagem .label_membro .cargo {
        font-size: 17px;
    }

}

@media screen and (max-width: 1600px) {

    #quem_somos .conteudo {
        width: 45%;
        left: 4%;
    }

    #quem_somos .conteudo .descricao_top {
        margin-bottom: 25px;
    }

}

@media screen and (max-width: 1585px) {

    #quem_somos .descricao_bottom_new {
        font-size: 15px;
        width: 42%;
    }

    #quem_somos .descricao_top_new {
        font-size: 15px;
    }

}

@media screen and (max-width: 1400px) {

    #quem_somos ul li {
        height: 860px;
    }

    #quem_somos ul img{
        display: none;
    }

    #quem_somos_equipa .conteudo_new {
         width: 76%;
     }
}


@media screen and (max-width: 1200px) {

    #quem_somos .conteudo {
        top: 10%;
    }

    #quem_somos_equipa .quadro_diretores .departamentos .single_departamento .holder_departamento .nome_departamento {
        font-family: 'FoundrySterling-Bold';
        text-transform: uppercase;
        font-size: 13px;
        padding: 20px;
    }
    #quem_somos_equipa .quadro_diretores .departamentos .single_departamento .holder_departamento .content_departamento {
        font-family: 'FoundrySterling-LightOSF';
        font-size: 14px;
    }


}

@media screen and (max-width: 1050px) {

    #quem_somos .triangulo .triangulo_append {
        transform: skew(14deg);
        -ms-transform: skew(14deg);
        -webkit-transform: skew(14deg);
    }

    #quem_somos .conteudo .descricao_top {
        margin-bottom: 35px;
    }
}



@media screen and (max-width: 992px) {

    #quem_somos ul li {
        height: auto;
        background-position: left;
    }

    #quem_somos .triangulo {
        display: none;
    }

    #quem_somos .conteudo {
        position: relative;
        width: 100%;
        left: 0;
        text-align: center;
        z-index: 2;
        background: rgba(255, 0, 0, 0.4);
        padding: 140px 4% 50px;
    }

    #quem_somos .conteudo .descricao_top {
        width: 100%;
    }
    #quem_somos .conteudo .descricao_top img{
        display: block !important;
        margin: auto;
    }

    #quem_somos .conteudo_new {
        background: rgba(255, 0, 0, 0.4);
    }


    #quem_somos .descricao_top_new img{
        display: block !important;
        margin: auto;
    }

    #quem_somos .descricao_top_new {
        position: relative;
        width: 100%;
        padding: 135px 8% 100px;
        text-align: center;
        right: 0;
    }

    #quem_somos .descricao_bottom_new {
        color: #000;
        font-size: 12px;
        font-family: 'FoundrySterling-Bold';
        position: relative;
        z-index: 2;
        /* bottom: 0; */
        width: 100%;
        left: 0;
        text-align: center;
        padding: 0 8% 100px;
    }

    #quem_somos_equipa .conteudo_new {
        width: 100%;
        color: #fff;
        font-family: 'FoundrySterling-LightOSF';
        float: right;
    }

    #quem_somos_equipa .conteudo_new .info_equipa {
        width: 100%;
    }

    #quem_somos .triangulo_new {
        display: none;
    }

    #quem_somos .triangulo_new .triangulo_append_new {
        display: none;
    }

    #quem_somos_equipa .quadro_diretores .titulo {
        background: #000;
        color: #fff;
        text-align: center;
        font-size: 15px;
        padding: 3px;
        width: 90%;
        font-family: 'FoundrySterling-Bold';
        text-transform: uppercase;
        letter-spacing: 4px;
        box-shadow: 0px 2px 2px #000;
        margin: auto;
        margin-bottom: 25px;
    }

    #quem_somos_equipa .quadro_diretores .imagem {
        display: none;
    }

    #quem_somos_equipa .quadro_diretores .departamentos .single_departamento {
        background: #fff;
        color: #000;
        width: 90%;
        display: block;
        /* margin-left: -3px; */
        /* margin-right: 20px; */
        min-height: 200px;
        box-shadow: 3px 2px 2px #0000006e;
        margin: auto;
        margin-bottom: 20px;
    }


    #quem_somos_equipa .membro_equipa {
        max-width: 330px;
        margin: 0 auto 60px;
    }
    #quem_somos_equipa .membro_equipa .holder_imagem .label_membro .nome {
        font-size: 17px;
    }
    #quem_somos_equipa .membro_equipa .holder_imagem .label_membro .cargo {
        font-size: 21px;
    }
    #quem_somos_equipa .membro_equipa .texto {
        font-size: 14px;
    }

    #quem_somos_equipa .slide_equipa{
        padding: 100px 8% 100px;
        overflow: hidden;
    }

}


@media screen and (min-width: 600px) and (max-width: 992px) {

    #quem_somos_equipa .quadro_diretores .titulo {
        background: #000;
        color: #fff;
        text-align: center;
        font-size: 15px;
        padding: 3px;
        width: 60%;
        font-family: 'FoundrySterling-Bold';
        text-transform: uppercase;
        letter-spacing: 4px;
        box-shadow: 0px 2px 2px #000;
        margin: auto;
        margin-bottom: 25px;
    }
    #quem_somos_equipa .quadro_diretores .departamentos .single_departamento {
        background: #fff;
        color: #000;
        width: 60%;
        display: block;
        /* margin-left: -3px; */
        /* margin-right: 20px; */
        min-height: 200px;
        box-shadow: 3px 2px 2px #0000006e;
        margin: auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {

    #quem_somos ul li {
        background-position-x: 90%;
    }

}

@media screen and (max-width: 400px) {
    #quem_somos_equipa .quadro_diretores .departamentos .single_departamento .holder_departamento .nome_departamento {
        font-family: 'FoundrySterling-Bold';
        text-transform: uppercase;
        font-size: 16px;
        padding: 20px 10px;
    }

}

/*==================================================================================================*/
/*O QUE FAZEMOS*/
/*==================================================================================================*/


#slider_que_fazemos_custom {
    background: #000;
}


#o_que_fazemos .conteudo {
    position: absolute;
    top: unset;
    bottom: 10%;
    width: 30%;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-family: 'FoundrySterling-Book';
    text-align: left;
    left: 6%;
}

#o_que_fazemos .conteudo_new {
    width: 30%;
    float: right;
    color: #fff;
    /* right: 4%; */
    position: relative;
    right: 8%;
    top: 8%;
}

#o_que_fazemos .conteudo_new .nome{
    color: #f61500;
    font-family: 'FoundrySterling-Book';
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 40px;
}

#o_que_fazemos .conteudo_new .descricao{
    font-family: 'FoundrySterling-Medium';
    font-size: 17px;
    /* letter-spacing: 2px; */
    margin-bottom: 14px;
}

#o_que_fazemos .conteudo_new .content{
    font-family: 'FoundrySterling-Medium';
    font-size: 18px;
}

@media screen and (min-width: 590px) {

    #o_que_fazemos ul li {
        min-height: 900px !important;
    }

}

@media screen and (max-width: 1220px) {
    #o_que_fazemos .conteudo_new {
        width: 40%;
    }
}

@media screen and (max-width: 992px) {


    #o_que_fazemos ul li {
        height: 630px !important;
    }

    #o_que_fazemos ul img{
        display: none;
    }

    #o_que_fazemos .conteudo {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0;
        padding: 135px 5% 100px;
        font-size: 16px;
    }

    #o_que_fazemos .conteudo_new {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0;
        padding: 100px 15% 100px;
    }

    #o_que_fazemos .conteudo_new .nome {
        color: #f61500;
        font-family: 'FoundrySterling-Bold';
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 40px;
    }

    #o_que_fazemos .conteudo_new .descricao {
        font-family: 'FoundrySterling-Medium';
        font-size: 14px;
        /* letter-spacing: 2px; */
        margin-bottom: 14px;
    }
    #o_que_fazemos .conteudo_new .content {
        font-family: 'FoundrySterling-Medium';
        font-size: 14px;
    }

}

@media screen and (max-width: 660px) {

    #o_que_fazemos .conteudo {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0;
        padding: 135px 15% 100px;
        font-size: 15px;
    }

    #o_que_fazemos .conteudo_new {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0;
        padding: 135px 15% 100px;
        font-size: 15px;

    }

    #o_que_fazemos .conteudo_new .nome {
        color: #f61500;
        font-family: 'FoundrySterling-Bold';
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 40px;
    }

    #o_que_fazemos .conteudo_new .descricao {
        font-family: 'FoundrySterling-Medium';
        font-size: 14px;
        /* letter-spacing: 2px; */
        margin-bottom: 14px;
    }
    #o_que_fazemos .conteudo_new .content {
        font-family: 'FoundrySterling-Medium';
        font-size: 13px;
    }

}


@media screen and (max-width: 590px) {

    #o_que_fazemos ul li {
        height: 750px !important;
    }

}

@media screen and (max-width: 465px) {

    #o_que_fazemos ul li {
        height: 850px !important;
    }

}
@media screen and (max-width: 410px) {

    #o_que_fazemos .conteudo {
        position: relative;
        width: 90%;
        left: 25px !important;
        top: 0;
        padding: 135px 20% 100px;
        font-size: 14px;
    }
    #o_que_fazemos .conteudo_new {
        position: relative;
        width: 90%;
        left: -15px !important;
        top: 0;
        padding: 60px 20% 100px;
    }

    #o_que_fazemos .conteudo_new .nome {
        color: #f61500;
        font-family: 'FoundrySterling-Bold';
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 15px;
    }

    #o_que_fazemos .conteudo_new .descricao {
        font-family: 'FoundrySterling-Medium';
        font-size: 13px;
        /* letter-spacing: 2px; */
        margin-bottom: 5px;
    }

    #o_que_fazemos .conteudo_new .content {
        font-family: 'FoundrySterling-Medium';
        font-size: 13px;
    }

}


/*==================================================================================================*/
/*INOVACAO E SUSTENTABILIDADE*/
/*==================================================================================================*/

#inovacao_sustentabilidade .content_right{
    position: absolute;
    margin: 0;
    color: #fff;
    font-family: 'FoundrySterling-Book';
    text-align: left;
    right: 5%;
    /* left: unset; */
    top: 10%;
    width: 25%;
    font-size: 18px;
}

#inovacao_sustentabilidade .content_left{
    position: absolute;
    margin: 0;
    color: #fff;
    font-family: 'FoundrySterling-Book';
    text-align: left;
    left: 5%;
    /* left: unset; */
    top: 10%;
    width: 25%;
    font-size: 18px;
}

@media screen and (max-width: 992px){
    #inovacao_sustentabilidade .content_left, #inovacao_sustentabilidade .content_right {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0;
        color: #000;
        font-size: 15px;
        font-family: 'FoundrySterling-Book';
        text-align: left;
        right: 20%;
        left: unset;
        bottom: 20%;
        font-weight: 600;
    }

    #inovacao_sustentabilidade .content_left{
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0;
        padding: 95px 8% 0px;
        color: #000;
        font-size: 15px;
        font-family: 'FoundrySterling-Book';
        text-align: left;
        right: 20%;
        left: unset;
        bottom: 20%;
        font-weight: 600;
    }

    #inovacao_sustentabilidade .content_right {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0;
        padding: 27px 8% 0px;
        color: #000;
        font-size: 15px;
        font-family: 'FoundrySterling-Book';
        text-align: left;
        right: 20%;
        left: unset;
        bottom: 20%;
        font-weight: 600;
    }

    #inovacao_sustentabilidade .content_right .content_mobile, #inovacao_sustentabilidade .content_left .content_mobile {
        background: rgba(255, 255, 255, 0.7);
        padding: 20px;
    }
}

@media screen and (max-width: 590px) {

    #inovacao_sustentabilidade ul li {
        height: 750px !important;
    }

}

@media screen and (max-width: 465px) {

    #inovacao_sustentabilidade ul li {
        height: 850px !important;
    }

}

@media screen and (max-width: 350px){

    #inovacao_sustentabilidade .content_right .content_mobile, #inovacao_sustentabilidade .content_left .content_mobile {
        background: rgba(255, 255, 255, 0.7);
        padding: 10px;
    }

    #inovacao_sustentabilidade .content_left {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0;
        padding: 80px 8% 0px;
        color: #000;
        font-size: 14px;
        font-family: 'FoundrySterling-Book';
        text-align: left;
        right: 20%;
        left: unset;
        bottom: 20%;
        font-weight: 600;
    }

    #inovacao_sustentabilidade .content_right {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0;
        padding: 10px 8% 0px;
        color: #000;
        font-size: 14px;
        font-family: 'FoundrySterling-Book';
        text-align: left;
        right: 20%;
        left: unset;
        bottom: 20%;
        font-weight: 600;
    }
}



/*==================================================================================================*/
/*PORTFOLIO*/
/*==================================================================================================*/

#portfolio_inicio .imagens_portfolio {
    text-align: center;
    position: absolute;
    bottom: 8%;
    width: 100%;
}

#portfolio_inicio .imagens_portfolio .single_imagem{
    width: Calc(65% / 5);
    display: inline-block;
    /* height: 205px; */
    margin: 20px;
}

#portfolio_inicio .imagens_portfolio .single_imagem .imagem{
    width: 100%;
}

#portfolio_inicio .imagens_portfolio .single_imagem .titulo{
    color: #fff;
    font-family: 'FoundrySterling-Medium';
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}

#slider_portfolio_custom {
    background: #000;
}

#slider_portfolio_custom li{
    overflow:hidden;
}

.portfolio_logo{
    max-width: 260px;
    max-height: 200px;
    width: auto !important;
    position: absolute;
    top: 6%;
    right: -300px;
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio_logo.appear{
    opacity: 1;
    right: 3%;
}

#sta_joana{
    color: #000;
    font-size: 36px;
    font-family: 'FoundrySterling-LightOSF';
    text-transform: uppercase;
    background: #fff;
    padding: 20px;
    text-align: center;
}

@media screen and (min-width: 590px) {

    #portfolio_inicio li {
        min-height: 750px !important;
    }

}

@media screen and (max-width: 992px) {
    #portfolio_inicio .imagens_portfolio {
        text-align: center;
        position: absolute;
        width: 100%;
        /* top: 50%; */
        width: 100%;
        /* transform: translateY(-50%); */
    }


    #portfolio_inicio .imagens_portfolio .single_imagem {
        width: 25%;
        display: inline-block;
        /* height: 205px; */
        margin: auto;
        margin-bottom: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #sta_joana{
        width: 35% !important;
        font-size: 20px;
    }

    .portfolio_logo {
        width: 100px !important;
        position: absolute;
        top: 8%;
        right: 3%;
        margin: auto;
    }
}

@media screen and (max-width: 590px) {

    #portfolio_inicio li {
        height: 750px !important;
    }

    #portfolio_inicio .imagens_portfolio .single_imagem .titulo {
        font-size: 15px;
    }

}

@media screen and (max-width: 465px) {

    #portfolio_inicio li {
        height: 850px !important;
    }

}

@media screen and (max-width: 430px) {
    #portfolio_inicio .imagens_portfolio .single_imagem {
        width: 30%;
        display: inline-block;
        /* height: 205px; */
        margin: auto;
        margin-bottom: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 340px) {
    #portfolio_inicio .imagens_portfolio .single_imagem {
        width: 40%;
        display: inline-block;
        /* height: 205px; */
        margin: auto;
        margin-bottom: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }
}


/*==================================================================================================*/
/*NOTICIAS*/
/*==================================================================================================*/


#slider_noticias_custom {
    background: #000;
}

#noticias ul li {
    /* background-attachment: fixed; */
}

.noticia {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 30%;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 45px;
}



.noticia .noticia_head {
    color: #000;
    font-size: 15px;
    font-family: 'FoundrySterling-Bold';
    text-transform: uppercase;
}

.noticia .noticia_titulo {
    color: #000;
    font-size: 32px;
    font-family: 'FoundrySterling-Book';
    text-transform: uppercase;
    margin-bottom: 15px;
}

.noticia .noticia_resumo {
    color: #000;
    font-size: 15px;
    font-family: 'FoundrySterling-Medium';
    /* text-align: justify; */
}


.noticia_new {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 40%;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 45px;
}

.noticia_new .noticia_head {
    color: #000;
    font-size: 18px;
    font-family: 'FoundrySterling-Bold';
    text-transform: uppercase;
}

.noticia_new .noticia_titulo {
    color: #000;
    font-size: 32px;
    font-family: 'FoundrySterling-Book';
    text-transform: uppercase;
    margin-bottom: 15px;
}

.noticia_new .noticia_resumo {
    color: #000;
    font-size: 18px;
    font-family: 'FoundrySterling-Medium';
    /* text-align: justify; */
}

@media screen and (min-width: 992px) and (max-width: 1320px){
    .noticia_new {
        position: absolute;
        top: 10%;
        right: 10%;
        width: 40%;
        background: rgba(255, 255, 255, 0.7);
        padding: 30px 45px;
    }
}

@media screen and (max-width: 992px) {

    #noticia_new ul li {
        height: auto !important;
        padding: 130px 0 65px;
    }

    .noticia_new {
        position: relative;
        margin: 0;
        width: auto;
        right: 0;
        left: 0;
    }

    #noticias ul li {
        height: auto !important;
        padding: 130px 0 65px;
    }

    .noticia {
        position: relative;
        margin: 0;
        width: auto;
        right: 0;
        left: 0;
    }

    .noticia_new .noticia_titulo {
        color: #000;
        font-size: 25px;
        font-family: 'FoundrySterling-Book';
        text-transform: uppercase;
        margin-bottom: 15px;
    }
}



/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/


.holder_contactos {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 30;
    left: 3%;
    right: 3%;
    background: #fff;
    height: 440px;
    margin: auto;
    padding: 65px 3%;

    display: none;
}

.holder_contactos input[type=text],
.holder_contactos select {
    width: 100%;
    border: 1px solid #000;
    padding: 15px;
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 12px;
    font-family: 'FoundrySterling-Book';
    color: #000;
}

.holder_contactos #concordo {
    margin: 15px 10px 0 0;
}

.holder_contactos button {
    background: #e30613;
    border: 0;
    padding: 15px;
    color: #fff;
    font-size: 12px;
    font-family: 'FoundrySterling-Bold';
    text-transform: uppercase;
    margin-top: 20px;
}

.holder_contactos button.trigger_termos {
    background: #000;
}

.holder_contactos .close_contactos {
    top: 20px;
    right: 25px;
    position: absolute;
    opacity: 0.5;
    cursor: pointer;
}

#termos {
    position: fixed;
    top: 5%;
    bottom: 5%;
    z-index: 40;
    left: 5%;
    right: 5%;
    background: #fff;
    margin: auto;
    padding: 55px;
    border-radius: 3px;
    max-width: 680px;
    box-shadow: 0 0 20px 3px #696969;

    display: none;
}

#termos,
#termos p {
    text-align: justify;
    font-size: 18px;
    font-family: 'FoundrySterling-Book';
}

#termos .close_termos {
    top: 20px;
    right: 25px;
    position: absolute;
    opacity: 0.5;
    cursor: pointer;
}


@media screen and (max-width: 992px) {

    .holder_contactos {
        background: rgba(255, 255, 255, 0.97);
        height: 100%;
        overflow: auto;
        z-index: 39;
    }

    #termos {
        overflow: auto;
    }
}


/*==================================================================================================*/
/*GALERIA*/
/*==================================================================================================*/


.holder_single_galeria_img{
    height: auto;
}

.holder_single_galeria_img img{

}

.txt_desc_gal{
    color: #fff;
    font-size: 18px;
    font-family: 'FoundrySterling-Book';
    text-align: center;
    margin-top: 5px;
}

.link_go_back{
    color: #fff !important;
    font-size: 20px;
    font-family: 'FoundrySterling-Book';
    text-align: center;
    margin: 35px 20px;
}

.white{
    color: #fff !important;
}

.bloco_gal{
    padding-top:225px;
    padding-bottom:20px;
}

.bloco_extra{
    background: transparent;
}

.bloco_extra .holder_single_galeria_img{
    height: unset;
    margin-bottom: 60px;
}

.bloco_extra .holder_single_galeria_img img{
    height: unset;
}

.bloco_extra .portfolio_logo{
    width: 280px !important;
    position: relative;
    top: 0;
    right: 15px;
}


/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/


.footer {
    position: relative;
    width: 100%;
    background: #1c1d21;
    z-index: 3;
    padding: 45px 0 100px;
}

.footer img {
    width: 110px;
}

.footer p {
    font-size: 15px;
    color: #898989;
    margin-top: 35px;
    font-family: 'FoundrySterling-Book';
}

.footer a {
    font-size: 15px;
    color: #898989;
    font-family: 'FoundrySterling-Book';
}

@media screen and (max-width: 992px) {

}


@media screen and (max-width: 400px) {

    .titulo_bloco {
        font-size: 17px;
        left: unset;
        right: unset;
        text-align: center;
        width: 100%;
        top: 20px;
        /* text-align: right; */
        text-shadow: 0px 0px 1px #000;
    }

}