.elementor-17511 .elementor-element.elementor-element-d9a0410{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17511 .elementor-element.elementor-element-d9a0410.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-17511 .elementor-element.elementor-element-19be3d0 > .elementor-widget-container{margin:-10px -10px 0px -10px;}/* Start custom CSS for html, class: .elementor-element-19be3d0 */body {
            font-family: 'Montserrat', sans-serif;
            margin: 0;
            color: #000;
            line-height: 1.7;
        }

        /* Banner */
        .banner {
            width: 100%;
            height: 250px;
            background: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2.5rem;
            font-weight: bold;
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
        }

        .note-container {
            max-width: 900px;
            margin: 40px auto;
            padding: 0 20px;
        }

        .note-title {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #7a7a7a;
        }

        .note-meta {
            font-size: 14px;
            color: #555;
            margin-bottom: 25px;
        }

        .note-image {
            width: 100% !important;
            height: 400px !important;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 30px;
        }

        .note-content p {
            margin-bottom: 20px;
        }

        .note-content em {
            display: block;
            background: rgb(170, 1, 1, 0.25);
            padding: 10px 15px;
            border-left: 4px solid #aa0101;
            margin: 20px 0;
            color: #7a7a7a;
            font-style: italic;
        }

        .note-content img.inline-img {
            width: 100%;
            border-radius: 6px;
            margin: 20px 0;
        }

        .note-tags {
            margin: 30px 0;
        }

        .tag {
            display: inline-block;
            background: rgb(122, 122, 122, 0.25);
            color: #aa0101;
            padding: 6px 12px;
            margin: 4px 4px 0 0;
            border-radius: 6px;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }

        .tag:hover {
            background: #cce0f5;
        }

        .back-button {
            display: inline-flex;
            align-items: center;
            margin-top: 20px;
            padding: 10px 18px;
            font-size: 14px;
            background: #7a7a7a;
            color: #fff;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            text-decoration: none;
            transition: background 0.3s;
        }

        .back-button i {
            margin-right: 8px;
        }

        .back-button:hover {
            background: #aa0101;
            color: #fff;
        }

        @media (max-width: 768px) {
            .banner {
                font-size: 1.8rem;
                height: 180px;
            }

            .note-image {
                height: 250px;
            }

            .note-title {
                font-size: 24px;
            }
        }

        .related-notes {
            max-width: 900px;
            margin: 50px auto;
            padding: 0 20px;

        }

        .notaboton {
            text-decoration: none;
        }

        .notaboton:hover {
            text-decoration: none;
        }

        .related-notes h2 {
            font-size: 28px;
            margin-bottom: 20px;
            color: #0077cc;
        }

        .related-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .related-note {
            background: #fff;
            border-radius: 8px;
            padding: 15px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .related-note:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        }

        .related-note img {
            width: 100%;
            border-radius: 6px;
            margin-bottom: 12px;
            object-fit: cover;
            height: 150px;
        }

        .related-note h3 {
            font-size: 18px;
            margin: 10px 0;
        }

        .related-note p {
            font-size: 14px;
            color: #555;
        }

        .read-more {
            display: inline-block;
            margin-top: 10px;
            color: #7a7a7a;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s;
        }

        .read-more:hover {
            color: #000;
        }

        .titulo-nota {
            color: #7a7a7a;
        }/* End custom CSS */