.fw-bold {
    font-weight: bold !important;
}

.help-block {
    font-size: 0.8rem;
    color: #868686;
}

.cursor-pointer {
    cursor: pointer !important;
}

.fs-7 {
    font-size: 0.75rem !important;
}

.fs-8 {
    font-size: 0.65rem !important;
}

@media (max-width: 991px) {
    .breadcrumb_area {
        padding: 55px 0 45px;
    }
}

@media (max-width: 767px) {
    .shortcode_info {
        padding-top: 30px;
    }
}

.bannerTop {
    width: 100%;
    height: 430px;
    display: block;
    background: url(/galerias/background2.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.menu_toggle {
    color: #FFF;
}

.mobile_main_menu.navbar_fixed .menu_toggle {
    color: #000;
}

#post iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    border: none;
}

#post {
    max-width: 100%;
    overflow-x: hidden;
}

#post img[data-filename=*] {
    width: 100% !important;
    height: auto !important;
    margin: 0;
    display: block;
}