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
}


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
}

/* ================================
   ANIMACIÓN PARPADEO TEXTO PROMOCIONAL
   Usado para avisos importantes en sorteos
   Color: #dc3522
   Tamaño: 1.4em
   Animación: parpadeo infinito cada 0.8s
   Clase a usar: .parpadeo
================================ */

@keyframes parpadeo {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.parpadeo {
  color: #dc3522;
  font-size: 1.4em;
  font-weight: bold;
  animation: parpadeo 0.8s infinite;
}

/* ======= FIN PARPADEO TEXTO PROMOCIONAL ======= */


@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: 12px
    }
}

.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
}
/* BOTON DE WHATS PAGOS */
.boton-whatsapp {
    display: inline-flex;
    align-items: center;
    background-color: #dc3522;
    color: white;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    gap: 6px;
    transition: background-color 0.3s ease;
    width: fit-content;
    margin: 0 auto; /* centra horizontalmente */
    z-index:10;
}

.boton-whatsapp:hover {
    background-color: #ED0707;
}

.boton-whatsapp svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.boton-whatsapp-container {
    display: flex;
    justify-content: center;
    margin-top: 15px; /* ajusta según lo cerca/lejos que lo quieras */
}

/* BOTON DE WHATS PAGOS */

.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: left !important
}

.list-new .list__search {
    margin: 20px 0;
    border: 2px solid #093c8a;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 300px;
    height: 40px;
    font-size: 18px;
    color: #212121;
    padding: 1px;
    text-align: center
}

.important-border-radius {
    border-radius: 3px !important;
}

.list-new .list__button {
    background-color: #fff;
    border: 1px solid #dc3522;
    color: #000;
    padding: 1px;
    font-weight: 700;
    margin: 1px;
    width: 52px;
    height: 35px;
    border-radius: 45%;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "ARIAL", serif
}

.list-new .list__button.reserved {
    background-color: #000;
    border-color: #dc3522;
    color: #000;
}

.list-new .list__button.apartado {
    background-color: #FFA500;
    border-color: #dc3522;
    color: #FFA500;
}

.list-new .list__buttons {
    width: 100%;
    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: 100px;
    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: #ED0707;
    border: 2px solid #093c8a;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    padding: 8px 70px;
    margin-bottom: 10px;
    color: #fff;
    align-content: center
}

.list-new .list__tickets .list__tickets-reserved-container {
    width: 90%;
    margin: auto;
    max-height: 75px;
    /* Altura máxima para mostrar antes de que aparezca el scroll */
    overflow: auto;
    /* Agrega el scroll cuando el contenido excede la altura máxima */

}

.custom-image-size {
    width: 260% !important;
    max-width: 400px !important;
    margin-left: -43px;
}

.custom-image-size-2 {
    width: 280% !important;
    max-width: 400px !important;
}

.header_image {
    object-fit: contain; /* Ajusta este valor según sea necesario */
    width: 100%;
    height: auto;
}

.custom-container {
    display: block;
    width: auto; /* Asegura que el contenedor pueda expandirse */
}
.opp-additional {

    max-height: 70px;
    /* Altura mxima para mostrar antes de que aparezca el scroll */
    overflow: auto;
    /* Agrega el scroll cuando el contenido excede la altura máxima */
}

.ticket-modal-text {
    max-height: 70px;
    /* Altura mxima para mostrar antes de que aparezca el scroll */
    overflow: auto;
    /* Agrega el scroll cuando el contenido excede la altura mxima */
}

.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: 25px 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*/
}

.overlay .overlay__jackpot-button-lo-quiero {
    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-re-load {
    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=text],
.overlay select {
    display: block;
    padding: 5px 15px;
    color: #212121;
    font-weight: 500;
    border: 2px solid #dc3522;
    border-radius: 2px;
    margin: 5px 0;
    width: 70%;
    font-size: 16px;
    box-sizing: border-box;
    min-height: 40px;
    font-family: "POPPINS SEMI BOLD", serif
}

.overlay input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield
}

.overlay input[type=number].error,
.overlay input[type=text].error,
.overlay select.error {
    border-color: red
}

input[type=number]:focus,
input[type=number]:focus-visible,
input[type=text]:focus,
input[type=text]:focus-visible,
select:focus,
select:focus-visible {
    outline: none
}

button:disabled {
    cursor: not-allowed;
    opacity: .3
}

.overlay__close {
    position: absolute;
    background-color: #ED0707;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 28px
}

.overlay,
.overlay__close {
    top: 0;
    right: 0;
    border: none;
    align-items: center;
    justify-content: center
}

.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: #dc3522
}

