/*
    Z-Indexes:
        - header: 100
        - banner-button: 20
*/

:root {
    --line-space: 14px;
    --font-size: 16px;
    --line-height: 24px;
    --font-color: #202124;
    --green-ok: #effaeb;
    --font-normal: Roboto, Noto Sans, Noto Sans JP, Noto Sans KR, Noto Naskh Arabic, Noto Sans Thai, Noto Sans Hebrew, Noto Sans Bengali, sans-serif;
    --font-tt: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    --console-color: #005500;
    --page-width: 1024px;
}

html {
    width: 100vw;
    margin: 0px;
    padding: 0px;
    font-family: var(--font-normal);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--font-color);
    text-align: justify;
}

body {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    background-color: #e6dbe3; /* Lavanda Super Claro */
    background-color: #8e929d; /* Cinza Escuro */
    background-color: #d9dbe7; /* Cinza Escuro */
    background-color: #ffffff;
    overflow-x: hidden;
}

a {
    color: #0070a8;
    text-decoration: none;
}

tt {
    font-family: var(--font-tt);
}

h1 {
    font-size: 32px;
    color: #333333;
}

h2 {
    margin: 30px 0px 20px 0px;
    font-weight: normal;
    font-size: 22px;
    color: #421c62;
}


.header {
    position: absolute;
    width: 100vw;
    height: 35px;
    background-color: #333333;
    background: url(../img/gray.png);
    z-index: 100;
    box-shadow: 0px 0px 15px #000000;
}

.header-page {
    width: var(--page-width);
    position: relative;
    margin: 0px auto;
}

.header-menu {
    height: 35px;
    position: absolute;
    right: 20px;
    top: 2px;
    margin: 0px;
    display: inline-block;
}
.header-menu-item {
    display: inline-block;
    margin: 0px 3px 0px 3px;
}
.header-menu-item a {
    display: inline-block;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #b0467b00;
    text-shadow: 1px 1px 5px #421c62
}

.header-menu-item a:hover {
    border: 1px solid #ffffff;
}

.banner {
    width: 100vw;
    height: 350px;
    position: relative;
    top: -35px;
    left: 0px;
    background: #f6a7c2;
    background: linear-gradient(180deg, #f6a7c2 0%, #b0467b 50%, #6d2972 80%, #2b0d45 95%, #2b0d45 100%);
    box-shadow: 0px 0px 15px #000000;
}

.banner-page {
    width: var(--page-width);
    height: 350px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

.banner-title {
    position: relative;
    top: 105px;
    left: 60px;
}

.banner-title-main {
    line-height: 55px;
    font-size: 55px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-stroke: 1px #262626;
    text-shadow: 5px 5px 15px #262626;
}

.banner-title-sub {
    margin-top: 22px;
    line-height: 30px;
    font-size: 30px;
    color: #ffffff;
}

.banner-mountains {
    position: absolute;
    width: 100%;
    height: 134px;
    bottom: 0px;
    left: 0px;
    background: url(../img/mountains.svg);
    background-size: auto 134px;
}

.banner-bos-img {
    position: absolute;
    width: 280px;
    height: auto;
    bottom: 20px;
    right: 80px;
    opacity: 0.4;
    filter: blur(2px);
    transition: 0.5s;
}

.banner-bos-img:hover {
    filter: blur(20px);
    opacity: 0.2;
}

.button {
    height: 1.625rem;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    text-align: center;
    background-color: #ffde8d;
    background: url("../img/e17-bkg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    user-select: none;
    box-shadow: 4px 4px 8px #262626, 
                inset 1px 1px 2px #ffffff,
                inset -1px -1px 2px #333333;

    padding: 4px 10px 4px 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    text-shadow: 1px 1px 1px #ffffff;
    position: relative;
}
.button:hover {
    background-color: #ffde8d;
    background: url("../img/e17-bkg-light.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.button.disabled {
    filter: grayscale(1);
    cursor: default;
}
.button.disabled:hover {
    background-color: #ffde8d;
    background: url("../img/e17-bkg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.banner-button {
    margin: 30px 0px 0px 0px;
    z-index: 20;
    width: 180px;
}

.banner-date-enroll {
    width: 180px;
    position: relative;
    top: 5px;
    left: 10px;
    color: #ffffff;
    z-index: 3;
    font-size: 14px;
    text-align: center;
    text-shadow: 2px 2px 2px #262626;
}

.conteudo {
    width: var(--page-width);
    min-height: calc(100vh - 571px);
    margin: 0px auto;
    background-color: #ffffff;
    position: relative;
}

.home-row {
    width: 100%;
    position: relative;
    margin: 0px 0px 80px 0px;
}

.home-cell {
    display: inline-block;
    text-align: center;
    padding: 0px;
}

.home-cell-left {
    padding-right: 30px;
}
.home-cell-right {
    position: absolute;
    right: 0px;
    padding-left: 30px;
}

.home-cell-big {
    width: 54%;
}

.home-cell-small {
    width: 40%;
}


#aosp-layers-div {
    height: 240px;
}

.aosp-layers {
    width: 740px;
    height: auto;
    padding: 0px 0px 0px 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
#aosp-layers-nodetails {
    display: none;
}

#new-android {
    height: 340px;
    padding-top: 70px;
}

#video-kraken {
    position: relative;
    top: -20px;
    background-color: #ffffff;
}

#img-usb {
    position: absolute;
    z-index: 1;
    display: none;
}

#img-usb-slide {
    position: absolute;
    z-index: 2;
    display: none;
}

