.bm-header-img {
    width: 45px;
    margin: 25px;
}

.bm-body {
    margin-top: 70px;
}

/*recommended*/
.bmodel-pitch.brilliant .header .bottom{
    border-top: 18px solid #de6c68;
}

.bmodel-pitch.brilliant .header {
    color:white;
}

.bmodel-pitch.brilliant .header .description {
    background: #d9534f;
}

.bmodel-pitch.brilliant .header .summary {
    background: #de6c68;
}
/*simple*/
.bmodel-pitch .header {

}

.bmodel-pitch .header .description {
    height: 152px;
    padding: 50px 10px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    background: rgba(163, 163, 163, 1);
    color: white;
}

.bmodel-pitch .header .description h3,
.bmodel-pitch .header .summary p{
    margin: 0;
    color: white;
}

.bmodel-pitch .header .summary {
    padding: 25px 10px;
    font-style: italic;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b1b1b1;
    color: white;
}

.bmodel-pitch .header .bottom{
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 18px solid #b1b1b1;
    /* position: absolute; */
    z-index: 1;
    /* top: 48px; */
    margin-bottom: 0px;

}

.divider-section {
    width: 100%;
}


.bmodel-pitch {
    list-style-type: none;
    border: 1px solid #e6e6e6;
    margin: 0px 0px 50px 0px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* max-width: 400px; */
}

.bmodel-pitch:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.bmodel-pitch li {
    /* border-bottom: 1px solid #e6e6e6;
     padding: 20px;*/
    text-align: center;
    background-color: white;
}

.bmodel-pitch-headers {
    list-style-type: none;
    border: 1px solid #e6e6e6;
    margin: 0px 0px 20px 0px;
    padding: 0;
    font-family: edpPreon;
    position: relative;
    top: -136px;
}

.bmodel-pitch-headers li {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    text-align: center;
    background-color: white;
}

.bmodel-pitch p {
    margin: 0;
}

.bmodel-pitch .nome {
    background: #fafafa;
}

.bmodel-pitch a p{
    padding-top: 6px;
}


/*.bmodel-pitch .xs {
    height: 110px;
}
.bmodel-pitch .sm {
    height: 130px;
}
.bmodel-pitch .lg {
    height: 150px;
}
.bmodel-pitch .xl {
    height: 200px;
}
.bmodel-pitch .big {
    height: 220px;
}*/


.bmodel-pitch .ownership {
    height: 100px;
    font-size: 24px;
}

.bmodel-pitch .ownership p {
    margin-top: -18px;
}

.bmodel-pitch .ownership .title{
    font-size: 12px;
    color: #a3a3a3;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
}

.bmodel-pitch .section-content {
    /*height: 190px;*/
}

.bmodel-pitch .modelo-button {
    height: 165px;
    padding-top: 40px !important;
}

.bmodel-pitch .modelo-button a {
    font-family: edpPreon;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    height: 70px;
    border-radius: 0px;
    height: 50px;
    width: 53%;
    padding: 9px;
}

.bmodel-pitch .modelo-button a p {
    color: white;
}

.bmodel-pitch .attr-header {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
}

.bmodel-pitch .ownership p,
.bmodel-pitch .section-content p,
.bmodel-pitch .modelo-button  p{
    margin-bottom: 5px;
}

.bmodel-pitch .ownership{
    align-items: center;
    display: flex;
    justify-content: center;
}

.bmodel-pitch .section-content,
.bmodel-pitch .modelo-button{
    display: flex;
    justify-content: center;
    /*padding-top: 20px;*/
}



.bmodel-pitch .ownership li,
.bmodel-pitch .section-content li {
    list-style-type: none;
}

.bmodel-pitch .ownership ul,
.bmodel-pitch .section-content ul {
    padding: 0px 15px;
}

.bmodel-pitch hr {
    margin:0;
    width: 80%;
    margin-left: 10%;
}

/*end*/