﻿@import '../assets-giro/css/fonts/fonts.css';
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 16px;
    font-family: 'gotham-medium';
}
.desktop {
    display: block !important;
}
.mobile {
    display: none !important;
}
#ladygaga {
    margin-top: 0;
}
@media(max-width: 992px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
}
.banner {
    display: block !important;
    min-width: auto;
}
.banner img {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
#orientacoes {
    background: #145ea8;
    padding: 85px 0;
    color: white;
}
    #ladygaga #orientacoes h2 {
        max-width: 350px;
        line-height: 44px;
    }
#ladygaga h2 {
    font-family: 'swiss-black';
    text-transform: uppercase;
    text-align: left;
    font-size: 23px;
    max-width: 1020px;
    margin: 0 auto 55px;
    vertical-align: middle;
    /* display: inline-block; */
    line-height: 26px;
    margin-bottom: 20px;
}
    #ladygaga h2.center {
        text-align: center;
    }
    #orientacoes h3 {
    font-family: 'swiss-black';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
}
#orientacoes h3.title {
    font-family: gotham-book;
    text-transform: unset;
    text-align: center;
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 40px;
}
@media(max-width: 992px) {
    #ladygaga h2, #orientacoes h3.title {
        font-size: 20px;
    }
}


#informacoes {
    background: #145ea8;
    padding: 50px 0;
    color: white;
}
@media(max-width: 992px) {
    #informacoes {
        padding: 50px 0;
    }
}

#informacoes .div-as-table .row > div:first-child {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row;
    column-gap: 10px;
    text-transform: uppercase;
    font-size: 16px;
        
}
    #informacoes .div-as-table .row > div:first-child > strong {
        padding-top: 15px;
        font-size: 24px;
        font-weight: 200;
    }

#informacoes .div-as-table .row > div:last-child {
    font-family: 'gotham-book';
    padding-top: 15px;
    font-size: 18px;
    line-height: 24px;
}
@media(max-width: 992px) {
    #informacoes .div-as-table .row > div:first-child {
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        row-gap: 5px;
    }
        #informacoes .div-as-table .row > div:first-child > strong {
            font-size: 14px;
            padding-top: 0;
        }

        #informacoes .div-as-table .row > div:first-child > img {
            width: 30px;
        }


        #informacoes .div-as-table .row > div:last-child {
            padding: 0;
            font-size: 14px;
            line-height: 18px;
            text-align: center;
        }
}

#ladygaga p {
    font-family: 'gotham-book';
    color: white;
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
}

    #ladygaga p a {
        font-family: Gotham-Medium;
        color: white;
        text-decoration: underline;
        font-size: 16px;
    }

#orientacoes img {
    width: 40px;
    margin: 0 5px;
    vertical-align: middle;
}
#orientacoes strong {
    text-transform: uppercase;
}
@media(max-width: 992px) {
    #orientacoes strong {
        font-size: 18px;
    }
    #orientacoes img {
        width: 30px;
    }
}

.div-as-table {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.div-as-table .row {
    display: flex;
    width: 100%;
    column-gap: 20px;
}

.div-as-table .row > div {
    flex: 1;
    padding: 10px 0;
    row-gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
@media(max-width: 992px) {
    .div-as-table .row > div {
        text-align: center;
        align-items: center;
        row-gap: 5px;
    }
}

.div-as-table .row > div .titulo {
    font-family: gotham-book;
    font-size: 18px;
}

@media(max-width: 992px) {
    #orientacoes {
        padding: 50px 0;
    }
    .div-as-table .row {
        flex-direction: column;
    }
    .div-as-table .row > div .titulo {
        font-size: 14px;
        line-height: 20px !important;
    }
    #orientacoes h2 {
        font-size: 20px;
        line-height: 30px;
    }
}

.bgoverlay {
    background: #145EA8;
    border-radius: 25px;
    height: 50px;
    padding: 5px 5px 5px 25px;
    display: inline-block;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
}

