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

header,
header .header-content {
    width: 100%;
}

body,
html {
    height: 100%;
    width: 100%
}
.image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
hr {
    border-color: #F05F40;
    border-width: 3px;
    max-width: 50px
}
.p-0{
	padding: 0 !important
}
hr.light {
    border-color: #fff
}

a {
    transition: all .35s;
    color: #F05F40
}

a:focus,
a:hover {
    color: #eb3812
}

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

.bg-primary {
    background-color: #F05F40
}

.bg-dark {
    background-color: #222;
    color: #fff
}

.text-faded {
    color: rgba(255, 255, 255, .7)
}

section {
    padding: 100px 0
}

aside {
    padding: 50px 0
}

.no-padding {
    padding: 0
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header {
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999 !important;
    position: relative;
}

header .header-content .header-content-inner h1 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: -15px;
    font-size: 30px
}

header .header-content .header-content-inner hr {
    margin: 30px auto
}

header .header-content .header-content-inner p {
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    margin-bottom: 0px
}

header .header-content .header-content-inner {
    margin-left: auto;
    margin-right: auto
}

header .header-content .header-content-inner h1 {
    font-size: 65px;
}

header .header-content .header-content-inner p {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto", sans-serif;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #222
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #222
}

img::selection {
    color: #fff;
    background: 0 0
}

img::-moz-selection {
    color: #fff;
    background: 0 0
}

.btnEntrar {
    /* border-radius: 8px; */
    background: #000000;
    color: #ede5d6;
    border: 2px solid #000000;
    height: 45px;
    width: 100%;
    max-width: 152px;
    font-size: large;
    font-family: "Roboto", sans-serif;
}

.btnRegister {
    background-color: #3b914d;
    border: none;
    margin-bottom: 20px;
    margin-left: 14px;
    border-radius: 2px;
}

.btnClassic {
    color: #d96118 !important;
}

.inputLogin {
    display: inline-block;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 2px;
    /* border-radius: 9px; */
    color: #42422A;
    text-align: right;
    -o-text-overflow: clip;
    text-overflow: clip;
    /* background: linear-gradient(rgb(168, 168, 160) 0%, rgb(87, 87, 76) 100%); */
    background: -moz-linear-gradient(180deg, #EDEBD2 0, #C1C87A 100%), rgba(252, 252, 252, 1);
    /* background: linear-gradient(180deg, #EDEBD2 0, #C1C87A 100%), rgba(252, 252, 252, 1); */
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    height: 45px;
    width: 100%;
    max-width: 280px;
    font-family: "Roboto", sans-serif;
    font-size: large;
    margin-right: 25px;
    padding-right: 20px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #42422A;
    font-family: "Roboto", sans-serif;
    font-size: large;
    text-transform: uppercase;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #42422A;
    opacity: 1;
    font-family: "Roboto", sans-serif;
    font-size: large;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #42422A;
    opacity: 1;
    font-family: "Roboto", sans-serif;
    font-size: large;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #42422A;
    font-family: "Roboto", sans-serif;
    font-size: large;
}

#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

header,
.rules-container {
    z-index: 1;
}
.container-nav {
    display: flex;
    flex-direction: column;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    position: absolute;
    bottom: 20px;
    flex-direction: row;
    justify-content: space-around;
    height: 110px;
}
.login-sec{
	z-index: 99999;
    background: #966126;
    background: linear-gradient(90deg, #966126, #fbca64 42%, #966126 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#966126",endColorstr="#966126",GradientType=1);
	justify-content: center;
	display: flex;
	width: 100%;
	position: fixed;
	margin: auto;
	padding: 30px;
	bottom: 100px;
}
.rules-container {
    margin-bottom: 40px;
    text-align: center;
}

.rules-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 100px;
    font-size: 18px;
    font-weight: 400;
}

.rules-container ul li button {
    color: #ede5d6 !important;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    background: transparent;
}

.rules-container ul li button:active {
    border: none;
}

.rules-container ul li button:hover {
    text-decoration: underline;
}

.backgroundSlide {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    display: none;
}

.footerStck {
    color: #fff;
    z-index: 1;
    margin-bottom: 10px;
}

.footerStck p {
    line-height: 1;
    margin: 0 0 0px;
    color: #ede5d6;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    text-align: center;
}

.mainLogo {
    max-width: 100%;
    max-height: 50%;
    min-width: 315px;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

.btnBetslip:hover,
.btnClassic:hover {
    background-color: #d96017;
    border: 1px solid #ede5d6;
    color: #ede5d6 !important;
}

.btnRegister:hover {
    background-color: #06432d;
}

.modal-dialog {
    max-width: 800px;
}

.logForm {
    display: flex;
    gap: 20px;
    position: relative;
}

.form__desktop-classic {
    display: none
}

.modal-header {
    background-color: #3b914d !important;
    color: #ede5d6 !important;
}

.modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: unset;
}

#modalCasino .modal-dialog {
    max-width: 400px !important;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 20px;
}

