@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.ttf?qxglzd') format('truetype'), url('fonts/icomoon.woff?qxglzd') format('woff'), url('fonts/icomoon.svg?qxglzd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, h1, h2, h3, p, a, img, ul, li, form, label, footer, header, menu, nav, section {

	margin: 0;

	padding: 0;

	border: 0;

}



a { text-decoration: none; }



ul { list-style: none; }



input, textarea, select {

	margin: 0;

	outline: none;

	border: none;



	font-family: 'Open Sans', 'Helvetica', Helvetica, Arial, sans-serif;

	font-weight: 300;

}



[required]{ box-shadow: none; }



*, *:before, *:after {

    -webkit-box-sizing: border-box;

       -moz-box-sizing: border-box;

       -ms-box-sizing: border-box;

       -0-box-sizing: border-box;

            box-sizing: border-box;

}



/* Library */

.t02 {

	-webkit-transition: all .2s ease-in-out;

	-moz-transition: all .2s ease-in-out;

	-o-transition: all .2s ease-in-out;

	-ms-transition: all .2s ease-in-out;

	transition: all .2s ease-in-out;

}



.t08 {

	-webkit-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);

	-moz-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);

	-o-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);

	-ms-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);

	transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);

}



.case.layout {

	position: relative;
	width: 100%;
	  max-width: 970px;
	  padding: 0 10px;
	  margin: 0 auto;

}



/* Elements */



body {

	font-family: 'Open Sans', 'Helvetica', Helvetica, Arial, sans-serif;

	font-weight: 400;

	font-size: 62.5%;

	color: #000;



	background: #ffffff;



	overflow-x: hidden;

}


#top{
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
  background: #27894a;
}
@media screen and (max-width: 768px) {
  #top {
    display: none;
  }
}
.welcome{
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
  position: relative;
  top: 5px;
  float: left;
}
.telefone{
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  position: relative;
  top: 5px;
  float: right;
}
.telefone span{
  color: #eee;
  }

#header {

	position: relative;
	float: left;
	width: 100%;
	height: 140px;
	background: #eee;
}
@media screen and (max-width: 768px) {
  #header {
    height: 75px;
    z-index: 300;
  }
}
#header .case.layout {
	padding: 20px 10px;

}
@media screen and (max-width: 768px) {
  #header .case.layout {
    padding: 0;
  }
}
#header .logo {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 100;
}
#header .logo img {
  width: 278px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  #header .logo {
    display: none;
  }
}
#header .logomob {
  position: absolute;
  top: 20px;
  z-index: 100;
}
#header .logomob {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .logomob {
    top: 10px;
    right: 50%;
    margin-right: -70px;
    padding: 0;
    background: none;
    box-shadow: none;
    display: block;
  }
  #header .logomob img {
    width: 139px;
    height: 50px;
  }
}


#menu-collapse {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  display: none;
  z-index: 400;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.2s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.2s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.2s ease-in-out;
  -ms-transition-property: all;
  transition: 0.2s ease-in-out;
  transition-property: all;
}
#menu-collapse:before {
  content: "\e900";
  float: left;
  width: 100%;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 70px;
  font-size: 25px;
  color: #0e682e;
}
#menu-collapse.active:before {
  content: "\e901";
  color: #0e682e;
}
@media screen and (max-width: 768px) {
  #menu-collapse {
    display: block;
  }
}
#menu-overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-property: opacity, visibility;
  -moz-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-property: opacity, visibility;
  -o-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-property: opacity, visibility;
  -ms-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition-property: opacity, visibility;
  transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition-property: opacity, visibility;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#menu-overflow.active {
  opacity: 1;
  visibility: visible;
}
#menu {
  position: absolute;
  top: 85px;
  width: 100%;
  height: 30px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #menu {
    position: fixed;
    top: 75px;
    left: -80%;
    width: 80%;
    height: 100%;
    height: -webkit-calc(100% - 75px);
    height: -moz-calc(100% - 75px);
    height: -o-calc(100% - 75px);
    height: -ms-calc(100% - 75px);
    height: calc(100% - 75px);
    background: #FFF;
    overflow: auto;
    z-index: 200;
    -webkit-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-property: left;
    -moz-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-property: left;
    -o-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-property: left;
    -ms-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition-property: left;
    transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition-property: left;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #menu.active {
    left: 0;
  }
  #menu .case {
    padding: 0;
    width: 100% !important;
  }
}
#menu > .case {
  position: static;
}
#menu > .case > ul {
  float: right;
}