.bgoverlay2 {
    background: #145EA8;
    border-radius: 25px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 25px;
    letter-spacing: 1px;
}

.bgoverlay strong {
    margin-top: 5px;
    display: inline-block;
    font-family: swiss-black !important;
    font-size: 23px;
    font-family: 'swiss-black';
    color: white;
    vertical-align: middle;
}

.meios-tarifas {
    background: #004b8e;
    color: white;
    padding: 85px 0;
}
    .meios-tarifas h3 {
        text-align: left;
        color: white !important;
        font-family: 'gotham-book';
        font-size: 23px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    @media(max-width: 992px) {
        .meios-tarifas {
            padding: 50px 0;
        }
        .meios-tarifas h3 {
            font-size: 14px;
            text-align: center;
            line-height: 18px;
        }
    }

.tipos-meios-pagamento {
    display: flex;
    text-align: left;
}

    .tipos-meios-pagamento > div {
        padding: 30px;
    }

        .tipos-meios-pagamento > div strong {
            font-family: 'gotham-book';
            font-size: 20px;
        }

        .tipos-meios-pagamento > div:first-child {
            width: 320px;
            border-right: 2px solid white;
            padding-left: 0;
        }

        .tipos-meios-pagamento > div:last-child {
            /*width: 65%*/
            padding-left: 50px;
            flex: 1;
        }

        .tipos-meios-pagamento > div img {
            width: 250px;
            margin-top: 15px;
            border-radius: 10px;
        }

        .tipos-meios-pagamento > div .subcoluna {
            display: flex;
            column-gap: 30px;
        }

            .tipos-meios-pagamento > div .subcoluna p {
                font-size: 20px;
                width: 100%;
            }

            .tipos-meios-pagamento > div .subcoluna > div {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }
.tipos-meios-pagamento > div .subcoluna img {
    width: auto !important;
    height: 240px !important;
}

                .tipos-meios-pagamento > div .subcoluna > div:first-child {
                    width: 60%;
align-items: center;
                }

                .tipos-meios-pagamento > div .subcoluna > div:last-child {
align-items: center;
                    width: 50%;
                }

@media(max-width: 992px) {
    .tipos-meios-pagamento {
        flex-direction: column;
        row-gap: 50px;
        margin: 30px 0;
    }

        .tipos-meios-pagamento > div:first-child,
        .tipos-meios-pagamento > div:last-child {
            width: 100%;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            border-right: none;
        }

        .tipos-meios-pagamento > div .subcoluna {
            flex-direction: column;
            row-gap: 20px;
        }

            .tipos-meios-pagamento > div .subcoluna > div:first-child,
            .tipos-meios-pagamento > div .subcoluna > div:last-child {
                width: 100%;
                align-items: center;
            }

        .tipos-meios-pagamento > div strong {
            text-align: center;
            width: 100%;
            font-size: 16px;
        }

        .tipos-meios-pagamento > div .subcoluna p {
            font-size: 16px !important;
            line-height: 20px;
            text-align: center !important;
        }
}



.tipos-tarifa {
    display: flex;
    margin-bottom: 50px;
    margin-top: 30px;
}

    .tipos-tarifa > div {
        display: flex;
        flex-direction: row;
        row-gap: 5px;
        justify-content: flex-start;
        align-items: flex-start;
        column-gap: 10px;
    }
        .tipos-tarifa > div > div {
            display: flex;
            flex-direction: column;
            padding-top: 10px;
            row-gap: 5px;
            flex: 1;
        }
        @media(max-width: 992px) {
            .tipos-tarifa > div img {
                width: 30px !important;
            }
            .tipos-tarifa > div > div {
                align-items: center;
                text-align: center;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                column-gap: 5px;
            }
            .tipos-tarifa > div strong {
                width: auto !important;
            }

        }
.tipos-tarifa > div > div > div {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    justify-content: center;
    column-gap: 5px;
}
@media(max-width: 992px) {
    .tipos-tarifa > div > div > div {
        width: 100%;
        flex-direction: row;
        text-align: center;
    }
}

            .tipos-tarifa > div img {
                width: 50px;
                margin: 0;
            }

        .tipos-tarifa > div strong {
            font-family: 'gotham-book';
            font-size: 20px;
            margin-bottom: 10px;
        }

        .tipos-tarifa > div span {
            font-family: 'gotham-book';
            font-size: 18px;
        }

        .tipos-tarifa > div:first-child {
            width: 25%;
        }

        .tipos-tarifa > div:last-child {
            width: 75%;
        }

@media(max-width: 992px) {
    .tipos-tarifa {
        flex-direction: column;
        row-gap: 20px;
    }

        .tipos-tarifa > div:first-child,
        .tipos-tarifa > div:last-child {
            width: 100%;
            flex-wrap: wrap;
            flex-direction: row;
            text-align: left;
            column-gap: 10px;
        }

        .tipos-tarifa > div strong {
            width: calc(100% - 70px);
            align-items: center;
            justify-content: flex-start;
            display: flex;
            margin: 0;
            font-size: 16px;
        }
        .tipos-tarifa > div span {
            font-size: 14px;
            line-height: 18px;
        }
}

.planeje-rota {
    background: #612573;
    padding-bottom: 85px;
}

.planeje-sua-viagem {
    margin-top: 0;
}

@media(max-width: 992px) {
    .planeje-rota-espacamento {
        display: none !important;
    }
}



.como-chegar {
    padding: 85px 0;
    background: #612573;
    color: white;
}
@media(max-width: 992px) {
    .como-chegar {
        padding: 50px 0;
    }
}

    .como-chegar h3 {
        text-align: left;
        color: white !important;
        font-family: 'gotham-book';
    }

    .como-chegar p a {
        text-decoration: underline;
    }

    .como-chegar p {
        font-family: 'gotham-book';
    }

        .como-chegar p a {
            font-family: gotham-medium
        }

    .como-chegar h3 {
        text-align: left;
        margin-top: 40px;
        font-weight: bold;
    }

.bgoverlay { padding: 0}

.acesso-embarque p {
    text-align: center !important;
    font-family: "Gotham-book";
    font-size: 20px !important;
}
@media(max-width: 992px) {
    .acesso-embarque p {
        font-size: 16px !important;
    }
}
.acesso-embarque {
    text-align: center;
    margin-top: 50px;
}
.planeje-sua-viagem h1 {
    font-family:swiss-black;
}
.btn-rounded {
    background: #145EA8;
    border-radius: 25px;
    height: 45px;
    padding: 5px 25px 5px 25px;
    display: inline-flex;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    align-items: center;
    color: white;
    justify-content: center;
    font-family: 'swiss-black';
}

    .btn-rounded.lima {
        background: #c9d22a;
    }

#ladygaga h2 {
    font-size: 34px;
    margin-bottom: 30px;
}
@media(max-width: 992px) {
    #ladygaga h2 {
        font-size: 24px;
        line-height: 30px !important;
        margin-bottom: 20px;
        text-align: center;
    }
}
#ladygaga .como-chegar p {
    font-family: 'gotham-book';
    color: white;
    text-align: justify;
    font-size: 20px;
    line-height:30px;
    max-width: 1020px;
    margin: 15px 0 30px 0;
}
@media(max-width: 992px) {
    #ladygaga .como-chegar p {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
}
#ladygaga p.alert {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}
@media(max-width: 992px) {
    #ladygaga p.alert {
        font-size: 14px;
        line-height: 18px;
    }
}
#ladygaga .rota-tracada .topo-rota-tracada p {
    color: #a0a0a0;
}
#ladygaga .rota-tracada .nome_estacao1 {
    color: #333;
}
footer {
    margin-top: 0 !important;
}