/* 
CSS RESET - NAO MEXER
http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 2011/01/26 - License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* fixing firefox bug */
ol:after, form:after, ul:after, dl:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}
/* 
FIM DO CSS RESET
*/

html, body {
	height:100%;  /*responsável pelo rodapé flutuante*/
}

/* tudo --------------------------- */
.tudo {
	width:100%;
	margin:0 auto;
	min-height:100%; /*responsável pelo rodapé flutuante*/
	position:relative;  /*responsável pelo rodapé flutuante*/
	/*background-color:#f8f8f8;*/
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

* html #geral {
	height:100%; /* hack para IE6 que trata height como min-height */
}

/* cabecalho ---------------------- */
.cabecalho {
	padding: 23px 0;
	max-width: 1160px;
	margin: 0px auto;
}

.logo {
	width: 100%;
	padding: 0px 0px;
	margin: 0px auto;
	text-align:center;

	margin-bottom: 15px;
}

.logo img {
	width: 65%;
	max-width: 212px;
}

.infoHeader {
	/*float: right;*/
	margin-bottom: 15px;
}

.infoHeader-box {
	padding: 0 10px;
}

.pesquisar {
	/*float: right;*/
	border: 1px solid #047ac4;
	border-radius: 5px;
	background: #FFF;

	margin-bottom: 10px;
}

.pesquisar input {
	padding: 5px 10px;
	border: none;
	border-radius: 5px;
	outline: none;
}

.pesquisar input[type=text] {
	font-size: 15px;
	width: 80%;
	float: left;
}

::-webkit-input-placeholder {
   color: #63aad6;
   font-family: 'Roboto', sans-serif;
}

:-moz-placeholder {
   color: #63aad6;
   font-family: 'Roboto', sans-serif;
}

.pesquisar button[type=submit] {
	display: inline-block;
	cursor: pointer;
	border: none;
	color: #a2dafd;
	transition: color 0.5s ease;
	background: none;
	border: none;
	padding: 0 3px 0 0;
	outline: none;
	float: right;
}

.pesquisar button[type=submit]:before {
	display: inline-block;
	font-family: FontAwesome;
    content: "\f002";
    font-size: 15px;
    padding: 6px 5px;
}

.pesquisar button[type=submit]:hover {
	color: #0464a0;
}

.telefoneHeader {
	float: right;
	color: #047ac4;
	/*padding: 5px 25px 0 25px;*/
	padding: 5px 25px 0 15px;
}

.telefoneHeader i {
	font-size: 16px;
}

.facebookHeader {
	float: right;
	display: block;
	color: #FFF;
	background: #047ac4;
	transition: background-color 0.5s ease;
	border-radius: 5px;
	text-decoration: none;
	padding: 6px 10px 5px 10px;
}

.facebookHeader:hover {
	background: #0464a0;
}

/* conteudo ----------------------- */
.conteudo {
	padding-bottom: 90px;
}

.conteudoInterno {
	max-width:1160px;
	margin:0px auto;
	padding:10px;
}

.slider-wrapper {
	padding-bottom:0px;

	display: none;
}

.reservaHome {
	max-width: 1160px;
	margin: 0 auto;
	/*margin-bottom: 60px;*/
	margin-bottom: 40px;
	/*margin-top: 60px;*/
	margin-top: 0px;
	/*background: #047ac4;*/
	border-radius: 5px;
	text-align: center;
	/*padding: 30px 0;*/
	padding: 10px 10px 0px 10px;
}

.reservaHome strong {
	display: block;
	/*font-size: 28px;*/
	font-size: 22px;
	font-weight: 700;
	/*color: #FFF;*/
	color: #047ac4;
	margin-bottom: 18px;

	line-height: 28px;
}

.reservaHome input[type=text], .reservaHome input[type=email] {
	width: 100%;
	border-radius: 5px;
	border: none;
	padding: 8px 25px 8px 10px;
	margin-right: 10px;
	font-size: 20px;
	color: #444;

	border: 1px solid #047ac4;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.reservaHome input[type=submit] {
	border-radius: 5px;
	border: none;
	padding: 10px;
	background: #ff5b04;
	transition: background-color 0.5s ease;
	font-size: 18px;
	color: #FFF;
	padding: 10px 63px;
	cursor: pointer;
}

.reservaHome input[type=submit]:hover {
	background: #bf480a;
}

.chamadasHome {
	background: url(images/chamadas-home-bg.jpg);
	/*padding: 60px 0;*/
	padding: 40px 10px 10px 10px;
}

