@charset "UTF-8";
/* CSS Document */

body {
    font-family: "neue-haas-grotesk-display", Arial, sans-serif;
	padding: 0px;
    margin: 0px;
}

@media screen and (min-width: 600px) {
  .mobile {
    display: none;
  }
}

#headerchartsbrmobile {
	width: 100%;
	margin: 0 auto;
}
#chartsbrasilmobile {
	width: 100%;
	margin: 0 auto;	
}
#chartscompletobrmobile {
	background-color:#edebeb;
	padding: 32px 0px 120px 0px;
}

#section-headingmobile h1 {
    line-height: 50px;
    font-size: 50px;
	padding-bottom: 20px;
}
.lrv-u-flexmobile {
    display: flex;
    width: 100%;
    justify-content: center;
}
.charts-title-allmobile {
    width: 100%;
    padding: 0px 0px 20px 0px;
    text-align: center;
}
.titulochartsmobile h2 {
    font-size:27px;
    margin: 0px;
	text-align: center;
}
.c-taglinedatamobile {
	letter-spacing: .106rem;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5;
	font-size: 0.875rem;
	font-weight: 600;
	margin:0px 0px 20px 0px;
}
.u-width-120mobile {
	width:50%;
}
.charts-top-featured-altmobile {
    display: flex;
    max-width: 100%;
    margin: 0px auto;
}
.lrv-a-crop-3x3 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    min-width: 120px;
}
.lrv-u-flexdestaquemobile {
    background-color: #000;
    display: flex;
    color: #fff;
    align-items: center;
}
h3.titlemusica1mobile {
    color: #fff;
    font-size: 18px;
    margin: 0px;
    line-height: 1.1em;
    font-weight: 900;
}
#nomedamusica1mobile {
    width: 100%;
    padding-right:20px;
}
.boldchart1mobile {
    font-size: 102px;
    font-weight: 900;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 0;
}
 /* Basic styling for the tabs */
        .tab-containermobile {
            display: flex;
            flex-direction: column;
			padding-top: 16px;
			border-top: 1px solid #ccc;
            width: 360px;
        }

        .tab-buttonsmobile {
            display: flex;
			justify-content: center;
        }

        .tab-buttonsmobile button {
			background: transparent;
            cursor: pointer;
            outline: none;
			padding: 0px;
			border: 0;
			text-transform: uppercase;
			font-size: 12px;
    		line-height: 1.125rem;
   			letter-spacing: 0.05125rem;
			font-weight: 900;
			    margin-right: 20px;
    margin-left: 20px;
			font-family: "neue-haas-grotesk-display", Arial, sans-serif;
			color:#8289a1;
    		border-bottom:6px solid #fff;
        }

        .tab-buttonsmobile button.active {
            border-bottom: 6px solid #1a48c4;
			color:#1a48c4;
        }

        .tab-contentmobile {
            display: none;
            padding: 20px;
            border-top: none;
        }

        .tab-contentmobile.active {
            display: block;
        }

.chart-results-list-headermobile {
    display: flex;
    background-color: #1a48c4;
    position: relative;
    padding: 15px 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
}

.u-width-10mobile {
    width: 19%;
}
.u-width-100mobile {
    width: 16%;
}
.u-width-65mobile {
    width: 65%;
}
#mobilenumeros img {
    display: block;
    text-align: center;
    margin: 4px auto;
}
.numbers2mobile {
	background: #000;
	color:#fff;
	letter-spacing: .08rem;
	font-size:27px;
	font-weight: 900;
	text-align: center;
}
.infomusicas1mobile {
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom:12px;
}
.infomusicas1mobile h4 {
    font-size: 13px;
    margin: 0px;
    font-weight: 900;
    line-height: 1.1em;
    padding-bottom: 4px;
}
.musicaschartsallmobile p {
    font-size: 11px;
    margin: 0px;
    letter-spacing: .021rem;
    line-height: 1em;
}
.musicaschartsallmobile {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.numeroscharts3 {
	color:#000;
	letter-spacing: .08rem;
	font-size:18px;
	font-weight:500;
	text-align: center;
}
#numeros3 {
    display: flex;
    justify-content: center;
    background-color: #edebeb;
    min-height: 30px;
    width: 100%;
}
#numeros33 {
    display: flex;
    justify-content: center;
    width: 100%;
}
.numeroscharts33 {
	text-transform: uppercase;
    color: #fff;
    font-size:10px;
    font-weight: 600;
    text-align: center;
}
.u-width-33mobile {
    width: 55px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}
.backwhitemobile {
	background-color: rgba(255, 255, 255, .64);
}