﻿@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,800');

@import url('font-awesome.min.css');

/*
	ZeroFour by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/

/* Basic                                                                         */

/*********************************************************************************/

body {
    background: #303238 url('images/bg01.png');
}

    body.is-loading * {
        -moz-animation: none !important;
        -moz-transition: none !important;
        -ms-animation: none !important;
        -ms-transition: none !important;
        -o-animation: none !important;
        -o-transition: none !important;
        -webkit-animation: none !important;
        -webkit-transition: none !important;
        animation: none !important;
        transition: none !important;
    }

body, input, select, textarea {
    color: #7b818c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

a {
    color: inherit;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    color: #404248;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        outline: 0;
        text-decoration: none;
    }

h2 {
    font-size: 2em;
    line-height: 1em;
    margin: 0 0 1.5em 0;
}

    h2.icon {
        line-height: 48px;
    }

        h2.icon:before {
            margin-right: 0.5em;
            opacity: 0.25;
            position: relative;
            top: 0.05em;
        }

h3 {
    font-size: 1.35em;
    margin-top: 2em;
}

b, strong {
    color: #404248;
    font-weight: 700;
}

i, em {
    font-style: italic;
}

br.clear {
    clear: both;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border: 0;
    border-top: solid 1px #ddd;
}

blockquote {
    border-left: solid 0.5em #ddd;
    font-style: italic;
    padding: 1em 0 1em 2em;
}

p, ul, ol, dl, table {
    margin-bottom: 2em;
}

.date {
    color: #696969;
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.065em;
    margin: 0 0 0.25em 0;
    text-transform: uppercase;
}

/* Section/Article */

section,
article {
    margin-bottom: 5em;
}

    section > :last-child,
    article > :last-child {
        margin-bottom: 0;
    }

    section:last-child,
    article:last-child {
        margin-bottom: 0;
    }

header {
    margin: 0 0 2em 0;
}

    header h2, header h3 {
        margin: 0 0 0.25em 0;
    }

    header p {
        color: #696969;
        display: block;
        font-size: 0.9em;
        font-weight: 700;
        letter-spacing: 0.065em;
        margin: 0;
        text-transform: uppercase;
    }

        header p strong {
            color: #404248;
            font-weight: 800;
        }

footer {
    margin: 2.5em 0 0 0;
}

header.major {
    margin: 0 0 3em 0;
}

    header.major:after {
        border-top: solid 1px #dbdbdb;
        content: '';
        display: block;
        height: 8px;
    }

    header.major h2,
    header.major h3 {
        margin: 0 0 1.2em 0;
    }

    header.major p {
        margin: 0 0 1.5em 0;
        position: relative;
        top: -1em;
    }

/* Forms */

form {
}

    form.formall label {
        color: #666666;
        display: block;
        font-size: 1em;
        font-weight: 800;
        letter-spacing: 0.04em;
        margin: 0 0 1em 0;
        text-transform: uppercase;
    }

    form.formall input[type="text"],
    form.formall input[type="email"],
    form.formall input[type="password"],
    form.formall select,
    form.formall textarea {
        -webkit-appearance: none;
        border: solid 1px #CCC;
        border-radius: 8px;
        display: block;
        width: 50%;
    }

        form.formall input[type="text"]:focus,
        form.formall input[type="email"]:focus,
        form.formall input[type="password"]:focus,
        form.formall select:focus,
        form.formall textarea:focus {
            box-shadow: 0 0 2px 1px #4091bf;
        }

    form.formall input[type="text"],
    form.formall input[type="email"],
    form.formall input[type="password"],
    form.formall select {
        line-height: 2.5em;
        padding: 0 1em;
    }

    form.formall textarea {
        min-height: 9em;
        padding: 1em;
    }

    form.formall .formerize-placeholder {
        color: #555 !important;
    }

    form.formall ::-webkit-input-placeholder {
        color: #555 !important;
    }

    form.formall :-moz-placeholder {
        color: #555 !important;
    }

    form.formall ::-moz-placeholder {
        color: #555 !important;
    }

    form.formall :-ms-input-placeholder {
        color: #555 !important;
    }

    form.formall ::-moz-focus-inner {
        border: 0;
    }

/* Tables */

table {
    width: 100%;
}

    table.default {
        width: 100%;
    }

        table.default tr {
            border-top: solid 1px #eee;
        }

            table.default tr:first-child {
                border-top: 0;
            }

        table.default td {
            padding: 1em 0em 0em 1em;
        }

        table.default th {
            font-size: 0.8em;
            font-weight: 800;
            letter-spacing: 0.04em;
            margin: 0 0 1em 0;
            padding: 0.5em 1em 0.5em 1em;
            text-align: left;
            text-transform: uppercase;
        }

        table.default thead {
            background: #404248;
            color: #fff;
        }

        table.default tfoot {
        }

        table.default tbody {
        }

/* Image */

.image {
    display: inline-block;
    position: relative;
}

    .image img {
        border-radius: 8px;
        display: block;
        width: 100%;
    }

    /* 
				Adds a grain-y overlay to your images. Delete this entire rule if
				that's not something you want.
			*/

    .image:before {
        background: url('images/bg02.png');
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: 0.75;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .image.fit {
        display: block;
        width: 100%;
    }

    .image.featured {
        display: block;
        margin: 0 0 2.5em 0;
        width: 100%;
    }

    .image.left {
        float: left;
        margin: 0 2em 2em 0;
    }

    .image.centered {
        display: block;
        margin: 0 0 2.5em 0;
    }

        .image.centered img {
            margin: 0 auto;
            width: auto;
        }

/* Button */

.button {
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    background-color: #4091bf;
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url('images/bg02.png');
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url('images/bg02.png');
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url('images/bg02.png');
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url('images/bg02.png');
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url('images/bg02.png');
    border: 0;
    border-radius: 8px;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.35), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.35);
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 0.95em;
    font-weight: 800;
    letter-spacing: 0.075em;
    outline: 0;
    padding: 1em 2em;
    position: relative;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    transition: background-color 0.2s ease-in-out;
    white-space: nowrap;
}

    .button:hover {
        background-color: #50a1cf;
    }


    .button:active {
        background-color: #3081af;
    }

    .button.icon {
    }

        .button.icon:before {
            margin-right: 0.5em;
            opacity: 0.5;
            position: relative;
            top: 0.05em;
        }

    input[type="button"].medium,
    input[type="submit"].medium,
    input[type="reset"].medium,
    .button.medium {
        font-size: 1.25em;
        padding: 1em 2.25em;
    }

    input[type="button"].big,
    input[type="submit"].big,
    input[type="reset"].big,
    .button.big {
        font-size: 1.5em;
        padding: 1em 2.25em;
    }

    input[type="button"].alt,
    input[type="submit"].alt,
    input[type="reset"].alt,
    .button.alt {
        background-color: #464a52;
    }

        input[type="button"].alt:hover,
        input[type="submit"].alt:hover,
        input[type="reset"].alt:hover,
        .button.alt:hover {
            background-color: #565a62;
        }

        input[type="button"].alt:active,
        input[type="submit"].alt:active,
        input[type="reset"].alt:active,
        .button.alt:active {
            background-color: #363a42;
        }

