@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.cdnfonts.com/css/bauhaus-93');

::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-thumb:hover {
    background: #D3D3D3;
}
::-webkit-scrollbar-thumb {
    background: #A8A8A8;
    border-radius: 0.25rem;
}
::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.gradient-animation-god {
    background: linear-gradient(90deg,
                                rgba(255, 0, 0, 1) 0%,
                                rgba(255, 154, 0, 1) 10%,
                                rgba(208, 222, 33, 1) 20%,
                                rgba(79, 220, 74, 1) 30%,
                                rgba(63, 218, 216, 1) 40%,
                                rgba(47, 201, 226, 1) 50%,
                                rgba(28, 127, 238, 1) 60%,
                                rgba(95, 21, 242, 1) 70%,
                                rgba(186, 12, 248, 1) 80%,
                                rgba(251, 7, 217, 1) 90%,
                                rgba(255, 0, 0, 1) 100%
                            );
    background-size: 400% 400%;
    animation: gradient 30s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

body {
    font-family: 'Quicksand';
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    width: 100%;
    background-color: #f9f9f9!important;
    z-index: 1000;
    position: fixed;
    padding: 5px 40px;
}

.navbar {
    position: fixed;
    top: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #1ccf7d;
}

.navbar-brand img {
    width: 135px;
    transition: .6s;
}

.navbar-brand img:hover {
    opacity: .5;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: 0;
    margin-left: 0;
}

.row>* {
    padding-right: 0;
    padding-left: 0;
}

.content-default .row>* {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
} 

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: bold;
    color: #353535;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-link:focus, .nav-link:hover {
    color: rgb(0 0 0 / 63%);
}

.btn-maximo-light {
    width: 100%;
    padding: 2px 10px 2px 10px;
    box-shadow:rgb(28 207 125) 0px 0px 0px 1px;
    font-weight: bold;
    background: transparent;
    color: #1CCF7D;
    border-radius: .25rem;
    transition: .6s;
}

.btn-maximo-light:hover, .btn-maximo-light:active, .btn-maximo-light:focus-visible {
    background: #1CCF7D !important;
    box-shadow:rgb(21 255 148 / 50%) 0px 0px 0px 3px !important;
    color: #FFFFFF !important;
}

.btn-maximo-default {
    background: #1CCF7D;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: .25rem;
    transition: .6s;
}

.btn-maximo-default:hover, .btn-maximo-default:active, .btn-maximo-default:focus-visible {
    background: #168E58 !important;
    box-shadow:rgb(21 255 148 / 50%) 0px 0px 0px 3px !important;
    color: #FFFFFF !important;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #1CCF7D;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(21,255,148,.25);
}

.conteudo {
    background: linear-gradient(to bottom, gainsboro, #F4F4F4, #FFFFFF);
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0px;
}

.content-0 {
    background: #EFF4F1;
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    padding: 40px;
    background-size: cover;
    background-position: bottom;
}

.content-0 img {
    width: 100%;
}

.content-default {
    width: 100%;
    min-height: 340px;
    height: auto;
    padding: 50px 40px 10px 40px;
}


.rodape {
    background: linear-gradient(45deg, #dff3eb, #e3e3e3);
    color: #353535;
    position: relative;
    padding: 0 100px;
    z-index: 2;
}

.rodape .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) #353535 !important;
}


.titulo-paragrafo {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #353535;
}

.nav-link {
    width: fit-content;
}

.text-muted {
    /* --bs-text-opacity: 1; */
    color: #5b5b5b !important;
}

.container-text-home {
    padding-top: 200px;
    position: sticky;
}

.text-home {
    font-size: 6rem;
}

.title-shadow {
    text-shadow: 1px 3px 6px #042147;
}

.description-work {
    text-align: center;
    padding: 40px;
}

.box-items {
    margin: 10px;
    color: #ffffff;
    background: rgb(0 0 0 / 30%);
    min-height: 300px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
}

.box-items i {
    font-size: 60px;
}

.intern-box {
   background: radial-gradient(transparent, #0a1f6c);
    min-height: 290px;
    padding: 90px 10px 10px 10px;
    border-radius: 15px;
}

.card-team {
    width: 250px;
    height: 250px;
    color: #ffffff;
    padding: 10px;
    border-radius: 168px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin-top: 150px;
}

.card-team span {
    font-size: 1.5rem;
}

.card-team img {
    width: 70%;
    border-radius: 200px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    box-shadow: rgba(255, 255, 255, 80%) 0px 0px 0px 3px;
    transition: 1.5s;
    margin-bottom: 10px;
}

.card-team img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    box-shadow: rgb(0 90 255) 0px 3px, rgb(0 90 222) 2px 3px, rgb(0 90 222) 3px 0px 0px 0px, rgb(255 255 255) 0px 0px 0px 3px;
}

.button-social {
    background: #111111;
    color: #FFFFFF;
    border-radius: 100px;
    border: 1px solid #777777;
    outline: none;
    width: 30px;
    height: 30px;
    font-size: 15px;
    transition: .6s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-social:hover, .button-social:active, .button-social:focus-visible {
    background: #777777;
    outline: none;
}

.dropdown-title {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), linear-gradient(90deg, rgb(16 143 73) 0%, rgb(26 208 125) 100%);
    color: #ffffff;
    font-family: 'Audiowide';
}

.icon-dropdown {
    font-size: x-large;
    color: #1CCF7D;
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: #353535;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(0 0 0 / 63%);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #353535;
    background-color: #e9e9e9;
}

.content-banner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
    transform-origin: right;
}

.content-banner .contentBx {
    max-width: 600px;
    padding: 90px 40px 40px 40px;
}

