.container-mini {
    max-width: 2000px;
    padding: 0 1.5rem;
    margin: auto;
    overflow: hidden;
}

.btn-main,
.btn-light,
.btn-main2,
.btn-dark,
.btn-banner {
    display: inline-block;
    padding: 0.8rem 2rem;
    transition: all 0.5s;
    border: none;
    cursor: pointer;
}

.btn-main2 {
    color: #fff;
    background: #0653b6;
}

    .btn-main2:hover {
        background-color: #073e85 !important;
        transition: 2s;
    }

.btn-main {
    color: #fff;
    background-color: #652D42;
}

    .btn-main:hover {
        opacity: 0.8;
    }

.btn-banner {
    background: transparent;
    border: 2px solid white !important;
    color: white;
    font-weight: bold;
}

    .btn-banner:hover {
        background: #652D42 !important;
        border: 2px solid #652D42 !important;
        color: white;
    }

.btn-light {
    color: #333;
    background-color: #f4f4f4;
}

.btn-dark {
    color: #f4f4f4;
    background-color: #000;
}

button[class^="btn-"]:hover,
a[class^="btn-"]:hover,
input[class^="btn-"]:hover {
    background-color: #652D42;
}

.lead {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

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

.py-1 {
    padding: 1rem 0;
}

.py-2 {
    padding: 2rem 0;
}

.py-3 {
    padding: 3rem 0;
}

.py-4 {
    padding: 4rem 0;
}

.my-1 {
    margin: 1rem 0;
}

.my-2 {
    margin: 2rem 0;
}

.my-3 {
    margin: 3rem 0;
}

.my-4 {
    margin: 4rem 0;
}

.bg-main {
    background: #652D42;
    color: #fff;
}

.bg-dark {
    background: #000;
    color: #fff;
}

.bg-light {
    background: #f4f4f4;
    color: #000;
}

.bg-medium {
    background: #ccc;
    color: #000;
}

.section-title {
    font-family: Mini-Regular;
    font-size: 2rem;
    display: block;
    padding-bottom: 0.5rem;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
}

.bottom-line {
    height: 2px;
    width: 3rem;
    background: #652D42;
    display: block;
    margin: 0 auto 1rem auto;
}

body {
    font-family: Mini-Serif-Regular, Helvetica, sans-serif !important;
    background: #fff;
    position: relative;
}

/*Fonts*/
.navbar-nav {
    font-family: Mini-Bold !important;
}

    .navbar-nav .btn-main {
        font-family: Mini-Bold !important;
    }

.carousel-item {
    font-family: Mini-Italic !important;
}

#Special-Offer {
    font-family: Mini-Italic !important;
}

#About-Mini {
    font-family: Mini-Italic !important;
}

.contact-information {
    font-family: Mini-Italic !important;
}

#popup_form {
    font-family: Mini-Italic !important;
}

#responseModal {
    font-family: Mini-Italic !important;
}


a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
}

h2,
h3,
h4 {
    text-transform: uppercase;
}

img {
    width: 100%;
}

#logo {
    width: 140px;
    height: 45px;
    color: transparent;
    text-transform: uppercase;
}

#link_logo {
    padding: 0 !important;
    height: 100%;
}

    #link_logo:hover {
        background-color: #f4f4f4;
    }

#main-nav {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem 0 2rem;
    transition: all 1s ease;
}

    #main-nav div {
        display: flex;
    }

        #main-nav div:last-child {
            height: 3rem;
            margin: 1rem 0;
        }

    #main-nav li {
        padding: 1.5rem 1.5rem;
    }

    #main-nav a {
        text-decoration: none;
        color: #333;
        text-transform: uppercase;
        border-bottom: 3px transparent solid;
        padding-bottom: 0.5rem;
        transition: border-color 0.5s;
    }

        #main-nav a:hover {
            border-color: #ccc;
        }

        #main-nav a.current {
            background: #000;
            color: #fff;
        }

.open {
    height: 160px;
}

.carousel-item {
    position: relative;
    color: #fff;
    width: 100%;
}

    .carousel-item .header-content {
        position: absolute;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        width: 40%;
        word-wrap: break-word;
        transform: translate(0, -10%);
    }

