@media (max-width:1200px) {

	.center {
	 	width: calc(100% - 20px);
	  	margin: 0 10px 0 10px;
	}
}

@media (max-width:980px) {

	#top .t-location {
		display: none;
	} 

	#top .t-info {
		display: flex;
	  	justify-content: space-between;
	  	width: 100%;
	}
	#top .t-info > span {
		display: inline-block;
	  	margin: 0 10px 0 10px;
	}
	#top .t-info > ul {
	  	display: none;
	}
	#top .t-language {
	  display: none;
	}


	header {
	  	padding: 10px 0 10px 0;
	}
	header .menu {
		display: block;
	  	font-size: 25px;
	  	color: #fff;
	  	cursor: pointer;
	}
	header .cart {
	  	font-size: 25px;
	  	color: #fff;
	}
	header .logo img {
	  	height: 50px;
	}
	header nav {
	}


	nav {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.8);
		overflow-x: hidden;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
		z-index: 9999999999;
	}
	nav > div {
		position: fixed;
		width: 320px !important;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		background: #037fdf;
		overflow-x: hidden;
		z-index: 99999;
	}


	nav .language {
	  display: flex;
	  justify-content: space-between;
	  width: 50%;
	  margin: 20px 0 0 10px;
	}
	nav .language span {
	  display: inline-block;
	  margin: 0 5px 0 5px;
	  cursor: pointer;
	}
	nav .language span img {
	  width: 35px;
	  height: auto;
	  border-radius: 3px;
	}



	header nav .bt-close {
		position: absolute;
		display: block;
		top: 15px;
		right: 15px;
		font-size: 25px;
		color: #fff;
		cursor: pointer;
		z-index: 9999999;
	}
	header nav > div > ul {
	  	display: block;
	  	margin: 20px 0 0 0;
	}
	header nav > div > ul > li {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		height: auto;
	}
	header nav > div > ul > li > span {
		display: block;
	  	margin: 0;
	  	padding: 20px 20px 5px 20px;
	}
	header nav > div > ul > li > a {
	  	display: block;
	  	margin: 0;
	  	padding: 20px 20px 20px 20px;
	  	border-bottom: 1px solid #01332D;
	}
	header nav > div > ul > li > a:hover {
		background: #1e95f1;
	}
	header nav > div > ul > li:hover ul {
	  	display: block;
	}


	header nav > div > ul > li > ul { 
		display: block;
		position: relative;
		top: 0;
		width: 100%;
		margin: 20px 0 30px 0;
		border-radius: 0;
		background: #1e95f1;
		z-index: 9999;
	}
	header nav > div > ul > li > ul > li { 
	 	border-bottom:  1px solid #043D36;
	}
	header nav > div > ul > li > ul > li > a { 
	  	padding: 18px 30px 18px 40px;
	  	font-size: 14px;
	  	color: #f9f9f9;
	}
	header nav > div > ul > li > ul > li > a:hover { 
	  	background: #07564D;
	}


	.top-active {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: all .35s linear;
		-moz-transition: all .35s linear;
		-ms-transition: all .35s linear;
		transition: all .35s linear;
	}
	.top-inactive {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all .35s linear;
		-moz-transition: all .35s linear;
		-ms-transition: all .35s linear;
		transition: all .35s linear;
	}


	footer {
	  display: block;
	  width: 100%;
	  padding: 40px 0 40px 0;
	  background: #037fdf;
	  color: #fff;
	}

	.f-content .f-address {
	  	display: block;
	  	width: 100%;
	  	margin: 0 0 50px 0;
	  	text-align: center;
	}
	.f-content .f-address > img {
	  	display: inline-block;
	  	margin: 0 0 10px 0;
	  	height: 60px;
	}
	.f-content .f-address > b {
	  	margin: 20px 0 7px 0;
	}
	.f-link {
		display: block;
		width: calc(100%);
		margin: 0;
	}
	.f-link > div {
		display: block;
		width: 100%;
		margin: 0 0 40px 0;
		text-align: center;
	}
	.f-link > div > ul > li {
	  	margin: 10px 0 10px 0;
	}
	footer .social li {
		display: inline-block;
		height: 35px;
		width: 45px;
		margin: 10px 15px 0 15px !important;
		padding: 10px 0 0 0;
		border-radius: 100%;
		background: #01398c;
		font-size: 25px;
	}
	footer .social li span {
		display: none;
	}
	.f-copy {
		text-align: center;
	}




	.title {
		display: block;
		width: 100%;
		margin: 20px 0 10px 0;
	}
	.title > h1 {
		font-size: 28px;
	}


	.title > .social {
		width: 100%;
	}
	.title > .social > a {
		display: inline-block;
		width: calc(25%);
		padding: 8px 0 8px 0;
		margin: 0;
		border-radius: 0;
	}
	.title > .social > a:first-of-type {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.title > .social > a:last-of-type {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}




	.list {
		margin: 40px 0 80px 0;
	}






	.slide-home {
	  height: 400px;
	}
	.slide-home > div {
	  top: 20%;
	  left: 30px;
	}
	.slide-home > div > b {
	  font-size: 35px;
	}
	.slide-home > div > p {
	  font-size: 15px;
	}



	.h-why {
	  position: relative;
	  top: 0;
	  display: block;
	  width: calc(100% - 60px);
	  padding: 30px;
	  border-radius: 0;
	}
	.h-why h2 {
	  display: block;
	  width: 100%;
	  margin: 0 0 30px 0;
	  font-size: 25px;
	  text-align: center;
	}
	.h-why section {
	  display: inline-block;
	  width: calc(100%);
	  vertical-align: middle;

	}
	.h-why section > div {
		vertical-align: top;
	 	width: calc(25% - 20px);
	 	margin: 0 10px 0 10px;
	}
	.h-why section > div > span {
	  display: inline-block;
	  text-align: center;
	  margin: 0;
	}
	.h-why section > div > span > i {
	  font-size: 30px;
	}
	.h-why section > div > p {
		width: 100%;
	  font-size: 14px;
	}





	.h-atrativo {
	  width: calc(100% - 52px);
	  padding: 25px;
	  margin: 50px 0 0 0;
	}
	.h-a-title {
	  margin: 0 0 50px 0;
	}
	.h-a-title > h2 {
	  width: 100%;
	  margin: 0;
	  font-size: 28px;
	}
	.h-a-title > div {
	  display: block;
	  margin: 30px 0 0 0;
	  width: calc(100%);
	}
	.h-a-title > div > span {
	  display: inline-block;
	  width: calc(25% - 20px);
	  padding: 20px 10px 20px 10px;
	  font-size: 16px;
	  border-bottom: 6px solid #dfe2e6;
	}
	.h-a-title > div > .select {
	  border-bottom: 6px solid #6e93f0 !important;
	}


	.h-a-content > section > div {
	  display: block;
	  color: #878e96;
	  vertical-align: top;
	}
	.h-a-content > section > div:first-of-type {
	  width: calc(100%);
	  margin: 0 50px 0 0;
	}
	.h-a-content > section > div:first-of-type h3 {
	  font-size: 25px;
	}
	.h-a-content > section > div:first-of-type div {
	  display: block;
	  margin: 40px 0 0 0;
	}
	.h-a-content > section > div:first-of-type div > span {
	  display: inline-block;
	  width: calc(33.33333%);
	  text-align: center;
	  vertical-align: top;
	}

	.h-a-content > section > div:last-of-type {
		margin: 50px 0 0 0;
	  	width: 100%;
	}

	.h-passeio h2{
		margin: 50px 0 0;
	}

	.h-hospedagem {
	  margin: 50px 0 0 0;
	}
	.h-hospedagem > section  {
	  display: inline-block;
	  width: calc(100%);
	  margin: 20px 0 0 0;
	  color: #4a5056;
	}
	.h-hospedagem > section > h2, .h-passeio h2  {
	  font-size: 26px;
	}
	.h-hospedagem > section > p  {
	  display: block;
	  width: 100%;
	  margin: 20px 0 30px 0;
	  font-size: 15px;  
	}

	.h-hospedagem > section > div  {
	  width: 100%;
	}
	.h-hospedagem > section > div > strong  {
	  display: block;
	  margin: 0 0 30px 0;
	  font-size: 15px;
	  font-weight: 500;
	}
	.h-hospedagem > section > div > span {
	  display: inline-block;
	  width: calc(25% - 20px);
	  margin: 0 10px 0 10px;
	  vertical-align: top;
	  text-align: center;
	}
	.h-hospedagem > section > div > span > img {
	  display: inline-block;
	  width: auto;
	  height: 55px;
	}
	.h-hospedagem > section > div > span > small {
	  display: block;
	  font-size: 14px;
	  font-weight: 600;
	}

	.h-hospedagem > aside {
	  display: block;
	  width: 100%;
	  margin: 50px 0 0 0;
	}
	.h-hospedagem > aside > a > img{
	  width: 100%;
	  
	}


	.h-funciona {
	  width: calc(100% - 40px);
	  padding: 50px 20px 50px 20px;
	  margin: 30px 0 30px 0;
	}
	.h-funciona h2 {
	  margin: 10px 0 50px 0;
	  font-size: 26px;
	}



}

