#top-bar{
    background: #6498cf none repeat center center;
    height: 38px;
    width: 100%;
    position: relative;
    color: #fff;
}

.container{ margin-top: 10px}

.tb_datos a{color: #fff;}
.tb_datos i {margin-left: 10px; margin-top: 8px}
.tb_menu i {margin-left: 20px}

@media (min-width: 992px) and (max-width: 1199px) {
    .tb_datos i{margin-top: 10px}
    h3 {font-size: 20px}
}

@media (min-width: 768px) and (max-width: 991px) {
    .tb_datosjaestic{display: none}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .tb_datosjaestic{display: none}
    .row {margin-bottom: 10px}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .tb_datos{display: none}
    .row {margin-bottom: 10px}
}