#header-home {
    background: url("../img/showcase.jpg") no-repeat center right/cover;
    height: 100vh;
    color: #fff;
}

    #header-home .header-content {
        text-align: center;
        padding-top: 20%;
    }

#header-inner {
    background: url("../img/showcase.jpg") no-repeat 20% 30%/cover;
    height: 4rem;
    border-bottom: 3px solid #652D42;
}

section {
    margin: 5% 0;
}

#Models .container-mini {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 50vh;
    position: relative;
}

    #Models .container-mini .main-details {
        position: absolute;
        top: 0;
        left: 50%;
        padding: 2rem 4rem;
    }

        #Models .container-mini .main-details h2 {
            padding-bottom: 1rem;
        }

        #Models .container-mini .main-details li {
            padding-bottom: 0.5rem;
            list-style-type: circle;
        }

.contact-information {
    padding: 1.5rem 0 1.5rem 0;
    text-align: center !important;
}

    .contact-information h1 {
        text-align: center;
        padding: 1rem 0rem 1rem 0rem;
        font-size: 1.7rem;
    }

    .contact-information ul {
        padding-left: 0;
    }

        .contact-information ul li {
            margin-bottom: 0.5rem;
        }

.contact-principal {
    margin: -2.5rem 0rem 2rem 0rem;
    background-color: #F1F1F1;
}

#AboutMini .contact-content .contact-image img {
    height: auto;
    object-fit: contain;
}

#AboutMini .contact-information ul {
    text-align: center;
    padding-left: 0 !important;
}

    #AboutMini .contact-information ul li {
        margin-left: 0rem !important;
    }

#td-form .container .container-form {
    display: block;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    /*height: 85%;*/
}

    #td-form .container .container-form img {
        height: auto;
        object-fit: cover;
        height: 44rem;
    }

    #td-form .container .container-form form {
        padding: 3rem;
    }

        #td-form .container .container-form form #close {
            position: absolute;
            top: 10px;
            right: 10px;
        }

            #td-form .container .container-form form #close:hover {
                transform: scale(1.1);
            }

        #td-form .container .container-form form h2 {
            padding-bottom: 1rem;
            text-align: center;
        }

        #td-form .container .container-form form .form-group {
            margin-bottom: 20px;
            padding: 0 5rem;
        }

            #td-form .container .container-form form .form-group label {
                display: block;
                margin-bottom: 5px;
            }

            #td-form .container .container-form form .form-group input,
            #td-form .container .container-form form .form-group select {
                width: 100%;
                padding: 10px;
                background: #f4f4f4;
                border-radius: 7px;
                border: none;
            }

        #td-form .container .container-form form .btn-main {
            float: right;
            margin-top: 1rem;
            margin-right: 5rem;
        }

#td-form .hideform {
    display: none;
}

.navbar {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    position: fixed;
    z-index: 100;
    width: 100%;
}

.navbar-toggler {
    font-size: 2.5rem !important;
}

#navbar-second {
    text-align: center;
}

img {
    object-fit: contain;
}

.nav-item a:hover {
    background: #000000;
    color: #FFFFFF !important;
}

.nav-item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #000000 !important;
    text-transform: uppercase;
    height: 4rem;
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
    cursor: pointer;
}

    .nav-item a.active {
        background: #000000;
        color: #FFFFFF !important;
    }

#navbar-second button {
    font-size: 14px !important;
    padding: 0.7rem 1rem !important;
}

.link-policy {
    font-size: revert !important;
    text-transform: initial !important;
    color: #0d6efd !important;
    letter-spacing: initial !important;
}

    .link-policy:hover {
        color: #0d6efd !important;
        background: none !important;
    }

.carousel-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mapouter {
    position: relative;
    width: 100%;
    height: 100%;
}

.mapframe {
    width: 100%;
    height: 100%;
}

.commentsframe {
    width: 100%;
    height: 50%;
}

#principal-content {
    padding: 0;
    margin-top: 4rem;
}

.hide-content {
    opacity: 0;
    transition: all .2s ease-in-out
}

.btn_close {
    border: none;
    background-color: transparent;
}

.modal-header {
    border-bottom: none !important;
}

.modal_mini {
    text-align: center;
}

    .modal_mini h3 {
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.05em;
    }

