body,
header,
nav,
ul,
aside,
main,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: url(imgestruct/bg.webp) no-repeat center top fixed #F1EEEA;
    background-size: 100% cover;
    color: #2F4355;
    font-family: 'Roboto Condensed', Calibri, sans-serif;
    font-display: auto;
    font-weight: 300;
    font-size: 16px;
}

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

a:hover {
    color: #DD4B39;
}

a img {
    border: none;
}

a,
input,
ul,
li,
span,
img {
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    text-decoration: none;
}

::selection {
    background: #DD4B39;
    color: #fff;
}

.esq {
    float: left;
}

.dir {
    float: right;
}

.centro {
    position: relative;
    max-width: 1415px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

#checkbox-toggle {
    display: none;
}
header {
    background: #2f4355;
    z-index: 7;
    position: fixed;
    height: 54px;
    left: 54px;
    width: 100%;
}
header nav {
    height: 100%;
    overflow: auto;
    width: calc(100% - 54px);
}
header nav ul {
    display: none;
    z-index: 9;
    clear: both;
    font-size: 14px;
    margin-left: 0;
    margin-top: 54px;
}
header nav ul li {
    display: block;
    float: none;
    text-align: center;
    border-top: solid 1px rgba(255,255,255,.05);
    list-style: none;
    font-size: 14px;
}
header nav ul li a {
    background: 0 0;
    border-top: solid 1px rgba(0,0,0,.2);
    line-height: auto;
    padding: 9px 18px;

    font-weight: 900;
    text-transform: uppercase;
    color: #f1eeea;
    display: block;        
}

    input[type=checkbox]:checked ~ #menucel {
        background-color: #DD4B39;
    }
    input[type=checkbox]:checked ~ header {
        height: 100%;
    }
    input[type=checkbox]:checked ~ #menucel span:first-child {
        transform: rotate(-45deg);
        top: 12px;
        position: relative;
    }

    input[type=checkbox]:checked ~ #menucel span:nth-child(2) {
        transform: rotate(45deg);
        top: 2px;
        position: relative;
    }

    input[type=checkbox]:checked ~ #menucel span:nth-child(3) {
        opacity: 0;
    }

    input[type=checkbox]:checked ~ header nav ul {
        display: block;
    }

    input[type=checkbox]:checked ~ .lateralredes {
        width: 54px;
    }

    input[type=checkbox]:checked ~ .lateralredes .redes {
        width: auto
    }

.corpobox {
    padding: 18px 20px;
    margin-bottom: 25px;
}
.corpobox.minheight {
    min-height: auto;
}
.corpobox .texto {
    font-size: 14px;
}
.w50 .blocktext .icoebtn {
    display: inline;
    float: left;
}
.w50 .blocktext .icoebtn img {
    width: 100px;
    margin-right: 10px;
    position: relative;
    z-index: 3;
}
footer, main {
    padding: 10px 3% 5px 3%;
}
main {
    padding-top: 75px;
    z-index: 0;
    position: relative;
}
.toppage .titles {
    margin: 0;
    display: inline;
}
.toppage .titles span:first-child {
    color: #dd4b39;
    font-size: 14px;
    text-transform: uppercase;
}
.toppage {
    float: none;
    width: 100%;
    text-align: center;
}
.toppage .icopage {
    display: none;
}
.toppage .titles span.desc {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 17px;
    display: inline-block;
    margin-top: 2px;
    letter-spacing: -.3px;
}

.likeh3, h3 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -.3px;
    display: inline-block;
    font-weight: 900;
}
.likeh1, .likeh3, h1, h2, h3 {
    text-transform: uppercase;
    color: #d53825;
    font-size: 37px;
    letter-spacing: -1px;
}
.likeh1, .toppage .titles h1 {
    display: inline;
}
.likeh3, h3 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -.3px;
    display: inline-block;
    font-weight: 900;
}

.roxo .likeh3, .roxo h3 {
    color: #9e5c8a;
}

.likeh1, h1 {
    font-size: 22px;
}


.minilink {
    display: block;
    float: none;
    padding: 0;
    font-size: 10px;
    color: #2f4355;
}
.minilink span::before {
    content: '\259F';
    font-weight: 900;
    background: rgba(0,0,0,.1);
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 5px;
    line-height: 5px;
    transform: rotate(-45deg);
    top: -2px;
    position: relative;
}

