/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(http://fonts.googleapis.com/css?family=Arvo:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
/* line 17, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 7, sass/style.scss */
* {
  text-decoration: none;
}

/*FONTS*/
/* COLORS */
/*MIXINS*/
/* line 42, sass/style.scss */
body {
  font-family: "Arvo", serif;
  font-size: 10px;
  background-color: white;
}

/* line 48, sass/style.scss */
p {
  margin-bottom: 15px;
}

/* line 50, sass/style.scss */
b {
  font-weight: bold;
}

/* line 52, sass/style.scss */
hr {
  display: none;
}

/* line 53, sass/style.scss */
.clear {
  clear: both;
}

/* line 55, sass/style.scss */
::selection {
  background-color: #231f20;
  color: #e0c901;
}

/* line 60, sass/style.scss */
::-moz-selection {
  background-color: #231f20;
  color: #e0c901;
}

/* STICKY FOOTER*/
/* line 67, sass/style.scss */
html, body, #wrap {
  height: 100%;
  margin-bottom: -75px;
}

/* line 69, sass/style.scss */
body > #wrap {
  height: auto;
  min-height: 100%;
}

/* line 71, sass/style.scss */
#main {
  /*overflow:auto;*/
  margin-bottom: 75px;
}

/* line 77, sass/style.scss */
#footer {
  position: relative;
  height: 35px;
  clear: both;
}

/*Opera Fix*/
/* line 85, sass/style.scss */
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

/* FIM STICKY FOOTER */
/* line 95, sass/style.scss */
#header {
  background-color: #231f20;
  height: 84px;
  width: 100%;
}
/* line 100, sass/style.scss */
#header #logo {
  position: absolute;
  top: 14px;
  left: 20px;
}
/* line 106, sass/style.scss */
#header #nav {
  position: absolute;
  right: 20px;
}
/* line 110, sass/style.scss */
#header #nav #menu {
  margin-top: 36px;
}
/* line 114, sass/style.scss */
#header #nav .item-menu {
  float: left;
}
/* line 117, sass/style.scss */
#header #nav .item-menu a {
  color: #fff;
  font-size: 1.6em;
  text-transform: uppercase;
  padding: 45px 15px 20px;
  background: url(img/selecionado-menu.jpg) 0px -58px repeat-x;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
/* line 127, sass/style.scss */
#header #nav .item-menu a:hover, #header #nav .item-menu a:active, #header #nav .item-menu a.active {
  color: #231f20;
  background: url(img/selecionado-menu.jpg) 0px 11px repeat-x;
}

@media all and (max-width: 750px) and (min-width: 0px) {
  /* line 137, sass/style.scss */
  #header {
    background-color: #231f20;
    height: 84px;
    width: 750px;
  }
  /* line 142, sass/style.scss */
  #header #logo {
    position: relative;
    float: left;
  }
  /* line 147, sass/style.scss */
  #header #nav {
    position: relative;
    float: right;
  }
  /* line 151, sass/style.scss */
  #header #nav #menu {
    margin-top: 36px;
  }
  /* line 155, sass/style.scss */
  #header #nav .item-menu {
    float: left;
  }
  /* line 158, sass/style.scss */
  #header #nav .item-menu a {
    color: #fff;
    font-size: 1.6em;
    text-transform: uppercase;
    padding: 45px 15px 20px;
    background: url(img/selecionado-menu.jpg) 0px -58px repeat-x;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  /* line 168, sass/style.scss */
  #header #nav .item-menu a:hover, #header #nav .item-menu a:active, #header #nav .item-menu a.active {
    color: #231f20;
    background: url(img/selecionado-menu.jpg) 0px 11px repeat-x;
  }
}
/* HOME */
/* line 180, sass/style.scss */
#destaque {
  max-width: 1280px;
  min-width: 700px;
  height: 720px;
  margin: 35px auto;
  padding: 0 10px;
}