#img-app {
    position: absolute;
    width: 180px;
    height: 348px;
    z-index: -1;
    display: none;
    transform: scale(0.1);
    transition: 2s;
    transition-timing-function: linear;
}

#img-nodemcu {
    width: 400px;
    height: auto;
    margin-bottom: 0px;
}

#footer {
    width: 100%;
    height: 180px;
    background-color: #262626;
    box-shadow: 0px 0px 15px #000000;
    color: #ffffff;
    border: 0px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}

#footer-page {
    width: calc(var(--page-width) - 200px);
    margin: 0px auto !important;
    padding: 30px 0px 20px 0px;
}

#footer td {
    padding: 0px 0px 0px 10px;
    border-left: 1px dotted #ffffff;
    vertical-align: top;
}

#footer div {
    margin-left: 15px;
    color: #dddddd;
}

.footer-title {
    margin-left: 0px !important;
    margin-bottom: 5px;
    font-size: 17px;
    color: #ffffff !important;
}

#footer a {
    color: #00aaff;
}

.table-info {
    width: 850px;
    margin: 20px 0px 20px 30px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.table-info th, .table-info td {
    vertical-align: top;
    padding: 3px 8px 3px 8px;
    border: 1px solid #cccccc;
}

.table-info td:nth-child(3), .table-info th:nth-child(3) {
    text-align: center;
}


.table-enroll {
    width: 100%;
    margin: 0px 0px 0px 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.table-enroll th, .table-enroll td {
    vertical-align: top;
    border: 1px solid #cccccc;
}

.table-enroll th {
    width: 5%;
    padding: 14px 17px 12px 17px;
    background-color: #eeeeee;
}

.table-enroll td {
    width: 45%;
    padding: 9px 12px 7px 12px;
    font-size: 18px;
}

.table-enroll input, #form-address, .form-justification {
    width: 500px;
    position: relative;
    top: 0px;
    font-size: 18px;
    padding: 5px;
    border: 1px solid #66266d;
    border-radius: 5px;
    color: var(--font-color);
    font: var(--font-normal);
}

.table-enroll input:focus {
    outline: 1px solid #66266d;
}

.table-enroll input[type="radio"], .table-enroll input[type="checkbox"] {
    width: 15px;
    height: 15px;
    outline: none;
}

.table-enroll input[type="file"] {
    height: 30px;
    outline: none;
    border: none;
    color: var(--font-color);
    margin: 15px 0px 0px 30px;
}

.table-enroll label {
    position: relative;
    top: -1px;
    margin-left: 7px;
    margin-right: 5px;
    font-size: 16px;
}

#form-birthday, #form-cpf, #form-rg, #form-rg-exp, #form-cellphone {
    width: 150px;
}

#form-address {
    height: 75px;
}

.form-justification {
    margin: 10px 0px 0px 15px;
    width: calc(100% - 25px);
    height: 100px;
}

#form-button {
    padding: 10px 30px 10px 30px;
    width: 170px;
}

.table-declarations {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.table-declarations td {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.table-declarations td:first-child {
    width: 1%;
    padding: 0px 8px 0px 0px;
}

.table-declarations td:last-child {
    width: 99%;
    text-align: left;
}

.table-declarations label {
    margin: 0px;
}

.error {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100000;
    background-color: #000000aa;
    display: none;
}

.error-dialog {
    width: 650px;

    position: fixed;
    top: calc(50% - 250px);
    left: calc(50% - 200px);
    z-index: 100000;

    background-color: #eeeeee;
    border: 1px solid #666666;
    box-shadow: 3px 3px 8px #000000;
}

.error-title {
    width: calc(100% - 30px);
    height: 26px;

    background-color: #ffde8d;
    background: url("../img/e17-bkg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;

    padding: 4px 15px 4px 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    text-shadow: 1px 1px 1px #ffffff;
    border: 0px;
    border-bottom: 1px solid #666666;
}

.error-body {
    padding: 30px;
}

.error-h1 {
    font-weight: bold;
}

.error-msg {
    margin: 20px 0px 15px 10px;
    font-family: var(--font-tt);
    color: red;
}

.error-button-area {
    border-top: 1px solid #666666;
    margin: 25px 0px 0px 0px;
    text-align: center;
}

.error-button {
    margin-top: 25px;
    width: 100px;
}

