body {
    font-family: "Roboto", sans-serif;
    color: #666766;
    padding-top: 0px;
}

.btn-docotation, .btn-docotation:hover, .btn-docotation:focus, .btn-docotation:active, .btn-docotation:active:focus{
	color: #fff !important;
	background: #f58220;
	border: 0;
	padding: 10px 15px;
	text-decoration: none;
}

.form-cotation h2{
	color: #000;
	text-align: center;
}

.form-cotation form{
	text-align: right;
}

.form-cotation form .wpcf7-response-output{
	text-align: center;
}

.form-cotation button, .form-cotation button:hover, .form-cotation button:focus, .form-cotation button:active, .form-cotation button:active:focus{
	color: #fff !important;
	background: #f58220;
	border: 0;
	padding: 10px 15px;
	text-decoration: none;
}

.navbar {
    background-color: transparent !important;
    z-index: 12;
}

.navbar-brand img {
    height: 50px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover{
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link:active,
.navbar-light .navbar-nav .active>.nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link:active:focus {
    color: #000;
    font-weight: bold;
}

.nav-link.get-a-quote, 
.nav-link.get-a-quote:hover,
.nav-link.get-a-quote:active,
.nav-link.get-a-quote:focus,
.nav-link.get-a-quote:active:focus{
    color: #fff !important;
    background-color: #f58220;
    border: 1px #f58220 solid;
    border-radius: 3px;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link.get-a-quote:hover{
    background-color: transparent;
    color: #f58220;
    font-size: 14px;
}

.nav-link.client-area{
    margin-right: 20px;
}

.nav-link.client-area, 
.nav-link.client-area:hover,
.nav-link.client-area:active,
.nav-link.client-area:focus,
.nav-link.client-area:active:focus{
    background-color: transparent;
    border: 1px #000 solid;
    border-radius: 3px;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link.client-area:hover{
    background-color: #000;
    color: #fff;
    font-size: 14px;
}

section.banner{
    margin-top: -76px;
}

section.toposite{
    height: auto;
    background-image: url(https://carvisa.com.br/wp-content/themes/carvisa/assets/images/fundo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 90vh;
    width: 100%;
    position: relative;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: -80px;
}
.chamada h2{
    font-weight: 800;
    margin-top: 0px;
    font-size: 23px;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 40px;
}
.chamada h1{
    font-weight: 800;
    margin-top: 100px;
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 46px;
    color: #f58220;
}
.chamada h1 span{
    color: #000;
}
.formContato{
    padding: 20px; 
    border-radius: 25px;
    background-color: #fff;
    position: relative;
    z-index: 5;
    text-align: center;
}
.formContato h2{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    color: #ff7d00;
}
.form-control{
    border-radius: 30px;
    width: 100%;
    height: 55px;
    margin: 10px 0;
    text-transform: uppercase;
}
.formsubmit{
    color: #fff;
    font-weight: 800;
    background: #ff7d00;
}



section.spc{
    background: rgb(245,130,39); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(245,130,39,1) 0%, rgba(245,132,40,1) 14%, rgba(244,133,43,1) 15%, rgba(244,133,43,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(245,130,39,1) 0%,rgba(245,132,40,1) 14%,rgba(244,133,43,1) 15%,rgba(244,133,43,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(245,130,39,1) 0%,rgba(245,132,40,1) 14%,rgba(244,133,43,1) 15%,rgba(244,133,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58227', endColorstr='#f4852b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
section.spc h2{
    font-weight: 700;
    color: #000;
    font-size: 40px;
}
section.spc h2 strong{
    color: #fff;
}
section.spc img{
    margin-bottom: -70px;
    margin-top: -52px;
}
section.spc ul, section.spc li{
    list-style: none;
    font-size: 30px;
    color: #fff;
    margin: 0;
    padding: 0;
}
section.spc ul i{
    color: #000;
}
section.plans{
    background-image: url('../images/plans.jpg');
    padding: 120px 0;
    background-position: center;
}
section.plans h2{
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
}
section.plans h2 strong{
    color: #ff7a2d;
}
section.plans p{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
section.plans small{
    color: #f4852a;
    font-size: 40px;
    font-weight: 700;
    display: block;
}
section.plans .price{
    font-size: 200px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    line-height: 180px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
section.plans .price span{
    line-height: 178px;
    display: inline-block;
}
section.plans .price small{
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 30px;
    line-height: 82px;
}
section.plans .price small.monthly{
    bottom: 0;
    top: inherit;
    font-weight: 700;
    font-size: 30px;
    right: 0px;
    color: #f4852a;
}

.btn.get-a-quote, 
.btn.get-a-quote:hover,
.btn.get-a-quote:active,
.btn.get-a-quote:focus,
.btn.get-a-quote:active:focus{
    background-color: #f58220;
    border: 1px #f58220 solid;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}
.btn.get-a-quote:hover{
    background-color: transparent;
    color: #f58220;
    font-size: 14px;
}

/* Seção Ouvidoria */
.secao-ouvidoria {
    padding: 90px 0;
    background: #efefef;
}

.secao-ouvidoria h2 {
    color: #000;
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 800;
}

.subtitulo-ouvidoria {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.btn-ouvidoria {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 12px;
    background: #000;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.btn-ouvidoria:hover {
    text-decoration: none;
    color: #fff;
    background: #d45f00;
    transition: all 300ms;
}

.ouvidoria-form {
    background: #fff;
    padding: 30px;
    margin-left: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.08);
}

.campo {
    margin-bottom: 18px;
}

.campo label {
    display: block;
    margin-bottom: 6px;
    color: #666766;
    font-size: 14px;
}

.campo input,
.campo textarea {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: none;
    outline: none;
    color: #666766;
    font-size: 14px;
    border: 1px solid #b1b1b1;;
}

.campo input:focus,
.campo textarea:focus {
    border: 1px solid #f58220;
}

.btn-enviar {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    background: #f58220;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    }

.btn-enviar:hover {
    background: #d45f00;
}

.secao-ouvidoria .msg-retorno{
    font-size: 13px;
    padding: 5px 2px;
    border-radius: 4px;
    margin-top: 6px;
    text-align: center;
}

.secao-ouvidoria .msg-retorno a{
    color: #fff;
    text-decoration: underline;
}

.secao-ouvidoria .msg-retorno.sucesso{
    background-color: #22c55e;
    color: #fff;
}

.secao-ouvidoria .msg-retorno.erro{
    background-color: #ef4444;
    color: #fff;
}

@media (max-width: 767px) {
    .secao-ouvidoria{
        padding: 60px 0;
    }

    .ouvidoria-form {
        margin: 40px 0 0 0;
    }
}

/* Seção Planos Carvisa */
#secao-planos-carvisa {
    position: relative;
    padding: 90px 20px 100px;
    background: linear-gradient(180deg, #f58220 0%, #ef6c00 100%);
    overflow: hidden;
}

#secao-planos-carvisa::before,
#secao-planos-carvisa::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

#secao-planos-carvisa::before {
    width: 280px;
    height: 280px;
    top: -80px;
    left: -90px;
}

#secao-planos-carvisa::after {
    width: 360px;
    height: 360px;
    right: -120px;
    bottom: -120px;
}

.container-planos{
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
}

.topo-planos {
    max-width: 780px;
    margin: 0 auto 20px;
    text-align: center;
}

.tag-planos {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.12);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    }

.topo-planos h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
}

.topo-planos p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.6;
}

.card-plano {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 26px;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.72);
    /* box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1); */
}

.card-plano-topo {
    padding: 20px 24px 22px;
    background: #fff;
    text-align: center;
}

.card-plano-topo h3 {
    margin: 0 0 12px;
    color: #f58220;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
}
.card-plano-topo h4{
    color: #17171f;
    margin-top: -10px;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 12px;
}

.card-plano-topo p {
    margin: 0;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.5;
}

.card-plano-corpo {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px 24px 24px;
    margin-top: -20px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(180deg, #17171f 0%, #0d0d12 100%);
}

.card-plano-corpo ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.card-plano-corpo li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 24px;
    color: #fff;
    font-size: 17px;
    line-height: 1.35;
}

.card-plano-corpo li:last-child {
    margin-bottom: 0;
}

.card-plano-corpo li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f58220;
    box-shadow: 0 0 0 4px rgba(245, 130, 32, 0.14);
}

.card-plano-corpo strong {
    color: #f9a24f;
    font-weight: 800;
}

.btn-plano {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    margin-top: auto;
    padding: 12px 22px;
    border-radius: 999px;
    background: #f58220;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: 0.25s ease;
}

.btn-plano:hover {
    color: #17171f !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    background: #ff922f;
}

.card-plano-destaque {
    transform: translateY(-10px);
    border-color: #fff;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.25);
}

.card-plano-destaque .card-plano-topo {
    background: #fff6ee;
}

.selo-plano {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    padding: 8px 12px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

#secao-planos-carvisa .linha-planos{
    padding-top: 80px;
}

#secao-planos-carvisa .owl-prev, #secao-planos-carvisa .owl-next{
    position: absolute;
    top: -80px;
    font-size: 24px;
    color: #17171f;
    outline: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#secao-planos-carvisa .owl-prev:not(.disabled):hover, #secao-planos-carvisa .owl-next:not(.disabled):hover{
    color: #fff;
    background: #17171f;
    transition: all 300ms;
}

#secao-planos-carvisa .owl-prev{
    right: 70px;
    padding-right: 2px !important;
}

#secao-planos-carvisa .owl-next{
    right: 0;
    padding-left: 2px !important;
}

.rodape-planos {
    margin-top: 50px;
    text-align: center;
}

.rodape-planos p {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
}

.rodape-planos h3 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
}

.btn-whatsapp-planos {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 54px;
    padding: 12px 28px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: 0.25s ease;
}

.btn-whatsapp-planos:hover {
    transform: translateY(-2px);
    background: #000;
}

@media (max-width: 1024px) {
    .topo-planos h2 {
        font-size: 34px;
    }

    .grade-planos {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin: 0 auto;
    }

    .card-plano-destaque {
        transform: none;
    }
}

@media (max-width: 767px) {
    #secao-planos-carvisa {
        padding: 60px 16px;
    }

    .topo-planos {
        margin-bottom: 36px;
    }

    .topo-planos h2 {
        font-size: 28px;
    }

    .topo-planos p {
        font-size: 18px;
    }

    .card-plano-topo {
        padding: 24px 18px 20px;
    }

    .card-plano-topo h3 {
        font-size: 26px;
    }

    .card-plano-corpo {
        padding: 24px 18px 20px;
    }

    .card-plano-corpo li {
        font-size: 16px;
    }

    #secao-planos-carvisa .linha-planos{
        padding-top: 60px;
    }

    #secao-planos-carvisa .owl-prev, #secao-planos-carvisa .owl-next {
        top: -74px;
        font-size: 22px;
        width: 48px;
        height: 48px;
    }

    .rodape-planos h3 {
        font-size: 24px;
    }
}

