﻿* {
    box-sizing: border-box;
    font-weight: unset;
}

:root {
    --royal-blue: #4640F5;
    --persian-rose: #FF198B;
    --red-violet: #CB1477;
    --my-sin: #FFB52A;
    --punch: #DA3131;
    --turquoise: #30DDA7;
    --white: #FFFFFF;
    --black: #000000;
    --cod-gray: #1A1A1A;
    --mine-shaft: #333333;
    --mercury: #E1E1E1;
    --cornflower-blue: #6E55F3;
    --gold: #FEB229;
    --smalt: #042C93
}

html {
    font-size: unset !important;
    font-family: 'GalanoGrotesqueRegular', sans-serif !important;
    line-height: unset !important;
    -webkit-text-size-adjust: unset !important;
    -ms-text-size-adjust: unset !important;
    -ms-overflow-style: unset !important;
    -webkit-tap-highlight-color: unset !important;
    position: relative;
    min-height: 100%;
    height: auto !important;
}

body {
    background-color: var(--white);
    margin: 0;
    font-family: 'GalanoGrotesqueRegular',sans-serif !important;
    font-size: unset !important;
    font-weight: unset !important;
    line-height: unset !important;
    color: initial !important;
    text-align: unset !important;
    width: 100%;
}

.page {
    max-width: 1440px;
    margin: auto;
    padding-bottom: 4.7rem;
}

/*CARDHEAD CURVES*/

.headcard {
    margin: 0.4rem 0;
}

.titlewrapper.box-title {
    box-sizing: border-box;
    display: flex;
    background-color: #fff;
    width: auto;
    position: absolute;
    bottom: auto;
    overflow: clip;
    border: 0;
    padding: 0 !important;
}

.rightcurve {
    border-radius: 4px;
}

.rightbottomcurve {
    border-bottom: 4px solid var(--royal-blue);
    border-right: 4px solid var(--royal-blue);
    border-bottom-right-radius: 20px;
    width: 1.5rem;
    height: 50%;
}

.rightupper {
    border-top: 0.25rem solid var(--royal-blue);
    border-left: 0.25rem solid var(--royal-blue);
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 0;
    width: 1.5rem;
    height: 50%;
    margin-left: 1.25rem;
}

.leftuppercurve {
    border-top: 4px solid var(--royal-blue);
    border-right: 4px solid var(--royal-blue);
    border-top-right-radius: 15px;
    width: 1.5rem;
    height: 50%;
}

.leftbottomcurve {
    border-bottom: 0.25rem solid var(--royal-blue);
    border-left: 0.25rem solid var(--royal-blue);
    border-bottom-left-radius: 20px;
    width: 1.5rem;
    height: 50%;
    margin-left: 1.25rem;
}

body.dark .leftbottomcurve {
    border-bottom: 0.25rem solid var(--black);
    border-left: 0.25rem solid var(--black);
    box-shadow: -1rem 7px 0 7px var(--black);
}

body.dark .leftuppercurve {
    background-color: var(--black);
    border-top: 0.25rem solid var(--black);
    border-right: 0.25rem solid var(--black);
}

body.dark .rightbottomcurve {
    border-bottom: 0.25rem solid var(--black);
    border-right: 0.25rem solid var(--black);
    box-shadow: 1rem 7px 0 7px var(--black);
}

body.dark .rightupper {
    border-top: 0.25rem solid var(--black);
    border-left: 0.25rem solid var(--black);
    background-color: var(--black);
}

.contentwrapper {
    border-bottom: 0.25rem solid var(--royal-blue);
}

body.dark .contentwrapper {
    border-bottom: 0.25rem solid var(--black);
}


body.dark {
    background-color: var(--cod-gray);
    color: white !important;
}

footer {
    display: flex !important;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 15px;
    color: var(--royal-blue);
    padding: 1rem;
    min-height: 4.7rem
}

body.dark footer {
    color: white;
}

input {
    font-family: 'GalanoGrotesqueLight', sans-serif;
    position: relative;
    border: var(--royal-blue) 4px solid;
    border-radius: 2rem;
    padding: 6px;
    color: var(--black);
}

body.dark input.modal-input {
    background-color: var(--mine-shaft);
    border: var(--mine-shaft) 4px solid;
}

.invalid-Input {
    border-color: var(--punch) !important;
}

.error-message-span {
    padding: 0 0 0 1.2rem;
    font-size: 12px;
    color: var(--punch);
    width: 100%;
    font-family: 'GalanoGrotesqueRegular', sans-serif;
}

