body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
    background-color: white !important; // 2
    --ct-body-bg: white !important;
}

@media (max-width: 991.98px) {
    body {
        overflow-x: visible !important;
        padding-bottom: 0px !important;
        
    }
}


code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
}



.fadeIn {
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.m-0 {
    font-size: auto
}

@media (max-width:950px) {
    .m-0 {
        font-size: 14px
    }
}

.loaderGif {
    margin-top: 30px;
    width: 60px;
    height: auto
}

@media (max-width:950px) {
    .loaderGif {
        margin-top: 30px;
        width: 60px;
        height: auto
    }
}

.ticket_loaderGif {
    width: 50px;
    height: 50px
}

@media (max-width:950px) {
    .ticket_loaderGif {
        width: 50px;
        height: 50px
    }
}

.ticket-complete {
    display: none;
}

.show {
    display: block
}

.hide {
    display: none !important;
}

.hidden {
    visibility: hidden
}

.iframe100_vh {
    height: 100vh;
    width: 100%;
    box-sizing: border-box
}

.hidden-link {
    visibility: hidden;
    height: 0;
    display: block
}

.success {
    color: #50af35;
    font-style: normal;
    font-size: small
}

.page {
    z-index: 1
}

.header,
.page {
    position: relative
}

.header {
    z-index: 1000
}

.pdf-report {
    opacity: 0;
    height: 0;
    width: 0
}

.ticket-verify__table-container {
    display: flex;
    justify-content: center;
    overflow: auto
}

@media (max-width:950px) {
    .ticket-verify__table-container {
        display: flex;
        justify-content: left;
        overflow: auto;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding-left: auto;
        padding-right: auto;
        border: 2px solid #000
    }
}

.ticket-verify__table {
    border-collapse: collapse;
    border: 2px solid #000
}

@media (max-width:950px) {
    .ticket-verify__table {
        border-collapse: collapse;
        border: none
    }
}

.ticket-verify__table thead {
    background-color: #000
}

.ticket-verify__table thead tr th {
    color: #fff;
    padding: 7px;
    text-align: center
}

.ticket-verify__table tbody tr td {
    padding: 15px;
    text-align: center
}

.ticket__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 0
}

.ticket__form input[type=text] {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 3px solid #4a4a4a;
    font-family: "POPPINS SEMI BOLD", serif;
    font-size: 18px;
    width: 300px;
    height: 35px
}

.ticket__form p {
    font-size: 22px;
    color: #cf1515;
    font-family: "POPPINS SEMI BOLD", serif
}

.ticket__form button {
    background-color: #093c8a;
    color: #fff;
    border-radius: 3px;
    border: 3px solid #000;
    width: 150px;
    height: 45px;
    font-size: 23px;
    margin-left: 30px
}

.list, .list-new,
.ticket__form button {
    text-align: center;
    font-family: "POPPINS SEMI BOLD", serif
}

.list, .list-new{
    align-items: center
}

.list-new .list__search {
    margin: 20px 0;
    border: 2px solid #093c8a;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 300px;
    font-size: 18px;
    color: #212121;
    padding: 10px;
    text-align: center
}

.list-new .list__button {
    background-color: #fff;
    border: 1px solid #d6c37e;
    color: #000;
    padding: 1px;
    font-weight: 700;
    margin: 1px;
    width: 55px;
    height: 30px;
    border-radius: 8%;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.list-new .list__button.reserved {
    background-color: #000;
    border-color: #d6c37e;
    color: #000;
}

.list-new .list__button.apartado {
    background-color: #000000;
    border-color: #d6c37e;
    color: #000000;
}

@media (max-width: 950px) {
    .list-new .list__buttons {
        width: 100% !important;
        margin: auto;
        text-align: center;
    }
}

.list-new .list__buttons {
    width: 90%;
    margin: auto;
    text-align: center
}

.list-new .list__tickets small {
    display: block;
    margin: 5px;
    color: #ff0;
    align-content: center;
    font-size: 14px
}

.list-new .list__tickets {
    background: #212121;
    padding: 10px;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    justify-content: center;
    font-size: 12px
}

.list-new .list__tickets.fixed {
    top: 8%;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0
}

.list-new .list__tickets .list__button {
    color: #fff;
    background-color: #212121
}

.list-new .list__tickets .list__tickets-button {
    background-color: transparent;
    border: 2px solid #093c8a;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    padding: 8px 70px;
    margin-bottom: 10px;
    color: #fff;
    align-content: center
}

.list-new .list__tickets .list__tickets-reserved-container {
    width: 90%;
    margin: auto
}

.alert {
    font-style: normal;
    font-size: small;
    color: red
}

.react-modal {
    width: 500px;
    background-color: #fff;
    padding: 50px;
    border: none;
    text-align: center;
    position: relative;
    font-family: "POPPINS SEMI BOLD", serif
}

.overlay .overlay__jackpot-boletos-a-generar {
    margin: 20px 0 0;
    font-size: 17px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.overlay .overlay__jackpot-boletos-a-generar,
.overlay .overlay__jackpot-button {
    max-width: 100%;
    position: relative;
    border: 2px solid #093c8a;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 300px;
    color: #161616;
    text-align: center;
    background-color: #fff
}

.overlay .overlay__jackpot-button {
    width: 100%;
    height: 290px;
    margin: 20px 0;
    font-size: 15px;
    /*padding: 15px*/
}

.ticket-modal-text {
    max-height: 70px;
    /* Altura máxima para mostrar antes de que aparezca el scroll */
    overflow: auto;
    /* Agrega el scroll cuando el contenido excede la altura máxima */
}

.overlay .overlay__jackpot-button-lo-quiero,.overlay .overlay__jackpot-button-lo-reintentar{
    max-width: 100%;
    position: relative;
    margin: 1px 0;
    border: 2px solid #161616;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 60%;
    font-size: 22px;
    color: #fff;
    background-color: #093c8a;
    padding: 10px;
    text-align: center
}

.overlay .overlay__jackpot-button h2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #093c8a
}

.overlay .overlay__jackpot-button h3 {
    position: absolute;
    top: 0;
    right: auto;
    left: auto;
    bottom: 0;
    max-width: 95%;
    display: flex;
    align-items: center;
    justify-content: center
}

.overlay .overlay__jackpot-button img {
    max-width: 100%;
    opacity: 0
}

.overlay .overlay__jackpot-button.active img {
    opacity: 1
}

.overlay input[type=number],
.overlay input[type=tel],
.overlay input[type=text],
.overlay select {
    display: block;
    padding: 5px 15px;
    color: #212121;
    font-weight: 500;
    border: 2px solid #000;
    border-radius: 2px;
    margin: 5px 0;
    width: 78%;
    font-size: 16px;
    box-sizing: border-box;
    min-height: 40px;
    font-family: "POPPINS SEMI BOLD", serif
}

.overlay input[type=number],.overlay input[type=tel] {
    -webkit-appearance: none;
    -moz-appearance: textfield
}

.overlay input[type=number].error,
.overlay input[type=tel].error,
.overlay input[type=text].error,
.overlay select.error {
    border-color: red
}

input[type=number]:focus,
input[type=number]:focus-visible,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=text]:focus,
input[type=text]:focus-visible,
select:focus,
select:focus-visible {
    outline: none
}

button:disabled {
    cursor: not-allowed;
}



.overlay {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8588235294117647);
    z-index: 1000
}

.overlay__reserve-form {
    display: flex;
    align-items: center;
    flex-direction: column
}

.overlay__reserve-form p {
    color: #093c8a
}

.overlay__reserve-form h3,
.overlay__reserve-form p {
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
    font-size: 22px;
    width: 100%;
    font-family: "POPPINS SEMI BOLD", serif;
    letter-spacing: -1px;
}

.overlay__reserve-form h3 {
    color: #212121
}

.overlay__reserve-form small {
    color: #d6c37e
}

.overlay__reserve-form ruby,
.overlay__reserve-form small {
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    width: 70%;
    font-family: "POPPINS SEMI BOLD", serif;
    letter-spacing: -1px
}

.overlay__reserve-form ruby {
    color: red
}

.overlay__reserve-form .btn-reservation {
    background-color: #093c8a;
    border: 2px solid #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
    padding: 10px 80px;
    margin-top: 20px
}

@media (max-width:768px) {
    .list__tickets .list__tickets-reserved-container {
        width: 80%
    }
}

@media (max-width:950px) {
    .list .list__tickets.fixed {
        top: 0;
        padding-top: 90px
    }
    .react-modal {
        width: 100%;
        background-color: #fff;
        padding: 25px;
        border: 0;
        text-align: center;
        position: relative;
        margin-top:0vh;
    }
    .overlay input[type=number],
    .overlay input[type=text],
    .overlay input[type=tel],
    .overlay select {
        display: block;
        padding: 5px 15px;
        color: #212121;
        font-weight: 500;
        border: 2px solid #919191;
        border-radius: 2px;
        margin: 5px 0;
        width: 100%;
        font-size: 16px;
        box-sizing: border-box;
        height: 50px;
        font-family: "POPPINS SEMI BOLD", serif
    }
    .overlay__reserve-form h3 {
        text-transform: uppercase;
        margin-top: 0;
        color: #212121;
        font-weight: 700;
        font-size: 22px;
        width: 80%;
        font-family: "POPPINS SEMI BOLD", serif;
        letter-spacing: -1px
    }
    .overlay__reserve-form small {
        color: #d6c37e
    }
    .overlay__reserve-form ruby,
    .overlay__reserve-form small {
        margin-top: 10px;
        font-weight: 700;
        font-size: 16px;
        width: 100%;
        font-family: "POPPINS SEMI BOLD", serif;
        letter-spacing: -1px
    }
    .overlay__reserve-form ruby {
        color: red
    }

    .list .list__search {
        margin: 20px 0;
        border: 2px solid #093c8a;
        border-radius: 3px;
        text-transform: uppercase;
        font-weight: 700;
        max-width: 90px;
        font-size: 18px;
        color: #212121;
        padding: 10px;
        text-align: center
    }
    .iframe100_vh {
        width: 100%;
        height: 100vh;
        zoom: 1500%;
        box-sizing: border-box
    }
    .ticket__form button {
        background-color: #093c8a;
        color: #fff;
        border-radius: 3px;
        text-align: center;
        border: 3px solid #000;
        width: 150px;
        height: 45px;
        font-family: "POPPINS SEMI BOLD", serif;
        font-size: 23px;
        margin-left: 0;
        margin-top: 0
    }
}

.highlight {
    background-color: #ff0!important
}

.panel.loading {
    opacity: .5;
    cursor: not-allowed
}

.panel {
    font-size: 12px
}

input[type=checkbox] {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    padding: 10px
}

.admin .admin__unmarker .admin__unmarker-list {
    height: 80vh;
    overflow: auto
}

.new-panel.loading {
    opacity: .5;
    pointer-events: none
}

.new-panel .new-panel__table,
.new-panel .new-panel__table button {
    font-size: 12px
}

.new-panel .new-panel__table tbody tr td,
.new-panel .new-panel__table thead tr th {
    width: 9%
}

.new-panel .new-panel__table tbody tr td:first-child,
.new-panel .new-panel__table thead tr th:first-child {
    width: 2%
}

.new-panel .new-panel__table tbody tr td:nth-child(2),
.new-panel .new-panel__table thead tr th:nth-child(2) {
    width: 5%
}

