/* font-size: calc(14px + (24 - 14) * ((100vw - 900px) / (1600 - 900))); */
/* 14px de base + delta entre 14 et 24 */

@font-face {
    font-family: "ARSMaquettePro";
    src: url("ARSMaquettePro-Bold.ttf");
}

@font-face {
    font-family: "Shentox";
    src: url("Shentox_Medium.ttf");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

nav {
    display: -webkit-box;
    display: flex;
}

nav .logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 80px;
    width: 106px;
    padding: 16px 20px;
    background-color: #ff4422;
    background: -webkit-gradient(linear, left top, right bottom, from(#cc0099), color-stop(85%, #ff4422));
    background: linear-gradient(to bottom right, #cc0099, #ff4422 85%);
}

nav .logo img {
    width: 66px;
    height: 16px;
}

nav .logo:hover {
    background: -webkit-gradient(linear, left top, right bottom, from(#6221ee), color-stop(65%, #1e0555));
    background: linear-gradient(to bottom right, #6221ee, #1e0555 65%);
}

nav .menus {
    width: 100%;
}

.top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: #131313;
    padding-right: 20px;
    font-family: "ARSMaquettePro";
}

.top .left {
    height: 32px;
}

.top a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    line-height: 32px;
    margin-left: 14px;
    font-size: 12px;
}

.top a.is-active {
    color: white;
}

.top a:hover {
    color: white;
}

.bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-family: "Shentox";
    height: 48px;
}

.bottom .left {
    margin-left: 10px;
}

.bottom .right {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px;
    border-left: 1px solid lightgray;
    height: 100%;
}

.bottom a {
    color: #aaaaaa;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
}

.bottom a:hover {
    color: black;
}

.ads {
    background-color: #ffdd33;
    padding-left: 130px;
    font-family: "ARSMaquettePro";
    height: 30px;
    line-height: 30px;
}

section {
    display: -webkit-box;
    display: flex;
    padding: 1%;
    height: 560px;
}

section .bigleft {
    width: 66.66%;
    height: 100%;
    background:
        url("tnw.svg") 25px 25px / 50% no-repeat,
        -webkit-gradient(linear, left top, left bottom, color-stop(10%, #30303020), color-stop(90%, #000000f6)),
        url("hackerhand.png") left top / cover no-repeat;
    background:
        url("tnw.svg") 25px 25px / 50% no-repeat,
        linear-gradient(#30303020 10%, #000000f6 90%),
        url("hackerhand.png") left top / cover no-repeat;
    color: #f1f1f1;
}

section .bigleft:hover {
    background:
        url("tnw.svg") 25px 25px / 50% no-repeat,
        -webkit-gradient(linear, left top, left bottom, color-stop(10%, #9c9c9c20), color-stop(90%, #000000f6)),
        url("hackerhand.png") left top / cover no-repeat;
    background:
        url("tnw.svg") 25px 25px / 50% no-repeat,
        linear-gradient(#9c9c9c20 10%, #000000f6 90%),
        url("hackerhand.png") left top / cover no-repeat;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

section .smallright {
    width: 33.33%;
}

section .smallright .first {
    height: calc(50% - 2px);
    background:
        url("tnw.svg") 25px 25px / 50% no-repeat,
        -webkit-gradient(linear, left top, left bottom, color-stop(10%, #30303020), color-stop(90%, #000000f6)),
        url("mitsubishi.png") left top / cover no-repeat;
    background:
        url("tnw.svg") 25px 25px / 50% no-repeat,
        linear-gradient(#30303020 10%, #000000f6 90%),
        url("mitsubishi.png") left top / cover no-repeat;
    color: #f1f1f1;
}

section .smallright .first:hover {
    background:
        url("tnw.svg") 25px 25px / 50% no-repeat,
        -webkit-gradient(linear, left top, left bottom, color-stop(10%, #9c9c9c20), color-stop(90%, #000000f6)),
        url("mitsubishi.png") left top / cover no-repeat;
    background:
        url("tnw.svg") 25px 25px / 50% no-repeat,
        linear-gradient(#9c9c9c20 10%, #000000f6 90%),
        url("mitsubishi.png") left top / cover no-repeat;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

section .smallright .second {
    height: calc(50% - 2px);
    background:
        url("tnw.svg") 25px 25px / 50% no-repeat,
        -webkit-gradient(linear, left top, left bottom, color-stop(10%, #30303020), color-stop(90%, #000000f6)),
        url("earthquake.png") left top / cover no-repeat;
    background:
        url("tnw.svg") 25px 25px / 50% no-repeat,
        linear-gradient(#30303020 10%, #000000f6 90%),
        url("earthquake.png") left top / cover no-repeat;
    color: #f1f1f1;
}

section .smallright .second:hover {
    background:
        url("tnw.svg") 25px 25px / 50% no-repeat,
        -webkit-gradient(linear, left top, left bottom, color-stop(10%, #9c9c9c20), color-stop(90%, #000000f6)),
        url("earthquake.png") left top / cover no-repeat;
    background:
        url("tnw.svg") 25px 25px / 50% no-repeat,
        linear-gradient(#9c9c9c20 10%, #000000f6 90%),
        url("earthquake.png") left top / cover no-repeat;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

.img {
    position: relative;
    margin: 4px;
}

.img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 4px;
}

.foot,
.foot2 {
    position: absolute;
    font-family: "ARSMaquettePro";
    bottom: 4px;
    left: 4px;
    padding: 14px 12px;
    position: absolute;
    right: 4px;
    z-index: 3;
}

.foot h2 {
    font-size: 36px;
}

.foot2 h2 {
    font-size: 18px;
}

.foot h5 {
    text-transform: uppercase;
    font-size: 13px;
}

.stats {
    color: #ffffff99;
    font-size: 12px;
    line-height: 16px;
}

.stats li {
    display: inline-block;
}