
.mapafotos-popup-body{
    padding-bottom: 30px;
}

.mapafotos-popup-body .row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mapafotos-popup-body .row h4 {
    padding: 10px;
    margin: 0 0 10px 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
    background-color: #274F7B;
}
.mapafotos-popup-body .row_info{
    margin-right: 0 !important;
    margin-left: 0 !important;
    /* margin-bottom: 9px; */
    display: block;
    min-height: 25px;
    border-bottom: 1px solid #ddd;
    padding: 0.5rem;
    display: flex;
}

.mapafotos-popup-body a{
    color: #274F7B;
    font-weight: 600;
}

.mapafotos-popup-body .row_info div:first-child{
    font-weight: 600;
    padding: 0px 0px;
}

.mapafotos-popup-body .row_info .col-sm-9 {
    padding: 0px 5px;
}

div.ui-dialog-titlebar span.ui-dialog-title{
    padding-top: 5px;
    height: 25px !important;
}
@media (min-width: 768px){
    .ui-draggable .ui-dialog-titlebar {
        height: 45px !important;
        font-size: 16px;
        text-transform: uppercase;
    }
}


/* div#dialog-consultapunto div.cuerpo {
    height: 300px !important;
    min-height: 0px !important;
} */



.redgeodesica-popup-body .row_info .col-sm-3 {
    font-weight: 600;
    padding: 0px 5px;
    width: 40%;
}
.redgeodesica-popup-body .row_info .col-sm-9{
    width: 60%;
}