.bannerPC {
    max-width: 1900px;
    background: url('../images/investigation/pc1.jpg') no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.bannerTab {
    max-width: 1900px;
    background: url('../images/investigation/tab1.jpg') no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.bannerMov {
    max-width: 1900px;
    background: url('../images/investigation/mov1.jpg') no-repeat center;
    background-size: cover;
    min-height: 100vh;
}

.button {
    background-color: #FF6D22;
    color: white;
}

.bar {
    color: #FF6D22;
}

.icon {
    color: #FF6D22;
}

.side {
    background-color: #FF6D22;
    opacity: 0.9;
}

@font-face {
    font-family: themillion;
    src: url(../fonts/Helvetica\ 400.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button {
    font-family: themillion;
}