.wrap-top-contacto {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 33px;
    background: #3498DB;
    z-index: 99999;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}

.top-contacto {
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 5px 0px;
}

.top-contacto a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.top-contacto .ubicacion {
    float: right;
    margin-left: 15px;
}

.top-contacto .telefono {
    float: right;
}

.site-header.modal-header {
    padding: 40px 0 20px 0;
}

.navbar-container {
    background: #3498DB;
}