/*
---------------------------------------------
Color
---------------------------------------------
*/

:root {
    --bg-el: #06060f;
    --bot365-gradient: conic-gradient(from 180deg at 50% 50%,rgba(1,133,231,.3) -44.56deg,hsla(0,0%,100%,.15) 44.31deg,hsla(0,0%,100%,.35) 131.43deg,hsla(0,0%,100%,.1) 222.84deg,rgba(1,133,231,.3) 315.44deg,hsla(0,0%,100%,.1) 404.31deg);
    --color-green: #00ffb6;
  	--color-yellow: #ffde00;
    --color-blue: #5FB3FF;
    --color-red: #ff004b;
}

@supports (color: color(display-p3 1 1 1)) {
  :root {
  --color-green: color(display-p3 .157 1 .733);
	--color-yellow: color(display-p3 1 .875 .106);
  --color-blue: color(display-p3 .372 .702 1);
  --color-red: color(display-p3 1 0.16 0.32);
  }
}

/*
---------------------------------------------
Font
---------------------------------------------
*/

@font-face {
  font-family: 'FontLogo';
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/unispace-bd.woff") format('woff');
}

/*
---------------------------------------------
Reset
---------------------------------------------
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  user-select: none;
}

.error {
  border: solid 2px var(--color-red) !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.ocultar {
  display: none !important;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html{
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Tahoma,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Open Sans,sans-serif!important;
  font-weight: 400;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
	color: #FFF;
  text-decoration: none !important;
}
a:hover {
	color: #F99;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

img {
  width: 100%;
  overflow: hidden;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*
---------------------------------------------
Global Styles
---------------------------------------------
*/

html{
  background-color: #0a121a;
}

body {
  background-image: linear-gradient(rgba(12,20,22,.1),transparent 20px),radial-gradient(122% 370px at center -220px,#3F74AF 0,transparent 100%),linear-gradient(to right bottom,#0a121a,#0a121a);
}

body .page-content {
  margin-top: 110px;
  padding: 60px;
  border-radius: 23px;
  /*--tw-bg-opacity: 1;
  background-color: rgb(0 4 7/var(--tw-bg-opacity))*/
}

p {
  font-size: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(175 174 184/var(--tw-text-opacity));
  line-height: 2rem;
  margin-bottom: 0px;
}

::selection {
  background: var(--color-blue);
  color: #fff;
}

::-moz-selection {
  background: var(--color-blue);
  color: #fff;
}

.templatemo-item {
	max-width: 60px;
  clip-path: inset(0px 10px 0px 10px);
}

.main-button span {
  border: 1px solid var(--color-blue);
  font-size: 1.4rem;
  color: #fff!important;
  background-color: var(--color-blue);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 23px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.main-button span:hover,
.menu-regras.active span {
  background-color: #FFF;
  color: var(--color-blue)!important;
}

.main-button span:hover a {
  color: var(--color-blue);
}

.red-button span {
  font-size: 1.4rem;
  color: #fff;
  background-color: var(--color-red);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 23px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.red-button span:hover {
  background-color: #FFF;
  color: var(--color-red);
}

.red-button span:hover a {
  color: var(--color-red);
}

.main-border-button span {
  font-size: 1.4rem;
  color: var(--color-blue);
  background-color: transparent;
  border: 1px solid var(--color-blue);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 23px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.main-border-button a{
  color: var(--color-blue);
}

.main-border-button span:hover {
  border-color: #fff;
  background-color: #fff;
  color: var(--color-blue);
}

.border-no-active a {
  border-color: #666;
  --tw-text-opacity: 1;
  color: rgb(175 174 184/var(--tw-text-opacity));
}

.border-no-active a:hover{
  border-color: #666;
  --tw-text-opacity: 1;
  color: rgb(175 174 184/var(--tw-text-opacity));
  background-color: transparent;
}

section {
  margin-top: 120px;
}

.heading-section h4 {
  color: var(--color-blue);
  text-decoration: none;
  margin-bottom: 30px;
  font-size: 3rem;
}

.heading-section h4 em {
  color: #fff;
  font-style: normal;
}

.main-border-button span:hover .badge{
  color: var(--color-blue);
}
/*
---------------------------------------------
Pre-loader Style
---------------------------------------------
*/

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.loader-inner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2.6px solid #FFF;
  border-top-color: var(--color-blue);
  animation: lds-dual-ring 0.7s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*
---------------------------------------------
Header Style
---------------------------------------------
*/

.header-area {
  background-color: transparent;
  position: absolute;
  height: 70px;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  display: flex;
  padding: 15px 0px;
  border-radius: 50px;
}

.background-header .main-nav {
  padding: 0px;
  background-color: transparent;
}

.header-area .main-nav #search {
  position: relative;
}

.header-area .main-nav #search input {
  background-color: #27292a;
  height: 46px;
  border-radius: 23px;
  border: none;
  --tw-text-opacity: 1;
  color: rgb(175 174 184/var(--tw-text-opacity));
  font-size: 1.4rem;
  padding: 0px 15px 0px 45px;
}

.header-area .main-nav #search i {
  position: absolute;
  --tw-text-opacity: 1;
  color: rgb(175 174 184/var(--tw-text-opacity));
  left: 20px;
  top: 16px;
  width: 18px;
  height: 18px;
  font-size: 1.6rem;
}

.header-area .main-nav .logo {
  flex-basis: 15%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  width: 191px;
}

.background-header .main-nav .logo {
  margin-top: 8px;
}

.background-header .main-nav .logo img {
  width: 180px;
}

.logo{
  display: flex;
  align-items: center;
}

.logo p {
  position: relative;
  font-family: FontLogo;
  color: #FFFFFF;
  font-size: 3.5rem;
  transform: scaleY(0.75);
  transform-origin: center;
}

.logo p::before {
  content: attr(data-text);
  position: absolute;
  left: -1.6px;
  top: 1.8px;
  color: var(--color-blue);
  z-index: -1;
}

.logo p::after {
  content: attr(data-text);
  position: absolute;
  left: 1.8px;
  top: -1.6px;
  color: var(--color-blue);
  z-index: -1;
}

.header-text h4{
  font-size: 3rem;
}

.header-channel h4{
  font-size: 8rem;
  text-align: center;
}

.header-area .main-nav .nav-header {
  margin-left: 20px;
}

.header-area .main-nav .nav {
  display: inline-flex;
  justify-content: flex-end;
  vertical-align: middle;
  text-align: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  align-items: center;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(175 174 184/var(--tw-text-opacity));
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: transparent;
  padding: 13px 10px;
  border-radius: 18px;
  letter-spacing: .3px;
}

.nav-header{
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-header a:last-child {
  font-size: 1.2rem;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255 255 255/var(--tw-text-opacity));
  color: rgb(0 4 7/var(--tw-bg-opacity));
  font-weight: 600;
  padding: 8px 0;
  width: 100px;
  border-radius: 23px;
}

.idioma-header{
  cursor: pointer;
  padding: 0!important;
}

.idioma-header img{
  width: 32px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #5FB3FF !important;
}

.nav-header a:hover:last-child,
.nav-header a:last-child.active {
  color: #fff !important;
  background-color: #5FB3FF;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fff;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 24px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 15px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 17px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--color-blue);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: var(--color-blue);
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--color-blue);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: var(--color-blue);
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: var(--color-blue);
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: var(--color-blue);
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: var(--color-blue);
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: var(--color-blue);
}

