@font-face {
    font-family: 'nixieone';
    src: url('../assets/font/nixieone.ttf') format('truetype');
}

body {
    font-family: 'nixieone';
    margin: 0;
    padding: 0;
}

section {
    background-color: #fff;
    padding-bottom: 50px;
}

.headercontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.headercontainer h1 {
    font-family: 'nixieone';
    font-size: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.card__marca {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.card__marca:hover {
    transform: translateY(-2px);
}

.card {
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
}

.imagens {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.imagens img.logo {
    height: auto;
    width: 220px;
    object-fit: contain;
}

.imagens img.selo {
    width: 80px;
    height: auto;
}

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

.titulomarca {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.textomarca {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.leiamais {
    font-size: 14px;
    color: #b85c38;
    font-weight: bold;
    text-decoration: none;
    margin-top: 5px;
    transition: color 0.3s;
    display: inline-block;
}

.leiamais:hover {
    color: #8b3a1a;
}

.estados__atuantes {
    background-color: #f9f9f9;
    padding: 10px 15px;
    border-left: 4px solid #e0a600;
    border-radius: 6px;
    margin-top: 10px;
}

.estados__atuantes .title {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 4px;
    color: #444;
}

.estados__atuantes .estadovenda {
    font-size: 13px;
    color: #555;
}
