.elementor-354 .elementor-element.elementor-element-d30b442{--display:flex;--min-height:720px;--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;--justify-content:flex-end;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-354 .elementor-element.elementor-element-d30b442:not(.elementor-motion-effects-element-type-background), .elementor-354 .elementor-element.elementor-element-d30b442 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://site.planautomotor.com.ec/wp-content/uploads/2026/01/wb_chevyplan_catalogo-groove-2026_banner_v1.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-354 .elementor-element.elementor-element-6c9b31f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;font-family:"Montserrat", Sans-serif;font-size:1vw;font-weight:400;line-height:1em;color:var( --e-global-color-709a6dd );}.elementor-354 .elementor-element.elementor-element-34a26bd{--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;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-354 .elementor-element.elementor-element-34a26bd:not(.elementor-motion-effects-element-type-background), .elementor-354 .elementor-element.elementor-element-34a26bd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-709a6dd );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-354 .elementor-element.elementor-element-d30b442{--min-height:480px;}.elementor-354 .elementor-element.elementor-element-6c9b31f{font-size:2vw;}}@media(max-width:767px){.elementor-354 .elementor-element.elementor-element-d30b442{--min-height:240px;}.elementor-354 .elementor-element.elementor-element-d30b442:not(.elementor-motion-effects-element-type-background), .elementor-354 .elementor-element.elementor-element-d30b442 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center right;}.elementor-354 .elementor-element.elementor-element-6c9b31f{font-size:3.5vw;line-height:1.25em;}}/* Start custom CSS */.three-benefits-bar .heading .content-box-heading {
    color: #ffffff !important;
}
/* new */
* {
    transition: height .5s ease, opacity .5s ease, color .5s ease, background .5s ease, border-color .5s ease, transform .5s ease; 
}
#catalog *, .titre {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}
#waiting4tonight {
    margin: 40px;
    display: flex;
    width: calc(100% - 80px);
    background-color: var(--e-global-color-17cd6e1);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    border-radius: 11px;
    pointer-events: none;
    user-select: none;
}
#waiting4tonight > p {
    font-size: 18px;
    font-weight: 200;
    margin: 0;
    color: var(--e-global-color-secondary);
}
#waiting4tonight > img { opacity: .333 }
.titres {
    font-size: 1.125em !important;
    line-height: 1em !important;
    margin: 0 0 20px 0;
    color: var(--e-global-color-secondary) !important;
    text-align: center;
    text-transform: uppercase !important;
}
.categories {
    display: grid;
    grid-template-columns: 5fr 5fr 5fr 5fr 5fr;
    grid-gap: 5px;
    padding: 0 30px;
    justify-content: space-between;
    align-items: stretch;
}
.categories > div {
    flex: 1 1 15%;
    aspect-ratio: 5 / 4;
    border-radius: 9px;
    position: relative;
    background-image: url("/wp-content/uploads/2026/01//wb_chevyplan_sample-car-maths_v3.webp");
    background-size: 600%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: var(--e-global-color-secondary);
    font-weight: bold;
    background-color:#eeeeee;
    font-size:1em;
    padding: 8px;
    cursor: pointer;
    overflow: hidden;
    z-index:2;
    transition: background-position .333s ease, background .333s ease, color .333s ease;
    text-transform: uppercase;
}
.categories > div:hover{
    color: var(--e-global-color-f3fcdd6);
}
.categories > div.active{
    background-color: #ffffff;
    color: var(--e-global-color-f3fcdd6);
}
/*#auto { background-position: 0% 33.333%; }
#auto:hover { background-position: 0% 23.333%; }*/
#suv { background-position: 20% 33.333%; }
#suv:hover { background-position: 20% 23.333%; }
#pickup { background-position: 40% 33.333%; }
#pickup:hover { background-position: 40% 23.333%; }
#evs { background-position: 60% 33.333%; }
#evs:hover { background-position: 60% 23.333%; }
#van { background-position: 80% 33.333%; }
#van:hover { background-position: 80% 23.333%; }
#truck { background-position: 100% 33.333%; }
#truck:hover { background-position: 100% 23.333%; }

