﻿@font-face {
    font-family: "Lato";
    src: url("../../../assets/fonts/Lato-Regular.ttf") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: url("../../../assets/fonts/Lato-Bold.ttf") format("ttf");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: url("../../../assets/fonts/Lato-Italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

*,
*::after,
*::before {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

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

body {
    margin: 0;
    overscroll-behavior-y: contain
}

main {
    display: block
}

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

pre {
    font-family: monospace, monospace
}

a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none
}

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

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace
}

small {
    font-size: clamp(.875em, 1vw, 1em)
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.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;
    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;
    appearance: textfield;
    outline-offset: -2px
}

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    font-family: "Lato", sans-serif;
    font-size: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative
}

.__section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 1.5625rem;
    padding: 0 4.375rem 4.375rem 4.375rem;
    box-sizing: border-box;
    overflow: hidden;
    gap: 34px
}

@media(max-width: 990px) {
    .__section {
        padding: 0 .9375rem .9375rem .9375rem
    }
}

h2 {
    color: #00416b
}

.main-container {
    max-width: calc(100% - 140px);
    margin: auto
}

@media(max-width: 768px) {
    .main-container {
        width: 100% !important;
        max-width: calc(100% - 30px)
    }
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    font-size: 10px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("../../../assets/icons/icons-img/ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg")
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: rgba(0, 0, 0, 0);
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

@media(max-width: 1025px) {
    .desktop-travelpass {
        display: none
    }
}

.btn-travelpass-active {
    display: block
}

@media(max-width: 1025px) {
    .btn-travelpass-active {
        display: none
    }
}

.btn-travelpass {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: auto;
    height: 2.1rem !important;
    min-height: 2.1rem !important;
    max-height: 2.1rem !important;
    box-sizing: border-box !important;
    flex-shrink: 0;
    border-radius: .625rem;
    border: .125rem solid #00416b;
    padding: .25rem .5rem;
    cursor: pointer;
    transition: transform .3s ease-in-out;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2);
    color: #00416b !important;
    line-height: 1 !important;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff
}

.btn-travelpass .nombre-monedero,
.btn-travelpass .icono-travel {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    height: 100% !important;
    max-height: 100% !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: inherit !important;
    color: inherit !important;
    text-decoration: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.btn-travelpass .user-name-text {
    display: inline-block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 140px !important;
    vertical-align: middle !important
}

.btn-travelpass a img,
.btn-travelpass img {
    width: auto;
    height: 1.2rem !important;
    max-height: 100% !important;
    object-fit: contain;
    vertical-align: middle
}

.btn-travelpass:hover {
    transform: scale(1.05)
}

.btn-travelpass__submenu,
#login-icon-mobile {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 10rem !important;
    max-width: 90% !important;
    height: 2.8rem !important;
    min-height: 2.8rem !important;
    max-height: 2.8rem !important;
    margin: 10px auto !important;
    padding: .5rem 1.4rem !important;
    border-radius: .75rem !important;
    font-size: .95rem !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
    color: #00416b !important;
    border: 2px solid #00416b !important;
    box-shadow: 0 4px 12px rgba(0, 65, 107, .15) !important;
    cursor: pointer !important;
    transition: all .2s ease-in-out !important;
    text-decoration: none !important
}

.btn-travelpass__submenu:hover,
.btn-travelpass__submenu:active,
#login-icon-mobile:hover,
#login-icon-mobile:active {
    background-color: #f0f7ff !important;
    border-color: #0057d6 !important;
    color: #0057d6 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(0, 87, 214, .2) !important
}

.btn-travelpass__submenu .nombre-monedero,
.btn-travelpass__submenu .icono-travel,
#login-icon-mobile .nombre-monedero,
#login-icon-mobile .icono-travel {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    height: 100% !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: inherit !important;
    color: inherit !important;
    text-decoration: none !important;
    font-weight: 600 !important
}

.btn-travelpass__submenu .user-name-text,
#login-icon-mobile .user-name-text {
    display: inline-block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 140px !important;
    vertical-align: middle !important;
    font-weight: 700 !important
}

.btn-travelpass__submenu img,
#login-icon-mobile img {
    width: auto !important;
    height: 1.8rem !important;
    max-height: 85% !important;
    object-fit: contain
}

