/* footer {
    position:fixed;
    bottom:0px;
    width:100%;
    height: 50px;
    background-color: #3D28B4;
 }
 .bi::before {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
  }
.titulos {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    text-align: center;
    margin-bottom: 10px;
    height: 40px;
    background-color: #0d47a1;
    color: #FFFFFF;
}
.subtitulos {
    border-radius: 60px;
    height: 80px;
    width: 100%;
    padding: 10px;
    margin: 10px;
    text-align: center;
    background-color: #e4e3de;
    color: black;
}

 */

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }
