/**DNN GO CSS**/

.thumbnail-title02 {
    position: relative;
    margin-bottom: 40px;
}

    .thumbnail-title02:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 41px;
        border-bottom: 2px solid #20a3f0;
    }

    .thumbnail-title02 div.destaques-titulo {
        font-size: 20px;
        color: #424242;
        padding: 11px 0 20px;
        font-weight: bold !important;
    }


.contactless-wrapper {
    /*margin: 0% 0% 0% 0%;*/
    padding: 10px;
}

.squareA {
    background: #ffe3ce;
    width: 15vw;
    height: 15vw;
}

.contactless-square {
    background: rgb(202,210,42);
    width: 100%;
    position: relative;
    padding-top: 98%;
}

    .contactless-square .square-content {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }

.square-grp {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactless-body {
    display: flex;
    align-items: center;
}

    .contactless-body .img-content {
        padding: 5px;
    }

    .contactless-body .txt-content {
        padding: 5px;
    }

    .contactless-body img {
        width: 78px;
    }

.contactless-btn {
    width: 80%;
}

    .contactless-btn a.btnSearch.btn {
        background: #569836;
        color: #fff;
        width: 100%;
        margin-top: 15px;
    }

        .contactless-btn a.btnSearch.btn:hover, .contactless-btn a.btnSearch.btn:focus, .contactless-btn a.btnSearch.btn.focus {
            background: #ffffff;
            color: #569836;
            border: 1px solid #569836;
        }


@media only screen and (min-width : 1200px) {
    .contactless-square {
        height: 400px;
        padding-top: 0%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1537px) {
    .multimedia-wrapper .row:first-child{
        height: 128px;
    }
}