
@charset "UTF-8";
@import "http://fonts.googleapis.com/css?family=Source+Sans+Pro:300";
@import "http://fonts.googleapis.com/css?family=Source+Sans+Pro:400";
@import "http://fonts.googleapis.com/css?family=Source+Sans+Pro:600";
@import "http://fonts.googleapis.com/css?family=Source+Sans+Pro:700";
@import "http://fonts.googleapis.com/css?family=Source+Sans+Pro:900";
@import "font-awesome.min.css";
@import "placeholder.css";
body {
    background: none repeat scroll 0 0 #fff;
}
body.is-loading * {
    animation: 0s ease 0s normal none 1 running none !important;
    transition: none 0s ease 0s !important;
}
body, input, select, textarea {
    color: #39454b;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18pt;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.75em;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: 900;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}
h2 {
    font-size: 2.25em;
    letter-spacing: -2px;
    line-height: 1.25em;
}
b, strong {
    color: inherit;
    font-weight: 900;
}
em, i {
    font-style: italic;
}
a {
    color: #98c593;
    transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}
sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}
sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
}
blockquote {
    border-left: 0.5em solid #ddd;
    font-style: italic;
    padding: 1em 0 1em 2em;
}
dl, header, ol, p, table, ul {
    margin-bottom: 1em;
}
header p {
    display: block;
    margin: 1em 0 0;
    padding: 0 0 0.5em;
}
footer {
    margin-top: 2em;
}
br.clear {
    clear: both;
}
article, section {
    margin-bottom: 3em;
}
.row > article, .row > section, article:last-child, article > .content > *:last-child, article > *:last-child, section:last-child, section > .content > *:last-child, section > *:last-child {
    margin-bottom: 0;
}
.image {
    display: inline-block;
    position: relative;
}
.image:before {
    background: url("images/overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.image img {
    display: block;
    width: 100%;
}
.image.featured {
    display: block;
    margin: 0 0 2em;
    width: 100%;
}
.image.fit {
    display: block;
    width: 100%;
}
.image.left {
    float: left;
    margin: 0 2em 2em 0;
}
.image.centered {
    display: block;
    margin: 0 0 2em;
}
.image.centered img {
    margin: 0 auto;
    width: auto;
}
ul.default {
    list-style: outside none disc;
    padding-left: 1em;
}
ul.default li {
    padding-left: 0.5em;
}
ul.icons {
    cursor: default;
}
ul.icons li {
    display: inline-block;
}
ul.icons a {
    border: 0 none;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
}
ul.menu {
    cursor: default;
}
ul.menu li {
    border-left: 1px solid rgba(145, 146, 147, 0.25);
    display: inline-block;
    line-height: 1em;
    margin: 0 0 0 0.5em;
    padding: 0 0 0 0.5em;
}
ul.menu li:first-child {
    border-left: 0 none;
    margin-left: 0;
    padding-left: 0;
}
ul.actions {
    cursor: default;
}
ul.actions li {
    display: inline-block;
    margin: 0 0 0 0.5em;
}
ul.actions li:first-child {
    margin-left: 0;
}
ol.default {
    list-style: outside none decimal;
    padding-left: 1.25em;
}
ol.default li {
    padding-left: 0.25em;
}
form label {
    display: block;
}
form input[type="email"], form input[type="password"], form input[type="text"], form select, form textarea {
    -moz-appearance: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid rgba(185, 186, 187, 0.25);
    border-radius: 0.5em;
    color: inherit;
    display: block;
    outline: 0 none;
    transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    width: 100%;
}
form input[type="email"]:focus, form input[type="password"]:focus, form input[type="text"]:focus, form select:focus, form textarea:focus {
    border-color: #9ac8e9;
}
form input[type="email"], form input[type="password"], form input[type="text"], form select {
    line-height: 1.35em;
}
form textarea {
    min-height: 8em;
}
form .formerize-placeholder {
    color: rgba(145, 146, 147, 0.85) !important;
}
form *:-moz-placeholder {
    color: rgba(145, 146, 147, 0.85) !important;
}
form *::-moz-placeholder {
    color: rgba(145, 146, 147, 0.85) !important;
}
form *::-moz-focus-inner {
    border: 0 none;
}
table, table.default {
    width: 100%;
}
table.default tbody tr:nth-child(2n+2) {
    background: none repeat scroll 0 0 #f4f4f4;
}
table.default td {
    padding: 0.5em 1em;
}
table.default th {
    font-weight: 900;
    padding: 0.5em 1em;
    text-align: left;
}
table.default thead {
    background: none repeat scroll 0 0 #444;
    color: #fff;
}
table.default tfoot {
    background: none repeat scroll 0 0 #eee;
}
.button, input[type="button"], input[type="reset"], input[type="submit"] {
    -moz-appearance: none;
    background-color: #98c593;
    border: 0 none;
    border-radius: 3.5em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 3.5em;
    line-height: 3.5em;
    outline: 0 none;
    padding: 0 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}
.button.down {
    background-image: url("images/dark-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 5em;
    line-height: 4.5em;
    overflow: hidden;
    padding: 0;
    text-indent: -10em;
    width: 5em;
}
.button.down.anchored {
    border-bottom: 0 none;
    border-radius: 3em 3em 0 0;
    bottom: 0;
    height: 4.5em;
    margin-left: -2.5em;
}
.button.anchored {
    left: 50%;
    position: absolute;
}
.button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #a8d5a3;
}
.button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    background-color: #88b583;
}
.button.style2, input.style2[type="button"], input.style2[type="reset"], input.style2[type="submit"] {
    background-color: transparent;
    border: 2px solid #e5e6e7;
    color: inherit;
}
.button.style2:hover, input.style2[type="button"]:hover, input.style2[type="reset"]:hover, input.style2[type="submit"]:hover {
    background-color: rgba(145, 146, 147, 0.035);
}
.button.style2.down {
    background-image: url("images/arrow.svg");
}
.box {
    background: none repeat scroll 0 0 #fff;
    color: #39454b;
    padding: 2em;
}
.box.style2 {
    padding: 3.5em 2.5em;
}
.main {
    margin: 0;
    overflow-x: hidden;
    position: relative;
}
.main.style1 {
    padding: 10em 0;
    text-align: center;
}
.main.style1 h2 {
    font-size: 4.25em;
    letter-spacing: -4px;
    line-height: 1em;
}
.main.style1 .content {
    opacity: 1;
    transform: translateZ(0px);
    transition: all 1s ease 0s;
}
.main.style1.inactive .content {
    opacity: 0;
}
.main.style2 {
    overflow: hidden;
    padding: 10em 0;
}
.main.style2 .content {
    position: relative;
    transform: translateZ(0px);
    transition: all 1s ease 0s;
    width: 35%;
}
.main.style2.left .content {
    left: 0;
}
.main.style2.right .content {
    left: 65%;
}
.main.style2.inactive.left .content {
    left: -35%;
}
.main.style2.inactive.right .content {
    left: 100%;
}
.main.style3 {
    padding: 4em 0;
    text-align: center;
}
.main.style3 .content > header {
    margin-bottom: 2em;
}
.main.style3.primary {
    background: none repeat scroll 0 0 #fff;
}
.main.style3.secondary {
    background: none repeat scroll 0 0 #f5f6f7;
}
.dark, .dark a {
    color: #fff;
}
.dark .button.style2 {
    background-color: rgba(64, 64, 64, 0.05);
    border-color: inherit;
}
.dark .button.style2:hover {
}
.dark .button.style2.down {
    background-image: url("images/dark-arrow.svg");
}
.icon {
    text-decoration: none;
}
.icon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}
.icon > .label {
    display: none;
}
#header {
    background: none repeat scroll 0 0 rgba(196, 170, 153, 0.95);
    color: #fff;
    height: 3em;
    left: 0;
    line-height: 3em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
