/* Resultados Carousel v2 styles */
.scar2-inner{background:#f6f8fd;border-radius:16px;padding:28px 20px 48px;position:relative;height:100%;display:flex;flex-direction:column}
.scar2-inner h4{font:700 18px/1.3 "Inter",sans-serif;margin:0 0 10px;color:#004077}
.scar2-inner p{font:14px/1.5 "Inter",sans-serif;margin:0;color:#004077}
.scar2-ico{position:absolute;right:12px;bottom:12px;width:28px;height:28px;border-radius:6px;background:#004077;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px}
.scar2-prev,.scar2-next{position:absolute;top:-52px;width:32px;height:32px;border:1px solid #004077;border-radius:50%;background:#fff;cursor:pointer;z-index:10}
.scar2-prev{right:72px}.scar2-next{right:24px}
.scar2-prev::before,.scar2-next::before{content:'';display:block;width:8px;height:8px;border-top:2px solid #004077;border-right:2px solid #004077;transform:rotate(225deg);position:absolute;top:50%;left:50%;margin:-5px 0 0 -3px}
.scar2-next::before{transform:rotate(45deg);margin-left:-5px}