.modal-body {
    padding: 0 15% 0 15%;
}

    .modal-body .form-control, .form-select {
        background: #F7F7F7;
        border-radius: 4px;
    }

    .modal-body .form-label {
        margin-top: 8%;
        margin-bottom: 1%;
        font-weight: bold;
    }

    .modal-body textarea {
        resize: none;
    }

    .modal-body .form-check-label {
        font-size: 85% !important;
        display: inline;
    }

    .modal-body .form-select {
        background: no-repeat !important;
    }

.was-validated .form-check-input:valid ~ .form-check-label {
    color: #000 !important;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #000 !important;
}

.terms-conditions {
    margin-top: 8%;
    margin-bottom: 1%;
}

.policies {
    margin-top: 1rem;
}

    .policies a {
        font-weight: bolder;
        text-decoration: underline;
    }

.form-check-input {
    border: 1px solid black !important;
}

    .form-check-input:focus {
        box-shadow: 0 0 0 0.25rem rgb(101 45 66 / 25%)
    }

    .form-check-input:checked {
        background-color: black !important;
        /* border-color: #0d6efd; */
    }

.modal-footer {
    padding: 0 15% 0 15%;
    text-align: right;
}

.modal-footer {
    border-top: none !important;
    margin: 4% 0 8% 0;
}

#AboutMini {
    margin-top: 6%;
}

.campaign-information {
    background: #F1F1F1;
}

    .campaign-information h4 {
        font-weight: 700;
        line-height: 2rem;
    }

    .campaign-information ul {
        list-style-type: initial;
        padding-left: 0;
    }

    .campaign-information a:hover {
        background: none;
        color: #000 !important;
    }

.cookie-consent {
    position: fixed;
    bottom: 8px;
    left: 20px;
    width: 260px;
    padding-top: 7px;
    height: 83px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 3px;
}

.allow-button {
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green;
}

/*Styles from response form Modal*/
.modal-confirm .icon-box {
    color: #000;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #000;
    padding: 15px;
    text-align: center;
}

    .modal-confirm .icon-box i {
        font-size: 58px;
        margin: -2px 0 0 -2px;
    }

.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}

.modal-confirm .modal-content {
    padding: 1.5rem 0;
}

/*Styles from loading*/
#loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 15000;
    overflow: hidden;
    background-color: #262833;
    height: 100%;
    display: none;
}

    #loader-wrapper.show {
        display: block;
    }

.loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Contacts*/
.people-block {
    /*margin-top: 2rem;*/
}

.nav-people-office {
    list-style-type: none;
    text-align: center;
}

    .nav-people-office li {
        display: inline;
        margin-right: 10px;
    }

        .nav-people-office li a {
            color: black;
            padding: 0 4px;
            text-decoration: none;
            font-family: Mini-Regular;
            padding: 0.5rem !important;
            font-size: 20px;
        }

            .nav-people-office li a:hover {
                border-bottom: 2px solid black;
                cursor: pointer;
            }

            .nav-people-office li a.active {
                border-bottom: 2px solid black;
                cursor: pointer;
            }

.departments {
    text-align: center;
    font-family: Mini-Regular;
}

.nav-people-departments {
    padding-left: 0px !important;
}

    .nav-people-departments li {
        display: block;
        margin-bottom: 3px;
        background-color: #f4f4f4;
    }

        .nav-people-departments li a {
            display: block;
            position: relative;
            background: #f4f4f4;
            line-height: 26px;
            padding: 19px 5px 19px 5px !important;
            text-transform: uppercase;
            -moz-transition: background .3s,color .3s;
            -o-transition: background .3s,color .3s;
            -webkit-transition: background .3s,color .3s;
            transition: background .3s,color .3s;
            font-size: 15px;
            height: auto !important;
        }

            .nav-people-departments li a:hover {
                color: #FFFFFF !important;
                background-color: #000000;
                cursor: pointer;
            }

            .nav-people-departments li a.active {
                background: #000000;
                color: #FFFFFF !important;
            }

.person-card {
    margin: 1.5rem 0rem;
}

