body {
    margin: 0;
    padding: 0;
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

.contenedor {
    width: 520px;
    margin: 40px auto 0 auto;
    position: relative;
}

h1 {
    text-align: center;
    font-size: 34px;
    color: #ffb13b;
    text-shadow: 2px 3px 2px #9b9b9b;
    margin-bottom: 20px;
}

h2 {
    color: #4f86d9;
    font-size: 28px;
    letter-spacing: 8px;
    text-shadow: 1px 2px 2px #bdbdbd;
    margin-left: 10px;
}

.descripcion {
    width: 760px;
    font-size: 14px;
    line-height: 22px;
    margin: 35px 0 40px 10px;
}

.ventana {
    width: 520px;
    min-height: 470px;
    background: white;
    position: relative;
    margin: 0 auto;
}

.ventana h3 {
    text-align: center !important;
    color: #c42c20 !important;
    text-decoration: underline !important;
    font-size: 22px !important;
    margin-top: 10px !important;
    margin-bottom: 25px !important;
}

.zona-superior {
    position: relative;
    height: 210px;
}

.formulario {
    position: absolute;
    top: 10px;
    left: 110px;
}

.formulario input {
    width: 150px;
    height: 24px;
    border: 3px solid #4d8bd8;
    font-size: 14px;
}

.formulario button {
    width: 95px;
    height: 34px;
    margin-left: 5px;
    background: #3f7fc6;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.avatar-grande {
    position: absolute;
    top: 60px;
    left: 65px;
    width: 110px;
    height: 120px;
}

.circulo {
    width: 105px;
    height: 105px;
    background: #a7dddd;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.cara {
    width: 48px;
    height: 58px;
    position: absolute;
    top: 32px;
    left: 28px;
    clip-path: polygon(15% 0%, 85% 0%, 100% 55%, 60% 100%, 40% 100%, 0% 55%);
}

.cabello {
    width: 62px;
    height: 45px;
    position: absolute;
    top: 24px;
    left: 22px;
    z-index: 3;
    clip-path: polygon(0% 45%, 20% 10%, 45% 0%, 70% 15%, 100% 25%, 95% 65%, 75% 45%, 55% 35%, 40% 50%, 25% 35%, 10% 70%);
}

.ropa {
    width: 80px;
    height: 65px;
    position: absolute;
    top: 82px;
    left: 12px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 100%, 0% 100%);
}

.colores {
    position: absolute;
    top: 50px;
    left: 235px;
    width: 285px;
    border: none;
    height: 135px;
    background: white;
    padding-top: 10px;
}

.fila-color {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.fila-color label:first-child {
    width: 70px;
    font-size: 14px;
    margin-left: 10px;
}

.fila-color input[type="radio"] {
    display: none;
}

.cuadro {
    width: 40px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid transparent;
}

input[type="radio"]:checked + .cuadro {
    outline: 2px solid #333;
}

.negro {
    background: #070707;
}

.cafe {
    background: #994908;
}

.amarillo {
    background: #ffbb00;
}

.piel1 {
    background: #fff98a;
}

.piel2 {
    background: #ffc760;
}

.piel3 {
    background: #a36d3b;
}

.verde {
    background: #00f000;
}

.azul {
    background: #4f8ccf;
}

.rojo {
    background: #ff1010;
}

.ropa-azul {
    background: #1e70b7;
}

.avatares-guardados {
    width: 385px;
    height: 110px;
    background: white;
    margin-left: 70px;
    margin-top: 10px;
    padding-top: 25px;
    display: flex;
    justify-content: space-around;
}

.avatar-mini {
    width: 90px;
    text-align: center;
}

.circulo-mini {
    width: 65px;
    height: 65px;
    background: #a7dddd;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    position: relative;
    overflow: hidden;
}

.cara-mini {
    width: 30px;
    height: 36px;
    position: absolute;
    top: 20px;
    left: 18px;
    clip-path: polygon(15% 0%, 85% 0%, 100% 55%, 60% 100%, 40% 100%, 0% 55%);
}

.cabello-mini {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 14px;
    left: 13px;
    z-index: 3;
    clip-path: polygon(0% 45%, 20% 10%, 45% 0%, 70% 15%, 100% 25%, 95% 65%, 75% 45%, 55% 35%, 40% 50%, 25% 35%, 10% 70%);
}

.ropa-mini {
    width: 50px;
    height: 42px;
    position: absolute;
    top: 50px;
    left: 8px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 100%, 0% 100%);
}

.nombre-avatar {
    width: 66px;
    height: 27px;
    line-height: 27px;
    border: 3px solid black;
    background: white;
    margin: 0 auto;
    font-size: 13px;
}

.link-json {
    position: absolute;
    right: 18px;
    bottom: 18px;
}

.link-json a {
    color: #3c70b5;
    font-size: 14px;
}