body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	background-image: url("fundo.jpg");
	background-size: auto;
	z-index: 0;
}

header {
	background-color: #333;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
	position: relative;
	z-index: 2;
}

.custom-button {
	padding: 10px 20px;
	background-color: #333;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin: 10px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: transform 0.3s ease-in-out;
	margin-bottom: 2vw;
}

.content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px;
}

.video {
	text-align: center;
	margin: 20px;
	max-width: 400px;
	border: 3px solid #646464;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
	padding: 5px;
	background-color: #ffffff;
	height: auto;
}

.video img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
}

.video a {
	margin-top: 10px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.video a:hover {
	text-decoration: none;
}

.video p {
	margin-top: 5px;
	font-size: 16px;
	color: #333;
}

.custom-button:hover {
	transform: scale(1.1);
}

.nav-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	margin-top: 0px;
}

.nav-links li {
	margin: 0 55px;
}

.nav-links a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}

.color-options {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	flex-wrap: wrap;
}

.color-button {
	width: 10%;
	height: 0;
	padding-bottom: 9%;
	border-radius: 50%;
	margin: 5px;
	border: 2px solid black;
	cursor: pointer;
}

.azul-piscina {
	background-color: #16bbab;
}

.azul-escuro {
	background-color: #121bb8;
}

.rosa {
	background-color: #bd3396;
}

.roxo {
	background-color: #680698;
}

.verde {
	background-color: #17ba15;
}

.vermelho {
	background-color: #fd1504;
}

.amarelo {
	background-color: #f3a50c;
}

.amarelo-claro {
	background-color: #ffe922;
}

.vinho {
	background-color: #990f19;
}

.azul-claro {
	background-color: #0882b3;
}

.cinza {
	background-color: #9c9c9c;
}

.rosa-claro {
	background-color: #f745c1;
}

.containertxt {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f0f0f0;
	padding: 2vw;
	box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.8);
	max-width: 89vw;
	border-radius: 1vw;
	width: 90%;
	margin: -50px auto 0;
	z-index: -1;
	position: relative;
}

.containertxt02 {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f0f0f0;
	padding: 2vw;
	box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.8);
	max-width: 89vw;
	border-radius: 1vw;
	width: 90%;
	margin: -50px auto 0;
	z-index: -1;
	position: relative;
	padding-top: 0px;
	margin-top: 0px;
}

.containertxt03 {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f0f0f0;
	padding: 2vw;
	box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.8);
	max-width: 89vw;
	border-radius: 1vw;
	width: 90%;
	margin: -50px auto 0;
	z-index: 2;
	position: relative;
	padding-top: 0px;
	margin-top: 1vw;
}

.containertxt04 {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f0f0f0;
	padding: 2vw;
	box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.8);
	max-width: 89vw;
	border-radius: 1vw;
	width: 90%;
	margin: -50px auto 0;
	z-index: 2;
	position: relative;
	padding-top: 0px;
	margin-top: 1vw;
}

.texto-container {
	max-width: 90%;
	text-align: center;
}

h2,
h3 {
	font-size: 4vw;
}

.texto-container p {
	font-size: 2vw;
}

/* -----------------MOTIONS ABAIXO------------------- */

.custom-small-video {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.custom-video-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.custom-video {
	max-width: calc(20% - 20px);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
	text-align: center;
	align-self: flex-start;
}

.custom-video img {
	max-width: 100%;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.custom-download-button {
	background-color: green;
	font-size: 1.2vw;
	padding: 5px 10px;
	margin-top: 10px;
	text-decoration: none;
	color: white;
	border-radius: 5px;
	display: block;
}

.custom-video p {
	font-size: 1.2vw;
}



.image-container {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}

.image-container01 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}

#image0 {
	width: 80%;
}

.image {
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
}

#image1 {
	z-index: 5;
	max-width: 20%;
	box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.8);
}

#image2 {
	z-index: 2;
	max-width: 20%;
	box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.8);
}

#image3 {
	z-index: 3;
	max-width: 32.5%;
	box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.8);
}

#image4 {
	z-index: 2;
	max-width: 22.5%;
	box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.8);
}

