.list_operadoras{
    
    padding: 1em 0 1.5em 0;
}
.operadoras{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 .5em;
    flex-wrap: wrap;
}

.internas_text {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
    
}
.internas_text  h3{
    margin-top: 20px;
    color: rgb(26, 67, 133);
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding-left: 10px;
}
.internas_itens ul a li{
   
    color: black;
    font-size: 16px;
    padding: 5px 0 5px 24px;
}
.internas_itens ul a li:hover{
   
    color: #fff;
   background-color: #1a4385;
   border-radius: 5px;
   padding-right: .3em;
}


.externas_text{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
    
    width: 100%;
}

.externas_text  h3{
    margin-top: 20px;
    color: rgb(26, 67, 133);
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding-left: 10px;
}

.externas_itens > ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 4em;
    flex-wrap: wrap;
}

.externas_itens ul div a li:hover{
   color: #fff;
   background-color: #1a4385;
   border-radius: 5px;
   padding-right: .3em;
}
.externas_itens ul div a li{
    color: black;
    font-size: 16px;
    padding: 5px 0 5px 24px;
}
.aux_list_externas_itens{
    align-self: flex-start;
}

.footer_rota{
    background-color: #2F4480;

}

.footer_flex{
    padding-top: .5em;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 90px;
}

.footer_flex__text{
    color: #fff;
    align-self: flex-start;
}

.footer_flex__text div:first-child{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1em;
}

.footer_flex__text div h5{
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
}
.footer_flex__text p{
    color: #e7e7e7;
    font-weight: normal;
    padding-left: 24px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.9;
}

.footer_flex__unidades{
    color: #fff;
    align-self: flex-start;
}

.footer_flex__unidades div div:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5em;
}

.footer_flex__unidades div div h5{
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold; 
    text-align: center;  
}
.footer_flex_links{
    color: #fff;
    align-self: flex-start;
}

.footer_flex_links div:first-child{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1em;
}

.footer_flex_links div h5{
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.footer_flex_links ul a li{
    font-size: 14px;
    cursor: pointer;
    padding: .5em 0;
}

.sociais{
    width: 100%;
}

.sociais div:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

.sociais div h5{
    text-align: center;
}

.flex_sociais{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1em;
}
.footer_button_unidades{
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    position: relative;
    flex-direction: column;
    align-items: center;
}
.button_selecione{
    padding: 7px;
    background-color: #d8d8d8;
    color: #2F4480;
    font-size: .8em;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5em;
    margin: 1em 0 .3em 0;
    width: 100px;
}

.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: 9;
}

.anuncio_flex{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}

.anuncio_flex__text{
    color: white;
    font-family: 'Poppins',sans-serif;
    font-weight: 300;
   padding: 0 2em;
    display: flex;
    justify-content: center;
}

.anuncio_flex__text h4{
    font-size: 16px;
}

.anuncio_link__numero{
    height: 100%;
    background-color: #fff;
    padding: .4em 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.anuncio_flex__numero{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.anuncio_flex__numero span:first-child{
    color: #337ab7;
    padding-bottom: .4em;
}

.anuncio_flex__numero span:last-child{
    color: #1a4385;
    font-weight: bold;
    font-size: 22px;
}

.footer_list__unidades{
    background-color: #fff;
    color: #333333;
    padding: .5em;
    transition: all 1s  ease-out;
    border-radius: 2px;
    display: none;
    
}
.footer_list__unidades ul a li{
    padding: .3em .2em;
color: #1a4385;
}
.footer_list__unidades ul a li:hover{
    background-color: #e7e7e7;
}

/* versão mobile do menu operadoras */
.mobile_operadoras{
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    
}

.mobile_operadoras__content__planos,
.mobile_operadoras__content__operadoras{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile_operadoras__planos,
.mobile_operadoras__operadoras{
    background-color: #e7e7e7;
    cursor: pointer;
    padding: 1em 2em;
    border-radius: 3px;
    margin: 2em 0;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1em;
}

.mobile_operadoras__planos button,
.mobile_operadoras__operadoras button{
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    color: #1a4385;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5em;
}
.mobile_list_planos,
.mobile_list_operadoras{

    background-color: #f1f1f1;
    transition: 1s all;
    padding: .5em 1em;
    border-radius: 3px;
    margin-top: -1.8em;
}  

.list_flex_operadoras{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    flex-wrap: wrap;
}
.list_flex_operadoras div{
    align-self: flex-start;
}

.list_flex_operadoras div a li{
    padding: 1.5em 0;
    color: #1a4385;
    font-size: 16px;
}

.mobile_list_planos div ul a li{
    padding: 1.5em 0;
    color: #1a4385;
    font-size: 16px;
}

.footer_cardmais{
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: 1em;
}

.button_cardmais{
    background-color: #F68934;
    border-radius: 3px;
    width: 200px;
    display: flex;
    justify-content: center;
    padding: 1em 0;
}

.button_cardmais p{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
}
.bg-map{
    background-color: #F4F4F4;
}


@media screen and (max-width:890px){
    .operadoras{
        display: none;
    }
    .footer_flex_links div:first-child{
        
        justify-content: center; 
    }
    .mobile_operadoras{
        display: flex;
    }


}

@media screen and (max-width:700px){
    .footer_flex{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1em;
    }
    .footer_flex__text{
        text-align: center;
        width: 100%;
    }
    .footer_flex__text p{
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .footer_flex__unidades h5{
        text-align: center;
    }
    .footer_flex_links{
        text-align: center;
        width: 100%;
    }
    .footer_flex__unidades{
        width: 100%;
    }
    .sociais{
        width: 100%;
    }
    .flex_sociais{
        justify-content: center;
        gap: 2em;
        flex-wrap: wrap;
    }
    .anuncio_flex__text{
        display: none;
    }
    .anuncio_link__numero{
        width:70%;
        margin: 0 auto;
    }
    .footer_cardmais{
        justify-content: center;
    }
    .list_operadoras{
        margin: 1em 0 0 0;
    }
}
@media screen and (max-width:330px){
    .anuncio_flex__numero{
        font-size: 12px;
    }
    .anuncio_flex__numero span:last-child {
        font-size: 16px;
    }
}


@media screen and (max-width:500px) {
.footer_flex__text div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
}

@media screen and (max-width:390px) {
.footer_flex__text div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
}





