*{
text-decoration: none !important;
outline: 0 !important;
list-style:none;
}
.row {
  margin: 0 !important;
  padding: 0;
}
@font-face {
 font-family: Speedee;
 src: url("../fonts/Speedee_Rg.ttf"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: SpeedeeBold;
 src: url("../fonts/Speedee_Bd.ttf"); /* TTF file for CSS3 browsers */
}

body {
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  position: relative;
  margin: 0 auto;

}
.container-in {
    max-width: 1100px;
    margin: 0 auto;
}
.desktop{
  display: block;
}
.responsive{
  display: none;
}
section.__combinaBody {
    position: relative;
    width: 100%;
}
.__combinaCover{
    position: relative;
    height: 100%;
}
.__combinaCoverBack {
    position: absolute;
    width: 100%;
}
.__combinaCoverBack img{
  width: 100%;
}
.__coverContent {
    position: relative;
    padding: 160px 0 160px;
    top: 0;
}
.__titleCover {
    width: 60%;
    margin: auto;
    text-align: center;
}
.__titleCover h1{
    font-size: 46px;
    font-family: 'SpeedeeBold';
    color: #000;
    line-height: 40px;
}
.__btnCover {
    width: 200px;
    margin: 70px auto;
}
.__btnCover a {
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    font-family: 'SpeedeeBold';
    color: #fff!important;
    background: #ED1C29;
    width: 100%;
    display: block;
    transition: all 0.3s;
    border-radius: 50px;
}
.__btnCover a:hover {
    transition: all 0.3s;
    border-radius: 0px;
}
section.__combina3Body {
    padding: 0px 0 100px;
}
.__titularCombina {
    width: 320px;
    margin: auto;
}
.__titularCombina img{
  width: 100%;
}
.__btnToggle {
    padding: 90px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
    margin: auto;
}
.__sliderItems .__sliderDesayuno,
.__sliderItems .__sliderAlmuerzo,
.__sliderItems .__sliderAntojosAlmuerzo,
.__sliderItems .__sliderAntojosDesayuno,
.__sliderItems .__sliderAntojosDesayuno2,
.__sliderItems .__sliderAntojosAlmuerzo2 {
    display: none;
}

.__sliderItems .active {
    display: block;
}
.__btnToggle button {
    background-color: transparent;
    border: 1px solid #ffbc0f;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-family: SpeedeeBold;
    color: #000;
    transition: all 0.3s;
}
.__btnToggle button:hover {
    border-radius: 0px;
    transition: all 0.3s;
}
.__btnToggle button.active {
    background-color: #ffbc0f;
    border: 1px solid #ffbc0f;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-family: SpeedeeBold;
    color: #000000;
    transition: all 0.3s;
}
.__sliderItems {
    position: relative;
}
.__sliderBack {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.__sliderBack img{
    width: 90%;
}

.__sliderItems .__sliderBody{
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
.item {
    transition: all 0.3s ease-in-out;
}
.item.side {
    width: 50%;
}
.item.center{
  width: 100%;
}
.item img{
  width: 100%;
}
.__sliderAlmuerzo {
    top: 160px;
    position: absolute;
}
.__sliderDesayuno{
    top: 160px;
    position: absolute;
}
.__sliderAntojosDesayuno2{
    top: 160px;
    position: absolute;
}
.__sliderAntojosAlmuerzo2{
    top: 160px;
    position: absolute;
}
.__arrows {
    position: absolute;
    bottom: 140px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
img.__left {
    width: 75px;
    cursor: pointer;
}
img.__right{
    width: 75px;
    transform: rotate(180deg);
    cursor: pointer;
}
.__sliderAntojosAlmuerzo{
    top: 160px;
    position: absolute;
}
.__sliderAntojosDesayuno{
    top: 160px;
    position: absolute;
}
.__plus {
    padding: 100px 0;
}
.__plusImg {
    width: 80px;
    margin: 0 auto 100px;
}
.__plusImg img{
  width: 100%;
}
.__terms {
    width: 80%;
    margin: 100px auto;
    text-align: center;
}
.__terms p {
    margin: 0;
    font-size: 16px;
    font-family: Speedee;
    color: #000;
}
.__terms p span{
    font-family: SpeedeeBold;
}
section.__coverCombina2 {
    position: relative;
}
.__coverCombina2Img {
    position: relative;
    width: 100%;
}
.__coverCombina2Img img{
  width: 100%;
}
.__titleCombina2 {
    position: absolute;
    bottom: 80px;
    width: 100%;
    left: 0;
    text-align: center;
}
.__titleCombina2 h1{
    font-size: 56px;
    font-family: 'SpeedeeBold';
    color: #fff;
    line-height: 60px;
}
.__titleCombina2 h2{
    font-size: 56px;
    font-family: 'SpeedeeBold';
    color: #fdbd0f;
    line-height: 30px;
}
.__sliderAntojos2 {
    top: 160px;
    position: absolute;
}
.__btnModalJackpot {
    width: 200px;
    margin: 30px auto;
}
.__btnModalJackpot a {
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    font-family: 'SpeedeeBold';
    color: #000 !important;
    background: #fdbd0f;
    width: 100%;
    display: block;
    transition: all 0.3s;
    border-radius: 50px;
}
.__btnModalJackpot a:hover{
    transition: all 0.3s;
    border-radius: 0px;
}
.modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
}
.__jackPotContet {
    padding: 50px 100px;
}
.__jackPot {
    position: relative;
}
.__jackPotBackImg {
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 9;
}
.__jackPotBackImg img{
    width: 100%;
}
.__jackPotBack {
    position: relative;
    height: 100%;
    width: 100%;
}
.__productsJackPot {
    display: flex;
    width: 100%;
    flex-direction: row;
    position: absolute;
    top: 0;
    height: 100%;
    align-items: center;
    padding: 50px;
    justify-content: space-between;
}
.__pLeft {
    width: 33%;
}
.__pCenter {
    width: 33%;
}
.__pRight {
    width: 33%;
}
.__productsJackPot img{
    width: 100%;
}
.desayunoJackpot,
.almuerzoJackpot {
    display: none;
}
.__btnCombinar {
    width: 200px;
    margin: 60px auto;
}
.__btnCombinar button{
    border: none;
    background: #ed1c29;
    width: 100%;
    padding: 10px 20px;
    font-size: 20px;
    font-family: 'SpeedeeBold';
    color: #fff;
    border-radius: 10px;
    transition: all 0.3s;
}
.__btnCombinar button:hover{
    border-radius: 0px;
    transition: all 0.3s;
}
section.__combina3Body.__two {
    padding: 90px 0 100px;
}
.modal-header {
    border: none;
}
button.close {
    color: #000 !important;
    transform: rotate(45deg);
    opacity: 1 !important;
}
.modal-header button span {
    font-size: 46px;
    font-family: 'Speedee';
    font-weight: 100;
    color: #000 !important;
    opacity: 1 !important;
}
section.__token {
    padding: 0 0 100px;
}
.__tokenImg {
    width: 300px;
    margin: auto;
}
.__tokenImg img{
  width: 100%;
}
.__tokenMc {
    position: absolute;
    z-index: 9;
    width: 100%;
    display: flex;
    justify-content: center;
}
.__tokenMc a{
    display: block;
}
.__tokenMc img{
    width: 100px;
}