#menu > .case > ul > li {
  float: left;
  height: 30px;
  padding: 0 10px;
  display: inline-block;
}
#menu > .case > ul > li:last-child {
  border-right: none;
}

#menu > .case > ul > li > a {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.4em;
  color: #0e682e;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition-property: color, border-bottom-color;
  -moz-transition: 0.2s ease-in-out;
  -moz-transition-property: color, border-bottom-color;
  -o-transition: 0.2s ease-in-out;
  -o-transition-property: color, border-bottom-color;
  -ms-transition: 0.2s ease-in-out;
  -ms-transition-property: color, border-bottom-color;
  transition: 0.2s ease-in-out;
  transition-property: color, border-bottom-color;
}
@media screen and (min-width: 769px) {
  #menu > .case > ul:hover > li > a.active {
    color: #3ba962;
    border-bottom-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #menu > .case > ul > li:hover > a,
  #menu > .case > ul > li:hover > a.active,
  #menu > .case > ul > li > a.active {
    color: #3ba962;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > a {
    height: auto;
    padding: 20px;
    line-height: 1;
    text-align: left;
    text-transform: none;
    font-size: 1.6em;
    font-weight: 600;
    color: #333;
    border-bottom: 1px outset rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 769px) {
  #menu > .case > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    -webkit-transition-property: opacity, visibility;
    -moz-transition: 0.2s ease-in-out;
    -moz-transition-property: opacity, visibility;
    -o-transition: 0.2s ease-in-out;
    -o-transition-property: opacity, visibility;
    -ms-transition: 0.2s ease-in-out;
    -ms-transition-property: opacity, visibility;
    transition: 0.2s ease-in-out;
    transition-property: opacity, visibility;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > ul {
    position: relative;
    top: 0;
    float: left;
    padding: 0;
    background: transparent;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > ul .case .menu-materials {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > ul .case ul {
    width: 100% !important;
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > ul .case ul li {
    width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > ul .case ul li a {
    height: auto;
    padding: 20px;
    line-height: 1;
    text-transform: none;
    text-align: left;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
}





#wrapper {

	position: relative;

	float: left;

	width: 100%;



}



#wrapper .case.layout {

	padding: 30px 10px;

}

#wrapper .sub-text {

  float: left;



  width: 100%;



  text-align: justify;

  font-size: 2em;

  color: #333;
  padding-bottom: 30px;

  margin-bottom: 30px;

}
@media screen and (max-width: 768px) {
 #wrapper .sub-text {
    font-size: 1.5em;
    line-height: 18px;
  }
}


#wrapper .home-text {

	float: left;



	width: 100%;



	text-align: center;

	font-size: 2em;

	color: #333;




	padding-bottom: 30px;

}
@media screen and (max-width: 768px) {
 #wrapper .home-text {
    font-size: 1.5em;
    line-height: 18px;
  }
}


#wrapper .home-text h1,
#wrapper .sub-text h1 {

	margin-bottom: 24px;
	font-size: 1.7em;
}
@media screen and (max-width: 768px) {
 #wrapper .home-text h1,
#wrapper .sub-text h1{
    line-height: 25px;
  }
}
#wrapper .home-text .bton {

  position: relative;
  margin-top: 20px;
  float: left;
  width: 240px;
  margin-left:  50%;
  left: -120px;
  -webkit-transition: 0.4s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.4s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.4s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.4s ease-in-out;
  -ms-transition-property: all;
  transition: 0.4s ease-in-out;
  transition-property: all;
}
#wrapper .home-text .bton:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#wrapper .home-links{
  border-top: 1px solid #DDD;
}
@media screen and (max-width: 768px) {
#wrapper .home-links{
  padding-top: 40px;
  padding-bottom: 40px;
  }
}

#wrapper .home-links,

#wrapper .home-links ul li .home-links-title,

#wrapper .home-links ul li .home-links-text {

	float: left;

	width: 100%;

}


#wrapper .home-links ul {

  display: flex;

  width: 100%;

  justify-content: center;
  
}


#wrapper .home-links ul li:last-child {

	margin-right: 0;

}


#wrapper .home-links ul li a {

	float: left;

}
@media screen and (max-width: 768px) {
 #wrapper .home-links ul li a{
	width: 100%;
  }
}


#wrapper .home-links ul li:hover .home-links-icon {

	background: #333;

	color: #fff;

}