/* Motorista App */
.secao-motorista-app{
    position: relative;
    padding: 110px 0;
    background-color: #111111;
    overflow: hidden;
}

.motorista-app-conteudo{
    z-index: 1;
}

.tag-motorista-app{
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(245, 130, 32, 0.14);
    border: 1px solid rgba(245, 130, 32, 0.35);
    color: #f9a24f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.motorista-app-conteudo h2 {
    margin: 0 0 30px;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.frase-impacto {
    margin: 0 0 40px;
    color: #f58220;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
}

.acoes-motorista-app{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn-motorista-app{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    width: 100%;
    max-width: max-content;
    padding: 1px 30px 0;
    height: 56px;
    border-radius: 12px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.btn-motorista-app-principal {
    background: #f58220;
    color: #fff;
    width: 100%;
    max-width: 218px;
}

.btn-motorista-app-principal:hover {
    background-color: #d45f00;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.motorista-app-visual {
    position: absolute;
    max-width: 53vw;
    top: 0;
    right: -15px;
    height: 100%;
}

.motorista-app-visual::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(17, 17, 17, 1) 8%, rgba(17, 17, 17, 0.92) 20%, rgba(17, 17, 17, 0.54) 50%, transparent 83%);
}
.bloco-visual-principal {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.bloco-visual-principal img{
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.selo-visual {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(17, 17, 17, 0.88);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.selo-visual span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1;
}

.selo-visual strong {
    color: #f58220;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
}

@media (max-width: 1024px) {
    .motorista-app-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .motorista-app-conteudo {
        max-width: 100%;
    }

    .motorista-app-conteudo h2 {
        font-size: 36px;
    }

    .motorista-app-visual::after {
        left: -2px;
        background: linear-gradient(90deg, rgba(17, 17, 17, 1) 8%, rgba(17, 17, 17, 0.92) 20%, rgba(17, 17, 17, 0.54) 60%, transparent 100%);
    }
}

@media (max-width: 767px) {
    .secao-motorista-app {
        padding: 70px 0;
    }

    .motorista-app-conteudo h2 {
        font-size: 29px;
    }

    .frase-impacto {
        font-size: 20px;
    }

    .texto-motorista-app,
    .lista-motorista-app li {
        font-size: 16px;
    }

    .selo-visual{
        display: none;
    }

    .motorista-app-visual {
        max-width: 100vw;
        padding: 0;
        left: 40px;
    }

    .acoes-motorista-app {
        flex-direction: column;
    }

    .btn-motorista-app {
        width: 100%;
    }
}

.protections{
    position: relative;
    padding: 80px 0;
}

.protections::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 34vw;
    max-height: 630px;
    background-image: url(../images/protections.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 1;
}
.protections h2{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
}
.protections h2 strong{
    font-size: 100px;
    font-weight: bold;
    color: #f58220;
    display: block;
    line-height: 92px;
}
.protections-columns{
    columns: 5;
}
.protections-item{
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    height: 146px;
    text-align: center;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
}
.protections-item img{
    height: 70px;
}
.protections-item span{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
.protections-item .d-table{
    margin: 0 auto;
}
.protections-item .d-table-cell{
    vertical-align: middle;
}
.protections h3{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-top: 60px;
}
.protections p{
    color: #fa8300;
    font-size: 20px;
    text-align: center;
}
@media (max-width: 1400px){
    .protections::before {
        width: 56%;
        height: 38vw;
        max-height: 630px;
    }
}
/*
.app{
    position: relative;
    padding-top: 30px;
    background-image: url(../images/app.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 540px;
    background-size: cover;
    text-align: center;
}
.app .app-img{
    background-image: url(../images/app-mobile.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 300px;
    background-size: contain;
    margin-bottom: -30px;
}
.app h2{
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
.app h3{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.app p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}
.app small{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}
.app .get-a-quote{
    margin-top: 10px;
}
.clube-certo .btn.get-a-quote, 
.app .btn.get-a-quote, 
.app .btn.get-a-quote:hover,
.app .btn.get-a-quote:active,
.app .btn.get-a-quote:focus,
.app .btn.get-a-quote:active:focus{
    background-color: #fff;
    border: 1px #fff solid;
    border-radius: 3px;
    font-size: 14px;
    color: #f58220;
    font-weight: 700;
}
.clube-certo .btn.get-a-quote:hover,
.app .btn.get-a-quote:hover{
    background-color: transparent;
    color: #fff;
    font-size: 14px;
}
.clube-certo .btn.get-app, .clube-certo .btn.get-app:hover, .clube-certo .btn.get-app:active, .clube-certo .btn.get-a-quote:focus, .clube-certo .btn.get-app:active:focus {
    background-color: transparent;
    border: 1px #fff solid;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.app .row~h2{
    margin-top: 20px;
}
.app .btn.get-app, 
.app .btn.get-app:hover,
.app .btn.get-app:active,
.app .btn.get-a-quote:focus,
.app .btn.get-app:active:focus{
    background-color: transparent;
    border: 1px #fff solid;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.app .btn.get-app:hover{
    background-color: #fff;
    color: #f58220;
    font-size: 14px;
}*/

.app{
    position: relative;
    padding-top: 80px;
}

.app h2{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 60px;
}
.app h2 strong{
    font-size: 80px;
    font-weight: bold;
    color: #f58220;
    display: block;
    line-height: 0.92;
}
.app p{
    font-weight: 400;
    font-size: 21px;
    line-height: 1.2;
    color: #121010;
    margin-bottom: 20px;
}
.app ul{
    padding-left: 0;
}
.app li{
    display: flex;
    align-items: center;
    gap: 6px;
    color: #121010;
    margin-bottom: 10px;
}
.app li:last-child{
    margin-bottom: 0;
}
.app .icon-badge{
    width: 30px;
    height: 30px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: color-mix(in srgb, #ff6a00 12%, white);
    color: #ff6a00;
    flex: 0 0 auto;
}
.app .download{
    margin-top: 50px;
}
.app .download h3{
    color: #121010;
    font-size: 22px;
}
.app .plataformas{
    width: 80%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.app .plataforma{
    width: 50%;
}

.app img{
    width: 120%;
    margin-top: 15px;
}

.clube-certo{
    padding: 60px 0 20px 0;
    background-position: center top;
    background-repeat: no-repeat;
    /*height: 540px;*/
    background-size: cover;
    background-color: #f58227;
}
.clube-certo h2{
    font-weight: 700;
    font-size: 100px;
    color: #000;
    font-size: 68px;
    margin-bottom: 5px;
}
.clube-certo .logo{
    height: 40px;
    margin-bottom: 30px;
}
.clube-certo p{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.clube-certo .owl-item a{
    display: block;
}
.clube-certo-item .circle{
    background-color: #fff;
    border-radius: 50%;
    height: 170px;
    overflow: hidden;
    margin-bottom: 30px;
}
.clube-certo-item .circle .d-table-cell{
    vertical-align: middle;
    text-align: center;
}
.clube-certo-item .circle img{
    width: 80%;
    display: inline-block;
}
footer{
    background-image: url(../images/footer.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    border-bottom: 45px #f46400 solid;
}
footer .logo{
    display: block;
    margin-bottom: 20px;
}
footer .logo img{
    height: 60px;
}
footer .unidade{
    margin-bottom: 20px;
}
footer .unidade h2{
    color: #f46400;
    font-size: 18px;
    margin-bottom: 0;
}
footer .unidade address{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
}
footer .unidade span{
    color: #fff;
    font-size: 16px;
}
footer .unidade p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
footer .newsletter h2{
    font-size: 20px;
    color: #fff;
}
footer .newsletter .form-control{
	margin: 0;
}
footer .newsletter .btn-primary,
footer .newsletter .btn-primary:hover,
footer .newsletter .btn-primary:focus,
footer .newsletter .btn-primary:active,
footer .newsletter .btn-primary:focus:active{
    background: #f46400;
    border-color: #f46400;
    color: #fff;
	height: 55px;
}
footer .newsletter .btn-primary:not(:disabled):not(.disabled).active, 
footer .newsletter .btn-primary:not(:disabled):not(.disabled):active, 
footer .newsletter .show>.btn-primary.dropdown-toggle{
    background: #f46400;
    border-color: #f46400;
    color: #fff;
}
footer .newsletter .btn-primary:focus,
footer .newsletter .btn-primary:not(:disabled):not(.disabled).active:focus, 
footer .newsletter .btn-primary:not(:disabled):not(.disabled):active:focus, 
footer .newsletter .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: 0 0 0 0.2rem rgba(244,100,0,.5);
}
.tollfree{
    text-align: center;
}
.tollfree h2{
    color: #f46400;
    font-size: 35px;
    font-weight: bold;
}
.tollfree a{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 42px;
    display: block;
    text-decoration: none;
}
.tollfree.whatsapp a{
    font-size: 20px;
}
.planoscarro{
    position: relative;
    padding: 30px 0;
    background-color: #efefef;
    padding-bottom: 50px;
}
.planosmoto{
    position: relative;
    padding: 30px 0;
    background-color: #ffd5b1;
    padding-bottom: 50px;
}
.planoscarro h2,
.planosmoto h2,
.depoimentos h2,
.indique-ganhe h2,
.estrutura-carvisa h2{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
}
.depoimentos h2{
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.depoimentos h2 span{
    color: #f58220;
}
.planoscarro h2 strong,
.planosmoto h2 strong,
.depoimentos h2 strong,
.indique-ganhe h2 strong,
.estrutura-carvisa h2 strong{
    font-size: 100px;
    font-weight: bold;
    color: #f58220;
    display: block;
    line-height: 92px;
}

.indique-ganhe p{
    margin: 40px 0 40px 0;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    color: #1d2b40;
    max-width: 60%;
    left: 20%;
    position: relative;
    display: block;
}


.tabelaplano{
    border-radius: 5px;
    border: 1px solid #f58220;
    padding: 20px;
    margin-bottom: 20px;
}
.tabelaplano h3{
    text-align: center;
   color: #f58220;
}
.tabelaplano p{
    text-align: center;
    font-size: 12px;
    margin: 0;
    /*height: 78px;*/
}
.tabelaplano h4{
    font-size: 14px;
}
.tabelaplano h4 span{
   color: #f58220;
}
.tabelaplano h6{
    text-align: center;
    font-size: 10px;
    
}
.areadiferenciais{
    min-height: 170px;
}
.img-responsive{
    width: 100%;
    height: auto;
}


.depoimentos{
    background: #efefef; 
    padding: 80px 0;
    text-align: center;
}
.jcarousel-wrapper {
    margin: 20px auto 0px auto;
    position: relative;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 0px;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0px;
}
.jcarousel li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.jcarousel-control-prev,
.jcarousel-control-next, 
.jcarousel-control-prev2,
.jcarousel-control-next2 {
    position: absolute;
    top: 40%;
    margin-top: -25px;
    text-align: center;
    color: #f58220;
    text-decoration: none;
    width: 88px;
    height: 88px;
    font-size: 40px;
}
.jcarousel-control-prev i,
.jcarousel-control-next i{
}
.jcarousel-control-prev,
.jcarousel-control-prev2{
    left: -80px;
}
.jcarousel-control-next,
.jcarousel-control-next2 {
    right: -80px;
}
a.jcarousel-control-prev:hover,
a.jcarousel-control-next:hover,
a.jcarousel-control-prev:focus,
a.jcarousel-control-next:focus {
    color: #000;
}
.depoimento{
    padding: 50px 40px 40px;
    background:#fff;
    margin: 10px;
    border-radius: 22px;
    text-align: left;
    position: relative;
    min-height: 319px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: -2px 2px 4px rgba(117, 117, 117, 0.02);
}

.depoimento .avaliacao{
    position: absolute;
    top: -10px;
    right: 0;
    padding: 0 0 9px 8px;
    max-width: max-content;
    border-radius: 20px 0 0 150px;
    background-color: #efefef;
}

.depoimento .avaliacao .capsula{
    padding: 6px 10px 6px 18px;
    background-color: #fff;
    border-radius: 0 0 0 100px;
    box-shadow: -2px 2px 4px rgba(117, 117, 117, 0.02);
}

.depoimento .avaliacao i{
    font-size: 18px;
}

.depoimento .avaliacao i{
    color: #feab00;
}

.depoimento h4{
    font-weight: 900;
    font-size: 18px;
    margin: 0;
    color: #000;
}

.depoimentos .jcarousel-control-prev, .depoimentos .jcarousel-control-next, .depoimentos .jcarousel-control-prev2, .depoimentos .jcarousel-control-next2{
    top: 46.5%;
}

.foto-depo{
    width: 120px;
    height: 120px;
    margin: 0 auto 30px auto;
}
.foto-depo img{
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

@media (max-width: 768px){
    .depoimentos{
        padding: 50px 0 60px;
    }

    .depoimentos .depoimento{
        padding: 44px 20px 20px;
        min-height: 402px;
    }

    .depoimentos .depoimento .avaliacao{
        padding: 0 0 6px 6px;
        border-radius: 20px 0 0 150px;
    }

    .depoimentos .depoimento .avaliacao .capsula{
        padding: 4px 5px 4px 18px;
    }

    .depoimentos .depoimento .avaliacao i{
        font-size: 14px;
    }

    .depoimentos .depoimento h4{
        font-size: 18px;
    }

    .depoimentos .jcarousel-wrapper{
        width: calc(100% - 30px);
    }

    .depoimentos .jcarousel-control-prev, .depoimentos .jcarousel-control-next, .depoimentos .jcarousel-control-prev2, .depoimentos .jcarousel-control-next2{
        top: 50%;
        transform: translateY(-50%);
        font-size: 38px;
        width: auto;
        height: auto;
    }

    .depoimentos .jcarousel-control-prev{
        left: -18px;
    }

    .depoimentos .jcarousel-control-next{
        right: -18px;
    }

    .depoimentos .btn-cta{
        margin-top: 30px !important;
    }
}

#depoimentos-videos{
    padding: 80px 0;
}

#depoimentos-videos h2{
    text-align: center;
    font-size: 36px;
    color: #000;
    margin-bottom: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

#depoimentos-videos h2 span{
    color: #f58220;
}

#depoimentos-videos .slider-videos{
    padding: 0 10px;
}

#depoimentos-videos .card-video video{
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 9/16;
    object-fit: cover;
}

/* #depoimentos-videos .area-video{
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

#depoimentos-videos .area-video .capa-video{
	width: 100%;
	height: auto;
	display: block;
}

#depoimentos-videos .area-video .btn-play{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#depoimentos-videos .area-video .btn-play svg{
	width: 30px;
	opacity: 0.8;
}

#depoimentos-videos .area-video .btn-play svg path{
	fill: #fff;
}

#depoimentos-videos .area-video.video-contain video {
	object-fit: contain;
}

#depoimentos-videos .area-video video{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: none;
	object-fit: cover;
	border-radius: 0;
} */

#depoimentos-videos .owl-prev, #depoimentos-videos .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #f58220;
    background-color: transparent;
    outline: 0;
}

#depoimentos-videos .owl-prev:hover, #depoimentos-videos .owl-next:hover{
    color: #000;
}

#depoimentos-videos .owl-prev{
    left: -50px;
}

#depoimentos-videos .owl-next{
    right: -50px;
}

@media (max-width: 768px){
    #depoimentos-videos{
        padding: 60px 0 50px;
    }

    #depoimentos-videos h2{
        font-size: 32px;
    }

    #depoimentos-videos .slider-videos {
        padding: 0 10px;
        width: calc(100% - 30px);
        margin: 0 auto;
    }


    #depoimentos-videos .owl-next{
        right: -24px;
    }

    #depoimentos-videos .owl-prev{
        left: -24px;
    }
}

