.jumbotron{
    margin-bottom: 0;
    padding-bottom: 0;
}
.jumbotron .container-fluid{
    padding-left: 125px;
    padding-right: 125px;
}
.title h1{
    font-size: 38px;
    color: #333;
}
.title p{
    text-align: right;
    margin-right: 5%;
    color: #EE7438;
    font-size: 20px;
    margin-bottom: 40px;
}
.title h4{
    font-size: 20px;
    text-align: center;
    color: #333;
    margin-top: 40px;
}
.title h2{
    margin-left: 25%;
}
.title h4.right{
    margin-top: 0px; 
    text-align: right;
}
.title h4.left{
    margin-top: 0px; 
    text-align: left;
}
.title p.center{
    text-align: center;
}
.title .li{
    text-align: left;
    margin-bottom: 0;
    text-indent: 10%;
}
hr.separador{
    margin: 1px;
    border-top: 1px solid #333;
    margin-top: 2%;
}
.buttons {
    position: relative;
    top: 150px;
    width: 440px;
    margin: 0 auto;
    z-index: 100;
}
.disc-button {
  background-color: #222;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-weight: 100;
  font-size: 24px;
  cursor: pointer;
}
.disc-button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.prev {
  float: left;
}
.next {
  float: right;
}
#output {
  line-height: 2;
}
.grupo-cifras{
    text-align: center;
    min-height: 120px;
}
.titulo-cifras p{
    margin: 0;
    font-size: 25px;
}
.cifra p{
    color: #5E5E5E;
    font-weight: bold;
    margin: 0;
}
.variaciones .maximo{
    color: #0A9393;
    font-size: 0.8em;
}
.variaciones .maximo-ini{
    color: #EE7438;
    font-size: 0.8em;
}
.variaciones .minimo{
    color: #AAB218;
    font-size: 0.8em;
}
.variaciones span{
    font-weight: 600;
    text-shadow: 0px 20px 15px #BBB;
}
.grupo-cifras .describe{
    margin-top: 35px;
    font-size: 16px;
    padding: 0 70px;
    text-align: justify;
}
.grupo-cifras .describe-center{
    font-size: 20px;
    padding: 0 100px;
    text-align: center;
    font-weight: 500;
}
#hexaflip-demo1{
    margin-left: 4%;
}
.hexaflip{
    margin: auto;
}
.subtitle{
    margin-bottom: 25px;
}
.subtitle-cifra{
    margin-bottom: 25px;
    font-weight: bold;
    color:  #008688;
    font-size: 45px;
}
.front,
.left,
.right,
.back{
    text-align: center;
}
.front img,
.back img{
    width: 70%;
    max-width: 250px;
    margin: auto;
    margin-top: 5%;
}
.front p,
.left p,
.right p,
.back p{
    color: #fff;
    font-size: 16px;
    margin: 5px 5%; 
}
.left p,
.right p,
.back p{
    color: #fff;
    font-size: 32px;
    margin: 15% 5%;
    font-weight: 500;
}
.left h4,
.right h4,
.back h4{
    color: #fff;
    font-size: 16px;
    margin: 5% auto; 
}
.left h5,
.right h5,
.back h5{
    color: #fff;
    font-size: 12px;
}

.bottom{
    box-shadow: 0px 0px 200px #333;
}

.gasto-federalizado{
    background-color: #76C5BD;
    /*min-height: 300px;*/
}

p.nota{
    font-size: 16px;
    margin-bottom: 0;
}
.notes{
    text-align: left;
    margin-bottom: 30px;
}
.notes p{
    font-size: 14px;
    margin: 0;
}
.notes p.up-ini{
    color: #EE7438;
}
.notes p.up{
    color: #0A9393;
}
.notes p.down{
    color: #AAB218;
}
.btn-peff {
    border: 3px solid #39A357;
    color: #008789;
    background: #EEEEEE;
    white-space: normal;
}
.btn-peff:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}

.btn-peff:hover {
    background: #39A357;
    color: #EEEEEE;
}

.btn-infopeff {
    border: 3px solid #5EBD8D;
    color: #EEE;
    background: #5EBD8D;
    white-space: normal;
}
.btn-infopeff:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}

.btn-infopeff:hover {
    background: #49B57E;
    color: #EEEEEE;
}

@media screen and (max-width: 1270px) {
    .grupo-cifras .describe{
        padding: 0 20px;
    }
}

@media screen and (max-width: 1170px) {
    .jumbotron .container-fluid{
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1560px) {
    .front p{
    	color: #fff;
    	font-size: 12px;
    	margin: 5px 2%; 
     }

    .left h4,
    .right h4,
    .back h4{
        font-size:10px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1170px) {

    .left p,
    .right p,
    .back p{
        margin: 0;
    }
}

@media screen and (max-width: 750px) {
    .jumbotron .container-fluid{
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.rb-grid{
        padding: 0;
    }
    ul.rb-grid li{
        padding: 0.6em;
    }
    ul.rb-grid li.rb-span-2,
    ul.rb-grid li.rb-span-4{
        text-align: center;
        font-size: 0.5em;
    }
    ul.rb-grid li.rb-span-2 h3,
    ul.rb-grid li.rb-span-4 h3{
        margin-top: 2px;
    }
    .title h2{
        margin: auto;
        text-align: right;
    }
    .grupo-cifras{
        margin-top: 20px;
        min-height: auto;
    }
    .grupo-cifras .describe-center{
        padding: 0;
        margin: 5px 0;
    }
    .grupo-cifras .describe{
        padding: 0;
    }
    .example{
        height: 360px;
    }
    .sq-25{
        width: 80%;
    }
    .btn-peff{
        margin-top: 30px;
    }
    .gasto-federalizado{
        min-height: auto;
    }
    .main{
        left: -15px;
    }
    .buttons{
        width: 100%;
    }
    .hexaflip{
        margin-left: -9%;
    }
}