@import url(fonts.css);

body {
    background: #333333;    
}
#conteudo {
	position: absolute;                     
	margin-top: -200px;
	top: 50%;
	width: 100%;
	height: auto;
    min-height: 444px;
    text-align: center;
    border-top: 1px solid #cc9a3c;
    border-bottom: 1px solid #cc9a3c;
}

.img1 {display: block;}

.informativo {
    position: absolute;
    top: -20px;
    margin-left: -300px;
    left: 50%;
    width: 600px;
    text-align: center;
}
.cor {
    color: #b5b5b5;
}

.color {
    color: #ad8c4e;
}

.titulo {
    position: relative;
    top:  50px;
    width: 586px;
    text-align: right;
    font-family: "arimoregular";
	font-weight: 100;
	font-size: 20px;
    
}

.reform {
    position: absolute;
    margin-left: -300px;
    top: 412px;
    left: 50%;
    width: 600px;
}

.atendimento {
    position: relative;
    left: 0;
    width: 580px;
    text-align: right;
    font-family: "arimoregular";
	font-weight: inherit;
	font-size: 14px;
    color: #CCC;
}

.btns {
    position: relative;
    top: 40px;
    left: 10px; 
}

.img2 {display: none;}

.linkBtn {
    font-family: "gothic-webfont";
	font-weight: inherit;
	font-size: 17px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #cc9a3c;    
}

.linkBtn:hover {
    color: #ccc;
}


.endereco {
    position: relative;
    top: -32px;
    width: 100%;
    height: 40px;
    
   /* background: #ad8c4e;*/
}


@media all and (max-width: 619px) {
#conteudo {
	position: absolute; 
	margin-top: -317px;
    min-height: 674px;
    padding-bottom: 20px;
}
  
.img1 {display: none;}

.informativo {
    position: absolute; 
    top: -20px;
    margin-left: -154px;
    left: 50%;
    width: 308px;
    text-align: center;
}

.titulo {
    position: relative;
    left: 50%;
    top:  34px;
    width: 308px;
    margin-left: -154px;
    text-align: center;
}

    
.img2 {
    position: relative;
    top: 20px;
    display: block !important;
}
    
.atendimento {
    position: relative;
    top: 41px;
    left: 0px;
    width: 308px;
}

.reform {
    position: absolute;
    margin-left: -154px;
    top: 642px;
    left: 50%;
    width: 308px;
}

.linkBtn {
    letter-spacing: 1px;  
}
    
.endereco {
    position: relative;
    top: 24px;
    width: 100%;
    height: 40px;
}
    
.btns {
    position: relative;
    top: 87px;
    left: 0px; 
    }
}

@media all and (max-width: 320px) {

#box {
    position: absolute;
    width: 100%;
    height: 700px;
}    
      
}



