body {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
}

.cursorPointer:hover {
    cursor: pointer;
}

.shadowBottom {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.bgSeccion {
    background-color: #F9F5EE !important;
}

.borderSeccion {
    border: 1px solid #B28D5D !important;
    border-radius: 5px;
}

.borderBottomSeccion {
    border-bottom-color: #B28D5D !important;
}

.titleAcordion {
    background-color: #F9F5EE !important;
    color: #333 !important;
    text-decoration: none;
}

.sectionLabel {
    display: block;
}

.sectionInfo {
    font-weight: bold;
    font-size: 1.05rem !important;
    /*color: #9B173C !important;*/
    color: #444 !important;
}

.sectionTitle {
    font-family: 'Jost', sans-serif !important;
    font-weight: 500 !important;
    color: #333 !important;
}

.sectionTitle2 {
    color: #333 !important;
    font-size: .95rem !important;
    text-align: center;
}

#menuPatrimonial li {
    background-color: #B28D5D;
    border-color: #C2A67E;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
}

#menuPatrimonial li:hover {
    text-decoration: underline;
    border-color: #C2A67E;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
}

#menuIntereses li {
    background-color: #B28D5D;
    border-color: #C2A67E;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
}

#menuIntereses li:hover {
    text-decoration: underline;
    border-color: #B28D5D;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
}

.tabSeccion {
    background-color: #444;
    cursor: pointer;
    color: #ffffff;
    border-bottom: 3px solid #444;
}

.tabSeccion:hover {
    background-color: #444;
    cursor: pointer;
    color: #ffffff;
    border-bottom: 3px solid #444;
}

.tabSeccionInactive {
    background-color: #cccccc;
    cursor: pointer;
    color: #555555;
    border-bottom: 3px solid #cccccc;
}

.tabSeccionInactive:hover {
    background-color: #cccccc;
    cursor: pointer;
    color: #555555;
    border-bottom: 3px solid #444;
}

.tabSeccion span {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 1.05rem !Important;
}

.tabSeccionInactive span {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 1.05rem !Important;
}

.fontRoboto300 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
}

.fontRoboto400 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

.fontRoboto500 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
}

.fontRoboto700 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

.fontJost300 {
    font-family: 'Jost', sans-serif !important;
    font-weight: 300 !important;
}

.fontJost400 {
    font-family: 'Jost', sans-serif !important;
    font-weight: 400 !important;
}

.fontJost500 {
    font-family: 'Jost', sans-serif !important;
    font-weight: 500 !important;
}

.fontJost600 {
    font-family: 'Jost', sans-serif !important;
    font-weight: 600 !important;
}

.fontMontserrat300 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
}

.fontMontserrat400 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
}

.fontMontserrat500 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
}

.fontMontserrat600 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}

.fontMontserrat700 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

.fontCinzel500 {
    font-family: 'Cinzel', sans-serif !important;
    font-weight: 500 !important;
}

.fontCinzel600 {
    font-family: 'Cinzel', sans-serif !important;
    font-weight: 600 !important;
}

.fontCairo900 {
    font-family: 'Cairo', sans-serif !important;
    font-weight: 900 !important;
}

.fontCairo1000 {
    font-family: 'Cairo', sans-serif !important;
    font-weight: 1000 !important;
}

.fs-7 {
    font-size: .85rem !important;
}

.fs-8 {
    font-size: .80rem !important;
}

.fs-9 {
    font-size: .75rem !important;
}

.fs-10 {
    font-size: .70rem !important;
}

.textNotDecoration {
    text-decoration: none !important;
}

.textUnderline:hover {
    text-decoration: underline !important;
}

.textBrown {
    color: #A88351 !important;
}