:root {
    --azul: #0066CC;
    --azul-gradiente: linear-gradient(135deg, #0066CC, #00AEEF);
    --laranja: #F37021;
    --cinza-claro: #F4F6F9;
    --branco: #FFFFFF;
    --accent-color: #0d83fd;
}

/********** Template CSS **********/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 45px;
    bottom: 45px;
    z-index: 99;
    background: var(--accent-color);
    color: var(--branco);
}

.back-to-top:hover {
    background: #1A76D1;
    color: var(--branco);
}

img.animated.pulse {
    animation-duration: 5s;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn-primary:hover {
    background-color: #00A2E0;
    border-color: #00A2E0;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}
.btn-outline-white:hover {
    color: var(--bs-primary);;
    background-color: #fff;
    border-color: #fff;
}
.btn-check:focus + .btn-outline-white,
.btn-outline-white:focus {
    box-shadow: 0 0 0 0.25rem rgba(226, 229, 232, 0.50);
}
.btn-check:checked + .btn-outline-white,
.btn-check:active + .btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-check:checked + .btn-outline-white:focus,
.btn-check:active + .btn-outline-white:focus,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(226, 229, 232, 0.50);
}
.btn-outline-white:disabled,
.btn-outline-white.disabled {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}

.text-laranja {
    color: #EC9144;
}

/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar {
    padding: 11px 0 !important;
    height: 90px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0;
    color: var(--branco);
    font-weight: 500;
    transition: .5s;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--laranja);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .navbar-brand img {
        height: 10px;
    }
    .navbar .navbar-nav {
        padding: 0 15px;
        background: var(--bs-primary);
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 5px 0;
    }

    .navbar {
        padding: 0 !important;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/*** Hero Header Home ***/
.hero-header {
    position: relative;
    margin-top: -90px;
    padding-top: 7.3rem;
    height: 100vh;
    background: url(../img/bg.webp) center center no-repeat;
}

.hero-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header-commum {
    position: relative;
    margin-top: -90px;
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/bg.webp) center center no-repeat;
    background-size: cover;
}

.hero-header-commum::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header-commum .container {
    position: relative;
    z-index: 1;
}

.hero-header-commum .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light);
}

@media (max-width: 991.98px) {
    .hero-header {
        padding-top: 8rem;
        padding-bottom: 2rem;
        height: auto;
    }
}

/*** Feature ***/
.feature-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.feature-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Deal ***/
.deal {
    position: relative;
    background: url(../img/bg.webp) center center no-repeat;
    background-size: cover;
}

.deal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.deal .bg-white {
    position: relative;
    z-index: 1;
}

.deal .cdt span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
}

/*** How To Use ***/
.how-to-use {
    position: relative;
    background: url(../img/bg.webp) center center no-repeat;
    background-size: cover;
}

.how-to-use::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
    position: relative;
    z-index: 1;
}

.how-to-use .border {
    border-color: rgba(255, 255, 255, .2) !important;
}


/*** Product ***/
.product-item {
    transition: .1s;
}

.product-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.product-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Testimonial ***/
.testimonial {
    position: relative;
    background: url(../img/bg.webp) center center no-repeat;
    background-size: cover;
}

.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    border-color: rgba(255, 255, 255, .2) !important;
    margin: 0 auto 20px auto;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--bs-primary);
}

/*** Blog ***/
.blog-item {
    transition: .1s;
}

.blog-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.blog-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Contact ***/
.contact-info-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Newsletter ***/
.newsletter {
    position: relative;
    background: url(../img/bg.webp) center center no-repeat;
    background-size: cover;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, .3);
}

.newsletter input::placeholder {
    color: #ffffff;
    font-style: italic;
    opacity: 1;
}


/*** Footer ***/
.footer {
    border-top: 3px solid var(--bs-light);
}

.footer p {
    text-align: justify;
}

.footer p a {
    color: var(--bs-body);
}

.footer p a:hover {
    color: var(--bs-primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: var(--bs-primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
    color: var(--bs-body);
}

.footer .copyright a:hover {
    color: var(--bs-primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* Ícone Flutuante WhatsApp */
#whatsapp-button {
    display: flex;
    position: fixed;
    background: #25d366;
    bottom: 25px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    box-shadow: 2px 2px 12px rgba(22, 124, 60, 0.2);
    transition: 0.4s;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    z-index: 2;
}
#whatsapp-button > .rwb-tooltip {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px;
    color: #2d2d2d;
    font-size: 16px;
    white-space: nowrap;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
    background-color: #ffffff;
}
#whatsapp-button > .rwb-tooltip:after {
    display: block;
    content: "";
    position: absolute;
    top: 85%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    transition: 0.4s;
}
#whatsapp-button.left {
    left: 25px;
}
#whatsapp-button.left > .rwb-tooltip {
    left: 0;
    transform: translateX(-10%);
}
#whatsapp-button.left > .rwb-tooltip:after {
    left: 23px;
}
#whatsapp-button:not(.left) {
    right: 25px;
}
#whatsapp-button:not(.left) > .rwb-tooltip {
    right: 0;
    transform: translateX(10%);
}
#whatsapp-button:not(.left) > .rwb-tooltip:after {
    right: 23px;
}
#whatsapp-button:hover {
    background: #21bd5c;
    box-shadow: 3px 3px 12px rgba(14, 81, 39, 0.4);
}
#whatsapp-button:hover > .rwb-tooltip {
    opacity: 1;
    transform: translateX(0);
}
#whatsapp-button:hover > .rwb-tooltip:after {
    top: 100%;
    transition-delay: 0.4s;
}

/* CTA */
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/

