body {

    margin: 0;
    padding: 0;
    color: #333;
}
#opacidade{
    height: 400px;
}
.banner-home{
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    background-position: center;
}

#search-fornecedor{
    background-color: white;
}

#consolidai-announcement{
    background-image: url( 'https://consolidai.com.br/wp-content/uploads/2023/07/erp-de-gestao.png' );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.c-consolidai-blur{
    background-color: #923634ec;
}

#title-section-tools{
    color: #991e1c;
    font-weight: bolder;
}

/* Estilos da seção de introdução */
.intro {
    background-image:url(fotos/industria_back3.webp);
    background-size: cover;
}

.intro h1 {
    font-size: 36px;
    color: white;
    font-weight: bold;
}

.intro p {
    font-size: 18px;
    margin-top: 20px;
    color: white;
}

.cta-button {
    display: inline-block;
    background-color: #923534;
    color: #ffffff;
    margin-top: 30px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    padding: 12px;
}

.cta-button:hover {
    background-color: #732329;
}

/* Estilos da seção de anúncios */
.announcements {
    background-color: #ffffff;
    padding: 40px 0;
}

.announcements h2 {
    text-align: center;
    font-size: 28px;
    color: #923534;
    font-weight: bolder;
}

.announcement-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.announcement-card {
    flex-basis: calc(32% - 20px); /* 3 cards por linha, com espaçamento entre eles */
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;

    border: 1px solid rgba(0, 0, 0, 0.217);
}

.announcement-card:hover {
    transform: translateY(-5px); /* Efeito de levantamento ao passar o mouse */
    border: 1px #7323288c;
    box-shadow: 0 0 0.5em #991e1c;
}

.icon-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-top: 10px;
}

.icon-text i {
    margin-right: 10px;
    color: #923534; /* Cor do ícone */
}

.more-info {
    text-align: center;
    margin-top: 20px;
}

.more-info a {
    text-decoration: none;
    color: #923534;
    font-weight: bold;
}

/* Estilos do botão "Ver Mais" */
.see-more {
    text-align: center;
    margin-top: 40px;
}

.see-more a {
    text-decoration: none;
    background-color: #923534;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.see-more a:hover {
    background-color: #732329;
}


/* Estilos gerais para ícones do Font Awesome */
.fa {
    font-size: 24px;
}

#section-3{

    display: flex;
    align-items: center;
    justify-content: center;

}

#section-3 h2{
    margin-bottom: 3%;
}
.column{
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

#column-1
{
    margin-right: 5%;
}
#column-2{
    margin-left: 5%;
    padding-bottom: 30px;

}

#column-2 p{
    width: 90%;
    padding-bottom: 20px;
}


.cta{
    background-image: linear-gradient(to bottom right, #ce4c4a #923534,);
}

.column p{
    font-size: 1.3em;
}

#img-section-3{
    max-width: 340px;
}
#traducao-btn{
    padding: 10px 50px;
    border-radius: 15px;
    background-color: #4CAF50;
    margin-top: 30px;

}
#search{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
#search i{
    margin-left: 10px;
    margin-right: 15px;
}
#search input{
    width: 100%;
    padding: 5px 0px 5px 5px;
    border-radius: 10px;
}
#pesquisa{
    width: 50%;
}

#search select{
    border-radius: 10px;
    padding: 5px 0px 5px 5px;
}

#c-search-home{
    border: solid;
    border-width: 1px;
    border-radius: 10px;
}
#c-search-home input{
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 10px;
}
#c-advice-search{
    width: 50%;
    margin: 0 25%;
    background-color: #cccccc3b;
    padding: 12px;
    border-radius: 20px;
    border: solid;
    border-width: 1px;
    box-shadow: 0 0 0.3em #1b1b1b79;
    font-size: 0.8em;
}

.cursor-pointer{
    cursor: pointer;
}

.c-enterprise-details{
    background-color: #cccccc3b;
    padding: 12px;
    text-align: start;
}

.c-enterprise-details h4{
    color: #923534;
    text-align: center;
}

.c-enterprise-details p{
    text-align: center;
}

@media (min-width:690px) and (max-width: 1040px) {
    .announcement-card {
        flex-basis: calc(45% - 20px); /* 2 cards por linha em telas menores */
    }
}

@media (max-width:689px){
    .announcement-card {
        flex-basis: calc(40% - 20px); /* 2 cards por linha em telas menores */
    }
}
@media (max-width:500px){
    .announcement-card {
        flex-basis: calc(95% - 20px); /* 2 cards por linha em telas menores */
    }
}

@media (max-width: 1024px){
    .see-more{
        display: none;
    }
    .logo-header{
        display: none;
    }
    .banner-home{
        min-height: 500px;
    }
    #c-advice-search{
        width: 100%;
        margin: 0;
    }
    #section-3{
        flex-direction: column;
    }
    .column{
        width: 90%;

    }
    #column-1{
        margin-right: 0;
    }
    #column-2 h2{
        text-align: center;
        margin: 10px 0px;
    }
    #column-2 p{
        width: 95%;
    }
        #column-2{
            margin-left: 0;
        }

    .cta-button{
        margin-bottom: 20px;
    }
    #traducao-btn{
        font-size: 22px;
        padding: 15px 18px;

    }

    #search{
        flex-direction: column;
    }

    #search input{
        width: 83%;
    }

    #search select{
        width: 70%;
        margin-top: 10px;
    }
    #search i{
        margin-right: 0px;
    }
    #pesquisa{
        width: 70%;
    }
    #c-traducao{
        flex-direction: column-reverse;
    }
    #c-image-traducao{
        padding-bottom: 50px;
    }
}