#wrapper .home-links ul li {

	position: relative;
  float: left;
  width: 30%;
  margin: 40px 15px;
  text-align: center;

}
@media screen and (max-width: 768px) {
 #wrapper .home-links ul li {
	width: 100%;
    margin: 20px 0;

  }
}
#wrapper .bgh{
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 10px #888;
}

#wrapper .home-links ul li .bgh .home-links-icon.reservas {

	background-image: url(../img/icons/reservas-online-hotel-rio-grande.jpg);
  position: relative;
  float: left;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
  -webkit-transition: 0.8s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.8s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.8s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.8s ease-in-out;
  -ms-transition-property: all;
  transition: 0.8s ease-in-out;
  transition-property: all;

}
#wrapper .home-links ul li .bgh .home-links-icon.promotion {

	background-image: url(../img/icons/pacotes-promocionais-hotel-rio-grande.jpg);
  position: relative;
  float: left;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
  -webkit-transition: 0.8s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.8s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.8s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.8s ease-in-out;
  -ms-transition-property: all;
  transition: 0.8s ease-in-out;
  transition-property: all;
}

#wrapper .home-links ul li .bgh .home-links-icon.depoimentos {
	background-image: url(../img/icons/depoimentos-de-clientes-hotel-rio-grande.jpg);
  position: relative;
  float: left;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
  -webkit-transition: 0.8s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.8s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.8s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.8s ease-in-out;
  -ms-transition-property: all;
  transition: 0.8s ease-in-out;
  transition-property: all;
}

 #wrapper .home-links ul li:hover .bgh .home-links-icon.reservas,
#wrapper .home-links ul li:hover .bgh .home-links-icon.promotion,
#wrapper .home-links ul li:hover .bgh .home-links-icon.depoimentos{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}


#wrapper .home-links ul li .home-links-title {

	font-size: 2.0em;
  font-weight: 600;

	color: #333;

}



#wrapper .home-links ul li .home-links-text {

	font-size: 1.4em;

	color: #555;

}




#painel {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
}
#painel ul,
#painel ul li {
  position: relative;
  float: left;
  width: 100%;
  outline: none;
}
#painel .img {
  float: left;
  width: 100%;
  height: 0;
  box-shadow: inset 0px 0px 50px #000000;
  padding-bottom: 26.04166667%;
  background: #EEE;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #painel .img {
    padding-bottom: 50%;
  }
}
#painel .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 3em;
  color: #FFF;
  height: 100%;
  line-height: normal;
  font-weight: 300;
}
#painel .info .case {
  height: 100%;
  margin-top: 15%;
}
@media screen and (max-width: 768px) {
  #painel .info .case {
    margin-top: 4%;
  }
}
@media screen and (max-width: 768px) {
  #painel .info {
    font-size: 1.8em;
  }
}
#painel .small {
  text-transform: none !important;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  #painel .small {
    float: left;
    width: 100%;
  }
}
#painel ul li a {
  float: left;
  width: 100%;
}
#painel .bdbt {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 18px;
  background: url(../img/bg/bgbt.png) center top;
  z-index: 9999;
}
#painel .case a.pager-painel,
#painel .case a.pager-painel:visited {
  position: absolute;
  top: 150px;
  width: 39px;
  height: 60px;
  background: no-repeat center;
  z-index: 999999;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #painel .case a.pager-painel,
  #painel .case a.pager-painel:visited {
    display: none !important;
  }
}
#painel .case a.pager-painel:hover {
  opacity: 1;
}
#painel .case a.pager-painel.left {
  left: -39px;
  background-image: url(../img/icons/arrow.png);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#painel .case a.pager-painel.right {
  right: -39px;
  background-image: url(../img/icons/arrow.png);
}
@media screen and (max-width: 1090px) {
  #painel .case a.pager-painel.left {
    left: 10px;
  }
  #painel .case a.pager-painel.right {
    right: 10px;
  }
}