#catalog * { color:var(--e-global-color-secondary); }
#catalog { padding: 0px; }
#catalog > div {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    margin-bottom: 0px;
}
#catalog .item img {
    display: block;
    width: 90%;
    margin: auto;
    aspect-ratio: 16 / 10;
    background-image: url(/wp-content/uploads/2026/02/wb_chevyplan_galeria-global_2026.01.26_v9.webp);
    background-size: 500%;
    background-repeat: no-repeat;
    pointer-events:none;
}
#catalog .item {
    display: grid;
    padding-top:45px;
    padding-bottom:15px;
    position:relative;
}
#catalog .item h3 {
    position: absolute;
    left: 10%;
    font-weight: bold;
    top: 15px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: -15px;
    max-width: 80%;
}
#catalog .item h3:before {
    display:block;
    content: "Chevrolet";
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.1em;
    text-transform: capitalize;
}
#catalog .item h3 svg {
    width: auto;
    height: 25px;
    vertical-align: middle;
    margin-left: 5px;
    
    /* Hide the original path color so we only see the masked background */
    fill: transparent; 
    
    /* Base color + Streak Gradient */
    background-color: #696969;
    background-image: linear-gradient(
        to bottom,
        rgba(135, 206, 250, 0) 0%,
        rgba(135, 206, 250, 0) 40%,
        rgba(135, 206, 250, 1) 50%, 
        rgba(135, 206, 250, 0) 60%,
        rgba(135, 206, 250, 0) 100%
    );
    background-size: 100% 300%;
    background-position: 0 150%; /* Start with gradient hidden above */
    
    /* Use the SVG shape as a mask */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M0 256L28.5 28c2-16 15.6-28 31.8-28L228.9 0c15 0 27.1 12.1 27.1 27.1 0 3.2-.6 6.5-1.7 9.5L208 160 347.3 160c20.2 0 36.7 16.4 36.7 36.7 0 7.4-2.2 14.6-6.4 20.7l-192.2 281c-5.9 8.6-15.6 13.7-25.9 13.7l-2.9 0c-15.7 0-28.5-12.8-28.5-28.5 0-2.3 .3-4.6 .9-6.9L176 288 32 288c-17.7 0-32-14.3-32-32z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M0 256L28.5 28c2-16 15.6-28 31.8-28L228.9 0c15 0 27.1 12.1 27.1 27.1 0 3.2-.6 6.5-1.7 9.5L208 160 347.3 160c20.2 0 36.7 16.4 36.7 36.7 0 7.4-2.2 14.6-6.4 20.7l-192.2 281c-5.9 8.6-15.6 13.7-25.9 13.7l-2.9 0c-15.7 0-28.5-12.8-28.5-28.5 0-2.3 .3-4.6 .9-6.9L176 288 32 288c-17.7 0-32-14.3-32-32z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;

    /* Total cycle: 2500ms (2s wait + 0.5s move) */
    animation: svgStreak 2.5s infinite linear;
}

