/* Brintage — bancos de collages y catálogo temático de 240 diseños */

/* Las dos pestañas deben permanecer visibles en la etapa de edición.
   Se fuerza flex porque .pB/.show() puede dejar display:block inline. */
#createpost.cp-editor-step > .cp-collage-tabs{
    display:flex!important;
	flex:0 0 48px!important;
	min-height:48px!important;
    width:calc(100% - 32px)!important;
    margin:0 16px!important;
	gap:8px;
	border:0;
	border-radius:0;
	overflow:visible;
	background:transparent;
    box-sizing:border-box;
    z-index:20;
}
#createpost.cp-select-step > .cp-collage-tabs{display:none!important;}
#createpost .cp-collage-tools,
#createpost .cp-collage-bank-switch{
	display:flex;
	align-items:stretch;
	height:48px;
	border:1px solid #d8e3f0;
	border-radius:13px;
	overflow:hidden;
	background:#fff;
	box-sizing:border-box;
	box-shadow:0 3px 12px rgba(37,79,128,.035);
}
#createpost .cp-collage-tools{flex:0 0 120px;}
#createpost .cp-collage-bank-switch{flex:1;min-width:0;}
#createpost .cp-collage-tab{
    flex:1;
    min-width:0;
    height:100%;
    border:0;
    background:#fff;
    color:#192333;
    font:600 12px/1.1 Arial,sans-serif;
    display:flex;
    gap:8px;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    white-space:nowrap;
}
#createpost .cp-collage-tab+.cp-collage-tab{border-left:1px solid #e3eaf3}
#createpost .cp-collage-tab.is-active{color:#2584f4;box-shadow:inset 0 -3px 0 #2584f4}
#createpost .cp-tab-grid{width:14px;height:14px;display:inline-block;background:linear-gradient(90deg,currentColor 45%,transparent 45%,transparent 55%,currentColor 55%),linear-gradient(0deg,currentColor 45%,transparent 45%,transparent 55%,currentColor 55%);opacity:.9}
#createpost .cp-tab-heart{font-size:20px;line-height:1}
#createpost .cp-emotive-bank{min-height:0}

/* Filtro amplio del banco temático. Las ocho secciones se distribuyen en
   filas completas para que ninguna quede escondida detrás de un scroll. */
#createpost .cp-emotive-categories{
    flex:0 0 70px;
    min-height:70px;
    width:calc(100% - 32px);
    margin:0 16px;
    padding:2px 0;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:6px 7px;
    align-items:center;
    overflow:visible;
    box-sizing:border-box;
}
#createpost.cp-select-step > .cp-emotive-categories{display:none!important}
#createpost .cp-emotive-category{
    width:100%;
    min-width:0;
    min-height:30px;
    padding:0 8px;
    border:1px solid #dce6f2;
    border-radius:999px;
    background:#f7f9fc;
    color:#526177;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    font:700 10.5px/1 Arial,sans-serif;
    white-space:nowrap;
    cursor:pointer;
    transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease;
}
#createpost .cp-emotive-category > span:first-child{font-size:15px;line-height:1}
#createpost .cp-emotive-category.is-active{
    border-color:#2f86f6;
    background:#edf5ff;
    color:#247df0;
    box-shadow:0 2px 7px rgba(47,134,246,.13);
}
#createpost .cp-emotive-category:focus-visible{outline:2px solid rgba(47,134,246,.38);outline-offset:1px}

@media(max-width:700px){
    #createpost.cp-editor-step > .cp-collage-tabs{
        flex-basis:44px!important;
        min-height:44px!important;
        width:calc(100% - 24px)!important;
        margin:0 12px!important;
    }
    #createpost .cp-collage-tab{font-size:10.5px;gap:5px}
    #createpost .cp-emotive-categories{
        flex-basis:142px;
        min-height:142px;
        width:calc(100% - 24px);
        margin:0 12px;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:6px;
    }
    #createpost .cp-emotive-category{padding:0 8px;font-size:10px}
}
@media(max-width:380px){
    #createpost .cp-emotive-category{padding:0 5px;gap:4px;font-size:9px}
    #createpost .cp-emotive-category > span:first-child{font-size:14px}
}

/* ==========================================================
   Categorías temáticas desplegables
   El panel sale del flujo del editor y elige automáticamente si
   abrir hacia arriba o hacia abajo según el espacio del navegador.
   ========================================================== */
#createpost .cp-emotive-menu-toggle{
    display:none;
    flex:0 0 44px;
    width:44px;
    height:100%;
    padding:0;
    border:0;
    border-left:1px solid #d8e3f0;
    background:#fff;
    color:#526177;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}
#createpost.cp-emotive-editor .cp-emotive-menu-toggle{
    display:flex;
    color:#2584f4;
    box-shadow:inset 0 -3px 0 #2584f4;
}
#createpost .cp-emotive-menu-toggle:focus-visible{
    outline:2px solid rgba(47,134,246,.42);
    outline-offset:-4px;
}
#createpost .cp-emotive-menu-chevron{
    position:relative;
    width:18px;
    height:18px;
    border:1px solid #d8e7f8;
    border-radius:50%;
    background:#f5f9ff;
}
#createpost .cp-emotive-menu-chevron::before{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:6px;
    height:6px;
    border-right:2px solid currentColor;
    border-bottom:2px solid currentColor;
    transform:translate(-50%,-65%) rotate(45deg);
    transition:transform .18s ease;
}
#createpost .cp-emotive-menu-toggle.opens-up .cp-emotive-menu-chevron::before{
    transform:translate(-50%,-30%) rotate(225deg);
}

#createpost .cp-emotive-categories,
#createpost.fixed-createpost.cp-editor-step > .cp-emotive-categories,
#createpost.mobile-createpost.cp-editor-step > .cp-emotive-categories{
    display:none;
    position:fixed!important;
    z-index:1200!important;
    flex:none!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:10px!important;
    grid-template-columns:none;
    gap:7px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    border:1px solid #d8e3f0;
    border-radius:14px;
    background:#fff;
    box-shadow:0 14px 36px rgba(35,61,92,.18),0 3px 10px rgba(35,61,92,.09);
    box-sizing:border-box!important;
}
#createpost .cp-emotive-categories.is-open{
    display:flex!important;
    flex-wrap:wrap!important;
    align-content:center!important;
    align-items:center!important;
    justify-content:center!important;
}
#createpost .cp-emotive-categories.is-open .cp-emotive-category{
    flex:0 0 auto!important;
    width:auto!important;
    max-width:100%!important;
    min-height:32px!important;
    padding-left:12px!important;
    padding-right:12px!important;
    gap:7px!important;
    box-sizing:border-box!important;
}
#createpost .cp-emotive-category > span:first-child{
    flex:0 0 16px;
    width:16px;
    text-align:center;
}
#createpost .cp-emotive-category > span:last-child{
    display:block;
    min-width:0;
}
#createpost .cp-emotive-categories.opens-down{transform-origin:top center;}
#createpost .cp-emotive-categories.opens-up{transform-origin:bottom center;}

/* El menú flotante ya no resta altura al collage ni al carrusel. */
@media (min-width:769px){
    #createpost.fixed-createpost.cp-editor-step.cp-emotive-editor{
        --cp-editor-fit:min(100%,max(360px,calc(100dvh - 320px)));
    }
}
@media (min-width:769px) and (max-height:650px){
    #createpost.fixed-createpost.cp-editor-step.cp-emotive-editor{
        --cp-editor-fit:min(100%,max(320px,calc(100dvh - 300px)));
    }
}
@media(max-width:700px){
    #createpost .cp-emotive-menu-toggle{
        flex-basis:42px;
        width:42px;
    }
    #createpost .cp-emotive-categories,
    #createpost.fixed-createpost.cp-editor-step > .cp-emotive-categories,
    #createpost.mobile-createpost.cp-editor-step > .cp-emotive-categories{
        grid-template-columns:none;
        padding:10px!important;
        gap:7px!important;
    }
}

/* Diseños pagos: la prueba continúa activa, pero su estado se ve claramente. */
#createpost .cp-desings .sC.cp-design-locked{cursor:pointer;}
#createpost .cp-design-lock{
    position:absolute;inset:0;z-index:31;display:flex;align-items:center;justify-content:center;
    border-radius:inherit;background:rgba(255,255,255,.48);pointer-events:none;
    backdrop-filter:blur(.6px);-webkit-backdrop-filter:blur(.6px);
}
#createpost .cp-design-lock>span,
#createpost .cp-unlock-current-icon,
.cp-unlock-head-icon{
    display:block;background:center/contain no-repeat;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='5' y='10' width='14' height='11' rx='3' fill='%23fff'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='15' r='1.4' fill='%232f84f6'/%3E%3C/svg%3E");
}
#createpost .cp-design-lock>span{
    width:34px;height:34px;border-radius:50%;padding:7px;background-color:rgba(47,132,246,.88);
    background-size:23px 23px;box-shadow:0 6px 16px rgba(20,75,139,.25);box-sizing:border-box;
}
#createpost .cp-unlock-current{
    position:absolute;top:58px;right:12px;z-index:46;display:flex;align-items:center;gap:7px;
    min-height:36px;padding:0 13px;border:1px solid rgba(255,255,255,.58);border-radius:999px;
    background:linear-gradient(135deg,rgba(47,125,246,.96),rgba(63,145,255,.96));color:#fff;
    box-shadow:0 7px 18px rgba(25,84,155,.27);font:700 12px/1 Arial,sans-serif;cursor:pointer;
}
#createpost .cp-unlock-current-icon{width:17px;height:17px;flex:0 0 17px;}

@media(max-width:700px){
    #createpost .cp-unlock-current{top:48px;right:8px;min-height:32px;padding:0 10px;font-size:11px;}
}

