li.span3 {
    background: white;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.12) 0px 2px 12px 0px;
    height: 398px !important;
}

ul.gateways-rodape {
    width: 258px;
    text-align: center
}

/* Correção de bug do header*/
@media screen and (min-width: 768px){
#cabecalho {
    position:absolute}
}

#corpo {
    padding-top: 201px;}

/*   
.produto>.row-fluid:first-child {
    padding-bottom: 20px;
    padding-top: 201px;}
}
*/

/* Mobile */
@media screen and (max-width: 767px){
#cabecalho .logo>a {
    height: 50px !important;
}
}

@media screen and (max-width: 767px){
#cabecalho .logo img {
    margin: 3px auto 10px !important;
}
}

@media screen and (max-width: 767px){
#cabelalho .span3{
    height: 0px !important;
}
}

@media screen and (max-width: 767px){
i.fa.fa-question-circle {
    margin-top: -65px !important;
}
}

@media screen and (max-width: 767px){
i.fa.fa-user {
    margin-top: -65px !important;
}
}

@media screen and (max-width: 767px){
#cabecalho:before {
    height: 64px !important;
    border-bottom: 0px solid #ddd !important;
}
}

@media screen and (max-width: 767px){
#cabecalho>.conteiner .main-header .busca {
    border-top: 30px solid transparent !important;
}
}