@import url('https://fonts.googleapis.com/css2?family=Abel&family=Play:wght@400;700&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
html {
  min-height: 100%;
  position: relative;
}

body {
  background: linear-gradient(to right, #014F55, #082628);
  font-family: "Roboto Flex", serif;
  height: 100% !important; /* Asegura que el fondo cubra toda la altura de la ventana */
  margin: 0; /* Elimina márgenes predeterminados */
  color: #fff;

}

.header {
  padding: 10px 0;
  border-bottom: #F2CB4F 1px solid;
  background: transparent;
}



.header img {
  height: auto;
}

.btn-custom {
  background: #024B51 ;
  color: #F2CB4F !important;
  font-weight: 700;
}
header .btn-outline-primary{
  color: #054B50!important;
  font-weight: 700;
  border: none;
  background:  #FFC100;
  background-repeat: no-repeat;
  
}

header .btn-outline-primary:hover {
color: #054B50 !important;
background: #ffe186!important;
transition: all 0.3s ease-in-out;
border-color: #ffe186!important;
}
.btn-outline-primary{
  color: #fff !important;
  border-color: #F2CB4F ;
  font-weight: 700;
}

h5,
.text-white{
  color: #F2CB4F  !important;
  padding: 10px 0px 10px 0px !important;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: unset !important;
  border-color: #F2CB4F  !important;
}

.footer {
  background: linear-gradient(to right, #014F55, #082628);
  color: white;
  padding: 20px 0;
  text-align: center;
  border-top: #F2CB4F  1px solid;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.button-group .btn {
  border: 1px solid #F2CB4F ;
}

/* casino-pages */
.content-casino {
  background-image: url(/assets/img/casino-images/back.jpg);
  background-repeat: no-repeat;
  background-color: #000;
  min-height: 100vh;

}

.card-casinos {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.btn-casino {
  height: 5rem;
  width: 100%;
  background-color: #300007;
  border: 2px solid #932745;
  border-radius: 6px;
  color: white;
  margin-top: 10px;
}

.btn-casino:hover {
  border: 2px solid #300007;
  box-shadow: 0 0 20px 0em #b31649;
  background-color: #932745
}

.button-group{
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
  scrollbar-width: thin;
}


a {
  color:#F2CB4F  !important; 
}


/*footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}*/
/*html {
  min-height: 100%; 
  position: relative;
}
body {
  margin: 0;
  margin-bottom: 40px;
}
footer {
  background-color: black;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: black;
}*/
.content-form-body{
  display: flex;
  flex-direction: column;
}
.content-form-row{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

/* @media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px !important;
    margin: 1.75rem auto;
  }
} */
/* @media (max-width: 576px) {
  .content-form-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
  }

} */
.btn-register-modal{
  font-weight: bold;
  box-shadow: 0px 0px 12px -1px #74a5e7;
  color: white !important;
  font-family: "Roboto Flex", serif;
  font-weight: normal !important;
  border-radius: 6px !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  background-color: #2a99ff !important;
  text-transform: uppercase;
  margin: auto;
}
/* form-modal-signup END */

.botonLogin-mobile{
  font-weight: bold;
  border-radius: 25px !important;
  font-family: "Roboto Flex", serif;
  font-weight: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  background-color: #5379df !important;
  color: white !important;
}
.botonRegister-mobile{
  color: #ffffff !important;
  font-weight: bold;
  box-shadow: 0px 0px 19px -1px #e0b853;
  border-radius: 25px;
  color: black !important;
  font-family: "Roboto Flex", serif;
  font-weight: normal !important;
  border-radius: 25px !important;
  font-size: 19px !important;
  font-weight: 500 !important;
    

}
.botonLogin{
  height: 46px !important;
  background-color: #5379df !important;
  color: #ffffff !important;
  font-weight: bold;
  width: 100px;
  border-radius: 27px !important;
  font-family: "Roboto Flex", serif;
  cursor: pointer !important;
  font-weight: normal !important;
}
.botonLogin:hover{
  background-color: #5c88ff !important;
  cursor: pointer;
}
.botonRegister{
  height: 46px !Important;
  background-color: #e0b853 !important;
  color: black !important;
  font-weight: bold;
  border-radius: 27px !important;
  font-family: "Roboto Flex", serif;
  font-weight: normal !important;
  box-shadow: 0px 0px 19px -1px #e0b853
}
.botonRegister:hover{
  background-color: #ffdc82 !important;
  color: #212529 !important;
  cursor: pointer;
  box-shadow: 0px 0px 19px 1px #e0b853;
}
.container-body{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.container-header{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
}
.container-mobile-login-input{
  width: 100%;
  text-align: center;
  height: 50px;
  background-color: #ececec33;
  border-radius: 6px;
  color: black;
  border: 1px solid #D2D2D2;
  font-size: 12px;
  margin-bottom: 1rem;
  text-align: left;
  padding-left: 14px;
  display: flex;
  align-items: center;

}
.mobile-login-input {
  width: 100%;
  height: 90%;
  border: white;
  margin-left: 5px;
  
}






.imagenesarticulos {
  max-width: 75% !important;
  max-height: auto;
  width: auto;
  height: auto;
}

.contact_link {
  font-size: 12px !important;
  color: black;
  font-weight: bold !important;
  text-decoration: none;
}

.colorparrafo {
  color: black !important;
}

.contact_link .blue {
  color: #69bfee !important;
}

.contact_link .gray {
  color: #919090;
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px !important;
  }
}



*,
*:focus {
  outline: none !important;
}

/*begin loading*/
.hidden {
  display: none !important;
}

.lds-ring {
  background-color: black !Important;
  padding: 4px !Important;
  border-radius: 15px !Important;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  align-self: center;
  margin: 6px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  margin: 4 px;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*end loading*/

a {
  color: #0098E5;
}

.link-color {
  color: black;
}

.link-color-site {
  color: #F71E2E;
}

.bg-custom-primary {
  background: red;
}

.bg-custom-secondary {
  background-color: #d9a137 !important;
}

.bg-custom-secondary:hover {
  background-color: #d9a137;
}

#JoinBtn {
  background-color: #d9a137 !important;
}

.boderbannermini {
  border: 2px solid;
  border-color: #d9a137;
  height: 180px !important;
  border-radius: 6px !important;
}

@media (max-width: 768px) {
  .bg-custom-secondary-outline {
    border: 1px solid #1593fe;
    background-color: #d9a137;
  }

  #JoinBtn {
    border: 1px solid #d9a137;
  }
}

.bg-custom-secondary-outline {
  color: #d9a137;
  font-weight: bold;
}

.bg-custom-secondary-outline:hover {
  background-color: #d9a137;
  color: black;
}

.text-span {
  color: black;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 5px solid #bb271a;
}

.text-span2 {
  color: black;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 5px solid #bb271a;
  width: auto !important;
  text-align: center !important;
}




.my-075 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.header-login-input {
  width: 150px !important;
  text-align: center;
  height: 56px;
  margin-right: 4px;
  background-color: #ECECEC;
  border-radius: 2px;
  color: black;
  border: 1px solid #D2D2D2;
  font-size: 12px;
  margin-top: 1px;
}

.header-wrong-password {
  width: 150px;
  height: 50px;
  color: white;
  background-color: black;
  position: absolute;
  top: 90px;
  z-index: 2;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  transition: 1s;
  -moz-transition: 1s;
  opacity: 0;
}

.header-wrong-password small {
  font-weight: bold;
  align-self: center;
}

.header-wrong-password:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  position: absolute;
  right: 0;
  bottom: 25px;
}

.opacity-1 {
  opacity: 1;
}

.mobile-login-input::placeholder,
.header-login-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #909090;
  opacity: 1;
  /* Firefox */
}


.btl_link {
  color: #1593fe;
}

.menu-links {
  margin-top: 1rem;
  background: white;
  margin-bottom: 0 !important;
  padding-left: 0;
}

.menu-links2 {
  margin-top: 1rem;
  background: transparent;
  margin-bottom: 0 !important;
  padding-left: 0;
}

.menu-links li {
  cursor: pointer;
  display: inline-block;
  list-style: outside none none;
  position: relative;
  padding: 4px;
  --border-bottom: 5px #d9a137;
}

.menu-links2 li {
  cursor: pointer;
  display: inline-block;
  list-style: outside none none;
  position: relative;
  padding: 4px;
  --border-bottom: 5px #d9a137;
}

.menu-links li a {
  cursor: pointer;
}

.menu-links2 li a {
  cursor: pointer;
}

.menu-links li:hover {
  border-bottom: 5px solid #bb271a;
}

.classpad {
  padding: 0 !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  letter-spacing: 0.05rem;
}

.classpad2 {
  padding: 0 !important;
  padding-top: 3px !important;
}

.menu-links li a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.menu-links2 li a {
  color: white;
  font-weight: 14px !important;
  text-decoration: none;
  padding: 0 !important;
}

.menu-links2 li a:hover {
  color: #ed3229;
}

.navbar {
  background-color: white;
}

.navbar-toggler-icon {
  width: 2em;
  height: 2em;
}

.nav .nav-link {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize !important;
  color: #fff !important;
}

.nav .nav-link:hover {
  color: #d9a137 !important;
}

.mobile-login-button {
  width: 100%;
  font-weight: 600;
  height: 50px;
}

.main-logo {
  width: 288px
}

.text-custom-secondary {
  color: #0098E5;
}

.fw-boldest {
  font-weight: 600 !important;
}

.fs-sm-7 {
  font-size: 0.8rem;
}

.icon-circle-container {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 1rem;
  display: flex;
  justify-content: center;
}

.icon-large {
  font-size: 2.5rem;
}

.icon-med {
  font-size: 2rem;
}

.text-black::before {
  color: black !important;
}

.text-custom-secondary,
text-custom-secondary::before {
  color: #0098E5;
}

.carousel-control-next {
  right: 15px;
}

.carousel-control-prev {
  left: 15px;
}

.carousel-control-prev {
  justify-content: start;
}

.carousel-control-next {
  justify-content: flex-end;
}

#topBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 100px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #b9b6b6;
  /* Set a background color */
  color: black;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 2px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
}

#topBtn:hover {
  background-color: #02081D;
  /* Add a dark-grey background on hover */
}


