/*
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
*/

.image img {
	object-fit:cover;
}

.news_desc .text-capitalize.font-normal.darkcolor a {
    white-space: normal;
}


/* 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;
}

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


.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; 
}

#about  .heading-title.mb-4  .darkcolor.font-normal.bottom30 p {
    font-size: 45px;
    line-height: 1em;
}

#blog .col-lg-4, .col-md-6 {
    display: flex;
    flex-direction: column;
}

#blog .news_item {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 20px; /* Ajuste conforme necessário */
}



#blog .news_desc {
    flex: 1; /* Faz com que a descrição ocupe o restante do espaço */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

#blog .news_item .blog-img {
    margin: unset !important;
}

#stayconnect {
    display:none;
}

.full-map {
    margin-bottom: unset !important;
}

.title-privacy h1 {
    padding: 20px;
    color: #384141;
    text-align: center;
}

.description-legal {
    padding-bottom: 50px;
    padding-top: 20px;
}

.navbar-brand {
    width: 150px !important;
}




@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);
    }
}