/* importamos las fuentes */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700&family=Yellowtail&display=swap');
* {
    box-sizing: border-box !important;
}

html {
    overflow: hidden;
}

body{
    margin: 0;
    padding: 0;
    font-family: "Questrial", sans-serif;
    background: linear-gradient(to right, #34394186, #5283a3);
    color: #ffffff;
}

/* SECCION INICIO */
.inicio{
    background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)),
    url("graficas/Perfil.png");
    background-size: cover;
    background-position: center center;
    color: #fff;
}
.inicio .contenido-seccion{
    max-width: 1000px;
    margin: auto;
    text-align: center;
    padding: 0 10px;
}

/* ****** */
.inicio .contenido-seccion header .logo{
    font-weight: bold;
    font-size: 2.5rem;
    font-family: "Yellowtail";
    text-shadow: 0 0 35px #fff;
    background-color: #3c3f46;
    width: 100%;
}
.inicio .contenido-seccion header .logo .color{
    color: #940253;
    font-family: "Yellowtail";
    width: 100%;
}

.inicio .contenido-seccion .info{
    padding-bottom: 130px;
}
.inicio .contenido-seccion .info h1{
    font-size: 3rem;
    letter-spacing: 5px;
    opacity: 0%;
}
.inicio .contenido-seccion .info h2{
    font-weight: normal;
    font-size: 20px;
    margin-top: -10px;
    letter-spacing: 2px;
    opacity: 0%;
}
.redes{
    margin: 20px 0;
    padding-top: 100px;
    justify-content: center;
    display: flex;
}
.redes a{
    text-decoration: none;
    background-color: #000;
    color: #ffc400;
    border: 1px solid #940253;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 10px;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.redes a:hover{
    color: #fff;
    background-color: #947902;
    box-shadow: 0 0 20px #fff;
}
.inicio .contenido-seccion .foto{
    position: relative;
}
.inicio .contenido-seccion .foto img{
    max-width: 200px;
    border-radius: 50%;
    border: 5px solid #940253;
    position: absolute;
    left: 50%;
    top: -100px;
    transform: translateX(-50%);
}

.cnt__player {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.cnt__player:hover{
    opacity: 0.5;
}

.btn__player{
    display: flex;
    width: 100px;
    height: 100px;
    background: transparent;
    border: none;
    font-size: 100pt;
    color: #ffd000;
    list-style: none;
    justify-content: center;
    align-items: center;
    gap: 55px;
    padding-top: 22%;
}


.cnt__tema{
    font-size: 14pt;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

/* estilos generales */
.titulo-seccion{
    font-family: "Yellowtail";
    font-size: 1.5rem;
}

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