@charset "UTF-8";

/* ------------------------------ Fontes ------------------------ */
/* --------------- Títulos páginas -------------- */
.titulos-conteudo {
    margin-top: 90px;
    margin-bottom: 90px;
}

.titulo-paginas {
    font-family: "DIN Pro Cond Medium";
    font-size: 2.875rem;
    color: #4d4d4d;
}

/* --------------------------------- Body ---------------------------- */
html{
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    /*overflow-x: hidden;*/
}

#cookies{
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 20000;

    -webkit-box-shadow: 0px 5px 10px 5px rgb(150, 150, 150);
    -moz-box-shadow: 0px 5px 10px 5px rgb(150, 150, 150);
    box-shadow: 0px 5px 10px 5px rgb(150, 150, 150);
}

.cookies-text{
    font-family: "DIN Pro Cond Medium";
    font-size: 1.25rem;
}

/* --------------------------- Barra navegação ---------------------- */
.container-menu {
    width: 795px;
    height: 70px;
    background-color: #333333;
}

.p-menu {
    font-family: "DIN Pro Cond Black";
    font-size: 1.125rem;
    color: #ffffff;
    text-transform: uppercase;
}

.p-submenu {
    font-family: "DIN Pro Cond Bold";
    font-size: 1.125rem;
    color: #ffffff;
    text-transform: uppercase;
}

.container-submenu {
    background-color: #4d4d4d;
}

.div-menus {
    height: 4px;
    width: 80%;
    background-color: #c6021a;
    /*margin-bottom: 2px;*/

    margin-top: -19px;
    margin-bottom: 16px;
    margin-left: 8%;

    /*
    position: absolute;
    margin-top: -19px;
    margin-bottom: 16px;
    left: calc(50% - 15px);
    */
    
}

#div-menus-empresa{
    width: 85%;
    margin-left: 6%;
}

#div-menus-projectos{
    width: 95%;
    margin-left: 2.5%;
}

#div-menus-portfolio{
    width: 88%;
    margin-left: 5.5%;
}

#div-menus-contactos{
    width: 84%;
}

.nav-link {
    font-family: "DIN Pro Cond Medium";
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}

.nav-link:hover {
    font-family: "DIN Pro Cond Black";
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #ffffff;
}

.nav-link:active {
    font-family: "DIN Pro Cond Black";
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #ffffff;
}

.navbar {
    z-index: 5000;
    position: absolute;
}

.container-topo {
    margin-top: 35px;
    margin-bottom: 10px;
}

.img-logo {
    width: 282px;
    margin-top: -20px;
    margin-bottom: 15px;
    margin-left: 20px;
}

.black-overlay {
    position: absolute;
    position: absolute;
    top: 0px;
    left: 0px;
}

.linha-submenu {
    background-color: #ffffff;
    height: 1px;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
}

