@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, a {
 font-size: 1rem;
}

p {
  color: #191919;
}

a {
  color: #337aae;
}

a:hover { 
  color: #337aae;
  text-decoration: none;
}

h1, h2, h3 {
 font-weight: bold;
}

h1, h2 {
 text-transform: uppercase;
}

h1 {
  font-size: 1.56rem;
  margin: 30px 0 0 0; 
}

h2 {
  font-size: 18px;
  color: #3db8c9;
  margin: 30px 0 0 0;  
}

h2.title {
 font-size: 1.3rem;
 margin: 3.5rem 0 1rem;
 color: #00308b;
}

h3 {
  font-size: 15px;
  color: #00648a;
}

h3.subtitle {
 color: #00648a;
 font-size: 1.2rem;
 margin-left: 1rem;
}

hr.line {
 background-color: #ededed;
 margin-bottom: 2rem;
}

hr.line-light {
 background-color: #ededed;
}

span.date {
 font-size: 1.3rem;
}

.nav2 {
  background: linear-gradient(45deg, #002586, #00c2cd);
  padding: .8rem 1rem;
  box-shadow: 0px 4px 8px 0 #c7c5c5bd;
}

.item-menu{
  color: #d7d7d7 !important;
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: bold;
  display: block;
  padding: .5rem 1.5rem;
}

#menu2 a.active {
  color: #9fe2ff !important;
  text-transform: uppercase;
  font-size: .95rem !important;
  font-weight: bold;
  display: block;
  padding: .5rem 1.5rem;
}

#menu2 a.active > a:before {
visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#menu-id a.active {
 color: #0066a4 !important;
 font-size: 13.4px !important;
 font-weight: bold;
 padding: 1rem 0.2rem;
}

.idioma {
 font-size: 13px;
 color: #565656;
 padding: 1rem 0.2rem;
}

.gradient {
  background-image: linear-gradient(to right, #172983, #3db8c9);
  color: black;
  background-clip: text;
  -webkit-background-clip: text;

  /* Adicionado: */
  -webkit-text-fill-color: transparent;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 40px 0;
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

a.btn-primary {
  text-transform: uppercase;
  border-radius: 10px;
  padding: 1rem 2.5rem;
  display: flex;
  justify-content: center;
  font-weight: 600;
  background: linear-gradient(90deg, #002586, #00c2cd);
  font-size: 1.1rem;
}

a.btn-primary:hover {
  transform: scale(1.1);
  transition: 0.4s;
}

a.btn-primary.english {
  font-size: 1rem;
}

.box-intr {
  padding: 10px;
  margin: 40px 0 0 0;
}

.box-1 {
  padding: 10px 10px 15px 10px;
  //background-color: #FFFFFF;
  margin: 40px 0 40px 0;
}

hr {
 background-color: #5a5a5a;
}

.section-logos {
 background-color: #142636;
}

/***** ACCORDION ******/

.accordion {
  background-color:  #3aaec4;
  color: #FFFFFF;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  text-align: left;
  outline: none;
  font-size: 1.10rem;
  transition: 0.4s;
  border: 3px solid #3aaec4;
  border-bottom-width: 1px;
  font-weight: bold;
  margin-top: 10px;
  padding: 1rem 1rem 1rem 2rem;
}

.accordion:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f078";
  color: #FFFFFF;
  font-weight: bold;
  float: right;
  margin-right: 0;
}

.ativo:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f077";
}

.panelx {
  padding: 0 18px;
  background-color: #f7f7f7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-top: 0;
}

.panelx p {
  margin: 25px;
  font-size: 1rem !important;
}

.panelx a {
  font-size: 1rem !important;
}

.panelx a:hover {
  font-size: 1rem !important;
}

.panelx ul{
  margin: 25px;
}

@media (min-width: 0px) and (max-width: 576px) {
 a.btn-primary:hover {
  transform: scale(1.04);
  transition: 0.4s;
 }

 .accordion {
   display: grid;
   grid-template-columns: 22fr 1fr;
   align-items: center;
 }
}

@media (min-width: 576px) and (max-width: 992px) {
 .row.intr, .row.logos {
  display: grid;
  grid-template-columns: 1fr;
 }

 .row.apoio {
  display: grid;
  grid-template-columns: 1fr 1fr;
 }

 .col-sm-2, .col-sm-6, .col-sm-9, .col-sm-3 {
  max-width: fit-content;
 }
}

@media only screen and (max-device-width: 1024px) {
 h1 {
  font-size: 23px;
 }
}



