* {
    font-family: 'Poppins', sans-serif;
}
body {
    background-color: #92a8d1;
}

.topo {
    display: flex;
    justify-content: center; 
    align-items: center; 
    padding: 50px;
}

.searchText {
    color: #fff;
    font-size: 30px;
    font-weight:bold;
    text-align:center;
}

.optionText {
    color: #fff;
    font-size: 18px;
    font-weight:bold;
    text-align:center;
}

.rodape {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.rodape img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.detalhes {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    width: 500px;
}

.card {
    display: flex;
    flex-direction: row;
}
.imagem img {
    max-width: 50px; /* Tamanho máximo da imagem */
}

li {
  list-style-type: none;
}

#conteudoBateria {
    margin-top: 20px;
}
        /* Classe personalizada para o fundo amarelo */
        .custom-blue-bg {
            background-color: #001c3f;
        }
        .card-img-top {
            max-width: 80%; /* Ajuste o valor conforme necessário */
            height: auto; /* Mantém a proporção da imagem */
            margin: 0 auto;
        }
        .card-bateria {
            margin-bottom:20px;
        }
        .card-produto{
            color: #04499C;
            margin-top: 10px;
            font-weight: bold;
        }
        .card-title{
            color: #00396E;
            margin-top: 10px;
            font-weight: bold;
            color: #fff;
        }
        .card-text{
            color: #00396E;
            margin-top: 10px;
            font-weight: bold;
            color: #fff;
        }
        .card-body {
            margin:0;
            padding:0;
        }

