

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	overflow-x: hidden;
	color: #222222;
}

a, button { transition: all 0.3s ease; }

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

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

.tm-position-relative { position: relative; }
.tm-flex-align-center { align-items: center; }
.tm-fa-6x { font-size: 6em; }
.tm-margin-b-0 { margin-bottom: 0; }
.tm-margin-b-20 { margin-bottom: 20px; }
.tm-p-4 { padding: 2rem !important; }
.tm-color-white { color: #ffffff; }
.tm-color-primary { color:  #430305; }
.tm-bg-primary { background:  #430305; }
.tm-bg-gray { background: #F4F4F4; }
.tm-bg-white { background: #ffffff; }
.tm-bg-dark-blue { background: #1f3646; }

.tm-bg-white-shadow {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
}

.tm-section-pad { padding: 30px 50px; }
.tm-section-pad-2 { padding: 30px 40px; }
.tm-article-pad { padding: 28px; }
.tm-sidebar-pad { padding: 15px 20px; }
.tm-sidebar-pad-2 { padding: 21px 20px; }
.tm-pad { padding: 20px; }


.tm-recommended-item .tm-media-body {
	padding-left: 18px;
}

a.tm-color-primary:hover,
a.tm-color-primary:active {
	color: #d53239;
}

.tm-font-light { font-weight: 300; }
.tm-font-normal { font-weight: 400; }
.tm-font-semibold { font-weight: 600; }

p {
	color: #898989;
	line-height: 1.9;
}

/* Navbar */
.navbar {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand {
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	color: #000000 !important;
}

.navbar-brand img {
	margin-right: 10px;
	height: 100px !important;
	width: auto !important;
	max-height: none !important;
	display: block;
}

.navbar a { color: black; }

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(238, 80, 87, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
	border-color: rgb(238, 80, 87);
	cursor: pointer;
}

.nav-item {
	background: transparent;
	border-left: 1px solid #ccc;
	cursor: pointer;
	font-size: 0.8rem;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0;
	transition: all 0.5s ease;
}

.nav-item:last-child { border-right: 1px solid #ccc; }

.nav-link.active,
.nav-link:hover {
	color: #ffffff !important;
	background:  #430305;
}


.navbar-brand img {
	height: 100px !important;
	width: auto !important;
	max-height: none !important;
	display: block;
}

.tm-top-bar.active .navbar-brand img {
	height: 68px !important;
	width: auto !important;
}



.tm-top-bar .navbar-expand-lg .navbar-nav .nav-link {
	padding: 50px 35px;
}

.tm-top-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 10000;
	transition: all 0.2s ease-in-out;
	height: 119px;
	background: #ffffff;
}

.tm-top-bar.active {
	height: 79px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link {
	padding: 30px 35px;
}

.tm-top-bar-bg { height: 119px; }

/* Sections */
.tm-section { min-height: 515px; }

.tm-section-pad {
	padding-top: 80px;
	padding-bottom: 80px;
}

#tm-section-1 {
	background-image: url('../img/bg-img-1.jpg');
	height: 515px;
}

#tm-section-5 {
	background-image: url('../img/bg-img-2.jpg');
}

#tm-section-6 {
	background-image: url('../img/bg-img-3.jpg');
	background-position: top center;
	padding-top: 120px;
	padding-bottom: 60px;
}

.tm-bg-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* Datepicker */
.qs-datepicker {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 0.8rem;
}

/* Form controls */
.form-control {
	border-radius: 0;
	padding: 0.6rem 0.75rem;
}

.form-control:focus {
	border-color:  #430305;
	box-shadow: 0 0 0 0.2rem rgba(238,80,87,.25);
}

.btn-primary {
	background-color:  #430305;
	border-color:  #430305;
	border-radius: 0;
	cursor: pointer;
	font-size: 0.7rem;
	font-weight: 600;
	padding: 13px 30px;
	text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #d53239 !important;
	border-color: #d53239 !important;
}

.tm-search-form .tm-form-element { padding: 0 5px; }
.tm-form-element { position: relative; }
.tm-form-element:last-child { margin-right: 0; }

.tm-form-element-icon {
	color:  #430305;
	position: absolute;
	top: 10px;
	left: 15px;
}

.tm-form-element-icon-small {
	top: 16px;
	left: 18px;
}

select.tm-select.form-control:not([size]):not([multiple]) { height: 100%; }

select:not([multiple]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: right 50%;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBBSW1hZ2VSZWFkeXHJl1pAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
	padding: .5em;
	padding-right: 1.5em;
}

select.tm-select::-ms-expand { display: none; }

.tm-select {
	border-radius: 0;
	color: #858789;
}

.tm-search-form .form-control {
	font-size: 0.8rem;
	padding: 0.75rem 0.75rem 0.75rem 45px;
}

.tm-search-form .tm-form-element { width: 33.3333%; }
.tm-search-form .tm-form-element-2 { width: 25%; }
.tm-search-form .tm-form-element-100 { width: 100%; }
.tm-search-form .tm-form-element-50 { width: 50%; }

.tm-search-form-row {
	width: 760px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.tm-btn-search { width: 100%; }

/* Hero white form box */
.ie-container-width-fix-2 {
	width: auto;
	display: inline-block;
	max-width: 100%;
}

#tm-section-1 .tm-bg-white {
	padding: 0;
	margin: 0 auto;
}

#tm-section-1 .container.ie-h-align-center-fix {
	text-align: center;
}

#tm-section-1 .tm-search-form {
	display: inline-block;
	text-align: left;
	background: #ffffff;
}

.ie-container-width-fix {
	max-width: 100%;
}

/* Section arrow */
.tm-section-down-arrow {
	position: absolute;
	top: -1px;
	width: 100%;
	height: 100px;
}

.tm-pt-5 { padding-top: 150px; }
.tm-pb-4 { padding-bottom: 100px; }

/* Red intro strip */
.tm-section-2 {
	background:  #430305;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.tm-section-title {
	color: #ffffff;
	font-size: 3rem;
}

.tm-section-title-2 {
	font-size: 3.2rem;
	font-weight: 600;
}

.tm-section-subtitle {
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 25px;
}

.tm-section-subtitle-2 { font-size: 1.8rem; }

.tm-btn-white-bordered {
	display: inline-block;
	padding: 10px 25px;
	border: 2px solid #ffffff;
	background: transparent;
	text-transform: uppercase;
}

.tm-btn-white-bordered:hover,
.tm-btn-white-bordered:focus {
	color:  #430305;
	background: #ffffff;
}

.slick-dots { bottom: -35px; }

.tm-article {
	padding: 40px;
	transition: all 0.3s ease;
	background: transparent;
}

.tm-article:hover {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	transform: scale(1.05);
	background: #ffffff;
}

.tm-article-title-1 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 20px;
}

.tm-article-title-2 {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 1px;
}

.tm-article-title-3 { font-size: 1.1rem; }

.tm-btn-primary {
	display: block;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.75rem;
}

.tm-sidebar-title {
	font-size: 1.3rem;
	margin-bottom: 5px;
}

.tm-sidebar-item-title {
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.tm-recommended-item .tm-bg-gray { transition: all 0.3s ease; }
.tm-recommended-item:hover .tm-bg-gray { background: #DDDDDD; }

.tm-recommended-item h4 {
	color: #000000;
	transition: all 0.3s ease;
}

.tm-recommended-item:hover h4 { color:  #430305; }
.tm-media { align-items: stretch; }

.tm-media,
.tm-media-1 {
	margin-bottom: 15px;
}

.tm-media:last-child,
.tm-media-1:last-child {
	margin-bottom: 0;
}

.tm-media-body,
.tm-media-body-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.tm-media-body-1 {
	padding-left: 25px;
}

.tm-media-body-v-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Hospedagem section fix */
#tm-section-4 {
	position: relative;
	z-index: 3;
	padding-bottom: 120px;
}

#tm-section-4 .tm-article-carousel,
#tm-section-4 .tm-recommended-container {
	position: relative;
	z-index: 3;
}

/* Video section */
.tm-bg-video {
	position: relative;
	background: #ccc;
	overflow: hidden;
}

#tm-section-5 {
	min-height: 620px;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 2;
}

video {
	display: block;
	width: 100%;
	height: auto;
}

.tm-bg-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.tm-btn-play,
.tm-btn-pause {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1001;
	color: #ffffff;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.tm-btn-pause { display: none; }

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(31, 54, 70, 0.35);
	z-index: 1;
}

#tm-section-5 .tm-media-container {
	position: relative;
	z-index: 2;
}

#tm-section-5 .tm-media-1:last-child {
	margin-bottom: 0;
}

