/*
Verde 3BD23D
Naranja FC4C02

background green 237E25
*/
@font-face {
    font-family: 'UniSans';
    src: url('../fonts/2B262B_regular_0.woff') format('woff'),
        url('../fonts/2B262B_regular_0.woff') format('woff'),
        url('../fonts/2B262B_regular_0.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'UniSansBook';
    src: url('../fonts/2B262B_book_0.woff') format('woff'),
    url('../fonts/2B262B_book_0.woff') format('woff'),
    url('../fonts/2B262B_book_0.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'UniSans';
    src: url('../fonts/2B262B_semibold_0.woff') format('woff'),
    url('../fonts/2B262B_semibold_0.woff') format('woff'),
    url('../fonts/2B262B_semibold_0.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'UniSans';
    src: url('../fonts/2B262B_bold_0.woff') format('woff'),
        url('../fonts/2B262B_bold_0.woff') format('woff'),
        url('../fonts/2B262B_bold_0.ttf') format('truetype');
    font-weight: bold;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #237E25;
    color: white;
    font-family: "UniSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.highlight {
    color: #FC4C02;
}

.monospace {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    /*color: #0057B8;*/
    text-decoration: underline;
}

.container {
    margin: auto;
    text-align: center;
}

section {
    margin: auto;
    width: 650px;
    max-width: 90%;
}

footer {
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    height: 20px;
    font-size: 11px;
    text-align: center;
    position: fixed;
}

footer p {
    padding: 0;
}

.title {
    position: fixed;
    bottom: 150px;
    left: 0;
    font-size: 60px;
    font-weight: 600;
    max-width: 760px;
    line-height: normal;
    text-align: left;
    padding: 0 30px;
}

.email {
    position: fixed;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 16px;
}

.bar {
    background: none;
    position: fixed;
    bottom: 20px;
    left: 0;
    height: 110px;
    width: 100%;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
}

.logo img {
    height: 110px;
    width: auto;
}

.slogan {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50px;
    z-index: -100;
    background-color: white;
    color: #FC4C02;
    line-height: 50px;
    text-align: left;
    padding-left: 290px;
    font-size: 19px;
}

.justified {
    padding: 0;
    text-align: justify;
    text-justify: auto;
}

.center {
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    text-align: center;
}

.small {
    font-size: 13px;
}

@media only screen and (max-device-width:480px){
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    .email {
        top: 10px;
        right: 10px;
    }
    .title {
        font-size: 40px;
        padding: 0 20px;
    }
    .slogan {
        color: transparent; /* hide the text */
    }
}