.new-panel .new-panel__table tbody tr td:nth-child(3),
.new-panel .new-panel__table thead tr th:nth-child(3) {
    width: 7%
}

.new-panel .new-panel__table tbody tr td:nth-child(4),
.new-panel .new-panel__table thead tr th:nth-child(4) {
    width: 12%
}

.new-panel .new-panel__table tbody tr td:nth-child(5),
.new-panel .new-panel__table tbody tr td:nth-child(6),
.new-panel .new-panel__table thead tr th:nth-child(5),
.new-panel .new-panel__table thead tr th:nth-child(6) {
    width: 10%
}

.new-panel .new-panel__table tbody tr td:nth-child(7),
.new-panel .new-panel__table thead tr th:nth-child(7) {
    width: 9%
}

.new-panel .new-panel__table tbody tr td:nth-child(8),
.new-panel .new-panel__table thead tr th:nth-child(8) {
    width: 12%
}

.new-panel .new-panel__table tbody tr td:nth-child(9),
.new-panel .new-panel__table tbody tr td:nth-child(10),
.new-panel .new-panel__table thead tr th:nth-child(9),
.new-panel .new-panel__table thead tr th:nth-child(10) {
    width: 10%
}

.new-panel .new-panel__table tbody tr td:nth-child(11),
.new-panel .new-panel__table tbody tr td:nth-child(12),
.new-panel .new-panel__table thead tr th:nth-child(11),
.new-panel .new-panel__table thead tr th:nth-child(12) {
    width: 5%
}

@media (max-width:950px) {
    .new-panel .new-panel__table,
    .new-panel .new-panel__table button {
        font-size: 12px
    }
    .new-panel .new-panel__table thead tr th {
        width: 9%
    }
    .new-panel .new-panel__table tbody tr td:first-child,
    .new-panel .new-panel__table thead tr th:first-child {
        min-width: 2%
    }
    .new-panel .new-panel__table tbody tr td:nth-child(2),
    .new-panel .new-panel__table thead tr th:nth-child(2) {
        min-width: 43px
    }
    .new-panel .new-panel__table tbody tr td:nth-child(3),
    .new-panel .new-panel__table thead tr th:nth-child(3) {
        min-width: 50px
    }
    .new-panel .new-panel__table tbody tr td:nth-child(4),
    .new-panel .new-panel__table tbody tr td:nth-child(5),
    .new-panel .new-panel__table tbody tr td:nth-child(6),
    .new-panel .new-panel__table thead tr th:nth-child(4),
    .new-panel .new-panel__table thead tr th:nth-child(5),
    .new-panel .new-panel__table thead tr th:nth-child(6) {
        min-width: 200px
    }
    .new-panel .new-panel__table tbody tr td:nth-child(7),
    .new-panel .new-panel__table thead tr th:nth-child(7) {
        min-width: 120px
    }
    .new-panel .new-panel__table tbody tr td:nth-child(8),
    .new-panel .new-panel__table thead tr th:nth-child(8) {
        min-width: 170px
    }
    .new-panel .new-panel__table tbody tr td:nth-child(9),
    .new-panel .new-panel__table tbody tr td:nth-child(10),
    .new-panel .new-panel__table tbody tr td:nth-child(11),
    .new-panel .new-panel__table tbody tr td:nth-child(12),
    .new-panel .new-panel__table thead tr th:nth-child(9),
    .new-panel .new-panel__table thead tr th:nth-child(10),
    .new-panel .new-panel__table thead tr th:nth-child(11),
    .new-panel .new-panel__table thead tr th:nth-child(12) {
        min-width: 100px
    }
}

.modal.loader {
    opacity: .8;
    pointer-events: none
}

.flex {
    display: flex
}

.space-between {
    justify-content: space-between
}