.content-banner .contentBx h2 {
    font-size: 3em;
    line-height: 1em;
    color: #353535;
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz';
    font-weight: bold;
}

.content-banner .contentBx p {
    font-size: 1em;
    color: #353535;
    margin: 20px 0;
}

.content-banner .contentBx a {
    display: inline-block;
    border: none;
    color: #ffffff;
    padding: 10px 16px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), linear-gradient(90deg, rgb(16 143 73) 0%, rgb(26 208 125) 100%);
    width: fit-content;
    text-align: center;
}

.content-banner .contentBx a:hover {
    letter-spacing: 4px;
    border-radius: 20px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 70% 70%;
    background-color: #101010;
    border-radius: 100%;
    padding: 21px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #1ccf7d;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}


.card {
    width: 100%;
    height: 150px;
    color: white;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.item-servicos-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.card h3 {
    font-size: 20px;
    font-weight: bold;
}

.card p {
    font-size: 14px;
    margin: 10px 0;
}

.btn-service {
    display: inline-block;
    padding: 0px 15px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), linear-gradient(90deg, rgb(16 143 73) 0%, rgb(26 208 125) 100%);
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: .6s;
}

.btn-service:hover {
    letter-spacing: 4px;
    border-radius: 20px;
}

.item-reparo-img {
    width: 104px;
}

.ai-center {
    align-items: center;
}

.jc-center {
    justify-content: center;
}

.text-default {
    color: #353535 !important;
}

.auto-height {
    height: 240px !important;
}

.my-height {
    height: 320px !important;
}

.text-justify {
    text-align: justify !important;
}

.titulo-default {
    font-size: 1.75rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

.marquee-container-marcas {
    overflow: hidden;
    width: 100%;
    background: #f9f9f9;
    padding: 10px 0;
}

.marquee-marcas {
    display: flex;
    animation: scroll_marcas 60s linear infinite;
    gap: 20px;
    justify-content: center;
    align-items: center;
    height: 40vh;
}

#marcas {
    padding: 100px 0px;
    text-align: center;
    min-height: 70vh !important;
    background: #f9f9f9;
}

@keyframes scroll_marcas {
    from {
      transform: translateX(300%);
    }
    to {
      transform: translateX(-300%);
    }
}

.nome-veiculo {
    position: absolute;
    bottom: 10px;
    /* left: 50%;
    transform: translateX(-50%); */
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    opacity: 0.7;
    animation: MoveUpDown 2s linear infinite;
    transition: .6s;
}

.float:hover {
    opacity: 1;
}

@keyframes MoveUpDown {
    0%, 100% {
      bottom: 40px;
    }
    50% {
      bottom: 50px;
    }
}


.my-float {
    margin-top: 16px;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.theme-default-page {
    background-image: url('../../dist/images/back-black-green.png'); 
    background-color: #19191A;
    background-size: contain; 
    background-position: center;
}

.title-default-page {
    font-family: 'Audiowide';
    text-align: center;
    color: #ffffff;
    font-size: 4rem;
    text-shadow: 1px 1px black;
}

.mh-670 {
    min-height: 700px !important;
}

.item-list-icon {
    color: #1ccf7d;
}

.link-text {
    color: #353535;
    text-decoration: none;   
    transition: .6s;
}

.link-text:hover {
    color: #1CCF7D;
    text-decoration: none;   
    text-decoration: underline;
}


.icon-jobs {
    background: #1CCF7D;
    border: 1px solid #1CCF7D;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 7px;
    text-align: center;
}

.cookie-banner {
    display: none;
    position: fixed;
    bottom: 5%;
    left: 10%;
    width: 80%;
    background: #474748;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #ffffff;
}

.cookie-banner p {
    margin: 0;
    color: #ffffff;
}

.cookie-banner button {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 25px;
    cursor: pointer;
    margin-left: 10px;
    transition: 0.5s;
}

.cookie-banner button:hover {
    background-color: #1ccf7d;
    color: #fff;
    border: 1px solid #1ccf7d;
    font-weight: bold;
}

.cookie-banner a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    transition: .6s;
}

.cookie-banner a:hover {
    color: #1CCF7D;
    font-weight: bold;
    text-decoration: underline;
}

#maxperts {
    min-width: 300px;
    max-width: 420px;
    margin-top: 88px;
    margin-bottom: 10px;
}

.big-image {
    width: 350px; 
    border-radius: 20px; 
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
                rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.small-image {
    width: 180px;
    border-radius: 20px;
    position: absolute;
    right: 20px;
    bottom: 119px; 
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, 
                rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

@media screen and (max-width: 1366px) {
    .mh-670 {
        min-height: 840px !important;
    }
    
}

@media screen and (max-width: 990px) {
    .big-image {
        display: none;    
    }
  
    .small-image {
        display: none;
    }
}

@media screen and (max-width: 664px) {
    .title-default-page {
        font-size: 2rem;
    }

    #maxperts {
        min-width: 300px;
        max-width: 300px;
        margin-top: 88px;
        margin-bottom: 10px;
    }


}

@media screen and (max-width: 380px) {

    #maxperts {
        min-width: 200px;
        max-width: 200px;
        margin-top: 88px;
        margin-bottom: 10px;
    }

    .card p {
        font-size: 12px;
        margin: 10px 0;
    }

    .nav-link {
        display: block;
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
        font-size: 12px;
        font-weight: bold;
        color: #353535;
        text-decoration: none;
        background: 0 0;
        border: 0;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }

    .link-text {
        color: #353535;
        text-decoration: none;
        transition: .6s;
        font-size: small;
    }
}