* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Playfair Display', serif;
}

html,
body {
	height: 100%;
}

/* Divs gerais! */

div.clear {
	clear: both;
}

div.container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

/* ********** */

/*header*/

header,
footer {
	background-image: url('../imagens/bg-mosaico.png');
	background-position: center;
	background-size: 100% 100%;
	padding: 10px 2%;

}

div.menu {
	text-align: center;
	width: 100%;
}

section.chamada div.menu p {
	padding: 1%;
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	max-width: 1200px;
	font-weight: 100;
	margin: -20px;
}


div.logo-1 {
	float: left;
	width: 20%;
	height: 130px;
	/* background-color: purple; */
	background-image: url('../imagens/logo1.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

div.logo-2 {
	float: right;
	width: 20%;
	height: 120px;
	/* background-color: green; */
	background-image: url('../imagens/logo2.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
}

/*Background*/

section.cover-form {
	width: 100%;
}

div.bg {
	background-image: url(../imagens/bg-form.jpg);
	height: 560px;
	background-size: cover;
	background-position: center;
	position: relative;
}

div.slide-position {
	width: 50%;
	position: absolute;
	left: 120px;
	top: -2.5%;
	height: 105%;
	overflow: hidden;
	background-color: #033c58;
	margin: 0 auto;
	padding: 0 !important;

}


.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

.mySlides {
	display: none;
	animation: fade 1s ease-in-out;
}

@keyframes fade {
	from {
		opacity: 0.4;
	}

	to {
		opacity: 1;
	}
}

/* Adicionado para evitar animação na primeira exibição */
.mySlides.fade {
	animation: fade 1s ease-in-out;
}

img.slide-img {
	width: 100%;
	height: 100%;
	min-height: 600px;
}

.prev,
.next {
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	color: white;
	background-color: black;
	border: none;
}

.prev {
	left: 0;
}

.next {
	right: 0;
}



div.video-position {
	height: 105%;
	position: absolute;
	right: 120px;
	top: -2.5%;
}

div.video-container {
	width: 100%;
	height: 100%;
	z-index: 999;

}

video.video-bg {
	width: 100%;
	height: 100%;


}


/*Chamada*/

section.chamada {
	width: 100%;
	z-index: 1;
	text-align: center;

}

section.chamada div.container {
	background-color: #033c58;
	padding: 70px 0 50px 0;
}

section.chamada h2 {
	width: 96%;
	max-width: 700px;
	display: inline-block;
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
}

section.chamada p {
	width: 96%;
	max-width: 700px;
	display: inline-block;
	color: white;
	margin-top: 10px;
	font-size: 18px;
	font-weight: normal;
}

/*Mosaico*/

div.flex-mosaico {
	display: flex;
	/* background-color: aquamarine; */

}

div.esquerda {
	width: 50%;
	float: left;
	padding: auto;

}

div.direita {
	width: 50%;
	float: right;
	padding: auto;
}


div.item-1-mosaico {
	background-position: center;
	background-size: 100%;
	width: 60%;

}

div.item-2-mosaico {
	background-image: url('../imagens/bg.png');
	background-position: center;
	background-size: 100% 100%;
	padding: 60px 10% 60px 1%;
	width: 40%;


}

div.item-2-mosaico p {
	color: black;
	font-weight: bolder;
	font-size: 23px;
	text-align: center;
}

/*Divugacoes*/

div.item-tour-wraper {
	float: left;
	width: calc(100% / 3 - 2%);
	margin: 2% 2%;
	margin-left: -4px;
	padding-left: calc(2% - 4px);
	padding-bottom: 2%;
	margin-bottom: -2%;

}

div.item-tour-wraper div.img-tour {
	width: 100%;
	padding-top: 50%;
	border: 4px solid rgb(0, 187, 255);
	box-shadow: 6px 6px 10px rgba(0, 187, 255, 0.4);

}

div.wraper2,
div.desc2 {

	padding-top: 0%;
}

div.tour-info-jordao h2 {
	width: 100%;
	max-width: 600px;
	display: inline-block;
	color: rgb(0, 0, 0);
	font-size: 19px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 5%;

}


div.tour-info h2 {
	width: 100%;
	max-width: 700px;
	display: inline-block;
	color: rgb(0, 0, 0);
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	padding: 5%;

}

div.cpjordao h2 {
	width: 100%;
	max-width: 800px;
	display: inline-block;
	color: rgb(0, 0, 0);
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	padding: 5%;

}


.link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5%;
}

a.whatsapp {
	text-align: center;
	align-items: center;
	border-radius: 40px 40px;
}

div.img-aeroporto {
	background-image: url('../imagens/aeroporto.jpg');
	background-position: center;
	background-size: 100% 100%;
}

div.img-guia{
	background-image: url('../imagens/guia.jpg');
}

div.img-cpjordao{
	background-image: url('../imagens/camposjordao.jpg');
}

div.img-guia, div.img-cpjordao {
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	min-height: 600px;
	padding-top: 50%;
	border: 4px solid rgb(0, 187, 255);
	box-shadow: 6px 6px 10px rgba(0, 187, 255, 0.4);

}

div.guia {
	width: 50%;
	/* Ajuste conforme necessário */
	float: left;
	margin-left: 25%;
	/* Calculado como (100% - largura da div) / 2 */
}

div.wr1,
div.wr3 {

	display: none;
}

div.wr2 {
	width: 100%;
	text-align: center;
	/* Opcional */
}

div.img1 {
	background-image: url('../imagens/praia-pedra-do-sino.png');
	background-position: center;
	background-size: 100% 100%;
}

div.img2 {
	background-image: url('../imagens/praia-do-curral.png');
	background-position: center;
	background-size: 100% 100%;
}

div.img3 {
	background-image: url('../imagens/praia-da-feiticeira.png');
	background-position: center;
	background-size: 100% 100%;
}

div.img4 {
	background-image: url('../imagens/piscinas-naturais.png');
	background-position: center;
	background-size: 100% 100%;
}

div.img5 {
	background-image: url('../imagens/selo-garantia.jpg');
	background-position: center;
	background-size: cover;
}

div.img6 {
	background-image: url('../imagens/city-tour.png');
	background-position: center;
	background-size: 100% 100%;
}

/*Translado*/

div.description {
	float: left;
	width: 100%;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	padding: 2%;
}

div.desc1 {
	display: none;
}


div.img-translado1 {
	background-image: url('../imagens/carro1.jpg');
	background-position: center;
	background-size: cover;
}

div.img-translado2 {
	background-image: url('../imagens/transfer.jpg');
	background-position: center;
	background-size: cover;
}

div.img-translado3 {
	background-image: url('../imagens/carro2.jpg');
	background-position: 100%;
	background-size: cover;
}

div.img-translado4 {
	background-image: url('../imagens/carro3.jpg');
	background-position: center;
	background-size: cover;
}


div.img-translado5 {
	background-image: url('../imagens/transfer3.jpg');
	background-position: center;
	background-size: cover;
}


div.img-translado6 {
	background-image: url('../imagens/carro4.jpg');
	background-position: center;
	background-size: cover;
}

/*depoimentos*/

section.depoimento div.container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	max-width: 1200px;

	grid-gap: 40px;
}

div.call-depoiment {
	width: 20%;
	margin-left: calc(50% - 150px);
	text-align: center;
	align-items: center;
	border: 4px solid black;
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4);
	padding: 0 2%;
}