.align-items-center {
    align-items: center
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button,
[type=tel]::-webkit-inner-spin-button,
[type=tel]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.lista_p2 {
    line-height: 20px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 35px;
}

@media (max-width:950px) {
    .lista_p2 {
        line-height: 1em;
        margin-top: -10px;
        padding-top: 10px;
        margin-bottom: -10px;
        padding-bottom: 10px;
        font-size: 17px !important;        
    }
}




.lista_div-3 {
    display: flex;
    flex-direction: column;
    line-height: normal;
    height: auto;
    text-align: center;
    position: relative;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 40px;
    color: #fff;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: -1.5px;
    padding-top: 0;
    margin: -135px auto -40px;
    font-weight: 900;
    z-index: -10
}

@media (max-width:950px) {
    .lista_div-3 {
        padding-left: 0;
        font-size: 22px;
        margin-bottom: -25px;
        padding-bottom: 0;
        margin-top: -70px;
        padding-top: 0;
        letter-spacing: -1.5px;
        line-height: auto;
        font-family: "POPPINS SEMI BOLD", sans-serif
    }
}



.lista_div-6 {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 20px;
    overflow: hidden;
    padding-right: 50px;
    min-height: 35px;
    margin: auto
}

@media (max-width:999px) {
    .lista_div-6 {
        min-height: 25px;
        padding-right: 34px;
        margin-top: auto;
        margin-bottom: auto;
        min-width: 25px;
        padding-left: 0;
        margin-right: 0px
    }
}

.lista_image {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.lista_image-sizer {
    width: 100%;
    padding-top: 6%;
    pointer-events: none;
    font-size: 0
}

.lista_div-7 {
    display: flex;
    flex-direction: column;
    line-height: normal;
    height: auto;
    text-align: center;
    position: relative;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 35px;
    color: #000;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: -1.5px;
    padding-top: 0;
    margin: -1px auto
}

@media (max-width: 999px) {
    .lista_div-7 {
        padding-left:0;
        font-size: 24px;
        padding-bottom: 0;
        margin: auto;
        letter-spacing: -2px;
        font-family: "POPPINS SEMI BOLD",sans-serif
    }
}

.lista_div-8 {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 20px;
    overflow: hidden;
    padding-right: 50px;
    min-height: 35px;
    margin: auto
}

@media (max-width:950px) {
    .lista_div-8 {
        min-height: 25px;
        padding-right: 32px;
        min-width: 25px;
        margin-left: -2px
    }
}

.lista_div-9 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: -30px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    height: 410px;
    width: calc(96% - 10px);
    max-width: 620px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

@media (max-width:950px) {
    .lista_div-9 {
        height: 250px;
        flex-grow: 0;
        width: auto;
        margin: 5px 10px 20px
    }
}

.lista_image-2 {
    object-fit: cover;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.lista_image-sizer-2 {
    width: 100%;
    padding-top: 65.31%;
    pointer-events: none;
    font-size: 0
}

.lista_div-10 {
    position: relative;
    background-color: #212121;
    display: flex;
    flex-direction: column;
    margin: 30px auto -15px;
    width: 100%;
    line-height: 10px;
    height: auto;
    text-align: center;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 34px;
    color: #fff;
    letter-spacing: -1px;
    padding: 0;
    max-width: auto;
    white-space: pre-line;
    z-index: -10
}

@media (max-width:950px) {
    .lista_div-10 {
        margin: 0 auto -15px;
        min-height: auto;
        font-size: 19px;
        padding: 5px 0;
        line-height: 6px;
        letter-spacing: -1px;
        font-family: "POPPINS SEMI BOLD", sans-serif;
        white-space: pre-line
    }
}



.lista_box {
    position: relative;
    background-color: #212121;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: -10
}

@media (max-width:950px) {
    .lista_box {
        margin-bottom: 0
    }
}

.lista_div-12 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    padding: 2px 20px 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: -10
}

@media (max-width:950px) {
    .lista_div-12 {
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.lista_section {
    width: 100%;
    align-self: stretch;
    flex-grow: 1;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.lista_div-13,.lista_section {
    display: flex;
    flex-direction: column
}

.lista_div-13 {
    position: relative;
    background-color: rgba(80,175,53,0);
    margin: -1px auto;
    padding-bottom: -7px;
}

@media (max-width: 999px) {
    .lista_div-13 {
        margin-left:0;
        margin-right: 0;
        margin-top: 0;
        padding-bottom: 0
    }
}

.lista_div-14 {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:950px) {
    .lista_div-14 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

.lista_div-15 {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 80px;
    overflow: hidden;
    padding-right: 0;
    min-height: 80px;
    margin: auto
}

@media (max-width:950px) {
    .lista_div-15 {
        display: none
    }
}

.lista_div-16 {
    display: flex;
    flex-direction: column;
    line-height: 55px;
    height: auto;
    text-align: center;
    position: relative;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 49px;
    color: #fff;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: -1px;
    padding-top: 2px;
    margin: -50px auto;
    max-width: 600px;
    min-height: 0
}

@media (max-width:950px) {
    .lista_div-16 {
        padding-left: 0;
        font-size: 27px;
        padding-bottom: 0;
        line-height: 30px;
        width: 100%;
        flex-grow: 1;
        padding-top: 0;
        margin: -22px auto -18px;
        letter-spacing: -1.5px;
        font-family: "POPPINS SEMI BOLD", sans-serif
    }
}

.lista_div-17 {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 80px;
    overflow: hidden;
    padding-right: 0;
    min-height: 80px;
    margin: auto
}

@media (max-width:950px) {
    .lista_div-17 {
        display: none
    }
}

.header_box {
    position: fixed;
    background-color: #fff;
    flex-direction: column;
    left: 0;
    right: 0;
    z-index: 100
}

.header_box,
.header_columns {
    display: flex
}

@media (max-width:999px) {
    .header_columns {
        flex-direction: column;
        align-items: stretch
    }
}

.header_column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 100%;
    margin-left: 0
}

@media (max-width:999px) {
    .header_column {
        width: 100%
    }
}

.header_columns-2 {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    left: 0;
    right: 0;
    padding-bottom: 0;
    margin-bottom: -1px;
    min-height: 5px;
    opacity: 1
}

@media (max-width:950px) {
    .header_columns-2 {
        padding-bottom: 0;
        margin-top: -35px;
        margin-bottom: -1px;
        height: 70px;
        border: 3px solid transparent;
        border-bottom-color: #212121;
        padding-right: 0;
        display: flex;
        box-shadow: 1px 1px 9px .5px #212121
    }
}

.header_column-2 {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: calc(16.667% - 10px);
    margin-left: 0
}

@media (max-width:999px) {
    .header_column-2 {
        width: 100%
    }
}

.header_div {
    display: flex;
    flex-direction: column;
    position: fixed;
    margin-top: -120px;
    padding-left: 0;
    left: -140px;
    right: -140px;
    opacity: 1;
    min-height: 145px;
    border: 3px solid transparent;
    border-bottom-color: #212121;
    box-shadow: 1px 1px 10px .5px #212121
}

@media (max-width:950px) {
    .header_div {
        display: none;
        border-color: transparent transparent #e33222
    }
}

.header_div-2 {
    background-color: #212121;
    border-radius: 0;
    opacity: 1;
    border-style: none;
    display: flex;
    top: 30px;
    min-height: 85px;
    position: fixed;
    width: 100%;
    right: 0;
    margin-top: auto;
    margin-bottom: auto
}

@media (max-width:950px) {
    .header_div-2 {
        top: 12px;
        min-height: 45px;
        margin-top: 0
    }
}

.header_a {
    display: none;
    flex-direction: column;
    position: relative;
    margin-top: 20px;
    min-height: 20px;
    min-width: 20px;
    overflow: hidden;
    cursor: pointer;
    pointer-events: auto
}

@media (max-width: 999px) {
    .header_a {
        max-height:45px;
        min-width: 74px;
        margin-left: auto;
        left: 45%;
        margin-top: 0;
        display: flex
    }
}

.header_image,.header_imagelepew {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.header_image-sizer {
    width: 100%;
    padding-top: 100%;
    pointer-events: none;
    font-size: 0
}

.header_a-2 {
    display: none;
    flex-direction: column;
    position: relative;
    margin-top: 20px;
    min-height: 20px;
    min-width: 20px;
    overflow: hidden;
    cursor: pointer;
    pointer-events: auto
}

@media (max-width: 999px) {
    .header_a-2 {
        max-height:45px;
        min-width: 70px;
        margin-right: auto;
        right: 47%;
        margin-top: 0;
        display: flex
    }
}

.header_wrap-updated {
    position: fixed;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    top: 40px;
    left: 62%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}


@media (max-width: 991px) {
    .header_wrap-updated {
        padding-top:14px
    }
}

@media (max-width: 999px) {
    .header_wrap-updated {
        margin-left:0;
        justify-content: center;
        padding-right: 19px;
        display: none
    }
}

@media (max-width:991px) {
    .header_wrap-updated {
        padding-top: 14px
    }
}

@media (max-width:950px) {
    .header_wrap-updated {
        margin-left: 0;
        justify-content: center;
        padding-right: 19px;
        display: none
    }
}

.header_inicio {
    height: auto;
    width: auto;
    color: #fff;
    font-size: 20px;
    position: relative;
    font-family: "MUSEO",sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    margin: -1px 0 auto;
    border: 1px solid transparent;
    border-right-color: #fff;
    display: flex;
    cursor: pointer;
    pointer-events: auto;
    padding: 0 30px 0 20px
}

@media (max-width: 999px) {
    .header_inicio {
        margin-left:20px;
        margin-top: 20px
    }
}

.header_design-education {
    height: auto;
    width: auto;
    color: #fff;
    font-size: 20px;
    position: relative;
    font-family: "MUSEO",sans-serif;
    font-weight: 600;
    margin: -1px -1px auto 30px;
    letter-spacing: 0;
    border: 1px solid transparent;
    border-right-color: #fff;
    padding: 0 30px 0 0;
    display: flex;
    cursor: pointer;
    pointer-events: auto
}

@media (max-width: 999px) {
    .header_design-education {
        margin-left:20px;
        margin-top: 20px
    }
}

.header_design-community {
    height: auto;
    width: auto;
    color: #fff;
    font-size: 20px;
    margin-top: -1px;
    margin-left: 30px;
    position: relative;
    font-family: "MUSEO", sans-serif;
    font-weight: 600;
    margin-bottom: auto;
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid transparent;
    border-right-color: #fff;
    padding-right: 30px;
    display: flex;
    cursor: pointer;
    pointer-events: auto;
}


@media (max-width: 999px) {
    .header_design-community {
        margin-left:20px;
        margin-top: 20px
    }
}

.header_enterprise {
    height: auto;
    width: auto;
    color: #fff;
    font-size: 20px;
    position: relative;
    font-family: "MUSEO",sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    border: 1px solid transparent;
    border-right-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin: -1px 0 auto 30px;
    padding-right: 30px;
    display: flex;
    cursor: pointer;
    pointer-events: auto
}

@media (max-width:950px) {
    .header_enterprise {
        margin-left: 20px;
        margin-top: 20px
    }
}

.header_sign-up-free {
    width: auto;
    color: #fff;
    font-size: 1em;
    position: fixed;
    font-weight: 600;
    font-family: "MUSEO", sans-serif;
    right: 70px;
    top: 40px;
    padding: 0;
    border: 0 solid transparent;
    display: flex;
    cursor: pointer;
    pointer-events: auto
}

@media (max-width:991px) {
    .header_sign-up-free {
        margin-left: 0
    }
}

.header_bitmap {
    margin-top: -120px;
    position: fixed;
    flex-grow: 0;
    width: 17em;
    margin-right: auto;
    padding-bottom: 0;
    display: flex;
    cursor: pointer;
    pointer-events: auto
}

@media (max-width:991px) {
    .header_bitmap {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:950px) {
    .header_bitmap {
        display: none
    }
}

  .container-verify {
    position: absolute;
    top:-120px;
    width: 36px; /* Ajusta el tamaño según tus necesidades */
    height: 36px; /* Ajusta el tamaño según tus necesidades */
  }
  
  .container-verify::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 176px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Cambia el color y la opacidad según tus necesidades */
    opacity: 0;
    border-radius: 50%;
    animation: destello 2s ease-in-out infinite;
    
  }
  
  @keyframes destello {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    50% {
      transform: scale(1.2);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }
  
  .container-verify-2{
    display: none;
}

    .container-verify-2{
        display: flex;
        position: absolute;
            top:-20px;
            left:55%;
            width: 24px; /* Ajusta el tamaño segn tus necesidades */
            height: 24px; /* Ajusta el tamaño según tus necesidades */
        
    }
    
    .container-verify-2::before {
        content: "";
        position: absolute;

        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5); /* Cambia el color y la opacidad según tus necesidades */
        opacity: 0;
        border-radius: 50%;
        animation: destello 2s ease-in-out infinite;
        
      }
      
.container-verify:hover, .container-verify-2:hover {
   
    cursor: help;
  }      

.header_image-sizer-2 {
    width: 100%;
    padding-top: 68.19%;
    pointer-events: none;
    font-size: 0
}

.header_column-3 {
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:999px) {
    .header_column-3 {
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding: 0
    }
}

.header_a-3 {
    display: none;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    cursor: pointer;
    pointer-events: auto;
    align-items: center;
    justify-content: center
}

@media (max-width:950px) {
    .header_a-3 {
        margin-top: -3px;
        display: flex;
        min-width: 85px;
        min-height: 85px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        align-items: center;
        justify-content: center
    }
}

.header_image-sizer-3 {
    width: 100%;
    padding-top: 20.880000000000003%;
    pointer-events: none;
    font-size: 0
}

.header_a-4 {
    display: none;
    flex-direction: column;
    position: relative;
    margin-top: 20px;
    min-height: 20px;
    min-width: 20px;
    overflow: hidden;
    cursor: pointer;
    pointer-events: auto;
    z-index: 100
}

@media (max-width:950px) {
    .header_a-4 {
        margin-top: 0;
        position: fixed;
        right: 20px;
        min-height: 60px;
        min-width: 60px;
        bottom: 20px;
        display: flex;
        border-radius: 100px;
    }
}

.header_image-sizer-4 {
    width: 100%;
    padding-top: 102.4%;
    pointer-events: none;
    font-size: 0
}

.footer_spacer {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    z-index: 90
}

@media (max-width:950px) {
    .footer_spacer {
        padding-top: 40px
    }
}

.footer_div {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    z-index: 110
}

@media (max-width:950px) {
    .footer_div {
        margin-top: 0;
        box-sizing: border-box
    }
}

.footer_div-2 {
    position: relative;
    background-color: #52a763;
    flex-direction: column;
    max-width: 100%;
    border-color: #212121;
    border-top: 3px #212121;
    border-style: solid;
    line-height: 8px;
    height: auto;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 28px;
    color: #fff;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    padding-top: 0;
    pointer-events: auto;
    z-index: 110
}

@media (max-width:950px) {
    .footer_div-2 {
        border-color: #212121;
        font-size: 20px;
        padding-bottom: 5px;
        padding-top: 0;
        line-height: 6px;
        margin: 0 0 -10px
    }
}

.footer_div-3 {
    position: relative;
    background-color: #212121;
    flex-direction: column;
    border-style: none;
    border-width: 3px;
    max-width: 100%;
    line-height: 10px;
    height: auto;
    text-align: center;
    margin-top: 5px;
    margin-bottom: -1px;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 22px;
    color: #fff;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    padding-top: 0;
    z-index: 110
}

@media (max-width:950px) {
    .footer_div-3 {
        padding-top: 0;
        padding-bottom: 35px;
        font-size: 16px;
        line-height: 10px;
        margin: 10px 0 0
    }
}

.verificador_div {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    margin: 120px 0 0
}

@media (max-width:950px) {
    .verificador_div {
        padding-bottom: 1px;
        margin: 35px 0 0
    }
}

.verificador_mensaje {
    display: none;
    padding: 0 auto;
    margin: 0 auto;
    line-height: normal;
    text-align: center;
    justify-content: center;
    font-family: "POPPINS SEMI BOLD", serif;
    font-size: 17px;
    color: #000;
    letter-spacing: -1px;
    font-weight: 600
}

@media (max-width:700px) {
    .verificador_mensaje {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
        padding-bottom: 0
    }
}

.verificador_p {
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width:950px) {
    .verificador_p {
        margin-top: 0;
        margin-bottom: 0
    }
}

.verificador_div-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 50px;
    min-width: 350px;
    overflow: hidden;
    max-width: auto;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:950px) {
    .verificador_div-2 {
        margin-top: 70px;
        min-width: 250px
    }
}

.verificador_image {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.verificador_image-sizer {
    width: 100%;
    padding-top: 225px;
    pointer-events: none;
    font-size: 0
}

@media (max-width:950px) {
    .verificador_image-sizer {
        width: 100%;
        padding-top: 170px;
        pointer-events: none;
        font-size: 0
    }
}

.verificador_div-3 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 20px;
    height: auto;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (max-width:950px) {
    .verificador_div-3 {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.verificador_div-4 {
    display: flex;
    flex-direction: column;
    background-color: #212121;
    width: 100%;
    line-height: normal;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;
    font-family: "POPPINS SEMI BOLD", serif;
    font-size: 30px;
    color: #fff;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: -1px;
    padding-top: 0;
    font-weight: 600
}

@media (max-width:950px) {
    .verificador_div-4 {
        width: 100%;
        font-size: 27px;
        letter-spacing: -1.5px;
        padding: 5px 0;
        margin: 0 auto;
        max-width: auto;
        text-align: center;
        line-height: 30px
    }
}

.verificador_div-5 {
    display: flex;
    flex-direction: column;
    line-height: 0;
    height: auto;
    text-align: center;
    position: relative;
    font-family: "POPPINS SEMI BOLD", serif;
    font-size: 25px;
    color: #52a763;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: -1px;
    padding-top: 17px;
    margin: 0 auto -1px
}

@media (max-width:950px) {
    .verificador_div-5 {
        padding-left: 0;
        font-size: 23px;
        padding-top: 0;
        padding-bottom: 10px;
        line-height: 20px;
        text-align: center;
        margin: 8px auto 0;
        letter-spacing: -1px;
        max-width: 370px
    }
}

.verificador_div-6 {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: 10px;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:950px) {
    .verificador_div-6 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 0;
        width: 100%
    }
}

.verificador_div-7 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: auto;
    min-height: 30px;
    min-width: 30px;
    padding-right: 0;
    margin: auto 10px auto 0;
    padding-top: 0
}

@media (max-width:950px) {
    .verificador_div-7 {
        min-height: auto;
        max-width: 20px;
        margin-left: auto;
        margin-right: auto;
        min-width: 36px
    }
}

.verificador_image-sizer-2 {
    width: 100%;
    padding-top: 69.8%;
    pointer-events: none;
    font-size: 0
}

.verificador_div-8 {
    display: flex;
    flex-direction: column;
    line-height: 15px;
    height: auto;
    text-align: center;
    position: relative;
    font-family: "POPPINS SEMI BOLD", serif;
    font-size: 25px;
    color: #161616;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    padding-top: 0;
    margin: auto
}

@media (max-width:950px) {
    .verificador_div-8 {
        padding-left: 0;
        font-size: 21px;
        padding-bottom: 0;
        line-height: 20px;
        text-align: center;
        margin: 0 auto;
        letter-spacing: -1px;
        max-width: 300px
    }
}

.boleto_p {
    padding-bottom: 0;
    margin-top: 40px;
    margin-bottom: 15px
}

@media (max-width:950px) {
    .boleto_p {
        margin-top: 5px;        
        margin-bottom: 20px;
        padding-bottom: 0;
    font-size: 30px;        
    }
}

.boleto_div {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    margin: 120px -140px 0
}

@media (max-width:950px) {
    .boleto_div {
        margin: 35px 0 0;
        padding-bottom: 1px
    }
}

.boleto_div-2 {
    background-color: #50af35;
    flex-direction: row;
    margin: -60px -140px -1px
}

.boleto_div-2,
.boleto_div-3 {
    position: relative;
    display: flex
}

.boleto_div-3 {
    flex-direction: column;
    margin-top: 85px;
    height: auto;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (max-width:950px) {
    .boleto_div-3 {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.boleto_div-4 {
    display: flex;
    flex-direction: column;
    background-color: #212121;
    padding-top: 0;
    width: 100%;
    line-height: normal;
    height: auto;
    text-align: center;
    position: relative;
    margin: -15px auto -5px;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 75px;
    color: #fff;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: -1.5px
}

@media (max-width:950px) {
    .boleto_div-4 {
        width: 100%;
        font-size: 40px;
        letter-spacing: -2.5px;
        padding: 35px 0 10px;
        margin: 0 auto;
        max-width: auto;
        text-align: center;
        line-height: 30px;
        font-family: "POPPINS SEMI BOLD", sans-serif
    }
}

.boleto_div-5 {
    display: flex;
    flex-direction: column;
    line-height: 0;
    height: auto;
    text-align: center;
    position: relative;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 27px;
    color: #d6c37e;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    padding-top: 0;
    margin: -5px auto 0;
    width: 100%
}

@media (max-width:950px) {
    .boleto_div-5 {
        padding-left: 0;
        font-size: 1.2em;
        padding-bottom: 0;
        line-height: 0;
        text-align: center;
        margin: -5px auto 25px;
        letter-spacing: -1px;
        width: 100%;
        font-family: "POPPINS SEMI BOLD", sans-serif
    }
}

.boleto_div-6 {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: -17px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:950px) {
    .boleto_div-6 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: -20px;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.boleto_div-7 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: auto;
    min-height: 30px;
    min-width: 30px;
    overflow: hidden;
    padding-right: 0;
    margin: auto 10px auto 0;
    padding-top: 0
}

@media (max-width:950px) {
    .boleto_div-7 {
        min-height: auto;
        max-width: 20px;
        margin-left: auto;
        margin-right: auto;
        min-width: 36px
    }
}

.boleto_image {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.boleto_image-sizer {
    width: 100%;
    padding-top: 69.8%;
    pointer-events: none;
    font-size: 0
}

.boleto_div-8 {
    display: flex;
    flex-direction: column;
    line-height: 15px;
    height: auto;
    text-align: center;
    position: relative;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 25px;
    color: #161616;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    padding-top: 0;
    margin: auto
}

@media (max-width:950px) {
    .boleto_div-8 {
        padding-left: 0;
        font-size: 21px;
        padding-bottom: 0px;
        line-height: 20px;
        text-align: center;
        margin: 0px auto 0;
        letter-spacing: 0px;
        line-height: 25px;
        width: 100%;
        max-width: 350px;
        font-family: "POPPINS SEMI BOLD", sans-serif
    }
}

.boleto_div-9 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    min-height: auto;
    min-width: 363px;
    overflow: hidden;
    max-width: 400px;
    margin-right: auto;
    width: 300px;
    height: 550px;
    margin-left: auto
}

@media (max-width:950px) {
    .boleto_div-9 {
        min-height: 0;
        min-width: 0;
        max-width: 368px;
        padding-left: 0;
        width: 100%;
        margin: 0 auto 20px
    }
}

.boleto_image-sizer-2 {
    width: 100%;
    padding-top: 514px;
    pointer-events: none;
    font-size: 0
}

@media (max-width:950px) {
    .boleto_image-sizer-2 {
        width: 100%;
        padding-top: 554px;
        pointer-events: none;
        font-size: 0
    }
}

.boleto_image-contents {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%
}

.boleto_div-10 {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: normal;
    height: auto;
    text-align: center;
    font-size: 1em;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    color: #ff4040;
    padding-top: 0;
    margin: -446px auto auto
}

@media (max-width:950px) {
    .boleto_div-10 {
        margin-top: -488px
    }
}

.boleto_div-11 {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: normal;
    height: auto;
    text-align: center;
    font-size: 12px;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    color: #ff4040;
    padding-top: 0;
    margin: -30px auto auto;
    padding-left: 0;
    max-width: 310px;
    letter-spacing: -.5px
}

@media (max-width:950px) {
    .boleto_div-11 {
        margin-right: auto;
        margin-bottom: auto;
        margin-top: -42px;
        max-width: 320px;
        font-size: 1em
    }
}

.boleto_div-12 {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: normal;
    height: auto;
    text-align: left;
    font-size: 14px;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    color: #ff4040;
    padding-top: 0;
    margin-bottom: auto;
    margin-top: 1.2em;
    margin-right: auto;
    padding-left: 122px;
    letter-spacing: -1px
}

@media (max-width:950px) {
    .boleto_div-12 {
        margin-top: 1.5em;
        letter-spacing: -1px;
        padding-left: 125px
    }
}

.boleto_div-13 {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: normal;
    height: auto;
    text-align: left;
    font-size: 14px;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    color: #ff4040;
    padding-top: 0;
    margin-bottom: auto;
    margin-top: -19px;
    margin-right: auto;
    padding-left: 122px;
    letter-spacing: -1px
}

@media (max-width:950px) {
    .boleto_div-13 {
        margin-top: -20px;
        letter-spacing: -1px;
        padding-left: 125px
    }
}

.boleto_div-14 {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: normal;
    height: auto;
    text-align: left;
    font-size: 14px;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    color: #ff4040;
    padding-top: 0;
    margin-bottom: auto;
    margin-top: -19px;
    margin-right: auto;
    padding-left: 122px;
    letter-spacing: -1px
}

@media (max-width:950px) {
    .boleto_div-14 {
        margin-top: 0.4em;
        letter-spacing: -1px;
        padding-left: 125px
    }
}

.boleto_div-15 {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: normal;
    height: auto;
    text-align: left;
    font-size: 14px;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    color: #ff4040;
    padding-top: 0;
    margin-bottom: auto;
    margin-top: -19px;
    margin-right: auto;
    padding-left: 122px;
    letter-spacing: -1px
}

@media (max-width:950px) {
    .boleto_div-15 {
        margin-top: -20px;
        letter-spacing: -1px;
        padding-left: 125px
    }
}

.boleto_div-16 {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: normal;
    height: auto;
    text-align: left;
    font-size: 14px;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    color: #ff4040;
    padding-top: 0;
    margin-bottom: auto;
    margin-top: -19px;
    margin-right: auto;
    padding-left: 122px;
    letter-spacing: -1px
}

@media (max-width:950px) {
    .boleto_div-16 {
        margin-top: -20px;
        letter-spacing: -1px;
        padding-left: 125px
    }
}

.boleto_div-17 {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: normal;
    height: auto;
    text-align: left;
    font-size: 14px;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    color: #ff4040;
    padding-top: 0;
    margin-bottom: auto;
    margin-top: -19px;
    margin-right: auto;
    padding-left: 168px;
    letter-spacing: -1px
}

@media (max-width:950px) {
    .boleto_div-17 {
        margin-top: -20px;
        letter-spacing: -1px;
        padding-left: 168px
    }
}

.gracias_p {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    margin: 0;
    line-height: 1.4;
    font-size: 28px;
    white-space: pre-line
}

@media (max-width:950px) {
    .gracias_p {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 1em
    }
}

.gracias_p2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    max-width: 750px;
    line-height: 1.1;
    letter-spacing: -1px
}

@media (max-width:950px) {
    .gracias_p2 {
        font-size: 18px;
        max-width: 750px
    }
}

.gracias_p3 {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    margin: 0;
    line-height: 1.4;
    font-size: 28px;
    white-space: pre-line
}

@media (max-width:950px) {
    .gracias_p3 {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 1em
    }
}

.gracias_div {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    margin: 120px 0 0;
    z-index: -10
}

@media (max-width:950px) {
    .gracias_div {
        padding-top: 70px;
        margin: 35px auto 0;
        padding-bottom: 0
    }
}

.gracias_div-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 60px;
    min-width: 350px;
    overflow: hidden;
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    z-index: -10
}

@media (max-width:950px) {
    .gracias_div-2 {
        margin-top: 0;
        min-width: 250px;
        margin-left: auto;
        margin-right: auto
    }
}

.gracias_image {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -10
}

.gracias_image-sizer {
    width: 100%;
    padding-top: 230px;
    font-size: 0
}

@media (max-width:950px) {
    .gracias_image-sizer {
        width: 100%;
        padding-top: 170px;
        font-size: 0
    }
}

.gracias_div-3 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 35px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 0
}

@media (max-width:950px) {
    .gracias_div-3 {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.gracias_div-4 {
    display: flex;
    flex-direction: column;
    background-color: #161616;
    width: 100%;
    line-height: normal;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;
    font-family: "POPPINS SEMI BOLD", serif;
    font-size: 30px;
    color: #fff;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: -1px;
    padding-top: 0;
    font-weight: 900;
    z-index: -10
}

@media (max-width:950px) {
    .gracias_div-4 {
        width: 100%;
        font-size: 1em;
        letter-spacing: -1.5px;
        padding: 5px 0;
        margin: -10px auto 0;
        max-width: auto;
        text-align: center;
        line-height: 30px
    }
}

.gracias_div-5 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 10px;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: -10
}

@media (max-width:950px) {
    .gracias_div-5 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 0;
        width: 100%
    }
}

.gracias_div-6 {
    display: flex;
    flex-direction: column;
    line-height: normal;
    height: auto;
    text-align: center;
    position: relative;
    font-family: "POPPINS SEMI BOLD", serif;
    font-size: 32px;
    color: #161616;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: -1px;
    padding-top: 0;
    margin: 0 auto;
    font-weight: 900;
    z-index: -10
}

@media (max-width:950px) {
    .gracias_div-6 {
        font-size: 22px;
        letter-spacing: -1.5px;
        margin: 0 auto;
        max-width: auto;
        text-align: center;
        line-height: 30px;
        padding: 5px 0;
        width: 100%
    }
}

.gracias_div-7 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: auto;
    min-height: auto;
    min-width: 40px;
    overflow: hidden;
    padding-right: 0;
    margin: 20px auto auto;
    padding-top: 0;
    max-width: auto;
    z-index: -10
}

@media (max-width:950px) {
    .gracias_div-7 {
        min-height: auto;
        max-width: 20px;
        margin-left: auto;
        margin-right: auto;
        min-width: 36px
    }
}

.gracias_image-sizer-2 {
    width: 100%;
    padding-top: 69.8%;
    font-size: 0
}

.gracias_div-8 {
    display: flex;
    flex-direction: column;
    line-height: 30px;
    height: auto;
    text-align: center;
    position: relative;
    font-family: "POPPINS SEMI BOLD", serif;
    font-size: 22px;
    color: #161616;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    padding-top: 0;
    margin: 20px auto auto;
    max-width: 750px;
    z-index: 0
}

@media (max-width:950px) {
    .gracias_div-8 {
        padding-left: 0;
        font-size: 16px;
        padding-bottom: 0;
        line-height: 22px;
        text-align: center;
        margin: 15px auto 0;
        letter-spacing: -1.5px;
        width: 100%;
        font-weight: 600
    }
}

.gracias_div-9 {
    display: flex;
    flex-direction: column;
    line-height: 30px;
    height: auto;
    text-align: left;
    position: relative;
    font-family: "POPPINS LIGHT", sans-serif;
    font-size: 22px;
    color: #161616;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    padding-top: 0;
    margin: 20px auto auto;
    max-width: 1080px;
    width: 75%;
    z-index: -10
}

@media (max-width:950px) {
    .gracias_div-9 {
        padding-left: 0;
        font-size: 18px;
        padding-bottom: 0;
        line-height: 22px;
        text-align: left;
        margin: 15px auto 0;
        letter-spacing: -1.5px;
        width: 100%;
        font-weight: 600;
        max-width: 1080px;
        font-family: "POPPINS LIGHT", sans-serif
    }
}

.gracias_div-10 {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 300px;
    overflow: hidden;
    border: 5px solid #ff4040;
    max-height: 1800px;
    margin: 10px auto 0;
    z-index: -10
}

@media (max-width:950px) {
    .gracias_div-10 {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        max-height: 2500px;
        min-width: 290px;
        margin-top: 30px
    }
}

.gracias_image-sizer-3 {
    width: 100%;
    padding-top: 381%;
    font-size: 0
}

a.inicio_container:link,
a.inicio_container:visited {
    text-decoration: none
}

a.inicio_container:hover {
    background-color: #000;
    border-color: #fff
}

a.inicio_container:active {
    background-color: #000;
    border-color: #fff
}

.inicio_p {
    padding-top: 1px;
    padding-bottom: 0;
    margin-top: 13px;
    margin-bottom: 9px;
    text-decoration: none
}

@media (max-width:950px) {
    .inicio_p {
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 14px;
        margin-bottom: 12px;
    }
}

.inicio_p2 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 9px;
    margin-bottom: 2px;
    text-decoration: none
}

@media (max-width:950px) {
    .inicio_p2 {
        margin-left: auto;
        margin-right: auto
    }
}

.inicio_p3 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 18px;
    margin-bottom: 14px;
    text-decoration: none
}

@media (max-width:950px) {
    .inicio_p3 {
        margin: 0 auto
    }
}

.inicio_div {
    display: flex;
    flex-direction: column;
    margin-top: 120px
}

@media (max-width:950px) {
    .inicio_div {
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px;
        width: 100%
    }
}

.inicio_div-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 0;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    width: 100%
}

@media (max-width: 950px) {
    .inicio_div-2 {
        padding-top: -100px; /* Ajusta este valor para controlar el espacio superior */
        margin-top: 30px;  /* Ajusta este valor para controlar el margen superior */
        padding-bottom: 20px; /* Ajusta este valor para controlar el espacio inferior */
        margin-left: auto;
        margin-right: auto;
        min-height: 573px;
        width: 100%;
    }
}


.inicio_image {
    object-fit: cover;
    object-position: center;
    position: absolute;
    height: 90vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

@media (max-width:950px) {
    .inicio_image {
        object-fit: cover;
        object-position: center;
        position: absolute;
        padding-top: 0;
        margin-top: -75px;
        height: 90vh;
        width: 100%;
        top: 0;
        left: 0
    }
}

.inicio_image-sizer {
    width: 100%;
    padding-top: 200px; /* Ajusta esta propiedad para controlar el espacio superior */
    padding-bottom: -900px; /* Ajusta esta propiedad para controlar el espacio inferior */
    pointer-events: none;
    font-size: 0;
    z-index: 0;
    height: 567px; /* La altura se ajustará automáticamente según el contenido */
    max-height: 700px; /* Cambia este valor según el espacio máximo que quieras permitir */
    object-fit: cover; /* Asegura que la imagen cubra el contenedor sin distorsión */
}


@media (max-width:950px) {
    .inicio_image-sizer {
        width: 100%;
        padding-top: 0;
        pointer-events: none;
        height: 557px; /* La altura se ajustará automáticamente según el contenido */
        font-size: 0
    }
}

@media (max-width:950px) {
.inicio_image-contents {
    display: flex;
    flex-direction: column;
    position: absolute;
    margin-top: -120px;
    margin-bottom: auto;        
    left: auto;
    width: 100%;
    height: auto;
    
    }
}

.inicio_image-contents {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
}

.inicio_image-sizer-7 {
    width: 100%;
    padding-top: 90px;
    pointer-events: none;
    font-size: 0
}

.inicio_a-7 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    line-height: normal;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    overflow: hidden;
    padding: 28px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 15px
}

@media (max-width:950px) {
    .inicio_a-7 {
        padding: 22px;
        margin-top: 20px;
        margin-bottom: 10px
    }
}

.inicio_image-7 {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.inicio_container {
    background-color: #d6c37e;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1215686274509804);
    border-radius: 15px;
    position: relative;
    padding: 0 46px;
    margin: -25px auto 0;
    border: 2px solid #fff;
    display: flex;
    cursor: pointer;
    pointer-events: auto;
    height: auto;
    top: 100px;    
    color: #fff;
    font-size: 24px;
    font-family: "LULO CLEAN", sans-serif;
    font-weight: 600;
    z-index: 0
}

@media (max-width:950px) {
    .inicio_container {
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 115px auto 0;
        text-align: center;
    }
}


.inicio_div-3 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0
}

@media (max-width:950px) {
    .inicio_div-3 {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.inicio_div-4 {
    position: relative;
    background-color: #d6c37e;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #fff;
    line-height: normal;
    height: auto;
    text-align: center;
    margin: 0 auto;
    font-family: "LULO CLEAN", sans-serif;
    font-size: 54px;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    text-shadow: 1px 3px 5px #000
}

@media (max-width:950px) {
    .inicio_div-4 {
        width: 100%;
        padding-left: 0;
        font-size: 19px;
        margin: 0 auto;
        padding-top: 5px;
        padding-bottom: 12px;
        text-shadow: 1px 1px -5px #4a4a4a;
        letter-spacing: -.5px
    }
}

.inicio_div-5 {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    z-index: 0
}

@media (max-width:950px) {
    .inicio_div-5 {
        width: 100%;
        padding-top: 5px
    }
}

.inicio_div-6 {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    margin-top: 0;
    height: auto;
    padding-bottom: 0
}

@media (max-width:950px) {
    .inicio_div-6 {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.inicio_div-7 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 20px;
    line-height: 1.6;
    height: auto;
    text-align: center;
    font-size: 27px;
    letter-spacing: -1px;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    font-family: "LULO CLEAN", sans-serif;
    color: #d6c37e
}

@media (max-width:950px) {
    .inicio_div-7 {
        font-size: 18px;
        margin: 22px auto 20px; /* Añadido margen abajo para separarlo del contenido inferior */
        line-height: 1.4;
        width: 100%;
    }
}


.inicio_div-8 {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: 1.7;
    height: auto;
    text-align: center; /* Texto centrado en PC */
    font-family: "POPPINS LIGHT", sans-serif;
    font-size: 20px;
    letter-spacing: -0.1px;
    padding: 30px; /* Espacio interno aumentado */
    margin: 40px auto 20px; /* Espacio superior adicional */
    pointer-events: auto;
    max-width: 860px;
    background-color: #f8f9fa; /* Fondo claro */
    border-radius: 10px; /* Bordes redondeados */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Sombra sutil */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #d6c37e; /* Borde visible */
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%); /* Degradado de fondo */
    box-sizing: border-box; /* Asegura que el padding y el borde se incluyan en el tamaño total del elemento */
}

.inicio_div-8:hover {
    transform: translateY(-5px); /* Efecto de elevación */
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2); /* Sombra más intensa */
    border-color: #d6c37e; /* Cambio de color del borde al pasar el cursor */
}

.inicio_div-8 a {
    color: #d6c37e !important; /* Manteniendo el color */
    text-decoration: none;
    font-weight: bold; /* Enlaces en negrita */
    border-bottom: 2px solid transparent; /* Línea inferior */
    transition: border-color 0.3s ease;
}

.inicio_div-8 a:hover {
    border-bottom: 2px solid #d6c37e; /* Línea visible al pasar el cursor */
    color: #d6c37e !important; /* Color de enlace al pasar el cursor */
}

/* Estilizamos los títulos para una mejor apariencia */
.inicio_div-8 h1, .inicio_div-8 h2, .inicio_div-8 h3 {
    margin-top: 30px; /* Espacio superior */
    font-size: 1.7em; /* Tamaño de fuente */
    color: #333; /* Color del título */
    text-transform: uppercase; /* Títulos en mayúsculas */
    letter-spacing: 1px; /* Espaciado entre letras */
    border-left: 4px solid #d6c37e; /* Barra lateral en los títulos */
    padding-left: 10px; /* Espacio entre la barra y el texto */
}

/* Mejoramos la apariencia de los párrafos */
.inicio_div-8 p {
    margin-bottom: 15px; /* Espacio inferior */
    color: #555; /* Color de texto */
    line-height: 1.7; /* Espaciado de línea */
    padding-left: 10px; /* Reducimos el espacio lateral en móviles */    
    padding-right: 10px; /* Reducimos el espacio lateral en móviles */     
}

/* Ajustes específicos para dispositivos móviles */
@media (max-width: 768px) {
    .inicio_div-8 {
        padding: 20px; /* Ajustamos el padding en móviles para dar más espacio interno */
        margin: 20px auto; /* Reducimos el margen en móviles */
    }

    .inicio_div-8 h1, .inicio_div-8 h2, .inicio_div-8 h3 {
        margin-top: 20px; /* Reducimos el margen superior en móviles */
        font-size: 1.3em; /* Tamaño de fuente ligeramente más pequeño */
        padding-left: 8px; /* Reducimos el espacio lateral en móviles */
    }

    .inicio_div-8 p {
        margin-bottom: 10px; /* Espacio inferior reducido en móviles */
    }
}


@media (max-width:950px) {
    .inicio_div-8 {
        padding-left: 0;
        padding-right: 0;
        font-size: 16px;
        letter-spacing: -.5px;
        line-height: 1.5;
        text-align: center;
        font-family: "POPPINS LIGHT", sans-serif;
        margin: 0 auto;
        color: #000;
        width: 95%;
        font-weight: 600
    }
}

.inicio_div-9 {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: normal;
    height: auto;
    text-align: center;
    font-size: 29px;
    font-family: "LULO CLEAN", sans-serif;
    color: #d6c37e;
    padding-bottom: 0;
    width: 70%;
    margin: 20px auto -1px
}

@media (max-width:950px) {
    .inicio_div-9 {
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        margin-top: 12px;
        width: 100%
    }
}

.inicio_div-10 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: -1px;
    line-height: 40px;
    height: auto;
    text-align: left;
    font-family: "POPPINS LIGHT", sans-serif;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 42px 33px 95px;
    font-weight: 600;
    width: 80%
}

@media (max-width:950px) {
    .inicio_div-10 {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 10px 0 12px;
        width: 95%;
        font-family: "POPPINS LIGHT", sans-serif
    }
}

.inicio_div-11 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: -1px;
    line-height: normal;
    height: auto;
    text-align: center;
    font-size: 29px;
    font-family: "LULO CLEAN", sans-serif;
    color: #d6c37e;
    padding-bottom: 0;
    margin-bottom: -1px
}

@media (max-width:950px) {
    .inicio_div-11 {
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.inicio_div-12 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 39px;
    line-height: 40px;
    height: auto;
    text-align: center;
    font-family: "POPPINS LIGHT", sans-serif;
    font-size: 22px;
    padding-left: 95px;
    padding-right: 42px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-weight: 600
}

@media (max-width:950px) {
    .inicio_div-12 {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 25px;
        text-align: center;
        margin-top: 10px;
        width: 95%;
        font-family: "POPPINS LIGHT", sans-serif
    }
}

.inicio_div-13 {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 0;
    width: 265px;
    border: 2px solid #d6c37e;
    margin: 55px auto
}

@media (max-width:950px) {
    .inicio_div-13 {
        width: 35%;
        margin: 20px auto 50px;
        padding-top: 0;
        padding-bottom: 0;
        max-height: 0;
        border-width: 2px
    }
}

.inicio_div-14 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: -30px;
    line-height: 1.5;
    height: auto;
    text-align: center;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 21px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #212121;
    max-width: 790px;
    letter-spacing: -.5px
}

@media (max-width:950px) {
    .inicio_div-14 {
        padding-left: 0;
        padding-right: 0;
        font-size: 16px;
        line-height: 25px;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        font-family: "POPPINS SEMI BOLD", sans-serif
    }
}

.inicio_div-15 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    line-height: 0;
    height: auto;
    text-align: center;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 24px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #212121;
    letter-spacing: -.5px
}

