        .section-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
        }

        .section-title {
            font-family: "Poppins", sans-serif;
            font-weight: 900;
            font-style: normal;
            font-size: 22px;
            line-height: 32px;
            letter-spacing: 0;
            vertical-align: middle;
            margin: 0;
            color: #565656;
        }

        .section-header-btn {
            padding: 0;
            border: 0;
            background: transparent;
            line-height: 0;
        }

        .document-card {
            border: 1px solid #a7a7a7;
            border-radius: 5px;
        }

        .video-card {
            border: 0;
        }

        .document-title {
            font-family: "Poppins", sans-serif;
            font-weight: 700;
            font-size: 22px;
            line-height: 32px;
            letter-spacing: 0;
            margin: 0;
        }

        .document-tag {

            align-items: center;
            vertical-align: middle;
            background: #1c6589;
            color: #ffffff;
            font-family: "Now", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 131%;
            letter-spacing: 0;
    padding: 0.5rem 0.9rem;
    text-align: center;
    display: inline-flex;
        }

        .document-btn {
            padding: 0;
            border: 0;
            background: transparent;
        }



        .img-responsive {
            max-width: 100%;
            height: auto;
            display: block;
        }

        .lightbox-img {
            width: 100%;
            height: auto;
            display: block;
        }

 
        .novedades-title {
            background: #0b91cf;
            font-family: "Poppins", sans-serif;
            font-weight: 700;
            font-size: 22px;
            line-height: 32px;
            letter-spacing: 0;
            vertical-align: middle;
            margin: 0;
            padding: 0.75rem 1rem;
            color: #ffffff;
        }

        .novedades-content {
            background: #d4ecf8;
            padding: 1rem;
        }

        .novedades-text {
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 154%;
            letter-spacing: 0;
            text-align: justify;
            margin: 0;
        }

        .novedades-btn {
            padding: 0;
            border: 0;
            background: transparent;
            line-height: 0;
        }

        .novedades-accordion .accordion-item {
            background: transparent;
            border-left: 26px solid #ef7b09 !important;
        }

        .novedades-accordion .accordion-button::after {
            display: none;
        }

        .novedades-accordion .accordion-button {
            box-shadow: none;
            border-radius: 0;
        }

        .novedades-accordion .accordion-button:focus {
            box-shadow: none;
        }

        .novedades-accordion .accordion-button:not(.collapsed) {
            background: #0b91cf;
            color: #ffffff;
        }

        .novedades-accordion,
        .novedades-box,
        .novedades-accordion .accordion-item,
        .novedades-accordion .accordion-header,
        .novedades-accordion .accordion-button,
        .novedades-accordion .accordion-collapse,
        .novedades-accordion .accordion-body,
        .novedades-content {
            border-radius: 0 !important;
        }

        .novedades-title {
            width: 100%;
            border: 0;
            text-align: left;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
        }

        .novedades-toggle {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            flex: 0 0 auto;
        }

        .novedades-icon-expand,
        .novedades-icon-collapse {
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .novedades-accordion .accordion-button:not(.collapsed) .novedades-icon-expand {
            display: none;
        }

        .novedades-accordion .accordion-button.collapsed .novedades-icon-collapse {
            display: none;
        }

 

        .copec-banner::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: var(--copec-banner-bg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            filter: grayscale(100%);
        }

        @media (min-width: 992px) {
            .copec-banner {
                height: 450px;
                max-height: 450px;
            }
        }

        @media (max-width: 991.98px) {
            .copec-banner {
                padding: 2.5rem 0;
            }

            .copec-banner__inner {
                flex-direction: column;
                align-items: center;
                gap: 1.25rem;
            }

            .copec-banner__divider {
                width: 100% !important;
                max-width: 360px;
                height: 2px !important;
                max-height: none;
                align-self: center;
            }

            .copec-banner__text {
                text-align: center;
            }

            .copec-banner-menu__list li {
                flex: 1 1 50%;
            }
        }

.btn-documentos{
	padding: 1rem !important;
    display: inline-flex;
    margin-bottom: 1rem;
    
    border-radius: 5px;
    background: #eeeeee;
    margin: 1rem !important;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
			}

        @media (max-width: 575.98px) {
            .copec-banner__menu {
                padding-top: 0.75rem;
            }

            .copec-banner-menu__list {
                flex-direction: column;
                flex-wrap: nowrap;
            }

            .copec-banner-menu__list li {
                flex: 0 0 auto !important;
            }

            .copec-banner-menu__item {
                min-height: 44px;
                padding: 0.5rem 0.75rem;
                line-height: 1;
            }

            .section-title {
                font-size: 20px;
                line-height: 28px;
            }

            .document-title {
                font-size: 20px;
                line-height: 28px;
            }
			
	 
            .novedades-title {
                font-size: 20px;
                line-height: 28px;
                padding: 0.65rem 0.75rem;
            }

            .section-header-btn svg,
            .novedades-btn svg {
                width: 200px;
                max-width: 100%;
                height: auto;
            }
        }

        .copec-banner__overlay {
            position: absolute;
            inset: 0;
            background: #A7A7A7CC;
        }

        .copec-banner__content {
            position: relative;
            z-index: 1;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: stretch;
        }

        .copec-banner__main {
            flex: 1 1 auto;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .copec-banner__menu {
            width: 100%;
            margin-top: auto;
            padding-bottom: 30px;
        }

        .copec-banner__inner {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1.5rem;
            width: 100%;
        }

        .copec-banner__logo {
            display: flex;
            align-items: center;
            justify-content: center;
            max-width: 586px;
            width: 100%;
        }

        .copec-banner__logo svg {
            max-width: 100%;
            height: auto;
            display: block;
        }

        .copec-banner__divider {
            width: 6px;
            max-height: 155px;
            height: 155px;
            background: #FFFFFF;
            flex: 0 0 auto;
        }

        .copec-banner__text {
            font-family: "Poppins", sans-serif;
            font-weight: 800;
            font-size: 22px;
            line-height: 32px;
            letter-spacing: 0;
            text-align: justify;
            margin: 0;
            color: #FFFFFF;
            max-width: 640px;
        }

        .copec-banner-menu {
            width: 100%;
        }

        .copec-banner-menu__list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
        }

        .copec-banner-menu__list li {
            flex: 1 1 160px;
        }

        .copec-banner-menu__item:hover {
            background:#fff !important;
			color:#1c6589;
        }
		
		 
	
		
        .copec-banner-menu__item {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 54px;
            padding: 0.75rem 1rem;
            width: 100%;
            text-decoration: none;
            color: #FFFFFF;
            font-family: "Now", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 105%;
            letter-spacing: 0;
            text-align: center;
        }

        .copec-banner-menu__list li:nth-child(odd) .copec-banner-menu__item {
            background: #565656;
        }

        .copec-banner-menu__list li:nth-child(even) .copec-banner-menu__item {
            background: #A7A7A7;
        }