.row .img-align{
    flex-wrap: unset;
}

.ml2{
    margin-left:-14%;
}

.menu .nav-link{
    color: #e51937;
    font-size: 14px;
    text-transform: uppercase;
    padding: .5rem 1rem !important;
    font-weight: 400;
    border-bottom: solid 2px transparent;
    transition: all .5s;
}

.detalle-page{
    margin-top: 120px;
}

.producto-image{
    position: relative;
    width: 100%;
    padding: 40px;
    min-height: 550px;
    height: 100%;
    display: flex;
    align-items: center;
}
/**/
.producto-image .fot-ref{
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #ba9765;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    white-space: pre;
}
/**/
.producto-image .image{
    width: 100%;
    display: none;
}
.producto-image .loading{
    width: 100px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chocolate-info{
    padding: 0 20px;
}

.chocolate-info h1{
    font-size: 35px;
    line-height: 35px;
    color: #ba9765;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    margin: 0 0 20px 0;
}

.btn-link{
    transition: all .5s;
}
.btn-link.active i{
    transform: rotate(180deg);
}
.producto-info p{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #ba9765;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

.disfruta p{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #ba9765;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

.card-header, .card{
    background: transparent;
    border: none;
    padding-left: 0;
}

.card-header{
    border-bottom: solid 1px #ba9765;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;

}
.card-header button{
    color: #ba9765;
}
.card-header button:hover, .card-header button:focus{
    color: #ba9765;
    text-decoration: none;
}

.card-body table{
    width: 100%;
}
.card-body table tr:first-child{
    border-bottom: solid 1px #ba9765;
}

.card-body table td{
    padding: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #ba9765;
}
.card-body table td strong{
    font-weight: bold;
}

.card-header .btn-link{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.producto-detalle{
    position: relative;
    padding: 60px 0;
}

.slick-prev, .slick-next{
    width: 80px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}
.slick-prev:focus, .slick-next:focus{
    outline: none;
}

.slick-prev{
    transform: rotate(-180deg);
    left: -120px;

}

.slick-next{
    right: -120px;
}

.slick-prev.disabled, .slick-next.disabled{
    opacity: .2;
    pointer-events: none;
}

.presentaciones{
    margin-top: 40px;
    width: 100%;
    padding: 0 20px;
    /*  */
}

.presentaciones li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 20%;
    text-align: center;
}

.presentaciones li a{
    padding: 10px 20px;
    border: solid 1px #ba9765;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 18px;
    color: #ba9765;
    display: block;
}

.presentaciones li.active a{
    background-color: #ba9765;
    color: #fff;
    pointer-events: none;
}
.presentaciones li a:hover{
    background-color: #ba9765;
    color: #fff;
    text-decoration: none;
}
.disfruta span:after{
    content: '..................................................';
    display: block;
    position: relative;
    width: 50%;
    height: auto;
    top: 0;
    font-size: 30px;
    line-height: 0px;
    margin-bottom: 25px;
    z-index: -1;
}

.disfruta{
    padding: 0 20px;
    color: #ba9765;
    clear:left;
}
.disfruta strong{
    display: block;
    margin: 10px 0;
}


@media screen and (max-width: 768px){
    .chocolate-info h1{
        font-size: 20px;
    }
    .producto-image{
        min-height: 300px;
    }
    .producto-detalle{
        padding-top: 0;
    }
    .presentaciones li{
        min-width: 30%;
        float: left;
    }
    .presentaciones li a{
        padding: 10px 12px;
        font-size: 13px;
        text-align: center;
    }
}

@media screen and (max-width: 700px){
  .disfruta span:after{
      content: '.........................................';
  }
}

@media screen and (max-width: 330px){
  .disfruta span:after{
      content: '.................................';
  }
}
