* {
    font-family: SST
}

body {
    overflow-x: hidden
}

.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;
}

.imagem-realista {
    background: url(../img/bg-imagem-realista.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;
}

.full-array {
    background: url(../img/bg-full-array.jpg) no-repeat center;
    background-size: cover;
}

.list-clean li {
    list-style: none;
}

.my-center {
    text-align: center;
    align-self: center;
}

.video {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.legal {
    font-size: 0.8em;
}
.line-normal {
    line-height: normal;
}

.text-title-left {
    text-align: left;
    font-size: 3.5em;
    margin-bottom: .3em;
}

.text-description-left {
    text-align: left;
    font-size: 1.6em;
    color: #6e6e70;
}

.alexa .d-flex .img-alexa {
    margin: 1em 24em 2em 0em;
}

@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
    }

    .alexa .d-flex .img-alexa {
        margin-left: auto;
        margin-right: auto;
    }

    .alexa p {
        text-align: center;
    }

    .alexa .text-title-left {
        font-size: 2.4em;
    }

    .alexa .text-description-left {
        font-size: 1.1em;
    }
}

@media (min-width: 1200px) {
    .dt-move {
        position: absolute;
        top: 12px;
        left: 90px;
        right: 90px;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .dt-move {
        position: absolute;
        top: 12px;
        left: 0px;
        right: 0px;
    }
}

@media (min-width: 769px) {
    .dt-white {
        color: white !important;
    }
    .mobile-only {
        display: none!important;
    }
    .dt-top-0 {
        top: 0px !important;
    }
}