:root {
 --color-1: #da3640;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600,700');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css");

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

#menuVotacao {
 background-color: #da3640;
 padding: 1.2rem;
}

p {
  color: #393a3f;
  font-size: 16px;
}

a {
  color: #0054b3;
  font-size: 16px;
}

a:hover { 
  color: #0054b3;
  text-decoration: none;
}

a.link {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

a.link:hover { 
  color: #fff;
  text-decoration: none;
}

ul, li{
 margin-bottom: 5px;
 font-size: 16px;
 color: #393a3f;
 font-family: "Roboto", sans-serif;
} 

p.font-1-b {
 text-transform: uppercase;
 margin-top: 1.5rem;
}

span.color-1 {
 color: var(--color-1);
 font-weight: 700;
}

span.font-2 {
 text-transform: uppercase;
}

hr.color-1 {
 border: 1px solid var(--color-1);
}

h1, h2, h3 {
 font-family: "Roboto", sans-serif;
 font-weight: bold;
}

h1 {
 color: #FFF;
 font-size: 30px;
 text-transform: uppercase;
 float: left;
 margin: 0;
}

h2 {
  font-size: 23px;
  color: #1678bd;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

h3 {
  font-size: 21px;
  color: #334a89;
  margin: 20px auto 10px;
}

.card {
 margin: 1rem 0 0;
}

.card-text {
 font-size: 1.2rem;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 40px 0 60px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

.navbar {
 padding: .2rem 1rem;
}

.navbar-brand {
 margin-right: 1rem;
}

.btn-access {
 background-color: var(--color-1);
 color: #ffffff;
 border: none;
 border-radius: 30px;
 padding: 1rem;
 display: flex;
 justify-content: center;
 text-transform: uppercase;
 font-weight: 600;
 margin: 1rem 0;
}

.btn-access:hover {
 background-color: #b62e36;
 color: #ffffff;
}

@media only screen and (max-device-width: 1024px) {

 p {
  font-size: 17px;
 }

 h1 {
  font-size: 23px;
 }

 h2 {
  font-size: 21px;
 }

 img.brand {
  height: 15px;
  width: 257px;
 }

 .btn-submit {
  display: block;
  margin-left: auto;
  width: 100%;
 }
}