/*
Theme Name: Revista de Avaliação

 */


/*

Cores
Escura: #7b4e76
Normal: #a799c1
Clara: #efeaf8

*/

/*Geral*/

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

a, img, input, nav, .listagem-links > li, .listagem-links > li > a > div{
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: 100%;
}

a:hover, a:focus{
	color: #a799c1;
}

nav{
	z-index: 999;
	width: 350px;
	padding: 30px;
	top: 0;
	height: 100%;
	background: #DADADA;
	-moz-transform: translateX(-350px);
	-webkit-transform: translateX(-350px);
	-o-transform: translateX(-350px);
	-ms-transform: translateX(-350px);
	transform: translateX(-350px);
	position: fixed;
}

.abrindo-menu{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

nav h1{
	color:#000;
	font-weight: 900;
	font-size: 2em;
	margin: 0 0 10px 0;
	font-family: 'Lobster', cursive;
}

nav > ul {
	margin-top: 30px;
	padding-left: 15px;
}

nav  ul li{
	margin-bottom: 5px;
}

nav > ul > li{
	margin-bottom: 15px;
}

nav ul li a{
	color: #777;
}

nav ul li a:hover, nav ul li a:focus{
	color: #000;
}

nav > ul > li > a{
	font-weight: 800;
}

nav .botao-fechar {
    color: #fff;
    font-size: 2.8em;
    background: #DADADA;
    padding: 0px 15px 2px 15px;
    position: absolute;
    right: -61px;
}

header{
	margin: 40px 0;
}

header h1{
	text-transform: uppercase;
	color:#7b4e76;
	font-weight: 900;
	font-size: 4em;
	margin: 0 0 10px 0;
}

section.main > .container{
	padding: 0;
}

.accordion-hor>ul>li{
	background: #dadada;
	border-right: 2px solid #fff;
}

.accordion-hor>ul>li:nth-of-type(1), .accordion-hor>ul>li:nth-of-type(7) {
    border-bottom: 6px solid #C7D8E2;
}

.accordion-hor>ul>li:nth-of-type(2), .accordion-hor>ul>li:nth-of-type(8){
	border-bottom: 6px solid #F0B514
}

.accordion-hor>ul>li:nth-of-type(3), .accordion-hor>ul>li:nth-of-type(9){
	border-bottom: 6px solid #00AEAE
}

.accordion-hor>ul>li:nth-of-type(4), .accordion-hor>ul>li:nth-of-type(10){
	border-bottom: 6px solid #2698D5
}

.accordion-hor>ul>li:nth-of-type(5), .accordion-hor>ul>li:nth-of-type(11){
	border-bottom: 6px solid #EA4E4F
}

.accordion-hor>ul>li h1 .texto{
	-moz-transform: translate(0px,-5px);  /* FF3.5+ */  
	-o-transform: translate(0px,-5px);  /* Opera 10.5 */
	-webkit-transform: translate(0px,-5px);  /* Saf3.1+, Chrome */
	transform: translate(0px,-5px);  /* Saf3.1+, Chrome */
	display: inline-block;
	color: #777;
	font-size: 1.1em;
	font-weight: 500;
}

.accordion-hor>ul>li:first-child a{
	pointer-events:none;
}

.accordion-hor>ul>li h1 b{
	font-weight: 900;
	font-size: 2em;
	padding-right: 0px;
}

.accordion-hor>ul>li>div h2{
	position: absolute;
	z-index: 9;
	background: none;
	right: 20px;
	bottom: 10px;
	padding: 0px;
	font-size: 2.2em;
	color: #fff;
	font-weight: 300;
	left: 20px;
	text-align: left;
	text-transform: initial;
	font-family: 'Lobster', cursive;
}

.accordion-hor>ul>li:nth-of-type(2) h1 b, .accordion-hor>ul>li:nth-of-type(8) h1 b{
	color:  #F0B514;
}

.accordion-hor>ul>li:nth-of-type(2) > div h2, .accordion-hor>ul>li:nth-of-type(8) > div h2{
	color:  #F0B514;
}

.accordion-hor>ul>li:nth-of-type(3) h1 b, .accordion-hor>ul>li:nth-of-type(9) h1 b{
	color:  #00AEAE;
}

.accordion-hor>ul>li:nth-of-type(3) > div h2, .accordion-hor>ul>li:nth-of-type(9) > div h2{
	color:  #00AEAE;
}

.accordion-hor>ul>li:nth-of-type(4) h1 b, .accordion-hor>ul>li:nth-of-type(10) h1 b{
	color:  #2698D5;
}

.accordion-hor>ul>li:nth-of-type(4) > div h2, .accordion-hor>ul>li:nth-of-type(10) > div h2{
	color:  #2698D5;
}

.accordion-hor>ul>li:nth-of-type(5) h1 b, .accordion-hor>ul>li:nth-of-type(11) h1 b{
	color:  #EA4E4F;
}

.accordion-hor>ul>li:nth-of-type(5) > div h2, .accordion-hor>ul>li:nth-of-type(11) > div h2{
	color:  #EA4E4F;
}

.accordion-hor>ul>li:first-child h1 b{
	display:none;
}

.accordion-hor>ul>li>div{
	background: #dadada;
}



.accordion-hor>ul>li:first-child>div h2, .accordion-hor>ul>li:nth-of-type(7)>div h2{
	display:none;
}

.accordion-hor>ul>li>h1 {
    padding: 14px 10px;
}


.accordion-hor>ul>li:nth-of-type(1), 
.accordion-hor>ul>li:nth-of-type(2), 
.accordion-hor>ul>li:nth-of-type(3), 
.accordion-hor>ul>li:nth-of-type(4), 
.accordion-hor>ul>li:nth-of-type(5){
	background:#999;
}

.accordion-hor>ul>li:nth-of-type(1) h1 .texto, 
.accordion-hor>ul>li:nth-of-type(2) h1 .texto, 
.accordion-hor>ul>li:nth-of-type(3) h1 .texto, 
.accordion-hor>ul>li:nth-of-type(4) h1 .texto, 
.accordion-hor>ul>li:nth-of-type(5) h1 .texto, 
.accordion-hor>ul>li:nth-of-type(6) h1 .texto{
	color:#fff;
}

.accordion-hor>ul>li:nth-of-type(6){
	background: #ea5b0c;
}


section.intro{
	margin: 40px 0;
	color: #555;
}

section.intro > .container{
	padding: 0.
}

section.intro h1, section.intro h2,section.intro h3,section.intro h4,section.intro h5,section.intro h6, section.intro a{
	color:  #555;
}

section.intro h1{
font-size:27px;
}

h1 a {
    color: #808080 !important;
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
display:block;
}

h1 a:hover{
color:#EA4E4F !important;
text-decoration: none !important;
}

h1 a:before{
content:'« ';
}

section.intro a:hover{
	color: #2698D5;
}

header .logo{
	width: 500px;
	display: inline-block;
	font-size: 20px;
	color: #666;
    	margin-bottom: 20px;
}

header .logo:hover,
header .logo:focus{
	text-decoration: none;
}

header .logo b {
    display: block;
    color: #333;
    font-size: 40px;
}

header h1 {
    font-size: 50px;
    font-weight: 300;
    color: #333;
}

footer {
	min-height: 95px;

}

footer > .container{
	border-top:1px solid #dadada;
	padding: 20px 0 0;
}

footer .logos {
    text-align: right;
}

footer a{
	color: #156A97;
	text-decoration: underline;
	margin-left: 20px;
}

footer a:hover{
	color:  #2698D5;
}

footer .logo-simave{
	width:150px;
	float:right;
	margin: 0 15px 15px 0px;
	float: right;
}

footer .col-md-5 > div{
	margin-top: 10px;
}

footer .logo-mg{
	width:150px;
	float:right;
	margin: 0 15px 0px 15px;
	float: right;
}

footer .logo-caed{
	width:100px;
	float:right;
	margin: 8px 0px 15px 5px;
	float: right;
}

.listagem-links{
	padding:0;
	list-style-type: none;
	margin-top: 20px;
}

.listagem-links > li {
	height: 240px;
	text-align: center;
	padding:15px;
	background: #fff;
	margin-bottom: 15px;
	opacity: 1;
	border-radius: 0px;
}

.listagem-links > li:nth-of-type(3n+1){
	padding-left:0px;
}

.listagem-links > li:nth-of-type(3n){
	padding-right:0px;
}

.listagem-links > li:nth-of-type(3n+2) > a > div {
    width: calc(100% - 15px);
}

.listagem-links > li > a > div{	
	background: #2698D5;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.8;
}

.listagem-links > li > a > div:hover{
	 opacity: 1;
}

.listagem-links > li > a {
	color: #fff;
	display: block;
}

.listagem-links > li > a:hover{
	color: #fff;
}

.listagem-links > li > a > div > .definir_altura{
	padding:10px;
}

/* Escalas */

.modal-lg{
	width: 1300px;
	position: relative;
}

.escalanum{
	float: right;
	font-size: 9px;
	font-weight: normal;
	position: absolute;
	right: -15px;
	top:auto;
}

.right-num{
	right: -20px;
}


.escalanum th{
	padding: 3px;
	font-weight: normal;
	width: 29px;
	text-align: center;
}

.escalas{
	width: 100%;
}

.escalas th{
	text-align: center;
	padding: 3px;
}

.escalas td{
	border:1px solid #ccc;
	padding: 3px;
	position: relative;
}

.texto-reduzido{
	font-size: 11px;
	line-height: 11px;
}

.tamEscala{
	width: 29px;
}

.cor{
	width: 22px;
	height: 24px;
	float: left;
}

.ci{
	background: #dfdfdf;
}

.ac{
	background: #fbf6b1;
}

.ae{
	background: #f4e927;
}

.lc{	
	background: #fab728;
}

.la{
	background: #ee7a2d;
	color: #fff;
}

.ve{
	background: #e3342e;
	color:#fff;
}

.info{
	background: transparent;
	z-index: 999;
	position: absolute;     
	height: 30px;   
	top: 0;	
	left: 0;
	cursor: pointer;
}

.titulos{
	width: 100%;
	height: 100%;
}

.size1{
	width: 28px;
}

.size2{
	width: 57px;
}

.size3{
	width: 86px;
}

 .size4{
	width: 115px;
}

.size5{
	width: 144px;
}

.size6{
	width: 173px;
}

.size7{
	width: 202px;
}

.size8{
	width:231px;
}

.size9{
	width: 260px;
}

.size10{
	width: 289px;
}

.size11{
	width: 318px;
}

.size12{
	width: 347px;
}

.size13{
	width: 376px;
}

.size14{
	width: 405px;
}

.size15{
	width: 434px;
}

.size16{
	width: 463px;
}

.popover-content {
    max-height: 200px;
    overflow: auto;
}

.az1{
	background: #a4dff9;
}

.az2{
	background: #74bae7;
	color:#fff;
}

.az3{
	background: #1987c9;
	color:#fff;
}

.az4{
	background: #2e3192;
	color:#fff;
}

.vb{
	background: #e8f0d9;
}

.vi{
	background: #d0e1b0;
}

.vr{
	background: #afce77;
}

.va{
	background: #3ea535;
	color: #fff;
}

.verde td{
	border: none;
	padding: 10px 0;
}

.verde td .info{
	top: 10px;
}

.verde td .cor{
	width: 29px;
	height: 29px;
}

a.btn {
    background: #A799C1;
    color: #fff !important;
    text-transform: uppercase;
    margin: 5px 0px;
}

a.btn:hover{
	 background: #7B4E76;
}

.modal-open .modal{
	overflow: auto;
}

.proximo:before, a[rel="next"]:before {
content:'» Próximo - ';
}

.proximo, a[rel="next"] { 
    font-weight: bold;
    color: #979797 !important;
    text-align: right;
    background: #eaeaea;
    padding: 5px 10px;
    float:right;
}

.anterior:before, a[rel="next"]:before {
content:'« Anterior - ';
}

.anterior, a[rel="prev"] { 
    font-weight: bold;
    color: #979797 !important;
    text-align: right;
    background: #eaeaea;
    padding: 5px 10px;
    float:left;
}

.paginacao {
	float:left;
	width:100%;
background-color:#eaeaea;
}

.marcador-espaco {
	width: 581px;
	height: 466px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.marcador:before {
	content: "\f041";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #a911db;
	font-size: 28px;
	top: -30px;
	position: absolute;
	left: -7px;
}

.marcador {
	width: 2px;
	height: 456px;
	background: #a911db;
	position: absolute;
	left: 0;
	top: 10px;
	cursor: move;
}

.marcador p {
    position: absolute;
    color: #a911db;
    top: -45px;
    left: -33px;
    text-align: center;
    width: 70px;
}

.marcador-espaco2 {
	width: 348px;
    height: 306px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.marcador2:before {
	content: "\f041";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #a911db;
	font-size: 28px;
	top: -30px;
	position: absolute;
	left: -7px;
}

.marcador2 {
	width: 2px;
	height: 350px;
	background: #a911db;
	position: absolute;
	left: 0;
	top: 10px;
	cursor: move;
}

.marcador2 p {
    position: absolute;
    color: #a911db;
    top: -45px;
    left: -33px;
    text-align: center;
    width: 70px;
}

.stylish-input-group .input-group-addon{
	background: white !important; 	
    padding: 0px 5px;
}

.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}

.stylish-input-group button{
	border:0;
	background:transparent;
}

.stylish-input-group button:hover, .stylish-input-group button:focus{
	outline: none;
}

.stylish-input-group button i{
	color: #a911db;
	font-size: 1.8em;
}

.coeficiente h3,.coeficiente2 h3{
	font-weight: bold;
	color: #a911db;
	font-size: 1em;
}

.sem-padding{
	padding: 0px;
}

.padrao-nivel {
	position: relative;
	top: 27px;
	z-index: 9;
	height: 372px;
	left: 1px;
	float: left;
	margin-left:1px;
}

.padrao-nivel:hover, .padrao-nivel:focus{
	background: rgba(255,240,0,0.5);
	outline: none;
}

.padrao-nivel span {
    position: absolute;
    top: -35px;
    text-align: center;
    background: rgba(255,240,0,0.9);
    color: #000;
    padding: 2px;
    border-radius: 5px;
    opacity: 0;
    font-weight: bold;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    width: 100px;
    left: 50%;
    margin-left: -50px;
}

.padrao-nivel span:after {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(255,240,0,0.7);
	position: absolute;
	bottom: -8px;
	content: '';
	left: 50%;
	margin-left: -4px;
}

.padrao-nivel:hover span, .padrao-nivel:focus span{
	opacity: 1;
}

.padrao-alfa{
height:310px;
}


.padrao-pt{
height:402px;
}

.marcador{
height:480px;
}


.botao-fechar:before {
    position: absolute;
    content: "Sumário";
    color: #888;
    left: -7px;
    font-size: 14px;
    text-align: center;
    top: 88px;
    width: 80px;
    opacity: 1;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding:10px;
    background: #dadada;
}

.abrindo-menu .botao-fechar:before{
	opacity: 0;
}

.edgeLoad-EDGE-158570406 { visibility:hidden; }

blockquote {
    border: 1px solid #ccc;
    font-size: 1em;
    padding: 10px;
    margin: 0px;
}

blockquote em {
    font-style: normal;
}

ol.carousel-indicators {
    position: relative;
    width: 100%;
    left: auto;
    margin: 35px 0 20px 0;
}

.carousel-indicators li {
    border-color: #ccc;
}

.carousel-indicators .active{
     background: #ccc;
}

.internal-slides .item{
    border:1px dotted #ccc;
    padding: 20px;
    background: #fffcce;
    font-weight: bold;
    font-size:1em;
}

#slides-internos1 .item {   
    height: 80px;
}

#slides-internos3 .item {   
    height: 120px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 480px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container::after, .container::before {
  content: '';
  display: table;
  clear: both;
}


/*Timeline*/

#timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#timeline::before {
  /* this is the vertical line */
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
  #timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  #timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.timeline-block {
  position: relative;
  margin: 2em 0;
}

