/* styles inline: puesto como tailwind para encontra la clase facil */
.text-1-5-vh {
    font-size: 1.5vh !important;
}

.text-4-vh {
    font-size: 3.75vh !important;
}

.text-xs {
    font-size: 12px !important;
}
.text-sm {
    font-size: 14px !important;
}
.text-base{
    font-size: 16px !important;
}
.text-md {
    font-size: 18px !important;
}

.tex-lg {
    font-size: 20px !important;
}

.text-xl {
    font-size: 35px !important;
}

.text-2xl {
    font-size: 40px !important;
}
.text-3xl {
    font-size: 50px !important;
}
.text-4xl {
    font-size: 60px !important;
}
.text-7xl{
    font-size: 100px !important;
}
.text-70 {
    font-size: 70% !important;
}

.text-75 {
    font-size: 75% !important;
}

.text-80 {
    font-size: 80% !important;
}

.text-85 {
    font-size: 85% !important;
}

.text-90 {
    font-size: 90% !important;
}
.text-100{
    font-size: 100% !important;
}
.text-110 {
    font-size: 110% !important;
}

.text-120 {
    font-size: 120% !important;
}

.text-125 {
    font-size: 125% !important;
}

.text-135 {
    font-size: 135% !important;
}

.text-200 {
    font-size: 200% !important;
}
.text-150{
    font-size: 150% !important;
}
.text-350 {
    font-size: 350% !important;
}

.text-400 {
    font-size: 400% !important;
}

.text-500 {
    font-size: 500% !important;
}

.text-revert {
    text-decoration: revert !important;
}

.text-decoration-none {
    text-decoration: none !important;
}
.line-height-14{
    line-height: 14px !important;
}
.line-height-15 {
    line-height: 15px !important;
}
.line-height-20{
    line-height: 20px !important;
}
.line-height-30{
    line-height: 30px !important;
}
.font-normal{
    font-weight: 400 !important;
}
.font-semibold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 800 !important;
}

.font-light {
    font-weight: 200 !important;
}

.w-0 {
    width: 0 !important;
}

.w-12 {
    width: 12px !important;
}
.w-20{
    width: 20px !important;
}
.w-25 {
    width: 25px !important;
}

.w-45 {
    width: 45px !important;
}
.w-50px{
    width: 50px !important;
}
.w-50{
    width: 50px !important;
}
.w-60{
    width: 60px !important;
}
.w-100{
    width: 100px !important;
}
.w-128{
    width: 128px;
}
.w-138{
    width: 138px !important;
}
.w-150{
    width: 150px !important;
}
.w-170 {
    width: 170px !important;
}
.w-200 {
    width: 200px !important;
}
.w-225 {
    width: 225px !important;
}
.w-250 {
    width: 250px !important;
}

.w-5-percent {
    width: 5% !important;
}

.w-8-percent {
    width: 8% !important;
}
.w-15-percent{
    width: 15% !important;
}
.w-25-percent {
    width: 25% !important;
}
.w-30-percent {
    width: 30% !important;
}
.w-35-percent {
    width: 35% !important;
}
.w-95-percent {
    width: 95% !important;
}
.w-full {
    width: 100% !important;
}
.w-inherit {
    width: inherit !important;
}
.max-w-full{
    max-width: 100% !important;
}
.max-w-24{
    max-width: 24px !important;
}
.max-w-32{
    max-width: 32px !important;
}
.max-w-50{
    max-width: 50px !important;
}
.max-w-90{
    max-width: 90px !important;
}
.max-w-125{
    max-width: 125px !important;
}
.max-w-250{
    max-width: 250px !important;
}
.max-w-300 {
    max-width: 300px !important;
}
.max-w-330 {
    max-width: 330px !important;
}
.max-w-350 {
    max-width: 350px !important;
}
.max-w-370 {
    max-width: 370px !important;
}
.max-w-400 {
    max-width: 400px !important;
}
.max-w-450{
    max-width: 450px !important;
}
.max-w-500 {
    max-width: 500px !important;
}
.max-w-665{
    max-width: 665px !important;
}

