@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v25-latin-regular.eot');
    src: url('../fonts/lato-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v25-latin-regular.woff2') format('woff2'), url('../fonts/lato-v25-latin-regular.woff') format('woff'), url('../fonts/lato-v25-latin-regular.ttf') format('truetype'), url('../fonts/lato-v25-latin-regular.svg#Lato') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v25-latin-700.eot');
    src: url('../fonts/lato-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v25-latin-700.woff2') format('woff2'), url('../fonts/lato-v25-latin-700.woff') format('woff'), url('../fonts/lato-v25-latin-700.ttf') format('truetype'), url('../fonts/lato-v25-latin-700.svg#Lato') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v25-latin-900.eot');
    src: url('../fonts/lato-v25-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v25-latin-900.woff2') format('woff2'), url('../fonts/lato-v25-latin-900.woff') format('woff'), url('../fonts/lato-v25-latin-900.ttf') format('truetype'), url('../fonts/lato-v25-latin-900.svg#Lato') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #9BA2BA;
    font: 400 1em/1.3em 'Lato', Arial, sans-serif;
}
h2, h3, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #06172E;
    overflow: hidden;
    padding: 2rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 2rem;
    font-size: 1.5em;
    line-height: 1.1em;
    color: #fff;
    font-weight: 900;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3em;
    color: #0087e0;
    margin-block: 1rem;
}
h2 span {
    font-weight: 400;
}
h3 {
    font-size: 1.25em;
    line-height: 1.3em;
    margin-block: 1rem;
    color: #fff;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-bottom: 1rem;
}
header {
    padding-bottom: 1rem;
}
article > h2, article > h3 {
    margin-bottom: 2rem;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex div {
    width: 48%;
}
a.apply {
    display: block;
    margin: 2rem auto 0;
    padding: 1rem 2rem;
    border-radius: 0.25rem;
    border: 1px solid #00afea;
    background: #00afea;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    header {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 780px) {
    .flex {
        flex-direction: column;
    }
    .flex div {
        width: auto;
    }
    .padres {
        padding: 0;
    }
    a.apply {
        width: fit-content;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
    .padres {
        padding: 0;
    }
}