 .title {
                padding: 50px
            }

            .contenedor-estrecho {
                margin-right: 15rem;
                margin-left: 15rem
            }

            .subtitle h2 {
                color: #1971D4;
                font-size: 3rem;
                margin-top: 1rem;
                margin-bottom: 3rem,
            }

            .block {
                background: white;
                padding: 60px;
                width: 820px;
                margin: 0 auto;
                text-align: justify
            }

            @media(max-width: 767px) {
                .block {
                    padding:30px;
                    width: 420px
                }
            }

            @media(max-width: 959px) and (min-width:768px) {
                .block {
                    padding:40px;
                    width: 620px
                }
            }


            @media(min-width:992px) {
                .block-paragraph-contact {
                    display: flex;
                    justify-content: space-evenly;
                }
            }
        
            .legales-tech {
                color: #585a61;
                font-style: italic;
            }
        
            .title {
                background: #080808;
                color: #fff;
            }
        
            .comments {
                text-align: center;
                color: #c9c9c9;
                margin-bottom: 0px;
                margin-top: 40px;
                font-size: x-large;
                text-transform: uppercase;
            }
        
            .principal-img video {
                width: 100%
            }
        
            /*cards hover*/
        
            .my-container {
                padding: 1rem 1rem;
                margin: 0 auto;
                position: relative;
                width: 95%;
            }
        
            .cards,
            .cards-2 {
                display: grid;
                grid-template-columns: 1fr;
                gap: 1rem;
                overflow: hidden;
            }
        
            @media (min-width: 1000px) {
                .cards {
                    grid-template-columns: 1fr 1fr 1fr;
                }
        
                .cards-2 {
                    grid-template-columns: 1fr 1fr;
                }
            }
        
            .card-1::before {
                background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%), rgb(0 0 0 / 10%), rgb(0 0 0 / 86%)), url(https://sitios-web-images.s3.us-east-1.amazonaws.com/gac/servicio_postventa/servicio-postventa-gac-cdp-centro-de-distribucion.webp);
            }
        
            .card-2::before {
                background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%), rgb(0 0 0 / 10%), rgb(0 0 0 / 86%)), url(https://sitios-web-images.s3.us-east-1.amazonaws.com/gac/servicio_postventa/servicio-postventa-personal-calificado.webp);
            }
        
            .card-3::before {
                background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%), rgb(0 0 0 / 10%), rgb(0 0 0 / 86%)), url(https://sitios-web-images.s3.us-east-1.amazonaws.com/gac/servicio_postventa/servicio-postventa-area-de-servicio.webp);
            }
        
            .card-4::before {
                background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%), rgb(0 0 0 / 60%), rgb(0 0 0 / 86%)), url(https://sitios-web-images.s3.us-east-1.amazonaws.com/gac/servicio_postventa/servicio-postventa-preventivos.webp);
            }
        
            .card-5::before {
                background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%), rgb(0 0 0 / 60%), rgb(0 0 0 / 86%)), url(https://sitios-web-images.s3.us-east-1.amazonaws.com/gac/servicio_postventa/servicio-postventa-reparacion-y-colision.webp);
            }
        
            .card {
                min-height: 26rem;
                padding: 1rem;
                background-size: cover;
                position: relative;
                overflow: hidden;
                cursor: pointer;
                transition-duration: 500ms;
            }
        
            .card:hover {
                opacity: 1;
            }
        
            .card:hover .text {
                top: 50%;
                transform: translate(-50%, -10%);
            }
        
            .card:hover::before {
                transform: scale(1.1) translateY(-4%);
            }
        
            .card:hover::after {
                opacity: 1;
            }
        
            .card::after {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background-color: rgba(0, 0, 0, 0.5);
                transition-duration: 500ms;
                opacity: 0;
                z-index: 2;
            }
        
            .card::before {
                position: absolute;
                content: "";
                background-size: cover;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                transition-duration: 500ms;
                opacity: 1;
                z-index: 2;
            }
        
            .text {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                top: 77%;
                color: white;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 1rem;
                transition-duration: 500ms;
                text-align: center;
                width: 90%;
                z-index: 3;
            }
        
            .text h3 {
                font-size: large;
                white-space: nowrap;
                margin: 0;
            }
        
            .text p {
                font-size: small;
                margin: 0;
            }
        
            .text a:hover {
                background-color: #252525;
                color: white;
            }
        
            /*end cards hover*/
            /*garant¨ªa features*/
        
            .features-container {
                display: flex;
                width: 100%;
                padding: 0 5%;
                flex-direction: row;
                justify-content: center;
                align-items: flex-start;
            }
        
            .feature-container {
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 30%;
                padding: 0 1em;
            }
        
            .feature-container img {
                width: 100px;
            }
        
            .feature-container .car {
                width: 260px;
            }
        
            .feature-container p {
                text-align: center;
                font-size: medium;
                margin-top: 10px;
            }
        
            @media(max-width:991px) {
                .features-container {
                    flex-direction: column;
                }
        
                .feature-container {
                    width: 90%;
                    margin-bottom: 20px;
                }
            }
        
            /*end garant¨ªa features*/
            /* tabla precios de mantenimiento */
        
            .precios-mantenimiento {
                display: flex;
                gap: 20px;
            }
        
            .precios-mantenimiento table {
                width: 100%;
                border-collapse: collapse;
            }
        
            .precios-mantenimiento th,
            .precios-mantenimiento td {
                padding: 10px;
                text-align: center;
                border-bottom: 1px solid #e0e0e0;
            }
        
            .gas-vehicles {
                width: 66%;
            }
        
            .electric-vehicles {
                width: 33%;
            }
        
            .table-head th {
                color: #fff;
                background-color: #000;
            }
        
            .km-col {
                background-color: #f5f5f5;
                color: #686868;
                border-right: 0.5px #e0e0e0 solid;
            }
        
            @media (max-width: 768px) {
                .precios-mantenimiento {
                    flex-direction: column;
                    margin: auto;
                    gap: 80px;
                    font-size: 14px;
                }
        
                .table-container {
                    margin: 0 auto;
                }
        
                .gas-vehicles {
                    width: 100%;
                }
        
                .electric-vehicles {
                    width: 100%;
                }
            }
        
            /* hover */
        
            .table-body tr:hover td {
                background-color: #f0f0f0;
                transition: background-color 0.2s ease;
            }
        
            .table-body tr:hover .km-col {
                background-color: #e0e0e0;
            }
        
            .feature-container .text-left {
                text-align: left;
            }
        
            /*tablas de mantenimiento*/
        
            .tablas-mantenimiento .tabs {
                display: flex;
                gap: 8px;
                margin-bottom: 16px;
                justify-content: center;
            }                
        
            .tablas-mantenimiento .tab-btn {
                cursor: pointer;
                letter-spacing: 0.2px;
                font-weight: 500;
                border: 1px solid #000;
                transition: background .5s ease;
                padding: 12px 40px;
                font-size: 16px;
                text-transform: uppercase;                
                border-radius: 4px;
            }
        
            .tablas-mantenimiento .tab-btn.active {
                background: #000;
                color: #fff;
            }
        
            .tablas-mantenimiento .panel {
                display: none;
            }
        
            .tablas-mantenimiento .panel.active {
                display: block;
            }
        
            .tablas-mantenimiento .table {
                width: 100%;
                border-collapse: collapse;
            }
        
            .tablas-mantenimiento .table thead th {
                background: #000;
                color: #fff;
                font-size: medium;
                padding: 14px 10px;
                border: 2px solid #000;
            }
        
            .tablas-mantenimiento .table thead tr:nth-child(2) th {
                font-size: medium;
            }
        
            .tablas-mantenimiento .table tbody td {
                padding: 12px 10px;
                border: 2px solid #000;
                font-size: medium;
            }
        
            .tablas-mantenimiento .table tbody tr:nth-child(even) td {
                background: #fafafa;
            }
        
            .tablas-mantenimiento .table th:first-child,
            .tablas-mantenimiento .table td:first-child {
                font-weight: 700;
            }
        
            .tablas-mantenimiento h2 {
                margin: 0 0 10px 0;
                font-size: medium;
            }