@font-face {
    font-family: 'Roc Grotesk';
    src: url(../fonts/rocgrotesk-regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'Biosans';
    src: url(../fonts/BioSans-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'Biosans';
    src: url(../fonts/BioSans-Bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: 'Firasans';
    src: url(../fonts/FiraSans-Regular.ttf);
    font-weight: 400;
}

:root {
    --basic-text: rgba(17, 17, 17, 1);
    --light-gray: rgba(238, 238, 238, 1);
    --marian-blue: rgba(17, 66, 137, 1);
    --light-green: #ADFF92;
    --blue: #0000ff;
    --light-blue: #00ced1;
    --light-sky-blue: #e0ffff;
    --nero: #111;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Biosans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roc Grotesk', sans-serif;
}

#mobile-burger-button,
#mobile-burger-button:active,
#mobile-burger-button:focus,
#mobile-burger-button:hover {
    border: none;
    outline: none;
    background-color: transparent;
    box-shadow: none;
}

#mobile-burger-button {
    padding: 0;
}

#header-account-button {
    color: var(--basic-text);
    text-decoration: none;
}

#navbar {
    background-color: white;
}

#pre-header {
    background-color: var(--light-gray);
    font-family: 'Firasans', sans-serif;
}

#navbar a {
    color: var(--basic-text);
}

@media screen and (min-width: 992px) {
    #header {
        box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
    }

    .navbar-nav {
        margin-right: 96px;
    }

    #header-account-button {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Roc Grotesk';
        background-color: var(--light-green);
        border-radius: 8px;
        padding: 0 34px 2px 20px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav a {
        text-align: center;
    }
}

#pre-header img {
    max-height: 24px;
}

#pre-header p {
    font-size: 14px;
    line-height: 17px;
}

#footer {
    background-color: #111111;
    font-family: 'Firasans', sans-serif;
}

#footer p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: white;
    text-align: center;
    /* max-width: 360px; */
}

#footer a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
}

#footer li {
    border-right: 1px solid white;
    padding: 0 24px;
}

#footer li:last-child {
    padding-right: 0;
    border-right: none;
}

#footer ul {
    padding-left: 0;
    list-style-type: none;
}

#footer h4 {
    font-family: 'Biosans', sans-serif;
    color: white;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

#footer-contact-col a:nth-of-type(1) {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    #footer li:last-child {
        padding: 0 24px;
    }

    #footer p {
        font-size: 18px;
        line-height: 22px;
    }

    #footer a {
        font-size: 18px;
        line-height: 22px;
    }

}

@media screen and (max-width: 450px) {
    #footer li:first-child {
        padding-left: 0;
    }

    #footer li:last-child {
        padding-right: 0;
    }
}

.line-spacer {
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.accordion-item {
    border: none;
}

.accordion-button {
    font-size: 18px;
    line-height: 24px;
    color: var(--basic-text);
    padding-top: 0;
    padding-bottom: 0;
}

.accordion-button:not(.collapsed) {
    color: var(--basic-text);
    background-color: transparent;
    box-shadow: none;
}

.accordion-body {
    font-size: 14px;
    line-height: 18px;
    color: var(--basic-text);
}

.accordion {
    border-bottom: 1px solid var(--light-gray);
}

.accordion-button::after {
    width: 40px;
    height: 40px;
    background-image: url(../img/icon-plus.svg);
    background-size: cover;
}

.accordion-button:not(.collapsed)::after {
    width: 40px;
    height: 40px;
    background-image: url(../img/icon-less.svg);
    background-size: cover;
}

.accordion-button:focus {
    box-shadow: none;
}

.two-col-layout-wrapper {
    border-top: 1px solid var(--light-gray);
}

.two-col-layout-sidebar {
    border-right: 1px solid var(--light-gray);
}

.circle-num {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    background-color: var(--light-gray);
    padding: 12px;
    border-radius: 50px;
    margin-right: 14px;
    flex-shrink: 0;
}

.two-col-layout-sidebar .circle-num {
    color: var(--marian-blue);
}

.two-col-layout-sidebar a {
    display: flex;
    align-items: center;
    font-family: 'Roc Grotesk', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: var(--marian-blue);
}

.two-col-layout-sidebar li {
    padding: 8px 0;
    border-bottom: 1px solid var(--light-gray);
}

.text-spacer {
    border-bottom: 1px solid var(--light-gray);
}

.two-col-layout-content h3 {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
}

.two-col-layout-content p {
    font-size: 14px;
    line-height: 18px;
}

.two-col-layout-content ul li {
    font-size: 14px;
    line-height: 18px;
}

.back-to-top {
    color: var(--marian-blue);
    text-decoration: none;
    font-family: 'Roc Grotesk', sans-serif;
    font-size: 18px;
    line-height: 40px;
}

.two-col-layout-content article {
    border-bottom: 1px solid var(--light-gray);
    margin-bottom: 2em;
}

#faq-wrapper .two-col-layout-content article {
    margin-bottom: 3em;
}

@media screen and (min-width: 992px) {
    .two-col-layout-content>div {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
}

#home-hero h1 {
    color: white;
    font-size: 40px;
    line-height: 52px;
}

#lettering-targago {
    display: inline-flex;
    margin-top: 10px;
    margin-right: 12px;
}

#home-hero p {
    font-size: 18px;
    line-height: 24px;
}

@media screen and (min-width:992px) {

    #home-hero {
        background-image: url(../img/img-hero-desktop.png);
        background-size: cover;
        background-position: center;
        min-height: calc(100vh - 160px);
    }

    #home-hero p {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width:991px) {
    #home-hero {
        background-image: url(../img/img-hero-mobile.png);
        background-size: cover;
        background-position: center;
        min-height: calc(100vh - 160px);
    }
}

