:root{
    --estructura: red;
    --estructura-hijo: green;
    --estructura-subhijo: black;
    --red: #ed1c5b;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.red{
    color: var(--red);
    font-size: 1.2vw;
}
body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
    font-family: 'Clash Display', sans-serif;
    
    text-align: center;
    font-weight: 600;
    line-height: 1em;
}

.contenedor{
    
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    align-content: center;
}
.header{
    background-color: #222;
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    align-content: center;
    max-height: 185px;
    min-height: 185px;

    
    

}
.header-img{
    width: 20%;
    height: 100%;
    
}
.header-img img{
    background-color: #fff;
    border-radius: 100px;
}
.header-titulo{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
   
    font-size: 2em;
    color: #fff;
}
.info{
  
    width: 30%;
    height: 100%;
    display: flex;
    color: #fff;
    flex-direction: row;

    
}
.info_izq, .info_der{
width: 50%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.info_der a i, .info_der a i:visited{
    font-size: 40px;
    color: #fff;
}
.user-nologeado{
    height: 100px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
font-size: 2em;
}
/* -----------------------------------/HEADER/--------------------------- */
/* -----------------------------------/BARRA BUSQUEDA/--------------------------- */
.barra_busqueda{
     width: 100%;
     height: 50%;
   min-height: 310px;
     display: flex;
     flex-direction: row;
     justify-content: space-evenly;
     align-content: center;
}
.barra_busqueda-izq{
    width: 25%;
    height: 100%;
    min-width: 420px;
    position: relative;
    display: flex;
     flex-direction: column;
     justify-content: space-evenly;
     align-content: center;
     align-items: center;
}
.barra_busqueda-izq-img{
    width: 30%;
    height:30%;
    
}
.barra_busqueda-izq-img img{
    width: 100%;
  height: 100%;
    object-fit: contain;
}
.barra_busqueda-izq-text{
    border-radius: 30px;
    
    width: 80%;
    height: 50%;
    outline: 1px solid #ccc;

    padding: 10px;
    display: flex;
     flex-direction: column;
     justify-content: space-evenly;
     align-content: center;
     align-items: center;
}
.barra-titulo{
   
    font-size: 1.4em;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.barra-desc{
    font-family: 'Clash Display', sans-serif;
    text-align: center;
    font-weight: 100;
    font-size: .9em;
    line-height: 1.2em;
    color: #5c5959;
    
}
.barra_busqueda-centro{
    width: 50%;
    height: 100%;
    display: flex;
     flex-direction: column;
     justify-content: space-evenly;
     min-height: 310px;
     align-content: center;
}
.barra_busqueda-der{
    width: 25%;
    height: 100%;
    min-width: 420px;
    display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
     position: relative;
}
.barra_busqueda-der-img{
    width: 80%;
    height: 80%;
    min-width: 336px;
   
}
.barra_busqueda-der-img img{
    width:100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}
.barra_busqueda-der-titulo{
    width: 200px;
    height: 40px;
    position: absolute;
    text-align: center;
    left: 18%;
}
.barra_busqueda-der-titulo{
    font-weight: 600;
    font-size: 1.7em;
    cursor: pointer;
    color: #fff;
}
.barra_busqueda-titulo{
    width: 100%;
height: 20%;
}
.barra_busqueda-input{
width: 100%;
height: 60%;
display: flex;
flex-direction: column;
justify-content: start;
align-content: center;
align-items: center;
}
.barra_busqueda-input input{
    width: 80%;
    height: 50%;
    max-width: 504px;
    max-height: 40px;
    min-height: 40px;
    border-radius: 20px;
    outline: none;
    border: none;
    border: 2px solid #ccc;
    padding-left: 20px;
    font-family: 'Clash Display', sans-serif;
    font-size: 1.4em;
}
.barra_busqueda-input input::placeholder{
    font-family: 'Clash Display', sans-serif;
    font-size: 1em;
}
.barra_busqueda #search-results{
    width: 80%;
    z-index: 50;
    overflow-y: scroll;
    max-width: 504px;
    margin-top: 10px;
}
.user-result{
    padding-left: 20px;
display: flex;
flex-direction: column;
justify-content: start;
align-items: start;
}
/* -----------------------------------/BARRA BUSQUEDA/--------------------------- */
form{
    width: 80%;
    height:80%;
    
    overflow-y: scroll;
    padding-top: 50px;
}
.img-user{
    width: 100px;
    height: 100px;
    outline:2px solid #ccc;
    border-radius: 90px;
}
.img-user img{
    width: 100%;
    height: 100%;
    border-radius: 90px;
}
ul{
    
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
li{
    margin-bottom: 50px;
    width: 24%;
    height:60%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}
.container_discord-user{
    width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}
.email-user, .discord-user{
    outline: none;
    border: none;
    font-family: 'Clash Display', sans-serif;
    width: auto;
    font-size: 1em;
    text-align: center;
}
.discord-user {
    text-transform: uppercase;
}
.email-user{
    color: #5c5959;
}


.btn-eliminar{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.aceptado {
    color: var(--verde);

}

.error {
    color: var(--red);
}
.gold{
    color: #f6af34;
}

.cont_btn-verperfil{
    width: 100px;
    height: 36px;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 50;
}
.btn_verperfil {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    background-color: #222;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}
.btn_verperfil span {
    position: relative;
    z-index: 100;
    font-family: 'Clash Display', sans-serif;
    font-size: 1em;
    text-align: center;
    margin-top: 20px;
    line-height: 1em;
    color: #fff;

}
.btn_verperfil:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    height: 490%;
    width: 140%;
    background: var(--red);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.btn_verperfil:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.a_verperfil, .a_verperfil:visited{
    display:none;
    outline: none;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    z-index: 100;
    width: 100%;
    height: 100%;
position: relative;
font-family: 'Clash Display', sans-serif;
    font-size: .9em;
}