.conheca {
  float: left;
  display: block;
  height: 450px;
  width: 100%;
  padding: 70px 0;
  background-image: url(../img/icons/conheca-cachoeiro.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.conheca .hd {
  margin-bottom: 30px;
}
.conheca .hd h1 {
  font-size: 5em;
  color: #fff;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .conheca .hd h1 {
    font-size: 2em;
  }
}
.conheca .hd h2 {
  font-size: 3em;
  color: #fff;
  margin: 0;
  font-weight: 600;
  text-align: center;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .conheca .hd h2 {
    font-size: 1.5em;
  }
}
.conheca h3 {
  font-size: 2em;
  color: #fff;
  margin: 0;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .conheca h3 {
    font-size: 1.2em;
    line-height: normal;
  }
}
.conheca .ajuda {
  float: left;
  width: 100%;
}
.conheca .btnajuda {
  display: block;
  float: none;
  margin: 0 auto;
  width: 400px;
  margin-top: 40px;
  font-size: 2em;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 20px 40px;
  border-radius: 5px;
  background: transparent;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.2s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.2s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.2s ease-in-out;
  -ms-transition-property: all;
  transition: 0.2s ease-in-out;
  transition-property: all;
}
@media screen and (max-width: 768px) {
  .conheca .btnajuda {
    font-size: 1.4em;
    width: 100%;
  }
}
.conheca .btnajuda:hover {
  background: #fff;
  color: #4aa145;
}







.conteudo {

	float: left;



	width: 100%;

}



.coluna50 {

	float: left;



	width: 50%;

}
@media screen and (max-width: 768px) {
  .coluna50 {
    width: 100%;
  }
}


.coluna50.left {

	padding-right: 30px;

}



.coluna50.right {

	border-left: 1px solid #DDD;



	padding-left: 30px;

}
@media screen and (max-width: 768px) {
  .coluna50.right  {
    border-left: none;
  padding-left: 0px;
  margin-top: 20px;
  }
}


.conteudo .text {

	float: left;



	width: 100%;



	font-size: 2em;

	color: #333;

}
@media screen and (max-width: 768px) {
  .conteudo .text   {
    font-size: 1.6em;
  }
}


.conteudo .text.margin-bottom {

	margin-bottom: 20px;

}



.form {

	float: left;



	width: 100%;

}



.form .field {

	float: left;



	width: 100%;



	margin-bottom: 10px;

}



.form .field:last-child {

	margin-bottom: 0;

}



.form .field label {

	float: left;



	width: 100%;



	font-size: 1.4em;

	font-weight: 400;

	color: #333;



	margin-bottom: 5px;

}



.form .field label b {

	font-weight: 400;

	color: #F00;

}



.form .field .campo {

	float: left;



	width: 100%;



	padding: 10px;



	font-size: 1.4em;

	color: #333;



	border: 1px solid #DDD;

	border-radius: 3px;



	-webkit-appearance: none;

	-moz-appearance: none;

	-o-appearance: none;

	-ms-appearance: none;

	appearance: none;

}



.form .field .campo:hover {

	border-color: #AAA;

}



.form .field .campo:focus {

	border-color: #555;

}



.form .field textarea.campo {

	min-width: 100%;

	max-width: 100%;

	min-height: 150px;

}



.form .field .campo.telefone {

	width: 200px;

}



.form .field .botao {

	font-size: 18px;

	color: #FFF;



	background: #333 no-repeat 15px center;



	padding: 10px 20px;



	cursor: pointer;



	-webkit-appearance: none;

	-moz-appearance: none;

	-o-appearance: none;

	-ms-appearance: none;

	appearance: none;

}



.form .field .botao:hover {

	background-color: #3cbc6a;

}



.form .field .botao:active {

	-webkit-transform: scale(0.9);

	-moz-transform: scale(0.9);

	-o-transform: scale(0.9);

	-ms-transform: scale(0.9);

	transform: scale(0.9);

}



.form .field .botao.sucess:active,

.form .field .botao.error:active {

	-webkit-transform: scale(1);

	-moz-transform: scale(1);

	-o-transform: scale(1);

	-ms-transform: scale(1);

	transform: scale(1);

}



.form .field .botao.wait {

	background-color: #DDD;

	background-image: url(../img/loader/loader-20-888-ddd.GIF);



	padding-left: 50px;



	color: #888;

}



.form .field .botao.sucess {

	background-color: #009B08;

	background-image: url(../img/icons/check-20-fff.png);



	padding-left: 50px;



	color: #FFF;

}



.form .field .botao.error {

	background-color: #900;

	background-image: url(../img/icons/error-20-fff.png);



	padding-left: 50px;



	color: #FFF;

}



#localizacao {

	float: left;



	width: 100%;
  margin-top: 40px;

}

#contato{
   margin-top: -40px;
      margin-bottom: 40px;

}


#contato .title{

	float: left;



	width: 100%;



	font-size: 1.8em;

	font-weight: 400;

}



#contato .title b,

#localizacao .title b {

	color: #333;

	font-weight: 400;

}



#contato .tel,

