@media (max-width: 768px) {

    .tabs a {
        width:100%;
    }

    .tabs a + div{
        position: static;
        float:left;
    }
    .tabs li{
        display: block;
        overflow: hidden;
        margin: 0 0 0px 0;
    }

}
html,body{
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.tabs{
    position: relative;
    margin: 0;
    padding: 15px;
    font-size: 0;
}
.tabs li{
    display: inline-block;
    margin-right: 1px;
    list-style-type: none;
    font-size: 14px;
}
.tabs li:last-child{
    margin-right: 0;
}
.tabs li a{
    display: block;
    padding: 10px 15px;
    background: rgba(219,219,219,1);
    text-decoration: none;
    color:#4B5056;
    transition: background 0.5s ease;
}
.tabs a + div{
    position: absolute;
    left: 0;
    height: 0;
    padding: 0 15px;
    overflow: hidden;
}
.tabs :target a{
    background: rgba(219,219,219,0);
}
.tabs :target a + div{
    height: 100%;
    overflow: visible;
}

#cabecalho {
    background-image: url(https://cdn.awsli.com.br/379/379396/arquivos/head-top.png);
    /* margin-bottom: -29px; */
    background-color: #ffffff;
    background-position: top center;
    background-position-y: -8px;
    background-repeat: repeat-x;
}


.componente.newsletter {
    background: url(//cdn.awsli.com.br/149/149555/arquivos/bg-news.png) no-repeat;
    margin-top: 0px;
    background-position-x: -1px;
    background-position-y: 1px;
}


.lista-redes .icon-facebook {
 background-color: #00c6ca;
 
}