.titbox {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 15px 20px;
    margin-bottom: 4px;
}
.btnpadrao, .corpobox, .titbox, .whitebox {
    background: #fff;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btnpadrao {
    background: #9a3528;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 12px 0 10px 0;
    -webkit-box-shadow: 0 2px 0 0 #61231f;
    -moz-box-shadow: 0 2px 0 0 #61231f;
    box-shadow: 0 2px 0 0 #61231f;
    text-transform: uppercase;
    bottom: 5px;
    cursor: pointer;
    border: none;
}
.btnpadrao:hover{ color: #212F3C}
.btnpadrao.somobile {
    display: block;
    position: relative;
    margin-top: 15px;
    font-size: 12px;
}
.somobile2 {
    display: block;
}
.blocktext .texto {
    text-align: justify;
}
.roxo .btnpadrao {
    background-color: #7c4669;
    -webkit-box-shadow: 0 2px 0 0 #600a45;
    -moz-box-shadow: 0 2px 0 0 #600a45 box-shadow: 0 2px 0 0 #600a45;
}
.verde .btnpadrao {
    background-color: #008558;
    -webkit-box-shadow: 0 2px 0 0 #00573b;
    -moz-box-shadow: 0 2px 0 0 #00573b;
    box-shadow: 0 2px 0 0 #00573b;
}
.azul .btnpadrao {
    background-color: #00808f;
    -webkit-box-shadow: 0 2px 0 0 #004e61;
    -moz-box-shadow: 0 2px 0 0 #004e61;
    box-shadow: 0 2px 0 0 #004e61;
}
.laranja .btnpadrao {
    background-color: #ad642f;
    -webkit-box-shadow: 0 2px 0 0 #60361a;
    -moz-box-shadow: 0 2px 0 0 #60361a;
    box-shadow: 0 2px 0 0 #60361a;
}


.menospadbot {
    padding-bottom: 10px;
}
small {
    font-size: 13px;
    line-height: 15px;
    position: relative;
    display: inline-block;
}
.listaranking {
    list-style: none;
    margin-top: 20px;
}
.listaranking li {
    margin: 0 -20px;
    list-style: none;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
    padding: 5px 20px;
}

.medalhas {
    display: inline-block;
    margin-right: 10px;
    float: left;
    position: relative;
    width: 46px;
    text-align: center;
}
.listaranking li .medalhas .posicao {
    border: solid 1px #eaeaea;
    background: #f4f4f4;
    text-shadow: 1px 1px 0 #fff;
    letter-spacing: -2px;
    display: block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 38px;
}
.listaranking li:nth-child(2) .posicao {
    border: solid 5px #b4b4b4;
    background: #d6d6d6;
    color: #5c5c5c;
    text-shadow: 1px 1px 0 #ccc;
}
.listaranking li:nth-child(3) .posicao {
    border: solid 5px #ff7c50;
    background: #efac86;
    color: #693c2b;
    text-shadow: 1px 1px 0 #f9c29f;
}
.listaranking li:first-child .posicao, .listaranking li:nth-child(2) .posicao, .listaranking li:nth-child(3) .posicao {
    font-size: 28px;
    width: 36px;
    height: 36px;
    letter-spacing: -3px;
    line-height: 37px;
}
.listaranking li:first-child .medalhas, .listaranking li:nth-child(2) .medalhas, .listaranking li:nth-child(3) .medalhas {
    background: url(imgestruct/fita.png) no-repeat top center;
    background-size: 60% auto;
    padding-top: 7px;
    top: -5px;
}
.listaranking li:first-child .posicao {
    border: solid 5px #ffbf00;
    background: #ffe694;
    color: #8a5b05;
    text-shadow: 1px 1px 0 #fff;
}

.listaranking .dados {
    width: calc(100% - 103px);
    display: inline-block;
    line-height: 15px;
    padding-top: 12px;
}
.listaranking .nome {
    font-size: 12px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
}
.listaranking .idadeeacertos {
    font-size: 11px;
    text-transform: uppercase;
}
.listaranking .idadeeacertos strong {
    color: #d43926;
    font-weight: 900;
}
.listaranking li:first-child .qi, .listaranking li:nth-child(2) .qi, .listaranking li:nth-child(3) .qi {
    font-size: 21px;
    letter-spacing: -2px;
    line-height: 52px;
}
.listaranking .qi {
    color: #415972;
    letter-spacing: -1px;
    line-height: 37px;
    display: inline-block;
}
.listaranking .qi span {
    font-weight: 900;
    color: #d43926;
}


.espaco1 {
    width: 100%;
    height: auto;
    margin-top: 19px;
}
.espaco1, .espaco4 {
    display: block;
}
.adsdesktop{
    display: none;
}
.adsmobile{
    display: block;
}

.breadcrumbs {
    display: inline-block;
    color: #9A3628;
}

#breadcrumbs {
    list-style: none;
    margin: 16px 0 10px 0;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
}

