body{
  background-image: url(fondoProductos.jpg);
  background-attachment: fixed;
  
}  
::selection {
    background: red;
    color: white;
}

/* Para Firefox */
::-moz-selection {
    background: red;
    color: white;
}
.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;
}
#figuraTexto{
  background-color: #BFBDC0;
  border-radius: 0px 0px 100px 100px;
  border-style: double;
}
.textoPrincipal{
  color: #FFF;
  font-size: 35px;
  font-family: mvboli;
  src: url("mvboli.ttf") format("opentype");
  text-shadow: 3px 3px 3px #D30C06;
}
.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 {
    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;
}
.espacio{
   margin-left: 30px;
}
.textoDescripcion{
  font-size: 25px;
  font-family: bold;
  color: #aab2b9;
}
.textoDescripcion2{
  font-size: 27px;
  font-family: bold;
  color: #aab2b9;
  text-shadow: -2px 0px 2px #000;
}