/* Compra de diseños, con la misma familia visual de Promocionar. */
.cp-unlock-modal{
    position:fixed;inset:0;z-index:12050;display:flex;align-items:center;justify-content:center;
    padding:18px;background:rgba(12,25,44,.42);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);
}
.cp-unlock-sheet{
    width:min(920px,calc(100vw - 28px));max-height:min(820px,calc(100dvh - 28px));display:flex;flex-direction:column;
    overflow:hidden;border:1px solid #dce7f4;border-radius:22px;background:#fff;box-shadow:0 25px 70px rgba(15,43,78,.28);
}
.cp-unlock-head{position:relative;display:flex;align-items:center;gap:12px;padding:18px 56px 14px 18px;border-bottom:1px solid #e6edf6;}
.cp-unlock-head-icon{width:42px;height:42px;flex:0 0 42px;border-radius:14px;background-color:#3689f4;background-size:23px 23px;box-shadow:0 7px 16px rgba(54,137,244,.25);}
.cp-unlock-head h2{margin:0 0 3px;color:#17243a;font:700 19px/1.2 Arial,sans-serif;}
.cp-unlock-head p{margin:0;color:#7b8a9e;font:600 12px/1.2 Arial,sans-serif;}
.cp-unlock-close{position:absolute;top:15px;right:16px;width:34px;height:34px;border:0;border-radius:50%;background:#f0f4f9;color:#536276;font:400 26px/30px Arial;cursor:pointer;}
.cp-unlock-info{margin:14px 16px 10px;padding:11px 13px;border:1px solid #dbeaff;border-radius:13px;background:#f2f8ff;color:#52647c;font:500 13px/1.4 Arial,sans-serif;}
.cp-unlock-info strong{color:#267ff0;}
.cp-unlock-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:6px 16px 14px;overflow-y:auto;min-height:0;flex:1 1 auto;}
.cp-unlock-design{position:relative;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:8px;border:1px solid #dfe8f3;border-radius:14px;background:#fff;cursor:pointer;box-sizing:border-box;transition:.16s ease;}
.cp-unlock-design:has(input:checked){border-color:#3186f4;background:#f1f7ff;box-shadow:0 5px 14px rgba(49,134,244,.16);}
.cp-unlock-design.is-owned{background:#f8fafc;cursor:default;opacity:.78;}
.cp-unlock-design input{position:absolute;opacity:0;pointer-events:none;}
.cp-unlock-thumb{position:relative!important;display:block;width:100%;height:auto;aspect-ratio:1/1;flex:0 0 auto;overflow:hidden;border-radius:10px;background:#111!important;isolation:isolate;}
.cp-unlock-thumb::after{z-index:2!important;}
.cp-unlock-design-copy{min-width:0;display:flex;flex-direction:column;gap:4px;padding:0 2px 2px;}
.cp-unlock-design-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#28374d;font:700 12px/1.1 Arial,sans-serif;}
.cp-unlock-design-copy small{color:#718096;font:600 10.5px/1.1 Arial,sans-serif;}
.cp-unlock-check{position:absolute;right:7px;top:7px;width:18px;height:18px;border:1px solid #cbd8e7;border-radius:50%;background:#fff;box-sizing:border-box;}
.cp-unlock-design:has(input:checked) .cp-unlock-check{border-color:#3186f4;background:#3186f4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 12 4 4L19 6' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat;}
.cp-unlock-design.is-owned .cp-unlock-check{border:0;background:#dce8f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 12 4 4L19 6' fill='none' stroke='%2373879f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat;}
.cp-unlock-summary{position:relative;z-index:3;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:13px 18px 7px;border-top:1px solid #e6edf6;color:#69788c;font:600 13px/1 Arial,sans-serif;}
.cp-unlock-summary strong{color:#1d2b40;font-size:17px;}
.cp-unlock-error{position:relative;z-index:3;flex-shrink:0;min-height:17px;padding:0 18px;color:#e04757;font:600 11.5px/17px Arial,sans-serif;text-align:center;}
.cp-unlock-pay{position:relative;z-index:4;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;margin:5px 16px 16px;border:0;border-radius:12px;background:linear-gradient(135deg,#2f7df6,#3f91ff);color:#fff;font:700 14px/1 Arial,sans-serif;box-shadow:0 9px 20px rgba(47,125,246,.24);cursor:pointer;}
.cp-unlock-pay>span{width:19px;height:19px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='6' width='18' height='13' rx='3' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M3 10h18' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat;}
.cp-unlock-pay:disabled{opacity:.48;cursor:not-allowed;box-shadow:none;}

/* Selector de animaciones: botón propio a la izquierda de las paletas. */
#createpost .cp-collage-tabs{position:relative;overflow:visible!important}
#createpost .cp-animation-toggle{position:relative;flex:1;width:auto;height:100%;border:0;border-right:1px solid #e3eaf3;border-radius:0;background:#fff;color:#2f84f6;box-shadow:none;cursor:pointer;display:grid;place-items:center}
#createpost .cp-animation-toggle:disabled{opacity:.38;cursor:default;box-shadow:none}
#createpost .cp-animation-toggle[aria-expanded="true"]{background:#f7fbff;box-shadow:inset 0 -3px 0 #2584f4}
#createpost .cp-filter-toggle{position:relative;flex:1;width:auto;height:100%;padding:0;border:0;border-radius:0;background:#fff;color:#2f84f6;box-shadow:none;cursor:pointer;display:grid;place-items:center}
#createpost .cp-filter-toggle:hover{background:#f7fbff}
#createpost .cp-filter-toggle.is-active{background:#f7fbff;box-shadow:inset 0 -3px 0 #2584f4}
#createpost .cp-filter-toggle:focus-visible{outline:2px solid rgba(47,134,246,.42);outline-offset:-4px}
#createpost .cp-filter-icon{display:block;width:22px;height:22px;background:url("../icos/filter-sliders.svg") center/contain no-repeat}
#createpost .cp-animation-icon{position:relative;width:21px;height:17px;border:2px solid currentColor;border-radius:4px;display:block}
#createpost .cp-animation-icon:before{content:"";position:absolute;left:4px;top:4px;width:5px;height:5px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;transform:rotate(-35deg)}
#createpost .cp-animation-icon:after{content:"";position:absolute;right:-5px;top:-6px;width:7px;height:7px;background:#fff;border:2px solid currentColor;border-radius:50%}
#cp-animation-menu{position:fixed;z-index:2147482500;inset:0;align-items:center;justify-content:center;width:auto;max-height:none;padding:20px;background:rgba(12,22,36,.48);box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility 0s linear .22s;font-family:Arial,sans-serif}
#cp-animation-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .22s ease}
#cp-animation-menu .cp-animation-sheet{display:flex;flex-direction:column;width:min(560px,100%);max-height:min(78dvh,680px);overflow:hidden;border:1px solid #dbe6f2;border-radius:20px;background:#fff;box-shadow:0 22px 60px rgba(15,31,52,.28);transform:translateY(10px) scale(.985);transition:transform .22s ease}
#cp-animation-menu.is-open .cp-animation-sheet{transform:none}
#cp-animation-menu .cp-animation-drag{display:none}
#cp-animation-menu .cp-animation-head{display:flex;align-items:center;justify-content:space-between;padding:17px 18px 13px;border-bottom:1px solid #e8eef6}
#cp-animation-menu .cp-animation-head>div{display:flex;flex-direction:column;gap:2px}
#cp-animation-menu .cp-animation-head strong{font-size:16px;color:#1f2b3d}
#cp-animation-menu .cp-animation-head span{font-size:11px;color:#78869a}
#cp-animation-menu .cp-animation-close{width:34px;height:34px;border:0;border-radius:50%;background:#f1f5fa;color:#718095;font-size:24px;line-height:30px;cursor:pointer}
#cp-animation-menu .cp-animation-grid{padding:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px;overflow:auto}
#cp-animation-menu .cp-animation-option{min-width:0;height:68px;border:1px solid #dce6f3;border-radius:14px;background:#fff;padding:7px 9px;display:grid;grid-template-columns:48px 1fr 15px;align-items:center;gap:9px;text-align:left;color:#27354a;cursor:pointer}
#cp-animation-menu .cp-animation-option.is-active{border-color:#2f84f6;background:#f2f7ff;box-shadow:0 0 0 1px rgba(47,132,246,.1)}
#cp-animation-menu .cp-animation-option>span{min-width:0;display:flex;flex-direction:column;gap:2px}
#cp-animation-menu .cp-animation-option strong{font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#cp-animation-menu .cp-animation-option small{font-size:9.5px;color:#8491a4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#cp-animation-menu .cp-animation-option>b{width:13px;height:13px;border:1.5px solid #c6d5e8;border-radius:50%}
#cp-animation-menu .cp-animation-option.is-active>b{border-color:#2f84f6;background:#2f84f6;box-shadow:inset 0 0 0 3px #fff}
#cp-animation-menu .cp-an-preview{position:relative;width:46px;height:46px;border-radius:10px;overflow:hidden;background:linear-gradient(135deg,#d9eaff 0 49%,#368afa 50%);display:block}
#cp-animation-menu .cp-an-preview:after{content:"";position:absolute;inset:7px;border:2px solid rgba(255,255,255,.95);border-radius:6px}
#cp-animation-menu .cp-an-2:after{transform:translateX(-5px)}#cp-animation-menu .cp-an-3:after{transform:scale(1.18)}#cp-animation-menu .cp-an-4:after{border-radius:50%}#cp-animation-menu .cp-an-5{filter:blur(.6px)}#cp-animation-menu .cp-an-6:after{clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}#cp-animation-menu .cp-an-7:after{border-left-width:7px;border-right-width:7px}#cp-animation-menu .cp-an-8:after{transform:translateY(4px)}#cp-animation-menu .cp-an-9:after{transform:perspective(80px) rotateY(35deg)}#cp-animation-menu .cp-an-10:after{transform:scale(1.12) translate(-2px,-2px)}

@media(max-width:700px){
 #createpost.cp-editor-step > .cp-collage-tabs{gap:6px!important;}
 #createpost .cp-collage-tools{flex-basis:108px;}
 #createpost .cp-animation-toggle,#createpost .cp-filter-toggle{position:relative;left:auto;top:auto;transform:none;width:auto;height:100%;z-index:2}
 #createpost .cp-collage-tabs{padding-left:0!important}
 #cp-animation-menu{align-items:flex-end;padding:0;opacity:0;transition:opacity .26s ease,visibility 0s linear .26s}
 #cp-animation-menu.is-open{opacity:1;transition:opacity .26s ease}
 #cp-animation-menu .cp-animation-sheet{width:100%;max-height:85dvh;border-radius:22px 22px 0 0;border-bottom:0;transform:translateY(105%);transition:transform .26s cubic-bezier(.22,.75,.28,1)}
 #cp-animation-menu.is-open .cp-animation-sheet{transform:translateY(0)}
 #cp-animation-menu .cp-animation-drag{height:22px;display:grid;place-items:center}
 #cp-animation-menu .cp-animation-drag span{width:42px;height:4px;border-radius:9px;background:#cbd5e1}
 #cp-animation-menu .cp-animation-head{padding:5px 17px 13px}
 #cp-animation-menu .cp-animation-grid{grid-template-columns:1fr;padding:9px 12px 18px}
 #cp-animation-menu .cp-animation-option{height:62px;grid-template-columns:45px 1fr 15px}
 #cp-animation-menu .cp-an-preview{width:42px;height:42px}
}
@media(max-width:430px){
 #createpost .cp-collage-tab{font-size:9.5px;gap:5px;}
 #createpost .cp-tab-grid{width:12px;height:12px;}
 #createpost .cp-tab-heart{font-size:18px;}
 #createpost .cp-collage-tools{flex-basis:102px;}
}
.cp-unlock-pay.is-loading{color:transparent;position:relative;}
.cp-unlock-pay.is-loading::after{content:"";position:absolute;width:20px;height:20px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:cpUnlockSpin .7s linear infinite;}
@keyframes cpUnlockSpin{to{transform:rotate(360deg)}}
@media(max-width:620px){
    .cp-unlock-modal{align-items:flex-end;padding:8px;}
    .cp-unlock-sheet{width:100%;max-height:calc(100dvh - 16px);border-radius:22px 22px 17px 17px;}
    .cp-unlock-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding-left:10px;padding-right:10px;}
    .cp-unlock-info{margin-left:10px;margin-right:10px;}
    .cp-unlock-design{gap:7px;padding:6px;}
}

/* ==========================================================
   Miniaturas de Collages Emotivos — fotos reales + selección visible
   - No dejar que el fallback negro elimine el background-image inline.
   - La capa decorativa queda arriba de las fotos.
   - La tilde azul seleccionada queda por encima de TODO el diseño.
   ========================================================== */
#createpost .cp-desings .sC.br-thematic-design > .ig{
    background-color:#000!important;
    background-repeat:no-repeat!important;
    background-position:var(--br-slot-focus-position,center center)!important;
    background-size:cover!important;
}

/* R70 — Clásicos y Temáticos deben consumir el mismo foco facial guardado.
   La regla anterior de los temáticos y el centrado base de los clásicos no
   pueden pisar la coordenada calculada por focus-runtime.js. */
#createpost .cp-desings .sC > .ig{
    background-position:var(--br-slot-focus-position,center center)!important;
}
#createpost .cp-desings .sC.br-thematic-design::after{
    z-index:10!important;
    pointer-events:none!important;
}

/* Las miniaturas usan una capa real para el marco. Así el WebP temático no
   comparte ::after con filtros antiguos ni depende del repintado del WebView. */
#createpost .cp-emotive-bank .sC.br-thematic-design,
#createpost .cp-filter-bank .sC.br-thematic-design,
.cp-unlock-thumb.br-thematic-design{
    background-color:#e7edf4!important;
}
#createpost .cp-emotive-bank .sC.br-thematic-design::after,
#createpost .cp-filter-bank .sC.br-thematic-design::after,
.cp-unlock-thumb.br-thematic-design::after{
    content:none!important;
    background:none!important;
}
#createpost .cp-desings .sC.br-thematic-design > .br-thematic-art-layer,
.cp-unlock-thumb.br-thematic-design > .br-thematic-art-layer{
    position:absolute!important;
    inset:0!important;
    z-index:20!important;
    display:block!important;
    border-radius:inherit!important;
    background-image:var(--br-thematic-art)!important;
    background-position:center!important;
    background-size:100% 100%!important;
    background-repeat:no-repeat!important;
    pointer-events:none!important;
}
#createpost .cp-desings .sC #ok{
    position:absolute!important;
    inset:0!important;
    z-index:1000!important;
    overflow:visible!important;
    pointer-events:none!important;
}
#createpost .cp-desings .sC #ok .ico{
    z-index:1001!important;
    pointer-events:none!important;
}


/* ==========================================================
   2026-08-09 — Skeleton shimmer para miniaturas emotivas
   Replica el sistema visual de "Sugerencias para ti": cada
   cuadro mantiene la animacion hasta que cargan su WebP y fotos.
   ========================================================== */
#createpost .cp-emotive-bank .sC .br-emotive-skeleton{
    position:absolute!important;
    inset:0!important;
    z-index:900!important;
    display:block!important;
    overflow:hidden!important;
    border-radius:inherit!important;
    background:#e6e9ee!important;
    opacity:0;
    visibility:hidden;
    pointer-events:none!important;
    transition:opacity .20s ease, visibility .20s ease;
}
#createpost .cp-emotive-bank .sC .br-emotive-skeleton::after{
    content:"";
    position:absolute;
    inset:0;
    transform:translateX(-105%);
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.76),transparent);
    animation:br-emotive-skeleton-shimmer 1.45s ease-in-out infinite;
}
#createpost .cp-emotive-bank .sC.br-emotive-loading .br-emotive-skeleton{
    opacity:1;
    visibility:visible;
}
#createpost .cp-emotive-bank .sC.br-emotive-loaded .br-emotive-skeleton{
    opacity:0;
    visibility:hidden;
}
@keyframes br-emotive-skeleton-shimmer{
    100%{transform:translateX(105%);}
}
@media (prefers-reduced-motion:reduce){
    #createpost .cp-emotive-bank .sC .br-emotive-skeleton::after{animation:none;}
}

/* ==========================================================
/* Los códigos CB se conservan únicamente para renderizar publicaciones
   históricas. Crear publicación ya no muestra ni genera la paleta clásica. */

.br-classic-border-CB1{--br-classic-a:rgba(47,132,246,.82);--br-classic-b:rgba(116,188,255,.42);--br-classic-c:rgba(36,102,213,.66);}
.br-classic-border-CB2{--br-classic-a:rgba(53,191,209,.82);--br-classic-b:rgba(126,224,226,.40);--br-classic-c:rgba(33,139,166,.66);}
.br-classic-border-CB3{--br-classic-a:rgba(79,191,118,.82);--br-classic-b:rgba(153,222,147,.40);--br-classic-c:rgba(44,139,91,.66);}
.br-classic-border-CB4{--br-classic-a:rgba(233,200,74,.84);--br-classic-b:rgba(255,230,130,.42);--br-classic-c:rgba(190,153,38,.66);}
.br-classic-border-CB5{--br-classic-a:rgba(239,147,67,.84);--br-classic-b:rgba(255,190,115,.42);--br-classic-c:rgba(204,99,37,.66);}
.br-classic-border-CB6{--br-classic-a:rgba(239,118,104,.84);--br-classic-b:rgba(255,172,153,.42);--br-classic-c:rgba(205,77,75,.66);}
.br-classic-border-CB7{--br-classic-a:rgba(228,87,87,.84);--br-classic-b:rgba(250,143,129,.40);--br-classic-c:rgba(181,48,62,.68);}
.br-classic-border-CB8{--br-classic-a:rgba(231,124,168,.84);--br-classic-b:rgba(250,178,203,.42);--br-classic-c:rgba(188,74,137,.66);}
.br-classic-border-CB9{--br-classic-a:rgba(155,120,223,.84);--br-classic-b:rgba(205,173,246,.42);--br-classic-c:rgba(107,75,177,.68);}
.br-classic-border-CB10{--br-classic-a:rgba(89,98,115,.78);--br-classic-b:rgba(151,161,178,.38);--br-classic-c:rgba(49,57,72,.64);}

.cl-collage[class*="br-classic-border-CB"],
.cl-mini-canvas[class*="br-classic-border-CB"],
.br-report-post-preview[class*="br-classic-border-CB"]{position:relative!important;}
.cl-collage[class*="br-classic-border-CB"]::after,
.cl-mini-canvas[class*="br-classic-border-CB"]::after,
.br-report-post-preview[class*="br-classic-border-CB"]::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:80;
    pointer-events:none;
    box-sizing:border-box;
    padding:10px;
    background:
        radial-gradient(90% 46% at 8% 0%,var(--br-classic-b) 0 38%,transparent 72%),
        radial-gradient(68% 70% at 100% 18%,var(--br-classic-a) 0 30%,transparent 68%),
        radial-gradient(86% 58% at 17% 100%,var(--br-classic-c) 0 24%,transparent 69%),
        radial-gradient(68% 82% at 100% 94%,var(--br-classic-b) 0 34%,transparent 72%),
        conic-gradient(from 19deg,var(--br-classic-a),var(--br-classic-b) 17%,var(--br-classic-c) 39%,var(--br-classic-a) 61%,var(--br-classic-b) 78%,var(--br-classic-a));
    opacity:.82;
    -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
    -webkit-mask-composite:xor;
    mask:linear-gradient(#000 0 0) content-box exclude,linear-gradient(#000 0 0);
}
.cl-mini-canvas[class*="br-classic-border-CB"]::after{padding:5px;}
.br-report-post-preview[class*="br-classic-border-CB"]::after{padding:5px;}
@media(max-width:600px){.cl-collage[class*="br-classic-border-CB"]::after{padding:8px;}}
#createpost.cp-emotive-editor .cp-emotive-menu-toggle{
    color:#2584f4;
    box-shadow:inset 0 -3px 0 #2584f4;
}


/* ==========================================================
   BRINTAGE — OVERRIDE 2026-08-15
   Contorno clásico ancho 3x con degradé lateral más orgánico.
   Mantiene la paleta y solo rehace el halo.
   ========================================================== */
.cl-collage[class*="br-classic-border-CB"],
.cl-mini-canvas[class*="br-classic-border-CB"],
.br-report-post-preview[class*="br-classic-border-CB"]{
    overflow:visible!important;
    isolation:isolate!important;
}

.cl-collage[class*="br-classic-border-CB"]::after,
.cl-mini-canvas[class*="br-classic-border-CB"]::after,
.br-report-post-preview[class*="br-classic-border-CB"]::after{
    inset:-12px!important;
    border-radius:22px!important;
    padding:30px!important;
    background:
        radial-gradient(48% 82% at -2% 14%, color-mix(in srgb,var(--br-classic-a) 92%, transparent) 0 26%, transparent 74%),
        radial-gradient(38% 92% at -4% 56%, color-mix(in srgb,var(--br-classic-b) 94%, transparent) 0 24%, transparent 76%),
        radial-gradient(44% 78% at -1% 96%, color-mix(in srgb,var(--br-classic-c) 88%, transparent) 0 20%, transparent 74%),
        radial-gradient(48% 80% at 102% 8%, color-mix(in srgb,var(--br-classic-b) 90%, transparent) 0 24%, transparent 74%),
        radial-gradient(42% 96% at 104% 48%, color-mix(in srgb,var(--br-classic-a) 94%, transparent) 0 22%, transparent 76%),
        radial-gradient(46% 76% at 101% 94%, color-mix(in srgb,var(--br-classic-c) 88%, transparent) 0 22%, transparent 74%),
        radial-gradient(95% 34% at 18% -2%, color-mix(in srgb,var(--br-classic-b) 76%, transparent) 0 22%, transparent 72%),
        radial-gradient(88% 36% at 83% -2%, color-mix(in srgb,var(--br-classic-a) 78%, transparent) 0 18%, transparent 70%),
        radial-gradient(92% 35% at 18% 102%, color-mix(in srgb,var(--br-classic-c) 74%, transparent) 0 20%, transparent 72%),
        radial-gradient(86% 34% at 82% 102%, color-mix(in srgb,var(--br-classic-b) 74%, transparent) 0 18%, transparent 72%),
        conic-gradient(from 7deg at 50% 50%,
            color-mix(in srgb,var(--br-classic-a) 92%, transparent) 0deg,
            color-mix(in srgb,var(--br-classic-b) 62%, transparent) 48deg,
            color-mix(in srgb,var(--br-classic-c) 84%, transparent) 109deg,
            color-mix(in srgb,var(--br-classic-a) 62%, transparent) 164deg,
            color-mix(in srgb,var(--br-classic-b) 86%, transparent) 228deg,
            color-mix(in srgb,var(--br-classic-c) 58%, transparent) 292deg,
            color-mix(in srgb,var(--br-classic-a) 90%, transparent) 360deg);
    opacity:.92!important;
    filter:blur(3.6px) saturate(108%)!important;
    -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;
    -webkit-mask-composite:xor!important;
    mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;
    mask-composite:exclude!important;
}
.cl-mini-canvas[class*="br-classic-border-CB"]::after,
.br-report-post-preview[class*="br-classic-border-CB"]::after{
    inset:-7px!important;
    border-radius:16px!important;
    padding:15px!important;
    filter:blur(2.2px) saturate(108%)!important;
}
@media(max-width:600px){
    .cl-collage[class*="br-classic-border-CB"]::after{
        inset:-10px!important;
        padding:24px!important;
        filter:blur(3px) saturate(108%)!important;
    }
}


/* ==========================================================
   BRINTAGE — OVERRIDE 2026-08-15 v2
   Contorno clásico fundido hacia adentro.
   El color nace en el borde y se mezcla con la imagen,
   sin verse como un marco común.
   ========================================================== */
.cl-collage[class*="br-classic-border-CB"],
.cl-mini-canvas[class*="br-classic-border-CB"],
.br-report-post-preview[class*="br-classic-border-CB"]{
    overflow:hidden!important;
    isolation:isolate!important;
}
.cl-collage[class*="br-classic-border-CB"]::after,
.cl-mini-canvas[class*="br-classic-border-CB"]::after,
.br-report-post-preview[class*="br-classic-border-CB"]::after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:80!important;
    pointer-events:none!important;
    padding:0!important;
    border-radius:inherit!important;
    opacity:1!important;
    filter:none!important;
    background:
        radial-gradient(58% 84% at -8% 50%, var(--br-classic-a) 0%, transparent 68%),
        radial-gradient(60% 88% at 108% 52%, var(--br-classic-b) 0%, transparent 70%),
        radial-gradient(90% 42% at 50% -10%, var(--br-classic-c) 0%, transparent 70%),
        radial-gradient(92% 44% at 50% 110%, var(--br-classic-b) 0%, transparent 72%),
        radial-gradient(44% 44% at 3% 6%, var(--br-classic-c) 0%, transparent 72%),
        radial-gradient(42% 46% at 97% 5%, var(--br-classic-a) 0%, transparent 74%),
        radial-gradient(46% 42% at 4% 96%, var(--br-classic-b) 0%, transparent 74%),
        radial-gradient(44% 44% at 97% 97%, var(--br-classic-c) 0%, transparent 74%),
        linear-gradient(90deg, var(--br-classic-a) 0%, transparent 20%, transparent 80%, var(--br-classic-b) 100%),
        linear-gradient(180deg, var(--br-classic-c) 0%, transparent 18%, transparent 82%, var(--br-classic-b) 100%);
    mix-blend-mode:normal!important;
}
.cl-collage[class*="br-classic-border-CB"]::before,
.cl-mini-canvas[class*="br-classic-border-CB"]::before,
.br-report-post-preview[class*="br-classic-border-CB"]::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:79!important;
    pointer-events:none!important;
    border-radius:inherit!important;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.08),
        inset 0 0 30px rgba(255,255,255,.04);
}
.cl-mini-canvas[class*="br-classic-border-CB"]::after,
.br-report-post-preview[class*="br-classic-border-CB"]::after{
    background:
        radial-gradient(62% 86% at -10% 50%, var(--br-classic-a) 0%, transparent 64%),
        radial-gradient(64% 90% at 110% 52%, var(--br-classic-b) 0%, transparent 66%),
        radial-gradient(94% 46% at 50% -12%, var(--br-classic-c) 0%, transparent 66%),
        radial-gradient(96% 48% at 50% 112%, var(--br-classic-b) 0%, transparent 68%),
        linear-gradient(90deg, var(--br-classic-a) 0%, transparent 18%, transparent 82%, var(--br-classic-b) 100%),
        linear-gradient(180deg, var(--br-classic-c) 0%, transparent 16%, transparent 84%, var(--br-classic-b) 100%)!important;
}


/* ==========================================================
   BRINTAGE — HOTFIX 2026-08-15 v3
   Resetea la máscara heredada del borde exterior anterior.
   Sin este reset, padding:0 hacía que las dos máscaras XOR
   fueran idénticas y el degradé quedara totalmente invisible.
   ========================================================== */
.cl-collage[class*="br-classic-border-CB"]::after,
.cl-mini-canvas[class*="br-classic-border-CB"]::after,
.br-report-post-preview[class*="br-classic-border-CB"]::after{
    -webkit-mask:none!important;
    mask:none!important;
    -webkit-mask-composite:source-over!important;
    mask-composite:add!important;
}

/* Proveedor de pago del desbloqueo: cambia automáticamente web/app. */
.cp-unlock-provider{
	display:flex;
	align-items:center;
	gap:8px;
	margin:0 16px 8px;
	padding:8px 11px;
	border:1px solid #dfe8f3;
	border-radius:11px;
	background:#fbfdff;
	color:#33445c;
	font:700 12px/1 Arial,sans-serif;
}
.cp-unlock-provider>span{
	display:grid;
	place-items:center;
	width:22px;
	height:22px;
	border-radius:7px;
	background:#edf5ff;
	color:#2f7df6;
	font-size:11px;
}
.cp-unlock-provider>img{
	display:block;
	width:48px;
	height:24px;
	object-fit:contain;
	object-position:center;
}
.cp-unlock-provider>.cp-paypal-logo{width:52px;}
.cp-unlock-provider>.cp-google-play-logo{width:30px;}
@media(max-width:700px){.cp-unlock-provider{margin-left:10px;margin-right:10px;}}

/* Catálogo temático definitivo: 8 secciones × 30 diseños. */
:is([class*="br-design-EM"],[class*="br-design-CE"],[class*="br-design-AA"],[class*="br-design-DH"],[class*="br-design-VA"],[class*="br-design-EN"],[class*="br-design-MV"],[class*="br-design-VR"]){
position:relative!important;overflow:hidden!important;isolation:isolate;
background-color:#e7edf4!important;background-image:none!important;
}
:is([class*="br-design-EM"],[class*="br-design-CE"],[class*="br-design-AA"],[class*="br-design-DH"],[class*="br-design-VA"],[class*="br-design-EN"],[class*="br-design-MV"],[class*="br-design-VR"])::after{
content:"";position:absolute;inset:0;z-index:10;pointer-events:none;
background:var(--br-thematic-art) center/100% 100% no-repeat;
}
:is([class*="br-design-EM"],[class*="br-design-CE"],[class*="br-design-AA"],[class*="br-design-DH"],[class*="br-design-VA"],[class*="br-design-EN"],[class*="br-design-MV"],[class*="br-design-VR"]).br-thematic-layered:not([class*="br-classic-border"])::after{
content:none!important;background:none!important;
}
:is([class*="br-design-EM"],[class*="br-design-CE"],[class*="br-design-AA"],[class*="br-design-DH"],[class*="br-design-VA"],[class*="br-design-EN"],[class*="br-design-MV"],[class*="br-design-VR"])>.br-thematic-art-layer{
position:absolute!important;inset:0!important;z-index:10!important;display:block!important;
width:100%!important;height:100%!important;object-fit:fill!important;
background:var(--br-thematic-art) center/100% 100% no-repeat!important;
pointer-events:none!important;
}
:is([class*="br-design-EM"],[class*="br-design-CE"],[class*="br-design-AA"],[class*="br-design-DH"],[class*="br-design-VA"],[class*="br-design-EN"],[class*="br-design-MV"],[class*="br-design-VR"])>[class^="cl-"]{
position:absolute!important;z-index:1!important;overflow:hidden!important;
border:0!important;box-shadow:none!important;background-color:#000!important;
background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;
}
:is([class*="br-design-EM"],[class*="br-design-CE"],[class*="br-design-AA"],[class*="br-design-DH"],[class*="br-design-VA"],[class*="br-design-EN"],[class*="br-design-MV"],[class*="br-design-VR"])>[class^="cl-"]>:is(.ig,.imge){
position:absolute!important;inset:0!important;width:100%!important;height:100%!important;
border:0!important;box-shadow:none!important;background-size:cover!important;
background-position:var(--br-slot-focus-position,center)!important;background-repeat:no-repeat!important;
transform:var(--br-slot-motion-transform,scale(1.02))!important;transform-origin:center!important;
}
:is([class*="br-design-EM"],[class*="br-design-CE"],[class*="br-design-AA"],[class*="br-design-DH"],[class*="br-design-VA"],[class*="br-design-EN"],[class*="br-design-MV"],[class*="br-design-VR"])>[class^="cl-"].ig{
display:block!important;background-size:cover!important;background-position:var(--br-slot-focus-position,center)!important;
background-repeat:no-repeat!important;transform:var(--br-slot-motion-transform,scale(1.02))!important;transform-origin:center!important;
}
:is([class*="br-design-EM"],[class*="br-design-CE"],[class*="br-design-AA"],[class*="br-design-DH"],[class*="br-design-VA"],[class*="br-design-EN"],[class*="br-design-MV"],[class*="br-design-VR"])>.p-text{position:relative;z-index:20!important;}

.br-design-EM01{--br-thematic-art:url("../assets/designs/Emoticones/EM01.webp?v=20260902-stable-merge-r1");}
.br-design-EM01 .cl-EM01-a{left:9.3333%!important;top:10.6667%!important;width:44.6667%!important;height:77.8333%!important;}
.br-design-EM01 .cl-EM01-b{left:57.5000%!important;top:10.6667%!important;width:33.1667%!important;height:37.5000%!important;}
.br-design-EM01 .cl-EM01-c{left:57.5000%!important;top:51.3333%!important;width:33.1667%!important;height:37.1667%!important;}

.br-design-EM02{--br-thematic-art:url("../assets/designs/Emoticones/EM02.webp?v=20260902-stable-merge-r1");}
.br-design-EM02 .cl-EM02-a{left:13.6667%!important;top:66.0000%!important;width:72.8333%!important;height:30.0000%!important;}
.br-design-EM02 .cl-EM02-b{left:15.0000%!important;top:4.1667%!important;width:70.0000%!important;height:28.8333%!important;}
.br-design-EM02 .cl-EM02-c{left:13.6667%!important;top:34.6667%!important;width:72.8333%!important;height:29.8333%!important;}

.br-design-EM03{--br-thematic-art:url("../assets/designs/Emoticones/EM03.webp?v=20260902-stable-merge-r1");}
.br-design-EM03 .cl-EM03-a{left:5.8333%!important;top:52.1667%!important;width:41.3333%!important;height:42.1667%!important;}
.br-design-EM03 .cl-EM03-b{left:5.8333%!important;top:6.1667%!important;width:41.3333%!important;height:40.8333%!important;}
.br-design-EM03 .cl-EM03-c{left:53.0000%!important;top:6.1667%!important;width:41.1667%!important;height:40.8333%!important;}
.br-design-EM03 .cl-EM03-d{left:53.0000%!important;top:52.1667%!important;width:41.1667%!important;height:42.1667%!important;}

.br-design-EM04{--br-thematic-art:url("../assets/designs/Emoticones/EM04.webp?v=20260902-stable-merge-r1");}
.br-design-EM04 .cl-EM04-a{left:6.1667%!important;top:52.6667%!important;width:41.5000%!important;height:40.3333%!important;}
.br-design-EM04 .cl-EM04-b{left:6.1667%!important;top:7.0000%!important;width:41.5000%!important;height:40.0000%!important;}
.br-design-EM04 .cl-EM04-c{left:52.3333%!important;top:7.0000%!important;width:41.5000%!important;height:40.0000%!important;}
.br-design-EM04 .cl-EM04-d{left:32.5000%!important;top:35.0000%!important;width:35.0000%!important;height:30.6667%!important;}
.br-design-EM04 .cl-EM04-e{left:52.3333%!important;top:52.6667%!important;width:41.5000%!important;height:40.3333%!important;}

.br-design-EM05{--br-thematic-art:url("../assets/designs/Emoticones/EM05.webp?v=20260902-stable-merge-r1");}
.br-design-EM05 .cl-EM05-a{left:5.6667%!important;top:55.6667%!important;width:43.3333%!important;height:33.0000%!important;}
.br-design-EM05 .cl-EM05-b{left:6.5000%!important;top:10.8333%!important;width:28.0000%!important;height:42.5000%!important;}
.br-design-EM05 .cl-EM05-c{left:36.1667%!important;top:10.8333%!important;width:27.6667%!important;height:42.5000%!important;}
.br-design-EM05 .cl-EM05-d{left:65.5000%!important;top:10.8333%!important;width:28.0000%!important;height:42.5000%!important;}
.br-design-EM05 .cl-EM05-e{left:51.0000%!important;top:55.6667%!important;width:43.1667%!important;height:33.0000%!important;}

.br-design-EM06{--br-thematic-art:url("../assets/designs/Emoticones/EM06.webp?v=20260902-stable-merge-r1");}
.br-design-EM06 .cl-EM06-a{left:10.5000%!important;top:9.8333%!important;width:41.1667%!important;height:40.1667%!important;}
.br-design-EM06 .cl-EM06-b{left:54.3333%!important;top:11.5000%!important;width:34.6667%!important;height:25.1667%!important;}
.br-design-EM06 .cl-EM06-c{left:54.1667%!important;top:39.0000%!important;width:34.6667%!important;height:25.3333%!important;}
.br-design-EM06 .cl-EM06-d{left:10.3333%!important;top:52.8333%!important;width:41.3333%!important;height:38.3333%!important;}
.br-design-EM06 .cl-EM06-e{left:54.1667%!important;top:66.5000%!important;width:34.6667%!important;height:25.0000%!important;}

.br-design-EM07{--br-thematic-art:url("../assets/designs/Emoticones/EM07.webp?v=20260902-stable-merge-r1");}
.br-design-EM07 .cl-EM07-a{left:51.1667%!important;top:40.6667%!important;width:44.3333%!important;height:53.6667%!important;}
.br-design-EM07 .cl-EM07-b{left:4.6667%!important;top:4.8333%!important;width:43.6667%!important;height:51.5000%!important;}
.br-design-EM07 .cl-EM07-c{left:51.6667%!important;top:5.6667%!important;width:43.3333%!important;height:31.1667%!important;}
.br-design-EM07 .cl-EM07-d{left:4.8333%!important;top:60.3333%!important;width:42.5000%!important;height:33.5000%!important;}

.br-design-EM08{--br-thematic-art:url("../assets/designs/Emoticones/EM08.webp?v=20260902-stable-merge-r1");}
.br-design-EM08 .cl-EM08-a{left:4.8333%!important;top:51.8333%!important;width:42.6667%!important;height:43.3333%!important;}
.br-design-EM08 .cl-EM08-b{left:4.8333%!important;top:3.8333%!important;width:42.6667%!important;height:44.5000%!important;}
.br-design-EM08 .cl-EM08-c{left:52.5000%!important;top:4.6667%!important;width:42.8333%!important;height:43.6667%!important;}
.br-design-EM08 .cl-EM08-d{left:31.0000%!important;top:30.5000%!important;width:38.1667%!important;height:37.5000%!important;}
.br-design-EM08 .cl-EM08-e{left:52.5000%!important;top:51.8333%!important;width:42.8333%!important;height:43.3333%!important;}

.br-design-EM09{--br-thematic-art:url("../assets/designs/Emoticones/EM09.webp?v=20260902-stable-merge-r1");}
.br-design-EM09 .cl-EM09-a{left:7.5000%!important;top:52.8333%!important;width:26.8333%!important;height:38.8333%!important;}
.br-design-EM09 .cl-EM09-b{left:7.5000%!important;top:8.5000%!important;width:26.8333%!important;height:38.8333%!important;}
.br-design-EM09 .cl-EM09-c{left:36.6667%!important;top:8.5000%!important;width:26.6667%!important;height:38.8333%!important;}
.br-design-EM09 .cl-EM09-d{left:65.6667%!important;top:8.5000%!important;width:26.8333%!important;height:38.8333%!important;}
.br-design-EM09 .cl-EM09-e{left:36.6667%!important;top:53.0000%!important;width:26.6667%!important;height:38.6667%!important;}
.br-design-EM09 .cl-EM09-f{left:65.6667%!important;top:53.0000%!important;width:26.8333%!important;height:38.6667%!important;}

.br-design-EM10{--br-thematic-art:url("../assets/designs/Emoticones/EM10.webp?v=20260902-stable-merge-r1");}
.br-design-EM10 .cl-EM10-a{left:7.0000%!important;top:9.5000%!important;width:86.0000%!important;height:38.1667%!important;}
.br-design-EM10 .cl-EM10-b{left:4.1667%!important;top:55.0000%!important;width:27.3333%!important;height:35.0000%!important;}
.br-design-EM10 .cl-EM10-c{left:35.0000%!important;top:55.0000%!important;width:30.0000%!important;height:35.0000%!important;}
.br-design-EM10 .cl-EM10-d{left:68.5000%!important;top:55.0000%!important;width:27.5000%!important;height:35.0000%!important;}

.br-design-EM11{--br-thematic-art:url("../assets/designs/Emoticones/EM11.webp?v=20260902-stable-merge-r1");}
.br-design-EM11 .cl-EM11-a{left:5.5000%!important;top:5.6667%!important;width:45.5000%!important;height:88.0000%!important;}
.br-design-EM11 .cl-EM11-b{left:55.8333%!important;top:5.6667%!important;width:38.8333%!important;height:42.0000%!important;}
.br-design-EM11 .cl-EM11-c{left:55.8333%!important;top:52.1667%!important;width:38.8333%!important;height:41.3333%!important;}

.br-design-EM12{--br-thematic-art:url("../assets/designs/Emoticones/EM12.webp?v=20260902-stable-merge-r1");}
.br-design-EM12 .cl-EM12-a{left:51.8333%!important;top:6.1667%!important;width:41.6667%!important;height:41.1667%!important;}
.br-design-EM12 .cl-EM12-b{left:6.3333%!important;top:6.1667%!important;width:40.5000%!important;height:41.1667%!important;}
.br-design-EM12 .cl-EM12-c{left:6.1667%!important;top:52.1667%!important;width:40.6667%!important;height:40.8333%!important;}
.br-design-EM12 .cl-EM12-d{left:51.8333%!important;top:52.1667%!important;width:41.6667%!important;height:40.8333%!important;}

.br-design-EM13{--br-thematic-art:url("../assets/designs/Emoticones/EM13.webp?v=20260902-stable-merge-r1");}
.br-design-EM13 .cl-EM13-a{left:50.8333%!important;top:50.6667%!important;width:45.1667%!important;height:37.5000%!important;}
.br-design-EM13 .cl-EM13-b{left:4.0000%!important;top:9.5000%!important;width:29.6667%!important;height:39.5000%!important;}
.br-design-EM13 .cl-EM13-c{left:35.5000%!important;top:9.5000%!important;width:29.1667%!important;height:39.5000%!important;}
.br-design-EM13 .cl-EM13-d{left:66.3333%!important;top:9.5000%!important;width:29.6667%!important;height:39.5000%!important;}
.br-design-EM13 .cl-EM13-e{left:4.0000%!important;top:50.6667%!important;width:45.1667%!important;height:37.6667%!important;}

.br-design-EM14{--br-thematic-art:url("../assets/designs/Emoticones/EM14.webp?v=20260902-stable-merge-r1");}
.br-design-EM14 .cl-EM14-a{left:6.5000%!important;top:52.0000%!important;width:41.5000%!important;height:39.1667%!important;}
.br-design-EM14 .cl-EM14-b{left:6.5000%!important;top:7.1667%!important;width:41.5000%!important;height:40.8333%!important;}
.br-design-EM14 .cl-EM14-c{left:52.0000%!important;top:7.1667%!important;width:41.1667%!important;height:40.8333%!important;}
.br-design-EM14 .cl-EM14-d{left:31.8333%!important;top:35.0000%!important;width:36.1667%!important;height:29.8333%!important;}
.br-design-EM14 .cl-EM14-e{left:52.0000%!important;top:52.0000%!important;width:41.1667%!important;height:39.1667%!important;}

.br-design-EM15{--br-thematic-art:url("../assets/designs/Emoticones/EM15.webp?v=20260902-stable-merge-r1");}
.br-design-EM15 .cl-EM15-a{left:36.6667%!important;top:51.5000%!important;width:26.6667%!important;height:38.8333%!important;}
.br-design-EM15 .cl-EM15-b{left:7.1667%!important;top:9.1667%!important;width:25.6667%!important;height:38.6667%!important;}
.br-design-EM15 .cl-EM15-c{left:36.6667%!important;top:9.1667%!important;width:26.6667%!important;height:38.8333%!important;}
.br-design-EM15 .cl-EM15-d{left:67.1667%!important;top:9.1667%!important;width:25.8333%!important;height:38.8333%!important;}
.br-design-EM15 .cl-EM15-e{left:7.0000%!important;top:51.5000%!important;width:26.0000%!important;height:39.0000%!important;}
.br-design-EM15 .cl-EM15-f{left:67.1667%!important;top:51.6667%!important;width:25.8333%!important;height:38.6667%!important;}

.br-design-EM16{--br-thematic-art:url("../assets/designs/Emoticones/EM16.webp?v=20260902-stable-merge-r1");}
.br-design-EM16 .cl-EM16-a{left:53.5000%!important;top:56.8333%!important;width:42.1667%!important;height:37.5000%!important;}
.br-design-EM16 .cl-EM16-b{left:5.0000%!important;top:5.3333%!important;width:40.8333%!important;height:36.6667%!important;}
.br-design-EM16 .cl-EM16-c{left:53.5000%!important;top:5.3333%!important;width:41.3333%!important;height:36.8333%!important;}
.br-design-EM16 .cl-EM16-d{left:34.3333%!important;top:33.8333%!important;width:31.3333%!important;height:31.5000%!important;}
.br-design-EM16 .cl-EM16-e{left:4.1667%!important;top:56.8333%!important;width:42.1667%!important;height:37.5000%!important;}

.br-design-EM17{--br-thematic-art:url("../assets/designs/Emoticones/EM17.webp?v=20260902-stable-merge-r1");}
.br-design-EM17 .cl-EM17-a{left:52.5000%!important;top:46.5000%!important;width:36.1667%!important;height:45.3333%!important;}
.br-design-EM17 .cl-EM17-b{left:14.3333%!important;top:8.3333%!important;width:35.0000%!important;height:45.8333%!important;}
.br-design-EM17 .cl-EM17-c{left:52.6667%!important;top:10.8333%!important;width:35.1667%!important;height:32.3333%!important;}
.br-design-EM17 .cl-EM17-d{left:13.5000%!important;top:57.8333%!important;width:35.5000%!important;height:31.6667%!important;}

.br-design-EM18{--br-thematic-art:url("../assets/designs/Emoticones/EM18.webp?v=20260902-stable-merge-r1");}
.br-design-EM18 .cl-EM18-a{left:11.5000%!important;top:69.8333%!important;width:76.8333%!important;height:25.1667%!important;}
.br-design-EM18 .cl-EM18-b{left:12.0000%!important;top:6.0000%!important;width:76.0000%!important;height:25.5000%!important;}
.br-design-EM18 .cl-EM18-c{left:11.5000%!important;top:38.1667%!important;width:77.0000%!important;height:25.0000%!important;}

.br-design-EM19{--br-thematic-art:url("../assets/designs/Emoticones/EM19.webp?v=20260902-stable-merge-r1");}
.br-design-EM19 .cl-EM19-a{left:7.6667%!important;top:9.0000%!important;width:84.6667%!important;height:39.0000%!important;}
.br-design-EM19 .cl-EM19-b{left:5.6667%!important;top:51.8333%!important;width:26.6667%!important;height:39.8333%!important;}
.br-design-EM19 .cl-EM19-c{left:36.3333%!important;top:51.8333%!important;width:27.1667%!important;height:39.8333%!important;}
.br-design-EM19 .cl-EM19-d{left:67.5000%!important;top:51.8333%!important;width:26.6667%!important;height:39.8333%!important;}

.br-design-EM20{--br-thematic-art:url("../assets/designs/Emoticones/EM20.webp?v=20260902-stable-merge-r1");}
.br-design-EM20 .cl-EM20-a{left:5.8333%!important;top:8.5000%!important;width:41.6667%!important;height:39.0000%!important;}
.br-design-EM20 .cl-EM20-b{left:52.5000%!important;top:8.5000%!important;width:43.1667%!important;height:23.0000%!important;}
.br-design-EM20 .cl-EM20-c{left:52.3333%!important;top:35.8333%!important;width:42.5000%!important;height:25.5000%!important;}
.br-design-EM20 .cl-EM20-d{left:6.3333%!important;top:51.8333%!important;width:40.8333%!important;height:41.5000%!important;}
.br-design-EM20 .cl-EM20-e{left:52.5000%!important;top:65.8333%!important;width:42.5000%!important;height:27.6667%!important;}

.br-design-EM21{--br-thematic-art:url("../assets/designs/Emoticones/EM21.webp?v=20260902-stable-merge-r1");}
.br-design-EM21 .cl-EM21-a{left:53.5000%!important;top:5.0000%!important;width:42.5000%!important;height:44.5000%!important;}
.br-design-EM21 .cl-EM21-b{left:5.1667%!important;top:5.0000%!important;width:41.3333%!important;height:44.3333%!important;}
.br-design-EM21 .cl-EM21-c{left:31.0000%!important;top:31.1667%!important;width:38.0000%!important;height:38.0000%!important;}
.br-design-EM21 .cl-EM21-d{left:5.1667%!important;top:53.1667%!important;width:42.3333%!important;height:41.6667%!important;}
.br-design-EM21 .cl-EM21-e{left:53.0000%!important;top:53.1667%!important;width:42.8333%!important;height:41.6667%!important;}

.br-design-EM22{--br-thematic-art:url("../assets/designs/Emoticones/EM22.webp?v=20260902-stable-merge-r1");}
.br-design-EM22 .cl-EM22-a{left:9.1667%!important;top:10.0000%!important;width:45.0000%!important;height:79.1667%!important;}
.br-design-EM22 .cl-EM22-b{left:57.3333%!important;top:10.0000%!important;width:33.6667%!important;height:38.3333%!important;}
.br-design-EM22 .cl-EM22-c{left:57.3333%!important;top:51.1667%!important;width:33.6667%!important;height:38.0000%!important;}

.br-design-EM23{--br-thematic-art:url("../assets/designs/Emoticones/EM23.webp?v=20260902-stable-merge-r1");}
.br-design-EM23 .cl-EM23-a{left:13.6667%!important;top:65.6667%!important;width:72.8333%!important;height:30.5000%!important;}
.br-design-EM23 .cl-EM23-b{left:14.8333%!important;top:4.1667%!important;width:70.3333%!important;height:29.1667%!important;}
.br-design-EM23 .cl-EM23-c{left:13.6667%!important;top:34.5000%!important;width:72.8333%!important;height:30.1667%!important;}

.br-design-EM24{--br-thematic-art:url("../assets/designs/Emoticones/EM24.webp?v=20260902-stable-merge-r1");}
.br-design-EM24 .cl-EM24-a{left:51.0000%!important;top:38.8333%!important;width:44.6667%!important;height:55.6667%!important;}
.br-design-EM24 .cl-EM24-b{left:3.8333%!important;top:4.6667%!important;width:45.6667%!important;height:51.8333%!important;}
.br-design-EM24 .cl-EM24-c{left:51.5000%!important;top:5.5000%!important;width:43.6667%!important;height:31.5000%!important;}
.br-design-EM24 .cl-EM24-d{left:4.6667%!important;top:60.1667%!important;width:44.3333%!important;height:34.1667%!important;}

.br-design-EM25{--br-thematic-art:url("../assets/designs/Emoticones/EM25.webp?v=20260902-stable-merge-r1");}
.br-design-EM25 .cl-EM25-a{left:6.3333%!important;top:51.5000%!important;width:41.5000%!important;height:40.6667%!important;}
.br-design-EM25 .cl-EM25-b{left:6.5000%!important;top:6.8333%!important;width:41.1667%!important;height:41.5000%!important;}
.br-design-EM25 .cl-EM25-c{left:51.8333%!important;top:6.8333%!important;width:41.3333%!important;height:41.5000%!important;}
.br-design-EM25 .cl-EM25-d{left:31.0000%!important;top:33.6667%!important;width:38.1667%!important;height:33.0000%!important;}
.br-design-EM25 .cl-EM25-e{left:51.8333%!important;top:51.5000%!important;width:41.1667%!important;height:40.6667%!important;}

.br-design-EM26{--br-thematic-art:url("../assets/designs/Emoticones/EM26.webp?v=20260902-stable-merge-r1");}
.br-design-EM26 .cl-EM26-a{left:5.3333%!important;top:52.3333%!important;width:44.0000%!important;height:38.3333%!important;}
.br-design-EM26 .cl-EM26-b{left:5.3333%!important;top:10.5000%!important;width:30.5000%!important;height:40.0000%!important;}
.br-design-EM26 .cl-EM26-c{left:36.3333%!important;top:10.5000%!important;width:27.3333%!important;height:40.1667%!important;}
.br-design-EM26 .cl-EM26-d{left:64.3333%!important;top:10.5000%!important;width:29.3333%!important;height:40.1667%!important;}
.br-design-EM26 .cl-EM26-e{left:50.6667%!important;top:52.3333%!important;width:47.8333%!important;height:40.8333%!important;}

.br-design-EM27{--br-thematic-art:url("../assets/designs/Emoticones/EM27.webp?v=20260902-stable-merge-r1");}
.br-design-EM27 .cl-EM27-a{left:10.3333%!important;top:9.6667%!important;width:41.6667%!important;height:40.5000%!important;}
.br-design-EM27 .cl-EM27-b{left:54.1667%!important;top:11.3333%!important;width:35.0000%!important;height:25.6667%!important;}
.br-design-EM27 .cl-EM27-c{left:54.1667%!important;top:38.8333%!important;width:34.8333%!important;height:25.5000%!important;}
.br-design-EM27 .cl-EM27-d{left:10.1667%!important;top:52.6667%!important;width:41.8333%!important;height:38.6667%!important;}
.br-design-EM27 .cl-EM27-e{left:54.1667%!important;top:64.8333%!important;width:34.8333%!important;height:26.8333%!important;}

.br-design-EM28{--br-thematic-art:url("../assets/designs/Emoticones/EM28.webp?v=20260902-stable-merge-r1");}
.br-design-EM28 .cl-EM28-a{left:7.5000%!important;top:7.6667%!important;width:84.3333%!important;height:40.5000%!important;}
.br-design-EM28 .cl-EM28-b{left:5.8333%!important;top:49.8333%!important;width:26.6667%!important;height:42.8333%!important;}
.br-design-EM28 .cl-EM28-c{left:35.3333%!important;top:49.8333%!important;width:29.0000%!important;height:42.8333%!important;}
.br-design-EM28 .cl-EM28-d{left:67.3333%!important;top:49.8333%!important;width:27.0000%!important;height:42.8333%!important;}

.br-design-EM29{--br-thematic-art:url("../assets/designs/Emoticones/EM29.webp?v=20260902-stable-merge-r1");}
.br-design-EM29 .cl-EM29-a{left:51.8333%!important;top:51.6667%!important;width:41.8333%!important;height:41.3333%!important;}
.br-design-EM29 .cl-EM29-b{left:6.1667%!important;top:6.3333%!important;width:40.8333%!important;height:41.1667%!important;}
.br-design-EM29 .cl-EM29-c{left:52.0000%!important;top:6.3333%!important;width:41.6667%!important;height:41.1667%!important;}
.br-design-EM29 .cl-EM29-d{left:6.1667%!important;top:51.6667%!important;width:40.8333%!important;height:41.5000%!important;}

.br-design-EM30{--br-thematic-art:url("../assets/designs/Emoticones/EM30.webp?v=20260902-stable-merge-r1");}
.br-design-EM30 .cl-EM30-a{left:64.5000%!important;top:8.3333%!important;width:28.1667%!important;height:41.6667%!important;}
.br-design-EM30 .cl-EM30-b{left:7.3333%!important;top:8.3333%!important;width:28.1667%!important;height:41.6667%!important;}
.br-design-EM30 .cl-EM30-c{left:36.5000%!important;top:8.3333%!important;width:27.0000%!important;height:41.6667%!important;}
.br-design-EM30 .cl-EM30-d{left:7.3333%!important;top:51.5000%!important;width:28.0000%!important;height:40.3333%!important;}
.br-design-EM30 .cl-EM30-e{left:36.5000%!important;top:51.5000%!important;width:27.0000%!important;height:40.3333%!important;}
.br-design-EM30 .cl-EM30-f{left:64.5000%!important;top:51.5000%!important;width:28.1667%!important;height:40.3333%!important;}

.br-design-CE01{--br-thematic-art:url("../assets/designs/Celebraciones/CE01.webp?v=20260902-stable-merge-r1");}
.br-design-CE01 .cl-CE01-a{left:8.1667%!important;top:5.5000%!important;width:58.0000%!important;height:28.3333%!important;}
.br-design-CE01 .cl-CE01-b{left:66.6667%!important;top:5.6667%!important;width:24.8333%!important;height:56.0000%!important;}
.br-design-CE01 .cl-CE01-c{left:8.1667%!important;top:34.3333%!important;width:28.6667%!important;height:57.0000%!important;}
.br-design-CE01 .cl-CE01-d{left:37.5000%!important;top:34.3333%!important;width:28.6667%!important;height:27.3333%!important;}
.br-design-CE01 .cl-CE01-e{left:37.5000%!important;top:62.1667%!important;width:54.0000%!important;height:29.1667%!important;}

.br-design-CE02{--br-thematic-art:url("../assets/designs/Celebraciones/CE02.webp?v=20260902-stable-merge-r1");}
.br-design-CE02 .cl-CE02-a{left:6.8333%!important;top:8.0000%!important;width:26.8333%!important;height:39.8333%!important;}
.br-design-CE02 .cl-CE02-b{left:36.8333%!important;top:8.0000%!important;width:26.3333%!important;height:39.8333%!important;}
.br-design-CE02 .cl-CE02-c{left:66.5000%!important;top:8.0000%!important;width:26.5000%!important;height:39.8333%!important;}
.br-design-CE02 .cl-CE02-d{left:6.8333%!important;top:51.1667%!important;width:26.8333%!important;height:39.8333%!important;}
.br-design-CE02 .cl-CE02-e{left:36.8333%!important;top:51.1667%!important;width:26.3333%!important;height:39.8333%!important;}
.br-design-CE02 .cl-CE02-f{left:66.5000%!important;top:51.1667%!important;width:26.5000%!important;height:39.8333%!important;}

.br-design-CE03{--br-thematic-art:url("../assets/designs/Celebraciones/CE03.webp?v=20260902-stable-merge-r1");}
.br-design-CE03 .cl-CE03-a{left:7.8333%!important;top:49.8333%!important;width:41.8333%!important;height:39.5000%!important;}
.br-design-CE03 .cl-CE03-b{left:7.8333%!important;top:6.0000%!important;width:42.0000%!important;height:41.8333%!important;}
.br-design-CE03 .cl-CE03-c{left:51.3333%!important;top:6.0000%!important;width:40.6667%!important;height:41.8333%!important;}
.br-design-CE03 .cl-CE03-d{left:31.5000%!important;top:32.6667%!important;width:38.3333%!important;height:32.6667%!important;}
.br-design-CE03 .cl-CE03-e{left:51.3333%!important;top:49.8333%!important;width:40.6667%!important;height:39.5000%!important;}

.br-design-CE04{--br-thematic-art:url("../assets/designs/Celebraciones/CE04.webp?v=20260902-stable-merge-r1");}
.br-design-CE04 .cl-CE04-a{left:53.1667%!important;top:53.6667%!important;width:40.3333%!important;height:36.1667%!important;}
.br-design-CE04 .cl-CE04-b{left:7.3333%!important;top:5.8333%!important;width:40.3333%!important;height:35.5000%!important;}
.br-design-CE04 .cl-CE04-c{left:53.1667%!important;top:5.8333%!important;width:40.5000%!important;height:35.5000%!important;}
.br-design-CE04 .cl-CE04-d{left:35.0000%!important;top:32.3333%!important;width:30.6667%!important;height:30.6667%!important;}
.br-design-CE04 .cl-CE04-e{left:7.3333%!important;top:53.6667%!important;width:40.3333%!important;height:36.1667%!important;}

.br-design-CE05{--br-thematic-art:url("../assets/designs/Celebraciones/CE05.webp?v=20260902-stable-merge-r1");}
.br-design-CE05 .cl-CE05-a{left:14.1667%!important;top:9.1667%!important;width:39.8333%!important;height:78.3333%!important;}
.br-design-CE05 .cl-CE05-b{left:56.1667%!important;top:9.1667%!important;width:31.5000%!important;height:38.1667%!important;}
.br-design-CE05 .cl-CE05-c{left:56.1667%!important;top:49.5000%!important;width:31.5000%!important;height:38.0000%!important;}

.br-design-CE06{--br-thematic-art:url("../assets/designs/Celebraciones/CE06.webp?v=20260902-stable-merge-r1");}
.br-design-CE06 .cl-CE06-a{left:10.1667%!important;top:8.0000%!important;width:79.3333%!important;height:35.8333%!important;}
.br-design-CE06 .cl-CE06-b{left:37.5000%!important;top:45.5000%!important;width:24.8333%!important;height:45.0000%!important;}
.br-design-CE06 .cl-CE06-c{left:64.5000%!important;top:45.5000%!important;width:25.0000%!important;height:44.8333%!important;}
.br-design-CE06 .cl-CE06-d{left:10.3333%!important;top:45.6667%!important;width:25.0000%!important;height:44.5000%!important;}

.br-design-CE07{--br-thematic-art:url("../assets/designs/Celebraciones/CE07.webp?v=20260902-stable-merge-r1");}
.br-design-CE07 .cl-CE07-a{left:7.8333%!important;top:6.1667%!important;width:39.3333%!important;height:41.3333%!important;}
.br-design-CE07 .cl-CE07-b{left:52.8333%!important;top:6.1667%!important;width:39.3333%!important;height:41.3333%!important;}
.br-design-CE07 .cl-CE07-c{left:7.8333%!important;top:51.5000%!important;width:39.3333%!important;height:40.6667%!important;}
.br-design-CE07 .cl-CE07-d{left:52.8333%!important;top:51.5000%!important;width:39.3333%!important;height:40.6667%!important;}

.br-design-CE08{--br-thematic-art:url("../assets/designs/Celebraciones/CE08.webp?v=20260902-stable-merge-r1");}
.br-design-CE08 .cl-CE08-a{left:7.6667%!important;top:52.1667%!important;width:41.3333%!important;height:39.1667%!important;}
.br-design-CE08 .cl-CE08-b{left:7.5000%!important;top:7.5000%!important;width:26.6667%!important;height:43.3333%!important;}
.br-design-CE08 .cl-CE08-c{left:35.6667%!important;top:7.6667%!important;width:29.0000%!important;height:43.1667%!important;}
.br-design-CE08 .cl-CE08-d{left:66.1667%!important;top:7.6667%!important;width:26.0000%!important;height:43.1667%!important;}
.br-design-CE08 .cl-CE08-e{left:50.8333%!important;top:52.1667%!important;width:41.3333%!important;height:39.1667%!important;}

.br-design-CE09{--br-thematic-art:url("../assets/designs/Celebraciones/CE09.webp?v=20260902-stable-merge-r1");}
.br-design-CE09 .cl-CE09-a{left:11.6667%!important;top:6.3333%!important;width:76.3333%!important;height:32.0000%!important;}
.br-design-CE09 .cl-CE09-b{left:11.6667%!important;top:38.5000%!important;width:38.1667%!important;height:52.1667%!important;}
.br-design-CE09 .cl-CE09-c{left:50.1667%!important;top:38.5000%!important;width:37.8333%!important;height:52.1667%!important;}

.br-design-CE10{--br-thematic-art:url("../assets/designs/Celebraciones/CE10.webp?v=20260902-stable-merge-r1");}
.br-design-CE10 .cl-CE10-a{left:35.8333%!important;top:39.1667%!important;width:28.3333%!important;height:49.6667%!important;}
.br-design-CE10 .cl-CE10-b{left:7.3333%!important;top:8.0000%!important;width:42.6667%!important;height:31.0000%!important;}
.br-design-CE10 .cl-CE10-c{left:50.0000%!important;top:8.0000%!important;width:42.6667%!important;height:31.0000%!important;}
.br-design-CE10 .cl-CE10-d{left:7.3333%!important;top:39.1667%!important;width:28.3333%!important;height:49.5000%!important;}
.br-design-CE10 .cl-CE10-e{left:64.3333%!important;top:39.1667%!important;width:28.3333%!important;height:49.5000%!important;}

.br-design-CE11{--br-thematic-art:url("../assets/designs/Celebraciones/CE11.webp?v=20260902-stable-merge-r1");}
.br-design-CE11 .cl-CE11-a{left:51.6667%!important;top:51.5000%!important;width:40.1667%!important;height:39.3333%!important;}
.br-design-CE11 .cl-CE11-b{left:7.8333%!important;top:7.1667%!important;width:40.5000%!important;height:41.1667%!important;}
.br-design-CE11 .cl-CE11-c{left:51.6667%!important;top:7.1667%!important;width:40.3333%!important;height:41.1667%!important;}
.br-design-CE11 .cl-CE11-d{left:31.5000%!important;top:33.8333%!important;width:36.8333%!important;height:32.1667%!important;}
.br-design-CE11 .cl-CE11-e{left:7.6667%!important;top:51.5000%!important;width:40.6667%!important;height:39.1667%!important;}

.br-design-CE12{--br-thematic-art:url("../assets/designs/Celebraciones/CE12.webp?v=20260902-stable-merge-r1");}
.br-design-CE12 .cl-CE12-a{left:12.5000%!important;top:7.1667%!important;width:35.0000%!important;height:35.3333%!important;}
.br-design-CE12 .cl-CE12-b{left:53.5000%!important;top:7.1667%!important;width:34.6667%!important;height:35.3333%!important;}
.br-design-CE12 .cl-CE12-c{left:35.1667%!important;top:33.3333%!important;width:30.5000%!important;height:30.8333%!important;}
.br-design-CE12 .cl-CE12-d{left:13.5000%!important;top:58.1667%!important;width:34.0000%!important;height:32.6667%!important;}
.br-design-CE12 .cl-CE12-e{left:53.3333%!important;top:58.1667%!important;width:33.8333%!important;height:32.8333%!important;}

.br-design-CE13{--br-thematic-art:url("../assets/designs/Celebraciones/CE13.webp?v=20260902-stable-merge-r1");}
.br-design-CE13 .cl-CE13-a{left:7.3333%!important;top:4.8333%!important;width:58.0000%!important;height:29.0000%!important;}
.br-design-CE13 .cl-CE13-b{left:65.8333%!important;top:4.8333%!important;width:27.3333%!important;height:60.0000%!important;}
.br-design-CE13 .cl-CE13-c{left:7.3333%!important;top:34.5000%!important;width:27.3333%!important;height:60.1667%!important;}
.br-design-CE13 .cl-CE13-d{left:35.1667%!important;top:34.5000%!important;width:30.1667%!important;height:30.3333%!important;}
.br-design-CE13 .cl-CE13-e{left:35.0000%!important;top:65.3333%!important;width:58.0000%!important;height:29.3333%!important;}

.br-design-CE14{--br-thematic-art:url("../assets/designs/Celebraciones/CE14.webp?v=20260902-stable-merge-r1");}
.br-design-CE14 .cl-CE14-a{left:10.3333%!important;top:9.5000%!important;width:78.0000%!important;height:36.1667%!important;}
.br-design-CE14 .cl-CE14-b{left:9.3333%!important;top:47.6667%!important;width:25.5000%!important;height:44.0000%!important;}
.br-design-CE14 .cl-CE14-c{left:37.1667%!important;top:47.6667%!important;width:26.3333%!important;height:44.0000%!important;}
.br-design-CE14 .cl-CE14-d{left:65.8333%!important;top:47.6667%!important;width:25.6667%!important;height:44.0000%!important;}

.br-design-CE15{--br-thematic-art:url("../assets/designs/Celebraciones/CE15.webp?v=20260902-stable-merge-r1");}
.br-design-CE15 .cl-CE15-a{left:8.5000%!important;top:54.8333%!important;width:41.3333%!important;height:35.5000%!important;}
.br-design-CE15 .cl-CE15-b{left:8.5000%!important;top:7.8333%!important;width:27.6667%!important;height:46.5000%!important;}
.br-design-CE15 .cl-CE15-c{left:36.6667%!important;top:7.8333%!important;width:26.6667%!important;height:46.5000%!important;}
.br-design-CE15 .cl-CE15-d{left:63.8333%!important;top:7.8333%!important;width:27.6667%!important;height:46.5000%!important;}
.br-design-CE15 .cl-CE15-e{left:50.3333%!important;top:54.8333%!important;width:41.1667%!important;height:35.5000%!important;}

.br-design-CE16{--br-thematic-art:url("../assets/designs/Celebraciones/CE16.webp?v=20260902-stable-merge-r1");}
.br-design-CE16 .cl-CE16-a{left:11.5000%!important;top:7.1667%!important;width:77.0000%!important;height:30.6667%!important;}
.br-design-CE16 .cl-CE16-b{left:11.5000%!important;top:39.3333%!important;width:38.1667%!important;height:50.0000%!important;}
.br-design-CE16 .cl-CE16-c{left:50.8333%!important;top:39.3333%!important;width:37.6667%!important;height:50.8333%!important;}

.br-design-CE17{--br-thematic-art:url("../assets/designs/Celebraciones/CE17.webp?v=20260902-stable-merge-r1");}
.br-design-CE17 .cl-CE17-a{left:13.1667%!important;top:10.1667%!important;width:40.5000%!important;height:78.3333%!important;}
.br-design-CE17 .cl-CE17-b{left:56.8333%!important;top:10.1667%!important;width:31.0000%!important;height:37.8333%!important;}
.br-design-CE17 .cl-CE17-c{left:56.8333%!important;top:51.0000%!important;width:31.0000%!important;height:37.5000%!important;}

.br-design-CE18{--br-thematic-art:url("../assets/designs/Celebraciones/CE18.webp?v=20260902-stable-merge-r1");}
.br-design-CE18 .cl-CE18-a{left:65.1667%!important;top:52.1667%!important;width:24.6667%!important;height:39.0000%!important;}
.br-design-CE18 .cl-CE18-b{left:10.3333%!important;top:10.8333%!important;width:24.6667%!important;height:39.0000%!important;}
.br-design-CE18 .cl-CE18-c{left:37.6667%!important;top:10.8333%!important;width:24.8333%!important;height:39.0000%!important;}
.br-design-CE18 .cl-CE18-d{left:65.1667%!important;top:10.8333%!important;width:24.6667%!important;height:39.0000%!important;}
.br-design-CE18 .cl-CE18-e{left:10.5000%!important;top:52.1667%!important;width:24.5000%!important;height:39.0000%!important;}
.br-design-CE18 .cl-CE18-f{left:37.6667%!important;top:52.1667%!important;width:24.8333%!important;height:39.0000%!important;}

.br-design-CE19{--br-thematic-art:url("../assets/designs/Celebraciones/CE19.webp?v=20260902-stable-merge-r1");}
.br-design-CE19 .cl-CE19-a{left:12.5000%!important;top:8.3333%!important;width:36.1667%!important;height:40.1667%!important;}
.br-design-CE19 .cl-CE19-b{left:51.6667%!important;top:8.3333%!important;width:35.6667%!important;height:40.1667%!important;}
.br-design-CE19 .cl-CE19-c{left:12.5000%!important;top:51.3333%!important;width:36.3333%!important;height:40.1667%!important;}
.br-design-CE19 .cl-CE19-d{left:51.6667%!important;top:51.3333%!important;width:35.8333%!important;height:40.1667%!important;}

.br-design-CE20{--br-thematic-art:url("../assets/designs/Celebraciones/CE20.webp?v=20260902-stable-merge-r1");}
.br-design-CE20 .cl-CE20-a{left:35.8333%!important;top:39.3333%!important;width:28.1667%!important;height:49.5000%!important;}
.br-design-CE20 .cl-CE20-b{left:7.3333%!important;top:8.0000%!important;width:42.8333%!important;height:31.0000%!important;}
.br-design-CE20 .cl-CE20-c{left:50.0000%!important;top:8.0000%!important;width:42.6667%!important;height:31.0000%!important;}
.br-design-CE20 .cl-CE20-d{left:7.3333%!important;top:39.3333%!important;width:28.1667%!important;height:49.5000%!important;}
.br-design-CE20 .cl-CE20-e{left:64.5000%!important;top:39.3333%!important;width:28.0000%!important;height:49.5000%!important;}

.br-design-CE21{--br-thematic-art:url("../assets/designs/Celebraciones/CE21.webp?v=20260902-stable-merge-r1");}
.br-design-CE21 .cl-CE21-a{left:52.6667%!important;top:6.5000%!important;width:39.8333%!important;height:41.0000%!important;}
.br-design-CE21 .cl-CE21-b{left:7.5000%!important;top:6.5000%!important;width:40.0000%!important;height:41.0000%!important;}
.br-design-CE21 .cl-CE21-c{left:37.1667%!important;top:37.0000%!important;width:25.6667%!important;height:26.0000%!important;}
.br-design-CE21 .cl-CE21-d{left:7.5000%!important;top:52.0000%!important;width:40.0000%!important;height:41.6667%!important;}
.br-design-CE21 .cl-CE21-e{left:52.6667%!important;top:52.0000%!important;width:39.8333%!important;height:41.6667%!important;}

.br-design-CE22{--br-thematic-art:url("../assets/designs/Celebraciones/CE22.webp?v=20260902-stable-merge-r1");}
.br-design-CE22 .cl-CE22-a{left:8.3333%!important;top:6.8333%!important;width:47.8333%!important;height:87.0000%!important;}
.br-design-CE22 .cl-CE22-b{left:59.8333%!important;top:6.8333%!important;width:33.3333%!important;height:41.0000%!important;}
.br-design-CE22 .cl-CE22-c{left:59.6667%!important;top:51.5000%!important;width:33.5000%!important;height:42.1667%!important;}

.br-design-CE23{--br-thematic-art:url("../assets/designs/Celebraciones/CE23.webp?v=20260902-stable-merge-r1");}
.br-design-CE23 .cl-CE23-a{left:52.1667%!important;top:6.1667%!important;width:39.5000%!important;height:41.6667%!important;}
.br-design-CE23 .cl-CE23-b{left:8.5000%!important;top:6.1667%!important;width:39.5000%!important;height:41.6667%!important;}
.br-design-CE23 .cl-CE23-c{left:36.0000%!important;top:37.1667%!important;width:28.3333%!important;height:27.5000%!important;}
.br-design-CE23 .cl-CE23-d{left:8.5000%!important;top:51.6667%!important;width:39.5000%!important;height:41.6667%!important;}
.br-design-CE23 .cl-CE23-e{left:52.1667%!important;top:51.6667%!important;width:39.5000%!important;height:41.6667%!important;}

.br-design-CE24{--br-thematic-art:url("../assets/designs/Celebraciones/CE24.webp?v=20260902-stable-merge-r1");}
.br-design-CE24 .cl-CE24-a{left:10.0000%!important;top:52.3333%!important;width:38.6667%!important;height:40.3333%!important;}
.br-design-CE24 .cl-CE24-b{left:10.0000%!important;top:6.6667%!important;width:25.5000%!important;height:42.8333%!important;}
.br-design-CE24 .cl-CE24-c{left:37.5000%!important;top:6.6667%!important;width:25.1667%!important;height:42.8333%!important;}
.br-design-CE24 .cl-CE24-d{left:64.6667%!important;top:6.6667%!important;width:25.5000%!important;height:42.8333%!important;}
.br-design-CE24 .cl-CE24-e{left:51.5000%!important;top:52.3333%!important;width:38.6667%!important;height:40.3333%!important;}

.br-design-CE25{--br-thematic-art:url("../assets/designs/Celebraciones/CE25.webp?v=20260902-stable-merge-r1");}
.br-design-CE25 .cl-CE25-a{left:36.0000%!important;top:50.3333%!important;width:27.8333%!important;height:41.3333%!important;}
.br-design-CE25 .cl-CE25-b{left:7.6667%!important;top:8.8333%!important;width:27.6667%!important;height:40.8333%!important;}
.br-design-CE25 .cl-CE25-c{left:36.0000%!important;top:8.8333%!important;width:27.8333%!important;height:40.8333%!important;}
.br-design-CE25 .cl-CE25-d{left:64.5000%!important;top:8.8333%!important;width:27.6667%!important;height:40.8333%!important;}
.br-design-CE25 .cl-CE25-e{left:7.6667%!important;top:50.3333%!important;width:27.6667%!important;height:41.3333%!important;}
.br-design-CE25 .cl-CE25-f{left:64.5000%!important;top:50.3333%!important;width:27.6667%!important;height:41.3333%!important;}

.br-design-CE26{--br-thematic-art:url("../assets/designs/Celebraciones/CE26.webp?v=20260902-stable-merge-r1");}
.br-design-CE26 .cl-CE26-a{left:9.0000%!important;top:5.6667%!important;width:82.0000%!important;height:39.3333%!important;}
.br-design-CE26 .cl-CE26-b{left:6.1667%!important;top:49.6667%!important;width:41.8333%!important;height:44.5000%!important;}
.br-design-CE26 .cl-CE26-c{left:51.1667%!important;top:49.6667%!important;width:42.5000%!important;height:44.5000%!important;}

.br-design-CE27{--br-thematic-art:url("../assets/designs/Celebraciones/CE27.webp?v=20260902-stable-merge-r1");}
.br-design-CE27 .cl-CE27-a{left:52.1667%!important;top:4.5000%!important;width:36.1667%!important;height:49.0000%!important;}
.br-design-CE27 .cl-CE27-b{left:13.1667%!important;top:6.1667%!important;width:34.3333%!important;height:39.3333%!important;}
.br-design-CE27 .cl-CE27-c{left:13.1667%!important;top:49.1667%!important;width:34.3333%!important;height:42.1667%!important;}
.br-design-CE27 .cl-CE27-d{left:52.1667%!important;top:56.8333%!important;width:36.1667%!important;height:35.1667%!important;}

.br-design-CE28{--br-thematic-art:url("../assets/designs/Celebraciones/CE28.webp?v=20260902-stable-merge-r1");}
.br-design-CE28 .cl-CE28-a{left:8.6667%!important;top:6.1667%!important;width:46.1667%!important;height:85.3333%!important;}
.br-design-CE28 .cl-CE28-b{left:56.3333%!important;top:6.1667%!important;width:34.8333%!important;height:26.1667%!important;}
.br-design-CE28 .cl-CE28-c{left:56.3333%!important;top:33.8333%!important;width:34.8333%!important;height:26.6667%!important;}
.br-design-CE28 .cl-CE28-d{left:56.3333%!important;top:62.0000%!important;width:34.8333%!important;height:29.5000%!important;}

.br-design-CE29{--br-thematic-art:url("../assets/designs/Celebraciones/CE29.webp?v=20260902-stable-merge-r1");}
.br-design-CE29 .cl-CE29-a{left:33.5000%!important;top:50.3333%!important;width:60.8333%!important;height:43.5000%!important;}
.br-design-CE29 .cl-CE29-b{left:5.3333%!important;top:5.5000%!important;width:60.1667%!important;height:43.0000%!important;}
.br-design-CE29 .cl-CE29-c{left:67.6667%!important;top:5.6667%!important;width:26.6667%!important;height:42.8333%!important;}
.br-design-CE29 .cl-CE29-d{left:6.0000%!important;top:50.3333%!important;width:25.5000%!important;height:43.5000%!important;}

.br-design-CE30{--br-thematic-art:url("../assets/designs/Celebraciones/CE30.webp?v=20260913-r68-designs");}
.br-design-CE30 .cl-CE30-a{left:9.0000%!important;top:6.0000%!important;width:39.3333%!important;height:56.5000%!important;}
.br-design-CE30 .cl-CE30-b{left:52.0000%!important;top:6.0000%!important;width:38.8333%!important;height:30.1667%!important;}
.br-design-CE30 .cl-CE30-c{left:52.0000%!important;top:38.0000%!important;width:38.8333%!important;height:55.5000%!important;}
.br-design-CE30 .cl-CE30-d{left:9.0000%!important;top:64.3333%!important;width:39.1667%!important;height:29.1667%!important;}

.br-design-AA01{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA01.webp?v=20260902-stable-merge-r1");}
.br-design-AA01 .cl-AA01-a{left:68.6667%!important;top:3.8333%!important;width:25.8333%!important;height:66.5000%!important;}
.br-design-AA01 .cl-AA01-b{left:6.3333%!important;top:3.6667%!important;width:61.3333%!important;height:24.3333%!important;}
.br-design-AA01 .cl-AA01-c{left:6.3333%!important;top:28.8333%!important;width:21.6667%!important;height:66.1667%!important;}
.br-design-AA01 .cl-AA01-d{left:29.0000%!important;top:28.8333%!important;width:38.8333%!important;height:42.0000%!important;}
.br-design-AA01 .cl-AA01-e{left:29.0000%!important;top:71.5000%!important;width:65.5000%!important;height:25.0000%!important;}

.br-design-AA02{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA02.webp?v=20260902-stable-merge-r1");}
.br-design-AA02 .cl-AA02-a{left:8.6667%!important;top:51.8333%!important;width:38.1667%!important;height:41.8333%!important;}
.br-design-AA02 .cl-AA02-b{left:8.8333%!important;top:6.0000%!important;width:38.6667%!important;height:38.5000%!important;}
.br-design-AA02 .cl-AA02-c{left:53.0000%!important;top:6.0000%!important;width:38.5000%!important;height:38.6667%!important;}
.br-design-AA02 .cl-AA02-d{left:30.5000%!important;top:29.5000%!important;width:39.1667%!important;height:39.8333%!important;}
.br-design-AA02 .cl-AA02-e{left:53.1667%!important;top:52.0000%!important;width:38.0000%!important;height:41.6667%!important;}

.br-design-AA03{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA03.webp?v=20260902-stable-merge-r1");}
.br-design-AA03 .cl-AA03-a{left:4.0000%!important;top:52.5000%!important;width:44.6667%!important;height:43.1667%!important;}
.br-design-AA03 .cl-AA03-b{left:51.3333%!important;top:3.5000%!important;width:44.6667%!important;height:43.0000%!important;}
.br-design-AA03 .cl-AA03-c{left:4.0000%!important;top:3.6667%!important;width:44.6667%!important;height:42.8333%!important;}
.br-design-AA03 .cl-AA03-d{left:27.6667%!important;top:27.6667%!important;width:44.1667%!important;height:45.0000%!important;}
.br-design-AA03 .cl-AA03-e{left:51.3333%!important;top:52.5000%!important;width:44.6667%!important;height:43.1667%!important;}

.br-design-AA04{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA04.webp?v=20260902-stable-merge-r1");}
.br-design-AA04 .cl-AA04-a{left:6.6667%!important;top:68.6667%!important;width:87.1667%!important;height:25.8333%!important;}
.br-design-AA04 .cl-AA04-b{left:6.0000%!important;top:5.1667%!important;width:42.3333%!important;height:30.3333%!important;}
.br-design-AA04 .cl-AA04-c{left:51.5000%!important;top:5.1667%!important;width:42.3333%!important;height:30.3333%!important;}
.br-design-AA04 .cl-AA04-d{left:6.1667%!important;top:40.0000%!important;width:42.1667%!important;height:26.0000%!important;}
.br-design-AA04 .cl-AA04-e{left:51.8333%!important;top:40.0000%!important;width:42.0000%!important;height:26.1667%!important;}

.br-design-AA05{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA05.webp?v=20260902-stable-merge-r1");}
.br-design-AA05 .cl-AA05-a{left:5.5000%!important;top:51.3333%!important;width:43.5000%!important;height:43.0000%!important;}
.br-design-AA05 .cl-AA05-b{left:6.6667%!important;top:5.0000%!important;width:28.6667%!important;height:44.5000%!important;}
.br-design-AA05 .cl-AA05-c{left:36.6667%!important;top:5.0000%!important;width:27.0000%!important;height:44.5000%!important;}
.br-design-AA05 .cl-AA05-d{left:65.1667%!important;top:5.0000%!important;width:28.6667%!important;height:44.5000%!important;}
.br-design-AA05 .cl-AA05-e{left:50.5000%!important;top:51.3333%!important;width:43.5000%!important;height:42.8333%!important;}

.br-design-AA06{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA06.webp?v=20260902-stable-merge-r1");}
.br-design-AA06 .cl-AA06-a{left:7.0000%!important;top:7.5000%!important;width:41.1667%!important;height:83.8333%!important;}
.br-design-AA06 .cl-AA06-b{left:52.0000%!important;top:3.8333%!important;width:42.1667%!important;height:29.3333%!important;}
.br-design-AA06 .cl-AA06-c{left:52.0000%!important;top:35.8333%!important;width:42.1667%!important;height:28.0000%!important;}
.br-design-AA06 .cl-AA06-d{left:52.1667%!important;top:66.8333%!important;width:42.0000%!important;height:26.3333%!important;}

.br-design-AA07{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA07.webp?v=20260902-stable-merge-r1");}
.br-design-AA07 .cl-AA07-a{left:7.0000%!important;top:7.1667%!important;width:46.6667%!important;height:86.5000%!important;}
.br-design-AA07 .cl-AA07-b{left:55.8333%!important;top:7.5000%!important;width:39.0000%!important;height:41.6667%!important;}
.br-design-AA07 .cl-AA07-c{left:55.8333%!important;top:51.3333%!important;width:39.0000%!important;height:43.0000%!important;}

.br-design-AA08{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA08.webp?v=20260902-stable-merge-r1");}
.br-design-AA08 .cl-AA08-a{left:6.3333%!important;top:48.0000%!important;width:52.8333%!important;height:43.0000%!important;}
.br-design-AA08 .cl-AA08-b{left:6.1667%!important;top:7.1667%!important;width:31.6667%!important;height:37.3333%!important;}
.br-design-AA08 .cl-AA08-c{left:40.6667%!important;top:7.1667%!important;width:53.1667%!important;height:37.3333%!important;}
.br-design-AA08 .cl-AA08-d{left:61.8333%!important;top:50.1667%!important;width:32.0000%!important;height:40.8333%!important;}

.br-design-AA09{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA09.webp?v=20260902-stable-merge-r1");}
.br-design-AA09 .cl-AA09-a{left:3.8333%!important;top:3.3333%!important;width:49.1667%!important;height:49.6667%!important;}
.br-design-AA09 .cl-AA09-b{left:53.6667%!important;top:3.3333%!important;width:42.3333%!important;height:30.5000%!important;}
.br-design-AA09 .cl-AA09-c{left:53.6667%!important;top:34.3333%!important;width:42.3333%!important;height:29.6667%!important;}
.br-design-AA09 .cl-AA09-d{left:3.8333%!important;top:53.3333%!important;width:49.1667%!important;height:41.8333%!important;}
.br-design-AA09 .cl-AA09-e{left:53.6667%!important;top:64.5000%!important;width:42.3333%!important;height:30.6667%!important;}

.br-design-AA10{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA10.webp?v=20260902-stable-merge-r1");}
.br-design-AA10 .cl-AA10-a{left:7.3333%!important;top:67.6667%!important;width:85.5000%!important;height:24.5000%!important;}
.br-design-AA10 .cl-AA10-b{left:6.8333%!important;top:5.8333%!important;width:53.1667%!important;height:30.6667%!important;}
.br-design-AA10 .cl-AA10-c{left:61.6667%!important;top:6.0000%!important;width:31.0000%!important;height:29.6667%!important;}
.br-design-AA10 .cl-AA10-d{left:38.0000%!important;top:37.3333%!important;width:54.6667%!important;height:28.5000%!important;}
.br-design-AA10 .cl-AA10-e{left:7.0000%!important;top:37.6667%!important;width:29.3333%!important;height:28.1667%!important;}

.br-design-AA11{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA11.webp?v=20260902-stable-merge-r1");}
.br-design-AA11 .cl-AA11-a{left:28.0000%!important;top:26.8333%!important;width:44.3333%!important;height:44.3333%!important;}
.br-design-AA11 .cl-AA11-b{left:7.6667%!important;top:6.1667%!important;width:39.3333%!important;height:37.8333%!important;}
.br-design-AA11 .cl-AA11-c{left:53.1667%!important;top:6.3333%!important;width:40.6667%!important;height:37.6667%!important;}
.br-design-AA11 .cl-AA11-d{left:6.3333%!important;top:22.5000%!important;width:4.0000%!important;height:9.3333%!important;}
.br-design-AA11 .cl-AA11-e{left:6.3333%!important;top:54.0000%!important;width:40.6667%!important;height:38.0000%!important;}
.br-design-AA11 .cl-AA11-f{left:53.1667%!important;top:54.0000%!important;width:40.6667%!important;height:38.0000%!important;}

.br-design-AA12{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA12.webp?v=20260902-stable-merge-r1");}
.br-design-AA12 .cl-AA12-a{left:4.3333%!important;top:4.0000%!important;width:47.0000%!important;height:35.5000%!important;}
.br-design-AA12 .cl-AA12-b{left:52.3333%!important;top:4.0000%!important;width:43.8333%!important;height:35.5000%!important;}
.br-design-AA12 .cl-AA12-c{left:4.3333%!important;top:40.1667%!important;width:47.0000%!important;height:21.3333%!important;}
.br-design-AA12 .cl-AA12-d{left:52.3333%!important;top:40.1667%!important;width:43.8333%!important;height:21.3333%!important;}
.br-design-AA12 .cl-AA12-e{left:4.3333%!important;top:62.3333%!important;width:47.0000%!important;height:33.8333%!important;}
.br-design-AA12 .cl-AA12-f{left:52.3333%!important;top:62.3333%!important;width:43.8333%!important;height:33.8333%!important;}

.br-design-AA13{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA13.webp?v=20260902-stable-merge-r1");}
.br-design-AA13 .cl-AA13-a{left:51.5000%!important;top:2.8333%!important;width:44.5000%!important;height:45.8333%!important;}
.br-design-AA13 .cl-AA13-b{left:5.0000%!important;top:2.8333%!important;width:44.1667%!important;height:45.8333%!important;}
.br-design-AA13 .cl-AA13-c{left:5.0000%!important;top:51.6667%!important;width:44.0000%!important;height:45.5000%!important;}
.br-design-AA13 .cl-AA13-d{left:51.3333%!important;top:51.6667%!important;width:44.6667%!important;height:45.3333%!important;}

.br-design-AA14{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA14.webp?v=20260902-stable-merge-r1");}
.br-design-AA14 .cl-AA14-a{left:6.5000%!important;top:51.0000%!important;width:44.3333%!important;height:44.1667%!important;}
.br-design-AA14 .cl-AA14-b{left:36.8333%!important;top:6.6667%!important;width:26.5000%!important;height:43.6667%!important;}
.br-design-AA14 .cl-AA14-c{left:64.1667%!important;top:6.8333%!important;width:27.3333%!important;height:43.5000%!important;}
.br-design-AA14 .cl-AA14-d{left:9.0000%!important;top:7.0000%!important;width:26.8333%!important;height:43.1667%!important;}
.br-design-AA14 .cl-AA14-e{left:51.5000%!important;top:50.8333%!important;width:43.8333%!important;height:44.3333%!important;}

.br-design-AA15{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA15.webp?v=20260902-stable-merge-r1");}
.br-design-AA15 .cl-AA15-a{left:29.8333%!important;top:26.3333%!important;width:39.6667%!important;height:46.6667%!important;}
.br-design-AA15 .cl-AA15-b{left:7.3333%!important;top:4.5000%!important;width:62.0000%!important;height:18.8333%!important;}
.br-design-AA15 .cl-AA15-c{left:72.0000%!important;top:4.5000%!important;width:23.1667%!important;height:69.5000%!important;}
.br-design-AA15 .cl-AA15-d{left:7.5000%!important;top:25.6667%!important;width:19.1667%!important;height:69.6667%!important;}
.br-design-AA15 .cl-AA15-e{left:29.8333%!important;top:77.0000%!important;width:62.1667%!important;height:18.3333%!important;}

.br-design-AA16{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA16.webp?v=20260902-stable-merge-r1");}
.br-design-AA16 .cl-AA16-a{left:8.6667%!important;top:5.6667%!important;width:43.8333%!important;height:86.8333%!important;}
.br-design-AA16 .cl-AA16-b{left:54.1667%!important;top:5.6667%!important;width:36.5000%!important;height:42.5000%!important;}
.br-design-AA16 .cl-AA16-c{left:54.1667%!important;top:50.1667%!important;width:36.5000%!important;height:42.1667%!important;}

.br-design-AA17{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA17.webp?v=20260902-stable-merge-r1");}
.br-design-AA17 .cl-AA17-a{left:50.6667%!important;top:50.8333%!important;width:42.1667%!important;height:42.1667%!important;}
.br-design-AA17 .cl-AA17-b{left:7.1667%!important;top:6.6667%!important;width:42.1667%!important;height:43.0000%!important;}
.br-design-AA17 .cl-AA17-c{left:50.6667%!important;top:6.6667%!important;width:42.1667%!important;height:43.0000%!important;}
.br-design-AA17 .cl-AA17-d{left:31.1667%!important;top:30.6667%!important;width:37.0000%!important;height:41.5000%!important;}
.br-design-AA17 .cl-AA17-e{left:7.1667%!important;top:50.8333%!important;width:42.1667%!important;height:42.1667%!important;}

.br-design-AA18{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA18.webp?v=20260902-stable-merge-r1");}
.br-design-AA18 .cl-AA18-a{left:4.1667%!important;top:40.6667%!important;width:58.8333%!important;height:52.3333%!important;}
.br-design-AA18 .cl-AA18-b{left:4.0000%!important;top:3.3333%!important;width:34.3333%!important;height:35.6667%!important;}
.br-design-AA18 .cl-AA18-c{left:39.8333%!important;top:3.3333%!important;width:56.0000%!important;height:35.5000%!important;}
.br-design-AA18 .cl-AA18-d{left:64.3333%!important;top:40.6667%!important;width:31.5000%!important;height:49.6667%!important;}

.br-design-AA19{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA19.webp?v=20260902-stable-merge-r1");}
.br-design-AA19 .cl-AA19-a{left:7.3333%!important;top:7.5000%!important;width:42.0000%!important;height:45.3333%!important;}
.br-design-AA19 .cl-AA19-b{left:51.6667%!important;top:7.5000%!important;width:42.8333%!important;height:25.0000%!important;}
.br-design-AA19 .cl-AA19-c{left:51.6667%!important;top:34.8333%!important;width:42.8333%!important;height:24.8333%!important;}
.br-design-AA19 .cl-AA19-d{left:7.3333%!important;top:55.1667%!important;width:42.0000%!important;height:36.8333%!important;}
.br-design-AA19 .cl-AA19-e{left:51.6667%!important;top:62.0000%!important;width:42.8333%!important;height:30.0000%!important;}

.br-design-AA20{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA20.webp?v=20260902-stable-merge-r1");}
.br-design-AA20 .cl-AA20-a{left:50.0000%!important;top:52.8333%!important;width:44.1667%!important;height:41.8333%!important;}
.br-design-AA20 .cl-AA20-b{left:7.0000%!important;top:5.5000%!important;width:28.5000%!important;height:47.0000%!important;}
.br-design-AA20 .cl-AA20-c{left:65.6667%!important;top:5.5000%!important;width:28.5000%!important;height:47.0000%!important;}
.br-design-AA20 .cl-AA20-d{left:35.8333%!important;top:5.6667%!important;width:29.6667%!important;height:46.8333%!important;}
.br-design-AA20 .cl-AA20-e{left:7.1667%!important;top:52.8333%!important;width:42.5000%!important;height:41.8333%!important;}

.br-design-AA21{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA21.webp?v=20260902-stable-merge-r1");}
.br-design-AA21 .cl-AA21-a{left:51.0000%!important;top:3.1667%!important;width:45.8333%!important;height:45.6667%!important;}
.br-design-AA21 .cl-AA21-b{left:3.0000%!important;top:3.0000%!important;width:45.8333%!important;height:45.8333%!important;}
.br-design-AA21 .cl-AA21-c{left:29.1667%!important;top:26.5000%!important;width:41.5000%!important;height:46.1667%!important;}
.br-design-AA21 .cl-AA21-d{left:3.0000%!important;top:53.8333%!important;width:45.8333%!important;height:43.5000%!important;}
.br-design-AA21 .cl-AA21-e{left:51.1667%!important;top:53.8333%!important;width:45.6667%!important;height:43.5000%!important;}

.br-design-AA22{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA22.webp?v=20260902-stable-merge-r1");}
.br-design-AA22 .cl-AA22-a{left:11.5000%!important;top:30.6667%!important;width:40.1667%!important;height:37.0000%!important;}
.br-design-AA22 .cl-AA22-b{left:11.5000%!important;top:8.1667%!important;width:40.1667%!important;height:22.1667%!important;}
.br-design-AA22 .cl-AA22-c{left:52.3333%!important;top:8.1667%!important;width:39.8333%!important;height:34.6667%!important;}
.br-design-AA22 .cl-AA22-d{left:52.3333%!important;top:43.1667%!important;width:39.8333%!important;height:21.3333%!important;}
.br-design-AA22 .cl-AA22-e{left:52.3333%!important;top:65.0000%!important;width:39.8333%!important;height:27.1667%!important;}
.br-design-AA22 .cl-AA22-f{left:11.5000%!important;top:68.0000%!important;width:40.1667%!important;height:24.1667%!important;}

.br-design-AA23{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA23.webp?v=20260902-stable-merge-r1");}
.br-design-AA23 .cl-AA23-a{left:26.3333%!important;top:24.6667%!important;width:48.5000%!important;height:48.1667%!important;}
.br-design-AA23 .cl-AA23-b{left:3.3333%!important;top:3.3333%!important;width:71.0000%!important;height:21.6667%!important;}
.br-design-AA23 .cl-AA23-c{left:75.0000%!important;top:3.5000%!important;width:18.8333%!important;height:69.5000%!important;}
.br-design-AA23 .cl-AA23-d{left:3.3333%!important;top:24.6667%!important;width:22.1667%!important;height:66.0000%!important;}
.br-design-AA23 .cl-AA23-e{left:26.3333%!important;top:72.6667%!important;width:70.5000%!important;height:24.8333%!important;}

.br-design-AA24{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA24.webp?v=20260902-stable-merge-r1");}
.br-design-AA24 .cl-AA24-a{left:7.6667%!important;top:9.5000%!important;width:42.0000%!important;height:81.5000%!important;}
.br-design-AA24 .cl-AA24-b{left:46.5000%!important;top:3.0000%!important;width:14.8333%!important;height:5.3333%!important;}
.br-design-AA24 .cl-AA24-c{left:50.5000%!important;top:9.3333%!important;width:41.6667%!important;height:40.1667%!important;}
.br-design-AA24 .cl-AA24-d{left:50.5000%!important;top:50.5000%!important;width:41.6667%!important;height:40.5000%!important;}

.br-design-AA25{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA25.webp?v=20260902-stable-merge-r1");}
.br-design-AA25 .cl-AA25-a{left:52.3333%!important;top:4.6667%!important;width:43.3333%!important;height:42.1667%!important;}
.br-design-AA25 .cl-AA25-b{left:4.5000%!important;top:4.6667%!important;width:43.3333%!important;height:42.1667%!important;}
.br-design-AA25 .cl-AA25-c{left:30.1667%!important;top:32.3333%!important;width:40.0000%!important;height:40.6667%!important;}
.br-design-AA25 .cl-AA25-d{left:4.3333%!important;top:53.1667%!important;width:43.5000%!important;height:40.1667%!important;}
.br-design-AA25 .cl-AA25-e{left:52.3333%!important;top:53.1667%!important;width:43.1667%!important;height:40.1667%!important;}

.br-design-AA26{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA26.webp?v=20260902-stable-merge-r1");}
.br-design-AA26 .cl-AA26-a{left:7.3333%!important;top:44.3333%!important;width:54.3333%!important;height:48.8333%!important;}
.br-design-AA26 .cl-AA26-b{left:7.3333%!important;top:6.8333%!important;width:28.0000%!important;height:36.3333%!important;}
.br-design-AA26 .cl-AA26-c{left:36.5000%!important;top:6.8333%!important;width:57.1667%!important;height:36.3333%!important;}
.br-design-AA26 .cl-AA26-d{left:62.8333%!important;top:44.3333%!important;width:30.5000%!important;height:48.8333%!important;}

.br-design-AA27{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA27.webp?v=20260902-stable-merge-r1");}
.br-design-AA27 .cl-AA27-a{left:5.3333%!important;top:53.1667%!important;width:45.3333%!important;height:41.0000%!important;}
.br-design-AA27 .cl-AA27-b{left:5.3333%!important;top:5.5000%!important;width:29.6667%!important;height:47.1667%!important;}
.br-design-AA27 .cl-AA27-c{left:35.5000%!important;top:5.5000%!important;width:29.0000%!important;height:47.1667%!important;}
.br-design-AA27 .cl-AA27-d{left:65.0000%!important;top:5.5000%!important;width:29.5000%!important;height:47.1667%!important;}
.br-design-AA27 .cl-AA27-e{left:51.1667%!important;top:53.1667%!important;width:43.5000%!important;height:41.0000%!important;}

.br-design-AA28{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA28.webp?v=20260902-stable-merge-r1");}
.br-design-AA28 .cl-AA28-a{left:5.3333%!important;top:6.1667%!important;width:58.3333%!important;height:56.1667%!important;}
.br-design-AA28 .cl-AA28-b{left:65.6667%!important;top:6.1667%!important;width:28.5000%!important;height:56.1667%!important;}
.br-design-AA28 .cl-AA28-c{left:5.3333%!important;top:64.3333%!important;width:58.3333%!important;height:30.1667%!important;}
.br-design-AA28 .cl-AA28-d{left:65.6667%!important;top:64.3333%!important;width:28.5000%!important;height:30.1667%!important;}

.br-design-AA29{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA29.webp?v=20260902-stable-merge-r1");}
.br-design-AA29 .cl-AA29-a{left:10.3333%!important;top:4.8333%!important;width:40.8333%!important;height:48.5000%!important;}
.br-design-AA29 .cl-AA29-b{left:51.8333%!important;top:4.8333%!important;width:41.3333%!important;height:27.6667%!important;}
.br-design-AA29 .cl-AA29-c{left:51.8333%!important;top:33.3333%!important;width:41.5000%!important;height:27.6667%!important;}
.br-design-AA29 .cl-AA29-d{left:10.3333%!important;top:54.0000%!important;width:40.8333%!important;height:35.3333%!important;}
.br-design-AA29 .cl-AA29-e{left:51.8333%!important;top:61.6667%!important;width:41.3333%!important;height:27.6667%!important;}

.br-design-AA30{--br-thematic-art:url("../assets/designs/Amor_y_Amistad/AA30.webp?v=20260902-stable-merge-r1");}
.br-design-AA30 .cl-AA30-a{left:5.1667%!important;top:68.8333%!important;width:89.6667%!important;height:24.3333%!important;}
.br-design-AA30 .cl-AA30-b{left:5.1667%!important;top:7.3333%!important;width:59.5000%!important;height:30.3333%!important;}
.br-design-AA30 .cl-AA30-c{left:65.1667%!important;top:7.3333%!important;width:29.6667%!important;height:29.3333%!important;}
.br-design-AA30 .cl-AA30-d{left:5.1667%!important;top:38.1667%!important;width:29.5000%!important;height:29.1667%!important;}
.br-design-AA30 .cl-AA30-e{left:35.1667%!important;top:38.1667%!important;width:59.6667%!important;height:29.1667%!important;}

.br-design-DH01{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH01.webp?v=20260902-stable-merge-r1");}
.br-design-DH01 .cl-DH01-a{left:6.1667%!important;top:50.3333%!important;width:48.3333%!important;height:41.5000%!important;}
.br-design-DH01 .cl-DH01-b{left:6.1667%!important;top:7.5000%!important;width:48.3333%!important;height:40.8333%!important;}
.br-design-DH01 .cl-DH01-c{left:57.0000%!important;top:7.5000%!important;width:36.8333%!important;height:26.1667%!important;}
.br-design-DH01 .cl-DH01-d{left:57.0000%!important;top:35.3333%!important;width:36.8333%!important;height:26.0000%!important;}
.br-design-DH01 .cl-DH01-e{left:57.0000%!important;top:63.0000%!important;width:36.8333%!important;height:26.0000%!important;}

.br-design-DH02{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH02.webp?v=20260902-stable-merge-r1");}
.br-design-DH02 .cl-DH02-a{left:5.3333%!important;top:6.5000%!important;width:43.3333%!important;height:42.0000%!important;}
.br-design-DH02 .cl-DH02-b{left:51.0000%!important;top:6.5000%!important;width:43.3333%!important;height:42.1667%!important;}
.br-design-DH02 .cl-DH02-c{left:51.0000%!important;top:50.3333%!important;width:43.3333%!important;height:41.6667%!important;}
.br-design-DH02 .cl-DH02-d{left:5.5000%!important;top:50.5000%!important;width:43.1667%!important;height:41.5000%!important;}

.br-design-DH03{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH03.webp?v=20260902-stable-merge-r1");}
.br-design-DH03 .cl-DH03-a{left:6.1667%!important;top:9.6667%!important;width:28.3333%!important;height:51.5000%!important;}
.br-design-DH03 .cl-DH03-b{left:35.5000%!important;top:9.6667%!important;width:27.3333%!important;height:51.5000%!important;}
.br-design-DH03 .cl-DH03-c{left:63.8333%!important;top:9.6667%!important;width:29.8333%!important;height:51.5000%!important;}
.br-design-DH03 .cl-DH03-d{left:6.0000%!important;top:63.5000%!important;width:42.6667%!important;height:29.3333%!important;}
.br-design-DH03 .cl-DH03-e{left:49.6667%!important;top:63.5000%!important;width:44.0000%!important;height:29.3333%!important;}

.br-design-DH04{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH04.webp?v=20260902-stable-merge-r1");}
.br-design-DH04 .cl-DH04-a{left:9.0000%!important;top:9.6667%!important;width:41.8333%!important;height:77.1667%!important;}
.br-design-DH04 .cl-DH04-b{left:52.8333%!important;top:8.0000%!important;width:40.0000%!important;height:24.6667%!important;}
.br-design-DH04 .cl-DH04-c{left:52.8333%!important;top:34.5000%!important;width:39.8333%!important;height:24.8333%!important;}
.br-design-DH04 .cl-DH04-d{left:52.8333%!important;top:61.1667%!important;width:39.8333%!important;height:25.3333%!important;}

.br-design-DH05{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH05.webp?v=20260902-stable-merge-r1");}
.br-design-DH05 .cl-DH05-a{left:10.3333%!important;top:9.0000%!important;width:29.1667%!important;height:77.8333%!important;}
.br-design-DH05 .cl-DH05-b{left:42.8333%!important;top:9.0000%!important;width:49.1667%!important;height:37.6667%!important;}
.br-design-DH05 .cl-DH05-c{left:42.8333%!important;top:50.3333%!important;width:49.1667%!important;height:36.5000%!important;}

.br-design-DH06{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH06.webp?v=20260902-stable-merge-r1");}
.br-design-DH06 .cl-DH06-a{left:5.8333%!important;top:56.3333%!important;width:39.6667%!important;height:35.3333%!important;}
.br-design-DH06 .cl-DH06-b{left:6.6667%!important;top:7.1667%!important;width:38.8333%!important;height:36.3333%!important;}
.br-design-DH06 .cl-DH06-c{left:54.5000%!important;top:7.1667%!important;width:39.0000%!important;height:36.3333%!important;}
.br-design-DH06 .cl-DH06-d{left:34.3333%!important;top:33.6667%!important;width:31.3333%!important;height:31.6667%!important;}
.br-design-DH06 .cl-DH06-e{left:54.5000%!important;top:56.3333%!important;width:39.5000%!important;height:35.3333%!important;}

.br-design-DH07{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH07.webp?v=20260902-stable-merge-r1");}
.br-design-DH07 .cl-DH07-a{left:5.1667%!important;top:41.5000%!important;width:42.5000%!important;height:45.8333%!important;}
.br-design-DH07 .cl-DH07-b{left:6.5000%!important;top:5.8333%!important;width:43.0000%!important;height:33.0000%!important;}
.br-design-DH07 .cl-DH07-c{left:53.8333%!important;top:12.3333%!important;width:39.5000%!important;height:35.8333%!important;}
.br-design-DH07 .cl-DH07-d{left:53.8333%!important;top:51.3333%!important;width:40.8333%!important;height:40.1667%!important;}

.br-design-DH08{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH08.webp?v=20260902-stable-merge-r1");}
.br-design-DH08 .cl-DH08-a{left:6.1667%!important;top:9.8333%!important;width:87.6667%!important;height:28.1667%!important;}
.br-design-DH08 .cl-DH08-b{left:8.8333%!important;top:40.0000%!important;width:40.0000%!important;height:23.0000%!important;}
.br-design-DH08 .cl-DH08-c{left:51.0000%!important;top:40.0000%!important;width:40.1667%!important;height:23.0000%!important;}
.br-design-DH08 .cl-DH08-d{left:8.8333%!important;top:65.0000%!important;width:40.0000%!important;height:22.5000%!important;}
.br-design-DH08 .cl-DH08-e{left:51.0000%!important;top:65.0000%!important;width:40.1667%!important;height:22.5000%!important;}

.br-design-DH09{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH09.webp?v=20260902-stable-merge-r1");}
.br-design-DH09 .cl-DH09-a{left:9.5000%!important;top:8.0000%!important;width:79.0000%!important;height:40.8333%!important;}
.br-design-DH09 .cl-DH09-b{left:9.3333%!important;top:50.0000%!important;width:25.6667%!important;height:38.8333%!important;}
.br-design-DH09 .cl-DH09-c{left:36.0000%!important;top:50.0000%!important;width:25.6667%!important;height:38.8333%!important;}
.br-design-DH09 .cl-DH09-d{left:62.8333%!important;top:50.0000%!important;width:25.6667%!important;height:38.8333%!important;}

.br-design-DH10{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH10.webp?v=20260902-stable-merge-r1");}
.br-design-DH10 .cl-DH10-a{left:33.1667%!important;top:8.6667%!important;width:33.6667%!important;height:80.6667%!important;}
.br-design-DH10 .cl-DH10-b{left:4.6667%!important;top:8.6667%!important;width:27.3333%!important;height:39.5000%!important;}
.br-design-DH10 .cl-DH10-c{left:68.0000%!important;top:8.6667%!important;width:27.3333%!important;height:39.5000%!important;}
.br-design-DH10 .cl-DH10-d{left:4.8333%!important;top:50.6667%!important;width:27.1667%!important;height:34.1667%!important;}
.br-design-DH10 .cl-DH10-e{left:68.1667%!important;top:50.6667%!important;width:27.1667%!important;height:34.1667%!important;}

.br-design-DH11{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH11.webp?v=20260902-stable-merge-r1");}
.br-design-DH11 .cl-DH11-a{left:6.0000%!important;top:6.3333%!important;width:41.6667%!important;height:41.6667%!important;}
.br-design-DH11 .cl-DH11-b{left:49.6667%!important;top:8.1667%!important;width:42.8333%!important;height:39.6667%!important;}
.br-design-DH11 .cl-DH11-c{left:6.0000%!important;top:49.8333%!important;width:41.6667%!important;height:39.8333%!important;}
.br-design-DH11 .cl-DH11-d{left:49.6667%!important;top:49.8333%!important;width:42.8333%!important;height:43.8333%!important;}

.br-design-DH12{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH12.webp?v=20260902-stable-merge-r1");}
.br-design-DH12 .cl-DH12-a{left:35.8333%!important;top:7.3333%!important;width:28.3333%!important;height:50.8333%!important;}
.br-design-DH12 .cl-DH12-b{left:8.5000%!important;top:7.1667%!important;width:26.6667%!important;height:50.8333%!important;}
.br-design-DH12 .cl-DH12-c{left:65.0000%!important;top:7.3333%!important;width:26.5000%!important;height:50.6667%!important;}
.br-design-DH12 .cl-DH12-d{left:8.6667%!important;top:60.0000%!important;width:40.8333%!important;height:27.5000%!important;}
.br-design-DH12 .cl-DH12-e{left:50.6667%!important;top:60.0000%!important;width:40.8333%!important;height:27.6667%!important;}

.br-design-DH13{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH13.webp?v=20260902-stable-merge-r1");}
.br-design-DH13 .cl-DH13-a{left:6.1667%!important;top:7.3333%!important;width:32.6667%!important;height:83.8333%!important;}
.br-design-DH13 .cl-DH13-b{left:41.1667%!important;top:7.6667%!important;width:52.0000%!important;height:35.0000%!important;}
.br-design-DH13 .cl-DH13-c{left:40.8333%!important;top:44.8333%!important;width:52.1667%!important;height:38.5000%!important;}

.br-design-DH14{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH14.webp?v=20260902-stable-merge-r1");}
.br-design-DH14 .cl-DH14-a{left:53.3333%!important;top:11.5000%!important;width:35.5000%!important;height:74.6667%!important;}
.br-design-DH14 .cl-DH14-b{left:11.1667%!important;top:8.1667%!important;width:41.8333%!important;height:41.5000%!important;}
.br-design-DH14 .cl-DH14-c{left:8.6667%!important;top:49.3333%!important;width:44.6667%!important;height:39.8333%!important;}

.br-design-DH15{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH15.webp?v=20260902-stable-merge-r1");}
.br-design-DH15 .cl-DH15-a{left:7.1667%!important;top:6.3333%!important;width:37.1667%!important;height:35.0000%!important;}
.br-design-DH15 .cl-DH15-b{left:56.0000%!important;top:6.3333%!important;width:37.0000%!important;height:35.0000%!important;}
.br-design-DH15 .cl-DH15-c{left:33.1667%!important;top:32.0000%!important;width:33.0000%!important;height:33.1667%!important;}
.br-design-DH15 .cl-DH15-d{left:55.8333%!important;top:55.3333%!important;width:34.8333%!important;height:33.3333%!important;}
.br-design-DH15 .cl-DH15-e{left:7.1667%!important;top:55.5000%!important;width:37.0000%!important;height:33.1667%!important;}

.br-design-DH16{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH16.webp?v=20260902-stable-merge-r1");}
.br-design-DH16 .cl-DH16-a{left:7.5000%!important;top:8.5000%!important;width:41.5000%!important;height:47.8333%!important;}
.br-design-DH16 .cl-DH16-b{left:51.0000%!important;top:11.1667%!important;width:40.1667%!important;height:29.5000%!important;}
.br-design-DH16 .cl-DH16-c{left:51.0000%!important;top:42.1667%!important;width:39.1667%!important;height:47.1667%!important;}
.br-design-DH16 .cl-DH16-d{left:7.8333%!important;top:58.5000%!important;width:41.0000%!important;height:29.6667%!important;}

.br-design-DH17{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH17.webp?v=20260902-stable-merge-r1");}
.br-design-DH17 .cl-DH17-a{left:12.0000%!important;top:6.1667%!important;width:43.3333%!important;height:41.6667%!important;}
.br-design-DH17 .cl-DH17-b{left:58.0000%!important;top:6.1667%!important;width:33.8333%!important;height:25.5000%!important;}
.br-design-DH17 .cl-DH17-c{left:58.0000%!important;top:34.0000%!important;width:33.8333%!important;height:25.5000%!important;}
.br-design-DH17 .cl-DH17-d{left:12.0000%!important;top:50.5000%!important;width:43.3333%!important;height:40.3333%!important;}
.br-design-DH17 .cl-DH17-e{left:58.0000%!important;top:62.0000%!important;width:33.8333%!important;height:28.3333%!important;}

.br-design-DH18{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH18.webp?v=20260902-stable-merge-r1");}
.br-design-DH18 .cl-DH18-a{left:5.5000%!important;top:9.8333%!important;width:89.1667%!important;height:36.6667%!important;}
.br-design-DH18 .cl-DH18-b{left:5.5000%!important;top:48.3333%!important;width:28.5000%!important;height:40.8333%!important;}
.br-design-DH18 .cl-DH18-c{left:35.6667%!important;top:48.3333%!important;width:28.6667%!important;height:40.8333%!important;}
.br-design-DH18 .cl-DH18-d{left:66.0000%!important;top:48.5000%!important;width:28.3333%!important;height:40.5000%!important;}

.br-design-DH19{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH19.webp?v=20260902-stable-merge-r1");}
.br-design-DH19 .cl-DH19-a{left:33.1667%!important;top:12.0000%!important;width:33.6667%!important;height:72.8333%!important;}
.br-design-DH19 .cl-DH19-b{left:5.8333%!important;top:12.5000%!important;width:25.1667%!important;height:36.0000%!important;}
.br-design-DH19 .cl-DH19-c{left:69.1667%!important;top:12.5000%!important;width:25.3333%!important;height:36.0000%!important;}
.br-design-DH19 .cl-DH19-d{left:5.8333%!important;top:50.1667%!important;width:25.1667%!important;height:32.0000%!important;}
.br-design-DH19 .cl-DH19-e{left:69.1667%!important;top:50.1667%!important;width:25.1667%!important;height:32.0000%!important;}

.br-design-DH20{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH20.webp?v=20260902-stable-merge-r1");}
.br-design-DH20 .cl-DH20-a{left:6.0000%!important;top:6.8333%!important;width:40.5000%!important;height:79.3333%!important;}
.br-design-DH20 .cl-DH20-b{left:47.5000%!important;top:15.0000%!important;width:23.3333%!important;height:34.3333%!important;}
.br-design-DH20 .cl-DH20-c{left:71.6667%!important;top:15.0000%!important;width:24.1667%!important;height:34.3333%!important;}
.br-design-DH20 .cl-DH20-d{left:48.0000%!important;top:49.6667%!important;width:22.8333%!important;height:35.5000%!important;}
.br-design-DH20 .cl-DH20-e{left:71.6667%!important;top:49.8333%!important;width:24.1667%!important;height:34.1667%!important;}

.br-design-DH21{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH21.webp?v=20260902-stable-merge-r1");}
.br-design-DH21 .cl-DH21-a{left:4.5000%!important;top:6.8333%!important;width:44.6667%!important;height:85.8333%!important;}
.br-design-DH21 .cl-DH21-b{left:50.5000%!important;top:9.0000%!important;width:45.5000%!important;height:26.1667%!important;}
.br-design-DH21 .cl-DH21-c{left:50.3333%!important;top:36.3333%!important;width:45.6667%!important;height:27.0000%!important;}
.br-design-DH21 .cl-DH21-d{left:50.1667%!important;top:64.1667%!important;width:45.8333%!important;height:28.5000%!important;}

.br-design-DH22{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH22.webp?v=20260902-stable-merge-r1");}
.br-design-DH22 .cl-DH22-a{left:35.6667%!important;top:6.6667%!important;width:28.6667%!important;height:49.1667%!important;}
.br-design-DH22 .cl-DH22-b{left:7.3333%!important;top:6.6667%!important;width:27.0000%!important;height:49.1667%!important;}
.br-design-DH22 .cl-DH22-c{left:65.8333%!important;top:6.6667%!important;width:27.0000%!important;height:49.1667%!important;}
.br-design-DH22 .cl-DH22-d{left:2.1667%!important;top:63.6667%!important;width:46.6667%!important;height:24.1667%!important;}
.br-design-DH22 .cl-DH22-e{left:50.1667%!important;top:63.6667%!important;width:47.5000%!important;height:24.1667%!important;}

.br-design-DH23{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH23.webp?v=20260902-stable-merge-r1");}
.br-design-DH23 .cl-DH23-a{left:5.5000%!important;top:48.6667%!important;width:49.5000%!important;height:43.3333%!important;}
.br-design-DH23 .cl-DH23-b{left:5.5000%!important;top:6.0000%!important;width:49.5000%!important;height:41.6667%!important;}
.br-design-DH23 .cl-DH23-c{left:56.5000%!important;top:7.0000%!important;width:39.1667%!important;height:41.6667%!important;}
.br-design-DH23 .cl-DH23-d{left:56.5000%!important;top:50.1667%!important;width:39.0000%!important;height:41.6667%!important;}

.br-design-DH24{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH24.webp?v=20260902-stable-merge-r1");}
.br-design-DH24 .cl-DH24-a{left:50.3333%!important;top:32.6667%!important;width:40.5000%!important;height:60.5000%!important;}
.br-design-DH24 .cl-DH24-b{left:9.1667%!important;top:4.1667%!important;width:81.6667%!important;height:27.6667%!important;}
.br-design-DH24 .cl-DH24-c{left:9.1667%!important;top:32.6667%!important;width:40.5000%!important;height:60.5000%!important;}

.br-design-DH25{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH25.webp?v=20260902-stable-merge-r1");}
.br-design-DH25 .cl-DH25-a{left:10.1667%!important;top:9.6667%!important;width:49.3333%!important;height:39.8333%!important;}
.br-design-DH25 .cl-DH25-b{left:60.6667%!important;top:9.6667%!important;width:29.1667%!important;height:25.5000%!important;}
.br-design-DH25 .cl-DH25-c{left:60.6667%!important;top:36.1667%!important;width:29.1667%!important;height:25.5000%!important;}
.br-design-DH25 .cl-DH25-d{left:10.1667%!important;top:50.5000%!important;width:49.3333%!important;height:39.8333%!important;}
.br-design-DH25 .cl-DH25-e{left:60.6667%!important;top:62.6667%!important;width:29.1667%!important;height:27.6667%!important;}

.br-design-DH26{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH26.webp?v=20260902-stable-merge-r1");}
.br-design-DH26 .cl-DH26-a{left:3.3333%!important;top:3.3333%!important;width:42.1667%!important;height:84.6667%!important;}
.br-design-DH26 .cl-DH26-b{left:47.5000%!important;top:3.3333%!important;width:49.1667%!important;height:39.0000%!important;}
.br-design-DH26 .cl-DH26-c{left:47.5000%!important;top:44.3333%!important;width:49.1667%!important;height:43.6667%!important;}

.br-design-DH27{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH27.webp?v=20260902-stable-merge-r1");}
.br-design-DH27 .cl-DH27-a{left:8.6667%!important;top:3.1667%!important;width:82.6667%!important;height:33.8333%!important;}
.br-design-DH27 .cl-DH27-b{left:8.8333%!important;top:38.1667%!important;width:26.5000%!important;height:53.6667%!important;}
.br-design-DH27 .cl-DH27-c{left:37.0000%!important;top:38.1667%!important;width:26.1667%!important;height:53.6667%!important;}
.br-design-DH27 .cl-DH27-d{left:64.8333%!important;top:38.1667%!important;width:26.5000%!important;height:53.6667%!important;}

.br-design-DH28{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH28.webp?v=20260902-stable-merge-r1");}
.br-design-DH28 .cl-DH28-a{left:7.8333%!important;top:55.1667%!important;width:40.5000%!important;height:32.5000%!important;}
.br-design-DH28 .cl-DH28-b{left:12.5000%!important;top:7.1667%!important;width:23.5000%!important;height:45.5000%!important;}
.br-design-DH28 .cl-DH28-c{left:38.3333%!important;top:7.1667%!important;width:23.5000%!important;height:45.5000%!important;}
.br-design-DH28 .cl-DH28-d{left:64.3333%!important;top:7.1667%!important;width:23.3333%!important;height:45.5000%!important;}
.br-design-DH28 .cl-DH28-e{left:50.6667%!important;top:55.1667%!important;width:40.3333%!important;height:32.5000%!important;}

.br-design-DH29{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH29.webp?v=20260902-stable-merge-r1");}
.br-design-DH29 .cl-DH29-a{left:44.3333%!important;top:54.0000%!important;width:47.1667%!important;height:35.1667%!important;}
.br-design-DH29 .cl-DH29-b{left:8.8333%!important;top:6.8333%!important;width:46.6667%!important;height:33.1667%!important;}
.br-design-DH29 .cl-DH29-c{left:57.1667%!important;top:8.8333%!important;width:28.3333%!important;height:43.8333%!important;}
.br-design-DH29 .cl-DH29-d{left:14.0000%!important;top:41.8333%!important;width:28.8333%!important;height:45.5000%!important;}

.br-design-DH30{--br-thematic-art:url("../assets/designs/Deportes_y_Hobbies/DH30.webp?v=20260902-stable-merge-r1");}
.br-design-DH30 .cl-DH30-a{left:4.6667%!important;top:5.8333%!important;width:90.6667%!important;height:38.8333%!important;}
.br-design-DH30 .cl-DH30-b{left:4.6667%!important;top:47.1667%!important;width:44.3333%!important;height:40.6667%!important;}
.br-design-DH30 .cl-DH30-c{left:51.1667%!important;top:47.1667%!important;width:44.1667%!important;height:40.6667%!important;}

.br-design-VA01{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA01.webp?v=20260902-stable-merge-r1");}
.br-design-VA01 .cl-VA01-a{left:7.6667%!important;top:8.3333%!important;width:82.6667%!important;height:38.3333%!important;}
.br-design-VA01 .cl-VA01-b{left:36.6667%!important;top:48.1667%!important;width:25.8333%!important;height:43.1667%!important;}
.br-design-VA01 .cl-VA01-c{left:64.5000%!important;top:48.1667%!important;width:25.8333%!important;height:43.1667%!important;}
.br-design-VA01 .cl-VA01-d{left:7.8333%!important;top:48.3333%!important;width:26.6667%!important;height:43.0000%!important;}

.br-design-VA02{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA02.webp?v=20260902-stable-merge-r1");}
.br-design-VA02 .cl-VA02-a{left:8.6667%!important;top:12.1667%!important;width:36.1667%!important;height:74.1667%!important;}
.br-design-VA02 .cl-VA02-b{left:47.1667%!important;top:12.1667%!important;width:45.6667%!important;height:36.6667%!important;}
.br-design-VA02 .cl-VA02-c{left:47.1667%!important;top:50.8333%!important;width:45.3333%!important;height:36.0000%!important;}

.br-design-VA03{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA03.webp?v=20260902-stable-merge-r1");}
.br-design-VA03 .cl-VA03-a{left:12.3333%!important;top:8.6667%!important;width:31.6667%!important;height:34.8333%!important;}
.br-design-VA03 .cl-VA03-b{left:55.8333%!important;top:8.6667%!important;width:31.6667%!important;height:34.8333%!important;}
.br-design-VA03 .cl-VA03-c{left:35.1667%!important;top:34.5000%!important;width:29.5000%!important;height:30.1667%!important;}
.br-design-VA03 .cl-VA03-d{left:12.3333%!important;top:56.1667%!important;width:31.6667%!important;height:34.5000%!important;}
.br-design-VA03 .cl-VA03-e{left:55.8333%!important;top:56.1667%!important;width:31.6667%!important;height:34.5000%!important;}

.br-design-VA04{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA04.webp?v=20260902-stable-merge-r1");}
.br-design-VA04 .cl-VA04-a{left:9.8333%!important;top:8.0000%!important;width:43.1667%!important;height:39.1667%!important;}
.br-design-VA04 .cl-VA04-b{left:56.8333%!important;top:8.0000%!important;width:33.3333%!important;height:24.8333%!important;}
.br-design-VA04 .cl-VA04-c{left:56.8333%!important;top:34.8333%!important;width:33.3333%!important;height:24.8333%!important;}
.br-design-VA04 .cl-VA04-d{left:9.8333%!important;top:49.3333%!important;width:43.1667%!important;height:37.0000%!important;}
.br-design-VA04 .cl-VA04-e{left:56.8333%!important;top:61.6667%!important;width:33.3333%!important;height:24.6667%!important;}

.br-design-VA05{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA05.webp?v=20260902-stable-merge-r1");}
.br-design-VA05 .cl-VA05-a{left:36.8333%!important;top:8.1667%!important;width:25.6667%!important;height:52.3333%!important;}
.br-design-VA05 .cl-VA05-b{left:10.3333%!important;top:8.1667%!important;width:24.3333%!important;height:52.3333%!important;}
.br-design-VA05 .cl-VA05-c{left:64.6667%!important;top:8.1667%!important;width:24.5000%!important;height:52.3333%!important;}
.br-design-VA05 .cl-VA05-d{left:10.3333%!important;top:64.6667%!important;width:38.5000%!important;height:27.6667%!important;}
.br-design-VA05 .cl-VA05-e{left:51.0000%!important;top:64.6667%!important;width:38.1667%!important;height:27.6667%!important;}

.br-design-VA06{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA06.webp?v=20260902-stable-merge-r1");}
.br-design-VA06 .cl-VA06-a{left:44.5000%!important;top:54.3333%!important;width:46.6667%!important;height:34.6667%!important;}
.br-design-VA06 .cl-VA06-b{left:9.0000%!important;top:7.0000%!important;width:45.8333%!important;height:32.8333%!important;}
.br-design-VA06 .cl-VA06-c{left:57.0000%!important;top:9.0000%!important;width:28.3333%!important;height:43.1667%!important;}
.br-design-VA06 .cl-VA06-d{left:14.3333%!important;top:42.0000%!important;width:28.0000%!important;height:45.1667%!important;}

.br-design-VA07{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA07.webp?v=20260902-stable-merge-r1");}
.br-design-VA07 .cl-VA07-a{left:11.6667%!important;top:6.8333%!important;width:78.3333%!important;height:37.8333%!important;}
.br-design-VA07 .cl-VA07-b{left:11.6667%!important;top:46.5000%!important;width:37.5000%!important;height:39.0000%!important;}
.br-design-VA07 .cl-VA07-c{left:51.6667%!important;top:46.5000%!important;width:38.3333%!important;height:38.8333%!important;}

.br-design-VA08{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA08.webp?v=20260902-stable-merge-r1");}
.br-design-VA08 .cl-VA08-a{left:34.0000%!important;top:8.6667%!important;width:32.1667%!important;height:80.5000%!important;}
.br-design-VA08 .cl-VA08-b{left:68.3333%!important;top:8.8333%!important;width:26.3333%!important;height:39.1667%!important;}
.br-design-VA08 .cl-VA08-c{left:5.1667%!important;top:9.0000%!important;width:26.5000%!important;height:39.0000%!important;}
.br-design-VA08 .cl-VA08-d{left:5.3333%!important;top:50.6667%!important;width:26.3333%!important;height:34.3333%!important;}
.br-design-VA08 .cl-VA08-e{left:68.3333%!important;top:50.6667%!important;width:26.3333%!important;height:34.3333%!important;}

.br-design-VA09{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA09.webp?v=20260902-stable-merge-r1");}
.br-design-VA09 .cl-VA09-a{left:10.0000%!important;top:50.5000%!important;width:42.3333%!important;height:37.8333%!important;}
.br-design-VA09 .cl-VA09-b{left:12.6667%!important;top:8.8333%!important;width:39.6667%!important;height:40.1667%!important;}
.br-design-VA09 .cl-VA09-c{left:54.0000%!important;top:12.1667%!important;width:33.8333%!important;height:36.8333%!important;}
.br-design-VA09 .cl-VA09-d{left:54.0000%!important;top:50.5000%!important;width:33.8333%!important;height:35.0000%!important;}

.br-design-VA10{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA10.webp?v=20260902-stable-merge-r1");}
.br-design-VA10 .cl-VA10-a{left:10.5000%!important;top:9.8333%!important;width:49.3333%!important;height:40.1667%!important;}
.br-design-VA10 .cl-VA10-b{left:60.8333%!important;top:9.8333%!important;width:29.0000%!important;height:25.3333%!important;}
.br-design-VA10 .cl-VA10-c{left:60.8333%!important;top:36.1667%!important;width:29.0000%!important;height:25.5000%!important;}
.br-design-VA10 .cl-VA10-d{left:10.5000%!important;top:50.6667%!important;width:49.3333%!important;height:39.6667%!important;}
.br-design-VA10 .cl-VA10-e{left:60.8333%!important;top:62.6667%!important;width:29.0000%!important;height:27.6667%!important;}

.br-design-VA11{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA11.webp?v=20260902-stable-merge-r1");}
.br-design-VA11 .cl-VA11-a{left:9.0000%!important;top:5.5000%!important;width:81.8333%!important;height:30.8333%!important;}
.br-design-VA11 .cl-VA11-b{left:9.5000%!important;top:36.6667%!important;width:40.3333%!important;height:26.1667%!important;}
.br-design-VA11 .cl-VA11-c{left:50.0000%!important;top:36.6667%!important;width:40.3333%!important;height:26.1667%!important;}
.br-design-VA11 .cl-VA11-d{left:9.5000%!important;top:63.1667%!important;width:40.3333%!important;height:26.0000%!important;}
.br-design-VA11 .cl-VA11-e{left:50.0000%!important;top:63.1667%!important;width:40.3333%!important;height:26.0000%!important;}

.br-design-VA12{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA12.webp?v=20260902-stable-merge-r1");}
.br-design-VA12 .cl-VA12-a{left:34.6667%!important;top:12.0000%!important;width:30.6667%!important;height:74.0000%!important;}
.br-design-VA12 .cl-VA12-b{left:8.5000%!important;top:12.0000%!important;width:25.0000%!important;height:35.1667%!important;}
.br-design-VA12 .cl-VA12-c{left:66.5000%!important;top:12.0000%!important;width:25.0000%!important;height:35.1667%!important;}
.br-design-VA12 .cl-VA12-d{left:8.3333%!important;top:48.3333%!important;width:25.1667%!important;height:37.6667%!important;}
.br-design-VA12 .cl-VA12-e{left:66.5000%!important;top:48.3333%!important;width:25.0000%!important;height:36.0000%!important;}

.br-design-VA13{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA13.webp?v=20260902-stable-merge-r1");}
.br-design-VA13 .cl-VA13-a{left:11.5000%!important;top:6.1667%!important;width:35.1667%!important;height:36.3333%!important;}
.br-design-VA13 .cl-VA13-b{left:53.3333%!important;top:6.1667%!important;width:34.8333%!important;height:36.1667%!important;}
.br-design-VA13 .cl-VA13-c{left:36.0000%!important;top:33.0000%!important;width:27.6667%!important;height:28.5000%!important;}
.br-design-VA13 .cl-VA13-d{left:11.3333%!important;top:51.8333%!important;width:35.3333%!important;height:35.6667%!important;}
.br-design-VA13 .cl-VA13-e{left:53.1667%!important;top:52.0000%!important;width:35.0000%!important;height:35.5000%!important;}

.br-design-VA14{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA14.webp?v=20260902-stable-merge-r1");}
.br-design-VA14 .cl-VA14-a{left:5.8333%!important;top:4.3333%!important;width:46.0000%!important;height:81.3333%!important;}
.br-design-VA14 .cl-VA14-b{left:53.0000%!important;top:4.3333%!important;width:41.1667%!important;height:26.5000%!important;}
.br-design-VA14 .cl-VA14-c{left:53.0000%!important;top:31.5000%!important;width:41.1667%!important;height:26.1667%!important;}
.br-design-VA14 .cl-VA14-d{left:53.0000%!important;top:58.3333%!important;width:41.1667%!important;height:27.3333%!important;}

.br-design-VA15{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA15.webp?v=20260902-stable-merge-r1");}
.br-design-VA15 .cl-VA15-a{left:11.3333%!important;top:3.8333%!important;width:77.6667%!important;height:29.6667%!important;}
.br-design-VA15 .cl-VA15-b{left:11.3333%!important;top:34.0000%!important;width:38.8333%!important;height:58.3333%!important;}
.br-design-VA15 .cl-VA15-c{left:50.3333%!important;top:34.0000%!important;width:38.6667%!important;height:59.0000%!important;}

.br-design-VA16{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA16.webp?v=20260902-stable-merge-r1");}
.br-design-VA16 .cl-VA16-a{left:7.1667%!important;top:9.8333%!important;width:35.0000%!important;height:79.3333%!important;}
.br-design-VA16 .cl-VA16-b{left:42.6667%!important;top:9.8333%!important;width:24.5000%!important;height:37.3333%!important;}
.br-design-VA16 .cl-VA16-c{left:67.5000%!important;top:9.8333%!important;width:25.3333%!important;height:37.3333%!important;}
.br-design-VA16 .cl-VA16-d{left:42.6667%!important;top:47.6667%!important;width:24.5000%!important;height:41.5000%!important;}
.br-design-VA16 .cl-VA16-e{left:67.5000%!important;top:47.6667%!important;width:25.3333%!important;height:41.5000%!important;}

.br-design-VA17{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA17.webp?v=20260902-stable-merge-r1");}
.br-design-VA17 .cl-VA17-a{left:11.1667%!important;top:7.0000%!important;width:81.8333%!important;height:36.6667%!important;}
.br-design-VA17 .cl-VA17-b{left:11.1667%!important;top:44.3333%!important;width:26.5000%!important;height:44.0000%!important;}
.br-design-VA17 .cl-VA17-c{left:38.6667%!important;top:44.3333%!important;width:26.5000%!important;height:44.0000%!important;}
.br-design-VA17 .cl-VA17-d{left:66.0000%!important;top:44.3333%!important;width:27.0000%!important;height:44.0000%!important;}

.br-design-VA18{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA18.webp?v=20260902-stable-merge-r1");}
.br-design-VA18 .cl-VA18-a{left:10.1667%!important;top:6.5000%!important;width:38.5000%!important;height:40.3333%!important;}
.br-design-VA18 .cl-VA18-b{left:51.3333%!important;top:6.5000%!important;width:38.3333%!important;height:40.3333%!important;}
.br-design-VA18 .cl-VA18-c{left:37.1667%!important;top:35.8333%!important;width:25.6667%!important;height:25.5000%!important;}
.br-design-VA18 .cl-VA18-d{left:10.1667%!important;top:48.6667%!important;width:38.5000%!important;height:38.0000%!important;}
.br-design-VA18 .cl-VA18-e{left:51.3333%!important;top:48.6667%!important;width:38.3333%!important;height:38.0000%!important;}

.br-design-VA19{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA19.webp?v=20260902-stable-merge-r1");}
.br-design-VA19 .cl-VA19-a{left:32.6667%!important;top:11.8333%!important;width:34.6667%!important;height:73.5000%!important;}
.br-design-VA19 .cl-VA19-b{left:68.6667%!important;top:11.6667%!important;width:22.0000%!important;height:36.6667%!important;}
.br-design-VA19 .cl-VA19-c{left:8.8333%!important;top:11.8333%!important;width:22.5000%!important;height:36.5000%!important;}
.br-design-VA19 .cl-VA19-d{left:8.8333%!important;top:49.1667%!important;width:22.5000%!important;height:35.3333%!important;}
.br-design-VA19 .cl-VA19-e{left:68.6667%!important;top:49.1667%!important;width:22.0000%!important;height:35.3333%!important;}

.br-design-VA20{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA20.webp?v=20260902-stable-merge-r1");}
.br-design-VA20 .cl-VA20-a{left:13.1667%!important;top:47.1667%!important;width:47.1667%!important;height:38.8333%!important;}
.br-design-VA20 .cl-VA20-b{left:13.1667%!important;top:10.0000%!important;width:47.1667%!important;height:36.6667%!important;}
.br-design-VA20 .cl-VA20-c{left:61.0000%!important;top:10.0000%!important;width:29.5000%!important;height:23.5000%!important;}
.br-design-VA20 .cl-VA20-d{left:61.0000%!important;top:34.0000%!important;width:29.5000%!important;height:23.0000%!important;}
.br-design-VA20 .cl-VA20-e{left:61.0000%!important;top:57.5000%!important;width:29.5000%!important;height:28.5000%!important;}

.br-design-VA21{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA21.webp?v=20260902-stable-merge-r1");}
.br-design-VA21 .cl-VA21-a{left:13.0000%!important;top:9.5000%!important;width:37.8333%!important;height:39.3333%!important;}
.br-design-VA21 .cl-VA21-b{left:52.5000%!important;top:10.5000%!important;width:34.0000%!important;height:38.3333%!important;}
.br-design-VA21 .cl-VA21-c{left:12.3333%!important;top:50.5000%!important;width:38.6667%!important;height:35.6667%!important;}
.br-design-VA21 .cl-VA21-d{left:52.5000%!important;top:50.5000%!important;width:34.0000%!important;height:35.6667%!important;}

.br-design-VA22{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA22.webp?v=20260902-stable-merge-r1");}
.br-design-VA22 .cl-VA22-a{left:9.1667%!important;top:11.0000%!important;width:81.3333%!important;height:33.6667%!important;}
.br-design-VA22 .cl-VA22-b{left:9.0000%!important;top:46.5000%!important;width:26.0000%!important;height:40.5000%!important;}
.br-design-VA22 .cl-VA22-c{left:36.8333%!important;top:46.5000%!important;width:25.8333%!important;height:40.5000%!important;}
.br-design-VA22 .cl-VA22-d{left:64.6667%!important;top:46.5000%!important;width:25.8333%!important;height:40.5000%!important;}

.br-design-VA23{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA23.webp?v=20260902-stable-merge-r1");}
.br-design-VA23 .cl-VA23-a{left:11.3333%!important;top:7.3333%!important;width:76.8333%!important;height:32.1667%!important;}
.br-design-VA23 .cl-VA23-b{left:11.3333%!important;top:42.0000%!important;width:37.0000%!important;height:50.0000%!important;}
.br-design-VA23 .cl-VA23-c{left:51.3333%!important;top:42.0000%!important;width:36.8333%!important;height:50.0000%!important;}

.br-design-VA24{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA24.webp?v=20260902-stable-merge-r1");}
.br-design-VA24 .cl-VA24-a{left:34.1667%!important;top:8.6667%!important;width:31.5000%!important;height:82.6667%!important;}
.br-design-VA24 .cl-VA24-b{left:5.1667%!important;top:8.6667%!important;width:26.3333%!important;height:39.0000%!important;}
.br-design-VA24 .cl-VA24-c{left:68.3333%!important;top:8.6667%!important;width:26.3333%!important;height:39.0000%!important;}
.br-design-VA24 .cl-VA24-d{left:5.1667%!important;top:50.5000%!important;width:26.3333%!important;height:36.8333%!important;}
.br-design-VA24 .cl-VA24-e{left:68.3333%!important;top:50.5000%!important;width:26.3333%!important;height:36.8333%!important;}

.br-design-VA25{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA25.webp?v=20260902-stable-merge-r1");}
.br-design-VA25 .cl-VA25-a{left:18.0000%!important;top:11.1667%!important;width:28.8333%!important;height:72.3333%!important;}
.br-design-VA25 .cl-VA25-b{left:49.0000%!important;top:11.1667%!important;width:42.5000%!important;height:34.5000%!important;}
.br-design-VA25 .cl-VA25-c{left:49.0000%!important;top:48.1667%!important;width:42.5000%!important;height:35.3333%!important;}

.br-design-VA26{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA26.webp?v=20260902-stable-merge-r1");}
.br-design-VA26 .cl-VA26-a{left:10.1667%!important;top:8.3333%!important;width:42.6667%!important;height:38.6667%!important;}
.br-design-VA26 .cl-VA26-b{left:57.1667%!important;top:8.3333%!important;width:32.8333%!important;height:24.3333%!important;}
.br-design-VA26 .cl-VA26-c{left:57.1667%!important;top:35.1667%!important;width:32.6667%!important;height:24.1667%!important;}
.br-design-VA26 .cl-VA26-d{left:10.1667%!important;top:49.6667%!important;width:42.6667%!important;height:36.3333%!important;}
.br-design-VA26 .cl-VA26-e{left:57.1667%!important;top:62.0000%!important;width:32.6667%!important;height:24.1667%!important;}

.br-design-VA27{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA27.webp?v=20260902-stable-merge-r1");}
.br-design-VA27 .cl-VA27-a{left:43.5000%!important;top:52.8333%!important;width:48.8333%!important;height:34.8333%!important;}
.br-design-VA27 .cl-VA27-b{left:9.0000%!important;top:6.8333%!important;width:45.6667%!important;height:31.8333%!important;}
.br-design-VA27 .cl-VA27-c{left:57.0000%!important;top:9.0000%!important;width:29.1667%!important;height:41.6667%!important;}
.br-design-VA27 .cl-VA27-d{left:14.1667%!important;top:41.0000%!important;width:27.0000%!important;height:44.5000%!important;}

.br-design-VA28{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA28.webp?v=20260902-stable-merge-r1");}
.br-design-VA28 .cl-VA28-a{left:37.0000%!important;top:6.1667%!important;width:26.1667%!important;height:45.6667%!important;}
.br-design-VA28 .cl-VA28-b{left:9.0000%!important;top:6.1667%!important;width:26.0000%!important;height:45.6667%!important;}
.br-design-VA28 .cl-VA28-c{left:65.0000%!important;top:6.1667%!important;width:26.0000%!important;height:45.6667%!important;}
.br-design-VA28 .cl-VA28-d{left:9.0000%!important;top:53.8333%!important;width:40.1667%!important;height:26.3333%!important;}
.br-design-VA28 .cl-VA28-e{left:50.8333%!important;top:53.8333%!important;width:40.1667%!important;height:26.3333%!important;}

.br-design-VA29{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA29.webp?v=20260902-stable-merge-r1");}
.br-design-VA29 .cl-VA29-a{left:10.5000%!important;top:6.0000%!important;width:79.0000%!important;height:35.8333%!important;}
.br-design-VA29 .cl-VA29-b{left:10.5000%!important;top:43.8333%!important;width:38.5000%!important;height:42.6667%!important;}
.br-design-VA29 .cl-VA29-c{left:51.0000%!important;top:44.0000%!important;width:38.3333%!important;height:42.5000%!important;}

.br-design-VA30{--br-thematic-art:url("../assets/designs/Viajes_y_Aventuras/VA30.webp?v=20260902-stable-merge-r1");}
.br-design-VA30 .cl-VA30-a{left:13.3333%!important;top:8.5000%!important;width:40.3333%!important;height:78.1667%!important;}
.br-design-VA30 .cl-VA30-b{left:56.5000%!important;top:8.5000%!important;width:34.1667%!important;height:24.6667%!important;}
.br-design-VA30 .cl-VA30-c{left:56.5000%!important;top:35.6667%!important;width:34.1667%!important;height:24.3333%!important;}
.br-design-VA30 .cl-VA30-d{left:56.5000%!important;top:62.5000%!important;width:34.1667%!important;height:24.1667%!important;}

.br-design-EN01{--br-thematic-art:url("../assets/designs/Entretenimiento/EN01.webp?v=20260902-stable-merge-r1");}
.br-design-EN01 .cl-EN01-a{left:7.1667%!important;top:8.1667%!important;width:85.1667%!important;height:38.3333%!important;}
.br-design-EN01 .cl-EN01-b{left:7.8333%!important;top:48.3333%!important;width:26.6667%!important;height:42.8333%!important;}
.br-design-EN01 .cl-EN01-c{left:36.8333%!important;top:48.3333%!important;width:25.6667%!important;height:42.8333%!important;}
.br-design-EN01 .cl-EN01-d{left:64.8333%!important;top:48.3333%!important;width:26.1667%!important;height:42.8333%!important;}

.br-design-EN02{--br-thematic-art:url("../assets/designs/Entretenimiento/EN02.webp?v=20260902-stable-merge-r1");}
.br-design-EN02 .cl-EN02-a{left:6.6667%!important;top:7.5000%!important;width:44.8333%!important;height:82.5000%!important;}
.br-design-EN02 .cl-EN02-b{left:53.1667%!important;top:9.8333%!important;width:41.6667%!important;height:25.1667%!important;}
.br-design-EN02 .cl-EN02-c{left:53.1667%!important;top:37.0000%!important;width:41.6667%!important;height:25.5000%!important;}
.br-design-EN02 .cl-EN02-d{left:53.1667%!important;top:64.3333%!important;width:41.6667%!important;height:25.6667%!important;}

.br-design-EN03{--br-thematic-art:url("../assets/designs/Entretenimiento/EN03.webp?v=20260902-stable-merge-r1");}
.br-design-EN03 .cl-EN03-a{left:36.0000%!important;top:7.0000%!important;width:27.6667%!important;height:49.1667%!important;}
.br-design-EN03 .cl-EN03-b{left:8.5000%!important;top:7.0000%!important;width:25.8333%!important;height:49.3333%!important;}
.br-design-EN03 .cl-EN03-c{left:65.3333%!important;top:7.0000%!important;width:25.5000%!important;height:49.1667%!important;}
.br-design-EN03 .cl-EN03-d{left:2.8333%!important;top:62.5000%!important;width:46.1667%!important;height:25.3333%!important;}
.br-design-EN03 .cl-EN03-e{left:50.6667%!important;top:62.5000%!important;width:46.3333%!important;height:25.3333%!important;}

.br-design-EN04{--br-thematic-art:url("../assets/designs/Entretenimiento/EN04.webp?v=20260902-stable-merge-r1");}
.br-design-EN04 .cl-EN04-a{left:7.6667%!important;top:4.8333%!important;width:47.3333%!important;height:47.8333%!important;}
.br-design-EN04 .cl-EN04-b{left:55.5000%!important;top:8.0000%!important;width:35.6667%!important;height:42.8333%!important;}
.br-design-EN04 .cl-EN04-c{left:42.0000%!important;top:51.5000%!important;width:50.5000%!important;height:39.6667%!important;}
.br-design-EN04 .cl-EN04-d{left:8.3333%!important;top:53.1667%!important;width:33.1667%!important;height:35.5000%!important;}

.br-design-EN05{--br-thematic-art:url("../assets/designs/Entretenimiento/EN05.webp?v=20260902-stable-merge-r1");}
.br-design-EN05 .cl-EN05-a{left:13.0000%!important;top:51.0000%!important;width:48.1667%!important;height:40.0000%!important;}
.br-design-EN05 .cl-EN05-b{left:13.0000%!important;top:9.1667%!important;width:48.0000%!important;height:39.5000%!important;}
.br-design-EN05 .cl-EN05-c{left:62.8333%!important;top:12.3333%!important;width:27.0000%!important;height:22.3333%!important;}
.br-design-EN05 .cl-EN05-d{left:63.0000%!important;top:36.6667%!important;width:26.8333%!important;height:23.5000%!important;}
.br-design-EN05 .cl-EN05-e{left:63.0000%!important;top:62.5000%!important;width:26.8333%!important;height:25.1667%!important;}

.br-design-EN06{--br-thematic-art:url("../assets/designs/Entretenimiento/EN06.webp?v=20260902-stable-merge-r1");}
.br-design-EN06 .cl-EN06-a{left:6.5000%!important;top:11.5000%!important;width:38.6667%!important;height:74.5000%!important;}
.br-design-EN06 .cl-EN06-b{left:47.0000%!important;top:11.5000%!important;width:48.1667%!important;height:37.3333%!important;}
.br-design-EN06 .cl-EN06-c{left:47.0000%!important;top:50.6667%!important;width:48.1667%!important;height:35.3333%!important;}

.br-design-EN07{--br-thematic-art:url("../assets/designs/Entretenimiento/EN07.webp?v=20260902-stable-merge-r1");}
.br-design-EN07 .cl-EN07-a{left:5.8333%!important;top:56.3333%!important;width:39.8333%!important;height:36.6667%!important;}
.br-design-EN07 .cl-EN07-b{left:5.8333%!important;top:7.0000%!important;width:39.8333%!important;height:36.3333%!important;}
.br-design-EN07 .cl-EN07-c{left:54.5000%!important;top:7.0000%!important;width:39.5000%!important;height:36.3333%!important;}
.br-design-EN07 .cl-EN07-d{left:34.0000%!important;top:33.5000%!important;width:32.3333%!important;height:32.5000%!important;}
.br-design-EN07 .cl-EN07-e{left:54.5000%!important;top:56.3333%!important;width:39.6667%!important;height:36.6667%!important;}

.br-design-EN08{--br-thematic-art:url("../assets/designs/Entretenimiento/EN08.webp?v=20260902-stable-merge-r1");}
.br-design-EN08 .cl-EN08-a{left:9.3333%!important;top:7.0000%!important;width:81.1667%!important;height:38.1667%!important;}
.br-design-EN08 .cl-EN08-b{left:9.3333%!important;top:47.1667%!important;width:39.5000%!important;height:39.8333%!important;}
.br-design-EN08 .cl-EN08-c{left:50.8333%!important;top:47.1667%!important;width:39.6667%!important;height:39.8333%!important;}

.br-design-EN09{--br-thematic-art:url("../assets/designs/Entretenimiento/EN09.webp?v=20260902-stable-merge-r1");}
.br-design-EN09 .cl-EN09-a{left:5.8333%!important;top:9.1667%!important;width:88.3333%!important;height:28.5000%!important;}
.br-design-EN09 .cl-EN09-b{left:8.3333%!important;top:40.0000%!important;width:40.5000%!important;height:23.0000%!important;}
.br-design-EN09 .cl-EN09-c{left:51.0000%!important;top:40.0000%!important;width:40.6667%!important;height:23.0000%!important;}
.br-design-EN09 .cl-EN09-d{left:51.0000%!important;top:65.1667%!important;width:40.6667%!important;height:23.0000%!important;}
.br-design-EN09 .cl-EN09-e{left:8.3333%!important;top:65.3333%!important;width:40.5000%!important;height:22.8333%!important;}

.br-design-EN10{--br-thematic-art:url("../assets/designs/Entretenimiento/EN10.webp?v=20260902-stable-merge-r1");}
.br-design-EN10 .cl-EN10-a{left:33.8333%!important;top:8.6667%!important;width:32.5000%!important;height:80.5000%!important;}
.br-design-EN10 .cl-EN10-b{left:5.1667%!important;top:8.8333%!important;width:26.5000%!important;height:39.1667%!important;}
.br-design-EN10 .cl-EN10-c{left:68.5000%!important;top:8.8333%!important;width:26.5000%!important;height:39.1667%!important;}
.br-design-EN10 .cl-EN10-d{left:5.1667%!important;top:50.8333%!important;width:26.5000%!important;height:34.0000%!important;}
.br-design-EN10 .cl-EN10-e{left:68.5000%!important;top:50.8333%!important;width:26.5000%!important;height:34.1667%!important;}

.br-design-EN11{--br-thematic-art:url("../assets/designs/Entretenimiento/EN11.webp?v=20260902-stable-merge-r1");}
.br-design-EN11 .cl-EN11-a{left:35.6667%!important;top:6.6667%!important;width:28.6667%!important;height:52.3333%!important;}
.br-design-EN11 .cl-EN11-b{left:7.5000%!important;top:6.6667%!important;width:26.6667%!important;height:52.3333%!important;}
.br-design-EN11 .cl-EN11-c{left:65.8333%!important;top:6.6667%!important;width:26.8333%!important;height:52.3333%!important;}
.br-design-EN11 .cl-EN11-d{left:3.3333%!important;top:65.8333%!important;width:45.6667%!important;height:25.1667%!important;}
.br-design-EN11 .cl-EN11-e{left:50.5000%!important;top:65.8333%!important;width:46.3333%!important;height:25.1667%!important;}

.br-design-EN12{--br-thematic-art:url("../assets/designs/Entretenimiento/EN12.webp?v=20260902-stable-merge-r1");}
.br-design-EN12 .cl-EN12-a{left:7.3333%!important;top:5.8333%!important;width:44.5000%!important;height:41.8333%!important;}
.br-design-EN12 .cl-EN12-b{left:53.3333%!important;top:6.6667%!important;width:39.1667%!important;height:42.1667%!important;}
.br-design-EN12 .cl-EN12-c{left:7.3333%!important;top:48.5000%!important;width:44.5000%!important;height:43.5000%!important;}
.br-design-EN12 .cl-EN12-d{left:53.3333%!important;top:49.8333%!important;width:39.1667%!important;height:42.0000%!important;}

.br-design-EN13{--br-thematic-art:url("../assets/designs/Entretenimiento/EN13.webp?v=20260902-stable-merge-r1");}
.br-design-EN13 .cl-EN13-a{left:12.1667%!important;top:8.8333%!important;width:40.5000%!important;height:40.6667%!important;}
.br-design-EN13 .cl-EN13-b{left:53.6667%!important;top:12.1667%!important;width:34.6667%!important;height:37.3333%!important;}
.br-design-EN13 .cl-EN13-c{left:9.3333%!important;top:50.1667%!important;width:43.3333%!important;height:38.5000%!important;}
.br-design-EN13 .cl-EN13-d{left:53.6667%!important;top:50.1667%!important;width:34.5000%!important;height:35.6667%!important;}

.br-design-EN14{--br-thematic-art:url("../assets/designs/Entretenimiento/EN14.webp?v=20260902-stable-merge-r1");}
.br-design-EN14 .cl-EN14-a{left:54.8333%!important;top:56.0000%!important;width:38.8333%!important;height:36.0000%!important;}
.br-design-EN14 .cl-EN14-b{left:7.3333%!important;top:7.0000%!important;width:37.6667%!important;height:36.3333%!important;}
.br-design-EN14 .cl-EN14-c{left:54.8333%!important;top:7.0000%!important;width:37.1667%!important;height:36.3333%!important;}
.br-design-EN14 .cl-EN14-d{left:34.0000%!important;top:33.5000%!important;width:31.8333%!important;height:32.0000%!important;}
.br-design-EN14 .cl-EN14-e{left:6.5000%!important;top:56.1667%!important;width:38.6667%!important;height:35.8333%!important;}

.br-design-EN15{--br-thematic-art:url("../assets/designs/Entretenimiento/EN15.webp?v=20260902-stable-merge-r1");}
.br-design-EN15 .cl-EN15-a{left:6.6667%!important;top:10.1667%!important;width:86.5000%!important;height:27.3333%!important;}
.br-design-EN15 .cl-EN15-b{left:9.1667%!important;top:40.3333%!important;width:39.3333%!important;height:22.1667%!important;}
.br-design-EN15 .cl-EN15-c{left:51.3333%!important;top:40.3333%!important;width:39.1667%!important;height:22.1667%!important;}
.br-design-EN15 .cl-EN15-d{left:9.3333%!important;top:65.1667%!important;width:39.1667%!important;height:22.0000%!important;}
.br-design-EN15 .cl-EN15-e{left:51.3333%!important;top:65.1667%!important;width:39.1667%!important;height:22.1667%!important;}

.br-design-EN16{--br-thematic-art:url("../assets/designs/Entretenimiento/EN16.webp?v=20260902-stable-merge-r1");}
.br-design-EN16 .cl-EN16-a{left:9.3333%!important;top:3.3333%!important;width:81.5000%!important;height:33.1667%!important;}
.br-design-EN16 .cl-EN16-b{left:9.3333%!important;top:38.3333%!important;width:25.5000%!important;height:53.1667%!important;}
.br-design-EN16 .cl-EN16-c{left:37.1667%!important;top:38.3333%!important;width:25.5000%!important;height:53.0000%!important;}
.br-design-EN16 .cl-EN16-d{left:65.1667%!important;top:38.3333%!important;width:25.6667%!important;height:53.0000%!important;}

.br-design-EN17{--br-thematic-art:url("../assets/designs/Entretenimiento/EN17.webp?v=20260902-stable-merge-r1");}
.br-design-EN17 .cl-EN17-a{left:7.1667%!important;top:7.8333%!important;width:46.3333%!important;height:40.3333%!important;}
.br-design-EN17 .cl-EN17-b{left:56.8333%!important;top:8.0000%!important;width:36.3333%!important;height:25.5000%!important;}
.br-design-EN17 .cl-EN17-c{left:56.8333%!important;top:35.6667%!important;width:36.1667%!important;height:25.3333%!important;}
.br-design-EN17 .cl-EN17-d{left:7.1667%!important;top:51.0000%!important;width:46.3333%!important;height:40.0000%!important;}
.br-design-EN17 .cl-EN17-e{left:56.8333%!important;top:63.3333%!important;width:36.1667%!important;height:25.3333%!important;}

.br-design-EN18{--br-thematic-art:url("../assets/designs/Entretenimiento/EN18.webp?v=20260902-stable-merge-r1");}
.br-design-EN18 .cl-EN18-a{left:8.5000%!important;top:8.1667%!important;width:30.3333%!important;height:81.8333%!important;}
.br-design-EN18 .cl-EN18-b{left:41.1667%!important;top:8.1667%!important;width:46.5000%!important;height:34.5000%!important;}
.br-design-EN18 .cl-EN18-c{left:41.1667%!important;top:45.3333%!important;width:46.6667%!important;height:38.3333%!important;}

.br-design-EN19{--br-thematic-art:url("../assets/designs/Entretenimiento/EN19.webp?v=20260902-stable-merge-r1");}
.br-design-EN19 .cl-EN19-a{left:33.8333%!important;top:10.3333%!important;width:32.5000%!important;height:78.8333%!important;}
.br-design-EN19 .cl-EN19-b{left:5.1667%!important;top:10.3333%!important;width:26.3333%!important;height:37.8333%!important;}
.br-design-EN19 .cl-EN19-c{left:68.8333%!important;top:10.5000%!important;width:26.3333%!important;height:37.5000%!important;}
.br-design-EN19 .cl-EN19-d{left:5.1667%!important;top:50.8333%!important;width:26.3333%!important;height:34.0000%!important;}
.br-design-EN19 .cl-EN19-e{left:68.6667%!important;top:50.8333%!important;width:27.3333%!important;height:36.1667%!important;}

.br-design-EN20{--br-thematic-art:url("../assets/designs/Entretenimiento/EN20.webp?v=20260902-stable-merge-r1");}
.br-design-EN20 .cl-EN20-a{left:44.1667%!important;top:53.8333%!important;width:47.1667%!important;height:35.3333%!important;}
.br-design-EN20 .cl-EN20-b{left:8.8333%!important;top:6.5000%!important;width:46.5000%!important;height:33.3333%!important;}
.br-design-EN20 .cl-EN20-c{left:56.8333%!important;top:8.6667%!important;width:28.6667%!important;height:43.6667%!important;}
.br-design-EN20 .cl-EN20-d{left:14.0000%!important;top:41.5000%!important;width:28.8333%!important;height:45.8333%!important;}

.br-design-EN21{--br-thematic-art:url("../assets/designs/Entretenimiento/EN21.webp?v=20260902-stable-merge-r1");}
.br-design-EN21 .cl-EN21-a{left:7.5000%!important;top:11.6667%!important;width:37.3333%!important;height:73.8333%!important;}
.br-design-EN21 .cl-EN21-b{left:47.3333%!important;top:11.6667%!important;width:46.3333%!important;height:36.3333%!important;}
.br-design-EN21 .cl-EN21-c{left:47.3333%!important;top:50.0000%!important;width:46.3333%!important;height:35.5000%!important;}

.br-design-EN22{--br-thematic-art:url("../assets/designs/Entretenimiento/EN22.webp?v=20260902-stable-merge-r1");}
.br-design-EN22 .cl-EN22-a{left:6.8333%!important;top:57.1667%!important;width:38.5000%!important;height:36.5000%!important;}
.br-design-EN22 .cl-EN22-b{left:6.8333%!important;top:7.5000%!important;width:38.5000%!important;height:35.8333%!important;}
.br-design-EN22 .cl-EN22-c{left:54.6667%!important;top:7.5000%!important;width:38.3333%!important;height:35.8333%!important;}
.br-design-EN22 .cl-EN22-d{left:34.1667%!important;top:33.6667%!important;width:31.8333%!important;height:32.5000%!important;}
.br-design-EN22 .cl-EN22-e{left:54.6667%!important;top:57.1667%!important;width:38.3333%!important;height:36.6667%!important;}

.br-design-EN23{--br-thematic-art:url("../assets/designs/Entretenimiento/EN23.webp?v=20260902-stable-merge-r1");}
.br-design-EN23 .cl-EN23-a{left:44.5000%!important;top:54.6667%!important;width:46.6667%!important;height:34.3333%!important;}
.br-design-EN23 .cl-EN23-b{left:9.1667%!important;top:7.3333%!important;width:45.8333%!important;height:32.3333%!important;}
.br-design-EN23 .cl-EN23-c{left:57.1667%!important;top:9.3333%!important;width:28.0000%!important;height:42.8333%!important;}
.br-design-EN23 .cl-EN23-d{left:14.3333%!important;top:42.3333%!important;width:28.0000%!important;height:44.8333%!important;}

.br-design-EN24{--br-thematic-art:url("../assets/designs/Entretenimiento/EN24.webp?v=20260902-stable-merge-r1");}
.br-design-EN24 .cl-EN24-a{left:36.5000%!important;top:9.6667%!important;width:26.6667%!important;height:51.8333%!important;}
.br-design-EN24 .cl-EN24-b{left:9.5000%!important;top:9.6667%!important;width:24.6667%!important;height:51.8333%!important;}
.br-design-EN24 .cl-EN24-c{left:65.6667%!important;top:9.6667%!important;width:24.5000%!important;height:51.8333%!important;}
.br-design-EN24 .cl-EN24-d{left:6.3333%!important;top:64.1667%!important;width:42.3333%!important;height:24.6667%!important;}
.br-design-EN24 .cl-EN24-e{left:51.1667%!important;top:64.1667%!important;width:43.6667%!important;height:24.6667%!important;}

.br-design-EN25{--br-thematic-art:url("../assets/designs/Entretenimiento/EN25.webp?v=20260902-stable-merge-r1");}
.br-design-EN25 .cl-EN25-a{left:7.5000%!important;top:8.1667%!important;width:83.8333%!important;height:38.6667%!important;}
.br-design-EN25 .cl-EN25-b{left:7.8333%!important;top:48.3333%!important;width:26.5000%!important;height:42.8333%!important;}
.br-design-EN25 .cl-EN25-c{left:36.6667%!important;top:48.3333%!important;width:25.8333%!important;height:42.6667%!important;}
.br-design-EN25 .cl-EN25-d{left:64.6667%!important;top:48.3333%!important;width:26.3333%!important;height:42.8333%!important;}

.br-design-EN26{--br-thematic-art:url("../assets/designs/Entretenimiento/EN26.webp?v=20260902-stable-merge-r1");}
.br-design-EN26 .cl-EN26-a{left:9.3333%!important;top:7.0000%!important;width:81.5000%!important;height:38.0000%!important;}
.br-design-EN26 .cl-EN26-b{left:9.5000%!important;top:47.0000%!important;width:39.3333%!important;height:39.8333%!important;}
.br-design-EN26 .cl-EN26-c{left:50.8333%!important;top:47.0000%!important;width:39.5000%!important;height:39.8333%!important;}

.br-design-EN27{--br-thematic-art:url("../assets/designs/Entretenimiento/EN27.webp?v=20260902-stable-merge-r1");}
.br-design-EN27 .cl-EN27-a{left:34.3333%!important;top:9.3333%!important;width:31.3333%!important;height:79.6667%!important;}
.br-design-EN27 .cl-EN27-b{left:6.1667%!important;top:9.6667%!important;width:25.0000%!important;height:38.1667%!important;}
.br-design-EN27 .cl-EN27-c{left:68.8333%!important;top:9.6667%!important;width:25.0000%!important;height:38.1667%!important;}
.br-design-EN27 .cl-EN27-d{left:6.1667%!important;top:51.0000%!important;width:25.0000%!important;height:35.5000%!important;}
.br-design-EN27 .cl-EN27-e{left:68.6667%!important;top:51.0000%!important;width:25.1667%!important;height:35.8333%!important;}

.br-design-EN28{--br-thematic-art:url("../assets/designs/Entretenimiento/EN28.webp?v=20260902-stable-merge-r1");}
.br-design-EN28 .cl-EN28-a{left:12.5000%!important;top:9.1667%!important;width:40.0000%!important;height:40.1667%!important;}
.br-design-EN28 .cl-EN28-b{left:54.0000%!important;top:12.5000%!important;width:33.8333%!important;height:36.8333%!important;}
.br-design-EN28 .cl-EN28-c{left:10.0000%!important;top:50.5000%!important;width:42.3333%!important;height:37.8333%!important;}
.br-design-EN28 .cl-EN28-d{left:54.1667%!important;top:50.5000%!important;width:33.6667%!important;height:35.0000%!important;}

.br-design-EN29{--br-thematic-art:url("../assets/designs/Entretenimiento/EN29.webp?v=20260902-stable-merge-r1");}
.br-design-EN29 .cl-EN29-a{left:7.5000%!important;top:8.3333%!important;width:44.5000%!important;height:39.5000%!important;}
.br-design-EN29 .cl-EN29-b{left:56.5000%!important;top:8.1667%!important;width:36.1667%!important;height:24.6667%!important;}
.br-design-EN29 .cl-EN29-c{left:56.5000%!important;top:36.1667%!important;width:35.8333%!important;height:24.3333%!important;}
.br-design-EN29 .cl-EN29-d{left:7.5000%!important;top:51.3333%!important;width:44.6667%!important;height:39.1667%!important;}
.br-design-EN29 .cl-EN29-e{left:56.5000%!important;top:63.8333%!important;width:36.1667%!important;height:24.5000%!important;}

.br-design-EN30{--br-thematic-art:url("../assets/designs/Entretenimiento/EN30.webp?v=20260902-stable-merge-r1");}
.br-design-EN30 .cl-EN30-a{left:44.3333%!important;top:54.5000%!important;width:47.3333%!important;height:33.6667%!important;}
.br-design-EN30 .cl-EN30-b{left:8.8333%!important;top:7.1667%!important;width:46.5000%!important;height:32.3333%!important;}
.br-design-EN30 .cl-EN30-c{left:57.5000%!important;top:9.0000%!important;width:28.6667%!important;height:43.5000%!important;}
.br-design-EN30 .cl-EN30-d{left:13.8333%!important;top:41.5000%!important;width:28.3333%!important;height:45.0000%!important;}

.br-design-MV01{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV01.webp?v=20260902-stable-merge-r1");}
.br-design-MV01 .cl-MV01-a{left:7.1667%!important;top:6.0000%!important;width:85.6667%!important;height:25.1667%!important;}
.br-design-MV01 .cl-MV01-b{left:7.1667%!important;top:32.6667%!important;width:27.8333%!important;height:56.8333%!important;}
.br-design-MV01 .cl-MV01-c{left:36.1667%!important;top:32.6667%!important;width:27.6667%!important;height:56.8333%!important;}
.br-design-MV01 .cl-MV01-d{left:65.1667%!important;top:32.6667%!important;width:27.6667%!important;height:56.8333%!important;}

.br-design-MV02{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV02.webp?v=20260902-stable-merge-r1");}
.br-design-MV02 .cl-MV02-a{left:5.0000%!important;top:10.5000%!important;width:54.1667%!important;height:35.3333%!important;}
.br-design-MV02 .cl-MV02-b{left:61.1667%!important;top:12.1667%!important;width:33.5000%!important;height:21.6667%!important;}
.br-design-MV02 .cl-MV02-c{left:61.1667%!important;top:35.5000%!important;width:33.5000%!important;height:22.3333%!important;}
.br-design-MV02 .cl-MV02-d{left:5.0000%!important;top:47.6667%!important;width:54.1667%!important;height:35.6667%!important;}
.br-design-MV02 .cl-MV02-e{left:61.1667%!important;top:59.5000%!important;width:33.5000%!important;height:22.5000%!important;}

.br-design-MV03{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV03.webp?v=20260902-stable-merge-r1");}
.br-design-MV03 .cl-MV03-a{left:6.6667%!important;top:8.8333%!important;width:41.8333%!important;height:76.1667%!important;}
.br-design-MV03 .cl-MV03-b{left:50.5000%!important;top:8.1667%!important;width:42.6667%!important;height:32.3333%!important;}
.br-design-MV03 .cl-MV03-c{left:50.5000%!important;top:43.1667%!important;width:42.6667%!important;height:32.6667%!important;}

.br-design-MV04{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV04.webp?v=20260902-stable-merge-r1");}
.br-design-MV04 .cl-MV04-a{left:7.8333%!important;top:7.1667%!important;width:41.3333%!important;height:42.0000%!important;}
.br-design-MV04 .cl-MV04-b{left:50.8333%!important;top:7.1667%!important;width:41.3333%!important;height:42.0000%!important;}
.br-design-MV04 .cl-MV04-c{left:7.8333%!important;top:50.5000%!important;width:41.3333%!important;height:41.1667%!important;}
.br-design-MV04 .cl-MV04-d{left:50.8333%!important;top:50.5000%!important;width:41.3333%!important;height:41.3333%!important;}

.br-design-MV05{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV05.webp?v=20260902-stable-merge-r1");}
.br-design-MV05 .cl-MV05-a{left:65.1667%!important;top:9.8333%!important;width:29.3333%!important;height:47.8333%!important;}
.br-design-MV05 .cl-MV05-b{left:5.3333%!important;top:9.8333%!important;width:29.3333%!important;height:47.8333%!important;}
.br-design-MV05 .cl-MV05-c{left:35.5000%!important;top:9.8333%!important;width:28.8333%!important;height:47.8333%!important;}
.br-design-MV05 .cl-MV05-d{left:8.3333%!important;top:58.8333%!important;width:41.0000%!important;height:32.1667%!important;}
.br-design-MV05 .cl-MV05-e{left:50.3333%!important;top:58.8333%!important;width:44.1667%!important;height:32.1667%!important;}

.br-design-MV06{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV06.webp?v=20260902-stable-merge-r1");}
.br-design-MV06 .cl-MV06-a{left:53.3333%!important;top:5.5000%!important;width:41.3333%!important;height:38.1667%!important;}
.br-design-MV06 .cl-MV06-b{left:5.1667%!important;top:5.5000%!important;width:41.3333%!important;height:38.0000%!important;}
.br-design-MV06 .cl-MV06-c{left:29.6667%!important;top:27.5000%!important;width:40.1667%!important;height:40.3333%!important;}
.br-design-MV06 .cl-MV06-d{left:5.0000%!important;top:49.3333%!important;width:41.5000%!important;height:37.1667%!important;}
.br-design-MV06 .cl-MV06-e{left:53.5000%!important;top:49.5000%!important;width:41.3333%!important;height:38.3333%!important;}

.br-design-MV07{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV07.webp?v=20260902-stable-merge-r1");}
.br-design-MV07 .cl-MV07-a{left:40.5000%!important;top:53.3333%!important;width:49.3333%!important;height:34.1667%!important;}
.br-design-MV07 .cl-MV07-b{left:10.0000%!important;top:8.3333%!important;width:49.5000%!important;height:32.6667%!important;}
.br-design-MV07 .cl-MV07-c{left:61.0000%!important;top:8.3333%!important;width:28.6667%!important;height:44.0000%!important;}
.br-design-MV07 .cl-MV07-d{left:10.1667%!important;top:42.0000%!important;width:29.0000%!important;height:41.6667%!important;}

.br-design-MV08{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV08.webp?v=20260902-stable-merge-r1");}
.br-design-MV08 .cl-MV08-a{left:9.0000%!important;top:10.3333%!important;width:82.0000%!important;height:32.5000%!important;}
.br-design-MV08 .cl-MV08-b{left:9.0000%!important;top:43.3333%!important;width:40.8333%!important;height:38.8333%!important;}
.br-design-MV08 .cl-MV08-c{left:50.3333%!important;top:43.3333%!important;width:40.6667%!important;height:38.8333%!important;}

.br-design-MV09{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV09.webp?v=20260902-stable-merge-r1");}
.br-design-MV09 .cl-MV09-a{left:32.0000%!important;top:9.8333%!important;width:36.0000%!important;height:73.8333%!important;}
.br-design-MV09 .cl-MV09-b{left:68.8333%!important;top:10.0000%!important;width:25.5000%!important;height:33.1667%!important;}
.br-design-MV09 .cl-MV09-c{left:5.6667%!important;top:10.1667%!important;width:25.1667%!important;height:33.1667%!important;}
.br-design-MV09 .cl-MV09-d{left:68.8333%!important;top:44.6667%!important;width:25.0000%!important;height:33.1667%!important;}
.br-design-MV09 .cl-MV09-e{left:6.0000%!important;top:45.0000%!important;width:24.8333%!important;height:27.5000%!important;}

.br-design-MV10{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV10.webp?v=20260902-stable-merge-r1");}
.br-design-MV10 .cl-MV10-a{left:8.3333%!important;top:55.1667%!important;width:83.3333%!important;height:26.1667%!important;}
.br-design-MV10 .cl-MV10-b{left:10.5000%!important;top:4.8333%!important;width:25.3333%!important;height:46.0000%!important;}
.br-design-MV10 .cl-MV10-c{left:36.6667%!important;top:4.8333%!important;width:26.8333%!important;height:46.0000%!important;}
.br-design-MV10 .cl-MV10-d{left:64.3333%!important;top:4.8333%!important;width:25.3333%!important;height:46.0000%!important;}

.br-design-MV11{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV11.webp?v=20260902-stable-merge-r1");}
.br-design-MV11 .cl-MV11-a{left:5.8333%!important;top:9.5000%!important;width:43.3333%!important;height:39.3333%!important;}
.br-design-MV11 .cl-MV11-b{left:50.1667%!important;top:9.5000%!important;width:43.6667%!important;height:39.3333%!important;}
.br-design-MV11 .cl-MV11-c{left:5.8333%!important;top:49.8333%!important;width:43.3333%!important;height:36.3333%!important;}
.br-design-MV11 .cl-MV11-d{left:50.1667%!important;top:49.8333%!important;width:43.6667%!important;height:36.3333%!important;}

.br-design-MV12{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV12.webp?v=20260902-stable-merge-r1");}
.br-design-MV12 .cl-MV12-a{left:7.1667%!important;top:5.6667%!important;width:87.3333%!important;height:37.8333%!important;}
.br-design-MV12 .cl-MV12-b{left:5.5000%!important;top:44.5000%!important;width:43.8333%!important;height:42.3333%!important;}
.br-design-MV12 .cl-MV12-c{left:50.5000%!important;top:44.5000%!important;width:44.1667%!important;height:42.5000%!important;}

.br-design-MV13{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV13.webp?v=20260902-stable-merge-r1");}
.br-design-MV13 .cl-MV13-a{left:11.0000%!important;top:7.0000%!important;width:38.1667%!important;height:41.5000%!important;}
.br-design-MV13 .cl-MV13-b{left:51.0000%!important;top:7.0000%!important;width:38.3333%!important;height:41.5000%!important;}
.br-design-MV13 .cl-MV13-c{left:10.5000%!important;top:50.6667%!important;width:38.6667%!important;height:41.3333%!important;}
.br-design-MV13 .cl-MV13-d{left:50.8333%!important;top:50.6667%!important;width:38.1667%!important;height:41.3333%!important;}

.br-design-MV14{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV14.webp?v=20260902-stable-merge-r1");}
.br-design-MV14 .cl-MV14-a{left:50.3333%!important;top:47.1667%!important;width:44.0000%!important;height:40.1667%!important;}
.br-design-MV14 .cl-MV14-b{left:5.6667%!important;top:9.8333%!important;width:29.1667%!important;height:36.5000%!important;}
.br-design-MV14 .cl-MV14-c{left:35.6667%!important;top:9.8333%!important;width:28.6667%!important;height:36.5000%!important;}
.br-design-MV14 .cl-MV14-d{left:65.1667%!important;top:9.8333%!important;width:29.1667%!important;height:36.5000%!important;}
.br-design-MV14 .cl-MV14-e{left:5.6667%!important;top:47.1667%!important;width:43.8333%!important;height:40.1667%!important;}

.br-design-MV15{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV15.webp?v=20260902-stable-merge-r1");}
.br-design-MV15 .cl-MV15-a{left:50.6667%!important;top:7.8333%!important;width:42.0000%!important;height:41.8333%!important;}
.br-design-MV15 .cl-MV15-b{left:6.8333%!important;top:7.8333%!important;width:42.3333%!important;height:41.8333%!important;}
.br-design-MV15 .cl-MV15-c{left:6.8333%!important;top:50.6667%!important;width:42.3333%!important;height:39.5000%!important;}
.br-design-MV15 .cl-MV15-d{left:50.5000%!important;top:50.6667%!important;width:42.1667%!important;height:39.5000%!important;}

.br-design-MV16{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV16.webp?v=20260902-stable-merge-r1");}
.br-design-MV16 .cl-MV16-a{left:5.0000%!important;top:7.0000%!important;width:90.0000%!important;height:43.0000%!important;}
.br-design-MV16 .cl-MV16-b{left:5.0000%!important;top:50.8333%!important;width:44.6667%!important;height:40.6667%!important;}
.br-design-MV16 .cl-MV16-c{left:50.3333%!important;top:50.8333%!important;width:44.6667%!important;height:40.6667%!important;}

.br-design-MV17{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV17.webp?v=20260902-stable-merge-r1");}
.br-design-MV17 .cl-MV17-a{left:6.6667%!important;top:7.3333%!important;width:42.5000%!important;height:37.8333%!important;}
.br-design-MV17 .cl-MV17-b{left:50.1667%!important;top:7.3333%!important;width:40.6667%!important;height:37.8333%!important;}
.br-design-MV17 .cl-MV17-c{left:2.0000%!important;top:46.3333%!important;width:33.6667%!important;height:38.6667%!important;}
.br-design-MV17 .cl-MV17-d{left:36.3333%!important;top:46.3333%!important;width:27.8333%!important;height:38.3333%!important;}
.br-design-MV17 .cl-MV17-e{left:65.0000%!important;top:46.3333%!important;width:32.0000%!important;height:38.1667%!important;}

.br-design-MV18{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV18.webp?v=20260902-stable-merge-r1");}
.br-design-MV18 .cl-MV18-a{left:18.3333%!important;top:5.6667%!important;width:63.3333%!important;height:42.6667%!important;}
.br-design-MV18 .cl-MV18-b{left:6.3333%!important;top:50.1667%!important;width:42.6667%!important;height:39.0000%!important;}
.br-design-MV18 .cl-MV18-c{left:50.8333%!important;top:50.1667%!important;width:42.6667%!important;height:42.5000%!important;}

.br-design-MV19{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV19.webp?v=20260902-stable-merge-r1");}
.br-design-MV19 .cl-MV19-a{left:50.3333%!important;top:8.8333%!important;width:39.8333%!important;height:40.0000%!important;}
.br-design-MV19 .cl-MV19-b{left:9.6667%!important;top:8.8333%!important;width:39.6667%!important;height:40.0000%!important;}
.br-design-MV19 .cl-MV19-c{left:9.6667%!important;top:49.6667%!important;width:39.6667%!important;height:38.1667%!important;}
.br-design-MV19 .cl-MV19-d{left:50.3333%!important;top:49.6667%!important;width:39.8333%!important;height:38.1667%!important;}

.br-design-MV20{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV20.webp?v=20260902-stable-merge-r1");}
.br-design-MV20 .cl-MV20-a{left:8.0000%!important;top:52.3333%!important;width:85.8333%!important;height:40.3333%!important;}
.br-design-MV20 .cl-MV20-b{left:8.3333%!important;top:9.5000%!important;width:41.0000%!important;height:41.6667%!important;}
.br-design-MV20 .cl-MV20-c{left:50.3333%!important;top:9.5000%!important;width:43.5000%!important;height:41.6667%!important;}

.br-design-MV21{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV21.webp?v=20260902-stable-merge-r1");}
.br-design-MV21 .cl-MV21-a{left:11.0000%!important;top:7.6667%!important;width:38.3333%!important;height:40.5000%!important;}
.br-design-MV21 .cl-MV21-b{left:50.6667%!important;top:7.6667%!important;width:38.0000%!important;height:40.6667%!important;}
.br-design-MV21 .cl-MV21-c{left:11.0000%!important;top:49.3333%!important;width:37.8333%!important;height:40.0000%!important;}
.br-design-MV21 .cl-MV21-d{left:50.5000%!important;top:49.3333%!important;width:38.1667%!important;height:40.0000%!important;}

.br-design-MV22{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV22.webp?v=20260902-stable-merge-r1");}
.br-design-MV22 .cl-MV22-a{left:7.1667%!important;top:16.3333%!important;width:40.3333%!important;height:40.6667%!important;}
.br-design-MV22 .cl-MV22-b{left:48.1667%!important;top:16.3333%!important;width:44.6667%!important;height:32.3333%!important;}
.br-design-MV22 .cl-MV22-c{left:48.1667%!important;top:49.1667%!important;width:44.6667%!important;height:35.0000%!important;}
.br-design-MV22 .cl-MV22-d{left:10.3333%!important;top:57.6667%!important;width:37.1667%!important;height:32.6667%!important;}

.br-design-MV23{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV23.webp?v=20260902-stable-merge-r1");}
.br-design-MV23 .cl-MV23-a{left:50.8333%!important;top:50.0000%!important;width:38.8333%!important;height:39.3333%!important;}
.br-design-MV23 .cl-MV23-b{left:10.1667%!important;top:10.5000%!important;width:38.8333%!important;height:37.8333%!important;}
.br-design-MV23 .cl-MV23-c{left:50.8333%!important;top:10.5000%!important;width:38.8333%!important;height:37.8333%!important;}
.br-design-MV23 .cl-MV23-d{left:10.1667%!important;top:50.0000%!important;width:38.8333%!important;height:39.3333%!important;}

.br-design-MV24{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV24.webp?v=20260902-stable-merge-r1");}
.br-design-MV24 .cl-MV24-a{left:14.8333%!important;top:7.3333%!important;width:40.3333%!important;height:42.3333%!important;}
.br-design-MV24 .cl-MV24-b{left:57.0000%!important;top:7.3333%!important;width:31.6667%!important;height:42.1667%!important;}
.br-design-MV24 .cl-MV24-c{left:14.6667%!important;top:51.3333%!important;width:30.5000%!important;height:40.3333%!important;}
.br-design-MV24 .cl-MV24-d{left:46.6667%!important;top:51.3333%!important;width:42.0000%!important;height:40.3333%!important;}

.br-design-MV25{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV25.webp?v=20260902-stable-merge-r1");}
.br-design-MV25 .cl-MV25-a{left:9.1667%!important;top:11.8333%!important;width:38.1667%!important;height:72.6667%!important;}
.br-design-MV25 .cl-MV25-b{left:49.3333%!important;top:11.8333%!important;width:40.5000%!important;height:34.6667%!important;}
.br-design-MV25 .cl-MV25-c{left:49.3333%!important;top:48.5000%!important;width:40.5000%!important;height:36.0000%!important;}

.br-design-MV26{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV26.webp?v=20260902-stable-merge-r1");}
.br-design-MV26 .cl-MV26-a{left:7.3333%!important;top:50.0000%!important;width:85.1667%!important;height:39.8333%!important;}
.br-design-MV26 .cl-MV26-b{left:7.3333%!important;top:8.8333%!important;width:42.5000%!important;height:39.6667%!important;}
.br-design-MV26 .cl-MV26-c{left:50.1667%!important;top:8.8333%!important;width:42.3333%!important;height:39.6667%!important;}

.br-design-MV27{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV27.webp?v=20260902-stable-merge-r1");}
.br-design-MV27 .cl-MV27-a{left:9.8333%!important;top:16.1667%!important;width:42.5000%!important;height:69.6667%!important;}
.br-design-MV27 .cl-MV27-b{left:53.8333%!important;top:16.1667%!important;width:34.3333%!important;height:33.1667%!important;}
.br-design-MV27 .cl-MV27-c{left:53.8333%!important;top:50.8333%!important;width:34.3333%!important;height:35.0000%!important;}

.br-design-MV28{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV28.webp?v=20260902-stable-merge-r1");}
.br-design-MV28 .cl-MV28-a{left:51.0000%!important;top:16.8333%!important;width:37.1667%!important;height:32.6667%!important;}
.br-design-MV28 .cl-MV28-b{left:12.1667%!important;top:16.8333%!important;width:36.6667%!important;height:33.0000%!important;}
.br-design-MV28 .cl-MV28-c{left:50.8333%!important;top:51.8333%!important;width:37.3333%!important;height:32.3333%!important;}
.br-design-MV28 .cl-MV28-d{left:12.1667%!important;top:52.0000%!important;width:36.6667%!important;height:32.1667%!important;}

.br-design-MV29{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV29.webp?v=20260902-stable-merge-r1");}
.br-design-MV29 .cl-MV29-a{left:47.6667%!important;top:25.8333%!important;width:42.8333%!important;height:57.1667%!important;}
.br-design-MV29 .cl-MV29-b{left:10.6667%!important;top:20.0000%!important;width:35.1667%!important;height:32.6667%!important;}
.br-design-MV29 .cl-MV29-c{left:10.6667%!important;top:54.1667%!important;width:35.1667%!important;height:32.1667%!important;}

.br-design-MV30{--br-thematic-art:url("../assets/designs/Motores_y_Velocidad/MV30.webp?v=20260913-r68-designs");}
.br-design-MV30 .cl-MV30-a{left:10.8333%!important;top:6.1667%!important;width:43.0000%!important;height:42.6667%!important;}
.br-design-MV30 .cl-MV30-b{left:55.1667%!important;top:15.8333%!important;width:34.0000%!important;height:33.0000%!important;}
.br-design-MV30 .cl-MV30-c{left:46.3333%!important;top:50.5000%!important;width:42.8333%!important;height:41.3333%!important;}
.br-design-MV30 .cl-MV30-d{left:15.3333%!important;top:50.8333%!important;width:29.3333%!important;height:30.6667%!important;}

.br-design-VR01{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR01.webp?v=20260902-stable-merge-r1");}
.br-design-VR01 .cl-VR01-a{left:11.0000%!important;top:7.0000%!important;width:79.3333%!important;height:38.1667%!important;}
.br-design-VR01 .cl-VR01-b{left:11.0000%!important;top:46.0000%!important;width:25.6667%!important;height:41.8333%!important;}
.br-design-VR01 .cl-VR01-c{left:37.5000%!important;top:46.0000%!important;width:26.1667%!important;height:41.8333%!important;}
.br-design-VR01 .cl-VR01-d{left:64.5000%!important;top:46.0000%!important;width:25.6667%!important;height:41.8333%!important;}

.br-design-VR02{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR02.webp?v=20260902-stable-merge-r1");}
.br-design-VR02 .cl-VR02-a{left:62.1667%!important;top:9.8333%!important;width:25.0000%!important;height:45.6667%!important;}
.br-design-VR02 .cl-VR02-b{left:12.1667%!important;top:9.8333%!important;width:24.8333%!important;height:45.6667%!important;}
.br-design-VR02 .cl-VR02-c{left:37.8333%!important;top:9.8333%!important;width:23.5000%!important;height:45.6667%!important;}
.br-design-VR02 .cl-VR02-d{left:12.1667%!important;top:56.3333%!important;width:36.8333%!important;height:28.8333%!important;}
.br-design-VR02 .cl-VR02-e{left:49.8333%!important;top:56.3333%!important;width:37.3333%!important;height:28.8333%!important;}

.br-design-VR03{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR03.webp?v=20260902-stable-merge-r1");}
.br-design-VR03 .cl-VR03-a{left:14.0000%!important;top:6.3333%!important;width:31.1667%!important;height:72.8333%!important;}
.br-design-VR03 .cl-VR03-b{left:45.8333%!important;top:6.3333%!important;width:43.1667%!important;height:36.0000%!important;}
.br-design-VR03 .cl-VR03-c{left:45.8333%!important;top:43.0000%!important;width:43.1667%!important;height:36.1667%!important;}

.br-design-VR04{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR04.webp?v=20260902-stable-merge-r1");}
.br-design-VR04 .cl-VR04-a{left:12.5000%!important;top:46.5000%!important;width:38.5000%!important;height:36.3333%!important;}
.br-design-VR04 .cl-VR04-b{left:14.3333%!important;top:9.1667%!important;width:36.6667%!important;height:36.3333%!important;}
.br-design-VR04 .cl-VR04-c{left:52.1667%!important;top:11.5000%!important;width:32.0000%!important;height:34.0000%!important;}
.br-design-VR04 .cl-VR04-d{left:52.1667%!important;top:46.5000%!important;width:32.0000%!important;height:34.3333%!important;}

.br-design-VR05{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR05.webp?v=20260902-stable-merge-r1");}
.br-design-VR05 .cl-VR05-a{left:54.6667%!important;top:51.8333%!important;width:32.8333%!important;height:37.0000%!important;}
.br-design-VR05 .cl-VR05-b{left:12.5000%!important;top:7.6667%!important;width:32.8333%!important;height:34.8333%!important;}
.br-design-VR05 .cl-VR05-c{left:54.6667%!important;top:7.6667%!important;width:32.8333%!important;height:34.8333%!important;}
.br-design-VR05 .cl-VR05-d{left:35.8333%!important;top:33.3333%!important;width:28.3333%!important;height:28.1667%!important;}
.br-design-VR05 .cl-VR05-e{left:12.5000%!important;top:51.8333%!important;width:32.8333%!important;height:37.0000%!important;}

.br-design-VR06{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR06.webp?v=20260902-stable-merge-r1");}
.br-design-VR06 .cl-VR06-a{left:12.1667%!important;top:46.6667%!important;width:43.6667%!important;height:38.5000%!important;}
.br-design-VR06 .cl-VR06-b{left:12.1667%!important;top:8.8333%!important;width:43.6667%!important;height:36.1667%!important;}
.br-design-VR06 .cl-VR06-c{left:58.0000%!important;top:8.8333%!important;width:31.6667%!important;height:23.1667%!important;}
.br-design-VR06 .cl-VR06-d{left:58.0000%!important;top:33.3333%!important;width:31.6667%!important;height:21.6667%!important;}
.br-design-VR06 .cl-VR06-e{left:57.8333%!important;top:56.3333%!important;width:31.8333%!important;height:28.8333%!important;}

.br-design-VR07{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR07.webp?v=20260902-stable-merge-r1");}
.br-design-VR07 .cl-VR07-a{left:9.1667%!important;top:6.8333%!important;width:81.5000%!important;height:36.5000%!important;}
.br-design-VR07 .cl-VR07-b{left:9.1667%!important;top:44.1667%!important;width:39.6667%!important;height:41.0000%!important;}
.br-design-VR07 .cl-VR07-c{left:49.5000%!important;top:44.1667%!important;width:41.1667%!important;height:41.0000%!important;}

.br-design-VR08{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR08.webp?v=20260902-stable-merge-r1");}
.br-design-VR08 .cl-VR08-a{left:33.6667%!important;top:9.5000%!important;width:32.5000%!important;height:75.3333%!important;}
.br-design-VR08 .cl-VR08-b{left:9.5000%!important;top:9.5000%!important;width:22.1667%!important;height:36.0000%!important;}
.br-design-VR08 .cl-VR08-c{left:68.1667%!important;top:9.5000%!important;width:22.1667%!important;height:36.0000%!important;}
.br-design-VR08 .cl-VR08-d{left:9.5000%!important;top:47.5000%!important;width:22.1667%!important;height:33.8333%!important;}
.br-design-VR08 .cl-VR08-e{left:68.1667%!important;top:47.5000%!important;width:22.1667%!important;height:33.5000%!important;}

.br-design-VR09{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR09.webp?v=20260902-stable-merge-r1");}
.br-design-VR09 .cl-VR09-a{left:12.0000%!important;top:8.3333%!important;width:43.1667%!important;height:30.1667%!important;}
.br-design-VR09 .cl-VR09-b{left:56.1667%!important;top:9.6667%!important;width:27.5000%!important;height:40.0000%!important;}
.br-design-VR09 .cl-VR09-c{left:18.1667%!important;top:39.8333%!important;width:25.1667%!important;height:40.0000%!important;}
.br-design-VR09 .cl-VR09-d{left:44.5000%!important;top:51.0000%!important;width:44.3333%!important;height:29.8333%!important;}

.br-design-VR10{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR10.webp?v=20260902-stable-merge-r1");}
.br-design-VR10 .cl-VR10-a{left:13.3333%!important;top:8.6667%!important;width:48.3333%!important;height:38.6667%!important;}
.br-design-VR10 .cl-VR10-b{left:62.1667%!important;top:8.6667%!important;width:28.0000%!important;height:24.5000%!important;}
.br-design-VR10 .cl-VR10-c{left:62.1667%!important;top:33.6667%!important;width:28.0000%!important;height:24.0000%!important;}
.br-design-VR10 .cl-VR10-d{left:13.3333%!important;top:47.6667%!important;width:48.3333%!important;height:35.3333%!important;}
.br-design-VR10 .cl-VR10-e{left:62.1667%!important;top:58.3333%!important;width:28.0000%!important;height:24.6667%!important;}

.br-design-VR11{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR11.webp?v=20260902-stable-merge-r1");}
.br-design-VR11 .cl-VR11-a{left:12.6667%!important;top:7.8333%!important;width:34.1667%!important;height:74.5000%!important;}
.br-design-VR11 .cl-VR11-b{left:47.6667%!important;top:8.3333%!important;width:41.5000%!important;height:35.8333%!important;}
.br-design-VR11 .cl-VR11-c{left:47.6667%!important;top:45.0000%!important;width:41.5000%!important;height:37.0000%!important;}

.br-design-VR12{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR12.webp?v=20260902-stable-merge-r1");}
.br-design-VR12 .cl-VR12-a{left:35.1667%!important;top:9.3333%!important;width:29.0000%!important;height:74.3333%!important;}
.br-design-VR12 .cl-VR12-b{left:12.6667%!important;top:9.3333%!important;width:21.5000%!important;height:34.0000%!important;}
.br-design-VR12 .cl-VR12-c{left:65.3333%!important;top:9.3333%!important;width:22.0000%!important;height:34.0000%!important;}
.br-design-VR12 .cl-VR12-d{left:12.6667%!important;top:44.1667%!important;width:21.5000%!important;height:39.5000%!important;}
.br-design-VR12 .cl-VR12-e{left:65.3333%!important;top:44.1667%!important;width:22.0000%!important;height:39.5000%!important;}

.br-design-VR13{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR13.webp?v=20260902-stable-merge-r1");}
.br-design-VR13 .cl-VR13-a{left:10.8333%!important;top:5.1667%!important;width:39.0000%!important;height:44.5000%!important;}
.br-design-VR13 .cl-VR13-b{left:50.3333%!important;top:5.3333%!important;width:38.8333%!important;height:44.3333%!important;}
.br-design-VR13 .cl-VR13-c{left:10.8333%!important;top:50.1667%!important;width:39.0000%!important;height:44.1667%!important;}
.br-design-VR13 .cl-VR13-d{left:50.3333%!important;top:50.1667%!important;width:38.8333%!important;height:44.1667%!important;}

.br-design-VR14{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR14.webp?v=20260902-stable-merge-r1");}
.br-design-VR14 .cl-VR14-a{left:50.3333%!important;top:55.5000%!important;width:38.6667%!important;height:38.6667%!important;}
.br-design-VR14 .cl-VR14-b{left:10.1667%!important;top:5.3333%!important;width:25.8333%!important;height:49.1667%!important;}
.br-design-VR14 .cl-VR14-c{left:36.6667%!important;top:5.3333%!important;width:26.0000%!important;height:49.1667%!important;}
.br-design-VR14 .cl-VR14-d{left:63.3333%!important;top:5.3333%!important;width:25.6667%!important;height:49.1667%!important;}
.br-design-VR14 .cl-VR14-e{left:10.1667%!important;top:55.5000%!important;width:39.3333%!important;height:38.6667%!important;}

.br-design-VR15{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR15.webp?v=20260902-stable-merge-r1");}
.br-design-VR15 .cl-VR15-a{left:44.0000%!important;top:52.0000%!important;width:48.8333%!important;height:45.0000%!important;}
.br-design-VR15 .cl-VR15-b{left:55.1667%!important;top:3.6667%!important;width:33.5000%!important;height:47.0000%!important;}
.br-design-VR15 .cl-VR15-c{left:10.6667%!important;top:4.6667%!important;width:43.3333%!important;height:35.1667%!important;}
.br-design-VR15 .cl-VR15-d{left:10.6667%!important;top:41.3333%!important;width:32.1667%!important;height:55.5000%!important;}

.br-design-VR16{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR16.webp?v=20260902-stable-merge-r1");}
.br-design-VR16 .cl-VR16-a{left:9.1667%!important;top:4.6667%!important;width:81.6667%!important;height:34.6667%!important;}
.br-design-VR16 .cl-VR16-b{left:9.1667%!important;top:40.6667%!important;width:40.1667%!important;height:53.5000%!important;}
.br-design-VR16 .cl-VR16-c{left:50.6667%!important;top:40.8333%!important;width:40.1667%!important;height:53.3333%!important;}

.br-design-VR17{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR17.webp?v=20260902-stable-merge-r1");}
.br-design-VR17 .cl-VR17-a{left:7.5000%!important;top:51.6667%!important;width:38.1667%!important;height:42.0000%!important;}
.br-design-VR17 .cl-VR17-b{left:7.8333%!important;top:5.5000%!important;width:37.6667%!important;height:35.8333%!important;}
.br-design-VR17 .cl-VR17-c{left:54.0000%!important;top:5.5000%!important;width:39.3333%!important;height:36.0000%!important;}
.br-design-VR17 .cl-VR17-d{left:34.6667%!important;top:31.6667%!important;width:30.6667%!important;height:30.5000%!important;}
.br-design-VR17 .cl-VR17-e{left:54.5000%!important;top:51.8333%!important;width:38.6667%!important;height:42.0000%!important;}

.br-design-VR18{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR18.webp?v=20260902-stable-merge-r1");}
.br-design-VR18 .cl-VR18-a{left:8.6667%!important;top:3.6667%!important;width:47.8333%!important;height:42.8333%!important;}
.br-design-VR18 .cl-VR18-b{left:57.8333%!important;top:3.6667%!important;width:35.0000%!important;height:27.5000%!important;}
.br-design-VR18 .cl-VR18-c{left:57.8333%!important;top:32.5000%!important;width:35.0000%!important;height:26.0000%!important;}
.br-design-VR18 .cl-VR18-d{left:8.6667%!important;top:47.8333%!important;width:47.8333%!important;height:46.8333%!important;}
.br-design-VR18 .cl-VR18-e{left:57.8333%!important;top:59.6667%!important;width:35.0000%!important;height:35.1667%!important;}

.br-design-VR19{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR19.webp?v=20260902-stable-merge-r1");}
.br-design-VR19 .cl-VR19-a{left:7.8333%!important;top:4.5000%!important;width:84.3333%!important;height:38.3333%!important;}
.br-design-VR19 .cl-VR19-b{left:7.8333%!important;top:44.0000%!important;width:27.0000%!important;height:45.0000%!important;}
.br-design-VR19 .cl-VR19-c{left:36.3333%!important;top:44.0000%!important;width:27.1667%!important;height:45.0000%!important;}
.br-design-VR19 .cl-VR19-d{left:65.0000%!important;top:44.0000%!important;width:27.1667%!important;height:44.8333%!important;}

.br-design-VR20{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR20.webp?v=20260902-stable-merge-r1");}
.br-design-VR20 .cl-VR20-a{left:7.1667%!important;top:4.1667%!important;width:28.0000%!important;height:53.5000%!important;}
.br-design-VR20 .cl-VR20-b{left:36.5000%!important;top:4.1667%!important;width:26.8333%!important;height:53.5000%!important;}
.br-design-VR20 .cl-VR20-c{left:64.8333%!important;top:4.1667%!important;width:27.5000%!important;height:53.5000%!important;}
.br-design-VR20 .cl-VR20-d{left:5.5000%!important;top:59.1667%!important;width:43.5000%!important;height:33.0000%!important;}
.br-design-VR20 .cl-VR20-e{left:50.3333%!important;top:59.1667%!important;width:42.6667%!important;height:33.0000%!important;}

.br-design-VR21{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR21.webp?v=20260902-stable-merge-r1");}
.br-design-VR21 .cl-VR21-a{left:64.8333%!important;top:3.1667%!important;width:27.8333%!important;height:57.8333%!important;}
.br-design-VR21 .cl-VR21-b{left:7.6667%!important;top:3.1667%!important;width:27.5000%!important;height:57.6667%!important;}
.br-design-VR21 .cl-VR21-c{left:37.1667%!important;top:3.1667%!important;width:25.8333%!important;height:57.6667%!important;}
.br-design-VR21 .cl-VR21-d{left:7.5000%!important;top:62.5000%!important;width:41.5000%!important;height:31.5000%!important;}
.br-design-VR21 .cl-VR21-e{left:50.5000%!important;top:62.5000%!important;width:42.1667%!important;height:31.6667%!important;}

.br-design-VR22{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR22.webp?v=20260902-stable-merge-r1");}
.br-design-VR22 .cl-VR22-a{left:10.3333%!important;top:5.0000%!important;width:37.6667%!important;height:88.1667%!important;}
.br-design-VR22 .cl-VR22-b{left:49.6667%!important;top:5.0000%!important;width:41.6667%!important;height:41.3333%!important;}
.br-design-VR22 .cl-VR22-c{left:49.6667%!important;top:48.0000%!important;width:41.8333%!important;height:45.1667%!important;}

.br-design-VR23{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR23.webp?v=20260902-stable-merge-r1");}
.br-design-VR23 .cl-VR23-a{left:13.8333%!important;top:6.3333%!important;width:35.8333%!important;height:43.6667%!important;}
.br-design-VR23 .cl-VR23-b{left:50.6667%!important;top:6.3333%!important;width:35.5000%!important;height:43.3333%!important;}
.br-design-VR23 .cl-VR23-c{left:13.8333%!important;top:50.6667%!important;width:35.6667%!important;height:43.0000%!important;}
.br-design-VR23 .cl-VR23-d{left:50.6667%!important;top:50.6667%!important;width:35.5000%!important;height:43.0000%!important;}

.br-design-VR24{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR24.webp?v=20260902-stable-merge-r1");}
.br-design-VR24 .cl-VR24-a{left:54.3333%!important;top:5.0000%!important;width:39.5000%!important;height:40.3333%!important;}
.br-design-VR24 .cl-VR24-b{left:6.5000%!important;top:5.0000%!important;width:39.3333%!important;height:40.3333%!important;}
.br-design-VR24 .cl-VR24-c{left:33.8333%!important;top:31.0000%!important;width:32.6667%!important;height:33.1667%!important;}
.br-design-VR24 .cl-VR24-d{left:6.6667%!important;top:49.8333%!important;width:39.1667%!important;height:44.6667%!important;}
.br-design-VR24 .cl-VR24-e{left:54.5000%!important;top:49.8333%!important;width:39.6667%!important;height:46.6667%!important;}

.br-design-VR25{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR25.webp?v=20260902-stable-merge-r1");}
.br-design-VR25 .cl-VR25-a{left:11.3333%!important;top:3.8333%!important;width:80.1667%!important;height:35.6667%!important;}
.br-design-VR25 .cl-VR25-b{left:11.1667%!important;top:40.5000%!important;width:26.1667%!important;height:49.1667%!important;}
.br-design-VR25 .cl-VR25-c{left:38.5000%!important;top:40.5000%!important;width:26.0000%!important;height:49.1667%!important;}
.br-design-VR25 .cl-VR25-d{left:65.6667%!important;top:40.5000%!important;width:25.8333%!important;height:49.1667%!important;}

.br-design-VR26{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR26.webp?v=20260902-stable-merge-r1");}
.br-design-VR26 .cl-VR26-a{left:8.8333%!important;top:3.3333%!important;width:82.5000%!important;height:40.5000%!important;}
.br-design-VR26 .cl-VR26-b{left:8.8333%!important;top:44.6667%!important;width:40.6667%!important;height:51.0000%!important;}
.br-design-VR26 .cl-VR26-c{left:50.6667%!important;top:44.6667%!important;width:40.5000%!important;height:51.0000%!important;}

.br-design-VR27{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR27.webp?v=20260902-stable-merge-r1");}
.br-design-VR27 .cl-VR27-a{left:6.5000%!important;top:48.3333%!important;width:51.5000%!important;height:47.1667%!important;}
.br-design-VR27 .cl-VR27-b{left:6.5000%!important;top:4.1667%!important;width:51.5000%!important;height:43.1667%!important;}
.br-design-VR27 .cl-VR27-c{left:59.8333%!important;top:4.1667%!important;width:33.5000%!important;height:29.3333%!important;}
.br-design-VR27 .cl-VR27-d{left:59.8333%!important;top:34.6667%!important;width:33.5000%!important;height:26.3333%!important;}
.br-design-VR27 .cl-VR27-e{left:59.8333%!important;top:62.1667%!important;width:33.5000%!important;height:33.3333%!important;}

.br-design-VR28{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR28.webp?v=20260902-stable-merge-r1");}
.br-design-VR28 .cl-VR28-a{left:10.3333%!important;top:4.0000%!important;width:79.1667%!important;height:39.1667%!important;}
.br-design-VR28 .cl-VR28-b{left:10.3333%!important;top:45.0000%!important;width:38.5000%!important;height:48.0000%!important;}
.br-design-VR28 .cl-VR28-c{left:50.6667%!important;top:45.0000%!important;width:38.8333%!important;height:48.0000%!important;}

.br-design-VR29{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR29.webp?v=20260902-stable-merge-r1");}
.br-design-VR29 .cl-VR29-a{left:33.3333%!important;top:3.3333%!important;width:33.1667%!important;height:93.3333%!important;}
.br-design-VR29 .cl-VR29-b{left:6.0000%!important;top:3.3333%!important;width:25.1667%!important;height:38.3333%!important;}
.br-design-VR29 .cl-VR29-c{left:68.3333%!important;top:3.3333%!important;width:25.3333%!important;height:38.3333%!important;}
.br-design-VR29 .cl-VR29-d{left:6.0000%!important;top:43.5000%!important;width:25.1667%!important;height:52.3333%!important;}
.br-design-VR29 .cl-VR29-e{left:68.3333%!important;top:43.5000%!important;width:25.1667%!important;height:49.3333%!important;}

.br-design-VR30{--br-thematic-art:url("../assets/designs/Vintage_y_Retro/VR30.webp?v=20260913-r68-designs");}
.br-design-VR30 .cl-VR30-a{left:8.8333%!important;top:3.1667%!important;width:40.1667%!important;height:45.0000%!important;}
.br-design-VR30 .cl-VR30-b{left:50.8333%!important;top:3.1667%!important;width:40.0000%!important;height:45.0000%!important;}
.br-design-VR30 .cl-VR30-c{left:8.8333%!important;top:50.3333%!important;width:40.1667%!important;height:44.8333%!important;}
.br-design-VR30 .cl-VR30-d{left:50.8333%!important;top:50.3333%!important;width:40.0000%!important;height:44.8333%!important;}