@media (max-width:950px) {
    .inicio_div-15 {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        margin-top: -10px;
        padding-top: 0;
        width: 100%;
        font-family: "POPPINS SEMI BOLD", sans-serif
    }
}

.inicio_div-16 {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto 60px;
    display: flex;
    flex-direction: row;
    padding-left: 0
}

@media (max-width:950px) {
    .inicio_div-16 {
        margin-left: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: -20px;
        margin-bottom: 20px
    }
}

.inicio_a {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    line-height: normal;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    overflow: hidden;
    margin: 0 5px 0 -1px;
    padding: 0 24px;
    cursor: pointer;
    pointer-events: auto
}

@media (max-width:950px) {
    .inicio_a {
        padding: 12px;
        margin-right: 10px;
        margin-top: 0;
        margin-bottom: 0
    }
}

.inicio_image-2 {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.inicio_image-sizer-2 {
    width: 100%;
    padding-top: 50px;
    pointer-events: none;
    font-size: 0
}

.inicio_a-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    line-height: normal;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    overflow: hidden;
    padding: 0 24px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 5px
}

@media (max-width:950px) {
    .inicio_a-2 {
        padding: 12px;
        margin-left: 10px;
        margin-top: 0;
        margin-bottom: 0
    }
}

.inicio_image-3 {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.inicio_image-sizer-3 {
    width: 100%;
    padding-top: 10px;
    pointer-events: none;
    font-size: 0
}

.inicio_div-17 {
    position: relative;
    background-color: #d6c37e;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #fff;
    line-height: normal;
    height: auto;
    text-align: center;
    margin: 0 auto;
    font-family: "LULO CLEAN", sans-serif;
    font-size: 60px;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    text-shadow: 1px 3px 5px #000
}

@media (max-width:950px) {
    .inicio_div-17 {
        width: 100%;
        font-size: 19px;
        text-shadow: 1px 1px -3px #4a4a4a;
        margin: 15px auto 12px
    }
}

.inicio_div-18 {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
    margin: 0 auto;
    /* 300px de espacio arriba y abajo en PC */
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(0, 0, 0, .65);
    width: 100%;
}

@media (max-width: 950px) {
    .inicio_div-18 {
        /* Para móviles, un padding basado en la altura de la pantalla 
           (por ejemplo 15vh) o un valor px más pequeño */
        padding-top: 1vh;
        padding-bottom: 1vh;
    }
}


.inicio_image-sizer-4 {
    width: 100%;
    padding-top: 0;
        margin-top: 0px;
        margin-bottom: -95px;    
    pointer-events: none;
    font-size: 0
}

.inicio_div-19 {
    display: flex;
    flex-direction: column;
    position: relative;
    opacity: 1;
    min-height: 400px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
    height: auto;
    text-align: center;
    font-family: "LULO CLEAN",sans-serif;
    font-size: 25px;
    color: #fff;
    padding: 0
}

@media (max-width:950px) {
    .inicio_div-19 {
        min-height: auto;
        opacity: 1;
        font-size: 16px;
        padding: 0;
        margin: 65px 0 0px;
        bottom: -170px;
        line-height: 1.5
    }
}

.inicio_div-20 {
    position: relative;
    background-color: #d6c37e;
    display: flex;
    flex-direction: column;
    width: 100%;
    line-height: normal;
    height: auto;
    text-align: center;
    margin: 10px auto -1px;
    font-family: "LULO CLEAN", sans-serif;
    font-size: 60px;
    color: #fff;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    text-shadow: 1px 3px 5px #000
}

@media (max-width:950px) {
    .inicio_div-20 {
        font-size: 19px;
        text-shadow: 1px 1px -3px #4a4a4a;
        margin: 15px auto 12px
    }
}

.inicio_a-3 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    line-height: 0;
    height: auto;
    text-align: center;
    font-family: "LULO CLEAN", sans-serif;
    font-size: 28px;
    padding-left: auto;
    padding-right: auto;
    margin-left: auto;
    margin-right: auto;
    color: #212121;
    cursor: pointer;
    pointer-events: auto
}