/* line 189, sass/style.scss */
.item-destaque {
  width: 100%;
}

/* PAGINAS INTERNAS */
/* line 194, sass/style.scss */
.hentry {
  position: relative;
  width: 960px;
  margin: 80px auto 0;
}

/* line 200, sass/style.scss */
.title {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 4.5em;
  color: #e0c901;
}

/* line 207, sass/style.scss */
.subtitle {
  font-family: "Arvo", serif;
  font-size: 2.0em;
  color: #231f20;
  margin-top: 14px;
  display: inline-block;
}

/* PERFIL */
/* line 218, sass/style.scss */
body.perfil quote {
  font-size: 12px;
  position: relative;
  bottom: 10px;
}

/* line 224, sass/style.scss */
#txt-pg-perfil {
  float: left;
  margin-left: 145px;
  width: 510px;
  height: 495px;
}

/* line 231, sass/style.scss */
#pics-perfil {
  float: left;
}

/* line 235, sass/style.scss */
.txts {
  position: absolute;
}

/* line 239, sass/style.scss */
#img-perfil {
  position: relative;
  margin: 86px 0 0;
}

/* line 244, sass/style.scss */
#pattern-perfil {
  top: 20px;
  left: -314px;
  position: absolute;
}

/* line 250, sass/style.scss */
.scroll {
  margin: 35px 0 40px -7px;
  width: 493px;
  height: 420px;
  padding: 10px;
  overflow: auto;
  float: left;
}
/* line 258, sass/style.scss */
.scroll p {
  font-size: 1.4em;
  color: #231f20;
  line-height: 25px;
}

/* line 265, sass/style.scss */
.btn-pgs {
  position: relative;
  z-index: 99;
  width: 96px;
  height: 20px;
  display: block;
  float: right;
  padding: 10px 4px 5px 10px;
  margin-right: 1px;
  font-size: 1.6em;
  background-color: #231f20;
  color: #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* line 281, sass/style.scss */
.btn-pgs:hover, .btn-pgs.active-pg {
  background-color: #e0c901;
  color: #231f20;
}

/* CONTATO */
/* line 291, sass/style.scss */
#contato {
  border-bottom: 1px solid #cccccc;
  font-family: "Arvo", serif;
}
/* line 295, sass/style.scss */
#contato p {
  font-size: 1.3em;
  color: #231f20;
}
/* line 300, sass/style.scss */
#contato a {
  color: #231f20;
}
/* line 303, sass/style.scss */
#contato a:hover {
  color: #e0c901;
}

/* line 310, sass/style.scss */
#local {
  margin: 30px 0;
}

/* line 314, sass/style.scss */
#txt-pg-contato {
  float: left;
  margin-left: 95px;
  width: 470px;
  height: 495px;
}

/* line 321, sass/style.scss */
#pics-contato {
  float: left;
}

/* line 325, sass/style.scss */
#img-contato {
  position: relative;
  margin: 0;
}

/* line 330, sass/style.scss */
#pattern-contato {
  top: 75px;
  left: -314px;
  position: absolute;
}

/* line 338, sass/style.scss */
#contactform {
  margin-top: 20px;
}
/* line 341, sass/style.scss */
#contactform legend {
  font-family: "Arvo", serif;
  font-size: 1.3em;
  margin-bottom: 20px;
}
/* line 347, sass/style.scss */
#contactform .field {
  float: left;
  margin-right: 0px;
}
/* line 352, sass/style.scss */
#contactform .field-nome {
  float: left;
  margin-right: 27px;
}
/* line 357, sass/style.scss */
#contactform label {
  display: inline-block;
  font-family: "Arvo", serif;
  font-size: 1.3em;
  color: #231f20;
  margin-bottom: 10px;
}
/* line 365, sass/style.scss */
#contactform input, #contactform textarea {
  font-family: "Arvo", serif;
  font-size: 1.5em;
  color: #231f20;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  border: none;
  background-color: #bcbdc0;
  width: 221px;
  height: 42px;
}
/* line 380, sass/style.scss */
#contactform textarea {
  width: 469px;
  height: 91px;
  resize: none;
}
/* line 386, sass/style.scss */
#contactform .submit {
  float: right;
}
/* line 389, sass/style.scss */
#contactform .submit #submit {
  font-family: "Arvo", serif;
  font-size: 1.6em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  width: 90px;
  height: 34px;
  background-color: #e0c901;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