.img-person {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.person-information p {
    margin: 0px !important;
}

    .person-information p.person-name {
        font-family: Mini-Bold;
    }

    .person-information p:not(.person-name) {
        font-family: Mini-Italic;
    }


/*Online stores */
.store-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.store-banner-content {
    color: #ffffffff;
}

    .store-banner-content h3 {
        font-family: Mini-Italic;
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .store-banner-content a {
        border: 1px solid #fff;
        background-color: #fff;
        font-family: Mini-Regular;
        font-size: 1rem;
        padding: 1rem;
    }

        .store-banner-content a:hover {
            color: #fff;
            border: 1px solid #fff;
            background-color: transparent;
        }

.banner_stores {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*Style form models*/
#model_tab {
    display: block !important;
    font-family: Mini-Regular;
    border-bottom: none;
}

    #model_tab li {
        margin-bottom: 3px;
    }

        #model_tab li button {
            padding: 19px 5px 19px 5px !important;
        }

            #model_tab li button:hover {
                color: #FFFFFF !important;
                background-color: #000000 !important;
                cursor: pointer;
            }

            #model_tab li button.nav-link {
                text-transform: uppercase !important;
                width: 100%;
                background: #f4f4f4;
                color: #000000;
            }

                #model_tab li button.nav-link.active {
                    background: #000000;
                    color: #FFFFFF;
                }

.vehicle-cover {
}

.vehicle-information {
    padding: 2rem 1rem 1rem 2rem;
    font-family: MINI-Italic;
}

    .vehicle-information h2 {
        font-weight: bold !important;
    }

.vehicle-buttons {
    font-family: MINI-Regular !important;
    text-align: center;
}

    .vehicle-buttons button {
        font-size: 14px;
    }

.vehicle-cover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Styles for video*/
.main_video {
    padding: 0px !important;
}

    .main_video video {
        width: 100%;
    }

/* Styles from Menu-Models */
.menu-models {
    position: fixed;
    z-index: 50;
    background-color: white;
    width: 100%;
    border-top: 1px solid gray;
    padding: 2rem 0rem 3rem 0rem;
    text-align: center !important;
    display: none;
}

.menu-models-mobile {
    position: absolute !important;
}

.menu-models h5 {
    text-transform: uppercase;
    font-family: MINI-Regular;
    font-size: 1.1rem !important;
}

.menu-models p {
    font-family: MINI-Italic;
    font-size: 1rem !important;
    color: gray;
}

/* Styles from Menu-Models */
.menu-contacts {
    position: fixed;
    z-index: 50;
    background-color: white;
    width: 100%;
    border-top: 1px solid gray;
    padding: 2rem 0rem 3rem 0rem;
    display: none;
    overflow-y: scroll;
    height: 100vh;
}

.menu-contacts-mobile {
    position: absolute !important;
}

.post-active {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.forms-mini {
    overflow: auto;
}


    .forms-mini::-webkit-scrollbar {
        width: 0.3em;
    }

    .forms-mini::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .forms-mini::-webkit-scrollbar-thumb {
        background-color: black !important;
        outline: 1px solid slategrey;
    }

.forms-image {
    background-image: url('/media/4bafsvbl/forms_image_2.jpg');
    background-position: center;
    background-size: cover;
    height: 100% !important;
}

.service-image {
    background-image: url('/media/rxhcfc5c/service_image_2.png');
    background-position: center;
    background-size: cover;
    height: 100% !important;
}

.forms-inputs {
    overflow-y: auto;
    height: 100%;
    padding: 1rem 0;
}

.row-forms {
    height: 100vh;
    overflow-y: auto;
}

/*Styles form cookies*/
#cookies {
    position: fixed;
    bottom: 0;
    background-color: white;
    left: calc(10% / 2);
    right: calc(10% / 2);
    overflow: auto;
    padding: 32px;
    z-index: 10000;
    width: 90vw;
    box-shadow: 0 -1px 8px 0 rgb(0 0 0 / 50%);
    padding: 3rem 2rem 2rem 2rem;
    display: none;
}

.cookie-accept {
    color: white;
    background-color: black;
    font-size: 1.5rem;
    padding: 0.5rem;
    width: 100%;
    border-color: black;
    border: 2px solid;
}

    .cookie-accept:hover {
        color: black;
        background-color: white;
        border: 2px solid black;
    }

.cookie-close {
    color: white;
    background-color: #652D42;
    font-size: 1.5rem;
    padding: 0.5rem;
    width: 100%;
    border-color: #652D42;
    border: 2px solid;
}

    .cookie-close:hover {
        color: black;
        background-color: white;
        border: 2px solid #652D42;
    }

