body {
    background-image: url('img/fundo.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    }
.linha{
    background-color: #002959;
    width: 100%;
    height: 125px;
}
.linha01{
    background-image: '..//assets/imagens/imagens/topo01';
    background-color: #22b4e5;
    width: 100%;
    height: 30px;
}
.linha02{
    /*background-color: #2071B7;*/
    width: 100%;
    height: 200px;
}
.logo{
    text-align: center;
   margin-bottom: 5%;
   
}

.gradiente {
    background-image: linear-gradient(red, yellow);
  }
  .topo01{
    background-image: '..//assets/imagens/topo01.png';
    height: 60%;
    background-color: red;
    width: 60%;
    margin: auto;
    display: flex;
    /* background-image: '../assets/imagens/topo01.png'; */
  }

input[type="radio"]:checked + label {
    color: #004ec2;
    border-radius: 900px solid rgb(255, 2, 2);
}

input[type="checkbox"]:checked + label{
    color: #004ec2;
    

}
.test{
    font-style: New Century Schoolbook, TeX Gyre Schola, serif;
}
.form{
    background-color: #0cd1d1c7;
    color: white green;
}