#motiongascozinha {
	width: 100%;
	max-width: 397px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8);
}

#partecima {
	bottom: 3vw;
}

#partecima02 {
	display: none;
}

@media (min-width: 1701px) {
	.image-container {
		display: none;
	}

	#partecima {
		bottom: 3vw;
	}

	#partecima02 {
		display: none;
	}

}

@media (min-width:1501px) and (max-width: 1700px) {

	#download {
		font-size: 2vw !important;
	}

	.nav-links li {
		margin-left: 95px;
		margin-right: 95px;
		margin-top: 0vw;
	}

	a {
		font-size: 6vw !important;
	}

	#caixatxt01 {
		font-size: 8vw;
	}

	.video {
		transform: scale(3.5);
		margin: 210px;
		margin-top: 43rem;
		margin-bottom: 39rem;
	}

	#search-button {
		font-size: 6vw;
		padding: 16px;
	}

	.search-container {
		margin-bottom: 0px;
		line-height: 5vw;
		height: 42vw;
		font-size: 9vw;
	}

	.search-container {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	#url-search {
		width: 90vw !important;
		height: 7vw;
		margin-top: 2vw;
		margin-bottom: 2vw;
		font-size: 4vw;
	}

	a#download {
		margin-top: 2vw;
		margin-bottom: 2vw;
		font-size: 2vw !important;
	}

	.containertxt {
		margin-top: 0vw;
	}

	.texto-container p {
		font-size: 5vw;
	}

	h2,
	h3 {
		font-size: 6vw;
	}

	.custom-small-video {
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.custom-video {
		max-width: 95%;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
		border: 1px solid #ccc;
		padding: 10px;
		margin: 3vw;
		text-align: center;
	}

	.custom-video img {
		max-width: 100%;
		box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
	}

	.custom-download-button {
		background-color: green;
		font-size: 5vw !important;
		padding: 5px 10px;
		margin-top: 10px;
		text-decoration: none;
		color: white;
		border-radius: 5px;
	}

	.custom-video p {
		font-size: 4.2vw;
	}

	.image-container {
		flex-direction: column;
		align-items: center;
	}

	.image {
		max-width: 100% !important;
		width: 100% !important;
		margin-bottom: 20px;
	}

	.image-container01 {
		display: none;
	}

	.image-container01 {
		display: none;
	}

	#partecima {
		display: none !important;
	}

	#partecima02 {
		display: block;
		margin-left: -6.4vw !important;
		bottom: 7vw;
		width: 92.5vw;
	}

	.option {
		font-size: 5.7vw;
		display: flex;
		flex-direction: column;
		margin: 10px;
	}

}

@media (min-width:1101px) and (max-width: 1500px) {

	#download {
		font-size: 2vw !important;
	}

	.nav-links li {
		margin-left: 95px;
		margin-right: 95px;
		margin-top: 0vw;
	}

	a {
		font-size: 6vw !important;
	}

	#caixatxt01 {
		font-size: 7vw;
	}

	.video {
		transform: scale(2.59);
		margin: 210px;
		margin-top: 26rem;
		margin-bottom: 25rem;
	}

	#search-button {
		font-size: 6vw;
		padding: 16px;
	}

	.search-container {
		margin-bottom: 0px;
		line-height: 5vw;
		height: 42vw;
		font-size: 9vw;
	}

	.search-container {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	#url-search {
		width: 90vw !important;
		height: 7vw;
		margin-top: 2vw;
		margin-bottom: 2vw;
		font-size: 4vw;
	}

	a#download {
		margin-top: 2vw;
		margin-bottom: 2vw;
		font-size: 2.5vw !important;
	}

	.containertxt {
		margin-top: 0vw;
	}

	.texto-container p {
		font-size: 5vw;
	}

	h2,
	h3 {
		font-size: 6vw;
	}

	.custom-small-video {
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.custom-video {
		max-width: 95%;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
		border: 1px solid #ccc;
		padding: 10px;
		margin: 3vw;
		text-align: center;
	}

	.custom-video img {
		max-width: 100%;
		box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
	}

	.custom-download-button {
		background-color: green;
		font-size: 4vw !important;
		padding: 5px 10px;
		margin-top: 10px;
		text-decoration: none;
		color: white;
		border-radius: 5px;
	}

	.custom-video p {
		font-size: 4.2vw;
	}

	.image-container {
		flex-direction: column;
		align-items: center;
	}

	.image {
		max-width: 100% !important;
		width: 100% !important;
		margin-bottom: 20px;
	}

	.image-container01 {
		display: none;
	}

	#partecima {
		bottom: 7vw;
		width: 90vw;
	}

	#partecima {
		display: none !important;
	}

	#partecima02 {
		display: block;
		margin-left: -6.4vw !important;
		bottom: 7vw;
		width: 92.5vw;
	}

	.option {
		font-size: 5.7vw;
		display: flex;
		flex-direction: column;
		margin: 10px;
	}

	.option::before {
		content: "";
		position: absolute;
		width: 0;
		height: 2px;
		bottom: -3px;
		left: 50%;
		transform: translateX(-50%);
		background-color: white;
		transition: width 0.3s;
	}

}

