﻿.undItem {
    float: left;
    margin: 0.5%;
}

.pCid {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
}

.undImg {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dvMapa {
    height: 300px;
    display: none;
}

.contUnidades {
    margin-bottom: 100px;
    float: left;
    width: 100%;
}

.dvImgEmpresa {
    width: 100%;
    float: left;
    background: url(/Content/imgtemanovo/loja2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
/*tablet*/
@media (min-width: 768px) {
    .contUnidades {
        margin-bottom: 100px;
    }

    .undItem {
        width: 49%;
    }

    .dvImgEmpresa {
        height: 400px;
        margin-bottom: 40px;
    }
}
/*smartphone*/
@media (max-width: 767px) {
    .contUnidades {
        margin-bottom: 0;
    }

    .undItem {
        width: 99%;
        height: auto;
    }

    .dvImgEmpresa {
        height: 150px;
    }
}
/*computador*/
@media (min-width: 1200px) {
    .contUnidades {
        margin-bottom: 100px;
    }

    .undItem {
        width: 49%;
    }

    .dvImgEmpresa {
        height: 400px;
        margin-bottom: 40px;
    }
}
