.bg-dark {
    background-color: rgb(187, 41, 41) !important;
}
.sb-sidenav-dark{
    background-color: rgb(187, 41, 41) !important;
    color: white;
}
.sb-sidenav-footer{
    background-color: rgb(134, 55, 55) !important;
}
.sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-heading{
    color: #c5c3c3;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link{
    color: white;
}
.bg-dark {
    background-color: rgb(187, 41, 41) !important;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon {
    color: white;
}
.bg-dark {
    background-color: rgb(187, 41, 41) !important;
}
.label-required{
    color: red;
}

.texto-primario{
    color: rgb(187, 41, 41) !important;
}

/*FRONT PAGE*/

#top-solid-box {
    height: 20px;
}
#logo {
    font-size: xx-large;
}
.vertical-center {
    display: flex;
    align-items: center;
}
#banner1{
    height: 200px;
}

.carousel-item img
{
    max-height: 400px!important;
}

.foto-perfil-anunciante
{
    width: 45px!important;
    height: 45px!important;
    background-repeat: no-repeat;
    background-size: 45px 45px!important;
}

.foto-principal-anuncio
{
    max-height: 500px!important;
}

/*FOOTER*/

.footer-basic {
    padding:40px 0;
    font-size: 16px;
}

.footer-basic ul {
    padding:0;
    list-style:none;
    text-align:center;
    font-size:12px;
    line-height:1.6;
    margin-bottom:0;
}

.footer-basic li {
    padding:0 10px;
}

.footer-basic ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
}

.footer-basic ul a:hover {
    opacity:1;
}

.footer-basic .social {

}

.footer-basic .social > a {
    font-size: 16px;
}

.footer-basic .social > a:hover {
    opacity:0.9;
}

.footer-basic .copyright {
    margin-top:15px;
    text-align:center;
    font-size:13px;
    color:#aaa;
    margin-bottom:0;
}

/* LOCATOR */

.locator-fundo{
    height: 100%;
}
#locator-img{
    margin: 0 auto;
    max-height: 300px!important;
}

/* TABLE OF CONTENTS*/
.toc-list li > a {
    text-decoration: none;
    display: grid;
    grid-template-columns: auto max-content;
    align-items: end;
}

.toc-list li > a > .page {
    text-align: right;
}