#contato .tel:visited {

	float: left;



	width: 100%;



	font-size: 1.4em;

	font-weight: 400;

	color: #333;

}



#contato .email {

	float: left;



	width: 100%;



	font-size: 1em;

	font-weight: 400;



	margin-bottom: 20px;

}



#mapa.contato,

#mapa.localizacao {

	float: left;



	width: 100%;

	height: 363px;



	background: #EEE;



	margin-top: 20px;
  margin-bottom: 20px;

}



#mapa.localizacao {

	margin-top: 0;

}


@media screen and (max-width: 768px) {
  .atendimento{
    display: none;
  }
}
.atendimentomob{
  display: none;
}
@media screen and (max-width: 768px) {
  .atendimentomob{
    display: inline-block;
  }
}


























.form .field-reservas {

  float: left;

  margin: 10px;


}
@media screen and (max-width: 768px) {
.form .field-reservas {
  margin: 0px;
  margin-bottom: 10px;
  }
}

.form .field-reservas.um {

  width: 45%;

}
@media screen and (max-width: 768px) {
.form .field-reservas.um {
  width: 100%;
  }
}

.form .field-reservas.fone {
  width: 150px;
}
@media screen and (max-width: 768px) {
.form .field-reservas.fone {
  width: 100%;
  }
}
.form .field-reservas.dois {
  width: 200px;
}
@media screen and (max-width: 768px) {
.form .field-reservas.dois {
  width: 100%;
  }
}

.form .field-reservas.fone label {

  margin-bottom: 0px;

}
.form .field-reservas {

  float: left;



  width: 100%;



  margin-bottom: 10px;

}



.form .field-reservas:last-child {

  margin-bottom: 0;

}



.form .field-reservas label {

  float: left;



  width: 100%;



  font-size: 1.4em;

  font-weight: 400;

  color: #333;



  margin-bottom: 5px;

}



.form .field-reservas label b {

  font-weight: 400;

  color: #F00;

}



.form .field-reservas .campo {

  float: left;
  width: 100%;
  padding: 10px;
  font-size: 1.4em;
  color: #333;
  border: 1px solid #DDD;
  border-radius: 3px;

}



.form .field-reservas .campo:hover {

  border-color: #AAA;

}



.form .field-reservas .campo:focus {

  border-color: #555;

}



.form .field-reservas textarea.campo {

  min-width: 100%;

  max-width: 100%;

  min-height: 150px;

}



.form .field-reservas .botao {

  font-size: 18px;

  color: #FFF;



  background: #333 no-repeat 15px center;



  padding: 10px 20px;



  cursor: pointer;



  -webkit-appearance: none;

  -moz-appearance: none;

  -o-appearance: none;

  -ms-appearance: none;

  appearance: none;

}



.form .field-reservas .botao:hover {

  background-color: #3cbc6a;

}



.form .field-reservas .botao:active {

  -webkit-transform: scale(0.9);

  -moz-transform: scale(0.9);

  -o-transform: scale(0.9);

  -ms-transform: scale(0.9);

  transform: scale(0.9);

}



.form .field-reservas .botao.sucess:active,

.form .field-reservas .botao.error:active {

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -o-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

}



.form .field-reservas .botao.wait {

  background-color: #DDD;

  background-image: url(../img/loader/loader-20-888-ddd.GIF);



  padding-left: 50px;



  color: #888;

}



.form .field-reservas .botao.sucess {

  background-color: #009B08;

  background-image: url(../img/icons/check-20-fff.png);



  padding-left: 50px;



  color: #FFF;

}



.form .field-reservas .botao.error {

  background-color: #900;

  background-image: url(../img/icons/error-20-fff.png);



  padding-left: 50px;



  color: #FFF;

}












.infraestrutura,

.infraestrutura .infraestrutura-title,

.infraestrutura ul {

	float: left;

	font-size: 1em;

	width: 100%;
  text-align: justify;

}



.infraestrutura .infraestrutura-title {

	font-size: 1.6rem;

	color: #333;



	margin-bottom: 10px;

}

.infraestrutura .infraestrutura-title2 {

	font-size: 1.6rem;

	color: #333;

}

.infraestrutura ul li {

	position: relative;

	float: left;



	width: 23%;
height: 148px;
margin: 0 25px 30px 0;

}
@media screen and (max-width: 768px) {
  .infraestrutura ul li {
    width: 100%;
  }
}


.infraestrutura ul li:nth-of-type(4n){

	margin-right: 0;

}



