@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


:root {
    --bgc: #fe7153;
    --primary-color: #3b1a1a;
    --secondary-color: #fff;
    --text-color: #d8e0eb;
    --button-color: #6d1b09;
    --button-hover: #ac2d11;
    --bg-color: #ed8d36;
    --box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.01);
    --bg-color-new: #ffbe58;
}

.nav-pills .nav-link {
    color: var(--button-hover);
}

.hover-up {
    position: relative;
    bottom: 0;
    right: 0;
    transition: all 300ms;
    transform: scale(1);
}

.menu-f{
    margin: 0 auto;
}


#work_form label {
    color: var(--button-color) !important;
}

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


.hover-up:hover {
    transform: scale(1.02);
    bottom: -5px;
    right: -5px;
}

.nav-pills .nav-link.active {
    background-color: var(--button-color);
    border: none;
    font-weight: 700;
    color: var(--text-color);
}

.btn-primary {
    background-color: var(--button-color);
    border: none;
    color: var(--text-color);
    font-weight: 700;
    padding: 8px 16px;
}

.btn-primary :hover {
    background-color: var(--button-hover);
}

input {
    padding: 8px 16px;
}

li {
    list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    background-color: var(--bgc);
    box-sizing: border-box;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    overflow-x: 0 !important;
    line-height: 1.7 !important;
}

body h1 span {
    color: var(--button-color);
}

body h2 {
    font-size: 48px;
    color: var(--primary-color);
}

.card-text {
    color: var(--bgc);
}

body h3 {
    font-size: 36px;
    color: var(--button-hover);
}

body h4 {
    font-size: 24px;
    color: var(--text-color);
}

body p,
body span {
    color: var(--text-color);
}

body a {
    color: var(--button-hover);
    text-decoration: none;
}

body a:hover {
    color: var(--button-color);
}



h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: 700;
}


nav {
    background-color: #ffbe58;
    ;
    box-shadow: var(--box-shadow);
}

.navbar-nav {
    gap: 30px;
}

.navbar-nav .nav-link {
    color: var(--primary-color);
}

.navbar-nav .nav-link.active {
    color: var(--primary-color);
    font-weight: 700;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.navbar-brand {
    padding: 0 !important;
    margin: 0;
    display: flex;
}

.navbar-brand img {
    width: 130px;
}


.banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(0);
    transition: filter 0.2s ease-in;
    padding: 0;
}

.banner .row {
    height: 100vh;
    align-content: center;
    width: 100%;
}

.banner .row .col-md-6 {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 50px;
}

.banner .row .bg-pic {
    background-image: url('../img/Courier-Service-1024x683-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.banner .row .bg-pic.page-about {
    background-image: url('../img/PH186226-crop005.avif');
}

.banner .row .bg-pic.page-services {
    background-image: url('../img/1675119371719.jpeg');
}

.banner .row .bg-pic.page-work {
    background-image: url('../img/3e9f09_7a0534bcaeee47a2912c3963886591de~mv2.webp');
}

.banner .row .bg-pic.page-clients {
    background-image: url('../img/Entregas\ a\ domicilio\ delivery.webp');
}

.banner .row .bg-pic.page-prohibited {
    background-image: url('../img/pi-photo-large-00006.jpg');
}

.banner .row .bg-pic.page-terms {
    background-image: url('../img/delivery-man-black-uniform-delivering-package-recipient_8087-3400.avif');
}

.banner .row .bg-pic.page-country {
    background-image: url('../img/same-day-collection-featured.jpg');
}

.banner .row .bg-pic.page-faq {
    background-image: url('../img/local-courier-service.jpeg');
}

.banner .wrap h1 {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 64px;
    margin-top: 24px;
}

.banner .wrap .sub-header {
    color: var(--primary-color);
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 24px;
    margin-left: auto;
    width: 100%;
}

main .banner.sub-page {
    min-height: 50vh;
}

main .banner.sub-page .row {
    height: 50vh;
}

main .banner.sub-page .bg-pic {
    height: 50vh;
}

main .brown {
    background-color: var(--bg-color);
}

main .about .container-1024 {
    max-width: 1024px;
    margin: 0 auto;
    padding: 100px 0;
}

main .about .container-1024 .col-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main .about .img-col {
    display: flex;
    justify-content: flex-end;
}

main .about .img-col img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 0;
    box-shadow: var(--box-shadow);
}