body.dark input {
    border: var(--black) 4px solid;
    background-color: var(--black);
    color: var(--white);
}

    body.dark input::placeholder {
        color: var(--white);
        opacity: 1;
    }

input:focus {
    outline: var(--royal-blue);
    outline-color: var(--royal-blue);
}

textarea {
    font-family: 'GalanoGrotesqueLight', sans-serif;
    position: relative;
    border: var(--royal-blue) 4px solid;
    border-radius: 2rem;
    padding: 16px;
    outline: none;
    resize: none;
}

body.dark textarea::placeholder {
    color: var(--white);
    opacity: 1;
}

.select-list {
    font-family: 'GalanoGrotesqueLight', sans-serif;
    border: var(--royal-blue) 4px solid;
    font-size: 15px;
    padding: 4px;
    border-radius: 2rem;
    color: var(--royal-blue);
    outline: none;
    background-color: var(--white);
}

.chevron-input {
    font-family: 'GalanoGrotesqueLight', sans-serif;
    border: var(--royal-blue) 4px solid;
    border-radius: 2rem;
    color: var(--royal-blue);
    outline: none;
    background-color: var(--white);
}

body.dark .chevron-input {
    border: var(--black) 4px solid;
    background-color: var(--cod-gray);
    color: var(--white);
}

div.search-input {
    position: relative;
}

    div.search-input input {
        width: 100%;
        font-size: 16px;
        padding: 0.5rem 1rem;
    }

    div.search-input::after {
        position: absolute;
        background: url('/images/new-design/Icono Search.svg');
        content: "";
        width: 1.5rem;
        height: 1.5rem;
        top: calc(50% - 13px);
        right: 1rem;
        background-repeat: no-repeat;
        background-size: cover;
    }


body.dark div.search-input::after {
    filter: brightness(100);
}

svg.svg-icon {
    fill: var(--royal-blue);
    stroke-width: 0px;
}

body.dark svg.svg-icon {
    fill: var(--white);
}

.container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

body.dark .container {
    color: var(--white);
}

.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-evenly {
    justify-content: space-evenly;
}

.text-default-color {
    color: var(--royal-blue) !important;
}

body.dark .text-default-color {
    color: var(--white) !important;
}

.align-center {
    align-self: center;
}

.width-25 {
    width: 25%;
}

.width-50 {
    width: 50%;
}

.width-75 {
    width: 75%;
}

.width-100 {
    width: 100%;
}

.width-max-content {
    width: max-content;
}

/* toggle button*/
.theme-switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 40px;
}

    .theme-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.theme-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white);
    border: var(--royal-blue) 4px solid;
    -webkit-transition: .4s;
    transition: .4s;
    /*! height: 2rem; */
    /*! width: 60px; */
    box-sizing: content-box;
    margin: 0 auto;
}

    .theme-slider:before {
        position: absolute;
        content: "";
        height: 29px;
        width: 29px;
        left: 3px;
        bottom: 2px;
        background-color: var(--royal-blue);
        -webkit-transition: .4s;
        transition: .4s;
        /*! margin: 0 10px 0 0; */
    }


body.dark .theme-slider {
    background-color: var(--black);
    border: var(--white) 4px solid;
}

    body.dark .theme-slider:before {
        background-color: var(--white);
    }

input:checked + .theme-slider {
    background-color: var(--black);
}

input:focus + .theme-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .theme-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/*SWITCH FOR INPUT FORMS PURPOSE*/
.switch-text > span {
    margin: 5px 5px 0px 0px
}

    .switch-text > span:last-child {
        margin-left: 5px;
    }

input:checked + .theme-slider.form-input-switch {
    background-color: var(--royal-blue);
}

body.dark input:checked + .theme-slider.form-input-switch {
    border-color: var(--white);
    background-color: var(--mine-shaft);
}

input:checked + .theme-slider.form-input-switch:before {
    background-color: white;
}

/* Rounded sliders */
.theme-slider.round {
    border-radius: 34px;
}

    .theme-slider.round:before {
        border-radius: 50%;
    }
/* toggle button*/

@font-face {
    font-family: 'GalanoGrotesqueBlack';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueBlack.otf') format('opentype');
}

@font-face {
    font-family: 'GalanoGrotesqueAltSemiBold';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueAltSemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'GalanoGrotesqueThinItalic';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueThinItalic.otf') format('opentype');
}

