/*
	CSS para renderiza�ao da p�gina interna (default) (UTF-8)
	- Rog�rio Chiavegatti - www.iguale.com.br
	- 21.02.2016
	Page: template
	*/


.internal-page-titles h2 {
	background-color: #fff;
	text-align: center;
	height: 40px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #ccc;
	line-height: 40px;
}

.internal-page-titles h3 {
	background-color: #fff;
	text-align: center;
	height: 40px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #ccc;
	line-height: 40px;
	color: #234a61;
}

.cf-first {
	border: 1px solid #ccc;
	width: 100%;
	text-align: center;
}

.cf-head {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	line-height: 20px;
	padding: 5px;
	text-align: center;
}

.cf-first img {
	margin: 10px auto 10px auto;
	max-height: 480px;
	border: 2px solid #ccc;
}

.cf-content-block {
	/*border: 1px solid #ccc;*/
	width: 100%;
	text-align: center;
	margin: 20px 0 20px 0;
}

.cf-head-content-block {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	line-height: 20px;
	padding: 5px 0px 5px 10px;
	text-align: left;
	font-weight: bold;
}

.cf-content-block-container {
	margin: 10px 0 10px 0;
}

.cf-content-block-imgs-vertical {
	margin: 0 10px 0 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

	.cf-content-block-imgs-vertical img {
		border: 1px solid #ccc;
		margin: 20px;
		max-width: 100%;
		max-height: 100%;
		height: 150px;
		width: 228px;
	}


.cf-content-block-imgs {
	float: left;
	margin: 0 10px 0 0;
	width: 35%;
}

	.cf-content-block-imgs img {
		border: 1px solid #ccc;
		margin: 0 0 25px;
		max-width: 100%;
		max-height: 100%;
		height: 120px;
		width: 160px;
	}

.cf-content-block-image {
	margin: 0;
	width: 100%;
}

.cf-content-block-img {
	border: 1px solid #ccc;
	margin: 0 0 25px;
	max-width: 100%;
	max-height: 100%;
	height: 240px;
	width: 160px;
}

.cf-content-block-content-inline th {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	line-height: 32px;
	padding: 4px;
	text-align: left;
}

.cf-content-block-content-inline tr {
	border: 1px solid #ccc;
	line-height: 22px;
}

.cf-content-block-content-inline td {
	padding: 4px;
}

.cf-content-block-content-inline img {
	border: 1px solid #ccc;
	margin: 0 25px 25px 0;
	max-width: 100%;
	max-height: 100%;
	height: 120px;
	width: 160px;
	float: left;
}

.cf-content-block-content {
	float: left;
	text-align: justify;
	width: 60%;
}

	.cf-content-block-content-video {
		width: 100%;
	}

.cf-content-block-content-inline {
	margin: 15px;
	text-align: justify;
}


.btn {
	/*margin:5px 0 10px 15px;*/
	display: inline;
}

.flex-container {
	/*background-color:blue;*/
	width: 98%;
	height: 100%;
	margin: 0 auto 10px 0;
}

.details-image-box {
	/*background-color:red;*/
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 95%;
	margin: 0 auto;
}

.details-image-box-image {
	/*border:1px solid #37F907;*/
	display: inline-block;
	margin: 5px;
	/* flex-grow: 1;*/
	height: 100px;
	width: 120px;
}

	.details-image-box-image img {
		border: 2px solid #ccc;
		max-width: 100%;
		max-height: 100%;
		width: 120px;
		height: 120px;
	}

.noticia-botoes {
	float: left;
	margin: 5px;
}

#Barcos, #Hoteis, #Churrasqueiro, #Pousadas, #HotelCaes {
	display: none;
}


.modal {
	text-align: center;
	padding: 0!important;
  }
  
  .modal:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
  }
  
  .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
  }