#backbody{
    background-color: #dce1e9;
}
#backproductos{
    background-image: url(../images/smtahona-reposado/back-productos.png);
}
.reconociminetos h1, .ingredientes h1, .ingredientes ul li span, .preparacion h1, .especificaciones p, .notascatado h2{
    color: #ba2449;
    text-shadow: 1px 1px 1px #fff;
}
nav ul li a:hover{
  color:#ea0e44;
}

/****** ESPECIFICACIONES *******/
.title-producto{
    color: #783d22;
    font-size: 48px;
    text-shadow: 1px 1px 1px #fff;
}
.text-resoposo p {
    font-size: 10px;
}
.img-recono{
    background-image: url(../images/smtahona-reposado/reconociminetos.png);
    background-size:contain;
    background-repeat: no-repeat;
}

@media (min-width: 992px) and (max-width: 1199px){
    .title-producto {
        font-size: 44px;
        padding-top: 19px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .title-producto {
        font-size: 35px;
        padding-top: 19px;
    }
    .img-recono{
        background-image: url(../images/smtahona-reposado/reconociminetos-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-reposado/reconociminetos-h.png);
    }
    .img-recono img{
        height: 130px
    }
}

@media (max-width: 543px) {
    .img-recono{
        background-image: url(../images/smtahona-reposado/reconociminetos-h.png);
    }
    .img-recono img{
        height: 100px
    }
}

/****** COCTEL ******/
.coctel{
    background-image: url(../images/smtahona-reposado/img-coctel-reposado.jpg);
}
.title-coctel h1{
    color: #783d22;
    text-shadow: 1px 1px 1px #fff;
}
.ingredientes ul li{
    color: #666;
}
/****** STORE ******/
.back-btn-ecommerce{
    height: 160px;
}
.btn-store {
   background: linear-gradient(to right, #e30c2e, #ba2449) !important;
 }

 @media (max-width: 543px) {
    .back-btn-ecommerce{
        height: 200px;
    }
 }