/*Fonte Roboto Títulos*/
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('fonts/RobotoCondensed-Bold'), url("fonts/RobotoCondensed-Bold.ttf") format('truetype');
}
/*Fonte Roboto Títulos*/

@font-face {
  font-family: 'robotoregular';
  src: url('fonts/Roboto-Regular-webfont.eot');
  src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular-webfont.woff') format('woff'), url('fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotobold';
  src: url('fonts/Roboto-Bold-webfont.eot');
  src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Bold-webfont.woff') format('woff'), url('fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotoblack';
  src: url('Roboto-Black-webfont.eot');
  src: url('Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
  url('Roboto-Black-webfont.woff') format('woff'),
  url('Roboto-Black-webfont.ttf') format('truetype'),
  url('Roboto-Black-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;

}
#imgPol02{
  width:98%;
}
.section {
  padding: 0px 0 !important;
}
/*Espaçamento entre barras*/
.espacamentoBarras{
  padding-top:15px;

}
/*Espaçamento entre barras*/
#a1view{
  font-size: 1px;
}
#a2view{
  font-size: 1px;
}
#a3view{
  font-size: 1px;
}

#a4view{
  font-size: 1px;
}

/*Início Menu Sumário*/
#barrSum{
  background-image : url('../img/tema/barrSum.png')
}
#textBarrSum{
  color: #ffffff;
  position: relative;
  top: 40px;
  height:100px;
  font-weight: bold;
  font-size: 1.8em;
  font-family: "Roboto Condensed";

}

li.espSum{
  margin: 12px 0;

}
ul  {
 padding-left:20px;   
}

/*Final Menu Sumário*/



/*Menu Trilha*/

#bannerHamburguer {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 85px;
  z-index: 2;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  background: #94B68F; /* Old browsers */
  background: -moz-linear-gradient(left,  #cfecec 0%, #fcfdfd 20%, #cfecec 52%, #cfecec 72%, #cfecec 73%, #cfecec 79%, #029a9a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #cfecec 0%, #fcfdfd 20%,#cfecec 52%,#cfecec 72%,#cfecec 73%,#cfecec 79%,#029a9a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #cfecec 0%,#fcfdfd 20%, #cfecec 52%,#cfecec 72%,#cfecec 73%,#cfecec 79%,#029a9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94B68F', endColorstr='#029a9a',GradientType=1 ); /* IE6-9 */
}
.logo82{
 background: url(../img/tema/icoUn1BarrMen.png) no-repeat;
 background-size: 74px auto; background-position: center; 
}

.titleBanner {
  font-family: 'Anton', sans-serif;
  text-align: left;
  height: 0px;

  color: #222221;
  font-size: 24px;
  margin-left: 15%;

}



.logo {
  float: right;
  margin-right: 130px;
  margin-top: 5px;
  width: 234px;
  height: 85px;
  background: url(../img/tema/logoCurso.png) no-repeat;
  background-size: auto 85px;
}

.fa-bars:before {
  font-size: 45px;

}
#menuTrilha {
  float: right;
  margin-right: 10px!important;
  margin-top: 8px!important;
  width: 100px;
  height: 85px;
  z-index: 2;

}
.navbar {

  background-color: transparent;
  border-color: transparent;
  width: 100%;
  height: 40px;
  margin-bottom: 5px!important;

}


.dropdown-menu > li > a {
  font-size: 0.8em;
  font-family: 'robotobold', sans-serif;

}
.navbar-nav>li>a{
  color:#000;
  padding-bottom: 15px !important;
}
.dropdown-menu{
  font-family: 'robotobold', sans-serif;
  color: #51226c;
  background-color: #cfecec;
  padding-bottom: 10px !important;

}


.open{
  font-family: 'robotobold', sans-serif;
  color: #51226c;
  background-color: #cfecec;

}
.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:click {
  background-color: #cfecec; 
  color: #51226c;

}
/*Final Menu trilha*/
/*Barra de Títulos Internos das Unidades */


#barrTitInt{
  /*Atualizar com a cor do módulo*/
  background-color:#4cb7b7;
  position: relative;

}
#textBarrTitInt{
  /*Atualizar com a cor do módulo*/
  color: rgb(86, 41, 113);
  position: relative;
  padding-top:20px;
  padding-bottom:20px;
  font-weight: bold;
  font-size:30px;
  min-height: 60px!important;
  height:auto;
}


