/*
Consumo de Música - TVZ
*/

/* geral */

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

/* scrollbar */

::-webkit-scrollbar {
    width: 10px;
    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: #000; /* preto */
    background-color: transparent;
    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/estudo-tvz/_fonte/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/estudo-tvz/_fonte/Proxima-Nova-Bold.woff') format('woff');
   font-weight: 700;
   font-style: normal;
}

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

a:hover {
    color: #e0e0e0;
    background-color: #000;
    text-decoration: none;
}

.gente-link a:hover {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

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

.i {
    font-style: italic;
}

.up { text-transform: uppercase; }

small { color: #565656 }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 1.25rem;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
    font-weight: 700;
}

@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; 
    }
    
    .display-1 {
        font-size: 3rem;
    }
    
    .display-2 {
        font-size: 2.5rem;
    }
    
    .display-3, h1 {
        font-size: 2rem;
    }
    
    .display-4 {
        font-size: 1.75rem;
    }
}

/* colors */

.branco {
    color: #e0e0e0;
}

.verde {
    color: #006767;
}

.vermelho {
    color: #762633;
}

.azul {
    color: #023e84;
}

.laranja {
    color: #cf8015;
}

/* cores de fundo */

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

.bg-verde {
    background-color: #006767;
}

.bg-verde-5 {
    background-color: rgba(0, 103, 103, 0.3);
}

.bg-vermelho {
    background-color: #762633;
}

.bg-azul {
    background-color: #023e84;
}

.bg-azul-5 {
    background-color: rgba(2, 62, 132, .3);
}

.bg-laranja {
    background-color: #cf8015;
}

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

.bg-sombra {
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

@media only screen and (max-width: 500px) {
}


@media only screen and (max-width: 500px) {
}

/* alinhamentos */

.mobile, .tablet, .d-mobile {
    display: none;
}

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

.position-relative {
    position: relative;
}

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

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.lg-text-right, .md-text-right {
    text-align: right;
}

.justify-flex-end {
    justify-content: flex-end;
}

.d-ml-auto {
    margin-left: auto;
}

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

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

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

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

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

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

@media only screen and (min-width: 900px) {

    .col-gr {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
}

@media only screen and (max-width: 900px) and (min-width: 500px) {

    .col-gr {
        -ms-flex: 0 0 11%;
        flex: 0 0 11%;
        max-width: 11%;
    }
}

@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;
    }
    
    .tablet {
        display: block;
    }
    
    .no-tablet {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    
    .desktop {
        display: none;
    }
    
    .mobile {
        display: block;
    }
    
    .d-mobile {
        display: initial;
    }
    
    .mb-sm-40 {
        margin-bottom: 40px;
    }
    
    .mb-sm-20 {
        margin-bottom: 20px;
    }
    
    .text-align-right {
        text-align: left;
    }
    
    .sm-ms-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

/* estruturas */

.titulo {
    margin-bottom: 60px;
}

.box {
    padding: 5px 15px;
    border-radius: 20px;
}

.borda-vermelho {
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #762633;
}

.borda-azul {
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #023e84;
}

.borda-branco {
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
}

ul {
    list-style: none;
    padding-left: 15px;
}

ul li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.bullet-verde li::before {
    color: #006767;
}

.bullet-vermelho li::before {
    color: #762633;
}

.bullet-azul li::before {
    color: #023e84;
}

.bullet-laranja li::before {
    color: #cf8015;
}

.bullet-branco li::before {
    color: #e0e0e0;
}

@media only screen and (max-width: 900px) {

}

@media only screen and (max-width: 500px) { 

}

/* CONTEUDO */
/* geral */

#main {
    position: relative;
    height: auto;
    margin: 0;
}

#main > .row {
    padding: 100px 0;
}

.col-conteudo {
    padding: 60px 30px;
}

#fontes .col-conteudo {
    padding-bottom: 0;
}

.progress-bar {
    background-color: #000;
}

@media only screen and (max-width: 900px) {
    #main > .row {
        padding: 60px 0px;
    }
}

/* menu */

#menu a {
    text-decoration: none;
}

#menu a:hover {
    text-decoration: underline;
}

#menu h5 {
    margin-bottom: 0;
}

#menu {
    padding: 10px 0!important;
}

#menu .col-12 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 500px) {

}

/* seções */
.grafico-title {
    display: inline-flex;
    display: -ms-inline-flexbox;
}

.grafico-title p {
    margin-bottom: 0;
    margin-left: 10px;
}

.row-grid {
    margin-left: -30px;
    margin-right: -30px;
}

.row-grid .col-12 {
    padding: 40px;
}

@media only screen and (max-width: 500px) {
    .grafico-title {
        display: block;
    }
    
    .grafico-title .bg-borda {
        margin: auto;
    }
    
    .grafico-title p {
        margin-left: auto;
    }

}