@charset "UTF-8";


    /*  Geral  */


/* @import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap'); */
/* @import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700&display=swap'); */

@font-face {
    font-family: 'Fira Sans';
    src:url(../fonts/FiraSans-Regular.ttf);
}

html {
    height: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    position: relative;
    font-family: 'Fira Sans', sans-serif !important;
    color: #1A1718;
    min-height: 100%;
    font-size: 17px;
}

h1, h2, h3, h4, h5, h6, p, div {
    font-family: 'Fira Sans',sans-serif !important;
}



    /* Header */


.bck-header {
    background-color: rgb(173, 222, 247, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
}
.bck-header .nav-inorm .navbar-nav>.nav-link {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0096DE;
}
.bck-header .nav-inorm .navbar-nav>.nav-link.active, .bck-header .nav-inorm .navbar-nav>.nav-link:hover {
    color: #1A1718;
}
.bck-header .nav-inorm .navbar-nav>.nav-link:not(:last-child) { margin-right: 40px;}


    /* Home */


.section1-home {
    background-image: url("../../assets/img/home_banner3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0 150px;
}
.section1-home .home-hd1 {
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    color: #345387;
    letter-spacing: 3px;
    line-height: 1.3;
    width: 500px;
    margin-top: 25%;
}
.section2-home {
    padding: 60px 0 80px;
}
.title1-home {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.title1-home span { border-bottom: 3px solid #0096DE;}
.section2-home .produtos-txt {
    text-align: justify;
    margin: 30px 0 70px;
}
.section2-home .mascara-box { position: relative;}
.mascara-box .mascara-num {
    position: absolute;
    top: -60px;
    right: -60px;
    font-size: 80px;
    font-weight: 600;
    color: #0096DE;
    letter-spacing: 5px;
}
.mascara-box .mascara-num>span { font-size: 60px;}
.col-masc1 .mascara-box { margin-right: 60px;}
.col-masc2 .mascara-box { margin-left: 60px;}
.mascara-box .mascara-pack {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0 20px;
}
.mascara-box .mascara-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    text-align: center;
    min-height: 425px;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}
.col-masc1 .mascara-box .mascara-img-box { padding: 25px 25px 0;}
.section3-home {
    position: relative;
    padding: 0 0 30px;
    padding: 0 0 230px;
}
.section3-home .aplicar-box {
    margin-top: 60px;
    text-align: center;
}
.section3-home .list-aplicar>li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin-right: 0;
    margin-bottom: 30px;
}
.section3-home .aplicar-num {
    font-size: 25px;
    font-weight: 600;
}
.section3-home .aplicar-img { margin: 10px 0 15px;}
.section3-home .aplicar-txt {
    max-width: 160px;
    line-height: 1.3;
}


    /* Footer */


.fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.section-footer {
    position: relative;
    background-color: #f6f6f6;
    padding: 30px 0;
}
.section-footer .title1-home {
    font-size: 22px;
    text-align: left;
}
.section-footer .contacto-nome {
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0 10px;
}
.section-footer .contacto-morada { font-size: 15px;}
.section-footer .logos-box {
    display: flex;
    justify-content: flex-end;
}
.section-footer .logos-box .list-logos {
    margin-top: 55px;
    margin-bottom: 0;
}
.section-footer .logos-box .list-logos>li:not(:last-child) {
    margin-right: 35px;
}
.section-footer .list-contactos { margin-bottom: 8px;}
.section-footer .list-contactos>li:not(:last-child) { margin-right: 0;}
.section-footer .list-contactos>li span { font-weight: 600;}
.section-footer .list-contactos>li .inorm-email { color: #1A1718;}
.section-footer .ficha-projeto {
    margin-top: 10px;
    text-align: right;
    text-decoration: underline;
}
.section-footer .ficha-projeto>a { color: #1A1718;}
.section-footer .ficha-link { margin-top: 45px;}
.fixed-footer .section-ficha-mobile { display: none;}


@media screen and (max-width: 1300px) {

    .mascara-box .mascara-num { right: 0;}
}

@media screen and (max-width: 1199px) {

    .section1-home { padding: 130px 0 60px;}
    .section1-home .home-hd1 { margin-top: 20%;}
    .col-masc1 .mascara-box { margin-right: 20px;}
    .col-masc2 .mascara-box { margin-left: 20px;}
    .col-masc1 .mascara-img-box .mascara-img { width: 100%;}
    .mascara-box .mascara-img-box { min-height: 390px;}
    .section3-home .list-aplicar>li { padding: 0 35px;}
    .section-footer .ficha-link { margin-top: 55px;}
    .section-footer .ficha-link .logo-ficha { width: 100%;}

}

@media screen and (max-width: 991px) {

    .bck-header .navbar-toggler { border-color: #1A1718;}
    .bck-header .nav-inorm .navbar-nav>.nav-link:not(:last-child) { margin-right: 0;}
    .section2-home .mascara-box {
        width: 500px;
        margin: 0 auto;
    }
    .mascara-box .mascara-img-box { min-height: 300px;}
    .col-masc2 { margin-top: 30px;}
    .col-masc1 .mascara-box { margin-right: auto;}
    .col-masc2 .mascara-box { margin-left: auto;}
    .col-masc1 .mascara-img-box .mascara-img { width: 300px;}
    .col-masc2 .mascara-img-box .mascara-img { width: 250px;}
    .section2-home { padding: 40px 0 30px;}
    /* .section3-home { padding: 0;} */
    .section3-home .list-aplicar>li { padding: 0 25px;}
    .section-footer .logos-box .list-logos {
        /* margin-top: 25px; */
        margin-top: 15px;
        text-align: right;
    }
    .section-footer .logos-box .list-logos>li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 25px;
    }

}

@media screen and (max-width: 767px) {

    .bck-header .logo { width: 150px;}
    .bck-header .nav-inorm .navbar-nav>.nav-link { font-size: 18px; }
    .section1-home { padding: 90px 0 40px;}
    .section1-home .home-hd1 {
        font-size: 28px;
        width: 100%;
        /* margin-top: 16%; */
    }
    .section2-home { padding: 30px 0 30px;}
    .section2-home .mascara-box { width: 100%;}
    .mascara-box .mascara-num {
        top: -50px;
        font-size: 60px;
    }
    .mascara-box .mascara-num>span { font-size: 45px;}
    .title1-home { font-size: 22px;}
    .mascara-box .mascara-img-box { min-height: 260px;}
    .mascara-box .mascara-pack {
        font-size: 18px;
        margin: 20px 0 20px;
    }
    .section3-home { padding: 0;}
    /* .section3-home { padding: 0 0 270px;} */
    .section3-home .aplicar-box { margin-top: 40px;}
    .section3-home .list-aplicar>li { margin-bottom: 15px;}
    .section3-home .aplicar-num { font-size: 22px;}
    .section3-home .aplicar-txt { font-size: 15px;}
    .section-footer { padding: 30px 0 10px;}
    .section-footer .title1-home { font-size: 19px;}
    .section-footer .contacto-nome { font-size: 16px;}
    .section-footer .logos-box .list-logos>li:not(:last-child) { margin-right: 25px;}
    .section-footer .logos-box { justify-content: center;}
    .section-footer .logos-box .list-logos { text-align: center;}
    .section-footer .list-logos .logo-lx { width: 150px;}
    .section-footer .list-logos .logo-pt { width: 180px;}
    .section-footer .ficha-projeto { text-align: center;}
    .section-footer .ficha-link { margin-top: 15px;}
    .fixed-footer {
        position: relative;
        padding-bottom: 70px;
    }
    .section-footer .col-ficha { display: none;}
    .fixed-footer .section-ficha-mobile {
        display: block;
        background-color: #f6f6f6;
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 10px 0;
    }
    .fixed-footer .section-ficha-mobile .logo-ficha { width: 100%;}
}

@media screen and (max-width: 575px) {

    /* .mascara-box .mascara-img-box { padding: 0 25px;} */
    /* .section-footer .logos-box .list-logos>li:not(:last-child) { margin-right: 0;} */
    .section3-home .list-aplicar>li { padding: 0 10px;}
}

@media screen and (max-width: 480px) {

    .fixed-footer { padding-bottom: 60px;}
    .fixed-footer .section-ficha-mobile { min-height: 70px;}

}

@media screen and (max-width: 400px) {

    .col-masc1 .mascara-img-box .mascara-img { width: 250px;}
    .col-masc2 .mascara-img-box .mascara-img { width: 220px;}
}





