body{
  background-image: url(fondoProductos.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  font-display: swap;
}
html{
  height: 100%;
  position: relative;
  width: 100%;
}
.imgP{
	position: relative;
}
::selection {
	background: red;
	color: white;
}

/* Para Firefox */
::-moz-selection {
	background: red;
	color: white;
}
.footer-classic {
	padding: 30px 0;
	background: #404044;
	color: #aab2b9;
	font-size: 16px;
	border-top: 2px solid #D30C06;
	margin-top: -4px;
}
.fadeInLeft {
	animation-name: fadeInLeft;
}

.row-30 > * {
	margin-bottom: 30px;
}
.footer-classic-title {
	font-family: "Poppins", sans-serif;
	color: #D30C06;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 16px;
	letter-spacing: .15em;
	font-weight: bold;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

.accent-link {
	color: #ffffff;
}
.d-inline-block {
	display: inline-block !important;
}
.social-links {
	display: flex;
	margin-left: -15px;
}

ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-classic-aside {
	padding-top: 20px;
	border-top: 2px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-classic-nav-list a {
	color: inherit;
}
.footer-classic-nav-list a:hover {
	color: #D30C06;
	cursor: pointer;
	text-decoration: none;font-weight: bold;
}
.fa {
	color: white;  
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 20px;
}
.corr:hover{
	color: #D30C06;
}