.wrapperReglamentos {
    text-align: center;
    margin-bottom: 50px;
}
.wrapperReglamentos h1 {
    color: #0760ee;
}
.wrapperReglamentos p, .wrapperReglamentos h2 {
    color: #2372f0 !important;
    display: none;
}
.dataTables_wrapper+h2 {
    display: block;
}
.boxSearch {
    margin: 0 auto !important;
    max-width: 1170px;
    background-color: #fff;
    padding-top: 30px !important;
    margin-top: 30px !important;
    border: 1px solid #d3d4d3;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: center;
}
.boxSearch span:first-child {
    position: relative;
}
.boxSearch span:nth-child(2) {
    margin-left: 10px;
}
.boxSearch input {
    width: 200px !important;
}
input.greenButton:hover {
    background-color: #8dd74e;
    border-color: #8dd74e;
    color: white !important;
}
input.greenButton {
    background-color: #5BC500;
    color: white !important;
    border: 1px solid #5BC500;
    padding: 11px 25px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 18px;
    font-family: "telefonicaWeb-BOLD";
    cursor: pointer;
    transition: all .2s ease;
    height: 40px;
    margin-bottom: 10px;
}
span.selectable label {
    text-align: left;
    font-family: telefonicaweb-regular;
    font-size: 20px;
    color: #86888c;
}
div.dataTables_wrapper {
    max-width: 1170px;
    margin: 0 auto !important;
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 40px !important;
}
.dataTables_length {
    display: block;
    margin-left: 40px !important;
    width: 220px;
    line-height: 40px !important;
    height: 38px !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    font-size: 20px;
    color: #999 !important;
    font-family: 'TelefonicaWeb-Regular';
    margin-top: 12px;
}
.dataTables_length select {
    display: inline-block;
    width: 100px !important;
    margin-top: 10px;
}
.boxSearch input[type='submit'] {
    display: none;
    float: right;
    margin-right: 40px;
    width: 233px !important;
}
#terms_and_conditions_wrapper table thead {
    /* display: none; */
}
#terms_and_conditions_wrapper {
    margin-top: 40px !important;
    border-top: 1px solid #d3d4d3;
    border-radius: 20px;
}
#rules_and_promotions_wrapper, #terms_and_conditions_wrapper {
    border-left: 1px solid #d3d4d3;
    border-right: 1px solid #d3d4d3;
    border-bottom: none;
}
.dataTables_filter label input[type='search'] {
    line-height: 40px !important;
    height: 38px !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    padding: 0 15px !important;
    font-size: 20px;
    color: #999 !important;
    font-family: 'TelefonicaWeb-Regular';
    width: 300px !important;
    border: 1px solid silver;
    margin-right: 40px;
    margin-top: 10px;
}
table.dataTable tbody tr td, .dataTables_info {
    text-align: left;
    padding-left: 10px !important;
    font-family: telefonicaweb-regular;
    color: #86888c !important;
}
table.dataTable tbody tr td:first-child::before {
    content: '>';
    display: inline-block;
    line-height: 20px;
    font-size: 20px;
    color: #86888c;
    margin-top: 5px !important;
    margin-right: 5px;
}
table.dataTable tbody tr td a {
    padding: 5px 25px;
    margin: 0 !important;
}
table.dataTable.display tbody tr td:first-child {
    width: 50%;
    cursor: pointer;
}
table.dataTable.display tbody tr td:last-child {
    width: 16.667%;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    border-radius: 50% !important;
    border-color: #0760ee !important;
    background: initial !important;
    background-color: #2372f0 !important;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
    border-color: #0760ee !important;
    border-radius: 50% !important;
    color: #0760ee !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
    background: initial !important;
    border-color: #00a9e0 !important;
    border-radius: 50% !important;
    color: #00a9e0 !important;
}
div.dataTables_wrapper.no-footer {
    padding-bottom: initial !important;
    margin-bottom: initial !important;
}
a.previous, a.next {
    display: none !important;
}
.dataTables_paginate {
    margin-right: 40px !important;
}
span.selectable {
    width: 30%;
}
span.selectable:before {
    content: none !important;
}
@media screen and (max-width:1450px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1216px) {}
@media screen and (max-width:1199px) {
    .wrapperReglamentos {
        padding: 0 50px;
    }
}
@media screen and (max-width:1140px) {}
@media screen and (max-width:1040px) {}
@media screen and (max-width:1023px) {}
@media screen and (max-width:979px) {
    .wrapperReglamentos h1 {
        font-size: 44px;
        line-height: 44px;
    }
}
@media screen and (max-width:767px) {
    span.selectable {
        width: 60%;
        display: block !important;
        margin-right: 0;
        position: relative;
    }
    .boxSearch {
        display: block;
        padding-bottom: 20px !important;
    }
    .boxSearch input {
        width: 60%;
        display: block !important;
    }
    .boxSearch span:nth-child(2), .boxSearch span:first-child {
        float: initial;
        display: block;
        margin: 0 auto !important;
        position: relative;
        width: 90%;
    }
    .boxSearch input[type='submit'] {
        display: none !important;
        float: none;
        margin: 0 auto!important;
        width: 50% !important;
        height: auto;
        margin-top: 20px !important;
    }
    table.dataTable tbody tr td a {
        padding: 5px 10px !important;
        width: 120px;
    }
    .dataTables_length {
        display: block;
        margin-left: 20px !important;
        float: left !important;
        width: 210px;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: initial !important;
        float: right !important;
        text-align: right !important;
    }
    .dataTables_filter label input[type='search'] {
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        margin-right: 33px;
    }
    .wrapperReglamentos h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .dataTables_length select {
        display: inline-block;
        width: 70px !important;
        margin-top: 0px;
        font-size: 20px;
        border: 1px solid silver;
        margin-top: 12px;
    }
    #terms_and_conditions_wrapper {
        margin-bottom: 0 !important;
        padding-bottom: 20px !important;
    }
    .dataTables_paginate {
        margin-right: initial !important;
    }
}
@media screen and (max-width:600px) {
    .dataTables_length {
        display: block;
        margin-left: 20px !important;
        float: left !important;
        width: 20%;
    }
    .dataTables_filter label input[type='search'] {
        margin-right: 26px;
    }
}
@media screen and (max-width:479px) {
    .boxSearch input {
        width: 100%;
    }
    .wrapperReglamentos {
        padding: 0 10px;
    }
    .wrapperReglamentos h1 {
        font-size: 30px;
        line-height: 30px;
    }
    table.dataTable tbody tr td a {
        padding: 5px 0px !important;
        width: initial;
    }
    .dataTables_filter label input[type='search'] {
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        font-size: 14px;
        margin-right: 23px;
        width: 170px !important;
    }
    .wrapperReglamentos h2 {
        font-size: 24px;
        line-height: 26px;
    }
    table.dataTable tbody tr td, .dataTables_info {
        text-align: left;
        font-family: telefonicaweb-regular;
        color: #86888c !important;
        font-size: 12px !important;
        line-height: 12px;
    }
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 0px 0px !important;
    }
    table.dataTable tbody th, table.dataTable tbody td:last-child {
        padding-left: 2px !important;
    }
    table.dataTable tbody tr td:first-child::before {
        content: '>';
        display: inline-block;
        line-height: 20px;
        font-size: 12px;
        color: #86888c;
        margin-top: 3px !important;
        margin-right: 5px;
    }
    table.dataTable.display tbody tr td:last-child {
        width: initial !important;
    }
    table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot tr th {
        padding: 10px 18px;
        border-bottom: 1px solid #111;
        font-size: 12px !important;
    }
    .boxSearch span:nth-child(2) select, .boxSearch span:first-child select {
        font-size: 14px;
        line-height: 16px;
    }
    table.dataTable tbody tr td, .dataTables_info {
        padding-left: 2px !important;
    }
}
@media screen and (max-width:414px) {}
@media screen and (max-width:400px) {}
@media screen and (max-width:375px) {}
@media screen and (max-width:360px) {
    table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot tr th {
        padding: 5px 5px !important;
        border-bottom: 1px solid #111;
        font-size: 8px !important;
    }
    table.dataTable thead tr th:nth-child(3), table.dataTable tfoot tr th:nth-child(3) {
        padding: 5px 12px 5px 0px !important;
    }
    .dataTables_filter label input[type='search'] {
        margin-right: 18px;
    }
}
@media screen and (max-width:319px) {}
#rules_and_promotions_wrapper {
    border-bottom: 1px solid #d3d4d3;
    border-radius: 0 0 20px 20px;
}
#terms_and_conditions_wrapper {
    border-bottom: 1px solid #d3d4d3;
}