/* Estilo do Corpo da Página */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

/* Estilo do Conteúdo Principal */
.content {
    transition: margin-left 0.3s;
    flex: 1;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1800px;
}

/* Estilo dos Cards */
.card {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 1.5%;
    border: 1px solid #ccc;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    flex: 0 0 30%;
}

.card:hover {
    transform: scale(1.05);
}

.card-img {
    width: 100%;
    height: auto;
}

.card-content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    padding: 20px;
    transition: all 0.5s ease-in-out;
    transform: translateY(100%);
}

.card:hover .card-content {
    transform: translateY(0);
}

.card-title {
    margin: 0;
    font-size: 24px;
}

.card-text {
    font-size: 16px;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Estilo da Seção de Apresentação */
.apresentacao {
    text-align: justify;
    background-color: #3498db;
    color: #fff;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.historia {
    text-align: center;
}

.apresentacao p {
    font-size: 18px;
    line-height: 1.6;
}

/* Estilo do Título de Serviços */
.service {
    color: #333;
    background-color: #ecf0f1;
    padding: 30px;
    margin-top: 20px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.service h2 {
    font-size: 28px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    display: inline-block;
}

/* Estilo da Descrição */
.explicacao {
    color: #555;
    font-size: 16px;
    line-height: 1.5;
}

/* Animação nos Cards */
.card {
    transition: transform .2s;
}

.card:hover {
    transform: scale(1.05);
}

/* Estilo do Rodapé */
.hr-divider {
    border: 0;
    height: 1px;
    background-color: #574f49;
    margin: 20px 0;
}
.Barra_link {
    margin-right: 2em;
}
.imagem__responsivo-trajetoria {
    display: none
}

.imagem__trajetoria-banner {
    width: 25%; 
    margin: 3em 0 0 4em;
}

.texto__trajetoria {
    margin-left: 3em;
}

/* Estilo dos Links no Rodapé (Lista) */
.footer-links {
    text-align: center;
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 5px;
}

.footer-links a {
    color: #dcdcdc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffc107;
}

/* Estilo do Texto no Rodapé */
.footer-text {
    transition: color 0.3s ease;
}

.footer-text:hover {
    color: #ffc107;
}

/* Estilo do Texto de Direitos Autorais no Rodapé */
.footer-copyright {
    font-size: 14px;
    color: #6c757d;
}
/* breadcrumb */
.header {
    background-color: #f3f3f3;
    text-align: center;
    padding: 5px; /* Adicione um valor desejado para o preenchimento */
    opacity: 0;
    animation: fadeIn 0.6s forwards ease-in-out;
}

.banner_trajetoria {
    width: 30em;
    margin: 3em 0 0 4em;
    
}

.titulo_trajetoria {
    margin-left: 3em;
    margin-bottom: 2em;
}

.imagem_trajetoria {
    width: 100%; 
    margin: 3em 0 3em 0;
}

.imagem__responsivo-trajetoria {
    display: none;
    }

.box_trajetoria {
    display: flex;
    flex-direction: column;
}

.titulo_sobre_nos { 
    text-align: center; 
    margin-bottom: 2em;
    margin-top: 1em;

}

.img_principios {

    width: 30em;
        
} 

.box_principios {
    display: flex; 
    justify-content: space-around;
    
}

.titulo_valores {
    font-size: 28px;
}

.titulo_valor{
    margin-top: 20px; 
    margin-left: 100px; 
    margin-right: 100px; 
    text-align: justify;
    margin-bottom: 1em;
}

.texto_valores {
    margin-top: 20px; 
    margin-left: 100px; 
    margin-right: 100px; 
    text-align: justify;
    margin-bottom: 1em;
}

.box_valores{
    margin-top: 20px; 
    margin-left: 100px; 
    margin-right: 100px; 
    text-align: center; 
    display: flex;
    align-items: center;
    gap: 5px;
}


@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

h1 {
    margin: 0;
    font-size: 44px;/* Ajuste conforme necessário */

    @media screen and (max-width: 768px) {
        font-size: 36px; /* Ajuste para telas pequenas */
    }
}

p {
    margin-top: 10px; /* Ajuste conforme necessário */

    @media screen and (max-width: 768px) {
        margin-top: 5px; /* Ajuste para telas pequenas */
    }
}

@media screen and (max-width: 768px){
    .imagem_trajetoria {
        display: none;
    }

    .imagem__responsivo-trajetoria {
        display: block;
        width: 100%;
        margin-bottom: 2em;
    }
    .imagem__trajetoria-banner {
        width: 18em;
        
        
       
    }

    .texto__trajetoria {
        font-size: 18px;
        margin: 1em 0 1em 0;
    }

    .titulo_trajetoria {
        font-size: 11px;
        display: flex;
        justify-content: center;
        margin-left: 2em;

    }

    .imagem__trajetoria {
        display: none;
    }



    
    .img_principios {

        width: 25em;
        display: flex;
        justify-content: center;
        
    } 


}

@media screen and (max-width: 550px) {
    
    .banner_trajetoria {
        width: 20em;
        justify-content: flex-start;
       
    }

    .titulo_sobre_nos {
        font-size: 25px;
        text-align: center; 
        margin-bottom: 2em;
    }

    .box_principios {
        display: flex; 
        flex-direction: column;
        justify-content: center; /* Centraliza verticalmente */
        align-items: center; /* Centraliza horizontalmente */
       
        
        
        
    }

    .img_principios {
        width: 20em;
        display: flex;
        justify-content: center;               
        
    } 

    .titulo_valores {
        font-size: 18px;
    }

    .box_valores{ 
        margin-top: 20px; 
        margin-left: 1em; 
        margin-right: 0px;
        display: flex;
        align-items: center;
        gap: 2px;
        justify-content: first baseline;
        
        
    }

    .titulo_valor{ 
        margin-left: 80px; 
        text-align: center;
        font-size: 20px;
        
    }

    .texto_valores {
        margin-top: 20px; 
        margin-left: 40px; 
        margin-right: 40px; 
        text-align: justify;
        margin-bottom: 1em;
    }

    

}