.infraestrutura ul li:hover .bkg-link {

	opacity: 1;

}



.infraestrutura ul li .bkg-link {

	position: absolute;



	top: 0;

	left: 0;



	width: 100%;

	height: 100%;



	background: rgba(0, 0, 0, .7);



	opacity: 0;



	z-index: 100;

}



.infraestrutura ul li .bkg-link:before {

	position: absolute;



	top: 50%;

	left: 50%;



	margin-top: -20px;

	margin-left: -20px;



	width: 40px;

	height: 40px;



	background: rgba(255,255,255,0.2);



	text-align: center;

	font-size: 18px;

	line-height: 40px;

	color: #FFF;



	border-radius: 100%;

}



.infraestrutura ul li .img {

	float: left;



	width: 100%;

	height: 148px;



	background: #DDD no-repeat center;

	background-size: cover;
  border: 5px solid #fff;
  box-shadow: 0 0 10px #999;

}










.servicos{
  float: left;
  position: relative;
  width: 17%;
  margin: 30px;
}
@media screen and (max-width: 768px) {
.servicos{
    width: 100%;
   margin: 0px;
   margin-bottom: 20px;
 }
}

.icone{
  float: left;
  position: relative;
  width: 100%;
  height: 160px;
  border-radius: 100%;
  background-color: #eee;
}
@media screen and (max-width: 768px) {
.icone{
  border-radius: 0;
  }
}
.ttserv{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
}









