@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

 p {
  margin-bottom: 2rem;
 }

 p, a {
  font-size: 1rem;
 }

 a {
  color: #0256af;
 }

 a:hover {
  text-decoration: underline;
 }

 h1 {
  color: #363435;
  font-size: 1.5rem;
  font-weight: 700;
 }
 
 h2 {
  color: #093659;
  font-size: 1.25rem;
  font-weight: 600;
 }

 h3 {
  color: #505050;
  font-size: 1.125rem;
  font-weight: bold;
 }
 
 section {
  margin: 2rem 0;
 }

 .nav2 {
  background-color: #2c78b5;
  padding: 1rem;
 }

 .navbar-expand-sm .navbar-collapse {
  justify-content: center;
 }

 .item-menu{
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: bold;
  display: block;
  padding: .5rem 1.8rem
 }

 #menu2 a.active {
  color: #e6f4ff !important;
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: bold;
  display: block;
  padding: .5rem 1.8rem;
 }

 .btn-primary {
    padding: 1rem 0;
    background-color: #195688;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1.5rem 4rem;
    border: none;
    box-shadow: 2px 2px 4px #00000094;
   transition: .3s;
 }

 .btn-primary:hover {
  background-color: #144771;
  transition: .3s;
 }

section {
  padding: 40px 0;
}

.accordion {
 background-color: #195688;
    color: white;
    cursor: pointer;
    padding: 1rem 0 1rem 2rem;
    width: 100%;
    /* border: none; */
    text-align: left;
    outline: none;
    font-size: 1rem;
    transition: .3s;
    border: none;
    border-bottom-width: 1px;
    font-weight: normal;
    margin-top: 15px;
    border-radius: 4px;
    font-weight: 505;
    box-shadow: 1px 2px 5px 0 #00000052;
}
.primary-list{
    border-radius: 10px;
    padding: 1rem;
}

.primary-list li {
 margin-bottom: .25rem;
}
.accordion:after {
 font-family: 'Font Awesome 5 Free';
 content: "\f078";
 color: white;
 font-weight: bold;
 float: right;
 margin-right: 17px;
}

.ativo:after {
 font-family: 'Font Awesome 5 Free';
 content: "\f077";
}

.acc2:after{
 margin-right: 17px !important;
 margin-left: -23px !important;
 margin-top: -10px;
}

.panelx {
 padding: 0 18px;
 background-color: #8080801a;
 max-height: 0;
 overflow: hidden;
 transition: max-height 0.2s ease-out;
 //border: 2px solid #f4e4e4;
 border-top: 0;
}

.panelx p, .panelx h3{
 margin: 25px;
}

.panelx a{
 font-size: 1rem !important;
}

.panelx a:hover{
 font-size: 1rem !important;
}

.panelx ul{
 margin: 25px;
}

button:focus {
    outline: none !important;
    outline: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