#breadcrumbs li {
    list-style: none;
    display: block;
    float: left;
    font-size: 9px;
    margin-right: 0px;
}

#breadcrumbs li a {
    display: inline-block;
    padding: 5px 10px;
    color: #2F4355
}

#breadcrumbs li a:hover {
    color: #9A3628
}

#breadcrumbs .separator {
    padding: 5px 0px;
}

.bread-current {
    padding: 5px 10px;
}

.blocktext .icoebtn {
    display: none;
}
h2 {
    font-size: 17px;
    line-height: 20px;
    color: #2f4355;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.lateralredes {
    z-index: 4;
    background: #fff;
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    text-align: center;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.25);
}
.lateralredes .redes {
    width: 0;
    overflow: hidden;
}
.logo {
    width: 54px;
    height: 54px;    
    display: inline-block;
    background: url(imgestruct/logo-teste-qi-2018.png) no-repeat center center #dd4b39;
    background-size: 77% auto;
    position: relative;
    z-index: 5;
}

#menucel {
    padding: 9px 9px 10px 9px;
    right: 0px;
    display: block;
    z-index: 9999999;
    position: fixed;
    cursor: pointer;
    background: #2f4355;
}
#menucel span {
    display: block;
    width: 30px;
    height: 5px;
    margin: 5px;
    background: #fff;
}


.icoface,
.icogplus,
.icotwt,
.icopinter,
.icototop {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    font-size: 0;
    display: inline-block;
    border: solid 5px #fff;
    filter: alpha(Opacity=50);
    opacity: 0.5;
}

.icoface:hover,
.icogplus:hover,
.icotwt:hover,
.icopinter:hover,
.icototop:hover {
    background-color: rgba(47, 67, 85, 0.05);
    border: solid 5px rgba(47, 67, 85, 0.15);
    filter: alpha(Opacity=80);
    opacity: 0.8;
}

.icoface {
    background: url(imgestruct/ico-face.png) no-repeat transparent;
}

.icogplus {
    background: url(imgestruct/ico-gplus.png) no-repeat transparent;
}

.icototop {
    background: url(imgestruct/ico-totop.png) no-repeat transparent;
}

.icotwt {
    background: url(imgestruct/ico-twit.png) no-repeat transparent;
}

.icopinter {
    background: url(imgestruct/ico-pinter.png) no-repeat transparent;
}

.espaco1 {
        margin-top: 19px;
        width: auto;
    }




footer {
    text-align: center;
}
footer ul {
    list-style: none;
    text-transform: uppercase;
}
footer ul li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
}
footer ul li a {
    display: inline-block;
    padding: 8px 15px;
    color: #2f4355;
    font-size: 12px;
    font-weight: 700;
}


.copy {
    text-transform: uppercase;
    font-size: 11px;
}

.bannercorpo, .bannerlateral, .bannertopo {

        background: rgba(0,0,0,.05);
    }

@font-face {
    font-family: 'Roboto Condensed';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed'), url(css/700.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), url(css/400.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed'), url(css/300.woff2) format('woff2');
}

.item3 {
    grid-row-start: 2;
    grid-row-end: 2;
}
.gridindex {
    grid-template-columns: 100%;
    grid-gap: 0;

    display: grid;
    grid-gap: 0 19px;
    padding: 0;
    width: 100%;
}
.bannertopo {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    text-align: center;
}
.bannercorpo {
    min-height: 60px;
    margin-bottom: 25px;
}
.bannercorpo, .bannerlateral, .bannertopo {
    margin-bottom: 25px;
}
.espaco4 {
    width: 100%;
    height: auto;
}
.somobile2 {
    margin-top: 19px;
}
.laranja .likeh3, .laranja h3 {
    color: #a8612e;
}
.azul .likeh3, .azul h3 {
    color: #00828f;
}
.roxo .likeh3, .roxo h3 {
    color: #9e5c8a;
}
.verde .likeh3, .verde h3 {
    color: #008558;
}
.reset {
    background: #2f4355;
    -webkit-box-shadow: 0 2px 0 0 #000;
    -moz-box-shadow: 0 2px 0 0 #000;
    box-shadow: 0 2px 0 0 #000;
}
.btnmaior {
    font-size: 25px;
}


