/*!/wp-content/themes/hello-theme-child-master/assets/css/shortcodes/spinner.css*/#banner_spinner{display:flex;justify-content:center;align-items:center;height:700px;padding-top:40%;position:relative}#banner_spinner .circle-container{width:75vw;height:600px;border-radius:50%;display:flex;justify-content:center;align-items:center;animation:rotate-circle 50s linear infinite;z-index:21}#banner_spinner .circle-container-bg-2{position:absolute;left:0;top:0;width:100vw;height:100vw;animation:rotate-circle 40s linear infinite;background:url(https://amarelacucina.com/wp-content/uploads/2025/04/banner-spinner-bg-2.png) no-repeat center top;background-size:contain;z-index:20}#banner_spinner .circle-container-bg-3{position:absolute;left:0;top:0;width:100vw;height:100vw;animation:rotate-circle 35s linear infinite;background:url(https://amarelacucina.com/wp-content/uploads/2025/04/banner-spinner-bg-3.png) no-repeat center top;background-size:contain;z-index:22}#banner_spinner .circle-item{position:absolute;width:20%;max-height:366px;height:366px;display:flex;justify-content:center;align-items:center;transform-origin:center;border-radius:30px;overflow:hidden}#banner_spinner .circle-item:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .4)}#banner_spinner .circle-content{width:100%;height:100%;background:#3498db;color:#fff;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover}#banner_spinner .circle-item:nth-child(1){transform:rotate(0deg) translate(calc(40vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(2){transform:rotate(36deg) translate(calc(40vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(3){transform:rotate(72deg) translate(calc(40vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(4){transform:rotate(108deg) translate(calc(40vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(5){transform:rotate(144deg) translate(calc(40vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(6){transform:rotate(180deg) translate(calc(40vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(7){transform:rotate(216deg) translate(calc(40vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(8){transform:rotate(252deg) translate(calc(40vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(9){transform:rotate(288deg) translate(calc(40vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(10){transform:rotate(324deg) translate(calc(40vw - 80px)) rotate(90deg)}@keyframes rotate-circle{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes flicker{0%{opacity:.3;box-shadow:0 20px 50px rgb(255 100 60 / .1),0 50px 120px rgb(255 70 50 / .1),0 100px 200px rgb(200 40 30 / .1);filter:blur(10px)}50%{opacity:.8;box-shadow:0 30px 80px rgb(255 110 70 / .2),0 70px 180px rgb(255 80 60 / .2),0 150px 250px rgb(200 50 35 / .1);filter:blur(20px)}100%{opacity:.3;box-shadow:0 25px 70px rgb(255 100 60 / .1),0 60px 160px rgb(255 70 50 / .1),0 120px 220px rgb(200 40 30 / .1);filter:blur(15px)}}.flicker-flame{width:100%;height:100%;background:linear-gradient(to top,rgb(255 120 70 / .3) 5%,rgb(255 80 50 / .2) 20%,rgb(200 40 30 / .15) 50%,rgb(150 20 20 / .1) 80%,#fff0 100%);position:absolute;bottom:0;left:50%;transform:translateX(-50%);animation:flicker 2s infinite alternate;mix-blend-mode:screen;filter:blur(15px)}@media screen and (max-width:1200px) and (min-width:991px){#banner_spinner{height:500px!important;padding-top:30%}#banner_spinner .circle-container{height:400px!important}#banner_spinner .circle-item{max-height:290px;height:290px;width:22%}}@media screen and (max-width:990px) and (min-width:769px){#banner_spinner{height:400px!important;padding-top:25%}#banner_spinner .circle-container{height:300px!important}#banner_spinner .circle-item{max-height:250px;height:250px;width:24%}}@media screen and (max-width:768px){#banner_spinner{height:350px!important;padding-top:40%}#banner_spinner .circle-container{height:250px!important}#banner_spinner .circle-item{max-height:130px;height:130px;width:17%;border-radius:15px}}@media screen and (max-width:400px){#banner_spinner .circle-container-bg-2,#banner_spinner .circle-container-bg-3{top:30%}#banner_spinner{padding-top:80%}#banner_spinner .circle-item{width:25%}#banner_spinner .circle-item:nth-child(1){transform:rotate(0deg) translate(calc(60vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(2){transform:rotate(36deg) translate(calc(60vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(3){transform:rotate(72deg) translate(calc(60vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(4){transform:rotate(108deg) translate(calc(60vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(5){transform:rotate(144deg) translate(calc(60vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(6){transform:rotate(180deg) translate(calc(60vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(7){transform:rotate(216deg) translate(calc(60vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(8){transform:rotate(252deg) translate(calc(60vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(9){transform:rotate(288deg) translate(calc(60vw - 80px)) rotate(90deg)}#banner_spinner .circle-item:nth-child(10){transform:rotate(324deg) translate(calc(60vw - 80px)) rotate(90deg)}}