div.caracter{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}


img#portada{
    margin-top: 5%;
    margin-bottom: 5%;
    width: 90%;
    height: 50%;
}

section.pres{
    margin-left: 5%;
    margin-top: 5%;
    display: block;
    width:40%;
    font-size: 1.64rem;
    justify-content:space-between;
    font-family:  'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:#333;
    font-weight: 500;
    text-shadow:2px 2px 1px rgba(156, 156, 156, 0.62);
}

section.recon{
    /*position:relative;*/
    margin-left: 5%;
    margin-top: 5%;
    display:block;
    width: 50%;
    min-height:100vh;
    max-width: 150vh;
    --bg: #fdfbfb;
    --highlight1:var(--highlight2);
    --highlight2: #006aa3cc;
    --color: #83b4ff;
    --font-number: Montserrat, Roboto, Helvetica, Arial, sans-serif;
    --font-head: "Space Mono", Consolas, Menlo, Monaco, "Courier New", monospace;
    --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

section.recon .list {
    list-style: none;
    width: 600px;
    max-width: 90%;
}

section.recon .list .item {
    display: block;
    clear: both;
    counter-increment: list;
    padding-bottom: 1.4rem;
    font-size: 1.1rem;
    line-height: 1.375;
    position: relative;
}

section.recon .list .item:before {
    font: bold 2.25rem/1 var(--font-number);
    content: counter(list);
    width: 5rem;
    height: 5rem;
    float: left;
    margin: 0 1.5rem 2.4rem 0;
    color: var(--bg);
    background: var(--highlight1) linear-gradient(to bottom right, var(--highlight1) 25%, var(--highlight2));
    text-shadow: 0 0 2px var(--highlight1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*shape-outside: ellipse();*/
    z-index: 1;
}

/*
.item:after {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: var(--highlight1);
    z-index: -1;
    border-top-left-radius: 3px;
}
    */
section.recon .list.item p{
    margin-left: 20px;
}

section.recon .list.headline {
    padding: 0rem 0 0 0;
    margin: 0 0 1rem 0;
    font: normal 2rem var(--font-head);
}

@media screen and (max-width: 992px) {

    div.caracter{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        }
    section.pres{
        width:90%;
        margin-top: 5% ;
        margin-bottom: 5%;
        text-shadow:2px 2px 1px rgba(208, 208, 208, 0.62);
        font-size: 1.4rem;
        }

    section.recon{
        width:100%;
        margin-right: 5px;
    }
    section.recon .list.item p{
            margin-left: 10px;
            width:100%;
        }
    section.recon .list .item:before {
            font: bold 2.25rem/1 var(--font-number);
            content: counter(list);
            width: 4.2rem;
            height: 4.2rem;
            float: left;
            margin: 0 1.5rem 1.3rem 0;
        }
}
/* Demo styles */

