﻿body {
}

.titulo-politica-banco {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #C41B17;
}

.politica-card {
    background-color: #C41B17;
}

.titulo-collapse-politica {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    display: initial;
}

/*Collapse Bootstrap*/

.panel-default > .panel-heading {
    color: #333;
    border-color: #B1B1B1;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding-bottom: 15px
    }

        .panel-default > .panel-heading a:after {
            content: "";
            margin-left:auto;
            position: relative;
            top: 1px;
            display: block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"]:after {
            content: "\2212";
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\002b";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.panel-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

.panel-heading {
    border-bottom: 1px solid #B1B1B1;
}

.panel-collapse {
    border-bottom: 1px solid #B1B1B1;
}