
@media screen and ( min-width: 1400px ) { }

@media screen and ( max-width: 1230px ){ }

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

    .contsucursales {
        width: 100%;
        height: auto;
        /*border: 1px solid #FF0000;*/
    }
    .contsucursales-col {
        display: none;
    }
    .contsucursalesdata {
        width: 100%;
        height: 330px;
        /*border: 1px solid #FF0000;*/
    }
    .hdsucursalesdata {
        height: 300px;
    }
    .contsucursalesdata-col {
        width: 100%;
        height: 300px;
        margin: 3px 0px 0px;
    }
    .contsucursalesdata-col iframe {
        width: 100%;
        height: 300px;
    }

}