.section-swipper-offers{
    width: 100%;
    text-align: center;
    padding: 50px 0px;
    max-width: 1440px;
    margin: auto;
}
.section-swipper-offers .swiper {
    width: 100%;
    height: 100%;
  }

  .section-swipper-offers  .swiper-slide {
    height: auto !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: baseline;
    border-radius: 10px;
    margin-bottom: 0.9rem;
    border: 1px solid #C2C2C2;
    /* -webkit-box-shadow: 1px 5px 9px -1px rgba(0,0,0,0.51); 
    box-shadow: 1px 5px 9px -1px rgba(0,0,0,0.51); */
  }
.section-swipper-offers__Container h1{
    color: #00395C;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
  .section-swipper-offers  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
.section-swipper-offers.swiper-slide {
    display: flex;
    justify-content: center;
}
.swipper-offers__swiper-slide__content-card {
    display: grid;
    gap: 20px;
    width: inherit;
    justify-content: center;
}
.section-swipper-offers .swiper-slide:hover {
    display: grid;
    transform: .4s ease-in-out;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.60);
    -webkit-transition: .4s ease-in-out;
}

.section-swipper-offers__Container__Content-swipper {
    width: 100%;
    position: relative;
    max-width: 1500px;
    margin: auto;
}
.section-swipper-offers__Container__Content-swipper--content-cards {
    max-width: 1322px;
    padding: 25px;
    margin: auto;
}
.swipper-offers__swiper-slide__content-card__image {
    width: inherit;
    height: 172px;
}
.swipper-offers__swiper-slide__content-card__container-info {
    padding: 0rem 1rem 0rem 1rem;
    /* height: 267px;
    width: 232px; */
}
.swipper-offers__swiper-slide__content-card__container-info h1{
    text-align: left;
    color: #65A1D7;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
}
.swipper-offers__swiper-slide__content-card__container-info__content-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4rem;
}
.swipper-offers__swiper-slide__content-card__container-info__content-price h3{
    color: #575756;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.swipper-offers__swiper-slide__content-card__container-info__content-price p{
    color: #575756;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.text-spect-car {
    text-align: left;
    color:red;
}
.swipper-offers__swiper-slide__content-card__container-info__content-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5px 0;
    gap: 15px 20px;
}

.swipper-offers__swiper-slide__content-card__container-info__content-icons__information {
    display: grid;
    height: 38px;
    grid-template-columns: 1rem 1fr;
    align-items: center;
    gap: 15px;
}
.swipper-offers__swiper-slide__content-card__container-info__content-icons__information-icon {
    margin: auto;
}
.swipper-offers__swiper-slide__content-card__container-info__content-icons__information-icon svg{
    width: 1rem;
    height: 1rem;
}
.swipper-offers__swiper-slide__content-card__container-info__content-icons__information-data {
    color: #575756;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-swipper-offers .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
    gap: 18px;
}

.section-swipper-offers span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00395C;
    width: 16px;
    height: 16px;
    transition: .5s;
}
.section-swipper-offers span.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
}

hr#card-swipper{
    border: none; /* Para eliminar el borde por defecto */
    border-top: 1px solid #575756; 
}
.swipper-offers__swiper-slide__content-card__container-info__open{
    display: flex;
    padding: 9px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 50px;
    background: #65A1D7;
    margin: 0 10px 20px;
    /* width: 267px;
    height: 43px; */
}

.swipper-offers__swiper-slide__content-card__container-info__open:hover{
    background: #00395c;
}

.swipper-offers__swiper-slide__content-card__container-info__open button{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.section-swipper-offers__Container__Content-cta {
    margin: auto;
    display: flex;
    justify-content: center;
}
.section-swipper-offers__Container__Content-cta__button{
    background-color: #00395C;
    display: flex;
    width: 224px;
    padding: 9px 19px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}
.section-swipper-offers__Container__Content-cta__button{
    background-color: #65A1D7;
}

.section-swipper-offers__Container__Content-cta__button a{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.swipper-offers.swiper-button-next{
    right: -1rem;
    top: 43%;
}

.swipper-offers.swiper-button-prev{
    top: 43%;
    left: -1rem;
}

.swipper-offers.swiper-button-next:after, .swipper-offers.swiper-button-prev:after {
    font-size: 1.5rem;
    font-weight: bold;
    color: #575756;
}

.swipper-offers.swiper-button-prev {
    left: 1.5rem;
    padding: 1rem;
    top: 40%;
    background-color: transparent;
    border-radius: 15rem;
    border:1px solid #575756;
    width: 50px;
    height: 50px;
}
.swipper-offers.swiper-button-prev:hover, .swipper-offers.swiper-button-next:hover{
    background-color: #EBEBEB;
    transform: scale(1.1);
    transition: 1s;
}

.swipper-offers.swiper-button-next {
    right: 1.5rem;
    padding: 1rem;
    top: 40%;
    background-color: transparent;
    border-radius: 15rem;
    border:1px solid #575756;
    width: 50px;
    height: 50px;
}
@media (max-width:1400px) {
    .section-swipper-offers__Container__Content-swipper--content-cards {
        max-width: 90%;
    }
}
@media (max-width:1100px) {
    .section-swipper-offers__Container__Content-swipper--content-cards {
        max-width: 85%;
    }
    .swipper-offers__swiper-slide__content-card__image {
        width: 100%;
        height: 100%;
    }
    .swipper-offers__swiper-slide__content-card {
        width: 100%;
    }
}

@media (max-width:768px) {
    .section-swipper-offers__Container__Content-swipper--content-cards {
        max-width: 90%;
    }
    .swipper-offers.swiper-button-next {
        right: 0.5rem !important;
    }
    .swipper-offers.swiper-button-prev {
        left: 0.5rem !important;
    }
}

@media (max-width:500px) {
    .section-swipper-offers__Container__Content-swipper--content-cards {
        max-width: 82%;
    }
    .section-swipper-offers__Container h1 {
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
    }
}

@media (max-width:390px) {
    .section-swipper-offers__Container__Content-swipper--content-cards {
        padding: 25px 0px;
    }
    .swipper-offers.swiper-button-next {
        right: 0.1rem !important;
        width: 36px;
        height: 36px;
    }
    .swipper-offers.swiper-button-prev {
        left: 0.1rem !important;
        width: 36px;
        height: 36px;
    }

    .swipper-offers.swiper-button-next:after, .swipper-offers.swiper-button-prev:after {
        font-size: 1rem;
        padding: 4.2px 7.6px;
    }

    .swipper-offers__swiper-slide__content-card {
        width: 302px !important;
        height: 507px !important;
    }
    .swipper-offers__swiper-slide__content-card__image {
        width: 302px;
        height: 172px;
    }
    .section-swipper-offers .swiper {
        width: 100%;
        height: 100%;
        max-width: 302px;
    }
    .swipper-offers__swiper-slide__content-card__container-info__content-icons {
        padding: 21px 0;
    }
}

@media (max-width:280px) {
    .section-swipper-offers__Container__Content-swipper {
        padding: 0rem;
    }
    .swipper-offers__swiper-slide__content-card {
        width: 275px !important;
    }
    .swipper-offers__swiper-slide__content-card__image {
        width: 275px;
    }
    .section-swipper-offers .swiper {
        width: 275px;
        scale: .8;
    }
    .section-swipper-offers__Container__Content-swipper--content-cards {
        padding: 0rem 0;
        margin: initial;
    }
    .section-tabs-vehicle-information__content {
        padding: 40px 0px;
    }
}