/*Barra de Títulos Internos das Unidades */

/*Barra de Títulos Unidades */
#barrTitUn{
  /*Atualizar com a cor do módulo*/
  background-image : url('../img/tema/barrTitUn.png');
}
#textBarrTitUn{
  padding-top: 35px;
  color: #ffffff;
  position: relative;
  font-weight: bold;
  text-align: left;
  font-size: 1.8em !important;
  font-family: "Roboto Condensed";

}
/*Barra de Títulos Unidades */

/*Rolagem de fundo*/
#rolagemDeFundo{
  padding-top:200px;
  padding-bottom: 200px;
  height:550px;
}
#imgRolagemDeFundo{
  background-image : url('../img/imagensModulo/pol01.jpg');
  background-attachment: fixed;
  background-position: 30% 50%;
}
#textRolagemDeFundo{
  background-color: #ccc983;
  color:#000;
  opacity:1;
  padding:20px;
  min-height: 190px!important;
  height:auto;
  position: relative;
  top: 180px;
}
/*Rolagem de fundo*/

/* FOR ANIMATION:  Text blue strip */

.blueBar {
  width: 100%;
  height: 112px;
}

.blueBar p {
  font-family: 'robotoblack', sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1em;
}

#barraHamburguer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 90px;
  z-index: 2;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  background: #9d7ab0; /* Old browsers */
  background: -moz-linear-gradient(left, #9d7ab0 0%, #d8b84b 100%);
  background: -webkit-linear-gradient(left, #9d7ab0 0%, #d8b84b 100%);
  background: linear-gradient(to right, #9d7ab0 0%, #d8b84b 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d7ab0', endColorstr='#d9975d',GradientType=1 ); /* IE6-9 */
}


.logosTop{
  margin-left: 50px;
  margin-right: 53px;
}
.logoRight{
 float: right;
 width: 50px;
 height: 50px;
 padding-top: 6px;
 margin-left: 10px;

}

.logoLeft{
     float: left;
     width: auto;
     height: 85px;
     margin-left: 0%;
     margin-top: 2px!important; 
}


@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
/*Final Menu trilha*/


.asideFinal{
  height:95px;
  margin-top:40px;
}



.btnFinalL{
  float:left; 

  width:29px;
  height:30px;
  margin-top:30px;
  background:url(../img/id/leftArrow_1.png);
  cursor: pointer;
}

.icoBar81{
  float:left;    
  width:100%;
  height:150px;  
  background: url(../img/telas/bar_81_lg.png);
  position: relative;    
  background-size: auto 150px;
  background-repeat: no-repeat;
  background-position: center;
}

.btnFinalR{
  float:right;    
  width:29px;
  height:30px;
  margin-top:30px;
  background:url(../img/id/rightArrow_1.png);
  cursor:pointer;
}


.session1{
  padding: 55px 10px; 
  height: auto;
  text-align: justify;
  padding-bottom: 0px;

}

.btn_black {
  position: relative;
  width: 68px;
  height: 68px;
  background: url(../img/btn_round_black.png);
  margin: auto;
  cursor: pointer;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.yellowBar{
  width: 100%;
  height: 110px;
  background-color: #9d7ab0;

}

.yellowBar p {
  font-family: 'robotoblack', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 35px !important;
  line-height: 1em;
  color: #000000;

}

.yellowBarSubtitle{
  width: 100%;
    height: 70px;
    background: -moz-linear-gradient(left, #9d7ab0 0%, #e2d4c7 100%);
    background: -webkit-linear-gradient(left, #9d7ab0 0%, #e2d4c7 100%);
    background: linear-gradient(to right, #9d7ab0 0%, #e2d4c7 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d7ab0', endColorstr='#d9975d',GradientType=1 ); /* IE6-9 */
    margin-top: 15px !important;
  
}

.yellowBarSubtitle p {
  font-family: 'robotoblack', sans-serif;
  font-weight: bold;
  text-align: left !important;
  font-size: 28px !important;
  line-height: 1em;
  color: #000000;

  padding-top: 5px;

}

.espacamentoBarras{
  margin-top: 15px;
}

.espacamento{
  margin-bottom: 15px;
}

.espacamentoMenor{
  margin-bottom: 0px;
}

.textoSubSecao{
  padding-top: 15px;
}
.asideFinal {
  height: 60px;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  background: #9d7ab0; /* Old browsers */
  background: -moz-linear-gradient(left, #9d7ab0 0%, #d8b84b 100%);
  background: -webkit-linear-gradient(left, #9d7ab0 0%, #d8b84b 100%);
  background: linear-gradient(to right, #9d7ab0 0%, #d8b84b 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d7ab0', endColorstr='#d9975d',GradientType=1 ); /* IE6-9 */

}
.boxImportante{
  padding-top: 10px;
  padding-bottom: 8px;
  background-image: url(../img/fundoCaixa.png); 


}


#pBullet{
  font-family: 'robotoregular', sans-serif;
  font-size: 22px;
  font-size: 1.7em;
  color: #333333;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 0px
  padding-top: 5px;
}

.bodyBullet {
  line-height: 38px;
}


p,
.bodyBullet {
    background-image: url('img/id/bullet.png');
    font-family: 'robotoregular', sans-serif;
    font-size: 23px;
    color: #333333;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 0px
    padding-top: 5px;
}

.fadezoom {
  opacity: 0;
  font-size: 0.2em;
}


.btnFinalL {
  float: left;
  width: 213px;
  height: 48px;
  margin-top: 10px;
  background: url(../img/id/iconesmorbi18.png);
  background-size: 213px auto;
  cursor: pointer;
}


.btnFinalR {
  float: right;
  width: 214px;
  height: 46px;
  margin-top: 10px;
  background: url(../img/id/iconesmorbi23.png);
  cursor: pointer;
  background-size: 213px auto;
}


.boxImportante{
    padding-top: 10px;
    padding-bottom: 8px;
    background-image: url(../img/fundoCaixa.png); 


}

.boxConceito{
    padding-top: 10px;
    padding-bottom: 8px;
    background-image: url(../img/fundoCaixaConceito.png); 
    background-size: cover;


}


h1,
h2,
h3,
h4,
h5 {
    font-family: 'robotobold', sans-serif;
    color: #222221;
    margin-top: 30px;
    margin-bottom: 20px
}

h2 {
    font-size: 2.8em;
    line-height: 1.25em;
}

h3 {    
    font-size: 28px;
    font-size: 2em;
    line-height: 18px;
    line-height: 1.25em;
    text-align:center;
}

h4 {
    font-family: 'robotobold', sans-serif;
    font-size: 1.8em;
    line-height: 1.25em;
    color: #333;
}

h5 {
    font-family: 'robotobold', sans-serif;
    font-size: 1.6em;
    line-height: 1.25em;
}

.bold {
    font-weight: bold;
}


.infoBar{
  width: 21%;
    height: 40px;
    background-color: #cead5d;
    background: -moz-linear-gradient(left, #cead5d 0%, #cead5d99 80%, #cead5d73 100%);
    background: -webkit-linear-gradient(left, #cead5d 0%, #cead5d99 80%, #cead5d73 100%);
    background: linear-gradient(to right, #cead5d 0%, #cead5d99 80%, #cead5d73 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d7ab0', endColorstr='#d9975d',GradientType=1 ); /* IE6-9 */
    margin-top: 15px !important;
  border-radius: 25px;  
  
  
  
}

.infoBar p {
  font-family: 'robotoblack', sans-serif;
  font-weight: bold;
  text-align: left !important;
  font-size: 28px !important;
  line-height: 1em;
  color: #000000;
  padding-top: 5px;
  


}


.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.boxImportante{
    padding-top: 10px;
    padding-bottom: 8px;
    background-image: url(../img/fundoCaixa.png); 


}

.boxLink{
    padding-top: 10px;
    padding-bottom: 8px;
    background-image: url(../img/fundoCaixaLink.png); 
    background-size: cover;


}

.boxConceito{
    padding-top: 20px;
    padding-bottom: 8px;
    background-image: url(../img/fundoCaixaConceito.png); 
    background-size: cover;


}