@media (min-width:801px) and (max-width: 1100px) {

	#download {
		font-size: 4vw !important;
	}

	.nav-links li {
		margin-left: 55px;
		margin-right: 55px;
		margin-top: 0vw;
	}

	a {
		font-size: 6vw !important;
	}

	.video {
		transform: scale(1.94);
		margin: 200px;
		margin-top: 16rem;
		margin-bottom: 15rem;
	}

	#search-button {
		font-size: 5vw;
		padding: 10px;
	}

	.search-container {
		margin-bottom: 0px;
		line-height: 5vw;
		height: 42vw;
		font-size: 9vw;
	}

	.search-container {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	#url-search {
		width: 750px !important;
		height: 6vw;
		margin-top: 3vw;
		margin-bottom: 2vw;
		font-size: 4vw;
	}

	a#download {
		margin-top: 3vw;
		margin-bottom: 3vw;
		font-size: 3vw !important;
	}

	.containertxt {
		margin-top: 0vw;
	}

	.texto-container p {
		font-size: 5vw;
	}

	h2,
	h3 {
		font-size: 6vw;
	}

	.custom-small-video {
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.custom-video {
		max-width: 95%;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
		border: 1px solid #ccc;
		padding: 10px;
		margin: 3vw;
		text-align: center;
	}

	.custom-video img {
		max-width: 100%;
		box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
	}

	.custom-download-button {
		background-color: green;
		font-size: 4vw !important;
		padding: 5px 10px;
		margin-top: 10px;
		text-decoration: none;
		color: white;
		border-radius: 5px;
	}

	.custom-video p {
		font-size: 4.2vw;
	}

	.image-container {
		flex-direction: column;
		align-items: center;
	}

	.image {
		max-width: 100% !important;
		width: 100% !important;
		margin-bottom: 20px;
	}

	.image-container01 {
		display: none;
	}

	#partecima {
		bottom: 7vw;
	}

	#partecima {
		display: none !important;
	}

	#partecima02 {
		display: block;
		margin-left: -6.4vw !important;
		bottom: 7vw;
		width: 92.5vw;
	}

	.option {
		font-size: 5.7vw;
		display: flex;
		flex-direction: column;
		margin: 10px;
	}
}

