* {
    font-family: SST
}

.jumbotron {
    background-color: transparent!important;
    margin-bottom: 0!important;
    padding: 32px!important;
}

.font-14 {
    font-size: 14px!important
}

.font-20 {
    font-size: 20px!important
}

.font-28 {
    font-size: 28px!important
}

.font-32 {
    font-size: 32px!important
}

.font-70 {
    font-size: 70px!important;
    line-height: 70px!important;
}

p.title {
    font-size: 40px;
    font-weight: 600;
}

.qualidade-imagem {
    background: url(../img/bg-lindas-imagens.jpg) no-repeat center;
    background-size: cover;
}

.japan {
    background: url(../img/bg-design-in-japan.jpg) no-repeat center;
    background-size: cover;
}

.sony-no-brasil {
    background: url(../img/bg-47-anos.jpg) no-repeat center;
    background-size: cover;
}

.video {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.list-clean li {
    list-style: none;
}

.legal {
    font-size: 0.8em;
}

@media (max-width: 768px) {
    .jumbotron {
        padding: 0!important;
    }
    .title {
        font-size: 30px!important;
    }
    .w-75.mx-auto,
    .w-50.mx-auto {
        width: 100%!important
    }
    .desktop-only {
        display: none!important
    }
}

@media (min-width: 1200px) {
    .dt-move {
        position: absolute;
        top: 12px;
        left: 130px;
        right: 130px;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .dt-move {
        position: absolute;
        top: 12px;
        left: 0px;
        right: 0px;
    }
}

@media (min-width: 769px) {
    .mobile-only {
        display: none!important;
    }
    .dt-top-0 {
        top: 0px !important;
    }
}