html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

@font-face {
    font-family: 'Trebuchet';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/trebuc.ttf") format("truetype");
}

.blue-wk {
    color: #0079c2;
}

.yellow-wk {
    color: #eaa500;
}

.bold {
    font-family: 'Trebuchet';
    font-weight: 600;
}

.title-wk {
    font-size: 30px;
    margin: 28px 0 8px 0;
}

.subtitle-wk {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 36px;
}

.container-wk {
    font-family: 'Fira Sans', sans-serif;
    max-width: 1170px;
    margin: 32px auto;
    color: #525252;
    font-size: 24px;
    text-align: justify;
}

.container-wk img {
    align-self: center;
}

.logo-laley {
    background-image: url('../img/LLD_logo.jpg');
    display: block;
    width: 205px;
    height: 39px;
    margin-top: 32px;
}

.access-wk input {
    background-color: #326eb4;
    color: #fff;
    border: none;
    padding: 16px;
    cursor: pointer;
}

.access-wk input:hover {
    background-color: #234f82;
}

.introduction-wk {
    display: flex;
    margin: 32px 0 48px 0;
}

.content-wk {
    display: flex;
    margin-top: 32px;
}

.content-wk.list-items {
    margin-top: 36px;
    margin-left: 22px;
}

.container-wk li {
    margin-bottom: 24px;
    padding-left: 8px;
}

.list-items li {
    list-style: url("../img/list_image.png");
}

.list-items {
    margin: 26px 0 0 68px;
}

.list-items.no-margin {
    margin: 36px 0 46px 22px;
}

.introduction-wk p {
    padding: 16px 62px 16px 0;
}

.introduction-wk img {
    box-shadow: -5px 8px 26px -2px #797979;
    margin-top: -18px;
}

.content-wk img {
    box-shadow: 4px 3px 20px -2px #797979;
}

.formacion-wk {
    margin: 48px 0;
    font-size: 28px;
    padding: 44px;
    text-align: center;
    background-color: #d9d8d6;
}

.formacion-wk form {
    margin-top: 21px;
}

@media only screen and (max-width: 1170px) {
    .container-wk {
        padding: 32px;
        transition: .6s;
        text-align: left;
    }
}

@media only screen and (max-width: 960px) {
    .container-wk img {
        display: none;
    }
    .introduction-wk p {
        padding: 16px 16px 16px 0;
    }
    .list-items,
    .list-items.no-margin {
        margin: 0 0 0 26px;
    }
}