@media (max-width:800px) {

	#content {
		display: block;
	}

	.right {
		width: 100%;
		margin: 0;
	}
	.left {
		width: 100%;
	}


	#formOrcamento {
		margin: 50px 0 20px 0;
	}


		


	.l-info {
	  display: block;
	  margin: 0 0 40px 0;
	}
	.l-info > h1 {
	  margin: 20px 0 0 0;
	  font-size: 22px;
	}


	.relation {
	  margin: 80px 0 30px 0;
	}



	.l-info-preco > div:first-of-type {
	  width: calc(100%);
	   text-align: center; 
	}
	.l-info-preco > div:last-of-type {
	  width: 100%;
	  margin: 20px 0 0 0;
	}




	
	#splashRegister > div > section {
	  width: calc(100% - 80px);
	}

	#splashRegister > div > section > span {
	  position: absolute;
	  right: -15px;
	  top: -15px;
	  width: 30px;
	  height: 27px;
	  padding: 3px 0 0 0;
	  background: #fff;
	  font-size: 22px;
	  text-align: center;
	  border-radius: 100%;
	  cursor: pointer;
	}

	#splashRegister > div > section > section, aside {
	  display: inline-block;
	  width: 50%;
	  vertical-align: top;
	}
	#splashRegister > div > section > aside {
		display: none;
	}

	#splashRegister > div > section > section {
		width: 100%;
	  	height: auto;
	}

	


	.h-c-info {
	  display: block;
	  width: calc(100% - 60px);
	  height: auto;
	  padding: 30px;
	  margin: 0
	}
	.h-c-form {
	  display: block;
	  width: 100%;
	}
	.h-c-info > h2 {
	  margin: 0 0 20px 0;
	}
	.h-c-info > p {
	  width: 100%;
	  margin: 0 0 50px 0;
	}
	.h-c-info > section {
	  width: calc(100% - 40px);
	  padding: 20px;
	}
	



	.h-why section > div {
	  width: calc(50% - 40px);
	  margin: 0 20px 30px 20px;
	  text-align: center;
	}







	.calendar {
	  position: fixed;
	  display: flex;
	  align-items: center;
	  flex-direction: row;
	  justify-content: center;
	  top: 0;
	  left: 0;
	  width: 100vw;
	  height: 100vh;
	  background: rgba(0, 0, 0, 0.6);
	  z-index: 99;
	}
	.calendar .bt-close {
	  position: absolute;
	  right: 10px;
	  top: 10px;
	  font-size: 25px;
	  color: #000;
	  cursor: pointer;
	}

	.calendar > div {
	  width: calc(100vw - 40px);
	  height: calc(100vh - 40px);
	  padding: 20px;
	  border-radius: 0;
	  overflow-x: auto;
	}

	.calendar .left {
	  display: block;
	  width: calc(100%);
	  margin: 0 0 25px 0;
	}
	.calendar .right {
	  display: block;
	  width: calc(100%);
	  height: auto;
	}


	.calendar .-price > b {
	  font-size: 22px;
	  font-weight: 500;
	}


	.calendar .c-button {
	  display: block;
	}
	.calendar .c-button > .button {
	  display: block;
	  width: calc(100%);
	  margin: 30px 0 0 0;
	  padding: 20px 0 20px 0;
	
	}
	.calendar .c-button > .button:hover {
	  background: #d84d38;
	}




	.carrinho-resume {
	  width: calc(100% - 40px);
	}

	.carrinho-content {
	  width: calc(100%);
	  margin: 0 0 0 0;
	}

	.item-c > .img {
	  width: 100px;
	  height: 100px;
	  margin: 0 30px 0 0;
	}

	.item-c > .content {
	  width: calc(100% - 130px);
	}




	.l-info-price > div > div {
	  display: block;
	  width: 100%;
	  margin: 15px 0 15px 0;
	}





	.formLogin {
	  display: block;
	  width: calc(100% - 60px);
	  margin: 0 0 50px 0;
	}

	.formCadastro {
	  display: block;
	  width: calc(100% - 60px);
	}


	.c-f-full {
	  display: block;
	  width: calc(100% - 5px);
	  margin: 0 0 20px 0;
	  vertical-align: top;
	}

	.c-f-half {
	  display: inline-block;
	  width: calc(100%);
	  margin: 0 0 20px 0;
	  vertical-align: top;
	}
	.c-f-half + .c-f-half {
	  width: calc(100%);
	  margin: 0 0 20px 0;
	}
	.c-f-half div:first-of-type {
	  width: calc(100%);
	}
	.c-f-half div + div {
	  width: calc(100%);
	  margin: 0 0 0 0;
	}


	.c-field button[type=button], .field button[type=reset] {
	  display: block;
	  width: calc(100%);
	  margin: 5px 0 0 0;
	  padding: 20px 25px 20px 25px;
	}
	
	.payment-opt {
	  display: block;
	  width: calc(100%);
	  margin: 30px 0 0 0;
	}
	.payment-resume {
	  display: block;
	  width: calc(100% - 40px);
	  padding: 20px 20px 30px 20px;
	  margin: 0 0 0 0;
	}

	.item > a > .item-img, .item > a > .item-img > img  {
		height: 200px;
	}


	.modal2 > div {
	  width: calc(100% - 40px);
	  height: calc(100% - 40px);
	  padding: 20px;
	}
	.modal2 > div > span {
	  top: 5px;
	  right: 5px;
	  font-size: 25px;
	}
	.modal2 #formPacote {
		margin: 10px 0 0 0;
	}



	#search > div {
	  width: calc(100% - 20px);
	  margin: 0 10px 300px 10px;
	}
	#search > div > div {
	  width: calc(100% - 30px);
	  padding: 5px 15px 5px 15px;
	}
	#search > div > div > input {
	  width: calc(100% - 80px);
	  padding: 15px 20px 15px 20px;
	  font-size: 18px;
	}
	#search > div > div > button {
	  font-size: 32px;
	}

	#search input::-webkit-input-placeholder {
	  font-size: 18px;
	}
	#search input:-moz-placeholder {
	  font-size: 18px;
	}
	#search input::-moz-placeholder {  
	  font-size: 18px;
	}
	#search input:-ms-input-placeholder {  
	  font-size: 18px;
	}




	.instagram .instagram-itens div {
	  width: calc(50% - 20px);
	}
	.instagram .instagram-itens img {
	  height: 200px;
	} 

}