#cookie-title-line {
    height: 3px;
    background-color: black !important;
    width: 4rem;
    opacity: 1;
}

.offer-prices .col-12 {
    text-align: center;
}

.offer-prices h3 {
    font-weight: 700;
    line-height: 2rem;
    font-size: 1.5rem;
}

/* Styles for footer*/
.footer {
    padding: 0rem 3rem;
    margin: 0;
}

.social-networks {
    padding: 0rem 2rem;
    border-bottom: 1px solid #e5e5e5;
}

.social-icons.col-4 {
    text-align: center;
}

.social-icons {
    padding: 0rem 25rem;
}

    .social-icons .col-4 {
        text-align: center;
    }

        .social-icons .col-4 i {
            font-size: 2rem;
        }

.privacy-policy {
    padding: 2rem 0rem;
    text-align: center;
    text-decoration: underline;
    font-size: 1.4rem;
}

.trade-mark {
    text-align: center;
    padding: 4rem 0rem 2rem 0rem;
}

    .trade-mark img {
        width: 6rem;
        height: auto;
    }

    .trade-mark p {
        margin-top: 1rem;
        font-family: Mini-Italic;
    }

.footer a:hover {
    font-weight: bold;
    color: black;
}

.cta_buttons {
    margin: 0;
    padding: 0rem 12rem;
}

    .cta_buttons .cta-wrapper {
        margin: 1rem 0rem;
        border: 2px solid black;
        background: #E6E6E6;
    }

        .cta_buttons .cta-wrapper:hover {
            transition: all 2s;
            background-color: #652D42;
            border: 2.5px solid #652D42;
            cursor: pointer;
        }

.btn-cta {
    font-size: 1.7rem;
    padding: 1.5rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    text-decoration: none;
    text-align: center;
}

    .btn-cta:hover {
        color: white;
        transition: 1s;
    }

/* Styles for offer image*/
.offer-image img:hover {
    transform: scale(1.1);
    transition: 4s;
}

@media (max-width: 481px) {
    #principal-content {
        margin-top: 4rem;
    }

    #navbar_mini .container-fluid {
        padding: 1rem 0rem;
    }

    .carousel-item {
        height: 13rem;
    }

    #header-buttons {
        text-align: center;
        margin-bottom: 0.5rem;
    }

        #header-buttons button {
            margin-bottom: 0.2rem;
        }

    .carousel-item .header-content {
        top: 20%;
    }

        .carousel-item .header-content h1 {
            text-transform: uppercase;
            font-size: 1rem;
            padding: 1rem 0.4rem 0rem 1rem;
        }

        .carousel-item .header-content p {
            text-transform: uppercase;
            padding-left: 1rem;
            font-size: 0.60rem;
            line-height: 1.2;
        }

        .carousel-item .header-content button {
            font-size: 0.50rem;
            padding: 0.0rem 0.5rem;
            height: 1.5rem;
        }

    .header-content {
        width: 70% !important;
    }

    .mapouter {
        position: relative;
        width: 100%;
        height: 150%;
    }

    .mapframe {
        width: 100%;
        height: 150%;
    }

    #AboutMini .contact-image {
        margin-top: 12rem;
    }

    .contact-information .has-line {
        border-bottom: dashed;
    }

    .campaigns {
        padding: 1rem 2rem 0.5rem 2rem;
    }

    .campaign-information {
        padding: 2rem 1rem 1rem 2rem;
    }

    .contact-principal {
        clip-path: polygon(0 3%, 100% 3%, 100% 100%, 0% 100%) !important;
    }

    #contact-1st {
        height: 12rem !important;
    }

    #contact-2nd {
        /*margin-top: 16rem !important*/
    }

    #person-cards-list {
        text-align: center;
    }

        #person-cards-list .img-person {
            width: 25%;
        }

    .store-banner {
        height: 15rem;
        padding: 3rem 0rem 2rem 2rem;
    }

    .vehicle-cover {
        height: 16rem;
    }

    .vehicle-buttons {
        text-align: center;
    }

        .vehicle-buttons button {
            width: 14rem;
            margin-top: 0.4rem;
        }

    .people-place-show {
        margin: 2rem 0rem;
    }

    .block-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .cta_buttons {
        margin: 0rem 0.5rem 4rem 0.5rem;
        padding: 0rem;
    }

    .btn-cta {
        font-size: 1.4rem;
        flex-direction: column;
        height: 100%;
        padding: 0rem;
    }

    .forms-image {
        display: none;
    }

    .service-image {
        display: none;
    }

    .social-icons {
        padding: 0rem;
    }
}

