@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;
}

h2 {
 color: #024ee2;
 font-size: 1.6rem;
 padding: 1rem 0 .4rem;
}

h3 {
 font-size: 1.3rem;
} 

h4 {
 font-size: 1.1rem;
}

.nav2 {
 background-color: #024ee2;
 padding: 1rem;
}

.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: #ffd0c1 !important;
 text-transform: uppercase;
 font-size: 15px !important;
 font-weight: bold;
 display: block;
 padding: .5rem 1.8rem;
}

#menu2 a.active > a:before {
 visibility: visible;
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}

nav.breadcumb {
 margin-bottom: 3rem;
}

/* Introdution */
#intr, .general  {
 margin: 3rem 0;
}

/* Contador */
#cont {
 background-color: #e35a31;
 padding: 6rem 0;
 margin-bottom: 0;
}

h2.cont-title {
 color: #ffffff;
}

span.cont-number {
 font-size: 4rem;
 font-weight: 700;
 color: #feead3;
}

p.cont-subtitle {
 font-weight: 500;
 font-size: 1.1rem;
}

hr.cont-line {
 border-top: 3px solid #feead3;
 width: 10%;
}

hr.cont-line.blue {
 border-top: 3px solid #024ee2;
 width: 5%;
 margin: 0.8rem 0;
}

a.cont-btn {
 border: 1px solid #feead3;
 padding: 1rem 6rem;
 border-radius: 10px;
 color: #feead3;
 margin-top: 9rem;
 transition: 0.3s;
}

a.cont-btn:hover {
 background-color: #feead3;
 color: #e35a31;
 font-weight: bold;
}

/* Table */
h3.cont-subtitle.table {
 background-color: #feead3;
 padding: 1rem 2rem;
 border-radius: 2rem;
 margin: 2rem 0;
 //text-align: center;
}

.table.cont {
  color: #21252a;
  margin-top: 3rem;
  border-radius: 10px;
  background-color: #fee9d1;
}

.table td, .table th {
  border-top: 1px solid #c34d29;
  padding: 1.2rem;
}

/* Section Continents */
.general.continents {
 padding: 5rem 0 4rem;
 background-color: #e35a31;
 margin-bottom: 0;
} 

h3.general-subtitle {
 color: #00359d;
 padding-bottom: 1rem;
}

.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;
}

ul.accordion-itens {
 padding: 1rem 2rem;
}

span.detail-local {
 font-weight: 500;
 font-size: 1.05rem;
}

@media (min-width: 0) and (max-width: 576px) {
 ul.accordion-itens {
  margin: 0;
  padding: 2rem;
 }
}