/* DEPOIMENTOS */
#uBkg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  display: none;
}
#uWrite {
  position: absolute;
  width: 600px;
  min-height: 355px;
  left: 50%;
  margin-left: -300px;
  margin-top: -500px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 50px 10px #000;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  z-index: 999999;
  display: none;
}
@media screen and (max-width: 768px) {
  #uWrite {
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
  }
}
#uWriteBkg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
#uWriteBkg span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -123px;
  margin-top: -17.5px;
  padding: 10px 20px 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #FFF;
  font-size: 1.2em;
}
#uWrite .case {
  float: left;
  padding: 10px;
  width: 100%;
}
#uWrite .case .headContent {
  position: relative;
  float: left;
  width: 580px;
  font-size: 2em;
  border-bottom: 1px dashed #EEE;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #uWrite .case .headContent {
    width: 100%;
  }
}
#uWrite .case .headContent span {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0px;
  border-radius: 3px;
  background: url(../img/icons/icon-closeuWrite.png) no-repeat center;
}
#uWrite .case .headContent span:hover {
  background: #EEE url(../img/icons/icon-closeuWrite.png) no-repeat center;
  cursor: pointer;
}
#uWrite .case .scrapTitle {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.6em;
}
#uWrite .case .bodyContent .sucesso {
  position: absolute;
  width: 500px;
  left: 50%;
  top: 50%;
  margin-left: -270px;
  padding: 10px 20px 10px;
  background: #3b871d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5baf3a 0%, #3b871d 100%) no-repeat;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5baf3a), color-stop(100%, #3b871d)) no-repeat;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5baf3a 0%, #3b871d 100%) no-repeat;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5baf3a 0%, #3b871d 100%) no-repeat;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5baf3a 0%, #3b871d 100% no-repeat);
  /* IE10+ */
  background: linear-gradient(to bottom, #5baf3a 0%, #3b871d 100%) no-repeat;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5baf3a', endColorstr='#3b871d', GradientType=0);
  /* IE6-9 */
  border: 1px solid #3b871d;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #uWrite .case .bodyContent .sucesso {
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 30px;
  }
}
#uWrite .case .bodyContent .erro {
  position: absolute;
  width: 500px;
  left: 50%;
  top: 50%;
  margin-left: -270px;
  margin-top: -29px;
  padding: 10px 20px 10px;
  background: #900;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c12327 0%, #990000 100%) no-repeat;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c12327), color-stop(100%, #990000)) no-repeat;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c12327 0%, #990000 100%) no-repeat;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c12327 0%, #990000 100%) no-repeat;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c12327 0%, #990000 100% no-repeat);
  /* IE10+ */
  background: linear-gradient(to bottom, #c12327 0%, #990000 100%) no-repeat;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c12327', endColorstr='#990000', GradientType=0);
  /* IE6-9 */
  border: 1px solid #900;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #uWrite .case .bodyContent .erro {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
#uWrite .case .bodyContent .fieldArea {
  float: left;
  width: 580px;
  padding: 10px 0px 10px;
  border-bottom: 1px dashed #EEE;
}
@media screen and (max-width: 768px) {
  #uWrite .case .bodyContent .fieldArea {
    width: 100%;
    text-align: left;
  }
}
#uWrite .case .bodyContent .fieldArea label {
  float: left;
  display: block;
  padding-top: 10px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  width: 100px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #uWrite .case .bodyContent .fieldArea label {
    width: 100%;
    text-align: left;
  }
}
#uWrite .case .bodyContent .fieldArea input.textField,
input.textField:visited {
  float: left;
  display: block;
  width: 468px;
  padding: 5px;
  border: 1px solid #DDD;
  outline: none;
}
@media screen and (max-width: 768px) {
  #uWrite .case .bodyContent .fieldArea input.textField,
  input.textField:visited {
    width: 100%;
  }
}
#uWrite .case .bodyContent .fieldArea input.textField:hover {
  border: 1px solid #AAA;
}
#uWrite .case .bodyContent .fieldArea input.textField:focus {
  border: 1px solid #c12327;
}
#uWrite .case .bodyContent textarea.textArea,
textarea.textArea:visited {
  float: left;
  display: block;
  width: 468px;
  font-size: 1.3em;
  height: 150px;
  max-height: 150px;
  min-height: 150px;
  padding: 5px;
  border: 1px solid #DDD;
  outline: none;
}
@media screen and (max-width: 768px) {
  #uWrite .case .bodyContent textarea.textArea,
  textarea.textArea:visited {
    width: 100%;
  }
}
#uWrite .case .bodyContent textarea.textArea:hover {
  border: 1px solid #AAA;
}
#uWrite .case .bodyContent textarea.textArea:focus {
  border: 1px solid #c12327;
}
#uWrite .case .bodyContent input#scrapSubmit,
input#scrapSubmit:visited {
  float: right;
  display: block;
  padding: 10px 20px 10px;
  background: #900;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c12327 0%, #990000 100%) no-repeat;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c12327), color-stop(100%, #990000)) no-repeat;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c12327 0%, #990000 100%) no-repeat;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c12327 0%, #990000 100%) no-repeat;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c12327 0%, #990000 100% no-repeat);
  /* IE10+ */
  background: linear-gradient(to bottom, #c12327 0%, #990000 100%) no-repeat;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c12327', endColorstr='#990000', GradientType=0);
  /* IE6-9 */
  border: 1px solid #900;
  font-size: 1.3em;
  font-weight: normal;
  color: #FFF;
  text-shadow: -1px -1px 0px #900;
  border-radius: 3px;
}
#uWrite .case .bodyContent input#scrapSubmit:hover {
  border: 1px solid #900;
  cursor: pointer;
}
#uWrite .case .bodyContent .countDown {
  float: left;
  font-size: 12px;
  font-weight: bold;
}
#uWrite .case .bodyContent .countDown span {
  color: #c12327;
}
.escreva {
  padding: 8px 30px 8px;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  background: #900;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c12327 0%, #990000 100%) no-repeat;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c12327), color-stop(100%, #990000)) no-repeat;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c12327 0%, #990000 100%) no-repeat;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c12327 0%, #990000 100%) no-repeat;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c12327 0%, #990000 100% no-repeat);
  /* IE10+ */
  background: linear-gradient(to bottom, #c12327 0%, #990000 100%) no-repeat;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c12327', endColorstr='#990000', GradientType=0);
  /* IE6-9 */
  border-radius: 3px;
}
.escreva:hover {
  background: #333333;
  cursor: pointer;
}
.scraps .scrap {
  float: left;
  width: 100%;
  border-bottom: 1px solid #DDD;
  padding-top: 20px;
  padding-bottom: 20px;
}
.scraps .scrap .scrapTitle {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.scraps .scrap bloquote {
  float: left;
  width: 100%;
  text-align: justify;
  font-size: 14px;
  font-style: italic;
  color: #333;
  line-height: 20px;
  background: url(../img/icons/close-bloquote.png) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
  margin-top: 10px;
}
.scraps .scrap bloquote:first-letter {
  background: url(../img/icons/open-bloquote.png) no-repeat left top;
  padding-left: 18px;
}
.title {
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 20px;
  text-transform: uppercase;
}





#uPaginacao {
  float: left;
  width: 100%;
  font-family: 'Open Sans', Arial;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0px 10px 0px;
}
#uPaginacao .pagina,
.pagina:visited {
  padding: 5px 10px 5px;
  background: #00c146;
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
#uPaginacao .pagina:hover {
  color: #fff;
  background: #29a556;
  /* Old browsers */
}
#uPaginacao span {
  padding: 5px 10px 5px;
  color: #fff;
  border: 1px solid #333;
  font-size: 13px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  background: #333;
  /* Old browsers */
  border-radius: 3px;
}







