@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap');

:root {
    --color-neutral-0: #0e0c0c;
    --color-neutral-10: #171717;
    --color-neutral-30: #fff;/*#a8a29e*/
    --color-neutral-40: #f5f5f5;

}

* {
    font-family: 'Open Sans', sans-serif;/*Inter - Poppins - Open Sans*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
}
.flip{
    /* -webkit-transform: scaleX(-1); */
    transform: scaleX(-1);
    transition: all 500ms ease-in-out;
    /*transform: rotateY(180deg);
    transition: transform 0.6s ease-in-out;*/
}
/* Efeito Flip */
.flipInverse {
    transform: scaleX(1);
    transition: all 500ms ease-in-out;
    /*transform: rotateY(360deg);
    transition: transform 0.6s ease-in-out;*/
}
.flipDiv {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

        .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50px;
}

.slider::before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.div-breadcrumb {
    width: 100%;
    height: auto;
    margin: 0px auto 40px;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: inset 0 -2px 1px #f4f4f4;
}
ul.breadcrumb {
    padding: 10px 16px;
    background-color: #fff;
    width: 52%;
    position: absolute;
    /* background: red; */
    margin-bottom: 20px;
}
ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: var(--body-ul-breadcrumb-li);
}
ul.breadcrumb li a {
    color: var(--body-ul-breadcrumb-li-a);
    text-decoration: none;
}
ul.breadcrumb li+li::before {
    padding: 8px;
    color: #006400;
    content: "»\00a0";
}
.carrega-fans {
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:5px;
    margin-top:60px;
    line-height:8;
}
.carrega-fans img {
    width:20px!important;
    height:20px!important;
}
.carrega-fans span {
    font-size:10px;
    margin-left:7px;
}
.lateral-subcategoria-fans {
    width: 100%;
    height: 240px;
    margin: -16px 0 30px;
    border: 1px solid #ccc;
    border-top: 0;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 0 10px;
}
.lateral-subcategoria-fans::-webkit-scrollbar {
    width:8px;
}
.lateral-subcategoria-fans::-webkit-scrollbar-thumb {
    background-color:#f2f2f2;
    border-radius:20px;
    display:none;
}
.lateral-subcategoria-fans:hover::-webkit-scrollbar-thumb {
    display:block;
}
.line-fans {
    position:relative;
    width:30%;
    height:120px;
    float:left;
    margin:10px 0 0 5px;
}
.line-fans:hover {
    width:30%;
    height:120px;
    background-color:#f2f2f2;
    border-radius:10px;
    color:#006400;
    cursor:pointer;
}
.line-fans img {
    width:90%;
    height:90px!important;
    position:absolute;
    border-radius:50%!important;
    top:5px;
    border:1px solid #ccc;
}
.info-fans {
    width:100%;
    height:20px;
    position:absolute;
    bottom:0;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:9px;
    text-align:center;
    color:#333;
}
/**/
.nenhumaCifra {
    font-size: 14px;
    height: 220px;
    background-image: url(../images/bg/back-guitar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 190px;
    display: block;
    justify-content: center;
    text-align: center;
    padding: 175px 0 0;
}
.painelartistas tr:nth-child(2n) {
    background-color: #f2f2f2;
}
#status-container {
    width: 220px;
    position: fixed;
    top: 185px;
    right: -230px;
    display: block;
}
#status-container .status {
    width: 320px;
    padding: 30px 20px;
    color: #fff!important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #000;
    -moz-border-radius: 5px;
    border: 2px solid #006400;
    font-size: 10px;
}
.alert-founds {
    height: auto;
    color: #ccc;
    text-align: center;
    line-height: 7;
    width: 100%;
    background: #262325;
    position: absolute;
    left: 0;
}
main {
    height: auto;
    background-color: transparent;
}
.header {
    width: 100%;
    height: 120px;
    background-color: transparent;
    display: flex;
    justify-content: space-evenly;
    overflow: hidden;
}
.logo{
    width: 13%;
    height: 90px;
    background-color: transparent;
    margin-top: 10px;
}
.logo img{
    width: 100%;
    height: 90px;
}
.bannerTopo{
    width: 55%;
    height: 90px;
    background-color: transparent;
    margin-top: 10px;
}
.sectionPageCursos {
    width: 52%;
    margin: 4px 10px 0 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.sectionCarrocel {
    width: 100%;
    height: auto;
    background-color: transparent;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.carrocel-p{
    width: 52%;
    height: 280px;
    margin: 4px 10px 0px 0px;
}
.carrocel-p .slider-wrapper img{
    width: 100%;
    height: 270px;
}
.piloto{
    width: 26.7%;
    height: auto;
    margin: 2px;
    float: right;
}
.piloto img{
    width: 100%;
    height: 275px;
    border-radius: 5px;
}
.image-curso {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.button-curso {
    width: 100%;
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #a0cf4f;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button-curso a {
    text-decoration: none;
    color: white;
}
.button-curso:hover {
    background: #83af38;
}
.tops {
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
.topCifras{
    width:57.5%;
    background-color: transparent;
    margin: 2px 10px 10px 0;
}
.topCifras2 {
    width: 95%;
    background-color: transparent;
    margin: 2px 10px 10px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.topTitulo{
    width:100%;
    height: 20px;
    background-color: transparent;
    border-bottom: 1px #356573 solid;
    margin-bottom: 10px;
}
.topCifras .topList {
    height: 45px;
    overflow: hidden;
    line-height: 0.9;
}
.topCifras .topList li{
    margin: 0;
}
.topCifras ul{list-style: none;}
/*.topCifras a.link{
    width: 100%;
    height: 55px;
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
    text-decoration: none;
    border-bottom: 1px #e9e9e9 solid;
}*/
/*.topCifras a.link {
    width: 90%;
    height: 55px;
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
    text-decoration: none;
    border-bottom: 1px #e9e9e9 solid;
}*/
.topCifras a.link {
    width: 90%;
    height: 97px;
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
    text-decoration: none;
    border-bottom: 1px #e9e9e9 solid;
    align-items: center;
}
.topCifras a.link:hover{
    background: #f4f4f4;
    text-decoration: none;
    box-shadow: inset 0 -3px 2px #eee, inset 0 3px 2px #eee;
    border-radius: 8px;
}
.topCifras a.link .number strong{
    margin-right: 16px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
    color: green;
    text-align: center;
    float: left;
    background-color: #e9e9e9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9) );
    background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9 );
    background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9 );
    background-image: -o-linear-gradient(top, #ffffff, #e9e9e9 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9');
}
.topCifras a.link:hover .number strong{border: 1.3px #a0cf4f solid; color: #a0cf4f;}
.topCifras a.link:first-child strong, .topArtistas a.link:first-child strong {
    border: 1.3px green solid;
    color: #000;
}
.topCifras a.link ul.topList li .mus, .topArtistas a.link ul.topList li .mus {
    font-size: 14px;
    color: green;
}
.topCifras ul.topList li .art {
    font-size: 11px;
    color: #777;
}
.topCifras ul.topList li .acessos, .topArtistas ul.topList li .acessos {
    font-size: 8px;
    color: #777;
    font-weight: 300;
}
.dgCorPadrao {
    padding: 6px;
    border-radius: 4px 4px 0 0;
    border: 1px #356573 solid;
    border-bottom: 0;
    box-shadow: inset 0px 2px 5px #30473a;
    background-image: linear-gradient(bottom, #356573 0%, #409794 100%);
    background-image: -o-linear-gradient(bottom, #356573 0%, #409794 100%);
    background-image: -moz-linear-gradient(bottom, #356573 0%, #409794 100%);
    background-image: -webkit-linear-gradient(bottom, #04391d 0%, #61da7f 100%);
    background-image: -ms-linear-gradient(bottom, #356573 0%, #409794 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#356573', endColorstr='#409794');
}
.tit-top-boxs {
    /*margin-left: 10px;*/
    padding: 0 8px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    border-radius: 4px 4px 0 0;
    display: inline-table;
    clear: both;
}
/*.topCifras .link .fotoTops {
    border-radius: 30px;
    width: 47px;
    height: 47px;
    background-size: 40px 40px;
    margin-top: -2px;
}*/
.topCifras .link .fotoTops {
    border-radius: 30px;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    margin-top: -2px;
}
.i {
    padding: 0 !important;
    border: 1px #fff solid;
    box-shadow: 0 3px 6px #bbb;
    -webkit-transition: all 300ms linear;
}
a:hover .i {
    border: 1px #999 solid;
    -webkit-filter: sepia(1);
    -moz-filter: sepia(1);
    -ms-filter: sepia(1);
    -o-filter: sepia(1);
}
/*************************************/
.topArtistas{
    width: 20.5%;
    margin: 2px 0 10px 10px;
}
.topArtistas .topList {
    /* height: 45px; */
    /* overflow: hidden; */
    /* line-height: 0.9; */
    margin-left: 25px;
}
.topArtistas ul{list-style: none;}
.topArtistas a.link{
    width: 100%;
    height: 55px;
    padding: 5px;
    /*display: grid;
    grid-template-columns: 1fr 6fr 1fr;*/
    text-decoration: none;
    border-bottom: 1px #e9e9e9 solid;
}
.topArtistas ul.topList li .art {
    font-size: 15px;
    color: #a0cf4f;
    font-weight: 600;
}
/*.topArtistas a.link .number strong {
    margin-right: 16px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
    color: green;
    text-align: center;
    float: left;
    background-color: #e9e9e9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9) );
    background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9 );
    background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9 );
    background-image: -o-linear-gradient(top, #ffffff, #e9e9e9 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9');
}*/
.topArtistas a.link .number strong {
    z-index: 333;
    position: relative;
    border-radius: 20px;
    width: 23px;
    height: 23px;
    line-height: 17px;
    font-size: 14px;
    color: green;
    text-align: center;
    float: left;
    color: #83af38;
    margin-right: 35px;
    margin-left: -7px;
    margin-top: -25px;
    border: 2px solid #fff;
    background-color: #2a7a45;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bbd41d));
    background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9 );
    background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9 );
    background-image: -o-linear-gradient(top, #ffffff, #e9e9e9 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9');
}
.topArtistas .listaTops:hover {
    background: #f4f4f4;
    text-decoration: none;
    box-shadow: inset 0 -3px 2px #eee, inset 0 3px 2px #eee;
    border-radius: 7px;
}
/****************************************/
.listaTops {
    width: 100%;
    /*background-color: red;*/
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/*.listaTops .fotoTops {
    border-radius: 30px;
    width: 47px;
    height: 47px;
    background-size: 40px 40px;
    margin-top: -2px;
    float: left;
    position: absolute;
    z-index: 1;
}*/
.listaTops .fotoTops {
    border-radius: 30px;
    width: 55px;
    height: 55px;
    background-size: 55px 55px;
    margin-top: -2px;
    float: left;
    position: absolute;
    z-index: 1;
}
.listasArtistas, .listaCursos{
    width: 55%;
    background-color: transparent;
}
.listasArtistas ul, .listaCursos ul{list-style: none;}

.artistas-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.artistas-list li, .cursos-list li{
    background-color: transparent;
    /*height: 120px;*/
    margin: 10px;
    width: 130px;
}
.artistas-list li a, .cursos-list li a{
    text-decoration: none;
}
.listasArtistas .artistas-list img{
    width: 120px;
    height: 120px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    box-shadow: 0 3px 6px #bbb;
    -webkit-transition: all 300ms linear;
}
.listasArtistas .artistas-list img:hover {
    border: 1px #999 solid;
    -webkit-filter: sepia(1);
    -moz-filter: sepia(1);
    -ms-filter: sepia(1);
    -o-filter: sepia(1);
}
.artistas-list li a:hover{
    color: #a0cf4f;
    font-weight: bold;
}

/****************************************/
.cursos-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*gap: 1rem;*/
}
.cursos-list li{
    width: 180px;
    height: 250px;
    box-shadow: 0 3px 6px #bbb;
    -webkit-transition: all 300ms linear;
    text-align: center;
}
.listaCursos .cursos-list img{
    width: 100%;
    height: 200px;
    /*border-bottom-left-radius: 10px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;*/
}
/************************************/
.cursosInd{
    width: 100%;
    /*height: 220px;*/
    background-color: transparent;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-top: 60px;
}
.InfoCursos{
    width:25%;
    height: 250px;
    background-color: transparent;
    margin: 2px;
    text-align: center;
    padding: 50px 10px 0px 15px;
    align-items: center;
}
.InfoCursos .button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #a0cf4f;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.InfoCursos .button a{
    text-decoration: none;
    color: white;
}
.carrocelCursos{
    width: 54%;
    /*height: 250px;*/
    /*background-color: green;*/
    margin: 2px;
}
.doar{
    width: 100%;
    height: 170px;
    background-color: #f5f5f5;
    bottom: 0;
    text-align: center;
    font-weight: 300;
}
.doar span {
    width: 500px;
    height: auto;
    display: flex;
    margin: 10px auto;
    line-height: 1.5;
}
.doar span::after {
    content: "Este site é um projeto de um homem só, desenvolvido durante seu tempo livre. Este projeto ainda está em desenvolvimento, Considere fazer uma doação!!!";
    margin-top: 20px;
}

footer {
    width: 100%;
    color: var(--color-neutral-40);
}
.ordem-alfabetica-footer{
	background-color: var(--color-neutral-10);
	width: 100%;
	height: 40px;
	border-top: #a0cf4f 5px solid;
	display: flex;
	/*justify-content: space-around;*/
    align-items: center;
    flex-wrap: wrap;
}
.alfabetica{
	width: 90%;
	height: 40px;
	display: flex;
	/*justify-content: space-around;*/
    align-items: center;
    flex-wrap: wrap;
    left: 55px;
    position: relative;
    border-bottom: #a0cf4f 1px solid;
    overflow: hidden;
}
.ordem-alfabetica-footer a{
	text-decoration: none;
	color: #a0cf4f;
	background-color: transparent;
	padding: 5px 12px;
    border-radius: 20px;
}
.ordem-alfabetica-footer a:hover{
	background-color: #a0cf4f;
	color: #fff;
}
.footer-link {
    text-decoration: none;
}

#footer_content {
    background-color: var(--color-neutral-10);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 3rem 3.5rem;
}

#footer_contacts h1 {
    margin-bottom: 0.75rem;
}
.footer-list h3 {
    color: #a0cf4f;
}

#footer_social_media {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
} 

#footer_social_media .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: var(--color-neutral-40);
    border-radius: 50%;
    transition: all 0.4s;
}

#footer_social_media .footer-link i {
    font-size: 1.25rem;    
}

#footer_social_media .footer-link:hover {
    opacity: 0.8;
}

#instagram {
    background: linear-gradient(#7f37c9, #ff2992, #ff9807);
}

#facebook {
    background-color: #4267b3;
}

#whatsapp {
    background-color: #25d366;
}
#youtube {
    background-color: #d32525;
}
.footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}

