/* Dealership styles*/

.Title-dealerships {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

    .Title-dealerships h3 {
        font-family: FordAntennaMedium;
    }

.location-text {
    display: flex;
}

.dealership-container {
    padding: 2.5rem;
}


.dealership-text > p {
    margin: 10% 0;
}

.dealership-text {
    padding-left: 3rem;
    padding-top: 2rem;
    color: #1F3750;
}

    .dealership-text a {
        color: #1F3750;
    }

    .dealership-text h1 {
        font-family: FordAntennaMedium;
        font-size: 24px !important;
    }

.dealership-map {
    overflow: hidden;
    aspect-ratio: 1.7;
}

    .dealership-map > iframe {
        width: 100%;
        height: 100%;
    }

.gmap_canvas {
    width: 100%;
    height: 100%;
}
/* Card people styles  */
.dept-selector {
    margin-top: 2rem;
    display: flex;
    justify-content: space-evenly;
    font-family: FordAntennaLight;
    font-size: 12px;
    padding: 0rem 2rem;
    white-space: nowrap;
}

    .dept-selector a {
        border-right: solid #B6B6B6;
        border-right-width: 1px;
        padding-right: 1rem;
        padding-left: 1rem;
        font-family: FordAntennaMedium;
        color: #314257;
        text-decoration: none;
    }

        .dept-selector a:hover,
        .dept-selector a.active {
            cursor: pointer;
            border-bottom: solid #003478 4px;
            text-decoration: none;
        }

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

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.people-section {
    padding: 0 2.5rem;
}

    .people-section h1 {
        font-family: FordAntennaMedium;
    }

.person-info {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    /*box-shadow: -5px 11px 5px -4px rgba(242,234,242,1);*/
    border-radius: 10px;
}

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

.person-info-text {
    padding: 1.5rem;
    min-height: 180px;
    color: #1F3750;
}

    .person-info-text h5 {
        font-family: FordAntennaMedium;
    }

    .person-info-text a {
        color: #1F3750;
        font-family: FordAntennaMedium;
    }

/* Contact us banner */
.ContactUs {
    position: relative;
    width: 100%;
}

    .ContactUs .image-ford img {
        display: block;
        width: 100%;
        object-fit: cover;
        height: 100vh;
    }

    .ContactUs .banner-text {
        position: absolute;
        bottom: 0px;
        right: 0px;
        padding: 1.5rem 0;
        font-size: 0.5rem;
        font-weight: 400;
        color: white;
        backdrop-filter: blur(1px) brightness(55%);
        text-align: right;
        text-transform: uppercase;
        width: 100%;
        max-width: 100%;
    }

        .ContactUs .banner-text h1 {
            margin-right: 6rem;
            font-size: 1.5rem;
        }

.detail-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: center;
    color: #1F3750;
}

    .detail-info h6 {
        margin-top: 2rem;
        margin-bottom: 1.2rem;
        font-size: 1.25rem;
        font-family: FordAntennaMedium;
    }

    .detail-info p {
        color: #1F3750;
        font-size: 12px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .detail-info a {
        color: #1F3750;
    }

.cards-people {
    padding: 2rem;
}

.cards-dealer {
    padding: 2rem 2rem 0rem 2rem;
    flex-wrap: nowrap;
    background-color: #F6F6F6;
}

.image-delaerships img {
    width: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
}

.section-dealer {
    flex-direction: column;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: nowrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(0.5 * var(--bs-gutter-x));
    margin-left: calc(0.5 * var(--bs-gutter-x));
    min-height: 311px;
    padding: 0 2rem;
}

svg.svg-inline--fa.fa-whatsapp.fa-2x {
    width: 2rem;
    height: 2rem;
    color: #0d6efd;
}

    svg.svg-inline--fa.fa-whatsapp.fa-2x :hover {
        color: #0765c9;
    }

.description-text {
    text-align: left;
    margin-top: 1rem;
}

.text-dealer {
    margin-top: 4%;
    margin-left: 2%;
    margin-bottom: 4%;
}

    .text-dealer p {
        display: inline-flex;
    }

.text-link p {
    display: inline-flex;
}

.text-dealer svg {
    margin-left: 27%;
}

#people_mobile {
    display: none;
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding: 0px 30px;
}