#tm-section-5 .tm-pad {
	padding-bottom: 30px;
}









/* Eventos - carrossel full width */
.tm-events-carousel-wrapper {
	position: relative;
	width: 100%;
	min-height: 620px;
	overflow: hidden;
	background: #1f3646;
}

.tm-events-carousel,
.tm-event-slide {
	position: relative;
	width: 100%;
	min-height: 620px;
}

.tm-event-slide img {
	width: 100%;
	height: 620px;
	object-fit: cover;
	display: block;
}

.tm-event-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(31, 54, 70, 0.38);
	display: flex;
	align-items: center;
	z-index: 2;
}

.tm-event-caption {
	max-width: 650px;
	color: #ffffff;
}

.tm-event-caption h2 {
	font-size: 3rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.tm-event-caption p {
	font-size: 1rem;
	line-height: 1.9;
	color: rgba(255,255,255,0.92);
	margin-bottom: 0;
}

.tm-events-carousel .slick-dots {
	bottom: 25px;
	z-index: 5;
}

.tm-events-carousel .slick-dots li button:before {
	color: #ffffff;
	opacity: 0.7;
	font-size: 12px;
}

.tm-events-carousel .slick-dots li.slick-active button:before {
	color: #ffffff;
	opacity: 1;
}

.tm-events-carousel .slick-prev,
.tm-events-carousel .slick-next {
	z-index: 5;
	width: 50px;
	height: 50px;
}

.tm-events-carousel .slick-prev {
	left: 25px;
}

.tm-events-carousel .slick-next {
	right: 25px;
}

.tm-events-carousel .slick-prev:before,
.tm-events-carousel .slick-next:before {
	font-size: 40px;
	color: #ffffff;
	opacity: 0.9;
}

@media screen and (max-width: 991px) {
	.tm-events-carousel-wrapper,
	.tm-events-carousel,
	.tm-event-slide {
		min-height: 520px;
	}

	.tm-event-slide img {
		height: 520px;
	}

	.tm-event-caption h2 {
		font-size: 2.3rem;
	}
}

@media screen and (max-width: 767px) {
	.tm-events-carousel-wrapper,
	.tm-events-carousel,
	.tm-event-slide {
		min-height: 440px;
	}

	.tm-event-slide img {
		height: 440px;
	}

	.tm-event-caption {
		max-width: 100%;
		padding-right: 20px;
	}

	.tm-event-caption h2 {
		font-size: 1.7rem;
		margin-bottom: 15px;
	}

	.tm-event-caption p {
		font-size: 0.92rem;
		line-height: 1.7;
	}

	.tm-events-carousel .slick-prev {
		left: 10px;
	}

	.tm-events-carousel .slick-next {
		right: 10px;
	}
}

@media screen and (max-width: 524px) {
	.tm-events-carousel-wrapper,
	.tm-events-carousel,
	.tm-event-slide {
		min-height: 380px;
	}

	.tm-event-slide img {
		height: 380px;
	}

	.tm-event-caption h2 {
		font-size: 1.35rem;
	}

	.tm-event-caption p {
		font-size: 0.85rem;
	}
}





/* Contact / map */
#google-map {
	background-color: #e5e5e5;
	width: 100%;
	min-height: 385px;
	border: 0;
	display: block;
}