.timeline-block h2{
  font-family: 'Lobster', cursive;
  margin-bottom: 20px;
}

.timeline-block small{
  font-weight: bold;
  margin: 15px 0;
  display: block;
}

.timeline-block h4{
  margin: 20px 0;
}

.timeline-block .highlight-box{
  background-color: #951b23;
  color: #fff;
  padding: 15px;
}

.timeline-block .highlight-box-amarelo{
  background-color: #f9b233;
  color: #fff;
  padding: 15px;
}

.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-block:first-child {
  margin-top: 0;
}

.timeline-block:last-child {
  margin-bottom: 0;
}

.timeline-block .timeline-year.right strong, .timeline-block .timeline-year.left strong {
  display: inline-block;
  font-size: 2em;
  font-weight: 700;
  margin-top: -3px;
}

.timeline-block .timeline-year.right strong{
  margin-left: 50px;
}

.timeline-block .timeline-year.left strong{
  margin-left: -75px;
}

@media only screen and (min-width: 1170px) {
  .timeline-block {
    margin: 4em 0;
  }

  .timeline-block:first-child {
    margin-top: 0;
  }

  .timeline-block:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1169px){
  .timeline-block .timeline-year{
   margin-left: 4px;
  }

  .timeline-block .timeline-year.right strong, .timeline-block .timeline-year.left strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 0px;
  }

  .timeline-block .timeline-year.left strong, .timeline-block .timeline-year.right strong {
    margin-left: -5px;
    margin-top: -40px;
    background: #fff;
  }

}

