.blastimo-title-d{
    font-family: 'Blastimo';
    margin: 2rem 0rem 1rem 0rem;
    font-size: 6em ;
    font-weight: 400;
    line-height: 4rem;
}

.p-dev{
    font-size: 1.1em ;
    font-weight: 600;
    line-height: 1.3em;
    text-align: justify;
    margin-bottom: 2rem !important;
    margin-top: 0px;
}


.m-open{
    padding-right: 5rem;
}

.logo-dev{
    height: 35px;
    margin-top: 1rem;
    object-fit: contain;
    display: flex;
    justify-content: left;
}

.header-text-dev{
    font-size: 1.2rem !important;
}

.title-icon{
    display: inline-flex;
}

.title-icon img{
    height: 25px !important;
    margin-right: 0.5rem;
}

/*mobile*/
@media (max-width:750px) {
    .blastimo-title-p{
        margin: 1rem 0rem !important;
        font-size: 3em !important;
        line-height: 2.5rem !important;
    }

    .logo-dev{
        width: 80%;
    }
}



/*desktop*/
@media (min-width: 750px) {
    .grid-action{
        display: grid;
        grid-template-rows:0.3fr 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        align-items: center;
    }

    .grid-action :nth-child(1){
        grid-column: span 2;
    }
    .grid-action :nth-child(2){
        grid-column: span 2;
    }

    .action-height{
        display: grid;
        align-content: center;
        min-height: calc(100vh - 80px);
    }

}

/*mobile*/
@media (max-width: 750px) {
    .grid-action{
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .grid-action :nth-child(1){
        grid-column: span 1;
    }
}

.card-action{
    height: 280px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-size: cover;
    border-radius: var(--border-radius);
    position: relative;
}


.btn-action{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    text-align: center;
}


.title-margem{
    margin-top: 3rem;
}


.title-m-emp{
    margin: 8rem 0em 5rem 0rem;
}

/**/



.grid-empreende{
    margin: 2rem 0rem;
    padding: 0rem 10%;
}

/*mobile*/
@media (max-width: 750px){
    .grid-empreende{
        margin: 2rem 0rem;
        padding: 0rem 0%;
    }
}

.card-empreende{
    display: grid;
    grid-template-columns: 30px 20px 1fr;
    grid-row: 1fr;
    width: 100%;
    text-decoration: none;
    margin: 1em 0em;
}

.card-empreende :nth-child(1){
    grid-column: 2 / 4;
    grid-row: 1;
}

.card-empreende :nth-child(2){
    grid-column: 1/ 3;
    grid-row: 1;
}

.ico-background{
    background-color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}

.ico-empreende{
    object-fit: contain;
    display: flex;
    align-content: center;
    justify-content: center;
}

.aba-empreende{
    border-radius: 50px;
    text-decoration: none;
    background-color: white;
    color: var(--prefsecondary);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0em 1em 0em 3em;
}

.aba-empreende:hover{
    background-color: var(--prefprimary);
    color: white;
}

.aba-empreende h4{
    font-size: 1.1em;
    font-weight: 700;
    margin-top: auto;
    margin-bottom: auto;
}


.w-md-70{
    width: 70%;
}

/*mobile*/
@media (max-width: 750px){
    .w-md-70{
        width: 100%;
    }

}

.card-news{
    text-decoration: none;
    color: black;
    position: relative;
}

.card-news h3{
    font-size: 1.1em;
    margin: 0.5em 0em;
}

.card-news p{
    font-size: 0.9em;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4;
    -webkit-box-orient: vertical;
}

.img-crop{
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.f-1em{
    font-size: 1em;
}

.f-small{
    font-size: small;
}


/*desktop*/
@media (min-width: 750px) {
    .card-sala{
        height: 90px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        word-wrap: break-word;
    }
}
