/*------------------------------------*\
    CSS MOBILE
\*------------------------------------*/


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

/*----------------A SEGUIR DIVS ESCONDIDAS NO MOBILE--------------------*/

.menu, .logo, .titulo22 {
    display: none;
}

/*------------------------------------*\
    Estrutura topo
\*------------------------------------*/

.topo {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
    z-index: 995;
}
.topo_img{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(imgs/fundo.png) no-repeat;
    background-size: cover;
    opacity: .1;
}

/*------------------------------------*\
    Estrutura conteudo
\*------------------------------------*/
.conteudo {
    width: 100%;
    height: auto;
    margin: 0 auto;
    top: 0;
    position: relative;
    z-index: 999;
    color: #FFF;
    text-align: left;
}
.conteudo_d {
    width: 100%;
    height: auto;
    padding: 17% 5% 0 5%;
    position: relative;
    font-size: 1.2em;
    line-height: 1.4em;
    letter-spacing: -1px;
    float: left;
    text-align: center;
}
.conteudo_s {
    width: 100%;
    height: auto;
    padding: 13% 0% 10% 0%;
    margin-left: 0;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: -2px;
    float: left;
}
.conteudo_site {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: .5em;
    padding: 0 auto;
    position: relative;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1em;
    letter-spacing: -1.5px;
    float: left;
    text-align: center;
}
.conteudo2 {
    width: 100%;
    height: 5em;
    margin: 0 auto;
    padding: 0;
    top: 0;
    position: relative;
    z-index: 999;
    color: #FFF;
    text-align: left;
}
/*------------------------------------*\
    Estrutura rodape
\*------------------------------------*/
.barra {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 26%;
    background: #000;
    z-index: 999;
    color: #fff;
}
.conteudo_barra {
    width: 100%;
    height: 60px;
    margin: 10px auto;
    position: relative;
    font-size: .9em;
    line-height: 1.5em;
}
.contato{
    width: 100%;
    position: relative;
    float: left;
    margin: 0px auto;
    margin-left: 0;
    right: 0;
    letter-spacing: -0.3px;
    font-weight: 100;
    text-align: center;
}
.social{
    width: 30%;
    position: relative;
    float: left;
    padding: 0 auto;
    margin-left: 40%;
    right: 0;
    margin-top: 5px;
    letter-spacing: -0.3px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 10px;
}
.social li{
    position: relative;
    float: left;
    margin: 0 7px;
    text-align: center;
}
.titulo22 {
    width: 110%;
    text-align:center;
}
.logo_footerm{
    position: absolute;
    float: left;
    text-align: center;
    width: 50%;
    margin: 0 25% 5% 25%; 
    display: block;
    bottom: 0px;
}
.logo_footerm img{
    width: 100%;
    height:100%;
}

/*------------------------------------*\
    Menu mobile

.abremenu {
    width: 40px;
    height: 4px;
    background:#fff;
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 999;
    display: block;
    border-top: 5px solid #520906;
    border-bottom: 5px solid #520906;
    padding: 2px 0;
}
.abremenu:before  {
    content: " ";
    width: 40px;
    height: 4px;
    background:#fff;
    position: absolute;
    right: 0;
    top: -10px;
}
.abremenu:after  {
    content: " ";
    width: 40px;
    height: 4px;
    background:#fff;
    position: absolute;
    right: 0;
    top: 10px;
}
.fechamenu {
    width: 40px;
    height: 4px;
    background:#fff;
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 99999;
    display: none;
    border-top: 5px solid #520906;
    border-bottom: 5px solid #520906;
    padding: 2px 0;
}
.fechamenu:before  {
    content: " ";
    width: 40px;
    height: 4px;
    background:#fff;
    position: absolute;
    right: 0;
    top: -10px;
}
.fechamenu:after  {
    content: " ";
    width: 40px;
    height: 4px;
    background:#fff;
    position: absolute;
    right: 0;
    top: 10px;
}
.menu_mobile {
    background: rgba(104,6,3,1);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    visibility: hidden;
    position: absolute;
}
.menu_mobile ul {
    width: 80%;
    height: auto;
    margin:0 auto;
    padding: 30% 0;
}
.menu_mobile ul li{
    width: 100%;
    padding: 4px 0;
    font-size: 1.5em;
    color: #fff;
    text-align: left;
}

\*------------------------------------*/



/*---------FIM CSS MOBILE---------*/
}