@media (min-width:601px) and (max-width: 800px) {

	#download {
		font-size: 4vw !important;
	}

	.nav-links li {
		margin-left: 25px;
		margin-right: 25px;
		margin-top: 0vw;
	}

	a {
		font-size: 6vw !important;
	}

	.video {
		margin-top: 6rem;
		margin-bottom: 7rem;
		transform: scale(1.4);
	}

	.content {
		margin: 0px;
		margin-top: 2vw;
		margin-bottom: 2vw;
	}

	#search-button {
		font-size: 4vw;
		padding: 10px;
	}

	.search-container {
		margin-bottom: 0px;
		line-height: 5vw;
		height: 42vw;
		font-size: 9vw;
	}

	.search-container {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	#url-search {
		width: 550px !important;
		height: 5vw;
		font-size: 4vw;
		margin-top: 2vw;
	}

	a#download {
		margin-top: 3vw;
		margin-bottom: 3vw;
	}

	.containertxt {
		margin-top: 0vw;
	}

	.texto-container p {
		font-size: 5vw;
	}

	h2,
	h3 {
		font-size: 6vw;
	}

	.custom-small-video {
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.custom-video {
		max-width: 95%;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
		border: 1px solid #ccc;
		padding: 10px;
		margin: 3vw;
		text-align: center;
	}

	.custom-video img {
		max-width: 100%;
		box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
	}

	.custom-download-button {
		background-color: green;
		font-size: 4vw !important;
		padding: 5px 10px;
		margin-top: 10px;
		text-decoration: none;
		color: white;
		border-radius: 5px;
	}

	.custom-video p {
		font-size: 4.2vw;
	}

	.image-container {
		flex-direction: column;
		align-items: center;
	}

	.image {
		max-width: 100% !important;
		width: 100% !important;
		margin-bottom: 20px;
	}

	.image-container01 {
		display: none;
	}

	#partecima {
		bottom: 7vw;
	}

	#partecima {
		display: none !important;
	}

	#partecima02 {
		display: block;
		margin-left: -6.4vw !important;
		bottom: 7vw;
		width: 90vw;
	}

	.option {
		font-size: 5.7vw;
		display: flex;
		flex-direction: column;
		margin: 10px;
	}
}

@media (min-width:301px) and (max-width: 600px) {

	header {
		line-height: 0.4vw;
	}

	#url-search {
		width: 60vw;
		height: 9%;
		margin-top: 0vw;
		font-size: 4vw;
	}

	#search-button {
		font-size: 5vw;
		padding: 3px;
	}

	.search-container {
		margin-bottom: 0px;
		line-height: 13vw;
		height: 42vw;
		font-size: 9vw;
	}

	#search-button {
		font-size: 5vw;
		padding: 6px;
	}

	.nav-links li {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 0vw;
	}

	a {
		font-size: 6vw !important;
	}

	.video {
		margin: 2vw;
	}

	.content {
		margin: 0px;
		margin-top: 2vw;
		margin-bottom: 0vw;
	}

	a#download {
		margin-top: 5vw;
		margin-bottom: 5vw;
	}

	.containertxt {
		margin-top: 0vw;
	}

	.texto-container p {
		font-size: 5vw;
	}

	h2,
	h3 {
		font-size: 6vw;
	}

	.custom-small-video {
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.custom-video {
		max-width: 100%;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
		border: 1px solid #ccc;
		padding: 10px;
		margin: 3vw;
		text-align: center;
	}

	.custom-video img {
		max-width: 100%;
		box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
	}

	.custom-download-button {
		background-color: green;
		font-size: 4vw !important;
		padding: 5px 10px;
		margin-top: 10px;
		text-decoration: none;
		color: white;
		border-radius: 5px;
	}

	.custom-video p {
		font-size: 4.2vw;
	}

	.image-container {
		flex-direction: column;
		align-items: center;
	}

	.image {
		max-width: 100% !important;
		width: 100% !important;
		margin-bottom: 20px;
	}

	.image-container01 {
		display: none;
	}

	#partecima {
		bottom: 7vw;
	}

	#partecima {
		display: none !important;
	}

	#partecima02 {
		display: block;
		margin-left: -6.4vw !important;
		bottom: 7vw;
		width: 92.5vw;
	}

	.option {
		font-size: 5.7vw;
		display: flex;
		flex-direction: column;
		margin: 10px;
	}
}