.timeline-year {
  background: #2aa8e0;
  position: absolute;
  top: 15px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 2px rgba(0, 0, 0, 0.05);
}

.timeline-year.vermelho{
  background-color: #d6411c;
}

.vermelho{
  color: #d6411c !important;
}

.timeline-year.verde{
  background-color:  #458d78;
}

.verde{
  color: #458d78 !important;
}

.timeline-year.laranja{
  background-color:  #ec8d49;
}

.laranja{
  color: #ec8d49 !important;
}

.timeline-year.amarelo{
  background-color:  #f9b233;
}

.amarelo{
  color: #f9b233 !important;
}

.timeline-year.dark-vermelho{
  background-color: #951b23;
}

.dark-vermelho{
  color: #951b23 !important;
}

.timeline-year.verde-claro{
  background-color: #a5b965;
}

.verde-claro{
  color: #a5b965 !important;
}


@media only screen and (min-width: 1170px) {
  .timeline-year {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}

.timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ebebeb;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}

.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-content {
  display: inline-block;
}

.timeline-content.direita{
  float: right;
}

.timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-right:10px solid #ebebeb;
}
 
.timeline-content .percent {
  font-size: 2.5rem;
  font-weight: 300;
}

.timeline-content h5{
  font-size: 1rem;
 ;
}

@media only screen and (min-width: 1170px) {
  .timeline-content {
    margin-left: 0;
    width: 45%;
  }

  .timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ebebeb;
  }

/*  .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }*/

  .timeline-block:nth-child(even) .timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ebebeb;
  }
}

.lista-anos {
  display: flex;
}

.lista-anos ul:first-child{
  margin-right: 30px;
}

/* Data anime */

[data-anime] {
    opacity: 0;
    transition: .3s;
}

[data-anime].animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

[data-anime-left] {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
    transition: .3s;
}

[data-anime-left].animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

[data-anime-right] {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
    transition: .3s;
}

[data-anime-right].animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
