@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/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;
}

p,
a,
ul,
li {
 font-size: 1rem;
}

p, li {
 color: #2a2a2a;
}

a {
 color: #0052d5;
}

a:hover {
 color: #0052d5;
}

h1, h2, h3, h4{
 font-weight: bold;
}

h1 {
 font-size: 1.95rem !important;
 color: #1068a1;
}

h2 {
 color: #024ee2;
 font-size: 1.7rem;
 padding: 1rem 0 .4rem;
}

h3 {
 font-size: 1.4rem;
} 

h4 {
 font-size: 1.1rem;
}
.navbar-expand-sm .navbar-collapse {
 justify-content: center;
}
.btn{
  width: 70% !important;
  box-shadow: 2px 2px 3px #00000096;

}
.nav2 {
 background-color: #00497c;
 padding: 1rem;
}

.item-menu{
 color: #b1e0ff !important;
 text-transform: uppercase;
 font-size: 15px !important;
 font-weight: bold;
 display: block;
 padding: .5rem 1.8rem
}

#menu2 a.active {
 color: #FFFFFF !important;
 text-transform: uppercase;
 font-size: 15px !important;
 font-weight: bold;
 display: block;
 padding: .5rem 1.8rem;
 text-decoration: underline;
}

#menu2 a.active > a:before {
 visibility: visible;
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}

section {
 padding: 5rem 0 4rem;
} 

.accordion {
 background-color: #feecd4;
 color: #2a2a2a;
 cursor: pointer;
 padding: 0.7rem 0 0.7rem 2rem;
 width: 100%;
 /*border: none;*/
 text-align: left;
 outline: none;
 font-size: 1rem;
 transition: .3s;
 border: 3px solid #feecd4;
 border-bottom-width: 1px;
 font-weight: normal;
 margin-top: 15px;
 border-radius: 4px;
 font-weight: 500;
 box-shadow: 1px 2px 0px 0 #d7d0c6;
}

.accordion:after {
 font-family: 'Font Awesome 5 Free';
 content: "\f078";
 color: #2a2a2a;
 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: #fdfbf9;
 max-height: 0;
 overflow: hidden;
 transition: max-height 0.2s ease-out;
 //border: 2px solid #f4e4e4;
 border-top: 0;
}

.panelx p{
 margin: 25px;
 font-size: 14px !important;
 color: #572727;
}

.panelx a{
 font-size: 0.875rem !important;
}

.panelx a:hover{
 font-size: 0.875rem !important;
}

.panelx ul{
 margin: 25px;
}

@media (min-width: 0) and (max-width: 576px) {

}


