

html, body {
    width: 100%;
}


body, p {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    line-height: 1.15rem;
}



h4 {
    font-weight: 700;
}
p {
    margin-bottom: 0.8rem;
    width: 50%;
    margin-left: 25%;
    font-size: 1.2rem;
    line-height: 1.6rem;
}
@media (max-width: 767px) {
    p {
        width: 70%;
        margin-left: 15%;        
    }
}


h4 {
    font-size: 2.7rem;
}



.mont {
    font-family: 'Montserrat', sans-serif;
}

.red {
    color: #E40000;
}
.weight-400 {
    font-weight: 400;
}



.tabs-wrapper {
    position: relative;
}
    .tabs {
        position: absolute;
        left: 0;
        right: 0;
        top: 0px;
        list-style: none;
        margin: 5px;
        text-align: center;
        z-index: 150;
        padding: 0;
    }

        .tabs li {
            display: inline-block;
            cursor: pointer;
            color: #E40000;
            padding: 15px 10px 15px 10px;
            font-size: 20px;
        }
            @media (max-width: 767px) {
                .tabs li {
                    width: 30%;
                    padding: 15px 0px;
                }
                .tabs li img{
                    width: 100%;
                }
            }


        .tabs li.active {
            font-weight: bold;
            color: #ffffff;
        }

    .tab-content .tab {
        display: none;
        text-align: center;
        position: relative;

        justify-content: center;
        align-items: center;
        overflow: auto; /* opcional, dependiendo de la necesidad */
    }
        .tab-content .tab.active {
            display: flex!important;
        }

        .tab-content .tab .tab-bg {
            margin: 0 auto;
        }
        .tab-content .active {
            display: block;
        }
        .ul {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 20px;
            z-index: 250;
            text-align: center;
            margin: -55px 0px 0px 0px;
            display: flex;
            justify-content: space-evenly;
        }
        .b {
            background-color: transparent;
            border: none;

        }

        .p, .contentblock {
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            margin-top: auto;
            margin-bottom: auto;
            left: 0;
            right: 0;
        }
        .p {
            z-index: 100;
            max-width: 200px;
            min-width: 200px;
            top: 35%;
            text-align: center;
        }

        .contentblock {
            z-index: 50;
            top: 45%;
            bottom: 55%;
        }
        @media (max-width: 767px) {
            .tabs-wrapper {
                overflow: hidden;
            }
            .contentblock {
                width: 90%;
                margin-right: 5%;

            }
            .p {
                top: 37%;
            }
        }

.iconos_stores {

}
    .iconos_stores img {
        max-height: 90px;
    }
    @media (max-width: 767px) {
        .iconos_stores img {
            max-height: 40px;
        }
    }


.iconos_redes {

}
    .iconos_redes img {
        max-height: 90px;
    }
    @media (max-width: 767px) {
        .iconos_redes img {
            max-height: 50px;
        }
    }


footer {

}
    footer img {
        max-height: 100px;
    }
    @media (max-width: 767px) {
        footer img {
        }
    }