.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 button {
    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
    }

    .overlay input[type=number],
    .overlay input[type=text],
    .overlay select {
        display: block;
        padding: 5px 15px;
        color: #212121;
        font-weight: 500;
        border: 2px solid #dc3522;
        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: #dc3522
    }

    .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
    }

    .overlay__close {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        color: #fff;
        width: 45px;
        height: 40px;
        margin: 0;
        font-size: 28px;
        padding: 0 13px;
        text-align: left
    }

    .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 {
    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_p {
    line-height: 40px;
    margin-top: 10px;
    padding-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0
}

@media (max-width:950px) {
    .lista_p {
        line-height: 25px;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.lista_p2 {
    line-height: 0.8em;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: -20px;
    padding-bottom: 0
}

@media (max-width:950px) {
    .lista_p2 {
        line-height: 1em;
        margin-top: -30px;
        padding-top: 10px;
        margin-bottom: -35px;
        padding-bottom: 10px
    }
}

.lista_div {
    position: relative;
    background-color: #212121;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    width: 100%;
    z-index: 1;
    margin: 120px auto 1px;
    padding-top: 0;
    z-index: -10
}

@media (max-width:950px) {
    .lista_div {
        padding-bottom: 5px;
        margin: 35px 0 0;
        padding-top: 0
    }
}

.lista_div-2 {
    display: flex;
    flex-direction: column;
    line-height: 1;
    height: auto;
    text-align: center;
    position: relative;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 52px;
    color: #fff;
    padding-left: 0;
    padding-bottom: 30px;
    letter-spacing: -1.5px;
    padding-top: 0;
    margin: -20px auto -150px;
    font-weight: 900;
    white-space: pre-line;
    z-index: -10
}

@media (max-width:950px) {
    .lista_div-2 {
        padding-left: 0;
        font-size: 35px;
        margin-bottom: -60px;
        padding-bottom: 0;
        margin-top: -10px;
        letter-spacing: -2.5px;
        line-height: 1;
        padding-top: 0px;
        font-family: "POPPINS SEMI BOLD", sans-serif
    }
}

.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: -80px 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-4 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: -30px;
    height: auto;
    padding-bottom: 0;
    margin-left: -1px;
    padding-left: 0;
    font-weight: 600
}

@media (max-width:950px) {
    .lista_div-4 {
        margin-left: 0;
        margin-top: 0
    }
}

.lista_div-5 {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:950px) {
    .lista_div-5 {
        margin: -20px auto -25px;
        padding-top: 0;
        width: 100%
    }
}

.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:950px) {
    .lista_div-6 {
        min-height: 25px;
        padding-right: 34px;
        margin-top: auto;
        margin-bottom: auto;
        min-width: 25px;
        padding-left: 0;
        margin-right: -2px
    }
}

.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:950px) {
    .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: 440px;
    width: 600px;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0
}

@media (max-width:950px) {
    .lista_div-9 {
        height: 250px;
        flex-grow: 0;
        width: auto;
        margin: 5px 10px 20px
    }

    .lista_image-2 {
        object-fit: fill;
        object-position: center !important;
        position: relative;
        height:250px!important;
        width: 100%!important;
        top: 0;
        left: 0
    }
}


/* Vista para pantallas pequeas (teléfonos) */
@media (max-width: 600px) {
    .lista_div-9 {
        height: 250px;
        flex-grow: 0;
        width: auto;
        margin: 5px 10px 20px
    }

    .lista_image-2 {
        object-fit: fill;
        object-position: center !important;
        position: relative;
        height:250px!important;
        width: 100%!important;
        top: 0;
        left: 0
    }
}


.lista_image-2 {
    object-fit: fill;
    object-position: center;
    position: relative;
    height: 440px;
    width: 600px;
    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: 20px;
        padding: 5px 0;
        line-height: 6px;
        letter-spacing: -1px;
        font-family: "POPPINS SEMI BOLD", sans-serif;
        white-space: pre-line
    }
}

.lista_div-11 {
    display: flex;
    flex-direction: column;
    line-height: 12px;
    height: auto;
    text-align: center;
    position: relative;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 30px;
    color: #000;
    letter-spacing: -.5px;
    margin: 15px auto;
    padding: 5px 140px 0;
    z-index: 1
}

@media (max-width:950px) {
    .lista_div-11 {
        font-size: 20px;
        line-height: 6px;
        text-align: center;
        margin: 30px auto 20px;
        padding: 0;
        letter-spacing: -1px;
        font-family: "POPPINS SEMI BOLD", sans-serif
    }
}

.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:950px) {
    .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
    }
}

/* @media (max-width:950px) {
    .header_box {
        display: none
    }
} */

@media (max-width:950px) {
    .header_box {
      
        top:35px  !important;
    }
}

