.serv-breadcrumbs {
    background: linear-gradient(90deg,rgba(220, 220, 220, 0.55) 0%, rgba(222, 220, 220, 0.5) 100%);
    border-radius:24px;
    width: max-content;
    padding: 10px 15px;
}
/*
.product.type-product .post-639, div.product .wootabs .nav-tabs, .row-related,
.woocommerce-Price-amount.amount {
    display:none;
}
*/

.wootabs ul, .row-related {
	display:none;
}

.woocommerce-product-gallery img{
	border-radius:15px;
}

p {
    line-height:1.2;
}
.blur .uncell {
    backdrop-filter: blur(10px);
}
.product.woocommerce.add_to_cart_inline a {
    border-radius:100px;
    background: linear-gradient(90deg, #2b415f 0%, #3b5a82 100%) !important;
    transition: all 0.3s ease !important;
    color:#fff !important;
}
.t-entry-readmore a {
    border-radius:100px;
    background: linear-gradient(90deg, #2b415f 0%, #3b5a82 100%) !important;
    transition: all 0.3s ease !important;
    color:#fff !important;
    width: 100%;
    margin-top: 15px !important;
}
.product.woocommerce.add_to_cart_inline a:hover, .t-entry-readmore a:hover { 
background: linear-gradient(90deg, #4e6f9c 0%, #5f86b7 100%) !important;
color:#fff !important;
}

.gradient-bg .block-bg-overlay {
    background:linear-gradient(to bottom , rgb(255, 255, 255, 0) , rgb(43, 65, 95) 100%);
}

@media (max-width:480px) {
    .servicios-mobile {
        min-height:110px;
    }
    .titulos-mobile {
        min-height:66px;
    }
    .titulos-mobile p, .servicios-mobile p {
        line-height:1.1;
    }
    
    .not-padding-mobile .no-block-padding{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
    }
}

.card {
  max-width: 520px;
  background: #ffffff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  font-family: system-ui, -apple-system, sans-serif;
}

.card p:last-child {
  margin-bottom: 0;
}

.img-product img {
    border-radius:15px;
}