/* List */

dl.contact {
}

    dl.contact dt {
        color: #696969;
        display: block;
        float: left;
        font-size: 0.9em;
        font-weight: 700;
        letter-spacing: 0.065em;
        text-transform: uppercase;
        width: 6em;
    }

    dl.contact dd {
        margin: 0 0 1em 6em;
    }

ul {
}

    ul.default {
        list-style: disc;
        padding-left: 1em;
    }

        ul.default li {
            padding-left: 0.5em;
        }

    ul.tags {
        text-align: left;
        list-style-type: none;
        list-style-image: url('images/arrow.png');
        margin: 2.5em 2em 0;
    }

        ul.tags li:before {
            background: url("images/arrow.png") no-repeat scroll 50% 50% transparent;
            content: " ";
            display: block;
            height: 20px;
            left: -20px;
            position: absolute;
            top: 0;
            width: 20px;
        }

        ul.tags li {
            position: relative;
            padding-bottom: 5px;
            padding-left: 5px;
        }

    ul.actions {
    }

        ul.actions li {
            display: inline-block;
            margin: 0 0 0 0.25em;
            padding: 0 0 0 0.25em;
        }

            ul.actions li:first-child {
                margin-left: 0;
                padding-left: 0;
            }

    ul.menu {
    }

        ul.menu li {
            border-left: solid 1px #eee;
            display: inline-block;
            margin: 0 0 0 1em;
            padding: 0 0 0 1em;
        }

            ul.menu li:first-child {
                border-left: 0;
                margin-left: 0;
                padding-left: 0;
            }

    ul.divided {
    }

        ul.divided li {
            border-top: solid 1px #eee;
            margin: 0.5em 0 0 0;
            padding: 0.5em 0 0 0;
        }

            ul.divided li:first-child {
                border-top: 0 !important;
                margin-top: 0 !important;
                padding-top: 0 !important;
            }