/* line 401, sass/style.scss */
#contactform .submit #submit:hover {
  color: #e0c901;
  background-color: #231f20;
}

/* line 410, sass/style.scss */
.msg {
  width: 460px;
  padding: 5px;
  background: #f1f1f1;
  font-size: 1.4em;
  text-align: center;
}

/* line 418, sass/style.scss */
.msg-ok {
  color: green;
}

/* line 422, sass/style.scss */
.msg-erro {
  color: red;
}

/* ICONES */
/* line 431, sass/style.scss */
.ico {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

/* line 438, sass/style.scss */
.ico-tel {
  position: relative;
  display: inline-block;
  float: left;
  width: 14px;
  height: 14px;
  background: url(img/ico-tel.png) no-repeat;
}

/* line 447, sass/style.scss */
.ico-mail {
  position: relative;
  display: inline-block;
  float: left;
  width: 18px;
  height: 14px;
  background: url(img/ico-mail.png) no-repeat;
}

/* line 456, sass/style.scss */
.ico-rio {
  position: relative;
  display: inline-block;
  float: left;
  width: 29px;
  height: 34px;
  background: url(img/ico-rio.png) no-repeat;
}

/* FIM ICONES */
/* line 469, sass/style.scss */
#footer {
  height: 35px;
  max-width: 1280px;
  min-width: 700px;
  margin: -75px auto 0;
  text-align: right;
  padding: 10px 10px;
}
/* line 477, sass/style.scss */
#footer .txt-footer {
  font-size: 1.3em;
  color: #231f20;
  float: left;
  margin-right: 20px;
}
/* line 484, sass/style.scss */
#footer span {
  float: left;
}
/* line 488, sass/style.scss */
#footer a {
  color: #231f20;
}
/* line 491, sass/style.scss */
#footer a:hover {
  color: #e0c901;
}

/* PROJETOS */
/* line 502, sass/style.scss */
#slider {
  position: relative;
  max-width: 1137px;
  min-width: 700px;
  height: 530px;
  margin: 0 auto;
  background: url(../img/corda1.png) no-repeat top center;
  padding-top: 160px;
  text-align: center;
}
/* line 512, sass/style.scss */
#slider .item {
  float: left;
  vertical-align: top;
  position: relative;
  width: 369px;
  height: 203px;
  margin: 0 10px 10px 0;
}
/* line 521, sass/style.scss */
#slider .item a {
  display: block;
}
/* line 525, sass/style.scss */
#slider .item .hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(13, 12, 13, 0.9) url(img/zoom.png) no-repeat center top;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 539, sass/style.scss */
#slider .item .hover span {
  position: absolute;
  top: 50%;
  margin: 30px 0 0 0;
  left: 0;
  text-align: center;
  width: 100%;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 2.2em;
  font-weight: 300;
}
/* line 555, sass/style.scss */
#slider .item .hover:hover {
  background-position: center center;
  opacity: 1;
}
/* line 563, sass/style.scss */
#slider img {
  width: 100%;
}
/* line 565, sass/style.scss */
#slider .container {
  position: relative;
  width: 100%;
  height: 430px;
  margin: 0 auto;
  margin-top: -55px;
  padding: 45px 0 0;
  overflow: hidden;
  /*background:rgba(225,0,0,0.6)*/
}
/* line 574, sass/style.scss */
#slider .container .page {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
/* line 577, sass/style.scss */
#slider .arrow {
  display: block;
  width: 22px;
  height: 40px;
  background: url(img/arrows.png) no-repeat;
  position: absolute;
  bottom: 56px;
  right: 71px;
  margin-top: 0;
  cursor: pointer;
}
/* line 588, sass/style.scss */
#slider .arrow:hover {
  opacity: 0.6;
}
/* line 591, sass/style.scss */
#slider .arrow.r {
  background-position: top right;
  left: auto;
  right: 17px;
}
/* line 598, sass/style.scss */
#slider .title-projetos {
  position: absolute;
  top: 85px;
  left: -3px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 4.5em;
  color: #e0c901;
  z-index: 999;
}
/* line 608, sass/style.scss */
#slider .title-projetos span {
  color: #231f20;
  font-size: 30px;
}
/* line 614, sass/style.scss */
#slider #voltar {
  position: absolute;
  top: 93px;
  right: 10px;
  display: block;
  width: 103px;
  height: 34px;
  background-color: #e0c901;
  color: #231f20;
  font-family: "Arvo", serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 31px;
  z-index: 999;
}
/* line 630, sass/style.scss */
#slider #voltar:hover {
  color: #e0c901;
  background-color: #231f20;
}