@font-face {
    font-family: 'GalanoGrotesqueRegular';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueRegular.otf') format('opentype');
}

@font-face {
    font-family: 'GalanoGrotesqueSemiBold';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueSemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'GalanoGrotesqueMedium';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueMedium.otf') format('opentype');
}

@font-face {
    font-family: 'GalanoGrotesqueLight';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueLight.otf') format('opentype');
}

@font-face {
    font-family: 'GalanoGrotesqueExtraLight';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueExtraLight.otf') format('opentype');
}

.galanothin {
    font-family: 'GalanoGrotesqueThinItalic', sans-serif;
}

.galano {
    font-family: 'GalanoGrotesqueAltSemiBold',sans-serif;
}

.galanoit {
    font-family: 'GalanoGrotesqueBlack',sans-serif;
}

.galano-medium {
    font-family: 'GalanoGrotesqueMedium',sans-serif;
}

.box-container {
    position: relative;
    border: var(--royal-blue) 4px solid;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    margin: 1rem;
}

body.dark .box-container {
    border-color: var(--black);
    background-color: var(--black);
}

.box-container-alt {
    border: var(--royal-blue) 4px solid;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    margin: 1rem;
}

body.dark .box-container-alt {
    border-color: var(--cod-gray);
    background-color: var(--cod-gray);
}

.box-title {
    position: relative;
    top: -4px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: inline;
    background-color: var(--white);
    border: solid 4px;
    border-color: var(--royal-blue);
    border-top-color: transparent;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

body.dark .box-title {
    border-color: var(--cod-gray);
    border-top-color: transparent;
    background-color: var(--cod-gray);
}

.highlight {
    background: var(--royal-blue);
    color: var(--white);
    border-radius: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: max-content;
}

body.dark .highlight {
    background: var(--mine-shaft);
}

.highlight-alt {
    background: var(--royal-blue);
    color: var(--white);
    border-radius: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

body.dark .highlight-alt {
    background: var(--mercury);
    color: var(--black);
}

.extra-light-50 {
    font-family: 'GalanoGrotesqueExtraLight', sans-serif;
    font-size: 12px;
}

.light-50 {
    font-family: 'GalanoGrotesqueLight', sans-serif;
    font-size: 12px;
}

.regular-15 {
    font-family: 'GalanoGrotesqueRegular', sans-serif;
    font-size: 20px;
}

.regular-20 {
    font-family: 'GalanoGrotesqueRegular', sans-serif;
    font-size: 27px;
}

.regular-25 {
    font-family: 'GalanoGrotesqueRegular', sans-serif;
    font-size: 33px;
}

.regular-40 {
    font-family: 'GalanoGrotesqueRegular', sans-serif;
    font-size: 18px;
}

.medium-20 {
    font-family: 'GalanoGrotesqueMedium', sans-serif;
    font-size: 20px;
}

.medium-25 {
    font-family: 'GalanoGrotesqueMedium', sans-serif;
    font-size: 16px;
}

.medium-30 {
    font-family: 'GalanoGrotesqueMedium', sans-serif;
    font-size: 25px;
}

.medium-36 {
    font-family: 'GalanoGrotesqueMedium', sans-serif;
    font-size: 48px;
}

.semibold-15 {
    font-family: 'GalanoGrotesqueSemiBold', sans-serif;
    font-size: 20px;
}

.semibold-72 {
    font-family: 'GalanoGrotesqueSemiBold', sans-serif;
    font-size: 26px;
}

.semibold-150 {
    font-family: 'GalanoGrotesqueSemiBold', sans-serif;
    font-size: 18px;
}

.main-title {
    font-size: 40px;
    color: var(--smalt);
}

body.dark .main-title {
    color: white;
}

.icon-shadow {
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,1));
}

.txt-shadow {
    text-shadow: 0px 0px 10px rgba(0,0,0,1);
}

.box-content {
    display: flex;
    margin: 1rem;
    color: var(--royal-blue);
}

body.dark .box-content {
    color: var(--white);
}

.flex-center {
    align-self: center;
}

.flex-left {
    margin-left: 2rem;
    align-self: flex-start;
}

.flex-right {
    margin-right: 2rem;
    align-self: flex-end;
}

.text-center {
    text-align: center;
}

.selectionable-cursor {
    cursor: pointer;
}

button {
    outline: none !important;
}

