﻿.undItem {
    float: left;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 100%;
}
    .undItem img {
        margin: 2px 5px 0;
        float: left;
    }
    
.imgCont {
    float: left;
}
.undItem p {
    margin: 3px 0;
    line-height: 21px;
    width: 100%;
    float: left;
}
.pCid {
    font-family: "Poppins-Bold", sans-serif;
    margin-bottom: 10px !important;
    background: #FDC727;
    color: #235738;
}
.btnVerMapa {
    padding: 7px 10px!important;
}
.undItemInfos {
    float: left;
}
.undItem iframe {
    margin-top: 30px;
    border: 0;
    background: #000;
}
/*tablet*/
@media (min-width: 768px) {

    .pCid {
        font-size: 25px;
        padding: 10px;
    }
        .undItem iframe {
        width: 70%;
    }

    .undItemInfos {
        width: 30%;
    margin-top: 30px;
}
        .pEsc {
        font-size: 35px;
    }
    .imgCont {
        padding: 20px 10px 0 0;
    }
        .contL {
        width: 42%;
    }

    .contR {
        width: 57%;
    }


    .ftPredio {
        height: 520px;
    }

    .dvConect {
        width: 100%;
        border-left: 2px solid #000;
        margin-top: 20px;
    padding-left: 10px;
    }
    #dvMapa {
        width: 100%;
    }
}

/*smartphone*/
@media (max-width: 767px) {
    .pCid {
        font-size: 18px;
        padding: 5px 10px;
    }
    .undItem iframe {
        width: 100%;
    }
    .undItemInfos {
        width: 100%;
        margin-top: 0;
    }
    .dvUnds {
        margin-top:30px!important;
    }
    .pEsc {
        font-size: 30px;
    }
    .imgCont {
        padding: 0 10px 10px 0;
        width:100%;
        text-align:center;
    }
    .imgCont img{
        float:none!important;
    }
        .contL, .contR {
        width: 99%;
        margin: 0.5%;
    }

    .ftPredio {
        height: 300px;
    }

    #dvFormulario {
        margin-bottom: 20px;
    }

    .dvConect {
        border-left: none;
        width: 99%;
        margin: 0.5%;
    }

    #dvMapa {
        width: 99%;
        margin: 0.5%;
    }
}

/*computador*/
@media (min-width: 1200px) {
    .pCid {
        font-size: 25px;
        padding: 10px;
    }
    .undItem iframe {
        width: 70%;
    }
    .undItemInfos {
        width: 30%;
        margin-top: 30px;
    }
    .pEsc {
        font-size: 35px;
    }
    .contL {
        width: 42%;
    }

    .contR {
        width: 57%;
    }

    .ftPredio {
        height: 520px;
    }

    .dvConect {
        width: 100%;
        border-left: 2px solid #000;
        margin-top: 20px;
    padding-left: 10px;
    }

    #dvMapa {
        width: 100%;
    }
}

#dvMapa {
    overflow-x: hidden;
    float: left;
    margin-top: 40px;
    display: none;
}

.dvConect {
    float: left;
}

.ftPredio {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    background-size: cover;
    background-position: center;
    float: left;
}

.contL {
    float: left;
}

.contR {
    float: left;
}

.dvContatos {
    text-align: left;
    width: 90%;
    float: left;
    margin: 5px;
    border-bottom: 1px solid #f1eded;
    padding: 5px;
}

    .dvContatos span {
        font-weight: 700;
    }

    .dvContatos p {
        margin-bottom: 2px;
        margin-top: 2px;
    }

.contacts {
    float: left;
    margin-bottom: 25px;
}

.form {
    float: right;
}
