/*!
 * 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');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


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


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

html,
body {
    height: 100%;
	color: #DED8D8;
	
	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;
}

h1, h2, h3, h4, h5, h6 {
	color:#ade721;
	
	font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

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

a {
	color: #ffffff;
}

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

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

.margin-top-2 { margin-top: 2.0em; }
.margin-top-3 { margin-top: 3.0em; }
.margin-top-4 { margin-top: 4.0em; }
.margin-top-5 { margin-top: 5.0em; }
.margin-top-7 { margin-top: 7.0em; }
.margin-top-10 { margin-top: 10.0em; }
/* body bg for pages */



/*****************************************************************************
**************** Navbar ***********
******************************************************************************/
.navbar-inverse { 
	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: #ade721;
	border-bottom: 2px solid #ade721;
	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: #F3F3F3;
	border-bottom: 2px solid #F3F3F3;
}

.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,.0001) 0,rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(left,rgba(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,.0001) 0,rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(left,rgba(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;
	}
}


.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: 3rem;
  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%);

}

#information {
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: #ade721;
	border-color: transparent;
}



.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-primary-cust {
	color: #ffffff;
	border: 2px solid #6B6B6B;
	background-color: #000000;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary-cust:hover,
.btn-primary-cust:focus,
.btn-primary-cust:active {
	color: #ffffff;
	border: 2px solid #FFFFFF;
	background-color: #555555;
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.35);
	outline: none;
}



.btn-default { 
	color: #000000;
	border: 2px solid #ade721 !important;
	background-color: #ade721 !important;
}

.btn-default:hover {
	color: #000000;
	border: 2px solid #cbff94 !important;
	background-color: #cbff94 !important;
}



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

.btn-info:hover {
	color: #000000;
	border: 2px solid #cefb5f !important;
	background-color: #cefb5f !important;
}


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

.btn{
  text-decoration: none; /* remove underline if using A instead of BUTTON tag */
  overflow: hidden;
  transition: all .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 .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;
}

.list-unstyled li { margin-bottom: 1em;}

/*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: #ade721;
	text-decoration: none;
	line-height: 2em;
}

footer strong {
	color: #ade721;
}

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) {
	
	header.carousel {
        height: 35%;
		min-height: 200px;
    }

}

@media(max-width:767px) {

    header.carousel {
        height: 25%;
		min-height: 200px;
    }
	
	.navbar-brand {
	  width: 175px;
	  margin-top: 10px;
	  max-height: 60px;
	}

}

#modalLogin #btnEntrar {
  color: black;
  border: none;
  background: #ade721 !important;
  background: -moz-linear-gradient(top, #ade721 0%, #ade721 100%) !important;
  background: -webkit-linear-gradient(top, #ade721 0%, #ade721 100%) !important;
  background: linear-gradient(to bottom, #ade721 0%, #ade721 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ade721', endColorstr='#ade721',GradientType=0 ) !important;
}

#btnHelpCryptoBookieIo{
  color: #153ba1 !important;
}


#installContainer {
  margin-top: 30px;
  margin-bottom: 30px;
}

#butInstall {
  display: inline-block;
  padding: 10px 28px;
  font-size: 18px;
  cursor: pointer;
  color: #ade721;
  background-color: rgba(173, 231, 33, 0.18);
  border: 1px solid rgba(173, 231, 33, 0.45);
  border-radius: 4px;
  text-decoration: underline;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px rgba(173, 231, 33, 0.35);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

#butInstall:hover,
#butInstall:focus {
  color: #ffffff;
  background-color: rgba(173, 231, 33, 0.35);
  box-shadow: 0 0 18px rgba(173, 231, 33, 0.65);
  text-decoration: underline;
}

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