@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{
  color: #161616;
  font-size: 16px;
  margin-bottom: 20px;
}

p.duv{
 font-size: 15px;
}

a{
  color: #007bff;
  font-size: 16px;
}

a:hover{ 
  color: #007bff;
  text-decoration: none;
}

a.cor{
 color: #003060;
}

a.cor:hover{
 color: #1c5b9e;
}

a.infos{
  color: #fff;
  font-size: 14px;
}

a.infos:hover{
  color: #a0a6b9;
  font-size: 14px;
}

a.bt-tuto{
  padding: 16px 40px;
  background-color: #ffac06;
  color: #161616;
  font-size: 16px;
  border-radius: 25px;
  font-weight: bold;
}

h1{
  color: #FFF;
  font-weight: bold;
  font-size: 35px;
  font-family:"Roboto", sans-serif;
  margin: 0;
}

h2{
  font-size: 16px;
  color: #fff;
  font-family:"Roboto", sans-serif;
  margin-bottom: 10px;
}

h3{
  font-size: 23px;
  font-weight: bold;
  color: #ffff7d;
  font-family:"Roboto", sans-serif;
  margin-bottom: 30px;
}

h3.az{
  color: #020d2c;
}

h4{
  font-size: 18px;
  font-weight: bold;
  color: #161616;
  font-family:"Roboto", sans-serif;
  margin-bottom: 30px;
}

ul.itens{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
   column-gap: 70px;
}


ul.itens li{
 color: #fff;
}

ul.noticias li{
 color: #003060;
 margin-bottom: 7px;
}

ul.noticias li a{
 color: #003060;
}

ul.noticias li a:hover{
 color: #007bff;
}

.box-perg{
 padding: 15px;
 border: 2px solid #408ac5;
 border-radius: 25px;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 20px 0;
}

.bg-1{
  background: rgb(29,50,111);
  background: linear-gradient(90deg, rgba(29,50,111,1) 0%, rgba(64,138,197,1) 100%);
}

.bg-2{
 padding: 35px 0;
 background-color: #020D2D;
}

.bg-3{
 padding: 25px 0;
 background-color: #f7b113;
}

.box-1{
 padding: 30px 25px;
 background-color: #dedede;
 margin: 40px 0;
}

.box-3{
 background-color: #020D2D;
 padding: 25px 14px;
}

footer{
 padding: 20px;
}

footer p{
 color: white;
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

.navbar{
 padding: .2rem 1rem;
}

.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) {


a.infos{
 display: flex;
}

a.bt-tuto{
 display: block;
}

 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: #972d49;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    //border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    border: 3px solid #972d49;
    border-bottom-width: 1px;
    //font-weight: bold;
}

.accordion2:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    //content: '\002B';
    color: #972d49;
    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.2s ease-out;
    border: 2px solid #972d49;
    margin-bottom: 12px;
    border-top: 0;
}

.panelx p{
/* margin-top: 20px;
 margin-bottom: 20px;*/
 margin: 25px;
 font-size: 19px !important;
}

.panelx a{
 font-size: 19px !important;
}

.panelx a:hover{
 font-size: 19px !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;
}

#summary a.more{
 float: right;
 top: 0;
 right: 1%;
 position: absolute;
 margin-top: 1%;
 font-weight: bolder;
}

/*
#summary span.icon:after { 
  font-family: 'Glyphicons Halflings'; 
  content: "\e250";
  color: #2b446a;
}

#summary span:not(.icon-down):after { 
  font-family: 'Glyphicons Halflings'; 
  content: "\e250";
  color: #2b446a;
}
*/

#summary {
  background-color: transparent;
  padding: 10px 40px 10px 4px;
  position: relative;
}

#summary p.collapse:not(.show) {
  height: 25px !important;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 20px;
}

#summary ul li.collapse:not(.show) {
  height: 50px !important;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 20px;
}

#summary p.collapsing {
  min-height: 50px !important;
}

#summary a.collapsed.more:after {
  content: "[ + ]";
}

#summary a.more:not(.collapsed):after {
  content: "[ - ]";
}

/*
#summary span.collapsed:after {
  font-family: 'Glyphicons Halflings'; 
  content: "\e250";
  color: #2b446a;
}

#summary span:not(.collapsed):after {
  font-family: 'Glyphicons Halflings'; 
  content: "\e250";
  color: #2b446a;
}
*/