.swiper-card {
}

.swiper-img-people {
    border-radius: 10px;
}

.img-container {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    padding: 0px 15px;
    border: solid #D9D9D9 1px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.swiper-person-info-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-family: FordAntennaMedium;
    color: #1F3750;
    text-decoration: none;
}

    .swiper-person-info-text a {
        color: #1F3750;
        text-decoration: none;
    }

.swiper-pagination-bullet {
    background: #252525 !important;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
    background-color: #2D96CD;
    top: 35%;
}

    .swiper-button-next::after, .swiper-button-prev::after {
        padding: 4px;
        font-size: 20px;
    }



@media (min-width:1400px) {

    .dept-selector {
        display: flex;
        justify-content: center;
    }
}

@media (min-width:880px) and (max-width:1400px) {

    .dept-selector {
        justify-content: center;
    }

        .dept-selector a {
            font-size: 10px;
        }

    .dealership-text > p {
        margin: 2rem 0;
    }

    .dealership-text > h1 {
        font-size: calc(1.375rem + -0.5vw);
    }
}




@media (min-width:769px) and (max-width:880px) {
    .dealership-text > h1 {
        font-size: calc(1.375rem + -0.5vw);
    }

    .dealership-text > p {
        margin: 1.4rem 0;
    }
}

@media (min-width:320px) and (max-width:768px) {
    .ContactUs .image-ford img {
        height: 40vh;
    }

    .ContactUs .banner-text {
        padding: 0.5rem 0;
    }

        .ContactUs .banner-text h1 {
            font-size: 1rem;
        }

    .dealership-container {
        padding: 2rem 2.5rem;
    }

    .cards-dealer {
        padding: 1rem 3rem;
    }

    .dealership-text > p {
        margin: 1rem 0;
    }

    .dealership-text > h1 {
        font-size: calc(1rem + 1.5vw);
    }

    .dealership-text {
        margin-bottom: 5%;
    }

    .image-delaerships img {
        width: 100% !important;
    }

    .detail-info {
        align-items: start;
        margin: 2rem 0rem;
    }

        .detail-info h6 {
            font-size: 2.2rem;
        }

        .detail-info p {
            margin-bottom: 1rem;
            max-width: 70%;
            font-size: 20px;
        }

    .description-text p {
        max-width: 100%;
    }

    .people-section h1 {
        font-size: calc(1.325rem + .9vw);
    }

    .cards-people {
        padding: 0.75rem;
    }

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

    .section-dealer {
        padding: 0 0.5rem;
    }

    .detail-info {
        text-align: start;
    }

    .article-location {
    }

    .dealership-container {
        padding: 2rem 0;
    }

    .dept-selector {
        overflow: auto;
        width: 1200px;
        white-space: nowrap;
    }

    .people-mobile {
        margin-top: 1rem;
    }

    .dept-selector {
        margin-bottom: 2rem;
    }

    .dept-section {
        overflow-x: scroll;
    }
}

@media (min-width:320px) and (max-width:480px) {
    .text-dealer svg {
        flex-direction: column;
        margin: auto;
    }

    svg.svg-inline--fa.fa-whatsapp.fa-2x {
        margin: auto;
        display: flex;
    }

    #people_mobile {
        display: block;
    }

    .people-section {
        display: none;
    }
}

@media (min-width:320px) and (max-width:480px) {
    .cards-dealer {
        padding: 0;
    }

    .detail-info h6 {
        font-size: 1.25rem;
        width: 98%;
    }

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

    .text-dealer {
        margin-left: 7%;
    }

    .person-info-text {
        padding: 1rem;
        min-height: 180px;
    }

    .people-section {
        padding: 1rem;
    }
}
