.fw-500 {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.w-16px {
    width: 16px;
}

.hover-darken {
    color: inherit; /* Herda a cor do elemento pai ou do estilo aplicado */
    transition: filter 0.2s ease; /* Transição suave no filtro */
  }
  
.hover-darken:hover {
    filter: brightness(80%); /* Escurece o texto em 20% */
}

.cursor-forbidden {
    cursor: not-allowed
}

.w-fit {
    width: fit-content !important
}

.h-fit {
    height: fit-content !important
}

.dim12 {
    height: 12px !important;
    width : 12px !important;
}

.dim14 {
    height: 14px !important;
    width : 14px !important;
}

.dim16 {
    height: 16px !important;
    width : 16px !important;
}

.dim18 {
    height: 18px !important;
    width : 18px !important;
}

.dim20 {
    height: 20px !important;
    width : 20px !important;
}

.dim24 {
    height: 24px !important;
    width : 24px !important;
}

.dim28 {
    height: 28px !important;
    width : 28px !important;
}

.dim32 {
    height: 32px !important;
    width : 32px !important;
}

.dim48 {
    height: 48px !important;
    width : 48px !important;
}

.dim64 {
    height: 64px !important;
    width : 64px !important;
}

.text-true-white {
    color: white
}

.bg-true-black {
    background-color: black;
}

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

.hover-container  {

}

.bg-soft-vibrant-primary { background-color: #78abee }
.bg-soft-vibrant-success { background-color: #5ce2aa }
.bg-soft-vibrant-warning { background-color: #f9ae83 }
.bg-soft-vibrant-danger  { background-color: #ef7f93 }
.bg-soft-vibrant-info    { background-color: #75d4fe }

.bg-mild-primary { background-color: #5e86bb;}
.bg-mild-success { background-color: #47af83;}
.bg-mild-warning { background-color: #c58a68;}
.bg-mild-danger  { background-color: #bc6373;}
.bg-mild-info    { background-color: #5da9cb;}

.bg-darker-primary { background-color: #225fb2;}
.bg-darker-success { background-color: #009f5c;}
.bg-darker-warning { background-color: #c26531;}
.bg-darker-danger  { background-color: #b32a43;}
.bg-darker-info    { background-color: #1f96ca;}


.marker-pointy-p::before, .marker-pointy-s::before, .marker-pointy-w::before, .marker-pointy-d::before, .marker-pointy-i::before, 
.marker-pointy-dp::before, .marker-pointy-ds::before, .marker-pointy-dw::before, .marker-pointy-dd::before, .marker-pointy-di::before,
.marker-pointy-y::before, .marker-pointy-dy::before { position: relative; }
.marker-pointy-p::before, .marker-pointy-s::before, .marker-pointy-w::before, .marker-pointy-d::before, .marker-pointy-i::before,
.marker-pointy-dp::before, .marker-pointy-ds::before, .marker-pointy-dw::before, .marker-pointy-dd::before, .marker-pointy-di::before,
.marker-pointy-y::before, .marker-pointy-dy::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    /* border-top: 8px solid #4285F4; */
}

.marker-pointy-p::before { border-top: 8px solid #2c7be5 }
.marker-pointy-s::before { border-top: 8px solid #00d27a}
.marker-pointy-w::before { border-top: 8px solid #f5803e}
.marker-pointy-d::before { border-top: 8px solid #e63757 }
.marker-pointy-i::before { border-top: 8px solid #27bcfd}
.marker-pointy-y::before { border-top: 8px solid #ebb30a}

.marker-pointy-dp::before { border-top: 8px solid #225fb2}
.marker-pointy-ds::before { border-top: 8px solid #009f5c}
.marker-pointy-dw::before { border-top: 8px solid #c26531}
.marker-pointy-dd::before { border-top: 8px solid #b32a43}
.marker-pointy-di::before { border-top: 8px solid #1f96ca}
.marker-pointy-dy::before { border-top: 8px solid #b78c07}

.pointy-cardcolor::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--falcon-card-bg);
}

.bg-true-white {
    background-color: #fff;
}

.bg-darker-yellow {
    background-color: #ebb30a;
}

.bg-darkerer-yellow {
    background-color: #b78c07;
}

.bg-maps-white {
    background-color: #f5f3f3;
}

.bg-maps-white-toggled {
    background-color: #c2c0c0;
}

.text-maps-white-toggled {
    color: #c2c0c0;
}

.vh-0 { height: 0vh }
.vh-01 { height: 01vh }
.vh-02 { height: 02vh }
.vh-03 { height: 03vh }
.vh-04 { height: 04vh }
.vh-05 { height: 05vh }
.vh-06 { height: 06vh }
.vh-07 { height: 07vh }
.vh-08 { height: 08vh }
.vh-09 { height: 09vh }
.vh-10 { height: 10vh }
.vh-12 { height: 11vh }
.vh-12 { height: 12vh }
.vh-13 { height: 13vh }
.vh-14 { height: 14vh }
.vh-15 { height: 15vh }
.vh-16 { height: 16vh }
.vh-17 { height: 17vh }
.vh-18 { height: 18vh }
.vh-19 { height: 19vh }
.vh-20 { height: 20vh }
.vh-21 { height: 21vh }
.vh-22 { height: 22vh }
.vh-23 { height: 23vh }
.vh-24 { height: 24vh }
.vh-25 { height: 25vh }
.vh-26 { height: 26vh }
.vh-27 { height: 27vh }
.vh-28 { height: 28vh }
.vh-29 { height: 29vh }
.vh-30 { height: 30vh }
.vh-31 { height: 31vh }
.vh-32 { height: 32vh }
.vh-33 { height: 33vh }
.vh-34 { height: 34vh }
.vh-35 { height: 35vh }
.vh-36 { height: 36vh }
.vh-37 { height: 37vh }
.vh-38 { height: 38vh }
.vh-39 { height: 39vh }
.vh-40 { height: 40vh }
.vh-41 { height: 41vh }
.vh-42 { height: 42vh }
.vh-43 { height: 43vh }
.vh-44 { height: 44vh }
.vh-45 { height: 45vh }
.vh-46 { height: 46vh }
.vh-47 { height: 47vh }
.vh-48 { height: 48vh }
.vh-49 { height: 49vh }
.vh-50 { height: 50vh }
.vh-51 { height: 51vh }
.vh-52 { height: 52vh }
.vh-53 { height: 53vh }
.vh-54 { height: 54vh }
.vh-55 { height: 55vh }
.vh-56 { height: 56vh }
.vh-57 { height: 57vh }
.vh-58 { height: 58vh }
.vh-59 { height: 59vh }
.vh-60 { height: 60vh }
.vh-61 { height: 61vh }
.vh-62 { height: 62vh }
.vh-63 { height: 63vh }
.vh-64 { height: 64vh }
.vh-65 { height: 65vh }
.vh-66 { height: 66vh }
.vh-67 { height: 67vh }
.vh-68 { height: 68vh }
.vh-69 { height: 69vh }
.vh-70 { height: 70vh }
.vh-71 { height: 71vh }
.vh-72 { height: 72vh }
.vh-73 { height: 73vh }
.vh-74 { height: 74vh }
.vh-75 { height: 75vh }
.vh-76 { height: 76vh }
.vh-77 { height: 77vh }
.vh-78 { height: 78vh }
.vh-79 { height: 79vh }
.vh-80 { height: 80vh }
.vh-81 { height: 81vh }
.vh-82 { height: 82vh }
.vh-83 { height: 83vh }
.vh-84 { height: 84vh }
.vh-85 { height: 85vh }
.vh-86 { height: 86vh }
.vh-87 { height: 87vh }
.vh-88 { height: 88vh }
.vh-89 { height: 89vh }
.vh-90 { height: 90vh }
.vh-91 { height: 91vh }
.vh-92 { height: 92vh }
.vh-93 { height: 93vh }
.vh-94 { height: 94vh }
.vh-95 { height: 95vh }
.vh-96 { height: 96vh }
.vh-97 { height: 97vh }
.vh-98 { height: 98vh }
.vh-99 { height: 99vh }
.vh-100 { height: 100vh }

.vw-0 { width: 0vw }
.vw-01 { width: 01vw }
.vw-02 { width: 02vw }
.vw-03 { width: 03vw }
.vw-04 { width: 04vw }
.vw-05 { width: 05vw }
.vw-06 { width: 06vw }
.vw-07 { width: 07vw }
.vw-08 { width: 08vw }
.vw-09 { width: 09vw }
.vw-10 { width: 10vw }
.vw-12 { width: 11vw }
.vw-12 { width: 12vw }
.vw-13 { width: 13vw }
.vw-14 { width: 14vw }
.vw-15 { width: 15vw }
.vw-16 { width: 16vw }
.vw-17 { width: 17vw }
.vw-18 { width: 18vw }
.vw-19 { width: 19vw }
.vw-20 { width: 20vw }
.vw-21 { width: 21vw }
.vw-22 { width: 22vw }
.vw-23 { width: 23vw }
.vw-24 { width: 24vw }
.vw-25 { width: 25vw }
.vw-26 { width: 26vw }
.vw-27 { width: 27vw }
.vw-28 { width: 28vw }
.vw-29 { width: 29vw }
.vw-30 { width: 30vw }
.vw-31 { width: 31vw }
.vw-32 { width: 32vw }
.vw-33 { width: 33vw }
.vw-34 { width: 34vw }
.vw-35 { width: 35vw }
.vw-36 { width: 36vw }
.vw-37 { width: 37vw }
.vw-38 { width: 38vw }
.vw-39 { width: 39vw }
.vw-40 { width: 40vw }
.vw-41 { width: 41vw }
.vw-42 { width: 42vw }
.vw-43 { width: 43vw }
.vw-44 { width: 44vw }
.vw-45 { width: 45vw }
.vw-46 { width: 46vw }
.vw-47 { width: 47vw }
.vw-48 { width: 48vw }
.vw-49 { width: 49vw }
.vw-50 { width: 50vw }
.vw-51 { width: 51vw }
.vw-52 { width: 52vw }
.vw-53 { width: 53vw }
.vw-54 { width: 54vw }
.vw-55 { width: 55vw }
.vw-56 { width: 56vw }
.vw-57 { width: 57vw }
.vw-58 { width: 58vw }
.vw-59 { width: 59vw }
.vw-60 { width: 60vw }
.vw-61 { width: 61vw }
.vw-62 { width: 62vw }
.vw-63 { width: 63vw }
.vw-64 { width: 64vw }
.vw-65 { width: 65vw }
.vw-66 { width: 66vw }
.vw-67 { width: 67vw }
.vw-68 { width: 68vw }
.vw-69 { width: 69vw }
.vw-70 { width: 70vw }
.vw-71 { width: 71vw }
.vw-72 { width: 72vw }
.vw-73 { width: 73vw }
.vw-74 { width: 74vw }
.vw-75 { width: 75vw }
.vw-76 { width: 76vw }
.vw-77 { width: 77vw }
.vw-78 { width: 78vw }
.vw-79 { width: 79vw }
.vw-80 { width: 80vw }
.vw-81 { width: 81vw }
.vw-82 { width: 82vw }
.vw-83 { width: 83vw }
.vw-84 { width: 84vw }
.vw-85 { width: 85vw }
.vw-86 { width: 86vw }
.vw-87 { width: 87vw }
.vw-88 { width: 88vw }
.vw-89 { width: 89vw }
.vw-90 { width: 90vw }
.vw-91 { width: 91vw }
.vw-92 { width: 92vw }
.vw-93 { width: 93vw }
.vw-94 { width: 94vw }
.vw-95 { width: 95vw }
.vw-96 { width: 96vw }
.vw-97 { width: 97vw }
.vw-98 { width: 98vw }
.vw-99 { width: 99vw }
.vw-100 { width: 100vw }

.animated { transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) }

.showOnHover {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.showOnHoverContainer:hover .showOnHover {
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}