body {
    font-family: 'Poppins', sans-serif;
}
.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color: #fff;
        position: fixed;
        right:5px;
        bottom:40px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}
.btn-fbk {
        display:block;
        width:70px;
        height:70px;
        color: #fff;
        position: fixed;
        right:60px;
        bottom:40px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}
.btn-instagram {
        display:block;
        width:70px;
        height:70px;
        color: #fff;
        position: fixed;
        right:115px;
        bottom:40px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}
.product-image-wrapper {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 12px;
    overflow: hidden;
}
.col-sm-4 {
    padding: 10px;
}
.container {
    max-width: 1200px;
}
h1.title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}
.productinfo img {
    max-width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.productinfo img:hover {
    transform: scale(1.05);
}

.product-image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.product-image-wrapper {
    position: relative;
    overflow: hidden;
}

.single-products {
    position: relative;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
}

.single-products:hover .product-overlay {
    opacity: 1;
    visibility: visible;
}

.productinfo {
    transition: transform 0.3s ease;
}

.single-products:hover .productinfo {
    transform: scale(1.05);
}
.precio {
    color: #28a745;
    font-weight: bold;
    font-size: 22px;
}
.cuota {
    font-size: 14px;
    color: #555;
}
#individualesUniarch, #individualesEzviz,
#packsUniarch, #packsEzviz,
#portonesSeg {
  display: none;
}
.swal2-popup-big {
  font-size: 1.4rem !important;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
    .btn-whatsapp,
    .btn-fbk,
    .btn-instagram {
        width: 50px;
        height: 50px;
        right: 10px;
        bottom: 15px;
    }

    .btn-whatsapp img,
    .btn-fbk img,
    .btn-instagram img {
        width: 30px;
    }
}