html {
 overflow-x:hidden;
 position:relative;
 min-height:100%;
}

body {
 background-color:#ddd;
 background-image:url(/imagens/bg.jpg);
 font-family:Tahoma,Arial,Helvetica,Garuda;
 font-size:1em;
 color:#000;
 height:100%;
 margin:0;
}

a {
 color:#000;
 text-decoration:none;
}

a:hover {
 color:#3d4c99;
 text-decoration:none;
}

form {
 margin:0;
}

textarea {
 resize:none;
}

#div_logo {
 display:inline-block;
 width:100%;
 max-width:250px;
 text-align:center;
 box-sizing:border-box;
 vertical-align:top;
 padding-top:25px;
}

.logo {
 margin:10px;
 width:208px;
 border:0;
}

#div_endereco {
 display:inline-block;
 width:100%;
 max-width:920px;
 text-align:right;
 box-sizing:border-box;
 vertical-align:top;
 padding-top:60px;
 color:#3b4ba1;
 font-size:1.1em;
}

#faixa_tel {
 width:100%;
 margin:0 auto;
 position:absolute;
 top:205px;
 text-align:center;
 font-family:Arial Black;
 color:#fff;
 font-size:1.5em;
 padding-top:8px;
}

.tel_br {
 display:none;
}

.whats {
 width:25px;
 margin-right:10px;
 margin-bottom:3px;
 border:0;
}

#slider {
 width:100%;
 max-width:1280px;
 margin:0 auto;
 padding:5px 0;
 background-color:#fff;
 box-sizing:border-box;
}

.slickseta {
 position:absolute;
 top:45%;
 z-index:1;
 cursor:pointer;
}

.slickimg {
 width:35px;
 border:0;
 opacity:0.7;
 margin:0 8px;
}

.slickimg:hover {
 opacity:1;
}

#linha {
 display:inline-block;
 width:100%;
 max-width:100px;
 text-align:center;
}

#servicos {
 display:inline-block;
 width:100%;
 max-width:282px;
 background-repeat:no-repeat;
 vertical-align:top;
 box-sizing:border-box;
 margin:15px 7px;
 font-size:1.3em;
}






@media screen and (max-width:1290px) {
 #linha {
  display:none;
 }
}

@media screen and (max-width:1210px) {
 #div_endereco {
  max-width:720px;
 }
}

@media screen and (max-width:1000px) {
 #div_endereco {
  max-width:520px;
 }
}

@media screen and (max-width:800px) {
 .logo {
  margin:0;
  max-width:150px;
 }
 #div_logo {
  max-width:800px;
  padding-top:10px;
 }
 #div_endereco {
  max-width:800px;
  font-size:0.75em;
  text-align:center;
  padding-top:5px;
 }
 #faixa_tel {
  font-size:1.2em;
  padding-top:10px;
 }
 .whats {
  width:20px;
  margin-bottom:5px;
 }
}

@media screen and (max-width:500px) {
 #faixa_tel {
  font-size:1em;
  padding-top:0;
 }
 .tel_br {
  display:inline;
 }
}

@media screen and (max-width:275px) {
 #faixa_tel {
  font-size:1.2em;
  top:217px;
 }
 .whats {
  width:25px;
  height:25px;
 }
}