/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* fonts */

@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

/* <weight>: Use a value from 200 to 1000 */

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

html,
body {
  height: 100%;
  color: #a2aabd;
  font-family: "Nunito", sans-serif;
  font-size: 21px;
  font-weight: 300;
  font-optical-sizing: auto;
  line-height: 1.5em;
  background: #151618;
}

.img-rounded {
  filter: drop-shadow(0px 12px 15px #222222);
}

@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
}

.page-container {
  padding-bottom: 2em;
  border-top: 1px solid #555;
}

.page-header {
  border-bottom: none;
}

.lead {
  font-size: 27px;
  color: #ffffff;
}

#btnHelpTopWager365Vip {
  color: #444 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ff4e00;
}

hr {
  border: 0;
  height: 1px;
  background: #888;
  background-image: linear-gradient(to right, #888, #333, #888);
}

a {
  color: #ffffff;
}

a:hover {
  color: #ff4e00;
  text-decoration: none;
}

/************* custom margin bottom classes to create vertical space ****************/
.margin-bottom-2 {
  margin-bottom: 2em;
}
.margin-bottom-3 {
  margin-bottom: 3em;
}
.margin-bottom-4 {
  margin-bottom: 4em;
}
.margin-bottom-5 {
  margin-bottom: 5em;
}

.margin-top-2 {
  margin-top: 2em;
}
.margin-top-3 {
  margin-top: 3em;
}
.margin-top-4 {
  margin-top: 4em;
}
.margin-top-5 {
  margin-top: 5em;
}
.margin-top-7 {
  margin-top: 7em;
}
.margin-top-10 {
  margin-top: 10em;
}
/* body bg for pages */

/*****************************************************************************
**************** Navbar ***********
******************************************************************************/
.navbar-inverse {
  background-image: unset;
  background-color: #000000;
  margin-bottom: 0px;
  border: none;
  min-height: 75px;
  z-index: 1000;
}

.navbar-inverse .navbar-nav > li > a {
  font-size: 16px;
  padding: 25px 2px;
  margin: 0px 9px;
  border-bottom: 2px solid #151618;
  transition: 0.5s;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #ff4e00;
  border-bottom: 2px solid #ff4e00;
  transition: 0.5s;
}

.navbar-btn {
  margin-top: 0px;
  margin-bottom: 0px;
}

.btn-default.navbar-btn {
  margin-left: 5px;
}

/* menu color hover */

.navbar-inverse .navbar-nav > li > a.color2:hover {
  color: #00a1ff;
  border-bottom: 2px solid #00a1ff;
}

.navbar-collapse {
  background-color: #000000;
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size: 21px;
    padding-bottom: 10px;
  }

  .navbar-collapse.collapse .navbar-nav > li > a {
    transition: 1s;
    border-bottom: none;
  }

  .navbar-inverse .navbar-collapse.collapse .navbar-nav > li > a:hover {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size: 21px;
    padding-bottom: 10px;
  }
}

.buttons-container {
  background-color: #333333;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* ////// navbar brand logo ////// */

.navbar-brand {
  background: url("../img/custom_site/logo-mainmenu.png") center / contain
    no-repeat;
  width: 250px;
  padding-top: 20px;
  height: 75px;
  text-indent: -5000px;
}

.navbar-toggle {
  margin-top: 19px;
}

/*****************************************************************************
**************** Home Page Carousel from modern-business bootstrap ***********
******************************************************************************/

/*.carousel-control { display: none;}*/

.carousel-indicators li {
  border: 1px solid #555;
}
.carousel-indicators .active {
  background-color: #555;
}

header.carousel {
  height: 60%;
  min-height: 290px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
  height: 100%;
}

header.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 0px;
  background-color: aqua;
}

header.carousel .item:nth-child(1) .fill {
  background-image: url("../img/custom_site/slider-index-01.jpg");
}

header.carousel .item:nth-child(2) .fill {
  background-image: url("../img/custom_site/slider-index-02.jpg");
}

header.carousel .item:nth-child(3) .fill {
  background-image: url("../img/custom_site/slider-index-03.jpg");
}

header.carousel .item:nth-child(4) .fill {
  background-image: url("../img/custom_site/slider-index-04.jpg");
}

/* this style makes homepage carousell vertically taller 70% or whatever you want */
header.carousel.tallercarousel {
  height: 70%;
  min-height: 350px;
}

/***************
carousel-promo
***************/

#carousel-promo.carousel.slide div.carousel-inner {
  border-radius: 0px;
}

/* this removes transparent pading on sides for carousel */
#myCarousel.container {
  padding-left: 0;
  padding-right: 0;
}

.carousel-control.right {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
}