@media (min-width:200px) and (max-width: 300px) {

	header {
		line-height: 0.4vw;
	}

	#url-search {
		width: 60vw;
		height: 3%;
		margin-top: 1vw;
	}

	#search-button {
		font-size: 5vw;
		padding: 3px;
	}

	.search-container {
		margin-bottom: 0px;
		line-height: 11vw;
		height: 42vw;
		font-size: 6vw;
	}

	#search-button {
		font-size: 5vw;
		padding: 6px;
	}

	.nav-links li {
		margin-left: 18px;
		margin-right: 18px;
		margin-top: 0vw;
	}

	a {
		font-size: 6vw !important;
	}

	.video {
		margin: 2vw;
	}

	.content {
		margin: 0px;
		margin-top: 2vw;
		margin-bottom: 2vw;
	}

	a#download {
		margin-top: 5vw;
		margin-bottom: 5vw;
	}

	.containertxt {
		margin-top: 0vw;
	}

	.texto-container p {
		font-size: 5vw;
	}

	h2,
	h3 {
		font-size: 6vw;
	}

	.custom-small-video {
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.custom-video {
		max-width: 100%;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
		border: 1px solid #ccc;
		padding: 10px;
		margin: 3vw;
		text-align: center;
	}

	.custom-video img {
		max-width: 100%;
		box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
	}

	.custom-download-button {
		background-color: green;
		font-size: 4vw !important;
		padding: 5px 10px;
		margin-top: 10px;
		text-decoration: none;
		color: white;
		border-radius: 5px;
	}

	.custom-video p {
		font-size: 4.2vw;
	}

	.image-container {
		flex-direction: column;
		align-items: center;
	}

	.image-container01 {
		opacity: 0;
	}

	.image {
		max-width: 100% !important;
		width: 100% !important;
		margin-bottom: 20px;
	}

	.image-container01 {
		display: none;
	}

	#partecima {
		bottom: 7vw;
	}

	#partecima {
		display: none !important;
	}

	#partecima02 {
		display: block;
		margin-left: -6.4vw !important;
		bottom: 7vw;
		width: 92.5vw;
	}

	.option {
		font-size: 5.7vw;
		display: flex;
		flex-direction: column;
		margin: 10px;
	}

}

@media (min-width:1101px) and (max-width: 1600px) and (min-height:400px) and (max-height:1000px) {

	header {
		padding: 1vw;
	}

	.nav-links li {
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		margin-top: 0px;
	}

	a {
		font-size: 1.3vw !important;
		text-align: center;
	}

	.search-container {
		display: flex;
		flex-direction: column;
		height: 12vw;
		font-size: 3vw;
		padding: 0px;
		line-height: 0vw;
	}

	#caixatxt01 {
		font-size: 2vw;
		margin: 10px;
		padding: 0px !important;
	}

	#url-search {
		width: 30vw !important;
		height: 10%;
		font-size: 1.3vw;
		margin: 10px !important;
	}

	#search-button {
		font-size: 2vw;
		padding: 6px;
		margin: 0px;
	}

	#url-search {
		margin: 0px;
	}

	h2,
	h3 {
		font-size: 3vw;
	}

	p {
		font-size: 1.5vw !important;
	}

	#parte02 {
		width: 25vw;
	}

	#parte03 {
		width: 20vw;
	}

	#parte04 {
		width: 45vw;
	}

	#parte05 {
		width: 25vw;
	}

	#videogif {
		width: 25vw;
	}

	.content {
		display: flex;
		align-items: flex-start;
		padding: 0px;
		margin: 0px;
	}

	.video {
		display: inline-block;
		margin: 15px;
		transform: scale(1);
		vertical-align: top;
	}

	a#download {
		margin-top: 1vw;
		margin-bottom: 1vw;
		font-size: 2vw !important;
	}

	.image-container {
		display: none;
	}

	.image-container01 {
		display: block;
	}

	#aftereffects {
		width: 45vw;
	}

	#video-iframe {
		transform: scale(0.7);
	}

	#premium {
		margin-top: 0px;
	}

	.custom-small-video {
		display: inline-block;
		max-width: 100vw;
		vertical-align: top;
		margin: 0px;
	}

	.custom-video {
		display: inline-block;
		max-width: 20vw;
		vertical-align: bottom;
		margin: 5px;
	}

	.custom-download-button {
		font-size: 1vw !important;
	}

	#giffinal {
		width: 35vw;
	}

	#partecima {
		display: block !important;
		bottom: 2.5vw;
		width: 60vw;
	}

	#partecima02 {
		display: none;
	}

}