ul.docs{
    padding-left:0px;
}

ul.docs li{
    list-style: none;
    margin-bottom: 10px;
}

ul.docs  ul li{
    list-style: circle;
}
ul.docs  ul li:before{
    content: "" !important;
}

ul.docs  ul ul li{
    list-style: disc;
}
ul.docs  ul li:before{
    content: "" !important;
}

ul.docsUL li{
    margin-bottom: 10px;
}

h3.docs:before, ul.docs li:before {
    content: "# ";
    margin-right: .25em;
    color: #222;
    opacity: .7;
}

h3.docs
{
    margin-top:40px;
    margin-bottom:20px;
}

h4.docs
{
    margin-top:40px;
    margin-bottom:30px;
}

h5.docs
{
    margin-top:30px;
    margin-bottom:10px;
    font-size: 15px;
}

.page-header {
    margin: 0px 0px 20px 0px !important;
    font-size: 25px !important;
    border-bottom: 1px solid #23523B;
}

.anchor{
    display: block;
    height: 60px; /*same height as header*/
    margin-top: -60px; /*same height as header*/
    visibility: hidden;
}

.sidebar {
    width: 90%;
    float: left;
    padding: 10px 35px 20px 35px;
    background: #efefef;
    border: 1px solid #dedede;
    margin-right:30px !important;
}

.sidebar > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar > ul > li {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 10px;
    margin: 25px 0 0px;
}

.sidebar > ul > li > ul {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    font-size: 14px;
}

.scroll-button{
    box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 5px;
    width: 35px;
    height: 39px;
    right: 20px;
    bottom: 20px;
    visibility: visible;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: pointer;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
}

/* STYLE BUTTON 1 - filled in */
/* .scroll-button{
  background: rgb(249, 104, 211);
  border: none;
  color: white;
} */

/* STYLE BUTTON 2 - only outlines */
.scroll-button{
    background: none;
    border: solid 2px #ccc;
    color: #aaa;
}

/* SHAPE BUTTON 1 - round */
/* .scroll-button{
  border-radius: 50%;
} */

/* SHAPE BUTTON 2 - square */
.scroll-button{
    border-radius: 0%;
}

/* POSITION BUTTON 1 - on the bottom of the screen */
.scroll-button{
    position: fixed;
}

/* POSITION BUTTON 2 - on the bottom of the page */
/* .scroll-button{
  position: absolute;
} */


.scroll-button:hover{
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.scroll-button--hidden{
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
}

ul.que_es li{
    margin-bottom: 10px;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    [class*="col-"] + [class*="col-"] {
        padding-top: 2em; /* for instance */
    }
}

@media (max-width: 1199px) {
    .sidebar{
        width: 100%;
        margin-top:80px;
        text-align:center;
    }
}
