/*
SHELVES
-------

The only responsive, fluid CSS grid with infinitely nestable columns.

Copyright (c) 2012, Pete Browne
*/

@media screen and (max-width: 400px) {}

img {
    max-width: 100%;
    height: auto;
}

@media \0 screen {
    img {
        width: auto;
    }
}

.row {
    *zoom: 1;
    margin-right: auto;
    margin-left: auto;
    max-width: 1262px;
    padding-left: 0px;
    padding-right: 0px;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row .row {
    margin-right: 0;
    margin-left: 0;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.mobile-column-3,
.mobile-column-2,
.mobile-column-1 {
    display: block;
    float: left;
    min-height: 1px;
    position: relative;
    *margin-right: -1px;
    margin-left: 10.3506339144%;
}

.first-mobile-column,
.row .mobile-column-3:first-child,
.row .mobile-column-2:first-child,
.row .mobile-column-1:first-child {
    margin-left: 0;
}

.mobile-column-1 {
    width: 17.2370245642%;
}

.mobile-column-2 {
    width: 44.8246830428%;
}

.mobile-column-3 {
    width: 72.4123415214%;
}

@media screen and (min-width: 600px) {
    .tablet-column-5,
    .tablet-column-4,
    .tablet-column-3,
    .tablet-column-2,
    .tablet-column-1 {
        display: block;
        float: left;
        min-height: 1px;
        position: relative;
        *margin-right: -1px;
        margin-left: 6.5372424723%;
    }
    .first-tablet-column,
    .row .tablet-column-5:first-child,
    .row .tablet-column-4:first-child,
    .row .tablet-column-3:first-child,
    .row .tablet-column-2:first-child,
    .row .tablet-column-1:first-child {
        margin-left: 0;
    }
    .tablet-column-1 {
        width: 11.2189646064%;
    }
    .tablet-column-2 {
        width: 28.9751716852%;
    }
    .tablet-column-3 {
        width: 46.7313787639%;
    }
    .tablet-column-4 {
        width: 64.4875858426%;
    }
    .tablet-column-5 {
        width: 82.2437929213%;
    }
}

@media screen and (min-width: 801px) {
    .column-1 {
        display: block;
        float: left;
        min-height: 1px;
        position: relative;
        *margin-right: -1px;
        margin-left: 4.3581616482%;
    }
    .first-column,
    .row .column-1:first-child {
        margin-left: 0;
    }
    .column-1 {
        width: 47.8209191759%;
    }
    .prefix-1 {
        padding-left: 52.1790808241%;
    }
    .suffix-1 {
        padding-right: 52.1790808241%;
    }
    .push-1 {
        left: 52.1790808241%;
    }
    .pull-1 {
        right: 52.1790808241%;
    }
}

.row .center-column {
    float: none;
    margin-left: auto !important;
    margin-right: auto;
}

@media screen and (max-width: 599px) {
    .hidden-mobile,
    .visible-tablet,
    .visible-desktop {
        display: none !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 800px) {
    .visible-mobile,
    .hidden-tablet,
    .visible-desktop {
        display: none !important;
    }
}

@media screen and (min-width: 801px) {
    .visible-mobile,
    .visible-tablet,
    .hidden-desktop {
        display: none !important;
    }
}

.clear {
    clear: both;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body * {
    box-sizing: border-box;
    font-family: "arial", sans-serif;
    color: #0c2d69;
}

body {
    -webkit-overflow-scrolling: touch;
    min-width: 320px;
    margin: 0;
}

body .content {
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}

body .content:before {
    content: "";
    display: block;
    width: 200%;
    position: absolute;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    transform: rotate(-15deg);
    background: url(../../images/pattern-bg.png);
}

.site-wrapper {
    background: url(../../images/bg_alpha.png);
    margin: 0 auto;
    width: 100%;
    max-width: 1262px;
    padding: 0 60px 0;
}

@media screen and (max-width: 800px) {
    .site-wrapper {
        padding: 0 50px 0;
    }
}

@media screen and (max-width: 599px) {
    .site-wrapper {
        padding: 0 10px 0;
    }
}

.logo {
    text-align: center;
    padding: 34px 0;
}

.center {
    text-align: center;
}

strong {
    font-weight: 800;
}

.logoin {
    text-align: center;
    padding: 0 0 78px;
}

@media screen and (max-width: 800px) {
    .logoin {
        padding: 0 0 50px;
    }
}

.iframetube {
    width: 100%;
    height: 600px;
    border: 10px solid #f7c71d;
    background: #fff;
}

@media screen and (max-width: 800px) {
    .iframetube {
        height: 400px;
    }
}

@media screen and (max-width: 599px) {
    .iframetube {
        height: 250px;
        border: 5px solid #f7c71d;
    }
}

.margin-20 {
    margin-top: 30px;
}

.fonteGRANDE {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
}

@media screen and (max-width: 800px) {
    .fonteGRANDE {
        font-size: 25px;
        font-weight: bold;
        padding-top: 60px;
    }
}

@media screen and (max-width: 599px) {
    .fonteGRANDE {
        font-size: 16px;
        padding-top: 30px;
    }
}

.fonteGRANDE span {
    font-size: 60px;
    font-weight: 900;
    padding-top: 50px;
    padding-bottom: 60px;
    display: block;
}

@media screen and (max-width: 800px) {
    .fonteGRANDE span {
        font-size: 45px;
        font-weight: 700;
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 599px) {
    .fonteGRANDE span {
        font-size: 30px;
        padding-top: 15px;
        padding-bottom: 40px;
    }
}

.imageInst {
    margin: 15px auto;
    display: block;
}

.step img {
    margin: 50px auto 0;
    display: block;
    max-width: 100%;
}

.txbolota .bolota {
    width: 112px;
    height: 123px;
    position: relative;
    display: table-cell;
}

.txbolota .bolota i {
    position: absolute;
    background: transparent url("../../images/1.png") no-repeat scroll center top/100% auto;
    color: #0c2d69;
    display: block;
    width: 115px;
    height: 125px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
}

@media screen and (max-width: 800px) {
    .txbolota .bolota i {
        width: 115px;
        height: 125px;
        line-height: 80px;
        font-size: 60px;
    }
}

@media screen and (max-width: 599px) {
    .txbolota .bolota i {
        width: 80px;
        height: 125px;
        line-height: 60px;
        font-size: 40px;
    }
}

@media screen and (max-width: 800px) {
    .txbolota .bolota {
        width: 115px;
        height: 125px;
    }
}

@media screen and (max-width: 599px) {
    .txbolota .bolota {
        width: 85px;
        height: 85px;
    }
}

.txbolota .bolota.bolota2 i {
    background-image: url("../../images/2.png");
}

.txbolota .bolota.bolota3 i {
    background-image: url("../../images/3.png");
}

.txbolota .bolota.bolota4 i {
    background-image: url("../../images/4.png");
}

.txbolota .bolota.bolota5 i {
    background-image: url("../../images/5.png");
}

.txbolota .text {
    font-size: 30px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    line-height: 30px;
    min-height: 100px;
    padding-left: 25px;
}

@media screen and (max-width: 800px) {
    .txbolota .text {
        font-size: 25px;
        line-height: 22px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 599px) {
    .txbolota .text {
        font-size: 16px;
    }
}

.desativado {
    opacity: 0.4;
}

.title,
.codigo {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .title,
    .codigo {
        font-size: 35px;
    }
}

@media screen and (max-width: 599px) {
    .title,
    .codigo {
        font-size: 25px;
    }
}

.codigo {
    font-size: 26px;
}

@media screen and (max-width: 599px) {
    .codigo {
        font-size: 18px;
    }
}

form {
    margin-top: 20px;
    margin-left: 120px;
}

@media screen and (max-width: 800px) {
    form {
        margin-left: 0px;
    }
}

form input {
    background-color: #FFF;
    font-size: 38px;
    border: 2px solid #0c2d69;
    margin: 0 0 10px;
    padding: 0 10px;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 90px;
    width: 100%;
}

form .download {
    height: 105px;
    border: none;
    width: 352px;
    float: left;
    cursor: pointer;
    background: transparent url("../../images/download.png") no-repeat scroll center top;
}

@media screen and (max-width: 800px) {
    form .download {
        display: inline-block;
        float: none;
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    form .download {
        background: transparent url("../../images/download.png") no-repeat scroll center top/100% auto;
    }
}

.lg_lojas {
    text-align: center;
}

.lg_lojas .logo1 {
    margin-left: 20%;
    margin-top: 20px;
}

@media screen and (max-width: 800px) {
    .lg_lojas .logo1 {
        width: 100%;
        margin-left: 0%;
    }
}

.lg_lojas .logo2 {
    margin-right: 20%;
    margin-top: 20px;
}

@media screen and (max-width: 800px) {
    .lg_lojas .logo2 {
        width: 100%;
        margin-right: 0%;
    }
}

.space_80 {
    height: 80px;
    clear: both;
}

@media screen and (max-width: 599px) {
    .space_80 {
        height: 50px;
    }
}

.space_50 {
    height: 50px;
    clear: both;
}

@media screen and (max-width: 599px) {
    .space_50 {
        height: 30px;
    }
}

.column-1_extra {
    margin-left: 25% !important;
    width: 50%;
}

@media screen and (max-width: 800px) {
    .column-1_extra {
        margin-left: 0% !important;
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .column-1_extra {
        margin-left: 5% !important;
        width: 90%;
    }
}

#footer {
    background: #cecdcd;
    padding: 20px 60px;
    width: 100%;
    max-width: 1262px;
    margin: 0 auto;
}

#footer p {
    font-size: 22px;
    font-weight: bold;
    line-height: 27px;
}

@media screen and (max-width: 800px) {
    #footer p {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
    }
}

@media screen and (max-width: 599px) {
    #footer {
        padding: 10px 20px;
    }
    iframe {
        height: 300px;
    }
}

.barraplan {
    padding: 20px 60px;
    background: #fff;
    text-align: center;
    width: 100%;
    max-width: 1262px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.barraplan a {
    color: #0c2d69;
    text-decoration: underline;
}