.w-100 {
  width: 100% !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* centered content inside row - for footer */
.col-centered {
  float: none;
  margin: 0 auto;
}

/* //// Button over image //// */

/* Container needed to position the button. Adjust the width as needed */
.container-img {
  position: relative;
  /*padding: 0 !important;
    margin: 0 !important;*/
}

/* Make the image responsive */
.container-img img {
  width: 100%;
  height: auto;
}

/* Style the button and place it in the middle of the container/image */
.container-img .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.container-img .btn:hover {
}

/* efecto shine - https://codepen.io/nocksock/pen/zYQVmwG */
.box {
  --border-angle: 0deg;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 4px hsl(0 0% 0% / 25%);
  animation: border-angle-rotate 2s infinite linear;
  border: 1px solid transparent;
  position: relative;
  border-radius: 12px;

  &.b {
    background: linear-gradient(blue, blue) padding-box,
      conic-gradient(from var(--border-angle), var(--bg) 50%, blue) border-box;
  }

  &.c {
    &:before,
    &:after {
      content: "";
      display: block;
      position: absolute;
      inset: 4px;
      border-radius: 100%;
      animation: border-angle-rotate 4s infinite linear;
      z-index: -1;
    }

    &:before {
      inset: 0;
      background: repeating-conic-gradient(
          from var(--border-angle),
          var(--bg),
          var(--bg) 30deg,
          oklch(100% 50% 190deg) calc(360deg / 6)
        )
        border-box;
    }

    &:after {
      background: repeating-conic-gradient(
          from calc(var(--border-angle) * -1),
          oklch(100% 40% 50deg),
          black 60deg
        )
        border-box;
    }
  }
}

@keyframes border-angle-rotate {
  from {
    --border-angle: 0deg;
  }
  to {
    --border-angle: 360deg;
  }
}

/** boilerplate **/
.shine {
  --bg: hsl(190deg 20% 10%);
  background: var(--bg);
}

@property --border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

/* //////////////////////// */

.table {
  font-size: 16px;
  font-weight: 200;
  background-color: #ededed;
  color: #333;
}
.img-payments {
  max-width: 20px;
  height: auto;
}

.content-copy {
  padding: 2em;
  border-radius: 6px;

  background: #202124;
  background: linear-gradient(
    125deg,
    rgba(32, 33, 36, 1) 0%,
    rgba(58, 68, 74, 1) 100%
  );

  height: 100%;
  min-height: 100%;

  margin-bottom: 3em;
}

@media (max-width: 991px) {
  .content-copy {
    padding: 1em 0;
  }

  header.carousel {
    height: 35%;
    min-height: 200px;
  }
}

.content-copy p {
  margin-bottom: 1.5em;
}

.promo-rules strong {
  color: #ffffff;
}
.terms-conditions strong {
  color: #ffffff;
}

/* Codigo para imagen de seccion de fonto */
#sportsbook {
  background: url("../img/custom_site/sportsbook-bg.jpg");
  padding-top: 4em;
  padding-bottom: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.bonus-container {
  padding-top: 2em;
  padding-bottom: 4em;
}

#bonuses {
  background: #152a63;
  background: radial-gradient(
    circle,
    rgba(21, 42, 99, 1) 63%,
    rgba(28, 58, 128, 1) 100%
  );
}

.panel-heading h4 {
  font-size: 27px;
  font-weight: 200;
}

.panel-body {
  font-size: 21px;
  text-shadow: 1px 1px 10px #000000;
}

.panel {
  background-color: transparent;
  border: none;
  border-radius: 10px;
}

.panel-default > .panel-heading {
  background-color: transparent;
  color: #ff4e00;
  border-color: transparent;
  background-image: unset !important;
}