/* Clube Carvisa */
.clube-carvisa{
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at center, #ff9a33 0%, #ff7d01 45%, #d96600 100%);
    border-radius: 0;
    padding: 90px 0;
}

.clube-carvisa__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 12px;
}

.clube-carvisa__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: 48px;
}

.clube-carvisa__shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.clube-carvisa__shape--top {
    width: 360px;
    height: 360px;
    top: -120px;
    right: -120px;
}

.clube-carvisa__shape--bottom {
    width: 280px;
    height: 280px;
    bottom: -80px;
    left: -90px;
}

.clube-carvisa__content {
    max-width: 640px;
    position: relative;
}

.clube-carvisa__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.clube-carvisa__title {
    margin: 0 0 26px;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 640px;
}

.clube-carvisa__text {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 17px;
    line-height: 1.65;
}

.clube-carvisa__text strong {
    color: #ffffff;
    font-weight: 800;
}

.clube-carvisa__benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0 24px;
}

.benefit-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 13px 16px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.benefit-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex: 0 0 auto;
}

.benefit-card__icon svg {
    width: 22px;
    height: 22px;
}

.benefit-card__text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.clube-carvisa__notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 18px;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
}

.clube-carvisa__notice.aside {
    margin-top: 24px;
}

.clube-carvisa__notice-icon {
    color: #ffffff;
    flex: 0 0 auto;
    margin-top: 1px;
}