@media (max-width:950px) {
    .inicio_a-3 {
        font-size: 24px;
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        padding-left: auto;
        padding-right: auto;
        text-align: center;
        line-height: 1.5;
        max-width: 300px
    }
}

.inicio_div-21 {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;

}

@media (max-width:950px) {
    .inicio_div-21 {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: -20px;
        margin-bottom: 0
    }
}

.inicio_div-23 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff
}

@media (max-width:950px) {
    .inicio_div-23 {
        padding-top: 20px;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0
    }
}

.inicio_a-4 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    text-align: center;
    line-height: normal;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    overflow: hidden;
    margin-right: 15px;
    margin-left: -1px;
    padding: 28px;
    cursor: pointer;
    pointer-events: auto
}

@media (max-width:950px) {
    .inicio_a-4 {
        padding: 22px;
        margin-top: 0;
        margin-bottom: 0
    }
}

.inicio_image-4 {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.inicio_image-sizer-5 {
    width: 100%;
    padding-top: 90px;
    pointer-events: none;
    font-size: 0
}

.inicio_a-5 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    text-align: center;
    line-height: normal;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    overflow: hidden;
    padding: 28px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 15px
}

@media (max-width:950px) {
    .inicio_a-5 {
        padding: 22px;
        margin-top: 0;
        margin-bottom: 0
    }
}

