body{
  background-image: url(fondoProductos.jpg);
  background-attachment: fixed;
  height:100%;
}  
::selection {
    background: red;
    color: white;
}
 
/* Para Firefox */
::-moz-selection {
    background: red;
    color: white;
}
html{
  height: 100%;
  position: relative;
}

.carrusel{
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
}
#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");
}
.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);
}
.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;
}
  #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;
    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;
}
.textoDescripcion{
  font-size: 25px;
  font-family: bold;
  color: #aab2b9;
}
.textoPrincipalTitulo{

  color: #FFF;
    font-family: mvboli;
    src: url("mvboli.ttf") format("opentype");
}