@media (max-width:576px) {
	.item > a > .item-img, .item > a > .item-img > img  {
		height: auto;
	}
}

@media (max-width:414px) {

	.nl-form {
	  	display: block;
		width: calc(100% - 40px);
		padding: 20px;
	}
	.nl-form input {
	  	width: calc(100% - 40px);
	  	height: 45px;
	  	margin: 0 0 10px 0;
	}
	.nl-form button {
		margin: 10px 0 0 0;
	  	width: 100%;
	  	height: 50px;
	  	font-weight: 600;
	}



	.gridMSG > div {
	  width: calc(100% - 80px);
	  padding: 30px 20px 30px 20px;
	  margin: 20px;
	}
	.gridMSG > div label {
	  margin: 0 0 30px 0;
	}
	.gridMSG .buttons span {
	  width: calc(100% - 23px);
	  margin: 10px 10px 10px 10px;
	}




	#formWhatsapp {
	  width: 100%;
	  height: 100%;
	  right: 0;
	  bottom: 0;
	}


	#formWhatsapp > p {
		width: calc(100% - 40px);
		margin: 5px 10px 5px 10px;
		font-size: 15px;
	}

	#formWhatsapp > .content {
		height: calc(100% - 160px);
	  	margin: 0;
	}





	.list-passeio > section {
	  margin: 0 0 30px 0;
	}
	.list-passeio > section .img {
	  display: block;
	  width: 100%;
	  height: 150px;
	  margin: 0 0 0 0;
	}
	.list-passeio > section .img > img {
	  width: 100%;
	  height: auto;
	}

	.list-passeio > section .content {
	  width: calc(100%);
	}
	.list-passeio > section .content > h3 {
	  margin: 12px 0 10px 0;
	}



	.h-why section > div {
	  width: 50%;
	  margin: 0 0 30px 0;
	  text-align: center;
	}



	.h-f-item {
	  display: inline-block;
	  height: 160px;
	  width: calc(100% - 60px);
	  margin: 0 10px 30px 10px;
	  padding: 10px 20px 10px 20px;
	}
	.h-f-item > img {
	  width: 100px;
	  height: auto;
	  vertical-align: bottom;
	}



	.l-info-price > div {
	  display: block;
	  width: calc(100% - 42px);
	}



	.item-c > .img {
		display: block;
	  width: 100%;
	  height: 70px;
	  margin: 0 0 10px 0;
	  overflow: hidden;
	  border-radius: 5px;
	}
	.item-c > .img > img {
	  width: 100%;
	  height: auto;
	}

	.item-c > .content {
		display: block;
	  width: calc(100%);
	}



	.modal > div {
	  width: calc(100% - 70px);
	  margin: 0 15px 0 15px;
	  padding: 20px;
	}

}


@media (max-width:320px) {

	#top .t-info > span > a > b {
	  display: none;
	}
	

	.h-hospedagem > section > div > span {
	  display: inline-block;
	  width: calc(50% - 20px);
	  margin: 0 10px 20px 10px;
	  vertical-align: top;
	  text-align: center;
	}

}


