#banner{
  position: fixed;
  width: 100%;
  z-index: 300;
}
.p-bg{
  background: #FF8E34;
}
.s-bg{
  background: #75250F;
}
.st-co{
  color: #FF8E34;
}
.titule{
  color: #75250F;
  
}
.bld{
  font-weight: 800;
}
.t-co{
  color: #75250F;
  font-weight: 600;
}
.t-co:hover{
  color:#FFE8BC !important;
  transition: 0.3s;
}
.t-mt{
  color: #FFE8BC !important;
}
.notificaciones{
	position: fixed;
	right: 10px;
	z-index: 1;
	top: 60px;
	width: 30%;
}
@media all and (max-width:640px) {
    .notificaciones{
    	width: calc(100% - 20px);
    }
}
.logo{
  width: 38px;
}
.portada{
  width: 200px;
  position: fixed;
  left: calc((100% / 2) - 100px);
}
.back{
  position: fixed;
  left: 10px;
  bottom: 25px;
  font-size: 1.2em;
  z-index: 300;
}
.modal-content {
  padding: 5px;
}