.ModalTravelPs {
    display: none;
    position: fixed !important;
    z-index: 100000 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    background-color: rgba(0, 0, 0, .65) !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 1rem !important;
    box-sizing: border-box !important;
    text-align: left !important;
    direction: ltr !important
}

.ModalTravelPs[style*="display: flex"],
.ModalTravelPs.is-open {
    display: flex !important
}

.ModalTravelPs .modal-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: 550px !important;
    width: 100% !important;
    height: auto !important;
    max-height: 90dvh !important;
    margin: auto !important;
    padding: 0 !important;
    position: relative !important;
    box-sizing: border-box !important;
    background: rgba(0, 0, 0, 0) !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important
}

@media screen and (max-width: 990px) {
    .ModalTravelPs .modal-content {
        width: 92% !important;
        max-width: 480px !important;
        max-height: 85dvh !important;
        margin: auto !important;
        padding: 0 !important
    }
}

.ModalTravelPs .card-modal {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #fff !important;
    width: 100% !important;
    height: auto !important;
    max-height: 85dvh !important;
    padding: 2.5rem 1.8rem !important;
    border-radius: 1.8rem !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25) !important;
    gap: .5rem !important;
    position: relative !important;
    box-sizing: border-box !important;
    overflow-y: auto !important;
    border: none !important;
    text-align: left !important
}

@media screen and (max-width: 768px) {
    .ModalTravelPs .card-modal {
        padding: 2rem 1.2rem !important;
        border-radius: 1.25rem !important
    }
}

.ModalTravelPs .card-modal .complete-name {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 10px !important;
    margin: auto !important
}

@media screen and (max-width: 480px) {
    .ModalTravelPs .card-modal .complete-name {
        width: 100% !important
    }
}

.ModalTravelPs .card-modal .complete-name p {
    color: #33566d !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding-left: 4px !important;
    margin: 0 !important
}

.ModalTravelPs .card-modal .balance {
    color: #0057d6 !important;
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    padding: 10px !important;
    margin: 0 !important
}

.ModalTravelPs .card-modal #user-balance {
    color: #0d3a51 !important;
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    padding: 10px !important;
    margin: 0 !important
}

.ModalTravelPs .card-modal .close {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    padding: .2rem .6rem !important;
    font-size: 22px !important;
    border: none !important;
    border-radius: 10px !important;
    color: #fff !important;
    background-color: #003b60 !important;
    cursor: pointer !important;
    line-height: 1 !important;
    z-index: 10 !important
}

.ModalTravelPs .modal-header {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-bottom: none !important;
    padding: 0 !important;
    margin-bottom: .5rem !important;
    background: rgba(0, 0, 0, 0) !important;
    width: 100% !important
}

.ModalTravelPs .modal-logo {
    width: auto !important;
    height: 45px !important;
    aspect-ratio: auto !important;
    border: none !important
}

.ModalTravelPs .titulo-2 {
    color: #0057d6 !important;
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 0 0 4px 0 !important
}

.ModalTravelPs .subtitle {
    color: #0057d6 !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0 0 12px 0 !important
}

.ModalTravelPs .__login-form {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: auto !important;
    gap: .5rem !important;
    margin: 0 !important;
    padding: 0 !important
}

.ModalTravelPs fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    box-sizing: border-box !important
}

.ModalTravelPs label {
    color: #003b60 !important;
    text-align: left !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 6px 0 2px 0 !important;
    padding: 0 !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    line-height: 1.4 !important;
    border: none !important;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    user-select: auto !important;
    white-space: nowrap !important;
    cursor: default !important
}

.ModalTravelPs input {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: .4rem 1rem !important;
    font-size: 1rem !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
    color: #1e293b !important;
    outline: none !important;
    text-align: left !important;
    box-shadow: none !important;
    margin: 0 !important;
    line-height: 1.2 !important
}

.ModalTravelPs input:focus {
    border-color: #0057d6 !important;
    box-shadow: 0 0 0 3px rgba(0, 87, 214, .2) !important
}

.ModalTravelPs .__submit-button,
.ModalTravelPs .btn-cuenta {
    width: 220px !important;
    height: 42px !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    background: #009159 !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .2) !important;
    transition: ease .3s !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    font-size: 1rem !important
}

