/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}
html,body {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img {
  border:0;
}
input{
  border:1px solid #b0b0b0;
  padding:3px 5px 4px;
  color:#979797;
  width:190px;
}
address,caption,cite,code,dfn,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;
}

/* General Style */
body{
  background: #f7f7f7 url(../images/background.jpg) repeat top left;
  color: rgba(0,0,0,0.8);
  font-family: 'Kelly Slab','Myriad Pro', Arial, sans-serif;
  font-size: 15px;
}
a{
  color: #fff;
  text-decoration: none;
}
.container{
  width: 100%;
  min-width: 1000px;
  position: relative;
  margin: 0 auto;
}
.clr{
  clear: both;
}
h1{
  display: none;
  font-size: 24px;
  position:relative;
  font-weight: 400;
  padding: 30px 5px 10px 5px;
  margin: 0px;
  color: rgba(153,157,181,0.3);
  text-shadow: 0px 1px 1px #fff;
  border-bottom: 1px solid rgba(17,17,22,0.1);
  background: white;
}

h2.ss-subtitle{
  padding: 10px 10px 40px;
  font-size: 52px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.8);
  position: relative;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
h2.ss-subtitle:before{
  width: 4px;
  height: 40px;
  background: rgba(17,17,22,0.8);
  content: '';
  position: absolute;
  right: 75%;
  margin-right: -4px;
  bottom: -4px;
  -moz-border-radius: 2px 2px 0px 0px;
  -webkit-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
}
h2.ss-subtitle:after{
  width: 25%;
  height: 0px;
  border-bottom: 4px dotted rgba(17,17,22,0.8);
  content: '';
  position: absolute;
  right: 50%;
  margin-right: -1px;
  bottom: -4px;
}
.ss-links{
  position: fixed;
  /*left: 10px;*/
  left: 5px;
  top: 5px;
  /*width: 25%;*/
  width: 595px;
  z-index: 100;
}
.ss-links a{
  background: rgba(0,0,0,0.2);
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  margin: 5px;
  padding: 0 5px;
  float: left;
  display: block;
  text-align: center;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
  color: #333;
}
.ss-links a:hover{
  background: rgba(0,0,0,0.6);
  border-bottom: 1px solid rgba(17,17,22,0.5);
  color: #fff;
}
.ss-container{
  width: 100%;
  position: relative;
  text-align: left;
  float: left;
  overflow: hidden;
  padding-bottom: 500px;
}
.ss-container h2{
  font-size: 45px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.7);
  text-shadow: 0px 1px 1px #fff;
  padding: 20px 0px;
}
.ss-container:before{
  position: absolute;
  width: 0px;
  background: rgba(17,17,22,0.2);
  top: 0px;
  left: 50%;
  margin-left: -2px;
  content: '';
  height: 100%;
}
.ss-row{
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  padding: 30px 0;
}
.ss-empty-space{
  height: 500px;
}
.ss-left, .ss-right{
  float: left;
  width: 48%;
  position: relative;
}
.ss-right{
  padding-left: 1%;
}
.ss-left{
  text-align: right;
  float: left;
  padding-right: 0%;
}
.ss-circle{
  border-radius: 50%;
  overflow: hidden;
  display: block;
  text-indent: -9000px;
  text-align: left;
  -webkit-box-shadow:
  0px 2px 5px rgba(0,0,0,0.7) inset,
  0px 0px 0px 12px rgba(61,64,85,0.3);
  -moz-box-shadow:
  0px 2px 5px rgba(0,0,0,0.7) inset,
  0px 0px 0px 12px rgba(61,64,85,0.3);
  box-shadow:
  0px 2px 5px rgba(0,0,0,0.7) inset,
  0px 0px 0px 12px rgba(61,64,85,0.3);
  background-size: cover;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center center;
  position: static;
}
.ss-small .ss-circle{
  width: 100px;
  height: 100px;
}
.ss-medium .ss-circle{
  width: 200px;
  height: 200px;
}
.ss-large .ss-circle{
  width: 300px;
  height: 300px;
}
/*.ss-circle-deco:before{
  width: 29%;
  height: 0px;
  border-bottom: 5px dotted #ddd;
  border-bottom: 5px dotted rgba(17, 17, 22, 0.3);
  -webkit-box-shadow: 0px 1px 1px #fff;
  -moz-box-shadow: 0px 1px 1px #fff;
  box-shadow: 0px 1px 1px #fff;
  position: absolute;
  top: 50%;
  content: '';
  margin-top: -3px;
}
.ss-circle-deco:after{
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ss-left .ss-circle-deco:before{
  right: 2%;
}
.ss-right .ss-circle-deco:before{
  left: 2%;
}
.ss-left .ss-circle-deco:after{
  right: 0;
  border-right: 10px solid rgba(17,17,22,0.8);
}
.ss-right .ss-circle-deco:after{
  left: 0;
  border-left: 10px solid rgba(17,17,22,0.8);
}
*/
.ss-left .ss-circle{
  float: right;
  margin-right: 30%;
}
.ss-right .ss-circle{
  float: left;
  margin-left: 30%;
}
/*.ss-container h3{
  margin-top: 34px;
  padding: 10px 15px;
  background: rgba(26, 27, 33, 0.6);
  text-shadow: 1px 1px 1px rgba(26, 27, 33, 0.8)
}
.ss-container .ss-medium h3{
  margin-top: 82px;
}
.ss-container .ss-large h3{
  margin-top: 133px;
}
.ss-container .ss-left h3{
  border-right: 5px solid rgba(164,166,181,0.8);
}
.ss-container .ss-right h3{
  border-left: 5px solid rgba(164,166,181,0.8);
}
*/
.ss-container h3 span{
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  display: block;
  padding-bottom: 5px;
}
.ss-container h3 a{
  font-size: 28px;
  color: rgba(255,255,255,0.9);
  display: block;
}
.ss-container h3 a:hover{
  color: rgba(255,255,255,1);
}


.slide-1 {
  margin-top: 150px;
  height: 450px;
  background: transparent url(../images/logo.png) no-repeat center bottom;
}
.ss-box-white {
  font-family: "Arial Black";
  text-align: left;
  margin-left: 20px;
  padding-left: 20px;
}
.font-large { font-size: 50px; font-family: "Arial Black";}
.font-medium { font-size: 40px; font-family: "Arial Black";}
.font-small { font-size: 30px; font-family: "Arial Black";}

.slide-2 {
  padding: 40px;
  margin-left: 20%;
  min-width: 150%;
  font-size: 30px;
  line-height: 70px;
  font-family: "Times New Roman";
}

.slide-3 {
  padding: 40px;
  background: rgba(17,17,17,0.1);
  margin-left: 20%;
  min-width: 150%;
  min-height: 330px;
  font-size: 25px;
  font-family: "Arial";
}

.slide-3 h3 {
  font-family: "Times New Roman";
  font-style: italic;
  font-size: 30px;
  margin-bottom: 20px;
}
.slide-3 ul.col1 {
  width: 45%;
}
.slide-3 ul.col2 {
  width: 55%;
}

.slide-3 ul.col {
  float: left;
}
.slide-3 small {
  font-size: 75%;
}
.slide-3 ul.col ul {
  font-size: 75%;
  text-indent: 30px;
}
/*#fale-conosco {    background:#fcc;}
#o-que-fazemos{    background:#ccf;}
#o-que-oferecemos{ background:#cfc;}
#obras-executadas{ background:#cff;}

*/

h4 {
  font-size: 30px;
}