body {
    padding-top: 3em;
}
#logo {
    height: 3em;
    left: 1em;
    letter-spacing: -1px;
    line-height: 3em;
    position: absolute;
    top: 0;
}
#logo a {
    font-size: 1.5em;
    font-weight: 400;
}
#nav {
    height: 3em;
    line-height: 3em;
    position: absolute;
    right: 0.5em;
    top: 0;
}
#nav ul {
    margin: 0;
}
#nav ul li {
    display: inline-block;
    font-size: 0.9em;
    margin-left: 0.5em;
}
#nav ul li a {
    color: inherit;
    display: block;
    height: 3em;
    line-height: 3em;
    outline: 0 none;
    padding: 0 0.5em;
    text-decoration: none;
}
#inicio {
    background: url("images/overlay.png") repeat fixed left top / 256px 256px, url("../images/intro.jpg") no-repeat fixed center bottom / cover rgba(0, 0, 0, 0);
}
#o-que-fazemos {
    background: url("images/overlay.png") repeat fixed left top / 256px 256px, url("../images/one.jpg") repeat fixed center center / cover rgba(0, 0, 0, 0);
}
#quem-somos {
    background: url("images/overlay.png") repeat fixed left top / 256px 256px, url("../images/two.jpg") repeat fixed center center / cover rgba(0, 0, 0, 0);
}
#contato {
    overflow: hidden;
    padding-bottom: 0;
}
#contato .box {
    bottom: 0;
    position: relative;
    transform: translateZ(0px);
    transition: all 1s ease 0s;
}
#contato.inactive .box {
    bottom: -30em;
}
#footer {
    background: none repeat scroll 0 0 rgba(196, 170, 153, 1);
    color: #fff;
    height: 5em;
    line-height: 5em;
    margin: 0;
    overflow: hidden;
    position: relative;
}
#footer a {
    color: rgba(255, 255, 255, 0.7);
}
#footer a:hover {
    color: rgba(255, 255, 255, 1);
}
#footer .actions {
    height: 5em;
    left: 1em;
    line-height: 5em;
    margin: 0;
    position: absolute;
    top: 0.25em;
}
#footer .actions li {
    font-size: 1.25em;
    margin: 0;
}
#footer .actions li a {
    padding: 0.5em;
}
#footer .menu {
    height: 5em;
    line-height: 5em;
    margin: 0;
    position: absolute;
    right: 2em;
    top: 2em;
}
#footer .menu li {
    font-size: 0.9em;
}
.poptrox-popup {
    background: none repeat scroll 0 0 #fff;
    box-sizing: content-box;
    padding-bottom: 3em;
}
.poptrox-popup .loader {
    background: url("images/loader.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 48px;
    left: 50%;
    margin: -24px 0 0 -24px;
    position: absolute;
    top: 50%;
    width: 48px;
}
.poptrox-popup .caption {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    cursor: default;
    font-size: 0.9em;
    height: 3em;
    left: 0;
    line-height: 2.8em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.poptrox-popup .nav-next, .poptrox-popup .nav-previous {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.01);
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease-in-out 0s;
    width: 50%;
}
.poptrox-popup .nav-next:before, .poptrox-popup .nav-previous:before {
    background: url("images/poptrox-nav.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 64px;
    margin: -32px 0 0;
    position: absolute;
    top: calc(50% - 1.5em);
    width: 96px;
}
.poptrox-popup:hover .nav-next, .poptrox-popup:hover .nav-previous {
    opacity: 0.5;
}
.poptrox-popup:hover .nav-next:hover, .poptrox-popup:hover .nav-previous:hover {
    opacity: 1;
}
.poptrox-popup .nav-previous:before {
    transform: scaleX(-1);
}
.poptrox-popup .nav-next, .poptrox-popup .nav-next:before {
    right: 0;
}
.poptrox-popup .nav-previous, .poptrox-popup .nav-previous:before {
    left: 0;
}
.poptrox-popup .closer {
    height: 64px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    transition: opacity 0.2s ease-in-out 0s;
    width: 64px;
    z-index: 2;
}
.poptrox-popup .closer:before {
    background: url("images/poptrox-closer.svg") repeat scroll center center rgba(0, 0, 0, 0);
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff !important;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
}
.poptrox-popup:hover .closer {
    opacity: 0.5;
}
.poptrox-popup:hover .closer:hover {
    opacity: 1;
}
body.touch .main {
    background-attachment: scroll !important;
}
body.touch .poptrox-popup .closer, body.touch .poptrox-popup .nav-next, body.touch .poptrox-popup .nav-previous {
    opacity: 1 !important;
}
#nosso-espaco .row.images .image {
    left: 0;
    opacity: 1;
    overflow: hidden !important;
    position: relative;
    top: 0;
    transform: translateZ(0px);
    transition: all 1s ease 0s;
}
#nosso-espaco .row.images .image img {
    transition: all 1s ease 0s !important;
}
#nosso-espaco .row.images .image:hover img {
    transform: translate3d(0px, 20px, 0px) scale(1.2) !important;
}
#nosso-espaco .row.images.inactive .image {
    opacity: 0;
}
#nosso-espaco .row.images.inactive .image.from-left {
    left: -14em;
}
#nosso-espaco .row.images.inactive .image.from-right {
    left: 14em;
}
#nosso-espaco .row.images.inactive .image.from-top {
    top: -7em;
}
#nosso-espaco .row.images.inactive .image.from-bottom {
    top: 7em;
}
#eventos .row.images .image {
    left: 0;
    opacity: 1;
    overflow: hidden !important;
    position: relative;
    top: 0;
    transform: translateZ(0px);
    transition: all 1s ease 0s;
}
#eventos .row.images .image img {
    transition: all 1s ease 0s !important;
}
#eventos .row.images .image:hover img {
    transform: translate3d(0px, 20px, 0px) scale(1.2) !important;
}
#eventos .row.images.inactive .image {
    opacity: 0;
}
#eventos .row.images.inactive .image.from-left {
    left: -14em;
}
#eventos .row.images.inactive .image.from-right {
    left: 14em;
}
#eventos .row.images.inactive .image.from-top {
    top: -7em;
}
#eventos .row.images.inactive .image.from-bottom {
    top: 7em;
}
#evento .row.images .image {
    left: 0;
    opacity: 1;
    overflow: hidden !important;
    position: relative;
    top: 0;
    transform: translateZ(0px);
    transition: all 1s ease 0s;
}
#evento .row.images .image img {
    transition: all 1s ease 0s !important;
}
#evento .row.images .image:hover img {
    transform: translate3d(0px, 20px, 0px) scale(1.2) !important;
}
#evento .row.images.inactive .image {
    opacity: 0;
}
#evento .row.images.inactive .image.from-left {
    left: -14em;
}
#evento .row.images.inactive .image.from-right {
    left: 14em;
}
#evento .row.images.inactive .image.from-top {
    top: -7em;
}
#evento .row.images.inactive .image.from-bottom {
    top: 7em;
}
div#home .main div.content div.container div.row, section#evento.main div.content div.container div.row {
    border-bottom: 0 none;
}

div#home section#inicio.main div.content {
    font-weight: 400;
    text-shadow: 0 0 20px #000;
}