.accept-button, .cancel-button {
    font-size: 14px;
    background-color: #30DDA7;
    padding: 0.5rem;
    width: 6rem;
    border: none;
    color: white;
    border-radius: 2rem;
    font-family: 'GalanoGrotesqueMedium';
    cursor: pointer;
}

.cancel-button {
    background-color: var(--punch);
}

button.chevron {
    position: relative;
    font-family: 'GalanoGrotesqueRegular', sans-serif;
    height: 2rem;
    border: none;
    border-radius: 50%;
    width: 2rem;
    cursor: pointer;
    background-color: var(--royal-blue);
    color: white;
    font-weight: bold;
    align-self: center;
    font-size: 1rem;
    min-width: 2rem;
    min-height: 2rem;
    box-sizing: border-box;
}

body.dark button.chevron {
    background-color: var(--mine-shaft);
}

.disabled-chevron, .disabled-button {
    opacity: 0.5;
    cursor: auto !important;
}

.custom-arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.lonely-arrow {
    border: solid var(--royal-blue);
    border-width: 0 4px 4px 0;
    width: 2px;
    height: 2px;
    display: inline-block;
    padding: 3px;
}

body.dark .lonely-arrow {
    border: solid var(--white);
    border-width: 0 4px 4px 0;
}

.right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 3px;
}

.left {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 3px;
}

.down {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.up {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

@supports not selector(::-webkit-scrollbar) {

    .custom-scrollbar {
        scroll-behavior: smooth;
        scrollbar-width: thin;
        scrollbar-color: var(--royal-blue) var(--mercury);
    }

    body.dark .custom-scrollbar {
        scrollbar-color: var(--mercury) var(--mine-shaft);
    }
}

.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: var(--mercury)
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: var(--mercury);
}

body.dark .custom-scrollbar::-webkit-scrollbar-track {
    background-color: var(--mine-shaft);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: var(--royal-blue);
    border-radius: 10px;
}

body.dark .custom-scrollbar::-webkit-scrollbar-thumb {
    background: var(--mercury);
    border-radius: 10px;
}



/*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: var(--mercury)
}

::-webkit-scrollbar-track {
    background-color: var(--mercury);
}

body.dark ::-webkit-scrollbar-track {
    background-color: var(--mine-shaft);
}

::-webkit-scrollbar-thumb {
    background: var(--royal-blue);
    border-radius: 10px;
}

body.dark ::-webkit-scrollbar-thumb {
    background: var(--mercury);
    border-radius: 10px;
}*/


.carousel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.carousel-slide {
    display: none;
    justify-content: center;
    align-items: center;
    width: max-content;
}

    .carousel-slide img {
        max-width: 100%;
        max-height: 300px;
        object-fit: cover;
    }

.carousel-slide-content {
    display: flex;
    justify-content: center;
}

body.dark .new-icon-background {
    fill: var(--royal-blue);
}

body.dark .notification-icon {
    fill: var(--mercury);
}

.search-bar-wrapper {
    display: flex;
    gap: 1rem;
}

div.search-bar-wrapper > div.search-input {
    width: 100%;
    align-self: center;
}

.tooltip .tooltiptext {
    display: none;
    width: 120px;
    background-color: var(--cod-gray);
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    filter: opacity(0.80);
    /* Position the tooltip */
    position: absolute;
    z-index: 2001;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    font-size: 16px;
    pointer-events: none;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

    .tooltip:hover .tooltiptext {
        display: inline-block;
        pointer-events: none;
    }

.custom-tooltip .custom-tooltiptext {
    display: none;
    width: 120px;
    background-color: var(--cod-gray);
    color: white;
    text-align: center;
    border-radius: 24px;
    padding: 0.5rem;
    filter: opacity(0.80);
    /*     Position the tooltip */
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    font-size: 14px;
    pointer-events: none;
}

.custom-tooltip {
    position: relative;
}

    .custom-tooltip:hover .custom-tooltiptext {
        display: inline-block;
        pointer-events: none;
    }

.modal {
    border: var(--white) 4px solid;
    border-radius: 2rem;
    outline: none;
}

body.dark .modal {
    border-color: var(--black);
    background-color: var(--black);
}

body.dark .confirm-modal {
    border-color: var(--mine-shaft);
    background-color: var(--mine-shaft);
}

.custom-info-icon {
    border: 0px;
    color: white;
    border-radius: 50%;
    background-color: var(--royal-blue);
    width: 1rem;
    height: 1rem;
    text-align: center;
    font-size: 12px;
}

body.dark .custom-info-icon {
    background-color: var(--mercury);
    color: black;
}

.upload-file-icon {
    fill: #4640f3;
    opacity: .5;
    stroke-width: 0px;
}

body.dark .upload-file-icon {
    fill: white;
    opacity: .5;
    stroke-width: 0px;
}

#customOverlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 99999; /* Specify a stack order in case you're using a different order for other elements */
    align-items: center;
    justify-content: center;
}

.loader {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-size: 40px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.loader-round-circle {
    width: 1em;
    height: 1em;
    font-size: 10px;
    border-radius: 50%;
    -webkit-animation: loader-round-circle 1.3s infinite linear;
    animation: loader-round-circle 1.3s infinite linear;
}

@keyframes loader-round-circle {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -0.5em #a3afb7, 2em 2em 0 -0.5em #a3afb7, 0 3em 0 -0.5em #a3afb7, -2em 2em 0 -0.5em #a3afb7, -3em 0 0 -0.5em #a3afb7, -2em -2em 0 0 #a3afb7;
    }

    12.5% {
        box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 0.2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -0.5em #a3afb7, 0 3em 0 -0.5em #a3afb7, -2em 2em 0 -0.5em #a3afb7, -3em 0 0 -0.5em #a3afb7, -2em -2em 0 -0.5em #a3afb7;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 0.2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -0.5em #a3afb7, -2em 2em 0 -0.5em #a3afb7, -3em 0 0 -0.5em #a3afb7, -2em -2em 0 -0.5em #a3afb7;
    }

    37.5% {
        box-shadow: 0 -3em 0 -0.5em #a3afb7, 2em -2em 0 -0.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 0.2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -0.5em #a3afb7, -3em 0 0 -0.5em #a3afb7, -2em -2em 0 -0.5em #a3afb7;
    }

    50% {
        box-shadow: 0 -3em 0 -0.5em #a3afb7, 2em -2em 0 -0.5em #a3afb7, 3em 0 0 -0.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 0.2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -0.5em #a3afb7, -2em -2em 0 -0.5em #a3afb7;
    }

    62.5% {
        box-shadow: 0 -3em 0 -0.5em #a3afb7, 2em -2em 0 -0.5em #a3afb7, 3em 0 0 -0.5em #a3afb7, 2em 2em 0 -0.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 0.2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -0.5em #a3afb7;
    }

    75% {
        box-shadow: 0 -3em 0 -0.5em #a3afb7, 2em -2em 0 -0.5em #a3afb7, 3em 0 0 -0.5em #a3afb7, 2em 2em 0 -0.5em #a3afb7, 0 3em 0 -0.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0.2em #a3afb7, -2em -2em 0 0 #a3afb7;
    }

    87.5% {
        box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -0.5em #a3afb7, 3em 0 0 -0.5em #a3afb7, 2em 2em 0 -0.5em #a3afb7, 0 3em 0 -0.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 0.2em #a3afb7;
    }
}

.cards-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 20px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 3vw;
    row-gap: 3vh;
}

