footer{
    background-color: var(--azul-footer);
    padding-bottom: 100px;
}

footer p, footer a{
    color: var(--branco);
}

footer a:hover *{
    color: var(--laranja)!important;
    fill: var(--laranja)!important;
}

footer h5, footer h6{
    margin: 0;
    color: #e7e7e7;
    line-height: 1.5rem;
}

footer h5{
    font-size: 16px;
    padding-left: 5px;
    font-weight: bold;
    
}

footer h6{
    font-size: 14px;
    font-weight: normal;
    padding-left: 25px;
}

.footer__unidades button{
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    color: var(--azul-primario);
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8em;
    border: 0;
    background-color: #e7e7e7;
}

.footer_unidades--list{
    background-color: #e7e7e7;
    border-radius: 2px;
    margin-top: 5px;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s all ease;
}

.footer_unidades--click{
    max-height: 2000px!important;
}

.footer_unidades--list ul{
    padding: 5px 0;
}

.footer_unidades--list li a{
    color: var(--azul-primario);
    padding: 8px 10px;
    display: block;
}

.footer_unidades--list li:hover a{
    color: var(--laranja);
    background-color: var(--cinza-principal);
}

.footer_midias-sociais{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.footer_midias-sociais a{
    margin: 0 5px;
}

.footer__rota-links p{
    margin: 0 0 10px 0;
}

.cardmais{
    background-color: var(--laranja);
    padding: 15px 10px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.3s all ease;
    width: 200px;
    text-align: center;
    border-radius: 3px;
}

.cardmais:hover{
    transition: 0.3s all ease;
    transform: scale(1.1);
}

.footer_topic{
    margin-bottom: 10px;
    align-items: center;
}

.cook {
    position: fixed;
    bottom: 14%;
    left: 3%;
    z-index: 100000000;
}

.cookies-content {
    z-index: 100;
    position: fixed;
    bottom: 13%;
    left: 6%;
}

.content_cookie {
    width: 360px;
    height: 170px;
    box-shadow: 0 0 10px #292929;
    border-radius: 5px;
    padding: 0.5em;
    line-height: 26px;
    background-color: #faf7f7;
    font-size: 13px;
}

.content__msg{
    color: var(--text);
}

.content__msg a {
    font-weight: bolder;
    color: #1A4385;
}

.content__action {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content__button {
    border-radius: 5px;
    background-color: #2F4480;
    padding: .4em;
    margin-top: -0.3em;
    font-weight: 600;
    display: inline-block;
    width: 150px;
    text-align: center;
    color: #fff;
    font-family: 'MohrRoundedBold', 'Poppins', 'Arial Narrow', Arial, sans-serif;
    cursor: pointer;
    font-size: 17px;
}

.desaparecer {
    display: none;
}

.content_img {
    display: flex;
    justify-content: center;
    gap: 2em;
    align-items: center;
    flex-direction: row;
}

.cookie-img {
    align-self: flex-start;
}

.cookie-img img {
    width: 45px;
    height: 45px;
}


.baus {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.text-bau {
    height: auto;
    width: auto;
    background-color: #d3d3d3;
    padding: .2em;
    text-align: center;
    border-radius: 25px;
    margin-bottom: -5px;

}

.text-bau p {
    margin: 0;
    font-weight: bold;
}

#imagembau{
    width: 32px;
    height: 32px;
}

.anuncio {
    background-color: #1a4385;
    position: fixed;
    bottom: 0;
    height: 70px;
    width: 100%;
    margin-bottom: 0 !important;
    box-shadow: 0 -3px 8px rgba(0, 0, 0, .16);
    z-index: 9999999;
    padding: 0 30px;
}

.anuncio_link__numero{
    background-color: var(--branco);
    height: 70px;
    padding: 10px 40px;
    text-align: center;
}


.anuncio_link__numero *{
    color: var(--azul-claro);
    font-weight: 700;
}

.numeroInteiroRota{
    padding: 5px 0;
    font-size: 22px;
    color: var(--azul-primario);
}

.anuncio_link__numero:hover span{
    color: var(--laranja);
}

.anuncio_flex *{
    line-height: 1.4em;
}

.anuncio_flex h4{
    margin: 10px 0;
    font-weight: 600;
}

.anuncio_flex span:nth-child(1){
    font-weight: 500;
}

.anuncio_flex__text{
    width: 300px;
}

/* Planos e Operadoras */
.footer-planos-operadoras{
    background-color: #F4F4F4;
    padding: 60px 0;
}

.footer-planos-mob h3{
    color: var(--azul-primario);
    font-size: 16px;
    padding-left: 10px;
}

.footer-planos-mob .footer-planos-operadoras__button{
    border: 0;
    background-color: var(--cinza-principal);
    width: 100%;
    cursor: pointer;
}

.footer-planos-mob .footer-planos-operadoras__button:hover{
    filter: brightness(0.8);
    transition: all 0.3s ease;
}

.footer-planos__list-mobile{
    background-color: var(--branco);
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
    border: 1px solid #ccc;
}

.footer-planos__list-mobile li{
    margin: 25px 0;
    font-weight: 500;
}

.footer-planos__list-mobile li:hover{
    color: var(--laranja);
}

.footer-planos-desk{
    justify-content: space-around;
    align-items: flex-start;
}

.footer-planos-desk a{
    line-height: 1.6em;
}

.footer-planos-desk a:hover li{
    color: var(--laranja);
}

.footer-planos-desk h3{
    color: var(--azul-primario);
    font-weight: 700;
    font-size: 26px;
}

/* Pre footer */

/* Cta mob */
.prefooter__cta-mob h3{
    color: var(--azul-primario);
    font-size: 40px;
    text-align: center;
    margin: 20px 0 0 0;
}

.prefooter__cta-mob p{
    text-align: center;
    font-size: 24px;
    line-height: 1.4em;
}

.prefooter__cta-mob p strong{
    font-weight: 400;
}

.prefooter__cta-mob a, .prefooter__cta-desk a{
    background-color: var(--laranja);
    color: var(--branco);
    padding: 10px 35px;
    border-radius: 5px;
    font-size: 20px;
    transition: 0.3s all ease-in-out;
}

.prefooter__cta-mob a:hover,  .prefooter__cta-desk a:hover{
    background-color: var(--azul-primario);
    transition: 0.3s all ease-in-out;
}

.prefooter__cta-mob img{
    width: 100%;
}

/* Cta desk */
.prefooter__cta-desk{
    margin: 30px 0;
}

.prefooter__cta-desk img{
    width: 33%;
}

.prefooter__cta-desk div{
    padding: 0 40px;
    margin: 20px 0;
}

.prefooter__cta-desk strong{
    font-size: 2.9vw;
    color: var(--azul-primario);
    font-weight: 900;
    
}
.prefooter__cta-desk p{
    font-size: 26px;
    color: var(--text);
    line-height: 1.5em;
    margin-top: 0;
}

.prefooter__cta-desk a{
    text-align: left;
    background-color: var(--laranja);
    align-self: flex-start;
}

/* Sobre Rota new */
.sobre-rota{
    background-image: url(../images-definitivo/imgs-layout/anosrota.webp);
    padding: 30px 4vw;
}

.sobre-rota *{
    text-align: center;
}

.sobre-rota h2{
    color: rgb(38, 167, 235);
    text-transform: uppercase;
    font-size: 20px;
}

.sobre-rota__top p strong{
    color: var(--branco);
    font-size: 32px;
}

.sobre-rota__conteudo{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.sobre-rota__conteudo--card{
    border: dashed 2px var(--branco);
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 400px;
    min-height: 300px;
    margin-bottom: 40px;
}

.sobre-rota__conteudo--card svg{
    fill: #fff;
}

.sobre-rota__conteudo--card:hover{
    border: dashed 2px rgb(38, 167, 235);
}

.sobre-rota__conteudo--card:hover svg{
    fill: #26A7EB;
}

.sobre-rota__conteudo--card h3{
    color: var(--branco);
    margin: 10px 0;
    font-weight: 500;
}

.sobre-rota__conteudo--card p{
    color: var(--branco);
    margin: 0;
    line-height: 2em;
    font-size: 14px;
    font-weight: 500;
}

@media(max-width:700px){
    footer *{
        text-align: center;
        justify-content: center;
    }
    .cardmais{
        align-self: center;
    }

    .footer_midias-sociais{
        margin: 5px 0
    }

    .anuncio_flex__text{
        width: 100%;
    }

    .footer_topic{
        margin-top: 20px;
    }

    .anuncio_flex{
        justify-content: center;
    }

    .anuncio_flex__text{
        display: none;
    }
}

/*.barra-oculta{
	display:none;
}*/

.barra-oculta-sao-jose{
	display:none;
}

.barra-oculta-limeira{
	display:none;
}