.footer-list .footer-link {
    color: var(--color-neutral-30);
    transition: all 0.4s;
    font-size: 12px;
    font-weight: 200;
}

.footer-list .footer-link:hover {
    color: #a0cf4f;/*#7f37c9*/
}

#footer_subscribe {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#footer_subscribe p {
    color: var(--color-neutral-30);
}

#input_group {
    display: flex;
    align-items: center;
    background-color: var(--color-neutral-0);
    border-radius: 4px;
}

#input_group input {
    all: unset;
    padding: 0.75rem;
    width: 100%;
}

#input_group button {
    background-color: #7f37c9;
    border: none;
    color: var(--color-neutral-40);
    padding: 0px 1.25rem;
    font-size: 1.125rem;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    transition: all 0.4s;
}

#input_group button:hover {
    opacity: 0.8;
}

#footer_copyright {
    display: flex;
    justify-content: center;
    background-color: var(--color-neutral-0);
    font-size: 0.9rem;
    padding: 1.5rem;
    font-weight: 100;
}
.info{
	width: 100%;
	text-align: center;
	background-color: var(--color-neutral-0);
	font-size: 10px;
	font-weight: 100;
	margin-top: -20px;
	padding-bottom: 10px;
}
/*.sectionPage {
        width: 80%;
        height: auto;
        background-color: transparent;
        display: grid;
        justify-content: center;
        overflow: hidden;
        margin: 5px auto;
    }*/
