.appWhatsapp {
    position: fixed;
    /* right: 26px; */
    left: 26px;
    /* bottom: 100px; */
    bottom: 25px;
    width: 55px;
    z-index: 1000;
}

.appWhatsapp img {
    width: 100%;
    height: auto;
}

.appMessinger {
    position: fixed;
    /* right: 26px; */
    left: 26px;
    bottom: 25px;
    width: 55px;
    z-index: 1000;
}

.appMessinger img {
    width: 100%;
    height: auto;
}

.appPSE {
    cursor: pointer;
    position: fixed;
    /* right: 26px; */
    left: 26px;
    bottom: 100px;
    width: 55px;
    z-index: 1000;
}

.appPSE img {
    width: 100%;
    height: auto;
}

.mc-carosel img {
    width: 100%;
    height: auto;
}

.mc-contenerdor img {
    width: 100px;
    height: auto;
}

.mc-mapa {
    width: 100%;
    height: 500;
}

.mc-imgFlash {
    /* width: 100%;
    padding: auto; */
    /* height: 300; */
    /* height: 300px; */
    /* width: 200px; */
    /* height: 200px; */
}

.mc-parrafo {
    color: black;
}

.mc-informacion {
    margin-top: 50px;
}

.mc-columnas {
    /* margin-right: 5px; */
    padding-left: 20px;
    padding-right: 20px;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.is-invalid {
    border-color: red;
}

.barraProductos {
    margin-left: -12px;
}

.barraProductos .organizarProductos span {
    margin-left: 4px;
}

.barraProductos .organizarProductos button {
    cursor: pointer;
}

.mc-fondoVideo {
    background-color: white;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
    border-right: 5px solid #f2a90c;
    padding: 5px;
    margin-top: 15px;
}

.mc-card {
    margin-top: 15px;
}


/*=============================================
VITRINA PRODUCTOS CUADRÍCULA
=============================================*/

.tituloDestacado h1 {
    margin-top: -5px;
}

.tituloDestacado button span {
    margin-left: 5px;
}

.productos ul li figure {
    overflow: hidden;
}

.productos ul li a img:hover {
    transition: .3s all ease;
    opacity: .8;
    transform: scale(1.1, 1.1);
}

.productos ul li h4 small {
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.productos ul li h4 small a {
    color: #777;
}

.productos ul li div.precio {
    padding: 0;
    margin-top: -30px;
    padding-bottom: 20px;
}

.productos ul li div.enlaces {
    padding: 0;
    padding-bottom: 20px;
}

.productos ul li div.enlaces button {
    margin: 2px;
}

.productos ul li div.enlaces button i {
    color: #999;
    font-size: 12px;
}


/*=============================================
VITRINA PRODUCTOS LISTA
=============================================*/

.productos ul li h1 {
    margin-top: -10px;
}

.productos ul li h1 small {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.productos ul li h1 small a {
    color: #777;
}

.oferta {
    text-decoration: line-through;
    color: #ccc;
    font-size: 15px;
}

.fontSize {
    font-size: 11px;
}

.mc-categorias {
    padding-left: 30px;
}

.mc-pie {
    font-size: 1.2em;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.is-invalid {
    border-color: red;
}

.img-mc {
    /* width: 100%;
    height: 100%; */
    transition: 0.5s;
    object-fit: cover;
}

.img-mc:hover {
    transform: scale(1.2);
}