@font-face {
    font-family: 'Bender';
    src:url('../fonts/Bender.eot');
    src:url('../fonts/Bender.eot?#iefix')  format('embedded-opentype'),
        /*url('../fonts/Bender.woff2')       format('woff2'),*/
    url('../fonts/Bender.woff')        format('woff'),
    url('../fonts/Bender.ttf')         format('truetype'),
    url('../fonts/Bender.svg#benderregular')  format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bender-Light';
    src:url('../fonts/Bender-Light.eot');
    src:url('../fonts/Bender-Light.eot?#iefix')        format('embedded-opentype'),
        /*url('../fonts/Bender-Light.woff2')              format('woff2'),*/
    url('../fonts/Bender-Light.woff')              format('woff'),
    url('../fonts/Bender-Light.ttf')               format('truetype'),
    url('../fonts/Bender-Light.svg#benderlight')  format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bender-Bold';
    src:url('../fonts/Bender-Bold.eot');
    src:url('../fonts/Bender-Bold.eot?#iefix')         format('embedded-opentype'),
        /*url('../fonts/Bender-Bold.woff2')               format('woff2'),*/
    url('../fonts/Bender-Bold.woff')               format('woff'),
    url('../fonts/Bender-Bold.ttf')                format('truetype'),
    url('../fonts/Bender-Bold.svg#benderbold')    format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Neusa-DemiBold';
    src:url('../fonts/Neusa-DemiBold.eot');
    src:url('../fonts/Neusa-DemiBold.eot?#iefix')          format('embedded-opentype'),
        /*url('../fonts/Neusa-DemiBold.woff2')               format('woff2'),*/
    url('../fonts/Neusa-DemiBold.woff')                format('woff'),
    url('../fonts/Neusa-DemiBold.ttf')                 format('truetype'),
    url('../fonts/Neusa-DemiBold.svg#neusademibold')  format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #121212 url(../img/background.jpg) no-repeat fixed center top / cover;
}

p,li,h1,h2,h3,table {
    color: #E0E0E0;
}

h1,h2,h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

h1,h2 {
    text-decoration: underline;
}

table {
    width: 100%;
}

table td {
    padding: 5px;
}

ul, p {
    margin: 0 0 10px 0;
}

.ui-menu-item-wrapper {
    color: #425869 !important;
    font-size: 12px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.section-hero {
    min-height: 100vh;
    background: url(../img/webdoor.jpg) no-repeat bottom center;
    background-size: cover;
}

.section-hero .uk-background-primary {
    background-color: transparent;
}

.uk-heading-primary {
    font-size: 32px;
    font-weight: bold;
}

.section-hero input[type=text], .section-sub-nav input[type=text] {
    padding-left: 15px;
    border-radius: 30px;
    font-weight: 300;
    background: #fff;
}

.section-hero .uk-search input[type=text] {
    font-size: 16px;
    border-color: transparent;
}

.scrollspy img {
    margin-bottom:5px;
}

.scrollspy h3 {
    font-size: 14px;
    margin-top: 10px;
    border-top: 1px solid #666;
    padding-top: 10px;
}

.scrollspy h3:first-child {
    margin-top: 0 !important;
    border: none !important;
}

.scrollspy ul {
    margin: 0;
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 10px;
}

.section-sub-nav .uk-search {
    max-width: 290px;
    margin-top: 19px;
    margin-bottom: 19px;
    width: 100%;
    float: right;
}

.uk-background-primary {
    background-color: #090804;
}

.section-hero .uk-background-primary a {
    color: #FFF !important;
}

.uk-background-primary a {
    color: #9a8866 !important;
}

.ui-menu-item-wrapper {
    padding: 5px 0;
}

.ui-menu-item-wrapper.ui-state-active {
    background: #999 !important;
    border: none !important;
    margin: 0 !important;
}

.uk-breadcrumb>*>*,
.uk-breadcrumb>:last-child>* {
    color: #9a8866 !important;
}

.uk-margin-large-top {
    margin-top: 110px!important;
}

ul.ui-autocomplete {
    max-height: 252px;
    overflow-y: scroll;
}

.section-content {
    min-height: 90vh;
}

.site-error {
    width: 100vw;
    height: 100vh;
    background: url(../img/bg-error.jpg) no-repeat fixed center top / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-error .dialog {
    border: 1px solid #585d60;
    background: #000;
    width: 100%;
    max-width: 460px;
    text-align: center;
}

.site-error .dialog span {
    display: block;
    color: #f8f8f8;
    font-size: 12px;
    background: #191b1b;
    text-align: left;
}

.site-error .dialog .dialog-content {
    padding: 25px 25px 20px 25px;
}

.site-error .dialog h1,
.site-error .dialog p {
    font-size: 18px;
    color: #acaa9b;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Bender', sans-serif;
    margin: 0;
}

.site-error .dialog a {
    display: inline-block;
    font-family: 'Bender', sans-serif;
    color: #e7e5d4;
    font-size: 28px;
    margin-top: 10px;
}

.image-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

.image-list li {
    margin: 0 25px 15px 0;
    max-width: 370px;
    display: inline-block;
    clear: both;
    vertical-align: top;
    text-align: center;
}

.image-list li img {
    max-width: 100%;
    clear: both;
    max-height: 208px;
    display: block;
    margin: 0 auto;
}

.uk-article span.titulo-en {
    color: #666;
    display: inline-block;
    margin-bottom: 10px;
}

.uk-container {
    max-width: 100%;
}

.uk-navbar {
    justify-content: center;
    align-items: center;
    padding: 10px 0 5px 0;
}

.uk-navbar img {
    max-height: 65px;
}

.uk-logo {
    height: auto;
}

.uk-grid {
    position: relative;
}

article table {
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.sidebar {
    max-width: 380px;
    float: right;
    padding: 15px !important;
    border: 1px solid #9a8866;
}

@media (min-width: 960px) {

    .hero .uk-search {
        width: 40%;
    }

    .uk-width-3-4\@m {
        width: 70%;
    }

    .uk-width-1-4\@m {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .uk-heading-primary {
        font-size: 26px;
    }

    .uk-text-lead {
        font-size: 14px;
    }

    .section-sub-nav .uk-search {
        max-width: 100%;
    }
}

