:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ea301e8 *//* Estilos encapsulados para Elementor */
        .mp-custom-wrapper {
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            color: #333333;
            line-height: 1.6;
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(11, 52, 80, 0.08); /* Sombra basada en tu color */
            overflow: hidden;
            max-width: 900px;
            margin: 0 auto;
        }

        .mp-header-section {
            background-color: #f8fafe;
            padding: 40px 40px 20px;
            position: relative;
        }

        .mp-title {
            color: #0B3450;
            font-size: 2.2rem;
            font-weight: 700;
            margin: 0 0 15px 0;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            display: inline-block;
        }

        .mp-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -8px;
            height: 3px;
            width: 60px;
            background-color: #0B3450;
            border-radius: 2px;
        }

        .mp-intro-text {
            font-size: 1.15rem;
            color: #4a5568;
            font-weight: 500;
            margin-top: 20px;
        }

        .mp-content-section {
            padding: 20px 40px 40px;
        }

        .mp-paragraph {
            margin-bottom: 1.2rem;
            text-align: justify;
        }

        /* Estilos específicos para los consejos */
        .mp-tip-title {
            color: #0B3450;
            font-size: 1.25rem;
            font-weight: 700;
            margin: 30px 0 10px 0;
            display: flex;
            align-items: center;
        }

        .mp-list {
            margin: 10px 0 20px 20px;
            padding-left: 20px;
            color: #4a5568;
        }

        .mp-list li {
            margin-bottom: 8px;
            position: relative;
            list-style-type: none;
        }

        .mp-list li::before {
            content: '•';
            color: #0B3450;
            font-weight: bold;
            font-size: 1.2rem;
            position: absolute;
            left: -15px;
            top: -2px;
        }

        .mp-paragraph:last-child {
            margin-bottom: 0;
        }

        /* Diseño responsivo para móviles */
        @media (max-width: 768px) {
            .mp-header-section {
                padding: 30px 20px 15px;
            }
            .mp-content-section {
                padding: 15px 20px 30px;
            }
            .mp-title {
                font-size: 1.8rem;
            }
            .mp-intro-text {
                font-size: 1.05rem;
            }
            .mp-tip-title {
                font-size: 1.15rem;
            }
        }/* End custom CSS */