#backbody{
    background-color: #95d3e1;
}
#backproductos{
    background-image: url(../images/smtahona-blanco/back-productos.png);
}
.reconociminetos h1, .ingredientes h1, .ingredientes ul li span, .preparacion h1, .especificaciones p, .notascatado h2{
    color: #00656f;
    text-shadow: 1px 1px 1px #d7f0f6;
}

/****** ESPECIFICACIONES *******/
.title-producto{
    font-size: 60px;
    color: white;
}
.img-recono{
    background-image: url(../images/smtahona-blanco/reconocimientos-blanco.png);
    background-size:contain;
    background-repeat: no-repeat;
}

/****** COCTEL ******/
.coctel{
    background-image: url(../images/smtahona-blanco/img-coctel-blanco.jpg);
}
@media (min-width: 768px) and (max-width: 991px){
    .img-recono{
        background-image: url(../images/smtahona-blanco/reconocimientos-blanco-h.png);
    }
    .img-recono img{
        height: 130px
    }

    
}
@media (min-width: 544px) and (max-width: 767px){
    .borderespe{
        border-left: 0px;
    }
    .coctel{
        margin-top: 40px;
    }
    .img-recono{
        background-image: url(../images/smtahona-blanco/reconocimientos-blanco-h.png);
    }
    .img-recono img{
        height: 130px
    }

}
@media (max-width: 543px) {
    .img-recono{
        background-image: url(../images/smtahona-blanco/reconocimientos-blanco-h.png);
    }
    .img-recono img{
        height: 100px
    }
}
.title-coctel h1{
    color: #FFF;
}
.ingredientes ul li{
    color: #666;
}
/****** STORE ******/
.back-btn-ecommerce{
    height: 160px;
}
.btn-store {
   background: linear-gradient(to right, #0099a3, #00bac3) !important;
 }