@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body{
	background:whitesmoke;
	font-family: 'Nunito';
	font-size: 30px;
	margin: 0;
	position: relative;
	padding-bottom: 12em;
}
		
		
		header {

		display: flex;
		height: 250px;
		background: url('../img/fond1.jpg'), black;
		background-size: contain;
		background-repeat: no-repeat;
		background-attachment: fixed;
		justify-content:space-between;
		align-items: center;
		padding: 10px;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		flex-wrap: wrap;
	}

		.logo{
			display:flex;
			justify-content: space-between;
			align-items:center;
			cursor:pointer;

		}

		.menu-icon{
			display: none;
		}
	
		.logo img{
			height: 150px;
			margin-right: 10px;
			transition: all 0.3s;
		}

		.logo img:hover{
		transform: scale(1.1);
		}


		.nav-links{
			list-style: none;
		}

.nav-links li{
	display: inline-block;
	padding: 0 20px;

}

.nav-links li:hover{
	transform: scale(1.1);
}

.nav-links a{
	font-size: 500;
	color: white;
	text-decoration: none;
}

.nav-links li a:hover{
	color: #D4AF37;
}


.main{
	padding: 0 0;
}


.container{
	height: 80px;
	background: #D4AF37;
	color: white;
	position: fixed;
	left: 0;
	top: 270px;
	right: 0;
	text-align: center;
	font-weight: bold;

	
}


.elemento{

	padding: 10rem;
	display:flex;
	justify-content: space-between;
	align-items:center;
	color: #000;

}

.elemento article{
	padding: 10px 10px;
	background: url('../img/bg-textura2.png');
	font-size: 20px;
	font-style: bold;
	text-align: justify;
}