.chat-bubble {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #02081D;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 2px;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #1416199e;
}

.banner-inferior {
  margin-left: 50%;
}

@media (max-width: 992px) {
  .fs-sm-7 {
    font-size: 0.75rem !important;
  }
}



.col-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.center-block {
  float: none;
}

.contact_link_wrapper {
  display: flex;
  width: 100%;
  justify-content: start;
  background: white;
  color: #020d17;
  padding: 4px 4px 4px 17px;
}

.contact_link_wrapper.isMobile span {
  color: #020d17;
  font-size: 16px;
}

.menu-links_toggle {
  position: absolute;
  top: 20px;
  right: 10px;
}

.menu_links_wrapper {
  background: white;
}

@media (max-width: 768px) {
  .menu_links_wrapper {
    display: none !important;
  }
}

@media (max-width : 6200px) and (min-width: 993px) {
  #ico_mobile {
    display: none !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .isMobile {
    display: none !important;
  }


}

@media (max-width : 357px) and (min-width: 58px) {
  #ico_mobile {
    display: block !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  #ico_desktop {
    display: none !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}

.parrafos {
  color: black !important;
}


@media (max-width : 992px) and (min-width: 58px) {
  #ico_mobile {
    padding: 0 !important;
    float: right !Important;
  }

  img.logo_marca {
    width: 150px !important;
    height: auto !important;
  }

  a.navbar-brand.nav_bar_call_now {
    float: left;
    text-align: left;
    padding: 0;
    width: 152px !important;
    padding-left: 0 !important;
  }

  #ico_mobile.container.align-items-right {
    float: right;
    padding: 0;
  }

  #ico_mobile_contenido {
    float: right;
    padding: 0;
  }

  #img_Football:before {
    background: url('/assets/img/football.png') no-repeat;
    background-size: contain;
  }

  .menu-links li a::before {
    background: url("/assets/img/sports.svg") no-repeat center;
  }

}