ol {
}

    ol.default {
        list-style: decimal;
        padding-left: 1.25em;
    }

        ol.default li {
            padding-left: 0.25em;
        }

/* Box */

.box {
}

    .box.excerpt {
        overflow: hidden;
        position: relative;
    }

        .box.excerpt header {
            margin: 0 0 1em 0;
        }

        .box.excerpt .image {
            margin-bottom: 0;
        }

        .box.excerpt p {
            margin-bottom: 0;
        }

    .box.feature1 {
        text-align: center;
    }

        .box.feature1 header.first {
        }

            .box.feature1 header.first h2 {
                color: #555555;
                font-size: 2em;
            }

            .box.feature1 header.first p {
                font-size: 1.2em;
            }

        .box.feature1 header.second {
            display: inline-block;
            left: 24px;
            margin: 0 auto;
            position: relative;
            text-align: left;
            white-space: nowrap;
        }

            .box.feature1 header.second p {
                line-height: 1em;
            }

            .box.feature1 header.second:before {
                bottom: -4px;
                font-size: 48px;
                margin-right: 18px;
                opacity: 0.5;
                position: absolute;
                right: 100%;
            }

    .box.feature2 {
        text-align: center;
    }

    .box.article-list {
    }

        .box.article-list article {
            border-bottom: solid 1px #dbdbdb;
            margin: 0 0 2.75em 0;
            padding: 0 0 2.75em 0;
        }

            .box.article-list article:last-child {
                border-bottom: 0;
                margin-bottom: 0;
                padding-bottom: 0;
            }

/*********************************************************************************/

/* Icons                                                                         */

/*********************************************************************************/

.icon {
    text-decoration: none;
}

    .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 1.25em;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        text-decoration: none;
    }

    .icon > .label {
        display: none;
    }

/*********************************************************************************/

/* Banner                                                                        */

/*********************************************************************************/

#banner {
    text-align: center;
}

    #banner h2 {
        border: solid 1px rgba(255, 255, 255, 0.25);
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        color: #444444;
        font-size: 2.35em;
        font-weight: 700;
        line-height: 1em;
        margin: 0 0 1.5em 0;
    }

        #banner h2 strong {
            color: inherit;
            font-weight: 800;
        }

        #banner h2:before {
            border-color: #888;
            border-color: rgba(255, 255, 255, 0.25);
            border-top: solid 1px;
            content: '';
            display: block;
            margin: 10px 0 1.25em 0;
        }

        #banner h2:after {
            content: '';
            display: block;
            margin: 5.25em 0 10px 0;
        }

    #banner p {
        color: #313131;
        font-size: 1.5em;
        font-weight: 700;
        letter-spacing: 0.04em;
        line-height: 1.3em;
        text-transform: uppercase;
    }

