h1,
h2,
h3 {
    padding: 0;
    margin: 0;
}

#seccionInteresesOtrosPlanes {
    display: flex;
    flex-direction: column;
}

.contenedorTituloSeccioninteresOtrosPlanes {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.swiper#carruselInteresOtrosPlanesPlanVerano {
    width: 100%;
    height: auto;
    padding: 0 16px;
    padding-top: 32px;
    padding-bottom: calc(35px + 8px);
    overflow: hidden;
}

.swiper-wrapper.contenedorCarruselTarjetasInteresOtrosPlanes {
    display: flex;
    flex-direction: row;
}

.swiper-slide.item {
    display: flex;
    flex-direction: column;
    width: 304px;
    height: 476px;
    border-radius: 16px;
    border: 2px solid #D8CFC7;
    background: #FFF;
}

.flexImagenTarjeta {
    height: 200px;
}

.flexImagenTarjeta>img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    object-fit: cover;
}

.contenedorCintilloMejorPrecio {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    background: var(--Color-Semantic-Info-1, #007ACB);
    position: relative;
    bottom: 36px;
}

/* Others/Tag/M */
.contenedorCintilloMejorPrecio>span {
    color: #FFF;
    font-family: var(--font-family-2-medium);
    font-size: var(--size-font-100);
    font-weight: inherit;
    line-height: var(--size-font-line-height-m);
    font-style: var(--font-style-normal);
}

.flexContenidoTarjeta {
    height: 276px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tituloTarjeta {
    margin-bottom: 16px;
    height: 32px;
}

/* Title/S */
.tituloTarjeta>h3 {
    font-family: var(--font-family-1-smbold);
    font-size: var(--size-font-175);
    line-height: var(--size-font-line-height-xl);
    font-style: var(--font-style-normal);
    font-weight: inherit;
}

.descripcionTarjeta {
    width: 272px;
    height: 44px;
    margin-bottom: 40px;
    text-align: center;
}

/* Body/Regular/M */
.descripcionTarjeta>span {
    font-family: var(--font-family-2-regular);
    font-size: var(--size-font-100);
    line-height: var(--size-font-line-height-s);
    font-style: var(--font-style-normal);
    font-weight: inherit;
}

.contenedorBotonContratar {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.botonContratarInteresOtrosPlanes {
    width: 272px;
    height: 56px;
    border-radius: var(--border-radius-xl, 100px);
    background: var(--Color-Button-Background-Active-1, #2F6852);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;

    /* Button/Main */
    font-family: var(--font-family-2-smbold);
    font-size: var(--size-font-100);
    font-weight: inherit;
    line-height: var(--size-font-line-height-m);
    font-style: var(--font-style-normal);
}

.botonContratarInteresOtrosPlanes:hover {
    color: white;
    text-decoration: none;
    background-color: var(--ibd__primary__template-dark) !important;
}

.contenedorBotonIrAPlan {
    text-align: center;
}

/* Button/Text L */
.botonIrAPlan {
    font-family: var(--font-family-2-medium);
    font-size: var(--size-font-100);
    font-weight: inherit;
    line-height: var(--size-font-line-height-xs);
    font-style: var(--font-style-normal);
}

#carruselInteresOtrosPlanesPlanVerano .swiper-button-next,
#carruselInteresOtrosPlanesPlanVerano .swiper-button-prev {
    display: none;
    margin-right: 38px;
    margin-left: 15px;
    top: 47%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    font-size: 30px !important;
    display: flex;
    height: 64px;
    padding: 32px;
    justify-content: center;
    align-items: center;
}

@media (min-width: 576px) {
    .swiper#carruselInteresOtrosPlanesPlanVerano {
        padding: 0 42px;
        padding-top: 32px;
        padding-bottom: calc(35px + 8px);
    }
}

@media (min-width: 768px) {
    .swiper#carruselInteresOtrosPlanesPlanVerano {
        padding: 0 48px;
        padding-top: 32px;
        padding-bottom: calc(35px + 8px);
    }
}

@media (min-width: 992px) {
    .swiper#carruselInteresOtrosPlanesPlanVerano {
        padding: 0 82px;
        padding-top: 32px;
        padding-bottom: calc(35px + 8px);
    }

    #carruselInteresOtrosPlanesPlanVerano .swiper-button-next,
    #carruselInteresOtrosPlanesPlanVerano .swiper-button-prev {
        display: block;
    }
}

@media (min-width: 1200px) {
    .swiper#carruselInteresOtrosPlanesPlanVerano {
        padding: 0 102px;
        padding-top: 32px;
        padding-bottom: calc(35px + 8px);
    }

    .swiper-wrapper.contenedorCarruselTarjetasInteresOtrosPlanes {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide.item {
        width: 316px;
    }

    #carruselInteresOtrosPlanesPlanVerano .swiper-button-next,
    #carruselInteresOtrosPlanesPlanVerano .swiper-button-prev {
        display: none;
    }

    .descripcionTarjeta {
        width: 284px;
    }
}

@media (min-width: 1920px) {
    .swiper#carruselInteresOtrosPlanesPlanVerano {
        padding: 0 324px;
        padding-top: 32px;
        padding-bottom: calc(35px + 8px);
    }

    .swiper-slide.item {
        width: 408px;
    }

    .descripcionTarjeta {
        width: 376px;
    }
}