.ModalTravelPs .__submit-button:hover,
.ModalTravelPs .btn-cuenta:hover {
    transform: scale(1.04) !important;
    background: #007a4b !important
}

.ModalTravelPs .__card-footer {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: .4rem !important;
    margin-top: 20px !important
}

.ModalTravelPs .w-modal-link {
    color: #0057d6 !important;
    text-align: center !important;
    font-size: .95rem !important;
    font-weight: 400 !important;
    text-decoration: none !important
}

.ModalTravelPs .w-modal-link:hover {
    text-decoration: underline !important
}

.ModalTravelPs .bold {
    font-weight: 700 !important;
    text-decoration: underline !important
}

.ModalTravelPs .message {
    font-size: .95em !important;
    margin-top: 8px !important;
    text-align: center !important
}

#modalTravelPassLogueado .modal-header {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin-bottom: 1rem !important
}

#modalTravelPassLogueado .modal-logo {
    width: auto !important;
    height: 45px !important
}

#modalTravelPassLogueado .modalContenido {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important
}

#modalTravelPassLogueado .user-data-grid {
    display: grid !important;
    grid-template-columns: 1fr 2fr 1fr !important;
    align-items: center !important;
    justify-items: center !important;
    width: 100% !important;
    gap: .5rem !important;
    margin-bottom: 1rem !important;
    text-align: center !important
}

@media screen and (max-width: 990px) {
    #modalTravelPassLogueado .user-data-grid {
        grid-template-columns: 1fr !important;
        grid-template-areas: "main" "phone" "id" !important;
        gap: .6rem !important
    }

    #modalTravelPassLogueado .user-data-grid .user-data-item:first-child {
        grid-area: phone !important
    }

    #modalTravelPassLogueado .user-data-grid .user-main-data {
        grid-area: main !important
    }

    #modalTravelPassLogueado .user-data-grid .user-data-item:last-child {
        grid-area: id !important
    }
}

#modalTravelPassLogueado .user-data-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important
}

#modalTravelPassLogueado .user-data-item p {
    margin: 0 !important;
    color: #33566d !important;
    font-size: 14px !important;
    font-weight: 700 !important
}

#modalTravelPassLogueado .user-data-item span {
    color: #33566d !important;
    font-size: 13px !important;
    font-weight: 400 !important
}

#modalTravelPassLogueado .user-main-data {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important
}

#modalTravelPassLogueado .complete-name {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    width: 100% !important
}

#modalTravelPassLogueado .complete-name p {
    margin: 0 !important;
    color: #33566d !important;
    font-size: 15px !important;
    font-weight: 700 !important
}

#modalTravelPassLogueado #user-email {
    margin: 3px 0 0 !important;
    color: #33566d !important;
    font-size: 13px !important;
    width: 100% !important
}

#modalTravelPassLogueado .wallet-balance {
    margin-top: .5rem !important
}

#modalTravelPassLogueado .wallet-balance .balance {
    margin: 0 !important;
    color: #0057d6 !important;
    font-size: 22px !important;
    font-weight: 700 !important
}

#modalTravelPassLogueado .wallet-balance #user-balance {
    margin: .3rem 0 0 !important;
    color: #0d3a51 !important;
    font-size: 30px !important;
    font-weight: 700 !important
}

#modalTravelPassLogueado .wallet-actions {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    gap: .75rem !important;
    margin-top: 1rem !important
}

#modalTravelPassLogueado .btn-wallet {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-width: 130px !important;
    height: 40px !important;
    padding: 0 1rem !important;
    color: #fff !important;
    background: #009159 !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .35) !important;
    transition: transform .3s ease !important
}

#modalTravelPassLogueado .btn-wallet:hover {
    transform: scale(1.05) !important
}

#modalTravelPassLogueado .btn-logout {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 170px !important;
    height: 40px !important;
    color: #fff !important;
    background: #009159 !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .35) !important;
    transition: transform .3s ease !important
}

#modalTravelPassLogueado .btn-logout:hover {
    transform: scale(1.05) !important;
    background: #c82333 !important
}

/*# sourceMappingURL=home.min.css?v=2.0.1.map */