/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 section#wrapper {
    padding-top: 0px !important;
}

#wrapper .breadcrumb li:last-child a {
    color: #212121;
}

#wrapper .breadcrumb li:last-child a:hover {
    color: #212121;
}

#wrapper .breadcrumb li a:hover {
    color: #212121;
}

#wrapper .breadcrumb {
    min-height: 166px !important;
}


/* popup */
.modal-body {
    padding: 0px;
}

.modal-content {
    height: 400px;
}

div#popup-compsaonline {
    background-color: #0000006b;
}

.col-text {
    margin-top: -24px;
    float: left;
    width: 51%;
    padding: 5px;
    justify-content: center;
    height: 398px;
    text-align: center;
    background: url('/themes/bos_ocbee/assets/img/modules/appagebuilder/images/img56.jpg');
    padding-top: 27px;
}

.modal-content {
    background-color: white !important;
}

.col-imatge {
    border-bottom-left-radius: 4px;
    height: 398px;
    background-size: cover !important;
    float: left;
    width: 49%;
}

.col-text h3 {
    padding: 6px;
    padding-top: 25px;
}

button.botoBotiga {
    color: black;
    background-color: #f4900a;
    border: 3px solid #f4900a;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    font-size: 18px !important;
    margin-top: 34px;
}