.chamadasHome ul {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}

.chamadasHome ul li {
	/*width: 32.333%;
	float: left;*/
	text-align: center;	
	color: #047ac4;

	margin-bottom: 40px;
}

.chamadasHome ul li:nth-child(2) {
	/*margin: 0 1.5%;*/
}

.chamadasHome strong {
	display: block;
	height: 68px;
	vertical-align: middle;
	margin-bottom: 15px;
}

.chamadasHome strong img {
	display: inline-block;
}

.chamadasHome a img {
	width: 100%;
}

.chamadasHome a:hover > img {
	width: 100%;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.chamadasHome strong span {
	display: inline-block;
	text-align: left;
	font-size: 28px;
	font-weight: 900;
}

.chamadasHome i {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-weight: 500;
	font-style: italic;
	font-size: 20px;
	line-height: 29px;
	padding-top: 15px;
}

.fidelidadeHome {
	max-width: 1160px;
	margin: 0 auto;
	/*padding: 63px 0 63px 0;*/
}

.fidelidadeHome img {
	width: 43.8793%;
	float: left;

	display: none;
}

.fidelidadeHome-box {
	/*width: 55.0862%;*/
	/*float: right;*/
	background: url(images/fidelidade-bg.jpg) #0478c1 center center no-repeat;
	text-align: center;
	padding: 3px 10px;
}

.fidelidadeHome-box strong {
	display: block;
	/*font-size: 39px;*/
	font-size: 25px;
	font-weight: 700;
	/*line-height: 55px;*/
	line-height: 35px;
	color: #FFF;
	font-style: italic;
	padding: 40px 0 20px 0;
}

.fidelidadeHome-box input {
	/*width: 80%;*/
	width: 100%;
	border: none;
	border-radius: 5px;
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
}

.fidelidadeHome-box input[type=email] {
	max-width: 600px;
	font-size: 20px;
	padding: 10px 10px;
	margin-bottom: 13px;
}

.fidelidadeHome-box input[type=submit] {
	max-width: 600px;
	/*font-size: 30px;*/
	font-size: 25px;
	background: #e95e17;
	transition: background-color 0.5s ease;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 39px;
	padding: 5px 0;
	cursor: pointer;
}

.fidelidadeHome-box input[type=submit]:hover {
	background: #bf480a;
}

.linksFidelidade {
	/*border-bottom: 1px solid #FFF;
	color: #FFF;*/
	/*margin-bottom: 50px;*/
	margin-bottom: 20px;
}

.linksFidelidade span {
	display: inline-block;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #FFF;*/
	color: #FFF;
}

.linksFidelidade a {
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	font-style: italic;
	font-size: 19px;

	display: block;
	margin-bottom: 15px;
}

.linksFidelidade a:hover {
	text-decoration: underline;
}

.linksFidelidade i {
	display: none;
}

.clear {
	clear:both;
}

.box1-contato {
	width:100%;
}


#google_maps {
	width:  100%;
	height: 450px;
}

.box2-contato {
	width:100%;
	padding:0 0 30px 0;
}

.formulario {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding:30px 0 10px 0;
}

.formulario:after {
	content: "";
	display: block;
	clear: both;
}

.formulario .input {
	float: left;
	width: 100%;
	padding: 0 0% 20px 0;
	position: relative;
}

.formulario .input label {
	display: block;
	padding-bottom: 5px;
}

.formulario .input input,
.formulario .input textarea {
	width: 100%;
	padding: 11px 3% 10px 3%;
	border: none;
	font-family: inherit; /* Deixar Font da Textarea igual a da restante do site */
    font-size: inherit; /* Deixar Font da Textarea igual a da restante do site */
    outline: none;
    box-sizing: border-box;
    border: 1px solid #047ac4;
    border-radius: 5px;
}


.formulario ::-webkit-input-placeholder {
   color: #63aad6;
   font-family: 'Roboto', sans-serif;
}

.formulario :-moz-placeholder {
   color: #63aad6;
   font-family: 'Roboto', sans-serif;
}

.formulario .buttons {
	clear: both;
	/*margin: 0 1%;*/
}

/*.formulario .buttons input[type="submit"] {
	width: 30%;
	float: right;
	border: none;
	height: 37px;
	line-height: 1;
	padding: 0 15px;
	cursor: pointer;
	color: #fff;
	background-color: #888;
	transition: all 300ms ease-in-out;
}

.formulario .buttons input[type="submit"]:hover {
	color: #888;
	background-color: #fff;
}*/