.header_box {
    position: fixed;
    background-color: #fff;
    flex-direction: column;
    left: 0;
    right: 0;
    z-index: 100;
    top:120px;
    
}

.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: 65px;
        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: 140px;
    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;
    top: 8px;
    left: 50%;
    margin-left: -129.5px;
    width: 200px;
    height: 100px;
    min-height: 20px;
    min-width: 20px;
    cursor: pointer;
    pointer-events: auto
}

@media (max-width:950px) {
    .header_a {
        width: auto;
        height: auto;
        margin-left: auto;
        min-height: 30px;
        min-width: 33px;
        margin-top: -11px;
        left: 42%;
        top: 5px;
        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;
    cursor: pointer;
    pointer-events: auto
}

@media (max-width:950px) {
    .header_a-2 {
        min-height: 19px;
        min-width: 30px;
        margin-right: auto;
        right: 43%;
        margin-top: 0;
        display: flex
    }
}

.header_wrap-updated {
    position: fixed;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    padding-left: 0;
    flex-wrap: wrap;
    top: 40px;
    left: 14em;
}

@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 2em 0 1em;
}

@media (max-width:950px) {
    .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 40px;
    letter-spacing: 0;
    border: 1px solid transparent;
    border-right-color: #fff;
    padding: 0 40px 0 0;
    display: flex;
    cursor: pointer;
    pointer-events: auto
}

@media (max-width:950px) {
    .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: 40px;
    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: 40px;
    display: flex;
    cursor: pointer;
    pointer-events: auto
}

@media (max-width:950px) {
    .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 40px;
    padding-right: 40px;
    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_image,
.header_imagelepew {
    object-fit: contain;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    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
}

.header_verif {
    display: flex;
    width: 30px;
    height: 30px;
    margin-left: 180px;
    margin-top: 5px;
    left: auto;
    right: auto;
    z-index: 9999;

}

.container-verify {
    position: absolute;
    top: -120px;
    width: 36px;
    /* Ajusta el tamao 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 segn tus necesidades */
    opacity: 0;
    border-radius: 50%;
    animation: destello 2s ease-in-out;

}

@keyframes destello {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}





@media (max-width:991px) {
    .header_bitmap {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:950px) {
    .header_bitmap {
        display: none
    }
}

.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
}

.container-verify-2 {
    display: none;
}



@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
    }

    .container-verify-2 {
        display: flex;
        position: absolute;
        top: -20px;
        left: 55%;
        width: 24px;
        /* Ajusta el tamaño segn tus necesidades */
        height: 24px;
        /* Ajusta el tamao segn 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;

    }
}

.container-verify:hover,
.container-verify-2:hover {

    cursor: help;
}

.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;
        box-shadow: 1px 1px 5px -3px #4a4a4a;
        display: none
    }
}

.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: 1
}

@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
}

.banner-container {
    background-color: #ffffff;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 4px solid #6992f6;
    border-bottom: 4px solid #6992f6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: fixed; /* Mantiene el banner fijo en la pantalla */
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.banner-icon {
    position: absolute; /* Posiciona el icono de manera absoluta */
    left: 15px; /* Ajusta según lo necesario */
    display: flex;
    align-items: center;
    justify-content: center;
   
 
}

 .banner-icon img {
   
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.banner-text {
    color: #6992f6;
    text-align: center; /* Centrado del texto */
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    animation: textFadeIn 1.5s ease-out;
    margin: 0 auto; /* Asegura que el texto esté centrado horizontalmente */
}

.banner-text .title {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    line-height: 1;
}

.banner-text .subtitle {
    font-weight: 500;
    font-size: 10px;
    margin: 0;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: underline;
    line-height: 0.5;
}



@media (max-width: 600px) {
    .footer_div {
        padding-bottom: 30px;
    }

    .banner-container {
        padding: 10px;
    }

    .banner-icon {
        left: 0px; /* Ajuste para móviles */
       
    }

    .banner-text {
        font-size: 14px;
        line-height: 1;
    }

    .banner-text .title {
        font-size: 18px;
        line-height: 1;
        letter-spacing: -0.7px;
    }

    .banner-text .subtitle {
        font-size: 10px;
        line-height: 0.2;
        letter-spacing: -0.5px;
        margin-bottom: 7px;
    }
}

.footer_div-4 {
    
    flex-direction: column;
    max-width: 100%;
    border-color: #212121;
    border-top: 3px #212121;
    border-style: solid;
    line-height: 6px;
    /* height: auto; */
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "POPPINS SEMI BOLD", sans-serif;
   
    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-4 {
        border-color: #212121;
        font-size: 1em;
        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: 20px;
    height: auto;
    text-align: center;
    margin-top: 0;
    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: 15px;
        margin: 5px 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;
    overflow: hidden;
    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: 0;
    margin-bottom: -5px
}

@media (max-width:950px) {
    .boleto_p {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.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: 55px;
    color: #fff;
    padding-left: 0;
    padding-bottom: 0px;
    letter-spacing: -1.5px
}

@media (max-width:950px) {
    .boleto_div-4 {
        width: 100%;
        font-size: 30px;
        letter-spacing: -1px;
        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: #dc3522;
    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: 11px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:950px) {
    .boleto_div-6 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 0;
        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: 0;
        line-height: 20px;
        text-align: center;
        margin: -5px auto 0;
        letter-spacing: 0;
        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: -25px;
    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: #dc3522
}

a.inicio_container:active {
    background-color: #000;
    border-color: #fff
}

.inicio_p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 17px;
    margin-bottom: 20px;
    text-decoration: none
}

@media (max-width:950px) {
    .inicio_p {
        margin-left: auto;
        margin-right: auto;
         margin-top: 20px;
    margin-bottom: 17px
    }
}

.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;
        margin-top: -25px;
        padding-bottom: 0px;
    }
}

.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;
    margin: 25px auto 0;
    width: 100%
}

@media (max-width:950px) {
    .inicio_div-2 {
        padding-top: 0;
        margin-top: 0;
        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: 560px;
    pointer-events: none;
    font-size: 0;
    z-index: 0
}

@media (max-width:950px) {
    .inicio_image-sizer {
        width: 100%;
        padding-top: 0;
        pointer-events: none;
        font-size: 0
    }
}

.inicio_image-contents {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%
}

.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: #ed0707;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1215686274509804);
    border-radius: 15px;
    position: relative;
    padding: 0 46px;
    margin: 50px auto 0;
    border: 2px solid #fff;
    display: flex;
    cursor: pointer;
    pointer-events: auto;
    height: auto;
    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: 100px auto -1px
    }
}