.Adulto{

	height: 800px;
	width: 100%;
	background: linear-gradient(to bottom right, #d4AF37, white );
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin: 0;
	padding: 0 0;



}

.Txt{
	color:black;
	text-align:start;
	font-size: 30px;
	
}


.Adulto .P{
	height: 140px;
	padding: 0 3px;
	transition: all 0.3s;
	cursor:pointer;

}


.Adulto .G{
	height: 690px;
	padding: 0 0;
	cursor:pointer;

}


.Adulto .P:hover{
	transform: scale(1.3);
	}


	
.Cachorro{

	height: 800px;
	background-color:#5564eb;
	background: linear-gradient( white, #5564eb);
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin: 0;
	padding: 0 0;



}

.Txt{
	color:black;
	text-align: center;
	font-size: 30px;
	
}


.Cachorro .P{
	height: 140px;
	padding: 0 3px;
	transition: all 0.3s;
	cursor:pointer;

}


.Cachorro .G{
	height: 690px;
	padding: 0 0;
	cursor:pointer;

}


.Cachorro .P:hover{
	transform: scale(1.3);
	}




	footer{
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0 0;
		background-color: black;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}


	.logof{
		padding: 2rem 0;
height: 80px ;
margin-bottom: 1rem;
	}

	.social-icons-container, .footer-menu-container{

		display:flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 1rem;

	}

	.social-icon{
		height: 50px;
		width: 50px;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		margin:1rem;

	}


	.social-icon:hover{
		transform: scale(1.2);

	}


	.footer-menu-container{
		list-style-type: none;
		color: #f2f2f2;
		font-size: 18px;
	}

	.menu-item{
		margin: 1rem 1.5rem;
		cursor:pointer;
		opacity: 0.6;
	}

	.menu-item:hover{
		opacity: 1;
	}

	.Copyright{
		color:#f2f2f2;
		opacity: 0.3;
		text-align: center;
		font-size: 12px;
		
	}



@media only screen and (max-width:800px){



	header {

		display: flex;
		height: 190px;
		background: url('../img/fond1.jpg'), black;
		background-size: contain;
		background-repeat: no-repeat;
		background-attachment: fixed;
		justify-content:space-between;
		align-items: center;
		padding: 10px;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		flex-wrap: wrap;
	}

		.logo{
			display:flex;
			justify-content: space-between;
			align-items:center;
			cursor:pointer;

		}

		.menu-icon{
			display: none;
		}
	
		.logo img{
			height: 80px;
			margin-right: 10px;
			transition: all 0.3s;
		}

		.logo img:hover{
		transform: scale(1.1);
		}


		.nav-links{
			list-style: none;
		}

.nav-links li{
	display: inline-block;
	padding: 0 2px;

}

.nav-links li:hover{
	transform: scale(1.1);
}

.nav-links a{
	font-size: 20px;
	color: white;
	text-decoration: none;
}

.nav-links li a:hover{
	color: #D4AF37;
}


.main{
	padding: 0 0;
}


.container{

	padding: 0 0;
	height: 80px;
	background: #D4AF37;
	color: white;
	position: fixed;
	text-align: center;
	font-weight: bold;
	font-size: 20px;	
}


.elemento{

	color: #000;
	
}

.elemento img{
	width: auto;
	height: 10px;
	align-items: center;
}

.elemento article{
	width: auto;
	background: url('../img/bg-textura2.png');
	font-size: 40px;
	font-style: bold;

}


.Adulto{

	height: 600px;
	width: 100%;
	background: linear-gradient(to bottom right, #d4AF37, white );
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin: 0;
	padding: 0 0;



}

.Txt{
	color:black;
	text-align:start;
	font-size: 20px;
	
}


.Adulto .P{
	height: 70px;
	padding: 0 3px;
	transition: all 0.3s;
	cursor:pointer;

}


.Adulto .G{
	height: 340px;
	padding: 0 0;
	cursor:pointer;

}


.Adulto .P:hover{
	transform: scale(1.3);
	}


	
.Cachorro{

	height: 600px;
	background-color:#5564eb;
	background: linear-gradient( white, #5564eb);
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin: 0;
	padding: 0 0;



}

.Txt{
	color:black;
	text-align: center;
	font-size: 20px;
	
}


.Cachorro .P{
	height: 70px;
	padding: 0 3px;
	transition: all 0.3s;
	cursor:pointer;

}


.Cachorro .G{
	height: 340px;
	padding: 0 0;
	cursor:pointer;

}


.Cachorro .P:hover{
	transform: scale(1.3);
	}




	footer{
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0 0;
		background-color: black;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}


	.logof{
		padding: 2rem 0;
height: 80px ;
margin-bottom: 1rem;
	}

	.social-icons-container, .footer-menu-container{

		display:flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 1rem;

	}

	.social-icon{
		height: 50px;
		width: 50px;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		margin:1rem;

	}


	.social-icon:hover{
		transform: scale(1.2);

	}


	.footer-menu-container{
		list-style-type: none;
		color: #f2f2f2;
		font-size: 18px;
	}

	.menu-item{
		margin: 1rem 1.5rem;
		cursor:pointer;
		opacity: 0.6;
	}

	.menu-item:hover{
		opacity: 1;
	}

	.Copyright{
		color:#f2f2f2;
		opacity: 0.3;
		text-align: center;
		font-size: 12px;
		
	}





}






@media only screen and (max-width:500px) {


	
	header {

		display: flex;
		height: 150px;
		background: url('../img/fond1.jpg'), black;
		background-size: contain;
		background-repeat: no-repeat;
		background-attachment: fixed;
		justify-content:space-between;
		align-items: center;
		padding: 5px;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		flex-wrap: wrap;
	}

		.logo{
			display:flex;
			justify-content: space-between;
			align-items:center;
			cursor:pointer;

		}

		.menu-icon{
			display: none;
		}
	
		.logo img{
			height: 35px;
			margin-right: 10px;
			transition: all 0.3s;
		}

		.logo img:hover{
		transform: scale(1.1);
		}


		.nav-links{
			list-style: none;
		}

.nav-links li{
	display: inline-block;
	padding: 0 1px;

}

.nav-links li:hover{
	transform: scale(1.1);
}

.nav-links a{
	font-size: 10px;
	color: white;
	text-decoration: none;
}

.nav-links li a:hover{
	color: #D4AF37;
}


.main{
	padding: 0 0;
}


.container{
	top: 130px;
	left: 0;
	padding: 0 0;
	height: 50px;
	background: #D4AF37;
	color: white;
	position: fixed;
	text-align: center;
	font-weight: bold;
	font-size: 12px;	
}


.elemento{
	display: flex;
	flex-wrap: wrap;
	color: #000;
	
	
}

.elemento img{
	width: auto;
	height: 200px;
	align-items: center;
}

.elemento article{
	background: url('../img/bg-textura2.png');
	font-size: 10px;
	font-style: bold;

}


.Adulto{

	height: 500px;
	width: 100%;
	background: linear-gradient(to bottom right, #d4AF37, white );
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin: 0;
	padding: 0 0;



}

.Txt{
	color:black;
	text-align:start;
	font-size: 20px;
	
}


.Adulto .P{
	height: 30px;
	padding: 0 3px;
	transition: all 0.3s;
	cursor:pointer;

}


.Adulto .G{
	height: 240px;
	padding: 0 0;
	cursor:pointer;

}


.Adulto .P:hover{
	transform: scale(1.3);
	}


	
.Cachorro{

	height: 500px;
	background-color:#5564eb;
	background: linear-gradient( white, #5564eb);
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin: 0;
	padding: 0 0;



}

.Txt{
	color:black;
	text-align: center;
	font-size: 20px;
	
}


.Cachorro .P{
	height: 30px;
	padding: 0 3px;
	transition: all 0.3s;
	cursor:pointer;

}


.Cachorro .G{
	height: 240px;
	padding: 0 0;
	cursor:pointer;

}


.Cachorro .P:hover{
	transform: scale(1.3);
	}




	footer{
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0 0;
		background-color: black;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}


	.logof{
		padding: 2rem 0;
height: 80px ;
margin-bottom: 1rem;
	}

	.social-icons-container, .footer-menu-container{

		display:flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 1rem;

	}

	.social-icon{
		height: 50px;
		width: 50px;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		margin:1rem;

	}


	.social-icon:hover{
		transform: scale(1.2);

	}


	.footer-menu-container{
		list-style-type: none;
		color: #f2f2f2;
		font-size: 18px;
	}

	.menu-item{
		margin: 1rem 1.5rem;
		cursor:pointer;
		opacity: 0.6;
	}

	.menu-item:hover{
		opacity: 1;
	}

	.Copyright{
		color:#f2f2f2;
		opacity: 0.3;
		text-align: center;
		font-size: 12px;
		
	}


	
}
					


