﻿div .card-borda {
    border: 12px solid #729924;
    padding: 20px;
}
div .card-body {
    color: #333; /* Cor do texto */
    border: 2px solid #d5d5d5;
}

div .questoes {
    text-align: left;
    min-height: 300px;
}

div .espacamento20{
    margin-bottom:20px;
}

p {
    font-family: Arial, sans-serif;
}

.subTitulo {
    text-align: center;
    color: black;
    font-size: 28px;
    font-weight: bold;
}

.itemSubTitulo {
    margin-bottom:30px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #0f83bb;
}

span label {
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom:10px
}

.centraliza_botoes_formulario {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Ajusta o espaçamento entre os elementos */
    margin-top: 20px;
}

.centraliza_botoes_formulario button {
    background: none;
    border: none;
    cursor: pointer;
}

.label_avancar {
    font-size: 25px;
    font-weight: bold;
}

button i {
    font-size: 30px;
    color: #007bff;
}

.img-diatese-objetiva {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .img-diatese-objetiva {
        max-width: 50%; /* Ajusta a largura em telas maiores */
    }
}