@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Cabin+Condensed:400,600,500,700);
@import url(//fonts.googleapis.com/css?family=Six+Caps);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600italic,600,700,700italic,800,800italic);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #f8f8f8;
  color: #fff;
  font: 400 14px/24px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; 
  
 /* text-shadow: 0.1em 0.1em #333;*/
}

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Cabin Condensed", sans-serif;
  font-weight: 700; }

h1 {
  font-size: 100px; }

h2 {
  font-size: 70px;
  line-height: 70px; }

h3 {
  font-size: 60px;
  line-height: 60px; }

h4 {
  font-size: 40px;
  line-height: 40px; }

h5 {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400; }

h6 {
  font-size: 16px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif; }
  h6.mod {
    font-size: 24px;
    line-height: 24px;
    font-family: "Cabin Condensed", sans-serif; }

p a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .list .fa {
  text-decoration: none; }

p {
  font-size: 16px;
  line-height: 28px; }
  p.centered {
    padding: 0 78px; }
    @media (max-width: 767px) {
      p.centered {
        padding: 0; } }
  p.mod {
    font-weight: 700;
    line-height: 25px; }

time {
  display: block; }
  time span {
    display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

address {
  font-size: 20px;
  line-height: 30px;
  color: #414141; }
address a{
color:#000000;
}
.mobile .marked-list img {
  border: none; }

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  display: inline-block;
  text-align: center; }
  @media (max-width: 767px) {
    .marked-list li {
      margin-top: 30px; } }
  .marked-list li a {
    display: inline-block; }
  .marked-list li h6 {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .marked-list li .img-wrap {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: #eb3915; }
    .marked-list li .img-wrap:before {
      content: '';
      position: absolute;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      background: #fff;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  .marked-list li img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 16px solid transparent;
    position: relative;
    z-index: 3;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.marked-list a:hover h6 {
  color: #eb3915;
  text-shadow: 0 0 2px #000; }
.marked-list a:hover .img-wrap:before {
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

/*==================  Inline List  ======================*/
@media (max-width: 767px) {
  .inline-list {
    text-align: center; }
    .inline-list li + li {
      margin-top: 30px; } }
.inline-list li {
  display: inline-block; }
.inline-list li + li {
  margin-left: 25px; }
  @media (max-width: 1199px) {
    .inline-list li + li {
      margin-left: 0; } }
.inline-list a:hover {
  color: #eb3915; }
@media (min-width: 768px) and (max-width: 979px) {
  .inline-list h6, .inline-list p {
    padding-left: 15px; } }

time {
  text-align: center; }
  time .day {
    font: 400 60px/60px "Open Sans", sans-serif;
    color: #414141; }
  time .month {
    font: 600 24px/24px "Open Sans", sans-serif;
    color: #9f9f9f;
    text-transform: uppercase; }
  time .day + .month {
    margin-top: 5px; }

.icons li {
  background: #fff;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 73px;
  height: 73px; }
  .icons li a {
    display: block;
    height: 100%;
    text-align: center; }
    .icons li a:before {
      line-height: 73px; }
  .icons li + li {
    margin-left: 2px;
    margin-top: 0 !important; }
  @media (max-width: 1199px) {
    .icons li {
      width: 45px;
      height: 45px; }
      .icons li a:before {
        line-height: 45px; } }

.copyright {
  text-align: right;
  padding-top: 49px; }

/*=======================================================
                       Main Layout
=========================================================*/
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.brand + h2 {
  margin-top: 80px; }

* + .btn {
  margin-top: 74px; }

* + .btn2 {
  margin-top: 41px; }

h2 + p {
  margin-top: 24px; }

h2 + p.offset {
  margin-top: 33px; }

h3 + h5 {
  margin-top: 24px; }

h4 + h5 {
  margin-top: 27px; }

h4 + p {
  margin-top: 41px; }

h5 + p {
  margin-top: 45px; }

h5 + .marked-list, h5 + .row > .marked-list {
  margin-top: 82px; }

h5 + .inline-list {
  margin-top: 93px; }

h5 + .subscribe-form {
  margin-top: 67px; }

.img-wrap + h6 {
  margin-top: 28px; }

h6 + p {
  margin-top: 6px; }

* + .map {
  margin-top: 90px; }

.offset {
  margin-top: 24px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
/*.brand {
  display: inline-block;
  width: 289px;
  height: 289px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative; }
  .brand_name {
    overflow: hidden;
    font: 400 80px/80px "Six Caps", sans-serif;
    padding-top: 145px; }
    .brand_name:before {
      content: '';
      width: 115px;
      height: 117px;
      display: block;
      position: absolute;
      top: 27px;
      left: 87px;
      background: url("../images/logo.png") no-repeat; }
  .brand_slogan {
    font: 300 18px/18px "Cabin Condensed", sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding-top: 6px; }
  @media (max-width: 1800px) {
    .brand {
      width: 146px;
      height: 146px; }
      .brand_name {
        font-size: 36px;
        line-height: 35px;
        padding-top: 77px; }
        .brand_name:before {
          width: 58px;
          height: 59px;
          top: 15px;
          left: 48px;
          background: url("../images/logo-small.png") no-repeat; }
      .brand_slogan {
        font-size: 11px;
        line-height: 8px; } }
*/
/*==================  Backgrounds  ======================*/
.bg-secondary1 {
  background: url("../images/background01.jpg") no-repeat;
  background-size: cover; }

.bg-secondary2 {
  background: #829c00; }

.bg-content3 {
  background: url("../images/background02.jpg") no-repeat;
  background-size: cover; }

.p-color {
  color: #fcfcfc; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn, .btn2 {
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.btn {
  background: #a0bd00;
  font: 700 20px/20px "Cabin Condensed", sans-serif;
  color: #fff;
  padding: 27px 27px 24px; }
  .btn:hover {
    background: #fff;
    color: #a0bd00; }
  .btn:active {
    background: #e6e6e6; }

.btn2 {
  background: #fff;
  font: 700 18px/18px "Cabin Condensed", sans-serif;
  padding: 20px 27px 18px;
  color: #494949; }
  .btn2:hover {
    background: #a0bd00;
    color: #fff; }

/*==================     ToTop     ======================*/
.toTop {
  width: 55px;
  height: 55px;
  font-size: 17px;
  line-height: 55px;
  color: #fff;
  background: #434343;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #a0bd00;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background: #444; }
  header:before {
    content: '';
    display: block;
    /*height: 22px;
    background: url("../images/pattern.jpg");*/
    position: relative;
    z-index: 2000; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }
  header .header_cnt {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 127px; }
    header .header_cnt h2 {
      line-height: 75px; }
      header .header_cnt h2 span {
        color: #a0bd00; }
    @media (max-width: 1490px) {
      header .header_cnt {
        top: 100px; }
        header .header_cnt h2 {
          font-size: 51px;
          line-height: 61px; }
        header .header_cnt * + h2 {
          margin-top: 50px; }
        header .header_cnt * + .btn {
          margin-top: 46px; } }
    @media (max-width: 1199px) {
      header .header_cnt {
        top: 50px; }
        header .header_cnt h2 {
          font-size: 50px;
          line-height: 50px; }
        header .header_cnt * + h2 {
          margin-top: 40px; }
        header .header_cnt * + .btn {
          margin-top: 25px; } }
    @media (max-width: 979px) {
      header .header_cnt h2 {
        font-size: 30px;
        line-height: 30px; }
      header .header_cnt .btn {
        padding: 5px 27px 8px; }
      header .header_cnt * + .btn {
        margin-top: 10px; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff; }

.block1 h4 {
  color: #414141; }
.block1 h5 {
  color: #acacac; }
.block1 h6 {
  color: #829c00; }
.block1 p {
  color: #4d4d4d; }

/*==================      Well     ======================*/
.well {
  padding-top: 119px;
  padding-bottom: 136px; }

.well2 {
  padding-top: 221px;
  padding-bottom: 168px; }

.well3 {
  padding-top: 450px;
  padding-bottom: 100px; }
  @media (max-width: 1199px) {
    .well3 {
      padding-top: 100px; } }

.well4 {
  padding-top: 115px;
  padding-bottom: 127px; }

.well5 {
  padding-top: 155px;
  padding-bottom: 138px; }

.well6 {
  padding-top: 105px;
  padding-bottom: 163px; }

.well7 {
  padding-top: 111px;
  padding-bottom: 103px;
  background: #E0D6C7; }

.well7 a{
  font-weight:bold;
  color:#ffffff;  }
  
@media (max-width: 767px) {
  .well2, .well5 {
    padding-top: 110px; } }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 84px;
  font: 700 20px/20px "Cabin Condensed", sans-serif;
  color: #353535;
  text-transform: uppercase;
  background: #C0B099; }
  @media (max-width: 767px) {
    footer {
      text-align: center; }
      footer .copyright {
        text-align: center; } }

		
		
		
		
		
		
/*========================================================
                     UUG
=========================================================*/		

#botao_saibamais{	
	height:30px;
	line-height:30px;
	padding:20px;
	width:240px;
	background-color:#C40303;
	border:1px solid #ffffff;
	text-align:center;
	font-weight:bold;
	float:center;
	/*margin-right:80px;*/
}

#botao_saibamais:hover{
	background-color:#820000;
}






