:root {
    --yellow-strong: rgb(246, 202, 33);
    --yellow-medium: rgb(254, 194, 0);
    --yellow-medium-hover: rgba(254, 195, 0, 0.87);
    --yellow-light: rgb(255, 226, 102);

    --grey-light: rgb(248, 248, 248);
    --grey-medium: rgb(236, 236, 236);
    --grey-normal: rgb(188, 188, 188);
    --grey-strong: rgb(169, 169, 169);
    --grey-alt: rgb(151, 151, 151);

    --black-light: rgb(51, 51, 51);
    --black-normal: #1e1e1e;
}

/* COLORS */
/* BACKGROUND YELLOW */
.bg-yellow-light {
    background-color: var(--yellow-light);
}
.bg-yellow-medium {
    background-color: var(--yellow-medium) !important;
}
.bg-yellow-strong {
    background-color: var(--yellow-strong);
}
/* TEXT YELLOW */
.text-yellow-light {
    color: var(--yellow-light);
}
.text-yellow-medium {
    color: var(--yellow-medium);
}
.text-yellow-strong {
    color: var(--yellow-strong);
}

/* BACKGROUND GREY */
.bg-grey-light {
    background-color: var(--grey-light);
}
.bg-grey-medium {
    background-color: var(--grey-medium);
}
.bg-grey-normal {
    background-color: var(--grey-normal);
}
.bg-grey-strong {
    background-color: var(--grey-strong);
}
.bg-grey-alt {
    background-color: var(--grey-alt);
}
/* TEXT GREY */
.text-grey-light {
    color: var(--grey-light);
}
.text-grey-medium {
    color: var(--grey-medium);
}
.text-grey-normal {
    color: var(--grey-normal);
}
.text-grey-strong {
    color: var(--grey-strong);
}
.text-grey-alt {
    color: var(--grey-alt);
}
/* BACKGROUND BLACK */
.bg-black-light {
    background-color: var(--black-light);
}
.bg-black-normal {
    background-color: var(--black-normal);
}
/* TEXT BLACK */
.text-black-light {
    color: var(--black-light);
}
.text-black-normal {
    color: var(--black-normal);
}

/* SPACING */
/* MUDAR */
.letter-spacing-1 {
    letter-spacing: 0px;
}
.letter-spacing-2 {
    letter-spacing: 1px;
}
.letter-spacing-3 {
    letter-spacing: 2px;
}
.letter-spacing-4 {
    letter-spacing: 4px;
}
.word-spacing-0 {
    word-spacing: 0px;
}
.word-spacing-1 {
    word-spacing: 1px;
}
.word-spacing-2 {
    word-spacing: 2px;
}

/* FONT-SIZE */
.tiny {
    font-size: 0.7rem;
}
.small {
    font-size: 1rem;
}
.almost-small {
    font-size: 0.9rem;
}
.fs-7 {
    font-size: 0.9rem;
}

/* HTML ELEMENTS */
body {
    font-family: "Gotham", sans-serif;
    font-size: 1rem;
    overflow-x: hidden !important;
}
textarea {
    resize: none;
}

/* GLOBAL ELEMENTS */
.btn-noFocus:focus {
    outline: none !important;
    box-shadow: none !important;
}

.section-car {
    background-color: #f3f2f6;
}

