* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@media (prefers-color-scheme: dark){
    html{
        --background: radial-gradient(circle, rgba(15,15,15,1) 0%, rgb(25, 25, 25) 100%);
    }
    .contenido{
        --bg-color: rgb(21, 21, 24);
        --text-color: #fff;
    }
}
@media (prefers-color-scheme: light){
    html{
       --background: radial-gradient(circle, rgba(15,15,15,1) 0%, rgba(102,97,98,1) 100%);
    }
    .contenido{
        --bg-color: rgb(50, 50, 50);
        --text-color: #fff;
    }
}


html {
    font-size: 62.5%;
    font-family: sans-serif;
    background: var(--background);
}


img {
    width: 100px;
}
.contenido {
    border-radius: 3rem;
    width: 38rem;
    height: 118rem;
    margin: 5rem auto;
    background-color: var(--bg-color);
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    box-shadow: 1px 1px 1px 1px #1d1c1c;
}

.contenido img:nth-child(1) {
    width: 100%;
    height: 20rem;
}

.contenido img:nth-child(2) {
    position: relative;
    top: -5rem;
    border-radius: 50%;
    padding: 0;
    border: 2px solid rgb(142, 184, 255, 1);
}

.contenido .nombre {
    margin-top: -2rem;
    font-size: 2.8rem;
    font-weight: bold;
}

.contenido .rol {
    margin-top: 0.5rem;
    font-size: 1.6rem;
}

.accion {
    margin-top: 0.5rem;
    padding: 1.5rem;
    width: 100%;
    height: 4.5rem;
    display: flex;
    justify-content: space-evenly;
    font-size: 1.6rem;
    font-weight: normal;
}
.accion div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cuerpo {
    border: 1px solid rgb(32, 32, 32);
    margin-top: 1rem;
    background-color: rgb(24, 24, 24);
    height: 6.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cuerpo div {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.cuerpo div:nth-child(2) {
    border-left: 1px solid rgb(32, 32, 32);
}

.cuerpo div:nth-child(3) {
    border-left: 1px solid rgb(32, 32, 32);
}

.cuerpo div:nth-child(4) {
    border-left: 1px solid rgb(32, 32, 32);
}

.cuerpo div p:nth-child(1) {
    font-weight: 800;
    font-size: 1.7rem;
}

.cuerpo2 {
    border: 1px solid rgb(32, 32, 32);
    margin-top: 0.1rem;
    background-color: rgb(24, 24, 24);
    height: 6.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cuerpo2 div {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.cuerpo2 div:nth-child(2) {
    border-left: 1px solid rgb(32, 32, 32);
}


.cuerpo2 div p:nth-child(1) {
    font-weight: 800;
    font-size: 1.7rem;
}

.cuerpo3 {
    border: 2px solid rgb(32, 32, 32);
    margin-top: 0.2rem;
    background-color: rgb(24, 24, 24);
    height: 8rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cuerpo3 div {
    width: 50%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
}
.cuerpo3 div p:nth-child(1) {
    font-weight: 1000;
    font-size: 2rem;
}

.cuerpo3 div:nth-child(2) {
    border-left: 1px solid rgb(32, 32, 32);
}




.contenido .cuerpo3 img.logo {
    width: 15px;
    height: auto;
    margin-left: 6px;
    
}
.contenido .cuerpo3 a {
    font-size: 15px;
    outline: none;
    text-decoration-line: none;
    color: #fff;
    margin-top: -50; 
    cursor: pointer;     
}
.contenido .cuerpo3 a:hover {
    font-size: 15px;
    outline: none;
    text-decoration-line: none;
    color: #fff;
    margin-top: -50;      
}


.contenido button {
    width: 100%;
    height: 6rem;
    background-color: rgb(20, 20, 22);
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin-top: 1px;
    margin-bottom: 1px;
}
.accion a {
    color: rgb(255, 253, 253);
    outline: none;
    text-decoration-line: none;
}

button a {
    color: rgb(255, 253, 253);
    outline: none;
    text-decoration-line: none;
    position: left;
}

.contenido button:active {
    outline: none;
}

.contenido button:hover {
    background-color: rgb(124, 124, 124);
    outline: none;
}


.contenido button img.logo2 {
    width: 22px;
    height: auto;
    margin-right: 25px;
    margin-left: -24px;
}

.contenido button img.logo3 {
    width: 22px;
    height: auto;
    margin-right: 25px;
    margin-left: -28px;
}

.contenido button img.logo4 {
    width: 25px;
    height: auto;
    margin-right: 22px;
    margin-left: -28px;
    border-radius: 50%;
    
}
.contenido button img.logo5 {
    width: 20px;
    height: auto;
    margin-right: 22px;
    margin-left: -08px;
    border-radius: 50%;
    
}
.contenido button img.logo6 {
    width: 25px;
    height: auto;
    margin-right: 22px;
    margin-left: -36px;
    border-radius: 50%;
    
}
.contenido button img.logo7 {
    width: 20px;
    height: auto;
    margin-right: 22px;
    margin-left: -62px;
    border-radius: 50%;
    
}
#rojo {
    color: crimson;
}

#amarillo {
    color: rgb(238, 223, 15);
}

#azul {
    color: rgb(100, 158, 212);
}

#verde {
    color: rgb(24, 170, 5);
}

#naranja {
    color: lightsalmon;
}

#claro {
    color: goldenrod;
}
#claro:active {
    background-color: rgb(189, 177, 8);
}