/* NAVBAR */

.push{height:70px}

.st-navbar{

  border-bottom: none;
}
.st-navbar ul{
  margin: 10px 0;
}
.st-navbar ul li a{
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  margin: 14px;
  color: #112941;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
  background: transparent;
  border: 1px solid white;
}
.st-navbar ul li a:hover,
.st-navbar ul li a:focus {
  background-color: transparent;
  color: #ab0033;
  border-bottom: 1px solid white;
}
.st-navbar ul li a {
  color: #ab0033;
}
.st-navbar .navbar-header{
  margin: 15px 0;
}
.st-navbar .navbar-toggle .icon-bar {
  background-color: #888;
}
.st-navbar .navbar-toggle{
  margin-top: 7px;
  margin-right: 25px;
  padding: 0;
  border-radius: 0;
}

.titulo{ border-bottom:2px solid #ddd }
/*
.degrado-azul{
  background: linear-gradient(to  right, #bc955c, #ddc9a3); 
}
*/
.degrado-azul{
  background-color: white;
}

/* FOOTER */

#footer{
  background-color: #54565a;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.4);
}

#footer a{
  color: rgba(255, 255, 255, 0.4);
}
#footer a:hover{
  color: #fff;
}

.footer-social-icons{
  text-align: right;
}

.footer-social-icons a{
  margin: 0 5px;
  font-size: 16px;
}

.footer-social-icons span{
  margin-right: 10px;
}

/*//////////////////////////////titulo*/
h3.letra {
  font-size: 38px !important;
  font-weight: bold;
  color: #112941;
  padding-left: 10px;

}
.trans:hover{
  background: rgba(71, 46, 65, 0.5);
  color: white;
}
.p-0{
  padding: 0px;
}
.img-escalar{
background-repeat: no-repeat; background-position: center center;background-size: cover;

}
.w100h80{
  width: 100%; height: 80px;
}
.trans{
  color: white;
  font-weight: bolder;
  font-size: 20px;
}
 .back-graficas{
    margin-bottom:20px; align-self: center;
     
    border-radius: 15px; color: black; font-size: 23px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 3px 3px 9px -3px rgba(0,0,0,0.62);
    -moz-box-shadow: 3px 3px 9px -3px rgba(0,0,0,0.62);
    box-shadow: 3px 3px 9px -3px rgba(0,0,0,0.62)
  }
  .back-grafica{
    margin-bottom:20px; align-self: center;
    
    border-radius: 15px; color: black; font-size: 23px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 3px 3px 9px -3px rgba(0,0,0,0.62);
    -moz-box-shadow: 3px 3px 9px -3px rgba(0,0,0,0.62);
    box-shadow: 3px 3px 9px -3px rgba(0,0,0,0.62)
  }