/*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;



}

#icone_box{
  top: 6px;
}


.blueBox{
padding-left:20px;
left:10px;
color: #FFFFFF;
background: linear-gradient(to right, #00B3FF 0%, #00B3FF 75%, #FFFFFF 75%, #FFFFFF 100%);"

}

.backgroundBox{

top:6px;
left:-15px;
padding-top: 10px;
  min-height: 125px;
  z-index: 1;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
    background: #A8AE30; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #d3d698 50%, #A8AE30 100% );
    background: -webkit-linear-gradient(left,#ffffff 0%, #d3d698 50%, #A8AE30 100%);
    background: linear-gradient(to right, #ffffff 0%, #d3d698 50%, #A8AE30 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94B68F', endColorstr='#d9975d',GradientType=1 ); /* IE6-9 */
}

.rowBackgroundBox{


left:-15px;
padding-top: 5px;
  min-height: 100px;
  z-index: 1;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
    background: #A8AE30; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #d3d698 50%, #A8AE30 100% );
    background: -webkit-linear-gradient(left,#ffffff 0%, #d3d698 50%, #A8AE30 100%);
    background: linear-gradient(to right, #ffffff 0%, #d3d698 50%, #A8AE30 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94B68F', endColorstr='#d9975d',GradientType=1 ); /* IE6-9 */
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

}
#imgPol02{
  width:98%;
}
.section {
    padding: 0px 0 !important;
}
/*Espaçamento entre barras*/
.espacamentoBarras{
  padding-top:15px;

}

.espacamentoBarras2{
  padding-top:20px;

}

/*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: #65003A;
  position: relative;
  text-align: left;
  top: 32px;
  height: 60px;
  font-weight: bold;
  font-size: 1.8em;
  font-family: "Roboto Condensed";

}

#textBarrUn{
  color: #65003A;
  position: relative;
  text-align: left;
  top: 40px;
  height: 60px;
  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*/

#barraHamburguer {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    z-index: 4;
    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, #A8AE30 0%, #d3d698 50%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #A8AE30 0%, #d3d698 50%,#ffffff 100%);
    background: linear-gradient(to right, #A8AE30 0%,#d3d698 50%,#ffffff 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94B68F', endColorstr='#d9975d',GradientType=1 ); /* IE6-9 */
}


#bannerHamburguerFinal {
    display: none;
    position: fixed;
    top: -30px;
    left: -0%;
    width: 100%;
    height: 130px;
    z-index: 3;

    border-radius: 0px 0px 50% 50%;
    -moz-border-radius: 0px 0px 50% 50%;
    -webkit-border-radius: 0px 0px 50% 50%;
    background: #94B68F;
   background: -moz-linear-gradient(left, #A8AE30 0%, #d3d698 50%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #A8AE30 0%, #d3d698 50%,#ffffff 100%);
    background: linear-gradient(to right, #A8AE30 0%,#d3d698 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94B68F', endColorstr='#d9975d',GradientType=1 );
}


#bannerFinal {
    display: none;
    position: fixed;
    bottom: -30px;
    left: 0%;
    width: 100%;
    height: 100px;
    z-index: 2;
    border-radius: 50% 50% 0px 0px ;
    -moz-border-radius:50% 50% 0px 0px ;
    -webkit-border-radius: 50% 50% 0px 0px ;

    background: #94B68F;
   background: -moz-linear-gradient(left, #A8AE30 0%, #d3d698 50%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #A8AE30 0%, #d3d698 50%,#ffffff 100%);
    background: linear-gradient(to right, #A8AE30 0%,#d3d698 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94B68F', endColorstr='#d9975d',GradientType=1 );
}

#barraFinal {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 40px;
    z-index: 1;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;

    background: #94B68F;
   background: -moz-linear-gradient(left, #A8AE30 0%, #d3d698 50%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #A8AE30 0%, #d3d698 50%,#ffffff 100%);
    background: linear-gradient(to right, #A8AE30 0%,#d3d698 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94B68F', endColorstr='#d9975d',GradientType=1 );
}

.logoLeft{
     float: left;
     width: auto;
     height: 60px;
     margin-left: 0%;
     margin-top: 10px!important; 
}

.logoUnidade{
     align-items: center;
     width: auto;
     height: 50px;
     margin-left: 0%;
     margin-top: 10px!important; 
}

.rowTrilha{
    margin-left: 55px;
  margin-right: 55px;
}


.logoUnidadeDestaque{
     align-items: center;
     width: auto;
     height: 65px;
     margin-left: 0%;
     margin-top: 10px!important; 
}
.titleBanner {
    text-align: center;
    height: 0px;
    font-weight:bold;
    color: #760038;
    font-size: 24px;
    margin-top: 20px!important; 

}
.logoRight{
     float: right;
     width: auto;
     height: 60px;
     margin-top: -10px!important; 
}
.uniBanner {
    float: left;
    width:2%;
    height: 60px;
    font-weight: bold;
    color: #760038;
    font-size: 1.1em;
    line-height: 1em;
    margin-left: 1%;
    margin-top: 15px !important;

}


.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: 30px;

}
#menuTrilha {
    float: right;
    padding-top: 15px;
    margin-top: 5px;
    width: 10px;
    height: 60px;
    z-index: -2;

}



.dropdown-menu > li > a {
  font-size: 0.8em;
  font-family: 'robotobold', sans-serif;

}
.navbar-nav>li>a{
    color:#760038 ;
  padding-top: 1px !important;
}
.dropdown-menu{
    font-family: 'robotobold', sans-serif;
    color: #760038;
    background-color: #e0e0e0;

}


.open{
    font-family: 'robotobold', sans-serif;
    color: #760038;
    background-color: #e0e0e0;

}
.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:click {
    background-color: #e0e0e0; 
    color: #760038;

}
/*Final Menu trilha*/
/*Barra de Títulos Internos das Unidades */


#barrTitInt{
  /*Atualizar com a cor do módulo*/
  background-color:#e8b993;
  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:500px;
}
#imgRolagemDeFundo{
  background-image : url('../img/imagensModulo/pol01.jpg');
  background-attachment: fixed;
  background-position: 30% 50%;
}
#textRolagemDeFundo{
  background-color: #c0c9c0;
  color:#000;
  opacity:1;
  padding:20px;
  padding-bottom: 20px!important; 
  min-height: 190px!important;
  height:auto;
  position: relative;
  top: 100px;
}
/*Rolagem de fundo*/

/* FOR ANIMATION:  Text blue strip */

.blueBar {
    width: 100%;
    height: 112px;
}

.fadezoom {
    margin: auto;
    width: 100%;
    font-size: 0.0em;
}

.blueBar p {
    font-family: 'robotoblack', sans-serif;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1em;
}


















.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 300px;
    background-color: #d3d698;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #d3d698 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
