.navbarList {
	display: flex;
	list-style-type: none;
	margin: auto;
	justify-content: space-evenly;
	align-items: center;
	background-color: #1e2c39;

}

.navbar,
.nav-link {

	color: #d1ba97;
	background-color: #0e1f2f;
}

.nav-link:hover,
.nav-link:focus {
	color: white;
}

.navbar-brand {
	font-weight: 700;
	color: #d1ba97;
}

.navbar-brand img {
	width: 50px;
	margin-left: 10px;
}

/*nav a:link {*/
/*	color: white;*/
/*	text-decoration: none;*/
/*}*/
/**/
/*nav a:visited {*/
/*	color: gray;*/
/*}*/

li {
	padding: 10px;
}

.rightMost {
	/*mar: auto;*/
}

body {
	background-color: #0e1f2f;
	color: white;
	font-family: sans-serif, arial;
}

h1 {
	font-size: 20vw;
}

.h1Size {
	font-size: xxx-large;
}

#slide1 {
	background-image: url("images/holdingKeys.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*font-family: 'Times New Roman', Times, serif;*/
	font-family: 'Franklin Gothic Medium', 'Arial', Arial, sans-serif;
	margin-top: 70px;
	color: #d1ba97;
}

#slide2 {
	background-image: url("images/slide2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*font-family: 'Times New Roman', Times, serif;*/
	font-family: 'Franklin Gothic Medium', 'Arial', Arial, sans-serif;
	/*margin-top: 70px;*/
	color: #d1ba97;
}

#slide2-2 {
	background-image: url("images/slide2-2.jpg");
	background-repeat: no-repeat;
	background-position: 70%;
	background-size: cover;
	/*font-family: 'Times New Roman', Times, serif;*/
	font-family: 'Franklin Gothic Medium', 'Arial', Arial, sans-serif;
	/*margin-top: 70px;*/
	color: #d1ba97;
}

#slide3 {
	background-image: url("images/slide3.jpg");
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*font-family: 'Times New Roman', Times, serif;*/
	font-family: 'Franklin Gothic Medium', 'Arial', Arial, sans-serif;
	/*margin-top: 70px;*/
	color: #d1ba97;
}


#slide4 {
	/*background-image: url("images/slide4.jpg");*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*font-family: 'Times New Roman', Times, serif;*/
	/*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
	/*margin-top: 70px;*/
	color: #d1ba97;
	background-color: #0e1f2f;
}

#footer {
	/*background-image: url("images/slide4.jpg");*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*font-family: 'Times New Roman', Times, serif;*/
	/*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
	/*margin-top: 70px;*/
	color: #d1ba97;
	background-color: #041322;
}

.imgFooter {

	width: 150px;
}

.iconFooter {
	color: #d1ba97;
	font-size: 2rem;
	margin: 10px 15px;
	/* padding-bottom: 20px; */
}

.iconsPref a {
	text-decoration: none;
}

.textSlide {
	text-align: left;
	line-height: 1.5;
}

.navbar-toggler {
	background-color: #d1ba97;
	color: transparent;
}

.imgPreview {
	max-width: 100%;
	height: auto;
	filter: brightness(50%);
}


@media (min-width:576px) {

	.imgPreview {
		max-width: 500px;
	}

	h1 {
		font-size: 115px;
	}

	.h1Size {
		font-size: 90px;
	}

	.slide4Header {
		font-size: 100px;
	}
}

h2,
h3 {
	font-family: Arial;
}

#topText {
	font-size: x-large;
}

.description {
	background-color: #012234;
	/* border: solid 2px; */
	border-radius: 15px;
}

@media (max-width:576px) {
	.h1Size {
		font-size: 16vw;
	}

	.slide4Header {
		font-size: 15vw;
	}
}

#logoImg {
	margin-left: 0;
}

#img2 {
	border-radius: 25px;
	margin-bottom: 20px;
}

.catalogoBtn {
	background-color: #d1ba97;
	margin-top: 30px;
}

.opacity {
	/*creado para disminuir brillo*/
	min-height: 100vh;
	background: rgba(0, 0, 0, 0.7);
}

.vh70height {
	min-height: 70vh;
}

.vhSlide3 {
	min-height: 30vh;
	background: rgba(0, 0, 0, 0.3);
	background-image: url("images/arvhia060625.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


.fullvh {
	min-height: 100vh;
}

.vhSlide2-2 {
	min-height: 100vh;
	background: rgba(0, 0, 0, 0.3);

}

.padTop {
	padding-top: 90px;
	/* background-image: url("images/arvhia060625.png"); */
}

.centerVertically {
	align-content: center;
}
