body {
	font-family: "Schibsted Grotesk", serif;
	margin: 0;
}

.phone__mobile {
	display: none;
}

.contato .icons__mobile {
	display: none;
}

.slider-item {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}

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


header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	margin-left: 16px;
	margin-bottom: 64px;

}

#header__buttons {
	display: flex;
	justify-content: space-around;
	width: 27%;
}

#header__buttons button {
	all: unset;
	font-size: 32px;
}

.slider {
	width: 100%;
	aspect-ratio: 20/7;
	position: relative;
}

.slider__container {
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.slider__item {
	width: 100%;
	height: 100%;
	transition: translate 300ms ease-in-out;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}


.slider__btn {
	all:unset;
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: pointer;
	width: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00000011;
	transition: background-color 0.3s;
}

.slider__btn:hover {
	background-color: #00000055;
}


.arrow {
	width: 100%;
	height: 100%;
	color: white;
	align-content: center;
}


.page {
	all: unset;
	width: 10px;
	height: 16px;
	background-color: white;
	outline: 2px solid black;
}

.page__selected {
	background-color: black;
	outline: 2px solid white;
}

.pages {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: .5rem;
	left: 0;
	width: 100%;
	translate: "-50%";
	column-gap: 8px;
}

.slider__btn--left {
	left: 0;
}

.slider__btn--right {
	right: 0;
}

.img.slider__btn > * {
	stroke: white;
	fill: black;
}

.video {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 64px;
	margin-bottom: 32px;
	aspect-ratio: 560/236;
}

.video iframe {
	width: 80%;
	height: 100%;
}

.mapa {
	display: flex;
	justify-content: center;
	width: 100%;
	aspect-ratio: 560/236;
}

.mapa iframe {
	width: 60%;

}

.endereco h2 {
	text-align: center;
}

footer {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 32px;
	padding-top: 32px;
	padding-bottom: 32px;
	background-color: black;
	color: white;
}

.contato svg {
	width: 32px;
	height: 32px;
	color: black;
}

.contato div {
	display: flex;
	justify-content: center;
	column-gap: 5%;
	margin-bottom: 5%;
}

.contato a {
	background-color: white;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10%;
}

.contato a:hover {
	background-color: #ffffffdd;
}


.contato p {
	text-align: center;
}

footer p {
	margin: 0
}

.contato h3 {
	text-align: center;
}

.props {
	color: #fff;
	font-size: 2.5vw;
	padding: 16px;
	margin-left:5%;
	margin-top: 15%;
	width: 80%;
	transition: margin-left 0.5s ease-in;
	line-height: 3.7rem;
}

.props p {
	margin: 0;
	text-shadow:
    1px 1px 0 #0001,
    -1px 1px 0 #0001,
    -1px -1px 0 #0001,
    1px -1px 0 #0001;
}


.props--1 {
	width: 45%;
	margin-left: 51%;
	margin-top: 22%;
}

.props--2 {
	margin-top: 16%;
	margin-left: 63%;
}

.props--3 {
	margin-top: 19%;
	margin-left: 53%;
}


.props--4 {
	margin-left: 59%;
	margin-top: 12%;
	width: 100%;
}


.props--5 {
	margin-left: 52%;
	margin-top: 24%;
	width: 100%;
}

.props--before {
	margin-left: 0
}

@media (max-width: 1422px) {
	.props {
		font-size: 2.8vw;
		margin-top: 38%;
		width: 100%;
	}	
	.props p {
	text-shadow:
	1px 1px 0 #0000,
	-1px 1px 0 #0002,
	-1px -1px 0 #000e,
	1px -1px 0 #0000;
	}
	.slider {
		aspect-ratio: 12/7;
	}
	.props--1 {
		margin-left: 47%;
	}
	.props--2 {
		margin-left: 58%;
		margin-top: 34%;
	}
	.props--3 {
		margin-left: 47%;
	}
	.props--4 {
		margin-top: 33%;
		margin-left: 56%;
	}
	.props--5 {
		margin-top: 44%;
		margin-left: 48%;
	}
	.props--before {
		margin-left: 0;
	}
}

@media (max-width: 1090px) {
	.props {
	font-size: 3.5vw;
	line-height: 4.5vw;
	}
	.props--1 {
		margin-left: 5%;
		margin-top: 45%;
		width: 80%;

	}
	.props--2 {
		margin-left: 33%;
		margin-top: 31%;
	}
	.props--3 {
		margin-left: 23%;
		margin-top:35%;
	}
	.props--4 {
		margin-left: 31%;
		margin-top: 24%;
	}
	.props--5 {
		margin-left: 20%;
	}
	.props--before {
		margin-left: 0;
	}
}


@media (max-width: 1060px) {
	footer object {
		width: 35%;
	}
}

@media (max-width: 878px) {
	footer h3 {
		font-size: 3.5vw;
	}
	footer p {
		font-size: 2vw;
	}
	footer {
		align-items: start;
	}
	footer object {
		width: 30%;
	}
	.contato a {
		width:5vw;
		height:5vw;
	}
	.contato svg {
		width:80%;
		height:80%;		
	}
}


@media (max-width: 670px) {
	.props {
		font-size: 4vw;
	}
	.props--1 {
		margin-top: 38%;
		margin-left: 6%;
		width: 100%;
	}
	.props--2 {
		margin-left: 24%;
		line-height: 5vw;
		margin-top: 27%;
		font-size:4.5vw;
	}
	.props.props--2 p {
		text-shadow:
		1px 1px 0 #0000,
		-1px 1px 0 #0002,
		-1px -1px 0 #000e,
		1px -1px 0 #0000;
		}		
	
	.props--3 {
		margin-left: 19%;
		margin-top: 32%;
	}
	.props.props--4 p {
		text-shadow:
		1px 1px 0 #0000,
		-1px 1px 0 #0002,
		-1px -1px 0 #0008,
		1px -1px 0 #0000;
	}
	.props--4 {
		margin-left: 27%;
		line-height: 4.96vw;
		margin-top: 24%;
	}
	.props--5 {
		margin-left: 9%;
		margin-top: 42%;
		font-size: 4.8vw;
	}
	.props p {
		text-shadow:
		1px 1px 0 #0000,
		-1px 1px 0 #0002,
		-1px -1px 0 #0005,
		1px -1px 0 #0000;


}

@media (max-width: 600px) {
	.props p, .props.props--2 p, .props.props--4 p {
		text-shadow:
		1px 1px 0 #0005,
		-1px 1px 0 #0005,
		-1px -1px 0 #0005,
		1px -1px 0 #0005;
}
	footer {
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		row-gap: 7vw;
	}
	footer > object {
		order:1;
		width: 80%;
	}
	.endereco {
		order: 2;
	}
	.contato {
		order: 3;
	}
	footer h3 {
		font-size: 8vw;
		text-align: center;
	}
	footer p {
		font-size: 5vw;
		text-align: center;
	}
	.contato a {
		width: 10vw;
		height: 10vw;
	}
	.phone__mobile {
		display: unset;
	}
	.phone__pc {
		display: none;
	}
	.contato .icon__pc {
		display: none;
	}
	.contato .icons__mobile {
		display: flex;
		margin-bottom: 5vw;
	}
	.contato > div {
		flex-direction: column;
	}
	.mapa {
		aspect-ratio: 1/1;
	}
	.mapa iframe {
		width: 100%;
	}
	.video {
		margin-top: 5vw;
		margin-bottom: 5vw; 
	}
	.video iframe {
		width: 100%;
	}
	.props {
		margin-top: 0;
		width: 95%;
		padding-left: 1vw;
		padding-right: 3.6vw;
	}
	.contato h3 {
		margin-bottom: 5vw;
	}
	header > object {
		width: 95%;
	}
	header {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15vw;
		display: flex;
		justify-content: center;
	}
	.pages {
		column-gap: 2vw;
	}
	.page {
		width: 1.6vw;
		height: unset;
		aspect-ratio: 10/16;
	} 
	.video {
		aspect-ratio: 440/236;
	}
	.props--1 {
		font-size: 4vw;
		margin-top: 34%;
	}
	.props--2 {
		font-size: 4.8vw;
		line-height: 6vw;
		margin-top: 22%;
	}
	.props--3 {
		margin-top: 28%;
		font-size: 4.5vw;
		margin-left: 15%;
		line-height: 5vw;
	}
	.props--4 {
		margin-left: 23%;
		margin-top: 14%;
		line-height: 6vw;
		font-size: 4.8vw;
	}
	.props--5 {
		margin-top: 39%;
	}
	.props--before {
		margin-left: 0;
	}
}



@media (max-width: 500px) {
	.video {
		aspect-ratio: 1/1;
	}
}

/* .props--4 {
	margin-top: 7%;
	margin-left: 60%;
}

.props--3 {
	margin-top: 19%;
	margin-left: 50%;
}
.props--5 {
	margin-top: 26%;
	margin-left: 22%;
	font-size: 3.5vw;

} */
/* 
@media (max-width: 1130px) {
	.props--4 {
		margin-left: 55%;
	}
}

@media (max-width: 1422px) {
	.props--5 {
		margin-top: 45%;
		margin-left: 20%;
	}
} */