html, body{
	margin:0;
	padding:0;
  font-family: 'Lato', sans-serif;
  font-size:13px;
}

html{
  background-image:url("../img/pattern.jpg");
  background-repeat: repeat;
}

body{
  background-color:transparent;
  background-image:url("../img/fundotop.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 992px){
  html, body{
    font-size:12px;
  }
}


h1,h2,h3,h4,h5,h6{
  font-family: 'Lato', sans-serif;   
  color:#222;
  margin-top:0;
  font-weight: 300;
  text-transform: uppercase;
}

h3{
  font-weight: 600;
  margin-bottom:30px;
}

h4{
  font-weight: 600;
  margin-bottom:10px;
}

h5{
  font-weight: 600;
  margin-bottom:5px;
}

a:focus, a:hover{
  text-decoration:none; 
}

p{
  font-family:'Lato', sans-serif;
  font-size:1.2rem;
  font-weight: 300;
  color:#222;
  margin-top:0;
  line-height: 160%;
}

ul{
  list-style: none;
  padding: 0;
  margin:0;
}

.full{
  width:100%;
}

.button, .button:focus{
  background:#000;
  color:#e6a221;
  text-transform: uppercase;
  outline: none;
}

.button:hover{
  background:#e6a221;
  color: #000;
}

.none{
  display:none;
}


.form-control:focus{
  box-shadow: 0 0 8px #e6a221;
  border:1px solid #e6a221;
}

textarea.form-control{
  resize:none;
  height:140px;
}

/* Fim do reset */

header{
  width:100%;
}

.bars{
  position: relative;
  z-index:3;
  padding:50px 0;
}

.menumob{
  position: absolute;
  height:100%;
  width:80%;
  top:0;
  left:-100%;
  z-index:2;
  background:rgba(255,255,255,0.95);
  padding:30px;
  transition:0.3s;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -ms-transition:0.3s;
  -o-transition:0.3s;
}

.menumob.left{
  left:0;
}

.menumob li a{
  font-size:1.2rem;
  text-transform: uppercase;
  color:#222;
  padding:8px 0;
  display:block;
  word-break:break-all;
}

.logo{
  float:left;
  position: relative;
  z-index:1;
}

.logo img{
  max-height:140px;
}

.menu{
  display:block;
  text-align: center;
  padding:15px;
  background:#fff;
  width:100%;
  position: relative;
  z-index:0;
}

.menu li{
  display:inline-block;
}

.menu li a{
  color:#222;
  font-weight: 600;
  text-transform: uppercase;
  font-size:1rem;
  margin:1rem;
}

.menu li a:hover{
  color:#e6a221;
}

.menu:before{
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 296px;
  height: 15px;
  background-image: url('../img/sombraesq.png');
  background-repeat: no-repeat;
}

.menu:after{
  content: '';
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 296px;
  height: 15px;
  background-image: url('../img/sombradir.png');
  background-repeat: no-repeat;
}

.banner{
  padding-bottom:300px;
  background-size:100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom:45px;
}

.banner .box{
  background:rgba(0,0,0,0.8);
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  width:300px;
  padding:20px;
  display:table;
  table-layout: fixed;
}

.areia, .brita{
  display:table-cell;
  vertical-align: top;
  padding:10px;
}

.areia{
  text-align: right;
}

.areia h5{
  color:#e6a221;
  font-weight: 600;
}

.areia p{
  color:#e6a221;
  font-weight: 400;
  font-size:1rem;
}

.brita h5{
  color:#fff;
  font-weight: 600;
}

.brita p{
  color:#fff;
  font-weight: 400;
  font-size:1rem;
}

.chamada{
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  max-width: 800px;
  margin:auto;
  margin-bottom:45px;
}

.yellowdark h3{
  color:#e6a221;
  font-weight: 600;
}

.yellowdark .box{
  background-color:rgba(0,0,0,0.85);
  padding:20px;
  border-radius:5px;
  min-height: 135px;
  margin-bottom:45px;
}

.yellowdark p{
  color:#fff;
  font-size:1.1rem;
}

.yellowdark h6{
  color:#e6a221;
  margin-top:0;
  margin-bottom:2px;
}

.quote{
  background-image:url(../img/quote.png);
  background-repeat: no-repeat;
  background-position: 20px 20px;
}

.yellow h3{
  color:#000;
  font-weight: 600;
}

.yellow .box{
  background-color: #e6a221;
  padding:20px;
  border-radius:5px;
  min-height: 135px;
  margin-bottom:45px;
}

.yellow p{
  color:#222;
  font-size:1.1rem;
}

.yellow h6{
  color:#fff;
}

.yellow a:hover h6{
  color:#222;
}

.miniatura{
  display:block;
  position: relative;
  background-size:cover;
  background-position: center center;
  width:100%;
  padding-bottom:80%;
  margin-bottom:30px;
  border:2px solid #000;
}

.miniatura .hover{
  position: absolute;
  top:0;
  left:0;
  background-color:rgba(255,255,255,0.85);
  width:100%;
  height:100%;
  transform:scale(0);
  -webkit-transform:scale(0);
  -o-transform:scale(0);
  -ms-transform:scale(0);
  -moz-transform:scale(0);

  transition:0.3s;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -ms-transition:0.3s;
  -o-transition:0.3s;
}

.miniatura .hover i{
  position: absolute;
  color:#222;
  font-size: 1.4rem;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}

.miniatura:hover .hover{
  transform:scale(1);
  -webkit-transform:scale(1);
  -o-transform:scale(1);
  -ms-transform:scale(1);
  -moz-transform:scale(1);
}

.footer{
  padding:45px 0 0px 0;
  border-bottom:2px solid #e6a221;
}

footer .table{
  min-height: 72px;
}

footer .table{
  display:table;
  margin-bottom:15px;
}

footer .table p{
  font-size: 1rem;
  margin-bottom:5px;
  font-weight: 400;
}

footer .table h3{
  margin-bottom:5px;
}

footer .table > div{
  display: table-cell;
  vertical-align: middle;
}

footer .table > div:first-child{
  width:20%;
}

footer .table > div:not(:first-child){
  padding-left:20px;
}

.title{
  color:#e6a221;
  font-size: 3rem;
  padding:45px 0;
  font-weight: 600;
}

.servico{
  display:table;
  width: 100%;
  margin-bottom:30px;
}

.mapa{
  border:2px solid #e6a221;
}

.album{
  display:block;
  position: relative;
  background-size:cover;
  background-position: center center;
  width:100%;
  padding-bottom:80%;
  margin-bottom:30px;
  border:2px solid #e6a221;
}

.album .name{
  position: absolute;
  background:#fff;
  padding:10px;
  width: 100%;
  bottom:0;
}

.name h4{
  margin-bottom:5px;
}

.name h6{
  margin:0;
  font-weight: 400;
}

.album .hover{
  position: absolute;
  z-index:1;
  top:0;
  left:0;
  background-color:rgba(255,255,255,0.85);
  width:100%;
  height:100%;
  transform:scale(0);
  -webkit-transform:scale(0);
  -o-transform:scale(0);
  -ms-transform:scale(0);
  -moz-transform:scale(0);

  transition:0.3s;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -ms-transition:0.3s;
  -o-transition:0.3s;
}

.album .hover i{
  position: absolute;
  color:#222;
  font-size: 1.4rem;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}

.album:hover .hover{
  transform:scale(1);
  -webkit-transform:scale(1);
  -o-transform:scale(1);
  -ms-transform:scale(1);
  -moz-transform:scale(1);
}

































/* REVOLUTION */
.zeus.tparrows{
  cursor:pointer;
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
  border-radius:35px;
  overflow:hidden;
  background:rgba(0,0,0,0.10);
}

.zeus.tparrows:before{
  font-family:"FontAwesome";
  font-size:20px;
  color:#fff;
  display:block;
  line-height:70px;
  text-align:center;
  z-index:2; position:relative;
}

.zeus.tparrows.tp-leftarrow:before{
  content:"\f104";
}

.zeus.tparrows.tp-rightarrow:before{
  content:"\f105";
}

.zeus .tp-title-wrap{
  background:#000;
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  position:absolute;
  opacity:0;
  transform:scale(0);
  -webkit-transform:scale(0);
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  border-radius:50%;
}

.zeus .tp-arr-imgholder{
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
  border-radius:50%;
  transform:translateX(-100%);
  -webkit-transform:translateX(-100%);
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
}

.zeus.tp-rightarrow .tp-arr-imgholder{
  transform:translateX(100%);
  -webkit-transform:translateX(100%);
}

.zeus.tparrows:hover .tp-arr-imgholder{
  transform:translateX(0);
  -webkit-transform:translateX(0);
  opacity:1;
}

.zeus.tparrows:hover .tp-title-wrap{
  transform:scale(1);
  -webkit-transform:scale(1);
  opacity:1;
}

.metis .tp-bullet{
  opacity:1;
  width:50px; 
  height:50px;
  padding:3px;
  background:#000;
  background-color:rgba(0,0,0,0.25);
  margin:0px; 
  box-sizing:border-box; 
  transition:all 0.3s; 
  -webkit-transition:all 0.3s; 
  border-radius:50%;
}

.metis .tp-bullet-image{
  border-radius:50%; 
  display:block;
  box-sizing:border-box; 
  position:relative; 
  -webkit-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,0.25); 
  box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,0.25); 
  width:44px; height:44px; background-size:cover; 
  background-position:center center;
}