.inicio_image-5 {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.inicio_image-sizer-6 {
    width: 100%;
    padding-top: 0;
    pointer-events: none;
    font-size: 0
}

.inicio_fbembedded {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto 10px;
    z-index: 10
}

@media (max-width:950px) {
    .inicio_fbembedded {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 auto;
        z-index: 10
    }
}

@font-face {
    font-family: "POPPINS SEMI BOLD";
    src: local("POPPINS SEMI BOLD"), url(../media/Poppins-Semi-Bold.cce5625b.ttf) format("truetype")
}

@font-face {
    font-family: "POPPINS LIGHT";
    src: local("POPPINS LIGHT"), url(../media/Poppins-Regular.8081832f.ttf) format("truetype")
}

@font-face {
    font-family: "LULO CLEAN";
    src: local("LULO CLEAN"), url(../media/Lulo-Clean.5452a28c.html) format("opentype"), url(../media/lulo-clean.bdbc2a36.woff) format("woff"), format("woff2")
}

@font-face {
    font-family: "MUSEO";
    src: local("LULO CLEAN"), format("opentype"), url(../media/museo.2ad7ccbe.woff) format("woff"), format("woff2")
}

@font-face {
    font-family: "ERAS DEMI ITC";
    src: local("ERAS DEMI ITC"), url(../media/Eras-Demi-ITC.0c322b8f.ttf) format("truetype")
}

@font-face {
    font-family: "SEGOE UI BOLD";
    src: local("SEGOE UI BOLD"), url(../media/Segoe-UI-Bold.b00928e6.ttf) format("truetype")
}

@font-face {
    font-family: "SEGOE UI";
    src: local("SEGOE UI"), url(../media/Segoe-UI.45472284.ttf) format("truetype")
}

.pagos_p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:950px) {
    .pagos_p {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0
    }
}

.pagos_div {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 60px;
    margin: 120px 0 0
}

@media (max-width:950px) {
    .pagos_div {
        padding-top: 80px;
        padding-bottom: 0;
        margin: 35px 0 0
    }
}

.pagos_div-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 0;
    min-width: 350px;
    overflow: hidden;
    max-width: auto;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:950px) {
    .pagos_div-2 {
        padding-top: 0;
        min-width: 250px;
        margin-left: auto;
        margin-right: auto
    }
}

.pagos_image {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.pagos_image-sizer {
    width: 100%;
    padding-top: 200px;
    pointer-events: none;
    font-size: 0
}

@media (max-width:950px) {
    .pagos_image-sizer {
        width: 100%;
        padding-top: 180px;
        pointer-events: none;
        font-size: 0
    }
}

.pagos_div-3 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 35px;
    height: auto;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (max-width:950px) {
    .pagos_div-3 {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.pagos_div-4 {
    display: flex;
    flex-direction: column;
    background-color: #000;
    width: 100%;
    line-height: normal;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 30px;
    color: #fff;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: -1px;
    padding-top: 0;
    font-weight: 900
}

@media (max-width:950px) {
    .pagos_div-4 {
        width: 100%;
        font-size: 27px;
        letter-spacing: -1.5px;
        padding: 5px 0;
        margin: 0 auto;
        max-width: auto;
        text-align: center;
        line-height: 30px
    }
}

.pagos_div-5 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 20px;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:950px) {
    .pagos_div-5 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 0;
        width: 100%
    }
}

.pagos_div-6 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: auto;
    min-height: auto;
    min-width: 40px;
    overflow: hidden;
    padding-right: 0;
    margin: auto;
    padding-top: 0;
    max-width: auto
}

@media (max-width:950px) {
    .pagos_div-6 {
        min-height: auto;
        max-width: 20px;
        margin-left: auto;
        margin-right: auto;
        min-width: 36px
    }
}

.pagos_image-sizer-2 {
    width: 100%;
    padding-top: 69.8%;
    pointer-events: none;
    font-size: 0
}

.pagos_div-7 {
    display: flex;
    flex-direction: column;
    line-height: 30px;
    height: auto;
    text-align: center;
    position: relative;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 22px;
    color: #161616;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    padding-top: 0;
    margin: 20px auto auto;
    max-width: 1080px;
    font-weight: 100
}

