.menu-v1 {
    
    .logo img {
        max-height: 35px;
    }

}

.seccao-header-home {

    padding: 120px 0px 60px 0px;

    .banner-main-demo-inner-content .main-demo {
        max-height: 75vh;
    }

    .title {
        font-size: 45px !important;
    }

    .header-caption {
        margin-top: 20px;
    }

    .logo-dark {
        max-height: 85px;
    }

}

.seccao-servicos-v1 {

    padding: 60px 0px;

    .card-head {
        display: flex;
        align-items: center;
    }

    .logo-img  {
        padding: 10px;
    }

    .img-fluid {
        max-width: 100%;
        max-height: 100%;
    }

    .card-title {
        margin-bottom: 30px;
        margin-left: 30px;
    }


}

.seccao-sobre-nos {

    padding: 60px 0px;

}

.seccao-portofolio {

    padding: 60px 0px;

    .img-box.v2 {
        height: inherit;
        aspect-ratio: 6 / 5;
    }

    .img-box.v2 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .tmp-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
    }

    .latest-portfolio-card-style-two {
        padding-bottom: 70px;
    }

}

.seccao-contadores {

    padding: 60px 0px;

}

.seccao-formulario {

    padding: 60px 0px;

    .form-group textarea, .form-group input {
        background: #06131bcc !important;
    }

    .get-in-touch-wrapper {
        background-size: cover;
        background-position: top center;
    }

}
