@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: #6d30a9;
  font-size: 1.5rem;
  font-weight: 700;
 }
 
 h2 {
  color: #0d3783;
  font-size: 1.25rem;
  font-weight: 600;
 }

 h3 {
  color: #512978;
  font-size: 1.125rem;
  font-weight: bold;
 }

 h4 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1d396a;
 }
 
 section {
  margin: 2rem 0;
 }

 .nav2 {
  background-color: #0643b2;
  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: #a5f8ff !important;
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: bold;
  display: block;
  padding: .5rem 1.8rem;
 }

 .btn-primary {
  padding: 1rem 2.5rem;
  background-color: #572984;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  align-items: center;
  border: none;
  box-shadow: 2px 2px 4px #00000094;
  transition: .3s;
  min-width: 300px;
 }

 .btn-primary:hover {
  background-color: #442364;
  transition: .3s;
  transform: scale(1.10);
 }

 .btn-secondary {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #195688;
  padding: 1rem;
  background-color: transparent;
  color: #195688;
  font-weight: bold;
  align-items: center;
  transition: .3s;
  min-width: 300px;
 }

.btn-secondary:hover {
 transform: scale(1.10);
 transition: .3s;
 background-color: transparent;
 color: #195688;
}

section {
  padding: 40px 0;
}

 .flex {
   display: flex;
 }

 .flex-col {
  flex-direction: column;
 }

 .gap-4 {
  gap: 16px;
 }

.accordion {
 background-color: #0d3783;
    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: 8px;
    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;
}

@media (max-width: 991px) {
 .w-full {
   width: 100%;
 }
}