.metis .tp-bullet-title{
  position:absolute; 
  bottom:65px;   
  display:inline-block;   
  left:50%;   
  background:#000;   
  background:rgba(0,0,0,0.75);   
  color:#fff;   
  padding:10px 30px;   
  border-radius:4px; 
  -webkit-border-radius:4px;   
  opacity:0;   
  transition:all 0.3s;  
  -webkit-transition:all 0.3s;  
  transform:translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin:50% 100%;  
  -webkit-transform:translateZ(0.001px) translateX(-50%) translateY(14px); 
  -webkit-transform-origin:50% 100%;  opacity:0;  white-space:nowrap;
}

.metis .tp-bullet:hover .tp-bullet-title{
  transform:rotateX(0deg) translateX(-50%);
  -webkit-transform:rotateX(0deg) translateX(-50%);
  opacity:1;
}

.metis .tp-bullet.selected,.metis .tp-bullet:hover{
  background:rgba(255,255,255,1); 
  background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%); 
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(119,119,119,1))); 
  background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%); 
  background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%); 
  background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%); 
  background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%); 
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff",endColorstr="#777777",GradientType=0 );
}

.metis .tp-bullet-title:after{
  content:" "; 
  position:absolute; 
  left:50%; 
  margin-left:-8px; 
  width:0;
  height:0;
  border-style:solid;
  border-width:8px 8px 0 8px;
  border-color:rgba(0,0,0,0.75) transparent transparent transparent; 
  bottom:-8px;
}

.tp-bannertimer{
  background:rgba(255,255,255,0.5);
}

.fullscreen-container{
  z-index:2;
}




/* sobreposiçao */ 

.zeus.tparrows{
  background:rgba(255,255,255,0.3);
}

.zeus.tparrows:before{
  font-size:30px;
  color:#e84620;
}



/* END REVOLUTION */


.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    margin:0 5px;
    line-height: 20px;
    font-size: 12px;
    color:#000;
    opacity: 1;
    background: #eee;
}
.swiper-pagination-bullet-active {
    color:#fff;
    background: #ff8b00;
}

.swiper-container-horizontal>.swiper-pagination {
  position:absolute;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  color:#9dcb12; /*achar cor como FILL no link acima*/
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%239dcb12'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  color:#9dcb12; /*achar cor como FILL no link acima*/
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%239dcb12'%2F%3E%3C%2Fsvg%3E");
}