div.call-depoiment p {
	font-size: 23px;
	align-items: center;
	text-align: center;
	padding: 0 2%;
	margin-bottom: 10px;
}


div.card {
	background-color: #f5f5f5;
	border: 4px solid rgb(0, 187, 255);
	box-shadow: 6px 6px 10px rgba(0, 187, 255, 0.4);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5%;
	height: auto;


}


div.card,
div.user {
	width: 100%;
	margin-right: 5%;
	margin-left: 1%;
	margin-bottom: 5%;
	margin-top: 5%;
	text-align: center;
}

div.card h3 {
	font-weight: bolder;
	padding: 5%;
}

div.card p {
	padding-top: 5%;
	font-weight: bolder;
	font-size: 17px;
}

img.star {
	width: 20%;
	max-width: 20px;

}

/*footer*/

footer {
	text-align: center;
	padding: 10px 2%;
}

footer img {
	width: 120px;
}

footer p {
	margin-top: 8px;
	color: white;

}

img.whats,
img.whats1 {
	overflow-clip-margin: content-box;
	overflow: clip;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	height: 10%;
	width: auto;
	margin-bottom: 2%;
}

/*media queries*/


/* Media query para telas médias (tablets) */
@media only screen and (max-width: 1224px) {


	div.slide-position {
		width: 80%;
		left: 10%;
		margin: 0;
		display: inline-block;
	}

	div.video-position {
		display: none;
	}

	div.item-tour-wraper {
		width: 70%;
		padding: 0 2%;
		text-align: center;
		margin: 20px 5%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-left: 15%;
	}

	div.wr1,
	div.wr3 {

		display: none;
	}

	div.img-guia, div.img-cpjordao {
		min-height: 500px;
	}

	div.guia {
		min-width: 100%;
		margin-right: 25%;
	}


	div.description {
		width: 80%;
		padding: 2%;
		font-size: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-left: 10%;
	}


	div.desc1 {
		display: block;
	}

	div.img5 {
		display: none;
	}

	div.item-1-mosaico {
		background-size: cover;
		background-repeat: no-repeat;
	}

	div.item-2-mosaico {
		text-align: center;
		height: 100px;
		padding: 10% 2%;

	}

	div.item-2-mosaico p {
		font-size: 18px;
	}

	img.whats,
	img.whats1 {
		height: 8%;
		margin-bottom: 3%;
		padding: auto;
	}

	section.depoimento div.container {

		grid-template-columns: 1fr 1fr;
		max-width: 800px;

	}


	div.call-depoiment {
		width: 30%;
		margin-left: calc(50% - 140px);
		text-align: center;
		align-items: center;
		border: 4px solid black;
		box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4);
		padding: 0 2%;
	}

	div.call-depoiment p {
		font-size: 23px;
		align-items: center;
		text-align: center;
		padding: 0 2%;
		margin-bottom: 10px;
	}
}