/*********************************************************************************/

/* Wrappers                                                                      */

/*********************************************************************************/

#header-wrapper {
    background: url('images/aluminio.jpg');
    background-position: center center;
    background-size: cover;
}

#banner-wrapper {
}

#main-wrapper {
    background: #fff;
}

#footer-wrapper {
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url('images/bg03.png'), url('images/bg02.png');
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url('images/bg03.png'), url('images/bg02.png');
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url('images/bg03.png'), url('images/bg02.png');
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url('images/bg03.png'), url('images/bg02.png');
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url('images/bg03.png'), url('images/bg02.png');
    background-position: top left, top center, top left;
    background-repeat: repeat-x, no-repeat, repeat;
    background-size: 100% 100%, 100% 15em, auto auto;
    position: relative;
}

.wrapper {
}

    .wrapper > .inner {
        position: relative;
        z-index: 2;
    }

    .wrapper.style1 {
        background-color: #fff;
        background-image: url('images/bg03.png'), url('images/bg04.png'), url('images/bg02.png');
        background-position: top center, bottom center, top left;
        background-repeat: no-repeat, no-repeat, repeat;
        background-size: 100% 15em, 100% 15em, auto auto;
        position: relative;
        text-shadow: 1px 1px 0 #fff;
    }

    .wrapper.style2 {
    }

    .wrapper.style3 {
        background-color: #fff;
        background-image: url('images/bg03.png'), url('images/bg02.png');
        background-position: top center, top left;
        background-repeat: no-repeat, repeat;
        background-size: 100% 15em, auto auto;
        position: relative;
        text-shadow: 1px 1px 0 #fff;
    }

/*********************************************************************************/

/* Header                                                                        */

/*********************************************************************************/

#header {
    margin-bottom: 0;
}


/*********************************************************************************/

/* Footer                                                                        */

/*********************************************************************************/

#footer {
    margin-bottom: 0;
    position: relative;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
    z-index: 2;
}

    #footer h2 {
        color: #fff;
        font-size: 1.35em;
    }

    #footer strong {
        color: #CCC;
    }

    #footer a {
        color: #acb2bf;
    }

    #footer .button.alt {
        box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.25);
    }

    #footer ul.divided li,
    #footer ul.menu li {
        border-color: #444;
        border-color: rgba(255, 255, 255, 0.075);
    }

        #footer ul.divided li a {
            text-decoration: none;
        }

    #footer ul.menu {
        margin: 0;
    }

    #footer dl.contact dt {
        color: #fff;
    }

    #footer dl.contact dd {
        color: #cccccc;
    }

    #footer p {
        color: #CCCCCC;
    }

#copyright {
    border-color: #444;
    border-color: #444;
    border-top: solid 1px;
    color: #cccccc;
    margin-top: 2em;
    padding: 3em 0 4em 0;
    text-align: center;
}

    #copyright a {
        color: inherit;
    }

.opensans20 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

.quemsomos {
    background: url('images/bg5.jpg');
    background-position: center center;
    background-size: cover;
    font-size: 20px;
    font-weight: bold;
    min-height: 400px;
    padding: 20px;
    width: 100%;
}

    .quemsomos p {
        color: #666666;
        font-size: 0.8em;
        font-weight: 700;
        letter-spacing: 0.065em;
        text-transform: uppercase;
    }

.rounded_button {
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    background: rgba(100, 100, 100, 0.55);
    border-radius: 4px;
    color: #F7F7F7;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 30px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}

    .rounded_button:hover {
        background: rgba(130, 130, 130, 0.55);
    }

.back-to-top {
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    background-color: rgba(200, 200, 200, 0.50);
    border-radius: 8px;
    bottom: 2em;
    color: #CCCCCC;
    display: none;
    font-size: 12px;
    padding: 1em 2em;
    position: fixed;
    right: 120px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
    z-index: 99999;
}

    .back-to-top:hover {
        background-color: rgba(135, 135, 135, 0.50);
    }

.systeminfo {
    height: 170px;
    text-align: justify;
}

.field-validation-error {
    border: 1px solid #df2c2c !important;
    border-radius: 8px;
}

.validation-summary {
    color: #df2c2c;
    display: none;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}

#mask {
    background-color: #000;
    display: none;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 9000;
}

