/*----------------------------------------------------------------------------*/
/* Fuentes                                                                    */
/*----------------------------------------------------------------------------*/

@font-face {
    font-family: "Rubik-Regular";
		src: url("../fonts/Rubik-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Bebasneue-Regular";
    src: url("../fonts/bebasneue_regular-webfont.woff") format('woff');
}



.sidebar.right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    /*background: #146392;*/
    background: rgb(231, 81, 36);
    height: 500px;
    overflow-y: scroll;
    font-family: Rubik-Regular !important;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}

@media only screen and (max-width: 768px) {
  .sidebar.right {
      width: 100%;
  }
}

.sidebars > .sidebar {
    position: fixed;
    color: white;
    padding: 30px;
    font-size: 16px;
    font-family: Rubik-Regular !important;
}