.clube-carvisa__notice-icon svg {
    width: 24px;
    height: 24px;
}

.clube-carvisa__notice-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 16px;
    line-height: 1.55;
}

.clube-carvisa__notice-text strong {
    color: #ffffff;
    font-weight: 800;
}

.clube-carvisa__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.25s ease;
}

.btn--primary {
    background: #f3f3f3;
    color: #f97316;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.btn--primary:hover {
    transform: translateY(-2px);
    background: #ffffff;
}

.btn--outline {
    gap: 10px;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
}

.btn--outline:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

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

.btn__icon svg {
  width: 18px;
  height: 18px;
}

.clube-carvisa__aside {
    padding-top: 58px;
    max-width: 592px;
}

.clube-carvisa__aside-head {
  margin-bottom: 16px;
}

.clube-carvisa__aside-head p {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.95;
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.partner-card {
    position: relative;
    aspect-ratio: 1 / 1;
    min-height: 150px;
    background: #f1f1f1;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition: 0.25s ease;
}

.partner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

.partner-card__logo {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.partner-card__logo--magalu {
    color: #0d7bff;
}

.partner-card__logo--netshoes {
    color: #e00010;
}

.partner-card__logo--carrefour {
    color: #004a97;
}

.partner-card__logo--boticario {
    color: #061b44;
}

.partner-card__logo--amazon {
    color: #ff9900;
}

.partner-card__logo--cea {
    color: #d60d1c;
}

.clube-carvisa__counter {
    margin-top: 18px;
    padding: 20px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
}

.clube-carvisa__counter strong {
    display: block;
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 8px;
}

.clube-carvisa__counter span {
    display: block;
    color: rgba(255, 255, 255, 0.96);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .clube-carvisa__container{
        max-width: 960px;
    }

    .clube-carvisa__grid {
        grid-template-columns: 1fr 1fr;
        gap: 34px;
    }

    .benefit-card__text {
        font-size: 15px;
    }

    .clube-carvisa__notice-text {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .clube-carvisa {
        padding: 60px 0;
    }

    .clube-carvisa__grid {
        grid-template-columns: 1fr;
    }

    .clube-carvisa__content,
    .clube-carvisa__aside {
        max-width: 100%;
    }

    .clube-carvisa__title {
        max-width: 100%;
        font-size: 44px;
    }

    .clube-carvisa__aside {
        padding-top: 0px;
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .clube-carvisa__container {
        padding: 0 18px;
    }

    .clube-carvisa__title {
        font-size: 34px;
    }

    .clube-carvisa__text {
        font-size: 16px;
    }

    .clube-carvisa__benefits {
        grid-template-columns: 1fr;
    }

    .benefit-card__text {
        font-size: 16px;
    }
    .clube-carvisa__notice-text {
        font-size: 16px;
    }

    .partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .partner-card {
        min-height: 140px;
    }

    .clube-carvisa__actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .clube-carvisa__counter strong {
        font-size: 30px;
    }
}

@media (max-width: 520px) {
    .clube-carvisa__title {
        font-size: 30px;
    }

    .clube-carvisa__tag {
        font-size: 11px;
        line-height: 1.1;
        letter-spacing: 0.12em;
    }
}

.indique-ganhe{
    background-color: #ffffff; 
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 55%, rgba(18, 16, 16, 1) 55%); 
    padding: 80px 0;
}

.indique-ganhe .btn-indique{
    display: block; 
    border: 1px solid #F58220; 
    padding: 7px 0px 5px 0; 
    width: 340px; 
    text-align: center; 
    border-radius: 4px; 
    margin: 50px auto 70px auto; 
    color: #F58220; 
    font-weight: bold; 
    text-transform: uppercase;
}

.indique-ganhe .btn-indique:hover{
    text-decoration: none;
    background-color: #F58220;
    color: #121010;
}

.indique-ganhe h3{
    margin-top: 100px;
    color: #F58220; 
}

.indique-ganhe ul li{
    color: #fff;
    list-style-type: none;
    font-size: 16px;
    padding: 5px 0;
}

.indique-ganhe .link-indique{
    display: block;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    color: #F58220;
    text-decoration: underline;
    margin-top: 40px;
    font-size: 18px;
}

.indique-ganhe .capa-video{
    position: relative;
    width: 360px; 
    height: 640px; 
    border-radius: 40px;
    background-image: #f7f7f7 url('../imagens/capa-video2.webp');
    margin: 20px auto 0 auto;
    cursor: pointer;

    animation: slideIn1 1s ease-out forwards;
}
/* Definindo a animação */
@keyframes slideIn1 {
    from {
      right: -100%;
      opacity: 0;
    }
    to {
      right: 0;
      opacity: 1;
    }
  }

.indique-ganhe iframe{
    display: none;
    width: 360px; 
    height: 640px; 
    border-radius: 40px;
}

.estrutura-carvisa{
    background-color: #ffffff; 
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 47%, rgba(245, 130, 32, 1) 47%);
    padding: 80px 0;
}

.estrutura-carvisa p{
    margin: 10px 0;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    color: #121010;
    max-width: 100%;
    position: relative;
    display: block;
    text-align: center;
}

.estrutura-carvisa h2{
    text-align: center;
    margin: 0;
}

.estrutura-carvisa h2 strong{
    color: #fff;
    font-size: 60px;
    line-height: 58px;
}

.estrutura-carvisa .btn-indique{
    display: block; 
    border: 1px solid #ffffff; 
    padding: 7px 0px 5px 0; 
    width: 340px; 
    text-align: center; 
    border-radius: 4px; 
    margin: 40px auto; 
    color: #ffffff; 
    font-weight: bold; 
    text-transform: uppercase;
}

.estrutura-carvisa .btn-indique:hover{
    text-decoration: none;
    background-color: #121010;
    border-color: #121010;
}

.estrutura-carvisa  h3{
    font-size: 22px;
    margin-top: 40px;
    color: #121010; 
}

.estrutura-carvisa ul li{
    color: #fff;
    list-style-type: none;
    font-size: 16px;
    padding: 5px 0;
}

.estrutura-carvisa  h4{
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 20px;
    color: #121010; 
}

.estrutura-carvisa .capa-video{
    position: relative;
    width: 360px; 
    height: 640px; 
    border-radius: 40px;
    background-color: #f7f7f7;
    margin: 20px auto 0 auto;
    cursor: pointer;

    animation: slideIn2 1s ease-out forwards;
}

/* Definindo a animação */
@keyframes slideIn2 {
    from {
      left: -100%;
      opacity: 0;
    }
    to {
      left: 0;
      opacity: 1;
    }
}
  
.estrutura-carvisa iframe{
    display: none;
    width: 360px; 
    height: 640px; 
    border-radius: 40px;
}

.estrutura-carvisa .capa-video-mini{
    width: 200px; 
    height: 200px; 
    border-radius: 20px;
    background-color: #f7f7f7;
    cursor: pointer;
    margin: 0 auto;

    animation: fadeIn 3s ease-out forwards;
}

/* Definindo a animação */
@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

.estrutura-carvisa .btn-saiba-mais{
    display: block; 
    border: 1px solid #F58220; 
    padding: 9px 0px 5px 0; 
    width: 340px;
    max-width: 100%;
    text-align: center; 
    border-radius: 4px; 
    margin: 5px auto 0 auto; 
    color: #F58220; 
    font-weight: bold; 
    text-transform: uppercase;
}

.estrutura-carvisa .btn-saiba-mais:hover{
    text-decoration: none;
    background-color: #F58220;
    color: #121010;
}

.estrutura-carvisa .nossa-equipe{
    background-color: #f7f7f7; 
    padding: 4px; 
    margin-top: 40px;
}

.estrutura-carvisa .video-dsk{
    display: block;
    text-align: center;
}

.estrutura-carvisa .video-mob{
    display: none;
    text-align: center;
}


@media (max-width: 768px){
    .indique-ganhe{
        background: linear-gradient(180deg,rgba(255, 255, 255, 1) 29%, rgba(18, 16, 16, 1) 29%); 
        padding: 60px 0;
    }

    .indique-ganhe h2{
        text-align: center;
    }

    .indique-ganhe h2 strong{
        font-size: 80px;
    }

    .indique-ganhe p{
        margin: 10px 0;
        max-width: 90%;
        left: 0;
    }

    .indique-ganhe .btn-indique{
        margin: 50px auto 50px auto; 
    }

    .indique-ganhe ul{
        margin: 0;
        padding: 0;
    }

    .indique-ganhe .link-indique{
        margin: 20px auto;
    }

    .indique-ganhe .capa-video{
        max-width: 100%;
    }

    .indique-ganhe iframe{
        max-width: 100%;
    }

    .estrutura-carvisa{
        background: linear-gradient(0deg,rgba(255, 255, 255, 1) 35%, rgba(245, 130, 32, 1) 35%);
        padding: 60px 0;
    }

    .estrutura-carvisa h2{
        text-align: center;
    }

    .estrutura-carvisa h2 strong{
        font-size: 80px;
    }

    .estrutura-carvisa p{
        margin: 10px 0;
        max-width: 90%;
        left: 0;
    }

    .estrutura-carvisa .btn-indique{
        margin: 50px auto 50px auto; 
    }

    .estrutura-carvisa ul{
        margin: 0;
        padding: 0;
    }

    .estrutura-carvisa .link-indique{
        margin: 20px auto;
    }

    .estrutura-carvisa .capa-video{
        max-width: 100%;
    }

    .estrutura-carvisa iframe{
        max-width: 100%;
    }

    .estrutura-carvisa .col-video{
        width: 50%;
    }

    .estrutura-carvisa .capa-video-mini{
        max-width: 100%;
        height: auto;
    }

    .estrutura-carvisa .nossa-equipe{
        padding: 4px 0 12px 0; 
    }

    .estrutura-carvisa .video-dsk{
        display: none;
    }
    
    .estrutura-carvisa .video-mob{
        display: block;
    }
}


/*** Pop-up - Vídeo ***/
#pop-up{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 999998;
}

#pop-up .conteudo{
    background-color: #000000;
    width: 360px;
    max-width: 98%;
    height: 640px;
    padding: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    border-radius: 40px;
}

#pop-up .conteudo iframe{
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

#pop-up .conteudo .btn-fechar{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
	position: absolute;
	right: -8px;
	top: -8px;
	display: block;
	color: #fff;
    background-color: #F58220;
	font-size: 22px;
	margin: 2px 2px 0 0;		
    z-index: 99999;
    font-weight: bold;
}

#pop-up .conteudo .btn-fechar .clr{
	clear: both;
}

#pop-up .conteudo .btn-fechar:hover{
	cursor: pointer;
}

/*** Assitência 24 ***/
#assistencia-24{
    background: linear-gradient(90deg, #121010 0%, #121010 40%, #f58220 100%);
    padding: 100px 0 80px 0;
    margin-top: -60px;
}

#assistencia-24 h2{
    font-size: 40px;
    margin-bottom: 6px;
    color: #fff;
}

#assistencia-24 p{
    margin: 0;
    color: #fff;
}

#assistencia-24 .quadro-numeros{
    display: flex;
    align-items: flex-start;
    gap: 50px;
    max-width: max-content;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    padding: 1.5rem;
    margin: 0 0 0 auto;
}

#assistencia-24 .quadro-numeros a{
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}

#contato {
    padding: 80px 0;
    color: #fff;
    --brand: #ff6a00;    
    --brand-2: #2b2f36; 
    --text: #4b5563;     
    --bg-soft: #f6f7fb;     
    --card: #ffffff;      
    --border: #e8ecf3;
    --shadow: 0 4px 20px rgba(16,24,40,.10);
}

#contato h2{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 60px;
}

#contato h2 strong{
    font-size: 80px;
    font-weight: bold;
    color: #f58220;
    display: block;
    line-height: 0.92;
}

#contato .icon-badge{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: color-mix(in srgb, var(--brand) 12%, white);
    color: var(--brand);
    flex: 0 0 auto;
}

#contato .info-card{
    border-radius: 16px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    background: var(--card);
    overflow: hidden;
}

#contato .info-card .title-info{
    color: var(--brand-2);
    font-weight: 700;
}

#contato .info-card .text-info{
    color: #666766 !important;
    font-size: 15px;
}

#contato .info-card .text-info a{
    color: #666766 !important;
    font-size: 15px;
}

#contato .info-row{
    display:flex;
    gap: 14px;
    padding: 18px;
    align-items:flex-start;
}

#contato .info-row + .info-row{
    border-top: 1px solid var(--border);
}

#contato .info-card.highlight .info-row + .info-row{
    border-top: 1px solid rgba(255,255,255,.18);
}

#contato iframe{
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: 0;
    border-radius: 20px;
}

/* Consultor */
.secao-consultor-carvisa{
    padding: 90px 0;
    background: linear-gradient(180deg, #f58220 0%, #ef6c00 100%);
}

.consultor-carvisa-conteudo{
    padding-right: 17px;
}

.consultor-carvisa-conteudo h2{
    margin: 0 0 20px;
    color: #fff;
    font-size: 36px;
    line-height: 1.12;
    font-weight: 800;
    text-transform: uppercase;
}

.texto-principal {
    margin: 0 0 30px;
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.6;
}

.lista-beneficios {
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.lista-beneficios li {
    margin-bottom: 12px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.lista-beneficios li .cbv2-check{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(2px);
    position: relative;
    top: -2px;
}

.lista-beneficios li strong {
    color: #111;
}

.frase-final{
    margin: 0 0 28px;
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    max-width: 500px;
}

.btn-consultor-carvisa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 28px;
    border-radius: 14px;
    background: #000;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 400px;
}

.btn-consultor-carvisa:hover {
    background-color: #d45f00;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.consultor-carvisa-imagem img {
    display: block;
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 18px 45px rgba(0,0,0,0.2);
}

@media (max-width: 900px) {
    .secao-consultor-carvisa {
        padding: 60px 0;
    }

    .consultor-carvisa-grid {
        grid-template-columns: 1fr;
    }

    .consultor-carvisa-conteudo h2 {
        font-size: 30px;
    }

    .consultor-carvisa-imagem{
        margin-top: 40px;
    }

    .btn-consultor-carvisa {
        padding: 14px 10px;
        font-size: 15px;
    }
}

@media (max-width: 768px){
    .dropdown_new li{
        margin-top: 0 !important; 
    }
    .dropdown_new{
        width: 100% !important;
        top:44px !important;
    }

    .planoscarro h2 strong, .planosmoto h2 strong, .depoimentos h2 strong {
        font-size: 50px;
        line-height: 50px;
    }
    
    .navbar {
        background-color: #2f2f2f !important;
    }
    .navbar-light .navbar-toggler-icon{
        filter: invert(100%);
    }
    .navbar-light .navbar-toggler{
        border-color: #979797;
        color: #979797;
    }
    .nav-link.client-area{
        margin-right: 0;
    }
    .nav-link.client-area, 
    .nav-link.client-area:hover, 
    .nav-link.client-area:active, 
    .nav-link.client-area:focus, 
    .nav-link.client-area:active:focus{
        border-color: #fff;
        color: #fff;
    }
    .navbar-light .navbar-nav .nav-link.client-area, 
    .navbar-light .navbar-nav .nav-link.client-area:focus, 
    .navbar-light .navbar-nav .nav-link.client-area:hover{
        border-color: #fff;
        color: #fff;
    }
    section.spc{
        padding: 30px 0;
    }
    section.spc h2{
        font-size: 6vh;
    }
    section.spc ul, section.spc li{
        font-size: 5vh;
    }
    section.plans{
        padding: 60px 0;
    }
    section.plans .price{
        font-size: 30vh;
    }
    section.plans .price small{
        font-size: 13vh;
        line-height: 23vh;
    }
    section.plans h2{
        font-size: 5vh;
    }
    section.plans small{
        font-size: 6vh;
    }
    .protections{
        padding: 60px 0 58vw;
    }
    .protections::before {
        width: 76%;
        height: 50vw;
    }
    .protections h2{
        font-size: 5vh;
    }
    .protections h2 strong{
        font-size: 7vh;
        line-height: 8vh;
    }
    .protections-item span {
        font-size: 16px;
    }
    .protections h3 {
        margin-top: 40px;
    }
    /*
    .app{
        height: auto;
        padding: 30px 0;
    }*/

    .app img {
        width: 100%;
    }
    .app h2 strong{
        font-size: 50px;
    }
    .app h2{
        margin-bottom: 40px;
    }
    .clube-certo{
        height: auto;
    }
    .clube-certo h2{
        font-size: 10vh;
    }
    .clube-certo-item .circle{
        height: 30vh;
    }
    .tollfree h2{
        margin-top: 20px;
    }
    .jcarousel-control-prev{
        left: 0px;
    }
    .jcarousel-control-next{
        right: 0px;
    }
    .jcarousel-control-prev, .jcarousel-control-next, .jcarousel-control-prev2, .jcarousel-control-next2{
        top: 75px;
    }
    /*** Assitência 24 ***/
    #assistencia-24{
        background: linear-gradient(90deg, #121010 0%, #873f03 60%, #f58220 100%);
        padding: 160px 0 60px;
    }
    #assistencia-24 h2{
        font-size: 36px;
        margin-bottom: 20px;
    }
    #assistencia-24 p{
        margin-bottom: 40px;
        color: #fff;
    }
    #assistencia-24 .quadro-numeros{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        max-width: 100%;
    }

    /*** Contato ***/
    #contato {
        padding: 60px 0;
    }

    #contato h2{
        font-size: 30px;
        color: #000;
        font-weight: bold;
        margin-bottom: 50px;
    }
    #contato iframe{
        height: 400px;
        margin-top: 40px;
    }
}

.social{
  display: block;
  width: 100%;
  text-align: center;
}

.social{
  display: block;
  width: 100%;
  text-align: center;
}
.social a{
  border: 1px solid #fff;
  color: #000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  padding-top: 10px;
  background: #fff;
}
.social a i{
  font-size: 20px;
} 
.social a:hover{
  background: transparent;
  color: #fff;
}

.zap2{
    position: fixed;
    left:20px;
    bottom:40px;
    background-image:url(../images/btnzap.png);
    background-repeat:no-repeat;
    background-color:#00ec67;
    background-position: 8px 9px;
    border-radius:40px;
    width:215px;
    height:60px;
    display:block;
    z-index:10000;
    cursor: pointer;
}


#pwrcrmform{
    max-width: 100% !important;
}
#pwrcrm {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    width: 100% !important;
    display: table;
    padding: 30px;
    border: none !important;
    border-radius: none !important; 
    box-shadow: none !important; 
}
#pwrcrmform button[type=submit]{
    background: #ff7d00 !important;
}


.topo{
    background: radial-gradient(
        circle at center,
        #ff9a33 0%,
        #ff7d01 45%,
        #d96600 100%
    );
    padding: 100px 0 100px 0;
    text-align: center;
}
a.logo{
    display: block;
    max-width: 260px;
    margin: 0 auto 40px auto
}
a.logo img{
    width: 100%;
    height: auto;
}
.topo h1{
    font-weight: 700;
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -1px;
    color: #1D293F;
}
.topo h1 span{
    color: #ffffff;
    font-size: 64px;
    letter-spacing: 1px;
    font-family: 'Shadows Into Light', cursive;
}
.topo p{
    margin: 40px auto;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    max-width: 80%;
}
a.ctaPadrao{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    background: #252121;
    border-radius: 5px;
    padding: 15px 25px;
    display: inline-block;
    animation: ctaAnimado 3s infinite;
}
a.ctaPadrao:hover{
    text-decoration: none;
}
a.ctaPadraoMargin{
    margin-top: 50px;
}

.topo .bloco-video{
    width: 72%;
    margin: 0 auto 70px;
}

.topo .area-video{
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.topo .area-video .capa-video{
	width: 100%;
	height: auto;
	display: block;
}

.topo .area-video .btn-play{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.topo .area-video .btn-play svg{
	width: 30px;
	opacity: 0.8;
}

.topo .area-video .btn-play svg path{
	fill: #fff;
}

.topo .area-video.video-contain video,
.topo .area-video.video-contain iframe {
	object-fit: contain;
}

.topo .area-video video,
.topo .area-video iframe{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: none;
	object-fit: cover;
	border-radius: 0;
}

@media (max-width: 768px) {
    .topo{
        padding: 60px 0;
    }
    .topo p {
        max-width: 100%;
        left: auto;
    }
    .topo .btn-cta{
        margin: 0 auto !important;
    }
    .topo .bloco-video {
        width: 80%;
        margin: 60px auto 50px;
    }
}

@keyframes ctaAnimado {
    0% {
        transform: scale(1.0);
        background: #ce7a2b;
    }
    50% {
        transform: scale(1.2);
        background: #252121;
    }
    100% {
        transform: scale(1.0);
        background: #ce7a2b;
    }
}



.avisoseguro {
    padding: 90px 0 40px 0;
    text-align: center;
    background: #ff7000;
}
.avisoseguro img {
    width: 100%;
    height: auto;
    margin: 20px auto;
    max-width: 200px;
}
.avisoseguro h2.titulo {
    color: #0d0803;
    text-align: left;
    margin-bottom: 0;
}
.avisoseguro p {
    text-align: left;
    color: #ffffff;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 880px;
    }
}
.modal-body h6 {
    font-weight: normal;
    font-size: 11px;
    color: #828282;
    text-align: right;
}
.modal-title {
    text-align: center;
    flex: 100%;
}



/*** 2025-06 ***/
    #bloco-valores{
        position: absolute; top: 0; right: -15px; min-width: 140px;
    }

    #bloco-valores .bloco-suv-van{
        background-color: #f37700; /*666766*/ color: #fff; padding: 10px 14px; margin: 0; border-radius: 22px 0 0 0;
    }

    #bloco-valores .bloco-carro{
        background-color: #000000; color: #fff; padding: 10px 14px; margin: 0; border-radius: 0;
    }

    #bloco-valores .bloco-moto{
        background-color: #FF7D00; color: #fff; padding: 10px 14px; margin: 0; border-radius: 0 0 0 22px;
    }

    #bloco-valores h3{
        font-size: 18px; margin: 2px 0; text-transform: uppercase;
    }

    #bloco-valores .texto1{
        font-size:16px; margin: 6px 0 0 0;
    }

    #bloco-valores .valor{
        font-size:48px; margin: 0; font-weight: bold; text-align: center; letter-spacing: 1px;
    }

    #bloco-valores .valor span{
        font-size:20px;
    }

    #bloco-valores .texto2{
        font-size:18px; margin: 0; text-align: right;
    }

    #area-cotacao{
        background-color: #fff; border-radius: 0 22px 22px 22px; box-shadow: -2px -1px 5px rgba(0,0,0,0.1); padding: 40px; text-align: center;
    }

    #area-cotacao h2{
        color: #333; font-size: 24px; margin: 0;
    }

    #area-cotacao .subtitulo{
        color: #444; font-size: 20px;
    }

    #form-cotacao .controle{
        margin-bottom: 20px;
    } 

    #form-cotacao .controle label{
        text-align: left;
        width: 100%;
        font-size: 14px;
    }

    #form-cotacao .controle input{
        width: 100%;
        border: 1px solid #b1b1b1;
        padding: 6px;
        color: #444;
        border-radius: 4px;
    }

    #form-cotacao .controle input::placeholder{
        color: #999;
    }

    #form-cotacao button{
        margin-top: 10px;
        background-color: #FF7D00;
        border: 0;
        color: #fff;
        width: 100%;
        padding: 8px 0;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        border-radius: 10px;
    }

    #form-cotacao button:hover{
        background-color: #EE6C00;
        cursor: pointer;
    }

    #form-cotacao .aviso{
        color: #444;
        font-size: 11px;
        margin: 20px 0 0 0;
        padding: 0;
        text-align: left;
    }


    #area-cotacao .msg-retorno{
        font-size: 13px;
        padding: 5px 2px;
        border-radius: 4px;
        margin-top: 6px;
    }

    #area-cotacao .msg-retorno a{
        color: #fff;
        text-decoration: underline;
    }

    #area-cotacao .msg-retorno.sucesso{
        background-color: #22c55e;
        color: #fff;
    }

    #area-cotacao .msg-retorno.erro{
        background-color: #ef4444;
        color: #fff;
    }

    .btn-cta{
        display: flex; align-items: center; justify-content: center; background-color: #000; color:#fff; font-size: 18px; width: 280px; padding: 0; height: 60px; border-radius: 12px; text-transform: uppercase; text-decoration: none; box-shadow:1px 1px 5px rgba(0,0,0,0.5);
    }

    .btn-cta.bc-secondary{background-color: #FF7D00;}

    .btn-cta.inv{
        background-color: #fff; color: #000;
    }

    .btn-cta:hover{
        font-weight: bold;
        font-size: 19px;
        background-color: #d45f00;
        color: #fff;
        text-decoration: none;
    }

    .label-btn{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin: 30px 0 10px;
        max-width: max-content;
        margin: 30px auto 10px;
    }

    .label-btn a{
        border-radius: 35px;
        padding: 11px 14px;
        backdrop-filter: blur(2px);
        color: #fff;
        box-shadow: 0 9px 17px rgb(137 137 137 / 22%);
        margin: -1px 0 -1px -2px;
        color: #ffff;
        border: 1px solid #fff;
        line-height: 100%;
    }

    .label-btn a:hover{
        background-color: #fff;
        color: #000;
        box-shadow: 0 9px 17px rgba(0, 0, 0, 0.22);
    }

    .label-btn span{
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        line-height: 42px;
    }

    #carvisa-expansao{
        background-color: #ff7000;
        margin-top: -60px;
        overflow: hidden;
    }

    #carvisa-expansao .bloco{
        padding: 40px;
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 1px 1px 8px rgba(0,0,0,0.2)
    }

    #carvisa-expansao .bloco h2{
        color: #444;
        font-size: 26px;
        line-height: 140%;
        padding: 0;
        margin: 0;
    }

    #carvisa-expansao .bloco h2 span{
        color: #ff7000;
        font-size: 30px;
        text-transform: uppercase;
    }

    #carvisa-expansao .bloco p{
        padding: 0;
        margin: 0;
    }

    #carvisa-expansao .btn-expansao{
        position: absolute; 
        top: -40px;
        left: 0; 
        text-align: center;
        background-color: #000; 
        color:#fff; 
        font-size: 20px; 
        padding: 33px 0;
        width: calc(100% + 26px);
        border-radius: 0 20px 20px 0; 
        text-transform: uppercase; 
        text-decoration: none;
        max-height: 155px;

        transition: transform 0.2s;
        animation: pulsar 2s infinite ease-in-out;
    }

    @keyframes pulsar {
        0% { transform: scale(1); }
        50% { transform: scale(1.05); }
        100% { transform: scale(1); }
    }

    #carvisa-expansao .btn-expansao:hover{
        cursor: pointer;
        background-color: #d45f00;
    }




    
    #carvisa-faq{
        background-color: #f2f5f7;
        margin-top: 0;
        overflow: hidden;
    }

    #carvisa-faq .bloco{
        padding: 40px;
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 1px 1px 8px rgba(0,0,0,0.2)
    }

    #carvisa-faq .bloco h2{
        color: #444;
        font-size: 26px;
        line-height: 140%;
        padding: 0;
        margin: 0;
    }

    #carvisa-faq .bloco h2 span{
        color: #ff7000;
        font-size: 30px;
        text-transform: uppercase;
    }

    #carvisa-faq .bloco p{
        padding: 0;
        margin: 0;
    }

    #carvisa-faq .btn-expansao{
        position: absolute; 
        top: -40px;
        left: 0; 
        text-align: center;
        background-color: #000; 
        color:#fff; 
        font-size: 20px; 
        padding: 33px 0;
        width: calc(100% + 26px);
        border-radius: 0 20px 20px 0; 
        text-transform: uppercase; 
        text-decoration: none;
        max-height: 155px;

        transition: transform 0.2s;
        animation: pulsar 2s infinite ease-in-out;
    }

    @keyframes pulsar {
        0% { transform: scale(1); }
        50% { transform: scale(1.05); }
        100% { transform: scale(1); }
    }

    #carvisa-faq .btn-expansao:hover{
        cursor: pointer;
        background-color: #d45f00;
    }

