/*
Theme Name: critec
Theme URI: https://critec.pt/
Author: critec
Author URI: https://critec.pt/
Description: critec
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: critec
*/

/*
Theme Name: critec
Theme URI: https://critec.pt/
Author: critec
Author URI: https://critec.pt/
Description: critec
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: critec
*/



/* FOOTER */
.navbar-nav.ml-auto.mr-auto.footer-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.slick-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#sidemenu_toggle {
    display: none;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    background-color: #abcc6d;
}

.overlay-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color: #11111130;
}

.img-services {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.link-footer {
    padding-left: 5px;
    padding-right: 5px;
}

.legal {
    padding:100px 0px;
}

@media screen and (max-width:756px) {
    #sidemenu_toggle {
        display: block;
    }
}

/*************************** BANNER  ***************************/


.banner-all {
    position: relative;
}

.banner-img {
    position: relative;
}


.banner-content {
    position: absolute;
    bottom: 50px; 
    left: 30px; 
    color: #fff; 
    padding: 50px; 
    width: calc(100% - 40px); 
    box-sizing: border-box;
}

.banner-title {
    font-size: 100px; 
    margin: 0; 
    font-weight: bold;
}

.banner-subtitle {
    font-size: 100px; 
    color: #849D46;
    font-weight: bold; 
    margin: 40px 0 0 0; 
}

.company-about.fadeIn {
    display: flex;
    justify-content: center;
}


.col-md-4.credits {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}


@media (max-width: 768px) {
    .banner-title {
        font-size: 60px;
    }

    .banner-subtitle {
        font-size: 60px;
        line-height: normal;
    }

    .banner-content {
        padding: 20px;
        bottom: 30px;
        left: 15px;
        width: calc(100% - 30px);
    }

    .header-appear .navbar-top-default {
        height:100px;
    }

    .company-about.fadeIn {
        text-align: center;
    }

    .footer-style-1.bg-light .col-md-4.d-flex {
        justify-content: center;
    }

    .footer-style-1.bg-light .col-md-4{
    text-align: center;
    }

    .row.align-items-center {
        gap: 20px;
    }

    .submit-container p {
        display: flex;
        padding-left: 30vw;
    }


}