.divMargen {
    height: 100%;
    width: 100%;
}
.imgCarousel2 {
  display: block;
  background-size: 100%;
}
.colorEmpresa {
    background-color:#E0176F;
}
.w70 {
    width: 68%;
    float:left;
}
.w30 {
    width: 15%;
    float: left;
}
.w100 {
    width: 100%;
}
.divBannerGeneral{
    background-color:#E0176F;
    height:22em;
    width: 100%;
}
.divBanner {
    height:100%;
    width:100%;
}

.imgBanner {
    height: 100%;
    width: 100%;
    
    display: block;
}
.precioDescuento {
    text-decoration: line-through;
    color:gray;
}

.precioIncluyeIva {
    font-size: 12px;
}
.precioCliente {
    color: black;
}
.subDivBanner {
    height: 95%;
    /*width: 95%;*/
    margin: auto;
    margin-left: 5px;
    margin-right: -5px;
}

.fa-sign-in {
    font-size: 20px;
}
.fa-sign-out {
    font-size: 20px;
}
.fa-shopping-cart {
    font-size: 20px;
    
}
.fa-home {
    font-size: 20px;
}
.fa-instagram {
    font-size: 20px;
}
.fa-facebook {
    font-size: 20px;
}
.fa-envelope {
    font-size: 20px;
} 
.fa-whatsapp {
    font-size: 20px;
}
.imgFolleto {
    margin-top: 3px;
    height: 20em;
    width: 15em;
    display: block;
    /*margin: auto;*/
    border-radius: 20px; 
    opacity: 100%;
}
.imgFolleto:hover {
    opacity: 70%;
    }

.textoColorEmpresa {
    color:#E0176F;
}
.table_row2{
    height: 3em;
    color: red;
}
.divCarrito {
    margin-top: -70px;
}
.redesSociales {
    width: 100%;
    margin-top: 0px;
    margin-right:0px;
    margin-bottom: 0px; 
    height: 1em;
    font-size:23px;
    background-color:#E0176F;
    border:none;
    padding: 0px;
    padding-top: 0px;
    }
.textoCentrado {
    text-align: center;
    margin: auto;
}
.botonComprarCarrito {
    margin-top: 40px;
}
.alinearDerecha {
    text-align:right;
    margin: auto;
}
.homeButton {
    height: 2em;
    width: 4em;
}
.fa {
    color: white !important;
}
.textoCarrito {
    color: white;
}
.loginButton {
    color: white;
    background-color: #FE176F;
    border:none;
    border-radius: 8px;
    height: 2em;
    width: 7em;
    font-family: 'Baloo Tamma 2', cursive;
    
}
.loginButton:hover {
    opacity: 70%;
    }
.searchButton {
    color: white;
    background-color: #FE176F;
    border:none;
    border-radius: 8px;
    height: 2em;
    width: 3em;
    text-align: center;
    vertical-align: middle;
    display:table-cell;
    
}
.searchButton:hover {
    opacity: 70%;
}
.botonDamar {
    color: white;
    background-color: #DC176F;
    border-radius: 8px;
    width: 8em;
    text-align: center;
    margin-right: 15px;
    height: 2em;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.botonDamar:hover {
    opacity: 70%;
}
.searchBox {
    border-radius: 5px;
    border-color:red;
   
}
.sombreado {
    border-radius: 5px;
    background-color:red;
    
}
.imgLogo{
  width: auto;
  max-width: 600px;
  height: auto;
  max-height: 175px;
}

table,tr,td {
    border: none !important;
}
.containerProductos {
    margin:auto;
}
.showOnMobile {
    display: none;
}
.logoMobile {
    height: 10em;
    width: 100%;
}
.imgLogoMobile {
    height: 90%;
    width: 80%;
    display:block;
    margin: auto;
}
.textoNotif {
    color: white;
}
.topBar {
    height: 40px;
    width: 100%;
    /*margin:auto;*/
}
.imgMainMobile {
    height: 95%;
    width: 95%;
    display:block;
    margin: auto;
}
.buttonMobile {
    width:100%;
}
.botonDamarMobile {
    color: white;
    background-color: #DC176F;
    border-radius: 8px;
    width: 10em;
    text-align: center;
    height: 2em;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    display:block;
    margin:auto;
    margin-top: 1.1em;
}
.aboutUsTitulo {
    font-family: 'Dancing Script', cursive;
    font-size: 50px;
}
.aboutUs {
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    color: black;
}
.faqTitulo {
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
}
.faq {
    font-family: 'Quicksand', sans-serif;
    font-size:20px;
    color: black;
}
.productPreview {
    height: 250px;
    width: 300px;
}
.productPreviewBox {
    height: 500px;
    width: 500px;
}
.mobileLogo {
    margin: auto;
    width: 50%;
    /*height: 50%;*/
    height:20%;
}
.mobileContactContainer {
 width:95%;   
}
.mobileMap{
    width:95%;
}
@media screen and (max-width:780px) {
  .divBannerGeneral {
    display:none;
  }
  .hideOnMobile {
    display: none;
  }
  .showOnMobile {
    display: block;
  }
  
}