@keyframes svgStreak {
    0% { background-position: 0 150%; }   /* Start position (Hidden) */
    80% { background-position: 0 150%; }  /* 80% of 2.5s = 2000ms (Pause) */
    100% { background-position: 0 -150%; } /* Final 20% = 500ms (Streak) */
}
/* tab 1*/
/*#catalog #cat1 .item:nth-child(1) img {
    background-position: 0 0;
}
#catalog #cat1 .item:nth-child(2) img {
    background-position: 25% 0;
}*/
/* tab 2*/
#catalog #cat1 .item:nth-child(1) img {
    background-position: 0% 28%;
}
#catalog #cat1 .item:nth-child(2) img {
    background-position: 25% 14%;
}
#catalog #cat1 .item:nth-child(3) img {
    background-position: 50% 14%;
}
#catalog #cat1 .item:nth-child(4) img {
    background-position: 75% 14%;
}
#catalog #cat1 .item:nth-child(5) img {
    background-position: 100% 14%;
}
#catalog #cat1 .item:nth-child(6) img {
    background-position: 25% 28%;
}
/* tab 3*/
#catalog #cat2 .item:nth-child(1) img {
    background-position: 75% 42.5%;
}
#catalog #cat2 .item:nth-child(2) img {
    background-position: 100% 42.5%;
}
#catalog #cat2 .item:nth-child(3) img {
    background-position: 0 42.5%;
}
#catalog #cat2 .item:nth-child(4) img {
    background-position: 25% 42.5%;
}
#catalog #cat2 .item:nth-child(5) img {
    background-position: 50% 42.5%;
}
/* tab 4*/
#catalog #cat3 .item:nth-child(1) img {
    background-position: 0% 56.5%;
}
#catalog #cat3 .item:nth-child(2) img {
    background-position: 50% 56.5%;
}
#catalog #cat3 .item:nth-child(3) img {
    background-position: 75% 56.5%;
}
#catalog #cat3 .item:nth-child(4) img {
    background-position: 100% 56%;
}
#catalog #cat3 .item:nth-child(5) img {
    background-position: 75% 56%;
}
/* tab 5*/
#catalog #cat4 .item:nth-child(1) img {
    background-position: 25% 70.5%;
}
#catalog #cat4 .item:nth-child(2) img {
    background-position: 0 70.5%;
}
/* tab 6*/
#catalog #cat5 .item:nth-child(1) img {
    background-position: 0 85.5%;
}
#catalog #cat5 .item:nth-child(2) img {
    background-position: 25% 85.5%;
}
#catalog #cat5 .item:nth-child(3) img {
    background-position: 50% 85.5%;
}
#catalog #cat5 .item:nth-child(4) img {
    background-position: 75% 85.5%;
}
#catalog #cat5 .item:nth-child(5) img {
    background-position: 100% 85.5%;
}
#catalog #cat5 .item:nth-child(6) img {
    background-position: 0 99%;
}
#catalog #cat5 .item:nth-child(7) img {
    background-position: 25% 99%;
}
#catalog #cat5 .item:nth-child(8) img {
    background-position: 50% 99%;
}
/* Coming up next*/
#cat1 .item:nth-child(6) h4,
#cat1 .item:nth-child(7) h4 {
    opacity: 0; 
}
#cat1 .item:nth-child(6) .accessitem,
#cat1 .item:nth-child(7) .accessitem {
    filter:grayscale(1);
    pointer-events:none;
}
#catalog .item h4 {
    display:block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    position: relative;
    margin-top:10px;
}
#catalog .item h4:before {
    content: "Aprovecha la";
    display: block;
    font-weight: lighter;
    position: absolute;
    bottom: 22px;
    left: 0;
}
#catalog .item h4 b {
    font-size: 2.8em;
    font-weight: 700;
    color: var(--e-global-color-primary);
    padding-left: 10px;
}
#catalog .item h4 b:before {
    content: "$";
    font-size: .75em;
}
#catalog .item a {
    margin-top: 30px;
    background-color: var(--e-global-color-709a6dd) !important;
    border: 2px solid var(--e-global-color-primary) !important;
    border-radius: 9px !important;
    color: var(--e-global-color-41b8da8) !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 18px !important;
    display: block;
    margin: 10px auto 10px;
    max-width: 240px;
    text-align: center;
    padding: 15px 20px !important;
    text-transform: uppercase;
}
#catalog .item a:hover {
    background-color: var(--e-global-color-41b8da8) !important;
    color: var(--e-global-color-709a6dd) !important;
}
#catalog > div {
    height: 0;
    opacity: 0;
}
#catalog > div.active {
    height: unset !important;
}
#catalog > div > .item:nth-child(6n+4),
#catalog > div > .item:nth-child(6n+5),
#catalog > div > .item:nth-child(6n+6) {
    background: rgb(0 0 0 / 5%);
}
#catalog > div > .item:nth-child(6n+1),
#catalog > div > .item:nth-child(6n+2),
#catalog > div > .item:nth-child(6n+3) {
    background: rgb(255 255 255 / 5%);
}
@media (max-width:1000px){
    .categories {
        grid-template-columns: 3fr 3fr 3fr;
    }
    #catalog > div { grid-template-columns: 2fr 2fr; }
    #catalog > div > .item:nth-child(4n+3),
    #catalog > div > .item:nth-child(4n+4),
    #catalog > div > .item:nth-child(6n+3),
    #catalog > div > .item:nth-child(6n+4) {
        background: rgb(0 0 0 / 5%);
    }
    #catalog > div > .item:nth-child(4n+1),
    #catalog > div > .item:nth-child(4n+2),
    #catalog > div > .item:nth-child(6n+5),
    #catalog > div > .item:nth-child(6n+6) {
        background: rgb(255 255 255 / 5%);
    }
    #catalog .item h4 {
        font-size: .9em !important;
        font-weight: bold;
        line-height: .9em !important;
    }
    #catalog .item h4:before { bottom: 15px; }
    #catalog .item a {
        font-size: 14px !important;
        line-height: 14px !important;
        max-width: 240px;
    }
    }
@media (max-width:800px){
    .head-banner {
        aspect-ratio: unset;
        background-size: cover;
        background-position: center right !important;
    }
    .head-banner li, .head-banner p { line-height:12px }
}
@media (max-width:600px){
    .categories {
        grid-template-columns: 2fr 2fr;
    }
    #catalog > div {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */