#home-banner{
    background-image: url(../../images-definitivo/imgs-layout/divi/cotacao.webp)!important;
}

@media(max-width:700px){
    #home-banner{
        background-image: url(../../images-definitivo/imgs-layout/divi/cotacao_mobile.webp)!important;
    }
}

#sugestoes {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    max-height: 200px;
    width: 100%;
    overflow-y: auto
}

#sugestoes::-webkit-scrollbar {
    display: none
}

#sugestoes ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#sugestoes li {
    padding: .5em;
    cursor: pointer
}

#sugestoes li:hover {
    background-color: #f2f2f2
}

@media screen and (max-width:900px) {
    .bannerflex {
        flex-direction: column
    }

    .bannerformulario {
        width: 80%;
        margin-top: 1.5em
    }

    .bannerText {
        width: 100%;
        text-align: center
    }

    .bannerText_titulo {
        text-align: center !important
    }
}

@media screen and (max-width:900px) {
    .bannerformulario {
        width: 96%
    }
}

@media screen and (max-width:540px) {
    #estado1 {
        display: none
    }
}

#orientacao {
    width: 100%
}

.orientacao_content h2 {
    padding-top: .3em;
    text-align: center;
    font-family: Poppins, sans-serif !important
}

.content_numero p{
    color: var(--branco);
}

.orient {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.3em 0 .9em 0;
    flex-wrap: wrap
}

.cardorient {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .4em;
    width: 250px;
    margin: .4em .2em
}

.content_numero {
    background-color: #1a4385;
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.content_numero p {
    margin: 0;
    font-size: 32px !important;
    font-weight: 700;
    text-align: center
}

.orient_text {
    font-size: 18px;
    font-weight: 700
}

.orient_numero {
    transition: all 1s
}

.orient_numero:hover {
    transform: rotateY(180deg)
}

@media screen and (max-width:900px) {
    .orient {
        justify-content: space-around
    }
}

#motivo {
    width: 100%;
    padding: 4em 0
}

.motivoscontent {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3em
}

.motivoscontent_img {
    width: 45%
}

.motivoscontent_img img {
    width: 100%;
    border-radius: 5px
}

.motivoscontent_texto {
    width: 50%;
    align-self: flex-start
}

.motivoscontent_texto h2 {
    margin-top: 0;
    margin-bottom: 1em;
    font-family: Poppins, sans-serif !important;
    font-weight: 600
}

.motivoscontent_button {
    background-color: #ff914d;
    color: #fff;
    border: #fff;
    border-radius: 5px;
    padding: 1em 2em;
    font-weight: 700;
    cursor: pointer;
}

.motivoscontent_button:hover {
    background-color: #1a4385;
    box-shadow: 0 0 6px #292929
}


@media screen and (max-width:700px) {
    .motivoscontent {
        flex-direction: column-reverse;
        align-items: center
    }

    .motivoscontent_texto {
        width: 100%;
        padding: 0 .7em;
        margin-bottom: .7em
    }

    .motivoscontent_img {
        width: 85%
    }
}

#comentario {
    width: 100%;
    padding: 1em 0
}

.coment {
    padding-bottom: 1em
}

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

.coment_flex_img {
    width: 35%
}

.coment_flex_img img {
    width: 100%
}

.coment_flex_content {
    width: 60%
}

.comentarios_card {
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    width: 450px ;
    height: 290px;
    margin: 0 .7em;
    text-align: center;
    position: relative;
}

.comentarios_card img {
    width: 25px;
    height: 25px
}

.coment_card {
    position: absolute;
    bottom: 0;
    left: 140
}

.coment div h3 {
    text-align: center;
    margin-bottom: 1em
}

#star {
    color: #fff500;
    font-size: 28px
}

#star::before {
    content: "\2605"
}

.stars {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.notatexto {
    text-align: center;
    font-size: 18px
}

.notaRota {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em
}

.notaRota span {
    font-size: 42px;
    font-weight: 600
}

#starnota {
    color: #fff500;
    font-size: 48px
}

#starnota::before {
    content: "\2605"
}

@media screen and (max-width:1090px) {
    .coment_flex {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .coment_flex_img {
        width: 55%
    }

    .coment_flex_img img {
        width: 100%
    }

    .coment_flex_content {
        width: 85%
    }

    .notatexto {
        padding: 0 1em
    }
}

@media screen and (max-width:1000px){
    .comentarios_card{
       width: 300px;
    }
    
    .comentarios_card p {
        font-size: 14px;
    }
    
    .coment_card h5, 
    .coment_card h6 {
        font-size: 14px;
    }
}
@media screen and (max-width:580px){
    .comentarios_card{
        width: 200px;
     }
     .comentarios_card p {
        font-size: 12px;
    }
    
    .coment_card h5, 
    .coment_card h6 {
        font-size: 12px;
        
    }
    .coment_card,
    .coment_card h5, 
    .coment_card h6{
        width: auto;
    }
    .comentarios_card p {
        width: auto;
    }
}

.formas-contato *{
    color: var(--branco);
}

.vantagens {
    width: 100%;
    padding: 1em 0 2em 0;
    background-color: #f2f2f2
}

.vantagemitem h2 {
    text-align: center;
    font-family: Poppins, sans-serif !important;
    font-weight: 700;
    margin-bottom: 1em;
    font-size: 32px;
}

.flexvantagens {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem
}

.vant_card {
    width: 100%;
    height: 450px;
    border: 1px solid #ccc;
    position: relative;
    margin: 0 1rem;
    border-radius: 5px;
    background-color: #fff;
}
.vant_card div img{
    width: 100%;
    height: 150px;
}


.vant_content {
    padding: .3em .5em .5em .5em;
    
}

.vant_content h4 {
    font-weight: 800;
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
}

.vant_card button{
    padding: 5px 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.vant_card button:hover{
    background-color: var(--laranja);
}


.vant_content_text button {
    font-weight: 800;
    border: none;
    padding: 0 10px;
    
}

.vant_content_text p {
    margin-top: .2rem;
    font-size: 14px;
    padding: 0 10px;
}

.vant_card div img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.vant_button {
    position: absolute;
    bottom: .5em;
    left: 5px;
    font-family: Poppins, sans-serif !important;
    color: #fff;
    border: none;
    padding: .3em;
    border-radius: 2px;
    font-weight: 700;
    background-color: #1a4385;
    cursor: pointer;
}

.glider-dots{
    opacity: 0.5;
}

.chamada :where(h4, h5, strong){
    color: var(--branco);
}

@media screen and (max-width:830px) {
    .vant_card {
        width: 100%;
    }
    .vant_card div img{
        width: 100%;
        max-height: 250px;
    }

}
@media screen and (max-width:760px) {
    .vant_card {
        height: 550px
    }
}

@media screen and (max-width:500px) {
    .vant_card {
        height: 490px
    }
}

@media screen and (max-width:320px) {
    .vant_card {
        height: 530px
    }
}

.avaliacaogeral {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
    flex-wrap: wrap
}

.avaliacaogeral a {
    text-decoration: none;
    color: inherit
}

.avaliacaogoogle {
    padding: .8em;
    border: 1px solid #1a4385;
    border-radius: 5px;
    height: 95px;
    width: 100px;
    text-align: center
}

.avaliacaogoogle>span {
    font-size: 28px;
    font-weight: 600
}

.avaliacaogoogle>p {
    font-weight: 600
}

.avaliacaogoogle>#star {
    display: inline-block;
    font-size: 28px
}

.button_vantagem {
    background-color: transparent;
    padding: .5em 1.5em;
    color: #ff914d;
    border: none;
    border-radius: 2px;
    font-weight: 600;
    font-family: Poppins, sans-serif !important;
    position: absolute;
    bottom: 0
}

.button_vantagem_maior {
    background-color: #ff914d;
    padding: .5em 1.5em;
    border: none;
    border-radius: 2px;
    font-weight: 600;
    font-family: Poppins, sans-serif !important
}

.button_vantagem:hover,
.button_vantagem_maior:hover {
    color: #1a4385
}

.text_rest {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: .5em;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    z-index: 1000;
    font-size: 13px
}

@media screen and (max-width:1000px) {
    .flexvantagens-maior {
        width: 100%;
        margin-top: 1.5em
    }

    .flexvantagens-menores {
        width: 100%
    }
}

@media screen and (max-width:400px) {
    .menores_box {
        height: auto
    }
}

@media screen and (max-width:250px) {
    .menores_box {
        width: auto
    }
}

#action {
    width: 100%;
    background: #ff914d;
    background: linear-gradient(90deg, rgba(255, 145, 77, .9220063025210083) 0, rgba(255, 145, 77, .9108018207282913) 47%, #bb4e0a 100%)
}

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

.chamadas {
    padding: 1rem 0
}

.chamada {
    text-align: left;
    padding: .5em;
    width: 500px;
    border-radius: 5px;
    align-self: flex-start;
    color: #fff;
    margin-top: 5rem
}

.chamadas_img {
    width: 45%
}

.chamadas_img img {
    width: 80%
}

.chamada h4 {
    font-size: 36px;
    font-family: Poppins, sans-serif !important;
    font-weight: 800;
    margin-bottom: 3rem
}

.chamada h5 {
    font-size: 22px;
    font-family: Poppins, sans-serif !important;
    margin-bottom: 3rem
}

.chamada span {
    color: #292929;
    font-size: 26px;
    font-weight: 800;
    font-family: Poppins, sans-serif !important
}

.chamada__button {
    background-color: #1a4385;
    color: #fff;
    border: #fff;
    border-radius: 5px;
    padding: 1em 2.5em;
    font-weight: 700;
    margin: .8em 0;
    transition: all 1s;
    cursor: pointer;
}

.chamada__button:hover {
    box-shadow: 0 0 10px #292929;
    transform: scale(1.1)
}

.listavantagem {
    margin-left: .5em;
    margin-bottom: 3em
}

.listavantagem li {
    font-size: 16px;
    margin-bottom: .4em
}

.listavantagem li:hover>i {
    color: #ff914d !important
}

.ainda-tem-duvidas :where(p, h6, hr){
    text-align: left!important;
    margin: 15px 0!important;
}

.ainda-tem-duvidas h6{
    font-size: 36px;
    text-transform: uppercase;
}

.ainda-tem-duvidas p{
    font-size: 18px;
    line-height: 1.5em;
}

.porque-rota :where(p, h5, hr){
    text-align: center!important;
    margin: 15px 0!important;
}

.porque-rota h5{
    font-size: 36px;
    text-transform: uppercase;
}

.porque-rota p{
    font-size: 18px;
    line-height: 1.5em;
}

.porque-rota__vantagem{
    margin: 20px 0;
}

.porque-rota__vantagem span{
    font-weight: 700;
    font-size: 28px;
}

.porque-rota__circle{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a4385;
    border-radius: 50%;
}
.porque-rota__circle svg{
    width: 80px;
    height: 80px;
    padding: 15px;
    fill: #fff;
}

.cotacao-banner{
    background-position: 55%!important;
}

.cotacao-banner :where(h1, p){
    text-shadow: 2px 2px #2929293a;
}

.vantagens :where(p, h4){
    text-align: left;
}
  
@media screen and (max-width:790px) {
    /* Carrousel */

    .ainda-tem-duvidas img{
        width: 100%;
    }

    .chamadas_img {
        display: none
    }

    .chamadas_content {
        margin: 2em 0
    }

    .mobcotar,
    .mobtabela {
        display: none !important
    }

    .mobheader {
        height: 150px
    }
}

@media screen and (max-width:500px) {
    .chamada {
        width: auto
    }

    .mobheader {
        height: 100px
    }
}

@media screen and (max-width:370px) {
    .chamada h4 {
        font-size: 18px;
        font-family: Poppins, sans-serif !important
    }

    .chamada h5 {
        font-size: 16px;
        font-family: Poppins, sans-serif !important
    }
}

/* Carrosel */
.carousel{
    border-top: 5px solid #d3d3d3;
    margin: 1em 0;
    padding: 1em;
}

.carousel_content h5{
    color: rgb(26, 67, 133);
    text-align: center;
    font-weight: 600;
    
}
.carousel_content h2{
    text-align: center;
    margin-top: .2em;
    padding-bottom: .2em;
    font-weight: 700;
    font-size: 33px;
}

.carousel_container{
    margin: 0 auto;
    width: 100%;
    max-width: 990px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding:  0 15px;
}

.control{
    border: none;
}

.left{
    position: absolute;
    top: 50%;
    left: 0;
    background-color: none;
    cursor: pointer;
    opacity: 0.4;
    transition: all .5s;
    background: none;
}
.right{
    position: absolute;
    top: 50%;
    right: 0;
    background-color: none;
    cursor: pointer;
    opacity: 0.4;
    transition: all .5s;
    background: none;
}

.left:hover,
.right:hover{
    opacity: 1;
}

#slider{
    max-height: 550px;
    display: flex;
    align-items: center;
    gap: 2em;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: all .5s ease-in-out;
}

#slider a img{
    filter: grayscale(100%);
    transition: all .1s ease-in;
}

#slider a img:hover{
    filter: grayscale(0);
}

#slider::-webkit-scrollbar{
    display: none;
}

.s-border{
    border-top: none;
}

.motivoscontent_img img{
    width: 100%;
    height: 100%;
    max-width: 450px;
}


@media screen and (max-width:1000px){
    .carousel_container{
        max-width: 750px;
    }
}
@media screen and (max-width:580px){
    .carousel_container{
        max-width: 95%;
    }
    
}
@media screen and (max-width:350px){
    .carousel_container{
        max-width: 100%;
    }
}
@media screen and (max-width:310px){
    .carousel_content h2{
        font-size: 22px;
    }
}