@media (max-width:950px) {
    .pagos_div-7 {
        padding-left: 0;
        font-size: 18px;
        padding-bottom: 0;
        line-height: 22px;
        text-align: center;
        margin: 15px auto 0;
        letter-spacing: -1.5px;
        width: 100%;
        font-weight: 600
    }
}

.pagos_div-8 {
    display: flex;
    flex-direction: column;
    line-height: 30px;
    height: auto;
    text-align: left;
    position: relative;
    font-family: "POPPINS LIGHT", sans-serif;
    font-size: 1em;
    color: #161616;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    padding-top: 0;
    margin: 20px auto auto;
    max-width: 1080px;
    width: 75%;
    z-index: -10
}

@media (max-width:950px) {
    .pagos_div-8 {
        padding-left: 0;
        font-size: 17px;
        padding-bottom: 0;
        line-height: 22px;
        text-align: left;
        margin: 15px auto 0;
        letter-spacing: -1.5px;
        width: 100%;
        font-weight: 600;
        max-width: 1080px
    }
}

.pagos_div-9 {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 500px;
    overflow: hidden;
    border: 5px solid #093c8a;
    max-height: 1800px;
    margin: 20px auto 40px;
    z-index: -10
}

@media (max-width:950px) {
    .pagos_div-9 {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        max-height: 2500px;
        min-width: 290px;
        margin-top: 30px
    }
}

.pagos_image-sizer-3 {
    width: 100%;
    padding-top: 85%;
    pointer-events: none;
    font-size: 0
}

