﻿@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: #ED1164;
    padding: 40px 0;
    color: white;
}
#ladygaga #orientacoes h2 {
    line-height: 44px;
    color: white;
}
#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: #612573;
    padding: 40px 0;
    color: white;
}
@media(max-width: 992px) {
    #informacoes {
        padding: 50px 0;
    }
        #informacoes .div-as-table .row {
            flex-direction: row;
            column-gap: 10px;
        }
            #informacoes .div-as-table .row > div:first-child {
                text-align: left;
            }
            #informacoes .div-as-table .row > div:last-child {
                text-align: left !important;
                align-items: flex-start;
            }
}

#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;
    padding: 0;

    flex: none;
        
}
#informacoes .div-as-table {
    row-gap: 20px;
}
#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 > strong {
        text-transform: uppercase;
        font-weight: 100;
    }
   #informacoes .div-as-table .row > div:last-child {
    font-family: 'gotham-book';
    padding-top: 15px;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    row-gap: 0;
}
@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: 50px;
        }


        #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 .wrap > p {
    text-align: center;
}
#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;
    }
}
#orientacoes .div-as-table .row > div {
    align-items: center;
    text-align: center;
}

.div-as-table .row > div .titulo {
    font-family: gotham-book;
    font-size: 17px;
    color: white;
}

@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: 40px 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: 40px 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;
    column-gap: 80px;
}

    .tipos-tarifa > div {
        display: flex;
        flex-direction: row;
        row-gap: 5px;
        justify-content: flex-start;
        align-items: flex-start;
        column-gap: 10px;
        flex: 1;
    }
        .tipos-tarifa > div > div {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            padding-top: 0;
            row-gap: 5px;
            flex: 1;
        }
        @media(max-width: 992px) {
            .tipos-tarifa > div img {
                width: 50px !important;
            }
            .tipos-tarifa > div > div {
                align-items: flex-start;
                text-align: left;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: center;
                justify-content: flex-start;
                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: left;
        justify-content: flex-start;
    }
}

        .tipos-tarifa > div img {
            width: 50px;
            margin: 0;
        }

        .tipos-tarifa > div strong {
            font-family: 'gotham-book';
            font-size: 12px;
            margin-bottom: 0;
            font-weight: 100;
			letter-spacing: -0.8px;

        }

        .tipos-tarifa > div span {
            font-family: 'gotham-book';
            font-size: 12px;
            line-height: 20px;
            line-height: 16px;
        }

        /*.tipos-tarifa > div:first-child {
            width: 50%;
            padding-left: 10%;
        }*/

        .tipos-tarifa > div:last-child {
            width: 50%;
        }

@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;
            padding-left: 0;
        }

        .tipos-tarifa > div strong {
            width: calc(100% - 70px);
            align-items: left;
            justify-content: flex-start;
            display: flex;
            margin: 0;
            font-size: 16px;
        }
        .tipos-tarifa > div span {
            font-size: 14px;
            line-height: 18px;
        }
}

.planeje-rota {
    background: #FEC32B;
    padding-bottom: 40px;
}

.planeje-sua-viagem {
    margin-top: 0;
    margin-bottom: 0;
}

@media(max-width: 992px) {
    .planeje-rota-espacamento {
        display: none !important;
    }
}



.como-chegar {
    padding: 40px 0;
    background: #FEC32B;
    color: #004b8e;
}
@media(max-width: 992px) {
    .como-chegar {
        padding: 40px 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;
    }


.acesso-embarque p {
    text-align: center !important;
    font-family: "Gotham-book";
    font-size: 16px !important;
}
@media(max-width: 992px) {
    .acesso-embarque p {
        font-size: 16px !important;
    }
}
.acesso-embarque {
    text-align: center;
    margin-top: 30px;
}
.planeje-sua-viagem h1 {
    font-family:swiss-black;
}
.colunas-brancas {
    display: flex;
    column-gap: 10px;
    align-items: flex-start;
    color: #333333;
    row-gap: 10px;

}

.colunas-brancas > div {
    background: white;
    border-radius: 20px;
    padding: 20px;
    flex-wrap: wrap;
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
}
    .colunas-brancas > div h3 {
        color: #333333 !important;
        margin: 0;
        font-family: gotham-bold;
        text-align: center;
        width: 100%;
    }
    .colunas-brancas > div div {
        flex: 1;
        color: #333333;
    }
    .colunas-brancas > div div img {
        width: 100%;
    }
        .colunas-brancas > div div p {
            color: #333333 !important;
            /*font-size: 13px !important;
            line-height: 14px !important;*/
            margin: 10px 0 !important;
        }
            .colunas-brancas > div div p strong {
                font-size: 15px;
                line-height: 16px;
                font-family: gotham-book;
                text-align: center;
            }

            .colunas-brancas > div:last-child div p {
                text-align: center !important;
            }
    .colunas-brancas > div:first-child div:first-of-type p {
        text-align: center !important;
    }

    .colunas-brancas > div div p a {
        color: #145EA8 !important;
    }

    @media(max-width:992px) {
        .colunas-brancas {
        flex-direction: column;
    }

        .colunas-brancas > div {
            flex-direction: column;
        }
            .colunas-brancas > div h3 {
                font-size: 20px;
            }

            .d-m-f-c-r {
                display: flex;
                flex-direction: column-reverse;
            }
                .d-m-f-c-r p strong {
                    font-weight: normal !important;
                    font-size: 16px !important;
                }
}
        .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: 28px;
    margin-bottom: 22px;
    text-align: center;
}
@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: #004b8e;
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    max-width: 1020px;
    margin: 15px 0 30px 0;
    text-align: center;
}
@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: 20px;
    font-size: 14px;
    font-weight: 100;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
    column-gap: 10px;
    margin-top: 40px;
}
    #ladygaga p.alert img {
        width: 16px;
    }
    @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;
}

#programacao {
    background: #F68B1F;
    padding: 40px 0;
    color: white;
    text-align: center;
}
    #programacao > div {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        align-items: center;
    }
    #programacao h2 {
        margin: 0;
    }
    #programacao p {
        text-align: center;
    }
    footer {
        margin-top: 0 !important;
    }