.contact-card {
    filter: drop-shadow(0px 2px 20px #0000002f);
    min-width: 300px;
    border-radius: 20px;
    position: relative;
    background-color: white;
    z-index: 0;
    height: 90%;
}

.phone, .at{
    bottom: 45%;
}

.vh-70{
    height: 70vh;
}

.contact-card::after {
    content: "";
    border-radius: 20px;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -34%;
    z-index: -1;
    transform-origin: top left;
    transform: skew(30deg, 0deg);
    background-color: white;
}

.custom-swal {
    background: transparent; /* Define o fundo transparente */
    box-shadow: none; /* Remove a sombra */
    border: none; /* Remove a borda */
}

.left-position {
    left: -10%;
}

.momo {
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
.momo2 {
    clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
}
.mrmr {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
}

.icon {
    font-size: 4rem;
}

.card-text-alt {
    font-size: clamp(0.8rem, 1.9vw, 1.2rem);
}

.card-title-alt {
    font-size: clamp(1.4rem, 3vw, 2.5rem);
}

.shadow-wrapper {
    filter: drop-shadow(0px 0px 10px #00000015);
}
/* PAGE CSS */
/* HEADING */
.company-title {
    font-size: clamp(0.9rem, 2.2vw, 2rem);
}

/* NAVBAR-1 */
.bg-dark {
    background-color: transparent !important;
}
.bg-dark,
.navbar-brand {
    padding-top: 0 !important;
}
/* NAVBAR-1 TOOGLER */
.navbar-toggler {
    background-color: transparent !important;
    color: var(--header-toogler-color) !important;
    height: 3.5rem;
    width: 3.5rem;
    border: none;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28246, 202, 33, 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28246, 202, 33, 100%29'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    opacity: 100% !important;
}
.offcanvas {
    color: white;
    background: #222121;
    background: radial-gradient(at top left, #222121, #010101);
    opacity: 96%;
}
.offcanvas.offcanvas-end {
    border: none;
}
#offcanvasNavbarLabel2 {
    font-family: Lora;
}

.btn-yellow {
    background-color: var(--yellow-medium) !important;
    padding: 8px 87px;
    border: none;
    letter-spacing: 1.12px;
}

.btn-yellow:hover {
    background-color: var(--yellow-medium-hover) !important;
    padding: 8px 87px;
    border: none;
}

.btn-yellow2 {
    background-color: var(--yellow-medium) !important;
    padding: 8px 56px !important;
    border: none;
}

.btn-warning {
    background-color: var(--yellow-medium) !important;
    /* padding: 8px 56px !important; */
    border: none;
}

.custom-btn-size {
    min-width: 150px;
}

.btn-yellow2:hover {
    background-color: var(--yellow-medium-hover) !important;
}

.btn-yellow-light {
    background-color: var(--yellow-light) !important;
    border: none;
}

.sub-text {
    color: #ada8a8;
    font-weight: 100;
    font-size: 0.9375rem;
}

.hr-medium {
    width: 47%;
}

.box1 {
    background-image: url("images/Mercedes-Classe-E-2021_2.jpg");
    box-shadow: inset 0 0 0 50vw #1a19195e;
    background-position: bottom;
    background-size: cover;
}

.box2 {
    background-image: url("images/mercedes-benz-s-580-e-plug-in-hybrid-goes-to-electrified-work-from-123736-165694_1.jpg");
    box-shadow: inset 0 0 0 50vw #1a19195e;
    background-position: bottom;
    background-size: cover;
}

.box3 {
    background-image: url("images/Mercedes-Benz-V-Class-AIRMATIC-suspension-1.jpg");
    box-shadow: inset 0 0 0 50vw #1a19195e;
    background-position: bottom;
    background-size: cover;
}

.personal-security {
    background-image: url("images/1000_F_246635716_mLAKVesIbqrD3vZGMr3ITQkgJSXdAD3n.jpg");
    box-shadow: inset 0 0 0 50vw #1a19195e;
    background-position: bottom;
    height: 80vh;
    background-size: cover;
}

.world-map::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: radial-gradient(circle at 50% 400%, #ffffff, #d7d7d7, #80808041, rgba(40, 40, 40, 0.966), #000000), url("images/1000_F_110257004_PLp6DNqDdup6AyThxyraiAdgTgwVrle7.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: fill;
    filter: grayscale(100%);
}

.vh-50 {
    height: 10vh;
}

.img-absolute {
    width: 50vw;
    height: 50vh;
    object-fit: cover;
}

.border-wrapper {
    border: 3px solid white;
    border-radius: 50%;
    padding: 1rem;
}

.cars-height {
    min-height: 50vh;
}

.img-cutter {
    clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
}

.skew {
    position: relative !important;
    border: none !important;
    background: none !important;
    outline: none !important;
    color: #fff !important;
    padding: 1rem 1.5rem !important;
    background-color: #ee128f !important;
    margin: 2rem !important;
    border-radius: 5px !important;
    padding-right: 3rem !important;
}

.skew:after {
    content: " " !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1 !important;
    background: #ee128f !important;
    border-radius: 5px !important;
    transform-origin: bottom left !important;
    -ms-transform: skew(-30deg, 0deg) !important;
    -webkit-transform: skew(-30deg, 0deg) !important;
    transform: skew(30deg, 0deg) !important;
}

/* HEADER IMAGE */
.back-image::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    box-shadow: inset 0 0 0 50vw #1a1919ee;
    filter: grayscale(100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.back-image2::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-image: url(images/1000_F_476371555_89bHFlzjjvfssEXZgkrxgX4qVVFhsZH7.jpg);
    box-shadow: inset 0 0 0 50vw #1a1919be;
    filter: grayscale(100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-back::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-image: url(images/1000_F_605497267_swXBaqGjpHLcGauQqyB0L3fqONs2SJ0O.jpg);
    box-shadow: inset 0 0 0 50vw #1a1919ee;
    filter: grayscale(100%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.padding {
    padding-top: 5rem !important;
    padding-bottom: 5rem;
}
.padding-2 {
    padding-top: 3rem !important;
    padding-bottom: 5rem;
}

.padding-3 {
    padding: 4rem 1rem 2rem 4rem !important;
}

.btn-top {
    top: 40px;
}

.hero-title {
    font-size: 3.5rem;
    line-height: normal;
}

.social {
    bottom: 66px;
    left: 60px;
}

.half-vh {
    height: 70vh;
}

.fs-1-alt {
    font-size: 1.8rem !important;
}

.fs-2-alt {
    font-size: 1.2rem !important;
}

#btn-alt {
    padding: 0.7rem 2.5rem !important;
}

@media (max-width: 1700px) {
    .btn-top {
        top: 30px;
    }
}

@media (max-width: 1500px) {
    .hero-title {
        font-size: 3rem;
    }
    .social {
        bottom: 0px;
        left: 0px;
    }
    .btn-top {
        top: 25px;
    }
}

@media (max-width: 1200px) {
    .img-absolute {
        margin-top: 4rem;
        width: 70vw;
        height: 30vh;
        object-fit: cover;
    }
    .car-title {
        font-size: 2rem;
    }
    .car-model {
        font-size: 1.3rem;
    }
}

@media (max-width: 1100px) {
    .hero-title {
        font-size: 2rem;
    }
    .btn-top {
        top: 20px;
    }
}

@media (max-width: 700px) {
    .hero-title {
        font-size: 1.5rem;
    }
    .sub-text {
        font-size: 0.8rem;
    }
    .btn-top {
        top: 15px;
    }
}

@media (max-width: 550px) {
    .hero-title {
        line-height: 1.5;
        font-size: 1.3rem;
    }
    .sub-text {
        font-size: 0.6rem;
    }
    .btn-top {
        top: 10px;
    }
    .car-title {
        font-size: 1.4rem;
    }
    .car-model {
        font-size: 1rem;
    }
}

@media (min-width: 1399px) {
    .img-absolute {
        margin-top: -4rem;
    }
}