.pontos{
  float: left;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  text-align: justify;
}
.titl{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.fotoponto{
  float: left;
  margin-right: 20px;
}
.fotoponto img{
  border: 5px solid #fff;
  box-shadow: 0 0 10px #ccc;
}
@media screen and (max-width: 768px) {
.titl{
  margin-bottom: 20px;
  text-align: center;
  }
}
@media screen and (max-width: 768px) {
.fotoponto{
  margin-bottom: 20px;
  }
}






.fullpage {
  width: 100%;
  float: left;
  background: url(../img/bg-footer.jpg) center;
}
.container .footerContainer {
  float: left;
  width: 100%;
  margin: 10px 0px;
}
@media screen and (max-width: 768px) {
  .container .footerContainer {
    text-align: center;
  }
}
.container .footerContainer .sec {
  width: 33%;
  float: left;
  padding: 5px 20px;
  border-right: 2px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .container .footerContainer .sec {
    border: none;
    width: 100%;
  }
}
.container .footerContainer .sec:first-child {
  border-left: none;
}
.container .footerContainer .sec:last-child {
  border-right: none;
}
.logo-rodape {
  width: 145px;
  height: 75px;
  background-size: cover;
  background-image: url(../img/logo/logo-rodape.png);
  float: left;
  margin-top: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .logo-rodape {
    position: relative;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .container .footerContainer .sec.mapaSite {
    width: 100%;
  }
}
.container .footerContainer .sec.mapaSite .mapa {
  float: left;
  width: 100%;
}
.container .footerContainer .sec.mapaSite .mapa li {
  float: left;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.container .footerContainer .sec.mapaSite .lf30 {
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  .container .footerContainer .sec.mapaSite .lf30 {
    margin-left: 0px;
  }
}
.container .footerContainer .sec.mapaSite .lf10 {
  margin-left: -10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 4px 10px;
}
@media screen and (max-width: 768px) {
  .container .footerContainer .sec.mapaSite .lf10 {
    margin-left: 0px;
    font-size: 1.4em;
  }
}
.container .footerContainer .sec.mapaSite .mapa li span {
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 4px 10px;
}
.container .footerContainer .sec.mapaSite .mapa li a {
  float: left;
  color: #fff;
  font-size: 1.2em;
  padding: 3px 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container .footerContainer .sec.mapaSite .mapa li a {
    padding: 10px;
    font-size: 1.4em;
  }
}
.bordernone {
  border: 0px !important;
}
.container .footerContainer .sec.mapaSite .mapa li:not(.sub):hover {
  background: rgba(255, 255, 255, 0.15);
  border-left: 5px solid #222;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .container .footerContainer .sec.mapaSite .mapa li:not(.sub):hover {
    width: 100%;
    border: none;
  }
}
.container .footerContainer .sec.mapaSite .mapa li.sub ul {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .container .footerContainer .sec.contato {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.container .footerContainer .sec .secText {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .container .footerContainer .sec .secText {
    font-size: 1.4em;
  }
}
.container .footerContainer .sec .secText .text {
  float: left;
  color: #fff;
  width: 100%;
}
.container .footerContainer .sec .titulo {
  color: #fff;
  font-size: 1.6em;
  text-transform: uppercase;
  float: left;
  width: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .container .footerContainer .sec.redesosicias {
    width: 100%;
  }
}
#footer {
  position: relative;
  float: left;
  width: 100%;
  color: #eee;
  background: #111;
  font-size: 1.3em;
  height: 55px;
  line-height: 55px;
}
@media screen and (max-width: 768px) {
  #footer {
    height: auto;
    text-align: center;
    line-height: normal;
    padding: 10px;
  }
}
#footer .textfot {
  float: left;
}
@media screen and (max-width: 768px) {
  #footer .textfot {
    width: 100%;
  }
}
#footer .arco {
  float: right;
  width: 46px;
  height: 40px;
  background: url(../img/logo/logo-arco1.png);
  opacity: 0.5;
  margin-top: 7.5px;
}
#footer .arco:hover {
  background: url(../img/logo/logo-arco2.png);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #footer .arco {
    float: none;
    margin-top: 5px;
    display: inline-block;
  }
}
