// // Button groups // -------------------------------------------------- // Make the div behave like a button .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; // match .btn alignment given font-size hack above > .btn { position: relative; float: left; // Bring the "active" button to the front &:hover, &:focus, &:active, &.active { z-index: 2; } &:focus { // Remove focus outline when dropdown JS adds it after closing the menu outline: 0; } } } // Prevent double borders when buttons are next to each other .btn-group { .btn + .btn, .btn + .btn-group, .btn-group + .btn, .btn-group + .btn-group { margin-left: -1px; } } // Optional: Group multiple button groups together for a toolbar .btn-toolbar { margin-left: -5px; // Offset the first child's margin &:extend(.clearfix all); .btn-group, .input-group { float: left; } > .btn, > .btn-group, > .input-group { margin-left: 5px; } } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } // Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match .btn-group > .btn:first-child { margin-left: 0; &:not(:last-child):not(.dropdown-toggle) { .border-right-radius(0); } } // Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { .border-left-radius(0); } // Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group) .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child { > .btn:last-child, > .dropdown-toggle { .border-right-radius(0); } } .btn-group > .btn-group:last-child > .btn:first-child { .border-left-radius(0); } // On active and open, don't show outline .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } // Sizing // // Remix the default button sizing classes into new ones for easier manipulation. .btn-group-xs > .btn { &:extend(.btn-xs); } .btn-group-sm > .btn { &:extend(.btn-sm); } .btn-group-lg > .btn { &:extend(.btn-lg); } // Split button dropdowns // ---------------------- // Give the line between buttons some depth .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } // The clickable button for toggling the menu // Remove the gradient and set the same inset shadow as the :active state .btn-group.open .dropdown-toggle { .box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); // Show no shadow for `.btn-link` since it has no other button styles. &.btn-link { .box-shadow(none); } } // Reposition the caret .btn .caret { margin-left: 0; } // Carets in other button sizes .btn-lg .caret { border-width: @caret-width-large @caret-width-large 0; border-bottom-width: 0; } // Upside down carets for .dropup .dropup .btn-lg .caret { border-width: 0 @caret-width-large @caret-width-large; } // Vertical button groups // ---------------------- .btn-group-vertical { > .btn, > .btn-group, > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } // Clear floats so dropdown menus can be properly placed > .btn-group { &:extend(.clearfix all); > .btn { float: none; } } > .btn + .btn, > .btn + .btn-group, > .btn-group + .btn, > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } } .btn-group-vertical > .btn { &:not(:first-child):not(:last-child) { border-radius: 0; } &:first-child:not(:last-child) { border-top-right-radius: @border-radius-base; .border-bottom-radius(0); } &:last-child:not(:first-child) { border-bottom-left-radius: @border-radius-base; .border-top-radius(0); } } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) { > .btn:last-child, > .dropdown-toggle { .border-bottom-radius(0); } } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { .border-top-radius(0); } // Justified button groups // ---------------------- .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; > .btn, > .btn-group { float: none; display: table-cell; width: 1%; } > .btn-group .btn { width: 100%; } > .btn-group .dropdown-menu { left: auto; } } // Checkbox and radio options // // In order to support the browser's form validation feedback, powered by the // `required` attribute, we have to "hide" the inputs via `opacity`. We cannot // use `display: none;` or `visibility: hidden;` as that also hides the popover. // This way, we ensure a DOM element is visible to position the popover from. // // See https://github.com/twbs/bootstrap/pull/12794 for more. [data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] { position: absolute; z-index: -1; .opacity(0); } .elementor-animation-grow-rotate { transition-duration: 0.3s; transition-property: transform; } .elementor-animation-grow-rotate:active, .elementor-animation-grow-rotate:focus, .elementor-animation-grow-rotate:hover { transform: scale(1.1) rotate(4deg); } {"id":30677,"date":"2026-02-23T23:38:13","date_gmt":"2026-02-23T22:38:13","guid":{"rendered":"https:\/\/www.solucionessmart.com.uy\/smartporteria\/?p=30677"},"modified":"2026-02-23T23:38:16","modified_gmt":"2026-02-23T22:38:16","slug":"%e6%9c%80%e6%96%b0%e3%81%ae%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%87%e3%83%b3%e3%83%95%e3%82%a1%e3%83%a9%e3%82%aa%e3%82%b9%e3%83%ad%e3%83%83%e3%83%88%e3%80%82%e7%84%a1%e6%96%99%e3%81%ae%e3%83%ad%e3%83%bc","status":"publish","type":"post","link":"https:\/\/www.solucionessmart.com.uy\/smartporteria\/2026\/02\/23\/%e6%9c%80%e6%96%b0%e3%81%ae%e3%82%b4%e3%83%bc%e3%83%ab%e3%83%87%e3%83%b3%e3%83%95%e3%82%a1%e3%83%a9%e3%82%aa%e3%82%b9%e3%83%ad%e3%83%83%e3%83%88%e3%80%82%e7%84%a1%e6%96%99%e3%81%ae%e3%83%ad%e3%83%bc\/","title":{"rendered":"\u6700\u65b0\u306e\u30b4\u30fc\u30eb\u30c7\u30f3\u30d5\u30a1\u30e9\u30aa\u30b9\u30ed\u30c3\u30c8\u3002\u7121\u6599\u306e\u30ed\u30fc\u30ab\u30eb\u30ab\u30b8\u30ce\u30b2\u30fc\u30e0\u3092\u30aa\u30f3\u30e9\u30a4\u30f3\u3067\u304a\u697d\u3057\u307f\u304f\u3060\u3055\u3044\u3002"},"content":{"rendered":"
\u30b3\u30f3\u30c6\u30f3\u30c4<\/p>\n
Pharaohs Silver 20\u3067\u7372\u5f97\u3067\u304d\u308b\u52dd\u5229\u91d1\u306e\u4e0a\u9650\u306f\u3044\u304f\u3089\u3067\u3059\u304b\uff1f\u672c\u683c\u7684\u306b\u30d7\u30ec\u30a4\u3059\u308b\u524d\u306b\u904b\u8a66\u3057\u3092\u3057\u305f\u3044\u65b9\u306f\u3001Pharaohs Silver 20\u306e\u30c8\u30e9\u30a4\u30a2\u30eb\u7248\u3092\u30aa\u30f3\u30e9\u30a4\u30f3\u3067\u3054\u5229\u7528\u3044\u305f\u3060\u3051\u307e\u3059\u3002\u5192\u967a\u3084\u5229\u76ca\u3092\u5931\u3046\u3088\u308a\u3082\u3001\u6c17\u8efd\u306b\u30ae\u30e3\u30f3\u30d6\u30eb\u3092\u697d\u3057\u307f\u305f\u3044\u65b9\u306b\u6700\u9069\u3067\u3059\u3002\u307e\u305f\u3001\u3053\u306e\u30b2\u30fc\u30e0\u306b\u306f\u30b5\u30d7\u30e9\u30a4\u30ba\u8981\u7d20\u304c\u3042\u308a\u3001\u7a81\u7136\u30e9\u30f3\u30c0\u30e0\u306a\u5229\u76ca\u304c\u51fa\u308b\u3053\u3068\u3082\u3042\u308a\u307e\u3059\uff01<\/p>\n
Pharaoh's Luck\u30ab\u30b8\u30ce\u30b9\u30ed\u30c3\u30c8\u30b2\u30fc\u30e0\u306b\u306f\u3001\u30d5\u30ea\u30fc\u30b9\u30d4\u30f3\u8981\u7d20\u3082\u642d\u8f09\u3055\u308c\u3066\u304a\u308a\u3001\u9078\u629e\u3057\u3066\u30d7\u30ec\u30a4\u3059\u308b\u30de\u30a4\u30af\u30ed\u30b2\u30fc\u30e0\u3092\u697d\u3057\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002Pharaoh's Fortune\u30aa\u30f3\u30e9\u30a4\u30f3\u30b9\u30ed\u30c3\u30c8\u306f\u3001\u5404\u30d7\u30ec\u30a4\u30e4\u30fc\u304c\u30d9\u30fc\u30b9\u30b2\u30fc\u30e0\u3068\u30dc\u30fc\u30ca\u30b9\u30b2\u30fc\u30e0\u30b5\u30a4\u30af\u30eb\u3092\u6240\u6709\u3067\u304d\u308b\u3088\u3046\u3001DOS\u30da\u30a4\u30c6\u30fc\u30d6\u30eb\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30ca\u30c3\u30c4\u30b7\u30f3\u30dc\u30eb\u306e\u3042\u308b\u30ea\u30fc\u30eb\u3092\u3059\u3079\u3066\u63c3\u3048\u308b\u3053\u3068\u3067\u3001\u8cde\u91d1\u3092\u7372\u5f97\u3067\u304d\u307e\u3059\u3002<\/p>\n
1\u56de\u306e\u30b9\u30d4\u30f3\u3067\u7372\u5f97\u3067\u304d\u308b\u6700\u9ad8\u8cde\u91d1\u306f\u3001\u30d4\u30e9\u30df\u30c3\u30c9\u30a2\u30a4\u30b3\u30f3\u3092\u63c3\u3048\u30661\u4e07\u30b3\u30a4\u30f3\u3067\u3059\u3002\u672c\u7269\u306e\u30af\u30e9\u30b7\u30c3\u30af\u30b2\u30fc\u30e0\u304c\u597d\u304d\u306a\u65b9\u306b\u3082\u3001\u4f55\u767e\u4e07\u901a\u308a\u3082\u306e\u52dd\u3061\u65b9\u304c\u3042\u308b\u6700\u65b0\u30b2\u30fc\u30e0\u304b\u3089\u629c\u3051\u51fa\u3057\u3066\u6c17\u5206\u8ee2\u63db\u3092\u3057\u305f\u3044\u65b9\u306b\u3082\u3001\u3053\u306e\u30b9\u30ed\u30c3\u30c8\u306f\u307e\u3055\u306b\u3046\u3063\u3066\u3064\u3051\u3067\u3059\u3002IGT\u30b9\u30ed\u30c3\u30c8\u306f\u591a\u304f\u306e\u30aa\u30f3\u30e9\u30a4\u30f3\u30ab\u30b8\u30ce\u3067\u63d0\u4f9b\u3055\u308c\u3066\u304a\u308a\u3001\u7121\u6599\u7248\u3068\u30ea\u30a2\u30eb\u30de\u30cd\u30fc\u7248\u306e\u4e21\u65b9\u3092\u63d0\u4f9b\u3057\u3066\u3044\u308b\u904b\u55b6\u696d\u8005\u3092\u898b\u3064\u3051\u308b\u306e\u306b\u82e6\u52b4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u305d\u306e\u305f\u3081\u3001Pharaoh's Chance\u30b9\u30ed\u30c3\u30c8\u306e100%\u7121\u6599\u30b9\u30d4\u30f3\u30dc\u30fc\u30ca\u30b9\u306f\u3001\u52dd\u5229\u3092\u5897\u3084\u3059\u305f\u3081\u306e\u7d20\u6674\u3089\u3057\u3044\u65b9\u6cd5\u3067\u3059\u3002<\/p>\n
\u7e70\u308a\u8fd4\u3057\u306b\u306a\u308a\u307e\u3059\u304c\u3001\u4f7f\u3044\u65b9\u306f\u7c21\u5358\u3067\u3001\u81ea\u52d5\u518d\u751f\u306b\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002\u305f\u3068\u3048\u6700\u4f4e\u984d\u306b\u7559\u307e\u3063\u305f\u3068\u3057\u3066\u3082\u3001\u65b0\u3057\u3044\u8ced\u3051\u91d1\u306f\u3059\u3079\u3066\u306e\u30da\u30a4\u30e9\u30a4\u30f3\u306b\u53cd\u6620\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u3001\u5408\u8a08\u306f2.00\u3067\u3001\u6700\u65b0\u306e0.10\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u306e\u3088\u3046\u306a\u591a\u69d8\u6027\u3092\u898b\u3064\u3051\u308b\u559c\u3073\u306f\u3001\u307e\u3055\u306b\u3042\u306a\u305f\u306e\u3059\u3079\u3066\u3067\u3059\u3002\u79c1\u305f\u3061\u306f\u3001\u3042\u306a\u305f\u3092\u53e4\u4ee3\u306e\u7591\u554f\u306b\u5b8c\u5168\u306b\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u306b\u63a8\u6e2c\u3057\u307e\u3059\u304c\u3001\u30df\u30a4\u30e9\u306e\u305f\u3081\u306b\u6e96\u5099\u3092\u6574\u3048\u3066\u304f\u3060\u3055\u3044\u3002\u4fa1\u683c\u306f\u3088\u308a\u4f4e\u3044\u3067\u3059\u304c\u3001\u5b9f\u969b\u306b\u306f\u306f\u308b\u304b\u306b\u9762\u767d\u304f\u3001\u6700\u65b0\u306e\u30d5\u30ea\u30fc\u30b9\u30d4\u30f3\u30eb\u30d3\u30fc\u30c0\u30a4\u30e4\u30e2\u30f3\u30c9\u3092\u8a66\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002\u5b8c\u74a7\u306b\u30ab\u30c3\u30c8\u3055\u308c\u3001\u3069\u3093\u306a\u7167\u660e\u3067\u3082\u8f1d\u304f\u3088\u3046\u306b\u6210\u5f62\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u305d\u3057\u3066\u3001\u5404\u52dd\u5229\u3067\u767a\u751f\u3059\u308b\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u306f\u3001\u305d\u308c\u81ea\u4f53\u304c\u72ec\u81ea\u306e\u30ab\u30c6\u30b4\u30ea\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n
<\/p>\n
\u65b0\u305f\u306a\u30d5\u30a1\u30e9\u30aa\u306e\u529b\u3092\u6d3b\u7528\u3057\u3001\u65b0\u305f\u306a\u77f3\u68fa\u304c\u30b7\u30f3\u30dc\u30eb\u306e\u89e3\u6c7a\u7b56\u3068\u306a\u308a\u3001\u8cde\u91d1\u30922\u500d\u306b\u5897\u3084\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u30b7\u30f3\u30dc\u30eb\u306e\u56de\u8ee2\u304c\u9000\u5c48\u306b\u306a\u3063\u305f\u3089\u3001\u30aa\u30fc\u30c8\u30d7\u30ec\u30a4\u6a5f\u80fd\u3092\u4f7f\u3063\u3066\u30ea\u30fc\u30eb\u3092\u81ea\u52d5\u7684\u306b\u5207\u308a\u66ff\u3048\u307e\u3057\u3087\u3046\u3002\u65b0\u305f\u306a\u30b7\u30f3\u30dc\u30eb\u306e\u30ea\u30fc\u30eb\u306b\u306f\u3001\u30d4\u30e9\u30df\u30c3\u30c9\u3001\u86c7\u306e\u30c1\u30e3\u30fc\u30e0\u3001\u8c61\u5f62\u6587\u5b57\u3001\u305d\u3057\u3066\u304a\u306a\u3058\u307f\u306e10\u30a2\u30c7\u30d7\u30c8\u30ab\u30fc\u30c9\u304c\u51fa\u73fe\u3057\u307e\u3059\u3002\u91d1\u8272\u306b\u67d3\u307e\u3063\u305f\u3053\u306e\u30b2\u30fc\u30e0\u3067\u3001\u30d5\u30a1\u30e9\u30aa\u306e\u30b7\u30eb\u30d0\u30fcIII\u3067\u6700\u65b0\u30ea\u30fc\u30eb\u3092\u30b9\u30d4\u30f3\u3059\u308b\u3053\u3068\u304c\u306a\u305c\u91cd\u8981\u306a\u306e\u304b\u3001\u305d\u306e\u7406\u7531\u304c\u5206\u304b\u308a\u307e\u3059\u3002\u30c1\u30e3\u30f3\u30b9\u304c\u8a2a\u308c\u305f\u3089\u3001\u305c\u3072\u305d\u306e\u30c1\u30e3\u30f3\u30b9\u3092\u63b4\u3093\u3067\u304f\u3060\u3055\u3044\u3002<\/p>\n
\u30d5\u30a1\u30e9\u30aa\u306e\u30b7\u30f3\u30dc\u30eb2\u306f\u3001\u30b7\u30f3\u30dc\u30eb5\u3064\u3067500\u30af\u30ec\u30b8\u30c3\u30c8\u3001\u30b7\u30f3\u30dc\u30eb4\u3064\u3067100\u30af\u30ec\u30b8\u30c3\u30c8\u3001\u30b7\u30f3\u30dc\u30eb3\u3064\u306725\u30af\u30ec\u30b8\u30c3\u30c8\u3001\u30b7\u30f3\u30dc\u30eb2\u3064\u306710\u30af\u30ec\u30b8\u30c3\u30c8\u3092\u7372\u5f97\u3067\u304d\u307e\u3059\u3002IGT\u304c\u958b\u767a\u3057\u305f\u30d5\u30a1\u30e9\u30aa\u306e\u30c1\u30e3\u30f3\u30b9\u306f\u30015\u30ea\u30fc\u30eb\u3001\u30e9\u30a4\u30f33\u300120\u30da\u30a4\u30e9\u30a4\u30f3\u306e\u512a\u308c\u305f\u30b9\u30ed\u30c3\u30c8\u3067\u3001\u512a\u308c\u305f\u30b2\u30fc\u30e0\u30d7\u30ec\u30a4\u30e1\u30ab\u30cb\u30af\u30b9\u3068\u6a5f\u80fd\u3092\u5099\u3048\u3066\u3044\u307e\u3059\u3002\u65b0\u3057\u3044\u30d5\u30ea\u30fc\u30b9\u30d4\u30f3\u3092\u7372\u5f97\u3059\u308b\u306b\u306f\u3001\u30b9\u30ed\u30c3\u30c8\u306b\u6700\u4f4e\u00a310\u3092\u5165\u91d1\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u540c\u6642\u306b\u3001\u3053\u306e\u30b2\u30fc\u30e0\u306f\u30c6\u30fc\u30de\u3068\u3001\u30d5\u30ea\u30fc\u30b9\u30d4\u30f3\u3001\u30ef\u30a4\u30eb\u30c9\u3001\u30b9\u30ad\u30e3\u30c3\u30bf\u30fc\u3092\u542b\u3080\u3055\u3089\u306b\u512a\u308c\u305f\u30b2\u30fc\u30e0\u30d7\u30ec\u30a4\u30b7\u30b9\u30c6\u30e0\u3092\u878d\u5408\u3055\u305b\u3066\u3044\u307e\u3059\u3002\u30b9\u30ed\u30c3\u30c8\u306e\u524d\u9762\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b\u30b7\u30f3\u30dc\u30eb\u3001\u8c61\u5f62\u6587\u5b57\u3001\u305d\u3057\u3066\u30b7\u30f3\u30dc\u30eb\u3068\u3057\u3066\u8868\u73fe\u3055\u308c\u305f\u30a2\u30fc\u30c8\u30ef\u30fc\u30af\u307e\u3067\u3001\u7d20\u6674\u3089\u3057\u3044\u30b7\u30f3\u30dc\u30eb\u304c\u63cf\u304b\u308c\u3066\u3044\u307e\u3059\u3002 IGT \u306e\u3053\u306e\u30d3\u30c7\u30aa\u30b9\u30ed\u30c3\u30c8\u306f\u3001\u53e4\u4ee3\u306e\u30df\u30a4\u30e9\u3084\u30d4\u30e9\u30df\u30c3\u30c9\u306e\u6b74\u53f2\u3092\u518d\u73fe\u3057\u3001\u30a8\u30b8\u30d7\u30c8\u4eba\u3092\u30aa\u30f3\u30e9\u30a4\u30f3 \u30b9\u30ed\u30c3\u30c8 \u30b2\u30fc\u30e0\u696d\u754c\u306e\u6700\u524d\u7dda\u306b\u62bc\u3057\u4e0a\u3052\u307e\u3057\u305f\u3002<\/p>\n