@media (min-width:1200px){
    #bloco-valores{
        min-width: 219px;
    }
}


@media (max-width: 800px){
    section.toposite{
        padding-top: 60px;
    }

    section .chamada h1{
        font-size: 40px;
    }

    #bloco-valores{
        position: relative; 
        top: 0; 
        right: 0; 
        min-width: 0;
        max-width: 100%;
    }

    #bloco-valores .bloco-suv-van{
        border-radius: 16px 16px 0 0; 
    }

    #bloco-valores .bloco-carro{
        width: 50%;
        border-radius: 0; 
        padding: 10px;
        float: left;
    }

    #bloco-valores .bloco-moto{
        width: 50%; 
        border-radius: 0; 
        padding: 10px;
        float: left;
    }

    #bloco-valores h3{
        font-size: 16px;
    }

    #bloco-valores .texto1{
        font-size:14px; 
        margin: 4px 0 0 0;
    }

    #bloco-valores .valor{
        font-size: 34px;
    }

    #bloco-valores .valor span{
        font-size: 16px;
    }

    #bloco-valores .texto2{
        font-size: 14px;
    }

    #area-cotacao{
        border-radius: 0 0 16px 16px; padding: 20px;
    }

    #area-cotacao h2{
        font-size: 20px; 
    }

    #area-cotacao .subtitulo{
        font-size: 16px;
    }

    #form-cotacao .controle{
        margin-bottom: 8px;
    } 

    #form-cotacao .controle label{
        font-size: 12px;
    }

    #form-cotacao .controle input{
        padding: 4px;
    }




    #carvisa-expansao{
        overflow: visible;
    }

    #carvisa-expansao .bloco{
        padding: 20px;
        border-radius: 16px;
        box-shadow: 1px 1px 8px rgba(0,0,0,0.2)
    }

    #carvisa-expansao .bloco .row .col-5{
        width: 100% !important;
        max-width: 100%;
        flex: auto;
    }

    #carvisa-expansao .bloco .row .col-5.coluna2{
        width: 70% !important;
        max-width: 70%;
        float: left;
        margin-top: 20px
    }

    #carvisa-expansao .bloco .row .col-2{
        width: 100% !important;
        max-width: 100%;
        flex: auto;
        float: left;
        margin-top: 20px
    }

    #carvisa-expansao .bloco h2{
        font-size: 22px;
    }

    #carvisa-expansao .bloco h2 span{
        font-size: 22px;
    }

    #carvisa-expansao .btn-expansao{
        position: absolute; 
        top: -18px;
        right: -12px;
        left: auto;
        

        font-size: 16px; 
        padding: 18px;
        width: 130px;
        border-radius: 16px;

        transition: transform 0.2s;
        animation: pulsar 2s infinite ease-in-out;
    }


    @keyframes pulsar {
        0% { transform: scale(1); }
        50% { transform: scale(1.05); }
        100% { transform: scale(1); }
    }









    #carvisa-faq{
        overflow: visible;
    }

    #carvisa-faq .bloco{
        padding: 20px;
        border-radius: 16px;
        box-shadow: 1px 1px 8px rgba(0,0,0,0.2)
    }

    #carvisa-faq .bloco .row .col-5{
        width: 100% !important;
        max-width: 100%;
        flex: auto;
    }

    #carvisa-faq .bloco .row .col-5.coluna2{
        width: 70% !important;
        max-width: 70%;
        float: left;
        margin-top: 20px
    }

    #carvisa-faq .bloco .row .col-4{
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    #carvisa-faq .bloco .row .col-6{
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    #carvisa-faq .bloco .row .col-2{
        width: 100% !important;
        max-width: 100%;
        flex: auto;
        float: left;
        margin-top: 30px
    }

    #carvisa-faq .bloco h2{
        font-size: 22px;
    }

    #carvisa-faq .bloco h2 span{
        font-size: 22px;
    }

    #carvisa-faq .btn-expansao{
        position: absolute; 
        top: -18px;
        right: -12px;
        left: auto;
        font-size: 16px; 
        padding: 18px;
        width: 100%;
        max-width: max-content;
        border-radius: 16px;

        transition: transform 0.2s;
        animation: pulsar 2s infinite ease-in-out;
    }


    @keyframes pulsar {
        0% { transform: scale(1); }
        50% { transform: scale(1.05); }
        100% { transform: scale(1); }
    }
}