*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
}
body {
    width: 100%;
    height: auto;
    background: linear-gradient(to right, #000000, #01901e, #000000);
    display: flex;
    justify-content: center;
}
.container{
    width: 100%;
    max-width: 1280px;
    height: auto;
    overflow: hidden;
}
.fondo2 {
    background-image: url("../img/fondo-transparente-con-esquina.png");
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.header{
    display: flex;
    justify-content: space-around;
}
.img-bf{
    width: auto;
    height: 350px;
}
.img-txt{
    width: auto;
    height: 250px;
}
.principal{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
.text-principal{
    width: 43%;
    color: #fff;
    text-align: right;
    font-size: 28px;
    line-height: 60px;
    font-weight: lighter;
}
.text-principal strong{
    font-weight: bold;
}
.descuento{
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}
.antes{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-decoration: line-through;
}
.actual{
    margin: 40px 0;
    color: #fff;
    font-size: 120px;
    font-weight: bold;
    font-family: 'Anton', sans-serif;
}
.gastos-envio{
    color: #3ed68a;
    font-size: 40px;
    font-style: italic;
    font-weight: lighter;
}
.gratuitos{
    color: #6efab4;
    font-weight: bold;
}
.btn-principal{
    margin-top: 15px;
    display: inline-block;
    padding: 20px 30px;
    font-size: 40px;
    font-weight: bold;
    color: #6efab4;
    background-color: #000000;
    border: 0;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.btn-principal:hover{
    cursor: pointer;
    color: #096733;
    background-color: #fff;
}
.separator{
    width: 100%;
    margin-top: 50px;
}
.separator::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.productos{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.prods {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.prods a{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
}
.prods a:hover{
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.8);
}

.prods a img{
    height: 100%;
}

@media only screen and (max-width: 1280px) {
    .container{
        padding: 0 15px;
    }
    .img-bf{
        height: 250px;
    }
    .img-txt{
        height: 160px;
    }
    .principal{
        flex-direction: row;
        align-items: center;
        gap:35px;
    }
    .text-principal{
        margin-top: 40px;
        width: 50%;
        text-align: center;
        line-height: 48px;
    }
    .descuento{
        font-size: 40px;
    }
    .antes{
        font-size: 40px;
    }
    .actual{
        font-size: 80px;
    }
    .gastos-envio{
        font-size: 32px;
    }
    .img-stabilium{
        height: 350px;
    }
    .productos{
        flex-direction: column;
        align-items: center;
    }
    .prods{
        flex-direction: row;
        align-items: center;
    }
    .prods a img{
        height: 250px;
    }
}
@media only screen and (max-width: 926px) {
    .container{
        padding: 0 15px;
    }
    .img-bf{
        height: 250px;
    }
    .img-txt{
        height: 160px;
    }
    .principal{
        flex-direction: row;
        align-items: center;
        gap:35px;
    }
    .text-principal{
        margin-top: 40px;
        width: 50%;
        text-align: center;
        line-height: 48px;
    }
    .descuento{
        font-size: 40px;
    }
    .antes{
        font-size: 40px;
    }
    .actual{
        font-size: 80px;
    }
    .gastos-envio{
        font-size: 32px;
    }
    .img-stabilium{
        height: 350px;
    }
    .productos{
        flex-direction: column;
        align-items: center;
    }
    .prods{
        flex-direction: row;
        align-items: center;
    }
    .prods a img{
        height: 180px;
    }
}
@media only screen and (max-width: 768px) {
    .container{
        padding: 0 15px;
    }
    .img-bf{
        height: 250px;
    }
    .img-txt{
        height: 160px;
    }
    .principal{
        flex-direction: column-reverse;
        align-items: center;
        gap:35px;
    }
    .text-principal{
        margin-top: 40px;
        width: 100%;
        text-align: center;
        line-height: 48px;
    }
    .texto-stabilium{
        width: 100%;
        font-size: 28px;
    }
    .descuento{
        font-size: 40px;
    }
    .antes{
        font-size: 40px;
    }
    .actual{
        font-size: 80px;
    }
    .gastos-envio{
        font-size: 28px;
    }
    .img-stabilium{
        height: 350px;
    }
    .productos{
        flex-direction: column;
        align-items: center;
    }
    .prods{
        flex-direction: column;
        align-items: center;
    }
    .prods a img{
        height: 250px;
    }
}
@media only screen and (max-width: 600px) {
    .container{
        padding: 0 15px;
    }
    .img-bf{
        height: 150px;
    }
    .img-txt{
        height: 110px;
    }
    .principal{
        margin-top: 40px;
        flex-direction: column-reverse;
        align-items: center;
        gap:25px;
    }
    .text-principal{
        width: 100%;
        text-align: center;
    }
    .texto-stabilium{
        width: 100%;
        font-size: 20px;
    }
    .descuento{
        font-size: 28px;
    }
    .antes{
        font-size: 28px;
    }
    .actual{
        font-size: 80px;
    }
    .gastos-envio{
        font-size: 32px;
    }
    .img-stabilium{
        height: 300px;
    }
    .productos{
        flex-direction: column;
        align-items: center;
    }
    .prods{
        flex-direction: column;
        align-items: center;
    }
    .prods a img{
        height: 220px;
    }
}
@media only screen and (max-width: 400px) {
    .container{
        padding: 0 15px;
    }
    .img-bf{
        height: 120px;
    }
    .img-txt{
        height: 100px;
    }
    .principal{
        margin-top: 40px;
        flex-direction: column-reverse;
        align-items: center;
        gap:25px;
    }
    .text-principal{
        width: 100%;
        text-align: center;
    }
    .texto-stabilium{
        width: 100%;
        font-size: 18px;
    }
    .descuento{
        font-size: 20px;
    }
    .antes{
        font-size: 36px;
    }
    .actual{
        font-size: 80px;
    }
    .gastos-envio{
        font-size: 28px;
    }
    .img-stabilium{
        height: 300px;
    }
    .productos{
        flex-direction: column;
        align-items: center;
    }
    .prods{
        flex-direction: column;
        align-items: center;
    }
    .prods a img{
        height: 150px;
    }
}