.blue-button {
    background-color: var(--marian-blue);
    color: white;
    font-family: 'Roc Grotesk', sans-serif;
    width: fit-content;
    border-radius: 8px;
    text-decoration: none;
    padding: 10px 36px;
    font-size: 18px;
    line-height: 26px;
}

.green-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roc Grotesk';
    background-color: var(--light-green);
    text-decoration: none !important;
    color: var(--basic-text);
    border-radius: 8px;
    padding: 12px 24px;
}

@media screen and (max-width: 991px) {
    #home-hero h1 {
        font-size: 32px;
        line-height: 42px;
    }

    #home-hero {
        min-height: calc(100vh - 120px);
    }

    #lettering-targago {
        margin-bottom: 8px;
    }
}

#video-tutorial {
    background-image: url("../img/video-tutorial.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#video-tutorial h2 {
    font-size: 40px;
    line-height: 52px;
    color: var(--nero);
}

#home-store {
    /* background-image: url(../img/bg-geometries.svg); */
    background-size: cover;
    background-position: center;
}

.lettering-targago-color {
    max-width: 140px;
}

#home-store .android-qr {
    background-image: url("../img/android-qr.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
}

#home-store .ios-qr {
    background-image: url("../img/ios-qr.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
}

#home-store .ios-qr-site {
    background-image: url("../img/ios-qr-site.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
}

#home-store>div {
    padding-top: 120px;
}

#home-store h2 {
    font-size: 40px;
    line-height: 52px;
    color: var(--nero);
}

.download-app-button {
    max-width: 170px;
}

.download-app-description {
    max-width: 450px;
    margin-bottom: 80px;
}

.download-app-description p {
    font-size: 18px;
    line-height: 24px;
    color: var(--nero);
}

@media screen and (max-width: 991px) {
    .download-app-content-wrap {
        margin-bottom: 100px;
    }

    #home-store>div {
        padding-top: 60px;
    }
}

#home-card-title {
    padding-top: 100px;
}

#home-card-title h3 {
    font-size: 22px;
    line-height: 28px;
    color: var(--nero);
}

#home-card-title>p {
    font-size: 18px;
    line-height: 24px;
    color: var(--nero);
}

.home-card-box {
    box-shadow: 0px 24px 48px #00000014;
    padding-right: 0;
    padding-left: 0;
}

.home-card-box h4 {
    font-size: 18px;
    line-height: 24px;
    color: #0061A1;
}

.home-card-box p {
    font-size: 14px;
    line-height: 18px;
    color: var(--nero);
}

#home-card-wrapper {
    padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
    .home-card-box {
        min-width: 280px;
    }

    .home-ghost-card {
        box-shadow: none;
        width: 60px;
    }

    #home-card-wrapper {
        overflow-x: scroll;
        max-width: 100%;
    }

    #home-card-wrapper>div {
        padding: 0 8%;
    }

    #home-card-wrapper::-webkit-scrollbar {
        display: none;
    }

    .navbar-brand img {
        max-height: 32px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    #home-card-title {
        padding-top: 64px;
    }
}

@media screen and (max-width: 576px) {
    #home-card-wrapper>div {
        padding: 0 12px;
    }

    .home-ghost-card {
        width: 12px;
    }
}

#more-info {
    margin: 80px 0;
}

div.error-container{
    max-width: 358px;
    margin: auto;
    height: 100vh;
}

p.error-title{
    font-family: 'Roc Grotesk', sans-serif;
    font-size: 22px;
    line-height: 28.6px;
}

p.error-description{
    font-size: 18px;
    line-height: 23.4px;
}

.accordion-body .table-responsive .table.table-bordered ul{
    list-style-type: none;
    padding: 0;
    margin: 0.5em 0;
}

.accordion-body .table-responsive .table.table-bordered th,
.accordion-body .table-responsive .table.table-bordered td {
    text-align: center;
    vertical-align: middle;
}

.table-primary{
    background-color: var(--blue) !important;
    color: white !important;
}
.table-secondary{
    background-color: var(--light-blue) !important;
    color: white !important;
}
.table-info{
    background-color: var(--light-sky-blue) !important;
}

.btn.btn-secondary {
    padding: 8px 12px;
    background-color: #ADFF92;
    border: none;
    color: #111111;
    width: fit-content;
    font-family: 'Roc Grotesk';
}

#tutorial-mp4 {
    width: 100%;
    max-width: 1290px;
}

.informativa-icon {
    width: 64px;
    height: 64px;
}
.informativa-green-camper-icon {background: url(../img/green-camper.svg)!important; background-repeat: no-repeat !important;}
.informativa-green-car-icon {background: url(../img/green-car.svg)!important; background-repeat: no-repeat !important;}
.informativa-green-old-car-icon {background: url(../img/green-old-car.svg)!important; background-repeat: no-repeat !important;}
.informativa-green-taxi-icon {background: url(../img/green-taxi.svg)!important; background-repeat: no-repeat !important;}
.informativa-green-truck-icon {background: url(../img/green-truck.svg)!important; background-repeat: no-repeat !important;}
.informativa-red-foreign-plate-icon {background: url(../img/red-foreign-plate.svg)!important; background-repeat: no-repeat !important;}
.informativa-red-moto-icon {background: url(../img/red-moto.svg)!important; background-repeat: no-repeat !important;}
.informativa-red-scooter-icon {background: url(../img/red-scooter.svg)!important; background-repeat: no-repeat !important;}
.informativa-red-truck-icon {background: url(../img/red-truck.svg)!important; background-repeat: no-repeat !important;}
.informativa-red-work-vehicle-icon {background: url(../img/red-work-vehicle.svg)!important; background-repeat: no-repeat !important;}
  