*{
    margin: 0;
    padding: 0;
}
:root{
    --cor-cabecalho: #ffffff;
    --cor-corpo-detalhes: #fd6b02;
    --cor-botao-detalhes: #5e17eb;
    --cor-detalhes-texto: #e9a26f;
}
/*Home*/
header{
    background-color: var(--cor-cabecalho);
}
.home{
    background: var(--cor-corpo-detalhes);
}
.cont_lista{
    list-style: none;
    display: flex;
}
.cont_lista li{
    margin-left: 32px;
}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: var(--cor-cabecalho);
}
nav li{
    list-style: none;
    transition: 1s all;
}
nav li:hover{
    transform: scale(1.2);
}
nav .op .oap{
    text-transform: capitalize;
    color: var(--cor-cabecalho);
    background-color: var(--cor-botao-detalhes);
    padding: 6px 6px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    transition: 1s all;
}
nav .op .oap:hover{
    color: var(--cor-cabecalho);
    background-color: var(--cor-corpo-detalhes);
    transform: scale(1.2);
}
.bot_viagem{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px;
}
.botao{
    padding: 25px 30px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}
div .botao:hover{
    color: var(--cor-corpo-detalhes);
    transform: scale(1.2);
    background-color: var(--cor-cabecalho);
}
div .botao{
    font-weight: bolder;
    font-size: 20px;
    text-decoration: none;
    color: var(--cor-cabecalho);
    background-color: var(--cor-botao-detalhes);
    transition: 1s all;
}
.text_principal{
    padding: 5px 25px;
}
.titulo{
    text-align: center;
}
.text_secundario{
    padding: 5px 25px;
}
.onibus{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    column-gap: 15px;
}
.buzao{
    width: 115px;
    box-shadow: 10px 10px var(--cor-detalhes-texto);
}
.menu div{
    width: 32px;
    height: 2px;
    background-color: var(--cor-botao-detalhes);
    margin: 8px;
    cursor: pointer;
}
.menu{
    display: none;
    cursor: pointer;
}
/*página viagem*/
body{
    background-color: rgb(0, 0, 0);
}
a.img_logo{
    display: flex;
    justify-content: center;
}
.cabecalho_cont{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.form_cont{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2%;
}
.caixa_cont{
    text-align: center;
    color: var(--cor-corpo-detalhes);
    margin-left: 10px;
    margin-right: 32px;
}
.texto{
font-weight: bold;
font-size: 13.5px;

}
.caixas{
    width: 100%;
    margin-right: 30px;
    padding: 10px 10px;
    border-radius: 20px;
    background-color: var(--cor-cabecalho);
}
#ca1{
    border-color: var(--cor-botao-detalhes);
    color: var(--cor-botao-detalhes);
}
#ca2{
    border-color: var(--cor-botao-detalhes);
    color: var(--cor-botao-detalhes);
}

#bot{
    width: 15%;
    padding: 5px 5px;
    margin: 10px 20px;
    height: 35px;
    background-color: var(--cor-botao-detalhes);
    color: var(--cor-cabecalho);
    font-weight: bold;
    font-size: 13.5px;
    border: none;
    cursor: pointer;
    transition: 1s all;
    border-radius: 20px;
}
#bot:hover{
    background-color: var(--cor-corpo-detalhes);
    color: var(--cor-cabecalho);
    transform: scale(1.2);
}
#bot2{
    display: none;
    background-color: var(--cor-botao-detalhes);
}
.navegacao{
    display: flex;
    flex-direction: row-reverse;
}
.mapa{
    display: flex;
    width: 85vw;
    height: 70vh;
    background: #918e8e;
}
.info_cont{
    display: flex;
    flex-direction: column;
    top: 8vh;
    right: 0;
    width: 18vw;
    height: 70vh;
    background: var(--cor-corpo-detalhes);
}

@media screen and (max-width: 757px){
    /*página de navegação*/
    .caixas{
        width: 50%;
        margin-right: 15px;
        padding: 5px 5px;
        border-radius: 10px;
    }
    #bot{
        display: none;
    }
    #bot2{
        display: block;
        width: 15%;
        padding: 3% 3%;
        margin-left: 40%;
        margin-top: 2%;
        height: 35px;
        background-image: url('Lupa01.png');
        background-size: cover;
        border: none;
        cursor: pointer;
        transition: 1s all;
        border-radius: 20px;
    }
    #bot2:hover{
        background-color: var(--cor-corpo-detalhes);
        color: var(--cor-cabecalho);
        transform: scale(1.2);
    }
    .navegacao{
        display: block;
    }
    .mapa{
        width: 100vw;
        height: 65vh;
    }.info_cont{
        display: block;
        width: 100vw;
        height: 15vh;
        background: var(--cor-corpo-detalhes);
    }
    .form_cont{
        display: block;
    }
    /*menu retratil*/
    body{
        overflow-x: hidden;
    }
    .cont_lista{
        position: absolute;
        top: 23.2vh;
        right: 0;
        width: 45vw;
        height: 80vh;
        border-bottom-left-radius: 20px;
        background: var(--cor-cabecalho);
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        transform: translateX(100%);
        transition: transform 0.3s ease-in;
    }
    .cont_lista li{
        margin-left: 0;
        opacity: 0;
    }
    .cont_lista.active{
        transform: translateX(0);
    }
    .menu{
        display: block;
    }
    .menu.active .line1{
        transform: rotate(-45deg) translate(-8px, 8px);
    }
    .menu.active .line2{
        opacity: 0;
    }
    .menu.active .line3{
        transform: rotate(45deg) translate(-5px, -7px);
    } 
    @keyframes navLinkFade{
        from{
            opacity: 0;
            transform: translateX(50px);
        }
        to{
            opacity: 1;
            transform: translateX(0);
        }
    }
}

