@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.section-ford-cards .cards-background{max-width:1440px;width:100%;margin:auto;background:#00142e}
.section-ford-cards .cards-background .container_cards{display:flex;gap:16px;padding:0 56px}
@media(max-width:1024px){.section-ford-cards .cards-background .container_cards{padding:0 16px}
}
@media(max-width:768px){.section-ford-cards .cards-background .container_cards{flex-direction:column;height:fit-content;padding-top:64px}
}
.section-ford-cards .cards-background .container_cards .card{display:flex;position:relative;flex-direction:column;padding:16px;gap:16px;background:var(--neutral-1000);border-radius:6px}
@media(max-width:768px){.section-ford-cards .cards-background .container_cards .card{flex-direction:row;overflow:hidden}
}
@media(max-width:768px){.section-ford-cards .cards-background .container_cards .card .contendor_img{width:25%;min-width:100px;box-sizing:border-box}
}
.section-ford-cards .cards-background .container_cards .card .contendor_img img{width:100%;height:auto;border-radius:4px;object-fit:cover}
.section-ford-cards .cards-background .container_cards .card .contenedor_text_a{display:flex;gap:20px;justify-content:space-between}
@media(max-width:768px){.section-ford-cards .cards-background .container_cards .card .contenedor_text_a{width:auto;padding-right:26px}
}
.section-ford-cards .cards-background .container_cards .card .contenedor_text_a h3,.section-ford-cards .cards-background .container_cards .card .contenedor_text_a__title{font-weight:500;font-size:24px;line-height:32px;color:var(--twilight-1000);margin:auto 0}
@media(max-width:1024px){.section-ford-cards .cards-background .container_cards .card .contenedor_text_a h3,.section-ford-cards .cards-background .container_cards .card .contenedor_text_a__title{font-size:20px;font-weight:400;line-height:28px}
}
.section-ford-cards .cards-background .container_cards .card .contenedor_text_a p{font-weight:400;font-size:16px;line-height:24px;color:#00142e;margin:0;width:455px}
.section-ford-cards .cards-background .container_cards .card .contenedor_text_a a{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;width:40px;height:40px;background:var(--skyview-1000);margin:auto 0;z-index:1;min-width:40px}
.section-ford-cards .cards-background .container_cards .card .contenedor_text_a a:hover{background:var(--skyview-1200)}
@media(max-width:768px){.section-ford-cards .cards-background .container_cards .card .contenedor_text_a a{position:absolute;right:0;bottom:16px}
}
@media(max-width:768px){.section-ford-cards .cards-background .container_cards .card:after{content:"";width:0;border-top:30px solid transparent;border-left:50px solid var(--twilight-1000);transform:rotate(-90deg);position:absolute;bottom:0;right:-10px}
}
.section-ford-cards .cards-background .card-buttons{position:relative;padding:50px 24px;margin:0 auto;z-index:0;background:var(--twilight-1000);width:100%;max-width:1440px;text-align:center;box-sizing:border-box}
.section-ford-cards .cards-background .card-buttons .color-button-grey{display:inline-block}
.section-ford-cards .cards-background .card-buttons .color-button-grey .link-banner{display:flex;justify-content:center;align-items:center;width:231px;height:48px;background:var(--neutral-1000);border-radius:0;font-weight:700;font-size:16px;line-height:24px;text-transform:capitalize;color:var(--twilight-1000);text-decoration:none}
.section-ford-cards .cards-background .card-buttons .color-button-grey .link-banner:before{content:"";width:251.19px;height:48px;position:absolute;z-index:-1;transform:skewX(-20deg);background:var(--neutral-1000)}
.section-ford-cards .cards-background .card-buttons .color-button-blue{display:inline-block}
.section-ford-cards .cards-background .card-buttons .color-button-blue .link-banner{position:relative;background-color:transparent;border:0;padding:var(--spacing-12) var(--spacing-20);color:var(--white);text-decoration:none;z-index:1}
.section-ford-cards .cards-background .card-buttons .color-button-blue .link-banner span{font-size:var(--font-size-body-2);line-height:var(--line-height-body-2);font-weight:var(--font-weight-bold);width:max-content;position:relative;z-index:2}
.section-ford-cards .cards-background .card-buttons .color-button-blue .link-banner:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;transform:skewX(-20deg);background:var(--skyview-1000);font-weight:var(--font-weight-bold);z-index:1}
.section-ford-cards .cards-background .card-buttons .color-button-blue .link-banner:hover:after{background:var(--fill-interactive-hover-onLight)}
@media(min-width:769px){.section-ford-cards .cards-background .card-buttons .color-button-blue .link-banner span{font-size:var(--font-size-body-1);line-height:var(--line-height-body-1)}
}