@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;
  background-color: #E0E1E2;
}

p{
 color: #000;
 font-size: 15px;
}

p.txt-slide{
 color: #0a1a3d;
 font-weight: bold;
}

a{
 color: #115B89;
 font-size: 15px;
}

a:hover{ 
 color: #115B89;
  text-decoration: none;
}

ul li{
 margin-bottom: 5px;
 font-size: 15px;
}
.content-doc-cards{
  padding: 16px;
  background: #f1f1f2;
}
.content-doc-cards b {
  margin-bottom: 0px;
  font-size: 20px;
   
}

.content-doc-cards 0 {
  margin-bottom: 0px;
  font-size: 16px;
   
}


hr {
 background-color: #FFF;
 margin-top: 30px;
 height: 2px;
}

hr.divisor {
 margin-top: 10px;
 margin-bottom: 30px;
}

.descricao {
 padding: 10px;
 background-color: #f1f1f2;
}

.bg-gray{
    background: #e6e7e7;
    padding:10px;
}

.box-niv {
 background-color: #cecece;
 padding: 15px 30px;
 text-align: center;
 margin-top: 20px;
}

h1{
 color: #3E5A69;
 font-weight: bold;
 font-size: 36px;
}

h2{
 font-size: 28px;
 margin: 0 0 15px 0;
 color: #000;
 font-weight: normal;
}

h3 {
 color: white;
 font-size: 30px;
}

h4 {
 color: #000;
 font-size: 20px;
 background-color: #E6E7E8;
 text-transform: uppercase;
 font-weight: bold;
 padding: 24px 10px 24px 155px;
 margin-bottom: 5px;
}

h3.linguas{
 color: #000;
 font-size: 14px;
 background-color: #e9e562;
 text-transform: uppercase;
 font-weight: bold;
 padding: 10px;
 margin-bottom: 5px;
}

h3.ingles{
 color: #000;
 background-color: #cecece;
 font-size: 14px;
 text-transform: uppercase;
 font-weight: bold;
 padding: 10px;
 margin-bottom: 5px;
}

h5{
 color: #3d5a69;
 font-weight: bold;
 font-size: 20px;
}

.box-cont-linguas{
 padding: 20px;
 background-color: #f1f1f2;
}

.back-linguas{
 margin-top: 20px;
 padding: 10px;
 background-color: #fff;
}

.white{
 color: white;
}

a.bt {
 padding: 6px 35px;
 color: #115c8a;
 font-weight: bold;
 font-size: 15px;
 background-color: #fff;
 line-height: 2.2;
 display: block;
 margin-bottom: 2px;
 box-shadow: 3px 3px 5px #00000014;
 transition: .4s;
}
a.bt:hover{
  transition: .4s;
  transform: scale(1.10);
}

a.bt:hover {
 text-decoration: none !important;
}

header.bg-ft{
 background-color: #125684;
 padding: 20px;
}

header p.evento-acad{
 color: white;
 text-transform: uppercase;
 float: right;
 margin-top: -33px;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 20px 0;
}

.bg-1{
  background-color: #972d49;
}

.box-1{
 padding: 30px 25px;
 background-color: #dedede;
 margin: 40px 0;
}

.box-2{
 background-color: #f3f3f3;
 padding: 21px 15px 1px 15px;
 margin-top: 30px;
 margin-bottom: 30px;
}

ul.itens-ling{
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
  padding-left:10px;
  margin-right:0;
}

ul.itens-ling li{
 margin-bottom:15px;
 list-style: none;
}

ul.itens-ling li a{
 font-size: 16px !important;
}

.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;
}

.item-menu{
 color: #9AA5AF !important;
 text-transform: uppercase;
 font-size: 15px !important;
 font-weight: bold;
 display: block;
 padding: .5rem 1.25rem;
}

#menu2{
 /*border-bottom: 2px solid #000;*/
}

#menu2 a.active {
    color: #C45B6C !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: bold;
    display: block;
    padding: .5rem 3.22rem;
}

#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;
}

.navbar-brand {
 margin-right: 1rem;
}

 .column {
  flex-direction: row !important;
 }

@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 td, .table th {
 vertical-align: middle;
}

table {
 background-color: #eee;
 border-color: #e8e8e8;
 border-spacing: 3px;
 border-collapse: separate;
}

.button {
    background-color: #e9e562;
    padding: 8px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    box-shadow: 1px 1px 2px #afafaf;
    font-size: 13px;
    margin: 3px 0;
    transition: .1s;
}

.button:hover {
 transform: scale(1.05);
 transition: .1s;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 19.5555%;
    float: left;
}

@media (max-width: 575px) {
 .hidden {
  visibility: hidden;
 } 
}


@media (min-width: 768px) {
    .col-sm-5ths {
        width: 19.5555%;
        float: left;
    }
 
 .column {
  flex-direction: column;
 }

 .full {
  max-width: 100%;
 }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 19.5555%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 19.5555%;
        float: left;
    }
}


footer.rodape{
  margin-top: 25px;
  background-color: #C4C4C4;
  padding: 23px 12px;
}

footer.rodape p{
 color: #3E5A69;
 font-size: 14px;
 font-weight: bold;
}

footer.rodape a{
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

footer.rodape a:hover{
  //color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

footer.rodape .txt-ft{
    color: #3E5A69;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

a.link {
 text-decoration: none !important;
}

a.link:hover {
 text-decoration: underline !important;
 color: #3E5A69;
}



/***** ACCORDION ******/

.accordion {
    background-color: #e6e7e7;
    color: #115C8A;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    //border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    border: 3px solid #e6e7e7;
    border-bottom-width: 1px;
    font-weight: bold;
    margin-top: 5px;
}

/*
.active, .accordion:hover {
    background-color: #ccc;
}
*/

.accordion:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    //content: '\002B';
    color: #676767;
    font-weight: bold;
    float: left;
    margin-right: 17px;
}

.accordion.active: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 #e6e7e7;
    border-top: 0;
}

.panelx p{
/* margin-top: 20px;
 margin-bottom: 20px;*/
 margin: 25px;
 font-size: 15px !important;
}

.panelx a{
 font-size: 15px !important;
}

.panelx a:hover{
 font-size: 15px !important;
}

.panelx ul{
 margin: 25px;
}

.sep{
 border-right: 1px solid #C4C4C4;
 margin-bottom: 17px;
}

a.saiba-mais{
 font-size: 11px;
}

.titulo_certificacoes{
 font-size: 14px;
 font-weight: bold;
}

.texto_certificacoes{
 color: #9AA5AF;
 font-size: 11px;
}

h3.reg{
 color: #FFFFFF;
 font-size: 14px;
 background-color: #E0707E;
 text-transform: uppercase;
 font-weight: bold;
 padding: 10px;
 margin-bottom: 17px;
 margin-right: 23px;
}

h3.cert{
 color: #FFFFFF;
 font-size: 14px;
 background-color: #527287;
 text-transform: uppercase;
 font-weight: bold;
 padding: 10px;
 margin-bottom: 17px;
 margin-right: 23px;
}

.box-regulares{
 background-color: #FFFFFF;
 border: 1px solid #C4C4C4;
 padding: 17px 0px 0px 22px;
}

p.link-pais{
 margin: -34px 0 0 13px;
 font-size: 16px;
 font-weight: bold;
}

.pte{
 line-height: 14px;
}

.act2:after {
    font-family: 'Glyphicons Halflings';
    content: "" !important;
}

@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;
}