@media only screen and (min-width:580px) {
    .blocktext {
        display: table;
        position: relative;
    }
    .likeh1, h1 {
        font-size: 28px;
        line-height: 33px;
    }
    .blocktext .icoebtn, .blocktext .texto {
        display: table-cell;
        vertical-align: top;
        position: relative;
    }
    .blocktext .icoebtn img {
        width: 140px;
    }
    .blocktext .texto {
        padding-left: 15px;
        text-align: justify;
    }
    .blocktext .icoebtn .btnpadrao {
        position: absolute;
    }
    .somobile, .somobile2 {
        display: none;
    }
    .bannertopo {
        float: right;
        clear: none
    }
    
}

@media only screen and (min-width:795px) {
     .toppage {
        margin-top: 6%;
        display: block;
        width: 90%;
        width: calc(100% - 355px);
        float: left;
        text-align: left;
    }  
    .bannercorpo, .bannerlateral, .bannertopo {
        width: 336px;
        height: 280px;
        margin-bottom: 25px;
        text-align: center;
    }
    .espaco1{
        max-height: auto;
    }
    .gridindex {
        grid-template-columns: auto calc(100% - 355px);
        display: grid;
        grid-gap: 0 19px;
        padding: 0;
        width: 100%;
    }
    .item1 {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .item2 {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
}
    .item3 {
        grid-column-start: 1;
        grid-column-end: 1;
    }
    .item2 .ranking, .top10 {
        width: auto;
    }
    .item2 .ranking {
        margin-top: 20px;
    }
    .bannercorpo {
        width: 100%;
        min-height: 60px;
        height: auto;
        margin-bottom: 25px;
    }
    
    .top5 .listaranking li:nth-child(4), .top5 .listaranking li:nth-child(5) {
    display: none;
}
    .espaco4 {
    width: 100%;
    height: auto;
}
    .w50 {    
    width: 50%;
    width: calc(50% - 12px);
    }
    #pontuacao, #resultado{
        width: auto;
    }
    .minilink {
        display: inline-block;
        float: right;
        padding: 4px 0 0 0;
    }
    .adsdesktop{
        display: block;
    }
    .adsmobile{
        display: none;
    }
}
@media only screen and (min-width:1000px) {
    .lateralredes {
        width: 74px;
    }
    .lateralredes .redes {
    width: auto;
    }
    footer, main {
    margin-left: 74px;
    }
    main{ padding-top: 100px }
    .logo {
    width: 74px;
    height: 74px;
    }
    header nav {
    width: calc(100% - 74px);        
    }
    header {
    height: 74px;
    left: 74px;
    }
    #menucel {
    padding: 19px 19px 20px 19px;
    }
    header nav ul {
    margin-top: 74px;
    }
    input[type=checkbox]:checked ~ .lateralredes {
        width: 74px;
    }
    .toppage {
        margin-top: 4%;}
    
    .toppage .icopage {
        border-right: rgba(255,255,255,.95) solid 1px;
        margin: 0 40px 0 0;
        display: inline-block;
    }
    .toppage .icopage img {
        border-right: rgba(52,52,52,.1) solid 1px;
        padding: 30px 40px 30px 0;
    }
    .toppage .titles {
        display: inline;
        margin: 26px 0 0 0;
        width: 90%;
        width: calc(100% - 181px);
    }
}

@media only screen and (min-width:1177px) {
     .centro {
        position: relative;
        max-width: 1415px;
        margin: 0 auto;
    }
    main {
        padding-top: 105px;
        
    }
    footer{ padding-top: inherit}
    .toppage {
        margin-top: 30px;
    }
    .likeh1, h1{
        font-size: 37px;
        letter-spacing: -1px;
        line-height: 42px;
    }
    .toppage .titles span.desc {
    font-size: 16px;
    line-height: 19px;
    }
    header nav ul {
        display: inline-block;
        margin-top: unset;
    }
    header nav ul li {
        list-style: none;
        display: inline-block;
        font-size: 14px;
        border: none;
    }
    header nav ul li a {
        display: block;
        line-height: 17px;
        padding: 28px 18px 29px 18px;
        border: none
    }
    #menucel{ display: none;}
}

@media only screen and (min-width:1250px) {
    .gridindex {
        grid-template-columns: auto auto;  
    }
    .item1 {
        grid-column-start: 1;
        grid-column-end: 1;
    }
    .item2 {
        grid-column-start: 2;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 3;
    }
    .ranking {
        width: 442px !important;
    }
    .menospadbot {
        padding-bottom: 10px;
    }
    .top5 .listaranking li{display: block !important}
    .espaco1 {
        max-height: 142px;
    }
}