.call-to-action .container-fluid {
    background:linear-gradient(135deg,#2563eb,#1A76D1);
    /*background: #1A76D1;*/
}

.call-to-action .container-fluid {
    color: var(--branco);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;

}

.call-to-action .content h2,
.call-to-action .content p {
    color: var(--branco);
    position: relative;
    z-index: 2;
}

.call-to-action .btn-cta {
    background-color: transparent;
    color: var(--branco);
    padding: 12px 40px;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 3px solid var(--branco);
    position: relative;
    z-index: 2;
}

.call-to-action .btn-cta:hover {
    background-color: var(--branco);
    color: var(--accent-color);
}

.call-to-action .shape {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.call-to-action .shape svg {
    width: 100%;
    height: 100%;
}

.call-to-action .shape svg path {
    fill: color-mix(in srgb, var(--branco) 50%, transparent);
}

.call-to-action .shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -50px;
    opacity: 0.1;
    transform: rotate(45deg);
    animation: shapes-float 3s ease-in-out infinite;
}

.call-to-action .shape-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
    opacity: 0.15;
    transform: rotate(-15deg);
    animation: shapes-float 4s ease-in-out infinite;
}

.call-to-action .shape-3 {
    width: 150px;
    height: 150px;
    top: 20%;
    right: 15%;
    opacity: 0.08;
    transform: rotate(15deg);
}

.call-to-action .dots {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    color: var(--branco);
}

.call-to-action .dots svg {
    width: 100%;
    height: 100%;
}

.call-to-action .dots-1 {
    width: 200px;
    height: 200px;
    top: -30px;
    left: 10%;
    opacity: 0.1;
    transform: rotate(15deg);
    animation: shapes-float 4s ease-in-out infinite;
}

.call-to-action .dots-2 {
    width: 150px;
    height: 150px;
    bottom: 20px;
    right: 15%;
    opacity: 0.15;
    transform: rotate(-10deg);
}

@keyframes shapes-float {

    0%,
    100% {
        transform: scale(0.8) rotate(45deg) translateY(0);
    }

    50% {
        transform: scale(0.8) rotate(45deg) translateY(-20px);
    }
}

@media (max-width: 992px) {
    .call-to-action .container {
        padding: 3rem 1.5rem;
    }

    .call-to-action .shape-1 {
        width: 200px;
        height: 200px;
    }

    .call-to-action .shape-2 {
        width: 150px;
        height: 150px;
    }

    .call-to-action .shape-3 {
        width: 100px;
        height: 100px;
    }

    .call-to-action .dots-1 {
        width: 150px;
        height: 150px;
    }

    .call-to-action .dots-2 {
        width: 120px;
        height: 120px;
    }

    .call-to-action .dots-3 {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 575px) {
    .call-to-action .container {
        border-radius: 0;
    }
}

/* CTA Gradient*/
.cta-gradient{
    background: linear-gradient(
            -45deg,
            #1e293b,
            #2563eb,
            #3b82f6,
            #337CDA
    );

    background-size: 400% 400%;

    animation: gradientMove 12s ease infinite;

    color:white;
    padding:130px 0;
}

@keyframes gradientMove{

    0%{
        background-position:0% 50%;
    }

    50%{
        background-position:100% 50%;
    }

    100%{
        background-position:0% 50%;
    }

}

.cta-gradient .btn-cta {
    background-color: transparent;
    color: var(--branco);
    padding: 12px 40px;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 3px solid var(--branco);
    position: relative;
    z-index: 2;
}

.cta-gradient .btn-cta:hover {
    background-color: var(--branco);
    color: var(--accent-color);
}

/* Página Sobre */
/* SEÇÃO NÚMEROS */

.stats-section{

    background:linear-gradient(135deg,#0f172a,#1e293b);
    color:white;

    padding:100px 0;

}

.stat-number{

    font-size:52px;
    font-weight:700;
    color:white;
    margin-bottom:10px;

}

.stat-label{
    opacity:.85;
}

/* Página Serviços */
.service-card{
    background:white;
    border-radius:16px;
    padding:35px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 80px rgba(0,0,0,.15);
}

.service-card i{
    font-size:42px;
    color:#2563eb;
    margin-bottom:20px;
}

.feature-box{
    text-align:center;
}

.feature-box i{
    font-size:40px;
    color:#2563eb;
    margin-bottom:15px;
}

/* Página Consultoria para Lojistas*/
.card-consultoria{
    background:white;
    border-radius:16px;
    padding:35px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.card-consultoria:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 80px rgba(0,0,0,.15);
}

.card-consultoria i{
    font-size:42px;
    color:#2563eb;
    margin-bottom:20px;
}

.step-box{
    text-align:center;
}

.step-icon{
    font-size:55px;
    color:#2563eb;
    margin-bottom:15px;
}

.checklist .list-group-item{
    transition:all .25s;
}

.checklist .list-group-item:hover{
    background:#f8f9fa;
}

.checklist input:checked + span{
    text-decoration:line-through;
}

/* Página Comércio de Veículos Usados */

/* CARDS */
.card-premium{
    background:white;
    border-radius:16px;
    padding:35px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
    border:1px solid rgba(0,0,0,.03);
}

.card-premium:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 80px rgba(0,0,0,.15);
}

.card-icon{
    font-size:40px;
    color:#2563eb;
    margin-bottom:20px;
}

/* INFOGRAPHIC */

.flow-section{
    padding:100px 0;
    background:#f5f7fb;
}

.flow-step{
    text-align:center;
}

.flow-icon{
    font-size:55px;
    color:#2563eb;
    margin-bottom:15px;
}

.flow-arrow{
    font-size:30px;
    color:#94a3b8;
}

/* COAF */

.security-section{
    padding:100px 0;
    color:2563eb;
    text-align:center;
}

.security-icon{
    font-size:60px;
    margin-bottom:20px;
}