.contact-form .form-group { margin-bottom: 20px; }
.contact-form .form-control { font-size: 0.85rem; }
.contact-form textarea { resize: vertical; }

/* Footer */
footer p {
	font-size: 0.95rem;
}

footer a.tm-color-primary:hover {
	color: #ffffff;
}

/* Responsive */
@media screen and (max-width: 1199px) {
	.tm-top-bar .navbar-expand-lg .navbar-nav .nav-link {
		padding: 40px 30px;
	}

	.tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link {
		padding: 25px 30px;
	}

	.tm-search-form-row {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.tm-top-bar.active,
	.tm-top-bar,
	.tm-top-bar-bg {
		height: 65px;
	}

	.tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link,
	.tm-top-bar .navbar-expand-lg .navbar-nav .nav-link {
		padding: 12px 15px;
	}

	#mainNav {
		width: 220px;
		position: absolute;
		top: 60px;
		right: 15px;
		-webkit-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
		-moz-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
		box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	}

	.nav-item,
	.nav-item:last-child {
		border-left: 0;
		border-right: 0;
	}

	.navbar-brand {
		font-size: 1.2rem;
	}

	.navbar-brand img {
		max-height: 42px;
	}

	.tm-search-form .tm-form-element {
		width: 33%;
		max-width: 215px;
	}

	.tm-search-form .tm-form-element-100 {
		width: 100%;
		max-width: none;
	}

	.tm-search-form .tm-form-element-50 {
		width: 50%;
		max-width: none;
	}

	.tm-search-form-row {
		width: 98%;
		max-width: 760px;
	}

	.tm-recommended-container { margin-top: 30px; }

	video {
		top: 25%;
		left: 0;
		min-width: 50%;
		min-height: 50%;
		width: auto;
		height: auto;
	}

	.tm-section-title {
		font-size: 2.4rem;
	}

	.tm-section-title-2 {
		font-size: 2.6rem;
	}
}

