*{
    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);
}

#th img{
  width: 34px;
  height: 34px;
  position: relative;
  bottom: 5px;
}
#tri img{
  width: 35px;
  height: 35px;
  position: relative;
  bottom: 5px;
  left: -3px;
}
#tok img{
  width: 35px;
  height: 35px;
  position: relative;
  bottom: 5px;
  left: 3px;
}
#tw img{

  position: relative;
  
  left: 7px;
}
#chat img{
  position: relative;
  left: 6px;
}
.accordion img{
width: 100px;
height: 86px;
border: 1px solid rgb(194, 194, 194);
cursor: pointer;
}

.redes2 {
    max-width: 680px;
    width: 680px;
    position: relative;
    margin: auto;

max-width: 340px;
bottom: -20px;


 
  
}
.redes{
position: absolute;
top:0;
left: 0%;
right: 0;
margin: auto;
display: flex;
justify-content: space-between;
padding-left: 16px;
padding-right: 16px;




}
.redes img {

    flex-direction: row;

    width: 26px;
    height: 26px;

}
.logo {
    padding-top: 30px;
position: relative;
margin: auto;
text-align: center;
opacity:0.5;


}

body {
    background-color: black;
    justify-content: center;
    align-items: center;


}
section {
    padding: 20px 10px;
    max-height: 56px;
    max-width: 680px;
    margin: auto;
}
h1 {
    padding: 15px 0px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    letter-spacing: -0.60px;
    text-align: center;
}
.button h1 {
    font-size: 14px;
}
.button {
    margin-bottom: 10px;
    height: 50px;
    background-color: rgb(41, 41, 41);
    text-decoration: none;
    font-size: 14px;
    border-radius: 0.9rem;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition-duration: 1s, 1s, 0.5s, 0.5s;
    transition-timing-function: cubic-bezier(0.08, 0.59, 0.29, 0.99), cubic-bezier(0.08, 0.59, 0.29, 0.99), cubic-bezier(0.08, 0.59, 0.29, 0.99), cubic-bezier(0.08, 0.59, 0.29, 0.99);
    -webkit-transition-property: box-shadow, transform;
   
}

.button:hover, .button:focus, .button:active{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);

    -webkit-transform: scale(1.1);
    margin-left: 30px;
    margin-right: 30px;

    transform: scale(1.1s);
    
}



html {
  box-sizing: border-box;
}

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



.hidden {
  display: none;
}

svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

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;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}

button:hover, .button:hover {
  border-color: #cdd;
}
.share-button:hover{
  background-color: #00deff;
}
.share-button, .copy-link {
  padding-left: 30px;
  padding-right: 30px;
}

.share-button, .share-dialog {
  position: absolute;
  top: 180%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

.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;
}
/*BOTON*/



.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #1b1b1b;
}

.accordion dd,
.accordion__panel{
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
  
}

.accordion p {
  padding: 1em 2em 1em 2em;
  font-size: 14px;
}

.accordion{
  
  max-width: 680px;
  position: relative;
  background-color: #eee;
  margin: auto;
  
}   
  
#accordion2{
display: flex;
justify-content:  center;

}
#accordion2 img{
 
  margin-left: 3px;
  padding-top: 5px;
  border: 0px;
 width: 100px;
 height: 86px;
 margin-bottom: 5px;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle,
.accordion__Heading {

  font-weight:500; 
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  background-color: rgb(41, 41, 41);
  text-align: center;
  padding: 2em;
  display: block;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid rgb(29, 29, 29);
}

.accordionTitle:before,
.accordion__Heading:before {
 
  font-family: 'Inter', sans-serif;
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  transition: transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #1f1f1f;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #1f1f1f;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  transition: max-height 0.5s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed{
  
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
hr {

  border: none; 
  height: 1px; 
  background-color: #333; 
}
.color1{
  position: relative;
  bottom: 18px;
  margin-left: 70px;
  cursor: text;
  max-width: 14px;
  height: 14px;
  background: #00deff;
  z-index: 3;
  margin-bottom: 4px;
  }

.color2{
  position: relative;
  bottom: 18px;
  margin-left: 70px;
  margin-bottom: 4px;
  max-width: 14px;
  height: 14px;
  background: #a72dfa;
  z-index: 3;
}
.color3{
  position: relative;
  bottom: 18px;
  margin-left: 70px;
  margin-bottom: 4px;
  max-width: 14px;
  height: 14px;
  background: #2d0059;
  z-index: 3;
  border-style: solid;
}
#link{
  cursor: text;
  margin: auto;
  max-width:63px;
  height: 14px;
  border-radius: 0rem;
}
:root {
  --primary: #a72dfa;
  --m-blue: #a72dfa;
}
.username-dev {
  margin: 0px;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 16px;
  cursor: default;
}
.uname-verified {
  margin: 0 0 0 .0em;
  width: 16px;
  cursor: default;

}
.verified {

  width: 100%;
  color: var(--black);
  background-color: var(--white);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 900;
  text-align: center;
  border-radius: 5px;
  font-size: 1em;
  padding: .25em;
  pointer-events: none;
  left: 0;
  transition: all .5s cubic-bezier(.175,.885,.32,1.275);
}
.verified::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  transform: rotateZ(-90deg);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid var(--white);
  position: absolute;
  top: -15px;
  left: 50%;
}
.uname-verified{
  position: relative;
  top:3.6px;
}
#accordion3 img{
width: 100px;
height: 86px;
  border: 0px;

}
#ins{
padding-top: 5px;
padding-bottom: 5px;
cursor: pointer;
}