.dropdown-item {
    font-family: "DIN Pro Cond Medium";
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown-item:hover {
    font-family: "DIN Pro Cond Black";
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #ffffff;
    background-color: #4d4d4d;
}

.dropdown-item:active {
    font-family: "DIN Pro Cond Black";
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #ffffff;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float: none;
}

/* ------------------------ Cabeçalho ---------------------------- */
.linha-cabecalhos {
    width: 90px;
    height: 3px;
    background-color: #c6021a;
    margin-top: 5px;
    margin-bottom: 13px;
}

.p-titulo-cabecalho {
    font-family: "DIN Pro Cond Medium";
    font-size: 2.375rem;
    text-align: left;
    line-height: 30px;
}

.p-subtitulo-cabecalho {
    font-family: "DIN Pro Cond Medium";
    font-size: 2.188rem;
    text-align: left;
}

.p-subtitulo-tag-cabecalho {
    font-family: "Montserrat Medium";
    font-size: 0.938rem;
    text-align: left;
    text-transform: uppercase;
}

.cabecalho {
    margin-top: 35px;
}

.titulos-home {
    margin-top: 90px;
}

div.linha-paginas {
    width: 50px;
    height: 3px;
    background-color: #c6021a;
    margin-bottom: 15px;
}

/* ----------------------- Carrossel Home -------------------------- */
@media (min-width: 460px) {
    .carousel-multi-item-2 .col-lg-6 {
        float: left;
        width: 50%;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.img-fluid {
    -o-object-fit: cover;
    object-fit: cover;

    /* Do not scale the image */
    -o-object-position: center;
    object-position: center;

    /* Center the image within the element */
    width: 450px;
    height: 400px;
}

.container-galeria-home {
}

.caixapreta {
    z-index: 5000;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: calc(50% - 115px);
    left: calc(50% - 210px);
    width: 419px;
    height: auto;
    padding: 30px 60px 15px;
}

.titulos-caixa-preta {
    font-family: "DIN Pro Cond Medium";
    font-size: 1.875rem;
    color: #ffffff;
    margin-bottom: 10px;
}

.linha-caixa-preta {
    width: 35px;
    height: 3px;
    background-color: #c6021a;
    margin-bottom: 10px;
}

.indicadores-carrossel {
    background-image: url("img/svg/asset-24.svg");
    background-repeat: no-repeat;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    position: relative;
    background-image: url("../img/SVG/asset-24.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 1;
    padding: 0;
}

.carousel-indicators li.active {
    width: 20px;
    height: 20px;
    position: relative;
    background-image: url("../img/SVG/asset-25.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 1;
    padding: 0;
}

.carousel-controles {
    height: 42px;
}

ol.carousel-indicators {
    position: relative;
    width: 300px;
}

.col-home {
    height: 85px;
}

.div-carousel {
    height: 85px;
}

span.carousel-control-next-icon.seta-carrossel-direita {
    background-image: url("img/SVG/seta-direita-branca.svg");
    background-repeat: no-repeat;
    opacity: 1;
    width: 15px;
    height: 100%;
}

span.carousel-control-next-icon.seta-carrossel-direita:hover {
    background-image: url("img/SVG/seta-direita-vermelha.svg");
    background-repeat: no-repeat;
    opacity: 1;
    width: 15px;
    height: 100%;
}

span.carousel-control-prev-icon.seta-carrossel-esquerda {
    background-image: url("img/SVG/seta-esquerda-branca.svg");
    background-repeat: no-repeat;
    opacity: 1;
    width: 15px;
    height: 100%;
}

span.carousel-control-prev-icon.seta-carrossel-esquerda:hover {
    background-image: url("img/SVG/seta-esquerda-vermelha.svg");
    background-repeat: no-repeat;
    opacity: 1;
    width: 15px;
    height: 100%;
}

.ultima {
    width: 100%;
    -webkit-box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.28);
}

/* ----------------------- Rodapé -------------------------- */
.rodape {
    background-color: #333333;
    height: 550px;
    padding-top: 30px;
    padding-bottom: 30px;
}

li.nav-item-rodape {
    padding-left: 23px;
    padding-right: 22px;
}

.menu-mobile-links.active{
    font-family: "DIN Pro Cond Black";
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #ffffff;
}

.menu-abaixo.active{
    font-family: "DIN Pro Cond Black";
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #ffffff;
}

.linha-rodape {
    height: 2px;
    background-color: #c6021a;
}

.t1 {
    font-family: "DIN Pro Cond Medium";
    font-size: 2.875rem;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
}

.titulo-rodape {
    font-family: "DIN Pro Cond Medium";
    font-size: 1.875rem;
    color: #ffffff;
}

p.conteudo-rodape {
    font-family: "DIN Pro Regular";
    font-size: 0.938rem;
    color: #ffffff;
    line-height: 1.5;
}

img.facebook {
    width: 130px;
}

.facebook {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
}

img.ralc {
    width: 200px;
}

.ralc {
    text-align: center;
    vertical-align: middle;
}

.para-rodape {
    font-family: "DIN Pro Regular";
    font-size: 0.938rem;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

div.col-lg-2.telefone {
    margin-left: 10%;
}

div.linha-paginas.linha-simples {
    margin-bottom: 25px;
    margin-top: 25px;
}

/* ----------------------- Projectos em Comercialização -------------------------- */
img.galeria-projetos-comercializacao {
    -o-object-fit: cover;
    object-fit: cover;

    /* Do not scale the image */
    -o-object-position: center;
    object-position: center;

    /* Center the image within the element */
    width: 445px;
    height: 445px;
}

col.galeria-projetos-comercializacao {
    margin: 0;
    padding: 0;
    -ms-flex-line-pack: center;
    align-content: center;
}

.caixacinza {
    background-color: rgba(0, 0, 0, 0.6);
    width: 260px;
    height: auto;
    /*margin: 45% 20% 60%;*/
    padding: 20px;

    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 130px);
}

.titulos-caixa-cinza {
    font-family: "DIN Pro Cond Medium";
    font-size: 1.875rem;
    color: #ffffff;
    margin-bottom: 10px;
}

.linha-caixa-cinza {
    width: 50px;
    height: 3px;
    background-color: #c6021a;
    margin-bottom: 30px;
    margin-left: calc(50% - 25px);
}

div.col-lg-5.galeria-projetos-comercializacao {
    height: 450px;
    width: 450px;
}

.projetos {
    width: 445px;
    height: 445px;
    margin-bottom: 30px;
    background-size: cover;
    margin-left: 15px;
    margin-right: 15px;
}

.coluna-projetos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-vermais {
    width: 98px;
    height: 33px;
    background-color: #c6021a;
    border: 2px solid #c6021a;
    font-family: "DIN Pro Bold";
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.625rem;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.btn-vermais:hover {
    background-color: #ffffff;
    border: 2px solid #c6021a;
    font-family: "DIN Pro Bold";
    color: #c6021a;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.625rem;
    text-align: center;
    display: inline-block;
}

.btn-vermais-projetos {
    position: absolute;
    right: 10%;
    bottom: 30px;
}

.transparencia-projetos {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fundo {
    position: relative;
    background-size: cover;
}

.cont-acabamentos {
    background-image: url("../img/JPG/imagem-de-fundo-acabamentos.jpg");
    height: 370px;
    width: 100%;
    padding-top: 85px;
}

.acabamentos {
    text-align: center;
    margin-bottom: 15px;
}

div.linha-caixa-preta {
}

.icone-acabamentos {
    width: 105px;
    height: 105px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/SVG/acabamentos-vermelho_1.svg");
    /*background-size: cover;*/
}

.icone-acabamentos:hover {
    background-image: url("../img/SVG/acabamentos-cinza.svg");
}

.icone-plantas {
    width: 105px;
    height: 105px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/SVG/plantas-vermelho.svg");
    /*background-size: cover;*/
}

.icone-plantas:hover {
    background-image: url("../img/SVG/plantas-cinza.svg");
}

/* ----------------------- Tipo de Fogo -------------------------- */
.titulo-tipofogo {
    margin-top: 90px;
    font-family: "DIN Pro Cond Medium";
    color: #4d4d4d;
    font-size: 6.875rem;
}

.linha-tipodefogo {
    height: 3px;
    background-color: #c6021a;
    width: 80px;
    margin-bottom: 40px;
}

.carousel-control-prev-icon-tipofogo,
.carousel-control-next-icon-tipofogo {
    height: 32px;
    width: 20px;
    opacity: 1;
}

.carousel-control-next-icon-tipofogo:hover {
    background: url("../img/SVG/seta-tipo-de-fogo-direita-vermelha.svg");
}

.carousel-control-prev-icon-tipofogo:hover {
    background: url("../img/SVG/seta-tipo-de-fogo-esquerda-vermelha.svg");
}

.carousel-control-next-icon-tipofogo {
    background-image: url("../img/SVG/seta-tipo-de-fogo-direita-cinza.svg");
}

.carousel-control-prev-icon-tipofogo {
    background-image: url("../img/SVG/seta-tipo-de-fogo-esquerda-cinza.svg");
}

a > .portifolio-prev-icon{
    width: 30px;
    height: 57px;
    background-image: url("../img/SVG/seta-portfolio-esquerda.svg");
}

a > .portifolio-next-icon{
    width: 30px;
    height: 57px;
    background-image: url("../img/SVG/seta-portfolio-direita.svg");
}

.botoes-carrossel-tipofogo {
    margin-bottom: 50px;
    margin-top: 45px;
}

div.col-9.titulo-tipofogo {
    padding-top: 20px;
    margin-left: 40px;
}

.carrossel-tipofogo {
    margin-bottom: 45px;
}

.btn-voltar-galeria {
    background-image: url("../img/SVG/voltar-a-galeria.svg");
    background-repeat: no-repeat;
    background-color: none;
    width: 144px;
    height: 70px;
    padding-left: 20px;
    margin-bottom: 60px;
}

.btn-voltar-galeria:hover {
    background-image: url("../img/SVG/voltar-a-galeria-cinza.svg");
    background-repeat: no-repeat;
    background-color: none;
    width: 144px;
    height: 70px;
    padding-left: 20px;
}

.btn-visita {
    width: 151px;
    height: 70px;
    background-image: url("../img/SVG/marque-a-sua-visita.svg");
    background-repeat: no-repeat;
    margin-bottom: 60px;
}

.btn-visita:hover {
    width: 151px;
    height: 70px;
    background-image: url("../img/SVG/marque-a-sua-visita-cinza.svg");
    background-repeat: no-repeat;
}

.btn-partilhar-facebook {
    width: 176px;
    height: 70px;
    background-image: url("../img/SVG/partilhar-no-facebook.svg");
    background-color: none;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}

.btn-partilhar-facebook:hover {
    width: 176px;
    height: 70px;
    background-image: url("../img/SVG/partilhar-no-facebook-cinza.svg");
    background-color: none;
    background-repeat: no-repeat;
}

/* ----------------------- portfolio -------------------------- */
.img-portfolio {
    width: 635px;
    height: 507px;
    margin-bottom: 85px;
}

.seta-portfolio {
    width: 30px;
    float: right;
}

div.card.card-portfolio {
    width: 120px;
    margin: 8px;
    border: none;
}

#carousel-portifolio{
    height: 100%;
}

.miniaturas{
    /*
    margin: 10px;
    width: 28%;
    */
    border-radius: 5px;
}

.miniaturas.active{
    border: 2px solid rgba(0, 0, 0, 0.85);
    border-radius: 3px;
}

.card-img {
    border-radius: 0px;
    width: 120px;
    height: 113px;
}

img.seta-portfolio.seta-esquerda {
    float: left;
}

/* ----------------------- Contactos -------------------------- */
.contactos {
    margin-top: 90px;
}

h3.texto-contactos {
    font-family: "DIN Pro Cond Medium";
    font-size: 1.875rem;
    color: #4d4d4d;
}

p.texto-contactos {
    font-size: 0.938rem;
    font-family: "DIN Pro Medium";
    color: #666666;
}

.titulo-contacto {
    margin-bottom: 50px;
    margin-top: 50px;
}

.form-control.formulario {
    height: 155px;
    background-color: #f1f1f1;
}

.form-group {
}

.form-control {
    border: none;
    border-radius: 0px;
    background-color: #f1f1f1;
    height: 45px;
    border-style: none;
    padding: 15px;
}

.form-formulario {
    margin-bottom: 50px;
}

.campos-preenchimento {
    font-family: "DIN Pro Medium";
    font-size: 0.813rem;
    color: #4d4d4d;
    margin-bottom: 15px;
}

div.campos {
    margin-top: 25px;
}

.botao-enviar {
    width: 120px;
    height: 45px;
    background-color: #c6021a;
    border: 2px solid #c6021a;
    border-radius: 0px;
    font-family: "DIN Pro Medium";
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 20px;
}

.botao-enviar:hover {
    width: 120px;
    height: 45px;
    background-color: #ffffff;
    border: 2px solid #c6021a;
    border-radius: 0px;
    font-family: "DIN Pro Medium";
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 20px;
    color: #c6021a;
}

.titulo-contactos {
    margin-top: 90px;
}

.linha-home {
    height: 70px;
}

.paginacao-home {
}

.img-menu-geral{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.img-menu-div{
    border: 0px solid black;
    background-color: rgb(51, 51, 51);
    width: 75px;
    height: 45px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.img-menu{
    width: 32px;
    height: auto;
}

.menu-mobile{
    background-color: rgb(51, 51, 51);
}

#botao-menu-mobile{
    margin-top: -3px;
    margin-left: -7px;
    outline: none;
}

.botao-menu-mobile-aberto{
    position: absolute;
    top: 20px;
    right: 20px;
}

@media only screen and (max-width: 1200px){

    .projetos {
        width: 398px;
        height: 398px;
    }

}

@media only screen and (max-width: 991px){

    /*
    .carousel-caption{
        position: absolute;
        left: 60%;
    }
    */

    .rodape {
        background-color: #333333;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .projetos {
        width: 300px;
        height: 300px;
    }

}

@media only screen and (max-width: 767px){

    .img-logo {
        width: 206px;
        margin-top: 0px;
        margin-bottom: 7px;
        margin-left: 70px;
    }

    .carousel-caption{
        position: absolute;
        width: 60%;
        top: 37.5%;
        left: 15%;
    }

    .p-titulo-cabecalho {
        font-size: 1.75rem;
    }

    .p-subtitulo-cabecalho {
        font-size: 1.70rem;
    }

    .p-subtitulo-tag-cabecalho {
        font-size: 0.8rem;
    }

    .navbar {
        position: relative;
        width: 75px;
        height: 45px;
    }

    .navbar-aberto {
        position: absolute;
        top: 8%;
        left: 0px;
        margin: 0px !important;
        width: 95%;
        height: auto;
    }

    .img-fluid-min {
        width: 100%;
        height: auto;
    }

    .caixapreta {
        position: relative;
        background-color: rgb(51, 51, 51);
        width: 100%;
        height: auto;
        top: 0px;
        left: 0px;
    }

    
    .caixapreta-fundo{
        z-index: 5000;
        position: absolute;
        background-color: rgb(51, 51, 51);
        left: -10%;
        width: 100vw;
        height: 206px;
        padding: 30px 60px 15px;
    }
    
    .titulos-conteudo {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .titulos-caixa-preta {
        font-size: 1.75rem;
        margin-bottom: 10px;
    }

    div.col-lg-2.telefone {
        margin-left: 0%;
    }

    img.facebook {
        width: 140px;
    }
    
    img.ralc {
        width: 175px;
    }

    .btn-vermais {
        width: auto;
        height: auto;
        padding: 5px 20px;
        font-size: 1rem;
    }

    .btn-vermais:hover {
        width: auto;
        height: auto;
        padding: 5px 20px;
        font-size: 1rem;
    }

    .titulo-tipofogo {
        margin-top: 40px;
        font-size: 4rem;
    }

    div.col-9.titulo-tipofogo {
        padding-top: 10px;
        margin-left: 40px;
    }

    .linha-tipodefogo {
        width: 45px;
    }

    .titulo-contactos {
        margin-top: 50px;
    }

    .contactos {
        margin-top: 20px;
    }

}

@media only screen and (max-width: 500px){

    .p-titulo-cabecalho {
        font-size: 1.5rem;
    }

    .p-subtitulo-cabecalho {
        font-size: 1.2rem;
    }

    .p-subtitulo-tag-cabecalho {
        font-size: 0.7rem;
    }

    .titulo-paginas {
        font-size: 2rem;
    }

    .titulo-tipofogo-2{
        font-size: 1.5rem;
    }

    .titulos-caixa-preta {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    ul.carousel-indicators {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        line-height: 15px !important;
    }

}

@media only screen and (max-width: 450px){

    .carousel-caption{
        top: 15%;
        width: 60%;
        left: -20%;
    }

    img.facebook {
        width: 110px;
    }
    
    img.ralc {
        width: 150px;
    }

}

@media only screen and (max-width: 350px){

    .carousel-caption{
        top: 10%;
        width: 60%;
        left: -20%;
    }

    .p-titulo-cabecalho {
        font-size: 1.2rem;
    }

    .p-subtitulo-cabecalho {
        font-size: 1rem;
    }

    .p-subtitulo-tag-cabecalho {
        font-size: 0.5rem;
    }

}