*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face{
  font-family: "letras2";
  src: url("../fonts/Roboto-Thin.ttf");

}
@font-face{
  font-family: "letras";
  src: url(../fonts/Roboto-Light.ttf);
}

@font-face{
  font-family: "letras3";
  src:url(../fonts/Roboto-Medium.ttf)
}

.shared{
  position: absolute;
  margin: auto;
  top: 0%;
  z-index: 1;
  left: 0%;
  right: 0;
  width: 320px;
  
  margin-top: 290px;
  


}
.shared button:hover,
.shared button:focus {
background: #222;
border-color: #222;
color: #fff;

}
:focus {
  outline: none;
}    
.site-bg {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  height: 200%;
  width: 200%;
  top: -50%;
  left: -50%;
  transform: translateZ(0);
  background-color: rgb(0, 0, 0);
  display: block;
  position: fixed;
}

.site-bg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  min-width: 55%;
  min-height: 55%;
  margin: auto;
  transform: translate3d(-50%, 0, 0);
  max-width: none;
  filter: blur(30px);
  opacity: 0.7;
}
.site-bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}



section {
  max-height: 426px;
  max-width: 320px;
  margin: auto;
}

li {
  list-style: none;
}
h1{
font-family: Roboto, sans-serif;
font-size: 18px;
font-weight: 500;

  position: relative;
  bottom: 6px;

}
h2{
font-weight: 300;
font-family: Roboto, sans-serif;
  font-size: 14px;
  position: relative;
  bottom: 0px;


}
.cover{
width: 320px;
height: 320px;
margin: auto;
display: flex;
justify-content: center;
position: relative;
}

.layout-header-title {
background-color: #1a1a1a;
text-align: center;
position:relative;
bottom: 0px;
width: 320px;
margin: auto;
padding: 20px 0px;
padding-bottom: 20px;
color: white;
height: 88px;

}

.layout__cover::after {
content: "";
display: inline-block;
left: 0%;

width: 0;
height: 0;
bottom: -65px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #1a1a1a;
position:relative;
z-index: 3;
}

/*ITEMS*/



.music-service-list__item {
width: 320px;
height: 74px;
position: relative;
bottom: 0px;
margin:auto;
box-shadow: inset 0 -2px 9px 0 rgba(0, 0, 0, .06);
background-color: #fff;
padding: 1.2rem;
margin: 0;
border-bottom:1px solid #eaeaea

}




.music-service-list__item:hover {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 -2px 9px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 -2px 9px 0 rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.layout-footer {
font-family: "letras2";
color: #bebebe;

justify-content: center;
text-align:left;
align-items: center;
margin: auto;
z-index: 3;
font-size: 12px;

display: flex;
padding-bottom: 30px;
position: relative;
bottom: 23px;



}
.layout-footer a {
color: #ffffff;
font-family: "letras3";

}
/* */



.music-service-list__item img{
  display: none;
  display: inline-block;
  width: 125px;
  height: 40px;
  object-fit: contain;
 


}

.music-service-list__item button {

  background-color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  max-width: 15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 1rem;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  border: 1px solid #e1e1e1;
  border-radius: 0.2rem;
  color: #777;   
  font-size: 16px;
  position: absolute;
  top: 30%;
  right: 5%;
  height: 35px;

 

}

.music-service-list__item button:hover,
.music-service-list__item button:focus {
background: #222;
border-color: #222;
color: #fff;

}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}



.hidden {
  display: none;
}

svg {
  width: 15px;
  height: 15px;
  
}

button, .buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(0, 0, 0);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 4px;
}

button:hover, .button:hover {
  border-color: #cdd;
}

.share-button, .copy-link {
  margin:auto;
  padding-left: 10px;
  padding-right: 10px;

}

.share-button, .share-dialog {
  position: absolute;
  top: 3%;
  right: 0;
 
  transform: translate(-50%, -50%);
  z-index: 1;
  
}

.share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.share-dialog.is-open {
  display: block;
  z-index: 2;
}



.targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.close-button svg {
  margin-right: 0;
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.share-button{
background-color: white;
}

/* volver */
.volver{
position: relative;

padding-left: 4%;
bottom:507px;
margin-top: 0;


}

.volver button{
 padding-left: 7px;
 padding-right: 7px;
 background-color: white;
}

.volver button:hover,
.volver button:focus {
 background: #222;
 border-color: #222;
 color: #fff;

}

/* BOTON INICIO */

figure, .snip1566 {
border-width: 0px 0px 0 0px;
-webkit-animation: point 1.5s ease-in-out infinite alternate;
        animation: point 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes point {
to {
  transform: translateY(10px);
  border-color: transparent;
}
}


.snip1566 {
position: relative;
display: inline-block;
margin: 10px;
max-width: 100px;
width: 100%;
color: #bbb;
font-size: 16px;
box-shadow: none !important;
-webkit-transform: translateZ(0);
transform: translateZ(0);
bottom: 260px;
z-index: 9;
}

.snip1566 *,
.snip1566:before,
.snip1566:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;

}

.snip1566:before,
.snip1566:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 50%;
content: '';
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: -1;
border: 1px solid #bbb;
border-color: transparent #00deff;

}

.snip1566 img {
max-width: 100%;
backface-visibility: hidden;
vertical-align: top;
border-radius: 50%;
padding: 10px;


}

.snip1566 figcaption {
position: absolute;
top: 5px;
bottom: 5px;
left: 5px;
right: 5px;
opacity: 0;
background-color: rgba(0, 0, 0, 0.9);
border-radius: 50%;

}

.snip1566 i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 4em;
z-index: 1;

}

.snip1566 a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
figcaption img{
border-radius: 0px;
position: absolute;
width: 65px;
height: 65px;
right: 10%;
top: 10%;
padding: 0%;

}
.snip1566:hover figcaption,
.snip1566.hover figcaption {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}

.snip1566:hover:before,
.snip1566.hover:before,
.snip1566:hover:after,
.snip1566.hover:after {

border-width: 2px;
}

.snip1566:hover:before,
.snip1566.hover:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);

}

.snip1566:hover:after,
.snip1566.hover:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);

}







/* punto parpadeante */




.linea:hover{
display: block;
}
.linea{
position: absolute;
top: 35%;
left: 64px;
z-index: 9;
border-radius: 30px;
border-color: #00deff;
}
.text {
font-size:38px;
font-family:helvetica;
font-weight:bold;
color:#71d90b;
text-transform:uppercase;


}


.parpadea {

animation-name: parpadeo;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;

-webkit-animation-name:parpadeo;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
 100% { opacity: 1.0; }
}

@keyframes parpadeo {  
0% { opacity: 1.0; }
 50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
.inicio{
position: absolute;
bottom: -90px;
left: -40px;
width: 90px;

}