@media only screen and (min-width: 64.063em) {
	.casamento-slider {
		margin-top: 100px;
	}
}

.slider {
	position: relative;
	width: 100%;
	height: 355px;
	overflow: hidden;
}

.slider .slides {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 10000px;
	z-index: 1;
}

.slider .slides li {
	width: 100%;
	height: 355px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.slider .slider-container {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	height: 100%;
	z-index: 10;
}

.slider .container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.slider nav {
	display: none;
	width: 100%;
}

@media only screen and (min-width: 64.063em) {
	.slider nav {
		display: block;
	}
}

.slider nav a {
	margin-top: -220px;
}

.slider nav .prev {
	float: left;
}

@media only screen and (min-width: 64.063em) {
	.slider nav .prev {
		margin-left: -100px;
	}
}

.slider nav .next {
	float: right;
}

@media only screen and (min-width: 64.063em) {
	.slider nav .next {
		margin-right: -100px;
	}
}

.slider .bullets {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

@media only screen and (min-width: 64.063em) {
	.slider .bullets {
		right: 10px;
	}
}

.slider .bullets li {
	float: left;
	margin-left: 3px;
	width: 10px;
	height: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #FFF;
}

.slider .bullets li:first-child {
	margin-left: 0;
}

.slider .bullets li.active {
	/* margin-top: 1px; */
	width: 10px;
  height: 10px;
  background-color: #FFF;
}

.slider .captions {
	position: absolute;
	top: 25%;
	left: 20px;
	width: 80%;
	color: #FFFFFF;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px;
}

@media only screen and (min-width: 64.063em) {
	.slider .captions {
		top: 25%;
		left: 10px;
		/* bottom: 30px; */
	}
}

.slider .captions li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-moz-transition: opacity 0.3s, visibility 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

.slider .captions li.active {
	opacity: 1;
	visibility: visible;
}

.slider .captions .text-1 {
	display: block;
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1.2;
}

@media only screen and (min-width: 40.063em) {
	.slider .captions .text-1 {
		font-size: 1.875rem;
	}
}

@media only screen and (min-width: 64.063em) {
	.slider .captions .text-1 {
		font-size: 2.375rem;
	}
}

.slider .captions .text-2 {
	display: block;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 10px;
	text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 40.063em) {
	.slider .captions .text-2 {
		font-size: 1.125rem;
	}
}

@media only screen and (min-width: 64.063em) {
	.slider .captions .text-2 {
		font-size: 1.125rem;
	}
}

.slider .captions a {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 20px;
	font-size: 0.750rem;
	font-weight: 400;
	background-color: #FFF;
	color: #4D4D4D;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
	text-shadow: none;
	text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 64.063em) {
	.slider .captions a {
		font-size: 0.750rem;
	}

	.slider .captions a:hover {
		background-color: #4D4D4D;
		color: #FFF;
	}
}

.slider .weather {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

@media only screen and (min-width: 64.063em) {
	.slider .weather {
		right: 10px;
		bottom: 20px;
	}
}

.slider .weather p {
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-align: right;
	color: #FFFFFF;
}

.slider .weather .condition {
	position: absolute;
	top: -30px;
	right: 50px;
	width: 40px;
	height: 40px;
}

.slider .weather .temperature {
	font-size: 1.500rem;
	line-height: 1em;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px;
}

.slider .weather .city {
	font-size: 0.750rem;
	line-height: 1em;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px;
}

meta.foundation-version {
	font-family: "/5.2.3/"
}

meta.foundation-mq-small {
	font-family: "/only screen/";
	width: 0em
}

meta.foundation-mq-medium {
	font-family: "/only screen and (min-width:40.063em)/";
	width: 40.063em
}

meta.foundation-mq-large {
	font-family: "/only screen and (min-width:64.063em)/";
	width: 64.063em
}

meta.foundation-mq-xlarge {
	font-family: "/only screen and (min-width:90.063em)/";
	width: 90.063em
}

meta.foundation-mq-xxlarge {
	font-family: "/only screen and (min-width:120.063em)/";
	width: 120.063em
}

meta.foundation-data-attribute-namespace {
	font-family: false
}

html,
body {
	height: 100%
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html,
body {
	font-size: 100%
}

body {
	background: #fff;
	color: #4d4d4d;
	padding: 0;
	margin: 0;
	font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	position: relative;
	cursor: auto
}

a:hover {
	cursor: pointer
}

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

img {
	-ms-interpolation-mode: bicubic
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
	max-width: none !important
}

.left {
	float: left !important
}

.right {
	float: right !important
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.hide {
	display: none
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	display: inline-block;
	vertical-align: middle
}

textarea {
	height: auto;
	min-height: 50px
}

select {
	width: 100%
}

.space-bottom {
	margin-bottom: 3.125rem
}

.post-detail .post-title {
	margin: 1.25rem 0 0.9375rem 0;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 900
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.post-detail .post-title {
		font-size: 3rem;
		line-height: 3.75rem
	}
}

@media only screen and (min-width: 64.063em) {
	.post-detail .post-title {
		font-size: 2.75rem;
		line-height: 3.375rem;
		margin: 1.25rem 0 1.25rem 0
	}
}

.post-detail .post-info-box {
	font-size: 0.75rem;
	margin: 0 0 1.875rem 0
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.post-detail .post-info-box {
		font-size: 1.125rem;
		margin: 0 0 3.125rem 0
	}
}

@media only screen and (min-width: 64.063em) {
	.post-detail .post-info-box {
		font-size: 1rem;
		margin: 0 0 2.5rem 0
	}
}

.post-detail .post-info-box .separator {
	padding: 0 0.625rem
}

.post-detail .post-info-box .separator.separator-large-up {
	display: none
}

@media only screen and (min-width: 40.063em) {
	.post-detail .post-info-box .separator.separator-large-up {
		display: inline
	}
}

.post-detail .post-info-box .views-and-share {
	display: block;
	margin-top: 0.9375rem
}

@media only screen and (min-width: 40.063em) {
	.post-detail .post-info-box .views-and-share {
		display: inline;
		margin-top: 0
	}
}

.post-detail .post-info-box .views-box .views-label {
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #b2b2b2;
	padding-left: 0.3125rem
}

@media only screen and (min-width: 40.063em) {
	.post-detail .post-info-box .views-box .views-label {
		font-size: 0.875rem;
		line-height: 0.875rem
	}
}

.post-detail .post-info-box .social-bar {
	margin: 0 0 1.25rem 0
}

.post-detail .post-info-box .social-bar .share {
	margin: 0 0.625rem 0 0
}

.post-detail .post-image {
	margin: 0 0 1.5625rem 0;
	position: relative
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.post-detail .post-image {
		margin: 0 0 3.125rem 0
	}
}

.post-detail .post-image img {
	width: 100%;
	position: relative;
	z-index: 1
}

.post-detail .post-image .image-description {
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.625rem;
	line-height: 0.625rem;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	color: white;
	font-size: 0.625rem;
	line-height: 0.875rem;
	padding: 5px;
	width: 100%
}

.post-detail .post-text {
	font-size: 1rem;
	line-height: 1.75rem;
	margin-bottom: 1.5625rem
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.post-detail .post-text {
		font-size: 1.25rem;
		line-height: 2.5rem
	}
}

@media only screen and (min-width: 64.063em) {
	.post-detail .post-text {
		font-size: 0.875rem;
		line-height: 1.75rem
	}
}

.post-detail .post-text p {
	font-size: 1rem;
	line-height: 1.5rem
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.post-detail .post-text p {
		font-size: 1.25rem;
		line-height: 2.5rem
	}
}

@media only screen and (min-width: 64.063em) {
	.post-detail .post-text p {
		font-size: 0.875rem;
		line-height: 1.75rem
	}
}

.post-detail .post-text p:last-child {
	margin: 0
}

.post-detail .post-text blockquote {
	margin: 1.25rem 0 1.875rem 0;
	padding: 1.5625rem 0 0 0;
	border: 0;
	background: url(../img/quote.png) no-repeat left top
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx),
only screen and (min-width: 64.063em) {
	.post-detail .post-text blockquote {
		padding: 2.1875rem 0 0 0;
		background: url(../img/quote@2x.png) no-repeat left top
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	.post-detail .post-text blockquote {
		padding: 1.25rem 0 0 0;
		background-size: 4.4375rem auto
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.post-detail .post-text blockquote {
		margin: 1.25rem 0 3.125rem 0
	}
}

@media only screen and (min-width: 64.063em) {
	.post-detail .post-text blockquote {
		margin: 1.25rem 0 3.125rem 0
	}
}

.post-detail .post-text blockquote,
.post-detail .post-text blockquote p {
	color: #4d4d4d;
	font-size: 1.5rem;
	line-height: 1.875rem;
	font-weight: 900;
	min-height: 2.8125rem
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

	.post-detail .post-text blockquote,
	.post-detail .post-text blockquote p {
		min-height: auto;
		font-size: 2rem;
		line-height: 2.5rem
	}
}

@media only screen and (min-width: 64.063em) {

	.post-detail .post-text blockquote,
	.post-detail .post-text blockquote p {
		min-height: 8.125rem;
		font-size: 2rem;
		line-height: 2.5rem
	}
}

.post-detail .post-text blockquote p {
	margin: 0
}

.post-detail .post-text iframe {
	width: 100%;
	max-height: 12.5rem
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.post-detail .post-text iframe {
		max-height: 25rem
	}
}

@media only screen and (min-width: 64.063em) {
	.post-detail .post-text iframe {
		max-height: 23.4375rem
	}
}

.post-detail .post-text .post-image {
	margin: 0
}

.post-detail .views-share-box {
	margin: 1.5625rem 0 3.125rem 0
}

@media only screen and (min-width: 40.063em) {
	.post-detail .views-share-box {
		margin: 6.25rem 0 5rem 0
	}
}

@media only screen and (min-width: 64.063em) {
	.post-detail .views-share-box {
		margin: 6.25rem 0 6.25rem 0
	}
}

.post-detail .views-share-box .views-box {
	margin: 0 0 1.5625rem 0;
	font-weight: normal
}

@media only screen and (min-width: 40.063em) {
	.post-detail .views-share-box .views-box {
		margin: 1.875rem 0 1.5625rem 0
	}
}

.post-detail .views-share-box .views-box .fa {
	margin-right: 0.3125rem
}

.post-detail .views-share-box .views-box .views-label {
	font-size: 0.75rem;
	color: #b2b2b2
}

.post-detail .views-share-box .post-share-box {
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
	font-size: 1.125rem;
	padding: 1rem;
	background: #f7f7f7;
	display: block;
	background: #f7f7f7;
	border: 1px solid #cecece;
	margin: 0.625rem 0 0 0
}

@media only screen and (min-width: 40.063em) {
	.post-detail .views-share-box .post-share-box {
		display: inline-block;
		float: right
	}
}

.post-detail .views-share-box .post-share-box .share-label {
	vertical-align: middle;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: normal;
	display: inline-block;
	margin: 0 0.625rem 0 0
}

.post-detail .views-share-box .post-share-box .button-share-dark {
	vertical-align: middle;
	display: inline-block
}

.post-detail .views-share-box .post-share-box .share-options {
	float: right;
	height: 1.5625rem;
	margin: 0 0 0 1.25rem
}

.post-detail .views-share-box .post-share-box .share-options a {
	display: inline-block;
	width: 1.5625rem;
	height: 1.5625rem;
	margin: 0 0 0 0.625rem
}

.post-detail .views-share-box .post-share-box .share-options .facebook {
	background: url(../img/shareFacebookAlt@2x.png) no-repeat;
	background-size: cover
}

.post-detail .views-share-box .post-share-box .share-options .twitter {
	background: url(../img/shareTwitterAlt@2x.png) no-repeat;
	background-size: cover
}

.search {
	position: relative;
	float: right;
	overflow: hidden;
	width: 190px;
	border-bottom: 1px solid #cecece
}

.search .line {
	position: absolute;
	bottom: 0;
	width: 1px;
	height: 2px;
	background-color: #cecece
}

.search .line.init {
	left: 0
}

.search .line.mid {
	left: 160px
}

.search .line.last {
	right: 0
}

.search input {
	margin: 2px 5px;
	padding: 2px 5px;
	float: left;
	width: 150px;
	height: 1.25rem;
	display: inline-block;
	margin-bottom: 0;
	border: none;
	box-shadow: none
}

.search input:focus {
	background: none;
	box-shadow: none
}

.search .search-button {
	margin: 2px 0;
	padding: 0;
	width: 1.875rem;
	display: inline-block
}

.search .search-button i {
	font-size: 1.25rem;
	display: block
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.search {
		width: 290px
	}

	.search .line.mid {
		left: 260px
	}

	.search input {
		width: 250px
	}
}

@media only screen and (min-width: 64.063em) {
	.search {
		width: 370px
	}

	.search .line.mid {
		left: 340px
	}

	.search input {
		width: 330px
	}
}

.simple-breadcrumb {
	font-size: 0.75rem
}

.simple-breadcrumb .fa {
	margin-right: 0.625rem
}

.simple-breadcrumb .separator {
	display: inline-block;
	margin-left: 0.625rem
}

.pickmeup {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 100%;
	background: white;
	border: 1px solid #cecece;
	padding: 1.5625rem 0.375rem
}

.pickmeup .pmu-instance {
	width: 100%;
	padding: 0;
	margin: 0;
	height: auto;
	min-height: 13.8em
}

.pickmeup .pmu-instance .pmu-button {
	color: #4d4d4d
}

.pickmeup .pmu-instance nav .pmu-prev {
	text-align: right
}

.pickmeup .pmu-instance nav .pmu-next {
	text-align: left
}

.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
	width: 10%
}

.pickmeup .pmu-instance nav .pmu-prev:hover,
.pickmeup .pmu-instance nav .pmu-next:hover {
	color: #4d4d4d
}

.pickmeup .pmu-instance nav .pmu-prev:before,
.pickmeup .pmu-instance nav .pmu-next:before {
	font-family: "FontAwesome";
	margin-top: 0.3125rem;
	font-size: 26px
}

.pickmeup .pmu-instance nav .pmu-prev:before {
	content: "\f104"
}

.pickmeup .pmu-instance nav .pmu-next:before {
	content: "\f105"
}

.pickmeup .pmu-instance nav .pmu-month {
	width: 80% !important;
	line-height: 1.5rem;
	cursor: default
}

.pickmeup .pmu-instance nav .pmu-month:hover {
	color: #4d4d4d
}

.pickmeup .pmu-instance nav .pmu-month .month {
	font-size: 1.5rem;
	font-weight: bold;
	display: block
}

.pickmeup .pmu-instance nav .pmu-month .year {
	font-size: 1.125rem;
	display: block
}

.pickmeup .pmu-instance nav.pmu-day-of-week {
	margin-top: 1.5625rem
}

.pickmeup .pmu-instance nav.pmu-day-of-week div {
	width: 14.28%;
	color: #4d4d4d;
	font-weight: bold
}

.pickmeup .pmu-instance .pmu-days .pmu-button {
	width: 14.28%;
	line-height: auto;
	border: 1px solid white;
	padding: 0.25rem 0;
	font-weight: normal
}

.pickmeup .pmu-instance .pmu-days .pmu-button:hover {
	color: #4d4d4d
}

.pickmeup .pmu-instance .pmu-days .pmu-today {
	background: #f2f2f2;
	font-weight: normal;
	border: 1px solid #cecece
}

.pickmeup .pmu-instance .pmu-days .pmu-selected {
	background: #f2f2f2;
	font-weight: 900;
	border: 1px solid #cecece
}

.pickmeup .pmu-instance .pmu-days .pmu-selected-date {
	font-weight: 900;
	cursor: pointer
}

.pickmeup .pmu-instance .pmu-days .pmu-not-in-month {
	color: #ccc
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.pickmeup .pmu-instance {
		min-height: 18.75rem
	}
}

.available-info {
	margin: 0.625rem 0 0 0
}

.box-time {
	font-size: 48px;
	text-align: center
}

.large-button {
	margin: 0.625rem 0 0 0 !important
}

.label-termos {
  margin-left: 13px;
}

.text-aceito {
  margin-left: 6px;
}

.popup-termos {
  color: black;
  font-weight: bold;
  border-bottom: 1px solid black;
}
.fancybox-overlay {
	position: absolute !important; 
}
.fancybox-opened {
	z-index: 99999 !important;
}
.fancybox-overlay-fixed {
	position: fixed !important;
	background: #4d4d4d !important;
	opacity: 0.9;
}