/* PROJETOS INTERNOS */
/* line 643, sass/style.scss */
#slider_int {
  position: relative;
  max-width: 1137px;
  min-width: 700px;
  height: 655px;
  margin: 0 auto;
  background: url(../img/corda1.png) no-repeat top center;
  padding-top: 160px;
  text-align: center;
}
/* line 653, sass/style.scss */
#slider_int .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 606px;
  margin: 0 10px 10px 0;
}
/* line 661, sass/style.scss */
#slider_int .item a {
  display: block;
}
/* line 665, sass/style.scss */
#slider_int .item .hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(13, 12, 13, 0.9) url(img/zoom.png) no-repeat center;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
/* line 683, sass/style.scss */
#slider_int .item .hover span {
  position: absolute;
  top: 50%;
  margin: 30px 0 0 0;
  left: 0;
  text-align: center;
  width: 100%;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 2.2em;
  font-weight: 300;
}
/* line 699, sass/style.scss */
#slider_int .item .hover:hover {
  opacity: 1;
}
/* line 706, sass/style.scss */
#slider_int img {
  width: 100%;
}
/* line 708, sass/style.scss */
#slider_int .container {
  position: relative;
  width: 100%;
  height: 610px;
  margin: 0 auto;
  margin-top: -55px;
  padding: 45px 0 0;
  overflow: hidden;
  /*background:rgba(225,0,0,0.6)*/
}
/* line 717, sass/style.scss */
#slider_int .container .page {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
/* line 720, sass/style.scss */
#slider_int .arrow {
  display: block;
  width: 22px;
  height: 40px;
  background: url(img/arrows.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  cursor: pointer;
}
/* line 731, sass/style.scss */
#slider_int .arrow:hover {
  opacity: 0.6;
}
/* line 734, sass/style.scss */
#slider_int .arrow.r {
  background-position: top right;
  left: auto;
  right: 0;
}
/* line 741, sass/style.scss */
#slider_int .title-projetos {
  position: absolute;
  top: 85px;
  left: -3px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 4.5em;
  color: #e0c901;
  z-index: 999;
}
/* line 751, sass/style.scss */
#slider_int .title-projetos span {
  color: #231f20;
  font-size: 30px;
}
/* line 757, sass/style.scss */
#slider_int #voltar {
  position: absolute;
  top: 93px;
  right: 10px;
  display: block;
  width: 103px;
  height: 34px;
  background-color: #e0c901;
  color: #231f20;
  font-family: "Arvo", serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 31px;
  z-index: 999;
}
/* line 773, sass/style.scss */
#slider_int #voltar:hover {
  color: #e0c901;
  background-color: #231f20;
}
