#cabecalho.fixed >.conteiner {
    padding: 0px 20px;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s !important;
}

.logo a img {
     max-width: 100%;
}
.abriga-logo {   
    width: 275px;
    margin-right: 25px;
}
.busca-mobile {
    margin-right: 15px;
    flex: 1;
}
.conteudo-topo .inferior {
    padding: 8px 0px 0px 70px;
}
.banner.cheio {
	margin-bottom: 20px;
	padding-top: 0px;    
}
@media only screen and (max-width: 767px) {
#cabecalho>.conteiner {
	padding: 0px 15px;
	padding-bottom: 10px;
}
}
@media only screen and (min-width: 767px) {
#cabecalho .cabecalho-conteiner {
    padding: 0px 20px;
}
}
@media only screen and (max-width: 767px) {
.busca-mobile {
    margin: 5px;
}
}
@media only screen and (max-width: 767px) {
.banner.cheio {
	margin-bottom: 0px;
	padding-top: 0px;    
}
}
@media only screen and (max-width: 767px) {
.logo a {
    text-align: center;
    margin: 10px 0;
    height: 100px;
}
}
@media only screen and (max-width: 767px) {
.abriga-bannertarja {
    margin-bottom: 10px !important;
}
}
@media only screen and (max-width: 767px) {
.logo a img {
    left: 30px;
    right: 0;
	top: 7px;
    position: absolute;
}
@media screen and (max-width: 700px) {
.conteudo-topo .inferior {
    padding: 8px 0px 0px 0px;
}
#modalContato .table {
    margin: 0;
    display: none;
}
}