@font-face {
    font-family: 'Travels';
    src: url("/assets/fonts/tt-travels-trial-medium.otf") format("opentype");
    font-weight: 400;
    }
    @font-face {
    font-family: 'Travels';
    src: url("/assets/fonts/tt-travels-trial-bold.otf") format("opentype");
    font-weight: 700;
    }
    @font-face {
    font-family: 'Travels';
    src: url("/assets/fonts/tt-travels-trial-black.otf") format("opentype");
    font-weight: 900;
    }

    .legend-1,
    .btn.btn-principal {
        /* background-color: rgba(255, 0, 0, 0.58); */
        background-color: #283897 !important;
    }
    .legend-2,
    .btn.btn-secondary,
    .btn.btn-secondary:hover {
        background-color: #efefef !important;
        color: #000 !important;
    }

    #login.btn-secondary { 
        background : #283897 !important; 
        color:#FFF !important;
    }

    .sm-logo{
        background:url("/assets/dynamic/logo.png") no-repeat; 
        height: 69px;
        width: 184px;
    }

    /* Trick: */
    body {
        position: relative;
    }

    body::after {
        content: '';
        display: block;
        height: 41px; /* Set same as footer's height */
    }

    #footer {
        position: absolute;
        bottom: 0;
        left: 0;
        color: var(--black);
        background: var(--white);
        font-size: var(--font-size-short);
        font-style: normal;
        font-weight: var(--font-weight-bold);
        line-height: 135%;
        letter-spacing: -0.6px;
        padding: 12px 32px;
        width: 100%;
        border-color: var(--soft-gray);
    }

    #footer h3 {
        font-size:13px;
    }


    #footer ul {
        list-style:none;
    }

    #footer a {
        color :#FFF; 
        font-size:11px;
    }


    #advantages {
        margin-top:158px;
        text-align: justify;
    }

    #advantages h1 {
        font-size:24px;
        font-weight:bold;
        text-transform: uppercase;
        padding-bottom: 10px;
        border-bottom: 1px solid #2a295c;
    }

    #advantages .vtpass {
        display:inline-block;
        margin-top:20px;
    }

    .link-bold {
        display:inline-block;
        font-size:16px; 
        font-weight:bold;
    }


    #list-advantages .row {
        margin-bottom: 10px;
    }

    #list-advantages h3 {
        font-size:16px; 
        font-weight:bold;
    }

    #list-advantages img {
        display:block;
        margin:0px auto;
        max-width: 80px;
        width:100%;
    }

    @media screen  and (min-width: 500px) and (max-width: 985px) {
        .list-advantages__item  {
            height:200px;
        }
    }

    .copyright {
        text-align:right;
        margin-top:10px;
    }

    .header {
        height:156px;
        background-color:#edece9;
    }

    .header .bg {
        /* background:  url('/assets/images/bg-header.png') no-repeat 52% 81px; */
        height:156px;
        z-index: 99999;
        position: relative;
    }

    .header .card {
           /* background: url(/assets/images/card-header.png) no-repeat 0px -1px; */
           height: 145px; 
    }

    @media screen  and (max-width: 750px) {
        .header .card {
            background-image: none; 
        }

        .header .logo{
            background-size: 170px;
        }


        .button-title{
            display:none; 
        }
    }

    .header .login{
        float:right; 
    }

    #header-left {
        left:0px;
        background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAMAAADthUvBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFugYYAAAABNsDDAAAABxJREFUeNrswQENAAAAwqD3T20ON6AAAIBvE2AAC9YAAVckYlEAAAAASUVORK5CYII=');
    }

    #header-right {
        right:0px;
        background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGVJREFUeNrs0bENwCAMRUGDkEiTlob9F0uXCaJ08RYg5Z70PYCvXHXeEdFzb2hVJXfknpZn+Mc2ndUP9goIEAEBIiBABASIgAAREAEBIiBABASIgAAREAEBIiBABASIgPy2T4ABACfSBEnf/abfAAAAAElFTkSuQmCC');
    }

    #header-left,  #header-right {
        position: absolute;
        top: 0;
        display: block;
        height: 120px;
        width: 50%;
        background-repeat: repeat-x;
        background-position: 0 bottom;
    }

    .links-socialnetwork {
        margin-top: 5px;
        position: relative; 
    }

    .links-socialnetwork h4{
        font-size:14px;
        float:left;
    }

    .links-socialnetwork ul {
        margin-top: 6px;
        list-style: none;
        display: inline-block;
        float: left;
        margin-left: 10px;
    }

    .links-socialnetwork ul li {
        display:inline-block;
            margin-left: 5px;
    }

    .links-socialnetwork ul li a {
        font-size: 14px;
        color: #333;
    }

    /**
    *---------------------------------------------------------------
    *
    * NOVO LAYOUT DA TELA DE LOGIN:
    *
    *---------------------------------------------------------------
    */
    :root {
        /* COLORS */
        --background: #FAF8FF;
        --white: #FFF;
        --light-white: #F3F3FC;
        --gray: #e5e5e5;
        --soft-gray: #D1CFD7;
        --light-gray: #EFEFEF;
        --default-gray: #908C99;
        --font-gray: #463F5F;
        --black: #221C46;
        --default-black: #000;
        /* red */
        --red: #FF7375;
        --dark-red: #B30000;
        /* brown */
        --brown: #B26019;
        /* blue */
        --dark-blue: #0F266D;
        --medium-blue: #1B51DC;
        --medium-blue-hover: #143487;
        --default-blue: #0F2365;
        --blue: #526CF8;
        --light-blue: #DEF3FB;
        /* purple */
        --purple: #878DFA;
        /* pink */
        --pink: #CC1480;
        /* green */
        --green-primary: #85FD96;
        --green: #00EB5E;
        --green-hover: #01D253;
        --dark-green: #006245;
        --dark-font-green: #042E20;
        --light-green: #DAFCDB;
        --soft-green: #C7FCCA;
        /* yellow */
        --yellow: #FFDC37;

        /* FONTS: */
        --font-weight-normal: 400;
        --font-weight-bold: 700;
        --font-weight-extra-bold: 900;
        --font-size-big: 24px;
        --font-size-normal: 15px;
        --font-size-minimal: 14px;
        --font-size-short: 12px;
        --font-size-default: 16px;
        --font-size-mid: 18px;
        --font-family-normal: 'Travels', "Lato", Helvetica, Arial, sans-serif;
        --primary-text: var(--black);

        /* TOP HEADER */
        --header-height: 80px;
        --navbar-background: var(--white);

        /* EXPORT FONTS: */
        --font-size: var(--font-size-normal);
        --font-family: var(--font-family-normal);
        --font-color: var(--primary-text);
        --font-weight: var(--font-weight-bold);
    }

    * {
        font-family: var(--font-family);
    }

    html, body {
        background: var(--background);
    }

    /**
    *---------------------------------------------------------------
    *
    * HEADER:
    *
    *---------------------------------------------------------------
    */
    .header.header-new-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: var(--white);
        border-bottom: 1px solid var(--green);
        height: var(--header-height);
    }

    .new-logo {
        background-color: #fff !important;
        width: 480px !important;
    }

    .logo-images {
        display: flex;
        height: calc(var(--header-height) - 1px);
    }

    .logo-holder {
        display: flex;
        gap: 24px;
        align-items: center;
        background-color: var(--black) !important;
        width: 400px;
        height: 100%;
    }

    .logo-images a {
        background: url(../images/logo-pluxee.svg) no-repeat !important;
        background-size: contain !important; 
        height: 31.75px;
        width: 120px;
        display: block;
    }

    .logo-images .green-block {
        width: 75px;
        height: 100%;
        background: url(../images/logo-pluxee-green-block.png) no-repeat !important;
        background-size: contain !important; 
    }

    #logo-block {
        background: url(../images/logo-pluxee-block.png) no-repeat !important;
        height: 100%;
        width: 80px;
    }

    .btn.btn-primary, .btn.btn-primary:visited, .btn.btn-default, .btn.btn-default:visited  {
        color: var(--primary-text);
        background-color: var(--green);
        border: 3px solid var(--black);
        font-size: var(--font-size-default);
        border-radius: 0;
        font-weight: var(--font-weight-bold);
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 24px;
        letter-spacing: -0.8px;
        max-height: 48px;
        width: fit-content;
    }

    .btn.btn-primary:hover {
        background-color: var(--green-hover);
    }

    .btn.btn-default, .btn.btn-default:visited, .btn.btn-default:focus {
        background-color: var(--medium-blue);
        color: var(--white);
        border-color: var(--medium-blue);
    }

    .btn.btn-default:hover {
        background-color: var(--medium-blue-hover);
    }

    .buttons-sections {
        display: flex;
        padding: 4px 24px;
        border-left: 1px solid var(--soft-gray);
    }

    .header {
        box-shadow: none;
    }

