body{
    background-color:  white;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: #eaeced !important;
}
.bg-blanco {
    --bs-bg-opacity: 1;
    background-color: white;
}
label {
    color: black;
    font-weight:normal;
    font-size: 16px;
}

.list-group-item {
    background-color: #f8f9fa;
    border: #f8f9fa; 
}

.card {
    padding: 20px;
}
.seccion{
    padding: 10px;
}
.form-control {
    width: 100%;
    padding: .95rem .75rem;
}
.letrachica{
    font-size: smaller;
    color:rgba(92, 92, 95, 0.788);
}
.letragrande{
    font-size: 48px;
    color:rgb(26, 25, 25);
}
.letramedia{
    font-size: 20px;
    color:white;
}
.letramedianegra{
    font-size: 20px;
    color:black;
}
.icon-grande {
    font-size: 2em; /* 2 veces el tamaño predeterminado */
  }
.usuario {
       color:rgb(17, 143, 6);
   
}

a {
    color: rgb(1 8 18);
    text-decoration: none;
    /* text-decoration: underline;*/
}
a:hover
{ 
    text-decoration: underline;
}
.pregunta h1{
    font-size: 2rem;
}
.pregunta h2{
    font-size: 1rem;
}

.icon-grande {
  font-size: 1.5em; /* 2 veces el tamaño predeterminado */
}

table {
    width: 60%;
    margin: 20px auto;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}
th, td {
    padding: 10px;
    text-align: left;
}
th {
    background-color: #28a745;
    color: white;
}

td .verde
{
background-color: #28a745;
}
.tituloverde
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #28a745;
    color: white;
}
.bg-verde{
    background-color: #eaf4e3;
}

.darkgreen{
    background-color: #28a745;
}
.textoapretado{
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: justify;
}
.bg-gris
{
    background-color: #d4d6d4; 
}
.bg-blanco
{
    background-color: white; 
}