.hidden {
    display: none !important;
}

.nav-link {
    cursor: pointer;
}

.caption h2 {
    max-width: 600px;
    margin-bottom: 10px;
    color: #002776;
}

.caption2 p {
    font-weight: 800;
    font-size: 2.7rem !important;
    margin-bottom: 5px;
    color: #002776;
    text-transform: none;
}

.caption3 h2 {
    font-weight: 800 !important;
    font-size: 2.7rem !important;
    margin-bottom: 5px !important;
    color: #002776 !important;
    text-transform: none !important;
}

.content h3 p {
    font-size: 1.3rem !important;
    color: #002776 !important;
    font-weight: 700 !important;
}

.wrapProductos .caption p {
    font-weight: 800;
    font-size: 2.7rem;
    margin-bottom: 5px;
    color: #002776;
    text-transform: none;
}

.no-style {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

.custom-comparer-h2 {
    text-align: center;
    color: #002776;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
    text-transform: capitalize;
}

    ul.breadcrumb li {
        display: inline;
        font-size: 18px;
    }

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }

        ul.breadcrumb li a {
            color: #002279;
            text-decoration: none;
        }

            ul.breadcrumb li a:hover {
                color: #002279;
                text-decoration: underline;
            }

a.nostyle:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
