:root {
    --nav-alpha: RGBA(44, 44, 44, 0.67);
    --nav-alpha-light: RGBA(44, 44, 44, 0.37);
    --bkf-alpha: RGBA(44, 51, 66, 0.6);
    --bg-corporate: RGB(44, 44, 44);
    --btn-bco: RGB(255, 255, 255);
    --btn-bco-hvr: RGB(217, 217, 217);
    --frm-alpha: RGBA(44, 51, 66, 0.40);
    --header-solid: #2C2C2C;
    --nav-alpha-drk: RGBA(44, 44, 44, 0.87);
    --bg-light-gray: #F5F5F5;
    --modal-dark-alpha: RGBA(39, 36, 39, 0.67);
    --gray-card: #D9D9D9;
    --bg-dark: #666566;
    --bg-dark-alpha: rgba(39, 36, 39, 0.67);
    --footer-dark: #272427;
    --mod-alpha: RGBA(44, 44, 44, 0.50);
    --bg-warning: #ffa900;
    --bg-warning-hover: #d99002;
    --bg-dark-blue: #005EAD;
    --bg-light-blue: #27A7DE;
    --bg-black: #000000;
    --lnk-blue-default: #007bff;
    --txt-blue: #202C5D;
    --drk-blue: #022741;
    --bco-alpha-50: RGBA(255, 255, 255, 0.5);
    --bco-alpha-70: RGBA(255, 255, 255, 0.7);
    --blue-mzo: #0090d4;
    --green-ixt: #8abd24;
    --orange-lcs: #f7a400;
}

html,
body {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden !important;
}

.rounded-3 {
    border-radius: 1rem !important;
}

.glass-bg {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.float-shadow {
    -webkit-box-shadow: 0px -1px 40px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 40px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 40px 0px rgba(0, 0, 0, 0.75);
}

.ratio-4x3-det {
    position: relative;
    width: 100%;
    padding-bottom: 65% !important;
}

.ratio1-1 {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat !important;
}

.bubble-logo {
    position: relative;
    width: 100% !important;
    padding-bottom: 100% !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 50% !important;
    background-color: white !important;
    border: 1px solid #000;
}

.rc-logo {
    position: relative;
    width: 100%;
    padding-bottom: 100% !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: white !important;
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
}

.promohover {
    background: transparent !important;
    transition: all .2s ease-in-out;
}

.promohover:hover {
    /* From https://css.glass */
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.39539565826330536) 0%, rgba(0, 0, 0, 0.8995973389355743) 100%) !important;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.39539565826330536) 0%, rgba(0, 0, 0, 0.8995973389355743) 100%) !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.39539565826330536) 0%, rgba(0, 0, 0, 0.8995973389355743) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1) !important;
    /*backdrop-filter: blur(5px);*/
    /*-webkit-backdrop-filter: blur(5px);*/
}

.promohover-content {
    display: none;
    /*transition: 0.3s transform ease-in-out;*/
    animation: fade-out 0.6s;
    color: var(--btn-bco) !important;
}

.promohover:hover .promohover-content {
    display: block;
    /*transition: 0.3s transform ease-in-out;*/
    animation: fade-in 0.6s;
}

.ratio-vb {
    position: relative;
    width: 100%;
    padding-bottom: 63.75% !important;
    background-size: cover !important;
    background-position: center center !important;
}

.vb-content {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
}


/*swipes*/

.scrolling-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    .card {
        display: inline-block;
    }
}

.swipe-card {
    width: 90%;
    max-width: 350px;
    margin-bottom: 0.6rem;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.people-card {
    width: 90%;
    max-width: 450px;
    margin-bottom: 0.6rem;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.logo-card {
    width: 90%;
    max-width: 130px;
    margin-bottom: 0.6rem;
}

.card-shadow {
    /*-webkit-box-shadow: 0px 5px 14px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 14px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 14px 5px rgba(0, 0, 0, 0.35);*/
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.reached {
    color: var(--bgColorMenu) !important;
    font-weight: 700;
}

.great-vibes {
    font-family: 'Great Vibes', cursive !important;
}


/**menu*/

.navbar {
    box-shadow: none !important;
}

.bg-blue-economy {
    background: #6f81c7 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #202C5D !important;
    text-decoration: none !important;
    color: #FFFFFF !important;
    border-radius: 0.3rem !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    /*background-color: transparent !important;*/
    color: #000;
}

.navbar .navbar-nav .nav-link {
    text-decoration: none !important;
    color: #d4d4d4 !important;
    border-radius: 0 !important;
    font-weight: 700;
    animation: fade-in 0.6s;
}

.navbar .navbar-nav .nav-link:hover {
    background: #202C5D !important;
    text-decoration: none !important;
    color: #FFFFFF !important;
    border-radius: 0.3rem !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    background: #202C5D !important;
    text-decoration: none !important;
    color: #FFFFFF !important;
    border-radius: 0.3rem !important;
}

.navbar-light .nav-item.active:after {
    content: '';
    position: absolute;
    border: none !important;
}

.slick-prev,
.slick-next {
    display: none !important;
}