        /*GENERAL*/
        .promotion-title{display: none;}
        .img-wrapper img{width: 100%;}/*header img size fix*/
        .margin-20{margin-bottom: 15px !important;}
        .divider{display: block; width: 100%;height: 14px;}
        body [class*=col-] {
            padding: 0 !important;
            
        }
        body{
            margin: 0 !important;
            
        }

        #div_table{
            display: flex;
            align-items: center;
            justify-content: center;
        }



        

        @media only screen and (max-width: 1800px) {


            .promo-h1, .promo-h2, .promo-h2-2, .promo-h3, .promo-p, .promo-cta, .promo-card-title, .promo-card-description{   
                margin: 0 auto;
            }

            .promo-h1{
                font-size: 2em !important;
                margin-top: 5px !important;
                margin-bottom: 5px !important; 
            }

            #id_banner{
                width: 160%;
                height: 180px !important;

            }

            #balls{
                width: 30%;
            }

        }
/*
        #div_img_head{
            overflow: hidden;
            width: 100%;
        }

        #id_img{
            height: 300px;
            width: 150%;
            align-self: center;
        }
        */
/*
        html{
            background: linear-gradient(0.25turn,#e6c47d, #f7393b);
            height: 1500px;
        }
        */
        button{ border: none; }
        button:hover{ background-color: #ff0000; }
        button:focus {outline:none}

        #p_ganador{
            font-size: 32px;
            color: red;
            font-family: Barlow, Arial, sans serif;
            display:none;
        }

        #div_ganador{
            min-height: 200px;
        }

        /*TEXT*/
        .promo-h1, .promo-h2, .promo-h2-2, .promo-h3, .promo-p, .promo-cta, .promo-card-title, .promo-card-description{   
            font-family: Barlow, Arial, sans serif;
            text-align: center;
            color: #505050;
            width: 100%;
            margin:20px auto;
        }
        
        .promo-h1{
            /*color: rgb(255, 255, 255);*/
            font-size: 3em;
            font-weight: normal;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        
        .promo-h2{
            color: #E22521;
            font-size: 2em;
            font-weight: normal;
            margin-top: 20px;
            margin-bottom: -10px;
        }
        
        .promo-h2-2{
            color: #505050;
            font-size: 2em;
            font-weight: bold;
            margin-top: 20px;
            margin-bottom: -10px;
        }
        
        .promo-h3{
            color: #E22521;
            font-size: 1.6em;
            font-weight: normal;
            margin-top: 20px;
            margin-bottom: 10px;
        }
        
        .promo-p{
            margin-top: 20px !important;
            margin-bottom: 20px !important;
            /*color: white;*/
        }
        
        .promo-p, .promo-card-title, .promo-card-description, .promo-cta{font-size: 18px;}
        
        .no-margin{margin:0px;}
        
        /*ALIGNMENT*/   
        .align-left{text-align: left;}
        .align-right{text-align: right;}
        
        /*IMAGES*/


        .img-container img{
            display: block;
            width: 150%;
            position: absolute;
            margin-right: auto;
            margin-left: auto;
            top: 0;
            left: 0;
        }
        .img-container{
            width: 100%;
            height: 300px;
            display: flex;
            justify-content: center; /* align horizontal */
            align-items: center; /* align vertical */
            overflow: hidden;
            position: relative;
        }

        #div_img_head{
            
            display: flex;
            justify-content: center; /* align horizontal */
            align-items: center; /* align vertical */
            overflow: hidden;
            width: 100%;
            position: relative;
        }

        #id_banner{
            width: 160%;
            height: 300px;
            display: flex;
            justify-content: center; /* align horizontal */
            align-items: center; /* align vertical */
            overflow: hidden;
            position: relative;
        }

        #div_logo_bodog{

        }

        #img_logo_bodog{
            position: absolute;
            top: 10%;
            left: 2%;
            width: 20%;
        }
        
        #div_img_ganador{
            display: flex;
            justify-content: center; /* align horizontal */
            align-items: center; /* align vertical */
            overflow: hidden;
            position: relative;
        }

        

        
        /*TABLE*/
                
        .tableScroll{
            overflow:auto; 
            
            display: flex;
            justify-content: center;
            height: 200px;
        }
        
        tbody tr:nth-child(even) td{background:#f5f5f5;}
        
        .table-1{
            color: #000000; 
            font-family: Ubuntu, Helvetica, Arial, sans-serif; 
            font-size: 13px; line-height: 22px; 
            table-layout: auto; 
            width: 100%; 
            max-width: 900px;
            min-width: 500px; /*EDIT MIN WIDTH FOR BETTER MOBILE PERFORMANCE*/
            margin: 0 auto; 
            border-collapse: collapse;
        }
        
        thead tr th{
            padding: 2px 2px;
            text-align: center;
            color: #fff; 
            background-color: #E22521; 
            font-size: 15px; 
            padding-left: 1%; 
            height: 10px; 
            border: none;
        }
        
        th p, td p{line-height: normal;}
        
        tr, td{height: 16px;}
        
        td, th{
            text-align: center; 
            padding:2px; 
            vertical-align: middle;
        }

        thead tr{
            position: sticky;
        }
        
        /*table border*/
        /*table{border-collapse: collapse;}
        table td, table th{border: 1px solid #d2d2d2;}
        table tr:first-child th{border-top: 0;}
        table tr:last-child td{border-bottom: 0;}
        table tr td:first-child, table tr th:first-child{border-left: 0;}
        table tr td:last-child, table tr th:last-child{border-right: 0;}*/
        
        /*ICONS*/
        .promo-card-container{
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-wrap: wrap;
        }
                
        .promo-card{
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            margin: 8px;
            margin-top:0;
            margin-bottom: 0;
        }
        .promo-card img{
            width: 90px;
            margin-bottom: 5px;
        }
        
        .promo-card-title{
            color: #505050;
            font-weight: bold;
            max-width: 200px;
            text-align: center;
        }
        
        .promo-card-description{
            color: #707070;
            font-weight: normal;
            max-width: 200px;
        }
        
        /*CTA*/
        .buttonMobile{display:none !important; }
        .promo-cta-container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
        
        .promo-cta {
            text-transform: uppercase;
            color: white;
            padding: 0.8em 1.5em;
            background-color: #E22521;
            text-align: center;
            width: fit-content;
            border-radius: 0.5em;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            margin:0;
        }
        
        .mobile-cta-container{
            display: flex; 
            align-items: center; 
            justify-content: center; 
            flex-direction: row; 
            margin: 20px 0;
            width: 100%;
        }
        
        .promo-2cta-container{
            display: flex; 
            align-items: center; 
            justify-content: center; 
            flex-direction: row; 
            width: 100%; 
        }
        
        /*ROW 1*/
        .row-1{
            display: flex;
            flex-direction: row;
            margin: 20px 0;
        }
        .row-1-img{
            margin-right: 32px;
        }
        .row-1-img img{
            max-width: 417px;
        }
        
        .row-1-reverse{
            display: flex;
            flex-direction: row-reverse;
            margin: 20px 0;
        }
        .row-1-reverse .row-1-img{
            margin-right: 0;
            margin-left: 32px;
        }
        
        /*ROW 2*/
        .row-2{
            display: flex;
            flex-direction: row;
            margin: 20px 0;
        }
        
        .row-2-reverse{
            display: flex;
            flex-direction: row-reverse;
            margin: 20px 0;
        }
        .row-2-img{
            margin-right: 32px;
        }
        .row-2-img img{
            max-width: 272px;
        }
        
        .row-2-reverse .row-2-img{
            margin-right: 0;
            margin-left: 32px;
        }
        
        /* TEXT COL */
        .text-col{
            display: flex;
            flex-direction: row;  
        }
        .text-col .text-col-container{ margin-right: 32px;     width: calc(50% - 16px);}
        .text-col .text-col-container:last-child{margin-right: 0;}
        /*.text-col p{text-align: justify;}*/
        
        /*TyC*/
        .promo-tyc{
            text-align: center; 
            width: 100%;
            margin: 0px;
            margin-bottom: 20px;
        }
        .promo-tyc a{
            font-family: Barlow, Arial, sans serif;
            text-align: center; 
            width: 100%; 
            text-decoration: underline !important; 
        }
        
        /*----SLIDEE----*/
        
        
    .bdg-scrollable-container {
      position: relative;
      max-width: 866px;
      margin: 0 auto;
      overflow: hidden;
      transition: .3s;
      scroll-behavior: smooth;
    }
    .bdg-scrollable-container .right-arrow {
      position: absolute;
      right: 0;
      padding: 20px;
      background-color: rgba(0,0,0,0.2);
      color: white;
      top: 50%;
      transform: translate(0, -50%);
      cursor:pointer;
      border-top-left-radius: 1em;
      border-bottom-left-radius: 1em;
      -webkit-user-select: none;  
      -moz-user-select: none;    
      -ms-user-select: none;      
      user-select: none;
      transition: .3s;
    }
    .bdg-scrollable-container .left-arrow {
      position: absolute;
      left: 0;
      padding: 20px;
      background-color: rgba(0,0,0,0.2);
      color: white;
      top: 50%;
      transform: translate(0, -50%);
      cursor:pointer;
      border-top-right-radius: 1em;
      border-bottom-right-radius: 1em;
      -webkit-user-select: none;  
      -moz-user-select: none;    
      -ms-user-select: none;      
      user-select: none;
    }
    .bdg-scrollable-container .right-arrow:hover,.bdg-scrollable-container .left-arrow:hover{background-color: rgba(0,0,0,0.5);}
    .bdg-scrollable-container .bdg-card-container {
      width: 100%;
      -webkit-overflow-scrolling: touch;
      overflow-y: hidden;
      overflow-x: scroll;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      position: relative;
      scroll-behavior: smooth;
      overflow: hidden;
    }
    .bdg-scrollable-container .bdg-card {
      margin: 10px;
      min-width: 250px !important;
      min-height: 230px;
      background-color: red;
    }
    .bdg-card:first-child{
        margin-left: 0;
    }
    .bdg-card:last-child{
        margin-right: 0;
    }

    .scrollbar{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
    }  
    
    #style-1::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    #style-1::-webkit-scrollbar
    {
        width: 12px;
        background-color: #F5F5F5;
    }

    #style-1::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }

 
    /*----RESPONSIVE----*/
    
    @media only screen and (max-width: 680px) {
    body bx-site div.rich-text-body-content[version=v2] {overflow: hidden;}
    
    /*TEXT*/
    .promo-h1{font-size: 2.5em;}
    .promo-h2{font-size: 1.8em;}
    .promo-h2-2{font-size: 1.8em;}
    .promo-p{text-align: left;}
    
    /*MOBILE CTA*/
    .buttonDesktop{display:none;}
    .buttonMobile{display:inherit !important;}
    
    .promo-2cta-container{flex-direction: column;}
    .promo-cta-container{width: 100%;}
    .promo-cta{    
        width: 60%;
        min-width: 250px;
    }
    
    /*IMG*/
    .small-img img{width: 100%;}
    
    
    }
    
    @media only screen and (max-width: 800px){
    .row-1{
        flex-direction: column;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    
    .row-1-reverse{
        flex-direction: column;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .row-1-reverse .row-1-img{margin: 0;}
    .row-1-reverse h2, .row-1-reverse p{text-align: left;}
    
    
    .row-1-img img{
        margin: 0 auto;
        width: 100%;
        max-width: 100%
    }
    .row-1-img{margin-right: 0px;}
    
    /*ROW 2*/
    .row-2{
        flex-direction: column;
        margin: 0 auto;
        margin-bottom: 10px;
        }
    .row-2-img img{
        margin: 0 auto;
        width: 100%;
        max-width: 100%
    }
    .row-2-img{margin-right: 0px;}
    .row-2-reverse{
        flex-direction: column;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .row-2-reverse .row-2-img{margin: 0;}
    .row-2-reverse h2, .row-2-reverse p{text-align: left;}
    
    /* TEXT COL */
    .text-col{flex-direction: column;}
    .text-col .text-col-container{ margin-right: 0; width: 100%;}
    .text-col h3{text-align:left;}
    
    }

    
    
    .question-content {
        width: 95%;
        padding: 20px;
        margin: 0 auto;
        padding: 0 60px 20px 0;
    }

    .question {
        position: relative;
        color: #E22521;
        margin: 0;
        padding: 10px 10px 10px 70px;
        display: block;
        width: 96%;
        cursor: pointer;
        text-align: center;
        font-size: 1.7em !important;
        font-weight: normal;
        font-family: 'Barlow Semi Condensed', sans-serif !important;
    }

    .answers {
        padding: 0px 15px;
        margin: 5px 0;
        height: 0;
        overflow: hidden;
        z-index: 1;
        position: relative;
        opacity: 0;
        width: 100%;
        color: #505050;
        font-family: 'Barlow Semi Condensed', sans-serif !important;
        text-align: center;
        font-size: 18px;
        /*
        -webkit-transition: .4s step-start;
        -moz-transition: .4s step-start;
        -o-transition: .4s step-start;
        transition: .4s step-start;
        */
    }

    .question-content p,
    .question-content li {
        font-family: Barlow, Arial, sans serif;
        text-align: left;
        width: 100%;
        margin: 20px auto;
        font-size: 15px;
    }

    .question-content h1 {
        font-size: 3em;
        font-weight: normal;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .question-content h2 {
        font-size: 2em;
        font-weight: normal;
        margin-top: 20px;
    }

    .question-content h3{
        font-size: 1.6em;
        font-weight: bold !important;
        margin-top: 20px;
    }

    .question-content h4{
        font-size: 1.3em;
        font-weight: bold !important;
        margin-top: 20px;
    }

    .question-content label{
        font-size: 1.4em;
        font-weight: bold !important;
        margin-top: 20px;
    }

    .question-content ul li{
        margin: 0 !important; 
    }

    .questions:checked~.answers {
        height: auto;
        opacity: 1;
        padding: 15px;
    }
    /*
    .questions~.question::before {
        content: 'More Info '
    }

    .questions:checked~.question::before {
        content: 'Less Info '
    }
    */
    .plus {
        position: absolute;
        color: #E22521;
        z-index: 5;
        font-size: 2em;
        line-height: 200%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        pointer-events: none;
        margin-left: 3%;
    }

    .questions:checked~.plus {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .questions {
        display: none;
    }

    .question-item{
        /*border-bottom: 1px solid #CCC;*/
        -webkit-box-shadow: 0px 3px 13px 1px rgba(184,184,184,1);
        -moz-box-shadow: 0px 3px 13px 1px rgba(184,184,184,1);
        box-shadow: 0px 3px 13px 1px rgba(184,184,184,1);
        border-radius: 17px;
    }

    .seo-container {
        /*margin-top: 60px;*/
        width: 100%;
        font-weight: normal;
        overflow: hidden;
    }

    .seo-container .main {
        width: 100%;
        background-color: white;
        color: #505050;
        padding-left: 5%;
    }

    .table-1 thead tr th p{
        text-align: center !important;
    }

    @media only screen and (max-width: 600px){

        .question-content {
            width: 98%;
            margin: 0 auto;
            padding: 0px 0px 18px 0px;
        }

        .questions:checked~.answers {
            padding: 5px;
        }

        .question {
            padding: 12px 10px 10px 30px;
            width: 96%;
            font-size: 1.4em !important;
        }

        .answers {
            margin: 0; 
        }

        .seo-container .main {
            padding-left: 0;
        }

        .question-item{
            -webkit-box-shadow: 0px 3px 13px -1px rgba(184,184,184,1);
            -moz-box-shadow: 0px 3px 13px -1px rgba(184,184,184,1);
            box-shadow: 0px 3px 13px -1px rgba(184,184,184,1);
            border-radius: 15px;
        }

    }