* {
    font-family: 'Museo Sans', sans-serif;
}

body {
    margin: 0;
}

.hide {
    display: none;
}

.header {
    width: 100%;
    height: 40px;
    background: #222b31;
}

.header .content {
    padding: 8px 250px;
    text-align: right;
}

.header a {
    color: #FFF;
    margin-left: 15px;
    font-size: 17px;
    text-decoration: none;
}

.form {
    padding: 0px 10vw 100px 10vw;
    color: #000;
    background: #e6e6da;
}

.form h1 {
    font-family: 'Rogliano';
    font-weight: 900;
    text-align: center;
    margin: 15px 0px;
}

.form h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.form h3 {
    font-family: 'Rogliano';
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 900;
    margin-top: 80px;
}

.form hr {
    margin: 0;
}

.form .txt {
    margin-top: 50px;
}

.form .txt a {
    color: #0088ff;
}

.form form {
    padding: 0px 100px;
}

.form form label {
    display: block;
    margin-top: 35px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.form form label.chbx {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    margin-left: 5px;
}

.form form input, .form form select, .form form textarea {
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 16px;
}

.form form textarea {
    height: 150px;
    padding: 10px 15px;
}

.form form [type='checkbox'] {
    width: 20px;
}

.form form input::-webkit-outer-spin-button,
.form form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form form input[type=number] {
    -moz-appearance: textfield;
}

.form form button {
    background: #FFE100;
    color: #000;
    border: 0;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    margin-top: 35px;
    cursor: pointer;
    font-size: 16px;
}

.form form button:hover {
    background-color: #5C636A;
    color: #FFF;
}

.form p, .form li {
    font-size: 20px;
    text-align: justify;
}

.form p span, .form p strong {
    font-weight: 900;
}

.form .btn-qr {
    display: table;
    background-color: #FFE100;
    color: #000 !important;
    text-decoration: none;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
}

.form .btn-qr:hover {
    background-color: #5C636A;
    color: #FFF !important;
}

.form .img {
    text-align: center;
}

.form .img img {
    width: 100%;
}

.ri h3 {
    font-size: 20px;
    font-weight: 900;
}

.ri .data {
    width: 100%;
    text-align: center;
}

.ri .data-item {
    display: inline-block;
    height: 150px;
    background-color: #FFF;
    border-radius: 5px;
    margin: 10px;
    width: calc(25% - 20px);
}

.ri .col-10 {
    background-color: #F2F2F2;
}

.ri ul {
    list-style: none;
}

.ri ul li {
    display: inline-block;
    color: #b1b1b1;
    cursor: pointer;
}

.ri ul li:hover,
.ri ul li.select {
    border-bottom: solid 3px #8aa5ee;
    color: #8aa5ee;
}

.ri .table-responsive {
    max-height: 580px;
}

.ri table {
    white-space: nowrap;
    font-weight: 200;
    font-size: 12px;
    border-radius: 5px;
}

footer {
    background: #222b31;
    color: #fff;
    padding: 35px 0px;
    font-weight: 300;
}

footer .content {
    padding: 20px 250px;
}
    
footer img {
    display: block;
    float: left;
    margin-right: 20px;
    width: 150px;
}

footer .txt {
    font-size: 14px;
    line-height: 24px;
}
    
footer .txt span {
    display: block;
    font-weight: 800;
    margin-top: 10px;
    text-transform: uppercase;
}

@media screen and (orientation:portrait) {
    .header .content {
        padding: 8px 10vw;
    }

    .form form {
        padding: 0px;
    }

    .form p, .form li {
        font-size: 20px;
    }

    footer .content {
        padding: 20px 10vw;
    }

    footer img {
        display: block;
        margin: 0 auto;
        float: none;
    }

    footer .txt {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
}