body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    width: 100vw;
    font-size: 18px;
    letter-spacing: 2px;  
    color: black;  
}

p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: initial;
}

img {
    max-width: 100%;
}

.container, .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
}

header {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-home {
    background-color: rgba(22, 22, 22, 0.85);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

h1, h2, h3, h4, h5 {
    font-family: 'Archivo Black', sans-serif;
}

a {
    color: rgb(186, 92, 22);
    text-decoration: none;
}

a:hover {
    color: black;
}

header {
    z-index: 10;
}

header img {
    max-width: 150px;
}

.off-menu {
    max-width: 320px;    
}

.off-menu a {
    display: block;
    color: black;
    text-transform: uppercase;    
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    font-size: 16px;
}

.off-menu .navbar-brand img {
    max-width: 150px;
}

.mobile svg {
    width: 35px;
    height: auto;
}

.mobile svg * {
    stroke: white;
}

.nav-button, .nav-button:hover {
    background: white;
    color: black !important;
    border-radius: 70px;
    opacity: 1 !important;
}

.navbar-toggler {
    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%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.3em;
    height: 1.3em;
}

.navbar-toggler:focus {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.navbar-collapse {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh !important;
    background-color: black;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: translateX(-100%);
    transition: transform .3s ease-in-out;
    z-index: 99;
}

.navbar-collapse.show {
    transform: translateX(0);
}

.navbar-collapse svg {
    position: absolute;
    right: 10px;
    top: 15px;
    padding: 6px;
    fill: white;
}

.nav-link, .dropdown-item {
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    font-size: 16px;
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
}

.nav-link:focus {
    color: white;
}

.nav-link.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5em;
    height: 2px;
    background-color: black;
}

.dropdown-menu {
    border: none;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.carousel-item {
    height: 85vh;
    position: relative;
    background-color: black;
    max-height: 560px;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.carousel-indicators {
    margin-bottom: 2rem;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: 1px solid white;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 0.8rem;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: white;
}

.carousel-text {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    z-index: 2;    
}

.carousel-text h1 {
    font-weight: 800;
    text-align: left;
    letter-spacing: 2px;
    word-wrap: break-word;
    font-size: 28px;
    line-height: 1.25;
    color: white;
    white-space: pre-line;
    max-width: 700px;
}

.btn {
    padding: 9px 40px;
    text-align: center;
    max-width: 100%;
    display: inline-flex;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-weight: 800;
    font-size: 14px;
    font-family: 'Archivo Black', arial, sans-serif;
    border-radius: 48px;
    min-height: 56px;
    align-items: center;
    justify-content: center;
}

.btn-orange {
    background-color: rgb(245, 132, 49);
}

.btn-white {
    background-color: white;
    color: #000;
}

.btn-border-orange {
    color: rgb(245, 132, 49);
    border: 2px solid rgb(245, 132, 49);
}

.btn-border-black {
    color: black;
    border: 2px solid black;
}

.btn-blue {
    background-color: rgb(69, 90, 100);
    color: white;
}

.bg-dark {
    background-color: rgb(22, 22, 22) !important;
}

.btn-black {
    background-color: black;
}

.bg-orange {
    background-color: rgb(245, 132, 49);
}

.btn-orange:hover {
    background-color: rgb(250, 170, 135);
}

.btn-border-orange:hover {
    background-color: rgb(245, 132, 49);
    color: black;
}

.btn-border-black:hover {
    background-color: black;
    color: white;
}

.btn-white:hover {
    background-color: white;
}

.btn-blue:hover {
    background-color: rgb(69, 90, 100);
    color: white;
}

.btn-question, .btn-question:hover {
    padding: 5px;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 0;
    min-height: initial;
    background-color: #0d6efd;
    color: white;
    text-align: center;
}

.custom-list {
    font-weight: 700;
    letter-spacing: initial;
    margin-bottom: 0;
}

.custom-list li {
    margin-bottom: 2.5rem;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

h2 {
    font-size: 28px;
}

h4 {
    font-size: 19px;
}

.text-small {
    font-size: 0.8rem;
    opacity: 0.7;
}

.circle {
    border-radius: 50%;
    overflow: hidden;
}

.row {
    --bs-gutter-x: 3rem;
}

.form-control, .form-select {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    padding: 8px;
    padding-top: 23px;
    background-color: rgb(246, 246, 246);
}

.form-control[type="file"] {
    padding-top: 0.5rem;
}

.form-control:focus, .form-select:focus {
    border-color: black;
    box-shadow: none;
    background-color: rgb(246, 246, 246);
}

.grecaptcha-badge {
    display: none;
}

.input-checkout {
    box-shadow: none;
    outline: none;    
    border: 1px solid var(--fc-more-link-bg-color);
    display: block;
    padding: 0.5rem 1rem;
    background-color: white;
    color: black;
}


footer {
    padding-top: 58px;
    padding-bottom: 58px;
}

footer p {
    font-size: 14px;
}

footer a {
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
}

footer ul {
    list-style: none;
}

.loader__form {
    display: none;
}

.whats {
    max-width: 60px;
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 999;
    transition: all .3s ease;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}

.dropdown-menu {
    border: 1px solid #474747;
}

.btn-float {
    position: fixed;
    bottom: 25px;
    right: 100px;
    z-index: 1000;
    background-color: orange;
    color: black;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
}

.btn-float:hover {
    color: white;    
}

.ts-control {
    background-color: #f6f6f6 !important;
}

.ts-dropdown, .ts-control, .ts-control input {
    font-size: 1rem;
}


@media(min-width:768px) {
    header img {
        max-width: 150px;
    }    

    .carousel-text h1 {
        font-size: 33px;
    }

    .carousel-text {
        bottom: 100px;
    }

    section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .service h4 {
        min-height: 70px;
    }

    footer ul {
        display: flex;
        justify-content: center;
    }

    footer a {
        display: inline-block;
        margin: 0 1rem;
    }
}

@media(min-width:998px) {
    .carousel-item {
        height: 95vh;
        max-height: initial;
    }

    .carousel-text h1 {
        font-size: 39px;
    }
}

@media(min-width:1200px) {
    .nav-link, .dropdown-item  {
        color: white;
    }
    .navbar-collapse {
        position: relative;
        left: initial;
        top: initial;
        width: auto;
        height: auto !important;
        background-color: transparent;
        transform: initial;
    }

    .navbar-collapse svg {
        display: none;
    }

    .bg-home .nav-link {
        color: white;
    }

    header {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    header img {
        max-width: 200px;
    }

    .nav-link {
        margin-left: 1rem;
        font-size: 14px;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .nav-link.active, .navbar-nav .nav-link.show {
        color: white !important;
    }

    .nav-link.active::before {
        background-color: white !important;
    }    

    .dropdown-menu {
        left: 50% !important;    
        background-color: rgb(22, 22, 22);
        padding: 34px;
        border: 1px solid #242424;
        width: auto;
        transform: translateX(-50%);
    }

    .dropdown-item {
        color: white;
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .dropdown-item:focus, .dropdown-item:active, .dropdown-item:hover {
        background-color: transparent;
        color: white;
    }

    .row {
        --bs-gutter-x: 4rem;
    }

    .service h4 {
        min-height: 90px;
    }

    h2 {
        font-size: 39px;
    }
}

@media(min-width:1400px) {
    .nav-link, .dropdown-item  {
        font-size: 16px;
    }

    .service h4 {
        min-height: 70px;
    }    

    p, .custom-list, body {
        font-size: 20px;
    }
}

@media(min-width: 1700px) {
    header .container {
        max-width: 1600px;
    }
}

@media (hover: hover) {
    .nav-link:hover, .dropdown-item:hover, footer a:hover {
        opacity: 0.5;
        color: white;
    }
   

    .whats:hover {
        opacity: 0.7;
    }
}