/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2025 | 21:35:06 */
.mcp-icon-whatsapp::before{
    content:"" !important;
    width:28px;
    height:28px;
    display:block;
    background: url('/wp-content/uploads/2025/09/whatsapp.png') center/cover no-repeat;
}

.mcp-btn-compartir{
    padding:0px !important;
    align-items:center;
    justify-content:center
}

.mcp-btn-whatsapp{
    background:#36c836 !important
}
.mcp-btn-whatsapp:hover{
    background:#38b238 !important
}

.mcp-btn-pdf{
    border-radius:3em !important;
    padding:10px 20px !important;
    font-size:16px !important;
    font-weight:600 !important
}
   .mcp-portafolios-container {
        margin: 20px 0;
    }
    
    .mcp-portafolios-grid {
        margin-bottom: 30px;
    }
    
    .mcp-portafolio-item {
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        transition: box-shadow 0.3s ease;
        background: #fff;
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .mcp-portafolio-item:hover {
        box-shadow:  0 0 #0000, 0 0 #0000,  0 10px 15px -3px hsl(210 100% 40% / 0.1), 0 4px 6px -2px hsl(210 100% 40% / 0.05);;
    }
    
    .mcp-portafolio-header {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        gap: 15px;
    }
    
    .mcp-portafolio-icono {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #007cba;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    
    .mcp-portafolio-icono img {
        width: 25px;
        height: 25px;
        object-fit: contain;
        filter: brightness(0) invert(1); /* Hacer el icono blanco */
    }
    
    .mcp-icon-default {
        font-size: 24px;
        color: #fff;
    }
    
    .mcp-portafolio-titulo {
        margin: 0;
        font-size: 1.5em;
        font-weight: bold;
        color: #333;
    }
    
    .mcp-portafolio-titulo a {
        color: #333;
        text-decoration: none;
    }
    
    .mcp-portafolio-titulo a:hover {
        color: #007cba;
    }
    
    .mcp-portafolio-descripcion {
        margin: 0 0 20px 0;
        color: #666;
        line-height: 1.5;
        font-size: 16px;
    }
    
    .mcp-portafolio-acciones {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    
    .mcp-btn-pdf {
        display: inline-block;
        padding: 11px 20px;
        background-color: #0589c9;
        color: #fff;
        text-decoration: none;
        border-radius: 3em;
        font-size: 14px;
        font-weight: 500;
        transition: background-color 0.3s ease;
        border: none;
        cursor: pointer;
        width:20%;
        text-align:center;
        font-size:16px;
        font-weight:600;
        line-height:1.5
    }
    
    .mcp-btn-pdf:hover {
        background-color: #054a8b;
        color: #fff;
    }
    
    .mcp-botones-compartir {
        display: flex;
        gap: 10px;
    }
    
    .mcp-btn-compartir {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding:4px 30px;
        border-radius: 3em;
        background-color: #f0f0f0;
        color: #fff;
        font-weight:600;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }
    
    .mcp-btn-compartir:hover {
        background-color: #e0e0e0;
    }

    .mcp-btn-compartir-texto{
        margin-right:10px
    }

   .mcp-btn-compartir i{
       font-size:25px;
       line-height:1.5
   }

    .mcp-btn-whatsapp {
        background-color: #25d366;
        color: #fff;
    }
    
    .mcp-btn-whatsapp:hover {
        background-color: #0589c9;
        color:#fff
    }
    
    .mcp-icon-whatsapp {
        font-size: 20px;
    }
    
    /* Icono de WhatsApp usando CSS */
    .mcp-icon-whatsapp::before {
        content: "W";
        font-weight: bold;
        font-family: Arial, sans-serif;
    }
    
    .mcp-paginacion {
        text-align: center;
        margin-top: 30px;
    }
    
    .mcp-paginacion-lista {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-flex;
        gap: 5px;
    }
    
    .mcp-paginacion-lista li {
        display: inline;
    }
    
    .mcp-paginacion-lista a,
    .mcp-paginacion-lista span {
        padding: 8px 12px;
        border: 1px solid #ddd;
        text-decoration: none;
        color: #333;
        border-radius: 4px;
    }
    
    .mcp-paginacion-lista .current {
        background-color: #007cba;
        color: #fff;
        border-color: #007cba;
    }
    
    .mcp-paginacion-lista a:hover {
        background-color: #f8f9fa;
    }
    
    .mcp-no-portafolios {
        text-align: center;
        color: #666;
        font-style: italic;
    }
    
    /* Responsive */
    @media (max-width: 768px) {
        .mcp-portafolios-grid {
            grid-template-columns: repeat(2, 1fr) !important;
        }
    }
    
    @media (max-width: 480px) {
        .mcp-portafolios-grid {
            grid-template-columns: 1fr !important;
        }
    }