.formulario .buttons input[type=submit] {
	width: 100%;
	border: 1px solid #bf480a;
	/*font-size: 30px;*/
	font-size: 25px;
	background: #e95e17;
	transition: background-color 0.5s ease;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 39px;
	padding: 7px 0;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 5px;
}

.formulario .buttons input[type=submit]:hover {
	background: #bf480a;
}

#respostaContato, #respostaReserva, #respostaFidelidade {
	width: 100%;
	display:block;
	color:#FFF;
	border-radius:5px; 
	text-align:center;
	margin:0px;
	padding:11.5px 0px;
}

#respostaContato {
	/*width: 65%;
	float: left;*/
}

.pagination{
	margin:20px 0 10px 0; 
	z-index:999;
	text-align:center;
}

.pagination a, .pagination span.pages, .pagination span.dots, .pagination span.current {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 0 1px rgba(0,0,0,0.2);
	box-shadow:0 0 0 1px rgba(0,0,0,0.2);
	margin:1px 3px 10px 3px;
	padding:8px 13px;
	display:inline-block;
	border-top:1px solid #fff;
	text-decoration:none!important;
	color:#717171!important;
	font-size:12px;
	background-color:#f5f5f5;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#eaeaea));
	background-image:-webkit-linear-gradient(top,#f9f9f9,#eaeaea);
	background-image:-moz-linear-gradient(top,#f9f9f9,#eaeaea);
	background-image:-ms-linear-gradient(top,#f9f9f9,#eaeaea);
	background-image:-o-linear-gradient(top,#f9f9f9,#eaeaea);
	background-image:linear-gradient(top,#f9f9f9,#eaeaea);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',EndColorStr='#eaeaea');
}

.pagination a:hover, .pagination a:focus {
	border-color:#fff;
	background-color:#fdfdfd;
	color:#be1303;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#fafafa));
	background-image:-webkit-linear-gradient(top,#fefefe,#fafafa);
	background-image:-moz-linear-gradient(top,#fefefe,#fafafa);
	background-image:-ms-linear-gradient(top,#fefefe,#fafafa);
	background-image:-o-linear-gradient(top,#fefefe,#fafafa);
	background-image:linear-gradient(top,#fefefe,#fafafa);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe',EndColorStr='#fafafa');
}

.pagination span.current{
	-moz-box-shadow:inset 0 0 0 0 rgba(0,0,0,0.75);
	-webkit-box-shadow:inset 0 0 0 0 rgba(0,0,0,0.75);
	-o-box-shadow:inset 0 0 0 0 r gba(0,0,0,0.75);
	box-shadow:inset 0 0 0 0 rgba(0,0,0,0.75);
	border-color:#505050!important;
	color:#f2f2f2!important;
	text-shadow:black 0 1px 0;
	background-color:#676767;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#5f5f5f),to(#5c5c5c));
	background-image:-webkit-linear-gradient(top,#5f5f5f,#5c5c5c);
	background-image:-moz-linear-gradient(top,#5f5f5f,#5c5c5c);
	background-image:-ms-linear-gradient(top,#5f5f5f,#5c5c5c);
	background-image:-o-linear-gradient(top,#5f5f5f,#5c5c5c);
	background-image:linear-gradient(top,#5f5f5f,#5c5c5c);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f',EndColorStr='#5c5c5c')
}







.contatoHome {
	margin: 0px 0px 0px 0px;
		
	font-size:18px;
	color:#6e6e6e;
	/*padding: 60px 0 10px 0;*/
	padding: 40px 0 70px 0;
	text-align: center;
	background: #f9f9f9;
}

.conteudo-contatoHome {
	max-width:1170px;
	margin:0 auto;
	/*padding:0 60px;*/
	padding: 0 10px;
}

.subtituloContato {
	/*margin: 20px 0 40px 0;*/
	margin: 20px 0 20px 0;
	color: #2b75b2;
	font-size: 20px;

	line-height: 27px;
}

.contato1 {
	/*float:left;*/
}

.conteudo-contatoHome input[type=text], .conteudo-contatoHome input[type=email], .conteudo-contatoHome input[type=submit], .conteudo-contatoHome textarea {
	width:100%;
	display:block;
	padding:17px 5%;
	border: 1px solid #047ac4;
	border-radius:5px;
	margin-bottom:15px;
	/*margin-bottom:20px;*/
	font-size:18px;
	color:#525252;
	font-weight:normal;
	outline:none;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

.conteudo-contatoHome input[type=text] {
}

.conteudo-contatoHome textarea {
	height:101px
}

.conteudo-contatoHome input[type=submit] {
	width: 100%;
	background: #ff5b04;
	transition: background-color 0.5s ease;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 20px;
}

.conteudo-contatoHome input[type=submit]:hover {
	background: #bf480a;
}

.contato2 {
	width:100%;
	margin-bottom:40px;
	margin-bottom:20px;
}

.contato3 {
	width: 100%;
	/*line-height: 38px;
	font-size: 20px;*/
	line-height: 30px;
	font-size: 17px;
	color: #8e8e8e;
	letter-spacing: -1px;
}

.contato3 span {
	display:block;
	margin-bottom:2px;
	text-align: left;
}

.contato3 a {
	text-decoration: none;
	color: #8e8e8e;
}

.contato3 a:hover {
	text-decoration: underline;
	color: #2b75b2;
}

.contato3 span b {
	color: #2b75b2;
}

.contato3-span {
	margin:-5px 0 12px 0;
	font-size:18px;
	color:#4b4b4b;
}

.contatoBox {
	/*width:68%;
	float:left;*/
}

.contato1 {
	/*float:left;
	width:48%;*/
	
}

.contato2 {
	/*float:right;
	width:48%;
	margin-bottom:20px;*/
}

.contato3 {
	/*width:29%;
	float:right;*/
}


/* rodape ---------------------- */
.rodape {
	width:100%;
	background: #0478c1;
	color: #acd0e5;
	text-align: center;
	font-weight: 300;
	position:absolute;  /*responsável pelo rodape flutante*/
	bottom:0;  /*responsável pelo rodape flutante*/

	line-height: 22px;
}

.rodape a {
	color: #acd0e5;
	text-decoration: none;
}

.rodape a:hover {
	text-decoration: underline;
}

.rodapeBox {
	/*padding: 30px 0;*/
	padding: 20px 0;
	max-width: 1160px;
	margin: 0px auto;
}

.redline {
	display:block;
	padding-top:10px;
}

/* extras ---------------------- */
h1 {
	font-weight: 700;
	/*font-size: 33px;*/
	font-size: 28px;
	/*margin: 20px 0 40px 0;*/
	margin: 8px 0 27px 0;
	color: #047ac4;
}

h2 {
	font-weight:bold;
	font-size:17px;
	margin:20px 0;
}

h3 {
	color: #2b75b2;
	font-size: 31px;
	font-weight: 900;
}

#mapa {
	display: none;
}

.buscaInterna {
	line-height:20px;
}

.buscaInterna a {
	text-decoration:none;
	color:#333;
}

.buscaInterna b {
	font-weight:bold;
}

.buscaInterna a:hover > li {
	background:#F5F5F5;
}

.buscaInterna li {
	border:1px solid #CCC;
	padding:10px 15px;
	margin-bottom:15px;
}

.buscaInterna h2 {
	font-size:30px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
}

.colunaUnica {
	max-width: 1170px;
	margin: 0 auto;
	min-height: 350px;
}

.botao01 {
	display: inline-block;
	color:#F3F3F3;
	padding:9px 22px;
	text-decoration:none;
	font-size:15px;
	border:none;
	border-radius:4px;
	background:#696969;
	color:#F3F3F3;
	box-shadow:2px 2px 1px #333;
	margin:0 2px 2px 0;
}

.botao01:hover {
	background:#868686;
	color:#F3F3F3;
	box-shadow: 2px 2px 1px #333;
}

.botao01:active {
	background:#333;
	color:#F3F3F3;
	box-shadow:none;
	margin:2px 0 0 2px;
}

article {
	font-size: 17px;
	color: #444;
	line-height: 25px;
	margin-bottom: 50px;
}

article p {
	margin-bottom: 30px;
}

.galeriaFotos {
	list-style: none;
	padding-bottom: 35px;
}

.galeriaFotos li {
	/*width: 24%;*/
	display: table-cell;
	/*margin: 0 1% 1% 0;*/
	margin: 0 0% 10px 0;
	text-align: center;
	float: left;
	vertical-align: middle;
}

.galeriaFotos li a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.galeriaFotos li img {
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	border-radius: 5px;
}

.bannersFidelidade {
	text-align: center;
}

.bannersFidelidade li {
	display: inline-block;
	width: 30%;
	margin: 0 10px 30px 10px;
}

.bannersFidelidade li img {
	width: 100%;
}