#hamburger-menu {
  width: 50px;
  height: 50px;
  display: block;
  border: none;
  padding: 0px;
  margin: 20px;
  background: linear-gradient(to bottom,
      #3D0E61, #3D0E61 20%,
      white 20%, white 40%,
      #3D0E61 40%, #3D0E61 60%,
      white 60%, white 80%,
      #3D0E61 80%, #3D0E61 100%);
}

#hamburger-menu #sidebar-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: -250px;
  width: 200px;
  height: 100%;
  background-color: #3D0E61;
  padding: 0px 10px;
  box-sizing: border-box;
}

.registerfooter {
  color: white !Important;
  cursor: pointer;
  text-decoration: none;
}

.registerfooter:hover {
  color: #ed3229 !Important;
  text-decoration: none;
}

.titles-pages {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  font-weight: 600 !important;
  line-height: 2 !important;
  font-size: 1.5rem !important;
}

@media only screen and (max-width: 991px) {

  .row-container-casino {
    flex-direction: column;
  }

  #imgPopup{
    display: none;
  }

  #PopupFBox #CenterWindow{
    max-width: 100% !important;
  }

  .wBiggestMarkets {
    width: 31% !important;
  }

  .wProviders {
    width: 48% !important;
  }

  .rectangleImg{
    margin: 0% 1.1%;
  }

  .wDivOptions{
    width: auto !important;
  }

  .wAOption {
    width: auto !important;
  }

}

