.LogoHeader a img {
    position: absolute;
    left: 0%;
    width: 140px;
    height: auto;
    top: 35px;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}
.BtnWhatCont {
    font-size: 16px;
    font-weight: 700;

    a {
        color: #fff;
        text-decoration: none;
        background-color: #25d366;
        font-size: 16px;
        padding: 5px 10px 5px 25px;
        border-radius: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s ease;
    }

    a:before {
        content: url('https://site.carlosmancilla.com/pam/wp-content/uploads/2025/09/wpp.svg');
        position: absolute;
        margin-left: -17px;
        width: 20px;
        height: auto;
        margin-right: 10px;
    }
}

.FormCont {

    input, textarea {
    width: 90%;
    border: none !important;
    color: #1D1D1B !important;
    border-bottom: 1px solid #1D1D1B !important;
    background-color: transparent !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
    padding: 10px 5px !important;
    font-family: 'poppins', sans-serif !important;
    }

    textarea {
        height: 60px !important;
    }
}
.btnEnviarCont {
    text-align: center;
    margin-top: 20px;

    button {
        background-color: #1D1D1B;
        color: #fff;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    button:hover {
        background-color: #333;
    }
}

.btnEnviarCont {
    color: #102A3B;
    text-align: right;

    input {
    background-color: #BBBBBC !important;
    border: none !important;
    width: 130px;
    border-radius: 100px;
    padding: 10px 40px 10px 10px !important;
    color: #102A3B;
    font-weight: 600;
    cursor: pointer;
    }

    input:before {
        content: url('https://site.carlosmancilla.com/pam/wp-content/uploads/2025/09/arrowcont.svg');
        position: absolute;
        margin-left: -30px;
        width: 20px;
        height: auto;
    }
}

.befCont:before {
    content: '';
    background-color: #F9FAFB;
    border-radius: 0px 25px 25px 0px;
    width: 50%;
    height: 95%;
    position: absolute;
    left: 0px;
    z-index: -1;
}

.imgProductCont div {
    max-width: 100% !important;
    border-radius: 10px;
}

.CatgPro a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.btn-cart {

    .quantity input {
        border-radius: 10px;
        font-size: 25px;
        width: 50px !important;
        font-family: 'Plus Jakarta Sans';
    }

    button {
        border-radius: 50px;
        background-color: #FAD795;
        color: #102A3B;
        font-weight: 800;
        padding: 15px 50px;
        transition: all 0.6s ease;
    }
    button:hover {
        border-radius: 50px;
        background-color: #102A3B;
        color: #FAD795;
        transition: all 0.6s ease;
    }
}