@media (min-width: 482px) and (max-width: 980px) {

    .carousel-item {
        height: 33rem;
    }

    #navbar_mini .container-fluid {
        padding: 1rem 0rem;
    }

    #navbar_mini li a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #navbar_mini li {
        margin-left: 1.5rem;
    }

    #navbar-second {
        margin-left: 2rem;
    }

    #header-buttons {
        text-align: center;
        margin-bottom: 1.5rem;
    }

        #header-buttons button {
            margin-bottom: 0.5rem;
        }

    .carousel-item .header-content {
        top: 25%;
    }

        .carousel-item .header-content h1 {
            text-transform: uppercase;
            font-size: 1.3rem;
            padding: 1.5rem 0.5rem 0.5rem 1.5rem;
        }

        .carousel-item .header-content p {
            text-transform: uppercase;
            padding-left: 1.5rem;
            font-size: 0.8rem;
            line-height: 1.2;
        }

        .carousel-item .header-content button {
            font-size: 0.7rem;
            padding: 0.3rem 0.6rem;
            height: 2.0rem;
        }

    .mapouter {
        position: relative;
        width: 100%;
        height: 150%;
    }

    .mapframe {
        width: 100%;
        height: 150%;
    }

    #AboutMini .contact-image {
        margin-top: 12rem;
    }

    .contact-information .has-line {
        border-right: dashed
    }

    .campaigns {
        padding: 1rem 2rem 0.5rem 2rem;
    }

    .campaign-information {
        padding: 2.5rem 1rem 1rem 2.5rem;
    }

    .contact-principal {
        clip-path: polygon(0 5%, 100% 5%, 100% 100%, 0% 100%) !important;
    }

    #contact-1st {
        height: 20rem !important;
    }

    #contact-2nd {
        /*margin-top: 26rem !important*/
    }

    .store-banner {
        height: 17rem;
        padding: 4rem 0rem 1rem 2rem;
    }

    .vehicle-cover {
        height: 18rem;
    }

    .vehicle-buttons {
        text-align: center;
    }

        .vehicle-buttons button {
            width: 14rem;
            margin-top: 0.4rem;
        }

    .people-place-show {
        margin: 2rem 0rem;
    }
}

@media (min-width:961px) {

    .carousel-item {
        height: 34rem;
    }

    #navbar_mini li {
        margin-left: 1.5rem;
    }

    .carousel-item .header-content {
        top: 30%;
    }

    #header-buttons {
        text-align: center;
        margin-bottom: 2rem;
    }

        #header-buttons button {
            margin-bottom: 1rem;
        }

    .carousel-item .header-content h1 {
        text-transform: uppercase;
        font-size: 2.0rem;
        padding: 2rem 1.5rem 1.5rem 2rem;
    }

    .carousel-item .header-content p {
        text-transform: uppercase;
        padding-left: 2rem;
        line-height: 1.2;
    }

    #AboutMini .contact-content ul li {
        padding: 0rem;
        font-size: 0.8rem;
        font-weight: bold;
    }

    #AboutMini .container-mini .contact-content ul li i {
        padding-bottom: 1rem;
    }

    #AboutMini .contact-information p {
        font-size: 0.9rem !important;
    }

    .contact-content p {
        text-align: center;
    }

    .contact-information .has-line {
        border-right: dashed;
    }

    .campaigns {
        padding: 2rem 4rem 1rem 4rem;
    }

    .campaign-information {
        padding: 3rem 2rem 1rem 4rem;
    }

    .contact-principal {
        clip-path: polygon(0 8%, 100% 8%, 100% 100%, 0% 100%) !important;
    }

    .people-place-show {
        margin: 4rem 0rem;
    }

    .store-banner {
        height: 24rem;
        padding: 15rem 0rem 2rem 2rem;
    }

    .vehicle-cover {
        height: 24rem;
    }

    .cookie-accept {
        width: 25% !important;
    }

    .cookie-close {
        width: 25% !important;
    }
}