.lbl_form {
    color: #f7f7f7;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    float: left;
}

.rounded_div {
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    background-color: #3B3E45;
    background: rgba(30, 30, 30, 0.95);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url('images/bg02.png');
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url('images/bg02.png');
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url('images/bg02.png');
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url('images/bg02.png');
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url('images/bg02.png');
    border-radius: 8px;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.45), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.15);
    position: relative;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
    color: #F7F7F7;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 30px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
    width: 100%;
}

.wrapper-loginbox {
    background: rgba(255, 255, 255, 0.10);
    border-radius: 10px;
    padding: 0.75em;
    position: relative;
}

.chat {
    bottom: 0px;
    display: block;
    font-size: 12px;
    padding: 0;
    position: fixed;
    left: 10px;
    text-decoration: none;
    z-index: 99999;
}

.selo {
    bottom: 10px;
    display: block;
    font-size: 12px;
    padding: 0;
    position: fixed;
    right: 30px;
    text-decoration: none;
    z-index: 99999;
}


.terms-of-use {
    width: 800px;
    padding: 20px;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 99999;
    font-size: 0.9em;
    text-align: justify;
}

.terms-of-use h2 {
    font-size: 1.2em;
    text-align: center;
}

.esqueci-senha {
    width: 800px;
    padding: 20px;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 99999;
    font-size: 0.9em;
    text-align: justify;
}

.esqueci-senha h2 {
    font-size: 1.2em;
    text-align: center;
}

#propaganda {
    width: 500px;
    padding: 10px;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 99999;
}

.b-close, .bClose {
    font-family: 'Open Sans', sans-serif;
    background-color: #444444;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    padding: 2px 10px;
    font-weight: bold;
    position: absolute;
    right: -7px;
    top: -7px;
}

.error-field {
    color: #df2c2c;
    clear: both;    
}

.cadastrando {
    width: 400px;
    padding: 50px;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 99999;
    color: #555555;
    text-align: center;
}

.cadastrando-footer h2 {
    font-size: 1em;
    padding: 2px;
    text-align: center;
}

.error-balloon {
    clear: both;
    position: absolute;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #323232;
    color: #FFFFFF;
    margin-top: 90px;
    margin-left: -230px;
}

.error-balloon:after {
  content:"";
  position:absolute;
  left:50px; /* controls horizontal position */
  border-style:solid;
  border-color:#323232 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
  top:-15px; /* value = - border-top-width - border-bottom-width */
  bottom:auto;
  left:auto;
  border-width:0 10px 15px; /* vary these values to change the angle of the vertex */
  border-color:#323232 transparent;
}


.error-balloon2 {
    clear: both;
    position: absolute;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #323232;
    color: #FFFFFF;
    margin-top: 0px;
    margin-left: 300px;
}

.error-balloon2:after {
  content:"";
  position:absolute;
  left:50px; /* controls horizontal position */
  border-style:solid;
  border-color:#323232 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
  top:-15px; /* value = - border-top-width - border-bottom-width */
  bottom:auto;
  left:auto;
  border-width:0 10px 15px; /* vary these values to change the angle of the vertex */
  border-color:#323232 transparent;
}

.destaque {
    background-color: #4091bf;
    color: #ffffff;
    text-shadow: none;
}

.destaque-sistema {
    margin: 0;
    padding: 0;
    color: #f3f3f3;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 10px;
}

.box-popup {
    width: 840px;
    padding: 20px;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 99999;
    font-size: 0.9em;
    text-align: justify;
}