/*
Muito além da Black Friday 2020
*/

/* geral */

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* scrollbar */

::-webkit-scrollbar {
    display: none;
}

/* smooth */

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

/* main */

body {
    margin: 0;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #fdfdfd; /* off white */
    background-color: #03111c; /* bg preto-azul */
    font-style: normal;
    font-size: 1.15rem;
}

home,
image,
footer,
header,
main,
menu,
nav {
  display: block;
}

@media only screen and (max-width: 900px) {
    body {
        font-size: 1rem;
    }
}

/* fonts */

@font-face {
   font-family: 'Proxima Nova';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-black-friday-2020/_fontes/Proxima-Nova-Regular.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Proxima Nova';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-black-friday-2020/_fontes/Proxima-Nova-Bold.woff') format('woff');
   font-weight: 700;
   font-style: normal;
}

/* fonts sizes */
a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    color: #fdfdfd;
    background-color: #E11684;
    text-decoration: none;
}

b, .b, strong {
    font-weight: 700;
}

small, .small { color: #989898 }

.up {
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

.russo-one {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
}

@media only screen and (max-width: 900px) {
    .col-md-3-5 .display-4 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 500px) {
    h1, h2, h3, .h1, .h2, .h3, .display-1, .display-2, .display-3 {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; 
    }
}

/* colors */

.branco {
    color: #fdfdfd;
}

.black {
    color: #0f1821;
}

.blue {
    color: #5ACFF2;
}

.bluezin {
    color: #AAA4EC;
}

.pink {
    color: #E11684;
}

.pinkin {
    color: #EE5F9E;
}

.violeta {
    color: #B7559C;
}

/* cores de fundo */

.bg-branco {
    background-color: #fdfdfd;
}

.bg-violeta {
    background-color: #B7559C;
}

.bg-blue {
    background-color: #5ACFF2;
}

.bg-bluezin {
    background-color: #AAA4EC;
}

.bg-pinkin {
    background-color: #EE5F9E;
}

.bg-pink {
    background-color: #E11684;
}

.bg-purple {
    background-color: #4012A0;
}

.bg-azul-violeta {
    background: rgb(90,207,242);
    background: -moz-linear-gradient(90deg, rgba(90,207,242,1) 0%, rgba(208,82,221,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(90,207,242,1) 0%, rgba(208,82,221,1) 100%);
    background: linear-gradient(90deg, rgba(90,207,242,1) 0%, rgba(208,82,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5acff2",endColorstr="#d052dd",GradientType=1);
}

.bg-azul-violetin {
    background: #82a4eb;
    background: -moz-linear-gradient(90deg, rgba(90,207,242,1) 0%, #82a4eb 100%);
    background: -webkit-linear-gradient(90deg, rgba(90,207,242,1) 0%, #82a4eb 100%);
    background: linear-gradient(90deg, rgba(90,207,242,1) 0%, #82a4eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5acff2",endColorstr="#82a4eb",GradientType=1);
}

.bg-violetin-violeta {
    background: #a87ce4;
    background: -moz-linear-gradient(90deg, #82a4eb 0%, #a87ce4 100%);
    background: -webkit-linear-gradient(90deg, #82a4eb 0%, ##a87ce4 100%);
    background: linear-gradient(90deg, #82a4eb 0%, #a87ce4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#82a4eb",endColorstr="#a87ce4",GradientType=1);
}

.bg-violeta-pink {
    background: #d052dd;
    background: -moz-linear-gradient(90deg, #a87ce4 0%, #d052dd 100%);
    background: -webkit-linear-gradient(90deg, #a87ce4 0%, #d052dd 100%);
    background: linear-gradient(90deg, #a87ce4 0%, #d052dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a87ce4",endColorstr="#d052dd",GradientType=1);
}

.bg-borda {
    padding: 5px 15px;
    border-radius: 20px;
    max-width: fit-content;
}

/* imagens de fundo */


/* alinhamentos */

.mobile, .tablet {
    display: none;
}

.desktop {
    display: flex;
    display: -ms-flexbox;
}

.display-none {
    display: none!important;
}

.p-relative {
    position: relative;
}

.my-100 {
    margin-bottom: 100px;
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.my-60 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.my-40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-md-40 {
    margin-top: 40px;
}

.mb-0 {
    margin-bottom: 0px;
}

.py-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.py-60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.pt-40 {
    padding-top: 40px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pt-20 {
    padding-top: 20px;
}

@media only screen and (min-width: 768px) {
   .col-md-3-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    } 
}

@media only screen and (max-width: 900px) {
    
    .mt-md-60 {
        margin-top: 60px;
    }
    
    .mb-md-60 {
        margin-bottom: 60px;
    }
    
    .mb-md-40 {
        margin-bottom: 40px;
    }
    
    .mt-md-40 {
        margin-top: 40px;
    }
    
    .desktop {
        display: none;
    }
    
    .tablet {
        display: flex;
        display: -ms-flexbox;
    }
    
    .w-md-80 {
        max-width: 80%;
    }
    
}

@media only screen and (max-width: 500px) {
    
    .tablet {
        display: none;
    }
    
    .mobile {
        display: block;
    }
    
    .mb-sm-40 {
        margin-bottom: 40px;
    }
    
    .w-sm-100 {
        max-width: 100%;
    }
}

/* estruturas */

.barra {
    content: '';
    height: 45px;
    width: 100%;
    display: block;
    background-color: inherit;
    margin-right: 20px;
}

.linha-up {
    border-top: 1px solid #fdfdfd;
    padding-top: 20px;
    position: relative;
}

.linha-up::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    height: 20px;
    width: 20px;
    border: 1px solid #fdfdfd;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    background-color: #0f1821;
}

.linha-up::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -21px;
    height: 20px;
    width: 40px;
    right: 0;
    margin: auto;
    background-color: #0f1821;
}

.linha-up-down {
    border-top: 1px solid #fdfdfd;
    border-bottom: 1px solid #fdfdfd;
    padding-top: 20px;
}

.linha-top::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -40px;
    height: 40px;
    width: 5px;
    border-left: 2px solid #fdfdfd;
}

.linha-top-top::before {
    left: 13%;
    top: -210px;
    height: 220px;
    z-index: -1;
}

.linha-left::before {
    content: '';
    display: block;
    position: absolute;
    left: 25%;
    top: -40px;
    height: 40px;
    width: 5px;
    border-left: 2px solid #fdfdfd;
}

.linha-right::after {
    content: '';
    display: block;
    position: absolute;
    right: 25%;
    top: -40px;
    height: 40px;
    width: 5px;
    border-right: 2px solid #fdfdfd;
}

.linha-left-left::before {
    content: '';
    display: block;
    position: absolute;
    left: -60px;
    top: 20px;
    height: 5px;
    width: 60px;
    border-top: 2px solid #fdfdfd;
    z-index: -1;
}

.box-bolota {
    position: relative;
    height: 75px;
    width: 75px;
    padding-top: 15px;
}

.bolota {
    content: '';
    height: 75px;
    width: 75px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.linha-blue-left {
    border-left: 1px solid #5ACFF2;
    padding-left: 10px;
    margin-left: 5px;
}

@media only screen and (max-width: 900px) {
    .linha-md-not::before {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
}

@media only screen and (max-width: 500px) { 
    .linha-sm-not::before {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
}

/* conteúdo */
#main {
    position: relative;
    height: auto;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-black-friday-2020/_imagens/cubo.gif);
    background-position: bottom left;
    background-size: 125px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.main-row {
    padding-top: 60px;
    padding-bottom: 60px;
}

.lista {
    padding-left: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.lista li {
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 900px) {
    #main {
        background-attachment: unset;
        background-position: bottom center;
    }
}

@media only screen and (max-width: 500px) {
    .lista {
        display: inline;
    }
}