@media screen and (max-width: 767px) {
	.tm-search-form .tm-form-element {
		width: 50%;
		max-width: 235px;
	}

	#tm-section-1 {
		padding-left: 15px;
		padding-right: 15px;
		height: auto;
		min-height: 515px;
	}

	.tm-media-container,
	.tm-media-title-container {
		max-width: 320px;
		margin-right: auto;
	}

	.tm-media-title-container {
		margin-left: auto;
		margin-bottom: 20px;
	}

	.tm-media-1 {
		flex-direction: column;
		max-width: 280px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	.tm-media-body-1 {
		padding-left: 0;
		margin-left: 0;
		margin-top: 20px;
	}

	.tm-bg-video { padding-top: 0; }
	.overlay { height: 100%; }

	.tm-article {
		padding: 25px 20px;
	}

	.tm-pt-5 {
		padding-top: 110px;
	}

	.tm-pb-4 {
		padding-bottom: 70px;
	}

	.tm-section-title {
		font-size: 2rem;
	}

	.tm-section-title-2 {
		font-size: 2.1rem;
	}

	.tm-section-subtitle-2 {
		font-size: 1.4rem;
	}

	.tm-sidebar-item-title {
		font-size: 1rem;
	}

	#tm-section-4 {
		padding-bottom: 80px;
	}

	#tm-section-5 {
		min-height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 767px) and (min-width: 524px) {
	.tm-search-form .tm-form-element-100 {
		width: 100%;
		max-width: none;
	}

	.tm-search-form .tm-form-element-50 {
		width: 50%;
	}
}

@media screen and (max-width: 524px) {
	.tm-section-pad-2 { padding: 20px 25px; }

	.tm-search-form .tm-form-element {
		width: 100%;
		max-width: 100%;
	}

	.tm-search-form .tm-form-element-50,
	.tm-search-form .tm-form-element-100,
	.tm-search-form .tm-form-element-2 {
		width: 100%;
		max-width: 100%;
	}

	.tm-fx-col-xs { flex-direction: column; }
	.tm-section-pad { padding: 25px 15px; }
	#tm-section-1 { height: auto; min-height: 650px; }

	.tm-section-title {
		font-size: 1.7rem;
	}

	.tm-section-title-2 {
		font-size: 1.7rem;
	}

	.tm-section-subtitle,
	.tm-section-subtitle-2 {
		font-size: 1rem;
	}

	.btn-primary,
	.tm-btn-white-bordered {
		width: 100%;
		text-align: center;
	}
}

/* IE Fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ie-h-align-center-fix {
		margin-left: 0;
		margin-right: 0;
	}

	.ie-10-ml-auto { float: right; }
	.tm-media-body, .tm-media-body > * { width: 100%; }
	.tm-media-body-1, .tm-media-body-1 > * { width: 100%; }
	.tm-media-1 > * { flex: 1 1 auto; }
}

@media all and (max-width: 1199px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ie-container-width-fix { width: 960px; }
}

@media all and (max-width: 600px) {
	.ie-container-width-fix-2 { width: auto; max-width: 100%; }
}

@media all and (max-width: 560px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ie-container-width-fix {
		max-width: 530px;
		width: 100%;
	}
}