* {
    font-family: 'Roboto', sans-serif;
}

.container {
    margin-top: 2%;
    margin-left: 5%;
    width: 100%;
    margin-bottom: 2%;
}

h3 em {
    font-weight: bold;
    color: #053eea;
    text-shadow: 1px 1px 3px #333;
}

li em {
    font-weight: bold;
    color: #727a80;
}

#seguridad pre {
    padding-right: 20px;
}

#header img {
    height: 100px;
}

#header em {
    position: absolute;
    margin-top: -5px;
}

#header h2 {
    margin-top: 10px;
    margin-left: 10px;
}

h2 .participante {
    font-weight: bold;
    color: #444444;
    text-shadow: 1px 1px 3px #666666;
    font-size: 28pt;
}

ul {
    margin-top: 10px;
}

h3 {
    color: #043f91;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0 10px 0;
}

h5 {
    text-transform: uppercase;
    font-weight: bolder;
    color: #0537ea;
}

ol li a {
    color: black;
    cursor: pointer;
}

ol {
    background: whitesmoke;
    padding: 25px 35px 20px 35px;
    margin: 0 0 0 3%;
    border: 1px solid #dddddd;
}

h4 {
    color: #165cb1;
    text-transform: uppercase;
    margin-top: 50px;
    margin-left: 5%;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1em !important;
}

#versions ul span {
    font-weight: bolder;
    color: black;
    font-size: 130%;
    text-transform: capitalize;
    margin-left: -15px;
    text-shadow: 1px 1px 2px #666666;
}

#versions h3 span {
    color: #020e5a;
}

div#header {
    margin-left: 3%;
    margin-top: 35px;
}

div#api {
    padding: 0 5% 0 5%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    line-height: 24px;
    margin-bottom: 16px;
}

div#api a {
    font-size: 18px !important;
    color: #1c90f3;
}
