@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;
}


.accordion {
 background-color: #3e6c51;
 color: var(--white);
 cursor: pointer;
 padding: 18px;
 width: 100%;
 border: none;
 text-align: left;
 outline: none;
 font-size: 1rem;
 transition: .3s;
 border-bottom-width: 1px;
 margin-top: 15px;
 border-radius: 4px;
 font-weight: 500;
 margin: 1rem 0 0 0;
}

.logos{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.promotion-logo{
  max-width: 108px;
}
.w-100{
  width: 100%;
}
.green-box{
  background: #3e6c51;
  color: white !important;
  padding: 28px 16px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  box-shadow: 2px 3px 4px #0000002e;
}
.red-box {
 background-color: #fbe1e1;
 border-radius: .5rem;
 padding: 1.5rem;
 margin-bottom: 1rem;
}
.red-box p {
 color: #472020;
}
.red-box a, .red-box a:hover {
 color: #21557b;
 text-decoration: underline;
}
.accordion:after {
 font-family: 'Font Awesome 5 Free';
 content: "\f078";
 color: var(--white);
 font-weight: bold;
 float: right;
 margin-right: 17px;
}

.accordion.active:after {
 font-family: 'Font Awesome 5 Free';
 content: "\f077";
}

button.accordion {
 display: grid;
 grid-template-columns: 22fr 1fr;
 gap: 1rem;
 justify-items: start;
 align-items: center;
}

.panel {
 padding: 0px 18px;
 background-color: #f6f6f6;
 max-height: 0;
 overflow: hidden;
 transition: max-height 0.2s ease-out;
 //border: 2px solid #f4e4e4;
 border-top: 0;
 margin: 0 0 1rem 0;
}
.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
}


p{
  color: #191919;
  font-size: 16px;
  /*margin-bottom: 40px;*/
}

b.txt-dest{
 color: #21409a;
}

a{
  color: #337aae;
  font-size: 16px;
}

a:hover{ 
  color: #337aae;
  text-decoration: none;
}

h1{
color: #516D61;
  font-weight: bold;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px;
  border-bottom: 1px solid #65796d52;
  width: fit-content;
}

h2 {
  font-size: 1.4rem;
  color:#516d61;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

h2.tit{
 color: #202357 !important;
 text-transform: uppercase;
}
h2.tittle{
  font-size: 1.7rem !important;
  color: #221833 !important;
}
h3.subtitle {
 font-size: 1.2rem;
 color: #ff5156;
 font-weight: 600;
}

h3.grupo-trabalho{
 font-size: 17px;
 color: #000;
}

.material-icons {
 vertical-align: sub;
}

hr.m1 {
    margin-top: -6px;
    border-top: 2px solid #127bbd;
    width: 70%;
    margin-bottom: 0;
}

section {
  padding: 40px 0;
}

.bg-1{
  background-color: #972d49;
}

.box-1{
 padding: 25px;
 background-color: #e5d9ea;
 display: flex;
 justify-content: center;
}

.box-1 p{
 margin:0 !important;
}


a.btn-inscricoes{
 display: flex;
 justify-content: center;
 padding: .8rem;
 background-color: #286d43;
 color: #FFFFFF;
 border-radius: .4rem;
 transition: .7s;
}
a.btn-inactive{
  display: flex;
  justify-content: center;
  padding: .8rem;
  color: #FFF;
  border-radius: .4rem;
  transition: .7s;
  color: #5b5b5b;
  border: 1px solid;
}

a.btn-inscricoes:hover{
 background-color: #276640cc;
 color: #FFFFFF;
 transition: .7s;
}

a.btn-inscricoes:focus { 
  border-color: inherit; 
  -webkit-box-shadow: none; 
  box-shadow: none; 
}

.item-menu{
 color: #FFF !important;
 text-transform: uppercase;
 font-size: 15px !important;
 font-weight: bold;
 display: block;
 padding: .5rem 1.3rem;
}

#menu2{
 /*border-bottom: 2px solid #000;*/
}

#menu2 a.active {
    color: #b9d7c3 !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: bold;
    display: block;
    padding: .5rem 1.3rem;
}

#menu2 a.active > a:before {
visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

.nav2{
 padding: .8rem 1rem;
 background-color: #314c53;
 box-shadow: 2px 4px 5px #00000036;
}

.navbar-brand {
 margin-right: 1rem;
}

.form-control {
 background-color: #343a40;
} 

.btn-outline-secondary {
 color: #fff;
}

 img.brand{
  margin-top: -4px;
}

@media only screen and (max-device-width: 1024px) {
 h1{
  font-size: 23px;
 }

 img.brand{
   height: 15px;
   width: 257px;
  }

 .form-control {
  width: 70%;
 }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

table {
    background-color: #eee;
}

  /***** ACCORDION ******/

.accordion2 {
    background-color: #fff;
    color: #202357;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    /*border: none;*/
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    border: 2px solid #00c0f3;
    border-bottom-width: 1px;
    font-weight: bold;
}

.accordion2:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    //content: '\002B';
    color: #0339a6;
    font-weight: bold;
    float: left;
    margin-right: 17px;
}

.activeX:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    //content: "\2212";
}

.panelx {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    border: 1px solid #00c0f3;
    margin-bottom: 12px;
    border-top: 0;
}

.panelx p{
 margin: 20px 0 20px 0;
 font-size: 16px !important;
}

.panelx a{
 font-size: 16px !important;
}

.panelx a:hover{
 font-size: 16px !important;
}

.card-header {
    cursor: pointer;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal 16px/1 'Glyphicons Halflings';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 4px;
}