.header-area.header-sticky {
  min-height: 70px;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

.badge-assinatura {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.badge-assinatura.vencido,
.vencimento.vencido p {
  color: var(--color-red);
}

.badge-assinatura.vencendo,
.vencimento.vencendo p {
  color: var(--color-yellow);
}

.vencimento.ativa p {
  color: var(--color-blue);
}

.vencimento.ativa .icon img,
.vencimento.vencendo .icon img {
  mix-blend-mode: normal;
  filter: none;
}

/*
---------------------------------------------
Banner Style
---------------------------------------------
*/

.main-banner {
  background-image: url(../images/banner-bg.jpg?1);
  background-position: 77% center;
  background-size: cover;
  min-height: 380px;
  border-radius: 23px;
  padding: 80px 100px 80px 30px;
}

.main-banner h6 {
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}

.main-banner h4 {
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.main-banner h4 em {
  font-style: normal;
  color: var(--color-blue);
  font-weight: 1000;
}

/*
---------------------------------------------
Footer Style
---------------------------------------------
*/

footer{
  padding: 30px;
}

footer p {
  font-weight: 300;
  display: flex;
  justify-content: center;
  line-height: 2.6rem;
}

footer p a {
  color: #fff;
  transition: all .3s;
}

footer p c {
  text-align: center;
  padding-top: 6px;
  line-height: normal;
  max-width: 440px;
  font-size: 1rem;
  opacity: 0.6;
}

footer p d {
  padding: 0px 6px;
}

footer p a:hover {
  color: var(--color-blue);
}

.back-to-top a{
  text-decoration: none;
  cursor: pointer;
  color: var(--color-blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.back-to-top p {
  padding: 0;
  font-size: 1.2rem;
}

/*
---------------------------------------------
Featured
---------------------------------------------
*/

.resumo {
  margin-top: 90px;
  padding: 0px 20px;
  align-items: center;
}

.resumo p{
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-style: italic;
  padding: 0px 40px;
}

/*
---------------------------------------------
Featured
---------------------------------------------
*/

.featured-bot{
  margin-top: 90px;
  border-radius: 23px;
  min-height: 290px;
}

.alertas-rapidos{
  margin-top: 90px;
  border-radius: 23px;
  min-height: 290px;
}

.content-home {
  padding: 30px;
  position: relative;
  border-radius: 2.25rem;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(0,139,240,.1),rgba(54,60,64,.025));
}

.content-home::before {
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--bot365-gradient);
  -webkit-mask: linear-gradient(var(--bg-el),var(--bg-el)) content-box content-box,linear-gradient(var(--bg-el),var(--bg-el));
  mask-mode: match-source,match-source;
  -webkit-mask-repeat: repeat,repeat;
  mask-repeat: repeat,repeat;
  -webkit-mask-clip: content-box,border-box;
  mask-clip: content-box,border-box;
  -webkit-mask-origin: content-box,border-box;
  mask-origin: content-box,border-box;
  -webkit-mask-position: 0 0,0 0;
  mask-position: 0 0,0 0;
  -webkit-mask-size: auto,auto;
  mask-size: auto,auto;
  -webkit-mask-composite: xor;
  mask-composite: exclude
}

.featured-bot .item .thumb {
  position: relative;
  overflow: hidden;
}

.featured-bot .item .thumb .hover-effect {
  position: absolute;
  bottom: -100px;
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.featured-bot .item .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}

.featured-bot .item .thumb .hover-effect h6 {
  background-color: rgba(31,33,34,0.95);
  display: inline-block;
  color: var(--color-blue);
  font-weight: 600;
  font-size: 1.4rem;
  padding: 10px 20px;
  border-radius: 23px;
}

.featured-bot .item img {
  border-radius: 23px;
}

.featured-bot .item h4 {
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 0px;
  display: inline-block;
}

.featured-bot .item span {
  --tw-text-opacity: 1;
  color: rgb(175 174 184/var(--tw-text-opacity));
  display: block;
  margin-top: 7px;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: .3px;
}

.featured-bot .item ul {
  float: right;
  margin-top: 20px;
}

.featured-bot .item ul li {
  text-align: right;
  color: #fff;
  font-size: 1.4rem;
}

.featured-bot .item ul li:first-child i {
  color: yellow;
}

.featured-bot .item ul li:last-child i {
  color: var(--color-blue);
}

.featured-bot .owl-nav {
  position: absolute;
  margin: 0 auto;
  top: -70px;
  right: 0;
}

.featured-bot .owl-nav .owl-prev {
  margin-right: 2.5px;
}

.featured-bot .owl-nav .owl-next {
  margin-left: 2.5px;
}

.featured-bot .owl-nav .owl-prev span,
.featured-bot .owl-nav .owl-next span  {
  font-size: 4rem;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(175 174 184/var(--tw-text-opacity));
  opacity: 1;
  transition: all .3s;
}

.featured-bot .owl-nav .owl-prev span:hover,
.featured-bot .owl-nav .owl-next span:hover {
  opacity: 1;
  color: var(--color-blue);
}

.ultimas-ligas {
  margin-top: 60px;
  border-radius: 23px;
  min-height: 580px;
}

.ultimas-ligas ul li {
  position: relative;
  display: inline-block;
  width: 100%;
}

.ultimas-ligas ul li img {
  float: left;
  margin: 20px 5px 10px 0px;
}

.ultimas-ligas ul li h4 {
  font-size: 1.4rem;
  padding-top: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ultimas-ligas ul li h6 {
  font-size: 1.4rem;
  letter-spacing: .3px;
  --tw-text-opacity: 1;
  color: rgb(175 174 184/var(--tw-text-opacity));
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ultimas-ligas ul li span {
  color: #fff;
  font-size: 1.2rem;
}

.ultimas-ligas ul li .download i {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-23px);
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: var(--color-blue);
  border: 1px solid #008bf080;;
  border-radius: 50%;
}

.ultimas-ligas ul li {
  border-bottom: 1px solid #27292a;
  margin-bottom: 28px;
  padding-bottom: 28px;
}

.ultimas-ligas .text-button  {
  text-align: center;
}

.ultimas-ligas .text-button a {
  font-weight: 600;
  color: var(--color-blue);
  font-size: 1.4rem;
}

.maiores-quedas {
  margin-top: 90px;
  border-radius: 23px;
  min-height: 290px;
}

.maiores-quedas .item{
  position: relative;
  display: inline-block;
  max-width: 250px;
}

.maiores-quedas .item .liga{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.maiores-quedas .item .esporte{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.maiores-quedas .item .liga img {
  border-radius: 0px!important;
  margin-right: 5px;
  max-width: 20px;
}

.maiores-quedas .item .esporte img {
  border-radius: 0px!important;
  margin-right: 7px;
  margin-left: 2px;
  max-width: 16px;
}

.maiores-quedas .item h4 {
  font-size: 1.4rem;
  margin-top: 0px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}

.maiores-quedas .item h6 {
  font-size: 1.4rem;
  letter-spacing: .3px;
  --tw-text-opacity: 1;
  color: rgb(175 174 184/var(--tw-text-opacity));
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.maiores-quedas .adversario {
  font-style: oblique;
  margin-bottom: 5px;
}

.maiores-quedas .item p {
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

.maiores-quedas .item span{
  color: #ff5f5f;
  padding: 0px 10px 6px 10px;
  font-size: 2rem;
  font-weight: 1000;
}

.maiores-quedas .item .download i {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-23px);
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: var(--color-blue);
  background-color: #27292a;
  border-radius: 50%;
}

.maiores-quedas .text-button  {
  border-top: 1px solid #27292a;
  text-align: center;
  margin-top: 6px;
  padding-top: 10px;
}

.maiores-quedas .text-button a {
  font-weight: 600;
  color: var(--color-blue);
  font-size: 1.4rem;
}

.main-info h4 {
  margin-bottom: 1.5rem;
}

/*
---------------------------------------------
Planos e Preços
---------------------------------------------
*/

.planos-precos .heading-section {
  margin-top: 90px;
  text-align: center;
}

.planos-precos .item {
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.planos-precos .item .icon img {
  border-radius: 50%;
  mix-blend-mode: luminosity;
  filter: contrast(0.9);
}

.planos-precos .plano-container:not(:first-of-type) .item .icon img {
  margin-right: -15px;
}

.planos-precos .plano-container:not(:first-of-type) .item .icon {
  margin-left: -15px;
}

.channel-content .planos-precos .plano-container .item .icon img {
  margin-right: -15px;
}

.channel-content .planos-precos .plano-container .item .icon {
  margin-left: -15px;
}

.planos-precos .item h4 {
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
}

.planos-precos .item p{
  text-align: center;
}

.planos-precos .item p a{
  font-weight: 600;
  color: #fff;
}

.planos-precos .item p a:hover{
  color: var(--color-blue);
}

.planos-precos .main-button {
  text-align: center;
  margin-top: 30px;
}

.preco{
  display: flex;
  margin-top: 14px;
}

.preco h3{
  font-size: 3rem;
}

.preco h6{
  font-size: 1.4rem;
  padding-top: 6px;
}

.periodo{
  margin-top: 4px;
  margin-bottom: 24px;
  font-size: 1.4rem;
  font-weight: 200;
  --tw-text-opacity: 1;
  color: rgb(175 174 184/var(--tw-text-opacity));
}

/*
---------------------------------------------
Depoimentos
---------------------------------------------
*/

.depoimentos {
  margin-top: 90px;
  border-radius: 23px;
}

.depoimentos .item {
  padding: 0 8px;
  margin-bottom: 30px;
}

.depoimentos .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.depoimentos .thumb img {
  border-radius: 23px;
  mix-blend-mode: luminosity;
  filter: contrast(0.9);
}

.depoimentos .thumb:hover img {
  mix-blend-mode: normal;
  filter: none;
}

.depoimentos .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.depoimentos .hover-effect {
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.depoimentos .hover-effect .live a {
  position: absolute;
  background-color: rgba(95, 179, 255, 0.85);
  padding: 5px 10px;
  border-radius: 23px;
  color: #fff;
  font-size: 1.4rem;
  right: 15px;
  top: 15px;
}

.depoimentos .hover-effect ul {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.depoimentos .hover-effect ul li {
  display: inline-block;
  margin: 0px 5px;
}

.depoimentos .hover-effect ul li a {
  background-color: rgba(95, 179, 255, 0.85);
  padding: 5px 10px;
  border-radius: 23px;
  color: #fff;
  font-size: 1.4rem;
}

.depoimentos .avatar img {
  margin-right: 15px;
  margin-bottom: 60px;
}

.depoimentos span {
  color: var(--color-blue);
  margin-right: 3px;
}

.depoimentos p {
  font-size: 1.4rem;
  color: var(--color-blue);
}

.depoimentos .down-content h4 {
  line-height: 20px;
  font-size: 1.4rem;
  letter-spacing: .3px;
  font-weight: 400;
  margin-left: 60px;
  margin-top: 8px;
}

.depoimentos .main-button {
  text-align: center;
  margin-bottom: -53px;
}

.saber-mais {
  text-align: center;
  margin-top: -23px;
}

/*
---------------------------------------------
Login
---------------------------------------------
*/

.main-login {
  border-radius: 23px;
  padding: 30px;
  border: solid 0.5px #1f2122;
}

.main-login .main-info h4 {
  margin-bottom: 20px!important;
}

.main-login .main-info .main-border-button {
  margin-top: 10px;
}

.main-login .main-info{
  padding-right: 40px;
}

.main-login ul li {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: .3px;
  --tw-text-opacity: 1;
  color: rgb(175 174 184/var(--tw-text-opacity));
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
}

.main-login ul li span {
  float: right;
  font-weight: 500;
  color: var(--color-blue);
}

.main-login ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.senha {
  outline: none;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 20px;
  background-color: transparent!important;
  color: #fff!important;
  display: block;
  width: 70%;
  line-height: 1.5;
  background-clip: padding-box;
  appearance: none;
  border-radius: 0.375rem;
}

.senha-incorreta{
  color: var(--color-red);
}

/*
---------------------------------------------
Favoritar e outras configurações
---------------------------------------------
*/

.fav-banner {
  background-position: 80% center;
  background-size: cover;
  border-radius: 23px;
  padding: 30px;
}

.banner{
  background-image: url(../images/banner.jpg);
}

.fav01{
  background-image: url(../images/fav01.jpg);
}

.fav02{
  background-image: url(../images/fav02.jpg);
}

.fav03{
  background-image: url(../images/fav03.jpg);
}

.fav04{
  background-image: linear-gradient(to right, rgba(24, 48, 72, 0) 0%, rgba(24, 48, 72, 0.8) 50%), url(../images/banner-bg.jpg?1);
}

.text-fav-banner {
  display: flex;
  flex-direction: column;
  height: 240px;
}

.text-fav-banner p, .text-alertas-banner p{
  display: inline-flex;
  text-align: center;
  border-radius: 6px;
  font-size: 1.2rem;
  line-height: 24px;
  background-color: #FFF;
  color: var(--bg-el);
  font-weight: 700;
  padding: 0 6px;
}

.fav-banner h4 {
  font-size: 2rem;
  line-height: 20px;
}

.fav-banner h4 em {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 14px;
  font-style: normal;
  color: var(--color-blue);
}

.content-sports,
.content-casas,
.content-mercados,
.content-ligas,
.content-bots,
.content-config,
.content-excluir,
.content-fuso,
.content-link-bet365,
.content-boletim,
.content-vencimento {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.content-link-bet365{
  gap: 0px 5px;
}

.content-vencimento{
  gap: 0px 5px;
}

.content-ligas{
  flex-direction: column;
}

.vencimento {
  padding: 4px;
}

.vencimento .icon img {
  border-radius: 50%;
  mix-blend-mode: luminosity;
  filter: contrast(0.9);
  max-width: 45px;
  min-width: 45px;
}

.exclusivo-plano{
  cursor: help;
}

.sports,
.casas,
.mercados,
.ligas,
.bots,
.idioma,
.link-bet365,
.boletim {
  max-width: 80px;
  min-width: 80px;
  padding: 4px;
}

.casas-resumo {
  max-width: 90px;
  min-width: 90px;
  padding: 4px;
}

.sports img,
.casas img,
.mercados img,
.ligas img,
.bots img,
.idioma img,
.link-bet365 img,
.boletim img {
  max-width: 100%;
  border-radius: 0.375rem;
  mix-blend-mode: luminosity;
  filter: contrast(0.9);
}

.casas-resumo img {
  max-width: 100%;
  border-radius: 0.375rem;
  border: 1px solid rgba(0,139,240,.1);
}

.idioma img,
.link-bet365 img {
  padding: 8px;
}

.sports:hover img,
.casas:hover img,
.mercados:hover img,
.ligas:hover img,
.idioma:hover img,
.link-bet365:hover img,
.boletim:hover img,
.sports.active img,
.casas.active img,
.mercados.active img,
.ligas.active img,
.idioma.active img,
.link-bet365.active img,
.boletim.active img {
  mix-blend-mode: normal;
  filter: none;
  border: 1px solid var(--color-blue);
}

.bots.active img {
  mix-blend-mode: normal!important;
  filter: none!important;
  border: 1px solid var(--color-yellow)!important;
}

.casas:hover.exclusivo-plano img{
  mix-blend-mode: luminosity;
  filter: brightness(0.7);
}

.sports:hover p,
.casas:hover p,
.mercados:hover p,
.ligas:hover p,
.idioma:hover p,
.link-bet365:hover p,
.boletim:hover p,
.sports.active p,
.casas.active p,
.mercados.active p,
.ligas.active p,
.idioma.active p,
.link-bet365.active p,
.boletim.active p {
  color: var(--color-blue);
}

.bots.active p{
  color: var(--color-yellow);
}

.sports p,
.casas p,
.mercados p,
.ligas p,
.bots p,
.idioma p,
.link-bet365 p,
.boletim p,
.casas-resumo p {
  text-align: center;
  font-size: 1.2rem;
  max-width: 80px;
  line-height: 14px;
}

.vencimento p {
  text-align: center;
  font-size: 1.2rem;
  max-width: 100px;
  min-width: 100px;
  line-height: 14px;
  margin-top: 7px;
}

.alerta-exclusivo-plano{
  display: none;
  color: var(--color-blue);
  margin-top: 1rem;
  font-size: 1.4rem;
}

.heading-fav h4 {
  margin-bottom: 10px;
}

.heading-fav p {
  margin-bottom: 30px;
}

.img-channel {
  border-radius: 50%;
  width: 200px;
}

/*
---------------------------------------------
Modal
---------------------------------------------
*/

.content-modal-dicas {
  font-size: 1.2rem;
  position: relative;
  display: flex;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
  background-color: var(--color-blue);
  border-radius: 10px;
  padding: 20px;
  align-items: center;
  color: #FFF;
}

.content-modal {
  font-size: 1.2rem;
  position: relative;
  display: flex;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
  background-color: var(--color-red);
  border-radius: 10px;
  padding: 20px;
  align-items: center;
  color: #FFF;
}

.modal-btn {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modal-btn-dicas {
  display: flex;
  margin-left: 40px;
}

.modal-btn .btn-modal-1 {
  font-size: 1.4rem;
  background-color: #FFF;
  color: var(--color-red);
}

.modal-btn .btn-modal-2 {
  font-size: 1.4rem;
  margin-left: 10px;
  border: solid 1px #FFF;
  color: #FFF;
}

.modal-btn-dicas .btn-modal-2 {
  font-size: 1.4rem;
  border: solid 1px #FFF;
  color: #FFF;
}

.regras-modal{
  pointer-events: auto;
  background-color: #06060f;
}

body.modal-open {
  padding-right: 0 !important;
}

.regra-casa.active span,
.regra-horario-1.active span,
.regra-horario-2.active span, 
.regra-esportes.active span, 
.regra-mercados-1.active span, 
.regra-mercados-2.active span, 
.regra-mercados-3.active span, 
.regra-metodo.active span, 
.regra-mercados-4.active span,
.regra-mercados-5.active span,
.regra-mercados-6.active span,
.regra-mercados-7.active span,
.regra-mercados-8.active span,
.regra-mercados-10.active span,
.regra-mercados-mov-1.active span, 
.regra-mercados-mov-2.active span, 
.regra-mercados-mov-3.active span, 
.regra-mercados-mov-4.active span,
.regra-linhas-1.active span, 
.regra-linhas-2.active span, 
.regra-linhas-3.active span, 
.regra-linhas-4.active span,
.regra-linhas-mov-1.active span, 
.regra-linhas-mov-2.active span, 
.regra-linhas-mov-3.active span, 
.regra-linhas-mov-4.active span,
.regra-ligas-1.active span,
.regra-ligas-2.active span,
.regra-jogo-1.active span,
.regra-jogo-2.active span {
  background-color: var(--color-blue);
  color: #FFF;
}

.regra-horario-2, 
.regra-mercados-2, 
.regra-mercados-3, 
.regra-mercados-4,
.titulo-regra-mercados-2, 
.titulo-regra-mercados-3, 
.titulo-regra-mercados-4,
.regra-mercados-mov-2, 
.regra-mercados-mov-3, 
.regra-mercados-mov-4,
.titulo-regra-mercados-mov-2, 
.titulo-regra-mercados-mov-3, 
.titulo-regra-mercados-mov-4,
.regra-linhas-2, 
.regra-linhas-3, 
.regra-linhas-4,
.titulo-regra-linhas-2, 
.titulo-regra-linhas-3, 
.titulo-regra-linhas-4,
.regra-linhas-mov-2, 
.regra-linhas-mov-3, 
.regra-linhas-mov-4,
.titulo-regra-linhas-mov-2, 
.titulo-regra-linhas-mov-3, 
.titulo-regra-linhas-mov-4,
.regra-ligas-2 {
  display: none;
}

.modal-clone {
  z-index: 1050; /* Ou qualquer valor acima do z-index do modal original */
}

#idiomaModal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#excluirFavoritosModal .modal-dialog{
  max-width: 25%;
}

#dicasModal{
  position: fixed;
  bottom: 40px;
  z-index: 10;
}

/*
---------------------------------------------
Tabela Ligas
---------------------------------------------
*/

.country,
.league,
.contry-league,
.market {
  cursor: pointer;
  padding: 5px;
}

.country,
.country-league {
  border-bottom: 2px solid #0a121a;
}

.league {
  border-bottom: 2px solid #091c2c;
}

.content-ligas > .league:last-child {
  border-bottom: none;
}

.country,
.country-league {
  display: flex;
  align-items: center;
  background-color: #091c2c;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  padding: 18px 0px;
  color: #FFF;
}

.league,
.market {
  background-color: #000;
  display: none;
  color: #DDD;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: normal;
  padding: 18px 0px 18px 15px;
}

.country-icon {
  height: 25px;
  width: auto;
  min-width: 25px;
  margin: 0 15px;
}

.sport-icon {
  height: 20px;
  width: auto;
  min-width: 20px;
  margin-left: 15px;
}

.league.active,
.market.active {
  background-color: var(--color-blue);
  color: #0a121a;
}

.country:hover,
.country-league:hover {
  background-color: #183048;
}

.league:not(.active):hover,
.market:not(.active):hover {
  background-color: #0a121a;
}

.search-box,
.boletim-box,
.alerta-box,
.link-box {
  align-items: center;
  border: 1px solid var(--bs-gray-700);
  border-radius: 25px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
}

.odd-regras,
.horario-regras,
.regra-mercados-9 {
  align-items: center;
  display: flex;
  padding: 0px 10px;
}

.odd-regras span,
.horario-regras span,
.regra-mercados-9 span {
  font-size: 2rem;
  color: #FFF;
}

.search-box{
  margin-bottom: 20px;
}

.boletim-box {
  opacity: 0;
  max-width: 0px;
  margin: 6px 0 10px 12px;
  transition: opacity 0.2s linear, max-width 0.4s linear;
  overflow: hidden;
  visibility: hidden;
}

.boletim-box.active{
  opacity: 1;
  visibility: visible;
  max-width: 220px;
}

.search-box input,
.boletim-box input,
.alerta-box input,
.link-box input {
  width: 100%;
  margin-left: 10px;
  border: none;
  outline: none;
  color: #FFF;
  background-color: transparent!important;  
}

.search-box input,
.boletim-box input{
  font-size: 1.4rem;
}

.alerta-box input {
  font-size: 2rem;
}

.link-box input {
  font-size: 1.6rem;
}

.odd-box input {
  text-align: right;
}

.search-box span,
.boletim-box span {
  opacity: 0.5;
  font-size: 2.4rem;
  color: #FFF;
}

.alerta-box span,
.lista-alertas span,
.link-box span {
  opacity: 0.5;
  font-size: 2.4rem;
  color: #FFF;
}

/*
---------------------------------------------
Ativar
---------------------------------------------
*/

.ativar-banner {
  background-position: 0% center;
  background-size: cover;
  border-radius: 23px;
  padding: 30px;
}

.ativar-banner-gif{
  display: flex;
  height: 240px;
  align-items: center;
  justify-content: center;
}

.ativar-banner-gif video{
  height: 100%;
  width: auto;
}

/*
---------------------------------------------
Config
---------------------------------------------
*/

.content-fuso{
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timezone-selector-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

#globe-container {
  margin: 0 30px;
  width: 200px;
  height: 200px;
  mix-blend-mode: lighten;
  filter: contrast(1.1);
}

.timezone-list {
  list-style: none;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.timezone-list ul {
  color: #FFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 30px;
  justify-content: center;
}

.scroll-arrow {
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.scroll-arrow.up-arrow {
  width: 100%;
  color: #FFF;
  z-index: 1;
}

.scroll-arrow.down-arrow {
  width: 100%;
  color: #FFF;
  z-index: 1;
}

.timezone-list li {
  padding: 5px;
  text-align: center;
  width: 250px;
}

.timezone-list li .timezone-name {
  font-size: 1.4rem;
  filter: blur(0.7px);
  line-height: 15px;
}

.timezone-list li .timezone-details {
  font-size: 1.2rem;
  line-height: 12px;
  filter: blur(0.7px);
  font-weight: 400;
}

.timezone-list li:first-child .timezone-name, .timezone-list li:last-child .timezone-name {
  filter: blur(1px);
  font-size: 1.2rem;
  line-height: 12px;
}

.timezone-list li:first-child .timezone-details, .timezone-list li:last-child .timezone-details {
  filter: blur(1px);
  font-size: 1rem;
  line-height: 11px;
  font-weight: 400;
}

.timezone-list li.selected{
  border: solid 1px var(--color-blue);
  border-radius: 10px;
  padding: 8px 14px;
}

.timezone-list li.selected span{
  color: #FFF;
  font-weight: bold;
  filter: none;
}

.timezone-list li.selected .timezone-name {
  font-size: 1.6rem;
  line-height: 18px;
}

.timezone-list li.selected .timezone-details {
  font-size: 1.2rem;
  line-height: 14px;
  font-weight: 400;
}

.timezone-list li:first-child, .timezone-list li:last-child {
  padding: 4px;
  display: none;
}

.alerta-boletim{
  font-size: 1.4rem;
  line-height: 18px;
}

/*
---------------------------------------------
Alerta Style
---------------------------------------------
*/

.lista-alertas{
  background-color: #0a121a;
  font-weight: normal;
  padding: 10px 20px;
  border-bottom: 2px solid #000;
  color: #DDD;
}

.lista-alertas:hover{
  background-color: #000;
}

.grupo-alerta{
  opacity: 0.5;
  font-size: 1.2rem;
}

.regra-alerta{
  font-size: 1.6rem;
}

.lista-alertas span{
  cursor: pointer;
  margin-left: 10px;
  padding: 6px;
}

.lista-alertas span:hover{
  border-radius: 50%;
  border-top: solid 1px #999;
  border-left: solid 1px #999;
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  background-color: #06060f;
}

.content-regras{
  height: auto;
}

#meus-alertas-container .lista-alertas {
  cursor: pointer;
}

#meus-alertas-container .alertas-container {
  display: flex;
  flex-direction: column;
  width: 90%;
}

#meus-alertas-container .grupo-alerta,
#meus-alertas-container .regra-alerta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

/*
---------------------------------------------
Telegram Style
---------------------------------------------
*/

.telegram-container{
  display: flex;
  width: 100%;
  justify-content: center;
}

#telegram-widget {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

#header {
  display: flex;
  background-color: #17212b;
  color: #ffffff;
  padding: 10px;
  position: relative;
  z-index: 1;
}

#header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}

#channel-name {
  font-size: 1.6rem;
  color: #FFFFFF;
  font-weight: 700;
}

#message-container {
  background-color: #0e1621;
  height: 288px;
  overflow: none;
  position: relative;
  background-image: url('https://blog.1a23.com/wp-content/uploads/sites/2/2020/02/pattern-1.svg');
  background-repeat: repeat;
  background-size: 50%;
}

.message {
  display: none;
  position: absolute;
  bottom: 0;
  left: 10px;
  background-color: #182533;
  color: #FFFFFF;
  font-size: 1.1rem;
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
  max-width: 90%;
  word-wrap: break-word;
  word-break: break-all;
}

#notification-push {
  display: none;
  position: absolute;
  top: 2%;
  left: 5%;
  width: 90%;
  background-color: #c8c8c8;
  color: #333333;
  padding: 10px;
  border-radius: 10px;
  z-index: 1000; /* Garante que apareça acima de tudo dentro do widget */
}

.notification-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.telegram-icon {
  width: 16px;
  height: auto;
  border-radius: 50%;
  margin-right: 5px;
}

.notification-time {
  color: rgb(175 174 184/var(--tw-text-opacity));
}

.notification-message{
  font-weight: 600;
}

/*
---------------------------------------------
Responsive Style
---------------------------------------------
*/

@media (max-width: 992px) {

  .badge-assinatura {
    top: 158px;
    right: 25%;
  }

  .vencimento {
    padding: 10px 4px;
  }

  .content-modal-dicas{
    flex-direction: column;
    align-items: flex-start;
  }

  .senha{
    width: 100%;
  }

  #idiomaModal .modal-dialog {
    margin: 0;
    width: 90%;
  }

  #excluirFavoritosModal .modal-dialog{
    max-width: 90%;
  }

  #dicasModal .modal-dialog{
    width: 90%;
  }

  .boletim-box{
    max-width: 100%;
    max-height: 0px;
    margin: 20px 0 0 0;
    transition: opacity 0.3s linear, max-height 0.4s linear, margin 0.2s linear;
  }
  
  .boletim-box.active{
    max-height: 52px;
    max-width: 100%;
    margin: 20px 0 30px 0;
  }

  .alerta-boletim {
    margin-top: -30px;
  }

  .content-fuso{
    margin-top: 0px;
  }

  .timezone-list{
    flex-direction: column;
    width: 100%;
  }

  .timezone-list ul { 
    height: 160px;
  }

  .timezone-list li.selected{
    border: solid 1px var(--color-blue);
    border-radius: 10px;
  }

  .timezone-list li.selected span{    
    border: none;
  }

  .timezone-list li.selected .timezone-name {
    font-size: 1.6rem;
    line-height: 16px;
  }

  .timezone-list li.selected .timezone-details {
    font-size: 1.2rem;
    line-height: 13px;
    font-weight: 400;
  }

  .timezone-list li .timezone-name {
    font-size: 1.2rem;
    line-height: 12px;
  }

  .timezone-list li .timezone-details {
    font-size: 1rem;
    line-height: 10px;
    font-weight: 400;
  }

  .timezone-list li:first-child, .timezone-list li:last-child {
    padding: 2px;
    display: none;
  }
  
  .timezone-list li:first-child .timezone-name, .timezone-list li:last-child .timezone-name {
    font-size: 1rem;
    line-height: 10px;
  }

  .timezone-list li:first-child .timezone-details, .timezone-list li:last-child .timezone-details {
    font-size: 1rem;
    line-height: 9px;
    font-weight: 400;
  }

  .content-modal {
    color: #FFF!important;
  }
  
  .modal-btn {
    flex-direction: column;
    gap: 10px;
    margin-left: 10px;
  }

  .modal-btn-dicas {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0px;
  }
  
  .modal-btn .btn-modal-1 {
    width: 144px;
    margin: 0;
  }

  .modal-btn .btn-modal-2 {
    width: 144px;
    margin: 0;
  }

  .all-sports .item .inner-item {
    margin-bottom: 20px;
  }

  .sports, .casas, .mercados {
    max-width: calc(100% / 3);
    min-width: calc(100% / 3);
    padding: 1.5%;
  }

  .sports p, .casas p, .mercados p {
    max-width: 100%;
  }

  .container{
    --bs-gutter-x: 0px!important;
  }

  body .page-content {
    padding: 60px 30px;
  }

  .page-content{
    border-radius: 0px!important;
  }

  .main-banner h4 {
    font-size: 4rem;
  }

  .background-header {
  display: inline-block;
  }

  .header-area .main-nav #search {
    display: none;
  }

  .heading-section h4 {
    font-size: 2rem;
  }

  .featured-bot {
    margin: 60px 0px;
  }

  .alertas-rapidos {
    margin-top: 90px;
  }

  .ultimas-ligas{
    margin-top: 0px!important;
  }

  .maiores-quedas{
    margin-top: 0px!important;
  }

  .maiores-quedas .download i {
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .maiores-quedas .item span {
    font-size: 1.4rem;
  }

  .maiores-quedas,
  .ultimas-ligas {
    max-height: 100%;
  }

  .planos-precos .heading-section{
    margin-top: 20px;
  }

  .planos-precos .col-lg-4 {
    margin: 12px 0px;
  }

  .main-login .main-info {
    margin: 45px 0px;
  }

  .ultimas-ligas ul li .download i {
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .ultimas-ligas ul li img {
    margin: 15px 5px 5px 0px;
  }

  .ultimas-ligas ul li span {
    font-size: 1.4rem;
  }

  .header-area {
    top: 0;
  }
  .header-area .main-nav {
    flex-direction: column-reverse;
    background-color: transparent;
    border-radius: 0px;
  }
  .header-area .main-nav:before {
    display: none;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 20px;
    top: 32px;
  }
  .header-area .main-nav .logo p {
    font-size: 2.8rem;
  }  
  .header-area .main-nav .nav-header {
    position: absolute;
    right: 70px;
    top: 20px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .nav-header a:last-child{
    width: 80px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area .main-nav .nav li:last-child:hover a,
  .header-area .main-nav .nav li:last-child a.active {
    color: #5FB3FF!important;
    background-color: none!important;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #5FB3FF!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area.header-sticky .nav {
    margin-top: 65px !important;
    text-align: center;
  }
  .background-header.header-sticky .nav {
    margin-top: 70px !important;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #1e1e1e !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #fff !important;
    color: #5FB3FF!important;
  }
  .header-area .main-nav .nav li:last-child a img {
    display: none;
  }
  .header-area .main-nav .nav li:last-child a:hover {
    color: #5FB3FF !important;
    background-color: transparent !important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 1.4rem;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .saber-mais{
    margin-top: -80px!important;
    margin-bottom: 40px;
  }
  #meus-alertas-container .alertas-container {
    width: 80%;
  }

  .main-banner{
    background-image: linear-gradient(to right, rgba(24, 48, 72, 0) 0%, rgba(24, 48, 72, 0.7) 70%), url(../images/banner-bg.jpg?1);
  }
}