.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: #dc3522;
    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:first-child {  
        margin-top: 35px !important; 
        padding-top: 20px !important;   
    } 
}  */

@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; 
        padding-top: 40px !important; 
    }  
   
} 

.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: #dc3522
}

@media (max-width:950px) {
    .inicio_div-7 {
        font-size: 18px;
        padding-bottom: 0;
        margin: 22px auto 0;
        line-height: 1.4;
        width: 100%
    }
}

.inicio_div-8 {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: 40px;
    height: auto;
    text-align: left;
    font-family: "POPPINS LIGHT", sans-serif;
    font-size: 1em;
    letter-spacing: -.1px;
    line-height: 1.7;
    padding-left: 0;
    padding-right: 0;
    margin: -28px auto -25px;
    pointer-events: auto;
    max-width: 860px
}

@media (max-width:950px) {
    .inicio_div-8 {
        padding-bottom: 0;
        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: #dc3522;
    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: #dc3522;
    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 #dc3522;
    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: #dc3522;
    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;
    min-height: 400px;
    overflow: visible;
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 60px;
    background-color: rgba(0, 0, 0, .65);
    width: 100%
}

@media (max-width:950px) {
    .inicio_div-18 {
        margin-left: auto;
        margin-right: auto;
        min-height: 235px;
        padding-bottom: 0;
        width: 100%
    }
}

.inicio_image-sizer-4 {
    width: 100%;
    padding-top: 0;
    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: 280px;
        opacity: 1;
        font-size: 16px;
        padding: 0;
        margin: 0 0 -1px;
        line-height: 1.5
    }
}

.inicio_div-20 {
    position: relative;
    background-color: #dc3522;
    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: 0;
        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;
    background-color: #fff
}

@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;
    margin: 0 auto;
    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")
}

.pagos_p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:950px) {
    .pagos_p {
        margin-top: 10px;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 10px
    }
}

.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: 65%;
    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: #212121;
    width: 100%;
    line-height: normal;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;
    font-family: "POPPINS SEMI BOLD", sans-serif;
    font-size: 55px;
    color: #fff;
    padding-left: 0;
    padding-bottom: 0px;
    letter-spacing: -1px;
    padding-top: 0;
    font-weight: 900
}

@media (max-width:950px) {
    .pagos_div-4 {
        width: 100%;
        font-size: 30px;
        letter-spacing: -1px;
        padding: 35px 0 6px;
        margin: -10px auto;
        max-width: auto;
        text-align: center;
        line-height: 30px;
        font-family: "POPPINS SEMI BOLD", sans-serif;
        padding-top: 10px
    }
}

.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;

}

@media (max-width:950px) {
    .pagos_div-9 {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        max-height: 2500px;
        min-width: 290px;
        margin-top: 10px
    }
}

.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;
}

#tooltip {
    position: absolute;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

#tooltip p {
    margin: 0;
}