.rowOriginal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.w-45 {
  width: 45% !important;
}

.wAOption {
  /* width: 45%; */
  display: flex;
  justify-content: center;
}

.wProviders {
  width: 23%;
}

.wBiggestMarkets {
  width: 15%;
}

@media (max-width: 991px) {
  .header .container {
      padding-left: 10px;
      padding-right: 10px;
  }
}

.navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.rectangleImg{
  border: #F2CB4F 1px solid;
  border-radius: 15px;
  margin: 0% 0.8%;
}

.rectangleProviders{
  height: 17vh;
  background: linear-gradient(180deg, #FFC100, #8C752E);
  margin: 0% 1%;
  border-radius: 15px;
}

.rectangleImg img{
  padding: 5%;
}

.rectangleProviders img{
  padding: 5%;
}

iframe {
  width: 100%;
  height: 100vh;
}

.wDivOptions{
  /* width: 25%; */
}
#ContForm_Login .RowsForm{
  display: flex;
}
#ContForm_Login input {
  display: flex;
  width: 100%;
  background-color: #ffffff7a !important;
  border: 1px solid #ffffff7a;
  border-radius: 10px;
  color: #fff;
}
#ContForm_Login input::placeholder{
	color: #ffffff9e;
	font-weight: 500;
	font-size: 0.8rem;
}
#ContForm_Login .loginbtn{
  background: #F2CB4F  !important;
  color: #054B50 !important;
  border: none;
  padding: 10px;
  font-weight: 700
}


#ContRegisterForm .RowsForm{
  display: flex;
  gap: 10px;
}

#ContRegisterForm input {
  display: flex;
  width: 100%;
  background-color: #ffffff7a !important;
  border: 1px solid #ffffff7a;
  border-radius: 10px;
  color: #fff;
}

#ContRegisterForm select {
	background-color: #ffffff7a !important;
	border: 1px solid #ffffff7a;
	border-radius: 9px;
	color: #fff;
  padding: 8px;
}

#ContRegisterForm option {
	color: #000;
}

#ContRegisterForm input::placeholder{
	color: #ffffff9e;
	font-weight: 500;
	font-size: 0.8rem;
}

#ContRegisterForm label{
	color:#fff;
	font-weight: 700;
	font-size: 0.8rem;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);

}

.register-btn{
	width: 100%;
   background: #F2CB4F ;
	border: none;
	padding: 10px;
	border-radius: 10px;
	color: #054B50 ;
	font-weight: 700;
	font-size: 1.2rem;
}

.register-btn:hover {
	background: #054B50  ;
  color: #F2CB4F ;
}

#ContForm_Login .loginbtn:hover{
  color: #054B50 !important;
  background: #ffe186!important;
  transition: all 0.3s ease-in-out;
  border-color: #ffe186!important;
}



#ContRegisterForm .validationError {
	color: red;
	font-size: 0.8rem;
	font-weight: 700;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
	width: 100%;
}

