html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.Announcement {
    background: rgb(183, 87, 0);
    background: linear-gradient(90deg, rgba(183, 87, 0, 1) 0 %, rgba(112, 47, 3, 1) 33 %, rgba(244, 173, 33, 1) 69 %, rgba(255, 231, 172, 1) 100 %);
    width: 100%;
    height: 30px;
    float: left;
    text-align: center;
    color: white;
    font-weight: 900;
    font-size: 22px;
    text-shadow: -3px 3px 7px rgb(0, 0, 0);
    text-transform: uppercase;
}

@media(max-width:1041px) and (min-width: 802px) {
    .Announcement {
        font-size: 14px;
    }
}

@media(max-width: 801px) {
    .ContentMain {
        /* width:600px;*/
    }

    .Announcement {
        height: 20px;
        font-size: 8px;
    }
}

.btn-ingresar {
    border-radius: 20px;
    border: solid 2px #fff;
    border-color: #fc0;
    background: transparent;
    color: #fff;
    padding: 3px;
    width: 90%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}


@media (max-width: 640px) {
    .boton {
        background: black;
        border-radius: 20px;
        border: solid 2px #000;
        padding: 4px;
        margin: 0px !important;
    }

    .boton_credito {
        background: black;
        border-radius: 20px;
        border: solid 2px #fff;
        padding: 4px;
    }
    .btn-ingresar {
        margin-top: 5px;
        font-size: 12px;
    }
}

@media (min-width: 800px) {
    #contactos br {
        display: none;
    }
}
.titulo {
    font-size: 2.4rem;
    color: white;
    line-height: 2.1rem;
}
.titulo2 {
    font-size: 1.4rem;
    color: white;
    line-height: 1.4rem;
    padding-top: 10px;
}
.text {
    font-size: 1.2rem;
    color: white;
    line-height: 1.4rem;
    padding-top: 10px;
    text-decoration: none;
}
a {
    color: black;
}

a:hover {
    color: white;
}

a:active {
    color: white;
}
.image-front2 {
    padding: 5px;
    border-radius: 10px;
    max-width: 80%;
}

.boton-jugar {
    border-radius: 20px;
    border: solid 2px #fff;
    padding: 5px 15px 5px 15px;
    color: white;
    background: transparent;
}

.contacto {
    background: #4b006a;
    border-radius: 15px;
    padding: 5px 5px 10px 20px;
    margin: 5px;
}

.modalcss {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -15% 0 0 -25%;
    background: #363636;
    border-radius: 20px;
    border: solid 3px #fff;
    border-color: violet;
    padding: 10px;
}

.imagen-grande {
    border-radius: 50px;
    padding-left: 20px;
}

.carrousel1 {
    margin: 0 auto;
    height: 250px;
    max-height: 250px;
    width: 1050px;
    max-width: 1050px;
}

.carrousel2 {
    margin: 0 auto;
    height: 250px;
    max-height: 250px;
    width: 1050px;
    max-width: 1050px;
}

.carrousel3 {
    margin: 0 auto;
    height: 250px;
    max-height: 250px;
    width: 1050px;
    max-width: 1050px;
}

.carrousel4 {
    margin: 0 auto;
    height: 250px;
    max-height: 250px;
    width: 1050px;
    max-width: 1050px;
}
.carouselwidth {
    width: 82%;
}

@media (max-width: 640px) {
    .modalcss {
        top: 30%;
        height: 55%;
    }
    .carrousel1 {
        box-sizing: border-box;
        display: block;
        background: url(~/carrousel/rulettbnnr.jpg);
        height: auto;
    }
    .carrousel2 {
        box-sizing: border-box;
        display: block;
        background: url(~/carrousel/rulettbnnrmobile.jpg);
        height: auto;
    }
    .carrousel3 {
        box-sizing: border-box;
        display: block;
        background: url(~/carrousel/banner3mobile.jpg);
        height: auto;
    }
    .carrousel4 {
        box-sizing: border-box;
        display: block;
        background: url(~/carrousel/banner4mobile.jpg);
        height: auto;
    }
    .carouselwidth {
        width: 100%;
    }
}