.menu-capitulos{
    top: 48px;
    right: 0px;
    position: fixed;
    z-index: 10;
    width: 250px;
    /* background: #2C2C2C;    */

}
.menu-capitulos nav{    
    overflow: auto;
}
.cotahuma-bg nav{
    background: #B7402F !important;
}
.max-paredes-bg nav{
    background: #642b2c !important;
}
.periferica-bg nav{
    background: #9e1a59 !important;
}
.san-antonio-bg nav{
    background: #823e79 !important;    
}
.sur-bg nav{
    background: #ef4f34 !important;    
}
.mallasa-bg nav{
    background: #728032 !important;    
}
.centro-bg nav{
    background: #555 !important;    
}
.rural-bg nav{
    background: #b68e5e !important;    
}
.menu-capitulos a{
    color: rgba(255, 255, 255, 0.8);   
    font-size: 13px;
    font-family: "Quicksand", Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    transition: color 0.3s;
    display: block;
    border-bottom: 1px dotted #fff;
    padding: 8px;
}
.menu-capitulos a:hover{
    color: rgba(255, 255, 255, 1);    
}
.menu-capitulos ul{
    padding: 10px 0px;
    border-left: 1px dotted #FFF;
}
.menu-capitulos li{
    list-style: none;
}
.btn-menu{    
    width: 300px;
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    color: #FFCF00;
    background: #FFC300;
    top: 0px;
    right: 0px;
    position: fixed;
    z-index: 10;
}
.btn-menu div{
    width: 50px;
    height: 48px;    
    padding-left:8px;
    background: #FFC300;
    color: #ED3221;
}
.btn-menu:hover{
    cursor: pointer;
}
.menu-active{
    color: #FFCF00 !important;
}
.page-section {
    height: auto;		
}
.descargas img{
 padding: 5px 15px;
}

.link-map-content h1{
    font-size: 20px;

}
.link-map-content h2{
    color: #555;
    font-size: 18px;
    font-weight: bold;    
}
.link-map-content a{
    color: #FB7F15;
}
.link-map{

}
.a66-map-popup-container{
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 9999;
    display: none;
    background: #fff;
}

@media screen and (max-width:768px) {
    .col-md-6{
        padding: 0px 2px;
    }
    .btn-menu{    
        margin-top: 50px;
    }
    .menu-capitulos{
        margin-top: 50px;
    }
}