.e404_p {
    line-height: 1;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

@media (max-width:950px) {
    .e404_p {
        line-height: 1;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.e404_p2 {
    line-height: 1.5;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

@media (max-width:950px) {
    .e404_p2 {
        line-height: 1.5;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.e404_div {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin-top: 120px
}

@media (max-width:950px) {
    .e404_div {
        padding-bottom: 80px;
        margin: 35px 0 0
    }
}

.e404_div-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 40px;
    min-width: 350px;
    overflow: hidden;
    max-width: auto;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:950px) {
    .e404_div-2 {
        margin-top: 0;
        padding-top: 0;
        min-width: 250px
    }
}

.e404_image {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.e404_image-sizer {
    width: 100%;
    padding-top: 230px;
    pointer-events: none;
    font-size: 0
}

@media (max-width:950px) {
    .e404_image-sizer {
        width: 100%;
        padding-top: 180px;
        pointer-events: none;
        font-size: 0
    }
}

.e404_div-3 {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin: 30px auto 50px;
    width: 100%
}

@media (max-width:950px) {
    .e404_div-3 {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.e404_div-4 {
    display: flex;
    flex-direction: column;
    width: 100%;
    line-height: 0;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;
    font-family: "POPPINS SEMI BOLD", serif;
    font-size: 26px;
    color: #fff;
    padding-left: 0;
    padding-bottom: 5px;
    letter-spacing: -1px;
    padding-top: 5px;
    font-weight: 600
}

@media (max-width:950px) {
    .e404_div-4 {
        width: 100%;
        font-size: 1em;
        letter-spacing: -1.5px;
        padding: 5px 0;
        margin: 0 auto;
        max-width: auto;
        text-align: center;
        line-height: 30px
    }
}

.e404_div-5 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 0;
    line-height: 1.5;
    height: auto;
    text-align: center;
    margin: 20px auto auto;
    font-family: "POPPINS SEMI BOLD", serif;
    font-size: 18px;
    max-width: 400px;
    color: #161616;
    padding-left: 0;
    letter-spacing: 0;
    padding-top: 0;
    font-weight: 200
}

@media (max-width:950px) {
    .e404_div-5 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 0;
        width: 100%;
        padding-left: 0;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        margin: 15px auto 0;
        max-width: 320px;
        letter-spacing: -1px
    }
}

footer a{
    color: white;
}
.ReactModal__Overlay{
    overflow: scroll;
}





.highlight {
    background-color: #ff0!important
}

.panel.loading {
    opacity: .5;
    cursor: not-allowed
}

.panel {
    font-size: 12px
}

input[type=checkbox] {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2)
}

.new-panel .new-panel__table2 {
    overflow: auto;
    padding: 0;
    margin-bottom: -25px
}

.new-panel .new-panel__table,.new-panel .new-panel__table button {
    font-size: 11px
}

.new-panel .new-panel__table tbody tr td,.new-panel .new-panel__table thead tr th {
    width: 9%;
    vertical-align: middle
}

.new-panel .new-panel__table tbody tr td:first-child,.new-panel .new-panel__table thead tr th:first-child {
    width: 2%
}

.new-panel .new-panel__table tbody tr td:nth-child(2),.new-panel .new-panel__table thead tr th:nth-child(2) {
    width: 4.5%;
    text-align: center
}

.new-panel .new-panel__table tbody tr td:nth-child(3),.new-panel .new-panel__table thead tr th:nth-child(3) {
    width: 6%;
    text-align: center
}

.new-panel .new-panel__table tbody tr td:nth-child(4),.new-panel .new-panel__table tbody tr td:nth-child(5),.new-panel .new-panel__table tbody tr td:nth-child(6),.new-panel .new-panel__table thead tr th:nth-child(4),.new-panel .new-panel__table thead tr th:nth-child(5),.new-panel .new-panel__table thead tr th:nth-child(6) {
    width: 12%
}

.new-panel .new-panel__table tbody tr td:nth-child(7),.new-panel .new-panel__table thead tr th:nth-child(7) {
    width: 8%
}

.new-panel .new-panel__table tbody tr td:nth-child(8),.new-panel .new-panel__table thead tr th:nth-child(8) {
    width: 12%
}

.new-panel .new-panel__table tbody tr td:nth-child(9),.new-panel .new-panel__table tbody tr td:nth-child(10),.new-panel .new-panel__table thead tr th:nth-child(9),.new-panel .new-panel__table thead tr th:nth-child(10) {
    width: 9%
}

.new-panel .new-panel__table tbody tr td:nth-child(11),.new-panel .new-panel__table thead tr th:nth-child(11) {
    width: 8%
}

.new-panel .new-panel__table tbody tr td:nth-child(12),.new-panel .new-panel__table thead tr th:nth-child(12) {
    width: 5%
}

.new-panel.loading {
    opacity: .5;
    pointer-events: none
}

.new-panel .new-panel__contactstable2 {
    overflow: auto;
    padding: 0;
    margin-bottom: -25px
}

.new-panel .new-panel__contactstable,.new-panel .new-panel__contactstable button {
    font-size: 11px
}

.new-panel .new-panel__contactstable tbody tr td,.new-panel .new-panel__contactstable thead tr th {
    width: 9%;
    vertical-align: middle
}

.new-panel .new-panel__contactstable tbody tr td:first-child,.new-panel .new-panel__contactstable thead tr th:first-child {
    width: 2%
}

.new-panel .new-panel__contactstable tbody tr td:nth-child(2),.new-panel .new-panel__contactstable thead tr th:nth-child(2) {
    width: 4.5%;
    text-align: center
}

.new-panel .new-panel__contactstable tbody tr td:nth-child(3),.new-panel .new-panel__contactstable tbody tr td:nth-child(4),.new-panel .new-panel__contactstable thead tr th:nth-child(3),.new-panel .new-panel__contactstable thead tr th:nth-child(4) {
    width: 15%
}

.new-panel .new-panel__contactstable tbody tr td:nth-child(5),.new-panel .new-panel__contactstable thead tr th:nth-child(5) {
    width: 9%
}

.new-panel .new-panel__contactstable tbody tr td:nth-child(6),.new-panel .new-panel__contactstable thead tr th:nth-child(6) {
    width: 15%
}

.new-panel .new-panel__contactstable tbody tr td:nth-child(7),.new-panel .new-panel__contactstable tbody tr td:nth-child(8),.new-panel .new-panel__contactstable thead tr th:nth-child(7),.new-panel .new-panel__contactstable thead tr th:nth-child(8) {
    width: 12%
}

.new-panel .new-panel__contactstable tbody tr td:nth-child(9),.new-panel .new-panel__contactstable tbody tr td:nth-child(10),.new-panel .new-panel__contactstable thead tr th:nth-child(9),.new-panel .new-panel__contactstable thead tr th:nth-child(10) {
    width: 7%
}

.new-panel .new-panel__contactstable tbody tr td:nth-child(11),.new-panel .new-panel__contactstable tbody tr td:nth-child(12),.new-panel .new-panel__contactstable thead tr th:nth-child(11),.new-panel .new-panel__contactstable thead tr th:nth-child(12) {
    width: 4%
}

@media (max-width: 999px) {
    .new-panel .new-panel__table2 {
        overflow:auto;
        width: 97vw;
        padding: 0;
        margin-bottom: -25px
    }

    .new-panel .new-panel__table,.new-panel .new-panel__table button {
        font-size: 12px
    }

    .new-panel .new-panel__table thead tr th {
        width: 9%
    }

    .new-panel .new-panel__table tbody tr td:first-child,.new-panel .new-panel__table thead tr th:first-child {
        min-width: 2%
    }

    .new-panel .new-panel__table tbody tr td:nth-child(2),.new-panel .new-panel__table thead tr th:nth-child(2) {
        min-width: 70px
    }

    .new-panel .new-panel__table tbody tr td:nth-child(3),.new-panel .new-panel__table thead tr th:nth-child(3) {
        min-width: 90px
    }

    .new-panel .new-panel__table tbody tr td:nth-child(4),.new-panel .new-panel__table tbody tr td:nth-child(5),.new-panel .new-panel__table tbody tr td:nth-child(6),.new-panel .new-panel__table thead tr th:nth-child(4),.new-panel .new-panel__table thead tr th:nth-child(5),.new-panel .new-panel__table thead tr th:nth-child(6) {
        min-width: 200px
    }

    .new-panel .new-panel__table tbody tr td:nth-child(7),.new-panel .new-panel__table thead tr th:nth-child(7) {
        min-width: 120px
    }

    .new-panel .new-panel__table tbody tr td:nth-child(8),.new-panel .new-panel__table thead tr th:nth-child(8) {
        min-width: 210px
    }

    .new-panel .new-panel__table tbody tr td:nth-child(9),.new-panel .new-panel__table thead tr th:nth-child(9) {
        min-width: 120px
    }

    .new-panel .new-panel__table tbody tr td:nth-child(10),.new-panel .new-panel__table tbody tr td:nth-child(11),.new-panel .new-panel__table thead tr th:nth-child(10),.new-panel .new-panel__table thead tr th:nth-child(11) {
        min-width: 130px
    }

    .new-panel .new-panel__table tbody tr td:nth-child(12),.new-panel .new-panel__table thead tr th:nth-child(12) {
        min-width: 70px
    }

    .new-panel .new-panel__contactstable2 {
        overflow: auto;
        width: 97vw;
        padding: 0;
        margin-bottom: -25px
    }

    .new-panel .new-panel__contactstable,.new-panel .new-panel__contactstable button {
        font-size: 12px
    }

    .new-panel .new-panel__contactstable thead tr th {
        width: 9%
    }

    .new-panel .new-panel__contactstable tbody tr td:first-child,.new-panel .new-panel__contactstable thead tr th:first-child {
        min-width: 2%
    }

    .new-panel .new-panel__contactstable tbody tr td:nth-child(2),.new-panel .new-panel__contactstable thead tr th:nth-child(2) {
        min-width: 65px
    }

    .new-panel .new-panel__contactstable tbody tr td:nth-child(3),.new-panel .new-panel__contactstable tbody tr td:nth-child(4),.new-panel .new-panel__contactstable thead tr th:nth-child(3),.new-panel .new-panel__contactstable thead tr th:nth-child(4) {
        min-width: 200px
    }

    .new-panel .new-panel__contactstable tbody tr td:nth-child(5),.new-panel .new-panel__contactstable thead tr th:nth-child(5) {
        min-width: 130px
    }

    .new-panel .new-panel__contactstable tbody tr td:nth-child(6),.new-panel .new-panel__contactstable thead tr th:nth-child(6) {
        min-width: 200px
    }

    .new-panel .new-panel__contactstable tbody tr td:nth-child(7),.new-panel .new-panel__contactstable tbody tr td:nth-child(8),.new-panel .new-panel__contactstable tbody tr td:nth-child(9),.new-panel .new-panel__contactstable tbody tr td:nth-child(10),.new-panel .new-panel__contactstable tbody tr td:nth-child(11),.new-panel .new-panel__contactstable tbody tr td:nth-child(12),.new-panel .new-panel__contactstable thead tr th:nth-child(7),.new-panel .new-panel__contactstable thead tr th:nth-child(8),.new-panel .new-panel__contactstable thead tr th:nth-child(9),.new-panel .new-panel__contactstable thead tr th:nth-child(10),.new-panel .new-panel__contactstable thead tr th:nth-child(11),.new-panel .new-panel__contactstable thead tr th:nth-child(12) {
        min-width: 100px
    }
}

.modal.loader {
    opacity: .8;
    pointer-events: none
}

.cerrado_p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width: 999px) {
    .cerrado_p {
        margin-top:0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0
    }
}

.cerrado_div {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    margin: 120px 0 0
}

@media (max-width: 999px) {
    .cerrado_div {
        margin:35px 0 0;
        padding-bottom: 80px
    }
}

.cerrado_div-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 60px;
    min-width: 350px;
    overflow: hidden;
    max-width: auto;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 999px) {
    .cerrado_div-2 {
        margin-top:0;
        min-width: 250px;
        margin-left: auto;
        margin-right: auto
    }
}

.cerrado_image {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.cerrado_image-sizer {
    width: 100%;
    padding-top: 210px;
    pointer-events: none;
    font-size: 0
}

@media (max-width: 999px) {
    .cerrado_image-sizer {
        width:100%;
        padding-top: 180px;
        pointer-events: none;
        font-size: 0
    }
}

.cerrado_div-3 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 40px;
    height: auto;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (max-width: 999px) {
    .cerrado_div-3 {
        margin-left:auto;
        margin-right: auto;
        width: 100%
    }
}

.cerrado_div-4 {
    display: flex;
    flex-direction: column;
    background-color: #0a439b;
    width: 100%;
    line-height: normal;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;
    font-family: "POPPINS SEMI BOLD",sans-serif;
    font-size: 30px;
    color: #fff;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: -1px;
    padding-top: 0;
    font-weight: 900
}

@media (max-width: 999px) {
    .cerrado_div-4 {
        width:100%;
        font-size: 26px;
        letter-spacing: -1.5px;
        padding: 5px 0;
        margin: 0 auto;
        max-width: auto;
        text-align: center;
        line-height: 30px
    }
}

.cerrado_div-5 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 20px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 999px) {
    .cerrado_div-5 {
        display:flex;
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 15px;
        width: 100%
    }
}

.cerrado_div-6 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: auto;
    min-height: auto;
    min-width: 40px;
    overflow: hidden;
    padding-right: 0;
    margin: auto;
    padding-top: 0;
    max-width: auto
}

@media (max-width: 999px) {
    .cerrado_div-6 {
        min-height:auto;
        max-width: 20px;
        margin-left: auto;
        margin-right: auto;
        min-width: 36px
    }
}

.cerrado_image-sizer-2 {
    width: 100%;
    padding-top: 69.8%;
    pointer-events: none;
    font-size: 0
}

.cerrado_div-7 {
    display: flex;
    flex-direction: column;
    line-height: 30px;
    height: auto;
    text-align: center;
    position: relative;
    font-family: "POPPINS SEMI BOLD",sans-serif;
    font-size: 22px;
    color: #0a439b;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    padding-top: 0;
    margin: 20px auto auto;
    max-width: 1080px;
    font-weight: 100
}

@media (max-width: 999px) {
    .cerrado_div-7 {
        padding-left:0;
        font-size: 20px;
        padding-bottom: 0;
        line-height: 22px;
        text-align: center;
        margin: 10px auto 0;
        letter-spacing: -1.5px;
        width: 100%;
        font-weight: 600;
        max-width: 300px
    }
}

.cerrado_div-8 {
    display: flex;
    flex-direction: column;
    line-height: 30px;
    height: auto;
    text-align: center;
    position: relative;
    font-family: "POPPINS SEMI BOLD",sans-serif;
    font-size: 22px;
    color: #161616;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    padding-top: 0;
    margin: -5px auto auto;
    max-width: 1080px;
    font-weight: 100
}

@media (max-width: 999px) {
    .cerrado_div-8 {
        padding-left:0;
        font-size: 17px;
        padding-bottom: 0;
        line-height: 22px;
        text-align: center;
        margin: 20px auto 0;
        letter-spacing: -1.5px;
        width: 100%;
        font-weight: 600;
        max-width: 390px
    }
}

.cerrado_div-9 {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
    flex-direction: row
}

@media (max-width: 999px) {
    .cerrado_div-9 {
        padding-top:25px;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.cerrado_a {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    text-align: center;
    line-height: normal;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    overflow: hidden;
    margin-right: 15px;
    margin-left: -1px;
    padding: 18px;
    cursor: pointer;
    pointer-events: auto
}

@media (max-width: 999px) {
    .cerrado_a {
        padding:17px;
        min-height: 15px;
        min-width: 15px
    }
}

.cerrado_image-sizer-3 {
    width: 100%;
    padding-top: 0;
    pointer-events: none;
    font-size: 0
}

.cerrado_a-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    text-align: center;
    line-height: normal;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    overflow: hidden;
    padding: 18px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 15px
}

@media (max-width: 999px) {
    .cerrado_a-2 {
        padding:17px;
        min-height: 15px;
        min-width: 15px
    }
}

.cerrado_image-sizer-4 {
    width: 100%;
    padding-top: 11.73%;
    pointer-events: none;
    font-size: 0
}

.cerrado_a-5 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    text-align: center;
    line-height: normal;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    overflow: hidden;
    padding: 18px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 30px
}

@media (max-width: 999px) {
    .cerrado_a-5 {
        padding:17px;
        min-height: 15px;
        min-width: 15px
    }
}

.cerrado_image-sizer-5 {
    width: 100%;
    padding-top: 11.73%;
    pointer-events: none;
    font-size: 0
}

.e404_p {
    line-height: 1;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

@media (max-width: 999px) {
    .e404_p {
        line-height:1;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.e404_p2 {
    line-height: 1.5;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

@media (max-width: 999px) {
    .e404_p2 {
        line-height:1.5;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.e404_div {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin-top: 120px
}

@media (max-width: 999px) {
    .e404_div {
        padding-bottom:80px;
        margin: 35px 0 0
    }
}

.e404_div-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 40px;
    min-width: 350px;
    overflow: hidden;
    max-width: auto;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 999px) {
    .e404_div-2 {
        margin-top:0;
        padding-top: 0;
        min-width: 250px
    }
}

.e404_image {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.e404_image-sizer {
    width: 100%;
    padding-top: 200px;
    pointer-events: none;
    font-size: 0
}

@media (max-width: 999px) {
    .e404_image-sizer {
        width:100%;
        padding-top: 180px;
        pointer-events: none;
        font-size: 0
    }
}

.e404_div-3 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 30px;
    padding-bottom: 100px;
    height: auto;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (max-width: 999px) {
    .e404_div-3 {
        margin-left:auto;
        margin-right: auto;
        width: 100%;
        padding-bottom: 50px
    }
}

.e404_div-4 {
    display: flex;
    flex-direction: column;
    width: 100%;
    line-height: 0;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;
    font-family: "POPPINS SEMI BOLD",serif;
    font-size: 26px;
    color: #fff;
    padding-left: 0;
    padding-bottom: 5px;
    letter-spacing: -1px;
    padding-top: 5px;
    font-weight: 600
}

@media (max-width: 999px) {
    .e404_div-4 {
        width:100%;
        font-size: 20px;
        letter-spacing: -1.5px;
        padding: 5px 0;
        margin: 0 auto;
        max-width: auto;
        text-align: center;
        line-height: 30px
    }
}

.e404_div-5 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 0;
    line-height: 1.5;
    height: auto;
    text-align: center;
    margin: 20px auto auto;
    font-family: "POPPINS SEMI BOLD",serif;
    font-size: 18px;
    max-width: 400px;
    color: #161616;
    padding-left: 0;
    letter-spacing: 0;
    padding-top: 0;
    font-weight: 200
}

@media (max-width: 999px) {
    .e404_div-5 {
        display:flex;
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 0;
        width: 100%;
        padding-left: 0;
        font-size: 17px;
        line-height: 20px;
        text-align: center;
        margin: 15px auto 0;
        max-width: 320px;
        letter-spacing: -1px
    }
}

.privacidad_div {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    margin: 120px 0 0
}

@media (max-width: 999px) {
    .privacidad_div {
        padding-bottom:1px;
        margin: 35px 0 0
    }
}

.privacidad_div-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 50px;
    min-width: 350px;
    overflow: hidden;
    max-width: auto;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 999px) {
    .privacidad_div-2 {
        padding-top:0;
        min-width: 250px;
        margin-left: auto;
        margin-right: auto
    }
}

.privacidad_div-3 {
    display: flex;
    flex-direction: column;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 auto -1px;
    font-family: "POPPINS SEMI BOLD",serif;
    font-size: 35px;
    color: #50af35;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: -1px;
    padding-top: 0;
    border-style: none;
    border-color: #50af35
}

@media (max-width: 640px) {
    .privacidad_div-3 {
        padding-top:0;
        padding-left: 0;
        font-size: 25px;
        margin: 0 0 auto;
        padding-bottom: 0;
        letter-spacing: -1px
    }
}

.privacidad_div-4 {
    display: flex;
    flex-direction: column;
    line-height: 27px;
    height: auto;
    width: 60%;
    text-align: left;
    position: relative;
    font-family: "POPPINS SEMI BOLD",serif;
    font-size: 18px;
    color: #000;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    padding-top: 0;
    margin: 0 auto;
    font-weight: 100
}

@media (max-width: 640px) {
    .privacidad_div-4 {
        padding-left:0;
        font-size: 15px;
        padding-bottom: 0;
        line-height: 22px;
        text-align: left;
        margin: 0 auto;
        letter-spacing: -.5px;
        width: 90%
    }
}

.list__tickets {
    max-height: 25%; /* Establece la altura máxima deseada */
    overflow-y: auto; /* Habilita el desplazamiento vertical */
    overflow-x: hidden; /* Opcional: oculta el desplazamiento horizontal si no es necesario */
}

.list__tickets.fixed .list__tickets-button{
    margin-top: 5.5%;
}

@keyframes deslizar {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

