#banner-container {
    width: 100%;
    height: 420px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#banner-container .filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#banner-container .container {
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

#banner-container .container [class*="btn"] {
    position: absolute;
    top: 48px;
    left: 0px;
    color: #fff;
}

#banner-container .container .wrapper {
    width: 100%;
}

#banner-container .container .wrapper .row .col.s12:first-of-type * {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    margin: 0px;
}

#banner-container .container .wrapper .row .col.s12:last-of-type {
    margin-top: 24px;
}

#banner-container .container .wrapper .row .col.s12:first-of-type h3 {
    text-transform: uppercase;
    font-weight: 700;
}

#banner-container .container .wrapper .row .col.s12:first-of-type p {
    font-size: 24px;
}

@media only screen and (max-width: 992px) {

    #banner-container .container .wrapper .row .col.s12:first-of-type h3 {
        font-size: 24px;
    }

    #banner-container .container .wrapper .row .col.s12:first-of-type p {
        font-size: 16px;
    }

}

#grid-container {
    margin-top: 35px;
}

@media only screen and (max-width: 992px) {

    #grid-container {
        margin-top: 0px;
        position: relative;
        top: 16px;
        z-index: 2;
    }

}

#grid-container [class*="container"] .wrapper .row .col:first-of-type .collapsible {
    margin: 0px;
    margin-bottom: 48px;
    box-shadow: none;
    background-color: #fff !important;
}

/* Aqui */

#grid-container [class*="container"] .wrapper .row .col:first-of-type .collapsible .collapsible-header {
    justify-content: space-between;
}

#grid-container [class*="container"] .wrapper .row .col:first-of-type .collapsible .collapsible-header:focus {
    background-color: #fff !important;
}

#grid-container [class*="container"] .wrapper .row .col:first-of-type .collapsible .collapsible-header i.material-icons {
    margin: 0px;
}

#grid-container [class*="container"] .wrapper .row .col:first-of-type .collapsible .collapsible-body {
    padding: 1rem;
    /* max-height: 300px; */
    overflow: auto;
}

#grid-container [class*="container"] .wrapper .row .col:first-of-type .collapsible .collapsible-body .input-field:not(:first-of-type) {
    padding-top: 8px;
    margin-top: 24px;
    margin-bottom: 0px;
}

#grid-container [class*="container"] .wrapper .row .col:first-of-type .collapsible .collapsible-body .input-field:last-of-type {
    margin-top: 16px;
}

#grid-container [class*="container"] .wrapper .row .col:first-of-type .collapsible .collapsible-body .input-field:last-of-type .btn {
    width: 100%;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card {
    height: 320px;
    margin-bottom: 36px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card:first-of-type {
    margin-top: 0px;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card .card-image {
    width: 100%;
    height: calc(100% - 94px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .2s;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card > .uni-label {
    position: absolute;
    z-index: 1;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card > .uni-label.label-unidade {
    top: 16px;
    left: 16px;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card > .uni-label.label-modalidade {
    top: 16px;
    right: 16px;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card:hover .card-image {
    transform: scale(1.2);
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card .card-filter {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 94px);
    background-image: linear-gradient(transparent, rgb(0, 0, 0, 0.8));
    z-index: 2;
    opacity: 0;
    transition: .2s;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card:hover .card-filter {
    opacity: 1;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card .card-filter [class*="btn"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card .card-content {
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    padding: 8px 16px 16px;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card .card-content .card-content-header {
    display: flex;
    align-items: center;
    flex-direction: row;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card .card-content .card-content-header h5 {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    width: calc(100% - 40px);
    display: inline-block;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card .card-content .card-content-header .activator {
    margin: 0px;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card .card-content .card-content-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card .card-content .card-content-body > span {
    font-weight: 500;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card .card-reveal {
    padding: 16px;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card .card-reveal h5 {
    font-size: 20px;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card .card-reveal .btn {
    position: absolute;
    bottom: 16px;
    left: 16px;
}

#grid-container [class*="container"] .wrapper .row .col:last-of-type .card .card-reveal .info-mec {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

#grid-container [class*="container"] .wrapper .row .col #btn-show-more {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.texto-limitado {
    max-width: calc(100% - 48px - 48px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