/* Media query para telas pequenas (smartphones) */
@media only screen and (max-width: 890px) {

	div.logo-1 {
		width: 50%;
		float: none;
		margin: 0 auto;
		height: 80px;
	}

	div.logo-2 {
		display: none;
	}

	div.slide-position {
		width: 100%;
		left: 0;
		margin: 0;
		display: none;
		border: none;
		border-radius: 0%;

	}

	div.video-position {
		height: 100%;
		display: inline-block;
		margin: 0;
		width: 100%;
		padding: 0%;
		left: 0;
		top: 0;
		box-shadow: none;
	}

	div.flex-mosaico {
		display: block;
	}

	div.flex1 {
		flex-direction: row;
	}

	div.item-1-mosaico {
		padding-top: 70%;
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
	}

	div.item-2-mosaico {
		text-align: justify;
		width: 100%;
		height: 100px;
		padding: 10% 2%;

	}

	div.item-2-mosaico p {
		font-size: 15px;
	}

	/* Chamada */




	section.chamada div.container {
		background-color: #033c58;
		padding: 20px 0 15px 0;
	}

	section.chamada h2 {
		font-size: 21px;
	}

	section.chamada p {
		font-size: 17px;
	}

	/* chamada */

	div.item-tour-wraper {
		width: 80%;
		padding: 0 2%;
		text-align: center;
		margin: 10px 5%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-left: 10%;
	}

	div.wr1,
	div.wr3 {

		display: none;
	}

	div.img-guia, div.img-cpjordao {
		min-height: 400px;
	}

	div.guia {
		min-width: 400px;
	
	}

	div.description {
		width: 70%;
		padding: 2%;
		font-size: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-left: 15%;
	}

	img.whats,
	img.whats1 {
		margin-bottom: 4%;
		height: 8%;
		padding: auto;
	}

	section.depoimento div.container {

		grid-template-columns: 1fr;
		max-width: 400px;
		padding: 5%;
		align-items: center;
	}

	div.call-depoiment {
		width: 50%;
		margin-left: calc(50% - 100px);
		text-align: center;
		align-items: center;
		border: 4px solid black;
		box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4);
		padding: 0 2%;
	}

	div.call-depoiment p {
		font-size: 23px;
		align-items: center;
		text-align: center;
		padding: 0 2%;
		margin-bottom: 10px;
	}
}