a.custom{
    color:#DE332E;
}

.header_container {
    background-color: #fff;
    box-shadow: 0 0 12px #ddd;
}

/*------FEB29 PRODUCTOS FLOTANTES -------*/
.position-absolute .producto {
    margin-left: 0;
    margin-right: 0;
    padding-left: 6%;
}
span.pro_num_abs {
    position: absolute;
    left: -15px;
    top: 10px;
}
div#producto-01-01 {
    right: 2%;
    bottom: 6%;
}
div#producto-02-01 {
    left: 6%;
    top: 6%;
}
div#producto-04-01 {
    left: 6%;
    top: 10%;
}
div#producto-06-01 {
    left: 6%;
    bottom: 15%;
}
div#producto-snack-01 {
    left: 20%;
    bottom: 22%;
}
div#producto-snack-02 {
    right: 3%;
    bottom: 21%;
}
div#producto-bebidas-1 {
    left: 8%;
    top: 76%;
}
div#producto-bebidas-2 {
    right: 38%;
    top: 76%;
}
div#producto-bebidas-3 {
    right: 8%;
    top: 76%;
}
div#producto-bebidas-01 {
    left: 8%;
    top: 74%;
}
div#producto-bebidas-02 {
    right: 38%;
    top: 74%;
}
div#producto-bebidas-03 {
    right: 8%;
    top: 74%;
}
div#producto-bebidas-04 {
    left: 8%;
    top: 80%;
}
div#producto-bebidas-05 {
    right: 40%;
    top: 80%;
}
div#producto-bebidas-06 {
    right: 8%;
    top: 80%;
}

/*---------- TITULARES--------------*/
p.p-lead {
    font-size: 1.1rem;
}

.bg-m {
    background-image: url(../img/m.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 150px;
    background-size: cover;
    display: flex;
    align-content: center;
}
.bg-m-peq {
    background-image: url(../img/m.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 75px;
    background-size: cover;
    display: flex;
    align-content: center;
}


.bg-m p {
    display: block;
    margin: 0 auto;
    max-width: 67% !important;
    line-height: 120%;
}
#producto-bebidas-1 .producto{
    width: 120%;
}
#producto-bebidas-2 .producto{
    width: 120%;
}
#producto-bebidas-3 .producto{
    width: 120%;
}
#producto-bebidas-01 .producto{
    width: 120%;
}
#producto-bebidas-02 .producto{
    width: 120%;
}
#producto-bebidas-03 .producto{
    width: 120%;
}
#producto-bebidas-04 .producto{
    width: 120%;
}
#producto-bebidas-05 .producto{
    width: 120%;
}
#producto-bebidas-06 .producto{
    width: 120%;
}
.desliza{
letter-spacing: 0.3em;
}
@media screen and (min-width: 768px){
    .bg-m {
        height: 300px;
    }
    .bg-m-peq {
        height: 150px;
    }
}