#modalCasino .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

#modalCasino .modal-body .inputLogin {
    margin-right: 0px;
    text-align: center;
    padding-right: 0px;
}

#modalCasino .modal-body .form__mobile-classic .inputLogin {
    margin-bottom: 0px;
}

#modalCasino .modal-body form.form__desktop-classic {
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
}

#modalCasino .modal-body form.form__mobile-classic {
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    align-items: center;
    display: flex;
}

#modalCasino .modal-body form .login__buttons .btnClassic {
    width: 152px;
}

.container-msj-alert {
    position: absolute;
    top: 38px;
}

@media(min-width: 1024px) {
    .form__mobile-classic {
        display: none !important;
    }
}

@media(min-width: 1024px) {
    .form__desktop-classic {
        display: none;
        display: flex;
        align-items: center;
        width: -moz-max-content;
        width: max-content
    }
}

@media (max-width: 992px) {
    .mainLogo {
        min-width: 268px;
    }

    .btnRegister {
        max-width: 152px !important;
    }
}

@media (max-width: 778px) {
	.carousel-item{
		height: 100vh
	}
	.carousel-inner {
    height: 100vh;
}
    h1 {
        font-size: 50px !important;
        margin-bottom: 15px !important;
    }

    .inputLogin,
    .btnEntrar {
        max-width: none;
        margin-bottom: 5px;
        text-align: center;
    }

    .inputLogin {
        margin-right: 0px;
        text-align: center;
        padding-right: 0px;
    }

    .container-msj-alert {
        top: 98px;
    }

    .navbar-brand {
        float: right;
    }

    .backgroundSlide {
        display: initial;
    }

    .elementHeadSmart {
        display: initial;
        font-size: 38px !important;
    }

    .navbar {
        display: none !important;
    }

    .elementHead {
        width: 100%;
        text-align: center;
        text-align: center;
    }

    .rules-container ul {
        margin-top: 10px;
    }

    .logForm {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .header-content {
        display: flex;
    }

    .mainLogo {
        min-width: 0px !important;
        width: 225px !important;
    }

    .header-content-inner {
        text-align: center;
    }

    header {
        height: 76vh;
		
    }
	.login-sec {
    z-index: 99999;
    background-color: #0000008a;
    justify-content: center;
    position: relative;
    margin: auto;
    padding: 30px;
}
}

@media (max-width: 575px) {
	.login-sec {
    z-index: 99999;
    background-color: #0000008a;
    justify-content: center;
    position: relative;
    margin: auto;
    padding: 30px;
}
	.carousel-item{
		height: 100vh
	}
	.carousel-inner {
    height: 100vh;
}
    .rules-container ul {
        gap: 20px;
        flex-direction: column;
    }

    .btnRegister {
        margin-left: 0px;
    }

    header {
        height: 68vh !important;
    }
}

@media (max-width: 448px) {
	.login-sec {
    z-index: 99999;
    background-color: #0000008a;
    justify-content: center;
    position: relative;
    margin: 10px auto;
    padding: 30px;
}
	.carousel-item{
		height: 100vh
	}
	.carousel-inner {
    height: 100vh;
}
    .footerStck p {
        font-size: 12px !important;
    }

    header {
        height: 61vh !important;
    }
}