body{
  background-image: url(fondoProductos.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  font-display: swap;
}  
::selection {
    background: red;
    color: white;
}
 
/* Para Firefox */
::-moz-selection {
    background: red;
    color: white;
}
html{
  height: 100%;
  position: relative;
}
.labelEfecto{
  font-weight: bold;
}
.cont{
position: fixed;
align-content: center;
display: flex;
flex-wrap: wrap;
}
.pad{
  margin: 8px;
}
.pad2{
  margin: 8px;
  margin-left: auto;
  margin-right: auto;
}
.zoomContainer{
 z-index: 9999;
}
.zoomWindow{ 
  z-index: 9999;
}
#zoom{
 z-index: 9999;
}
.footer{

  background-color: #555252;
  color: white;
}
select{
  text-align-last: center;
}
.product:hover {
  -webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #D10024;
  box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #D10024;
}
.product {
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.carrusel{
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
}

.imagen:hover{
  cursor:pointer;
z-index: 1000;
transition:all .5s ease-in-out;
box-shadow: 0px 0px 4px 4px #D10024;
-webkit-box-shadow: 0px 0px 4px 4px #D10024;
-webkit-transform:scale(1.05);transform:scale(1.05);
}
#figuraTexto{
  background-color: #BFBDC0;
  border-radius: 0px 0px 100px 100px;
border-style: double;
}
.textoPrincipal{
  -webkit-text-stroke: 1.5px #000000;
  color: #FFF;
    font-size: 35px;
    font-family: mvboli;
    src: url("mvboli.ttf") format("opentype");
}
.imgFlotante{
  z-index: 199;
  position: fixed;
  bottom:  7px;
  right: 7px;
}                    
.imgFlotante:hover{
cursor:pointer;
-webkit-transform:scale(1.05);transform:scale(1.05);
}
.closeIcon{
  z-index: 199;
 position: fixed;
 bottom: 100px;
 right: 5px;
 cursor: pointer;
}
#spinnerSearch{
  right: 50%;
  margin-right: 8px;
  z-index: 20;
  margin-right: 5.8rem;
  position: absolute;
}
#alertaResultados{
  z-index: 979;
  position: fixed;
  top: 0;
  font-size: 24px;
}
  #div{

    bottom: 0px;
    position: relative;
    width: 100%;
  }
  .irArriba{
    display: none;
    padding: 16px;
    font-size: 20px;
    color: #fff;
    position: fixed;
    left: 5px;
    z-index: 20;
    cursor: pointer;
    border-radius: 8px;
  }
  .footer-classic {
    padding: 30px 0;
    background: #404044;
    color: #aab2b9;
    font-size: 16px;
    border-top: 2px solid #D30C06;
}
.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;
}