@media screen and (max-width: 950px) {

    .vid-aulas {
        width: 30%;
        border-radius: 7px;
    }
    .piloto{
        display: none;
    }
    .carrocel-p {
        width: 78%;
        height: 280px;
    }
}
@media screen and (max-width: 650px) {
    .sectionPageVideos {
        width: 100%;
        height: auto;
        background-color: transparent;
        display: grid;
        justify-content: center;
        overflow: hidden;
        margin: 5px;
    }
    .listavideos{
        width: 100%;
    }
    .secao-vid-aulas {
        gap: 5px;
        padding: 5px;
        display: flex;
        flex-wrap: wrap;
    }
    .vid-aulas {
        width: 45%;
        border-radius: 7px;
    }
    #footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    .alfabetica{
    	width: 100%;
    	height: 60px;
	    left: 0;
	    position: relative;
	    padding-bottom: 10px;
	}
    /*******************************/
    .artistas-list, .cursos-list {
        background-color: transparent;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .artistas-list li{
        background-color: transparent;
        height: 220px;
    }
}

@media screen and (max-width: 480px) {/*426*/
    .sectionPageCursos {
        grid-template-columns: repeat(2,1fr);
    }
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 5rem 2rem;
    }
    .logo{
        width: 37%;
        height: 90px;
        background-color: transparent;
        margin-top: 10px;
    }
    /*.logo img{
        width: 100%;
        height: 90px;
    }*/
    .bannerTopo{
        display: none;
    }
    .sectionCarrocel {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 2rem 1rem;
    }
    .carrocel-p{
        width: 100%;
        height: 280px;
        margin: 0px 5px 10px 0px;
    }
    .carrocel-p img{
        height: 220px;
    }
    .piloto{
        width: 100%;
        height: 120px;
        margin: 0px;
    }
    .piloto img{
        width: 100%;
        height: 120px;
    }
    .alfabetica{
    	width: 100%;
    	height: 105px;
	    /*left: 0;
	    position: relative;
	    padding-bottom: 10px;
	    margin-bottom: 10px;*/
	}
    .tops {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 2rem 1rem;
        margin-top: -35px;
        /* position: relative; */
    }
    .topCifras {
        width: 100%;
        height: 535px;
        position: relative;
        overflow: hidden;
    }
    .topCifras2{
        width:100%;
        margin-bottom: 30px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /*padding: 2rem 1rem;*/
    }
    .topArtistas {
        width: 100%;
        margin-top: 20px;
    }
    .topArtistas2{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .topArtistas a.link {
	   /* margin-top: 20px;*/
	}
	.listaTops {
	    width: 100%;
	    /* background-color: red; */
	    /* height: 140px; */
	    display: flex;
	    justify-content: center;
	    /* align-items: center; */
	}
    /****************************************/
    .topArtistas a.link .number strong {
	    z-index: 333;
	    position: absolute;
	    /* border-radius: 20px; */
	    /* width: 23px; */
	    /* height: 23px; */
	    /* line-height: 17px; */
	    /* font-size: 14px; */
	    color: #a0cf4f;
	    /* text-align: center; */
	    /* float: left; */
	    /* color: white; */
	    /* margin-right: 35px; */
	    margin-left: -50px;
	    margin-top: 2px;
	    border: 2px solid #d4e8b2;
	    background-color: #fff;
	    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5f9c4), to(#fff));
	    background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9 );
	    background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9 );
	    background-image: -o-linear-gradient(top, #ffffff, #e9e9e9 );
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9');
	}
	.listaTops .fotoTops {
	    border-radius: 50px;
	    width: 26%;
	    height: 100px;
	    background-size: 100px 90px;
	    margin-top: -30px;
	    float: left;
	    position: absolute;
	    z-index: 1;
	    background: cover;
	}
    .topArtistas .topList {
	    /* height: 50px; */
	    line-height: 0.9;
	    float: left;
	    margin-top: 120px;
	    margin-left: 5px;
	    /*position: absolute;*/
	    /* display: grid; */
	    /* justify-content: center; */
	    /* align-items: center; */
	    text-align: center;
	}
	.listaTops .number {
    	position: absolute;
    	margin-left: 0px;
    }
    .topArtistas a.link {
	    width: 95%;
	    height: 160px;
	    /* margin-top: 20px; */
	    /* background: red; */
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    /* text-align: center; */
	    /* grid-template-columns: repeat(1, 1fr); */
	    /* position: relative; */
	    border: none;
	}
    .listasArtistas{
        width: 100%;
        background-color: transparent;
        margin-bottom: 20px;
    }
    /*.listasArtistas img{
        width: 90%;
        height: 100px;
        border-radius: 50%;
        margin-bottom : 5px;
    }*/
    .listasArtistas .artistas-list img {
        width: 90px;
        height: 90px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 80px;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        box-shadow: 0 3px 6px #bbb;
        -webkit-transition: all 300ms linear;
    }
    .listasArtistas h3, .listasArtistas p {
        margin-left: 10px;
    }
    .artistas-list img{
        width: 90%;
        /*height: 100px;*/
        border-radius: 50%;
        margin-bottom: 5px;
    }
    
    .artistas-list, .cursos-list {
        background-color: transparent;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .artistas-list li{
        background-color: transparent;
        width: 90%;
        height: auto;
        font-size: 15px;
        text-align: center;
    }
    .artistas-list li span{
        color: #666;
    }
    .piloto{display:none;}
    /************************************/
    .cursosInd{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 2rem 1rem;
        height: auto;
    }
    .InfoCursos {
        width: 70%;
        height: 200px;
        background-color: #b2171700;
        margin: 2px;
        padding: 5px 65px 0px 65px;
        position: relative;
        left: 90px;
    }
    .carrocelCursos{
        width: 100%;
        /*height: 250px;*/
        background-color: transparent;
        margin: 2px;
    }
    .slide-container{
        width: 55% !important;
    }
    .doar{
        height: auto;
        margin: 10px auto;
    }
    .doar span{
        width: 80%;
        font-size: 14px;
    }
    .image-curso img{
        width: 90%;
    }
}