@font-face {
    font-family: SST-H;
    src: url(./fonts/SST-Heavy.otf);
}

@font-face {
    font-family: SST-M;
    src: url(./fonts/SST-Medium.otf);
}

@font-face {
    font-family: SST-R;
    src: url(./fonts/SST-Roman.otf);
}

@font-face {
    font-family: SST-B;
    src: url(./fonts/SST-Bold.otf);
}

body{
    margin: 0;
}

.imagem-container{
    width: 100%;
    position: relative;
}

.imagem-container .background{
    width: 100%;
    margin-bottom: -4px;
}

.items-8{
    height: 400px;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.item-8{
    width: calc(30% - 200px);
    margin: 0px 100px;
    margin-top: -130px;
}

.item-8 img{
    width: 100%;
}

.item-8 .desc-item{
    width: 100%;
    font-size: 34px;
    text-align: center;
    font-family: SST-R;
}

.tvs{
    position: absolute;
    top: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% - 200px);
    margin: 0px 100px;
}

.tv{
    width: calc(30% - 100px);
    margin: 0px 50px;
}

.tv .desc-tv{
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-family: SST-R;
}

.tv img{
    width: 100%;
}

.text-container{
    position: absolute;
    width: 80%;
    left: 10%;
}

.text-container-topo{
    top: 3%;
    text-align: center;
}

.text-container .titulo{
    font-size: 49px;
    margin-bottom: 10px;
    font-family: SST-M;
}

.text-container .texto{
    font-size: 25px;
    font-family: SST-R;
}

.container-2 .text-container .titulo{
    font-size: 60px;
}

.container-4 .text-container, .container-8 .text-container, .container-9 .text-container, .container-10 .text-container{
    color: white;
}

.container-9 .text-container{
    left: 40%;
    width: 40%;
    text-align: left;
    top: 25%;
}

.container-9 .text-container .titulo{
    font-size: 54px;
    font-family: SST-B;
}

.container-9 .text-container .texto{
    font-size: 34px;
}

.container-10 .text-container{
    left: 5%;
    width: 30%;
    text-align: left;
    top: 5%;
}

.texto-premios{
    position: absolute;
    bottom: 5.5%;
    left: 5.5%;
    font-family:SST-R;
    font-size: 35px;
}

.container-10 .text-container .titulo{
    font-size: 94px;
    margin-bottom: -10px;
    font-family: SST-B;
}

.container-10 .text-container .subtitulo{
    font-size: 47px;
    margin-bottom: 20px;
    font-family: SST-B;
}

.container-10 .text-container .texto{
    font-size: 32px;
}

.container-3 .text-container{
    left: 35%;
    width: 30%;
    text-align: center;
    top: 50%;
}

.container-3 .text-container .texto{
    font-size: 40px;
}

@media only screen and (max-width: 1470px) {
    .text-container .titulo{
        font-size: 38px;
    }
    
    .text-container .texto{
        font-size: 18px;
    }

    .texto-premios{
        font-size: 28px;
    }

    .tvs{
        top: 250px;
    }

    .item-8 {
        width: calc(30% - 160px);
        margin: 0px 80px;
        margin-top: -100px;
    }

    .items-8{
        height: 300px;
    }

    .item-8 .desc-item {
        font-size: 28px;
    }

    .container-9 .text-container{
        top: 20%;
    }

    .container-9 .text-container .titulo, .container-10 .text-container .subtitulo{
        font-size: 40px;
    }

    .container-9 .text-container .texto  {
        font-size: 32px;
    }

    .container-10 .text-container .titulo{
        font-size: 55px;
    }

    .container-10 .text-container .texto{
        font-size: 25px;
    }

    .container-3 .text-container {
        width: 40%;
        left: 30%;
    }

    .container-3 .text-container .texto {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1200px) {
    .text-container, .container-9 .text-container, .container-10 .text-container,  .container-3 .text-container {
        position: relative;
        margin-top: 50px;
        margin-bottom: 30px;
        color: black !important;
        width: 90%;
        left: 5%;
        text-align: center;
    }

    .item-8 .desc-item{
        font-size: 21px;
    }

    .tv .desc-tv{
        font-size: 12px;
    }

    .text-container .titulo, .container-9 .text-container .titulo,   .container-10 .text-container .titulo,  .container-10 .text-container .subtitulo,  .container-2 .text-container .titulo{
        font-size: 36px;
    }

    .text-container .texto, .container-9 .text-container .texto,   .container-10 .text-container .texto{
        font-size: 16px;
    }

    .container-3 .text-container .texto{
        font-size: 27px;
    }

    .items-8{
        display: block;
        position: relative;
        height: unset;
    }

    .item-8{
        width: 80%;
        margin: 30px 10%;
    }
    
    .item-8 img{
        width: 80%;
        margin-left: 10%;
    }
    
    .item-8 .desc-item{
        width: 100%;
        font-size: 20px;
        text-align: center;
        font-family: SST-R;
    }

    .container-6 .background{
        display: none;
    }

    .tvs{
        position: relative;
        top: 0px;
        display: block;
        width: 80%;
        margin: 0px 10%;
    }
    
    .tv{
        width: 80%;
        margin: 50px 10%;
    }
    
    .tv .desc-tv{
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-family: SST-R;
    }
    
    .tv img{
        width: 100%;
    }

    .texto-premios{
        font-size: 12px;
        bottom: 10px;
    }
}