.max-w-full {
    max-width: 100% !important;
}
.min-w-45-percent{
    min-width: 45% !important;
}
.min-w-60-percent{
    min-width: 60% !important;
}
.min-w-90{
    min-width: 90px !important;
}
.min-w-100{
    min-width: 100px !important;
}
.min-w-115{
    min-width: 115px !important;
}
.min-w-140{
    min-width: 140px !important;
}
.min-w-150{
    min-width: 150px !important;
}
.min-w-175{
    min-width: 175px !important;
}
.min-w-200{
    min-width: 200px !important;
}
.h-85vh {
    height: 85vh !important;
}
.h-20{
    height: 20px !important;
}
.h-30 {
    height: 30px !important;
}
.h-44 {
    height: 44px !important;
}
.h-45 {
    height: 45px !important;
}
.h-60 {
    height: 60px !important;
}
.h-87{
    height: 87px !important;
}
.h-90{
    height: 90px !important;
}
.h-115{
    height: 115px !important;
}
.h-125 {
    height: 125px !important;
}

.h-200 {
    height: 200px !important;
}

.h-full {
    height: 100% !important;
}
.h-fit{
    height: fit-content !important;
}
.h-auto {
    height: auto !important;
}
.max-h-270{
    max-height: 270px !important;
}
.min-h-full {
    min-height: 100% !important;
}
.m-auto {
    margin: auto !important;
}   
.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}
.mt-25{
    margin-top: 25px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.-mt-3{
    margin-top: -3px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.mb-2-percent {
    margin-bottom: 2% !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.my-2-percent {
    margin-top: 2% !important;
    margin-bottom: 2% !important;
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.p-auto {
    padding: auto !important;
}
.p-4{
    padding: 4px !important;
}
.p-20 {
    padding: 20px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-7 {
    padding-top: 7px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-85 {
    padding-top: 85px !important;
}
.pl-7 {
    padding-left: 7px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-1-vh {
    padding-left: 1vh !important;
}

.pl-2-percent {
    padding-left: 2% !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}
.pr-15{
    padding-right: 15px !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.px-9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
}
.bg-white {
    background-color: #FFFFFF !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-danger {
    background-color: var(--color-danger);
}

.bg-danger-dark {
    background-color: var(--color-danger-dark);
}

.bg-soft-primary {
    background-color: var(--soft-primary) !important;
}

.bg-soft-secondary {
    background-color: var(--soft-secondary) !important;
}

.bg-soft-black {
    background-color: var(--soft-black) !important;
}

.bg-black {
    background-color: var(--black) !important;
}
.bg-black-65{
    background-color: rgba(0, 0, 0, 0.65) !important;
}
.bg-white {
    background-color: var(--white) !important;
}

.bg-soft-white {
    background-color: var(--soft-white) !important;
}

.bg-transparent{
    background: transparent !important;
}
.bg-success{
    background-color: var(--color-success) !important;
}
.bg-success-dark{
    background-color: var(--color-success-dark) !important;
}
.bg-warning{
    background-color: var(--color-warning) !important;
}
.bg-warning-dark{
    background-color: var(--color-warning-dark) !important;
}
.text-white {
    color: var(--white) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-white {
    color: var(--white) !important;
}

.text-black {
    color: var(--black) !important;
}

.text-soft-black {
    color: var(--soft-black) !important;
}

.text-soft-white {
    color: var(--soft-white) !important;
}

.text-danger {
    color: var(--color-danger) !important;
}

.text-danger-dark {
    color: var(--color-danger-dark) !important;
}
.text-success{
    color: var(--color-success) !important;
}
.text-success-dark{
    color: var(--color-success-dark) !important;
}
.text-warning{
    color: var(--color-warning) !important;
}
.text-warning-dark{
    color: var(--color-warning-dark) !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}
.text-decoration-none{
    text-decoration: none !important;
}
.underline {
    text-decoration: underline !important;
}

.uppercase {
    text-transform: uppercase !important;
}
.italic {
    font-style: italic !important;
}
.word-wrap {
    word-wrap: break-word !important;
}

.border-black {
    border: 1px solid var(--black) !important;
}

.border-white {
    border: 1px solid var(--white) !important;
}
.border-3-b-white{
    border-bottom: 3px solid var(--white) !important;
}
.border-3-r-white{
    border-right: 3px solid var(--white) !important;
}

.border-primary {
    border: 1px solid var(--primary) !important;
}
.border-0-5-b-primary{
    border-bottom: 0.5px solid var(--primary) !important;   
}
.border-2-primary{
 border: 2px solid var(--primary) !important;   
}
.border-5-black{
    border: 5px solid var(--black) !important;
}

.border-secondary {
    border: 1px solid var(--secondary) !important;
}
.border-success-dark{
    border: 1px solid var(--color-success-dark) !important;
}
.border-danger {
    border: 1px solid var(--color-danger) !important;
}

.border-danger-dark {
    border: 1px solid var(--color-danger-dark) !important;
}
.border-soft-white{
    border: 1px solid var(--soft-white);
}
.border-soft-black{
    border: 1px solid var(--soft-black);
}
.border-r-black{
    border-right: 1px solid var(--black);
}
.border-t-soft-black{
    border-top: 1px solid var(--soft-black);
}
.border-r-soft-black{
    border-right: 1px solid var(--soft-black);
}
.border-l-soft-black{
    border-left: 1px solid var(--soft-black);
}
.border-t-white{
    border-top: 1px solid var(--white);
}
.border-2-t-primary{
    border-top: 2px solid var(--primary) !important;   
}
.border-r-soft-white{
    border-right: 1px solid var(--soft-white);
}
.border-2-soft-white{
    border: 2px solid var(--soft-white);
}
.border-b-soft-white{
    border-bottom: 1px solid var(--soft-white);
}
.border-l-soft-white{
    border-left: 1px solid var(--soft-white);
}
.rounded-none{
    border-radius: 0 !important;
}
.rounded {
    border-radius: 5px !important;
}
.rounded-2 {
    border-radius: 10px !important;
}
.rounded-3 {
    border-radius: 15px !important;
}
.rounded-b-l-none {
    border-bottom-left-radius: 0 !important;
}

.rounded-t-l-none {
    border-top-left-radius: 0 !important;
}

.rounded-b-r-5 {
    border-bottom-right-radius: 5px !important;
}

.rounded-t-r-5 {
    border-top-right-radius: 5px !important;
}
.rounded-t-l-5 {
    border-top-left-radius: 5px !important;
}
.rounded-bl-3 {
    border-bottom-left-radius: 15px !important;
}
.rounded-br-3{
    border-bottom-right-radius: 15px !important;
}
.rounded-tl-none {
    border-top-left-radius: 0 !important;
}
.rounded-tr-none{
    border-top-right-radius: 0 !important;
}

.justify-center {
    justify-content: center !important;
}

.items-center {
    align-items: center !important;
}

.content-center {
    align-items: center !important;
}

.flex {
    display: flex !important;
}

.hidden {
    display: none !important;
}

.w-fill-available {
    width: -webkit-fill-available;
    width: fill-available;
}

.block {
    display: block !important;
}
.contents{
    display: contents !important;
}
.opacity-0 {
    opacity: 0 !important;
}

.opacity-100 {
    opacity: 1 !important;
}
.left-0{
    left: 0px !important;
}
.left-2{
    left: 2px !important;
}
.left-3 {
    left: 3px !important;
}
.-left-1{
    left: -1px !important;
}
.-left-2{
    left: -2px !important;
}
.-left-3 {
    left: -3px !important;
}
.-left-4{
    left: -4px !important;
}
.-left-5{
    left: -5px !important;
}
.-left-6{
    left: -6px !important;
}
.-left-7{
    left: -7px !important;
}   
.-left-8{
    left: -8px !important;
}
.-left-10{
    left: -10px !important;
}
.-left-11{
    left: -11px !important;
}
.-left-12{
    left: -12px !important;
}
.-left-13{
    left: -13px !important;
}
.-left-14{
    left: -14px !important;
}
.-left-15{
    left: -15px !important;
}
.-left-20{
    left: -20px !important;
}
.fixed{
    position: fixed !important;
}
.top-10{
    top: 10px !important;
}
.top-11{
    top: 11px !important;
}
.top-14{
    top: 14px !important;
}
.top-30{
    top: 30px !important;
}
.bottom-10{
    bottom: 10px !important;
}
.right-10{
    right: 10px !important;
}
.z-50{
    z-index: 50 !important;
}
.z-1000{
    z-index: 1000 !important;
}
.cursor-pointer{
    cursor:  pointer !important;
}
.events-none{
    pointer-events: none !important;
}
.bg-linear-gradient-primary{
    background: linear-gradient(90deg, #212121 0%, var(--primary) 41.15%) !important;
}
.filter-shadow{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) !important;
}

.rotate-180{
    transform: rotate(180deg) !important;
}