  /* Contenedor general */
    .colored-container {

        background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 247, 255, 0.98));

        backdrop-filter: blur(10px);

        border-radius: 20px;

        padding: 50px 40px;

        box-shadow: var(--shadow-medium);

        border: 1px solid rgba(255, 255, 255, 0.8);

        transition: transform 0.3s ease, box-shadow 0.3s ease;

    }



    .colored-container:hover {

        transform: translateY(-5px);

        box-shadow: 0 15px 40px rgba(0,0,0,0.15);

    }



    .colored-container img {

        border-radius: 15px;

        box-shadow: var(--shadow-light);

        transition: transform 0.3s ease;

    }



    .colored-container img:hover {

        transform: scale(1.02);

    }

    /* Título e intro del escudo */

    .titulo-escudo {

        text-align: center;

        font-weight: 700;

        margin-bottom: 25px;

        font-size: 2.5rem;

        color: var(--primary-color);

        position: relative;

        padding-bottom: 15px;

    }



    .titulo-escudo::after {

        content: '';

        position: absolute;

        bottom: 0;

        left: 50%;

        transform: translateX(-50%);

        width: 100px;

        height: 4px;

        background: var(--accent-color);

        border-radius: 2px;

    }



    .intro-escudo {

        text-align: center;

        max-width: 850px;

        margin: 0 auto 50px auto;

        line-height: 1.8;

        font-size: 1.2rem;

        color: #555;

    }



    /* Estructura central mejorada */

    .fila-escudo {

        margin-top: 30px;

        display: flex;

        align-items: center;

        gap: 30px;

    }



    /* Columnas laterales */

    .lado-izq,

    .lado-der {

        display: flex;

        flex-direction: column;

        gap: 40px;

        flex: 1;

    }



    /* Centro con escudo */

    .centro-escudo {

        text-align: center;

        flex: 1;

    }



    .centro-escudo img {

        width: 100%;

        max-width: 300px;

        margin: 0 auto;

        filter: drop-shadow(0 8px 20px rgba(0,0,0,0.3));

        transition: transform 0.3s ease;

    }



    .centro-escudo img:hover {

        transform: scale(1.05);

    }



    /* Items de símbolos mejorados */

    .item-simbolo {

        background: white;

        padding: 25px;

        border-radius: var(--border-radius);

        box-shadow: var(--shadow-light);

        transition: all 0.3s ease;

        border-left: 4px solid var(--secondary-color);

    }



    .item-simbolo:hover {

        transform: translateY(-5px);

        box-shadow: var(--shadow-medium);

        border-left-color: var(--accent-color);

    }



    .item-simbolo h3 {

        font-size: 1.4rem;

        font-weight: 600;

        margin-bottom: 12px;

        color: var(--primary-color);

    }



    .item-simbolo p {

        line-height: 1.7;

        font-size: 1.5rem;

        color: #666;

        margin: 0;

    }



    /* Colores del escudo mejorados */

    .colores-escudo {

        margin-top: 60px;

        padding-top: 40px;

        border-top: 2px solid #f0f0f0;

    }



    .colores-escudo h3 {

        text-align: center;

        margin-bottom: 40px;

        font-weight: 700;

        font-size: 2.3rem;

        color: var(--primary-color);

        position: relative;

        padding-bottom: 15px;

    }



    .colores-escudo h3::after {

        content: '';

        position: absolute;

        bottom: 0;

        left: 50%;

        transform: translateX(-50%);

        width: 80px;

        height: 3px;

        background: var(--accent-color);

        border-radius: 2px;

    }



    .colores-escudo strong {

        font-size: 1.5rem;

        margin-bottom: 10px;

        display: block;

        color: var(--primary-color);

        font-weight: 600;

    }



    .colores-escudo .col-md-4,

    .colores-escudo .col-md-6 {

        margin-bottom: 30px;

    }



    .colores-escudo p {

        line-height: 1.6;

        color: #666;

        font-size: 1.5rem;

    }

    .colores-escudo {

        margin-top: 60px;

    }
    .colores-escudo h3 {

        text-align: center;

        margin-bottom: 40px;

        font-size: 1.8rem;

        color: #1a1a1a;

    }
    .colores-escudo .row > div {

        background: #f9f9f9;

        border-left: 8px solid transparent;

        padding: 20px 25px;

        margin-bottom: 25px;

        border-radius: 12px;

        box-shadow: 0 8px 20px rgba(0,0,0,0.08);

    }

    .colores-escudo strong {

    display: block;

    font-size: 1.2rem;

    margin-bottom: 8px;

        }
        .colores-escudo p {

            margin: 0;

            line-height: 1.6;

            color: #444;

        }

        .colores-escudo .col-md-4:nth-child(1) {

            border-left-color: #1e3a8a; /* Azul */

            background: #eef2ff;

        }
        .colores-escudo .col-md-4:nth-child(2) {

            border-left-color: #e5e7eb; /* Blanco */

            background: #ffffff;

        }
        .colores-escudo .col-md-4:nth-child(3) {

            border-left-color: #dc2626; /* Rojo */

            background: #fee2e2;

        }
        .colores-escudo .col-md-6:nth-child(4) {

            border-left-color: #f97316; /* Anaranjado */

            background: #ffedd5;

        }
        .colores-escudo .col-md-6:nth-child(5) {

            border-left-color: #78350f; /* Café */

            background: #fef3c7;

        }
        @media (max-width: 768px) {

            .colores-escudo .row > div {

                margin-bottom: 20px;

            }

        }
        @media (max-width: 991px) {

        .navbar-brand img.logo {

            height: 140px !important;

        }

        

        .fila-escudo {

            flex-direction: column;

            text-align: center;

            gap: 40px;

        }



        .lado-izq,

        .lado-der {

            width: 100%;

            margin-bottom: 0;

        }



        .centro-escudo img {

            width: 70%;

            max-width: 250px;

        }



        .breadcrumb-area h1 {

            font-size: 2.5rem;

        }



        .titulo-escudo {

            font-size: 2.2rem;

        }

    }



    @media (max-width: 767px) {

        .navbar-brand img.logo {

            height: 120px !important;

        }

        

        .breadcrumb-area h1 {

            font-size: 2rem;

        }



        .titulo-escudo {

            font-size: 1.8rem;

        }



        .intro-escudo {

            font-size: 1.1rem;

        }



        .colored-container {

            padding: 30px 20px;

        }



        #scrollToTop {

            bottom: 70px;

            right: 20px;

            width: 45px;

            height: 45px;

        }

    }