:root{
    --azul-padrao-color: #06194b;
    --azul-secundario:#5685d0;
}



.titulo{
    text-align: center;
    margin-top: 40px;
}

.conteudo{
    padding-top: 50px;
}

.title_auto{
    background: url(../images/banner_bike.webp);
    width: 100%;
    background-size: cover;
    background-position: left center;
    position: relative;
    z-index: 1;
}

.seguradoras{
    margin-bottom: 40px;
}

.seguradoras h2{
    text-align: center;
    margin: 30px 0px 40px 0px;
}

.seguradoras__flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.card_op{
    box-shadow: 0 0 10px 0 rgb(0 43 92 / 8%);
    margin-bottom: 20px;
}

.card_op h4{
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 0px;
}

.card_seg{
    width: 300px;
    height: 200px;
    position: relative;
    padding: 5px 15px;
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    
}

.card_text__conteudo{
    font-size: 14px;
}

.card_figure{
    margin-right: 10px;
}

.card_text{
    margin-left: 10px;
}

.ordemSegundo{
    display: none;
}

@media screen and (max-width:1000px){
    .ordemSegundo{
        display: block;
    }
    .margem-mobile{
        margin-bottom: 40px;
    }
    .ordemPrimeiro{
        display: none;
    }
    .conteudo{
        padding-top: 30px;
    }
    .titulos{
        text-align: center;
    }
}

.link-telefone-mobile{
    display: flex;
    justify-content: center;
}

.link-cotacao-mobile{
    display: flex;
    justify-content: center;
}

.telefone-mobile{
    border: 1px solid #5685d0;
    padding: 10px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgb(0 43 92 / 8%);
}

.tel-mobile-aparecer{
   display: none;
}

.tel-cotacao-aparecer{
    width: 100%;
    display: none;
    background-color: var(--azul-secundario);
    color: #fff;
    padding: 15px 0px;
    box-shadow: 0 0 15px 0 #5685d0;
}

.distancia{
    margin: 0px 5px;
}


@media screen and (max-width:578px){
    .tel-mobile-aparecer{
        display: block;
    }
    .tel-cotacao-aparecer{
        display: block;
    }
}

@media screen and (max-width:330px){
    .card_seg{
        width: 100%;
        height: auto;
    }
}


.tituloMenor > h1{
    font-size: 48px;
}

.tituloMenor > h2{
    font-size: 36px;
}


@media screen and (max-width:502px){
    .title_auto{
        background-position: 60%;
    }
}