.btn{
    border-radius:0 !important ;
}

.solutions{
    background-color: var(--bg-color-new);
}

main .solutions .container .img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0;
    margin: 20px 0;
    box-shadow: var(--box-shadow);
}

main .solutions .container ul {
    color: var(--primary-color);
}

main .solutions h4 {
    text-align: center;
}

main .container {
    padding: 100px 0;
}

main .container .wrap {
    max-width: 512px;
    margin: 0 auto;
}

main .container .carousel {
    padding: 0 150px 70px 150px;
}

*{
    border-radius: 0 !important;
}

a.btn-primary {
    color: var(--bgc)
}

button.btn-primary{
    background-color: var(--bgc);
    color: #fff !important
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
}


blockquote {
    color: var(--secondary-color)
}


.pricing-section {
    background-image: url('../img/HERO_Proof_of_Delivery_Template.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.pricing-section .button {
    display: flex;
}

.pricing-section a.btn {
    position: relative;
    z-index: 1;
    margin: 50px auto;
}

.pricing-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.pricing-section h2 {
    position: relative;
    z-index: 1;
}

.container .price-card {
    border: none;
    background-color: #ffffffef;
    box-shadow: var(--box-shadow);
    z-index: 1;
}

.container .price-card .card-header {
    border: none;
    background-color: #fff;
}

.container .card-body .body-wrapper {
    display: none;
    transition: all 500ms;
}

.container .card-body .body-wrapper .card-text {
    margin: 20px 0;
}

.container .card-body .active {
    display: block;
    padding: 20px;
}


footer {
    background-color: var(--bgc);
    padding: 100px 0 20px;
}

footer .btn-primary {
    color: var(--bg-color);
}

footer .row .col-4 {
    padding: 0 30px;
}

footer .row .col-3 {
    padding-right: 30px;
}

footer address {
    margin-bottom: 10px;
}

footer .bottom {
    background-color: var(--button-hover);
    padding: 10px;
    border-radius: 0;
    display: flex;
    align-items: center;
    margin: 0px;
}

footer .bottom .copyright,
footer .bottom a {
    font-size: 14px;
}

footer .bottom .copyright {
    color: var(--bg-color);
    display: flex;
    justify-content: center;
}

footer .bottom a {
    color: var(--button-color);
}

main .banner-text h5 {
    color: var(--button-color);
    position: relative;
    z-index: 1;
}

main .container-768 {
    max-width: 768px;
    margin: 0 auto;
}

main .container-768 img {
    width: 90%;
    height: 200px;
    object-fit: cover;
    border-radius: 0;
    box-shadow: var(--box-shadow);
}


@media (max-width: 769px) {
    main .about .img-col img {
        width: 350px;
        height: 350px;
    }

    main .solutions .container .img img {
        width: 100%;
        height: 200px;
    }
}


.disabled {
    background: grey !important;
}


@media (max-width: 586px) {
    body {
        overflow-x: hidden;
    }

    .banner .col-sm-12 {
        height: 50%;
    }

    .banner .wrap h1 {
        font-size: 44px;
    }

    .banner .bg-pic {
        height: 20vh !important;
    }

    .banner.sub-page .bg-pic {
        height: 20vh !important;
    }

    .about h2 {
        margin-top: 50px;
    }

    .solutions .col-sm-4 .img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
    }

    footer .row .col-3,
    footer .row .col-6 {
        width: 100%;
    }

    footer .row h3 {
        margin-top: 20px;
    }

    footer .row .form-container {
        padding: 0;
    }

    main .container .carousel {
        padding: 0 20px 70px 20px;
    }
}


main .solutions .container ul, main .solutions .container p {
    color: var(--primary-color);
}

main .accordion-button {
    background-color: var(--bgc);
    color: var(--bg-color-new);
}

main .accordion-item {
    border: 10px solid var(--bgc);
    background-color: transparent;
}

main .accordion-button:not(.collapsed) {
    background-color: #aa3b3b;
    box-shadow: none;
    color: var(--bg-color-new);
}