.card {
    height: 21vw;
    flex-basis: calc(100%/6);
    width: calc(100%/6);
}


.card-image-div {
    /*padding: 1vw 1vw 2vw 1vw;*/
}

.card img {
    width: 100%;
    border-radius: 2rem;
}

::backdrop {
    opacity: 0.5;
    background-color: black;
}

.card-name-div {
    width: 67%;
    font-size: 18px;
    align-self: center;
    text-align: center;
    max-width: 67%;
    max-height: 23%;
    overflow: hidden;
    text-wrap: pretty;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* use  1 or the quantity needed of max rows to show before  show elipsis on style override */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.card-highligth-info {
    align-self: center;
    font-size: 0.77em;
    margin: auto;
}

@media screen and (max-width: 1000px) {

    .card {
        flex-basis: calc(100%/5);
        width: calc(100%/5);
        height: 23vw;
    }
}

@media screen and (max-width: 992px) {
    .card {
        flex-basis: calc(100%/4);
        width: calc(100%/4);
        height: 28.5vw;
    }
}

@media screen and (max-width: 768px) {
    .card {
        flex-basis: calc(100%/3);
        width: calc(100%/3);
        height: 40vw;
    }
}

@media screen and (max-width: 480px) {
    .card {
        flex-basis: 90%;
        width: 100%;
        height: 90vw;
    }
}