.panel-01 {
  background-image: url("../img/custom_site/panel-01.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 450px;
}

.panel-02 {
  background-image: url("../img/custom_site/panel-02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 450px;
}

.panel-03 {
  background-image: url("../img/custom_site/panel-03.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 450px;
}

@media (max-width: 991px) {
  .img-bonus {
    padding-bottom: 1em;
    padding-top: 2em;
  }
}

.menulogo {
  max-width: 400px;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .menulogo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 300px;
  }
}

/* 3 steps */

.steps-container {
  background: #1c1d1f;
  background: linear-gradient(
    90deg,
    rgba(28, 29, 31, 0) 0%,
    rgba(54, 54, 77, 1) 50%,
    rgba(47, 55, 64, 0) 100%
  );
  padding-top: 10px;
}

.steps-1 {
  background-image: url("../img/custom_site/steps-1.png");
  background-position: center;
  background-repeat: no-repeat;
}
.steps-2 {
  background-image: url("../img/custom_site/steps-2.png");
  background-position: center;
  background-repeat: no-repeat;
}
.steps-3 {
  background-image: url("../img/custom_site/steps-3.png");
  background-position: center;
  background-repeat: no-repeat;
}

.panel {
  margin-bottom: 0;
  margin-top: 0;
}

.text-warning {
  color: #cc9933;
}

/* btns */

.btn {
  filter: drop-shadow(0px 12px 15px #222222);
}

.btn-primary {
  color: #ffffff;
  border: 2px solid #6b6b6b;
  background-color: #000000;
}

.btn-primary:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: #555555;
}

.btn-default {
  color: #ffffff;
  border: 2px solid #ff4e00;
  background-color: #ff4e00;
}

.btn-default:hover {
  color: #ffffff;
  border: 2px solid #ff7e1c;
  background-color: #ff7e1c;
}

.btn-info {
  color: #ffffff;
  border: 2px solid #00a1ff;
  background-color: #00a1ff;
}

.btn-info:hover {
  color: #ffffff;
  border: 2px solid #ff7e1c;
  background-color: #ff7e1c;
}

/* //// ButtonFX //// */

.btn {
  text-decoration: none; /* remove underline if using A instead of BUTTON tag */
  overflow: hidden;
  transition: all 0.5s;
}

.btn-lg {
  padding: 15px 25px;
}

.btn-lg:hover {
  padding: 15px 30px;
}

/* //// fade in //// */
@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.fadeInUp-animation {
  animation: 0.5s fadeInUp;
}

/* //// zoom on hover //// */

.zoom {
  transition: transform 0.5s; /* Animation */
}

.zoom:hover {
  transform: scale(
    1.1
  ); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.well {
  background-color: rgb(31, 50, 87);
  background: linear-gradient(
    180deg,
    rgba(31, 50, 87, 1) 0%,
    rgba(30, 38, 52, 0) 100%
  );
  border: none;
}

.btn.btn-readmore {
  font-size: 31px;
  font-weight: bold;
}

.modal-content {
  /*background: rgb(11,11,41);
    background: linear-gradient(90deg, rgba(11,11,41,1) 0%, rgba(30,38,52,1) 100%);
	*/
  color: #444;
}

.close {
  opacity: 0.6;
}

button.close {
  background: #fff;
  border: 0;
  padding: 5px 10px;
  border-radius: 25px;
}

/* /// Social media on footer /// */
.footer-links a.fa {
  padding: 20px;
  font-size: 15px;
  width: 45px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.footer-links a.fa:hover {
  color: black;
  background: white;
  text-decoration: none;
}

/* .fa-facebook {
  background: #444;
  color: white;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 8px;
} */

.fa-twitter {
  background: #444;
  color: white;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 8px;
}

.fa-google {
  background: #444;
  color: white;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 8px;
}

.fa-youtube {
  background: #444;
  color: white;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 8px;
}

/* .fa-instagram {
  background: #444;
  color: white;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 8px;
} */

.footer-links span {
  padding: 2px;
  font-size: 13px;
  width: 38px;
  text-align: center;
  text-decoration: none;
  margin: 10px 15px;
  border-radius: 50%;
  background-color: #ededed;
  border: #ff0004 1px solid;
  color: #ff0004;
}

/*////////////////////////////*/

footer {
  margin-top: 1em;
}

footer p {
  font-size: 16px;
  line-height: 1.5em;
}

.disclaimer {
  padding-top: 50px;
  padding-bottom: 50px;
}

ul.list-unstyled.footer-links li a:link {
  font-size: 16px;
  color: #ffffff;
  line-height: 2em;
}

/*ul.list-unstyled.footer-links li a:visited {
	font-size: 16px;
	color: #ffffff;
	line-height: 2em;
}
*/

ul.list-unstyled.footer-links li a:hover {
  font-size: 16px;
  color: #ff4e00;
  text-decoration: none;
  line-height: 2em;
}

footer strong {
  color: #ff4e00;
}

p.circle {
  background: #725a23;
  border-radius: 50%;
  padding: 0.8% 1%;
  color: #d4c293;
  font-size: 16px;
  width: 50px;
  height: 50px;
}

.small {
  font-size: 14px;
}

/* //// Infinite horizontal scroll //// */
/* https://jsfiddle.net/nha3grjL/# */

.scroll {
  position: relative;
  width: 100vw;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.m-scroll {
  overflow: hidden;
  height: 100%;
  white-space: nowrap;
  animation: scrollText 20s infinite linear;
  margin: 0;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  width: 250%;
}

span {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: white;
}

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

/* //// Responsive Styles //// */

@media (max-width: 991px) {
}

@media (max-width: 767px) {
  header.carousel {
    height: 35%;
    min-height: 200px;
  }
}

.modal-content {
  font-size: 15px;
}

.footer-a-mail {
  color: #a2aabd;
  font-size: 14px;
}

.bottom .btn-sm {
  padding: 10px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.btn-facebook {
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  border-color: #245580;
}

.btn-yellow {
  background: #f8ff60;
}

.btn-x {
  background-color: #fff;
}

.btn-instagram {
  color: #fff;
  background: linear-gradient(
    45deg,
    #e6683c,
    #f09433,
    #cc2366,
    #dc2743,
    #bc1888
  );
  border: none;
  transition: background 0.3s ease;
}

.btn-primary-cust {
  color: #ffffff;
  border: 2px solid #6b6b6b;
  background-color: #000000;
}

@media (max-width: 767px) {
  header.carousel {
    height: 25%;
    min-height: 200px;
  }

  .navbar-brand {
    width: 175px;
    margin-top: 10px;
    max-height: 60px;
  }
}

#modalLogin .extra-info.remember span, #modalLogin .modal-header .close span{
  color: #000 !important;
}