.modal-content {
  background: linear-gradient(180deg, #014F55, #082628);
  background-color: transparent !important;
}
.close {
  color: #fff !important;
}
.modal-title {
  color:#fff !important;
}

.promo-content h3{
  margin-bottom: 20px;
  color: #F2CB4F ;
}

hr{
  border-top: 1px solid #F2CB4F ;
}

.custom-swal-popup {
    font-size: 16px !important;
}

.bi-copy::before {
  color: #fff !important;
}

.pop-congrats .new-account-info{
  border-radius: 10px;
  background: #ffffff30;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-congrats .yellow{
  color: #FFC100;
  font-size: 2.3rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pop-congrats .bonus{
  font-weight: 700;
  font-size: 1.6rem;
}

.pop-congrats .border-bottom {
  border-bottom: 1px solid #dee2e659 !important;
}

.pop-congrats .yellow-contact {
  color: #FFC100;
  font-weight: 700;
  text-transform: uppercase;

}

div:where(.swal2-container) div:where(.swal2-popup) {
   background: linear-gradient(to right, #014F55, #082628) !important;
   color: #fff !important;
    border-radius: 15px !important;
      border: 1px solid #fff !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background:#FEC100  !important ;
  color: #054B50 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  border-radius: 40px !important;
  
}


.swal2-container.swal2-no-close-on-click {
    pointer-events: none !important;
}

.swal2-container.swal2-no-close-on-click .swal2-popup,
.swal2-container.swal2-no-close-on-click .copy-btn {
    pointer-events: auto !important;
}

.copy-btn {
    cursor: pointer;
    background: transparent;
    border: none;
    transition: transform 0.2s !important;
}

.copy-btn:hover {
    transform: scale(1.1);
}

.contact-item {
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: #f8f9fa12;
    transition: all 0.3s ease;
}

.contact-item .contact-link h5,p{
  color: white;
  text-align: justify;
  margin-bottom: 48px;
}
.contact-item:hover {
    background-color: #e9ecef54;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.contact-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #F2CB4F;
}
.contact-link {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.contact-link:hover {
    color: #0d6efd;
}

.vip-rewards-container {
    width: 100%;
    padding: 20px;
    background: url('../img/vip-rewards/banner/banner.png'), linear-gradient(to right, #092F32, #092F32) ;
    background-position: top; 
    background-size: contain; 
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'Arial', sans-serif;
    padding-bottom: 80px;
}

.vip-rewards-header {
    text-align: center;
}

.vip-rewards-header h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    margin-top: 60px;
    color: #FFC100;
}

.vip-rewards-header p {
    font-size: 1.1em;
    margin-bottom: 30px;
}

.vip-rewards-join {
    padding: 15px 100px;
    font-size: 1.2em;
    background: linear-gradient(180deg, #FFC100, #8C752E);
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 20px;
    font-weight: 700;
}

.vip-rewards-join:hover {
    background: #FFC100;
}

.vip-rewards-levels h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 15px;
}

.vip-rewards-table {
    width: 100%;
    border-collapse: separate;
    margin-top: 20px;
    table-layout: fixed; 
    border: 3px solid #FFC100; 
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden; 
    font-size: 14px;
}



.bg-500 {
  background-color: #014f55 !important;
  font-size:18px 
}

.vip-rewards-table th, .vip-rewards-table td {
    padding: 20px 0px;
    text-align: center;
    word-wrap: break-word;
    border: 1px solid #6f6f6f;
}

.vip-rewards-table th:nth-child(1), .vip-rewards-table td:nth-child(1) {
    width: 20%; 
    background-color: #06312C;
    position: sticky;
    z-index: 2;

}

/* .vip-rewards-table th {
    background-color: #2e3b3e;
} */

/* .vip-rewards-table td {
    background-color: #1d282b;
} */

.vip-rewards-crown {
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}


.vip-rewards-bronze {
    background-color: #0c3f42;
    
}

.vip-rewards-silver {
    background-color: #0c3f42;
    
}

.vip-rewards-gold {
    background-color: #0c3f42;
}

.vip-rewards-platinum {
    background-color: #013b4d;
    
}

.vip-rewards-diamond {
    background-color: #337a74;
   
}

.vip-rewards-elite {
    background-color: #63477a;
   
}

.vip-rewards-black {
    
    background-color: #27213d;
    
}
/* hola */
.vip-rewards-crown-bronze {
    background-image: url('../img/vip-rewards/coronas/svg/bronze.svg');
    background-repeat: no-repeat;
    background-size:  auto;
    background-position: center;
    background-color: #0c3f42;
    
}

.vip-rewards-crown-silver {
    background-image: url('../img/vip-rewards/coronas/svg/silver.svg');
    background-repeat: no-repeat;
    background-size:  auto;
    background-position: center;
    background-color: #0c3f42;
    
}

.vip-rewards-crown-gold {
    background-image: url('../img/vip-rewards/coronas/svg/gold.svg');
    background-repeat: no-repeat;
    background-size:  auto;
    background-position: center;
    background-color: #0c3f42;
}

.vip-rewards-crown-platinum {
    background-image: url('../img/vip-rewards/coronas/svg/platinun.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: #013b4d;
    
}

.vip-rewards-crown-diamond {
    background-image: url('../img/vip-rewards/coronas/svg/diamond.svg');
    background-repeat: no-repeat;
    background-size:  auto;
    background-position: center;
    background-color: #337a74;
   
}

.vip-rewards-crown-elite {
    background-image: url('../img/vip-rewards/coronas/svg/elite.svg');
    background-repeat: no-repeat;
    background-size:  auto;
    background-position: center;
    background-color: #63477a;
   
}

.vip-rewards-crown-black {
    background-image: url('../img/vip-rewards/coronas/svg/black.svg');
    background-repeat: no-repeat;
    background-size:  auto;
    background-position: center;
    background-color: #27213d;
    
}

.container-crown{
  display: flex;
  align-items: center;
}

.container-crown .line {
    width: 50%;
    height: 1px;
    background-color: #FFC100; 
}

.container-crown .left {
    margin-right: 20px; 
}

.container-crown .right {
    margin-left: 20px; 
}

.container-crown .crown {
    width: 50px;
    height: 50px;
    background-image: url('../img//vip-rewards//coronas/svg/gold.svg'); 
    background-size: cover;
    background-position: center;
    margin: 0 20px;
}
/* Columna de Bronze */
.vip-rewards-table td:nth-child(2) {
   background-color: #0c3f42;
    color: #fff; 
}

/* Columna de Silver */
.vip-rewards-table td:nth-child(3) {
    background-color: #0c3f42;
    color: #fff; 
}

/* Columna de Gold */
.vip-rewards-table td:nth-child(4) {
    background-color: #0c3f42;
    color: #fff; 
}

/* Columna de Platinum */
.vip-rewards-table td:nth-child(5) {
    background-color: #013b4d;
    color: #fff; 
}

/* Columna de Diamond */
.vip-rewards-table td:nth-child(6) {
    background-color: #337a74;
    color: #fff; 
}

/* Columna de Elite */
.vip-rewards-table td:nth-child(7) {
    background-color: #63477a;
    color: #fff; 
}

/* Columna de Black */
.vip-rewards-table td:nth-child(8) {
    background-color: #27213d;
    color: #fff; 
}






.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 2em;
    padding: 10px;
    cursor: pointer;
}

.arrow.left {
    left: 0;
}

.arrow.right {
    right: 0;
}
.footer-bottom {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 13px;
}

footer h6{
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

footer .list-unstyled li a {
  color: #fff !important;
  font-size: 14px;
}

footer .phone-number {
  color:#F2CB4F; 
  font-weight: 600;
  font-size: 16px;
}

footer p {
  font-size: 14px;
  font-weight: 300;
}

.text-information {
  line-height: 1.6;
}
.text-information section {
  margin-bottom: 50px;
}
.text-information h1 {
  margin-bottom: 20px;
  border-bottom: 3px solid #F2CB4F;
}

.text-information h2 {
  border-left: 4px solid #F2CB4F;
  padding-left: 15px;
  margin-bottom: 20px ;
}

.text-information h3 {
    color: #F2CB4F;
    margin-top: 15px;
   
}

.text-information ul {
    padding-left: 20px;
}

.text-information li {
    margin-bottom: 5px;
}

.text-information  p{
  margin: 0px;
}
.text-information .contact-info {
    background-color: #ecf0f11f;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
}

.text-information .conditions-list {
    background-color: #ecf0f11f;
    border-left: 4px solid #F2CB4F;
    padding: 15px;
    margin: 15px 0;
}

@media (min-width: 992px) {
    .vip-rewards-table th, .vip-rewards-table td {
        display: table-cell; 
    }

    .arrow {
        display: none;
    }
}


@media (max-width: 991px) {
    .vip-rewards-table th, .vip-rewards-table td {
        display: none; 
    }

    /* Muestra las 3 primeras columnas */
    .vip-rewards-table th:nth-child(1), .vip-rewards-table td:nth-child(1),
    .vip-rewards-table th:nth-child(2), .vip-rewards-table td:nth-child(2),
    .vip-rewards-table th:nth-child(3), .vip-rewards-table td:nth-child(3) {
        display: table-cell;
    }

    .arrow {
        display: block; 
    }

    
    .vip-rewards-table th:nth-child(1), .vip-rewards-table td:nth-child(1) {
        width: 30%;
        position: sticky;
        z-index: 2;
    }
}